ld: Suppress warning for unsupported attribute from older GCC
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
081e778c
TV
12020-06-17 Tom de Vries <tdevries@suse.de>
2
3 * lib/gdb.exp (gdb_tcl_unknown): New proc.
4 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
5 conditional on presence of gdb_tcl_unknown.
6 (gdb_finish): Make override undo conditional on presence of
7 gdb_tcl_unknown.
8
d2d1ea20
TT
92020-06-16 Tom Tromey <tom@tromey.com>
10
11 * gdb.python/tui-window.py (failwin): New function. Register it
12 as a TUI window type.
13 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
14
c802e8a7
GB
152020-06-16 Gary Benson <gbenson@redhat.com>
16
17 * gdb.python/py-nested-maps.c (create_map): Add missing return
18 value.
19 (create_map_map): Likewise.
20
ff08abb8
TBA
212020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
22
23 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
24 variable.
25 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
26 and use the already-defined 'options' variable.
27
a29d5112
AB
282020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
29 Tom de Vries <tdevries@suse.de>
30
31 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
32 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
33 (gdb_setup_known_globals): New proc.
34 (gdb_cleanup_globals): New proc.
35 * lib/gdb.exp (load_lib): New override proc.
36 (gdb_stdin_log_init): Set var in_file as persistent global.
37 * lib/pascal.exp (gdb_stdin_log_init): Set vars
38 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
39 fpc_compiler as persistent global.
40
8c74a764
TV
412020-06-12 Tom de Vries <tdevries@suse.de>
42
43 * lib/tuiterm.exp (spawn): Rename to ...
44 (tui_spawn): ... this.
45 (toplevel): Move rename of spawn ...
46 (gdb_init_tuiterm): ... here. New proc.
47 (gdb_finish_tuiterm): New proc.
48 * lib/gdb.exp (gdb_finish_hooks): New global var.
49 (gdb_finish): Handle gdb_finish_hooks.
50 (tuiterm_env): New proc.
51 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
52 tuiterm_env.
53 * gdb.tui/basic.exp: Same.
54 * gdb.tui/corefile-run.exp: Same.
55 * gdb.tui/empty.exp: Same.
56 * gdb.tui/list-before.exp: Same.
57 * gdb.tui/list.exp: Same.
58 * gdb.tui/main.exp: Same.
59 * gdb.tui/new-layout.exp: Same.
60 * gdb.tui/regs.exp: Same.
61 * gdb.tui/resize.exp: Same.
62 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
63 * gdb.tui/tui-layout-asm.exp: Same.
64 * gdb.tui/tui-missing-src.exp: Same.
65 * gdb.tui/winheight.exp: Same.
66
26783bce
TV
672020-06-12 Tom de Vries <tdevries@suse.de>
68
69 PR testsuite/26110
70 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
71 (gdb_finish): Reinstall dejagnu's override of ::unknown.
72
2b4e6a3f
TT
732020-06-11 Tom Tromey <tom@tromey.com>
74
75 PR gdb/18318:
76 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
77 floating point tests.
78
2f33032a
KS
792020-06-11 Keith Seitz <keiths@redhat.com>
80
81 PR gdb/21356
82 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
83 vla_struct.
84 Add new struct vla_typedef and union vla_typedef_union and
85 corresponding instantiation objects.
86 Initialize new objects.
87 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
88 and vla_typedef_union_object.
89 Fixup type for vla_struct_object.
90
a8baf0a3
TV
912020-06-11 Tom de Vries <tdevries@suse.de>
92
93 * lib/gdb.exp (with_override): New proc, factored out of ...
94 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
95
7ab96794
TV
962020-06-10 Tom de Vries <tdevries@suse.de>
97
98 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
99
cab5c3b7
SM
1002020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
101
102 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
103 parameter, update callers.
104
f8c41851
SM
1052020-06-04 Simon Marchi <simon.marchi@efficios.com>
106
107 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
108 * gdb.dwarf2/share-psymtabs-bt.c: New file.
109 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
110
1c07a73f
TV
1112020-06-04 Tom de Vries <tdevries@suse.de>
112
113 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
114
95146b5d
TV
1152020-06-04 Tom de Vries <tdevries@suse.de>
116
117 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
118 exp_continue.
119
0cfcd4f0
TV
1202020-06-04 Tom de Vries <tdevries@suse.de>
121
122 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
123
f9b5d5ea
TV
1242020-06-03 Tom de Vries <tdevries@suse.de>
125
126 PR symtab/26046
127 * gdb.cp/breakpoint-locs-2.cc: New test.
128 * gdb.cp/breakpoint-locs.cc: New test.
129 * gdb.cp/breakpoint-locs.exp: New file.
130 * gdb.cp/breakpoint-locs.h: New test.
131
5144dfba
TV
1322020-06-03 Tom de Vries <tdevries@suse.de>
133
134 PR testsuite/25609
135 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
136 value of global verbose.
137 * gdb.base/jit-elf.exp: Same.
138 * gdb.base/jit-reader.exp: Same.
139
621eacdf
TV
1402020-06-02 Tom de Vries <tdevries@suse.de>
141
142 * gdb.dwarf2/multidictionary.exp: Don't use
143 gdb_spawn_with_cmdline_opts.
144
1313c56e
AB
1452020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
146
147 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
148 use_header case.
149 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
150 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
151 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
152 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
153 * gdb.dwarf2/dw2-inline-header.c: New file.
154 * gdb.dwarf2/dw2-inline-header.h: New file.
155
f68f85b5
PA
1562020-05-30 Pedro Alves <palves@redhat.com>
157
158 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
159 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
160
678048e8
GB
1612020-05-29 Gary Benson <gbenson@redhat.com>
162
163 * gdb.compile/compile-cplus.exp (additional_flags): Also
164 set when building with clang.
165 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
166 when building with clang.
167
9fcafd23
GB
1682020-05-29 Gary Benson <gbenson@redhat.com>
169
170 * gdb.arch/i386-avx.exp (additional_flags): Also set when
171 building with clang.
172 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
173
735d5a07
GB
1742020-05-29 Gary Benson <gbenson@redhat.com>
175
176 * gdb.cp/koenig.exp (prepare_for_testing): Add
177 additional_flags=-Wno-unused-comparison.
178 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
179
4ad2c6a0
GB
1802020-05-28 Gary Benson <gbenson@redhat.com>
181
182 * gdb.base/sigaltstack.c (catcher): Add default case to switch
183 statement.
184
09fe663e
GB
1852020-05-28 Gary Benson <gbenson@redhat.com>
186
187 * gdb.cp/classes.exp (prepare_for_testing): Add
188 additional_flags=-Wno-deprecated-register.
189 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
190 * gdb.cp/misc.exp: Likewise.
191
cee00f17
GB
1922020-05-28 Gary Benson <gbenson@redhat.com>
193
194 * gdb.linespec/cpls-ops.cc (dummy): New static global.
195 (test_op_new::operator new): Add return statement.
196 (test_op_new_array::operator new[]): Likewise.
197
636edd00
PA
1982020-05-27 Pedro Alves <palves@redhat.com>
199
200 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
201 check. Use test_gdb_complete_unique instead of
202 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
203 test_gdb_complete_multiple instead of
204 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
205
c2b75043
LM
2062020-05-27 Luis Machado <luis.machado@linaro.org>
207
208 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
209 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
210 * gdb.arch/arm-disassembler-options.exp: Likewise.
211 * gdb.arch/arm-disp-step.exp: Likewise.
212 * gdb.arch/thumb-prologue.exp: Likewise.
213 * gdb.base/async.exp: Likewise.
214 * gdb.base/auxv.exp: Likewise.
215 * gdb.base/complex-parts.exp: Likewise.
216 * gdb.base/ena-dis-br.exp: Likewise.
217 * gdb.base/foll-exec.exp: Likewise.
218 * gdb.base/permissions.exp: Likewise.
219 * gdb.base/relocate.exp: Likewise.
220 * gdb.base/return2.exp: Likewise.
221 * gdb.base/sigbpt.exp: Likewise.
222 * gdb.base/siginfo-obj.exp: Likewise.
223 * gdb.cp/converts.exp: Likewise.
224 * gdb.cp/exceptprint.exp: Likewise.
225 * gdb.cp/inherit.exp: Likewise.
226 * gdb.cp/nsnoimports.exp: Likewise.
227 * gdb.cp/virtbase2.exp: Likewise.
228 * gdb.mi/mi-var-cmd.exp: Likewise.
229 * gdb.mi/var-cmd.c: Likewise.
230
53a47a3e
TT
2312020-05-26 Tom Tromey <tromey@adacore.com>
232
233 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
234
0bc2354b
TT
2352020-05-26 Tom Tromey <tromey@adacore.com>
236
237 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
238 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
239 type.
240 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
241 variable.
242
0db49895
CBG
2432020-05-26 Christian Biesinger <cbiesinger@google.com>
244
245 * Makefile.in: Use = instead of == for the test command
246 for portability.
247
40d22035
TV
2482020-05-26 Tom de Vries <tdevries@suse.de>
249
250 * gdb.base/gold-gdb-index-2.c: New test.
251 * gdb.base/gold-gdb-index.c: New test.
252 * gdb.base/gold-gdb-index.exp: New file.
253 * gdb.base/gold-gdb-index.h: New test.
254
043e2e02
TV
2552020-05-25 Tom de Vries <tdevries@suse.de>
256
257 * boards/gold-gdb-index.exp: New file.
258
462f72c5
SM
2592020-05-25 Simon Marchi <simon.marchi@efficios.com>
260
261 * boards/simavr.exp: New file.
262
6cf66e76
SM
2632020-05-25 Simon Marchi <simon.marchi@efficios.com>
264
265 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
266 * gdb.base/inferior-args.exp: New file.
267 * gdb.base/inferior-args.c: New file.
268
75d04512
SM
2692020-05-25 Simon Marchi <simon.marchi@efficios.com>
270
271 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
272 inferior_args. Pass it to gdb_reload.
273 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
274 inferior_args.
275 (gdb_reload): Add inferior_args argument.
276 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
277 pass it to gdbserver_run.
278 * boards/native-gdbserver.exp: Do not set noargs.
279 * boards/native-extended-gdbserver.exp (gdb_reload): Add
280 inferior_args argument.
281 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
282 * gdb.base/a2-run.exp: Check for use_gdb_stub.
283 * gdb.base/args.exp: Likewise.
284
42cf1844
TV
2852020-05-25 Tom de Vries <tdevries@suse.de>
286
287 * lib/gdb.exp (exec_is_pie): Add comment.
288
8f7d38ef
TV
2892020-05-25 Tom de Vries <tdevries@suse.de>
290
291 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
292 instead of $binfile in the untested message.
293
465e1b0f
TV
2942020-05-25 Tom de Vries <tdevries@suse.de>
295
296 PR testsuite/26031
297 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
298
3c5a0e02
TV
2992020-05-25 Tom de Vries <tdevries@suse.de>
300
301 * boards/gold.exp: New file.
302
0a4f5f8c
TT
3032020-05-23 Tom Tromey <tom@tromey.com>
304
305 * gdb.base/style.exp: Remove completion styling test.
306 * lib/gdb-utils.exp (style): Remove completion styles.
307
eca1f90c
TT
3082020-05-23 Tom Tromey <tom@tromey.com>
309
310 * gdb.base/style.exp: Add completion styling test.
311 * lib/gdb-utils.exp (style): Add completion styles.
312
7c13f4e8
AB
3132020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
314
315 * gdb.base/annota1.exp: Update expected results.
316 * gdb.cp/annota2.exp: Update expected results, remove duplicate
317 test name.
318 * gdb.cp/annota3.exp: Update expected results.
319
41977d16
SM
3202020-05-20 Simon Marchi <simon.marchi@efficios.com>
321
322 PR gdb/26016
323 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
324 against MAP_FAILED.
325 * gdb.base/coremaker.c (mmapdata): Likewise.
326 * gdb.base/jit-reader-host.c (main): Likewise.
327 * gdb.base/sym-file-loader.c (load): Likewise.
328 (load_shlib): Likewise.
329
b4757f2e
TT
3302020-05-20 Tom Tromey <tromey@adacore.com>
331
332 * gdb.ada/array_char_idx.exp: Recognize initialized array.
333
9a0bacfb
TV
3342020-05-20 Tom de Vries <tdevries@suse.de>
335
336 PR symtab/25833
337 * gdb.base/with-mf-inc.c: New test.
338 * gdb.base/with-mf-main.c: New test.
339 * gdb.base/with-mf.exp: New file.
340
76571211
TT
3412020-05-19 Tom Tromey <tromey@adacore.com>
342
343 * gdb.rust/simple.exp: Restore missing test result.
344
4cd9f3d5
TV
3452020-05-19 Tom de Vries <tdevries@suse.de>
346
347 * gdb.base/gdb-caching-proc.exp: Fix typo.
348
7d874253
TT
3492020-05-19 Tom Tromey <tromey@adacore.com>
350
351 * gdb.rust/simple.exp: Add some test descriptions.
352 (test_one_slice): Use with_test_prefix.
353
1d727695
TV
3542020-05-18 Tom de Vries <tdevries@suse.de>
355
356 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
357
7f32a4d5
PA
3582020-05-17 Pedro Alves <palves@redhat.com>
359
360 PR gdb/25741
361 * gdb.base/hw-sw-break-same-address.exp: New file.
362
7cfd74cf
PA
3632020-05-16 Pedro Alves <palves@redhat.com>
364
365 * gdb.multi/multi-re-run.exp (test_re_run): Switch
366 LAST_LOADED_FILE accordingly.
367
57b4f16e
PW
3682020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
369
370 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
371
7c05caf7
PW
3722020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
373
374 * gdb.base/help.exp: Test apropos and help for commands
375 having aliases. Fixed comments not starting with an
376 upper-case letter or not finishing with a dot.
377
7aa1b46f
PW
3782020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
379
3b3aaacb
PW
380 * gdb.base/alias.exp: Update help output check.
381
57b4f16e 3822020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 383
7aa1b46f
PW
384 * gdb.base/default.exp: Update output following fixes.
385
0605465f
PW
3862020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
387
388 * gdb.base/alias.exp: Test aliases starting with a prefix of
389 another alias.
390
86e4e63d
GB
3912020-05-15 Gary Benson <gbenson@redhat.com>
392
393 * gdb.base/info-os.c (main): Add return statement.
394 * gdb.base/info_minsym.c (minsym_fun): Likewise.
395 * gdb.base/large-frame-2.c (func): Likewise.
396 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
397 * gdb.base/pr10179-b.c (foo2): Likewise.
398 * gdb.base/valgrind-disp-step.c (foo): Likewise.
399 * gdb.base/watch-cond.c (func): Likewise.
400 * gdb.multi/goodbye.c (verylongfun): Likewise.
401 * gdb.multi/hello.c (commonfun): Likewise.
402 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
403 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
404 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
405 Likewise.
406 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
407 * gdb.threads/interrupt-while-step-over.c (child_function):
408 Likewise.
409 * gdb.trace/actions-changed.c (end): Likewise.
410
163df4df
GB
4112020-05-15 Gary Benson <gbenson@redhat.com>
412
413 * gdb.opencl/callfuncs.exp: Report when test skipped.
414 * gdb.opencl/convs_casts.exp: Likewise.
415 * gdb.opencl/datatypes.exp: Likewise.
416 * gdb.opencl/operators.exp: Likewise.
417 * gdb.opencl/vec_comps.exp: Likewise.
418
6dbc505a
TV
4192020-05-15 Tom de Vries <tdevries@suse.de>
420
421 * gdb.base/align.exp.in: Rename to ...
422 * gdb.base/align.exp.tcl: ... this.
423 * gdb.base/align-c++.exp: Update.
424 * gdb.base/align-c.exp: Update.
425 * gdb.base/all-architectures.exp.in: Rename to ...
426 * gdb.base/all-architectures.exp: ... this.
427 * gdb.base/all-architectures-0.exp: Update.
428 * gdb.base/all-architectures-1.exp: Update.
429 * gdb.base/all-architectures-2.exp: Update.
430 * gdb.base/all-architectures-3.exp: Update.
431 * gdb.base/all-architectures-4.exp: Update.
432 * gdb.base/all-architectures-5.exp: Update.
433 * gdb.base/all-architectures-6.exp: Update.
434 * gdb.base/all-architectures-7.exp: Update.
435 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
436 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
437 * gdb.base/infcall-nested-structs-c++.exp: Update.
438 * gdb.base/infcall-nested-structs-c.exp: Update.
439 * gdb.base/info-types.exp.in: Rename to ...
440 * gdb.base/info-types.exp.tcl: ... this.
441 * gdb.base/info-types-c++.exp: Update.
442 * gdb.base/info-types-c.exp: Update.
443 * gdb.base/max-depth.exp.in: Rename to ...
444 * gdb.base/max-depth.exp.tcl: ... this.
445 * gdb.base/max-depth-c++.exp: Update.
446 * gdb.base/max-depth-c.exp: Update.
447 * gdb.cp/cpexprs.exp.in: Rename to ...
448 * gdb.cp/cpexprs.exp.tcl: ... this.
449 * gdb.cp/cpexprs-debug-types.exp: Update.
450 * gdb.cp/cpexprs.exp: Update.
451 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
452 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
453 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
454 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
455 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
456 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
457 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
458 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
459 * gdb.dwarf2/clang-debug-names-2.exp: Update.
460 * gdb.dwarf2/clang-debug-names.exp: Update.
461
d1034d78
AB
4622020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
463
464 * lib/check-test-names.exp: Remove code that prevents this file
465 loading when tests are run in parallel.
466
3c5c3649
PA
4672020-05-15 Pedro Alves <palves@redhat.com>
468
469 * gdb.multi/multi-kill.exp (start_inferior): Remove
470 'testpid' parameter. Refer to namespace variable directly.
471 (testpid): Declare as namespace variable.
472
272c36b8
PA
4732020-05-15 Pedro Alves <palves@redhat.com>
474
475 * gdb.multi/multi-kill.exp: Wrap in namespace.
476 (start_inferior): Add TESTPID parameter. Use it instead of the
477 testpid global.
478 (top level): Define empty TESTPID array, and pass it down to
479 start_inferior.
480
02eba61a
TV
4812020-05-14 Tom de Vries <tdevries@suse.de>
482
483 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
484 output.
485
971a3747
TV
4862020-05-14 Tom de Vries <tdevries@suse.de>
487
488 * gdb.base/align.exp: Split into ...
489 * gdb.base/align.exp.in: ...
490 * gdb.base/align-c++.exp: ...
491 * gdb.base/align-c.exp: ... these.
492 * gdb.base/infcall-nested-structs.exp: Split into ...
493 * gdb.base/infcall-nested-structs.exp.in: ...
494 * gdb.base/infcall-nested-structs-c++.exp: ...
495 * gdb.base/infcall-nested-structs-c.exp: ... these.
496 * gdb.base/info-types.exp: Split into ...
497 * gdb.base/info-types.exp.in: ...
498 * gdb.base/info-types-c++.exp: ...
499 * gdb.base/info-types-c.exp: ... these.
500 * gdb.base/max-depth.exp: Split into ...
501 * gdb.base/max-depth.exp.in: ...
502 * gdb.base/max-depth-c++.exp: ...
503 * gdb.base/max-depth-c.exp: ... these.
504 * gdb.cp/infcall-nodebug.exp: Split into ...
505 * gdb.cp/infcall-nodebug.exp.in: ...
506 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
507 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
508 * gdb.cp/infcall-nodebug-c-d0.exp: ...
509 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
510
a05575d3
TBA
5112020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
512 Pedro Alves <palves@redhat.com>
513
514 * gdb.multi/multi-exit.c: New file.
515 * gdb.multi/multi-exit.exp: New file.
516 * gdb.multi/multi-kill.c: New file.
517 * gdb.multi/multi-kill.exp: New file.
518
6ad82919
TBA
5192020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
520
521 * gdb.base/annota1.exp: Update the expected output.
522 * gdb.cp/annota2.exp: Ditto.
523
843f4d93
AB
5242020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
525
526 * lib/check-test-names.exp: Disable when testing is being run in
527 parallel.
528
c7c66341
TV
5292020-05-12 Tom de Vries <tdevries@suse.de>
530
531 * gdb.base/jit-elf.exp: Fix string concat.
532
1b59ca1c
TV
5332020-05-12 Tom de Vries <tdevries@suse.de>
534
535 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
536 messages.
537
b4991d29
TV
5382020-05-12 Tom de Vries <tdevries@suse.de>
539
540 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
541
dbb0ab10
TV
5422020-05-12 Tom de Vries <tdevries@suse.de>
543
544 * gdb.ada/catch_ex.exp: Use with_test_prefix.
545 * gdb.ada/mi_catch_ex.exp: Same.
546 * gdb.ada/mi_catch_ex_hand.exp: Same.
547
7549fed8
TV
5482020-05-12 Tom de Vries <tdevries@suse.de>
549
550 * gdb.fortran/complex.exp: Use with_test_prefix.
551
af2d5cd8
TV
5522020-05-12 Tom de Vries <tdevries@suse.de>
553
554 * gdb.trace/passcount.exp: Fix test-names.
555
7c121311
TV
5562020-05-12 Tom de Vries <tdevries@suse.de>
557
558 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
559
c9f3b40e
TV
5602020-05-12 Tom de Vries <tdevries@suse.de>
561
562 * gdb.gdb/complaints.exp: Use with_test_prefix.
563 * gdb.xml/tdesc-regs.exp: Same.
564 * gdb.opt/inline-locals.exp: Fix test name.
565
111b33f0
TV
5662020-05-12 Tom de Vries <tdevries@suse.de>
567
568 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
569 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
570 * gdb.dwarf2/implref-struct.exp: Same.
571 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
572 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
573
ebf47080
SM
5742020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
575
576 * gdb.base/jit-so.exp (one_jit_test): Change test name.
577
d30dcd12
AB
5782020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
579
580 * lib/check-test-names.exp (all_test_names): New module variable.
581 (counts): Add 'duplicates' field.
582 (_check_duplicates): New procedure.
583 (check): Also check for duplicates.
584 (do_log_summary): Print duplicates count.
585 (do_reset_vars): Reset counter for duplicate test names, and
586 discard all know test names.
587
34584c09
AB
5882020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
589
590 * lib/gdb.exp: Include check-test-names.exp library.
591 * lib/check-test-names.exp: New file.
592
e0002117
TV
5932020-05-11 Tom de Vries <tdevries@suse.de>
594
595 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
596
53f539a3
KS
5972020-05-11 Keith Seitz <keiths@redhat.com>
598
599 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
600
113ee09a
TV
6012020-05-11 Tom de Vries <tdevries@suse.de>
602
603 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
604 * gdb.cp/cpexprs.exp.in: .. here.
605 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
606 cpexprs.exp.
607
ba3e70b0
KS
6082020-05-11 Keith Seitz <keiths@redhat.com>
609
610 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
611 test names.
612 * gdb.ada/arrayptr.exp: Likewise.
613 * gdb.ada/assign_arr.exp: Likewise.
614 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
615 * gdb.ada/bp_on_var.exp: Likewise.
616 * gdb.ada/call_pn.exp: Likewise.
617 * gdb.ada/complete.exp: Likewise.
618 * gdb.ada/fun_overload_menu.exp: Likewise.
619 * gdb.ada/funcall_param.exp: Likewise.
620 * gdb.ada/funcall_ref.exp: Likewise.
621 * gdb.ada/packed_array_assign.exp: Likewise.
622 * gdb.ada/same_component_name.exp: Likewise.
623 * gdb.ada/type_coercion.exp: Likewise.
624 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
625 * gdb.ada/variant_record_packed_array.exp: Likewise.
626
3ee6bb11
TV
6272020-05-11 Tom de Vries <tdevries@suse.de>
628
629 PR symtab/25941
630 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
631 out of ...
632 * gdb.dwarf2/clang-debug-names.exp: ... here.
633 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
634 clang-debug-names.exp.in.
635 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
636 * gdb.dwarf2/clang-debug-names-2.c: New test.
637
86cd6bc8
AKS
6382020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
639
640 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
641 (fortran_runto_main): New Proc, fortran version of runto_main.
642 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
643 * gdb.fortran/array-bounds.exp: Likewise.
644 * gdb.fortran/array-slices.exp: Likewise.
645 * gdb.fortran/block-data.exp: Likewise.
646 * gdb.fortran/charset.exp: Likewise.
647 * gdb.fortran/common-block.exp: Likewise.
648 * gdb.fortran/complex.exp: Likewise.
649 * gdb.fortran/derived-type-function.exp: Likewise.
650 * gdb.fortran/derived-type.exp: Likewise.
651 * gdb.fortran/info-modules.exp: Likewise.
652 * gdb.fortran/info-types.exp: Likewise.
653 * gdb.fortran/intrinsics.exp: Likewise.
654 * gdb.fortran/library-module.exp: Likewise.
655 * gdb.fortran/logical.exp: Likewise.
656 * gdb.fortran/max-depth.exp: Likewise.
657 * gdb.fortran/module.exp: Likewise.
658 * gdb.fortran/multi-dim.exp: Likewise.
659 * gdb.fortran/nested-funcs.exp: Likewise.
660 * gdb.fortran/print-formatted.exp: Likewise.
661 * gdb.fortran/print_type.exp: Likewise.
662 * gdb.fortran/printing-types.exp: Likewise.
663 * gdb.fortran/ptr-indentation.exp: Likewise.
664 * gdb.fortran/ptype-on-functions.exp: Likewise.
665 * gdb.fortran/subarray.exp: Likewise.
666 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
667 * gdb.fortran/vla-datatypes.exp: Likewise.
668 * gdb.fortran/vla-history.exp: Likewise.
669 * gdb.fortran/vla-ptr-info.exp: Likewise.
670 * gdb.fortran/vla-ptype-sub.exp: Likewise.
671 * gdb.fortran/vla-ptype.exp: Likewise.
672 * gdb.fortran/vla-sizeof.exp: Likewise.
673 * gdb.fortran/vla-type.exp: Likewise.
674 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
675 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
676 * gdb.fortran/vla-value-sub.exp: Likewise.
677 * gdb.fortran/vla-value.exp: Likewise.
678 * gdb.fortran/whatis_type.exp: Likewise.
679 * gdb.mi/mi-var-child-f.exp: Likewise.
680
6dc55ce9 6812020-05-09 Tom de Vries <tdevries@suse.de>
682
683 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
684
283cb58c
TV
6852020-05-08 Tom de Vries <tdevries@suse.de>
686
687 * gdb.dwarf2/clang-debug-names.c: New test.
688 * gdb.dwarf2/clang-debug-names.exp: New file.
689
ac4a4f1c
SM
6902020-05-06 Simon Marchi <simon.marchi@efficios.com>
691
692 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
693 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
694
24fe640b
TV
6952020-05-06 Tom de Vries <tdevries@suse.de>
696
697 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
698 breakpoint is at a "recommended breakpoint location".
699 * gdb.reverse/consecutive-reverse.exp: Same.
700
0d8683a3
TV
7012020-05-06 Tom de Vries <tdevries@suse.de>
702
703 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
704 address.
705
b8983c46
TV
7062020-05-06 Tom de Vries <tdevries@suse.de>
707
708 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
709
abf6d805
TV
7102020-05-06 Tom de Vries <tdevries@suse.de>
711
712 * gdb.base/store.exp (check_set, up_set): Allowing missing location
713 info for r.
714
0fc2a808
TV
7152020-05-06 Tom de Vries <tdevries@suse.de>
716
717 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
718 necessary.
719
873dd427
TV
7202020-05-06 Tom de Vries <tdevries@suse.de>
721
722 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
723 void.
724
7c99e7e2
TV
7252020-05-06 Tom de Vries <tdevries@suse.de>
726
727 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
728 of ...
729 * gdb.base/async.exp: ... here.
730 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
731 "recommended breakpoint location".
732
6173d6a6
TV
7332020-05-06 Tom de Vries <tdevries@suse.de>
734
735 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
736
6015a067
TV
7372020-05-04 Tom de Vries <tdevries@suse.de>
738
739 * gdb.base/async.exp: Check whether instruction addresses are a
740 "recommended breakpoint location".
741
3b6acaee
TT
7422020-05-03 Tom Tromey <tom@tromey.com>
743
744 * gdb.base/sepdebug.exp: Remove "catch" test.
745 * gdb.base/break.exp: Remove "catch" test.
746 * gdb.base/default.exp: Update expected output.
747
5beb4d17
TV
7482020-05-02 Tom de Vries <tdevries@suse.de>
749
750 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
751 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
752 * gdb.arch/i386-mpx-map.exp: Same.
753 * gdb.arch/i386-mpx-sigsegv.exp: Same.
754 * gdb.arch/i386-mpx-simple_segv.exp: Same.
755 * gdb.arch/i386-mpx.exp: Same.
756
8caf140d
TV
7572020-05-02 Tom de Vries <tdevries@suse.de>
758
759 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
760
693196cb
TV
7612020-05-01 Tom de Vries <tdevries@suse.de>
762
763 * gdb.ada/operator_bp.exp: Allow more than required amount of
764 breakpoint.
765
53ae0aa9
TV
7662020-05-01 Tom de Vries <tdevries@suse.de>
767
768 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
769
ee9d1e5f
HD
7702020-04-30 Hannes Domani <ssbssa@yahoo.de>
771
772 PR gdb/18706
773 * gdb.cp/stub-array-size.cc: New test.
774 * gdb.cp/stub-array-size.exp: New file.
775 * gdb.cp/stub-array-size.h: New test.
776 * gdb.cp/stub-array-size2.cc: New test.
777
d5cf82c0
HD
7782020-04-30 Hannes Domani <ssbssa@yahoo.de>
779
780 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
781 output to the new format.
782
42e165c3
SM
7832020-04-29 Simon Marchi <simon.marchi@efficios.com>
784
785 * gdb.base/break.exp: Use with_test_prefix.
786
6e4e3fe1
TV
7872020-04-29 Tom de Vries <tdevries@suse.de>
788
789 * lib/gdb.exp (debug_types): New proc.
790 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
791 * gdb.python/py-symtab.exp: Same.
792
d642b692
HD
7932020-04-29 Hannes Domani <ssbssa@yahoo.de>
794
795 PR gdb/17320
796 * gdb.base/pretty-array.c: New test.
797 * gdb.base/pretty-array.exp: New file.
798
ea90f227
TV
7992020-04-29 Tom de Vries <tdevries@suse.de>
800
801 PR symtab/25889
802 * gdb.cp/cpexprs.exp: Adapt for inclusion.
803 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
804 and include cpexprs.exp.
805
a65189c9
TV
8062020-04-28 Mark Williams <mark@myosotissp.com>
807
808 PR gdb/24480
809 * dw4-toplevel-types.exp: Test for top level types.
810 * dw4-toplevel-types.cc: Test for top level types.
811
32d1f47a
TBA
8122020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
813
814 * gdb.threads/stop-with-handle.exp: Fix typo in comment
815 (theads -> threads).
816
56a4f5a1
TV
8172020-04-28 Tom de Vries <tdevries@suse.de>
818
819 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
820
0b2f8a3b
TV
8212020-04-28 Tom de Vries <tdevries@suse.de>
822
823 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
824
5390c717
TV
8252020-04-28 Tom de Vries <tdevries@suse.de>
826
827 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
828
15cd93d0
TV
8292020-04-28 Tom de Vries <tdevries@suse.de>
830
831 * gdb.dwarf2/main-foo.c: New test.
832 * gdb.dwarf2/struct-with-sig.exp: New file.
833
d472f0fb
TV
8342020-04-25 Tom de Vries <tdevries@suse.de>
835
836 * boards/debug-types.exp: New file.
837
8d840e05
AB
8382020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
839
840 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
841
bcfe6157
TT
8422020-04-24 Tom Tromey <tom@tromey.com>
843
844 PR symtab/12707:
845 * gdb.python/py-symbol.exp: Update expected results for
846 linkage_name test.
847 * gdb.cp/print-demangle.exp: New file.
848 * gdb.base/c-linkage-name.exp: Fix test.
849 * gdb.guile/scm-symbol.exp: Update expected results for
850 linkage_name test.
851
f049a313
TT
8522020-04-24 Tom Tromey <tom@tromey.com>
853
854 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
855 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
856 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
857 assembler.
858
7cf28874
TV
8592020-04-24 Tom de Vries <tdevries@suse.de>
860
861 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
862 C++.
863
dac2fef7
TT
8642020-04-24 Tom Tromey <tromey@adacore.com>
865
866 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
867 values.
868 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
869 values. Update test for minimal encodings.
870 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
871 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
872 values. Update test for minimal encodings.
873
1acda803
TT
8742020-04-24 Tom Tromey <tromey@adacore.com>
875
876 PR python/23662:
877 * gdb.ada/variant.exp: Add Python checks.
878 * gdb.rust/simple.exp: Add dynamic type checks.
879
adfb9815
TT
8802020-04-24 Tom Tromey <tromey@adacore.com>
881
882 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
883 Make array type matching more lax.
884 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
885 * gdb.ada/mi_variant.exp: New file.
886 * gdb.ada/mi_variant/pck.ads: New file.
887 * gdb.ada/mi_variant/pkg.adb: New file.
888 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
889 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
890
7d79de9a
TT
8912020-04-24 Tom Tromey <tromey@adacore.com>
892
893 * gdb.ada/variant.exp: Add dynamic field offset tests.
894 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
895 * gdb.ada/variant/pkg.adb: Add new variables.
896
f8e89861
TT
8972020-04-24 Tom Tromey <tromey@adacore.com>
898
899 * gdb.ada/variant.exp: New file
900 * gdb.ada/variant/pkg.adb: New file
901 * gdb.ada/variant/pck.adb: New file
902
86e887ae
TV
9032020-04-24 Tom de Vries <tdevries@suse.de>
904
905 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
906
88428775
TV
9072020-04-24 Tom de Vries <tdevries@suse.de>
908
909 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
910 flags.
911
4e86f6e7
TV
9122020-04-24 Tom de Vries <tdevries@suse.de>
913
914 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
915
2016d3e6
TV
9162020-04-24 Tom de Vries <tdevries@suse.de>
917
918 * lib/gdb.exp (default_gdb_start): Handle eof.
919 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
920 failure.
921 * gdb.base/readnever.exp: Handle clean_restart failure.
922
70bc38f5
TV
9232020-04-23 Tom de Vries <tdevries@suse.de>
924
925 * gdb.base/decl-before-def.exp: Run to main and print a again.
926
de82891c
TV
9272020-04-23 Tom de Vries <tdevries@suse.de>
928
929 * gdb.base/decl-before-def-decl.c: New test.
930 * gdb.base/decl-before-def-def.c: New test.
931 * gdb.base/decl-before-def.exp: New file.
932
96038148
TV
9332020-04-23 Tom de Vries <tdevries@suse.de>
934
935 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
936
54ac3df1
TV
9372020-04-22 Tom de Vries <tdevries@suse.de>
938
939 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
940 debug_info_offset.
941 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
942 before $objsfile in the line line.
943
714534e1
TV
9442020-04-22 Tom de Vries <tdevries@suse.de>
945
946 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
947
16a7dbf4
MS
9482020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
949
950 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
951 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
952 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
953 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
954 * gdb.base/jit-protocol.h: Update definitions to match all usage
955 contexts.
956
9572020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
958
959 * gdb.base: Rename all jit related test and source files.
960
9612020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
962
963 * gdb.base/jit-reader.exp: Relax register output check.
964
317d2668
TV
9652020-04-22 Tom de Vries <tdevries@suse.de>
966
967 PR symtab/25764
968 * gdb.base/psym-external-decl-2.c: New test.
969 * gdb.base/psym-external-decl.c: New test.
970 * gdb.base/psym-external-decl.exp: New file.
971 * gdb.threads/tls.exp: Add PR25807 kfail.
972
eea9e357
TV
9732020-04-22 Tom de Vries <tdevries@suse.de>
974
975 PR symtab/25801
976 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
977 in "info source" output.
978
3d5afab3
TV
9792020-04-22 Tom de Vries <tdevries@suse.de>
980
981 PR symtab/25700
982 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
983 symtab for imported_unit.c.
984
b32102f6
GB
9852020-04-21 Gary Benson <gbenson@redhat.com>
986
987 * gdb.base/advance.c (func): New argument, to match call site.
988 (func2, func3): Add return statements.
989
d43b7a2d
TBA
9902020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
991
992 * gdb.multi/run-only-second-inf.c: New file.
993 * gdb.multi/run-only-second-inf.exp: New file.
994
d89edf9b
MM
9952020-04-21 Markus Metzger <markus.t.metzger@intel.com>
996
997 * gdb.btrace/multi-inferior.c: New test.
998 * gdb.btrace/multi-inferior.exp: New file.
999
1a476b6d
MM
10002020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1001
1002 * gdb.btrace/enable-new-thread.c: New test.
1003 * gdb.btrace/enable-new-thread.exp: New file.
1004
4778a5f8
TV
10052020-04-21 Tom de Vries <tdevries@suse.de>
1006
1007 PR gdb/25471
1008 * gdb.threads/killed-outside.c: New test.
1009 * gdb.threads/killed-outside.exp: New file.
1010
9b2c992c
GB
10112020-04-20 Gary Benson <gbenson@redhat.com>
1012
1013 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1014 * gdb.base/nested-subp2.exp: Likewise.
1015 * gdb.base/nested-subp3.exp: Likewise.
1016
b5d1d6f7
GB
10172020-04-20 Gary Benson <gbenson@redhat.com>
1018
1019 * gdb.base/nested-subp1.exp: Disable test when using clang.
1020 * gdb.base/nested-subp2.exp: Likewise.
1021 * gdb.base/nested-subp3.exp: Likewise.
1022
25230285
GB
10232020-04-20 Gary Benson <gbenson@redhat.com>
1024
1025 * gdb.cp/exception.cc: Fix compilation error with clang.
1026
fa93cc8f
GB
10272020-04-20 Gary Benson <gbenson@redhat.com>
1028
809730f3 1029 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 1030
e0c45f30
GB
10312020-04-20 Gary Benson <gbenson@redhat.com>
1032
1033 * gdb.base/jit-main.c: Fix compilation error with clang.
1034
4ddfec93
KR
10352020-04-17 Kamil Rytarowski <n54@gmx.com>
1036
1037 * gdb.base/attach-twice.c: Include "sys/types.h".
1038 (PTRACE_ATTACH): Add fallback definition.
1039 (main): Pass `0' to the 4th argument of `ptrace'.
1040
2bed205e
KR
10412020-04-17 Kamil Rytarowski <n54@gmx.com>
1042
1043 * gdb.base/fork-running-state.c: Include "signal.h".
1044
0743fc83
TT
10452020-04-17 Tom Tromey <tromey@adacore.com>
1046
1047 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1048 Update tests.
1049 * gdb.btrace/cpu.exp: Update tests.
1050 * gdb.base/maint.exp: Update tests.
1051 * gdb.base/default.exp: Update tests.
1052 * gdb.base/completion.exp: Update tests.
1053
efba5c23
TV
10542020-04-16 Tom de Vries <tdevries@suse.de>
1055
1056 PR symtab/25791
1057 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1058 (ensure_gdb_index): and factor out and move ...
1059 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1060 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1061
d191d716
TV
10622020-04-16 Tom de Vries <tdevries@suse.de>
1063
1064 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1065 loading exec.
1066
99f1bc6a
AB
10672020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1068
1069 * gdb.base/many-completions.exp: New file.
1070
194d088f
TV
10712020-04-14 Tom de Vries <tdevries@suse.de>
1072
1073 PR symtab/25718
1074 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1075
c1a66c06
TV
10762020-04-14 Tom de Vries <tdevries@suse.de>
1077
1078 PR symtab/25720
1079 * gdb.base/maint-expand-symbols-header-file.c: New test.
1080 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1081 * gdb.base/maint-expand-symbols-header-file.h: New test.
1082
21b0982c
AB
10832020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1084
1085 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1086 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1087 get_func_info.
1088 (get_func_info): Delete.
1089 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1090 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1091 * lib/dwarf.exp (get_func_info): New function.
1092
dd1cab06
TV
10932020-04-13 Tom de Vries <tdevries@suse.de>
1094
1095 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1096 to what find_gnatmake does.
1097
71ea2b6b
TV
10982020-04-10 Tom de Vries <tdevries@suse.de>
1099
1100 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1101 -readnow.
1102
bdfc1e8a
TV
11032020-04-10 Tom de Vries <tdevries@suse.de>
1104
1105 PR cli/25808
1106 * gdb.base/style.c: Add leading newlines.
1107 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1108 Check listing of main's one-line body.
1109
14ca8ecf
TV
11102020-04-08 Tom de Vries <tdevries@suse.de>
1111
1112 * lib/gdb.exp (psymtabs_p): New proc.
1113 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1114 importing unit" unsupported if there are no partial symbols.
1115
e21d048f
TV
11162020-04-08 Tom de Vries <tdevries@suse.de>
1117
1118 PR testsuite/25760
1119 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1120
25c11aca
TV
11212020-04-07 Tom de Vries <tdevries@suse.de>
1122
1123 PR symtab/25796
1124 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1125
5707e24b
TV
11262020-04-07 Tom de Vries <tdevries@suse.de>
1127
1128 * gdb.base/check-psymtab.c: New test.
1129 * gdb.base/check-psymtab.exp: New file.
1130
6ee448cc
TT
11312020-04-06 Tom Tromey <tromey@adacore.com>
1132
1133 * gdb.ada/variant-record/proc.adb: New file.
1134 * gdb.ada/variant-record/value.adb: New file.
1135 * gdb.ada/variant-record/value.s: New file.
1136 * gdb.ada/variant-record.exp: New file.
1137
9e7c9a03
HD
11382020-04-03 Hannes Domani <ssbssa@yahoo.de>
1139
1140 PR gdb/25325
1141 * gdb.cp/typed-enum.cc: New test.
1142 * gdb.cp/typed-enum.exp: New file.
1143
c90d28ac
AB
11442020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1145
1146 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1147 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1148 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1149 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1150 * gdb.opt/inline-small-func.c: New file.
1151 * gdb.opt/inline-small-func.exp: New file.
1152 * gdb.opt/inline-small-func.h: New file.
1153
34e9a9fa
AB
11542020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1155
1156 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1157 function.
1158
6a354911
AB
11592020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1160
1161 * lib/dwarf.exp (function_range): Allow compiler options to be
1162 specified.
1163
880d9777
TV
11642020-04-02 Tom de Vries <tdevries@suse.de>
1165
1166 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1167 __attribute__((always_inline)).
1168 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1169
f32682ea
TV
11702020-04-02 Tom de Vries <tdevries@suse.de>
1171
1172 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1173 (gdbserver_gdb_exit): ... here. Add timeout warning.
1174 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1175 (connect_target_extended_remote): Append new server_spawn_id to
1176 server_spawn_ids.
1177 (cleanup): New proc.
1178 (setup, <toplevel>): Call cleanup.
1179
d3214198
TV
11802020-04-02 Tom de Vries <tdevries@suse.de>
1181
1182 * gdb.base/main-psymtab.exp: New file.
1183
cc77ed24
TV
11842020-04-02 Tom de Vries <tdevries@suse.de>
1185
1186 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1187
3638a098
TT
11882020-04-01 Tom Tromey <tom@tromey.com>
1189
1190 * gdb.base/complex-parts.exp: Add type tests.
1191
c34e8714
TT
11922020-04-01 Tom Tromey <tom@tromey.com>
1193
1194 * gdb.base/complex-parts.exp: Add arithmetic tests.
1195
981c08ce
TT
11962020-04-01 Tom Tromey <tom@tromey.com>
1197
1198 * gdb.compile/compile.exp: Update.
1199 * gdb.compile/compile-cplus.exp: Update.
1200 * gdb.base/varargs.exp: Update.
1201 * gdb.base/floatn.exp: Update.
1202 * gdb.base/endianity.exp: Update.
1203 * gdb.base/callfuncs.exp (do_function_calls): Update.
1204 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1205 (complex_float_integral_args): Update.
1206 * gdb.base/complex.exp: Update.
1207 * gdb.base/complex-parts.exp: Update.
1208
3d1cfd43
TT
12092020-04-01 Tom Tromey <tromey@adacore.com>
1210
1211 * gdb.rust/union.rs: New file.
1212 * gdb.rust/union.exp: New file.
1213 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1214 (main): Update.
1215 * gdb.rust/simple.exp: Move union tests to union.exp.
1216
e033dfa9
TT
12172020-04-01 Tom Tromey <tromey@adacore.com>
1218
1219 * gdb.rust/simple.rs (main): Remove "y0".
1220
53cccef1
TBA
12212020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1222
1223 * gdb.multi/stop-all-on-exit.c: New test.
1224 * gdb.multi/stop-all-on-exit.exp: New file.
1225
60e22c1e
HD
12262020-04-01 Hannes Domani <ssbssa@yahoo.de>
1227
1228 PR gdb/24789
1229 * gdb.cp/misc.cc: Add integer reference variable.
1230 * gdb.cp/misc.exp: Add test.
1231
e139a727
TBA
12322020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1233
1234 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1235 scenario to cover execution until the end and also the case
1236
16b0db75
TV
12372020-03-31 Tom de Vries <tdevries@suse.de>
1238
1239 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1240 c. Use "maint info symtabs" to check symtab expansion.
1241
c0502da6
TV
12422020-03-30 Tom de Vries <tdevries@suse.de>
1243
1244 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1245 unsupported.
1246 (verify_psymtab_expanded): Move ...
1247 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1248 test.
1249 (readnow): New proc.
1250
5935fd15
AB
12512020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1252
1253 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1254 with $hex.
1255
1773be9e
TT
12562020-03-20 Tom Tromey <tromey@adacore.com>
1257
1258 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1259
70304be9
TT
12602020-03-20 Tom Tromey <tromey@adacore.com>
1261
1262 * gdb.ada/sub_variant/subv.adb: New file.
1263 * gdb.ada/sub_variant.exp: New file.
1264
0dd7b8f7
TV
12652020-03-20 Tom de Vries <tdevries@suse.de>
1266
1267 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1268 first break fails.
1269 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1270
cada5fc9
AB
12712020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1272
1273 * gdb.server/exit-multiple-threads.c: New file.
1274 * gdb.server/exit-multiple-threads.exp: New file.
1275
6b8c53f2
AB
12762020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1277
1278 * gdb.fortran/mixed-lang-stack.c: New file.
1279 * gdb.fortran/mixed-lang-stack.cpp: New file.
1280 * gdb.fortran/mixed-lang-stack.exp: New file.
1281 * gdb.fortran/mixed-lang-stack.f90: New file.
1282
19a2740f
AB
12832020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1284
1285 * gdb.linespec/cp-completion-aliases.cc: New file.
1286 * gdb.linespec/cp-completion-aliases.exp: New file.
1287
d8c8b848
TV
12882020-03-19 Tom de Vries <tdevries@suse.de>
1289
1290 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1291 more precise.
1292
a9933ccf
TV
12932020-03-18 Tom de Vries <tdevries@suse.de>
1294
1295 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1296 * gdb.dwarf2/break-inline-psymtab.c: New test.
1297 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1298
2f89101f
TV
12992020-03-16 Tom de Vries <tdevries@suse.de>
1300
1301 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1302 cache_verify and cache_verify_proc.
1303
6b9374f1
TV
13042020-03-15 Tom de Vries <tdevries@suse.de>
1305
1306 * gdb.server/solib-list.exp: Handle
1307 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1308
eaeaf44c
TV
13092020-03-15 Tom de Vries <tdevries@suse.de>
1310
1311 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1312 objfiles".
1313
3293bbaf
TT
13142020-03-14 Tom Tromey <tom@tromey.com>
1315
1316 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1317
ab44624c
TV
13182020-03-14 Tom de Vries <tdevries@suse.de>
1319
1320 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1321
54c43825
TV
13222020-03-14 Tom de Vries <tdevries@suse.de>
1323
1324 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1325 result in line-by-line fashion.
1326
2ac70237
TV
13272020-03-14 Tom de Vries <tdevries@suse.de>
1328
1329 * lib/gdb.exp (supports_statement_frontiers): New proc.
1330 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1331
09546b56
TV
13322020-03-14 Tom de Vries <tdevries@suse.de>
1333
1334 * gdb.base/printcmds.exp: Add missing quoting for "print
1335 teststring2".
1336
a1f6a07c
TT
13372020-03-13 Tom Tromey <tom@tromey.com>
1338
1339 * gdb.base/printcmds.exp (test_print_strings): Add regression
1340 test.
1341 * gdb.base/printcmds.c (charptr): New typedef.
1342 (teststring2): New global.
1343
1b83d09c
AB
13442020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1345
1346 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1347 full path in the test name.
1348 (test_ld): Add some with_test_prefix blocks to make test names
1349 unique.
1350
2d61316c
TV
13512020-03-13 Tom de Vries <tdevries@suse.de>
1352
1353 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1354
2e9145ac
TV
13552020-03-13 Tom de Vries <tdevries@suse.de>
1356
1357 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1358
96c7f873
TV
13592020-03-13 Tom de Vries <tdevries@suse.de>
1360
1361 PR symtab/25646
1362 * gdb.dwarf2/imported-unit.exp: Add test.
1363
49ba92c0
TV
13642020-03-13 Tom de Vries <tdevries@suse.de>
1365
1366 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1367 (var1, var2): New variable.
1368 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1369 matching symbols.
1370
301b21e0
TV
13712020-03-13 Tom de Vries <tdevries@suse.de>
1372
1373 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1374 (Term::command): Use prompt prefix.
1375 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1376 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1377 command_no_prompt_prefix instead of prefix.
1378 * gdb.tui/tui-layout-asm.exp: Same.
1379
3f512721
SM
13802020-03-12 Simon Marchi <simon.marchi@efficios.com>
1381
1382 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1383
40310f30
SM
13842020-03-12 Simon Marchi <simon.marchi@efficios.com>
1385
1386 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1387 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1388 on" while stepping over the test instruction, match printed
1389 message.
1390
09252140
TV
13912020-03-12 Tom de Vries <tdevries@suse.de>
1392
1393 * gdb.base/info-types.exp: Use exp_continue during matching of output
1394 of "info types".
1395
14e9c72c
TV
13962020-03-12 Tom de Vries <tdevries@suse.de>
1397
1398 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1399
e515d67e
TV
14002020-03-12 Tom de Vries <tdevries@suse.de>
1401
1402 * gdb.fortran/module.exp: Use exp_continue during matching of output
1403 of "info variable -n".
1404
307eafd8
TV
14052020-03-12 Tom de Vries <tdevries@suse.de>
1406
1407 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1408 gdb.dwarf2/dw2-ranges-base.c.
1409
9a2de3fc
TV
14102020-03-12 Tom de Vries <tdevries@suse.de>
1411
1412 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1413 in presence of GLIBC debuginfo.
1414
3217502e
TV
14152020-03-12 Tom de Vries <tdevries@suse.de>
1416
1417 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1418 $core.
1419
1281424c
TV
14202020-03-12 Tom de Vries <tdevries@suse.de>
1421
1422 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1423 more precise.
1424
038b97fc
SM
14252020-03-11 Simon Marchi <simon.marchi@efficios.com>
1426
1427 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1428 from Unix to Windows path.
1429
5308d1e7
TV
14302020-03-11 Tom de Vries <tdevries@suse.de>
1431
1432 * gdb.ada/minsyms.exp: Set language to ada.
1433
f870f78f
TV
14342020-03-11 Tom de Vries <tdevries@suse.de>
1435
1436 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1437
5a13315d
TV
14382020-03-11 Tom de Vries <tdevries@suse.de>
1439
1440 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1441
976862ed
TT
14422020-03-11 Tom Tromey <tromey@adacore.com>
1443
1444 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1445
7462c383
TV
14462020-03-11 Tom de Vries <tdevries@suse.de>
1447
1448 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1449
1c6c46a0
TV
14502020-03-11 Tom de Vries <tdevries@suse.de>
1451
1452 * gdb.base/break-interp.exp: Limit verbose scope.
1453
44f41bb7
TV
14542020-03-11 Tom de Vries <tdevries@suse.de>
1455
1456 * gdb.fortran/logical.f90: Define variable with character type.
1457 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1458
b76f3a42
TV
14592020-03-11 Tom de Vries <tdevries@suse.de>
1460
1461 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1462
1c33af77
TV
14632020-03-11 Tom de Vries <tdevries@suse.de>
1464
1465 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1466 symtabs.
1467
8c95582d
AB
14682020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1469 Bernd Edlinger <bernd.edlinger@hotmail.de>
1470
1471 * gdb.cp/step-and-next-inline.cc: New file.
1472 * gdb.cp/step-and-next-inline.exp: New file.
1473 * gdb.cp/step-and-next-inline.h: New file.
1474 * gdb.dwarf2/dw2-is-stmt.c: New file.
1475 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1476 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1477 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1478 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1479
cecf8547
AB
14802020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1481
1482 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1483 is-stmt flag in the line table.
1484
0ba678c9
TV
14852020-03-09 Tom de Vries <tdevries@suse.de>
1486
1487 * lib/gdb.exp (cached_file): Create cache dir.
1488
72fbdf83
TV
14892020-03-07 Tom de Vries <tdevries@suse.de>
1490
1491 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1492 * gdb.cp/rvalue-ref-params.exp: Same.
1493
436b5e99
TV
14942020-03-06 Tom de Vries <tdevries@suse.de>
1495
1496 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1497 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1498
09f2921c
TV
14992020-03-06 Tom de Vries <tdevries@suse.de>
1500
1501 * README: Fix "the the".
1502 * gdb.base/dprintf.exp: Same.
1503
50a3cc5d
TV
15042020-03-05 Tom de Vries <tdevries@suse.de>
1505
1506 * gdb.base/maint.exp: Update "main print statistics" expected output.
1507
0a709cba
AKS
15082020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1509
1510 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1511 (fortran_int8): Likewise.
1512 (fortran_real4): Likewise.
1513 (fortran_real8): Likewise.
1514 (fortran_complex4): Likewise.
1515 (fortran_logical4): Likewise.
1516 (fortran_character1): Likewise.
1517
5e5d66b6
AB
15182020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1519
1520 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1521 printed as true.
1522
7b973adc
SDJ
15232020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1524
1525 * gdb.base/printcmds.exp: Add test to verify printf of a
1526 variable holding an address.
1527
478e490a
TV
15282020-03-03 Tom de Vries <tdevries@suse.de>
1529
1530 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1531
1ef44e86
TV
15322020-03-03 Tom de Vries <tdevries@suse.de>
1533
1534 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1535 gdb_test_multiple call.
1536
b98cc2cf
TV
15372020-03-03 Tom de Vries <tdevries@suse.de>
1538
1539 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1540 gdb_test_multiple calls.
1541
63e163f2
AB
15422020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1543
1544 * gdb.base/default.exp: Remove test of 'set history filename'.
1545 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1546 filename to the empty string.
1547 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1548 and GDBHISTSIZE.
1549
24ed6739
AB
15502020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1551
1552 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1553 disabled.
1554
590003dc
TV
15552020-03-02 Pedro Alves <palves@redhat.com>
1556 Tom de Vries <tdevries@suse.de>
1557
1558 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1559 -prompt prefix, before user_code argument. Add -lbl option likewise.
1560 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1561 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1562 argument.
1563 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1564 have "\r\n" at start-of-line, instead of at end-of-line.
1565
f5e46084
SM
15662020-02-28 Simon Marchi <simon.marchi@efficios.com>
1567
1568 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1569 libinproctrace.so.
1570
f7a7000d
LM
15712020-02-28 Luis Machado <luis.machado@linaro.org>
1572
1573 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1574 to "p/x".
1575
718e0816
LM
15762020-02-28 Luis Machado <luis.machado@linaro.org>
1577
1578 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1579 asm/ptrace.h and error.h.
1580
13c3a74a
TV
15812020-02-28 Tom de Vries <tdevries@suse.de>
1582
1583 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1584 (struct wrapper, do_something, mundane/symada__cS): Move ...
1585 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1586 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1587 Update "print symada__cS before partial symtab expansion" regexp.
1588 Update breakpoint location. Flush symbol cache after expansion.
1589
85d2d5bb
LM
15902020-02-28 Luis Machado <luis.machado@linaro.org>
1591
1592 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1593
3608f86c
TV
15942020-02-27 Tom de Vries <tdevries@suse.de>
1595
1596 * config/sid.exp: Remove unused globals.
1597 * gdb.base/attach.exp: Same.
1598 * gdb.base/catch-load.exp: Same.
1599 * gdb.base/dbx.exp: Same.
1600 * lib/gdb.exp: Same.
1601 * lib/mi-support.exp: Same.
1602 * lib/prompt.exp: Same.
1603
c8d4f6df
TV
16042020-02-27 Tom de Vries <tdevries@suse.de>
1605
1606 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1607 not set.
1608
0d79cdc4
AM
16092020-02-26 Aaron Merey <amerey@redhat.com>
1610
1611 * gdb.debuginfod: New directory for debuginfod tests.
1612 * gdb.debuginfod/main.c: New test file.
1613 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1614
0dce4280
TV
16152020-02-26 Tom de Vries <tdevries@suse.de>
1616
1617 PR gdb/25603
1618 * gdb.base/persistent-lang.cc: New test.
1619 * gdb.base/persistent-lang.exp: New file.
1620
9e80cfa1
AB
16212020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1622
1623 * gdb.fortran/derived-type-striding.exp: Add a new test.
1624 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1625 new test.
1626
2078dbb2
AB
16272020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1628
1629 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1630 names.
1631
70d49700
TV
16322020-02-25 Tom de Vries <tdevries@suse.de>
1633
1634 PR go/18926
1635 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1636
a88ef40d
TV
16372020-02-24 Tom de Vries <tdevries@suse.de>
1638
1639 PR gdb/25592
1640 * gdb.base/info-locals-unused-static-var.c: New test.
1641 * gdb.base/info-locals-unused-static-var.exp: New file.
1642
01b1af32
TT
16432020-02-22 Tom Tromey <tom@tromey.com>
1644
1645 * gdb.python/tui-window.exp: New file.
1646 * gdb.python/tui-window.py: New file.
1647
7c043ba6
TT
16482020-02-22 Tom Tromey <tom@tromey.com>
1649
1650 PR tui/17850:
1651 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1652 tests.
1653
c22fef7e
TT
16542020-02-22 Tom Tromey <tom@tromey.com>
1655
1656 * gdb.tui/new-layout.exp: Add sub-layout tests.
1657
ee325b61
TT
16582020-02-22 Tom Tromey <tom@tromey.com>
1659
1660 * gdb.tui/new-layout.exp: New file.
1661
3f0cbb04
TT
16622020-02-22 Tom Tromey <tom@tromey.com>
1663
1664 * gdb.rust/rust-style.rs: New file.
1665 * gdb.rust/rust-style.exp: New file.
1666 * gdb.base/style.exp: Test structure printing.
1667 * gdb.base/style.c (struct some_struct): New type.
1668 (enum etype): New type.
1669 (struct_value): New global.
1670
75525152
TV
16712020-02-21 Tom de Vries <tdevries@suse.de>
1672
1673 PR go/18926
1674 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1675 Remove blanket xfails. Use message argument for gdb_breakpoint.
1676 Make continuing to breakpoint test conditional on setting breakpoint.
1677 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1678 DW_AT_name attribute. Add xfail for GCC PR93866.
1679
bd360d30
AB
16802020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1681
1682 * gdb.dwarf2/cpp-linkage-name.c: New file.
1683 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1684
c7adb09f 16852020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
1686
1687 * lib/gdb.exp (gdb_wrapper_init): Reset
1688 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1689 not exist.
1690
a9c79803
TV
16912020-02-20 Tom de Vries <tdevries@suse.de>
1692
1693 PR go/17018
1694 * gdb.go/hello.exp: Copy ...
1695 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1696 print of st to print value of global definition. Add xfail for GCC
1697 PR93844.
1698 * gdb.go/hello.exp: Remove printing of st before definition.
1699 * gdb.go/hello.go: Copy ...
1700 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1701 to st.
1702 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1703
d7445728
TV
17042020-02-20 Tom de Vries <tdevries@suse.de>
1705
1706 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1707 (gdb_simple_compile): Handle compile_flags go by using .go extension
1708 for source file.
1709 * gdb.go/chan.exp: Use support_go_compile.
1710 * gdb.go/handcall.exp: Same.
1711 * gdb.go/hello.exp: Same.
1712 * gdb.go/integers.exp: Same.
1713 * gdb.go/max-depth.exp: Same.
1714 * gdb.go/methods.exp: Same.
1715 * gdb.go/package.exp: Same.
1716 * gdb.go/strings.exp: Same.
1717 * gdb.go/types.exp: Same.
1718 * gdb.go/unsafe.exp: Same.
1719
c9c41e6d
TV
17202020-02-19 Tom de Vries <tdevries@suse.de>
1721
1722 * gdb.python/lib-types.exp: Make xfail more strict.
1723
f20ff837
TV
17242020-02-19 Tom de Vries <tdevries@suse.de>
1725
1726 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1727
08410482
DE
17282020-02-19 Doug Evans <dje@google.com>
1729
1730 PR rust/25535
1731 * gdb.rust/simple.exp: Add test.
1732 * gdb.rust/simple.rs: Add test.
1733
623563f7
TV
17342020-02-19 Tom de Vries <tdevries@suse.de>
1735
1736 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1737 output line-by-line.
1738
d3308cfd
TV
17392020-02-19 Tom de Vries <tdevries@suse.de>
1740
1741 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1742
86cbc5dc
TV
17432020-02-19 Tom de Vries <tdevries@suse.de>
1744
1745 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1746 prelink.
1747
9db2b96b
TV
17482020-02-19 Tom de Vries <tdevries@suse.de>
1749
1750 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1751 (gdb_do_cache): Use gdb_do_cache_wrap.
1752 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1753
89e2fdc5
TV
17542020-02-19 Tom de Vries <tdevries@suse.de>
1755
1756 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1757 gdb_compile option.
1758
373d7ac0
SM
17592020-02-18 Simon Marchi <simon.marchi@efficios.com>
1760
1761 * gdb.base/printcmds.exp (test_print_enums): Update expected
1762 output.
1763
b29a2df0
SM
17642020-02-18 Simon Marchi <simon.marchi@efficios.com>
1765
1766 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1767 for "unknown".
1768
6740f0cc
SM
17692020-02-18 Simon Marchi <simon.marchi@efficios.com>
1770
1771 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1772 enumerator.
1773
edd45eb0
SM
17742020-02-18 Simon Marchi <simon.marchi@efficios.com>
1775
1776 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1777 FE_, add FE_NONE.
1778 (three): Update.
1779 (enum flag_enum_without_zero): New enum.
1780 (flag_enum_without_zero): New variable.
1781 (enum not_flag_enum): New enum.
1782 (three_not_flag): New variable.
1783 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1784 (test_print_enums): Add more tests for printing flag enums.
1785
d4295de4
TV
17862020-02-18 Tom de Vries <tdevries@suse.de>
1787
1788 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1789 (gdb_compile_ada): ... here.
1790 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1791 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1792
f251f505
TT
17932020-02-14 Tom Tromey <tom@tromey.com>
1794
1795 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1796 build directory.
1797 * boards/gdbserver-base.exp: Update path to gdbserver.
1798
8f432634
TV
17992020-02-13 Tom de Vries <tdevries@suse.de>
1800
1801 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1802
92b6eaf7
TV
18032020-02-13 Tom de Vries <tdevries@suse.de>
1804
1805 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1806 are missing.
1807
f3b0f7fe
TV
18082020-02-13 Tom de Vries <tdevries@suse.de>
1809
1810 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1811 call.
1812
f6be8713
SDJ
18132020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1814
1815 PR tui/25126
1816 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1817 * gdb.base/cached-source-file.c: New file.
1818 * gdb.base/cached-source-file.exp: New file.
1819
b2770d5e
TV
18202020-02-11 Tom de Vries <tdevries@suse.de>
1821
1822 PR testsuite/25488
1823 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1824
44f6938e
TV
18252020-02-10 Tom de Vries <tdevries@suse.de>
1826
1827 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1828
5f0e2eb7
MR
18292020-02-10 Maciej W. Rozycki <macro@wdc.com>
1830
1831 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1832 and $after_addr are both integers before making a comparison.
1833
46ce2b6f
TV
18342020-02-09 Tom de Vries <tdevries@suse.de>
1835
1836 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1837 command output and paste it into gdb.log. If any, paste catch message
1838 to gdb.log.
1839
5abbbe1d
TT
18402020-02-07 Tom Tromey <tromey@adacore.com>
1841
1842 PR breakpoints/24915:
1843 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1844
1d5d29e7
SV
18452020-02-06 Shahab Vahedi <shahab@synopsys.com>
1846
1847 * gdb.tui/tui-missing-src.exp: Add the "missing source
1848 file" test for the TUI.
1849
b0999b9b
AB
18502020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1851
1852 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1853 including a port number in the output.
1854
c3b149eb
AKS
18552020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1856
1857 * lib/fortran.exp (fortran_int4): Handle clang.
1858 (fortran_int8): Likewise.
1859 (fortran_real4): Likewise.
1860 (fortran_real8): Likewise.
1861 (fortran_complex4): Likewise.
1862 (fortran_logical4): Likewise.
1863 (fortran_character1): Likewise.
1864
f8dcc90b
TV
18652020-02-04 Tom de Vries <tdevries@suse.de>
1866
1867 * README (Race detection): Add note.
1868
f90ac7c2
TV
18692020-02-04 Tom de Vries <tdevries@suse.de>
1870
1871 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1872
780636ae
TV
18732020-02-04 Tom de Vries <tdevries@suse.de>
1874
1875 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1876
5d2e1193
RA
18772020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1878
1879 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1880 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1881 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1882 blttar, bnetarl.
1883 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1884 binary for blttar, bnetarl.
1885 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1886 wait instruction. Delete ldmx test.
1887 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1888
e409c542
AKS
18892020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1890
1891 * gdb.fortran/array-bounds-high.exp: New file.
1892 * gdb.fortran/array-bounds-high.f90: New file.
1893
b0029748
LD
18942020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1895
1896 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1897 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1898
195a8287
TV
18992020-02-01 Tom de Vries <tdevries@suse.de>
1900
1901 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1902
42330a68
AB
19032020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1904
1905 PR tui/9765
1906 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1907 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1908
b62a8028
LM
19092020-01-29 Luis Machado <luis.machado@linaro.org>
1910
1911 * gdb.arch/aarch64-brk-patterns.c: New source file.
1912 * gdb.arch/aarch64-brk-patterns.exp: New test.
1913
5f440116
TBA
19142020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1915
1916 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1917 GCC/Clang version.
1918 * gdb.cp/pass-by-ref.exp: Ditto.
1919
ee2a6fc6
TV
19202020-01-29 Tom de Vries <tdevries@suse.de>
1921
1922 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1923 * gdb.threads/watchpoint-fork-mt.c: Same.
1924 * gdb.threads/watchpoint-fork-parent.c: Same.
1925 * gdb.threads/watchpoint-fork-st.c: Same.
1926 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1927
16b10d6e
LM
19282020-01-27 Luis Machado <luis.machado@linaro.org>
1929
1930 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1931 sitting at a syscall instruction when we hit the syscall function's
1932 breakpoint.
1933 Check PC against one obtained with the x command.
1934 Validate syscall number.
1935 (step_over_syscall): Don't continue to the syscall instruction if
1936 we're already there.
1937
b1468492
PW
19382020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1939
1940 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1941
7ffa82e1
AB
19422020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1943
1944 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1945 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1946
3d92a3e3
AB
19472020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1948
1949 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1950 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1951
94a72be7
AB
19522020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1953
1954 * gdb.base/maint.exp: Update line table parsing test.
1955 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1956
53af73bf
PA
19572020-01-24 Pedro Alves <palves@redhat.com>
1958
1959 PR gdb/25410
1960 * gdb.multi/multi-re-run-1.c: New.
1961 * gdb.multi/multi-re-run-2.c: New.
1962 * gdb.multi/multi-re-run.exp: New.
1963
1ba1ac88
AB
19642020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1965
1966 PR gdb/23718
1967 * gdb.server/server-kill-python.exp: New file.
1968
f3364a6d
AB
19692020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1970
1971 * gdb.server/multi-ui-errors.c: New file.
1972 * gdb.server/multi-ui-errors.exp: New file.
1973
733d0a67
AB
19742020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1975
1976 PR tui/9765
1977 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1978
4f13c1c0
TT
19792020-01-19 Tom Tromey <tom@tromey.com>
1980
1981 * gdb.tui/main.exp: Add check for plain "file".
1982
40c94099
CB
19832020-01-16 Christian Biesinger <cbiesinger@google.com>
1984
1985 * lib/gdb.exp: Fix spelling error (seperatelly).
1986
ff47f4f0
TT
19872020-01-14 Tom Tromey <tom@tromey.com>
1988
1989 PR symtab/12535:
1990 * gdb.python/python.exp: Test decode_line with empty string
1991 argument.
1992
717c684d
BE
19932020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1994
1995 * gdb.base/skip-inline.exp: Extend test.
1996
44e4c775
AB
19972020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1998
1999 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2000 * gdb.dwarf2/dw2-bad-elf.c: New file.
2001 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2002
d93c6db7
AB
20032020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2004
2005 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2006 _line_saw_file.
2007
9a6d629c
AB
20082020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2009
2010 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2011 border.
2012
d9ebdab7
TBA
20132020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2014
2015 * gdb.multi/multi-target.exp (setup): Factor out "info
2016 connections" and "info inferiors" tests to ...
2017 (test_info_inferiors): ... this new procedure.
2018 (top level): Run new "info-inferiors" tests.
2019
f3c469b9
PA
20202020-01-10 Pedro Alves <palves@redhat.com>
2021
2022 * gdb.server/bkpt-other-inferior.exp: New file.
2023
121b3efd
PA
20242020-01-10 Pedro Alves <palves@redhat.com>
2025
2026 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2027 of "add-inferior".
2028 * gdb.base/quit-live.exp: Likewise.
2029 * gdb.base/remote-exec-file.exp: Likewise.
2030 * gdb.guile/scm-progspace.exp: Likewise.
2031 * gdb.linespec/linespec.exp: Likewise.
2032 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2033 * gdb.mi/user-selected-context-sync.exp: Likewise.
2034 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2035 "info inferiors" tests.
2036 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2037 "add-inferior".
2038 * gdb.multi/watchpoint-multi.exp: Likewise.
2039 * gdb.python/py-inferior.exp: Likewise.
2040 * gdb.server/extended-remote-restart.exp: Likewise.
2041 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2042 "info inferiors".
2043 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2044 * gdb.trace/report.exp: Likewise.
2045
1dadb1dd
PA
20462020-01-10 Pedro Alves <palves@redhat.com>
2047
2048 * gdb.multi/multi-target.c: New file.
2049 * gdb.multi/multi-target.exp: New file.
2050 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2051 mode requested, but remote does not support non-stop".
2052
78f2c40a
PA
20532020-01-10 Pedro Alves <palves@redhat.com>
2054
2055 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2056 disconnect before reconnecting.
2057
e7af6c70
TBA
20582020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2059 Pedro Alves <palves@redhat.com>
2060
2061 * gdb.server/connect-without-multi-process.exp: Also test
2062 continuing to end.
2063
acdf84a6
PA
20642020-01-10 Pedro Alves <palves@redhat.com>
2065
2066 * gdb.base/remote-exec-file.exp: New file.
2067
873657b9
PA
20682020-01-10 Pedro Alves <palves@redhat.com>
2069
2070 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2071 output.
2072 * gdb.threads/async.c: New.
2073 * gdb.threads/async.exp: New.
2074 * gdb.multi/tids-gid-reset.c: New.
2075 * gdb.multi/tids-gid-reset.exp: New.
2076
7f0ae84c
GB
20772020-01-10 George Barrett <bob@bob131.so>
2078
2079 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2080 to help in finding the image relocation offset.
2081 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2082 options in arguments.
2083 (stap_test_no_debuginfo): Likewise.
2084 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2085 test variants.
2086 (stap_test): Add null semaphore relocation test.
2087
47e9d49d
GB
20882020-01-10 George Barrett <bob@bob131.so>
2089
2090 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2091 * gdb.base/stap-probe.exp: Likewise.
2092 (stap_test): Pass argument as an additional flag.
2093 (stap_test_no_debuginfo): Likewise.
2094 (stap_test): Check `info probes stap' output for semaphore
2095 addresses if the test binary is supposed to have them.
2096
f5a7c406
AB
20972020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2098
2099 * gdb.tui/basic.exp: Add more scrolling tests.
2100
9ae6bf64
TT
21012020-01-09 Tom Tromey <tom@tromey.com>
2102
2103 PR tui/18932:
2104 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2105 meangingful value.
2106 (Term::command, Term::resize): Update.
2107 * gdb.tui/basic.exp: Add scrolling test.
2108
b2efe70c
AB
21092020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2110
2111 * gdb.tui/tui-layout-asm.exp: New file.
2112
3804da7e
AB
21132020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2114
2115 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2116
b40aa28f
AB
21172020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2118
2119 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2120 (Term::enter_tui): Use Term::prepare_for_tui.
2121
63ffd7c9
AB
21222020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2123
2124 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2125 called.
2126
3be966f6
AB
21272020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2128
2129 * gdb.base/skip.exp: Fix race condition in test.
2130
153d79c4
AB
21312020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2132
2133 * gdb.base/backtrace.c: New file.
2134 * gdb.base/backtrace.exp: New file.
2135
f2302a34
AB
21362020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2137
2138 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2139
6ec1d75e
PW
21402020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2141
2142 * gdb.base/style.exp: Test that warnings are styled.
2143
c296cbe6
BE
21442019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2145
2146 * gdb.base/line65535.exp: New file.
2147 * gdb.base/line65535.c: New file.
2148
b28a729d
SM
21492019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2150
2151 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2152 * lib/gnat_debug_info_test.adb: New file.
2153 * gdb.ada/ptype_tagged_param.exp: Use
2154 gnat_runtime_has_debug_info, expect a different output if
2155 runtime does not have debug info.
2156
7f2d7a0d
SM
21572019-12-20 Simon Marchi <simon.marchi@efficios.com>
2158
2159 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2160 (another) quote in test name.
2161
f3bce483
SM
21622019-12-20 Simon Marchi <simon.marchi@efficios.com>
2163
2164 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2165 Add quote in test name.
2166
c855a912
TBA
21672019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2168
2169 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2170 directory instead.
2171 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2172 * gdb.cp/pass-by-ref-2.cc: New file.
2173 * gdb.cp/pass-by-ref-2.exp: New file.
2174
fc9d2d72
TT
21752019-12-20 Tom Tromey <tom@tromey.com>
2176
2177 * gdb.tui/list-before.exp: New file.
2178
77b97e00
TT
21792019-12-20 Tom Tromey <tom@tromey.com>
2180
2181 * gdb.tui/list.exp: Check for source on initial listing.
2182
f69656d0
TT
21832019-12-11 Tom Tromey <tromey@adacore.com>
2184
2185 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2186 Add crlf test.
2187
99a55965
SM
21882019-12-18 Simon Marchi <simon.marchi@efficios.com>
2189
2190 * gdb.base/default.exp: Update value of $_gdb_major.
2191
5024637f
BE
21922019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2193
2194 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2195
b63634be
BE
21962019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2197
2198 * gdb.base/skip.exp: Whitespace fix.
2199
45d73523
BE
22002019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2201
2202 * gdb.base/skip-inline.c: New file.
2203 * gdb.base/skip-inline.exp: New file.
2204
d043f8c8
SM
22052019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2206
2207 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2208 jit_function_00 to jit_function_stack_mangle.
2209 * gdb.base/jithost.c (jit_function_t): Rename to...
2210 (jit_function_stack_mangle_t): ... this.
2211 (jit_function_add_t): New typedef.
2212 (jit_function_00_code): Rename to...
2213 (jit_function_stack_mangle_code): ... this, make static.
2214 (jit_function_add_code): New.
2215 (main): Generate "add" function and call it. Adjust to changes
2216 in jithost_abi.
2217 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2218 (struct jithost_abi) <begin, end>: Remove fields.
2219 <object, function_stack_mangle, function_add>: New fields.
2220 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2221 code_end>: Remove fields.
2222 <func_stack_mangle>: New field.
2223 (read_debug_info): Adjust to renaming, create block for "add"
2224 function.
2225 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2226
873de05c
TT
22272019-12-11 Tom Tromey <tom@tromey.com>
2228
2229 * gdb.tui/resize.exp: Fix regexp.
2230 * gdb.tui/regs.exp: Fix regexps.
2231 * gdb.tui/main.exp: Fix regexp.
2232
3d979945
TT
22332019-12-11 Tom Tromey <tom@tromey.com>
2234
2235 * gdb.tui/resize.exp: Update.
2236 * gdb.tui/empty.exp (layouts): Update.
2237
2192a9d3
TT
22382019-12-11 Tom Tromey <tom@tromey.com>
2239
2240 * gdb.tui/regs.exp: Update.
2241 * gdb.tui/empty.exp (layouts): Update.
2242 * gdb.tui/basic.exp: Update.
2243 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2244
d8edc8b7
PW
22452019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2246
2247 * gdb.base/options.exp: Add -raw-values in the print completion list.
2248 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2249
4c12d936
KB
22502019-12-10 Kevin Buettner <kevinb@redhat.com>
2251
2252 * gdb.threads/omp-par-scope.c: New file.
2253 * gdb/threads/omp-par-scope.exp: New file.
2254
26b911fb
KB
22552019-12-10 Kevin Buettner <kevinb@redhat.com>
2256
bb47f919
KB
2257 * lib/gdb.exp (support_nested_function_tests): New proc.
2258
22592019-12-10 Kevin Buettner <kevinb@redhat.com>
2260
2261 * lib/gdb.exp (gdb_compile_openmp): New proc.
2262 (build_executable_from_specs): Add an "openmp" option.
2263 (gdb_compile_pthreads): Add non-executable case.
26b911fb 2264
6c71eb7d
TT
22652019-12-10 Tom Tromey <tromey@adacore.com>
2266
2267 * gdb.ada/unchecked_union.exp: New file.
2268 * gdb.ada/unchecked_union/pck.adb: New file.
2269 * gdb.ada/unchecked_union/pck.ads: New file.
2270 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2271 * gdb-utils.exp (string_to_regexp): Also quote "?".
2272
bac7c5cf
GB
22732019-12-10 George Barrett <bob@bob131.so>
2274
2275 Test scripted probe breakpoints.
2276 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2277 * gdb.python/py-breakpoint.c (main): Likewise.
2278 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2279 specifier test.
2280 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2281
330f1d38
TBA
22822019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2283
2284 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2285 an rvalue parameter.
2286 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2287 parameter.
2288
b43315e2
AB
22892019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2290
2291 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2292 modules.
2293
54f73dad
AB
22942019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2295
2296 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2297 broken version of GCC.
2298
d57cbee9
AB
22992019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2300
2301 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2302 sym-info-cmds library.
2303 * gdb.fortran/info-types.exp: Likewise.
2304 * lib/sym-info-cmds.exp: New file.
2305
c14aab8c
TV
23062019-12-08 Tom de Vries <tdevries@suse.de>
2307
2308 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2309
aa2d5a42
KS
23102019-12-07 Keith Seitz <keiths@redhat.com>
2311
2312 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2313 * gdb.base/corefile-buildid-shlib.c: New file.
2314 * gdb.base/corefile-buildid.c: New file.
2315 * gdb.base/corefile-buildid.exp: New file.
2316
93e55f0a
TV
23172019-12-06 Tom de Vries <tdevries@suse.de>
2318
2319 * gdb.dwarf2/varval.exp: Add decl before def test.
2320
c7d12402
TBA
23212019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2322
2323 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2324
06acc08f
TBA
23252019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2326
2327 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2328 CV and reference conversion for overload resolution.
2329 * gdb.cp/rvalue-ref-overload.exp: Test it.
2330
e0fad1ea
PW
23312019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2332
2333 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2334 * gdb.base/frameapply.exp: Test faas without command.
2335
8d70a9f0
AB
23362019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2337
2338 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2339 Fortran tests.
2340 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2341 order.
2342
36c8fb93
AB
23432019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2344
2345 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2346 casting to type with no kind specified.
2347 (test_basic_parsing_of_type_kinds): Additional tests for types
2348 with no kind specified, and add tests for single/double
2349 precision/complex types.
2350
4139ff00
TT
23512019-12-04 Tom Tromey <tromey@adacore.com>
2352
2353 * gdb.base/endianity.c (struct other) <x>: New field.
2354 (main): Initialize it.
2355 * gdb.base/endianity.exp: Update.
2356
a05cf17a
TT
23572019-12-04 Tom Tromey <tromey@adacore.com>
2358
2359 * gdb.ada/scalar_storage/storage.adb: New file.
2360 * gdb.ada/scalar_storage/pck.adb: New file.
2361 * gdb.ada/scalar_storage/pck.ads: New file.
2362 * gdb.ada/scalar_storage.exp: New file.
2363
103a685e
TT
23642019-12-04 Tom Tromey <tromey@adacore.com>
2365
2366 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2367 (main): Initialize it.
2368 * gdb.base/endianity.exp: Update.
2369
c2512106
AB
23702019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2371
2372 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2373
293b38d6
AB
23742019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2375
2376 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2377 -symbol-info-module-functions and -symbol-info-module-variables.
2378
216a7e6b
AB
23792019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2380
2381 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2382
5bbd8269
AB
23832019-12-01 Richard Bunt <richard.bunt@arm.com>
2384 Andrew Burgess <andrew.burgess@embecosm.com>
2385
2386 * gdb.fortran/derived-type-striding.exp: New file.
2387 * gdb.fortran/derived-type-striding.f90: New file.
2388 * gdb.fortran/array-slices.exp: New file.
2389 * gdb.fortran/array-slices.f90: New file.
2390
be09caf1
PW
23912019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2392
2393 * gdb.base/define.exp: Test . in command names.
2394 * gdb.base/setshow.exp: Update test, as . is now part of
2395 command name.
2396
643c0cbe
PW
23972019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2398
2399 * gdb.base/define-prefix.exp: New file.
2400
dcdec678
AB
24012019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2402
2403 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2404 compile.
2405 (skip_btrace_pt_tests): Likewise.
2406
640ab947
AB
24072019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2408
2409 * gdb.fortran/info-modules.exp: Compile source files in correct
2410 order.
2411
d22670f0
KB
24122019-11-27 Kevin Buettner <kevinb@redhat.com>
2413
2414 * gdb.dwarf2/imported-unit.exp: New file.
2415 * gdb.dwarf2/imported-unit.c: New file.
2416
db5960b4
AB
24172019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2418
2419 * gdb.mi/mi-fortran-modules-2.f90: New file.
2420 * gdb.mi/mi-fortran-modules.exp: New file.
2421 * gdb.mi/mi-fortran-modules.f90: New file.
2422
7dc42066
AB
24232019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2424
2425 * gdb.mi/mi-sym-info-1.c: New file.
2426 * gdb.mi/mi-sym-info-2.c: New file.
2427 * gdb.mi/mi-sym-info.exp: New file.
2428
0dfeecca
TT
24292019-11-22 Tom Tromey <tromey@adacore.com>
2430
2431 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2432 * gdb.ada/tasks/foo.adb: Add another stopping location.
2433
34877895
PJ
24342019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2435
2436 * gdb.base/endianity.c: New test.
2437 * gdb.base/endianity.exp: New file.
2438
2e84f897
LD
24392019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2440
2441 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2442
65d1cd5f
TV
24432019-11-21 Tom de Vries <tdevries@suse.de>
2444
2445 PR gdb/24956
2446 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2447
4f22c3f4
SDJ
24482019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2449
2450 * gdb.python/py-progspace.exp: Add missing parentheses on some
2451 'print' commands.
2452
9f6ad286
TT
24532019-11-19 Tom Tromey <tom@tromey.com>
2454
2455 * gdb.tui/winheight.exp: New file.
2456
0b8dbf3f
AB
24572019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2458
2459 * gdb.base/ctf-whatis.c: Delete.
2460 * gdb.base/ctf-whatis.exp: Delete.
2461 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2462
f833b7a7
AB
24632019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2464
2465 * gdb.base/ctf-cvexpr.exp: Delete.
2466 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2467
30d0a636
AB
24682019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2469
2470 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2471 the compiler. Clean up header comment a little.
2472 * gdb.base/ctf-ptype.exp: Likewise.
2473 * gdb.base/ctf-whatis.exp: Likewise.
2474 * lib/gdb.exp (skip_ctf_tests): New proc.
2475
494409bb
SDJ
24762019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2477
2478 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2479 * gdb.tui/corefile-run.exp: New file.
2480
55708e99
TT
24812019-11-14 Tom Tromey <tromey@adacore.com>
2482
2483 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2484 regression tests.
2485
45e42163
TT
24862019-11-12 Tom Tromey <tom@tromey.com>
2487
2488 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2489 after any command. Expect prompt after WAIT_FOR is seen.
2490 (enter_tui): Enable resize messages.
2491 (command): Expect command in output.
2492 (get_line): Avoid error when cursor appears to be off-screen.
2493 (dump_screen): Include screen size in title.
2494 (_do_resize): New proc, from "resize".
2495 (resize): Rewrite. Do resize in two steps.
2496 * gdb.tui/empty.exp (layouts): Fix entries.
2497 (check_boxes): Remove xfail.
2498 (check_text): Dump screen on failure.
2499
086baaf1
AB
25002019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2501
2502 * gdb.python/py-symbol.exp: Add test for
2503 gdb.lookup_static_symbols.
2504
09ff83af
AB
25052019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2506
2507 * gdb.python/py-symbol.c: Declare and call function from new
2508 py-symbol-2.c file.
2509 * gdb.python/py-symbol.exp: Compile both source files, and add new
2510 tests for gdb.lookup_static_symbol.
2511 * gdb.python/py-symbol-2.c: New file.
2512
11af934b
TV
25132019-11-02 Tom de Vries <tdevries@suse.de>
2514
2515 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2516 * gdb.base/anon.exp: Same.
2517 * gdb.base/auto-connect-native-target.exp: Same.
2518 * gdb.base/call-ar-st.exp: Same.
2519 * gdb.base/catch-syscall.exp: Same.
2520 * gdb.base/commands.exp: Same.
2521 * gdb.base/default.exp: Same.
2522 * gdb.base/display.exp: Same.
2523 * gdb.base/float.exp: Same.
2524 * gdb.base/foll-fork.exp: Same.
2525 * gdb.base/help.exp: Same.
2526 * gdb.base/info-macros.exp: Same.
2527 * gdb.base/info-proc.exp: Same.
2528 * gdb.base/info-target.exp: Same.
2529 * gdb.base/long_long.exp: Same.
2530 * gdb.base/macscp.exp: Same.
2531 * gdb.base/memattr.exp: Same.
2532 * gdb.base/nofield.exp: Same.
2533 * gdb.base/pointers.exp: Same.
2534 * gdb.base/printcmds.exp: Same.
2535 * gdb.base/ptype.exp: Same.
2536 * gdb.base/restore.exp: Same.
2537 * gdb.base/return.exp: Same.
2538 * gdb.base/scope.exp: Same.
2539 * gdb.base/set-noassign.exp: Same.
2540 * gdb.base/setshow.exp: Same.
2541 * gdb.base/shlib-call.exp: Same.
2542 * gdb.base/signals.exp: Same.
2543 * gdb.base/sigstep.exp: Same.
2544 * gdb.base/skip.exp: Same.
2545 * gdb.base/solib-symbol.exp: Same.
2546 * gdb.base/stap-probe.exp: Same.
2547 * gdb.base/step-line.exp: Same.
2548 * gdb.base/step-test.exp: Same.
2549 * gdb.base/style.exp: Same.
2550 * gdb.base/varargs.exp: Same.
2551 * gdb.base/vla-datatypes.exp: Same.
2552 * gdb.base/vla-ptr.exp: Same.
2553 * gdb.base/vla-sideeffect.exp: Same.
2554 * gdb.base/volatile.exp: Same.
2555 * gdb.base/watch-cond-infcall.exp: Same.
2556 * gdb.base/watchpoint.exp: Same.
2557
e96ec2ba
TV
25582019-11-02 Tom de Vries <tdevries@suse.de>
2559
2560 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2561 * gdb.cp/cpexprs.exp: Same.
2562 * gdb.cp/except-multi-location.exp: Same.
2563 * gdb.cp/exceptprint.exp: Same.
2564 * gdb.cp/gdb2384.exp: Same.
2565 * gdb.cp/inherit.exp: Same.
2566 * gdb.cp/m-static.exp: Same.
2567 * gdb.cp/meth-typedefs.exp: Same.
2568 * gdb.cp/misc.exp: Same.
2569 * gdb.cp/namespace.exp: Same.
2570 * gdb.cp/non-trivial-retval.exp: Same.
2571 * gdb.cp/overload.exp: Same.
2572 * gdb.cp/pr17132.exp: Same.
2573 * gdb.cp/re-set-overloaded.exp: Same.
2574 * gdb.cp/rvalue-ref-types.exp: Same.
2575 * gdb.cp/templates.exp: Same.
2576
bd5766ec
LM
25772019-11-01 Luis Machado <luis.machado@linaro.org>
2578
2579 PR gdb/25124
2580
2581 * gdb.arch/pr25124.S: New file.
2582 * gdb.arch/pr25124.exp: New file.
2583
165f8965
AB
25842019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2585
2586 * gdb.fortran/info-modules.exp: Update expected results, and add
2587 additional tests for 'info module functinos', and 'info module
2588 variables'.
2589 * gdb.fortran/info-types.exp: Update expected results.
2590 * gdb.fortran/info-types.f90: Extend testcase with additional
2591 module variables and functions.
2592
59c35742
AB
25932019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2594
2595 * gdb.fortran/info-modules.exp: New file.
2596 * gdb.fortran/info-types.exp: Build with new file.
2597 * gdb.fortran/info-types.f90: Include and use new module.
2598 * gdb.fortran/info-types-2.f90: New file.
2599
f3fb2519
PW
26002019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2601
2602 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2603 * gdb.base/settings.exp: Test all settings types using
2604 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2605 that now verifies that the value of "maint show" is the same as
2606 returned by the settings functions. Test the type of the
2607 maintenance settings.
2608 * gdb.base/default.exp: Update show_conv_list.
2609
d1e36019
TV
26102019-10-31 Tom de Vries <tdevries@suse.de>
2611
2612 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2613 gdb_test.
2614 * gdb.arch/amd64-disp-step.exp: Same.
2615 * gdb.asm/asm-source.exp: Same.
2616 * gdb.btrace/buffer-size.exp: Same.
2617 * gdb.btrace/cpu.exp: Same.
2618 * gdb.btrace/enable.exp: Same.
2619 * gdb.dwarf2/count.exp: Same.
2620 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2621 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2622 * gdb.fortran/vla-datatypes.exp: Same.
2623 * gdb.fortran/vla-history.exp: Same.
2624 * gdb.fortran/vla-ptype.exp: Same.
2625 * gdb.fortran/vla-value.exp: Same.
2626 * gdb.fortran/whatis_type.exp: Same.
2627 * gdb.guile/guile.exp: Same.
2628 * gdb.multi/tids.exp: Same.
2629 * gdb.python/py-finish-breakpoint.exp: Same.
2630 * gdb.python/py-framefilter.exp: Same.
2631 * gdb.python/py-pp-registration.exp: Same.
2632 * gdb.python/py-xmethods.exp: Same.
2633 * gdb.python/python.exp: Same.
2634 * gdb.server/connect-with-no-symbol-file.exp: Same.
2635 * gdb.server/no-thread-db.exp: Same.
2636 * gdb.server/run-without-local-binary.exp: Same.
2637 * gdb.stabs/weird.exp: Same.
2638 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2639 * gdb.threads/thread-find.exp: Same.
2640 * gdb.threads/tls-shared.exp: Same.
2641 * gdb.threads/tls.exp: Same.
2642 * gdb.threads/wp-replication.exp: Same.
2643 * gdb.trace/ax.exp: Same.
2644 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2645
3d11e68e
TV
26462019-10-31 Tom de Vries <tdevries@suse.de>
2647
2648 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2649 * gdb.ada/array_subscript_addr.exp: Same.
2650 * gdb.ada/arrayidx.exp: Same.
2651 * gdb.ada/arrayparam.exp: Same.
2652 * gdb.ada/arrayptr.exp: Same.
2653 * gdb.ada/boolean_expr.exp: Same.
2654 * gdb.ada/call_pn.exp: Same.
2655 * gdb.ada/complete.exp: Same.
2656 * gdb.ada/fixed_cmp.exp: Same.
2657 * gdb.ada/fun_addr.exp: Same.
2658 * gdb.ada/funcall_param.exp: Same.
2659 * gdb.ada/interface.exp: Same.
2660 * gdb.ada/mod_from_name.exp: Same.
2661 * gdb.ada/null_array.exp: Same.
2662 * gdb.ada/packed_array.exp: Same.
2663 * gdb.ada/packed_tagged.exp: Same.
2664 * gdb.ada/print_chars.exp: Same.
2665 * gdb.ada/print_pc.exp: Same.
2666 * gdb.ada/ptype_arith_binop.exp: Same.
2667 * gdb.ada/ptype_field.exp: Same.
2668 * gdb.ada/ptype_tagged_param.exp: Same.
2669 * gdb.ada/rec_return.exp: Same.
2670 * gdb.ada/ref_tick_size.exp: Same.
2671 * gdb.ada/str_ref_cmp.exp: Same.
2672 * gdb.ada/taft_type.exp: Same.
2673 * gdb.ada/tagged.exp: Same.
2674 * gdb.ada/type_coercion.exp: Same.
2675 * gdb.ada/uninitialized_vars.exp: Same.
2676
60b6ede8
TV
26772019-10-30 Tom de Vries <tdevries@suse.de>
2678
2679 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2680
30baf67b
TV
26812019-10-26 Tom de Vries <tdevries@suse.de>
2682
2683 * gdb.base/bigcore.c: Fix typos in comments.
2684 * gdb.base/ctf-ptype.c: Same.
2685 * gdb.base/long_long.c: Same.
2686 * gdb.dwarf2/dw2-op-out-param.S: Same.
2687 * gdb.python/py-evthreads.c: Same.
2688 * gdb.reverse/i387-stack-reverse.c: Same.
2689 * gdb.trace/tfile.c: Same.
2690 * lib/compiler.c: Same.
2691 * lib/compiler.cc: Same.
2692
158da0d1
TV
26932019-10-25 Tom de Vries <tdevries@suse.de>
2694
2695 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2696 gdb_test_multiple calls.
2697 * gdb.reverse/sigall-reverse.exp: Same.
2698 * gdb.reverse/solib-precsave.exp: Same.
2699 * gdb.reverse/solib-reverse.exp: Same.
2700 * gdb.reverse/until-precsave.exp: Same.
2701 * gdb.reverse/until-reverse.exp: Same.
2702
4ccdfbec
TV
27032019-10-24 Tom de Vries <tdevries@suse.de>
2704
2705 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2706 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2707 kfail using -wrap pattern flag and convenience variable
2708 gdb_test_name.
2709
33d569b7
AB
27102019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2711
2712 * gdb.python/py-progspace.exp: Add tests for the
2713 Progspace.block_for_pc method.
2714
4d0b984b
TT
27152019-10-23 Tom Tromey <tom@tromey.com>
2716
2717 * configure: Rebuild.
2718 * aclocal.m4: Use m4_include, not sinclude.
2719
94cb3754
TV
27202019-10-21 Tom de Vries <tdevries@suse.de>
2721
2722 * gdb.base/infcall-nested-structs.c: Add
2723 __attribute__((noinline,noclone)) to all functions.
2724 (call_all): Add missing variable initialization. Simplify return value.
2725 (breakpt): Increment volatile variable, to prevent call from being
2726 optimized out.
2727 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2728
062f1fc1
TV
27292019-10-17 Tom de Vries <tdevries@suse.de>
2730
2731 * gdb.fortran/module.exp: Allow info variables to print info for files
2732 other than module.f90.
2733
0b54364d
AB
27342019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2735
2736 * gdb.fortran/module.exp: Extend with 'info variables' test.
2737
7ff5fae7
AB
27382019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2739
2740 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2741 F77_FOR_TARGET.
2742
d10eccaa
TV
27432019-10-16 Tom de Vries <tdevries@suse.de>
2744
2745 PR tdep/25096
2746 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2747
745ff14e
TV
27482019-10-16 Tom de Vries <tdevries@suse.de>
2749
2750 PR tdep/24104
2751 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2752 Add KFAIL for PR tdep/25096.
2753
03e1ab94
TV
27542019-10-16 Tom de Vries <tdevries@suse.de>
2755
2756 PR testsuite/25059
2757 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2758
b17fcc10
TV
27592019-10-16 Tom de Vries <tdevries@suse.de>
2760
2761 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2762 as signed.
2763
9223170f
SM
27642019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2765
2766 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2767 one instead of increasing timeout.
2768
d6e76313
TV
27692019-10-13 Tom de Vries <tdevries@suse.de>
2770
2771 PR record/25038
2772 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2773 * gdb.reverse/sigall-reverse.exp: Same.
2774 * gdb.reverse/solib-precsave.exp: Same.
2775 * gdb.reverse/solib-reverse.exp: Same.
2776 * gdb.reverse/step-precsave.exp: Same.
2777 * gdb.reverse/until-precsave.exp: Same.
2778 * gdb.reverse/until-reverse.exp: Same.
2779 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2780
6dfc0041
AA
27812019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2782
2783 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2784 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2785 (cmp_struct_05_01, cmp_struct_static_02_01)
2786 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2787 comparisons.
2788
abcf2cc8
TV
27892019-10-10 Tom de Vries <tdevries@suse.de>
2790
2791 PR testsuite/24888
2792 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2793 gnatlink.
2794
a50faaf6
TV
27952019-10-09 Tom de Vries <tdevries@suse.de>
2796
2797 PR testsuite/25048
2798 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2799
60ff3cd7
AB
28002019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2801
2802 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2803 exceptions due to missing debug information.
2804
dfee8566
TV
28052019-10-07 Tom de Vries <tdevries@suse.de>
2806
2807 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2808
3d63690a
AB
28092019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2810
2811 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2812 * gdb.base/annota1.exp: Update to use gdb_test_name.
2813
30d1f018
WP
28142019-10-07 Weimin Pan <weimin.pan@oracle.com>
2815
2816 * gdb.base/ctf-whatis.exp: New file.
2817 * gdb.base/ctf-whatis.c: New file.
2818 * gdb.base/ctf-ptype.exp: New file.
2819 * gdb.base/ctf-ptype.c: New file.
2820 * gdb.base/ctf-constvars.exp: New file.
2821 * gdb.base/ctf-constvars.c: New file.
2822 * gdb.base/ctf-cvexpr.exp: New file.
2823
4dbbb47c
TV
28242019-10-04 Tom de Vries <tdevries@suse.de>
2825
2826 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2827 for loop.
2828
77c2dba3
TT
28292019-10-03 Tom Tromey <tom@tromey.com>
2830
2831 PR rust/24976:
2832 * gdb.rust/simple.rs (Union2): New type.
2833 (main): Use Union2.
2834 * gdb.rust/simple.exp: Add test.
2835
179aed7f
AB
28362019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2837
2838 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2839 nested function prefix.
2840
0a4b0913
AB
28412019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2842 Richard Bunt <richard.bunt@arm.com>
2843 Andrew Burgess <andrew.burgess@embecosm.com>
2844
2845 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2846 nested functions.
2847 * gdb.fortran/nested-funcs.f90: Update expected results.
2848 * gdb.fortran/nested-funcs-2.exp: New file.
2849 * gdb.fortran/nested-funcs-2.f90: New file.
2850
082cce05
AB
28512019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2852
2853 * gdb.python/py-parameter.exp: Make test names unique.
2854 * gdb.python/py-template.exp: Likewise.
2855 * gdb.python/py-value.exp: Likewise.
2856
2b74ba5a
AB
28572019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2858
2859 * gdb.base/break-interp.exp: Reduce test name duplication.
2860 * gdb.base/call-sc.exp: Likewise.
2861 * gdb.base/callfuncs.exp: Likewise.
2862 * gdb.base/charset.exp: Likewise.
2863 * gdb.base/dump.exp: Likewise.
2864 * gdb.base/ena-dis-br.exp: Likewise.
2865 * gdb.base/relational.exp: Likewise.
2866 * gdb.base/step-over-syscall.exp: Likewise.
2867 * gdb.base/structs.exp: Likewise.
2868
58eb20d5
AB
28692019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2870
2871 * gdb.linespec/explicit.exp: Make test names unique.
2872 * gdb.linespec/ls-errs.exp: Likewise.
2873
4d421147
AB
28742019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2875
2876 * gdb.reverse/break-precsave.exp: Make test names unique.
2877 * gdb.reverse/break-reverse.exp: Likewise.
2878 * gdb.reverse/finish-precsave.exp: Likewise.
2879 * gdb.reverse/finish-reverse.exp: Likewise.
2880 * gdb.reverse/machinestate-precsave.exp: Likewise.
2881 * gdb.reverse/machinestate.exp: Likewise.
2882 * gdb.reverse/readv-reverse.exp: Likewise.
2883 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2884 * gdb.reverse/sigall-precsave.exp: Likewise.
2885 * gdb.reverse/sigall-reverse.exp: Likewise.
2886 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2887 * gdb.reverse/watch-precsave.exp: Likewise.
2888 * gdb.reverse/watch-reverse.exp: Likewise.
2889
d8c06f22
AB
28902019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2891
2892 * gdb.threads/stop-with-handle.c: New file.
2893 * gdb.threads/stop-with-handle.exp: New file.
2894
3a56ed86
TV
28952019-10-03 Tom de Vries <tdevries@suse.de>
2896
2897 PR testsuite/25059
2898 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2899 directory" line to be missing.
2900
42275044
TV
29012019-10-03 Tom de Vries <tdevries@suse.de>
2902
2903 PR testsuite/25059
2904 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2905 type optional.
2906
9ef62df0
AA
29072019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2908
2909 * gdb.python/py-format-string.c (string.h): New include.
2910 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2911 the same value, for endianness-independence.
2912 * gdb.python/py-format-string.exp (default_regexp_dict)
2913 (test_pretty_structs, test_format): Adjust expected output to the
2914 changed initialization.
2915
37f6a7f4
TT
29162019-10-02 Tom Tromey <tromey@adacore.com>
2917
2918 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2919
1d58d6a2
PA
29202019-10-02 Pedro Alves <palves@redhat.com>
2921 Andrew Burgess <andrew.burgess@embecosm.com>
2922
2923 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2924 "print-file-var.h".
2925 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2926 (get_version_1): Print this_version_id and its address.
2927 Add extern "C" wrappers around interface functions.
2928 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2929 "print-file-var.h".
2930 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2931 (get_version_2): Print this_version_id and its address.
2932 Add extern "C" wrappers around interface functions.
2933 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2934 <stddef.h> and "print-file-var.h".
2935 Add extern "C" wrappers around interface functions.
2936 [VERSION_ID_MAIN] (this_version_id): Define.
2937 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2938 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2939 up extern "C" blocks.
2940 * gdb.base/print-file-var.exp (test): New, factored out from top
2941 level.
2942 (top level): Test all combinations of attribute hidden or not,
2943 dlopen or not, and this_version_id symbol in main file or not.
2944 Compile tests as both C++ and C, make test names unique.
2945
d770d56f
TT
29462019-10-01 Tom Tromey <tom@tromey.com>
2947
2948 * gdb.base/style.exp: Test "show logging filename".
2949
7f6aba03
TT
29502019-10-01 Tom Tromey <tom@tromey.com>
2951
2952 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2953 * gdb.base/style.exp: Add metadata style test.
2954
14309bb6
TT
29552019-10-01 Tom Tromey <tom@tromey.com>
2956
2957 * gdb.base/style.exp: Test "pwd".
2958
2a3c1174
PA
29592019-10-01 Tom Tromey <tom@tromey.com>
2960
2961 * gdb.base/style.exp: Update tests.
2962
53d666ec
AA
29632019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2964
2965 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2966 'six' to unsigned.
2967 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2968 'five'. Use an all-ones bit pattern for each.
2969 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2970 to its changed values.
2971
4a56a520
TT
29722019-09-30 Tom Tromey <tromey@adacore.com>
2973
2974 * gdb.rust/traits.rs: Disable all warnings.
2975
0df0352a
TV
29762019-09-29 Tom de Vries <tdevries@suse.de>
2977
aac66a4c 2978 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 2979
73d9a918
TV
29802019-09-29 Tom de Vries <tdevries@suse.de>
2981
2982 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2983
060b3ab4
TV
29842019-09-27 Tom de Vries <tdevries@suse.de>
2985
2986 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2987
68f7d34d
TV
29882019-09-27 Tom de Vries <tdevries@suse.de>
2989
2990 PR record/23188
2991 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2992
5d63b30a
TT
29932019-09-26 Tom Tromey <tromey@adacore.com>
2994
2995 * gdb.ada/py_taft.exp: New file.
2996 * gdb.ada/py_taft/main.adb: New file.
2997 * gdb.ada/py_taft/pkg.adb: New file.
2998 * gdb.ada/py_taft/pkg.ads: New file.
2999
3d435220
TV
30002019-09-24 Tom de Vries <tdevries@suse.de>
3001
3002 PR gdb/24598
3003 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3004
77d03678
TV
30052019-09-22 Tom de Vries <tdevries@suse.de>
3006
3007 * gdb.base/restore.exp: Allow register variables to be optimized out at
3008 -O0.
3009
abf516c6
UW
30102019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3011
3012 * gdb.arch/spu-info.exp: Remove file.
3013 * gdb.arch/spu-info.c: Remove file.
3014 * gdb.arch/spu-ls.exp: Remove file.
3015 * gdb.arch/spu-ls.c: Remove file.
3016
3017 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3018 * gdb.asm/spu.inc: Remove file.
3019
3020 * gdb.base/dump.exp: Remove support for spu*-*-*.
3021 * gdb.base/stack-checking.exp: Likewise.
3022 * gdb.base/overlays.exp: Likewise.
3023 * gdb.base/ovlymgr.c: Likewise.
3024 * gdb.base/spu.ld: Remove file.
3025
3026 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3027 * gdb.cp/cpexprs.exp: Likewise.
3028 * gdb.cp/exception.exp: Likewise.
3029 * gdb.cp/gdb2495.exp: Likewise.
3030 * gdb.cp/mb-templates.exp: Likewise.
3031 * gdb.cp/pr9167.exp: Likewise.
3032 * gdb.cp/userdef.exp: Likewise.
3033
3034 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3035
3036 * gdb.cell: Remove directory.
3037 * lib/cell.exp: Remove file.
3038
e452e88f
TV
30392019-09-19 Tom de Vries <tdevries@suse.de>
3040
3041 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3042
8a625130
TV
30432019-09-19 Tom de Vries <tdevries@suse.de>
3044
3045 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3046
81dc3ab5
TV
30472019-09-19 Tom de Vries <tdevries@suse.de>
3048
3049 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3050 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3051 (gdb_target_cmd): ... here.
3052 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3053 value 2.
3054
b078f3ac
AB
30552019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3056
3057 * gdb.base/source-dir.exp: Avoid having directory names in test
3058 names.
3059
f1b620e9
MG
30602019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3061
3062 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3063 directory.
3064
67f3ed6a
AB
30652019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3066
3067 * gdb.base/list-missing-source.exp: New file.
3068
d1b70248
TV
30692019-09-14 Tom de Vries <tdevries@suse.de>
3070
3071 PR teststuite/24599
3072 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3073 * lib/ada.exp (gnatmake_version_at_least): New proc.
3074
5fabdcd6
AB
30752019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3076
3077 * gdb.base/maint.exp: Use exec_has_index_section.
3078
aa17805f
AB
30792019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3080
3081 * gdb.base/maint.exp: Add test for 'maint info sections'.
3082
25e5c209
TV
30832019-09-12 Tom de Vries <tdevries@suse.de>
3084
3085 * gdb.base/store.exp: Allow register variables to be optimized out at
3086 -O0.
3087
4993045d
PW
30882019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3089
3090 * gdb.ada/rdv_wait.exp: Update to new task names.
3091 * gdb.base/task_switch_in_core.exp: Likewise.
3092 * gdb.base/info_sources_base.c: Likewise.
3093
8a516164
TT
30942019-09-10 Tom Tromey <tromey@adacore.com>
3095
3096 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3097
aa391654
TT
30982019-09-10 Tom Tromey <tromey@adacore.com>
3099
3100 * gdb.ada/dgopt.exp: New file.
3101 * gdb.ada/dgopt/x.adb: New file.
3102
8634b462
TT
31032019-09-08 Tom Tromey <tom@tromey.com>
3104
3105 * gdb.tui/resize.exp: Remove setup_xfail.
3106 * gdb.tui/regs.exp: Remove setup_xfail.
3107 * gdb.tui/basic.exp: Remove setup_xfail.
3108
736b0f76
DB
31092019-09-06 David Blaikie <dblaikie@gmail.com>
3110
3111 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3112 * gdb.cp/cplabel.exp: Ditto.
3113 * gdb.linespec/ls-errs.exp: Ditto.
3114
30331a6c
TV
31152019-09-05 Tom de Vries <tdevries@suse.de>
3116
3117 * lib/gdb.exp (cmp_file_string): New proc.
3118 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3119 runto_main. Verify save breakpoints output.
3120
98b0ebab
PW
31212019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3122
3123 * gdb.base/info-var.exp: Test info variables without running
3124 to main, to avoid expect's buffer overflow.
3125
4e962e74
TT
31262019-09-03 Tom Tromey <tromey@adacore.com>
3127
3128 * gdb.ada/bias.exp: New file.
3129 * gdb.ada/bias/bias.adb: New file.
3130 * gdb.ada/print_chars.exp: Add regression test.
3131 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3132 (MC): New variable.
3133
2ea1a07a
SL
31342019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3135
3136 * gdb.base/argv0-symlink.exp: Run only on native target
3137 and local host.
3138
8077c50d
TV
31392019-08-29 Tom de Vries <tdevries@suse.de>
3140
3141 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3142 diverse debug info.
3143 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3144
48352473
TV
31452019-08-28 Tom de Vries <tdevries@suse.de>
3146
3147 * gdb.base/info-var.exp: Allow info variables to print info for files
3148 other than info-var-f1.c and info-var-f2.c.
3149
d8f27c60
AB
31502019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3151
3152 * gdb.fortran/info-types.exp: Add module.
3153 * gdb.fortran/info-types.f90: Update expected results.
3154
1f20c35e
AB
31552019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3156
3157 * gdb.fortran/info-types.exp: New file.
3158 * gdb.fortran/info-types.f90: New file.
3159 * lib/fortran.exp (fortran_character1): New proc.
3160
4acfdd20
AB
31612019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3162
3163 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3164 functions'. Reindent as needed.
3165 * gdb.base/info-var-f1.c: New file.
3166 * gdb.base/info-var-f2.c: New file.
3167 * gdb.base/info-var.exp: New file.
3168 * gdb.base/info-var.h: New file.
3169
5c31b358
TV
31702019-08-26 Tom de Vries <tdevries@suse.de>
3171
3172 PR c++/24852
3173 * gdb.cp/no-libstdcxx-probe.exp: New test.
3174
b694989f
TV
31752019-08-26 Tom de Vries <tdevries@suse.de>
3176
3177 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3178 * tests need to be skipped.
3179 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3180 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3181 mi_skip_libstdcxx_probe_tests.
3182
d9c4ba53
SDJ
31832019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3184
3185 * gdb.python/py-xmethods.exp: Use raw strings when passing
3186 arguments to SimpleXMethodMatcher.
3187
395fad09
TV
31882019-08-22 Tom de Vries <tdevries@suse.de>
3189
3190 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3191 more informative.
3192
26c957f1
PA
31932019-08-21 Pedro Alves <palves@redhat.com>
3194
3195 * gdb.base/with.exp: Test "with" with no arguments.
3196
61f80d5d
TV
31972019-08-21 Tom de Vries <tdevries@suse.de>
3198
3199 * gdb.base/gdb-caching-proc.exp: Sort files.
3200
d7a11d13
TV
32012019-08-20 Tom de Vries <tdevries@suse.de>
3202
3203 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3204 compilation.
3205
34dafe9f
TV
32062019-08-16 Tom de Vries <tdevries@suse.de>
3207
3208 * gdb.base/compare-sections.exp ("after run to main"): Allow
3209 mismatched read-only sections for PIE executables.
3210
398fdd60
TT
32112019-08-16 Tom Tromey <tom@tromey.com>
3212
3213 * lib/tuiterm.exp (_csi_Z): New proc.
3214 * gdb.tui/basic.exp: Update window positions.
3215 * gdb.tui/empty.exp: Update window positions.
3216
d8f9e51c
SL
32172019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3218
3219 * gdb.base/examine-backward.exp: Correct regexp for
3220 "examine 3 bytes backward from ${address_zero}".
3221
3df505f6
TT
32222019-08-15 Tom Tromey <tom@tromey.com>
3223
3224 * gdb.tui/empty.exp: Enable resizing tests.
3225
272560b5
TT
32262019-08-15 Tom Tromey <tromey@adacore.com>
3227
3228 * gdb.ada/char_enum.exp: Add regression tests.
3229 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3230 and '0'.
3231 (Char, Gchar): Update.
3232 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3233
08235187
CB
32342019-08-15 Christian Biesinger <cbiesinger@google.com>
3235
3236 * gdb.python/python.exp: Expect a leading underscore on
3237 GdbOutput{,Error}File.
3238
22a2ab04
SL
32392019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3240
3241 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3242 Windows host.
3243
835b995b
SL
32442019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3245
3246 * gdb.base/batch-preserve-term-settings.exp
3247 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3248
97dd8e07
CB
32492019-08-15 Christian Biesinger <cbiesinger@google.com>
3250
3251 * lib/gdb.exp: When running on a mingw target, replace
3252 /x/ with x:/.
3253
75faf5c4
AH
32542019-08-14 Alan Hayward <alan.hayward@arm.com>
3255
3256 * gdb.arch/aarch64-prologue.c: New test.
3257 * gdb.arch/aarch64-prologue.exp: New file.
3258
abc6c00f
TV
32592019-08-13 Tom de Vries <tdevries@suse.de>
3260
3261 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3262 Thread.
3263
74c2c1f4
SL
32642019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3265
3266 * gdb.python/py-completion.exp: Download the .py file to the host
3267 and use its host pathname. Conditionalize tests that use
3268 tab completion and manipulate files on the build machine.
3269 * gdb.python/py-events.exp: Download the .py file to the host
3270 and use its host pathname.
3271 * gdb.python/py-evsignal.exp: Likewise.
3272 * gdb.python/py-evthreads.exp: Likewise.
3273 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3274 pathname syntax.
3275 * gdb.python/py-framefilter.exp: Download the .py file to the right
3276 place on the host. Match Windows pathname syntax.
3277 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3278 .py file to the host and use its host pathname.
3279 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3280 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3281 build pathname. Skip symlink test on Windows host. Add missing
3282 newline at end of file.
3283 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3284 and use its host pathname.
3285 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3286 * gdb.python/py-section-script.exp: Use host location of binfile
3287 on safe-path. Use correct path separator on Windows host.
3288 Reorder alternatives in gdb_test_multiple to prevent matching
3289 the wrong alternative on success.
3290 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3291
ca2589f3
PP
32922019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3293
3294 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3295 expect the GDB inferior to no longer immediately stop after
3296 being resumed with "signal SIGINT".
3297
020a839d
SL
32982019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3299
3300 * gdb.linespec/break-ask.exp: Generalize regexps to match
3301 Windows pathnames too.
3302
128d6509
TV
33032019-08-08 Tom de Vries <tdevries@suse.de>
3304
3305 PR testsuite/24862
3306 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3307
590042fc
PW
33082019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3309
3310 * gdb.base/style.exp: Update tests for help doc new invariants.
3311 * gdb.base/help.exp: Likewise.
3312
046bebe1
TT
33132019-08-06 Tom Tromey <tom@tromey.com>
3314
3315 * gdb.base/style.exp: Add disassemble test.
3316 * gdb.base/style.c (some_called_function): New function.
3317 (main): Use it.
3318
0b27c27d
CB
33192019-08-05 Christian Biesinger <cbiesinger@google.com>
3320
3321 * gdb.python/py-block.exp: Test dictionary access on blocks.
3322
580f1034
SM
33232019-08-05 Simon Marchi <simon.marchi@efficios.com>
3324
3325 PR gdb/24863
3326 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3327 -list-thread-groups --available test when running under
3328 check-read1.
3329
d86bd7cb
TV
33302019-08-05 Tom de Vries <tdevries@suse.de>
3331
3332 PR testsuite/24863
3333 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3334 * gdb.base/help.exp: Use with_read1_timeout_factor.
3335 * gdb.base/info-macros.exp: Same.
3336 * gdb.cp/nested-types.exp: Same.
3337
a80cf5d8
TV
33382019-08-05 Tom de Vries <tdevries@suse.de>
3339
3340 * lib/gdb.exp (version_at_least): Factor out of ...
3341 (tcl_version_at_least): ... here.
3342 (gdb_compile): Fail if pie results in non-PIE executable.
3343 (readelf_version, readelf_prints_pie): New proc.
3344 (exec_is_pie): Return -1 if unknown.
3345
d0962838
TV
33462019-08-05 Tom de Vries <tdevries@suse.de>
3347
3348 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3349
2252ff3d
SL
33502019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3351
3352 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3353
26655f53
SL
33542019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3355
3356 * lib/completion-support.exp (test_gdb_complete_none): Skip
3357 tab completion tests if no readline support.
3358 (test_gdb_complete_unique_re): Likewise.
3359 (test_gdb_complete_multiple): Likewise.
3360
db4dc13e
PW
33612019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3362
3363 * gdb.base/info_sources.exp: New file.
3364 * gdb.base/info_sources.c: New file.
3365 * gdb.base/info_sources_base.c: New file.
3366
0eba165a
PFC
33672019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3368
3369 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3370 prefix argument.
3371 (test_exit_status): Add prefix argument.
3372
59bd512b
TV
33732019-08-01 Tom de Vries <tdevries@suse.de>
3374
3375 PR testsuite/24863
3376 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3377 calling exp_continue for new thread and thread exited messages.
3378
2a3ad588
TV
33792019-08-01 Tom de Vries <tdevries@suse.de>
3380
3381 PR testsuite/24863
3382 * gdb.base/structs.exp: Fix check-read1 timeout using
3383 gdb_test_sequence.
3384 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3385
117eb594
TV
33862019-08-01 Tom de Vries <tdevries@suse.de>
3387
3388 PR testsuite/24863
3389 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3390 line.
3391
ed591340
TV
33922019-08-01 Tom de Vries <tdevries@suse.de>
3393
3394 PR testsuite/24863
3395 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3396
aa3b6533
TT
33972019-07-30 Tom Tromey <tromey@adacore.com>
3398
3399 * gdb.ada/display_nested.exp: New file.
3400 * gdb.ada/display_nested/foo.adb: New file.
3401 * gdb.ada/display_nested/pack.adb: New file.
3402 * gdb.ada/display_nested/pack.ads: New file.
3403
2906593f
CB
34042019-07-30 Christian Biesinger <cbiesinger@google.com>
3405
3406 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3407 namespace.
3408 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3409
0f575925
TV
34102019-07-30 Tom de Vries <tdevries@suse.de>
3411
3412 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3413 instead.
3414
b13057d9
TV
34152019-07-30 Tom de Vries <tdevries@suse.de>
3416
3417 PR testsuite/24834
3418 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3419 (exec_is_pie): New proc.
3420
5c4dde85
CB
34212019-07-29 Christian Biesinger <cbiesinger@google.com>
3422
3423 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3424
c620ed88
CB
34252019-07-29 Christian Biesinger <cbiesinger@google.com>
3426
3427 * gdb.python/py-objfile.c: Add global and static vars.
3428 * gdb.python/py-objfile.exp: Test new functions Objfile.
3429 lookup_global_symbol and lookup_static_symbol.
3430
3d235706
TT
34312019-07-29 Tom Tromey <tom@tromey.com>
3432
3433 * lib/tuiterm.exp (Term::_csi_@): New proc.
3434 (Term::_csi_X): Don't move cursor.
3435
c7e4c0a6
PW
34362019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3437
3438 * gdb.base/options.exp: Update backtrace - completion to
3439 new option -frame-info.
3440 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3441 Test new 'set print frame-info'. Test backtrace -frame-info
3442 overriding 'set print frame-info'.
3443 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3444 Test new 'set print frame-info'.
3445 Verify consistency of backtrace with and without filters, with and
3446 without -no-filters.
3447 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3448 default.
3449
de28a3b7
TV
34502019-07-29 Tom de Vries <tdevries@suse.de>
3451
3452 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3453 no arguments".
3454
507dd60e
TV
34552019-07-29 Tom de Vries <tdevries@suse.de>
3456
3457 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3458 is a substring of the first for "complete non-unique file name".
3459
5beafce9
TV
34602019-07-29 Tom de Vries <tdevries@suse.de>
3461
3462 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3463 with ".*".
3464
2d274232
TV
34652019-07-29 Tom de Vries <tdevries@suse.de>
3466
3467 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3468 Pass prompt_regexp parameter to gdb_test_multiple calls.
3469
9197cd8b
TV
34702019-07-29 Tom de Vries <tdevries@suse.de>
3471
3472 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 3473 print registers" regexps.
9197cd8b 3474
b528dae0
TV
34752019-07-29 Tom de Vries <tdevries@suse.de>
3476
3477 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3478
d17725d7
TV
34792019-07-29 Tom de Vries <tdevries@suse.de>
3480
3481 PR gdb/24855
3482 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3483 (skip_python_tests_prompt): Add prompt_regexp argument to
3484 gdb_test_multiple calls.
3485
52b75bf1
TT
34862019-07-27 Tom Tromey <tom@tromey.com>
3487
3488 * gdb.tui/main.exp: New file.
3489
2b1d00c2
TT
34902019-07-27 Tom Tromey <tom@tromey.com>
3491
3492 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3493 optional.
3494 * gdb.tui/empty.exp: New file.
3495
ded631d5
TT
34962019-07-27 Tom Tromey <tom@tromey.com>
3497
3498 * lib/tuiterm.exp (spawn): New proc.
3499 (Term::resize): New proc.
3500 * gdb.tui/resize.exp: New file.
3501
58ac439d
TT
35022019-07-27 Tom Tromey <tom@tromey.com>
3503
3504 * gdb.tui/list.exp: New file.
3505
fe1f56ee
TT
35062019-07-27 Tom Tromey <tom@tromey.com>
3507
3508 * gdb.tui/regs.exp: New file.
3509
f790b310
TT
35102019-07-27 Tom Tromey <tom@tromey.com>
3511
3512 * gdb.tui/basic.exp: Add "layout split" test.
3513
d95fc6ee
TT
35142019-07-27 Tom Tromey <tom@tromey.com>
3515
3516 * gdb.tui/basic.exp: Add "layout asm" test.
3517
c3786b3a
TT
35182019-07-27 Tom Tromey <tom@tromey.com>
3519
3520 * lib/tuiterm.exp: New file.
3521 * gdb.tui/basic.exp: New file.
3522
98a617f8
KB
35232019-07-27 Kevin Buettner <kevinb@redhat.com>
3524
3525 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3526 Enable tests associated with this flag. Adjust regex
3527 referencing "foo_low" to now refer to "foo_cold" instead.
3528
5c076da4
KB
35292019-07-27 Kevin Buettner <kevinb@redhat.com>
3530
3531 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3532 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3533 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3534 foo_cold. Revise comments to match.
3535 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3536 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3537 were wrapped into this proc; Call do_test in loop from outermost
3538 level.
3539 (foo_low): Rename all occurrences to "foo_cold".
3540 (backtrace from baz): New test.
3541 (x2/i foo_cold): New test.
3542 (info line *foo_cold): New test.
3543
1512d3b7
TV
35442019-07-26 Tom de Vries <tdevries@suse.de>
3545
3546 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3547
297989a1
TV
35482019-07-25 Tom de Vries <tdevries@suse.de>
3549
3550 PR testsuite/24830
3551 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3552 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3553 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3554 (skip_libstdcxx_probe_tests): ... here.
3555 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3556
b3b965fb
TV
35572019-07-24 Tom de Vries <tdevries@suse.de>
3558
3559 PR testsuite/24807
3560 * gdb.objc/basicclass.m: Include stdio.h.
3561 * gdb.objc/nondebug.m: Same.
3562 * gdb.objc/objcdecode.m: Same.
3563
4625b4d0
TV
35642019-07-24 Tom de Vries <tdevries@suse.de>
3565
3566 PR testsuite/24612
3567 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3568 additional_flags.
3569
024a5840
TV
35702019-07-24 Tom de Vries <tdevries@suse.de>
3571
3572 PR testsuite/24831
3573 * gdb.multi/tids.exp: Update error messages for info threads.
3574
c76ddaa3
TV
35752019-07-24 Tom de Vries <tdevries@suse.de>
3576
3577 * gdb.base/info-types.exp: Allow info types to print info for more than
3578 one file.
3579
9a618ef6
TV
35802019-07-23 Tom de Vries <tdevries@suse.de>
3581
3582 PR testsuite/24842
3583 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3584 gdb_spawn_with_cmdline_opts.
3585
40eadf04
SP
35862019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3587
3588 * gdb.arch/arm-cmse-sgstubs.c: New test.
3589 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3590
5ba29434
TV
35912019-07-23 Tom de Vries <tdevries@suse.de>
3592
3593 PR testsuite/24711
3594 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3595 issuing next command.
3596
a8e9d247
AB
35972019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3598
3599 * gdb.ada/info_auto_lang.exp: Update expected results.
3600 * gdb.base/info-types.c: Add additional types to check.
3601 * gdb.base/info-types.exp: Update expected results.
3602
eb86c5e2
AB
36032019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3604
3605 * gdb.base/info-types.c: New file.
3606 * gdb.base/info-types.exp: New file.
3607
01e175fe
AB
36082019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3609
3610 * gdb.arch/riscv-bp-infcall.c: New file.
3611 * gdb.arch/riscv-bp-infcall.exp: New file.
3612
6b78c3f8
AB
36132019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3614
3615 PR breakpoints/24541
3616 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3617
da738167
TV
36182019-07-14 Tom de Vries <tdevries@suse.de>
3619
3620 PR testsuite/24760
3621 * gdb.objc/basicclass.exp: Fix unterminated string.
3622
0d4e84ed
AB
36232019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3624 Andrew Burgess <andrew.burgess@embecosm.com>
3625
3626 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3627 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3628 negative bounds.
3629 * gdb.fortran/vla-value.exp: Print elements of an array with
3630 negative bounds.
3631 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3632 testing.
3633
021d8588
AB
36342019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3635
3636 * gdb.base/options.exp (expect_string): Dequote strings in
3637 results.
3638 (test-string): Test strings with different quoting and reindent.
3639
f06f1252
TT
36402019-07-10 Tom Tromey <tromey@adacore.com>
3641
3642 * gdb.ada/mi_ex_cond.exp: Update expected results.
3643 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3644 * gdb.ada/mi_catch_ex.exp: Update expected results.
3645 * gdb.ada/mi_catch_assert.exp: Update expected results.
3646 * gdb.ada/catch_ex.exp (catch_exception_info)
3647 (catch_exception_entry, catch_assert_entry)
3648 (catch_unhandled_entry): Update.
3649 * gdb.ada/catch_assert_if.exp: Update expected results.
3650
b863685d
RB
36512019-07-10 Richard Bunt <richard.bunt@arm.com>
3652 Stephen Roberts <stephen.roberts@arm.com>
3653
3654 * gdb.base/define.exp: Restore original prompt.
3655
cb1e4e32
PA
36562019-07-09 Pedro Alves <palves@redhat.com>
3657
3658 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3659 breakpoints" output.
3660 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3661 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3662 throw" creates breakpoint.
3663 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3664 'type="catchpoint"'.
3665
b58a68fe
PA
36662019-07-09 Pedro Alves <palves@redhat.com>
3667
3668 PR c++/15468
3669 * gdb.cp/except-multi-location-lib.cc: New.
3670 * gdb.cp/except-multi-location-main.cc: New.
3671 * gdb.cp/except-multi-location.exp: New.
3672
0826779b
PW
36732019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3674
3675 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3676 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3677 argument and update callers.
3678
5b0e2db4
AB
36792019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3680
3681 * gdb.arch/amd64-break-on-asm-line.S: New file.
3682 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3683
1f6f6e21
PW
36842019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3685
3686 * gdb.base/printcmds.exp: Test printing C string and
3687 C wide string convenience vars without transiting via the inferior.
3688 Also make test names unique.
3689
ea142fbf
AH
36902019-07-08 Alan Hayward <alan.hayward@arm.com>
3691
5862c886 3692 PR breakpoints/25011
ea142fbf
AH
3693 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3694
213fd9fa
PA
36952019-07-04 Pedro Alves <palves@redhat.com>
3696
3697 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3698 body returned ok(0), break(3) or continue(4).
3699 * gdb.testsuite/foreach_with_prefix.exp: New file.
3700
2b40fda7
AH
37012019-07-04 Alan Hayward <alan.hayward@arm.com>
3702
3703 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3704
a26c8de0
PA
37052019-07-03 Pedro Alves <palves@redhat.com>
3706
3707 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3708 "return -code".
3709
5f4ba3e7
PA
37102019-07-03 Pedro Alves <palves@redhat.com>
3711
3712 PR cli/24732
3713 * gdb.base/shell.exp: Load completion-support.exp.
3714 Adjust expected error output. Add completion tests.
3715
a994424f
PA
37162019-07-03 Pedro Alves <palves@redhat.com>
3717
3718 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3719 string_to_regexp.
3720
3d9be6f5
PA
37212019-07-03 Pedro Alves <palves@redhat.com>
3722
3723 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3724 (expect_integer): Adjust to expect "-string".
3725 (expect_string): New.
3726 (all_options): Expect "-string".
3727 (test-flag, test-boolean): Adjust to expect "-string".
3728 (test-string): New proc.
3729 (top level): Call it.
3730
41fc454c
PA
37312019-07-03 Pedro Alves <palves@redhat.com>
3732
3733 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3734 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3735 the expected output in the success.
3736
b2b2a215
PA
37372019-07-03 Pedro Alves <palves@redhat.com>
3738
3739 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3740 Split one gdb_test_multiple call in two to avoid a race.
3741
fdbc9870
PA
37422019-07-03 Pedro Alves <palves@redhat.com>
3743
3744 * gdb.base/with.c: New file.
3745 * gdb.base/with.exp: New file.
3746
c6ac8931
PA
37472019-07-03 Pedro Alves <palves@redhat.com>
3748
3749 * gdb.base/settings.exp: Replace all references to "maint
3750 test-settings set" with references to "maint set test-settings",
3751 and all references to "maint test-settings show" with references
3752 to "maint show test-settings".
3753
970f9d09
PA
37542019-07-03 Pedro Alves <palves@redhat.com>
3755
3756 * gdb.base/settings.exp (test-string): Adjust expected out when
3757 testing "maint test-settings show filename"
3758
54d66006
PA
37592019-07-02 Pedro Alves <palves@redhat.com>
3760
3761 * gdb.base/options.exp (test-info-threads): New procedure.
3762 (top level): Call it.
3763
10d06d82
TT
37642019-06-28 Tom Tromey <tromey@adacore.com>
3765
3766 * gdb.dwarf2/ada-linkage-name.c: New file.
3767 * gdb.dwarf2/ada-linkage-name.exp: New file.
3768
3d507ff2
TT
37692019-06-27 Tom Tromey <tromey@adacore.com>
3770
d039f014 3771 PR c++/20020:
3d507ff2
TT
3772 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3773
8af58ffe
TV
37742019-06-26 Tom de Vries <tdevries@suse.de>
3775
3776 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3777
22e21752
TV
37782019-06-26 Tom de Vries <tdevries@suse.de>
3779
3780 * gdb.base/index-cache.exp: Add back missing debug option.
3781
b65b566c
PW
37822019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3783
3784 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3785
5c2c8c69
TV
37862019-06-25 Tom de Vries <tdevries@suse.de>
3787
3788 PR testsuite/24727
3789 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3790
164e3873
TV
37912019-06-24 Tom de Vries <tdevries@suse.de>
3792
3793 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3794
824eacee
TV
37952019-06-24 Tom de Vries <tdevries@suse.de>
3796
3797 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3798 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3799 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3800
385b97d3
TV
38012019-06-24 Tom de Vries <tdevries@suse.de>
3802
3803 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3804
c596f180
TV
38052019-06-21 Tom de Vries <tdevries@suse.de>
3806
3807 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3808
b13a7d03
TV
38092019-06-21 Tom de Vries <tdevries@suse.de>
3810
3811 PR testsuite/24518
3812 PR ada/24713
3813 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3814 index.
3815
899277ae
TT
38162019-06-19 Tom Tromey <tromey@adacore.com>
3817
3818 * gdb.ada/length_cond.exp: Add intro comment.
3819
680e1bee
TT
38202019-06-19 Tom Tromey <tromey@adacore.com>
3821
3822 * gdb.ada/length_cond.exp: New file.
3823 * gdb.ada/length_cond/length_cond.adb: New file.
3824 * gdb.ada/length_cond/pck.adb: New file.
3825 * gdb.ada/length_cond/pck.ads: New file.
3826
0ed4690a
TV
38272019-06-18 Tom de Vries <tdevries@suse.de>
3828
3829 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3830
d20ed5fd
TT
38312019-06-18 Tom Tromey <tromey@adacore.com>
3832
3833 * gdb.base/list0.h: Add comment explaining control character.
3834
86e04673
TV
38352019-06-18 Tom de Vries <tdevries@suse.de>
3836
3837 * boards/fission.exp: Break up long debug_flags line.
3838
c4973306
SM
38392019-06-16 Tom de Vries <tdevries@suse.de>
3840
3841 PR gdb/24445
3842 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3843 generated index.
3844
93cb9841
AB
38452019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3846
3847 PR gdb/24686
3848 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3849 improve detection of bug gdb/24541.
3850
399aaebd
SM
38512019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3852
3853 PR gdb/24669
3854 * gdb.base/index-cache.exp (uses_readnow,
3855 expecting_index_cache_use): Define global variable.
3856 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3857 expecting_index_cache_use.
3858
584a927c
AB
38592019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3860 Andrew Burgess <andrew.burgess@embecosm.com>
3861
3862 * gdb.fortran/pointers.f90: New file.
3863 * gdb.fortran/print_type.exp: New file.
3864 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3865 * gdb.fortran/vla-type.exp: Likewise.
3866 * gdb.fortran/vla-value.exp: Likewise.
3867 * gdb.mi/mi-vla-fortran.exp: Likewise.
3868
30056ea0
AB
38692019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3870
3871 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3872 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3873 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3874 as a stop reason.
3875
ec8e2b6d
AB
38762019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3877
3878 * gdb.base/annota1.exp: Update expected results.
3879 * gdb.cp/annota2.exp: Likewise.
3880 * gdb.cp/annota3.exp: Likewise.
3881
09e4c4e1
AB
38822019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3883
3884 * gdb.base/style-logging.exp: Remove path from test name.
3885
0735b091
TT
38862019-06-14 Tom Tromey <tromey@adacore.com>
3887
3888 PR gdb/24502:
3889 * gdb.base/style-logging.exp: New file.
3890
f5686554
TT
38912019-06-14 Tom Tromey <tromey@adacore.com>
3892
3893 * gdb.base/symfile-warn.exp: New file.
3894 * gdb.base/symfile-warn.c: New file.
3895
a0c1ffed
TT
38962019-06-14 Tom Tromey <tromey@adacore.com>
3897
3898 * gdb.base/annotate-symlink.exp: New file.
3899
f411722c
TT
39002019-06-14 Tom Tromey <tromey@adacore.com>
3901
3902 * gdb.ada/set_wstr.exp: Add reassignment test.
3903
4268ec18
TT
39042019-06-14 Tom Tromey <tromey@adacore.com>
3905
3906 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3907 'unchecked_access and 'unrestricted_access as well.
3908
9a9e394b
TT
39092019-06-14 Tom Tromey <tromey@adacore.com>
3910
3911 PR ada/24539:
3912 * gdb.ada/vla.exp: Update tests.
3913 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3914 pragma.
3915
4c048731
PA
39162019-06-13 Pedro Alves <palves@redhat.com>
3917
3918 * gdb.base/settings.exp (test-integer): Test junk after
3919 "unlimited".
3920
6665660a
PA
39212019-06-13 Pedro Alves <palves@redhat.com>
3922
3923 * gdb.base/options.exp (test-thread-apply): New.
3924 (top level): Call it.
3925
5d707134
PA
39262019-06-13 Pedro Alves <palves@redhat.com>
3927
3928 * gdb.base/options.exp (test-frame-apply): New.
3929 (top level): Test print commands with different "frame apply"
3930 prefixes.
3931
e2a689da
PA
39322019-06-13 Pedro Alves <palves@redhat.com>
3933
e79be6e5 3934 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
3935 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3936 'max_completions' parameter and handle it.
3937 (test_gdb_completion_offers_commands): New.
3938
90a1ef87
PA
39392019-06-13 Pedro Alves <palves@redhat.com>
3940
3941 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3942
d4c16835
PA
39432019-06-13 Pedro Alves <palves@redhat.com>
3944
3945 * gdb.base/options.exp (test-backtrace): New.
3946 (top level): Call it.
3947
2daf894e
PA
39482019-06-13 Pedro Alves <palves@redhat.com>
3949
3950 * gdb.guile/scm-frame-args.exp: Use "set print
3951 raw-frame-arguments" instead of "set print raw frame-arguments".
3952 * gdb.python/py-frame-args.exp: Likewise.
3953
e6ed716c
PA
39542019-06-13 Pedro Alves <palves@redhat.com>
3955
3956 * gdb.compile/compile.exp: Adjust expected output to option
3957 processing changes.
3958
7d8062de
PA
39592019-06-13 Pedro Alves <palves@redhat.com>
3960
3961 * gdb.base/options.exp: Build executable.
3962 (test-print): New procedure.
3963 (top level): Call it, once for "print" and another for "compile
3964 print".
3965
9d0faba9
PA
39662019-06-13 Pedro Alves <palves@redhat.com>
3967
3968 * gdb.base/options.c: New file.
3969 * gdb.base/options.exp: New file.
3970
dee7b4c8
PA
39712019-06-13 Pedro Alves <palves@redhat.com>
3972
3973 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3974 that "o" is ambiguous.
3975
dca0f6c0
PA
39762019-06-13 Pedro Alves <palves@redhat.com>
3977
3978 * gdb.base/settings.c: New file.
3979 * gdb.base/settings.exp: New file.
3980
ccf46844
PA
39812019-06-13 Pedro Alves <palves@redhat.com>
3982
3983 * gdb.base/completion.exp: Fix comment typo.
3984
b9a3f842
PA
39852019-06-13 Pedro Alves <palves@redhat.com>
3986
3987 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3988 foo --1" test.
3989
d106773e
PA
39902019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3991
3992 * gdb.fortran/block-data.f: New.
3993 * gdb.fortran/block-data.exp: New.
3994
fea82da0
TV
39952019-06-11 Tom de Vries <tdevries@suse.de>
3996
3997 PR testsuite/24521
3998 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3999 message.
4000
8c2e74f1
TV
40012019-06-11 Tom de Vries <tdevries@suse.de>
4002
4003 PR testsuite/24521
4004 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4005
b49851c8
TV
40062019-06-11 Tom de Vries <tdevries@suse.de>
4007
4008 * boards/readnow.exp: New file.
4009
a7067863
AB
40102019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4011
4012 * gdb.fortran/vla-sizeof.exp: Update expected results.
4013
1a3da2cd
AB
40142019-06-06 Amos Bird <amosbird@gmail.com>
4015
4016 * gdb.base/annota1.exp (thread_switch): Add test for
4017 thread-exited annotation.
4018
3847a7bf
TT
40192019-06-06 Tom Tromey <tromey@adacore.com>
4020
4021 * gdb.base/maint.exp: Expect command started/finished output.
4022
0088ba59
AB
40232019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4024
4025 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4026 comment.
4027 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4028
312617a3
AB
40292019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4030
4031 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4032 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4033 * gdb.arch/riscv-unwind-long-insn.c: New file.
4034 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4035
e1f2e1a2
CB
40362019-06-04 Christian Biesinger <cbiesinger@google.com>
4037
d3238f7d 4038 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 4039
206584bd
PW
40402019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4041
4042 * lib/gdb.exp (help_list_trailer): New regexp variable
4043 factorizing the help trailer message.
4044 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4045 arg to allow to better factorize various tests.
4046 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4047 (test_prefix_command_help): Use help_list_trailer.
4048 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4049 * gdb.guile/scm-cmd.exp: Likewise.
4050 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4051 * gdb.base/help.exp: Use test_user_defined_class_help.
4052 * gdb.base/style.exp: Add tests for styling of help and apropos.
4053 * lib/gdb-utils.exp (style): Add title and highlight styles.
4054
708dc93e
PW
40552019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4056
4057 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4058 $_shell_exitsignal.
4059 * gdb.base/default.exp: Update for new convenience variables.
4060
f49055a5
TT
40612019-05-29 Tom Tromey <tromey@adacore.com>
4062
4063 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4064 to "break complete ada" test case's regexp.
4065
4330d61d
TT
40662019-05-29 Tom Tromey <tromey@adacore.com>
4067
4068 PR c++/20020:
4069 * gdb.cp/constexpr-field.exp: New file.
4070 * gdb.cp/constexpr-field.cc: New file.
4071
000439d5
TT
40722019-05-29 Tom Tromey <tromey@adacore.com>
4073
4074 * gdb.base/finish.exp (finish_no_print): New proc.
4075 (finish_tests): Call it.
4076
5a01c34c
TV
40772019-05-24 Tom de Vries <tdevries@suse.de>
4078
4079 * gdb.dwarf2/gdb-add-index.exp: New file.
4080
18125b16
TT
40812019-05-22 Tom Tromey <tromey@adacore.com>
4082
4083 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4084 * gdb.base/style.exp: Use "style".
4085 * lib/gdb-utils.exp (style): New proc.
4086
af1a8d03
TV
40872019-05-22 Tom de Vries <tdevries@suse.de>
4088
4089 * gdb.base/align.exp: Require c++11.
4090
e7fe496b
TV
40912019-05-22 Tom de Vries <tdevries@suse.de>
4092
4093 PR testsuite/24586
4094 * gdb.python/py-mi-var-info-path-expression.exp: Call
4095 mi_skip_python_tests to check if python is supported.
4096
8fca4da0
AH
40972019-05-22 Alan Hayward <alan.hayward@arm.com>
4098
4099 * gdb.arch/aarch64-pauth.c: New test.
4100 * gdb.arch/aarch64-pauth.exp: New file.
4101
b7060614
AH
41022019-05-22 Alan Hayward <alan.hayward@arm.com>
4103
4104 * README (Re-running Tests Outside The Testsuite): New section.
4105
669d0468
TV
41062019-05-21 Tom de Vries <tdevries@suse.de>
4107
4108 * gdb.arch/amd64-eval.exp: Require c++11.
4109 * gdb.base/max-depth.exp: Same.
4110 * gdb.compile/compile-cplus-array-decay.exp: Same.
4111 * gdb.cp/meth-typedefs.exp: Same.
4112 * gdb.cp/subtypes.exp: Same.
4113 * gdb.cp/temargs.exp: Same.
4114
ce3ebcaa
AH
41152019-05-21 Alan Hayward <alan.hayward@arm.com>
4116
4117 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4118
34d11c68
AB
41192019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4120
4121 PR gdb/18644
4122 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4123 * gdb.fortran/printing-types.exp: Add new test.
4124 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4125 testing.
4126 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4127 setup_kfail call.
4128
87781e84
AH
41292019-05-17 Alan Hayward <alan.hayward@arm.com>
4130
4131 * README (Running the Testsuite): Change example.
4132 (Testsuite Parameters): Remove TRANSCRIPT.
4133 * lib/gdb.exp: Remove TRANSCRIPT check.
4134
b420b89e
AH
41352019-05-17 Alan Hayward <alan.hayward@arm.com>
4136
4137 * README (Testsuite Parameters): Add replay logging to
4138 GDBSERVER_DEBUG.
4139 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4140 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4141 as a comma separated list.
4142 (gdb_debug_init): Override procedure.
4143
408e9b8b
AH
41442019-05-17 Alan Hayward <alan.hayward@arm.com>
4145
4146 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4147 (gdb_write_cmd_file): New procedure.
4148 * lib/gdbserver-support.exp (gdbserver_start): Call
4149 gdbserver_write_cmd_file.
4150 (gdbserver_write_cmd_file): New procedure.
4151
f9e2e39d
AH
41522019-05-17 Alan Hayward <alan.hayward@arm.com>
4153
4154 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4155 (delete_breakpoints): Likewise.
4156 (gdb_run_cmd): Likewise.
4157 (gdb_start_cmd): Likewise.
4158 (gdb_starti_cmd): Likewise.
4159 (gdb_internal_error_resync): Likewise.
4160 (gdb_test_multiple): Likewise.
4161 (gdb_reinitialize_dir): Likewise.
4162 (default_gdb_exit): Likewise.
4163 (gdb_file_cmd): Mark kill as optional.
4164 (default_gdb_start): Call gdb_stdin_log_init.
4165 (send_gdb): Call gdb_stdin_log_write.
4166 (rerun_to_main): Mark Y as an answer.
4167 (gdb_stdin_log_init): New function.
4168 (gdb_stdin_log_write): Likewise.
4169
81f47ac2
AH
41702019-05-17 Alan Hayward <alan.hayward@arm.com>
4171
4172 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4173 * gdb.base/debug-expr.exp: Likewise.
4174 * gdb.base/foll-fork.exp: Likewise.
4175 * gdb.base/foll-vfork.exp: Likewise.
4176 * gdb.base/fork-print-inferior-events.exp: Likewise.
4177 * gdb.base/gdb-sigterm.exp: Likewise.
4178 * gdb.base/gdbinit-history.exp: Likewise.
4179 * gdb.base/osabi.exp: Likewise.
4180 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4181 * gdb.base/ui-redirect.exp: Likewise.
4182 * gdb.gdb/unittest.exp: Likewise.
4183 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4184 * gdb.mi/mi-watch.exp: Likewise.
4185 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4186 * gdb.mi/user-selected-context-sync.exp: Likewise.
4187 * gdb.python/python.exp: Disable debug test when debugging.
4188 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4189 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4190 Likewise.
4191 * gdb.threads/stepi-random-signal.exp: Likewise.
4192
29b52314
AH
41932019-05-17 Alan Hayward <alan.hayward@arm.com>
4194
4195 * Makefile.in: Pass through GDB_DEBUG.
4196 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4197 (gdb,debug): Add board setting.
4198 * lib/gdb.exp (default_gdb_start): Start debugging.
4199 (gdb_debug_enabled): New procedure.
4200 (gdb_debug_init): Likewise.
29b52314
AH
4201
42022019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 4203
29b52314
AH
4204 * Makefile.in: Pass through GDB_DEBUG.
4205 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4206 (gdb,debug): Add board setting.
4207 * lib/gdb.exp (default_gdb_start): Start debugging.
4208 (gdb_debug_enabled): New procedure.
4209 (gdb_debug_init): Likewise.
29b52314 4210
ca1285d1
AH
42112019-05-17 Alan Hayward <alan.hayward@arm.com>
4212
4213 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4214
f3a09c80
AH
42152019-05-17 Alan Hayward <alan.hayward@arm.com>
4216
4217 * gdb.base/ui-redirect.exp: Test redirection.
4218
26648588
JV
42192019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4220
4221 * gdb.mi/mi-complete.exp: New file.
4222 * gdb.mi/mi-complete.cc: Likewise.
4223
14237686
AB
42242019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4225
4226 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4227 indexed and sliced arrays, and pointers to arrays.
4228
e7bd7fba
TT
42292019-05-14 Tom Tromey <tromey@adacore.com>
4230
4231 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4232 styling test.
4233
2764128d
TV
42342019-05-14 Tom de Vries <tdevries@suse.de>
4235
4236 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4237 selection entry encoding.
4238
71bed2db
TT
42392019-05-10 Tom Tromey <tromey@adacore.com>
4240
4241 * gdb.ada/info_exc.exp: Add "complete" test.
4242
63b667ad
TV
42432019-05-09 Tom de Vries <tdevries@suse.de>
4244
4245 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4246 CU-relative.
4247
9cfd2b89
TV
42482019-05-09 Tom de Vries <tdevries@suse.de>
4249
4250 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4251 CU-relative.
4252
2228ef77
XR
42532019-05-08 Joel Brobecker <brobecker@adacore.com>
4254
4255 * gdb.ada/frame_arg_lang.exp: New testcase.
4256 * gdb.ada/frame_arg_lang/bla.adb: New file.
4257 * gdb.ada/frame_arg_lang/pck.ads: New file.
4258 * gdb.ada/frame_arg_lang/pck.adb: New file.
4259 * gdb.ada/frame_arg_lang/foo.c: New file.
4260
80e55b13
TT
42612019-05-08 Tom Tromey <tromey@adacore.com>
4262
4263 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4264
9d3421af
TT
42652019-05-08 Tom Tromey <tromey@adacore.com>
4266
4267 * gdb.base/ptype-offsets.exp: Update tests.
4268
844333e2
TT
42692019-05-08 Tom Tromey <tromey@adacore.com>
4270
4271 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4272 cases.
4273 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4274 "short".
4275
988915ee
TT
42762019-05-08 Tom Tromey <tromey@adacore.com>
4277
4278 * gdb.ada/vla.exp: New file.
4279 * gdb.ada/vla/vla.adb: New file.
4280
7bd55dac
TV
42812019-05-07 Tom de Vries <tdevries@suse.de>
4282
4283 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4284
75f06e9d
TV
42852019-05-07 Tom de Vries <tdevries@suse.de>
4286
4287 PR testsuite/24522
4288 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4289 section.
4290
77e7aaa4
TV
42912019-05-07 Tom de Vries <tdevries@suse.de>
4292
4293 PR testsuite/24522
4294 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4295 .debug_aranges section.
4296
456ba0fa
TV
42972019-05-07 Tom de Vries <tdevries@suse.de>
4298
4299 PR testsuite/24159
4300 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4301
5a56d6a6
TV
43022019-05-06 Tom de Vries <tdevries@suse.de>
4303
4304 * lib/gdb.exp (exec_has_index_section): New proc.
4305 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4306 section.
4307
9d6d4be8
TV
43082019-05-04 Tom de Vries <tdevries@suse.de>
4309
4310 * boards/cc-with-debug-names.exp: New file.
4311
222a8d25
TT
43122019-05-03 Tom Tromey <tromey@adacore.com>
4313
4314 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4315 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4316 * gdb.ada/char_enum.exp: Add test.
4317
0fdfd794
TV
43182019-05-03 Tom de Vries <tdevries@suse.de>
4319
4320 * boards/cc-with-gdb-index.exp: New file.
4321
80062eb9
AB
43222019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4323
4324 * gdb.rust/simple.exp: Add new test case.
4325 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4326 (main): Initialise an instance of the new struct.
4327
4504bbde
TT
43282019-05-01 Tom Tromey <tromey@adacore.com>
4329
4330 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4331 record.
4332 (NPR): New variable.
4333 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4334 test.
4335
d48e62f4
TT
43362019-05-01 Tom Tromey <tromey@adacore.com>
4337
4338 * gdb.ada/packed_array_assign.exp: Add packed assignment
4339 regression test.
4340
f59f30f5
TV
43412019-05-01 Tom de Vries <tdevries@suse.de>
4342
4343 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4344
b70bfc54
TV
43452019-05-01 Tom de Vries <tdevries@suse.de>
4346
4347 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4348
15f18d14
AT
43492019-04-30 Ali Tamur <tamur@google.com>
4350
4351 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4352
2ff0a947
TT
43532019-04-30 Tom Tromey <tromey@adacore.com>
4354
4355 * lib/ada.exp (find_ada_tool): New proc.
4356 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4357 * gdb.ada/catch_ex_std.exp: New file.
4358 * gdb.ada/catch_ex_std/foo.adb: New file.
4359 * gdb.ada/catch_ex_std/some_package.adb: New file.
4360 * gdb.ada/catch_ex_std/some_package.ads: New file.
4361
a776957c
TT
43622019-04-30 Tom Tromey <tromey@adacore.com>
4363
4364 PR c++/24470:
4365 * gdb.cp/temargs.cc: Add test code from PR.
4366
bc68014d
AB
43672019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4368
4369 * gdb.fortran/vla-datatypes.exp: Update expected results.
4370 * gdb.fortran/vla-ptype.exp: Likewise.
4371 * gdb.fortran/vla-type.exp: Likewise.
4372 * gdb.fortran/vla-value.exp: Likewise.
4373
f1fdc960
AB
43742019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4375
4376 * gdb.fortran/ptr-indentation.exp: Update expected results.
4377 * gdb.fortran/ptype-on-functions.exp: Likewise.
4378 * gdb.fortran/vla-ptr-info.exp: Likewise.
4379 * gdb.fortran/vla-value.exp: Likewise.
4380
bf7a4de1
AB
43812019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4382
4383 * gdb.fortran/ptype-on-functions.exp: New file.
4384 * gdb.fortran/ptype-on-functions.f90: New file.
4385
bbe75b9d
AB
43862019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4387
4388 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4389 case void string.
4390
1db455a7
AB
43912019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4392
4393 * gdb.fortran/complex.exp: Expand.
4394 * gdb.fortran/complex.f: Renamed to...
4395 * gdb.fortran/complex.f90: ...this, and extended to add more
4396 complex values.
4397
b6d03bb2
AB
43982019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4399
4400 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4401 MODULO, CMPLX.
4402
2e62ab40
AB
44032019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4404 Richard Bunt <richard.bunt@arm.com>
4405
4406 * gdb.base/max-depth.c: New file.
4407 * gdb.base/max-depth.exp: New file.
4408 * gdb.python/py-nested-maps.c: New file.
4409 * gdb.python/py-nested-maps.exp: New file.
4410 * gdb.python/py-nested-maps.py: New file.
4411 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4412 (test_all_common): Call test_max_depth.
4413 * gdb.fortran/max-depth.exp: New file.
4414 * gdb.fortran/max-depth.f90: New file.
4415 * gdb.go/max-depth.exp: New file.
4416 * gdb.go/max-depth.go: New file.
4417 * gdb.modula2/max-depth.exp: New file.
4418 * gdb.modula2/max-depth.c: New file.
4419 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4420
d2b584a5
TV
44212019-04-29 Tom de Vries <tdevries@suse.de>
4422
4423 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4424
136afab8
PW
44252019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4426
4427 * gdb.base/callexit.exp: Test may-call-functions off.
4428
725cbb63
KS
44292019-04-25 Keith Seitz <keiths@redhat.com>
4430
4431 PR c++/24367
4432 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4433 (another_incomplete_struct, test_incomplete): New definitions.
4434 (main): Use new definitions.
4435 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4436 functions.
4437
701adfb0
PA
44382019-04-25 Ali Tamur <tamur@google.com>
4439
4440 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4441
82433e3e
SDJ
44422019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4443
4444 PR corefiles/11608
4445 PR corefiles/18187
4446 * gdb.base/coredump-filter-build-id.exp: New file.
4447
dd06d4d6
AH
44482019-04-25 Alan Hayward <alan.hayward@arm.com>
4449
e79be6e5
SM
4450 * Makefile.in: Pass through GDBSERVER_DEBUG.
4451 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4452 (gdbserver,debug): Add board setting.
4453 * gdb.trace/tspeed.exp: Skip when debugging.
4454 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4455 * lib/gdbserver-support.exp: Likewise
dd06d4d6 4456
1670072e
TT
44572019-04-24 Tom Tromey <tromey@adacore.com>
4458
4459 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4460 Rust.
4461
a59240a4
TT
44622019-04-24 Tom Tromey <tromey@adacore.com>
4463
4464 * gdb.arch/amd64-eval.exp: Test bitfield return.
4465 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4466 (class Foo) <return_bitfields>: New method.
4467 (main): Call it.
4468
b907456c
AB
44692019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4470
4471 * gdb.cp/many-args.cc: New file.
4472 * gdb.cp/many-args.exp: New file.
4473
5c565afd
TV
44742019-04-23 Tom de Vries <tdevries@suse.de>
4475
4476 PR gdb/24433
4477 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4478
ba22ff86
AH
44792019-04-23 Alan Hayward <alan.hayward@arm.com>
4480
4481 * gdb.trace/backtrace.exp: Use nopie flag.
4482 * gdb.trace/circ.exp: Likewise.
4483 * gdb.trace/collection.exp: Likewise.
4484 * gdb.trace/ftrace.exp: Likewise.
4485 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4486 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4487 * gdb.trace/qtro.exp: Likewise.
4488 * gdb.trace/read-memory.exp: Likewise.
4489 * gdb.trace/report.exp: Likewise.
4490 * gdb.trace/tfile.exp: Likewise.
4491 * gdb.trace/tfind.exp: Likewise.
4492 * gdb.trace/unavailable.exp: Likewise.
4493
7905fc35
PA
44942019-04-22 Pedro Alves <palves@redhat.com>
4495
4496 * gdb.base/solib-probes-nosharedlibrary.c,
4497 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4498
8ecb59f8
TT
44992019-04-19 Tom Tromey <tromey@adacore.com>
4500
4501 * gdb.ada/ptype_union.c: New file.
4502 * gdb.ada/ptype_union.exp: New file.
4503
62160ec9
TT
45042019-04-19 Tom Tromey <tromey@adacore.com>
4505
4506 PR symtab/24423:
4507 * gdb.base/list0.h (foo): Add a control-l character.
4508
36cd4ba5
TV
45092019-04-18 Tom de Vries <tdevries@suse.de>
4510
4511 PR gdb/24433
4512 * boards/local-board.exp: Set sysroot to "".
4513
b73715df
TV
45142019-04-18 Tom de Vries <tdevries@suse.de>
4515 Pedro Alves <palves@redhat.com>
4516
4517 PR gdb/24454
4518 * gdb.threads/vfork-follow-child-exec.c: New file.
4519 * gdb.threads/vfork-follow-child-exec.exp: New file.
4520 * gdb.threads/vfork-follow-child-exit.c: New file.
4521 * gdb.threads/vfork-follow-child-exit.exp: New file.
4522
4aa866af
LS
45232019-04-15 Leszek Swirski <leszeks@google.com>
4524
4525 * gdb.arch/amd64-eval.cc: New file.
4526 * gdb.arch/amd64-eval.exp: New file.
4527
e5a1a79a
AH
45282019-04-11 Alan Hayward <alan.hayward@arm.com>
4529
4530 * gdb.server/sysroot.c: New test.
4531 * gdb.server/sysroot.exp: New file.
4532 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4533 matching param.
4534
41077b66
AB
45352019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4536
4537 * gdb.base/align.exp: Extend test to cover structures containing
4538 only static fields.
4539
c30391f8
TV
45402019-04-11 Tom de Vries <tdevries@suse.de>
4541
4542 * boards/cc-with-dwz-m.exp: New file.
4543 * boards/cc-with-dwz.exp: New file.
4544 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4545
e242fd12
SM
45462019-04-09 Simon Marchi <simon.marchi@efficios.com>
4547
4548 * gdb.base/start-cpp.exp: New file.
4549 * gdb.base/start-cpp.cc: New file.
4550
2b0c8b01
KB
45512019-04-08 Kevin Buettner <kevinb@redhat.com>
4552
4553 * gdb.python/py-thrhandle.exp: Adjust tests to call
4554 thread_from_handle instead of thread_from_thread_handle.
4555
947210e5
KB
45562019-04-08 Kevin Buettner <kevinb@redhat.com>
4557
4558 * gdb.python/py-thrhandle.exp: Add tests for
4559 gdb.InferiorThread.handle.
4560
d7df6549
AB
45612019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4562
4563 * gdb.python/py-function.exp: Check calling helper function from
4564 all languages.
4565 * lib/gdb.exp (gdb_supported_languages): New proc.
4566
8bdc1658
AB
45672019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4568
4569 * gdb.base/complex-parts.c: New file.
4570 * gdb.base/complex-parts.exp: New file.
4571
05caa1d2
TT
45722019-04-01 Tom Tromey <tromey@adacore.com>
4573
4574 PR symtab/23331:
4575 * gdb.dwarf2/dw2-ranges-main.c: New file.
4576 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4577 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4578
7734102d
EZ
45792019-03-30 Simon Marchi <simark@simark.ca>
4580
4581 * gdb.base/default.exp: Add values for $_gdb_major and
4582 $_gdb_minor.
4583
188e1fa9
TT
45842019-03-29 Tom Tromey <tromey@adacore.com>
4585
4586 * gdb.base/help.exp: Tighten apropos regexp.
4587
2880242d
KS
45882019-03-29 Keith Seitz <keiths@redhat.com>
4589
4590 * gdb.fortran/array-bounds.exp: New file.
4591 * gdb.fortran/array-bounds.f90: New file.
4592
077cad8e
PW
45932019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4594
4595 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4596
80047cfc
PW
45972019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4598
4599 * gdb.multi/hello.c (main): Increase alarm timer.
4600
f489207e
SL
46012019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4602
4603 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4604 factor when no hardware watchpoint support.
4605
c92df149
AH
46062019-03-28 Alan Hayward <alan.hayward@arm.com>
4607 Pedro Alves <palves@redhat.com>
4608
4609 * boards/local-board.exp: set sysroot to /.
4610
933aebfa
AH
46112019-03-27 Alan Hayward <alan.hayward@arm.com>
4612
4613 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4614 in child.
4615
9f9aa852
AB
46162019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4617
4618 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4619 field.
4620 (make_container): Initialise new field.
4621 * gdb.python/py-prettyprint.exp: Add new tests.
4622 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4623 <display_hint>: New method.
4624
3714a195
AB
46252019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4626
4627 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4628 gdb_continue_to_breakpoint more throughout this test.
4629 (run_lang_tests) Supply unique test names, and use
4630 gdb_test_no_output.
4631
18c77628
AB
46322019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4633
4634 * gdb.base/finish-pretty.exp: Update expected results.
4635 * gdb.base/pretty-print.c: New file.
4636 * gdb.base/pretty-print.exp: New file.
4637
9a93502f
PA
46382019-03-25 Pedro Alves <palves@redhat.com>
4639
4640 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4641 move comments outside list. Append '-i "" eof' section.
4642
968aa7ae
AH
46432019-03-22 Alan Hayward <alan.hayward@arm.com>
4644
34a7f2a4 4645 PR testsuite/25016
968aa7ae
AH
4646 * README: Add pie options.
4647 * gdb.base/break-interp.exp: Ensure pie is disabled.
4648 * gdb.base/dump.exp: Likewise.
4649 * lib/gdb.exp (gdb_compile): Add pie option.
4650
4c7d57e7
TT
46512019-03-19 Tom Tromey <tromey@adacore.com>
4652
4653 * gdb.mi/mi2-cli-display.c: New file.
4654 * gdb.mi/mi2-cli-display.exp: New file.
4655
bff8c71f
TT
46562019-03-18 Joel Brobecker <brobecker@adacore.com>
4657 Tom Tromey <tromey@adacore.com>
4658
4659 * gdb.ada/ptype_array/pck.adb: New file.
4660 * gdb.ada/ptype_array/pck.ads: New file.
4661 * gdb.ada/ptype_array/foo.adb: New file.
4662 * gdb.ada/ptype_array.exp: New file.
4663
d085f989
TT
46642019-03-14 Tom Tromey <tromey@adacore.com>
4665
4666 * gdb.base/style.exp: Add "set style sources" test.
4667
b4be1b06
SM
46682019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4669
4670 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4671 * mi-breakpoint-multiple-locations.exp: ... this.
4672 (make_breakpoints_pattern): New proc.
4673 (do_test): Add mi_version parameter, test -break-insert,
4674 -break-info and =breakpoint-created.
4675
7cde5fc2
AB
46762019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4677
4678 * config/default.exp: Remove 'load_lib gdb.exp'.
4679 * config/monitor.exp: Likewise.
4680 * config/sid.exp: Likewise.
4681 * config/sim.exp: Likewise.
4682 * config/slite.exp: Likewise.
4683 * config/unix.exp: Likewise.
4684 * gdb.base/default.exp: Remove unhelpful comment.
4685
efbecbc1
AB
46862019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4687
4688 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4689
0841c79a
AB
46902019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4691
4692 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4693
4a270568
AB
46942019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4695
4696 * gdb.fortran/type-kinds.exp: Update expected results.
4697
067630bd
AB
46982019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4699
4700 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4701
3be47f7a
AB
47022019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4703
4704 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4705 function.
4706 (test_basic_parsing_of_type_kinds): Expand types tested.
4707 (test_parsing_invalid_type_kinds): New function.
4708
4d00f5d8
AB
47092019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4710
4711 * gdb.fortran/intrinsics.exp: New file.
4712 * gdb.fortran/intrinsics.f90: New file.
4713 * gdb.fortran/type-kinds.exp: New file.
4714
c8f91604
AB
47152019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4716
4717 * gdb.fortran/dot-ops.exp: New file.
4718
dd9f2c76
AB
47192019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4720
4721 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4722 Check upper and lower case logical literals.
4723
84ec9724
AB
47242019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4725
4726 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4727 Remove duplicate tests.
4728
c3734e09
AH
47292019-03-06 Alan Hayward <alan.hayward@arm.com>
4730
4731 * lib/gdb.exp (builtin_cd): rename of cd.
4732 (cd): Override builtin.
4733
aa3cfbda
RB
47342019-03-06 Richard Bunt <richard.bunt@arm.com>
4735
4736 * gdb.fortran/function-calls.exp: New file.
4737 * gdb.fortran/function-calls.f90: New test.
4738
7b63ad86
RB
47392019-03-04 Richard Bunt <richard.bunt@arm.com>
4740
4741 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4742 on user program standard output.
4743 * gdb.fortran/short-circuit-argument-list.f90: Record function
4744 calls.
4745
01abb042
AH
47462019-02-28 Alan Hayward <alan.hayward@arm.com>
4747
c3734e09
AH
4748 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4749 failure.
01abb042 4750
92137da0
RO
47512019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4752
4753 PR gdb/8527
4754 * gdb.base/interrupt-daemon-attach.c,
4755 gdb.base/interrupt-daemon-attach.exp: New test.
4756
5862844d
PA
47572019-02-27 Pedro Alves <palves@redhat.com>
4758
4759 * gdb.base/page.exp: Add tests for "set width/height -1".
4760
8ed25214
PA
47612019-02-27 Pedro Alves <palves@redhat.com>
4762
4763 * gdb.base/page.exp: Add tests for "set/show width/height" with
4764 "infinite" values.
4765
6c28e44a
TT
47662019-02-27 Tom Tromey <tromey@adacore.com>
4767
4768 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4769 2.4.
4770 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4771 workaround.
4772
bf9a735e
AB
47732019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4774
4775 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4776 tests for structs with static members.
4777
8791793c
TT
47782019-02-26 Tom Tromey <tromey@adacore.com>
4779
4780 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4781 ValueError, not TypeError.
4782
bc2a507e
KB
47832019-02-26 Kevin Buettner <kevinb@redhat.com>
4784
4785 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4786 call from main program.
4787
e0e7d3bd
JB
47882019-02-23 Joel Brobecker <brobecker@adacore.com>
4789
4790 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4791 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4792 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4793 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4794 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4795
9600246d
KS
47962019-02-22 Keith Seitz <keiths@redhat.com>
4797
4798 PR symtab/23853
4799 * gdb.base/symlink-sourcefile.c: New file.
4800 * gdb.base/symlink-sourcefile.exp: New file.
4801
0c95f9ed
TT
48022019-02-20 Tom Tromey <tom@tromey.com>
4803
4804 * gdb.base/info_qt.exp: Update.
4805
6caa91b6
SM
48062019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4807
4808 * gdb.base/source.exp: Move "error in sourced script" code to
4809 the end.
4810 * gdb.base/source-error.gdb: Move contents to
4811 source-error-1.gdb. Add new code to source source-error-1.gdb.
4812 * gdb.base/source-error-1.gdb: New file, from previous
4813 source-error.gdb.
4814
6506371f
TT
48152019-02-17 Tom Tromey <tom@tromey.com>
4816
4817 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4818 for macro styling.
4819 * gdb.base/style.c (SOME_MACRO): New macro.
4820
a0087920
TT
48212019-02-17 Tom Tromey <tom@tromey.com>
4822
4823 * gdb.base/style.exp: Add line-wrapping tests.
4824 * gdb.base/page.exp: Add test for quitting during pagination.
4825
a2cd4f14
JB
48262019-02-17 Joel Brobecker <brobecker@adacore.com>
4827
4828 * gdb.ada/big_packed_array: New testcase.
4829 * gdb.ada/homonym.exp: Fix incorrect expected output for
4830 "break <homonym__get_value>" test.
4831
9d70ffbc
WP
48322019-02-13 Weimin Pan <weimin.pan@oracle.com>
4833
4834 PR breakpoints/21870
4835 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4836 and prepare_for_testing. Add comment.
4837 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4838 redundant cleanup call. Clean up comment.
4839
01c7ae81
WP
48402019-02-12 Weimin Pan <weimin.pan@oracle.com>
4841
4842 PR breakpoints/21870
4843 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4844 * gdb.arch/aarch64-dbreg-contents.c: New file.
4845
aff29d1c
JB
48462019-02-10 Joel Brobecker <brobecker@adacore.com>
4847
4848 * gdb.ada/mi_ref_changeable: New testcase.
4849
df0da8a2
AH
48502019-02-07 Alan Hayward <alan.hayward@arm.com>
4851
4852 * gdb.base/attach.exp: Add double attach test.
4853
bd447abb
SM
48542019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4855
4856 * lib/gdb.exp (default_gdb_start): Don't match pagination
4857 prompt.
4858 (gdb_init): Set stty_init.
4859
1dbc40b9
TT
48602019-01-27 Tom Tromey <tom@tromey.com>
4861
4862 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4863 skip_python_tests.
4864
353229bf
AH
48652019-01-24 Alan Hayward <alan.hayward@arm.com>
4866
4867 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4868 New structure.
4869 (struct struct_static_02_02): Likewise.
4870 (struct struct_static_02_03): Likewise.
4871 (struct struct_static_02_04): Likewise.
4872 (struct struct_static_04_01): Likewise.
4873 (struct struct_static_04_02): Likewise.
4874 (struct struct_static_04_03): Likewise.
4875 (struct struct_static_04_04): Likewise.
4876 (struct struct_static_06_01): Likewise.
4877 (struct struct_static_06_02): Likewise.
4878 (struct struct_static_06_03): Likewise.
4879 (struct struct_static_06_04): Likewise.
4880 (cmp_struct_static_02_01): Likewise.
4881 (cmp_struct_static_02_02): Likewise.
4882 (cmp_struct_static_02_03): Likewise.
4883 (cmp_struct_static_02_04): Likewise.
4884 (cmp_struct_static_04_01): Likewise.
4885 (cmp_struct_static_04_02): Likewise.
4886 (cmp_struct_static_04_03): Likewise.
4887 (cmp_struct_static_04_04): Likewise.
4888 (cmp_struct_static_06_01): Likewise.
4889 (cmp_struct_static_06_02): Likewise.
4890 (cmp_struct_static_06_03): Likewise.
4891 (cmp_struct_static_06_04): Likewise.
4892 (call_all): Test new structs.
4893 * gdb.base/infcall-nested-structs.exp: Likewise.
4894
73021deb
AH
48952019-01-21 Alan Hayward <alan.hayward@arm.com>
4896 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4897
fc65c7db
AH
48982019-01-21 Alan Hayward <alan.hayward@arm.com>
4899 * gdb.base/stack-protector.c: New test.
4900 * gdb.base/stack-protector.exp: New file.
4901 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4902 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4903 option.
4904 (gdb_compile): Remove stack protector for GCC and prevent
4905 recursion.
4906
c24bdb02
KS
49072019-01-16 Keith Seitz <keiths@redhat.com>
4908
4909 PR gdb/23773
4910 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4911
6f072a10
PFC
49122019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4913
4914 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4915 aliases.
4916 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4917 tests.
4918 * gdb.arch/powerpc-vector-regs.c: New file.
4919 * gdb.arch/powerpc-vector-regs.exp: New file.
4920
a7b8d682
PFC
49212019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4922
4923 * gdb.arch/altivec-regs.exp: Fix the list passed to
4924 gdb_expect_list when testing "info vector".
4925
6eb6fb67
AB
49262019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4927
4928 * gdb.base/style.exp: Don't include path in testname.
4929
b56f80d8
KS
49302019-01-10 Keith Seitz <keiths@redhat.com>
4931
4932 PR gdb/23712
4933 PR symtab/23010
4934 * gdb.dwarf2/multidictionary.exp: New file.
4935
041be526
SM
49362019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4937
4938 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4939 (test_gnuv3_style_demangling): ... this.
4940 (test_lucid_style_demangling): Remove.
4941 (test_arm_style_demangling): Remove.
4942 (test_hp_style_demangling): Remove.
4943 (do_tests): Remove calls to the above.
4944
d820d0c3
AB
49452019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4946
4947 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4948 case.
4949
f097f5ad
TT
49502019-01-06 Tom Tromey <tom@tromey.com>
4951
4952 PR gdb/28155:
4953 * gdb.dwarf2/typedef-void-finish.exp: New file.
4954
2cd8cc0b
TT
49552018-12-28 Tom Tromey <tom@tromey.com>
4956 Simon Marchi <simark@simark.ca>
4957
4958 * gdb.base/jit-exec.exp: New file.
4959 * gdb.base/jit-exec.c: New file.
4960 * gdb.base/jit-execd.c: New file.
4961
35fb8261
TT
49622018-12-28 Tom Tromey <tom@tromey.com>
4963
4964 * gdb.base/style.exp: Update test to check for address styling.
4965
47fd17cd
TT
49662018-12-28 Tom Tromey <tom@tromey.com>
4967
4968 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4969 message.
4970
d47032b7
TT
49712018-12-28 Tom Tromey <tom@tromey.com>
4972
4973 * gdb.base/style.exp: Add test for version number styling.
4974
af79b68d
TT
49752018-12-28 Tom Tromey <tom@tromey.com>
4976
4977 * gdb.base/style.exp: Add test for print_address_symbolic.
4978
0bb296cb
TT
49792018-12-28 Tom Tromey <tom@tromey.com>
4980
4981 * gdb.base/style.exp: Add test for breakpoint setting.
4982
80ae2043
TT
49832018-12-28 Tom Tromey <tom@tromey.com>
4984
4985 * gdb.base/style.exp: Add test for variable names.
4986
cbe56571
TT
49872018-12-28 Tom Tromey <tom@tromey.com>
4988
4989 * gdb.base/style.exp: New file.
4990 * gdb.base/style.c: New file.
4991
9162a27c
TT
49922018-12-28 Tom Tromey <tom@tromey.com>
4993
4994 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4995 "dumb".
4996 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4997 the TERM environment variable.
4998
bc543c90
TT
49992018-12-27 Tom Tromey <tom@tromey.com>
5000
5001 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5002 pagination test.
5003
6f0ffe50
AB
50042018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5005
5006 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5007 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5008
b5a1e557
PW
50092018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5010
5011 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5012 Filename a.adb changed to bp_fun_addr.adb.
5013 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5014
6e8b1ab2
JV
50152018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5016
5017 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5018 non-PIE executables.
5019 * README: Mention the gdb,nopie_flag board setting.
5020 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5021 non-PIE executable.
5022 * gdb.arch/amd64-entry-value.exp: Likewise.
5023 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5024 * gdb.arch/i386-float.exp: Likewise.
5025 * gdb.arch/i386-signal.exp: Likewise.
5026 * gdb.mi/mi-reg-undefined.exp: Likewise.
5027
d00a27c5
PM
50282018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5029
5030 PR gdb/23974
5031 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5032
161d081c
PW
50332018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5034
5035 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5036 Update order of results accordingly.
5037
b001de23
AB
50382018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5039
5040 * gdb.base/annota1.exp: Update a test regexp.
5041
99e1a184
AB
50422018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5043
5044 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5045
7a81c1e2
PW
50462018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5047
5048 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5049 (reuse_time): Initialize to REUSE_TIME_CAP.
5050 (check_rc): New function.
5051 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5052 Check pthread_create rc.
5053 (spawner_thread_func): Check pthread_create and pthread_join rc.
5054
73e8dc90
PA
50552018-12-08 Pedro Alves <palves@redhat.com>
5056
5057 * gdb.base/list.exp (test_forward_search): Rename to ...
5058 (test_forward_reverse_search): ... this. Also test reverse-search
5059 and the forward-search alias.
5060
13f2ed32
AB
50612018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5062
5063 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5064 local timeout variable before return, and remove all local timeout
5065 variable entirely.
5066 (gdb_load): Likewise.
5067
64d27cfc
TV
50682018-12-01 Tom de Vries <tdevries@suse.de>
5069
5070 * gdb.base/gdb-caching-proc.exp: New file.
5071
f63c03b4
SDJ
50722018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5073
5074 * Makefile.in (TIMESTAMP): New variable.
5075 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5076 command.
5077 (check-single-racy): Likewise.
5078 (check/%.exp): Likewise.
5079 (check-racy/%.exp): Likewise.
5080 (workers/%.worker): Likewise.
5081 (build-perf): Likewise.
5082 (check-perf): Likewise.
5083 * README: Describe new "TS" and "TS_FORMAT" variables.
5084 * print-ts.py: New file.
5085
1c97054b
BF
50862018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5087
5088 PR python/23714
5089 * gdb.python/python.exp: Test command repetition after
5090 gdb.execute.
5091
1871a62d
AB
50922018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5093
5094 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5095 is correctly aligned.
5096
fb5e1ed9
PW
50972018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5098
5099 * gdb.ada/info_auto_lang.exp: New testcase.
5100 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5101 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5102 * gdb.ada/info_auto_lang/some_c.c: New file.
5103
43d397ca
PW
51042018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5105
5106 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5107 FUNC_lang language syntax.
5108
beddd671
PW
51092018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5110
5111 * gdb.base/info_minsym.c: New file.
5112 * gdb.base/info_minsym.exp: New file.
5113
73fc52c4
TT
51142018-11-19 Tom Tromey <tom@tromey.com>
5115
5116 PR rust/23625:
5117 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5118 * gdb.rust/expr.exp: Update expected output. Change one test.
5119
994b876a
TT
51202018-11-19 Tom Tromey <tom@tromey.com>
5121
5122 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5123
6769f276
PA
51242018-11-19 Pedro Alves <palves@redhat.com>
5125
5126 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5127 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5128 see the expected warning.
5129
38a72da0
AH
51302018-11-16 Alan Hayward <alan.hayward@arm.com>
5131
5132 PR gdb/22736:
5133 * gdb.cp/infcall-nodebug-lib.c: New test.
5134 * gdb.cp/infcall-nodebug-main.c: New test.
5135 * gdb.cp/infcall-nodebug.exp: New file.
5136
53a89d6e
SM
51372018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5138
5139 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5140 completer tests.
5141
9325300d
TV
51422018-11-09 Tom de Vries <tdevries@suse.de>
5143
5144 * gdb.base/msym-lang.c: New test.
5145 * gdb.base/msym-lang.exp: New file.
5146 * gdb.base/msym-lang-main.c: New test.
5147
20f0d60d
TT
51482018-11-08 Tom Tromey <tom@tromey.com>
5149
5150 PR gdb/23555:
5151 PR gdb/23838:
5152 * gdb.base/warning.exp: New file.
5153
b5420128
JB
51542018-11-08 Jan Beulich <jbeulich@suse.com>
5155
5156 * testsuite/gdb.arch/i386-avx512.c,
5157 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5158
cd115d61
AB
51592018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5160
5161 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5162 point hardware.
5163
35ee2dc2
AB
51642018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5165
5166 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5167 * gdb.dwarf2/missing-type-name.exp: New file.
5168
31aceee8
TV
51692018-11-06 Tom de Vries <tdevries@suse.de>
5170
5171 * gdb.base/many-headers.c: New test.
5172 * gdb.base/many-headers.exp: New file.
5173
109be305
JW
51742018-11-06 Jim Wilson <jimw@sifive.com>
5175
5176 * gdb.base/code_elim.exp: For riscv, set additional_flags
5177 to include -msmall-data-limit=0.
5178
e2b7af72
JB
51792018-11-01 Joel Brobecker <brobecker@adacore.com>
5180
5181 * gdb.ada/watch_minus_l: New testcase.
5182
cdcda965
SM
51832018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5184
5185 * gdb.arch/aix-sighandle.c: New file.
5186 * gdb.arch/aix-sighandle.exp: New file.
5187
92dcebf3
AB
51882018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5189
5190 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5191 registers being unions.
5192
68b9ac18
TV
51932018-10-31 Tom de Vries <tdevries@suse.de>
5194
5195 * lib/valgrind.exp: New file.
5196 (vgdb_start, vgdb_stop): New procs, factored out of ...
5197 * gdb.base/valgrind-bt.exp: ... here, ...
5198 * gdb.base/valgrind-disp-step.exp: ... here and ...
5199 * gdb.base/valgrind-infcall.exp: ... here.
5200
1443936e
TV
52012018-10-31 Tom de Vries <tdevries@suse.de>
5202
5203 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5204
eb77c9df
AB
52052018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5206
5207 * gdb.dwarf2/void-type.c: New file.
5208 * gdb.dwarf2/void-type.exp: New file.
5209
82b5e646
PW
52102018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5211
5212 * gdb.base/info_qt.c: New file.
5213 * gdb.base/info_qt.exp: New file.
5214
8d619c01
EBM
52152018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5216
5217 * gdb.arch/powerpc-htm-regs.c: New file.
5218 * gdb.arch/powerpc-htm-regs.exp: New file.
5219
f2cf6173
EBM
52202018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5221
5222 * gdb.arch/powerpc-tar.c: New file.
5223 * gdb.arch/powerpc-tar.exp: New file.
5224
7ca18ed6
EBM
52252018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5226
5227 * gdb.arch/powerpc-ppr-dscr.c: New file.
5228 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5229
bfcc0eba
TV
52302018-10-25 Tom de Vries <tdevries@suse.de>
5231
5232 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5233
fe1a5cad
TV
52342018-10-24 Tom de Vries <tdevries@suse.de>
5235
5236 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5237 longer exists error.
5238
a76dc3b7
TV
52392018-10-24 Tom de Vries <tdevries@suse.de>
5240
5241 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5242
4df46df7
TV
52432018-10-24 Tom de Vries <tdevries@suse.de>
5244
5245 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5246 --db-attach in valgrind.
5247
0dbfcfff
AB
52482018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5249
5250 * gdb.arch/riscv-reg-aliases.c: New file.
5251 * gdb.arch/riscv-reg-aliases.exp: New file.
5252
b04480b1
AH
52532018-10-19 Alan Hayward <alan.hayward@arm.com>
5254
5255 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5256
2c6ac8d7
AH
52572018-10-19 Alan Hayward <alan.hayward@arm.com>
5258
5259 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5260
2bc69f25
AH
52612018-10-19 Alan Hayward <alan.hayward@arm.com>
5262
5263 * gdb.cp/ovldbreak.exp: Fix regexps.
5264
1f1ae3a3
AH
52652018-10-19 Alan Hayward <alan.hayward@arm.com>
5266
5267 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5268
94c18618
SDJ
52692018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5270
5271 PR cli/23785
5272 * gdb.base/restore.exp: New test to check if "restore" with an
5273 invalid file doesn't segfault.
5274
812cd6eb
TV
52752018-10-18 Tom de Vries <tdevries@suse.de>
5276
5277 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5278 * gdb.ada/excep_handle.exp: Same.
5279 * gdb.ada/mi_string_access.exp: Same.
5280 * gdb.ada/mi_var_union.exp: Same.
5281 * gdb.arch/arc-analyze-prologue.exp: Same.
5282 * gdb.arch/arc-decode-insn.exp: Same.
5283 * gdb.base/readnever.exp: Same.
5284 * gdb.fortran/printing-types.exp: Same.
5285 * gdb.guile/scm-lazy-string.exp: Same.
5286
c4b90788
TV
52872018-10-16 Tom de Vries <tdevries@suse.de>
5288
5289 PR gdb/23730
5290 * gdb.base/catch-follow-exec.c: Add copyright notice.
5291 * gdb.base/catch-follow-exec.exp: Rewrite to use
5292 gdb_spawn_with_cmdline_opts. Require gdb-native.
5293
8bca2978
SL
52942018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5295
5296 * gdb.trace/actions-changed.exp: Check for arch support.
5297 * gdb.trace/actions.exp: Likewise.
5298 * gdb.trace/ax.exp: Likewise.
5299 * gdb.trace/backtrace.exp: Likewise.
5300 * gdb.trace/change-loc.exp: Likewise.
5301 * gdb.trace/deltrace.exp: Likewise.
5302 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5303 * gdb.trace/ftrace.exp: Likewise.
5304 * gdb.trace/infotrace.exp: Check for arch support.
5305 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5306 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5307 * gdb.trace/mi-tsv-changed.exp: Likewise.
5308 * gdb.trace/packetlen.exp: Likewise.
5309 * gdb.trace/passc-dyn.exp: Likewise.
5310 * gdb.trace/passcount.exp: Likewise.
5311 * gdb.trace/pending.exp: Likewise.
5312 * gdb.trace/range-stepping.exp: Check for shlib support.
5313 * gdb.trace/report.exp: Check for arch support.
5314 * gdb.trace/save-trace.exp: Likewise.
5315 * gdb.trace/signal.exp: Check for signal support.
5316 * gdb.trace/tfind.exp: Check for arch support.
5317 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5318 * gdb.trace/trace-common.h: Add comment.
5319 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5320 * gdb.trace/trace-enable-disable.exp: Likewise.
5321 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5322 * gdb.trace/tracecmd.exp: Check for arch support.
5323 * gdb.trace/tspeed.exp: Check for shlib and target support.
5324 * gdb.trace/tstatus.exp: Check for arch support.
5325 * gdb.trace/tsv.exp: Likewise.
5326 * gdb.trace/while-dyn.exp: Likewise.
5327 * gdb.trace/while-stepping.exp: Likewise.
5328 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5329
f9c49bff
SM
53302018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5331
5332 * gdb.trace/tspeed.exp: Remove nowarnings.
5333 (prepare_for_trace_test): Declare "global ipalib".
5334 * gdb.trace/tspeed.c: Include unistd.h.
5335 (main): Remove superfluous printf argument.
5336
d4330bde
SL
53372018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5338
5339 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5340 directory prefix on the filename.
5341
8ecfd7bd
SDJ
53422018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5343
5344 * gdb.gdb/unittest.exp: Update expected message informing that
5345 selftests have been disabled.
5346 * gdb.server/unittest.exp: Likewise.
5347
58bbcd02
TV
53482018-10-09 Tom de Vries <tdevries@suse.de>
5349
5350 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5351 with runto_main.
5352
9f6b697b
WP
53532018-10-08 Weimin Pan <weimin.pan@oracle.com>
5354
5355 PR c++/16841
5356 * gdb.cp/virtbase2.cc: New file.
5357 * gdb.cp/virtbase2.exp: New file.
5358
add5ded5
TT
53592018-10-06 Tom Tromey <tom@tromey.com>
5360
5361 PR python/19399:
5362 * gdb.python/py-inferior.exp: Add architecture test.
5363
f9e48344
TT
53642018-10-06 Tom Tromey <tom@tromey.com>
5365
5366 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5367 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5368
2a8be203
TT
53692018-10-06 Tom Tromey <tom@tromey.com>
5370
5371 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5372 of a "throw" catchpoint.
5373
e04caa70
SDJ
53742018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5375
5376 * gdb.base/info-proc.exp: Update string expected from "help info
5377 proc".
5378
5ca8c39f
TT
53792018-10-04 Tom Tromey <tom@tromey.com>
5380
5381 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5382 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5383 (test_initial_complaints, test_empty_complaints): Update.
5384 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5385
3453e7e4
TT
53862018-10-04 Tom Tromey <tom@tromey.com>
5387
5388 PR cli/19551:
5389 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5390 * lib/gdb.exp (gdb_file_cmd): Update.
5391 * gdb.stabs/weird.exp (print_weird_var): Update.
5392 * gdb.server/solib-list.exp: Update.
5393 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5394 * gdb.mi/mi-cli.exp: Update.
5395 * gdb.linespec/linespec.exp: Update.
5396 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5397 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5398 * gdb.cp/cp-relocate.exp: Update.
5399 * gdb.base/sym-file.exp: Update.
5400 * gdb.base/relocate.exp: Update.
5401 * gdb.base/readnever.exp: Update.
5402 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5403 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5404 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5405 * gdb.base/code_elim.exp: Update.
5406 * gdb.base/break-unload-file.exp (test_break): Update.
5407 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5408 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5409 Update.
5410 * gdb.base/attach.exp (do_attach_tests): Update.
5411 * gdb.base/sepdebug.exp: Update.
5412 * gdb.python/py-section-script.exp: Update.
5413
6afcf761
TT
54142018-10-04 Tom Tromey <tom@tromey.com>
5415
5416 PR cli/22234:
5417 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5418 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5419 output.
5420
fef1b293
TT
54212018-10-04 Tom Tromey <tom@tromey.com>
5422
5423 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5424 set width and height to 0.
5425 (test_command_line_attach_run): Use -quiet.
5426
ca98345e
SL
54272018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5428
5429 * lib/gdb.exp (skip_ifunc_tests): New.
5430 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5431 other compile failures.
5432 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5433
ff34e6ae
SM
54342018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5435
5436 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5437 is_amd64_regs_target.
5438
6bb8890e
AH
54392018-10-01 Alan Hayward <alan.hayward@arm.com>
5440
5441 * gdb.arch/aarch64-sighandler-regs.c: New test.
5442 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5443 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5444
224d30d3
MM
54452018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5446
5447 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5448 assembly.
5449
f67ffa6a
AB
54502018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5451
5452 * gdb.base/frame-selection.exp: New file.
5453 * gdb.base/frame-selection.c: New file.
5454
9fc3183f
AH
54552018-09-27 Alan Hayward <alan.hayward@arm.com>
5456
5457 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5458 pthread barrier.
5459 (main): Likewise.
5460
d354055e
AB
54612018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5462
5463 * gdb.base/large-frame-1.c: New file.
5464 * gdb.base/large-frame-2.c: New file.
5465 * gdb.base/large-frame.exp: New file.
5466 * gdb.base/large-frame.h: New file.
5467
db727370
JL
54682018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5469
5470 PR gdb/20948
5471 * gdb.base/write_mem.exp: New test.
5472 * gdb.base/write_mem.c: Likewise.
5473
ae778caf
TT
54742018-09-23 Tom Tromey <tom@tromey.com>
5475
5476 PR python/18852:
5477 * gdb.python/py-parameter.exp: Add test for parameter that throws
5478 on "set".
5479
fd3ba736
TT
54802018-09-23 Tom Tromey <tom@tromey.com>
5481
5482 PR python/17284:
5483 * gdb.python/py-template.exp (test_template_arg): Add test for
5484 negative template argument number.
5485
39a24317
TT
54862018-09-23 Tom Tromey <tom@tromey.com>
5487
5488 PR python/14062:
5489 * gdb.python/python.exp: Add test for post_event error.
5490
f5769a2c
TT
54912018-09-23 Tom Tromey <tom@tromey.com>
5492
5493 PR python/18170:
5494 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5495 convert pointers to int and long.
5496
1c1e54f6
TT
54972018-09-23 Tom Tromey <tom@tromey.com>
5498
5499 PR python/20126:
5500 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5501 signed-ness conversion tests.
5502
fb4fa946
TT
55032018-09-23 Tom Tromey <tom@tromey.com>
5504
5505 PR python/18352;
5506 * gdb.python/py-value.exp (test_float_conversion): New proc.
5507 Use it.
5508
a466edac
HAQ
55092018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5510
5511 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5512
4ee9b0c5
SL
55132018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5514
5515 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5516 no readline.
5517 * gdb.base/utf8-identifiers.exp: Likewise.
5518 * gdb.cp/cpcompletion.exp: Likewise.
5519 * gdb.linespec/cpcompletion.exp: Likewise.
5520 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5521 * gdb.linespec/cpls-ops.exp: Likewise.
5522
23be8da7
RB
55232018-09-19 Richard Bunt <richard.bunt@arm.com>
5524 Chris January <chris.january@arm.com>
5525
5526 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5527 * gdb.fortran/short-circuit-argument-list.exp: New file.
5528 * gdb.fortran/short-circuit-argument-list.f90: New test.
5529
5031d0ae
SDJ
55302018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5531
5532 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5533 "arch=" keyword when executing "-stack-list-frames".
5534
b4c0d1a4
SDJ
55352018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5536
5537 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5538 "arch=" keyword when executing "-stack-list-frames".
5539
7a6d2b45
SDJ
55402018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5541
5542 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5543 break ada".
5544
8588b356
SM
55452018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5546
5547 PR python/23669
5548 * gdb.python/python.exp: Test gdb.execute("show commands").
5549
65e65158
TT
55502018-09-16 Tom Tromey <tom@tromey.com>
5551
5552 * gdb.base/new-ui.exp (do_execution_tests): Update.
5553 * gdb.base/dbx.exp (test_breakpoints): Update.
5554
bf326452
AH
55552018-09-14 Alan Hayward <alan.hayward@arm.com>
5556
5557 * lib/gdb.exp (gdb_simple_compile): Add proc.
5558 (is_elf_target): Use gdb_simple_compile.
5559 (skip_altivec_tests): Likewise.
5560 (skip_vsx_tests): Likewise.
5561 (skip_tsx_tests): Likewise.
5562 (skip_btrace_tests): Likewise.
5563 (skip_btrace_pt_tests): Likewise.
5564 (gdb_can_simple_compile): Likewise.
5565 (gdb_has_argv0): Likewise.
5566 (gdb_target_symbol_prefix): Likewise.
5567 (target_supports_scheduler_locking): Likewise.
5568
2361b0fb
TT
55692018-09-13 Tom Tromey <tom@tromey.com>
5570
5571 * Makefile.in (TAGS): Recognize proc_with_prefix and
5572 gdb_caching_proc.
5573
0ae1a321
SM
55742018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5575
5576 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5577 method.
5578
a40bf0c2
SM
55792018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5580
5581 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5582 and a few other Inferior properties when the Inferior is no
5583 longer valid.
5584
4a3fe98f
TT
55852018-09-13 Tom Tromey <tom@tromey.com>
5586
5587 PR rust/23650:
5588 * gdb.rust/simple.exp: Add test for enum field access error.
5589
098b2108
TT
55902018-09-13 Tom Tromey <tom@tromey.com>
5591
5592 PR rust/23626:
5593 * gdb.rust/simple.rs (EmptyEnum): New type.
5594 (main): Use it.
5595 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5596
1256af7d
SM
55972018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5598
5599 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5600 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5601 * gdb.python/py-symtab.exp: Update test printing an objfile.
5602
4aa8e6c2
SM
56032018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5604
5605 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5606 object.
5607
c221b2f7
AH
56082018-09-12 Alan Hayward <alan.hayward@arm.com>
5609
5610 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5611 (support_complex_tests): Use gdb_can_simple_compile.
5612 (is_ilp32_target): Likewise.
5613 (is_lp64_target): Likewise.
5614 (is_64_target): Likewise.
5615 (is_amd64_regs_target): Likewise.
5616 (is_aarch32_target): Likewise.
5617 (gdb_int128_helper): Likewise.
5618
6f1107b5
JK
56192018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5620
5621 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5622
1f5d1570
JG
56232018-09-10 Jerome Guitton <guitton@adacore.com>
5624
5625 * gdb.ada/same_component_name: Add test for case of tagged record
5626 with variable-length fields.
5627
cc330e39
XR
56282018-09-10 Xavier Roirand <roirand@adacore.com>
5629
5630 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5631 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5632 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5633 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5634
b9c50e9a
XR
56352018-09-10 Xavier Roirand <roirand@adacore.com>
5636
5637 * gdb.ada/mi_string_access.exp: New testcase.
5638 * gdb.ada/mi_string_access/bar.adb: New file.
5639 * gdb.ada/mi_string_access/pck.adb: New file.
5640 * gdb.ada/mi_string_access/pck.asd: New file.
5641
2963898f
XR
56422018-09-10 Xavier Roirand <roirand@adacore.com>
5643
5644 * gdb.ada/mi_var_union.exp: New testcase.
5645 * gdb.ada/mi_var_union/bar.adb: New file.
5646 * gdb.ada/mi_var_union/pck.adb: New file.
5647 * gdb.ada/mi_var_union/pck.asd: New file.
5648
1aac008f
TT
56492018-09-08 Tom Tromey <tom@tromey.com>
5650
5651 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5652
332cf4c9
TT
56532018-09-08 Tom Tromey <tom@tromey.com>
5654
5655 PR python/16047:
5656 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5657 (register_pretty_printers): Register new printer.
5658 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5659 test.
5660 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5661 (an_int_type3): New global.
5662
424da6cf
JB
56632018-09-08 Joel Brobecker <brobecker@adacore.com>
5664
5665 * gdb.ada/expr_with_funcall: New testcase.
5666
2a62dfa9
JB
56672018-09-08 Joel Brobecker <brobecker@adacore.com>
5668
5669 * gdb.ada/packed_array_assign: New testcase.
5670
96b6697f
AB
56712018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5672
5673 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5674 names, and add test prefixes to make test names unique.
5675
e4a62c65
TV
56762018-09-05 Tom de Vries <tdevries@suse.de>
5677
5678 * gdb.dwarf2/varval.exp: Add test.
5679
dd083ee2
GB
56802018-09-04 Gary Benson <gbenson@redhat.com>
5681
5682 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5683 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5684
aef9346c
TT
56852018-08-31 Tom Tromey <tom@tromey.com>
5686
5687 * gdb.rust/simple.rs: Rename second variable "v".
5688
c67f2e15
AB
56892018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5690
5691 * gdb.base/funcargs.c (use_a): New function.
5692 (recurse): Call use_a.
5693
078a0207
KS
56942018-08-29 Keith Seitz <keiths@redhat.com>
5695
5696 * gdb.compile/compile-cplus-anonymous.cc: New file.
5697 * gdb.compile/compile-cplus-anonymous.exp: New file.
5698 * gdb.compile/compile-cplus-array-decay.cc: New file.
5699 * gdb.compile/compile-cplus-array-decay.exp: New file.
5700 * gdb.compile/compile-cplus-inherit.cc: New file.
5701 * gdb.compile/compile-cplus-inherit.exp: New file.
5702 * gdb.compile/compile-cplus-member.cc: New file.
5703 * gdb.compile/compile-cplus-member.exp: New file.
5704 * gdb.compile/compile-cplus-method.cc: New file.
5705 * gdb.compile/compile-cplus-method.exp: New file.
5706 * gdb.compile/compile-cplus-mod.c: "New" file.
5707 * gdb.compile/compile-cplus-namespace.cc: New file.
5708 * gdb.compile/compile-cplus-namespace.exp: New file.
5709 * gdb.compile/compile-cplus-nested.cc: New file.
5710 * gdb.compile/compile-cplus-nested.exp: New file.
5711 * gdb.compile/compile-cplus-print.c: "New" file.
5712 * gdb.compile/compile-cplus-print.exp: "New" file.
5713 * gdb.compile/compile-cplus-virtual.cc: New file.
5714 * gdb.compile/compile-cplus-virtual.exp: New file.
5715 * gdb.compile/compile-cplus.c: "New" file.
5716 * gdb.compile/compile-cplus.exp: "New" file.
5717 * lib/compile-support.exp: New file.
5718
b0f492b9
GB
57192018-08-16 Gary Benson <gbenson@redhat.com>
5720
5721 PR gdb/13000:
5722 * gdb.base/batch-exit-status.exp: New file.
5723 * gdb.base/batch-exit-status.good-commands: Likewise.
5724 * gdb.base/batch-exit-status.bad-commands: Likewise.
5725
36eb4c5f
AH
57262018-08-29 Alan Hayward <alan.hayward@arm.com>
5727
5728 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5729 (struct struct02): Likewise.
5730 (struct struct03): Likewise.
5731 (struct struct04): Likewise.
5732 (struct struct_01_01): New struct.
5733 (struct struct_01_02): Likewise.
5734 (struct struct_01_03): Likewise.
5735 (struct struct_01_04): Likewise.
5736 (struct struct_02_01): Likewise.
5737 (struct struct_02_02): Likewise.
5738 (struct struct_02_03): Likewise.
5739 (struct struct_02_04): Likewise.
5740 (struct struct_04_01): Likewise.
5741 (struct struct_04_02): Likewise.
5742 (struct struct_04_03): Likewise.
5743 (struct struct_04_04): Likewise.
5744 (struct struct_05_01): Likewise.
5745 (struct struct_05_02): Likewise.
5746 (struct struct_05_03): Likewise.
5747 (struct struct_05_04): Likewise.
5748 (cmp_struct01): Remove function.
5749 (cmp_struct02): Likewise.
5750 (cmp_struct03): Likewise.
5751 (cmp_struct04): Likewise.
5752 (cmp_struct_01_01): Add Function.
5753 (cmp_struct_01_02): Likewise.
5754 (cmp_struct_01_03): Likewise.
5755 (cmp_struct_01_04): Likewise.
5756 (cmp_struct_02_01): Likewise.
5757 (cmp_struct_02_02): Likewise.
5758 (cmp_struct_02_03): Likewise.
5759 (cmp_struct_02_04): Likewise.
5760 (cmp_struct_04_01): Likewise.
5761 (cmp_struct_04_02): Likewise.
5762 (cmp_struct_04_03): Likewise.
5763 (cmp_struct_04_04): Likewise.
5764 (cmp_struct_05_01): Likewise.
5765 (cmp_struct_05_02): Likewise.
5766 (cmp_struct_05_03): Likewise.
5767 (cmp_struct_05_04): Likewise.
5768 (call_all): Add new structs.
5769 * gdb.base/infcall-nested-structs.exp: Likewise.
5770
3bf9c013
JV
57712018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5772
5773 * gdb.python/py-framefilter-mi.exp: Update regexp to
5774 check for "arch" field in frame output.
5775
450d1e88
KB
57762018-08-23 Kevin Buettner <kevinb@redhat.com>
5777
5778 * gdb.dwarf2/dw2-ranges-func.c: New file.
5779 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5780
ae739fe7
SM
57812018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5782
5783 * gdb.base/term.exp: Compare terminal settings with values from
5784 the inferior.
5785 * gdb.base/term.c: Get and set terminal settings.
5786
6d52907e
JV
57872018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5788
5789 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5790 accommodate new "arch" field in frame output.
5791 * gdb.mi/mi-return.exp: Likewise.
5792 * gdb.mi/mi-stack.exp: Likewise.
5793 * gdb.mi/mi-syn-frame.exp: Likewise.
5794 * gdb.mi/user-selected-context-sync.exp: Likewise.
5795
be2d111a
MS
57962018-08-19 Michael Spang <spang@google.com>
5797
5798 PR gdb/11786
5799 * gdb.base/gcore-tls-pie.c: New file.
5800 * gdb.base/gcore-tls-pie.exp: New file.
5801
ae3a7c47
KB
58022018-08-18 Kevin Buettner <kevinb@redhat.com>
5803
5804 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
5805 * gdb.dwarf2/varval.c: New file.
5806 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 5807
2ecae92e
AH
58082018-08-17 Alan Hayward <alan.hayward@arm.com>
5809
5810 PR gdb/18931
5811 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5812
c1854f1d
KS
58132018-08-16 Keith Seitz <keiths@redhat.com>
5814
5815 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5816 tests expected to pass.
5817
26fb3983
JV
58182018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5819
5820 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5821 -data-disassemble -a.
5822 (test_disassembly_bogus_args): Likewise.
5823
67943c00
AB
58242018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5825
5826 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5827
5ff2bbae
AB
58282018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5829
5830 * gdb.base/vla-optimized-out.exp: Add new test.
5831
e5bbcd0f
AB
58322018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5833
5834 * gdb.base/vla-optimized-out-o3.exp: Delete.
5835 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5836 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5837 deleted tests.
5838
9d4a934c
AB
58392018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5840
5841 PR gdb/18050:
5842 * gdb.server/extended-remote-restart.c: New file.
5843 * gdb.server/extended-remote-restart.exp: New file.
5844
045cf012
SM
58452018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5846
5847 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5848 "set variable index = 42".
5849
87d6a7aa
SM
58502018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5851
5852 * boards/index-cache-gdb.exp: New file.
5853 * gdb.dwarf2/index-cache.exp: New file.
5854 * gdb.dwarf2/index-cache.c: New file.
5855 * gdb.base/maint.exp: Check if we are using the index cache.
5856
96d68bd4
RO
58572018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5858
5859 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5860 MAKEFLAGS.
5861
5a699617
RO
58622018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5863
5864 * dg-extract-results.sh: Move to toplevel contrib.
5865 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5866 * Makefile.in (check-parallel-racy): Likewise.
5867
5bd18990
AB
58682018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5869
5870 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5871 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5872 tests if the target supports scheduler locking.
5873
3fbbcf47
TV
58742018-08-04 Tom de Vries <tdevries@suse.de>
5875
5876 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5877
3e1d3d8c
TT
58782018-08-02 Tom Tromey <tom@tromey.com>
5879
5880 PR symtab/16842.
5881 * gdb.cp/temargs.exp: Test "info address" of a template
5882 parameter.
5883
5abe0f0c
JV
58842018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5885
5886 * gdb.python/py-mi-var-info-path-expression.c: New file.
5887 * gdb.python/py-mi-var-info-path-expression.py: New file.
5888 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5889
fb66cde8
SDJ
58902018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5891
5892 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5893 error after "cannot resolve name" string.
5894
c708f4d2
AB
58952018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5896
5897 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5898 started.
5899 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5900
37cc0cae
TV
59012018-07-28 Tom de Vries <tdevries@suse.de>
5902
5903 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5904
63b4ecf7
TV
59052018-07-26 Tom de Vries <tdevries@suse.de>
5906
5907 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5908
3c3bb058
AB
59092018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5910
5911 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5912 is visible.
5913
9e7f3bbb
TV
59142018-07-26 Tom de Vries <tdevries@suse.de>
5915
5916 PR breakpoints/23366
5917 * gdb.base/catch-follow-exec.c: New test.
5918 * gdb.base/catch-follow-exec.exp: New file.
5919
16f808ec
TV
59202018-07-25 Tom de Vries <tdevries@suse.de>
5921
5922 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5923 vla-optimized-out.c.
5924
d7154a8d
JV
59252018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5926
5927 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5928 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5929
232a0032
TV
59302018-07-20 Tom de Vries <tdevries@suse.de>
5931
5932 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5933 NOCLONE macro.
5934 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5935
fbb1d502
TV
59362018-07-19 Tom de Vries <tdevries@suse.de>
5937
5938 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5939 regular expression.
5940
42dc7699
TV
59412018-07-18 Tom de Vries <tdevries@suse.de>
5942
5943 * gdb.base/vla-optimized-out.c: New test.
5944 * gdb.base/vla-optimized-out.exp: New file.
5945
7f1f7e23
SDJ
59462018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5947
5948 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5949 message "No address associated with hostname" when gdbserver
5950 cannot resolve the hostname.
5951
5759ebb3
PW
59522018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5953
5954 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5955 Add some test prefixes to make tests unique.
5956
3606ccab
PW
59572018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5958
5959 * gdb.base/frameapply.c: New file.
5960 * gdb.base/frameapply.exp: New file.
5961
529c08b2
PW
59622018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5963
5964 * gdb.base/skip.exp: Update expected error message.
5965
c7ab0aef
SDJ
59662018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5967 Jan Kratochvil <jan.kratochvil@redhat.com>
5968 Paul Fertser <fercerpav@gmail.com>
5969 Tsutomu Seki <sekiriki@gmail.com>
5970
5971 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5972 parameter.
5973 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5974 by default.
5975 * boards/native-gdbserver.exp: Likewise.
5976 * gdb.server/run-without-local-binary.exp: Improve regexp used
5977 for detecting when a remote debugging connection succeeds.
5978 * gdb.server/server-connect.exp: New file.
5979 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5980 Do not prefix the port number with ":".
5981 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5982 support for detecting and using it. Add '$debughost_gdbserver'
5983 to the list of arguments used to start gdbserver. Handle case
5984 when gdbserver cannot resolve a network name.
5985
16ff70dd
SDJ
59862018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5987
5988 PR c++/23373
5989 * gdb.base/ptype-offsets.cc (struct static_member): New
5990 struct.
5991 (main) <stmember>: New variable.
5992 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5993 with a static member in it.
5994
3541979f
AB
59952018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5996
5997 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5998 watchpoints enabled and disabled.
5999
c8ad9b9a
AB
60002018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6001
6002 * gdb.base/examine-backward.exp: Still run tests around address
6003 0x0, even if address 0x0 is not readable. Update the pattern for
6004 matching address 0x0 in expected output.
6005
e0e5e971
AB
60062018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6007
6008 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6009 malloc/free.
6010
1ea5da02
TV
60112018-07-04 Tom de Vries <tdevries@suse.de>
6012
6013 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6014
471b9d15
MR
60152018-07-02 Maciej W. Rozycki <macro@mips.com>
6016
6017 PR tdep/8282
6018 * gdb.arch/mips-disassembler-options.exp: New test.
6019 * gdb.arch/mips-disassembler-options.s: New test source.
6020
75acb486
PA
60212018-06-29 Pedro Alves <palves@redhat.com>
6022
6023 * gdb.threads/names.exp: Adjust expected "info threads" output.
6024
cd2bb709
PA
60252018-06-29 Pedro Alves <palves@redhat.com>
6026
6027 * gdb.opt/inline-break.exp (line number, address): Add "info
6028 break" tests.
6029
991ff292
PA
60302018-06-29 Pedro Alves <palves@redhat.com>
6031
6032 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6033 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6034 number and address and running to them.
6035
356819b6 60362018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
6037
6038 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6039
2512d7ef
JK
60402018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6041
6042 * lib/compiler.c: Remove executable permission flag.
6043
be1b6474
RB
60442018-06-28 Richard Bunt <richard.bunt@arm.com>
6045
6046 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6047 code.
6048 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6049
291f9a96
PT
60502018-06-28 Petr Tesarik <ptesarik@suse.cz>
6051
6052 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6053
ed6dfe51
PT
60542018-06-28 Petr Tesarik <ptesarik@suse.cz>
6055
6056 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6057 address argument is omitted.
6058
d4d429d5
PT
60592018-06-28 Petr Tesarik <ptesarik@suse.cz>
6060
6061 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6062
7ab6656f
OJ
60632018-06-27 Omair Javaid <omair.javaid@linaro.org>
6064
6065 PR gdb/21695
6066 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6067 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6068
a33ccfc7
TT
60692018-06-26 Tom Tromey <tom@tromey.com>
6070
6071 PR rust/22574:
6072 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6073 * gdb.rust/simple.rs (struct SimpleLayout): New.
6074
6d72d289
SM
60752018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6076
6077 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6078 "info registers" output.
6079
8363f9d5
RB
60802018-06-21 Richard Bunt <richard.bunt@arm.com>
6081
6082 * gdb.base/watchpoint-hw-attach.c: New test.
6083 * gdb.base/watchpoint-hw-attach.exp: New file.
6084
f00674fe
SM
60852018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6086
6087 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6088 through /bin/sh.
6089 * boards/dwarf4-gdb-index.exp: Likewise.
6090 * boards/fission-dwp.exp: Likewise.
6091
1d554008
UW
60922018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6093
6094 * gdb.base/float128.exp: Add comment and improved fail message
6095 to the failure case of "print large128" test.
6096
d0ac1c44
SM
60972018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6098
6099 * configure.ac: Remove AC_PREREQ.
6100 * configure: Re-generate.
6101
61b04dd0
PA
61022018-06-19 Pedro Alves <palves@redhat.com>
6103
6104 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6105 (func_extern_caller): New.
6106 (main): Call func_extern_caller.
6107 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6108 logic change.
6109
f63b508a
SM
61102018-06-18 Weimin Pan <weimin.pan@oracle.com>
6111
6112 PR gdb/16841
6113 * gdb.cp/typedef-base.cc: New file.
6114 * gdb.cp/typedef-base.exp: New file.
6115
0fe3a558
TV
61162018-06-18 Tom de Vries <tdevries@suse.de>
6117
6118 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6119
7010835a
AB
61202018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6121 Richard Bunt <Richard.Bunt@arm.com>
6122
6123 * gdb.threads/attach-slow-waitpid.c: New file.
6124 * gdb.threads/attach-slow-waitpid.exp: New file.
6125 * gdb.threads/slow-waitpid.c: New file.
6126
14897d65
PA
61272018-06-14 Pedro Alves <palves@redhat.com>
6128
6129 * gdb.base/fork-running-state.c: Include <errno.h>.
6130 (exit_if_relative_exits): New.
6131 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6132 exits.
6133 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6134 child exits.
6135
5d9a0608
TV
61362018-06-14 Tom de Vries <tdevries@suse.de>
6137
6138 PR cli/22573
6139 * gdb.base/finish-pretty.c: New test.
6140 * gdb.base/finish-pretty.exp: New file.
6141
11ae5818
PA
61422018-06-14 Pedro Alves <palves@redhat.com>
6143
6144 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6145 gdb's expected startup output.
6146
1d39de44
PA
61472018-06-14 Pedro Alves <palves@redhat.com>
6148
6149 * lib/selftest-support.exp (selftest_setup): Remove inlined
6150 function handling.
6151
70ee0000
TV
61522018-06-14 Tom de Vries <tdevries@suse.de>
6153
6154 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6155 matching of breakpoint printing.
6156
11f4b608
TV
61572018-06-13 Tom de Vries <tdevries@suse.de>
6158
6159 PR testsuite/23269
6160 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6161 (fork_child): ... here, and ...
6162 (fork_parent): ... here.
6163
61642018-06-12 Tom de Vries <tdevries@suse.de>
6165
6166 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6167
9516f85a
AB
61682018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6169 Stephen Roberts <stephen.roberts@arm.com>
6170
6171 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6172 rewrite test to describe action performed, rather than possible
6173 failure.
6174
5045b3d7
GB
61752018-06-08 Gary Benson <gbenson@redhat.com>
6176
6177 * gdb.threads/check-libthread-db.exp: New file.
6178 * gdb.threads/check-libthread-db.c: Likewise.
6179
c61b06a1
TT
61802018-06-05 Tom Tromey <tom@tromey.com>
6181
6182 * gdb.base/default.exp: Update expected "show version" output.
6183
eb6af809
TT
61842018-06-05 Tom Tromey <tom@tromey.com>
6185
6186 PR cli/12326:
6187 * gdb.cp/static-print-quit.exp: Update.
6188 * lib/gdb.exp (pagination_prompt): Update.
6189 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6190 * gdb.python/python.exp: Update.
6191
178d6a63
JB
61922018-06-04 Joel Brobecker <brobecker@adacore.com>
6193
6194 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6195
8e817061
JB
61962018-06-01 Joel Brobecker <brobecker@adacore.com>
6197
6198 * gdb.ada/bp_fun_addr: New testcase.
6199
e86ca25f
TT
62002018-06-01 Tom Tromey <tom@tromey.com>
6201
6202 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6203 results.
6204 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6205 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6206 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6207 * gdb.base/maint.exp (maint_pass_if): Update.
6208
4b2dfa9d
MR
62092018-05-31 Maciej W. Rozycki <macro@mips.com>
6210
6211 * gdb.base/endian.exp: New test.
6212 * gdb.base/endian.c: New test source.
6213
45f25d6c
AB
62142018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6215
6216 PR gdb/23203
6217 * gdb.base/bt-selected-frame.c: New file.
6218 * gdb.base/bt-selected-frame.exp: New file.
6219 * lib/gdb.exp (get_current_frame_number): New function.
6220
d9f6d7f8
MR
62212018-05-24 Maciej W. Rozycki <macro@mips.com>
6222 Pedro Alves <palves@redhat.com>
6223
6224 * gdb.threads/tls-core.c: Include <stdlib.h>
6225 (thread_proc): Call `abort'.
6226 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6227 (tls_core_test): New procedure, bits factored out from ...
6228 (top level): ... here. Test both native cores and gcore cores.
6229
ff1cf532
TT
62302018-05-23 Tom Tromey <tom@tromey.com>
6231
6232 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6233
b98664d3
TT
62342018-05-23 Tom Tromey <tom@tromey.com>
6235
6236 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6237 symfile_complaints.
6238 (test_short_complaints): Likewise.
6239 (test_empty_complaints): Likewise.
6240 (test_initial_complaints): Update.
6241
4e9668d0
TT
62422018-05-23 Tom Tromey <tom@tromey.com>
6243
6244 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6245
43ba33c7
TT
62462018-05-23 Tom Tromey <tom@tromey.com>
6247
6248 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6249 (test_short_complaints): Update.
6250
035522c0
PA
62512018-05-22 Pedro Alves <palves@redhat.com>
6252
6253 * gdb.base/remote.exp: Only gdb_start after compiling the
6254 testcase. Issue "disconnect" before testing "set remote" command
6255 defaults. Issue clean_restart before running to main.
6256
cc0be08f
PA
62572018-05-22 Pedro Alves <palves@redhat.com>
6258
6259 * gdb.base/remote.exp: Adjust expected output of "show remote
6260 memory-write-packet-size". Add tests for "set remote
6261 memory-write-packet-size 0" and "set remote
6262 memory-write-packet-size fixed/limit".
6263
b1b60145
PA
62642018-05-22 Pedro Alves <palves@redhat.com>
6265
6266 PR gdb/22973
6267 * gdb.base/utf8-identifiers.c: New file.
6268 * gdb.base/utf8-identifiers.exp: New file.
6269
0ec848ad
PFC
62702018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6271
6272 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6273
2c3305f6
PFC
62742018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6275
6276 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6277
ce1e8424
TT
62782018-05-18 Tom Tromey <tom@tromey.com>
6279
6280 * gdb.base/ptype-offsets.exp: Update.
6281
ddfe970e
KS
62822018-05-17 Keith Seitz <keiths@redhat.com>
6283
6284 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6285 in expected breakpoint stop locations.
6286 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6287 move to proper scope to test variable values.
6288 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6289 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6290 New functions.
6291 (main): Call not_inline_func3.
6292 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6293 inline_func1, inline_func2, and inline_func3. Test that when each
6294 breakpoint is hit, GDB properly reports both the stop location
6295 and the backtrace. Repeat tests for temporary breakpoints.
6296
0726fcc6
MR
62972018-05-15 Maciej W. Rozycki <macro@mips.com>
6298
6299 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6300 rather then trying to access it in determining whether the PID
6301 of `gdbserver' could have been retrieved.
6302
8ee22052
AB
63032018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6304
6305 * gdb.arch/amd64-init-x87-values.S: New file.
6306 * gdb.arch/amd64-init-x87-values.exp: New file.
6307
7785df48
JK
63082018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6309
6310 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6311
56bcdbea
TT
63122018-05-04 Tom Tromey <tom@tromey.com>
6313
6314 PR python/22730:
6315 * gdb.python/python.exp: Test multi-line execute.
6316
a913fffb
TT
63172018-05-04 Tom Tromey <tom@tromey.com>
6318
6319 PR python/22731:
6320 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6321
7a2c85f2
TT
63222018-05-04 Tom Tromey <tom@tromey.com>
6323
6324 PR gdb/11750:
6325 * gdb.base/define.exp: Test defining a user command inside a user
6326 command.
6327 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6328
a3b60e45
JK
63292018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6330 Pedro Alves <palves@redhat.com>
6331
6332 PR breakpoints/19806 and support for PR external/20207.
6333 * gdb.base/watchpoint-unaligned.c: New file.
6334 * gdb.base/watchpoint-unaligned.exp: New file.
6335
45fe4a03
AB
63362018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6337
6338 * gdb.base/maint.exp: Make test names unique, use
6339 test_prefix_command_help to test 'help maint info', and remove
6340 repeated test of 'help maint'.
6341
9be2ae8f
TT
63422018-05-04 Tom Tromey <tom@tromey.com>
6343
6344 PR gdb/22619:
6345 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6346 behavior.
6347
11859c31
AB
63482018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6349
6350 * gdb.base/maint.exp: Process output from 'maint print registers'
6351 line at a time.
6352
089a9490
AB
63532018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6354
6355 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6356 timeout.
6357
9b0797e2
AB
63582018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6359
6360 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6361 filter pattern.
6362
f6ac5f3d
PA
63632018-05-02 Pedro Alves <palves@redhat.com>
6364
6365 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6366 to_log_command renames.
6367 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6368
77d3c63b
TT
63692018-05-02 Tom Tromey <tom@tromey.com>
6370
6371 * gdb.python/py-parameter.exp: Set test message.
6372
0489430a
TT
63732018-05-02 Tom Tromey <tom@tromey.com>
6374
6375 PR python/20084:
6376 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6377 PARAM_ZUINTEGER_UNLIMITED tests.
6378
1632f8ba
DR
63792018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6380
6381 PR rust/23124
6382 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6383 when casting.
6384
6d7bb824
TT
63852018-04-30 Tom Tromey <tom@tromey.com>
6386
6387 * gdb.python/py-type.exp: Check align attribute.
6388 * gdb.python/py-type.c: New "aligncheck" global.
6389
007e1530
TT
63902018-04-30 Tom Tromey <tom@tromey.com>
6391
6392 PR exp/17095:
6393 * gdb.dwarf2/dw2-align.exp: New file.
6394 * gdb.cp/align.exp: New file.
6395 * gdb.base/align.exp: New file.
6396 * lib/gdb.exp (gdb_int128_helper): New proc.
6397 (has_int128_c, has_int128_cxx): New caching procs.
6398
6873858b
TT
63992018-04-27 Tom Tromey <tom@tromey.com>
6400
6401 PR rust/22545:
6402 * gdb.rust/simple.exp: Add inclusive range tests.
6403
79188d8d
PA
64042018-04-26 Pedro Alves <palves@redhat.com>
6405
6406 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6407 ifunc breakpoint locations correctly of ifunc breakpoints set
6408 while the program resolves the ifunc.
6409
c7075ad5
PA
64102018-04-26 Pedro Alves <palves@redhat.com>
6411
6412 * gdb.base/gnu-ifunc-final.c: New file.
6413 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6414 * gdb.base/gnu-ifunc.exp (executable): Delete.
6415 (staticexecutable): Adjust.
6416 (lib_opts, exec_opts): Delete.
6417 (make_binsuffix, build, set-break): New procedures.
6418 (misc_tests): New, with tests factored out from the top level.
6419 (top level): Test different combinations of ifunc resolver name,
6420 resolver with and with debug info, and ifunc target with and
6421 without debug info. Wrap static tests with with_target_prefix.
6422
8388016d
PA
64232018-04-26 Pedro Alves <palves@redhat.com>
6424
6425 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6426 return type" warnings.
6427
249b5733
PA
64282018-04-25 Pedro Alves <palves@redhat.com>
6429
6430 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6431 killed".
6432 * gdb.base/kill-after-signal.exp: Likewise.
6433 * gdb.threads/kill.exp: Likewise.
6434
f67c0c91
SDJ
64352018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6436 Sergio Durigan Junior <sergiodj@redhat.com>
6437 Pedro Alves <palves@redhat.com>
6438
6439 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6440 regexps to expect for '[Inferior ... detached]' as well.
6441 * gdb.base/attach.exp: Likewise.
6442 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6443 "gdb_continue_to_end".
6444 (test_catch_syscall_with_wrong_args): Likewise.
6445 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6446 ']'. Don't set 'verbose' on.
6447 * gdb.base/foll-vfork.exp: Likewise.
6448 * gdb.base/fork-print-inferior-events.c: New file.
6449 * gdb.base/fork-print-inferior-events.exp: New file.
6450 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6451 '[Inferior ... has been killed]' message.
6452 * gdb.base/kill-after-signal.exp: Likewise.
6453 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6454 detach message.
6455 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6456 message.
6457 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6458 regexps to expect for '[Inferior ... detached]' as well.
6459 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6460
0a8ddac4
SM
64612018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6462
6463 PR gdb/23104
6464 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6465
701adfb0
PA
64662018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6467
6468 PR gdb/23095
6469 * gdb.base/break-probes.exp: Pass shlib_load to
6470 prepare_for_testing. Set normal_bp to r_debug_state if target is
6471 bsd.
6472
d27d16bf
RB
64732018-04-19 Richard Bunt <richard.bunt@arm.com>
6474
6475 * gdb.threads/multiple-successive-infcall.c: New test.
6476 * gdb.threads/multiple-successive-infcall.exp: New file.
6477
a037790e
TT
64782018-04-17 Tom Tromey <tom@tromey.com>
6479
6480 * gdb.rust/simple.rs (Union): New type.
6481 (main): New local "u".
6482 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6483
e3a91079
AA
64842018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6485
6486 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6487 number information in output of "whereis" command.
6488 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6489
b744723f
AA
64902018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6491
6492 * gdb.ada/info_types.exp: Adjust expected output to the line
6493 numbers now printed by "info var/func/type".
6494 * gdb.base/completion.exp: Likewise.
6495 * gdb.base/included.exp: Likewise.
6496 * gdb.cp/cp-relocate.exp: Likewise.
6497 * gdb.cp/cplusfuncs.exp: Likewise.
6498 * gdb.cp/namespace.exp: Likewise.
6499 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6500
4a4495d6
MM
65012018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6502
6503 * gdb.btrace/cpu.exp: New.
6504
1d509aa6
MM
65052018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6506
6507 * gdb.base/step-indirect-call-thunk.exp: New.
6508 * gdb.base/step-indirect-call-thunk.c: New.
6509 * gdb.reverse/step-indirect-call-thunk.exp: New.
6510 * gdb.reverse/step-indirect-call-thunk.c: New.
6511
6295b6da
SM
65122018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6513
6514 * gdb.base/pie-fork.c: New file.
6515 * gdb.base/pie-fork.exp: New file.
6516
50146e70
TT
65172018-04-11 Tom Tromey <tom@tromey.com>
6518
6519 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6520
f50d8a2e
PA
65212018-04-10 Pedro Alves <palves@redhat.com>
6522
6523 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6524 exits. Instead loop running forever.
6525 (fork_parent): Run forever too.
6526
a0be7a36
SM
65272018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6528
6529 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6530 mi_continue_to_line.
6531 * gdb.mi/mi-stack.c (callee4): Add comment.
6532
9b73db36
SM
65332018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6534
6535 * gdb.mi/mi-stack.exp: Fix indentation.
6536
c912f608
SM
65372018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6538
6539 PR gdb/22979
6540 * gdb.arch/amd64-osabi.exp: New file.
6541
26540402
SM
65422018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6543
6544 PR gdb/22980
6545 * gdb.base/osabi.exp: New file.
6546
121ad66c 65472018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
6548
6549 * gdb.cp/static-typedef-print.exp: New file.
6550 * gdb.cp/static-typedef-print.cc: New file.
6551
3fcded8f
JB
65522018-03-27 Joel Brobecker <brobecker@adacore.com>
6553
6554 * gdb.ada/varsize_limit: New testcase.
6555
59cc4834
JB
65562018-03-27 Joel Brobecker <brobecker@adacore.com>
6557
6558 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6559
6560 * gdb.ada/notcplusplus: New testcase.
6561
6562 * gdb.base/c-linkage-name.c: New file.
6563 * gdb.base/c-linkage-name.exp: New testcase.
6564
4ca59a9f
TT
65652018-03-26 Tom Tromey <tom@tromey.com>
6566
6567 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6568 * gdb.python/py-framefilter.py (name_error): New global.
6569 (ErrorInName.function): Use name_error.
6570
978d6c75
TT
65712018-03-26 Tom Tromey <tom@tromey.com>
6572
6573 PR backtrace/15582:
6574 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6575
b7fee5a3
KS
65762018-03-23 Keith Seitz <keiths@redhat.com>
6577
6578 PR c++/22968
6579 * gdb.cp/subtypes.exp: New file.
6580 * gdb.cp/subtypes.h: New file.
6581 * gdb.cp/subtypes.cc: New file.
6582 * gdb.cp/subtypes-2.cc: New file.
6583
376be529
AB
65842018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6585
6586 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6587 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6588 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6589 -nostartfiles when compiling the test. Confirm that all registers
6590 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6591
066cfa98
AB
65922018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6593
6594 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6595 option, syntax was wrong anyway.
6596 * gdb.arch/arm-disp-step.exp: Likewise.
6597 * gdb.arch/sparc64-regs.exp: Likewise.
6598 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6599 option, syntax was wrong anyway, switch to use
6600 prepare_for_testing.
6601 * gdb.arch/i386-disp-step.exp: Likewise.
6602
079670b9
AA
66032018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6604
6605 * gdb.ada/exec_changed.exp: Replace "target_info exists
6606 use_gdb_stub" by "use_gdb_stub".
6607 * gdb.ada/start.exp: Likewise.
6608 * gdb.base/async-shell.exp: Likewise.
6609 * gdb.base/attach-pie-misread.exp: Likewise.
6610 * gdb.base/attach-wait-input.exp: Likewise.
6611 * gdb.base/break-entry.exp: Likewise.
6612 * gdb.base/break-interp.exp: Likewise.
6613 * gdb.base/dprintf-detach.exp: Likewise.
6614 * gdb.base/nostdlib.exp: Likewise.
6615 * gdb.base/solib-nodir.exp: Likewise.
6616 * gdb.base/statistics.exp: Likewise.
6617 * gdb.base/testenv.exp: Likewise.
6618 * gdb.mi/mi-exec-run.exp: Likewise.
6619 * gdb.mi/mi-start.exp: Likewise.
6620 * gdb.multi/dummy-frame-restore.exp: Likewise.
6621 * gdb.multi/multi-arch-exec.exp: Likewise.
6622 * gdb.multi/multi-arch.exp: Likewise.
6623 * gdb.multi/tids.exp: Likewise.
6624 * gdb.multi/watchpoint-multi.exp: Likewise.
6625 * gdb.python/py-events.exp: Likewise.
6626 * gdb.threads/attach-into-signal.exp: Likewise.
6627 * gdb.threads/attach-stopped.exp: Likewise.
6628 * gdb.threads/threadapply.exp: Likewise.
6629 * lib/selftest-support.exp: Likewise.
6630
26d6cec4
AA
66312018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6632
6633 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6634
4ee89e90
SR
66352018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6636
6637 * gdb.perf/template-breakpoints.cc: New file.
6638 * gdb.perf/template-breakpoints.exp: New file.
6639 * gdb.perf/template-breakpoints.py: New file.
6640
92630041
TT
66412018-03-19 Tom Tromey <tom@tromey.com>
6642
6643 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6644 y0.
6645 * gdb.rust/simple.exp: Test bare identifier form of struct
6646 initializer.
6647
76727919
TT
66482018-03-19 Tom Tromey <tom@tromey.com>
6649
6650 * gdb.gdb/observer.exp: Remove.
6651
194ed413
AA
66522018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6653
6654 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6655 "qualified" option when setting breakpoints.
6656 * gdb.trace/backtrace.exp: Likewise.
6657 * gdb.trace/circ.exp: Likewise.
6658 * gdb.trace/collection.exp: Likewise.
6659 * gdb.trace/disconnected-tracing.exp: Likewise.
6660 * gdb.trace/ftrace-lock.exp: Likewise.
6661 * gdb.trace/ftrace.exp: Likewise.
6662 * gdb.trace/infotrace.exp: Likewise.
6663 * gdb.trace/packetlen.exp: Likewise.
6664 * gdb.trace/passc-dyn.exp: Likewise.
6665 * gdb.trace/qtro.exp: Likewise.
6666 * gdb.trace/read-memory.exp: Likewise.
6667 * gdb.trace/report.exp: Likewise.
6668 * gdb.trace/signal.exp: Likewise.
6669 * gdb.trace/status-stop.exp: Likewise.
6670 * gdb.trace/strace.exp: Likewise.
6671 * gdb.trace/tfind.exp: Likewise.
6672 * gdb.trace/trace-break.exp: Likewise.
6673 * gdb.trace/trace-condition.exp: Likewise.
6674 * gdb.trace/trace-mt.exp: Likewise.
6675 * gdb.trace/tstatus.exp: Likewise.
6676 * gdb.trace/tsv.exp: Likewise.
6677 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6678 * gdb.trace/unavailable.exp: Likewise.
6679 * gdb.trace/while-dyn.exp: Likewise.
6680
8b067d2c
AA
66812018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6682
6683 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6684 that libinproctrace is copied to the target.
6685
3ae9ce5d
TT
66862018-03-14 Tom Tromey <tom@tromey.com>
6687
6688 PR cli/14977:
6689 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6690 a null pointer.
6691 * gdb.base/wchar.exp: Likewise.
6692
b8c2339b
TT
66932018-03-14 Tom Tromey <tom@tromey.com>
6694
6695 PR cli/19918:
6696 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6697 flag.
6698
4872dc46
SM
66992018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6700
6701 PR gdb/22841
6702 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6703 "target" to remote_exec.
6704
e4fe3756
SM
67052018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6706
6707 PR gdb/22841
6708 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6709 ${board}_upload): Remove.
6710
e95a97d4
AA
67112018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6712
6713 * gdb.cp/watch-cp.cc: New test.
6714 * gdb.cp/watch-cp.exp: New file.
6715
dbbb1059
AB
67162018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6717
6718 * gdb.base/infcall-nested-structs.exp: New file.
6719 * gdb.base/infcall-nested-structs.c: New file.
6720 * gdb.base/float.exp: Add riscv support.
6721
ecc054c0
TP
67222018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6723
6724 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6725 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6726
25e3c82c
SDJ
67272018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6728
6729 * gdb.server/abspath.exp: New file.
6730 * lib/gdb.exp (with_cwd): New procedure.
6731
3083294d
SM
67322018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6733
6734 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6735 use it.
6736 (gdb_is_target_remote_prompt): New proc.
6737 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6738 (gdb_is_target_native): Pass prompt parameter to
6739 gdb_is_target_1.
6740
3275ef47
SM
67412018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6742
6743 * gdb.base/load-command.c: New file.
6744 * gdb.base/load-command.exp: New file.
6745 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6746 (gdb_is_target_1): ...this, and generalize for other targets
6747 than just remote.
6748 (gdb_is_target_remote): Use gdb_is_target_1.
6749 (gdb_is_target_native): use gdb_is_target_1.
6750
6893c19a
TT
67512018-02-26 Tom Tromey <tom@tromey.com>
6752
6753 PR python/16497:
6754 * gdb.python/py-framefilter.exp: Update test.
6755
2ddeaf8a
TT
67562018-02-26 Tom Tromey <tom@tromey.com>
6757
6758 * gdb.dwarf2/variant.c: New file.
6759 * gdb.dwarf2/variant.exp: New file.
6760
c9317f21
TT
67612018-02-26 Tom Tromey <tom@tromey.com>
6762
6763 * gdb.rust/simple.exp: Accept more possible results in enum test.
6764
6f6d0c26
SM
67652018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6766
6767 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6768 parentheses.
6769
11b03145
MR
67702018-02-23 Maciej W. Rozycki <macro@mips.com>
6771
6772 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6773 name of a variable: $actual_linejj -> $actual_line.
6774
54a27fe5
JB
67752018-02-21 John Baldwin <jhb@FreeBSD.org>
6776
6777 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6778
de65820c
MM
67792018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6780
6781 * gdb.btrace/buffer-size.exp: Do not force BTS.
6782
980548fd
PA
67832018-02-14 Pedro Alves <palves@redhat.com>
6784
6785 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6786 getting a "Quit".
6787
c4e12631
MM
67882018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6789
6790 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6791 Fix test name.
6792
c2e0e465
SM
67932018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6794
6795 * gdb.cp/m-static.exp: Check type of optimized out static
6796 member.
6797
f7216783
AB
67982018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6799
6800 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6801 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6802
0625771b
LS
68032018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6804 Leszek Swirski <leszeks@google.com>
6805
6806 * gdb.python/py-prettyprint.c
6807 (struct to_string_returns_value_inner,
6808 struct to_string_returns_value_wrapper): New.
6809 (main): Add tsrvw variable.
6810 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6811 ToStringReturnsValueWrapper): New classes.
6812 (register_pretty_printers): Register new pretty-printers.
6813 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6814 recursive pretty printer.
6815 * gdb.python/py-mi.exp: Likewise.
6816
59498c30
LS
68172018-02-01 Leszek Swirski <leszeks@google.com>
6818
6819 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6820 functions with the same name as an include file are parsed
6821 correctly.
6822
d4d38844
YQ
68232018-02-01 Yao Qi <yao.qi@linaro.org>
6824
6825 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6826 "\[^\r\n\]*".
6827
07e5f5cf
NP
68282018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6829
6830 * gdb.arch/powerpc-prologue-frame.s: New file.
6831 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6832 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6833
929b5ad4
JB
68342018-01-31 Joel Brobecker <brobecker@adacore.com>
6835
6836 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6837
e671cd59
PA
68382018-01-30 Pedro Alves <palves@redhat.com>
6839
6840 PR gdb/13211
6841 * gdb.base/interrupt-daemon.c: New.
6842 * gdb.base/interrupt-daemon.exp: New.
6843 * gdb.multi/multi-term-settings.c: New.
6844 * gdb.multi/multi-term-settings.exp: New.
6845
fc413dc4
JB
68462018-01-30 Joel Brobecker <brobecker@adacore.com>
6847
6848 * gdb.base/break.exp: Save the location where the breakpoint
6849 on break.c:47 was actually inserted when debugging the version
6850 compiled at -O2 and use it in the expected output of the "info
6851 break" test performed soon after.
6852
5c319bb2
PA
68532018-01-22 Pedro Alves <palves@redhat.com>
6854 Sergio Durigan Junior <sergiodj@redhat.com>
6855
6856 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6857 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6858
a9e40818
JB
68592018-01-22 Joel Brobecker <brobecker@adacore.com>
6860
6861 * gdb.base/break-include.c, gdb.base/break-include.inc,
6862 gdb.base/break-include.exp: New files.
6863 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6864 line number now being the actual line number where the breakpoint
6865 was inserted.
6866 * gdb.mi/mi-break.exp: Likewise.
6867 * gdb.mi/mi-reverse.exp: Likewise.
6868 * gdb.mi/mi-simplerun.exp: Ditto.
6869
e707fc44
AB
68702018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6871
6872 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6873 varobj.
6874 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6875
ae451627
AB
68762018-01-21 Don Breazeal <donb@codesourcery.com>
6877 Andrew Burgess <andrew.burgess@embecosm.com>
6878
6879 * gdb.mi/basics.c: Add new global.
6880 * gdb.mi/mi-frame-regs.exp: New file.
6881 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6882 case.
6883
b1b189e0
AB
68842018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6885
6886 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6887 non-parameter, and on an unknown symbol.
6888
fcfcc376
TT
68892018-01-19 Tom Tromey <tom@tromey.com>
6890
6891 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6892 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6893
634c1c31
AA
68942018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6895
6896 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6897 setrlimit and chdir to int.
6898
d6ad07fd
AA
68992018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6900
6901 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6902 function.
6903 (my_tend): Likewise.
6904 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6905 rationale of avoiding FP- and vector instructions.
6906
adf8243b
RK
69072018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6908
6909 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6910 "info reg" with "\[ \t\]*".
6911 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6912 "\[ \t\]+".
6913 * gdb.arch/s390-multiarch.exp: Ditto.
6914 * gdb.base/pc-fp.exp: Ditto.
6915 * gdb.reverse/i386-precsave.exp: Ditto.
6916 * gdb.reverse/i386-reverse.exp: Ditto.
6917 * gdb.reverse/i387-env-reverse.exp: Ditto.
6918 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6919
dcc06925
AA
69202018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6921
6922 * lib/gdb.exp (gdb_compile): Re-enable use of
6923 universal_compile_options for languages other than Rust.
6924
25d4fd80
AA
69252018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6926
6927 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6928
ee7f689e 69292018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
6930
6931 PR gdb/16577
6932 * gdb.base/solib-vanish.exp: New.
6933 * gdb.base/solib-vanish-main.c: New.
6934 * gdb.base/solib-vanish-lib1.c: New.
6935 * gdb.base/solib-vanish-lib2.c: New.
6936
d8447b6b
YQ
69372018-01-17 Yao Qi <yao.qi@linaro.org>
6938
6939 * gdb.compile/compile.exp: Match the address printed for
6940 frame in the output of command "bt".
6941
86d6a90c
TT
69422018-01-15 Tom Tromey <tom@tromey.com>
6943
6944 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6945 compute sp_reg.
6946
cbcdb1aa
AB
69472018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6948
6949 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6950 to prepare.
6951 (prepare): Return 0 on error, 1 on success.
6952
eea61984
PA
69532018-01-12 Pedro Alves <palves@redhat.com>
6954
6955 * gdb.base/continue-after-aborted-step-over.c: New.
6956 * gdb.base/continue-after-aborted-step-over.exp: New.
6957
6181e9c2
SM
69582018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6959
6960 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6961 options when not creating an executable.
6962
3cada740
PA
69632018-01-11 Pedro Alves <palves@redhat.com>
6964
6965 PR remote/22597
6966 * gdb.server/stop-reply-no-thread.c: New file.
6967 * gdb.server/stop-reply-no-thread.exp: New file.
6968
c63d3e8d
PA
69692018-01-10 Pedro Alves <palves@redhat.com>
6970
6971 PR gdb/22670
6972 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6973 functions too. Test setting breakpoints and printing C functions
6974 with no debug info too.
6975 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6976
d4c2a405
PA
69772018-01-10 Pedro Alves <palves@redhat.com>
6978
6979 PR gdb/22670
6980 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6981 a fail.
6982
8825213e
PA
69832018-01-10 Pedro Alves <palves@redhat.com>
6984
6985 PR gdb/22670
6986 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6987
605fd3c6
YQ
69882018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6989
6990 * gdb.server/unittest.exp: Match the output in non-development
6991 mode.
6992
1e5ded6c
YQ
69932018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6994
6995 * gdb.gdb/unittest.exp: Match output in non-development mode.
6996
30066b0b
JB
69972018-01-08 Joel Brobecker <brobecker@adacore.com>
6998
6999 * gdb.ada/access_tagged_param.exp: Relax expected output
7000 for value of "ObjL" in "continue" to pck.inspect breakpoint
7001 test.
7002
04bafb1e
XR
70032018-01-08 Joel Brobecker <brobecker@adacore.com>
7004
9f86398b
JB
7005 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7006 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 7007
e379cee6
PA
70082018-01-05 Pedro Alves <palves@redhat.com>
7009
7010 PR gdb/18653
7011 * gdb.base/libsegfault.exp: New.
7012
de63c46b
PA
70132018-01-05 Joel Brobecker <brobecker@adacore.com>
7014
7015 PR gdb/22670
7016 * gdb.ada/access_tagged_param.exp: New file.
7017 * gdb.ada/access_tagged_param/foo.adb: New file.
7018
f98fc17b
PA
70192018-01-05 Pedro Alves <palves@redhat.com>
7020
7021 PR gdb/22670
7022 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7023 exercise lower case too, and to exercise both full matching and
7024 wild matching.
7025
342f8240
JB
70262018-01-05 Joel Brobecker <brobecker@adacore.com>
7027
7028 * gdb.ada/rename_subscript_param: New testcase.
7029
7150d33c
JG
70302018-01-05 Jerome Guitton <guitton@adacore.com>
7031
7032 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7033
cc0e770c
JB
70342018-01-05 Joel Brobecker <brobecker@adacore.com>
7035
7036 * gdb.ada/convvar_comp: New testcase.
7037
672a41aa 70382018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
7039
7040 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7041 (My_Table): New global variable.
7042 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7043
7365ec2f
JB
70442018-01-04 Joel Brobecker <brobecker@adacore.com>
7045
7046 PR gdb/22670
7047 * gdb.ada/maint_with_ada: New testcase.
7048
289483b6
JB
70492018-01-04 Joel Brobecker <brobecker@adacore.com>
7050
7051 PR gdb/22670
7052 * gdb.ada/bp_c_mixed_case: New testcase.
7053
344420da
JB
70542018-01-04 Joel Brobecker <brobecker@adacore.com>
7055
7056 PR gdb/22670
7057 * gdb.ada/complete.exp: Add "complete break ada" test.
7058
66fc87a0
JB
70592018-01-04 Joel Brobecker <brobecker@adacore.com>
7060
7061 PR gdb/22670
7062 * gdb.ada/info_addr_mixed_case: New testcase.
7063
9f757bf7
XR
70642018-01-03 Xavier Roirand <roirand@adacore.com>
7065
7066 * gdb.ada/excep_handle.exp: New testcase.
7067 * gdb.ada/excep_handle/foo.adb: New file.
7068 * gdb.ada/excep_handle/pck.ads: New file.
7069
bd570f80
JB
70702018-01-03 Joel Brobecker <brobecker@adacore.com>
7071
7072 * gdb.base/step-line.c: Add extra empty line in copyright header.
7073 * gdb.base/step-line.inp: Likewise.
7074
9fe561ab
JB
70752018-01-02 Joel Brobecker <brobecker@adacore.com>
7076
7077 * gdb.ada/dyn_stride.exp: Add slice test.
7078
a405673c
JB
70792018-01-02 Joel Brobecker <brobecker@adacore.com>
7080
7081 * gdb.ada/dyn_stride: New testcase.
7082
cef0f868
SH
70832017-12-27 Stafford Horne <shorne@gmail.com>
7084
7085 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7086 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7087
b67d92b0
SH
70882017-12-27 Stafford Horne <shorne@gmail.com>
7089
7090 * gdb.base/reggroups.c: New file.
7091 * gdb.base/reggroups.exp: New file.
7092
eccab96d
JB
70932017-12-18 Joel Brobecker <brobecker@adacore.com>
7094
7095 * gdb.dwarf2/ada-valprint-error.c: New file.
7096 * gdb.dwarf2/ada-valprint-error.exp: New file.
7097
0e2da9f0
JB
70982017-12-18 Joel Brobecker <brobecker@adacore.com>
7099
7100 * gdb.ada/assign_arr: New testcase.
7101
cb923fcc
XR
71022017-12-18 Xavier Roirand <roirand@adacore.com>
7103
7104 * gdb.ada/funcall_ptr: New testcase.
7105
7c161838
SDJ
71062017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7107
7108 PR cli/16224
7109 * gdb.base/ptype-offsets.cc: New file.
7110 * gdb.base/ptype-offsets.exp: New file.
7111
1af17fd9
YQ
71122017-12-15 Yao Qi <yao.qi@linaro.org>
7113
7114 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7115 if XML is disabled.
7116
828d5846
XR
71172017-12-15 Xavier Roirand <roirand@adacore.com>
7118
7119 * gdb.ada/same_component_name: New testcase.
7120
79e8fcaa
JB
71212017-12-14 Joel Brobecker <brobecker@adacore.com>
7122
7123 * gdb.ada/str_binop_equal: New testcase.
7124
e05fa6f9
JB
71252017-12-14 Joel Brobecker <brobecker@adacore.com>
7126
7127 * gdb.ada/task_switch_in_core: New testcase.
7128
b89641ba
SM
71292017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7130
7131 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7132 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7133 call test_bkpt_qualified.
7134 (test_bkpt_qualified): New proc.
7135
6892d2e4
PA
71362017-12-13 Pedro Alves <palves@redhat.com>
7137
7138 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7139 Tighten regexp by matching with an anchor.
7140
a22ecf70
PA
71412017-12-13 Pedro Alves <palves@redhat.com>
7142
7143 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7144 ("expression with namespace"): New set of tests.
7145 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7146 (Nested::Test_NS::qux): New.
7147 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7148 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7149
9937536c
JB
71502017-12-13 Joel Brobecker <brobecker@adacore.com>
7151
7152 * gdb.base/server-del-break.c: New file.
7153 * gdb.base/server-del-break.exp: New file.
7154
fe49c6f5
SH
71552017-12-12 Stafford Horne <shorne@gmail.com>
7156
7157 * gdb.xml/tdesc-regs.exp: Add or1k support.
7158
c3d18620
SH
71592017-12-12 Stafford Horne <shorne@gmail.com>
7160
7161 * gdb.base/bp-permanent.c: Define nop of or1k.
7162
c5f9cfc8
JB
71632017-12-11 Joel Brobecker <brobecker@adacore.com>
7164
7165 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7166 output with components being reordered.
7167
a9c135fc
JB
71682017-12-11 Joel Brobecker <brobecker@adacore.com>
7169
7170 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7171 output with components being reordered.
7172
927aa2e7
JK
71732017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7174 Pedro Alves <palves@redhat.com>
7175
7176 * gdb.base/maint.exp (check for .gdb_index): Check also for
7177 .debug_names.
7178 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7179 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7180 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7181 (.gdb_index used after symbol reloading): Support also .debug_names.
7182 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7183
f17d9474
YQ
71842017-12-08 Yao Qi <yao.qi@linaro.org>
7185
7186 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7187 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7188
a0de8c21
YQ
71892017-12-08 Yao Qi <yao.qi@linaro.org>
7190
7191 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7192 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7193
a738ea1d
YQ
71942017-12-08 Yao Qi <yao.qi@linaro.org>
7195
7196 * gdb.arch/aarch64-tagged-pointer.c: New file.
7197 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7198
1cd9a73b
SDJ
71992017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7200
7201 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7202 "int".
7203
fa6eb693
KS
72042017-12-07 Keith Seitz <keiths@redhat.com>
7205
7206 PR breakpoints/22569
7207 * gdb.linespec/ls-errs.exp: Change expected result of "break
7208 -source this file has spaces.c -line 3".
7209 Check that an explicit source file followed by whitespace is
7210 identified as an invalid explicit location.
7211
883fd55a
KS
72122017-12-07 Keith Seitz <keiths@redhat.com>
7213
7214 * gdb.cp/nested-types.cc: New file.
7215 * gdb.cp/nested-types.exp: New file.
7216 * lib/cp-support.exp: Load data-structures.exp library.
7217 (debug_cp_test_ptype_class): New global.
7218 (cp_ptype_class_verbose, next_line): New procedures.
7219 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7220 Add and document new return value.
7221 Switch the list of lines to a queue.
7222 Add support for new `type' key for nested type definitions.
7223 Add debugging/troubleshooting messages.
7224 * lib/data-structures.exp: New file.
7225
ec72db3e
SM
72262017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7227
7228 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7229 with proc_with_prefix, don't use with_test_prefix.
7230
99598d71
TT
72312017-12-07 Tom Tromey <tom@tromey.com>
7232
7233 * gdb.base/break.exp: Add test for empty "commands".
7234
a8806230
YQ
72352017-12-07 Yao Qi <yao.qi@linaro.org>
7236
7237 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7238 malloc and catch syscall.
7239
824cc835
PM
72402017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7241
e79be6e5 7242 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
7243 tests for explicit locations.
7244
7cc244de
PA
72452017-12-06 Pedro Alves <palves@redhat.com>
7246
7247 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7248 force-disabling XML descriptions.
7249
50a1fdd5
PA
72502017-12-04 Pedro Alves <palves@redhat.com>
7251
7252 PR gdb/22499
7253 * gdb.arch/amd64-disp-step-avx.S: New file.
7254 * gdb.arch/amd64-disp-step-avx.exp: New file.
7255
f0fb2488
PA
72562017-12-03 Pedro Alves <palves@redhat.com>
7257
7258 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7259 and <string.h>.
7260 (parent_function): Print distinct messages when waitpid fails, or
7261 the child exits with a signal, or the child exits for an unhandled
7262 reason.
7263 * gdb.threads/process-dies-while-detaching.exp
7264 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7265 it. Wait for both inferior output and GDB's prompt. Use an
7266 indirect spawn id list.
7267 (do_detach): New parameter 'child_exit'. Use it to compute
7268 expected inferior output.
7269 (test_detach, test_detach_watch, test_detach_killed_outside):
7270 Adjust to pass down the expected child exit kind.
7271
97cbe998
SDJ
72722017-12-01 Joel Brobecker <brobecker@adacore.com>
7273 Sergio Durigan Junior <sergiodj@redhat.com>
7274 Pedro Alves <palves@redhat.com>
7275
7276 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7277
40fc416f
SDJ
72782017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7279
7280 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7281 to 'symbol-file' and 'add-symbol-file' can be
7282 position-independent.
7283
1cc75e92
YQ
72842017-12-01 Yao Qi <yao.qi@linaro.org>
7285
7286 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7287 the URL in copyright header.
7288 * gdb.arch/aarch64-fp.exp: Likewise.
7289 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7290 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7291 * gdb.base/expand-psymtabs.exp: Likewise.
7292 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7293 * gdb.fortran/common-block.exp: Likewise.
7294 * gdb.fortran/common-block.f90: Likewise.
7295 * gdb.fortran/logical.exp: Likewise.
7296 * gdb.fortran/vla-datatypes.f90: Likewise.
7297 * gdb.fortran/vla-sub.f90: Likewise.
7298
875fb7a7
JB
72992017-11-30 Joel Brobecker <brobecker@adacore.com>
7300
7301 * gdb.ada/repeat_dyn: New testcase.
7302
6f14765f
UW
73032017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7304
7305 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7306 Update for changed thread numbering.
7307 * gdb.cell/bt.exp: Update for changed GDB output.
7308
f1af7b94
SM
73092017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7310
7311 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7312 setting isremote by hand.
7313 * boards/dwarf4-gdb-index.exp: Likewise.
7314 * boards/fission.exp: Likewise.
7315 * boards/stabs.exp: Likewise.
7316
e3919f3e
PA
73172017-11-30 Pedro Alves <palves@redhat.com>
7318
7319 * gdb.linespec/cpls-ops.exp
7320 (check_explicit_skips_function_argument): Extract the underlying
7321 type of size_t instead of hardcoding it.
7322
bd69330d
PA
73232017-11-29 Pedro Alves <palves@redhat.com>
7324
7325 PR c++/19436
7326 * gdb.linespec/cpls-abi-tag.cc: New file.
7327 * gdb.linespec/cpls-abi-tag.exp: New file.
7328
a20714ff
PA
73292017-11-29 Pedro Alves <palves@redhat.com>
7330
7331 * gdb.base/langs.exp: Use -qualified.
7332 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7333 it.
7334 * gdb.cp/namespace.exp: Use -qualified.
7335 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7336 (overload-3, template-overload, template-ret-type, const-overload)
7337 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7338 procedures.
7339 (test_driver): Call them.
7340 * gdb.cp/save-bp-qualified.cc: New.
7341 * gdb.cp/save-bp-qualified.exp: New.
7342 * gdb.linespec/explicit.exp: Test -qualified.
7343 * lib/completion-support.exp (completion::explicit_opts_list): Add
7344 "-qualified".
7345 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7346
f6f1d339
PM
73472017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7348
7349 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7350
02ca603a
TT
73512017-11-29 Tom Tromey <tom@tromey.com>
7352
7353 * gdb.base/relocate.exp: Update invalid argument test.
7354 Add new tests for invalid arguments.
7355
ed6c0bfb
TP
73562017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7357
7358 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7359 Return 0 as a long.
7360 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7361
f106e10e
TP
73622017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7363
7364 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7365 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7366 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7367 func ().
7368 * gdb.cp/shadow.cc (B.func): Return 0.
7369
10329bb2
JB
73702017-11-27 Joel Brobecker <brobecker@adacore.com>
7371
7372 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7373 expected output in gdb_expect call to allow the exception
7374 message to be present as well. Fix syntax confusion to avoid
7375 TCL thinking that exception_name is an array.
7376
617cd4bc
UW
73772017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7378
7379 * gdb.arch/spu-info.c: Include <unistd.h>.
7380 (do_signal_test): Fix broken calls to write.
7381 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7382 Fix checks for empty mailboxes. Update signal tests for corrected
7383 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
7384 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7385 * gdb.cell/arch.exp: Use standard_output_file.
7386 * gdb.cell/break.exp: Likewise.
7387 * gdb.cell/bt.exp: Likewise.
7388 * gdb.cell/core.exp: Likewise.
7389 * gdb.cell/dwarfaddr.exp: Likewise.
7390 * gdb.cell/ea-cache.exp: Likewise.
7391 * gdb.cell/ea-standalone.exp: Likewise.
7392 * gdb.cell/f-regs.exp: Likewise.
7393 * gdb.cell/fork.exp: Likewise.
7394 * gdb.cell/gcore.exp: Likewise.
7395 * gdb.cell/mem-access.exp: Likewise.
7396 * gdb.cell/ptype.exp: Likewise.
7397 * gdb.cell/registers.exp: Likewise.
7398 * gdb.cell/sizeof.exp: Likewise.
7399 * gdb.cell/solib-symbol.exp: Likewise.
7400 * gdb.cell/solib.exp: Likewise.
617cd4bc 7401
a81aaca0
PA
74022017-11-25 Pedro Alves <palves@redhat.com>
7403
7404 * gdb.base/complete-empty.exp: New file.
7405 * gdb.base/completion.exp: Adjust.
7406
6a3c6ee4
PA
74072017-11-25 Pedro Alves <palves@redhat.com>
7408
7409 * gdb.linespec/cpls-ops.cc: New file.
7410 * gdb.linespec/cpls-ops.exp: New file.
7411 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7412 factored out from ...
7413 (test_complete_prefix_range): ... this.
7414
8955eb2d
PA
74152017-11-24 Pedro Alves <palves@redhat.com>
7416
7417 * gdb.linespec/cpcompletion.exp: New file.
7418 * gdb.linespec/cpls-hyphen.cc: New file.
7419 * gdb.linespec/cpls.cc: New file.
7420 * gdb.linespec/cpls2.cc: New file.
7421 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7422 test to use test_gdb_complete_unique. Add label completion,
7423 keyword completion and explicit location completion tests.
7424 * lib/completion-support.exp: New file.
7425
e547c119
JB
74262017-11-24 Joel Brobecker <brobecker@adacore.com>
7427
7428 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7429 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7430 when hitting an exception catchpoint.
7431
7c3c1aa8
YQ
74322017-11-22 Yao Qi <yao.qi@linaro.org>
7433
7434 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7435
41bd68f5
SM
74362017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7437
7438 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7439 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7440 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7441
1daad298
YQ
74422017-11-22 Yao Qi <yao.qi@linaro.org>
7443
7444 * gdb.base/info-os.exp: Pass pthreads.
7445 * gdb.multi/multi-attach.exp: Likewise.
7446
88465e87
YQ
74472017-11-22 Yao Qi <yao.qi@linaro.org>
7448
7449 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7450 compiler.
7451
dc196b23
YQ
74522017-11-22 Yao Qi <yao.qi@linaro.org>
7453
7454 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7455 * gdb.base/break-interp.exp: Likewise.
7456 * gdb.base/jit-attach-pie.exp: Likewise.
7457
2400729e
UW
74582017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7459
7460 * gdb.base/float128.c (large128): New variable.
7461 * gdb.base/float128.exp: Add test to print largest __float128 value.
7462
7a26362d
UW
74632017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7464
7465 * gdb.arch/vsx-regs.exp: Update register content checks.
7466
ed0f4273
UW
74672017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7468
7469 * gdb.arch/ppc-longdouble.exp: New file.
7470 * gdb.arch/ppc-longdouble.c: Likewise.
7471
a25d69c6
PA
74722017-11-21 Pedro Alves <palves@redhat.com>
7473
7474 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7475
73fcf641
PA
74762017-11-20 Pedro Alves <palves@redhat.com>
7477
7478 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7479 (long_double_typedef): New typedefs.
7480 Use DEF on double and long double.
7481 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7482 cases.
7483 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7484 and 'long_double_ptr_same_size' locals. Use them to decide
7485 whether cast from array/function to float is valid/invalid.
7486
71a3c369
TT
74872017-11-17 Tom Tromey <tom@tromey.com>
7488
7489 * gdb.rust/traits.rs: New file.
7490 * gdb.rust/traits.exp: New file.
7491
ced9779b
JB
74922017-11-17 Joel Brobecker <brobecker@adacore.com>
7493
7494 * gdb.ada/minsyms: New testcase.
7495
a0922d80
PA
74962017-11-16 Pedro Alves <palves@redhat.com>
7497
7498 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7499 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7500
ea04e54c
PA
75012017-11-16 Pedro Alves <palves@redhat.com>
7502
7503 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7504 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7505
e849ea89
PA
75062017-11-16 Pedro Alves <palves@redhat.com>
7507
7508 * gdb.server/reconnect-ctrl-c.c: New file.
7509 * gdb.server/reconnect-ctrl-c.exp: New file.
7510
d8ae99a7
PM
75112017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7512
7513 * gdb.python/py-rbreak.exp: New file.
7514 * gdb.python/py-rbreak.c: New file.
7515 * gdb.python/py-rbreak-func2.c: New file.
7516
968a13f8
PA
75172017-11-16 Pedro Alves <palves@redhat.com>
7518
7519 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7520 pattern.
7521 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7522 GDB.
7523
71774bc9
SM
75242017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7525
7526 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7527 regex.
7528
ddbb44cf
SM
75292017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7530
7531 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7532 test names.
7533
584a564f
PA
75342017-11-09 Pedro Alves <palves@redhat.com>
7535
7536 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7537 factored out from ...
7538 (top level): ... here, and adjusted to avoid expecting beyond the
7539 prompt in a single gdb_test_multiple.
7540
5ed7a928
PA
75412017-11-09 Pedro Alves <palves@redhat.com>
7542
7543 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7544 output.
7545 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7546 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7547 * gdb.server/ext-run.exp ("kill" test): Likewise.
7548 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7549
a60e0738
PA
75502017-11-09 Pedro Alves <palves@redhat.com>
7551
7552 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7553 match till end of line.
7554
2c88253f
PA
75552017-11-09 Pedro Alves <palves@redhat.com>
7556
7557 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7558
c7a38517
PA
75592017-11-09 Pedro Alves <palves@redhat.com>
7560
7561 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7562 New procedures, factored out from ...
7563 (top level): ... here, and adjusted to avoid expecting beyond the
7564 prompt in one go.
7565
f29f4b6b
PA
75662017-11-09 Pedro Alves <palves@redhat.com>
7567
7568 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7569 output. Fix '?' match.
7570
286acbb5
JB
75712017-11-08 Joel Brobecker <brobecker@adacore.com>
7572
7573 * gdb.ada/scoped_watch: New testcase.
7574 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7575 which is actually correct.
7576 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7577 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7578
62d7ae92
PA
75792017-11-08 Pedro Alves <palves@redhat.com>
7580
7581 * gdb.gdb/complaints.exp (test_initial_complaints)
7582 (test_serial_complaints, test_short_complaints): Call
7583 complaint_internal instead of complaint.
7584
280ca31f
DT
75852017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7586
7587 * gdb.threads/tls-core.c: New file.
7588 * gdb.threads/tls-core.exp: Likewise.
7589
b5ec771e
PA
75902017-11-08 Pedro Alves <palves@redhat.com>
7591
7592 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7593 (p Exported_Capitalized): New test.
7594 (p exported_capitalized): New test.
7595
a02b41a7
PA
75962017-11-07 Pedro Alves <palves@redhat.com>
7597
7598 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7599
95e95a6d
PA
76002017-11-07 Pedro Alves <palves@redhat.com>
7601
7602 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7603 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7604 (disable_invalid, disable_inverted, disable_negative): New
7605 procedures.
7606 ("bad numbers"): New set of tests.
7607
cee62dbd
PA
76082017-11-07 Pedro Alves <palves@redhat.com>
7609
7610 * gdb.cp/ena-dis-br-range.exp: Add tests.
7611
cc638e86
PA
76122017-11-07 Pedro Alves <palves@redhat.com>
7613
7614 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7615
d0fe4701
XR
76162017-11-07 Xavier Roirand <roirand@adacore.com>
7617 Pedro Alves <palves@redhat.com>
7618
7619 * gdb.base/ena-dis-br.exp: Add reference to
7620 gdb.cp/ena-dis-br-range.exp.
7621 * gdb.cp/ena-dis-br-range.exp: New file.
7622 * gdb.cp/ena-dis-br-range.cc: New file.
7623
46f67f80
PA
76242017-11-06 Pedro Alves <palves@redhat.com>
7625
7626 * gdb.base/attach-non-pgrp-leader.c: New.
7627 * gdb.base/attach-non-pgrp-leader.exp: New.
7628
726e1356
PA
76292017-11-06 Pedro Alves <palves@redhat.com>
7630
7631 * configure.ac: No longer check for termio.h and sgtty.h.
7632 * configure: Regenerate.
7633 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7634 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7635 Remove termio and sgtty code.
7636
50ab6ace
YQ
76372017-11-03 Yao Qi <yao.qi@linaro.org>
7638
7639 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7640 in GDB is disabled.
7641
8e68731c
YQ
76422017-11-03 Yao Qi <yao.qi@linaro.org>
7643
7644 * gdb.python/py-thrhandle.exp: Skip it if python is not
7645 enabled.
7646
3a87ae65
SM
76472017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7648
7649 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7650 as a breakpoint command.
7651
484d8d36
MD
76522017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7653
7654 PR python/21213
7655 * gdb.python/py-infthread.exp: Test calling
7656 InferiorThread.inferior () multiple times in a row.
7657
4a27f119
KS
76582017-10-27 Keith Seitz <keiths@redhat.com>
7659
7660 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7661 Test "info break" for every inlined function breakpoint.
7662
bb11dd58
YQ
76632017-10-27 Yao Qi <yao.qi@linaro.org>
7664
7665 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7666
a43f3893
PF
76672017-10-26 Patrick Frants <osscontribute@gmail.com>
7668
7669 * gdb.cp/classes.exp (test_static_members): Test printing
7670 Outer::instance.
7671 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7672 (Inner::instance, Outer::instance): New.
7673
792ccf00
PA
76742017-10-24 Pedro Alves <palves@redhat.com>
7675
7676 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7677 extra console" test in two stages.
7678
eb2bfbad
PA
76792017-10-24 Pedro Alves <palves@redhat.com>
7680
7681 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7682
1f75a651
PA
76832017-10-24 Pedro Alves <palves@redhat.com>
7684
7685 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7686 loop.
7687
779990d9
PA
76882017-10-24 Pedro Alves <palves@redhat.com>
7689
7690 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7691 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7692
ad9b8f5d
PA
76932017-10-24 Pedro Alves <palves@redhat.com>
7694
7695 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7696 parameter and handle it. Don't output read value in test name.
7697
fee6da6e
PA
76982017-10-24 Pedro Alves <palves@redhat.com>
7699
7700 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7701 custom test name.
7702
10389c2c
PA
77032017-10-24 Pedro Alves <palves@redhat.com>
7704
7705 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7706 include the unstable output directory name in the test's name.
7707 (initial_setup_simple) <'set args'>: Use custom test name.
7708
a80e65a9
PA
77092017-10-24 Pedro Alves <palves@redhat.com>
7710
7711 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7712 with explicit test name.
7713
15763a09
PA
77142017-10-20 Pedro Alves <palves@redhat.com>
7715
7716 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7717 'wait -i'. Use gdb_assert and remote_close.
7718
49a4ce2e
AB
77192017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7720
7721 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7722 number from variable rather than hard-coded.
7723
a75868f5
PA
77242017-10-19 Pedro Alves <palves@redhat.com>
7725
7726 * gdb.base/long-inferior-output.c: New file.
7727 * gdb.base/long-inferior-output.exp: New file.
7728
c8ba13ad
KS
77292017-11-18 Keith Seitz <keiths@redhat.com>
7730
7731 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7732 method.
7733 (main): Call it.
7734 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7735 Add additional user-defined conversion operator tests.
7736
b27de576
PA
77372017-10-17 Pedro Alves <palves@redhat.com>
7738
7739 * boards/native-stdio-gdbserver.exp: Load "local-board".
7740
8484c955
PA
77412017-10-17 Pedro Alves <palves@redhat.com>
7742
7743 * gdb.base/quit-live.c: New file.
7744 * gdb.base/quit-live.exp: New file.
7745
83d5a34d
KS
77462017-10-16 Keith Seitz <keiths@redhat.com>
7747
7748 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7749 (class_with_protected_typedef, class_with_private_typedef)
7750 (struct_with_public_typedef, struct_with_protected_typedef)
7751 (struct_with_private_typedef): New classes/structs.
7752 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7753 typedefs and access specifiers.
7754
739b3f1d
PA
77552017-10-16 Pedro Alves <palves@redhat.com>
7756 Simon Marchi <simon.marchi@polymtl.ca>
7757
7758 * README (Local vs Remote vs Native): New section.
7759 * boards/local-board.exp: New file, with bits factored out from
7760 ...
7761 * boards/native-extended-gdbserver.exp: ... here. Load
7762 "local-board".
7763 * boards/native-gdbserver.exp: Load "local-board".
7764 (${board}_spawn, ${board}_exec): Delete.
7765 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7766 ...
7767 * boards/stdio-gdbserver-base.exp: ... this new file.
7768 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7769 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7770 procedure.
7771 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7772 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7773 stdio_gdbserver_command.
7774 (${board}_get_remote_address, ${board}_get_comm_port)
7775 (${board}_download, ${board}_upload): Delete.
7776 (get_target_remote_pipe_cmd): New.
7777
fe68b953
SM
77782017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7779
7780 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7781 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7782 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7783 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7784 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7785 remove with_test_prefix.
7786
300b6685
PA
77872017-10-13 Pedro Alves <palves@redhat.com>
7788
7789 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7790 * gdb.base/annota1.exp: Use it instead of is_remote.
7791 * gdb.base/annota3.exp: Use it instead of is_remote.
7792 * gdb.cp/annota2.exp: Use it instead of is_remote.
7793 * gdb.cp/annota3.exp: Use it instead of is_remote.
7794 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7795
50500caf
PA
77962017-10-13 Pedro Alves <palves@redhat.com>
7797
7798 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7799 (test_num_test_vars, run_and_count_vars, find_env)
7800 (test_set_unset_env, test_inherit_env_var): New procedures.
7801 (top level): Use them.
7802
dad0c6d2
PA
78032017-10-13 Pedro Alves <palves@redhat.com>
7804
7805 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7806 also skip on stub-like targets.
7807
8b0553c1
PA
78082017-10-13 Pedro Alves <palves@redhat.com>
7809
7810 PR gdb/22293
7811 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7812 (top level): Move some tests to ...
7813 (test_not_found): ... this new procedure.
7814 (top level): Call it.
7815
7594f623
PA
78162017-10-13 Pedro Alves <palves@redhat.com>
7817
7818 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7819 expect different "info terminal" output if testing with a
7820 non-native target.
7821
ebe3b402
PA
78222017-10-13 Pedro Alves <palves@redhat.com>
7823 Simon Marchi <simon.marchi@polymtl.ca>
7824
7825 PR python/12966
7826 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7827
42f1b161
PA
78282017-10-13 Pedro Alves <palves@redhat.com>
7829
7830 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7831 already.
7832
8d6ef72b
PA
78332017-10-13 Pedro Alves <palves@redhat.com>
7834
7835 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7836 is_remote.
7837
d7bcd5b8
PA
78382017-10-13 Pedro Alves <palves@redhat.com>
7839
7840 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7841 is_remote.
7842
df479dc6
PA
78432017-10-13 Pedro Alves <palves@redhat.com>
7844
7845 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7846 is set.
7847 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7848 instead of is_remote.
7849
23fb630a
PA
78502017-10-13 Pedro Alves <palves@redhat.com>
7851
7852 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7853 (top level): Add comment.
7854
cc77b1dc
PA
78552017-10-13 Pedro Alves <palves@redhat.com>
7856
7857 * gdb.base/remote.exp (top level): Fix comment typo and add
7858 missing return.
7859
27c9e813
PA
78602017-10-13 Pedro Alves <palves@redhat.com>
7861 Simon Marchi <simon.marchi@polymtl.ca>
7862
7863 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7864 calls and add comments. Skip test if use_gdb_stub is set.
7865 (top level): Use "set cwd" command instead of "cd" command.
7866
5e830d98
PA
78672017-10-13 Pedro Alves <palves@redhat.com>
7868
7869 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7870 is_remote target check.
7871
f5ca0032
PA
78722017-10-13 Pedro Alves <palves@redhat.com>
7873
7874 * gdb.base/scope.exp: Use build_executable + clean_restart +
7875 gdb_file_cmd instead of prepare_for_testing and no longer skip
7876 "before run" tests on is_remote target boards. Update comments.
7877 * boards/native-extended-gdbserver.exp
7878 (extended_gdbserver_load_last_file): New, factored out from ...
7879 (gdb_load): ... this. Move further below and add comment.
7880 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7881
8aed1c0d
PA
78822017-10-12 Pedro Alves <palves@redhat.com>
7883
7884 * gdb.base/attach.exp: Remove references to gdb64.
7885 * gdb.base/dbx.exp: Remove references to gdb64.
7886
cfa34c87
SM
78872017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7888 Pedro Alves <palves@redhat.com>
7889
7890 * gdb.base/label.exp: Remove is_remote target check.
7891
9192b7de
PA
78922017-10-12 Pedro Alves <palves@redhat.com>
7893
7894 * gdb.base/auvx.exp (coredir): Update comment.
7895 (top level) <core_works>: Use "set cwd" command instead of "cd"
7896 command.
7897
6bf0052d
PA
78982017-10-12 Pedro Alves <palves@redhat.com>
7899 Simon Marchi <simon.marchi@polymtl.ca>
7900
7901 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7902 target boards.
7903
e48ef82d
PA
79042017-10-12 Pedro Alves <palves@redhat.com>
7905 Simon Marchi <simon.marchi@polymtl.ca>
7906
7907 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7908 Instead skip if there's any gdb_protocol set.
7909
8d7aea57
SM
79102017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7911 Pedro Alves <palves@redhat.com>
7912
7913 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7914
30440677
PA
79152017-10-12 Pedro Alves <palves@redhat.com>
7916 Simon Marchi <simon.marchi@polymtl.ca>
7917
7918 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7919 instead of on dejagnu remote boards.
7920
4e04f045 79212017-10-12 Pedro Alves <palves@redhat.com>
175654b9 7922 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
7923
7924 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7925 checks. Use build_executable + clean_restart instead of
7926 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7927 of enabling non-stop after starting gdb.
7928
871a186e
PA
79292017-10-12 Pedro Alves <palves@redhat.com>
7930
7931 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7932 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7933 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7934 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7935
56d704da
AK
79362017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7937
7938 * gdb.arch/arc-tdesc-cpu.exp: New file.
7939 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7940
2f20e312
SM
79412017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7942
7943 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7944
65630365
PA
79452017-10-10 Pedro Alves <palves@redhat.com>
7946
7947 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7948 expect CLI output.
7949
bf469271
PA
79502017-10-10 Pedro Alves <palves@redhat.com>
7951
7952 * lib/selftest-support.exp (selftest_setup): Update for
7953 captured_command_loop's prototype change.
7954
777a42f1
PA
79552017-10-09 Pedro Alves <palves@redhat.com>
7956
7957 Test both arch1=>arch2 and arch2=>arch1.
7958
7959 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7960 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7961 factored out to...
7962 (append_arch1_options, append_arch2_options, append_arch_options)
7963 (build_executables): New procedures.
7964 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7965 local.
7966 (top level): Add new 'first_arch' testing axis.
7967
cbd2b4e3
PA
79682017-10-09 Pedro Alves <palves@redhat.com>
7969
7970 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7971 (barrier): New.
7972 (thread_start, all_started): New functions.
7973 (main): Spawn new thread and wait until it is scheduled.
7974 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7975 option.
7976 (do_test): Add 'selected_thread' parameter. Run to all_started
7977 instead of main. Explicitly set the breakpoint at main. Switch
7978 to the SELECTED_THREAD thread.
7979 (top level): Test handling the exec event with either the main
7980 thread or the second thread selected.
7981
5c9e4427
PA
79822017-10-09 Pedro Alves <palves@redhat.com>
7983
7984 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7985 logic. Move STOP marker after the value checks.
7986 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7987 regexp.
7988
b3b7c423
SL
79892017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7990
7991 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7992
3b4b2f16
UW
79932017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7994
7995 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7996 integer-to-dfp conversion.
7997 * gdb.base/dfp-test.exp: Likewise.
7998
5cd63fda
PA
79992017-10-04 Pedro Alves <palves@redhat.com>
8000
8001 * gdb.multi/hangout.c: Include <unistd.h>.
8002 (hangout_loop): New function.
8003 (main): Call alarm. Call hangout_loop in a loop.
8004 * gdb.multi/hello.c: Include <unistd.h>.
8005 (hello_loop): New function.
8006 (main): Call alarm. Call hangout_loop in a loop.
8007 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8008 inferior with the other selected.
8009
4c71c105
SM
80102017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8011
8012 * gdb.mi/list-thread-groups-available.exp: New file.
8013 * gdb.mi/list-thread-groups-available.c: New file.
8014
bc3b087d
SDJ
80152017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8016
8017 * gdb.base/set-cwd.exp: Make it available on
8018 native-extended-gdbserver.
8019
d092c5a2
SDJ
80202017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8021
8022 * gdb.base/set-cwd.c: New file.
8023 * gdb.base/set-cwd.exp: Likewise.
8024
45320ffa
TT
80252017-10-02 Tom Tromey <tom@tromey.com>
8026
8027 PR rust/22236:
8028 * gdb.rust/simple.rs (main): New variable "fslice".
8029 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8030
b3e3859b
TT
80312017-10-02 Tom Tromey <tom@tromey.com>
8032
8033 * gdb.rust/simple.exp: Test ptype of a slice.
8034
01af5e0d
TT
80352017-10-02 Tom Tromey <tom@tromey.com>
8036
8037 * gdb.rust/simple.exp: Test index of slice.
8038
a9bbfbd8
TT
80392017-09-27 Tom Tromey <tom@tromey.com>
8040
8041 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8042
df8899e5
TP
80432017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8044 Pedro Alves <palves@redhat.com>
8045
8046 * gdb.base/compare-sections.exp (get value of read-only section): Read
8047 as unsigned value.
8048 (corrupt read-only section): Likewise and don't set written if patching
8049 failed.
8050
757bf54b
KB
80512017-09-21 Kevin Buettner <kevinb@redhat.com>
8052
8053 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8054 files.
8055
06871ae8
PA
80562017-09-20 Pedro Alves <palves@redhat.com>
8057
8058 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8059 symbol names in gdb's output.
8060 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8061
e5f25bc5
PA
80622017-09-20 Pedro Alves <palves@redhat.com>
8063
8064 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8065 Rename to ...
8066 (test_list_ambiguous_symbol): ... this and add a symbol name
8067 parameter. Adjust.
8068 (test_list_ambiguous_function): Reimplement on top of
8069 test_list_ambiguous_symbol and also test listing ambiguous
8070 variables.
8071 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8072 (ambiguous_fun): ... this.
8073 (ambiguous_var): New.
8074 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8075 (ambiguous_fun): ... this.
8076 (ambiguous_var): New.
8077
4e5a4f58
JB
80782017-09-19 John Baldwin <jhb@FreeBSD.org>
8079
8080 * gdb.base/starti.c: New file.
8081 * gdb.base/starti.exp: New file.
8082 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8083
26e53f3e
PA
80842017-09-14 Pedro Alves <palves@redhat.com>
8085
8086 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8087 (top level): Use it instead of runto.
8088
cb791d59
TT
80892017-09-11 Tom Tromey <tom@tromey.com>
8090
8091 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8092
7c96f8c1
TT
80932017-09-11 Tom Tromey <tom@tromey.com>
8094
8095 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8096 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8097
469412dd
CW
80982017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8099
8100 * gdb.fortran/printing-types.exp: New file.
8101 * gdb.fortran/printing-types.exp: New file.
8102
e0f86435
BH
81032017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8104
8105 * gdb.fortran/vla-ptype.exp: Fix typos.
8106 * gdb.fortran/vla-value.exp: Same.
8107
9e9af4be
BH
81082017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8109
8110 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8111 * gdb.mi/mi-var-child-f.exp: Likewise.
8112 * gdb.mi/mi-vla-fortran.exp: Likewise.
8113
a5ad232b 81142017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
8115 Christoph Weinmann <christoph.t.weinmann@intel.com>
8116 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
8117
8118 * gdb.fortran/ptr-indentation.f90: New file.
8119 * gdb.fortran/ptr-indentation.exp: New file.
8120
5aec60eb
TT
81212017-09-05 Tom Tromey <tom@tromey.com>
8122
8123 PR gdb/22010:
8124 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8125
8f8f8152
TP
81262017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8127
8128 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8129
fbd1b771
JK
81302017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8131
8132 * gdb.threads/tls-nodebug-pie.c: New file.
8133 * gdb.threads/tls-nodebug-pie.exp: New file.
8134
5eb5f850
TT
81352017-09-05 Tom Tromey <tom@tromey.com>
8136
8137 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8138 for rust.
8139
ae780a21
SM
81402017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8141
8142 * gdb.multi/multi-arch-exec.exp: Test with different
8143 "follow-exec-mode" settings.
8144 (do_test): New procedure.
8145
3693fdb3
PA
81462017-09-04 Pedro Alves <palves@redhat.com>
8147
8148 * gdb.base/func-static.c (S::method const, S::method volatile)
8149 (S::method volatile const): New methods.
8150 (c_s, v_s, cv_s): New instances.
8151 (main): Call method() on them.
8152 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8153 (cannot_resolve): New procedure.
8154 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8155 print-quote-unquoted columns.
8156 (do_test): Test printing each scope too.
8157
e68cb8e0
PA
81582017-09-04 Pedro Alves <palves@redhat.com>
8159
8160 * gdb.base/local-static.exp: Also test with
8161 class::method::variable wholly quoted.
8162 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8163
858be34c
PA
81642017-09-04 Pedro Alves <palves@redhat.com>
8165
8166 * gdb.base/local-static.c: New.
8167 * gdb.base/local-static.cc: New.
8168 * gdb.base/local-static.exp: New.
8169
46a4882b
PA
81702017-09-04 Pedro Alves <palves@redhat.com>
8171
8172 * gdb.asm/asm-source.exp: Add casts to int.
8173 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8174 (dataglobal64_1, dataglobal64_2): New globals.
8175 * gdb.base/nodebug.exp: Test different expressions involving the
8176 new globals, with print, whatis and ptype. Add casts to int.
8177 * gdb.base/solib-display.exp: Add casts to int.
8178 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8179 * gdb.cp/m-static.exp: Add cast to int.
8180 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8181 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8182 tls variable with no debug info without a cast. Test with a cast
8183 to int too.
8184 * gdb.trace/entry-values.exp: Add casts.
8185
2c5a2be1
PA
81862017-09-04 Pedro Alves <palves@redhat.com>
8187
8188 * gdb.base/nodebug.exp: Test that ptype's error about functions
8189 with unknown return type includes the function name too.
8190
7022349d
PA
81912017-09-04 Pedro Alves <palves@redhat.com>
8192
8193 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8194 return type of munmap in infcall.
8195 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8196 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8197 type of ftell in infcall.
8198 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8199 type of getpid in infcall.
8200 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8201 infcall.
8202 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8203 Bail on failure to extract the pid.
8204 * gdb.base/nodebug.c: #include <stdint.h>.
8205 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8206 New functions.
8207 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8208 Change expected output of print/whatis/ptype with functions with
8209 no debug info. Test all supported languages. Call
8210 test_call_promotion.
8211 * gdb.compile/compile.exp: Adjust expected output to expect
8212 warning.
8213 * gdb.threads/siginfo-threads.exp: Likewise.
8214
54990598
PA
82152017-09-04 Pedro Alves <palves@redhat.com>
8216
8217 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8218 "prototypes". Test calling float functions via prototyped and
8219 unprototyped function pointers.
8220 (perform_all_tests): New parameter "prototypes". Pass it down.
8221 (top level): Pass down "prototypes" parameter to
8222 perform_all_tests.
8223
34d16ea2
SM
82242017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8225
8226 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8227 Test with nested loops.
8228
9521ecda
SM
82292017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8230
8231 * gdb.base/commands.exp: Call the new procedures.
8232 (loop_break_test, loop_continue_test): New procedures.
8233
80a65e9b
SM
82342017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8235
8236 * gdb.base/commands.exp: Call new procedure.
8237 (define_if_without_arg_test): New procedure.
8238
e439fa14
PA
82392017-09-04 Pedro Alves <palves@redhat.com>
8240
8241 * gdb.base/list-ambiguous.exp: New file.
8242 * gdb.base/list-ambiguous0.c: New file.
8243 * gdb.base/list-ambiguous1.c: New file.
8244 * gdb.base/list.exp (test_list_range): Adjust expected output.
8245
0a2dde4a
SDJ
82462017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8247
8248 * gdb.base/share-env-with-gdbserver.c: New file.
8249 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8250
5e89eb3a
SM
82512017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8252
8253 * gdb.base/commands.exp (gdbvar_simple_if_test,
8254 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8255 progvar_simple_if_test, progvar_simple_while_test,
8256 progvar_complex_if_while_test, user_defined_command_test,
8257 user_defined_command_args_eval,
8258 user_defined_command_args_stack_test,
8259 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8260 temporary_breakpoint_commands,
8261 gdb_test_no_prompt, redefine_hook_test,
8262 redefine_backtrace_test): Remove "global gdb_prompt".
8263
fd437cbc
SM
82642017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8265
8266 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8267 New proc, call it from toplevel.
8268
87215ad1
SDJ
82692017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8270
8271 PR remote/21852
8272 * gdb.server/normal.c: New file, copied from gdb.base.
8273 * gdb.server/run-without-local-binary.exp: New file.
8274
58afddc6
WP
82752017-08-07 Weimin Pan <weimin.pan@oracle.com>
8276
8277 * gdb.arch/sparc64-adi.exp: New file.
8278 * gdb.arch/sparc64-adi.c: New file.
8279
5277199a
PA
82802017-08-22 Pedro Alves <palves@redhat.com>
8281
8282 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8283 (top level): Add "list all overloads" tests.
8284
14278e1f
TT
82852017-08-22 Tom Tromey <tom@tromey.com>
8286
8287 * gdb.gdb/xfullpath.exp: Remove.
8288
bf223d3e
PA
82892017-08-21 Pedro Alves <palves@redhat.com>
8290
8291 PR gdb/19487
8292 * gdb.base/symbol-alias.c: New.
8293 * gdb.base/symbol-alias2.c: New.
8294 * gdb.base/symbol-alias.exp: New.
8295
c973d0aa
PA
82962017-08-21 Pedro Alves <palves@redhat.com>
8297
8298 * gdb.base/dfp-test.c
8299 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8300 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8301 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8302 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8303 * gdb.base/whatis-ptype-typedefs.c: New.
8304 * gdb.base/whatis-ptype-typedefs.exp: New.
8305 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8306 (an_int, an_int_type, an_int_type2): New globals.
8307 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8308 involving typedefs and cast expressions.
8309 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8310 (lookup_typedefs_function): New.
8311 (typedefs_pretty_printers_dict): New.
8312 (top level): Register lookup_typedefs_function in
8313 gdb.pretty_printers.
8314
6d580b63
YQ
83152017-08-18 Yao Qi <yao.qi@linaro.org>
8316
8317 * gdb.server/unittest.exp: New.
8318
206726fb
SDJ
83192017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8320
8321 PR gdb/21954
8322 * gdb.base/environ.exp: Add test to check if 'unset environment'
8323 works.
8324
bf0ec4c2
AA
83252017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8326
8327 * lib/gdb.exp (universal_compile_options): New caching proc.
8328 (gdb_compile): Suppress GCC's coloring of messages.
8329
d6382fff
TT
83302017-08-14 Tom Tromey <tom@tromey.com>
8331
8332 PR gdb/21675:
8333 * gdb.base/printcmds.exp (test_radices): New function.
8334 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8335 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8336 * lib/gdb.exp (get_integer_valueof): Use p/d.
8337
c2c2dd9f
SM
83382017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8339
8340 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8341 characters.
8342
fdffd6f4
TT
83432017-08-05 Tom Tromey <tom@tromey.com>
8344
8345 * gdb.rust/simple.exp: Allow String to appear in a different
8346 namespace.
8347
27d41eac
YQ
83482017-07-26 Yao Qi <yao.qi@linaro.org>
8349
8350 * gdb.gdb/unittest.exp: Invoke command
8351 "maintenance check xml-descriptions".
8352
031ed05d
AA
83532017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8354
8355 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8356 calling context.
8357 (hex128): Drop erroneous calculation of parameters.
8358
dcd27ddf
SM
83592017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8360
8361 * gdb.python/py-unwind.exp: Disable stack protection when
8362 building test file.
8363
47e77640
PA
83642017-07-20 Pedro Alves <palves@redhat.com>
8365
8366 * gdb.base/default.exp (set language): Adjust expected output.
8367
62d2a18a
PA
83682017-07-20 Pedro Alves <palves@redhat.com>
8369
8370 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8371 (test_minsym): ... this, and make static.
8372 (get_pck__foo__bar__minsym): Rename to ...
8373 (get_test_minsym): ... this.
8374 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8375 symbol names and comments.
8376 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8377 (get_test_minsym): ... this.
8378 (pck__foo__bar__minsym__2): Rename to ...
8379 (test_minsym): ... this.
8380 (main): Adjust.
8381
c45ec17c
PA
83822017-07-17 Pedro Alves <palves@redhat.com>
8383
8384 * gdb.base/completion.exp: Adjust expected output.
8385 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8386 the completer works.
8387
c6756f62
PA
83882017-07-17 Pedro Alves <palves@redhat.com>
8389
8390 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8391
5bd68487
AB
83922017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8393
8394 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8395
8880f2a9
TT
83962017-07-14 Tom Tromey <tom@tromey.com>
8397
8398 PR rust/21764:
8399 * gdb.rust/simple.exp: Add tests.
8400
65547233
TT
84012017-07-14 Tom Tromey <tom@tromey.com>
8402
8403 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8404
8f14146e
PA
84052017-07-14 Pedro Alves <palves@redhat.com>
8406
8407 * gdb.linespec/base/one/thefile.cc (z1): New function.
8408 * gdb.linespec/base/two/thefile.cc (z2): New function.
8409 * gdb.linespec/linespec.exp: Add tests.
8410
b4365d02
AB
84112017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8412
8413 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8414 to mi_create_breakpoint.
8415
5d2cbaa5
AB
84162017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8417
8418 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8419 mi_create_breakpoint.
8420
11cb5716
IB
84212017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8422
8423 * gdb.dlang/demangle.exp: Update for demangling changes.
8424
03278692
TT
84252017-07-09 Tom Tromey <tom@tromey.com>
8426
8427 * gdb.dwarf2/shortpiece.exp: New file.
8428
33c5cd75
DB
84292017-07-06 David Blaikie <dblaikie@gmail.com>
8430
8431 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8432 built from fissiont-multi-cu{1,2}.c.
8433 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8434 except putting 'main' and 'func' in separate CUs in the same DWO file.
8435 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8436 test.
8437 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8438 test.
8439
8455d262
PA
84402017-07-06 Pedro Alves <palves@redhat.com>
8441
8442 * gdb.python/py-unwind.exp: Test flushregs.
8443
dc4bde35
SDJ
84442017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8445
8446 PR cli/21688
8447 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8448 tests for alias commands and trailing whitespace.
8449
51ed89aa
SDJ
84502017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8451
8452 PR cli/21688
8453 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8454 procedure. Call it.
8455
eb17d413
PA
84562017-06-29 Pedro Alves <palves@redhat.com>
8457
8458 * gdb.base/printcmds.exp: Add tests.
8459
41664b45
DG
84602017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8461
8462 PR gdb/21337
8463 * gdb.base/reread-readsym.exp: New file.
8464 * gdb.base/reread-readsym.c: New file.
8465
75312ae3
KB
84662017-06-21 Kevin Buettner <kevinb@redhat.com>
8467
8468 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8469 subpattern.
8470
66953522
PB
84712017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8472
8473 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8474 extended mnemonic.
8475 * gdb.arch/powerpc-power9.s: Likewise.
8476
5524b525
AA
84772017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8478
8479 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8480 on 32-bit x86 targets. Exploit is_*_target macros where
8481 appropriate.
8482
03c8af18
AA
84832017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8484
8485 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8486 register pieces.
8487
3bf31011
AA
84882017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8489
8490 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8491 located in one or more DWARF pieces.
8492
805acca0
AA
84932017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8494
8495 * lib/gdb.exp (get_endianness): New proc.
8496 * gdb.arch/aarch64-fp.exp: Use it.
8497 * gdb.arch/altivec-regs.exp: Likewise.
8498 * gdb.arch/e500-regs.exp: Likewise.
8499 * gdb.arch/vsx-regs.exp: Likewise.
8500 * gdb.base/dump.exp: Likewise.
8501 * gdb.base/funcargs.exp: Likewise.
8502 * gdb.base/gnu_vector.exp: Likewise.
8503 * gdb.dwarf2/formdata16.exp: Likewise.
8504 * gdb.dwarf2/implptrpiece.exp: Likewise.
8505 * gdb.dwarf2/nonvar-access.exp: Likewise.
8506 * gdb.python/py-inferior.exp: Likewise.
8507 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8508
e9352324
AA
85092017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8510
8511 PR gdb/21226
8512 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8513 stack value pieces are taken from the LSB end.
8514
d5d1163e
AA
85152017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8516
8517 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8518 variable at nonzero offset.
8519
0567c986
AA
85202017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8521
8522 * gdb.dwarf2/var-access.c: New file.
8523 * gdb.dwarf2/var-access.exp: New test.
8524 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8525
973e9aab
TT
85262017-06-12 Tom Tromey <tom@tromey.com>
8527
8528 * gdb.dwarf2/formdata16.exp: Add tests.
8529
d9109c80
TT
85302017-06-12 Tom Tromey <tom@tromey.com>
8531
8532 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8533
30a25466
TT
85342017-06-12 Tom Tromey <tom@tromey.com>
8535
8536 PR exp/16225:
8537 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8538 * gdb.arch/vsx-regs.exp: Update tests.
8539 * gdb.arch/s390-vregs.exp (hex128): New proc.
8540 Update test.
8541 * gdb.arch/altivec-regs.exp: Update tests.
8542
aefd8b33
SDJ
85432017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8544
8545 * gdb.base/startup-with-shell.c: New file.
8546 * gdb.base/startup-with-shell.exp: Likewise.
8547
2090129c
SDJ
85482017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8549
8550 * gdb.server/non-existing-program.exp: Update regex in order to
8551 reflect the fact that gdbserver is now using fork_inferior (with a
8552 shell) to startup the inferior.
8553
8e86a419
SM
85542017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8555
8556 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8557 support function calls from GDB.
8558
e6cf65f2
TT
85592017-05-21 Tom Tromey <tom@tromey.com>
8560
8561 PR rust/21466:
8562 * gdb.rust/unsized.exp: New file.
8563 * gdb.rust/unsized.rs: New file.
8564
43cc5389
TT
85652017-05-19 Tom Tromey <tom@tromey.com>
8566
8567 PR rust/21484:
8568 * gdb.rust/watch.exp: New file.
8569 * gdb.rust/watch.rs: New file.
8570
ec8df234
TT
85712017-05-18 Tom Tromey <tom@tromey.com>
8572
8573 * gdb.rust/simple.exp: Allow Box to be qualified.
8574
3e3e7fae
TP
85752017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8576
8577 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8578
59cc050d
PA
85792017-05-18 Pedro Alves <palves@redhat.com>
8580
8581 * gdb.base/fileio.c (test_write, test_read, test_close)
8582 (test_fstat): Don't print 'ret' in the fail path.
8583
c8f6abd1
PA
85842017-05-18 Pedro Alves <palves@redhat.com>
8585
8586 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8587 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8588 (test_system, test_rename, test_unlink, test_time): Change
8589 prototypes.
8590 * gdb.base/fileio.exp (stop_msg): Adjust.
8591
d2a03b77
PA
85922017-05-18 Pedro Alves <palves@redhat.com>
8593
8594 * gdb.base/fileio.c (null_str): New global.
8595 (test_stat): Use it.
8596 * gdb.base/fileio.exp: Remove nowarnings.
8597
0d5c6999
YQ
85982017-05-17 Yao Qi <yao.qi@linaro.org>
8599
8600 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8601
21873064
YQ
86022017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8603
8604 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8605 argument command.
8606 (top-level): Invoke test_set_inferior_tty.
8607
d512d31c
PA
86082017-05-04 Pedro Alves <palves@redhat.com>
8609
8610 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8611 Add parens to print call for Python 3.
8612
90cef2ed
KS
86132017-05-03 Keith Seitz <keiths@redhat.com>
8614
8615 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8616 (main): Call it.
8617
14f819c8
TW
86182017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8619
8620 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8621 to prev and next.
8622
913aeadd
TW
86232017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8624
8625 * gdb.python/py-record-btrace.exp: Remove test for
8626 gdb.BtraceInstruction.error.
8627
a3be24ad
TW
86282017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8629
8630 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8631
ae20e79a
TW
86322017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8633
8634 * gdb.python/py-record-btrace-threads.c: New file.
8635 * gdb.python/py-record-btrace-threads.exp: New file.
8636
45ce1b47
SDJ
86372017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8638
8639 PR testsuite/8595
8640 * gdb.base/environ.exp: Make test available in all architectures.
8641 Move bits related to "info program" testing to
8642 gdb.base/info-program.exp. Rewrite tests to use the two new
8643 procedures mentione below.
8644 (test_set_show_env_var) New procedure.
8645 (test_set_show_env_var_equal): Likewise.
8646 * gdb.base/info-program.exp: New file.
8647
e15c3eb4
KS
86482017-04-27 Keith Seitz <keiths@redhat.com>
8649
8650 * gdb.cp/oranking.cc (test15): New function.
8651 (main): Call test15 and declare additional variables for testing.
8652 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8653 "p foo101('abc')" tests.
8654 Add tests for cv qualifier overloads.
8655 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8656 "lvalue reference overload" test.
8657 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8658 "print value of f1 on Child&& in f2" test.
8659
3a3fd0fd
PA
86602017-04-19 Pedro Alves <palves@redhat.com>
8661
8662 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8663 procedure.
8664 (top level): Call it.
8665 * lib/gdb.exp (gdb_define_cmd): New procedure.
8666
53375380
PA
86672017-04-12 Pedro Alves <palves@redhat.com>
8668
8669 PR gdb/21323
8670 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8671 (wchar): New global.
8672 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8673 (do_test_wide_char, wide_char_types_no_program, top level): Add
8674 wchar_t testing.
8675
53e710ac
PA
86762017-04-12 Pedro Alves <palves@redhat.com>
8677
8678 PR c++/21323
8679 * gdb.cp/wide_char_types.c: New file.
8680 * gdb.cp/wide_char_types.exp: New file.
8681
0ad9d8c7
SDJ
86822017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8683
8684 PR gdb/21352
8685 * gdb.trace/tsv.exp: Add test for "tsave -r".
8686
b1b45502
IB
86872017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8688
8689 * gdb.dlang/watch-loc.c: New file.
8690 * gdb.dlang/watch-loc.exp: New file.
8691
ec13808e
JK
86922017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8693
8694 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8695
fe5f7374
AK
86962017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8697
8698 * gdb.arch/arc-analyze-prologue.S: New file.
8699 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8700
eea78757
AK
87012017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8702
8703 * gdb.arch/arc-decode-insn.S: New file.
8704 * gdb.arch/arc-decode-insn.exp: Likewise.
8705
5badf10a
IR
87062017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8707
8708 PR tdep/20928
8709 * gdb.arch/sparc64-regs.exp: New file.
8710 * gdb.arch/sparc64-regs.S: Likewise.
8711
cee59b3f
TW
87122017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8713
8714 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8715 and memory view on Python 3.
8716
c0f55cc6
AV
87172017-03-20 Artemiy Volkov <artemiyv@acm.org>
8718 Keith Seitz <keiths@redhat.com>
8719
8720 PR gdb/14441
8721 * gdb.cp/demangle.exp: Add rvalue reference tests.
8722 * gdb.cp/rvalue-ref-casts.cc: New file.
8723 * gdb.cp/rvalue-ref-casts.exp: New file.
8724 * gdb.cp/rvalue-ref-overload.cc: New file.
8725 * gdb.cp/rvalue-ref-overload.exp: New file.
8726 * gdb.cp/rvalue-ref-params.cc: New file.
8727 * gdb.cp/rvalue-ref-params.exp: New file.
8728 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8729 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8730 * gdb.cp/rvalue-ref-types.cc: New file.
8731 * gdb.cp/rvalue-ref-types.exp: New file.
8732 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8733 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8734
51457a05
MAL
87352017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8736
8737 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8738 New procedure.
8739
5b291c04
MAL
87402017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8741
8742 * lib/mi-support.exp (mi_gdb_test): Add additional message
8743 for unexpected output.
8744
59a56148
AA
87452017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8746
8747 * gdb.base/examine-backward.c (Barrier): New character array
8748 constant, to ensure that TestStrings is preceded by a string
8749 terminator.
8750
7942e96e
AA
87512017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8752
8753 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8754 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8755 and implicit pointer into such a location.
8756
6ebac3fb
DE
87572017-03-16 Doug Evans <dje@google.com>
8758
8759 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8760
ec3b243d
TP
87612017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8762
8763 * gdb.cp/m-static.exp: Fix expectation for prototype of
8764 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
8765
87662017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
8767
8768 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8769 * gdb.guile/scm-lazy-string.c: New file.
8770 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8771 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8772 for pointer, array, typedef lazy strings.
8773
2cc36e25 87742017-03-16 Doug Evans <dje@google.com>
34b43320
DE
8775
8776 PR python/17728, python/18439, python/18779
8777 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8778 * gdb.python/py-lazy-string.c (pointer): New typedef.
8779 (main): New locals ptr, array, typedef_ptr.
8780 * gdb.python/py-value.exp: Move lazy string tests to ...
8781 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8782 array, typedef lazy strings.
ec3b243d 8783
0efcde63
AK
87842017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8785
8786 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8787 Add optional 'test' parameter.
8788
7978d7c3
SM
87892017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8790
8791 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8792 Skip for versions of DejaGnu < 1.5.
8793
896c0c1e
SM
87942017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8795
8796 * lib/gdb.exp (dejagnu_version): New proc.
8797 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8798 Use dejagnu_version.
8799
5f4d1085
KS
88002017-03-10 Keith Seitz <keiths@redhat.com>
8801
8802 PR c++/8128
8803 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8804 type from destructor regexps.
8805 Add a branch which actually passes the test.
8806 Adjust "ptype t5i" test names.
8807
1de05205
PA
88082017-03-08 Pedro Alves <palves@redhat.com>
8809
8810 * gdb.base/step-over-exit.exp: Add explicit test message.
8811
c65d6b55
PA
88122017-03-08 Pedro Alves <palves@redhat.com>
8813
8814 PR gdb/18360
8815 * gdb.threads/interrupt-while-step-over.c: New file.
8816 * gdb.threads/interrupt-while-step-over.exp: New file.
8817
2e86a283
PA
88182017-03-08 Pedro Alves <palves@redhat.com>
8819
8820 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8821 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8822
25dcbff6
PA
88232017-03-08 Pedro Alves <palves@redhat.com>
8824
8825 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8826 PKRU as not supported as a PASS.
8827
dc9366eb
PA
88282017-03-08 Pedro Alves <palves@redhat.com>
8829
8830 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8831 prefix instead of $binfile1/$binfile2.
8832 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8833 in test message.
8834 * gdb.python/py-completion.exp: Use "load python file" as test
8835 messages instead of unstable path names.
8836
6e5d74e7
PA
88372017-03-08 Pedro Alves <palves@redhat.com>
8838 Jan Kratochvil <jan.kratochvil@redhat.com>
8839
8840 PR cli/21218
8841 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8842 New proc.
8843 (top level): Call it.
8844
9753a2f6
PA
88452017-03-08 Pedro Alves <palves@redhat.com>
8846
8847 PR tui/21216
8848 * gdb.tui/tui-nl-filtered-output.exp: New file.
8849
1a4dd9dd
PA
88502017-03-08 Pedro Alves <palves@redhat.com>
8851
8852 * gdb.base/completion.exp: Move TUI completion tests to ...
8853 * gdb.tui/completion.exp: ... this new file.
8854
7cbbff33
PA
88552017-03-08 Pedro Alves <palves@redhat.com>
8856
8857 * gdb.base/tui-disasm-long-lines.c,
8858 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8859 gdb.base/tui-layout.exp: Move to ...
8860 * gdb.tui/: ... this new directory.
8861
5f6fd321
PA
88622017-03-07 Pedro Alves <palves@redhat.com>
8863
8864 * gdb.base/tui-layout.c: New file.
8865 * gdb.base/tui-layout.exp: New file.
8866
44959fa8
PA
88672017-03-07 Pedro Alves <palves@redhat.com>
8868
8869 * gdb.base/tui-layout.c: Rename to ...
8870 * gdb.base/tui-disasm-long-lines.c: ... this.
8871 * gdb.base/tui-layout.exp: Rename to ...
8872 * gdb.base/tui-disasm-long-lines.exp: ... this.
8873
f8c4e718
PA
88742017-03-07 Pedro Alves <palves@redhat.com>
8875
8876 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8877
6dbb839a 88782017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
8879
8880 * i386-mpx-call.c: New file.
8881 * i386-mpx-call.exp: New file.
8882
65b48a81
PB
88832017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8884
8885 * gdb.arch/powerpc-power.exp: Delete test.
8886 * gdb.arch/powerpc-power.s: Likewise.
8887 * gdb.disasm/disassembler-options.exp: New test.
8888 * gdb.arch/powerpc-altivec.exp: Likewise.
8889 * gdb.arch/powerpc-altivec.s: Likewise.
8890 * gdb.arch/powerpc-altivec2.exp: Likewise.
8891 * gdb.arch/powerpc-altivec2.s: Likewise.
8892 * gdb.arch/powerpc-altivec3.exp: Likewise.
8893 * gdb.arch/powerpc-altivec3.s: Likewise.
8894 * gdb.arch/powerpc-power7.exp: Likewise.
8895 * gdb.arch/powerpc-power7.s: Likewise.
8896 * gdb.arch/powerpc-power8.exp: Likewise.
8897 * gdb.arch/powerpc-power8.s: Likewise.
8898 * gdb.arch/powerpc-power9.exp: Likewise.
8899 * gdb.arch/powerpc-power9.s: Likewise.
8900 * gdb.arch/powerpc-vsx.exp: Likewise.
8901 * gdb.arch/powerpc-vsx.s: Likewise.
8902 * gdb.arch/powerpc-vsx2.exp: Likewise.
8903 * gdb.arch/powerpc-vsx2.s: Likewise.
8904 * gdb.arch/powerpc-vsx3.exp: Likewise.
8905 * gdb.arch/powerpc-vsx3.s: Likewise.
8906 * gdb.arch/arm-disassembler-options.exp: Likewise.
8907 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8908 * gdb.arch/s390-disassembler-options.exp: Likewise.
8909
17cd4947
LM
89102017-02-23 Luis Machado <lgustavo@codesourcery.com>
8911
8912 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8913 (check_supported_features): ... this. Changed return type to void.
8914 (supports_rdseed): New static global.
8915 (rdseed): Check supports_rdseed.
8916 (initialize): Call check_supported_features.
8917
2039d74e
EBM
89182017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8919
8920 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8921 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8922 and lqarx/stqcx.
8923 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8924 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8925
a51d7ecf
EBM
89262017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8927
8928 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8929 uppercase.
8930
0224619f
JK
89312017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8932
8933 * gdb.dwarf2/formdata16.c: New file.
8934 * gdb.dwarf2/formdata16.exp: New file.
8935 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8936
216f72a1
JK
89372017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8938
8939 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8940 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8941 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8942 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8943 DW_AT_GNU_*.
8944
43988095
JK
89452017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8946
8947 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8948
99e8a4f9
SDJ
89492017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8950
8951 PR gdb/21164
8952 * gdb.base/maint.exp: Add testcases for when the commands do
8953 not have arguments.
8954
b58a8c0c
TP
89552017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8956
8957 * gdb.cp/chained-calls.exp: Use p instead of P.
8958
4e746bb6
TW
89592017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8960
8961 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8962 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8963
3f77c769
TT
89642017-02-14 Tom Tromey <tom@tromey.com>
8965
8966 PR python/13598:
8967 * gdb.python/py-events.exp: Add before_prompt event tests.
8968
075beec0
AA
89692017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8970
8971 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8972
bf5f525c
LM
89732017-02-13 Luis Machado <lgustavo@codesourcery.com>
8974
8975 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8976 (main): Call my_unique_function_name.
8977 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8978 completion of patterns with a single match.
8979 Add missing -re switches to gdb_test_multiple calls.
8980
13a66184
LM
89812017-02-13 Luis Machado <lgustavo@codesourcery.com>
8982
8983 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8984 return if core file is not recognized.
8985
26a06916
SM
89862017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8987
8988 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8989 and extra UIs.
8990
b761ca9e
SM
89912017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8992
8993 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8994 proc_with_prefix.
8995
b964bee0
TT
89962017-02-10 Tom Tromey <tom@tromey.com>
8997
8998 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8999
18da0c51
MG
90002017-02-10 Martin Galvan <martingalvan@sourceware.org>
9001
9002 PR gdb/21122
9003 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9004
604c4576
JG
90052017-02-08 Jerome Guitton <guitton@adacore.com>
9006
9007 * gdb.base/define.exp: Add test for command abbreviations
9008 in define.
9009
20b477a7
LM
90102017-02-06 Luis Machado <lgustavo@codesourcery.com>
9011
9012 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9013 * gdb.reverse/insn-reverse-x86.c: New file.
9014
3f7b46f2
IR
90152017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9016
9017 PR tdep/20936
9018 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9019
f0fd41c1
TT
90202017-02-03 Tom Tromey <tom@tromey.com>
9021
9022 PR rust/21097:
9023 * gdb.rust/simple.exp: Add new tests.
9024
5be5dbf0
PA
90252017-02-02 Pedro Alves <palves@redhat.com>
9026
9027 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9028 tests.
9029
7346ef59
AA
90302017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9031
9032 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9033 taking a 2-byte value out of a 4-byte DWARF implicit value on
9034 big-endian targets.
9035 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9036 logic. Add test cases for DW_OP_implicit.
9037
787f0025
MM
90382017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9039
9040 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9041
68777c29
MM
90422017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9043
9044 * gdb.btrace/enable.exp: Call gdb_exit before
9045 skip_gdbserver_tests.
9046
0a1c7e28
MM
90472017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9048
9049 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9050 GDBFLAGS.
9051
b5ac99b0
MM
90522017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9053
9054 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9055 the test is skipped.
9056 * gdb.btrace/data.exp: Likewise.
9057 * gdb.btrace/delta.exp: Likewise.
9058 * gdb.btrace/dlopen.exp: Likewise.
9059 * gdb.btrace/enable-running.exp: Likewise.
9060 * gdb.btrace/enable.exp: Likewise.
9061 * gdb.btrace/exception.exp: Likewise.
9062 * gdb.btrace/function_call_history.exp: Likewise.
9063 * gdb.btrace/gcore.exp: Likewise.
9064 * gdb.btrace/instruction_history.exp: Likewise.
9065 * gdb.btrace/multi-thread-step.exp: Likewise.
9066 * gdb.btrace/nohist.exp: Likewise.
9067 * gdb.btrace/non-stop.exp: Likewise.
9068 * gdb.btrace/reconnect.exp: Likewise.
9069 * gdb.btrace/record_goto-step.exp: Likewise.
9070 * gdb.btrace/record_goto.exp: Likewise.
9071 * gdb.btrace/rn-dl-bind.exp: Likewise.
9072 * gdb.btrace/segv.exp: Likewise.
9073 * gdb.btrace/step.exp: Likewise.
9074 * gdb.btrace/stepi.exp: Likewise.
9075 * gdb.btrace/tailcall-only.exp: Likewise.
9076 * gdb.btrace/tailcall.exp: Likewise.
9077 * gdb.btrace/tsx.exp: Likewise.
9078 * gdb.btrace/unknown_functions.exp: Likewise.
9079 * gdb.btrace/vdso.exp: Likewise.
9080
cd4007e4
MM
90812017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9082
9083 * gdb.btrace/enable-running.c: New.
9084 * gdb.btrace/enable-running.exp: New.
9085
2735833d
WT
90862017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9087
9088 * gdb.arch/amd64-gs_base.c: New file.
9089 * gdb.arch/amd64-gs_base.exp: New file.
9090
b51e1e94
LM
90912017-01-26 Luis Machado <lgustavo@codesourcery.com>
9092
9093 * lib/memory.exp: Remove spurious empty newlines.
9094
72ca0410
SM
90952017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9096
9097 * gdb.python/py-bad-printers.exp: Load python file using "source".
9098 * gdb.python/py-events.exp: Likewise.
9099 * gdb.python/py-evsignal.exp: Likewise.
9100 * gdb.python/py-evthreads.exp: Likewise.
9101 * gdb.python/py-frame-args.exp: Likewise.
9102 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9103 * gdb.python/py-framefilter-mi.exp: Likewise.
9104 * gdb.python/py-framefilter.exp: Likewise.
9105 * gdb.python/py-mi.exp: Likewise.
9106 * gdb.python/py-pp-maint.exp: Likewise.
9107 * gdb.python/py-pp-registration.exp: Likewise.
9108 * gdb.python/py-prettyprint.exp: Likewise.
9109 (run_lang_tests): Likewise.
9110 * gdb.python/py-typeprint.exp: Likewise.
9111
e309aa65
LM
91122017-01-26 Luis Machado <lgustavo@codesourcery.com>
9113
9114 * lib/memory.exp: New file.
9115 * lib/gdb.exp: Load memory.exp.
9116 * gdb.base/memattr.exp (delete_memory): Move proc to
9117 lib/memory.exp and rename to delete_memory_regions.
9118 Replace delete_memory with delete_memory_regions.
9119 Cleanup memory regions before tests.
9120 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9121 before tests.
9122
515aff23
LM
91232017-01-26 Luis Machado <lgustavo@codesourcery.com>
9124
9125 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9126 files.
9127 (initialize): New function conditionally defined.
9128 (testcases): Move within conditional block.
9129 (main): Call initialize.
9130 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9131 of gdb.reverse/insn-reverse.c.
9132 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9133 gdb.reverse/insn-reverse.c.
9134
d8b49cf0
YQ
91352017-01-26 Yao Qi <yao.qi@linaro.org>
9136
9137 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9138 disassemble on address 0.
9139
f13a9a0c
YQ
91402017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9141 Yao Qi <yao.qi@linaro.org>
9142
9143 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9144 * gdb.dwarf2/implptr-64bit.S: Remove.
9145 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9146 variables in caller's context. Add DW_OP_implicit_value.
9147
5ac95241
YQ
91482017-01-25 Yao Qi <yao.qi@linaro.org>
9149
9150 * lib/dwarf.exp (Dwarf::_location): Handle
9151 DW_OP_GNU_implicit_pointer with proper size.
9152
23e82930
LM
91532017-01-20 Luis Machado <lgustavo@codesourcery.com>
9154
9155 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9156 and add untested calls.
9157
d334ae25
LM
91582017-01-20 Luis Machado <lgustavo@codesourcery.com>
9159
9160 * gdb.python/python.exp: Check line number against what GDB thinks
9161 the line number is for func1.
9162
f5e6296e
IB
91632017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9164
9165 * gdb.dlang/debug-expr.exp: New file.
9166
5b362f04
LM
91672016-12-23 Luis Machado <lgustavo@codesourcery.com>
9168
9169 Fix test names for the following files:
9170
9171 * gdb.ada/exec_changed.exp
9172 * gdb.ada/info_types.exp
9173 * gdb.arch/aarch64-atomic-inst.exp
9174 * gdb.arch/aarch64-fp.exp
9175 * gdb.arch/altivec-abi.exp
9176 * gdb.arch/altivec-regs.exp
9177 * gdb.arch/amd64-byte.exp
9178 * gdb.arch/amd64-disp-step.exp
9179 * gdb.arch/amd64-dword.exp
9180 * gdb.arch/amd64-entry-value-inline.exp
9181 * gdb.arch/amd64-entry-value-param.exp
9182 * gdb.arch/amd64-entry-value-paramref.exp
9183 * gdb.arch/amd64-entry-value.exp
9184 * gdb.arch/amd64-i386-address.exp
9185 * gdb.arch/amd64-invalid-stack-middle.exp
9186 * gdb.arch/amd64-invalid-stack-top.exp
9187 * gdb.arch/amd64-optimout-repeat.exp
9188 * gdb.arch/amd64-prologue-skip.exp
9189 * gdb.arch/amd64-prologue-xmm.exp
9190 * gdb.arch/amd64-stap-special-operands.exp
9191 * gdb.arch/amd64-stap-wrong-subexp.exp
9192 * gdb.arch/amd64-tailcall-cxx.exp
9193 * gdb.arch/amd64-tailcall-noret.exp
9194 * gdb.arch/amd64-tailcall-ret.exp
9195 * gdb.arch/amd64-tailcall-self.exp
9196 * gdb.arch/amd64-word.exp
9197 * gdb.arch/arm-bl-branch-dest.exp
9198 * gdb.arch/arm-disp-step.exp
9199 * gdb.arch/arm-neon.exp
9200 * gdb.arch/arm-single-step-kernel-helper.exp
9201 * gdb.arch/avr-flash-qualifier.exp
9202 * gdb.arch/disp-step-insn-reloc.exp
9203 * gdb.arch/e500-abi.exp
9204 * gdb.arch/e500-regs.exp
9205 * gdb.arch/ftrace-insn-reloc.exp
9206 * gdb.arch/i386-avx512.exp
9207 * gdb.arch/i386-bp_permanent.exp
9208 * gdb.arch/i386-byte.exp
9209 * gdb.arch/i386-cfi-notcurrent.exp
9210 * gdb.arch/i386-disp-step.exp
9211 * gdb.arch/i386-dr3-watch.exp
9212 * gdb.arch/i386-float.exp
9213 * gdb.arch/i386-gnu-cfi.exp
9214 * gdb.arch/i386-mpx-map.exp
9215 * gdb.arch/i386-mpx-sigsegv.exp
9216 * gdb.arch/i386-mpx-simple_segv.exp
9217 * gdb.arch/i386-mpx.exp
9218 * gdb.arch/i386-permbkpt.exp
9219 * gdb.arch/i386-prologue.exp
9220 * gdb.arch/i386-signal.exp
9221 * gdb.arch/i386-size-overlap.exp
9222 * gdb.arch/i386-unwind.exp
9223 * gdb.arch/i386-word.exp
9224 * gdb.arch/mips-fcr.exp
9225 * gdb.arch/powerpc-d128-regs.exp
9226 * gdb.arch/powerpc-stackless.exp
9227 * gdb.arch/ppc64-atomic-inst.exp
9228 * gdb.arch/s390-stackless.exp
9229 * gdb.arch/s390-tdbregs.exp
9230 * gdb.arch/s390-vregs.exp
9231 * gdb.arch/sparc-sysstep.exp
9232 * gdb.arch/thumb-bx-pc.exp
9233 * gdb.arch/thumb-singlestep.exp
9234 * gdb.arch/thumb2-it.exp
9235 * gdb.arch/vsx-regs.exp
9236 * gdb.asm/asm-source.exp
9237 * gdb.base/a2-run.exp
9238 * gdb.base/advance.exp
9239 * gdb.base/all-bin.exp
9240 * gdb.base/anon.exp
9241 * gdb.base/args.exp
9242 * gdb.base/arithmet.exp
9243 * gdb.base/async-shell.exp
9244 * gdb.base/async.exp
9245 * gdb.base/attach-pie-noexec.exp
9246 * gdb.base/attach-twice.exp
9247 * gdb.base/auto-load.exp
9248 * gdb.base/bang.exp
9249 * gdb.base/bitfields.exp
9250 * gdb.base/break-always.exp
9251 * gdb.base/break-caller-line.exp
9252 * gdb.base/break-entry.exp
9253 * gdb.base/break-inline.exp
9254 * gdb.base/break-on-linker-gcd-function.exp
9255 * gdb.base/break-probes.exp
9256 * gdb.base/break.exp
9257 * gdb.base/breakpoint-shadow.exp
9258 * gdb.base/call-ar-st.exp
9259 * gdb.base/call-sc.exp
9260 * gdb.base/call-signal-resume.exp
9261 * gdb.base/call-strs.exp
9262 * gdb.base/callfuncs.exp
9263 * gdb.base/catch-fork-static.exp
9264 * gdb.base/catch-gdb-caused-signals.exp
9265 * gdb.base/catch-load.exp
9266 * gdb.base/catch-signal-fork.exp
9267 * gdb.base/catch-signal.exp
9268 * gdb.base/catch-syscall.exp
9269 * gdb.base/charset.exp
9270 * gdb.base/checkpoint.exp
9271 * gdb.base/chng-syms.exp
9272 * gdb.base/code-expr.exp
9273 * gdb.base/code_elim.exp
9274 * gdb.base/commands.exp
9275 * gdb.base/completion.exp
9276 * gdb.base/complex.exp
9277 * gdb.base/cond-expr.exp
9278 * gdb.base/condbreak.exp
9279 * gdb.base/consecutive.exp
9280 * gdb.base/continue-all-already-running.exp
9281 * gdb.base/coredump-filter.exp
9282 * gdb.base/corefile.exp
9283 * gdb.base/dbx.exp
9284 * gdb.base/debug-expr.exp
9285 * gdb.base/define.exp
9286 * gdb.base/del.exp
9287 * gdb.base/disabled-location.exp
9288 * gdb.base/disasm-end-cu.exp
9289 * gdb.base/disasm-optim.exp
9290 * gdb.base/display.exp
9291 * gdb.base/duplicate-bp.exp
9292 * gdb.base/ena-dis-br.exp
9293 * gdb.base/ending-run.exp
9294 * gdb.base/enumval.exp
9295 * gdb.base/environ.exp
9296 * gdb.base/eu-strip-infcall.exp
9297 * gdb.base/eval-avoid-side-effects.exp
9298 * gdb.base/eval-skip.exp
9299 * gdb.base/exitsignal.exp
9300 * gdb.base/expand-psymtabs.exp
9301 * gdb.base/filesym.exp
9302 * gdb.base/find-unmapped.exp
9303 * gdb.base/finish.exp
9304 * gdb.base/float.exp
9305 * gdb.base/foll-exec-mode.exp
9306 * gdb.base/foll-exec.exp
9307 * gdb.base/foll-fork.exp
9308 * gdb.base/fortran-sym-case.exp
9309 * gdb.base/freebpcmd.exp
9310 * gdb.base/func-ptr.exp
9311 * gdb.base/func-ptrs.exp
9312 * gdb.base/funcargs.exp
9313 * gdb.base/gcore-buffer-overflow.exp
9314 * gdb.base/gcore-relro-pie.exp
9315 * gdb.base/gcore-relro.exp
9316 * gdb.base/gcore.exp
9317 * gdb.base/gdb1090.exp
9318 * gdb.base/gdb11530.exp
9319 * gdb.base/gdb11531.exp
9320 * gdb.base/gdb1821.exp
9321 * gdb.base/gdbindex-stabs.exp
9322 * gdb.base/gdbvars.exp
9323 * gdb.base/hbreak.exp
9324 * gdb.base/hbreak2.exp
9325 * gdb.base/included.exp
9326 * gdb.base/infcall-input.exp
9327 * gdb.base/inferior-died.exp
9328 * gdb.base/infnan.exp
9329 * gdb.base/info-macros.exp
9330 * gdb.base/info-os.exp
9331 * gdb.base/info-proc.exp
9332 * gdb.base/info-shared.exp
9333 * gdb.base/info-target.exp
9334 * gdb.base/infoline.exp
9335 * gdb.base/interp.exp
9336 * gdb.base/interrupt.exp
9337 * gdb.base/jit-reader.exp
9338 * gdb.base/jit-simple.exp
9339 * gdb.base/kill-after-signal.exp
9340 * gdb.base/kill-detach-inferiors-cmd.exp
9341 * gdb.base/label.exp
9342 * gdb.base/langs.exp
9343 * gdb.base/ldbl_e308.exp
9344 * gdb.base/line-symtabs.exp
9345 * gdb.base/linespecs.exp
9346 * gdb.base/list.exp
9347 * gdb.base/long_long.exp
9348 * gdb.base/longest-types.exp
9349 * gdb.base/maint.exp
9350 * gdb.base/max-value-size.exp
9351 * gdb.base/memattr.exp
9352 * gdb.base/mips_pro.exp
9353 * gdb.base/morestack.exp
9354 * gdb.base/moribund-step.exp
9355 * gdb.base/multi-forks.exp
9356 * gdb.base/nested-addr.exp
9357 * gdb.base/nextoverexit.exp
9358 * gdb.base/noreturn-finish.exp
9359 * gdb.base/noreturn-return.exp
9360 * gdb.base/nostdlib.exp
9361 * gdb.base/offsets.exp
9362 * gdb.base/opaque.exp
9363 * gdb.base/pc-fp.exp
9364 * gdb.base/permissions.exp
9365 * gdb.base/print-symbol-loading.exp
9366 * gdb.base/prologue-include.exp
9367 * gdb.base/psymtab.exp
9368 * gdb.base/ptype.exp
9369 * gdb.base/random-signal.exp
9370 * gdb.base/randomize.exp
9371 * gdb.base/range-stepping.exp
9372 * gdb.base/readline-ask.exp
9373 * gdb.base/recpar.exp
9374 * gdb.base/recurse.exp
9375 * gdb.base/relational.exp
9376 * gdb.base/restore.exp
9377 * gdb.base/return-nodebug.exp
9378 * gdb.base/return.exp
9379 * gdb.base/run-after-attach.exp
9380 * gdb.base/save-bp.exp
9381 * gdb.base/scope.exp
9382 * gdb.base/sect-cmd.exp
9383 * gdb.base/set-lang-auto.exp
9384 * gdb.base/set-noassign.exp
9385 * gdb.base/setvar.exp
9386 * gdb.base/sigall.exp
9387 * gdb.base/sigbpt.exp
9388 * gdb.base/siginfo-addr.exp
9389 * gdb.base/siginfo-infcall.exp
9390 * gdb.base/siginfo-obj.exp
9391 * gdb.base/siginfo.exp
9392 * gdb.base/signals-state-child.exp
9393 * gdb.base/signest.exp
9394 * gdb.base/sigstep.exp
9395 * gdb.base/sizeof.exp
9396 * gdb.base/skip.exp
9397 * gdb.base/solib-corrupted.exp
9398 * gdb.base/solib-nodir.exp
9399 * gdb.base/solib-search.exp
9400 * gdb.base/stack-checking.exp
9401 * gdb.base/stale-infcall.exp
9402 * gdb.base/stap-probe.exp
9403 * gdb.base/start.exp
9404 * gdb.base/step-break.exp
9405 * gdb.base/step-bt.exp
9406 * gdb.base/step-line.exp
9407 * gdb.base/step-over-exit.exp
9408 * gdb.base/step-over-syscall.exp
9409 * gdb.base/step-resume-infcall.exp
9410 * gdb.base/step-test.exp
9411 * gdb.base/store.exp
9412 * gdb.base/structs3.exp
9413 * gdb.base/sym-file.exp
9414 * gdb.base/symbol-without-target_section.exp
9415 * gdb.base/term.exp
9416 * gdb.base/testenv.exp
9417 * gdb.base/ui-redirect.exp
9418 * gdb.base/until.exp
9419 * gdb.base/unwindonsignal.exp
9420 * gdb.base/value-double-free.exp
9421 * gdb.base/vla-datatypes.exp
9422 * gdb.base/vla-ptr.exp
9423 * gdb.base/vla-sideeffect.exp
9424 * gdb.base/volatile.exp
9425 * gdb.base/watch-cond-infcall.exp
9426 * gdb.base/watch-cond.exp
9427 * gdb.base/watch-non-mem.exp
9428 * gdb.base/watch-read.exp
9429 * gdb.base/watch-vfork.exp
9430 * gdb.base/watchpoint-cond-gone.exp
9431 * gdb.base/watchpoint-delete.exp
9432 * gdb.base/watchpoint-hw-hit-once.exp
9433 * gdb.base/watchpoint-hw.exp
9434 * gdb.base/watchpoint-stops-at-right-insn.exp
9435 * gdb.base/watchpoints.exp
9436 * gdb.base/wchar.exp
9437 * gdb.base/whatis-exp.exp
9438 * gdb.btrace/buffer-size.exp
9439 * gdb.btrace/data.exp
9440 * gdb.btrace/delta.exp
9441 * gdb.btrace/dlopen.exp
9442 * gdb.btrace/enable.exp
9443 * gdb.btrace/exception.exp
9444 * gdb.btrace/function_call_history.exp
9445 * gdb.btrace/gcore.exp
9446 * gdb.btrace/instruction_history.exp
9447 * gdb.btrace/nohist.exp
9448 * gdb.btrace/reconnect.exp
9449 * gdb.btrace/record_goto-step.exp
9450 * gdb.btrace/record_goto.exp
9451 * gdb.btrace/rn-dl-bind.exp
9452 * gdb.btrace/segv.exp
9453 * gdb.btrace/step.exp
9454 * gdb.btrace/stepi.exp
9455 * gdb.btrace/tailcall-only.exp
9456 * gdb.btrace/tailcall.exp
9457 * gdb.btrace/tsx.exp
9458 * gdb.btrace/unknown_functions.exp
9459 * gdb.btrace/vdso.exp
9460 * gdb.compile/compile-ifunc.exp
9461 * gdb.compile/compile-ops.exp
9462 * gdb.compile/compile-print.exp
9463 * gdb.compile/compile-setjmp.exp
9464 * gdb.cp/abstract-origin.exp
9465 * gdb.cp/ambiguous.exp
9466 * gdb.cp/annota2.exp
9467 * gdb.cp/annota3.exp
9468 * gdb.cp/anon-ns.exp
9469 * gdb.cp/anon-struct.exp
9470 * gdb.cp/anon-union.exp
9471 * gdb.cp/arg-reference.exp
9472 * gdb.cp/baseenum.exp
9473 * gdb.cp/bool.exp
9474 * gdb.cp/breakpoint.exp
9475 * gdb.cp/bs15503.exp
9476 * gdb.cp/call-c.exp
9477 * gdb.cp/casts.exp
9478 * gdb.cp/chained-calls.exp
9479 * gdb.cp/class2.exp
9480 * gdb.cp/classes.exp
9481 * gdb.cp/cmpd-minsyms.exp
9482 * gdb.cp/converts.exp
9483 * gdb.cp/cp-relocate.exp
9484 * gdb.cp/cpcompletion.exp
9485 * gdb.cp/cpexprs.exp
9486 * gdb.cp/cplabel.exp
9487 * gdb.cp/cplusfuncs.exp
9488 * gdb.cp/cpsizeof.exp
9489 * gdb.cp/ctti.exp
9490 * gdb.cp/derivation.exp
9491 * gdb.cp/destrprint.exp
9492 * gdb.cp/dispcxx.exp
9493 * gdb.cp/enum-class.exp
9494 * gdb.cp/exception.exp
9495 * gdb.cp/exceptprint.exp
9496 * gdb.cp/expand-psymtabs-cxx.exp
9497 * gdb.cp/expand-sals.exp
9498 * gdb.cp/extern-c.exp
9499 * gdb.cp/filename.exp
9500 * gdb.cp/formatted-ref.exp
9501 * gdb.cp/fpointer.exp
9502 * gdb.cp/gdb1355.exp
9503 * gdb.cp/gdb2495.exp
9504 * gdb.cp/hang.exp
9505 * gdb.cp/impl-this.exp
9506 * gdb.cp/infcall-dlopen.exp
9507 * gdb.cp/inherit.exp
9508 * gdb.cp/iostream.exp
9509 * gdb.cp/koenig.exp
9510 * gdb.cp/local.exp
9511 * gdb.cp/m-data.exp
9512 * gdb.cp/m-static.exp
9513 * gdb.cp/mb-ctor.exp
9514 * gdb.cp/mb-inline.exp
9515 * gdb.cp/mb-templates.exp
9516 * gdb.cp/member-name.exp
9517 * gdb.cp/member-ptr.exp
9518 * gdb.cp/meth-typedefs.exp
9519 * gdb.cp/method.exp
9520 * gdb.cp/method2.exp
9521 * gdb.cp/minsym-fallback.exp
9522 * gdb.cp/misc.exp
9523 * gdb.cp/namelessclass.exp
9524 * gdb.cp/namespace-enum.exp
9525 * gdb.cp/namespace-nested-import.exp
9526 * gdb.cp/namespace.exp
9527 * gdb.cp/nextoverthrow.exp
9528 * gdb.cp/no-dmgl-verbose.exp
9529 * gdb.cp/non-trivial-retval.exp
9530 * gdb.cp/noparam.exp
9531 * gdb.cp/nsdecl.exp
9532 * gdb.cp/nsimport.exp
9533 * gdb.cp/nsnested.exp
9534 * gdb.cp/nsnoimports.exp
9535 * gdb.cp/nsrecurs.exp
9536 * gdb.cp/nsstress.exp
9537 * gdb.cp/nsusing.exp
9538 * gdb.cp/operator.exp
9539 * gdb.cp/oranking.exp
9540 * gdb.cp/overload-const.exp
9541 * gdb.cp/overload.exp
9542 * gdb.cp/ovldbreak.exp
9543 * gdb.cp/ovsrch.exp
9544 * gdb.cp/paren-type.exp
9545 * gdb.cp/parse-lang.exp
9546 * gdb.cp/pass-by-ref.exp
9547 * gdb.cp/pr-1023.exp
9548 * gdb.cp/pr-1210.exp
9549 * gdb.cp/pr-574.exp
9550 * gdb.cp/pr10687.exp
9551 * gdb.cp/pr12028.exp
9552 * gdb.cp/pr17132.exp
9553 * gdb.cp/pr17494.exp
9554 * gdb.cp/pr9067.exp
9555 * gdb.cp/pr9167.exp
9556 * gdb.cp/pr9631.exp
9557 * gdb.cp/printmethod.exp
9558 * gdb.cp/psmang.exp
9559 * gdb.cp/psymtab-parameter.exp
9560 * gdb.cp/ptype-cv-cp.exp
9561 * gdb.cp/ptype-flags.exp
9562 * gdb.cp/re-set-overloaded.exp
9563 * gdb.cp/ref-types.exp
9564 * gdb.cp/rtti.exp
9565 * gdb.cp/scope-err.exp
9566 * gdb.cp/shadow.exp
9567 * gdb.cp/smartp.exp
9568 * gdb.cp/static-method.exp
9569 * gdb.cp/static-print-quit.exp
9570 * gdb.cp/temargs.exp
9571 * gdb.cp/templates.exp
9572 * gdb.cp/try_catch.exp
9573 * gdb.cp/typedef-operator.exp
9574 * gdb.cp/typeid.exp
9575 * gdb.cp/userdef.exp
9576 * gdb.cp/using-crash.exp
9577 * gdb.cp/var-tag.exp
9578 * gdb.cp/virtbase.exp
9579 * gdb.cp/virtfunc.exp
9580 * gdb.cp/virtfunc2.exp
9581 * gdb.cp/vla-cxx.exp
9582 * gdb.disasm/t01_mov.exp
9583 * gdb.disasm/t02_mova.exp
9584 * gdb.disasm/t03_add.exp
9585 * gdb.disasm/t04_sub.exp
9586 * gdb.disasm/t05_cmp.exp
9587 * gdb.disasm/t06_ari2.exp
9588 * gdb.disasm/t07_ari3.exp
9589 * gdb.disasm/t08_or.exp
9590 * gdb.disasm/t09_xor.exp
9591 * gdb.disasm/t10_and.exp
9592 * gdb.disasm/t11_logs.exp
9593 * gdb.disasm/t12_bit.exp
9594 * gdb.disasm/t13_otr.exp
9595 * gdb.dlang/circular.exp
9596 * gdb.dwarf2/arr-stride.exp
9597 * gdb.dwarf2/arr-subrange.exp
9598 * gdb.dwarf2/atomic-type.exp
9599 * gdb.dwarf2/bad-regnum.exp
9600 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9601 * gdb.dwarf2/callframecfa.exp
9602 * gdb.dwarf2/clztest.exp
9603 * gdb.dwarf2/corrupt.exp
9604 * gdb.dwarf2/data-loc.exp
9605 * gdb.dwarf2/dup-psym.exp
9606 * gdb.dwarf2/dw2-anon-mptr.exp
9607 * gdb.dwarf2/dw2-anonymous-func.exp
9608 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9609 * gdb.dwarf2/dw2-bad-unresolved.exp
9610 * gdb.dwarf2/dw2-basic.exp
9611 * gdb.dwarf2/dw2-canonicalize-type.exp
9612 * gdb.dwarf2/dw2-case-insensitive.exp
9613 * gdb.dwarf2/dw2-common-block.exp
9614 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9615 * gdb.dwarf2/dw2-compressed.exp
9616 * gdb.dwarf2/dw2-const.exp
9617 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9618 * gdb.dwarf2/dw2-cu-size.exp
9619 * gdb.dwarf2/dw2-dup-frame.exp
9620 * gdb.dwarf2/dw2-entry-value.exp
9621 * gdb.dwarf2/dw2-icycle.exp
9622 * gdb.dwarf2/dw2-ifort-parameter.exp
9623 * gdb.dwarf2/dw2-inline-break.exp
9624 * gdb.dwarf2/dw2-inline-param.exp
9625 * gdb.dwarf2/dw2-intercu.exp
9626 * gdb.dwarf2/dw2-intermix.exp
9627 * gdb.dwarf2/dw2-lexical-block-bare.exp
9628 * gdb.dwarf2/dw2-linkage-name-trust.exp
9629 * gdb.dwarf2/dw2-minsym-in-cu.exp
9630 * gdb.dwarf2/dw2-noloc.exp
9631 * gdb.dwarf2/dw2-op-call.exp
9632 * gdb.dwarf2/dw2-op-out-param.exp
9633 * gdb.dwarf2/dw2-opt-structptr.exp
9634 * gdb.dwarf2/dw2-param-error.exp
9635 * gdb.dwarf2/dw2-producer.exp
9636 * gdb.dwarf2/dw2-ranges-base.exp
9637 * gdb.dwarf2/dw2-ref-missing-frame.exp
9638 * gdb.dwarf2/dw2-reg-undefined.exp
9639 * gdb.dwarf2/dw2-regno-invalid.exp
9640 * gdb.dwarf2/dw2-restore.exp
9641 * gdb.dwarf2/dw2-restrict.exp
9642 * gdb.dwarf2/dw2-single-line-discriminators.exp
9643 * gdb.dwarf2/dw2-strp.exp
9644 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9645 * gdb.dwarf2/dw2-unresolved.exp
9646 * gdb.dwarf2/dw2-var-zero-addr.exp
9647 * gdb.dwarf2/dw4-sig-types.exp
9648 * gdb.dwarf2/dwz.exp
9649 * gdb.dwarf2/dynarr-ptr.exp
9650 * gdb.dwarf2/enum-type.exp
9651 * gdb.dwarf2/gdb-index.exp
9652 * gdb.dwarf2/implptr-64bit.exp
9653 * gdb.dwarf2/implptr-optimized-out.exp
9654 * gdb.dwarf2/implptr.exp
9655 * gdb.dwarf2/implref-array.exp
9656 * gdb.dwarf2/implref-const.exp
9657 * gdb.dwarf2/implref-global.exp
9658 * gdb.dwarf2/implref-struct.exp
9659 * gdb.dwarf2/mac-fileno.exp
9660 * gdb.dwarf2/main-subprogram.exp
9661 * gdb.dwarf2/member-ptr-forwardref.exp
9662 * gdb.dwarf2/method-ptr.exp
9663 * gdb.dwarf2/missing-sig-type.exp
9664 * gdb.dwarf2/nonvar-access.exp
9665 * gdb.dwarf2/opaque-type-lookup.exp
9666 * gdb.dwarf2/pieces-optimized-out.exp
9667 * gdb.dwarf2/pieces.exp
9668 * gdb.dwarf2/pr10770.exp
9669 * gdb.dwarf2/pr13961.exp
9670 * gdb.dwarf2/staticvirtual.exp
9671 * gdb.dwarf2/subrange.exp
9672 * gdb.dwarf2/symtab-producer.exp
9673 * gdb.dwarf2/trace-crash.exp
9674 * gdb.dwarf2/typeddwarf.exp
9675 * gdb.dwarf2/valop.exp
9676 * gdb.dwarf2/watch-notconst.exp
9677 * gdb.fortran/array-element.exp
9678 * gdb.fortran/charset.exp
9679 * gdb.fortran/common-block.exp
9680 * gdb.fortran/complex.exp
9681 * gdb.fortran/derived-type-function.exp
9682 * gdb.fortran/derived-type.exp
9683 * gdb.fortran/logical.exp
9684 * gdb.fortran/module.exp
9685 * gdb.fortran/multi-dim.exp
9686 * gdb.fortran/nested-funcs.exp
9687 * gdb.fortran/print-formatted.exp
9688 * gdb.fortran/subarray.exp
9689 * gdb.fortran/vla-alloc-assoc.exp
9690 * gdb.fortran/vla-datatypes.exp
9691 * gdb.fortran/vla-history.exp
9692 * gdb.fortran/vla-ptr-info.exp
9693 * gdb.fortran/vla-ptype-sub.exp
9694 * gdb.fortran/vla-ptype.exp
9695 * gdb.fortran/vla-sizeof.exp
9696 * gdb.fortran/vla-type.exp
9697 * gdb.fortran/vla-value-sub-arbitrary.exp
9698 * gdb.fortran/vla-value-sub-finish.exp
9699 * gdb.fortran/vla-value-sub.exp
9700 * gdb.fortran/vla-value.exp
9701 * gdb.fortran/whatis_type.exp
9702 * gdb.go/chan.exp
9703 * gdb.go/handcall.exp
9704 * gdb.go/hello.exp
9705 * gdb.go/integers.exp
9706 * gdb.go/methods.exp
9707 * gdb.go/package.exp
9708 * gdb.go/strings.exp
9709 * gdb.go/types.exp
9710 * gdb.go/unsafe.exp
9711 * gdb.guile/scm-arch.exp
9712 * gdb.guile/scm-block.exp
9713 * gdb.guile/scm-breakpoint.exp
9714 * gdb.guile/scm-cmd.exp
9715 * gdb.guile/scm-disasm.exp
9716 * gdb.guile/scm-equal.exp
9717 * gdb.guile/scm-frame-args.exp
9718 * gdb.guile/scm-frame-inline.exp
9719 * gdb.guile/scm-frame.exp
9720 * gdb.guile/scm-iterator.exp
9721 * gdb.guile/scm-math.exp
9722 * gdb.guile/scm-objfile.exp
9723 * gdb.guile/scm-ports.exp
9724 * gdb.guile/scm-symbol.exp
9725 * gdb.guile/scm-symtab.exp
9726 * gdb.guile/scm-value-cc.exp
9727 * gdb.guile/types-module.exp
9728 * gdb.linespec/break-ask.exp
9729 * gdb.linespec/cpexplicit.exp
9730 * gdb.linespec/explicit.exp
9731 * gdb.linespec/keywords.exp
9732 * gdb.linespec/linespec.exp
9733 * gdb.linespec/ls-dollar.exp
9734 * gdb.linespec/ls-errs.exp
9735 * gdb.linespec/skip-two.exp
9736 * gdb.linespec/thread.exp
9737 * gdb.mi/mi-async.exp
9738 * gdb.mi/mi-basics.exp
9739 * gdb.mi/mi-break.exp
9740 * gdb.mi/mi-catch-load.exp
9741 * gdb.mi/mi-cli.exp
9742 * gdb.mi/mi-cmd-param-changed.exp
9743 * gdb.mi/mi-console.exp
9744 * gdb.mi/mi-detach.exp
9745 * gdb.mi/mi-disassemble.exp
9746 * gdb.mi/mi-eval.exp
9747 * gdb.mi/mi-file-transfer.exp
9748 * gdb.mi/mi-file.exp
9749 * gdb.mi/mi-fill-memory.exp
9750 * gdb.mi/mi-inheritance-syntax-error.exp
9751 * gdb.mi/mi-linespec-err-cp.exp
9752 * gdb.mi/mi-logging.exp
9753 * gdb.mi/mi-memory-changed.exp
9754 * gdb.mi/mi-read-memory.exp
9755 * gdb.mi/mi-record-changed.exp
9756 * gdb.mi/mi-reg-undefined.exp
9757 * gdb.mi/mi-regs.exp
9758 * gdb.mi/mi-return.exp
9759 * gdb.mi/mi-reverse.exp
9760 * gdb.mi/mi-simplerun.exp
9761 * gdb.mi/mi-solib.exp
9762 * gdb.mi/mi-stack.exp
9763 * gdb.mi/mi-stepi.exp
9764 * gdb.mi/mi-syn-frame.exp
9765 * gdb.mi/mi-until.exp
9766 * gdb.mi/mi-var-block.exp
9767 * gdb.mi/mi-var-child.exp
9768 * gdb.mi/mi-var-cmd.exp
9769 * gdb.mi/mi-var-cp.exp
9770 * gdb.mi/mi-var-display.exp
9771 * gdb.mi/mi-var-invalidate.exp
9772 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9773 * gdb.mi/mi-vla-fortran.exp
9774 * gdb.mi/mi-watch.exp
9775 * gdb.mi/mi2-var-child.exp
9776 * gdb.mi/user-selected-context-sync.exp
9777 * gdb.modula2/unbounded-array.exp
9778 * gdb.multi/dummy-frame-restore.exp
9779 * gdb.multi/multi-arch-exec.exp
9780 * gdb.multi/multi-arch.exp
9781 * gdb.multi/tids.exp
9782 * gdb.multi/watchpoint-multi.exp
9783 * gdb.opencl/callfuncs.exp
9784 * gdb.opencl/convs_casts.exp
9785 * gdb.opencl/datatypes.exp
9786 * gdb.opencl/operators.exp
9787 * gdb.opencl/vec_comps.exp
9788 * gdb.opt/clobbered-registers-O2.exp
9789 * gdb.opt/inline-break.exp
9790 * gdb.opt/inline-bt.exp
9791 * gdb.opt/inline-cmds.exp
9792 * gdb.opt/inline-locals.exp
9793 * gdb.pascal/case-insensitive-symbols.exp
9794 * gdb.pascal/floats.exp
9795 * gdb.pascal/gdb11492.exp
9796 * gdb.python/lib-types.exp
9797 * gdb.python/py-arch.exp
9798 * gdb.python/py-as-string.exp
9799 * gdb.python/py-bad-printers.exp
9800 * gdb.python/py-block.exp
9801 * gdb.python/py-breakpoint-create-fail.exp
9802 * gdb.python/py-breakpoint.exp
9803 * gdb.python/py-caller-is.exp
9804 * gdb.python/py-cmd.exp
9805 * gdb.python/py-explore-cc.exp
9806 * gdb.python/py-explore.exp
9807 * gdb.python/py-finish-breakpoint.exp
9808 * gdb.python/py-finish-breakpoint2.exp
9809 * gdb.python/py-frame-args.exp
9810 * gdb.python/py-frame-inline.exp
9811 * gdb.python/py-frame.exp
9812 * gdb.python/py-framefilter-mi.exp
9813 * gdb.python/py-infthread.exp
9814 * gdb.python/py-lazy-string.exp
9815 * gdb.python/py-linetable.exp
9816 * gdb.python/py-mi-events.exp
9817 * gdb.python/py-mi-objfile.exp
9818 * gdb.python/py-mi.exp
9819 * gdb.python/py-objfile.exp
9820 * gdb.python/py-pp-integral.exp
9821 * gdb.python/py-pp-maint.exp
9822 * gdb.python/py-pp-re-notag.exp
9823 * gdb.python/py-pp-registration.exp
9824 * gdb.python/py-recurse-unwind.exp
9825 * gdb.python/py-strfns.exp
9826 * gdb.python/py-symbol.exp
9827 * gdb.python/py-symtab.exp
9828 * gdb.python/py-sync-interp.exp
9829 * gdb.python/py-typeprint.exp
9830 * gdb.python/py-unwind-maint.exp
9831 * gdb.python/py-unwind.exp
9832 * gdb.python/py-value-cc.exp
9833 * gdb.python/py-xmethods.exp
9834 * gdb.reverse/amd64-tailcall-reverse.exp
9835 * gdb.reverse/break-precsave.exp
9836 * gdb.reverse/break-reverse.exp
9837 * gdb.reverse/consecutive-precsave.exp
9838 * gdb.reverse/consecutive-reverse.exp
9839 * gdb.reverse/finish-precsave.exp
9840 * gdb.reverse/finish-reverse-bkpt.exp
9841 * gdb.reverse/finish-reverse.exp
9842 * gdb.reverse/fstatat-reverse.exp
9843 * gdb.reverse/getresuid-reverse.exp
9844 * gdb.reverse/i386-precsave.exp
9845 * gdb.reverse/i386-reverse.exp
9846 * gdb.reverse/i386-sse-reverse.exp
9847 * gdb.reverse/i387-env-reverse.exp
9848 * gdb.reverse/i387-stack-reverse.exp
9849 * gdb.reverse/insn-reverse.exp
9850 * gdb.reverse/machinestate-precsave.exp
9851 * gdb.reverse/machinestate.exp
9852 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9853 * gdb.reverse/pipe-reverse.exp
9854 * gdb.reverse/readv-reverse.exp
9855 * gdb.reverse/recvmsg-reverse.exp
9856 * gdb.reverse/rerun-prec.exp
9857 * gdb.reverse/s390-mvcle.exp
9858 * gdb.reverse/step-precsave.exp
9859 * gdb.reverse/step-reverse.exp
9860 * gdb.reverse/time-reverse.exp
9861 * gdb.reverse/until-precsave.exp
9862 * gdb.reverse/until-reverse.exp
9863 * gdb.reverse/waitpid-reverse.exp
9864 * gdb.reverse/watch-precsave.exp
9865 * gdb.reverse/watch-reverse.exp
9866 * gdb.rust/generics.exp
9867 * gdb.rust/methods.exp
9868 * gdb.rust/modules.exp
9869 * gdb.rust/simple.exp
9870 * gdb.server/connect-with-no-symbol-file.exp
9871 * gdb.server/ext-attach.exp
9872 * gdb.server/ext-restart.exp
9873 * gdb.server/ext-wrapper.exp
9874 * gdb.server/file-transfer.exp
9875 * gdb.server/server-exec-info.exp
9876 * gdb.server/server-kill.exp
9877 * gdb.server/server-mon.exp
9878 * gdb.server/wrapper.exp
9879 * gdb.stabs/exclfwd.exp
9880 * gdb.stabs/gdb11479.exp
9881 * gdb.threads/clone-new-thread-event.exp
9882 * gdb.threads/corethreads.exp
9883 * gdb.threads/current-lwp-dead.exp
9884 * gdb.threads/dlopen-libpthread.exp
9885 * gdb.threads/gcore-thread.exp
9886 * gdb.threads/sigstep-threads.exp
9887 * gdb.threads/watchpoint-fork.exp
9888 * gdb.trace/actions-changed.exp
9889 * gdb.trace/backtrace.exp
9890 * gdb.trace/change-loc.exp
9891 * gdb.trace/circ.exp
9892 * gdb.trace/collection.exp
9893 * gdb.trace/disconnected-tracing.exp
9894 * gdb.trace/ftrace.exp
9895 * gdb.trace/mi-trace-frame-collected.exp
9896 * gdb.trace/mi-trace-unavailable.exp
9897 * gdb.trace/mi-traceframe-changed.exp
9898 * gdb.trace/mi-tsv-changed.exp
9899 * gdb.trace/no-attach-trace.exp
9900 * gdb.trace/passc-dyn.exp
9901 * gdb.trace/qtro.exp
9902 * gdb.trace/range-stepping.exp
9903 * gdb.trace/read-memory.exp
9904 * gdb.trace/save-trace.exp
9905 * gdb.trace/signal.exp
9906 * gdb.trace/status-stop.exp
9907 * gdb.trace/tfile.exp
9908 * gdb.trace/trace-break.exp
9909 * gdb.trace/trace-buffer-size.exp
9910 * gdb.trace/trace-condition.exp
9911 * gdb.trace/tracefile-pseudo-reg.exp
9912 * gdb.trace/tstatus.exp
9913 * gdb.trace/unavailable.exp
9914 * gdb.trace/while-dyn.exp
9915 * gdb.trace/while-stepping.exp
9916
34c41c68
DE
99172016-12-22 Doug Evans <xdje42@gmail.com>
9918
9919 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9920 and msymbols.
9921
16e69324
YQ
99222016-12-19 Yao Qi <yao.qi@linaro.org>
9923
9924 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9925 (test_with_self): Don't call do_steps_and_nexts, and remove
9926 code about stepping into xmalloc.
9927
f94f411b
YQ
99282016-12-09 Yao Qi <yao.qi@linaro.org>
9929
9930 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9931
99322016-12-09 Yao Qi <yao.qi@linaro.org>
9933
9934 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9935
f1b5deee
PA
99362016-12-09 Pedro Alves <palves@redhat.com>
9937
9938 * gdb.base/all-architectures-0.exp: New file.
9939 * gdb.base/all-architectures-1.exp: New file.
9940 * gdb.base/all-architectures-2.exp: New file.
9941 * gdb.base/all-architectures-3.exp: New file.
9942 * gdb.base/all-architectures-4.exp: New file.
9943 * gdb.base/all-architectures-5.exp: New file.
9944 * gdb.base/all-architectures-6.exp: New file.
9945 * gdb.base/all-architectures-7.exp: New file.
9946 * gdb.base/all-architectures.exp.in: New file.
9947
364ca42e
YQ
99482016-12-09 Yao Qi <yao.qi@linaro.org>
9949
9950 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9951
107c2d62
LM
99522016-12-02 Luis Machado <lgustavo@codesourcery.com>
9953
9954 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9955 possible.
9956 Remove useless pattern-matching code.
9957
df3ee9ca
PA
99582016-12-02 Pedro Alves <palves@redhat.com>
9959
9960 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9961 procedure.
9962 (top level): Call it.
9963
ec835369
PA
99642016-12-02 Pedro Alves <palves@redhat.com>
9965
9966 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9967 New procedure.
9968 (top level): Call it.
9969
01770bbd
PA
99702016-12-02 Pedro Alves <palves@redhat.com>
9971
9972 PR cli/20559
9973 * gdb.base/commands.exp (user_defined_command_args_eval): New
9974 procedure.
9975 (top level): Call it.
9976
008459ea
LM
99772016-12-02 Luis Machado <lgustavo@codesourcery.com>
9978
9979 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9980 timeout handling.
9981
0c1b455e
TT
99822016-12-02 Tom Tromey <tom@tromey.com>
9983
9984 * gdb.dwarf2/main-subprogram.c: New file.
9985 * gdb.dwarf2/main-subprogram.exp: New file.
9986
018572b8
LM
99872016-12-01 Luis Machado <lgustavo@codesourcery.com>
9988
9989 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9990 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9991 gdb_test_no_output for a couple of cases.
9992 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9993
84c93cd5
LM
99942016-12-01 Luis Machado <lgustavo@codesourcery.com>
9995
9996 Fix test names and standardize compilation error messages throughout
9997 the following files:
9998
9999 * gdb.ada/start.exp
10000 * gdb.arch/alpha-step.exp
10001 * gdb.arch/e500-prologue.exp
10002 * gdb.arch/ftrace-insn-reloc.exp
10003 * gdb.arch/gdb1291.exp
10004 * gdb.arch/gdb1431.exp
10005 * gdb.arch/gdb1558.exp
10006 * gdb.arch/i386-dr3-watch.exp
10007 * gdb.arch/i386-sse-stack-align.exp
10008 * gdb.arch/ia64-breakpoint-shadow.exp
10009 * gdb.arch/pa-nullify.exp
10010 * gdb.arch/powerpc-aix-prologue.exp
10011 * gdb.arch/thumb-bx-pc.exp
10012 * gdb.base/annota1.exp
10013 * gdb.base/annota3.exp
10014 * gdb.base/arrayidx.exp
10015 * gdb.base/assign.exp
10016 * gdb.base/attach.exp
10017 * gdb.base/auxv.exp
10018 * gdb.base/bang.exp
10019 * gdb.base/bfp-test.exp
10020 * gdb.base/bigcore.exp
10021 * gdb.base/bitfields2.exp
10022 * gdb.base/break-fun-addr.exp
10023 * gdb.base/break-probes.exp
10024 * gdb.base/call-rt-st.exp
10025 * gdb.base/callexit.exp
10026 * gdb.base/catch-fork-kill.exp
10027 * gdb.base/charset.exp
10028 * gdb.base/checkpoint.exp
10029 * gdb.base/comprdebug.exp
10030 * gdb.base/constvars.exp
10031 * gdb.base/coredump-filter.exp
10032 * gdb.base/cursal.exp
10033 * gdb.base/cvexpr.exp
10034 * gdb.base/detach.exp
10035 * gdb.base/display.exp
10036 * gdb.base/dmsym.exp
10037 * gdb.base/dprintf-pending.exp
10038 * gdb.base/dso2dso.exp
10039 * gdb.base/dtrace-probe.exp
10040 * gdb.base/dump.exp
10041 * gdb.base/enum_cond.exp
10042 * gdb.base/exe-lock.exp
10043 * gdb.base/exec-invalid-sysroot.exp
10044 * gdb.base/execl-update-breakpoints.exp
10045 * gdb.base/exprs.exp
10046 * gdb.base/fileio.exp
10047 * gdb.base/find.exp
10048 * gdb.base/finish.exp
10049 * gdb.base/fixsection.exp
10050 * gdb.base/foll-vfork.exp
10051 * gdb.base/frame-args.exp
10052 * gdb.base/gcore.exp
10053 * gdb.base/gdb1250.exp
10054 * gdb.base/global-var-nested-by-dso.exp
10055 * gdb.base/gnu-ifunc.exp
10056 * gdb.base/hashline1.exp
10057 * gdb.base/hashline2.exp
10058 * gdb.base/hashline3.exp
10059 * gdb.base/hbreak-in-shr-unsupported.exp
10060 * gdb.base/huge.exp
10061 * gdb.base/infcall-input.exp
10062 * gdb.base/info-fun.exp
10063 * gdb.base/info-shared.exp
10064 * gdb.base/jit-simple.exp
10065 * gdb.base/jit-so.exp
10066 * gdb.base/jit.exp
10067 * gdb.base/jump.exp
10068 * gdb.base/label.exp
10069 * gdb.base/lineinc.exp
10070 * gdb.base/logical.exp
10071 * gdb.base/longjmp.exp
10072 * gdb.base/macscp.exp
10073 * gdb.base/miscexprs.exp
10074 * gdb.base/new-ui-echo.exp
10075 * gdb.base/new-ui-pending-input.exp
10076 * gdb.base/new-ui.exp
10077 * gdb.base/nodebug.exp
10078 * gdb.base/nofield.exp
10079 * gdb.base/offsets.exp
10080 * gdb.base/overlays.exp
10081 * gdb.base/pending.exp
10082 * gdb.base/pointers.exp
10083 * gdb.base/pr11022.exp
10084 * gdb.base/printcmds.exp
10085 * gdb.base/prologue.exp
10086 * gdb.base/ptr-typedef.exp
10087 * gdb.base/realname-expand.exp
10088 * gdb.base/relativedebug.exp
10089 * gdb.base/relocate.exp
10090 * gdb.base/remote.exp
10091 * gdb.base/reread.exp
10092 * gdb.base/return2.exp
10093 * gdb.base/savedregs.exp
10094 * gdb.base/sep.exp
10095 * gdb.base/sepdebug.exp
10096 * gdb.base/sepsymtab.exp
10097 * gdb.base/set-inferior-tty.exp
10098 * gdb.base/setshow.exp
10099 * gdb.base/shlib-call.exp
10100 * gdb.base/sigaltstack.exp
10101 * gdb.base/siginfo-addr.exp
10102 * gdb.base/signals.exp
10103 * gdb.base/signull.exp
10104 * gdb.base/sigrepeat.exp
10105 * gdb.base/so-impl-ld.exp
10106 * gdb.base/solib-display.exp
10107 * gdb.base/solib-overlap.exp
10108 * gdb.base/solib-search.exp
10109 * gdb.base/solib-symbol.exp
10110 * gdb.base/structs.exp
10111 * gdb.base/structs2.exp
10112 * gdb.base/symtab-search-order.exp
10113 * gdb.base/twice.exp
10114 * gdb.base/unload.exp
10115 * gdb.base/varargs.exp
10116 * gdb.base/watchpoint-solib.exp
10117 * gdb.base/watchpoint.exp
10118 * gdb.base/whatis.exp
10119 * gdb.base/wrong_frame_bt_full.exp
10120 * gdb.btrace/dlopen.exp
10121 * gdb.cell/ea-standalone.exp
10122 * gdb.cell/ea-test.exp
10123 * gdb.cp/dispcxx.exp
10124 * gdb.cp/gdb2384.exp
10125 * gdb.cp/method2.exp
10126 * gdb.cp/nextoverthrow.exp
10127 * gdb.cp/pr10728.exp
10128 * gdb.disasm/am33.exp
10129 * gdb.disasm/h8300s.exp
10130 * gdb.disasm/mn10300.exp
10131 * gdb.disasm/sh3.exp
10132 * gdb.dwarf2/dw2-dir-file-name.exp
10133 * gdb.fortran/complex.exp
10134 * gdb.fortran/library-module.exp
10135 * gdb.guile/scm-pretty-print.exp
10136 * gdb.guile/scm-symbol.exp
10137 * gdb.guile/scm-type.exp
10138 * gdb.guile/scm-value.exp
10139 * gdb.linespec/linespec.exp
10140 * gdb.mi/gdb701.exp
10141 * gdb.mi/gdb792.exp
10142 * gdb.mi/mi-breakpoint-changed.exp
10143 * gdb.mi/mi-dprintf-pending.exp
10144 * gdb.mi/mi-dprintf.exp
10145 * gdb.mi/mi-exit-code.exp
10146 * gdb.mi/mi-pending.exp
10147 * gdb.mi/mi-solib.exp
10148 * gdb.mi/new-ui-mi-sync.exp
10149 * gdb.mi/pr11022.exp
10150 * gdb.mi/user-selected-context-sync.exp
10151 * gdb.opt/solib-intra-step.exp
10152 * gdb.python/py-events.exp
10153 * gdb.python/py-finish-breakpoint.exp
10154 * gdb.python/py-mi.exp
10155 * gdb.python/py-prettyprint.exp
10156 * gdb.python/py-shared.exp
10157 * gdb.python/py-symbol.exp
10158 * gdb.python/py-template.exp
10159 * gdb.python/py-type.exp
10160 * gdb.python/py-value.exp
10161 * gdb.reverse/solib-precsave.exp
10162 * gdb.reverse/solib-reverse.exp
10163 * gdb.server/solib-list.exp
10164 * gdb.stabs/weird.exp
10165 * gdb.threads/reconnect-signal.exp
10166 * gdb.threads/stepi-random-signal.exp
10167 * gdb.trace/actions.exp
10168 * gdb.trace/ax.exp
10169 * gdb.trace/backtrace.exp
10170 * gdb.trace/change-loc.exp
10171 * gdb.trace/deltrace.exp
10172 * gdb.trace/ftrace-lock.exp
10173 * gdb.trace/ftrace.exp
10174 * gdb.trace/infotrace.exp
10175 * gdb.trace/mi-tracepoint-changed.exp
10176 * gdb.trace/packetlen.exp
10177 * gdb.trace/passcount.exp
10178 * gdb.trace/pending.exp
10179 * gdb.trace/range-stepping.exp
10180 * gdb.trace/report.exp
10181 * gdb.trace/stap-trace.exp
10182 * gdb.trace/tfind.exp
10183 * gdb.trace/trace-break.exp
10184 * gdb.trace/trace-condition.exp
10185 * gdb.trace/trace-enable-disable.exp
10186 * gdb.trace/trace-mt.exp
10187 * gdb.trace/tracecmd.exp
10188 * gdb.trace/tspeed.exp
10189 * gdb.trace/tsv.exp
10190 * lib/perftest.exp
10191
fb9feb35
LM
101922016-12-01 Luis Machado <lgustavo@codesourcery.com>
10193
10194 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10195 with gdb_test_no_output.
10196 Use command as test name.
10197
cd2ddb6c
LM
101982016-12-01 Luis Machado <lgustavo@codesourcery.com>
10199
10200 Fix test names starting with uppercase throughout the files.
10201
10202 * gdb.ada/assign_1.exp
10203 * gdb.ada/boolean_expr.exp
10204 * gdb.base/arrayidx.exp
10205 * gdb.base/del.exp
10206 * gdb.base/gcore-buffer-overflow.exp
10207 * gdb.base/testenv.exp
10208 * gdb.compile/compile.exp
10209 * gdb.python/py-framefilter-invalidarg.exp
10210 * gdb.python/py-framefilter.exp
10211
bb95117e
LM
102122016-12-01 Luis Machado <lgustavo@codesourcery.com>
10213
10214 Fix test names starting with uppercase throughout the files.
10215
10216 * gdb.ada/array_return.exp
10217 * gdb.ada/expr_delims.exp
10218 * gdb.ada/mi_dyn_arr.exp
10219 * gdb.ada/mi_interface.exp
10220 * gdb.ada/mi_var_array.exp
10221 * gdb.ada/watch_arg.exp
10222 * gdb.arch/alpha-step.exp
10223 * gdb.arch/altivec-regs.exp
10224 * gdb.arch/e500-regs.exp
10225 * gdb.arch/powerpc-d128-regs.exp
10226 * gdb.base/arrayidx.exp
10227 * gdb.base/break.exp
10228 * gdb.base/checkpoint.exp
10229 * gdb.base/debug-expr.exp
10230 * gdb.base/dmsym.exp
10231 * gdb.base/radix.exp
10232 * gdb.base/sepdebug.exp
10233 * gdb.base/testenv.exp
10234 * gdb.base/watch_thread_num.exp
10235 * gdb.base/watchpoint-cond-gone.exp
10236 * gdb.cell/break.exp
10237 * gdb.cell/ea-cache.exp
10238 * gdb.compile/compile.exp
10239 * gdb.cp/gdb2495.exp
10240 * gdb.gdb/selftest.exp
10241 * gdb.gdb/xfullpath.exp
10242 * gdb.go/hello.exp
10243 * gdb.go/integers.exp
10244 * gdb.objc/basicclass.exp
10245 * gdb.pascal/hello.exp
10246 * gdb.pascal/integers.exp
10247 * gdb.python/py-breakpoint.exp
10248 * gdb.python/py-cmd.exp
10249 * gdb.python/py-linetable.exp
10250 * gdb.python/py-xmethods.exp
10251 * gdb.python/python.exp
10252 * gdb.reverse/consecutive-precsave.exp
10253 * gdb.reverse/finish-precsave.exp
10254 * gdb.reverse/i386-precsave.exp
10255 * gdb.reverse/machinestate-precsave.exp
10256 * gdb.reverse/sigall-precsave.exp
10257 * gdb.reverse/solib-precsave.exp
10258 * gdb.reverse/step-precsave.exp
10259 * gdb.reverse/until-precsave.exp
10260 * gdb.reverse/watch-precsave.exp
10261 * gdb.threads/leader-exit.exp
10262 * gdb.threads/pthreads.exp
10263 * gdb.threads/wp-replication.exp
10264 * gdb.trace/actions.exp
10265 * gdb.trace/mi-tsv-changed.exp
10266 * gdb.trace/tsv.exp
10267
de97fdd4
LM
102682016-12-01 Luis Machado <lgustavo@codesourcery.com>
10269
10270 Fix test names starting with uppercase throughout the files.
10271
10272 * gdb.arch/i386-bp_permanent.exp
10273 * gdb.arch/i386-gnu-cfi.exp
10274 * gdb.base/disasm-end-cu.exp
10275 * gdb.base/macscp.exp
10276 * gdb.base/pending.exp
10277 * gdb.base/watch_thread_num.exp
10278 * gdb.cp/exception.exp
10279 * gdb.cp/gdb2495.exp
10280 * gdb.cp/local.exp
10281 * gdb.python/py-evsignal.exp
10282 * gdb.python/python.exp
10283 * gdb.trace/tracecmd.exp
10284
9f058c10
LM
102852016-12-01 Luis Machado <lgustavo@codesourcery.com>
10286
10287 Fix test names starting with uppercase throughout the files.
10288
10289 * gdb.base/charset.exp
10290 * gdb.base/eval.exp
10291 * gdb.base/multi-forks.exp
10292 * gdb.guile/scm-progspace.exp
10293 * gdb.opencl/datatypes.exp
10294 * gdb.python/py-block.exp
10295 * gdb.python/py-function.exp
10296 * gdb.python/py-symbol.exp
10297 * gdb.python/py-symtab.exp
10298 * gdb.python/py-xmethods.exp
10299 * gdb.reverse/break-precsave.exp
10300 * gdb.reverse/break-reverse.exp
10301 * gdb.reverse/consecutive-precsave.exp
10302 * gdb.reverse/consecutive-reverse.exp
10303 * gdb.reverse/finish-precsave.exp
10304 * gdb.reverse/finish-reverse-bkpt.exp
10305 * gdb.reverse/finish-reverse.exp
10306 * gdb.reverse/fstatat-reverse.exp
10307 * gdb.reverse/getresuid-reverse.exp
10308 * gdb.reverse/i386-precsave.exp
10309 * gdb.reverse/i386-reverse.exp
10310 * gdb.reverse/i386-sse-reverse.exp
10311 * gdb.reverse/i387-stack-reverse.exp
10312 * gdb.reverse/insn-reverse.exp
10313 * gdb.reverse/machinestate-precsave.exp
10314 * gdb.reverse/machinestate.exp
10315 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10316 * gdb.reverse/pipe-reverse.exp
10317 * gdb.reverse/readv-reverse.exp
10318 * gdb.reverse/recvmsg-reverse.exp
10319 * gdb.reverse/rerun-prec.exp
10320 * gdb.reverse/s390-mvcle.exp
10321 * gdb.reverse/sigall-precsave.exp
10322 * gdb.reverse/sigall-reverse.exp
10323 * gdb.reverse/solib-precsave.exp
10324 * gdb.reverse/solib-reverse.exp
10325 * gdb.reverse/step-precsave.exp
10326 * gdb.reverse/step-reverse.exp
10327 * gdb.reverse/time-reverse.exp
10328 * gdb.reverse/until-precsave.exp
10329 * gdb.reverse/until-reverse.exp
10330 * gdb.reverse/waitpid-reverse.exp
10331 * gdb.reverse/watch-precsave.exp
10332 * gdb.reverse/watch-reverse.exp
10333
cdc7edd7
LM
103342016-12-01 Luis Machado <lgustavo@codesourcery.com>
10335
10336 Fix test names starting with uppercase throughout the files.
10337
10338 * gdb.arch/i386-mpx-simple_segv.exp
10339 * gdb.arch/i386-mpx.exp
10340 * gdb.arch/i386-permbkpt.exp
10341 * gdb.arch/pa-nullify.exp
10342 * gdb.arch/powerpc-d128-regs.exp
10343 * gdb.arch/vsx-regs.exp
10344 * gdb.base/bfp-test.exp
10345 * gdb.base/break.exp
10346 * gdb.base/breakpoint-shadow.exp
10347 * gdb.base/callfuncs.exp
10348 * gdb.base/charset.exp
10349 * gdb.base/commands.exp
10350 * gdb.base/completion.exp
10351 * gdb.base/dfp-test.exp
10352 * gdb.base/echo.exp
10353 * gdb.base/ending-run.exp
10354 * gdb.base/eval.exp
10355 * gdb.base/expand-psymtabs.exp
10356 * gdb.base/float128.exp
10357 * gdb.base/floatn.exp
10358 * gdb.base/foll-exec-mode.exp
10359 * gdb.base/gdb1056.exp
10360 * gdb.base/gdb11531.exp
10361 * gdb.base/kill-after-signal.exp
10362 * gdb.base/multi-forks.exp
10363 * gdb.base/overlays.exp
10364 * gdb.base/pending.exp
10365 * gdb.base/sepdebug.exp
10366 * gdb.base/testenv.exp
10367 * gdb.base/valgrind-db-attach.exp
10368 * gdb.base/watch_thread_num.exp
10369 * gdb.base/watchpoint-cond-gone.exp
10370 * gdb.base/watchpoint.exp
10371 * gdb.base/watchpoints.exp
10372 * gdb.cp/arg-reference.exp
10373 * gdb.cp/baseenum.exp
10374 * gdb.cp/operator.exp
10375 * gdb.cp/shadow.exp
10376 * gdb.dwarf2/dw2-op-out-param.exp
10377 * gdb.dwarf2/dw2-reg-undefined.exp
10378 * gdb.go/chan.exp
10379 * gdb.go/hello.exp
10380 * gdb.go/integers.exp
10381 * gdb.go/methods.exp
10382 * gdb.go/package.exp
10383 * gdb.guile/scm-parameter.exp
10384 * gdb.guile/scm-progspace.exp
10385 * gdb.guile/scm-value.exp
10386 * gdb.mi/mi-pending.exp
10387 * gdb.mi/user-selected-context-sync.exp
10388 * gdb.multi/multi-attach.exp
10389 * gdb.multi/tids.exp
10390 * gdb.opt/clobbered-registers-O2.exp
10391 * gdb.pascal/floats.exp
10392 * gdb.pascal/integers.exp
10393 * gdb.python/py-block.exp
10394 * gdb.python/py-events.exp
10395 * gdb.python/py-parameter.exp
10396 * gdb.python/py-symbol.exp
10397 * gdb.python/py-symtab.exp
10398 * gdb.python/py-type.exp
10399 * gdb.python/py-value.exp
10400 * gdb.python/py-xmethods.exp
10401 * gdb.python/python.exp
10402 * gdb.reverse/break-precsave.exp
10403 * gdb.reverse/consecutive-precsave.exp
10404 * gdb.reverse/finish-precsave.exp
10405 * gdb.reverse/i386-precsave.exp
10406 * gdb.reverse/machinestate-precsave.exp
10407 * gdb.reverse/sigall-precsave.exp
10408 * gdb.reverse/solib-precsave.exp
10409 * gdb.reverse/step-precsave.exp
10410 * gdb.reverse/until-precsave.exp
10411 * gdb.reverse/watch-precsave.exp
10412 * gdb.server/ext-attach.exp
10413 * gdb.server/ext-restart.exp
10414 * gdb.server/ext-run.exp
10415 * gdb.server/ext-wrapper.exp
10416 * gdb.stabs/gdb11479.exp
10417 * gdb.stabs/weird.exp
10418 * gdb.threads/attach-many-short-lived-threads.exp
10419 * gdb.threads/kill.exp
10420 * gdb.threads/watchpoint-fork.exp
10421
bc6c7af4
LM
104222016-12-01 Luis Machado <lgustavo@codesourcery.com>
10423
10424 Fix test names starting with uppercase throughout all the files below.
10425
10426 * gdb.ada/array_return.exp
10427 * gdb.ada/catch_ex.exp
10428 * gdb.ada/info_exc.exp
10429 * gdb.ada/mi_catch_ex.exp
10430 * gdb.ada/mi_dyn_arr.exp
10431 * gdb.ada/mi_ex_cond.exp
10432 * gdb.ada/mi_exc_info.exp
10433 * gdb.ada/mi_interface.exp
10434 * gdb.ada/mi_task_arg.exp
10435 * gdb.ada/mi_task_info.exp
10436 * gdb.ada/mi_var_array.exp
10437 * gdb.arch/alpha-step.exp
10438 * gdb.arch/amd64-disp-step.exp
10439 * gdb.arch/arm-disp-step.exp
10440 * gdb.arch/disp-step-insn-reloc.exp
10441 * gdb.arch/e500-prologue.exp
10442 * gdb.arch/ftrace-insn-reloc.exp
10443 * gdb.arch/gdb1558.exp
10444 * gdb.arch/i386-bp_permanent.exp
10445 * gdb.arch/i386-disp-step.exp
10446 * gdb.arch/i386-float.exp
10447 * gdb.arch/i386-gnu-cfi.exp
10448 * gdb.arch/ia64-breakpoint-shadow.exp
10449 * gdb.arch/mips16-thunks.exp
10450 * gdb.arch/pa-nullify.exp
10451 * gdb.arch/powerpc-aix-prologue.exp
10452 * gdb.arch/powerpc-power.exp
10453 * gdb.arch/ppc-dfp.exp
10454 * gdb.arch/s390-tdbregs.exp
10455 * gdb.arch/spu-info.exp
10456 * gdb.arch/spu-ls.exp
10457 * gdb.arch/thumb-bx-pc.exp
10458 * gdb.base/advance.exp
10459 * gdb.base/annota-input-while-running.exp
10460 * gdb.base/arrayidx.exp
10461 * gdb.base/asmlabel.exp
10462 * gdb.base/async.exp
10463 * gdb.base/attach-wait-input.exp
10464 * gdb.base/auto-connect-native-target.exp
10465 * gdb.base/batch-preserve-term-settings.exp
10466 * gdb.base/bfp-test.exp
10467 * gdb.base/bigcore.exp
10468 * gdb.base/bp-permanent.exp
10469 * gdb.base/break-always.exp
10470 * gdb.base/break-fun-addr.exp
10471 * gdb.base/break-idempotent.exp
10472 * gdb.base/break-main-file-remove-fail.exp
10473 * gdb.base/break-probes.exp
10474 * gdb.base/break-unload-file.exp
10475 * gdb.base/break.exp
10476 * gdb.base/call-ar-st.exp
10477 * gdb.base/call-rt-st.exp
10478 * gdb.base/call-sc.exp
10479 * gdb.base/call-signal-resume.exp
10480 * gdb.base/call-strs.exp
10481 * gdb.base/callexit.exp
10482 * gdb.base/callfuncs.exp
10483 * gdb.base/catch-gdb-caused-signals.exp
10484 * gdb.base/catch-signal-siginfo-cond.exp
10485 * gdb.base/catch-syscall.exp
10486 * gdb.base/compare-sections.exp
10487 * gdb.base/cond-eval-mode.exp
10488 * gdb.base/condbreak-call-false.exp
10489 * gdb.base/consecutive-step-over.exp
10490 * gdb.base/cursal.exp
10491 * gdb.base/disabled-location.exp
10492 * gdb.base/disasm-end-cu.exp
10493 * gdb.base/display.exp
10494 * gdb.base/double-prompt-target-event-error.exp
10495 * gdb.base/dprintf-bp-same-addr.exp
10496 * gdb.base/dprintf-detach.exp
10497 * gdb.base/dprintf-next.exp
10498 * gdb.base/dprintf-non-stop.exp
10499 * gdb.base/dprintf-pending.exp
10500 * gdb.base/dso2dso.exp
10501 * gdb.base/ending-run.exp
10502 * gdb.base/enum_cond.exp
10503 * gdb.base/examine-backward.exp
10504 * gdb.base/exe-lock.exp
10505 * gdb.base/exec-invalid-sysroot.exp
10506 * gdb.base/execl-update-breakpoints.exp
10507 * gdb.base/execution-termios.exp
10508 * gdb.base/fileio.exp
10509 * gdb.base/fixsection.exp
10510 * gdb.base/foll-exec-mode.exp
10511 * gdb.base/foll-exec.exp
10512 * gdb.base/fork-running-state.exp
10513 * gdb.base/frame-args.exp
10514 * gdb.base/fullpath-expand.exp
10515 * gdb.base/func-ptr.exp
10516 * gdb.base/gcore-relro-pie.exp
10517 * gdb.base/gdb1090.exp
10518 * gdb.base/gdb1555.exp
10519 * gdb.base/global-var-nested-by-dso.exp
10520 * gdb.base/gnu-ifunc.exp
10521 * gdb.base/hbreak-in-shr-unsupported.exp
10522 * gdb.base/hbreak-unmapped.exp
10523 * gdb.base/hook-stop.exp
10524 * gdb.base/infcall-input.exp
10525 * gdb.base/info-fun.exp
10526 * gdb.base/info-shared.exp
10527 * gdb.base/interrupt-noterm.exp
10528 * gdb.base/jit-so.exp
10529 * gdb.base/jit.exp
10530 * gdb.base/line-symtabs.exp
10531 * gdb.base/list.exp
10532 * gdb.base/longjmp.exp
10533 * gdb.base/macscp.exp
10534 * gdb.base/max-value-size.exp
10535 * gdb.base/nodebug.exp
10536 * gdb.base/nofield.exp
10537 * gdb.base/overlays.exp
10538 * gdb.base/paginate-after-ctrl-c-running.exp
10539 * gdb.base/paginate-bg-execution.exp
10540 * gdb.base/paginate-inferior-exit.exp
10541 * gdb.base/pending.exp
10542 * gdb.base/pr11022.exp
10543 * gdb.base/printcmds.exp
10544 * gdb.base/ptr-typedef.exp
10545 * gdb.base/ptype.exp
10546 * gdb.base/randomize.exp
10547 * gdb.base/range-stepping.exp
10548 * gdb.base/realname-expand.exp
10549 * gdb.base/relativedebug.exp
10550 * gdb.base/remote.exp
10551 * gdb.base/savedregs.exp
10552 * gdb.base/sepdebug.exp
10553 * gdb.base/set-noassign.exp
10554 * gdb.base/shlib-call.exp
10555 * gdb.base/shreloc.exp
10556 * gdb.base/sigaltstack.exp
10557 * gdb.base/sigbpt.exp
10558 * gdb.base/siginfo-addr.exp
10559 * gdb.base/siginfo-obj.exp
10560 * gdb.base/siginfo-thread.exp
10561 * gdb.base/signest.exp
10562 * gdb.base/signull.exp
10563 * gdb.base/sigrepeat.exp
10564 * gdb.base/skip.exp
10565 * gdb.base/so-impl-ld.exp
10566 * gdb.base/solib-corrupted.exp
10567 * gdb.base/solib-disc.exp
10568 * gdb.base/solib-display.exp
10569 * gdb.base/solib-overlap.exp
10570 * gdb.base/solib-search.exp
10571 * gdb.base/solib-symbol.exp
10572 * gdb.base/source-execution.exp
10573 * gdb.base/sss-bp-on-user-bp-2.exp
10574 * gdb.base/sss-bp-on-user-bp.exp
10575 * gdb.base/stack-checking.exp
10576 * gdb.base/stale-infcall.exp
10577 * gdb.base/step-break.exp
10578 * gdb.base/step-line.exp
10579 * gdb.base/step-over-exit.exp
10580 * gdb.base/step-test.exp
10581 * gdb.base/structs.exp
10582 * gdb.base/sym-file.exp
10583 * gdb.base/symtab-search-order.exp
10584 * gdb.base/term.exp
10585 * gdb.base/type-opaque.exp
10586 * gdb.base/unload.exp
10587 * gdb.base/until-nodebug.exp
10588 * gdb.base/until.exp
10589 * gdb.base/unwindonsignal.exp
10590 * gdb.base/watch-cond.exp
10591 * gdb.base/watch-non-mem.exp
10592 * gdb.base/watch_thread_num.exp
10593 * gdb.base/watchpoint-reuse-slot.exp
10594 * gdb.base/watchpoint-solib.exp
10595 * gdb.base/watchpoint.exp
10596 * gdb.btrace/dlopen.exp
10597 * gdb.cell/arch.exp
10598 * gdb.cell/break.exp
10599 * gdb.cell/bt.exp
10600 * gdb.cell/core.exp
10601 * gdb.cell/data.exp
10602 * gdb.cell/dwarfaddr.exp
10603 * gdb.cell/ea-cache.exp
10604 * gdb.cell/ea-standalone.exp
10605 * gdb.cell/ea-test.exp
10606 * gdb.cell/f-regs.exp
10607 * gdb.cell/fork.exp
10608 * gdb.cell/gcore.exp
10609 * gdb.cell/mem-access.exp
10610 * gdb.cell/ptype.exp
10611 * gdb.cell/registers.exp
10612 * gdb.cell/sizeof.exp
10613 * gdb.cell/solib-symbol.exp
10614 * gdb.cell/solib.exp
10615 * gdb.compile/compile-tls.exp
10616 * gdb.cp/exception.exp
10617 * gdb.cp/gdb2495.exp
10618 * gdb.cp/local.exp
10619 * gdb.cp/mb-inline.exp
10620 * gdb.cp/mb-templates.exp
10621 * gdb.cp/pr10687.exp
10622 * gdb.cp/pr9167.exp
10623 * gdb.cp/scope-err.exp
10624 * gdb.cp/templates.exp
10625 * gdb.cp/virtfunc.exp
10626 * gdb.dwarf2/dw2-dir-file-name.exp
10627 * gdb.dwarf2/dw2-single-line-discriminators.exp
10628 * gdb.fortran/complex.exp
10629 * gdb.fortran/library-module.exp
10630 * gdb.guile/guile.exp
10631 * gdb.guile/scm-cmd.exp
10632 * gdb.guile/scm-frame-inline.exp
10633 * gdb.guile/scm-objfile.exp
10634 * gdb.guile/scm-pretty-print.exp
10635 * gdb.guile/scm-symbol.exp
10636 * gdb.guile/scm-type.exp
10637 * gdb.guile/scm-value.exp
10638 * gdb.linespec/keywords.exp
10639 * gdb.linespec/ls-errs.exp
10640 * gdb.linespec/macro-relative.exp
10641 * gdb.linespec/thread.exp
10642 * gdb.mi/mi-breakpoint-changed.exp
10643 * gdb.mi/mi-dprintf-pending.exp
10644 * gdb.mi/mi-fullname-deleted.exp
10645 * gdb.mi/mi-logging.exp
10646 * gdb.mi/mi-pending.exp
10647 * gdb.mi/mi-solib.exp
10648 * gdb.mi/new-ui-mi-sync.exp
10649 * gdb.mi/user-selected-context-sync.exp
10650 * gdb.multi/dummy-frame-restore.exp
10651 * gdb.multi/multi-arch-exec.exp
10652 * gdb.multi/remove-inferiors.exp
10653 * gdb.multi/watchpoint-multi-exit.exp
10654 * gdb.opt/solib-intra-step.exp
10655 * gdb.perf/backtrace.exp
10656 * gdb.perf/single-step.exp
10657 * gdb.perf/skip-command.exp
10658 * gdb.perf/skip-prologue.exp
10659 * gdb.perf/solib.exp
10660 * gdb.python/lib-types.exp
10661 * gdb.python/py-as-string.exp
10662 * gdb.python/py-bad-printers.exp
10663 * gdb.python/py-block.exp
10664 * gdb.python/py-breakpoint.exp
10665 * gdb.python/py-cmd.exp
10666 * gdb.python/py-events.exp
10667 * gdb.python/py-evthreads.exp
10668 * gdb.python/py-finish-breakpoint.exp
10669 * gdb.python/py-finish-breakpoint2.exp
10670 * gdb.python/py-frame-inline.exp
10671 * gdb.python/py-frame.exp
10672 * gdb.python/py-inferior.exp
10673 * gdb.python/py-infthread.exp
10674 * gdb.python/py-mi.exp
10675 * gdb.python/py-objfile.exp
10676 * gdb.python/py-pp-maint.exp
10677 * gdb.python/py-pp-registration.exp
10678 * gdb.python/py-prettyprint.exp
10679 * gdb.python/py-recurse-unwind.exp
10680 * gdb.python/py-shared.exp
10681 * gdb.python/py-symbol.exp
10682 * gdb.python/py-symtab.exp
10683 * gdb.python/py-template.exp
10684 * gdb.python/py-type.exp
10685 * gdb.python/py-unwind-maint.exp
10686 * gdb.python/py-unwind.exp
10687 * gdb.python/py-value.exp
10688 * gdb.python/python.exp
10689 * gdb.reverse/finish-reverse-bkpt.exp
10690 * gdb.reverse/insn-reverse.exp
10691 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10692 * gdb.reverse/solib-precsave.exp
10693 * gdb.reverse/solib-reverse.exp
10694 * gdb.stabs/gdb11479.exp
10695 * gdb.stabs/weird.exp
10696 * gdb.threads/fork-child-threads.exp
10697 * gdb.threads/fork-plus-threads.exp
10698 * gdb.threads/fork-thread-pending.exp
10699 * gdb.threads/forking-threads-plus-breakpoint.exp
10700 * gdb.threads/hand-call-in-threads.exp
10701 * gdb.threads/interrupted-hand-call.exp
10702 * gdb.threads/linux-dp.exp
10703 * gdb.threads/local-watch-wrong-thread.exp
10704 * gdb.threads/next-while-other-thread-longjmps.exp
10705 * gdb.threads/non-ldr-exit.exp
10706 * gdb.threads/pending-step.exp
10707 * gdb.threads/print-threads.exp
10708 * gdb.threads/process-dies-while-detaching.exp
10709 * gdb.threads/process-dies-while-handling-bp.exp
10710 * gdb.threads/pthreads.exp
10711 * gdb.threads/queue-signal.exp
10712 * gdb.threads/reconnect-signal.exp
10713 * gdb.threads/signal-command-handle-nopass.exp
10714 * gdb.threads/signal-command-multiple-signals-pending.exp
10715 * gdb.threads/signal-delivered-right-thread.exp
10716 * gdb.threads/signal-sigtrap.exp
10717 * gdb.threads/sigthread.exp
10718 * gdb.threads/staticthreads.exp
10719 * gdb.threads/stepi-random-signal.exp
10720 * gdb.threads/thread-unwindonsignal.exp
10721 * gdb.threads/thread_check.exp
10722 * gdb.threads/thread_events.exp
10723 * gdb.threads/tid-reuse.exp
10724 * gdb.threads/tls-nodebug.exp
10725 * gdb.threads/tls-shared.exp
10726 * gdb.threads/tls-so_extern.exp
10727 * gdb.threads/tls.exp
10728 * gdb.threads/wp-replication.exp
10729 * gdb.trace/actions-changed.exp
10730 * gdb.trace/actions.exp
10731 * gdb.trace/backtrace.exp
10732 * gdb.trace/change-loc.exp
10733 * gdb.trace/collection.exp
10734 * gdb.trace/deltrace.exp
10735 * gdb.trace/disconnected-tracing.exp
10736 * gdb.trace/entry-values.exp
10737 * gdb.trace/ftrace-lock.exp
10738 * gdb.trace/ftrace.exp
10739 * gdb.trace/infotrace.exp
10740 * gdb.trace/mi-trace-frame-collected.exp
10741 * gdb.trace/mi-trace-unavailable.exp
10742 * gdb.trace/mi-traceframe-changed.exp
10743 * gdb.trace/mi-tracepoint-changed.exp
10744 * gdb.trace/mi-tsv-changed.exp
10745 * gdb.trace/no-attach-trace.exp
10746 * gdb.trace/packetlen.exp
10747 * gdb.trace/passc-dyn.exp
10748 * gdb.trace/passcount.exp
10749 * gdb.trace/pending.exp
10750 * gdb.trace/pr16508.exp
10751 * gdb.trace/qtro.exp
10752 * gdb.trace/range-stepping.exp
10753 * gdb.trace/read-memory.exp
10754 * gdb.trace/report.exp
10755 * gdb.trace/save-trace.exp
10756 * gdb.trace/signal.exp
10757 * gdb.trace/stap-trace.exp
10758 * gdb.trace/status-stop.exp
10759 * gdb.trace/strace.exp
10760 * gdb.trace/tfile.exp
10761 * gdb.trace/tfind.exp
10762 * gdb.trace/trace-break.exp
10763 * gdb.trace/trace-condition.exp
10764 * gdb.trace/trace-enable-disable.exp
10765 * gdb.trace/trace-mt.exp
10766 * gdb.trace/tracecmd.exp
10767 * gdb.trace/tracefile-pseudo-reg.exp
10768 * gdb.trace/tspeed.exp
10769 * gdb.trace/tstatus.exp
10770 * gdb.trace/tsv.exp
10771 * gdb.trace/unavailable.exp
10772 * gdb.trace/while-dyn.exp
10773 * gdb.trace/while-stepping.exp
10774 * lib/gdb-guile.exp
10775 * lib/gdb.exp
10776 * lib/mi-support.exp
10777 * lib/pascal.exp
10778 * lib/perftest.exp
10779 * lib/prelink-support.exp
10780 * lib/selftest-support.exp
10781
ad02e4fe
SM
107822016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10783
10784 * Makefile.in: Include disable-implicit-rules.mk.
10785
22347e55
AA
107862016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10787
10788 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10789 non-byte-aligned bit fields.
10790
da5b30da
AA
107912016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10792
10793 PR gdb/12616
10794 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10795 respects the DW_AT_data_bit_offset attribute.
10796
b593ecca
SM
107972016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10798
10799 * gdb.base/default.exp: Fix output of "set language".
10800
3b165252
SM
108012016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10802
10803 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10804 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10805 make.
10806 * configure.ac: Remove checks for the make program.
10807 * configure: Re-generate.
10808
1a2f3d7f
KB
108092016-11-16 Kevin Buettner <kevinb@redhat.com>
10810
10811 * gdb.python/py-recurse-unwind.c (main): Add loop.
10812 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10813 to read_register() and gdb.parse_and_eval(). Make each code
10814 call a separate case that can be individually tested.
10815 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10816 proc. Call cont_and_backtrace for each of the code paths that
10817 we want to test in the unwinder.
10818
b7f38fda
AA
108192016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10820
10821 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10822 the definition of struct S.
10823
1f8db343
CM
108242016-11-11 Catherine Moore <clm@codesourcery.com>
10825
10826 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10827
fad0c9fb
PA
108282016-11-09 Pedro Alves <palves@redhat.com>
10829
10830 * gdb.base/commands.exp (runto_or_return): New procedure.
10831 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10832 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10833 (progvar_simple_while_test, progvar_complex_if_while_test)
10834 (if_while_breakpoint_command_test)
10835 (infrun_breakpoint_command_test, breakpoint_command_test)
10836 (user_defined_command_test, watchpoint_command_test)
10837 (test_command_prompt_position, redefine_hook_test)
10838 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10839 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10840 multi_line_input and multi_line. Remove gdb_expect and
10841 gdb_stop_suppressing_tests uses.
10842 * lib/gdb.exp (valnum_re): New global.
10843 (multi_line_input): New procedure.
10844
8354c62c
SM
108452016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10846
10847 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10848 Remove.
10849 (test_setup): Define with proc_with_prefix.
10850 (test_cli_inferior): Likewise.
10851 (test_cli_thread): Likewise.
10852 (test_cli_frame): Likewise.
10853 (test_cli_select_frame): Likewise.
10854 (test_cli_up_down): Likewise.
10855 (test_mi_thread_select): Likewise.
10856 (test_mi_stack_select_frame): Likewise.
10857 (test_cli_in_mi_inferior): Likewise.
10858 (test_cli_in_mi_thread): Likewise.
10859 (test_cli_in_mi_frame): Likewise.
10860 (top level): Do not use with_test_prefix_procname.
10861
64f367a2
PA
108622016-11-09 Pedro Alves <palves@redhat.com>
10863
10864 * gdb.base/commands.exp (gdbvar_simple_if_test)
10865 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10866 (progvar_simple_if_test, progvar_simple_while_test)
10867 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10868 (infrun_breakpoint_command_test, breakpoint_command_test)
10869 (user_defined_command_test, watchpoint_command_test)
10870 (test_command_prompt_position, deprecated_command_test)
10871 (bp_deleted_in_command, temporary_breakpoint_commands)
10872 (stray_arg0_test, source_file_with_indented_comment)
10873 (recursive_source_test, if_commands_test)
10874 (error_clears_commands_left, redefine_hook_test)
10875 (redefine_backtrace_test): Use proc_with_prefix.
10876 * lib/gdb.exp (proc_with_prefix): New proc.
10877
0bb65f1e
AA
108782016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10879
10880 * gdb.base/tui-layout.c: New file.
10881 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10882 disassembly window contains very long lines.
10883
7353f247
TT
108842016-11-08 Tom Tromey <tom@tromey.com>
10885
10886 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10887 depend on Python 2.
10888
30a7bb83
TT
108892016-11-08 Tom Tromey <tom@tromey.com>
10890
10891 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10892 New method.
10893
cdf5a07c
MG
108942016-10-29 Manish Goregaokar <manish@mozilla.com>
10895
2806dc7e 10896 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 10897
51a789c3
MG
108982016-10-27 Manish Goregaokar <manish@mozilla.com>
10899
2806dc7e
PA
10900 * gdb.rust/simple.rs: Add test for univariant enums without
10901 discriminants and for encoded struct-like enums.
51a789c3 10902
f610ab6d
PA
109032016-10-28 Pedro Alves <palves@redhat.com>
10904
10905 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10906 gdb_test_multiple, tighten regexps and match symtabs and line
10907 tables incrementally.
10908
b129b0ca
LM
109092016-10-28 Luis Machado <lgustavo@codesourcery.com>
10910
10911 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10912 general.
10913
ecf45d2c
SL
109142016-10-25 Luis Machado <lgustavo@codesourcery.com>
10915
10916 * gdb.base/exec-invalid-sysroot.exp: New file.
10917
b8d38ee4
JK
109182016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10919
10920 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10921
f90fd8c2
JK
109222016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10923
10924 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10925
2d2476aa
MR
109262016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10927
2806dc7e
PA
10928 * gdb.base/killed-outside.exp: Remove $options from a call to
10929 `prepare_for_testing'.
2d2476aa 10930
e42b25a0
SM
109312016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10932
10933 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10934 Change test message.
10935
3ccdb432
SM
109362016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10937
10938 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10939 Update comment.
10940
5bad3170
SM
109412016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10942
10943 * gdb.trace/mi-trace-save.exp: New file.
10944
5ad9dba7
YQ
109452016-10-13 Yao Qi <yao.qi@linaro.org>
10946
10947 * gdb.base/code_elim.exp (get_var_address): Remove.
10948 * gdb.base/relocate.exp: Likewise.
10949 * gdb.base/shreloc.exp: Likewise.
10950 * lib/gdb.exp (get_var_address): New.
10951
62df7e21
YQ
109522016-10-13 Yao Qi <yao.qi@linaro.org>
10953
10954 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10955 floating point tests if $skip_float_test is false.
10956
4dac951e
LM
109572016-10-12 Luis Machado <lgustavo@codesourcery.com>
10958
10959 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10960 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10961 argc values.
10962 Add 1 to argc so we guarantee distinct initial/modified argc values.
10963
8f1a8fc4
JK
109642016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10965
10966 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10967
16c85b5d
JK
109682016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10969
10970 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10971 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10972 * gdb.arch/vsx-regs.exp: Likewise.
10973
1d0e042a
YQ
109742016-10-07 Yao Qi <yao.qi@linaro.org>
10975
10976 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10977
68dadef5
MM
109782016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10979
10980 * gdb.python/python.exp: Test decode_line("*0").
10981
33fa2c6e
DE
109822016-10-06 Doug Evans <dje@google.com>
10983
10984 * gdb.python/py-value.exp (test_value_creation): Add test for large
10985 unsigned 64-bit value.
10986
9c37b5ae
TT
109872016-10-06 Tom Tromey <tom@tromey.com>
10988
10989 * gdb.compile/compile.exp: Change java tests to rust.
10990 * gdb.base/setshow.exp: Change java tests to rust.
10991 * gdb.base/default.exp: Remove java from language list.
10992 * README (Examples): Update language example.
10993 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10994 test.
10995 * lib/gdb.exp (skip_java_tests): Remove.
10996 * lib/java.exp: Remove.
10997 * gdb.java: Remove.
10998
78b86327
MR
109992016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11000
11001 * gdb.arch/mips-fcr.exp: New test.
11002 * gdb.arch/mips-fcr.c: Source for the new test.
11003
7470adbb
MR
110042016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11005
11006 * gdb.base/solib-disc.exp: Use `standard_output_file'
11007 throughout.
11008
4a556533
PA
110092016-10-06 Pedro Alves <palves@redhat.com>
11010
11011 * gdb.base/jit-simple-dl.c: New file.
11012 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11013 * gdb.base/jit-simple.c: ... this.
11014 * gdb.base/jit-simple.exp (jit_run): Delete.
11015 (build_jit): New proc.
11016 (jit_test_reread): Recompile either the main program or the shared
11017 library, depending on what is being tested. Skip changing address
11018 if caller wants to. Compare before/after addresses. If testing
11019 standalone, explicitly load the binary. Test "maint info
11020 breakpoints".
11021 (top level): Add "standalone vs shared lib" and "change address"
11022 vs "same address" axes.
11023
5a122fbc
PA
110242016-10-06 Pedro Alves <palves@redhat.com>
11025
11026 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11027 call.
11028 (jit_run): Delete.
11029 (jit_test_reread): Use with_test_prefix. Reload the main binary
11030 explicitly. Compare the before/after addresses of the JIT
11031 descriptor.
11032
ee8da4b8
DE
110332016-08-15 Doug Evans <dje@google.com>
11034
11035 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11036 for single bitfields is bool.
11037 * gdb.xml/tdesc-regs.exp: Ditto.
11038
f389f6fe
JK
110392016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11040
11041 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11042
fdebf1a4
YQ
110432016-10-05 Yao Qi <yao.qi@linaro.org>
11044
11045 * lib/gdb.exp (support_complex_tests): Return zero if
11046 gdb_skip_float_test return true.
11047
9c36d954 110482016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11049 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
11050
11051 PR gdb/20487
11052 * gdb.mi/user-selected-context-sync.exp: New file.
11053 * gdb.mi/user-selected-context-sync.c: New file.
11054
4034d0ff 110552016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11056 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
11057
11058 PR gdb/20487
11059 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11060 =thread-select-event check.
11061
a4297203
PB
110622016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11063
11064 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11065 the compulsory L operand changes.
11066 * gdb.arch/powerpc-power.s: Likewise.
11067
bb805577
JK
110682016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11069
11070 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11071 * gdb.base/jit-attach-pie.c: New file.
11072 * gdb.base/jit-attach-pie.exp: New file.
11073
6d61dee5
PA
110742016-09-28 Pedro Alves <palves@redhat.com>
11075
11076 * gdb.base/infcall-input.c: New file.
11077 * gdb.base/infcall-input.exp: New file.
11078
f73842fc
YQ
110792016-09-22 Yao Qi <yao.qi@linaro.org>
11080
11081 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11082 (gdb_exit): Rename it to ...
11083 (gdbserver_gdb_exit): ... Close GDBserver.
11084 (gdb_exit): New proc, call gdbserver_gdb_exit.
11085 (mi_gdb_exit): Likewise.
11086
90681dab
YQ
110872016-09-22 Yao Qi <yao.qi@linaro.org>
11088
11089 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11090 path.
11091 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11092 Remove duplication.
11093
9c211fd8
YQ
110942016-09-22 Yao Qi <yao.qi@linaro.org>
11095
11096 * lib/gdbserver-support.exp: Check the existence of
11097 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11098
ad0a504f
AK
110992016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11100
11101 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11102
36cf1806
TT
111032016-09-21 Tom Tromey <tom@tromey.com>
11104
11105 PR gdb/20604:
11106 * gdb.base/quit.exp: New file.
11107
74172ecf
SM
111082016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11109
11110 * .gitignore: New file.
11111
3d0ec882
MR
111122016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11113
11114 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11115 throughout.
11116
8193adea
AA
111172016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11118
11119 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11120
d41a5c09
JK
111212016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11122
11123 * gdb.cp/casts.cc (decltype): Move it ...
11124 (main): ... with its call to ...
11125 * gdb.cp/casts03.cc: ... a new file.
11126 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11127
d2dfe700
JK
111282016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11129
11130 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11131
e2a92b16
PB
111322016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11133
11134 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11135 and sync up the test with tests in gas/testsuite/gas/ppc.
11136 * gdb.arch/powerpc-power.exp: Likewise.
11137
49b4de64
JK
111382016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11139
11140 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11141
2c29df25
SDJ
111422016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11143 Jan Kratochvil <jan.kratochvil@redhat.com>
11144
11145 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11146 make m1's definition to be different from m2's. Use 'dummy' as an
11147 argument for probe 'two'.
11148
cc3c2846
JB
111492016-09-10 Jon Beniston <jon@beniston.com>
11150
11151 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11152 for sim target.
11153
e1b2624a
AA
111542016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11155
11156 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11157 variable declaration.
11158 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11159 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11160 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11161 received HWCAP as its argument.
11162
4295e285
PA
111632016-09-06 Pedro Alves <palves@redhat.com>
11164
11165 * gdb.base/new-ui-pending-input.c: New file.
11166 * gdb.base/new-ui-pending-input.exp: New file.
11167 * gdb.exp (clear_gdb_spawn_id): New procedure.
11168 (with_spawn_id): Check whether gdb_spawn_id exists before
11169 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11170 on exit.
11171
00d5215e
UW
111722016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11173
11174 * gdb.base/float128.c: New file.
11175 * gdb.base/float128.exp: Likewise.
11176 * gdb.base/floatn.c: Likewise.
11177 * gdb.base/floatn.exp: Likewise.
11178
a9ff5f12
UW
111792016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11180
11181 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11182
f245535c
PA
111832016-09-05 Pedro Alves <palves@redhat.com>
11184
11185 PR backtrace/19927
11186 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11187 unwinders are immediately called as side effect of "source" or
11188 "disable unwinder" commands.
11189 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11190
ae9cf263
YQ
111912016-09-02 Yao Qi <yao.qi@linaro.org>
11192
11193 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11194 is true and $type is "float" or "double".
11195
27aba047
YQ
111962016-09-02 Yao Qi <yao.qi@linaro.org>
11197
11198 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11199 true.
11200 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11201 * gdb.base/call-rt-st.exp: Likewise.
11202 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11203 return value instead of gdb,skip_float_test.
11204 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11205 (do_function_calls): Use its return value instead of
11206 gdb,skip_float_test.
11207 * gdb.base/finish.exp: Likewise.
11208 * gdb.base/funcargs.exp: Likewise.
11209 * gdb.base/return.exp: Likewise.
11210 * gdb.base/return2.exp: Likewise.
11211 * gdb.base/varargs.exp: Likewise.
11212 * lib/gdb.exp (gdb_skip_float_test): Change it to
11213 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11214
5af962df
AA
112152016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11216
11217 * gdb.multi/tids.exp: Test "thread apply all".
11218
7fac6910
JK
112192016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11220
11221 * gdb.base/default.exp (tty): Remove.
11222
bb1fe4ac
KB
112232016-08-24 Kevin Buettner <kevinb@redhat.com>
11224
2806dc7e
PA
11225 * gdb.python/py-recurse-unwind.c: New file.
11226 * gdb.python/py-recurse-unwind.py: New file.
11227 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 11228
0a1ddfa6
SM
112292016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11230
11231 * gdb.base/set-inferior-tty.exp: New file.
11232 * gdb.base/set-inferior-tty.c: New file.
11233
d9de1fe3
PA
112342016-08-23 Pedro Alves <palves@redhat.com>
11235
11236 PR gdb/20494
11237 * gdb.base/new-ui-echo.c: New file.
11238 * gdb.base/new-ui-echo.exp: New file.
11239
e9d9abd7
YQ
112402016-08-23 Yao Qi <yao.qi@linaro.org>
11241
11242 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11243 gdbserver_spawn.
11244 * gdb.server/connect-without-multi-process.exp (do_test):
11245 Likewise.
11246
3589529e
YQ
112472016-08-23 Yao Qi <yao.qi@linaro.org>
11248
11249 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11250 standalone_txt. Delete gdb_txt and standalone_txt on host
11251 and target. Spawn the binary on target. Copy files from
11252 target to host.
11253
6bb90213
PA
112542016-08-22 Pedro Alves <palves@redhat.com>
11255
11256 PR gdb/20505
11257 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11258 with_test_prefix. Factor out bits to ...
11259 (test_no_vdso): ... this new procedure.
11260
20c2c024
CL
112612016-08-19 Carl Love <cel@us.ibm.com>
11262
11263 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11264 maintaining separate logic for constructing the output path.
11265 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11266 * gdb.arch/ppc-dfp.exp: Likewise.
11267 * gdb.arch/ppc-fp.exp: Likewise.
11268 * gdb.arch/vsx-regs.exp: Likewise.
11269 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11270 binprefix for generating the additional binary files.
11271
0646e07d
PA
112722016-08-19 Pedro Alves <palves@redhat.com>
11273
11274 * gdb.trace/mi-trace-frame-collected.exp
11275 (test_trace_frame_collected): On x32, expect two registers.
11276
46da9242
CL
112772016-08-18 Carl Love <cel@us.ibm.com>
11278
11279 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11280 and sync up the test with tests in gas/testsuite/gas/ppc.
11281 * gdb.arch/powerpc-power.exp: Likewise.
11282
eb2332d7
SM
112832016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11284
11285 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11286 expected error message.
11287
63c61e04
SM
112882016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11289
11290 * gdb.multi/remove-inferiors.exp: New file.
11291 * gdb.multi/remove-inferiors.c: New file.
11292
7b17065f
YQ
112932016-08-12 Yao Qi <yao.qi@linaro.org>
11294
11295 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11296 argument list.
11297
01d3dedf
PA
112982016-08-10 Pedro Alves <palves@redhat.com>
11299
11300 PR gdb/19187
11301 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11302 setup_kfails.
11303
3eb7562a
PA
113042016-08-09 Pedro Alves <palves@redhat.com>
11305 Simon Marchi <simon.marchi@ericsson.com>
11306
11307 PR gdb/20418
11308 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11309 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11310
80614914
PA
113112016-08-09 Pedro Alves <palves@redhat.com>
11312
11313 PR mi/20431
11314 * gdb.mi/mi-cmd-error.exp: New file.
11315
f348d89a
PA
113162016-08-09 Pedro Alves <palves@redhat.com>
11317
11318 PR gdb/18653
11319 * gdb.base/signals-state-child.c: New file.
11320 * gdb.base/signals-state-child.exp: New file.
11321 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11322
e5ca03b4
PA
113232016-08-09 Pedro Alves <palves@redhat.com>
11324
11325 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11326
282a0691
TT
113272016-08-03 Tom Tromey <tom@tromey.com>
11328
11329 PR python/18565:
11330 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11331
41bfcd63
YQ
113322016-08-01 Yao Qi <yao.qi@linaro.org>
11333
11334 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11335 variable mode to "multi-process" if $multi_process is 1, otherwise
11336 set it to "single-process".
11337
e3465b24
YQ
113382016-08-01 Yao Qi <yao.qi@linaro.org>
11339
11340 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11341 * gdb.cp/cpexprs.exp: Likewise.
11342 * gdb.cp/m-static.exp: Likewise.
11343
0b31a4bc
TT
113442016-07-26 Tom Tromey <tom@tromey.com>
11345
11346 PR python/20190:
11347 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11348 test.
11349
e0461dbb
MM
113502016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11351
11352 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11353 selecting assembly source files.
11354 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11355 assembly source files.
11356 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11357 assembly source files.
11358 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11359 selecting assembly source files.
11360
8194e927
SM
113612016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11362
11363 * gdb.base/new-ui.exp (do_test_invalid_args): New
11364 procedure.
11365
c0272db5
TW
113662016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11367
11368 * gdb.btrace/reconnect.c: New file.
11369 * gdb.btrace/reconnect.exp: New file.
11370
e3487908
GKB
113712016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11372
11373 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11374 to test_catch_syscall_group.
11375 (test_catch_syscall_group): New.
11376
12df5c00
TT
113772016-07-21 Tom Tromey <tom@tromey.com>
11378
11379 * gdb.rust/simple.rs (main): Use empty struct expression.
11380 * gdb.rust/simple.exp: Add tests for empty struct expression.
11381
bae62ee2
YQ
113822016-07-21 Yao Qi <yao.qi@linaro.org>
11383
11384 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11385 if gdb_skip_xml_test is true on some targets.
11386
b1b53fb3
YQ
113872016-07-21 Yao Qi <yao.qi@linaro.org>
11388
11389 * gdb.server/solib-list.exp: Unset last_loaded_file.
11390
027d97f8
JK
113912016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11392
11393 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11394 "step into captured_main (args)".
11395
7674d381
JK
113962016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11397
11398 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11399
72b5d099
JK
114002016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11401
11402 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11403
1f960ced
PA
114042016-07-19 Pedro Alves <palves@redhat.com>
11405
11406 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11407 * gdb.opt/inline-bt.exp: Likewise.
11408 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11409 additional_flags=-Winline.
11410 * gdb.opt/inline-locals.exp: Likewise.
11411 * gdb.opt/inline-markers.c (ATTR): Define.
11412 (inlined_fn): Use it.
11413
f25827c1
YQ
114142016-07-19 Yao Qi <yao.qi@linaro.org>
11415
11416 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11417 (test_with_self): Remove some code. Remove argument executable.
11418 (top-level): Use do_self_tests.
11419
37539ebe
DB
114202016-07-15 Zachary Welch <zwelch@codesourcery.com>
11421 Don Breazeal <donb@codesourcery.com>
11422
11423 * gdb.base/maint.exp: Escape paths used in regular expressions.
11424 * gdb.stabs/weird.exp: Likewise.
11425
dac790e1
TT
114262016-07-13 Tom Tromey <tom@tromey.com>
11427
11428 PR python/15620, PR python/18620:
11429 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11430 (test_bkpt_events): New procs.
11431
93daf339
TT
114322016-07-13 Tom Tromey <tom@tromey.com>
11433
11434 PR python/17698:
11435 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11436 test.
11437 (test_watchpoints): Likewise.
11438 (test_bkpt_pending): New proc.
11439
6571a381
TT
114402016-07-13 Tom Tromey <tom@tromey.com>
11441
11442 PR cli/18053:
11443 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11444 completion test.
11445
e8732474
JK
114462016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11447
11448 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11449 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11450 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11451 f_label.
11452 (g): Rename g_end_lbl to g_label.
11453 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11454 low_pc and high_pc.
11455 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11456
e0f3fd7c
TT
114572016-07-12 Tom Tromey <tom@tromey.com>
11458
11459 PR python/19293:
11460 * gdb.python/py-unwind-maint.exp: Update tests.
11461
3cfe46b6
YQ
114622016-07-12 Yao Qi <yao.qi@linaro.org>
11463
11464 * lib/selftest-support.exp (selftest_setup): Match the output
11465 when captured_main is inlined.
11466
4f19a0e6
WT
114672016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11468
11469 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11470 New variables.
11471 (print this%a, print this%b, print this): New tests.
11472 * gdb.fortran/derived-types.f90 (this): New object and
11473 initialization.
11474
986cf455
SM
114752016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11476
11477 * gdb.ada/arraydim.exp: Remove extra directory level in build
11478 directory.
11479
f0464b23
SM
114802016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11481
11482 * lib/ada.exp: Remove extra directory level in build directory.
11483 * gdb.ada/cond_lang.exp: Likewise.
11484 * gdb.ada/exec_changed.exp: Likewise.
11485 * gdb.ada/lang_switch.exp: Likewise.
11486
42d94011
MG
114872016-07-06 Manish Goregaokar <manish@mozilla.com>
11488
2806dc7e
PA
11489 * simple.rs: Add test for raw pointer subscripting.
11490 * simple.exp: Add test expectations.
42d94011 11491
647c264c
YQ
114922016-07-05 Yao Qi <yao.qi@linaro.org>
11493
11494 * gdb.mi/mi-reverse.exp: Match =record-started output.
11495
20aa2c60
PA
114962016-07-01 Pedro Alves <palves@redhat.com>
11497
11498 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11499 procedure.
11500 (jit_reader_test): Test the jit reader's unwinder.
11501 * gdb.base/jithost.c (jit_function_00_code): New global.
11502 (main): Use memcpy to fill in the mmapped code, instead of poking
11503 bytes manually here.
11504 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11505 value.
11506 (read_debug_info): Save the function's range.
11507 (read_sp): New function.
11508 (unwind_frame): Use it. Also unwind RBP.
11509 (get_frame_id): Use read_sp.
11510 (gdb_init_reader): Use calloc instead of malloc.
11511 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11512 parameter. Use gdb_test_multiple.
11513
ced2dffb
PA
115142016-07-01 Pedro Alves <palves@redhat.com>
11515 Antoine Tremblay <antoine.tremblay@ericsson.com>
11516
11517 * gdb.threads/process-dies-while-detaching.c: New file.
11518 * gdb.threads/process-dies-while-detaching.exp: New file.
11519
63000888
PA
115202016-07-01 Pedro Alves <palves@redhat.com>
11521
11522 * gdb.multi/watchpoint-multi-exit.c: New file.
11523 * gdb.multi/watchpoint-multi-exit.exp: New file.
11524
038d4868
PA
115252016-06-30 Pedro Alves <palves@redhat.com>
11526
11527 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11528 unset inferior_spawn_id.
11529
994e9c83
PA
115302016-06-30 Pedro Alves <palves@redhat.com>
11531
11532 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11533 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11534
e5653468
YQ
115352016-06-29 Yao Qi <yao.qi@linaro.org>
11536
11537 * gdb.base/return.c: Add copyright header.
11538
803b47e5
TT
115392016-06-29 Tom Tromey <tom@tromey.com>
11540
11541 PR python/20129:
11542 * gdb.python/py-framefilter.exp: Add tests for setting priority
11543 and disabling of non-existent frame filter.
11544
28244707
YQ
115452016-06-29 Yao Qi <yao.qi@linaro.org>
11546
11547 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11548 0x0f07ff.
11549
a31d2f06
YQ
115502016-06-28 Yao Qi <yao.qi@linaro.org>
11551
11552 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11553 triplets. Start gdb, execute catch syscall, and continue. Check
11554 gdb's output to determine catch syscall is supported.
11555
921d8f54
MG
115562016-06-27 Manish Goregaokar <manish@mozilla.com>
11557
25d49b86
PA
11558 * gdb.rust/simple.rs: Add test for returning unit in a function.
11559 * gdb.rust/simple.exp: Add expectation for functions returning
11560 unit.
921d8f54 11561
f4952523
PMR
115622016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11563
11564 * gdb.python/py-breakpoint-create-fail.c,
11565 gdb.python/py-breakpoint-create-fail.exp,
11566 gdb.python/py-breakpoint-create-fail.py: New testcase.
11567
fccb08f8
MG
115682016-06-25 Manish Goregaokar <manish@mozilla.com>
11569
11570 PR gdb/20239
11571 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
11572 * gdb.rust/simple.exp: Add test expectations for new NonZero
11573 tests.
fccb08f8 11574
6b850546
DT
115752016-06-24 David Taylor <dtaylor@emc.com>
11576
11577 * gdb.base/offsets.exp: New file.
11578 * gdb.base/offsets.c: New file.
11579
17621150
TT
115802016-06-23 Tom Tromey <tom@tromey.com>
11581
11582 PR gdb/16483:
11583 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11584 before any filters are loaded.
11585
04d59df6
WT
115862016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11587
11588 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11589 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11590 structs.
11591 * gdb.fortran/derived-type-function.exp: New file.
11592 * gdb.fortran/derived-type-function.f90: New file.
11593
11594
ac69f786
PA
115952016-06-21 Pedro Alves <palves@redhat.com>
11596
11597 * gdb.base/new-ui.exp: New file.
11598 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11599 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11600 (with_spawn_id): New procedure.
11601
49940788
PA
116022016-06-21 Pedro Alves <palves@redhat.com>
11603
11604 * gdb.mi/mi-exec-run.exp: New file.
11605
ef274d26
PA
116062016-06-21 Pedro Alves <palves@redhat.com>
11607
11608 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11609 breakpoint command's output on the main UI.
11610 (test_break): New procedure, factored out from calls in the top
11611 level.
11612 (top level): Use foreach_with_prefix to test MI as main UI and as
11613 separate UI.
11614
468afe6c
PA
116152016-06-21 Pedro Alves <palves@redhat.com>
11616
11617 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11618 (test_awatch_creation_and_listing)
11619 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11620 Remove 'type' parameter.
11621 (test_watchpoint_all): New parameter mi_mode. Remove
11622 with_test_prefix.
11623 (top level): Use foreach_with_prefix, and add main/separate UI MI
11624 testing axis.
11625
51f77c37
PA
116262016-06-21 Pedro Alves <palves@redhat.com>
11627
11628 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11629 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11630 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11631 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11632 (gdb_main_spawn_id, mi_spawn_id): Declare and
11633 comment.
11634 (mi_create_inferior_pty): New procedure,
11635 factored out from default_mi_gdb_start.
11636 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11637 procedures.
11638 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11639 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11640 Use mi_create_inferior_pty.
11641 (mi_gdb_start): Use eval to pass down args list.
11642
8980e177
PA
116432016-06-21 Pedro Alves <palves@redhat.com>
11644
11645 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11646 * gdb.opt/inline-cmds.exp: Add MI tests.
11647
f38d3ad1
PA
116482016-06-21 Pedro Alves <palves@redhat.com>
11649
11650 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11651
45db7c09
PA
116522016-06-21 Pedro Alves <palves@redhat.com>
11653
11654 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11655 (top level): Use it instead of mi_execute_to.
11656
5a069ab3
PA
116572016-06-21 Pedro Alves <palves@redhat.com>
11658
11659 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11660 (cont_handler_str): New.
11661 (signal_stop_handler): Set stop_handler_str instead of printing to
11662 stdout.
11663 (continue_handler): Set cont_handler_str instead of printing to
11664 stdout.
11665 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11666 mi_send_resuming_command. Print stop_handler_str and
11667 cont_handler_str instead of expecting the python events print
11668 directly.
11669
2838cc1d
SD
116702016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11671
11672 * gdb.base/jit-reader.exp: New file.
11673 * gdb.base/jithost.c: New file.
11674 * gdb.base/jithost.h: New file.
11675 * gdb.base/jitreader.c : New file.
11676 * gdb.base/jit-protocol.h: New file.
11677
21a77091
YQ
116782016-06-17 Yao Qi <yao.qi@linaro.org>
11679
11680 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11681 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11682 and detach-on-fork. Adjust tests.
11683 (top level): Invoke break_cond_on_syscall with combinations of
11684 syscall, follow-fork-mode and detach-on-fork.
11685
f50bf8e5
YQ
116862016-06-17 Yao Qi <yao.qi@linaro.org>
11687
11688 * gdb.base/step-over-exit.c: New.
11689 * gdb.base/step-over-exit.exp: New.
11690
a28d8e50
YTL
116912016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11692
11693 * gdb.base/float.exp: Add target check for nds32*-*-*.
11694 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11695
cad8e26d
AB
116962016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11697
11698 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11699 for unsupported target features.
11700 * gdb.base/call-rt-st.exp: Likewise.
11701 * gdb.base/call-sc.exp: Likewise.
11702 * gdb.base/call-signal-resume.exp: Likewise.
11703 * gdb.base/call-strs.exp: Likewise.
11704 * gdb.base/callexit.exp: Likewise.
11705 * gdb.base/callfuncs.exp: Likewise.
11706 * gdb.base/nodebug.exp: Likewise.
11707 * gdb.base/printcmds.exp: Likewise.
11708 * gdb.base/ptype.exp: Likewise.
11709 * gdb.base/structs.exp: Likewise.
11710 * gdb.base/unwindonsignal.exp: Likewise.
11711 * gdb.cp/gdb2495.exp: Likewise.
11712 * gdb.cp/templates.exp: Likewise.
11713 * gdb.cp/virtfunc.exp: Likewise.
11714 * gdb.threads/hand-call-in-threads.exp: Likewise.
11715 * gdb.threads/interrupted-hand-call.exp: Likewise.
11716 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11717
347dc102
TT
117182016-06-10 Tom Tromey <tom@tromey.com>
11719
11720 PR rust/20110:
11721 * gdb.rust/expr.exp: Add test for integer constant larger than
11722 i32.
11723
5e13cf25
BH
117242016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11725
11726 * gdb.fortran/nested-funcs.exp: New.
11727 * gdb.fortran/nested-funcs.f90: New.
11728
bb556f1f
TK
117292016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11730
11731 * gdb.base/examine-backward.c: New file.
11732 * gdb.base/examine-backward.exp: New file.
11733
38b022b4
SM
117342016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11735
11736 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11737 matching.
11738
1b40ec05
TT
117392016-06-02 Tom Tromey <tom@tromey.com>
11740
11741 PR python/18984:
11742 * gdb.python/py-shared.exp: Add solib_name test.
11743
193bd378
SM
117442016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11745
11746 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11747
3326303b
MG
117482016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11749
11750 PR c++/19893
11751 * gdb.dwarf2/implref.exp: Rename to...
11752 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11753 * gdb.dwarf2/implref-array.c: New file.
11754 * gdb.dwarf2/implref-array.exp: Likewise.
11755 * gdb.dwarf2/implref-global.c: Likewise.
11756 * gdb.dwarf2/implref-global.exp: Likewise.
11757 * gdb.dwarf2/implref-struct.c: Likewise.
11758 * gdb.dwarf2/implref-struct.exp: Likewise.
11759
825c8ef2
AT
117602016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11761
11762 * gdb.trace/trace-condition.exp: Add 64bit tests.
11763
2320162a
AT
117642016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11765
11766 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11767 bits types.
11768 (main): Adapt to 8 to 64 bits types.
11769 * gdb.trace/trace-condition.exp: Add new tests.
11770
a7818233
AT
117712016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11772
11773 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11774
0d336466
AT
117752016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11776
11777 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11778 Move condition tests...
11779 * gdb.trace/trace-condition.exp: Here.
11780
7faeb45a
AT
117812016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11782
11783 * gdb.trace/trace-condition.exp: Add counter-case tests.
11784
e385593e
JK
117852016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11786
11787 PR c++/15231
11788 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11789 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11790
744608cc
PA
117912016-05-27 Pedro Alves <palves@redhat.com>
11792
11793 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11794 New procedure.
11795 (top level): Call it, and bail out of DejaGnu is known to be bad.
11796
ac775bf4
AB
117972016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11798
11799 * gdb.base/whatis.c: Extend the test case.
11800 * gdb.base/whatis.exp: Add additional tests.
11801
2bbad2ea
BH
118022016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11803
11804* gdb.fortran/type.f90: Add pointer variable.
11805* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11806
8b70175d
BH
118072016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11808
11809 * gdb.fortran/vla-type.exp: Fix testcase name.
11810
86d8a848
BH
118112016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11812
11813 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11814
e188eb36
BH
118152016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11816
11817 * gdb.fortran/type.f90: Add nested structures.
11818 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11819 * gdb.fortran/derived-type.exp: Adapt expected output.
11820 * gdb.fortran/vla-type.exp: Adapt expected output.
11821
9b2db1fd
BH
118222016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11823
11824 * gdb.fortran/whatis_type.exp: Adapt expected output.
11825
72b17055
BH
118262016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11827
11828 * gdb.fortran/print_type.exp: Fix expected output.
11829 * gdb.fortran/whatis_type.exp: Fix expected output.
11830
3cd81d8d
BH
118312016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11832
11833 * gdb.fortran/whatis_type.exp: Use multi_line.
11834
ddae9462
TT
118352016-05-24 Tom Tromey <tom@tromey.com>
11836
11837 PR python/17386:
11838 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11839 use value as an index.
11840
1957f6b8
TT
118412016-05-23 Tom Tromey <tom@tromey.com>
11842
11843 PR python/17981:
11844 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11845 no-breakpoint case.
11846
026a9174
PA
118472016-05-24 Pedro Alves <palves@redhat.com>
11848
11849 PR gdb/19828
11850 * gdb.threads/clone-attach-detach.c: New file.
11851 * gdb.threads/clone-attach-detach.exp: New file.
11852
e70a7231
FR
118532016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11854
11855 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11856
0f6ed0e0
TT
118572016-05-23 Tom Tromey <tom@tromey.com>
11858
11859 PR python/19438, PR python/18393:
11860 * gdb.python/py-progspace.exp: Add "dir" test.
11861 * gdb.python/py-objfile.exp: Add "dir" test.
11862
ffd19d61
YQ
118632016-05-23 Yao Qi <yao.qi@linaro.org>
11864
11865 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11866 * gdb.arch/thumb2-it.exp: Likewise.
11867
9e8f9b05
SM
118682016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11869
11870 * gdb.mi/mi-threads-interrupt.c: New file.
11871 * gdb.mi/mi-threads-interrupt.exp: New file.
11872
61c6156d
SM
118732016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11874
11875 PR gdb/18077
11876 * gdb.mi/mi-async-run.exp: New file.
11877 * gdb.mi/mi-async-run.c: New file.
11878
67218854
TT
118792016-05-17 Tom Tromey <tom@tromey.com>
11880 Manish Goregaokar <manishsmail@gmail.com>
11881
11882 * lib/rust-support.exp: New file.
11883 * lib/gdb.exp (skip_rust_tests): New proc.
11884 (build_executable_from_specs): Handle rust.
11885 * lib/future.exp (gdb_find_rustc): New proc.
11886 (gdb_default_target_compile): Handle rust.
11887 * gdb.rust/expr.exp: New file.
11888 * gdb.rust/generics.exp: New file.
11889 * gdb.rust/generics.rs: New file.
11890 * gdb.rust/methods.exp: New file.
11891 * gdb.rust/methods.rs: New file.
11892 * gdb.rust/modules.exp: New file.
11893 * gdb.rust/modules.rs: New file.
11894 * gdb.rust/simple.exp: New file.
11895 * gdb.rust/simple.rs: New file.
11896
c44af4eb
TT
118972016-05-17 Tom Tromey <tom@tromey.com>
11898
11899 * gdb.base/default.exp (set language): Add rust.
11900
dcd1f979
TT
119012016-05-17 Tom Tromey <tom@tromey.com>
11902
11903 * gdb.gdb/unittest.exp: New file.
11904
155b7f57
YQ
119052016-05-16 Yao Qi <yao.qi@linaro.org>
11906
11907 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11908 shell_prompt. Update shell_prompt_re.
11909
8ddd5a6c
DE
119102016-05-12 Doug Evans <dje@google.com>
11911
11912 PR symtab/19999
11913 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11914 $options when building executable.
11915 * gdb.dwarf2/fission-loclists-pie.S: New file.
11916 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11917
02e370d9
SM
119182016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11919
11920 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11921 of [is_remote target],
11922
8929ad8b
SM
119232016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11924
11925 * lib/gdb.exp (use_gdb_stub): New procedure.
11926
6c447423
DE
119272016-05-03 Yunlian Jiang <yunlian@google.com>
11928 Doug Evans <dje@google.com>
11929
11930 PR symtab/19914
11931 * gdb.dwarf2/dwp-sepdebug.c: New file.
11932 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11933
444e826c
SM
119342016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11935
11936 * gdb.base/detach.exp: Remove is_remote check.
11937
740feeaa
SM
119382016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11939
11940 * gdb.base/annota-input-while-running.exp: Don't check for
11941 [is_remote target]. Enable annotations after running to main.
11942 Remove unused "set test..." line.
11943
9080ac9d
SM
119442016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11945
11946 * gdb.trace/trace-enable-disable.exp: New file.
11947 * gdb.trace/trace-enable-disable.c: New file.
11948
952ebca5
SM
119492016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11950
11951 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11952 use it in info sharedlibrary test.
11953 * gdb.trace/ftrace-lock.exp: Likewise.
11954 * gdb.trace/ftrace.exp: Likewise.
11955 * gdb.trace/range-stepping.exp: Likewise.
11956 * gdb.trace/trace-break.exp: Likewise.
11957 * gdb.trace/trace-condition.exp: Likewise.
11958 * gdb.trace/trace-mt.exp: Likewise.
11959
d9019901
SM
119602016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11961
11962 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11963 (gdb_load_shlib): ... this.
11964 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11965 gdb_load_shlib.
11966 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11967 * gdb.base/ctxobj.exp: Likewise.
11968 * gdb.base/dprintf-pending.exp: Likewise.
11969 * gdb.base/dso2dso.exp: Likewise.
11970 * gdb.base/fixsection.exp: Likewise.
11971 * gdb.base/gcore-relro.exp: Likewise.
11972 * gdb.base/gdb1555.exp: Likewise.
11973 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11974 * gdb.base/gnu-ifunc.exp: Likewise.
11975 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11976 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11977 * gdb.base/pending.exp: Likewise.
11978 * gdb.base/print-file-var.exp: Likewise.
11979 * gdb.base/print-symbol-loading.exp: Likewise.
11980 * gdb.base/shlib-call.exp: Likewise.
11981 * gdb.base/shreloc.exp: Likewise.
11982 * gdb.base/so-impl-ld.exp: Likewise.
11983 * gdb.base/solib-disc.exp: Likewise.
11984 * gdb.base/solib-nodir.exp: Likewise.
11985 * gdb.base/solib-overlap.exp: Likewise.
11986 * gdb.base/solib-symbol.exp: Likewise.
11987 * gdb.base/solib-weak.exp (do_test): Likewise.
11988 * gdb.base/sym-file.exp: Likewise.
11989 * gdb.base/symtab-search-order.exp: Likewise.
11990 * gdb.base/type-opaque.exp: Likewise.
11991 * gdb.base/unload.exp: Likewise.
11992 * gdb.base/watchpoint-solib.exp: Likewise.
11993 * gdb.compile/compile.exp: Likewise.
11994 * gdb.cp/gdb2384.exp: Likewise.
11995 * gdb.cp/infcall-dlopen.exp: Likewise.
11996 * gdb.cp/re-set-overloaded.exp: Likewise.
11997 * gdb.fortran/library-module.exp: Likewise.
11998 * gdb.opt/solib-intra-step.exp: Likewise.
11999 * gdb.python/py-finish-breakpoint.exp: Likewise.
12000 * gdb.python/py-shared.exp: Likewise.
12001 * gdb.reverse/solib-precsave.exp: Likewise.
12002 * gdb.reverse/solib-reverse.exp: Likewise.
12003 * gdb.server/solib-list.exp: Likewise.
12004 * gdb.threads/dlopen-libpthread.exp: Likewise.
12005 * gdb.threads/tls-shared.exp: Likewise.
12006 * gdb.threads/tls-so_extern.exp: Likewise.
12007 * gdb.trace/change-loc.exp: Likewise.
12008 * gdb.trace/ftrace-lock.exp: Likewise.
12009 * gdb.trace/ftrace.exp: Likewise.
12010 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12011 * gdb.trace/pending.exp: Likewise.
12012 * gdb.trace/range-stepping.exp: Likewise.
12013 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12014 (strace_info_marker): Likewise.
12015 (strace_probe_marker): Likewise.
12016 (strace_trace_on_same_addr): Likewise.
12017 (strace_trace_on_diff_addr): Likewise.
12018 * gdb.trace/trace-break.exp: Likewise.
12019 * gdb.trace/trace-condition.exp: Likewise.
12020 * gdb.trace/trace-mt.exp: Likewise.
12021
fca4cfd9
SM
120222016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12023
12024 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12025 result of gdb_remote_download.
12026 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12027 * gdb.base/dso2dso.exp: Likewise.
12028 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12029 * gdb.base/print-file-var.exp: Likewise.
12030 * gdb.base/shlib-call.exp: Likewise.
12031 * gdb.base/shreloc.exp: Likewise.
12032 * gdb.base/solib-overlap.exp: Likewise.
12033 * gdb.base/solib-weak.exp (do_test): Likewise.
12034 * gdb.base/unload.exp: Likewise.
12035
11cf4ffb
YQ
120362016-04-27 Yao Qi <yao.qi@linaro.org>
12037
12038 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12039 exists.
12040
3e2e34f8
KB
120412016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12042
12043 * vla-type.exp: Print structure from toplevel.
12044
8f07e298
BH
120452016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12046
12047 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12048 of dynamic types.
12049 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12050 of dynamic types.
12051
9920b434
BH
120522016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12053
12054 * gdb.fortran/vla-type.f90: New file.
12055 * gdb.fortran/vla-type.exp: New file.
12056
f3abeff5
YQ
120572016-04-25 Yao Qi <yao.qi@linaro.org>
12058
12059 * gdb.base/branch-to-self.c: New file.
12060 * gdb.base/branch-to-self.exp: New file.
12061
0a5d52f0
YQ
120622016-04-22 Yao Qi <yao.qi@linaro.org>
12063
12064 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12065 more after $hex.
12066
495346f6
YQ
120672016-04-22 Yao Qi <yao.qi@linaro.org>
12068
12069 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12070 * gdb.base/annota3.exp: Likewise.
12071
4a7e075c
YQ
120722016-04-22 Yao Qi <yao.qi@linaro.org>
12073
12074 * gdb.reverse/step-precsave.exp: Do one step and test program
12075 stops in "callee" and do multiple steps until program goes out
12076 of "callee".
12077 * gdb.reverse/step-reverse.exp: Likewise.
12078
5b061e98
YQ
120792016-04-22 Yao Qi <yao.qi@linaro.org>
12080
12081 * gdb.trace/signal.exp: Also pass if
12082 $tracepoint_hits($i) > $iterations.
12083
5c5dc57f
YQ
120842016-04-22 Yao Qi <yao.qi@linaro.org>
12085
12086 * gdb.trace/signal.c: New file.
12087 * gdb.trace/signal.exp: New file.
12088
a55411b9
DE
120892016-04-19 Doug Evans <xdje42@gmail.com>
12090
12091 * gdb.base/bad-file.exp: New file.
12092
a22df60a
MG
120932016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12094
12095 * gdb.dwarf2/implref.exp: New file.
12096
0c13f7e5
BH
120972016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12098
12099 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12100 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12101 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12102 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12103 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12104 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12105 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12106 * lib/fortran.exp (fortran_int4): New procedure.
12107 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12108 (fortran_logical4): Likewise.
12109
9b9b09e9
BH
121102016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12111
12112 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12113
a14d1f4d
BH
121142016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12115
12116 * lib/compiler.c: Add Intel specific preprocessor macros.
12117 * lib/compiler.cc: Likewise.
25d49b86 12118
7d49b1d0
LM
121192016-04-13 Luis Machado <lgustavo@codesourcery.com>
12120
12121 * gdb.server/connect-with-no-symbol-file.c: New file.
12122 * gdb.server/connect-with-no-symbol-file.exp: New file.
12123
8392fa22
SM
121242016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12125
12126 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12127
8c4c4aeb
SM
121282016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12129
12130 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12131 standard output directory.
12132
45e3745e
AT
121332016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12134
12135 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12136
e26b7e41
MM
121372016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12138
12139 * gdb.btrace/instruction_history.c (loop): Add declaration.
12140
8ce09462
AT
121412016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12142
12143 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12144
2e88a1ea
SM
121452016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12146
12147 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12148 parentheses to print.
12149 (continue_handler): Likewise.
12150
f48e22e3
SM
121512016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12152
12153 * gdb.server/solib-list.exp: Remove is_remote check.
12154 Pass shlib= to gdb_compile. Don't link shared library with
12155 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12156 Run binary filename through "readlink -f" on the target.
12157
096be756
PA
121582016-04-08 Pedro Alves <palves@redhat.com>
12159
12160 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12161 interpreter filename as argument to gdbserver_spawn.
12162 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12163 Return empty if $last_loaded_file does not exist.
12164
06500533
JK
121652016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12166
12167 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12168 * gdb.base/jit-main.c: Use exit after usage.
12169
2d35e871
JK
121702016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12171
12172 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12173 GDBHISTSIZE prior to the tests.
12174 * gdb.base/gdbinit-history.exp: Likewise.
12175
121762016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
12177
12178 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12179 instead of build_executable. Use gdb_load_shlibs.
12180
c8064e7e
YQ
121812016-04-07 Yao Qi <yao.qi@linaro.org>
12182
12183 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12184 Execute "si" command.
12185
bde47561
YQ
121862016-04-07 Yao Qi <yao.qi@linaro.org>
12187
12188 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12189 number instead of the comments on some line.
12190
b16f8a3b
DB
121912016-04-06 Don Breazeal <donb@codesourcery.com>
12192
12193 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12194 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12195
c2f901df
SM
121962016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12197
12198 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12199 standard_output_file. Remove unused binfile variable.
12200
ac17fda0
CU
122012016-04-05 Catalin Udma <catalin.udma@freescale.com>
12202
12203 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12204 * gdb.python/py-mi-objfile.exp: Match "list main" output
12205 in console format.
12206
03a8c4df
SM
122072016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12208
12209 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12210 absolute.
12211
6e774b13
SM
122122016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12213
12214 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12215 absolute.
12216 * gdb.trace/ftrace.exp: Likewise.
12217 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12218 targets as well.
12219 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12220 (gdb_load_shlibs): Copy libraries to test directory when testing
12221 natively. Only set solib-search-path if testing remotely.
12222 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12223
7817ea46
SM
122242016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12225
12226 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12227 gdb_download. Use it even if the target is not remote.
12228 * gdb.base/jit.exp (compile_jit_test): Likewise.
12229 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12230 output directory if the destination board is local, otherwise use
12231 the standard remote_download from DejaGnu.
12232 (gdb_download): Remove.
12233 (gdb_load_shlibs): Use gdb_remote_download instead of
12234 gdb_download.
12235 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12236 Use gdb_remote_download instead of gdb_download. Use it even if
12237 the target is not remote.
12238 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12239 instead of gdb_download.
12240
7beb7f68
SM
122412016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12242
12243 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12244 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12245 run.
12246
cc63428a
AV
122472016-04-01 Artemiy Volkov <artemiyv@acm.org>
12248
12249 PR gdb/19820
12250 * gdb.base/printcmds.exp: Add artificial arrays tests.
12251
64cdf930
PA
122522016-03-31 Pedro Alves <palves@redhat.com>
12253
12254 PR gdb/19858
12255 * gdb.base/jit-main.c: Include unistd.h.
12256 (ATTACH): Define to 0 if not already defined.
12257 (wait_for_gdb, mypid): New globals.
12258 (WAIT_FOR_GDB): New macro.
12259 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12260 some breakpoint locations.
12261 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12262 New procedures.
12263 (one_jit_test): Add REATTACH parameter, and handle it. Use
12264 continue_to_test_location.
12265 (top level): Test attach, and adjusts calls to one_jit_test.
12266
40dea8cb
PA
122672016-03-31 Pedro Alves <palves@redhat.com>
12268
12269 PR gdb/19858
12270 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12271 BINSUFFIX parameter, and handle it.
12272 (top level): Adjust calls compile_jit_test.
12273
e7ea3ec7
CU
122742016-03-31 Catalin Udma <catalin.udma@freescale.com>
12275
12276 PR python/19743
12277 * gdb.python/py-mi-events-gdb.py: New file.
12278 * gdb.python/py-mi-events.c: New file.
12279 * gdb.python/py-mi-events.exp: New file.
12280
e6359af3
YQ
122812016-03-30 Yao Qi <yao.qi@linaro.org>
12282
12283 * gdb.reverse/until-precsave.exp: Match function name only.
12284 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12285 Move malloc to a condition block.
12286 * gdb.reverse/until-reverse.exp: Match function name only.
12287
a4105d04
MK
122882016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12289
12290 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12291 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12292 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12293 variable for GPR 0 instead of assuming it is register 0.
12294 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12295 * lib/trace-support.exp: Add s390 registers.
12296
bfa6adb9
YQ
122972016-03-29 Yao Qi <yao.qi@linaro.org>
12298
12299 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12300
1e6697ea
YQ
123012016-03-24 Yao Qi <yao.qi@linaro.org>
12302
12303 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12304 test message.
12305
64bcd522
AA
123062016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12307
12308 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12309 maintaining separate logic for constructing the output path.
12310
7868401b
DB
123112016-03-16 Don Breazeal <donb@codesourcery.com>
12312
12313 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12314 Retry fork and waitpid on interrupted system call errors.
12315 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12316 Use with_timeout_factor to increase timeout by factor of 10.
12317
1cafadb4
DB
123182016-03-15 Don Breazeal <donb@codesourcery.com>
12319
12320 * gdb.cp/scope-err.cc: New test program.
12321 * gdb.cp/scope-err.exp: New test script.
12322 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12323 lines and "set breakpoint here" comment.
12324 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12325 Fixed some whitespace and format issues.
12326 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12327 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12328
81516450
DE
123292016-03-15 Doug Evans <dje@google.com>
12330
12331 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12332 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12333 All callers updated. Add tests for enums, mixed flags register.
12334
aa52b601
DE
123352016-03-15 Doug Evans <dje@google.com>
12336
12337 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12338 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12339
fa4ff313
SM
123402016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12341
12342 * gdb.base/default.exp: Add $_as_string to the list of expected
12343 convenience functions.
12344
f2403c39
AB
123452016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12346
12347 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12348
f2f3ccb9
SM
123492016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12350
12351 * gdb.python/py-as-string.exp: New file.
12352 * gdb.python/py-as-string.c: New file.
12353
00dbd492
PA
123542016-03-09 Pedro Alves <palves@redhat.com>
12355
12356 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12357 signal" -> "Thread NN received signal" output change.
12358 * gdb.threads/ia64-sigill.exp: Likewise.
12359 * gdb.threads/linux-dp.exp: Likewise.
12360 * gdb.threads/manythreads.exp: Likewise.
12361 * gdb.threads/pending-step.exp: Likewise.
12362 * gdb.threads/print-threads.exp: Likewise.
12363 * gdb.threads/sigstep-threads.exp: Likewise.
12364 * gdb.threads/staticthreads.exp: Likewise.
12365 * gdb.threads/tls.exp: Likewise.
12366
1e6697ea
YQ
123672016-03-09 Pedro Alves <palves@redhat.com>
12368
12369 * gdb.base/command-line-input.exp: New file.
12370
b04fd3be
MK
123712016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12372
12373 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12374 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12375 * gdb.trace/pending.exp: Accept leading dot before function name.
12376 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12377 * lib/trace-support.exp: Set registers for ppc.
12378
98fa59e9
MK
123792016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12380
12381 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12382 use it for disassembly; accept .main in addition to main in backtrace.
12383
f77198c8
MK
123842016-03-09 Wei-cheng Wang <cole945@gmail.com>
12385 Marcin Kościelnicki <koriakin@0x04.net>
12386
12387 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12388 (gdb_recursion_test_ptr): New global variable.
12389 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12390 gdb_recursion_test.
12391 (gdb_c_test): Ditto.
12392
ba84e0da
MK
123932016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12394
12395 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12396 ordering.
12397
4366d36e
MK
123982016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12399
12400 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12401 (bar): Add bar_start_lbl label.
12402 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12403 of foo/bar for emitting DWARF and tracing.
12404
5eb264df
SDJ
124052016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12406
12407 * analyze-racy-logs.py: Set executable bit.
12408
fb6a751f
SDJ
124092016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12410
12411 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12412 (CHECK_TARGET_TMP): Likewise.
12413 (check-single-racy): New rule.
12414 (check-parallel-racy): Likewise.
12415 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12416 (do-check-parallel-racy): New rule.
12417 (check-racy/%.exp): Likewise.
12418 * README (Racy testcases): New section.
12419 * analyze-racy-logs.py: New file.
12420
bdf7e230
DE
124212016-03-03 Doug Evans <dje@google.com>
12422
12423 * gdb.base/skip.exp: Use with_test_prefix.
12424
4719d415
YQ
124252016-03-03 Yao Qi <yao.qi@linaro.org>
12426
12427 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12428 Invoke step_over_syscall "clone" and break_cond_on_syscall
12429 "clone".
12430 * gdb.base/step-over-clone.c: New file.
12431
ea507862
YQ
124322016-03-03 Yao Qi <yao.qi@linaro.org>
12433
12434 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12435 code format.
12436
8fc8cbda
YQ
124372016-03-03 Yao Qi <yao.qi@linaro.org>
12438
12439 * gdb.base/disp-step-fork.c: Rename to ...
12440 * gdb.base/step-over-fork.c: ... it. New file.
12441 * gdb.base/disp-step-vfork.c: Rename to ...
12442 * gdb.base/step-over-vfork.c: ... it. New file.
12443 * gdb.base/disp-step-syscall.exp: Rename to ...
12444 * gdb.base/step-over-syscall.exp: ... it. New file.
12445 (disp_step_cross_syscall): Rename to ...
12446 (step_over_syscall): ... it.
12447
92fa70b0
YQ
124482016-03-03 Yao Qi <yao.qi@linaro.org>
12449
12450 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12451 If target supports condition evaluation on target, invoke
12452 break_cond_on_syscall for fork and vfork.
12453
e197ad3c
YQ
124542016-03-03 Yao Qi <yao.qi@linaro.org>
12455
12456 * gdb.base/disp-step-syscall.exp: Don't invoke
12457 support_displaced_stepping.
12458 (disp_step_cross_syscall): Test with displaced stepping off and
12459 on if supported.
12460
0b47da9f
YQ
124612016-03-03 Yao Qi <yao.qi@linaro.org>
12462
12463 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12464 proc.
12465 (setup): New proc.
12466 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12467 and setup.
12468
065ab6dc
BH
124692016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12470
12471 * gdb.fortran/vla-history.exp: Remove breakpoint.
12472
07e448ad 124732016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12474
25d49b86
PA
12475 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12476 exceeds timeout.
07e448ad 12477
9ac2d526 124782016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12479
25d49b86
PA
12480 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12481 breakpoint.
9ac2d526 12482
17807369
BH
124832016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12484
12485 * gdb.mi/vla.f90: Nullify pointer after declaration.
12486
86e501af
PA
124872016-03-01 Pedro Alves <palves@redhat.com>
12488
12489 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12490
1e903e32
PA
124912016-03-01 Pedro Alves <palves@redhat.com>
12492
12493 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12494 before anything else.
12495 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12496 _GNU_SOURCE here.
12497 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12498 before anything else.
12499 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12500
6ccb54e2
PA
125012016-03-01 Pedro Alves <palves@redhat.com>
12502
12503 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12504
30ca9da1
YQ
125052016-03-01 Yao Qi <yao.qi@linaro.org>
12506
12507 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12508 prepare_for_testing.
12509
dc856b38
YQ
125102016-03-01 Yao Qi <yao.qi@linaro.org>
12511
12512 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12513
4a932159
AA
125142016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12515
12516 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12517 manually constructing the output path.
12518
f2489477
AA
125192016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12520
12521 * gdb.arch/s390-stackless.S: New.
12522 * gdb.arch/s390-stackless.exp: New.
12523
38899f16
IB
125242016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12525
12526 * gdb.dlang/circular.c: New file.
12527 * gdb.dlang/circular.exp: New file.
12528
9fde51ed
YQ
125292016-02-26 Yao Qi <yao.qi@linaro.org>
12530
12531 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12532 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12533 (testcases): Update.
12534
ce90fefe
YQ
125352016-02-26 Yao Qi <yao.qi@linaro.org>
12536
12537 * gdb.reverse/aarch64.c: Rename to ...
12538 * gdb.reverse/insn-reverse.c: ... it.
12539 * gdb.reverse/aarch64.exp: Rename to ...
12540 * gdb.reverse/insn-reverse.exp: ... it.
12541
3263bceb
YQ
125422016-02-26 Yao Qi <yao.qi@linaro.org>
12543
12544 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12545 (testcase_ftype): New.
12546 (testcases): New array.
12547 (n_testcases): New.
12548 (main): Call each element in testcases.
12549 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12550 (read_testcase): New.
12551 Do the tests in a loop.
12552
6cb59ff1
YQ
125532016-02-25 Yao Qi <yao.qi@linaro.org>
12554
12555 * gdb.base/branches.c: Remove.
12556
ae91f625
MK
125572016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12558
12559 PR gdb/13808
12560 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12561
678b48b7
MK
125622016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12563
12564 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12565
7337a6f2
MK
125662016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12567
12568 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12569 change x86_64 call_insn to 'callq'.
12570
861ca91f
AT
125712016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12572
12573 * gdb.trace/tfile-avx.c: Move to...
12574 * gdb.trace/tracefile-pseudo-reg.c: Here.
12575 * gdb.trace/tfile-avx.exp: Move to...
12576 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12577
bf74e428
GB
125782016-02-24 Gary Benson <gbenson@redhat.com>
12579
12580 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12581 message on attach.
12582
cce0e923
DE
125832016-02-23 Doug Evans <dje@google.com>
12584
12585 * gdb.base/skip.c (test_skip): New function.
12586 (end_test_skip_file_and_function): New function.
12587 (test_skip_file_and_function): New function.
12588 * gdb.base/skip1.c (test_skip): New function.
12589 (skip1_test_skip_file_and_function): New function.
12590 * gdb.base/skip.exp: Add tests for new skip options.
12591 * gdb.base/skip-solib.exp: Update expected output.
12592 * gdb.perf/skip-command.cc: New file.
12593 * gdb.perf/skip-command.exp: New file.
12594 * gdb.perf/skip-command.py: New file.
12595
4000e47e
MK
125962016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12597
12598 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12599 info registers pattern.
12600
24f75ead
IB
126012016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12602
12603 * lib/future.exp: Add D support.
12604 (gdb_find_gdc): New proc.
12605 (gdb_default_target_compile): Add D support.
12606
fbb7bcbe
WW
126072016-02-18 Wei-cheng Wang <cole945@gmail.com>
12608
12609 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12610 user+system time.
12611 (trace_speed_test): Determine the iteration count for a time
12612 between 15..30 seconds.
12613
012b3a21
WT
126142016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12615
12616 * gdb.arch/i386-mpx-sigsegv.c: New file.
12617 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12618 * gdb.arch/i386-mpx-simple_segv.c: New file.
12619 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12620
2d5189bd
YQ
126212016-02-18 Yao Qi <yao.qi@linaro.org>
12622
12623 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12624 Don't call setup_kfail.
12625
40fb20d0
YQ
126262016-02-18 Yao Qi <yao.qi@linaro.org>
12627
12628 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12629 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12630
21b1f8d2
DE
126312016-02-16 Doug Evans <dje@google.com>
12632
12633 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12634 * gdb.base/skip1.c: Ditto.
12635 * gdb.base/skip.exp: Whitespace cleanup.
12636
4041ed77
DB
126372016-02-16 Don Breazeal <donb@codesourcery.com>
12638
12639 PR remote/19496
12640 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12641 Remove kfail for PR remote/19496.
12642
c4ef31bf
SM
126432016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12644
12645 * lib/gdb.exp (standard_temp_file): Return a path specific to
12646 the runtest invocation.
12647
266b65b3
SM
126482016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12649
12650 * gdb.trace/save-trace.exp: Change relative path to be in the
12651 standard output directory.
12652
a7a0a6a9
JK
126532016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12654
12655 * gdb.arch/i386-prologue.c: Add missing prototypes.
12656
c99dbb42
JK
126572016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12658
12659 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12660 * gdb.arch/i386-prologue.exp: Likewise.
12661 * gdb.arch/i386-size.exp: Likewise.
12662
aa480355
SM
126632016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12664
12665 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12666 define object file path.
12667 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12668 file path.
12669 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12670 standard_output_file to define binfile.
12671
ba881f50
JK
126722016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12673
12674 Fix compatibility with recent gfortran-5.3.1.
12675 * gdb.fortran/vla-history.exp (print vla1 allocated)
12676 (print vla2 allocated, print $2, print $3): Remove
12677 (print $4): Rename to ...
12678 (print $2): ... here.
12679 (print $9): Rename to ...
12680 (print $5): ... here.
12681 (print $10): Rename to ...
12682 (print $6): ... here.
12683 * gdb.fortran/vla.f90: Add pvla initialization.
12684
e9fb005c
JK
126852016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12686
12687 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12688 New test.
12689 * gdb.fortran/vla-value-sub.exp: Likewise.
12690
e44e00ff
MK
126912016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12692
12693 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12694
97e94151
SM
126952016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12696
12697 * i386-biarch-core.exp: Define corefile using
12698 standard_output_file.
12699
01113bc1
YQ
127002016-02-12 Yao Qi <yao.qi@linaro.org>
12701
12702 * gdb.arch/arm-single-step-kernel-helper.c: New.
12703 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12704
33b4777c
MM
127052016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12706
12707 * gdb.btrace/tailcall-only.exp: New.
12708 * gdb.btrace/tailcall-only.c: New.
12709 * gdb.btrace/x86_64-tailcall-only.S: New.
12710 * gdb.btrace/i686-tailcall-only.S: New.
12711
acc23c11
PA
127122016-02-11 Pedro Alves <palves@redhat.com>
12713
12714 * README (Parallel testing): Add missing double quotes.
12715
e352bf0a
PA
127162016-02-11 Pedro Alves <palves@redhat.com>
12717
12718 * README (Parallel testing): New section.
12719 (GDB_PARALLEL): Rewrite.
12720 (FORCE_PARALLEL): Document.
12721
9f5fed78
MK
127222016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12723
12724 * gdb.trace/tfile-avx.c: New test.
12725 * gdb.trace/tfile-avx.exp: New test.
12726
9ef9e6a6
KS
127272016-02-09 Keith Seitz <keiths@redhat.com>
12728
12729 PR breakpoints/19546
12730 * gdb.base/infcall-exec.c: New file.
12731 * gdb.base/infcall-exec2.c: New file.
12732 * gdb.base/infcall-exec.exp: New file.
12733
a96e36da
KS
127342016-02-09 Keith Seitz <keiths@redhat.com>
12735
12736 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12737 (toplevel): Call test_bkpt_address.
12738
9f61929f
KS
127392016-02-09 Keith Seitz <keiths@redhat.com>
12740
12741 PR python/19506
12742 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12743 (toplevel): Call test_bkpt_address.
12744
1e94266c
SM
127452016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12746
12747 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12748 to AC_OUTPUT.
12749 * configure: Regenerate.
12750
2a7f3dff
PA
127512016-02-09 Pedro Alves <palves@redhat.com>
12752
12753 PR breakpoints/19548
12754 * gdb.base/execl-update-breakpoints.c (some_function): New
12755 function.
12756 (main): Call it.
12757 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12758 Tighten expected GDB output.
12759
2151ccc5
SM
127602016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12761
12762 * Makefile.in (ALL_SUBDIRS): Remove.
12763 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12764 (distclean maintainer-clean realclean): Likewise.
12765 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12766 * configure: Regenerate.
12767 * gdb.ada/Makefile.in: Delete.
12768 * gdb.arch/Makefile.in: Likewise.
12769 * gdb.asm/Makefile.in: Likewise.
12770 * gdb.base/Makefile.in: Likewise.
12771 * gdb.btrace/Makefile.in: Likewise.
12772 * gdb.cell/Makefile.in: Likewise.
12773 * gdb.compile/Makefile.in: Likewise.
12774 * gdb.cp/Makefile.in: Likewise.
12775 * gdb.disasm/Makefile.in: Likewise.
12776 * gdb.dlang/Makefile.in: Likewise.
12777 * gdb.dwarf2/Makefile.in: Likewise.
12778 * gdb.fortran/Makefile.in: Likewise.
12779 * gdb.gdb/Makefile.in: Likewise.
12780 * gdb.go/Makefile.in: Likewise.
12781 * gdb.guile/Makefile.in: Likewise.
12782 * gdb.java/Makefile.in: Likewise.
12783 * gdb.linespec/Makefile.in: Likewise.
12784 * gdb.mi/Makefile.in: Likewise.
12785 * gdb.modula2/Makefile.in: Likewise.
12786 * gdb.multi/Makefile.in: Likewise.
12787 * gdb.objc/Makefile.in: Likewise.
12788 * gdb.opencl/Makefile.in: Likewise.
12789 * gdb.opt/Makefile.in: Likewise.
12790 * gdb.pascal/Makefile.in: Likewise.
12791 * gdb.perf/Makefile.in: Likewise.
12792 * gdb.python/Makefile.in: Likewise.
12793 * gdb.reverse/Makefile.in: Likewise.
12794 * gdb.server/Makefile.in: Likewise.
12795 * gdb.stabs/Makefile.in: Likewise.
12796 * gdb.threads/Makefile.in: Likewise.
12797 * gdb.trace/Makefile.in: Likewise.
12798 * gdb.xml/Makefile.in: Likewise.
12799 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12800 GDB_PARALLEL.
12801 (standard_output_file): Remove check for GDB_PARALLEL, always
12802 return path in outputs/$subdir/$testname.
12803
437277d4
SM
128042016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12805
12806 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12807 (site.exp): Assign abs_srcdir to tcl's srcdir.
12808
31d913c7
YQ
128092016-02-04 Yao Qi <yao.qi@linaro.org>
12810
12811 * gdb.base/foll-exec-mode.c: Include limits.h.
12812 (main): Add parameters argc and argv. Get directory from
12813 argv[0].
12814 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12815 compilation.
12816 * gdb.base/foll-exec.c: Include limits.h.
12817 (main): Add parameters argc and argv.
12818 Get directory from argv[0].
12819 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12820 Adjust tests on the number of lines as source code changed.
12821 * gdb.base/foll-vfork-exit.c: Include limits.h.
12822 (main): Add one line of statement before vfork.
12823 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12824 (main): Add parameters argc and argv. Get directory from
12825 argv[0].
12826 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12827 (setup_gdb): Set tbreak to skip some source lines.
12828 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12829 (main): Add parameters argc and argv. Get directory from
12830 argv[0].
12831 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12832 compilation.
12833 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12834 (main): Add parameters argc and argv. Get directory from
12835 argv[0].
12836 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12837 compilation.
12838
9482b9fb
DE
128392016-02-01 Doug Evans <dje@google.com>
12840
12841 * gdb.base/skip.exp: Clean up multiple references to same test name.
12842
6b2e4f10
PA
128432016-02-01 Pedro Alves <palves@redhat.com>
12844
ccb6afd6 12845 PR remote/19496
6b2e4f10
PA
12846 * gdb.threads/forking-threads-plus-breakpoint.exp
12847 (displaced_stepping_supported): New global.
12848 (probe_displaced_stepping_support): New procedure.
12849 (do_test): Add 'displaced' parameter, and use it.
12850 (top level): Check for displaced stepping support. Add displaced
12851 stepping on/off testing axis.
12852
37a8db1a
AB
128532016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12854
12855 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12856 pointer. Don't perform further tests on the unassociated pointer
12857 if the first test fails.
12858
5fdf6324
AB
128592016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12860
12861 * gdb.base/max-value-size.c: New file.
12862 * gdb.base/max-value-size.exp: New file.
12863 * gdb.base/huge.exp: Disable max-value-size for this test.
12864
935c6144
IB
128652016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12866
12867 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12868
7fe8399d
YQ
128692016-01-28 Yao Qi <yao.qi@linaro.org>
12870
12871 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12872
a2077e25
PA
128732016-01-25 Pedro Alves <palves@redhat.com>
12874
12875 PR threads/19461
12876 * gdb.base/fork-running-state.c: New file.
12877 * gdb.base/fork-running-state.exp: New file.
12878
1d2736d4
PA
128792016-01-25 Pedro Alves <palves@redhat.com>
12880
12881 PR gdb/19494
12882 * gdb.base/catch-fork-kill.c: New file.
12883 * gdb.base/catch-fork-kill.exp: New file.
12884
f1da4b11
PA
128852016-01-25 Pedro Alves <palves@redhat.com>
12886
12887 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12888 Delete, moved to lib/gdb.exp.
12889 * gdb.threads/forking-threads-plus-breakpoint.exp
12890 (foreach_with_prefix): Likewise.
12891 * gdb.threads/process-dies-while-handling-bp.exp
12892 (foreach_with_prefix): Likewise.
12893 * lib/gdb.exp (foreach_with_prefix): New procedure.
12894
45f38546
MK
128952016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12896
12897 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12898 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12899
dc29a1ce
MK
129002016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12901
12902 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12903 endian targets.
12904
092127d7
JK
129052016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12906 Pedro Alves <palves@redhat.com>
12907
12908 Fix testsuite compatibility with Guile.
12909 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12910 number.
12911
31d765d3
JK
129122016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12913
12914 Fix testsuite compatibility with Guile.
12915 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12916 (thread 1): New test for backtrace through signal handler.
12917
1ac78c04
YQ
129182016-01-22 Yao Qi <yao.qi@linaro.org>
12919
12920 PR testsuite/19491
12921 * gdb.base/multi-forks.c: Include
12922 ../lib/unbuffer_output.c
12923 (main): Call gdb_unbuffer_output.
12924
4f5946a8
DE
129252016-01-21 Doug Evans <dje@google.com>
12926
12927 * lib/ada.exp (gdb_compile_ada): Fix typo.
12928
305e13e6
JB
129292016-01-21 Joel Brobecker <brobecker@adacore.com>
12930
12931 * gdb.base/break-fun-addr.exp: New file.
12932 * gdb.base/break-fun-addr1.c: New file.
12933 * gdb.base/break-fun-addr2.c: New file.
12934
5f5dfff6
SM
129352016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12936
12937 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12938 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12939 enum flag values.
12940
fd356fa2
AA
129412016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12942
12943 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12944 when GDB can not set the vector return value. Add more comments
12945 for clarification.
12946
9df22175
AT
129472016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12948
12949 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12950 command.
12951
41d1845e
SM
129522016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12953
12954 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12955
01ac6840
SM
129562016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12957
12958 * Makefile.in (check-single): Pass --status to runtest.
12959 (check/%.exp): Likewise.
12960
129612016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12962
12963 * Makefile.in (check-parallel): Propagate return code from make
12964 do-check-parallel.
12965
bd0a71fa
MK
129662016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12967
12968 * gdb.trace/ftrace.exp: Fix expected message on continue.
12969 * gdb.trace/pending.exp: Fix expected message on continue.
12970 * gdb.trace/trace-break.exp: Fix expected message on continue.
12971
8bcbad33
SM
129722016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12973
12974 * lib/gdb.exp (gdb_test): Remove unused global references.
12975
f303dbd6
PA
129762016-01-18 Pedro Alves <palves@redhat.com>
12977
12978 * gdb.base/async-shell.exp: Adjust expected output.
12979 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12980 * gdb.base/siginfo-thread.exp: Adjust expected output.
12981 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12982 * gdb.java/jnpe.exp: Adjust expected output.
12983 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12984 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12985 * gdb.threads/leader-exit.exp: Adjust expected output.
12986 * gdb.threads/manythreads.exp: Adjust expected output.
12987 * gdb.threads/pthreads.exp: Adjust expected output.
12988 * gdb.threads/schedlock.exp: Adjust expected output.
12989 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12990 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12991 expected output.
12992 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12993 output.
12994 * gdb.threads/sigthread.exp: Adjust expected output.
12995 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12996
b2789696
YQ
129972016-01-18 Yao Qi <yao.qi@linaro.org>
12998
12999 * gdb.guile/scm-section-script.c: Replace @progbits with
13000 %progbits.
13001 * gdb.python/py-section-script.c: Likewise.
13002
71ef29a8
PA
130032016-01-15 Pedro Alves <palves@redhat.com>
13004
13005 * gdb.multi/tids.exp: Test star wildcard ranges.
13006
3f5b7598
PA
130072016-01-15 Pedro Alves <palves@redhat.com>
13008
13009 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13010 command from "thread apply" invocation.
13011 (thr_apply_info_thr_invalid): Default the expected output to the
13012 input tid list.
13013 (top level): Add tests that use convenience variables. Add tests
13014 for "thread apply" with a valid TID list, but missing the command.
13015
663f6d42
PA
130162016-01-13 Pedro Alves <palves@redhat.com>
13017
13018 * gdb.base/default.exp: Expect $_gthread as well.
13019 * gdb.multi/tids.exp: Test $_gthread.
13020 * gdb.threads/thread-specific.exp: Test $_gthread.
13021
c84f6bbf
PA
130222016-01-13 Pedro Alves <palves@redhat.com>
13023
13024 * gdb.multi/tids.exp: Test "info threads -gid".
13025
22a02324
PA
130262016-01-13 Pedro Alves <palves@redhat.com>
13027
13028 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13029 Breakpoint.thread.
13030 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13031
5d5658a1
PA
130322016-01-07 Pedro Alves <palves@redhat.com>
13033
13034 * gdb.base/break.exp: Adjust to output changes.
13035 * gdb.base/hbreak2.exp: Likewise.
13036 * gdb.base/sepdebug.exp: Likewise.
13037 * gdb.base/watch_thread_num.exp: Likewise.
13038 * gdb.linespec/keywords.exp: Likewise.
13039 * gdb.multi/info-threads.exp: Likewise.
13040 * gdb.threads/thread-find.exp: Likewise.
13041 * gdb.multi/tids.c: New file.
13042 * gdb.multi/tids.exp: New file.
13043
84654457
PA
130442016-01-13 Pedro Alves <palves@redhat.com>
13045
13046 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13047
e3940304
PA
130482016-01-13 Pedro Alves <palves@redhat.com>
13049
13050 * gdb.base/default.exp: Expect $_inferior as well.
13051 * gdb.multi/base.exp: Test $_inferior.
13052
a911d87a
PA
130532016-01-13 Pedro Alves <palves@redhat.com>
13054
13055 PR breakpoints/19388
13056 * gdb.base/catch-signal-siginfo-cond.c: New file.
13057 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13058
82075af2
JS
130592016-01-12 Josh Stone <jistone@redhat.com>
13060 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13061
13062 * gdb.base/catch-syscall.c (do_execve): New variable.
13063 (main): Conditionally trigger an execve.
13064 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13065 (test_catch_syscall_execve): New, check entry/return across execve.
13066 (do_syscall_tests): Call test_catch_syscall_execve.
13067
e46eeedd
PA
130682016-01-12 Pedro Alves <palves@redhat.com>
13069
13070 * gdb.base/random-signal.exp (do_test): New procedure, with body
13071 of testcase moved in.
13072
01d8c27e
JK
130732016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13074 Pedro Alves <palves@redhat.com>
13075
13076 * gdb.base/funcargs.exp (finish from indirectly called function):
13077 Reintroduce the case for 'First'.
13078
9a706302
JK
130792016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13080 Pedro Alves <palves@redhat.com>
13081
13082 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13083 (tcatch_vfork_then_child_follow_exec)
13084 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13085 identification.
13086
c0ecb95f
JK
130872016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13088
13089 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13090 and repeats to unlimited.
13091 * gdb.python/py-value.exp: Likewise.
13092 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13093 and repeats to unlimited.
13094
6cfc1fcb
JK
130952016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13096
13097 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13098 and reordering the functions.
13099 * gdb.multi/hangout.c: Likewise.
13100 * gdb.multi/hello.c: Likewise.
13101
582a1b00
SM
131022016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13103
13104 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13105 absolute.
13106 (SingleStatisticTestResult.report): Use dict.keys instead of
13107 dict.iterkeys.
13108
79bc59cb
PA
131092016-01-06 Pedro Alves <palves@redhat.com>
13110
13111 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13112
43368e1d
MM
131132016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13114
13115 * gdb.btrace/dlopen.exp: New.
13116 * gdb.btrace/dlopen.c: New.
13117 * gdb.btrace/dlopen-dso.c: New.
13118
79fad5b8
SL
131192015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13120
13121 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13122 PATTERN argument is optional.
13123
ab8314b3
JB
131242015-12-24 Joel Brobecker <brobecker@adacore.com>
13125
13126 * lib/ada.exp (target_compile_ada_from_dir): New function.
13127 (gdb_compile_ada): Reimplement avoiding the use of project files.
13128 * gdb.ada/gnat_ada.gpr: Delete.
13129 * gdb.ada/cond_lang.exp: Adjust test to make path before
13130 filename optional.
13131 * gdb.ada/small_reg_param.exp: Likewise.
13132
fe33faff
SM
131332015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13134
13135 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13136
6d265cb4
TP
131372015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13138
13139 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13140 case.
13141
10125099
SM
131422015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13143
13144 * gdb.base/break.exp: Remove dead code.
13145 * gdb.base/sepdebug.exp: Likewise.
13146
3ca22649
SM
131472015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13148
13149 * gdb.asm/asm-source.exp: Remove HP-UX references.
13150 * gdb.base/annota1.exp: Likewise.
13151 * gdb.base/annota3.exp: Likewise.
13152 * gdb.base/attach.exp: Likewise.
13153 * gdb.base/bigcore.exp: Likewise.
13154 * gdb.base/break.exp: Likewise.
13155 * gdb.base/call-ar-st.exp: Likewise.
13156 * gdb.base/callfuncs.exp: Likewise.
13157 * gdb.base/catch-fork-static.exp: Likewise.
13158 * gdb.base/display.exp: Likewise.
13159 * gdb.base/foll-exec-mode.exp: Likewise.
13160 * gdb.base/foll-exec.exp: Likewise.
13161 * gdb.base/foll-fork.exp: Likewise.
13162 * gdb.base/foll-vfork.exp: Likewise.
13163 * gdb.base/funcargs.exp: Likewise.
13164 * gdb.base/hbreak2.exp: Likewise.
13165 * gdb.base/inferior-died.exp: Likewise.
13166 * gdb.base/interrupt.exp: Likewise.
13167 * gdb.base/multi-forks.exp: Likewise.
13168 * gdb.base/nodebug.exp: Likewise.
13169 * gdb.base/sepdebug.exp: Likewise.
13170 * gdb.base/solib1.c: Likewise.
13171 * gdb.base/step-test.exp: Likewise.
13172 * gdb.mi/non-stop.c: Likewise.
13173 * gdb.mi/pthreads.c: Likewise.
13174 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13175 * gdb.threads/pthreads.c: Likewise.
13176 * gdb.threads/staticthreads.exp: Likewise.
13177 * lib/future.exp: Likewise.
13178 * lib/gdb.exp: Likewise.
13179 * gdb.base/so-indr-cl.c: Remove.
13180 * gdb.base/so-indr-cl.exp: Likewise.
13181 * gdb.base/solib.c: Likewise.
13182 * gdb.base/solib.exp: Likewise.
13183 * gdb.base/solib2.c: Likewise.
13184
b6304613
SM
131852015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13186
13187 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13188 * gdb.base/call-ar-st.exp: Likewise.
13189 * gdb.base/callfuncs.exp: Likewise.
13190 * gdb.base/condbreak.exp: Likewise.
13191 * gdb.base/constvars.exp: Likewise.
13192 * gdb.base/hbreak2.exp: Likewise.
13193 * gdb.base/langs.exp: Likewise.
13194 * gdb.base/list.exp: Likewise.
13195 * gdb.base/long_long.exp: Likewise.
13196 * gdb.base/ptype.exp: Likewise.
13197 * gdb.base/scope.exp: Likewise.
13198 * gdb.base/signals.exp: Likewise.
13199 * gdb.base/so-impl-ld.exp: Likewise.
13200 * gdb.base/varargs.exp: Likewise.
13201 * gdb.base/volatile.exp: Likewise.
13202 * gdb.base/whatis.exp: Likewise.
13203 * gdb.cp/cplusfuncs.exp: Likewise.
13204 * gdb.cp/inherit.exp: Likewise.
13205 * gdb.cp/local.exp: Likewise.
13206 * gdb.cp/member-ptr.exp: Likewise.
13207 * gdb.cp/method.exp: Likewise.
13208 * gdb.cp/overload.exp: Likewise.
13209 * gdb.cp/templates.exp: Likewise.
13210 * gdb.stabs/weird.exp: Likewise.
13211 * lib/compiler.c: Likewise.
13212 * lib/compiler.cc: Likewise.
13213 * lib/cp-support.exp: Likewise.
13214 * lib/gdb.exp: Likewise.
13215
bf401b07
SM
132162015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13217
13218 * configure.ac: Remove HP-UX case.
13219 * configure: Regenerate.
13220
aff9c0f8
SM
132212015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13222
13223 * lib/gdb.exp (gdb_compile): Add function doc.
13224
a6904d5a
PA
132252015-12-17 Pedro Alves <palves@redhat.com>
13226
13227 PR threads/19354
13228 * gdb.multi/info-threads.exp: New file.
13229
a22279dd
YQ
132302015-12-15 Yao Qi <yao.qi@linaro.org>
13231
13232 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13233 is aarch64*-*-*.
13234
0588c796
SL
132352015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13236
13237 * gdb.base/history-duplicates.exp: Skip if no readline support.
13238
5d978e17
SL
132392015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13240
13241 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13242
7e763b86
SL
132432015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13244
13245 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13246
87a3a92c
SL
132472015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13248
13249 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13250 ctrl-C if nointerrupts target property is set.
13251 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13252 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13253 * gdb.base/paginate-bg-execution.exp: Likewise.
13254 * gdb.base/paginate-execution-startup.exp: Likewise.
13255 * gdb.base/random-signal.exp: Likewise.
13256 * gdb.base/range-stepping.exp: Likewise.
13257 * gdb.cp/annota2.exp: Likewise.
13258 * gdb.cp/annota3.exp: Likewise.
13259 * gdb.gdb/selftest.exp: Likewise.
13260 * gdb.threads/continue-pending-status.exp: Likewise.
13261 * gdb.threads/leader-exit.exp: Likewise.
13262 * gdb.threads/manythreads.exp: Likewise.
13263 * gdb.threads/pthreads.exp: Likewise.
13264 * gdb.threads/schedlock.exp: Likewise.
13265 * gdb.threads/sigthread.exp: Likewise.
13266
a8f077dc
DB
132672015-12-11 Don Breazeal <donb@codesourcery.com>
13268
13269 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13270 remote.
13271 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13272 * gdb.base/foll-exec.exp (main): Enable for target remote.
13273 * gdb.base/foll-fork.exp (main): Likewise.
13274 * gdb.base/foll-vfork.exp (main): Likewise.
13275 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13276 (proc continue_to_exit_bp_loc): Use clean_restart.
13277 * gdb.base/pie-execl.exp (main): Disable for target remote.
13278 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13279 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13280 * gdb.threads/execl.exp (main): Likewise.
13281 * gdb.threads/fork-child-threads.exp (main): Likewise.
13282 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13283 remote.
13284 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13285 remote.
13286 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13287 pid.tid style ptids, instead of just tid.
13288 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13289 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13290 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13291 ptids, instead of just tid.
13292
3b2464a8
AB
132932015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13294
13295 * gdb.base/list.exp (test_list_forward): Add end of file error
13296 test.
13297 (test_repeat_list_command): Add end of file error test.
13298 (test_list_backwards): Add beginning of file error test.
13299
a0def019
AB
133002015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13301
13302 * gdb.base/list.exp (test_list_invalid_args): New function,
13303 defined, and called.
13304
5c000dff
AB
133052015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13306
13307 * gdb.base/list.exp (test_list): Make test names unique.
13308
f1637ebe
YQ
133092015-12-11 Yao Qi <yao.qi@linaro.org>
13310
13311 * gdb.base/coremaker2.c: Remove.
13312
36d6fc0a
PA
133132015-12-10 Pedro Alves <palves@redhat.com>
13314
13315 * gdb.multi/base.exp: Remove stale "spaces" references.
13316
762f7747
PA
133172015-12-10 Pedro Alves <palves@redhat.com>
13318
13319 * gdb.multi/base.exp: Don't use nowarnings.
13320 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13321 * gdb.multi/hangout.c: Include stdio.h.
13322 * gdb.multi/hello.c: Include stdlib.h.
13323 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13324 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13325 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13326
28d2bfb9
AB
133272015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13328
13329 * gdb.dwarf2/dw2-ranges-base.c: New file.
13330 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13331 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13332 support additional line table, and debug ranges generation.
13333 (Dwarf::ranges): New function, generate .debug_ranges.
13334 (Dwarf::lines): Support generating simple line table programs.
13335 (Dwarf::assemble): Initialise new namespace variables.
13336
5fc2beac
KB
133372015-12-09 Kevin Buettner <kevinb@redhat.com>
13338
13339 * gdb.base/async.exp (proc test_background): Add case for
13340 asynchronous execution not supported.
13341
1c35a88f
LM
133422015-12-09 Luis Machado <lgustavo@codesourcery.com>
13343
13344 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13345 format and change test names to make them unique.
13346
b593e3d9
RK
133472015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13348 Pedro Alves <pedro@redhat.com>
13349
13350 PR gdb/18702
13351 Add checking of floatformats setup on x86_64 hosts.
13352 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13353 (smallval, bigval): New labels/constants.
13354 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13355 float" after loading bigval and smallval.
13356
d72413e6
PMR
133572015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13358
13359 * gdb.ada/fun_overload_menu.exp: New testcase.
13360 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13361
ece66d65
JS
133622015-12-04 Josh Stone <jistone@redhat.com>
13363
13364 * gdb.base/catch-fork-static.exp: New.
13365
41d0efca
YQ
133662015-12-03 Yao Qi <yao.qi@linaro.org>
13367
13368 * gdb.base/sizeof.c: Don't include stdio.h and
13369 ../lib/unbuffer_output.c.
13370 (main): New variable 'size' and 'value'. Remove printf and
13371 gdb_unbuffer_output. Assign return value to size and value.
13372 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13373 at the beginning.
13374 (check_sizeof): Check the result by printing variable 'size'.
13375 (check_valueof): Check the result by printing variable 'value'.
13376
99fd02d9
YQ
133772015-12-01 Yao Qi <yao.qi@linaro.org>
13378
13379 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13380 for aarch64*-*-linux* target.
13381
f2faf941
PA
133822015-11-30 Pedro Alves <palves@redhat.com>
13383
13384 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13385
04bf20c5
PA
133862015-11-30 Pedro Alves <palves@redhat.com>
13387
13388 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13389 Handle non-stop mode vCont replies.
13390
09df4675
PA
133912015-11-30 Pedro Alves <palves@redhat.com>
13392
13393 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13394 prepare_for_testing. Start gdb with "set non-stop on" appended to
13395 GDBFLAGS. Lax expected stop output.
13396
58b584af
YQ
133972015-11-27 Yao Qi <yao.qi@linaro.org>
13398
13399 * gdb.arch/arm-neon.exp: New.
13400 * gdb.arch/arm-neon.c: New.
13401
dfcb77a8
YQ
134022015-11-27 Yao Qi <yao.qi@linaro.org>
13403
13404 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13405
88e8ec1b
YQ
134062015-11-27 Yao Qi <yao.qi@linaro.org>
13407
13408 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13409 frames-invalid annotation.
13410
bfde72c2
YQ
134112015-11-27 Yao Qi <yao.qi@linaro.org>
13412
13413 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13414
f6512a69
SM
134152015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13416
13417 * gdb.threads/names.exp: New file.
13418 * gdb.threads/names.c: New file.
13419 * README: Mention gdb,no_thread_names.
13420
46a3515b
MM
134212015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13422
13423 PR 19297
13424 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13425 support" error.
13426
62147a22
PA
134272015-11-24 Pedro Alves <palves@redhat.com>
13428
13429 PR 17539
13430 * gdb.base/display.exp: Expect displays to be sorted in ascending
13431 order. Use multi_line.
13432 * gdb.base/solib-display.exp: Likewise.
13433
2f341b6e
PA
134342015-11-24 Pedro Alves <palves@redhat.com>
13435
13436 PR 17539
25d49b86
PA
13437 * gdb.base/display.exp: Expect displays to be sorted in ascending
13438 order. Use multi_line.
13439 * gdb.base/solib-display.exp: Likewise.
2f341b6e 13440
7e0aa6aa
PA
134412015-11-24 Pedro Alves <palves@redhat.com>
13442
13443 PR 17539
13444 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13445 threads in ascending order.
13446 * gdb.base/foll-fork.exp: Likewise.
13447 * gdb.base/foll-vfork.exp: Likewise.
13448 * gdb.base/multi-forks.exp: Likewise.
13449 * gdb.mi/mi-nonstop.exp: Likewise.
13450 * gdb.mi/mi-nsintrall.exp: Likewise.
13451 * gdb.multi/base.exp: Likewise.
13452 * gdb.multi/multi-arch.exp: Likewise.
13453 * gdb.python/py-inferior.exp: Likewise.
13454 * gdb.threads/break-while-running.exp: Likewise.
13455 * gdb.threads/execl.exp: Likewise.
13456 * gdb.threads/gcore-thread.exp: Likewise.
13457 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13458 * gdb.threads/kill.exp: Likewise.
13459 * gdb.threads/linux-dp.exp: Likewise.
13460 * gdb.threads/multiple-step-overs.exp: Likewise.
13461 * gdb.threads/next-bp-other-thread.exp: Likewise.
13462 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13463 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13464 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13465 * gdb.threads/thread-find.exp: Likewise.
13466 * gdb.threads/tls.exp: Likewise.
13467 * lib/mi-support.exp (mi_reverse_list): Delete.
13468 (mi_check_thread_states): No longer reverse list.
13469
2cc57ad8
PA
134702015-11-24 Pedro Alves <palves@redhat.com>
13471
13472 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13473 use lowercase.
13474
c93e8391
SM
134752015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13476
13477 * gdb.trace/actions.c: Include trace-common.h.
13478 (main): Add a location for a fast tracepoint.
13479 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13480 the normal tracepoints.
13481 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13482
045ccf91
SM
134832015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13484
13485 * save-trace.exp: Factor out code to these...
13486 (gdb_save_tracepoints): New.
13487 (gdb_load_tracepoints): New.
13488 (do_save_load_test): New.
13489
5506f9f6
KB
134902015-11-23 Kevin Buettner <kevinb@redhat.com>
13491
13492 * gdb.base/asmlabel.exp: New test.
13493 * gdb.base/asmlabel.c: New test case.
13494
16c3b12f
JB
134952015-11-23 Joel Brobecker <brobecker@adacore.com>
13496
13497 * gdb.base/wrong_frame_bt_full-main.c: New file.
13498 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13499 * gdb.base/wrong_frame_bt_full.exp: New file.
13500
155bfbd3
JB
135012015-11-23 Joel Brobecker <brobecker@adacore.com>
13502
13503 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13504
bb097445
JM
135052015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13506
206853a0 13507 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
13508 pstate register when comparing registers values in
13509 sparc64-*-linux-gnu targets to avoid spurious differences.
13510
9c88ed8f
JM
135112015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13512
206853a0 13513 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 13514
96161e25
SL
135152015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13516
13517 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13518 as type argument to gdb_compile.
13519 * gdb.base/nested-subp2.exp: Likewise.
13520 * gdb.base/nested-subp3.exp: Likewise.
13521
340c2830
DV
135222015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13523
13524 * lib/dwarf.exp (_note): Fix left shift of negative value.
13525 * gdb.trace/trace-condition.exp: Likewise.
13526
c1862d0f
YQ
135272015-11-13 Yao Qi <yao.qi@linaro.org>
13528
13529 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13530 comments about d10v.
13531 (test_scalar_returns): Likewise.
13532 * gdb.base/d10v.ld: Remove.
13533 * gdb.base/overlays.exp: Remove the target triplet checking for
13534 d10v-*-*.
13535 * gdb.base/structs.exp (test_struct_returns): Remove the
13536 comments about d10v.
13537 (test_struct_calls): Likewise.
13538
77ae9c19
YQ
135392015-11-13 Yao Qi <yao.qi@linaro.org>
13540
13541 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13542 * gdb.base/gnu_vector.c: Don't include stdio.h.
13543 (main): Don't print res and call add_some_intvecs.
13544
430e004e
MK
135452015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13546
13547 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13548 macro.
13549 (func5): Removed.
13550 (func4): Use FAST_TRACEPOINT_LABEL.
13551 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13552 macro.
13553 (func): Removed.
13554 (thread_function): Use FAST_TRACEPOINT_LABEL.
13555 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13556 (func): Remove.
13557 (marker): Use FAST_TRACEPOINT_LABEL.
13558 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13559 (pendfunc1): Remove.
13560 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13561 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13562 (foo): Remove.
13563 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13564 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13565 macro.
13566 (func): Remove.
13567 (marker): Use FAST_TRACEPOINT_LABEL.
13568 * gdb.trace/trace-common.h: New header.
13569 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13570 macro.
13571 (func): Remove.
13572 (marker): Use FAST_TRACEPOINT_LABEL.
13573 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13574 (func): Remove.
13575 (thread_function): Use FAST_TRACEPOINT_LABEL.
13576
6e7675a7
MK
135772015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13578
13579 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13580 in front.
13581 * gdb.trace/change-loc.exp: Use global pcreg definition.
13582 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13583 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13584 in front.
13585 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13586 * gdb.trace/pending.exp: Likewise.
13587 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13588 * gdb.trace/trace-break.exp: Likewise.
13589 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13590 in front.
13591 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13592 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13593 in front.
13594 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13595
dddc0e16
JB
135962015-11-09 Joel Brobecker <brobecker@adacore.com>
13597
13598 * gdb.ada/fin_fun_out: New testcase.
13599
c6f0b406
KB
136002015-11-07 Kevin Buettner <kevinb@redhat.com>
13601
13602 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13603 value associated with DW_AT_byte_size.
13604 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13605 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13606 DW_AT_upper_bound.
13607
f01dcfd9
KB
136082015-11-07 Kevin Buettner <kevinb@redhat.com>
13609
13610 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13611 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13612 version.
13613 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13614 gdb.dwarf2/dw2-canonicalize-type.exp,
13615 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13616 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13617 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13618 provided by gdb_target_symbol_prefix_flags_asm.
13619 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13620 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13621 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13622 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13623 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13624 macros where needed). Use this macro for symbols which require
13625 the prefix provided by SYMBOL_PREFIX.
13626
2223449a
KB
136272015-11-05 Kevin Buettner <kevinb@redhat.com>
13628
13629 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13630 New procs.
13631 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13632 representing expressions, of more than one list element.
13633 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13634 to prepend linker symbol prefix to f.
13635 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13636 table_1 and table_2.
13637 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13638 Likewise, for f and g.
13639 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13640 for ptr.
13641 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13642 for main.
13643 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13644 table_1_ptr and table_2_ptr.
13645
6f2f1a3a
JK
136462015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13647 Joel Brobecker <brobecker@adacore.com>
13648
13649 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13650
566c56c9
MK
136512015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13652
13653 * gdb.reverse/s390-mvcle.c: New test.
13654 * gdb.reverse/s390-mvcle.exp: New file.
13655 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13656
d5f0636b
MK
136572015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13658
13659 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13660
7ad8b86c
MK
136612015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13662
13663 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13664 reaching marker2.
13665 * gdb.reverse/getresuid-reverse.exp: Likewise.
13666 * gdb.reverse/pipe-reverse.exp: Likewise.
13667 * gdb.reverse/readv-reverse.exp: Likewise.
13668 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13669 * gdb.reverse/time-reverse.exp: Likewise.
13670 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13671
4081c0f1
YQ
136722015-10-30 Yao Qi <yao.qi@linaro.org>
13673
13674 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13675 (empty_cycle): Remove.
13676 (main): Don't call empty_cycle. Don't use watch_count_done.
13677 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13678 empty_cycle. Rewrite the code counting HW watchpoints.
13679
452b4ba5
MK
136802015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13681
13682 * gdb.reverse/fstatat-reverse.c: New test.
13683 * gdb.reverse/fstatat-reverse.exp: New file.
13684 * gdb.reverse/getresuid-reverse.c: New test.
13685 * gdb.reverse/getresuid-reverse.exp: New file.
13686 * gdb.reverse/pipe-reverse.c: New test.
13687 * gdb.reverse/pipe-reverse.exp: New file.
13688 * gdb.reverse/readv-reverse.c: New test.
13689 * gdb.reverse/readv-reverse.exp: New file.
13690 * gdb.reverse/recvmsg-reverse.c: New test.
13691 * gdb.reverse/recvmsg-reverse.exp: New file.
13692 * gdb.reverse/time-reverse.c: New test.
13693 * gdb.reverse/time-reverse.exp: New file.
13694 * gdb.reverse/waitpid-reverse.c: New test.
13695 * gdb.reverse/waitpid-reverse.exp: New file.
13696
5e2e7507
JK
136972015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13698
13699 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13700
0fde2c53
DE
137012015-10-26 Doug Evans <dje@google.com>
13702
13703 PR symtab/17391
13704 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13705 * gdb.dwarf2/bad-regnum.c: New file.
13706 * gdb.dwarf2/bad-regnum.exp: New file.
13707
1a70ae97
DE
137082015-10-26 Doug Evans <dje@google.com>
13709
13710 PR python/18938
13711 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13712 file.
13713
27dc26ab
JK
137142015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13715
13716 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13717 for a change by "Mention language in compile error message".
13718
bed91f4d
SM
137192015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13720
13721 PR python/18073
13722 * gdb.python/py-type.c (C::a_method): New.
13723 (C::a_const_method): New.
13724 (C::a_static_method): New.
13725 (a_function): New.
13726 * gdb.python/py-type.exp (test_fields): Test getting fields
13727 from function and method.
13728
3f2f83dd
KB
137292015-10-21 Keven Boell <keven.boell@intel.com>
13730
13731 * gdb.fortran/vla-alloc-assoc.exp: New file.
13732 * gdb.fortran/vla-datatypes.exp: New file.
13733 * gdb.fortran/vla-datatypes.f90: New file.
13734 * gdb.fortran/vla-history.exp: New file.
13735 * gdb.fortran/vla-ptype-sub.exp: New file.
13736 * gdb.fortran/vla-ptype.exp: New file.
13737 * gdb.fortran/vla-sizeof.exp: New file.
13738 * gdb.fortran/vla-sub.f90: New file.
13739 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13740 * gdb.fortran/vla-value-sub-finish.exp: New file.
13741 * gdb.fortran/vla-value-sub.exp: New file.
13742 * gdb.fortran/vla-value.exp: New file.
13743 * gdb.fortran/vla-ptr-info.exp: New file.
13744 * gdb.mi/mi-vla-fortran.exp: New file.
13745 * gdb.mi/vla.f90: New file.
13746
27145d50
SL
137472015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13748
13749 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13750 of hardwired timeout value.
13751
5f3ff4f8
JK
137522015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13753 Pedro Alves <palves@redhat.com>
13754
13755 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13756 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13757
bfd09d20
JS
137582015-10-19 Josh Stone <jistone@redhat.com>
13759
13760 * gdb.base/catch-syscall.c: Include <sched.h>.
13761 (unknown_syscall): New variable.
13762 (main): Trigger a vfork and an unknown syscall.
13763 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13764 (unknown_syscall_number): Likewise.
13765 (check_call_to_syscall): Accept an optional syscall pattern.
13766 (check_return_from_syscall): Likewise.
13767 (check_continue): Likewise.
13768 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13769 (test_catch_syscall_skipping_return): New test toggling off 'catch
13770 syscall' to step over the syscall return, then toggling back on.
13771 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13772 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13773 (do_syscall_tests): Call test_catch_syscall_without_args and
13774 test_catch_syscall_mid_vfork.
13775 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13776 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13777
b32b93c6
AS
137782015-10-19 Andrew Stubbs <ams@codesourcery.com>
13779
13780 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13781 print g_vE): Add new pass patterns.
13782 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13783 print various symbol names for vptr fields.
13784
9d622bda
AB
137852015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13786
13787 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13788 results.
13789
0fd8ac1c
YQ
137902015-10-12 Yao Qi <yao.qi@linaro.org>
13791
13792 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13793
34240514
YQ
137942015-10-12 Yao Qi <yao.qi@linaro.org>
13795
13796 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13797 is aarch64*-*-linux*.
13798
8240f442
YQ
137992015-10-12 Yao Qi <yao.qi@linaro.org>
13800
13801 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13802 (can_relocate_bcond_true): ... it.
13803 (can_relocate_bcond_false): New function.
13804 (foo): Likewise.
13805 (can_relocate_bl): Likewise.
13806 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13807 can_relocate_bl.
13808
2520f728
PMR
138092015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13810
13811 * gdb.base/nested-addr.c: New file.
13812 * gdb.base/nested-addr.exp: New testcase.
13813
abcef95a
MM
138142015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13815
13816 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13817 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13818 its output. Ignore the output of "record goto begin" and instead
13819 check that GDB is replaying.
13820
145e3ddb
PA
138212015-10-09 Pedro Alves <palves@redhat.com>
13822
13823 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13824 (top level): Use it in the run with no args test.
13825
d5d8c4e1
IB
138262015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13827
13828 * gdb.dlang/properties.exp: New file.
13829
06e635ef
SL
138302015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13831
13832 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13833 whether or not address 0x1000 is mapped on the target.
13834
e019fd1d
SM
138352015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13836
13837 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13838 build.
13839
77ba2a67
MM
138402015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13841
13842 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13843 instruction-history test.
13844
c60eb31f
DE
138452015-09-28 Doug Evans <dje@google.com>
13846
13847 * gdb.base/gcore.c (array_func): Add reference to static_array.
13848
9a3c8263
SM
138492015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13850
13851 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13852 source line.
13853
9720e656
SL
138542015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13855
13856 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13857 short or char as base type.
13858
938d3bf2
SL
138592015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13860
13861 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13862 to allow any size enum.
13863
e6c2c623
PMR
138642015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13865
13866 * gdb.ada/array_ptr_renaming.exp: New testcase.
13867 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13868 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13869
06da0f77
PL
138702015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13871
13872 * gdb.trace/ftrace-lock.c: New file.
13873 * gdb.trace/ftrace-lock.exp: New file.
13874
4f51c22a
PL
138752015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13876
13877 * gdb.arch/insn-reloc.c: New file.
13878 * gdb.arch/ftrace-insn-reloc.exp: New file.
13879
7041adf4
PL
138802015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13881
13882 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13883 instruction.
13884 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13885 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13886 * gdb.trace/range-stepping.c: Likewise.
13887 * gdb.trace/trace-break.c: Likewise.
13888 * gdb.trace/trace-mt.c (thread_function): Likewise.
13889 * gdb.trace/ftrace.c (marker): Likewise.
13890 * gdb.trace/trace-condition.c (marker): Likewise.
13891 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13892 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13893 is_aarch64_target.
13894
015d2e7e
DE
138952015-09-18 Doug Evans <xdje42@gmail.com>
13896
13897 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13898 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13899
26b188a2
SL
139002015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13901
13902 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13903 the breakpoint.
13904
79dc332b
SL
139052015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13906
13907 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13908 the pending breakpoint. Remove timeout override for "Run till
13909 MI pending breakpoint on pendfunc3 on thread 2" test.
13910
f57929f2
SL
139112015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13912
13913 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13914 filename pattern.
13915
3f469b17
SL
139162015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13917
13918 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13919 in breakpoint filename pattern.
13920
515b89b3
SL
139212015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13922
7800dbe4
SL
13923 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13924
139252015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13926
515b89b3
SL
13927 * gdb.linespec/explicit.exp: Check for readline support for
13928 tab-completion tests. Fix obvious typo.
13929
d2939ba2
MM
139302015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13931
13932 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13933 and replay.
13934
cbb55fa7
MM
139352015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13936
13937 * gdb.btrace/non-stop.c: New.
13938 * gdb.btrace/non-stop.exp: New.
13939
43691ca1
PL
139402015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13941 Yao Qi <yao.qi@linaro.org>
13942
13943 * gdb.trace/trace-condition.c: New file.
13944 * gdb.trace/trace-condition.exp: New file.
13945
d78908cf
WW
139462015-09-16 Wei-cheng Wang <cole945@gmail.com>
13947
13948 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13949 for testing bytecode compilation.
13950
1ed415e2
PA
139512015-09-16 Pedro Alves <palves@redhat.com>
13952 Sandra Loosemore <sandra@codesourcery.com>
13953
13954 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13955 (SECONDS): Redefine.
13956 (main): Call pthread_kill and alarm early.
13957 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13958 support.
13959 (test): If the target can't hardware step and doesn't support
13960 displaced stepping, increase the timeout.
13961
d136eff5
PA
139622015-09-16 Pedro Alves <palves@redhat.com>
13963
13964 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13965 (enable_debug): New procedures.
13966 (test): Use them. Bail out if waiting for threads fails.
13967 (top level): Bail out if a test fails.
13968
991f019c
YQ
139692015-09-16 Yao Qi <yao.qi@linaro.org>
13970
13971 * gdb.asm/asm-source.exp: Set asm-arch for
13972 aarch64*-*-* target.
13973 * gdb.asm/aarch64.inc: New file.
13974
bfca584f
PMR
139752015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13976
13977 * gdb.ada/array_of_variable_length.exp: New testcase.
13978 * gdb.ada/array_of_variable_length/foo.adb: New file.
13979 * gdb.ada/array_of_variable_length/pck.adb: New file.
13980 * gdb.ada/array_of_variable_length/pck.ads: New file.
13981
b326e587
DE
139822015-09-15 Doug Evans <dje@google.com>
13983
13984 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13985 of function static local variable.
13986
5382cfab
PW
139872015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13988
13989 * gdb.threads/tls-so_extern.exp: New test file.
13990 * gdb.threads/tls-so_extern.c: New test file.
13991 * gdb.threads/tls-so_extern_main.c: New test file.
13992
141c5cc4
JK
139932015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13994
13995 * gdb.opt/solib-intra-step-lib.c: New file.
13996 * gdb.opt/solib-intra-step-main.c: New file.
13997 * gdb.opt/solib-intra-step.exp: New file.
13998
d15dcecd
PA
139992015-09-15 Pedro Alves <palves@redhat.com>
14000
14001 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14002 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14003
4c2f2a79
PA
140042015-09-14 Pedro Alves <palves@redhat.com>
14005
14006 * gdb.base/hook-stop-continue.c: Delete.
14007 * gdb.base/hook-stop-continue.exp: Delete.
14008 * gdb.base/hook-stop-frame.c: Delete.
14009 * gdb.base/hook-stop-frame.exp: Delete.
14010 * gdb.base/hook-stop.c: New file.
14011 * gdb.base/hook-stop.exp: New file.
14012
919e6dbe
PMR
140132015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14014
14015 * gdb.ada/access_to_packed_array.exp: New testcase.
14016 * gdb.ada/access_to_packed_array/foo.adb: New file.
14017 * gdb.ada/access_to_packed_array/pack.adb: New file.
14018 * gdb.ada/access_to_packed_array/pack.ads: New file.
14019
157280a4
MM
140202015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14021
14022 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14023 buffer size test.
14024
2fd33e94
DB
140252015-09-11 Don Breazeal <donb@codesourcery.com>
14026
14027 * gdb.base/foll-exec.c: Add copyright header. Fix
14028 formatting issues.
14029 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14030 (do_exec_tests): Use clean_restart in place of zap_session,
14031 and for test initialization. Fix formatting issues. Use
14032 fail in place of perror.
14033 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14034 an expect statement to match an expression with output from
14035 the program under debug.
14036 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14037 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14038 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14039 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14040 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14041
e70b6e8e
DE
140422015-09-09 Doug Evans <dje@google.com>
14043
14044 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14045
7a551a51
DE
140462015-09-09 Doug Evans <dje@google.com>
14047
14048 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14049
4c666f84
DE
140502015-09-09 Doug Evans <dje@google.com>
14051
14052 * gdb.base/savedregs.exp: Fix typo.
14053
243a9253
PA
140542015-09-09 Pedro Alves <palves@redhat.com>
14055
14056 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14057
c0fa8fbd
SL
140582015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14059
14060 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14061 command actually switches threads. Give up on remaining
14062 tests if target fails to stop at breakpoint.
14063
cd7c1778
PMR
140642015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14065
14066 * gdb.ada/funcall_char.exp: New testcase.
14067 * gdb.ada/funcall_char/foo.adb: New file.
14068
dc5c8746
PMR
140692015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14070
14071 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14072 expected outputs. Add two testcases for completing ambiguous
14073 functions.
14074 * gdb.ada/complete/aux_pck.adb: New file.
14075 * gdb.ada/complete/aux_pck.ads: New file.
14076 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14077 Ambiguous_Func functions.
14078 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14079 * gdb.ada/complete/pck.adb: Likewise.
14080
4e83a1e7
UW
140812015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14082
14083 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14084 failures to run the test program under GDB.
14085
8ce74153
LM
140862015-08-26 Luis Machado <lgustavo@codesourcery.com>
14087
14088 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14089 to C.
14090
e9756d52
PP
140912015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14092
14093 * gdb.base/run-after-attach.exp: New test file.
14094 * gdb.base/run-after-attach.c: New test file.
14095
8d37573b
DB
140962015-08-26 Don Breazeal <donb@codesourcery.com>
14097
14098 * gdb.base/foll-exec-2.c: New test program.
14099 * gdb.base/foll-exec-2.exp: New test.
14100
63e43d3a
PMR
141012015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14102
14103 * gdb.base/nested-subp1.exp: New file.
14104 * gdb.base/nested-subp1.c: New file.
14105 * gdb.base/nested-subp2.exp: New file.
14106 * gdb.base/nested-subp2.c: New file.
14107 * gdb.base/nested-subp3.exp: New file.
14108 * gdb.base/nested-subp3.c: New file.
14109
3d40fbb5
PA
141102015-08-24 Pedro Alves <palves@redhat.com>
14111
14112 * gdb.server/connect-without-multi-process.c: New file.
14113 * gdb.server/connect-without-multi-process.exp: New file.
14114
4422ac93
LM
141152015-08-24 Luis Machado <lgustavo@codesourcery.com>
14116
14117 * gdb.opt/inline-markers.c: Make z int.
14118
91dddb86
LM
141192015-08-24 Luis Machado <lgustavo@codesourcery.com>
14120
14121 * gdb.opt/inline-markers.c: Make z volatile.
14122
a48847ee
LM
141232015-08-24 Luis Machado <lgustavo@codesourcery.com>
14124
14125 * gdb.opt/inline-bt.c: New volatile global z.
14126 * gdb.opt/inline-cmds.c: Likewise.
14127 * gdb.opt/inline-locals.c: Likewise.
14128 * gdb.opt/inline-markers.c: New extern global z.
14129 (marker): Use z.
14130 (inline_fn): Likewise.
14131
0ebbc52b
PA
141322015-08-24 Pedro Alves <palves@redhat.com>
14133
14134 * config/m32r-stub.exp: Remove file.
14135 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14136 * gdb.base/call-rt-st.exp: Likewise.
14137 * gdb.base/call-strs.exp: Likewise.
14138 * gdb.base/default.exp: Remove references to h8300-*-hms and
14139 *-*-udi*.
14140 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14141
77c365df
AA
141422015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14143
14144 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14145 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14146 and "return" use KFAIL when GDB can not read/write the vector
14147 return value.
14148
4313b8c0
GB
141492015-08-21 Gary Benson <gbenson@redhat.com>
14150
14151 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14152
0e433b32
PA
141532015-08-20 Pedro Alves <palves@redhat.com>
14154
14155 * gdb.server/solib-list.exp: No longer expect an interior stop in
14156 non-stop mode.
14157
221e1a37
PA
141582015-08-20 Pedro Alves <palves@redhat.com>
14159
14160 * gdb.server/connect-stopped-target.c: New file.
14161 * gdb.server/connect-stopped-target.exp: New file.
14162
40e3ad0e
PA
141632015-08-20 Pedro Alves <palves@redhat.com>
14164
14165 * gdb.dwarf2/comp-unit-lang.exp: New file.
14166 * gdb.dwarf2/comp-unit-lang.c: New file.
14167
af39b327
PMR
141682015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14169
14170 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14171 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14172
7d45c7c3 141732015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 14174
7d45c7c3
KB
14175 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14176 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14177
4d6cceb4
DE
141782015-08-18 Doug Evans <dje@google.com>
14179 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14180
14181 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14182 skip_python_tests. New arg prompt_regexp.
14183 (skip_python_tests): New function.
14184 * lib/mi-support.exp (mi_skip_python_tests): New function.
14185 * gdb.python/py-mi-objfile-gdb.py: New file.
14186 * gdb.python/py-mi-objfile.c: New file.
14187 * gdb.python/py-mi-objfile.exp: New file.
14188
ad89c2aa
KS
141892015-08-17 Keith Seitz <keiths@redhat.com>
14190
14191 * gdb.linespec/explicit.exp: Move strace test from here ...
14192 * gdb.trace/strace.exp: ... to here.
14193
e3ae3c43
PP
141942015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14195
14196 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14197 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14198
604b2636
DE
141992015-08-14 Doug Evans <xdje42@gmail.com>
14200
14201 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14202 inferior before selecting a new file.
14203
6ff0ba5f
DE
142042015-08-14 Doug Evans <xdje42@gmail.com>
14205
14206 * gdb.mi/mi-disassemble.exp: Update.
14207 * gdb.base/disasm-optim.S: New file.
14208 * gdb.base/disasm-optim.c: New file.
14209 * gdb.base/disasm-optim.h: New file.
14210 * gdb.base/disasm-optim.exp: New file.
14211
9ca98f92
KS
142122015-08-14 Keith Seitz <keiths@redhat.com>
14213
14214 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14215 "evaluated-by".
14216
52bbc560
JB
142172015-08-13 Joel Brobecker <brobecker@adacore.com>
14218
14219 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14220
5d8c3ed3
PMR
142212015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14222
14223 * gdb.ada/fun_renaming.exp: New testcase.
14224 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14225 * gdb.ada/fun_renaming/pack.adb: New file.
14226 * gdb.ada/fun_renaming/pack.ads: New file.
14227
ea8812bc
KS
142282015-08-12 Keith Seitz <keiths@redhat.com>
14229
14230 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14231 gdb_get_line_number.
14232
4dafcdeb
JB
142332015-08-12 Joel Brobecker <brobecker@adacore.com>
14234
14235 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14236 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14237 gdb.base/dso2dso.exp: New files.
14238
5ba32597
SDJ
142392015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14240 Pedro Alves <palves@redhat.com>
14241 Keith Seitz <keiths@redhat.com>
14242
14243 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14244 GDBFLAGS.
14245
b6dafabf
PP
142462015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14247
14248 * gdb.base/gdbhistsize-history.exp
14249 (test_histsize_history_setting): Use save_vars.
14250 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14251 Use save_vars.
14252 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14253 * gdb.base/readline.exp: Use save_vars.
14254
abe8e607
PP
142552015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14256
14257 * lib/gdb.exp (save_vars): New proc.
14258
629500fa
KS
142592015-08-11 Keith Seitz <keiths@redhat.com>
14260
14261 * gdb.base/help.exp: Update help_breakpoint_text.
14262
eb8c4e2e
KS
142632015-08-11 Keith Seitz <keiths@redhat.com>
14264
14265 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14266 (at toplevel): Call test_explicit_breakpoints.
14267 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14268 breakpoints.
14269 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14270 breakpoint conditions, "-cond".
14271
87f0e720
KS
142722015-08-11 Keith Seitz <keiths@redhat.com>
14273
14274 * gdb.linespec/3explicit.c: New file.
14275 * gdb.linespec/cpexplicit.cc: New file.
14276 * gdb.linespec/cpexplicit.exp: New file.
14277 * gdb.linespec/explicit.c: New file.
14278 * gdb.linespec/explicit.exp: New file.
14279 * gdb.linespec/explicit2.c: New file.
14280 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14281 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14282 before using in the matching pattern.
14283 Clarify that `prefix' is a regular expression.
14284
f00aae0f
KS
142852015-08-11 Keith Seitz <keiths@redhat.com>
14286
14287 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14288 test.
14289 Add tests for missing ",FMT" and ",".
14290
e27852be
DE
142912015-08-10 Doug Evans <dje@google.com>
14292 Keith Seitz <keiths@redhat.com>
14293
14294 PR gdb/17960
14295 * gdb.base/completion.exp: Add location completer tests.
14296
7f03bd92
PA
142972015-08-07 Pedro Alves <palves@redhat.com>
14298
14299 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14300 tests here.
14301 (top level): Run do_test with and without displaced stepping.
14302
3fc8eb30
PA
143032015-08-07 Pedro Alves <palves@redhat.com>
14304
14305 * gdb.base/valgrind-disp-step.c: New file.
14306 * gdb.base/valgrind-disp-step.exp: New file.
14307
d4569d7b
PA
143082015-08-07 Pedro Alves <palves@redhat.com>
14309
14310 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14311 Delete function.
14312 (main): Add alarm. Run an infinite loop instead of calling
14313 wait_threads.
14314 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14315 comment.
14316 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14317 Delete function.
14318 (main): Add alarm. Run an infinite loop instead of calling
14319 wait_threads.
14320 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14321 comment.
14322
e1316e60
PA
143232015-08-07 Pedro Alves <palves@redhat.com>
14324
14325 * gdb.base/checkpoint-ns.exp: New file.
14326 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14327 standard_testfile.
14328
da8c46d2
MM
143292015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14330
14331 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14332 * gdb.btrace/instruction_history.exp: Update.
14333 * gdb.btrace/tsx.exp: New.
14334 * gdb.btrace/tsx.c: New.
14335
de1c2c52
PA
143362015-08-06 Pedro Alves <palves@redhat.com>
14337
14338 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14339 increase timeout.
14340 * gdb.reverse/until-precsave.exp: Bump timeouts.
14341
782e0bf4
PA
143422015-08-06 Pedro Alves <palves@redhat.com>
14343
14344 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14345
83e97ed0
PA
143462015-08-06 Pedro Alves <palves@redhat.com>
14347
14348 PR gdb/18749
14349 * gdb.threads/process-dies-while-handling-bp.c: New file.
14350 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14351
863d01bd
PA
143522015-08-06 Pedro Alves <palves@redhat.com>
14353
14354 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14355 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14356
0a39bb32
PA
143572015-08-05 Pedro Alves <palves@redhat.com>
14358
14359 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14360 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14361
ee2d2b10
SL
143622015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14363
14364 * gdb.base/bp-permanent.exp: Report test as unsupported if
14365 the target cannot stop at the permanent breakpoint.
14366
4e1bdb00
DE
143672015-08-03 Doug Evans <dje@google.com>
14368
14369 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14370 10000.
14371
3d338901
DE
143722015-08-03 Doug Evans <dje@google.com>
14373
14374 * Makefile.in (workers/%.worker, build-perf): New rule.
14375 (GDB_PERFTEST_MODE): New variable.
14376 (check-perf): Use it.
14377 (clean): Clean up gdb.perf parallel build subdirs.
14378 * lib/build-piece.exp: New file.
14379 * lib/gdb.exp (make_gdb_parallel_path): New function
14380 (standard_output_file, standard_temp_file): Call it.
14381 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14382 of $GDB_PARALLEL.
14383 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14384
af061d3e
DE
143852015-08-03 Doug Evans <dje@google.com>
14386
8e1afc81 14387 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
14388 (LOG_FILE_NAME): New global.
14389 (TextReporter.__init__): Initialize self.txt_sum.
14390 (TextReporter.report): Add support for multiple data-points.
14391 Move report to perftest.sum, put raw data in perftest.log.
14392 (TextReporter.start): Open sum and log files.
14393 (TextReporter.end): Close sum and log files.
8e1afc81
DE
14394 * gdb.perf/lib/perftest/testresult.py
14395 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 14396
2c8c5d37
PA
143972015-07-31 Pedro Alves <palves@redhat.com>
14398
14399 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14400 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14401 kill_wait_spawned_process instead of explicit "kill -9".
14402 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14403 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14404 kill_wait_spawned_process.
14405 * gdb.base/attach-twice.exp: Likewise.
14406 * gdb.base/attach.exp: Likewise.
14407 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14408 gdb_test_multiple.
14409 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14410 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14411 kill_wait_spawned_process.
14412 * gdb.base/valgrind-infcall.exp: Likewise.
14413 * gdb.multi/multi-attach.exp: Likewise.
14414 * gdb.python/py-prompt.exp: Likewise.
14415 * gdb.python/py-sync-interp.exp: Likewise.
14416 * gdb.server/ext-attach.exp: Likewise.
14417 * gdb.threads/attach-into-signal.exp (corefunc): Use
14418 spawn_wait_for_attach, spawn_id_get_pid and
14419 kill_wait_spawned_process.
14420 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14421 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14422 spawn_id_get_pid and kill_wait_spawned_process.
14423 * gdb.threads/attach-stopped.exp (corefunc): Use
14424 spawn_wait_for_attach, spawn_id_get_pid and
14425 kill_wait_spawned_process.
14426 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14427 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14428 kill_wait_spawned_process instead of explicit "kill -9".
14429 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14430 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14431 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14432 processes. Don't map cygwin/windows pids here. Now returns a
14433 spawn id list.
14434
032a0fca
SL
144352015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14436
14437 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14438 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14439 correct patch.
14440
61a934ca
SL
144412015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14442
14443 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14444
4bc4d428
SL
144452015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14446
14447 Reapply:
14448 2014-05-21 Mark Wielaard <mjw@redhat.com>
14449
14450 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14451
998d452a
PA
144522015-07-30 Pedro Alves <palves@redhat.com>
14453
14454 * linux-low.c (handle_extended_wait): Set the child's last
14455 reported status to TARGET_WAITKIND_STOPPED.
14456
69dde7dc
PA
144572015-07-30 Pedro Alves <palves@redhat.com>
14458
14459 PR threads/18600
14460 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14461 only shows inferior 1.
14462
4dd63d48
PA
144632015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14464 Pedro Alves <palves@redhat.com>
14465
14466 PR threads/18600
14467 * gdb.threads/fork-plus-threads.c: New file.
14468 * gdb.threads/fork-plus-threads.exp: New file.
14469
d618e4c5
PP
144702015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14471
14472 * gdb.base/batch-preserve-term-settings.exp
14473 (test_terminal_settings_preserved_after_cli_exit): Use
14474 send_quit_command.
14475
1eef6428
PA
144762015-07-29 Pedro Alves <palves@redhat.com>
14477 Don Breazeal <donb@codesourcery.com>
14478
14479 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14480 output from both inferior_spawn_id and gdb_spawn_id.
14481
7da5b897
SDJ
144822015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14483
14484 * gdb.threads/attach-into-signal.exp (corefunc): Use
14485 with_test_prefix on nested loops, uniquefying the test messages.
14486
dac804df
SDJ
144872015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14488
14489 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14490 commit.
14491
06265e53
PP
144922015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14493
14494 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14495 New proc.
14496 (test_terminal_settings_preserved_after_sigterm): New test.
14497
18206ca3
PP
144982015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14499
14500 * gdb.base/batch-preserve-term-settings.exp
14501 (test_terminal_settings_preserved_after_cli_exit): New test.
14502
90074d11
PP
145032015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14504
14505 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14506 manipulation of saved_gdbflags.
14507 (test_terminal_settings_preserved): Remove global declaration of
14508 the unused variable pagination_prompt. Remove manipulation of
14509 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14510 GDBFLAGS.
14511
eb1a7902
PA
145122015-07-29 Pedro Alves <palves@redhat.com>
14513
14514 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14515
8b75dd3b
PA
145162015-07-29 Pedro Alves <palves@redhat.com>
14517
14518 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14519 at the top.
14520
dedad4e3
PA
145212015-07-29 Pedro Alves <palves@redhat.com>
14522
14523 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14524 (main): Call gdb_unbuffer_output.
14525 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14526 (main): Call gdb_unbuffer_output.
14527 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14528 (main): Call gdb_unbuffer_output.
14529 * gdb.base/call-strs.exp: Adjust to step over the
14530 gdb_unbuffer_output call.
14531 * gdb.base/catch-gdb-caused-signals.c: Include
14532 "../lib/unbuffer_output.c".
14533 (main): Call gdb_unbuffer_output.
14534 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14535 (main): Call gdb_unbuffer_output.
14536 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14537 (main): Call gdb_unbuffer_output.
14538 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14539 (main): Call gdb_unbuffer_output.
14540 * gdb.base/shlib-call.exp: Adjust to step over the
14541 gdb_unbuffer_output call.
14542 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14543 (main): Call gdb_unbuffer_output.
14544 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14545 (main): Call gdb_unbuffer_output.
14546 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14547 (main): Rename to ...
14548 (test): ... this.
14549 (main): Reimplement.
14550 * gdb.base/varargs.exp: Run to test instead of to main.
14551 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14552 (main): Call gdb_unbuffer_output.
14553
58789a91
PA
145542015-07-29 Pedro Alves <palves@redhat.com>
14555
14556 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14557 factore out from mi_continue_dprintf. For call-style dprintfs,
14558 expect dprintf output out of $inferior_spawn_id.
14559 (mi_continue_dprintf): Use mi_expect_dprintf.
14560 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14561 (main): Call gdb_unbuffer_output.
14562
e8376742
PA
145632015-07-29 Pedro Alves <palves@redhat.com>
14564
14565 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14566 (default_mi_gdb_start): Set inferior_spawn_id instead of
14567 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14568 gdb_spawn_id.
14569 (mi_gdb_test): Always expect inferior output from both
14570 $inferior_spawn_id and $gdb_spawn_id.
14571
08280010
PA
145722015-07-29 Pedro Alves <palves@redhat.com>
14573
14574 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14575 send_inferior and $inferior_spawn_id.
14576
4d30e432
PA
145772015-07-29 Pedro Alves <palves@redhat.com>
14578
14579 * gdb.gdb/complaints.exp (test_initial_complaints)
14580 (test_serial_complaints, test_short_complaints): Use
14581 gdb_test_stdio.
14582 (test_empty_complaint): Handle $inferior_spawn_id !=
14583 $gdb_spawn_id.
14584
0d30a335
PA
145852015-07-29 Pedro Alves <palves@redhat.com>
14586
14587 * gdb.base/varargs.exp: Use gdb_test_stdio.
14588
39413b29
PA
145892015-07-29 Pedro Alves <palves@redhat.com>
14590
14591 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14592
7cb000a9
PA
145932015-07-29 Pedro Alves <palves@redhat.com>
14594
14595 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14596
d7b8ac82
PA
145972015-07-29 Pedro Alves <palves@redhat.com>
14598
14599 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14600 parameter into two new parameters, "inf_result" and "gdb_result".
14601 Expect inferior output and gdb output from $inferior_spawn_id and
14602 $gdb_spawn_id, respectively. Adjust all callers.
14603
789c3a0c
PA
146042015-07-29 Pedro Alves <palves@redhat.com>
14605
14606 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14607 of gdb_test_sequence.
14608
77e760c3
PA
146092015-07-29 Pedro Alves <palves@redhat.com>
14610
14611 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14612 (saw_spurious_output): Expect inferior output from
14613 $inferior_spawn_id. Use gdb_test_stdio.
14614
8396d2cd
PA
146152015-07-29 Pedro Alves <palves@redhat.com>
14616
14617 * gdb.base/dprintf.exp: Use standard_testfile. Change
14618 prepare_for_testing call.
14619 (srcfile): Don't set.
14620 (restart): New procedure.
14621 (test_dprintf): New procecure, use to continue over dprintfs.
14622 (test_call, test_agent): New procedures, tests moved here.
14623 Restart gdb and recreate dprintfs. Adjust expected output.
14624
2051d61f
PA
146252015-07-29 Pedro Alves <palves@redhat.com>
14626
14627 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14628
452397af
PA
146292015-07-29 Pedro Alves <palves@redhat.com>
14630
14631 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14632
8aed9555
PA
146332015-07-29 Pedro Alves <palves@redhat.com>
14634
14635 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14636 gdb_test_stdio.
14637
188a61b4
PA
146382015-07-29 Pedro Alves <palves@redhat.com>
14639
14640 * lib/gdb.exp (gdb_test_stdio): New procedure.
14641
12264a45
PA
146422015-07-29 Pedro Alves <palves@redhat.com>
14643
14644 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14645
23ffc893
PA
146462015-07-29 Pedro Alves <palves@redhat.com>
14647
14648 * gdb.base/call-signal-resume.exp: Remove check for
14649 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14650 * gdb.base/unwindonsignal.exp: Likewise.
14651 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14652 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14653
65566918
PA
146542015-07-29 Pedro Alves <palves@redhat.com>
14655
14656 * gdb.base/siginfo-addr.c (pass): New function.
14657 (handler): Call it iff si_addr is correct.
14658 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14659 Set a breakpoint at "pass" and continue to it.
14660
d60a9221
SDJ
146612015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14662
14663 * gdb.python/py-objfile.exp: Make some tests have unique names.
14664 * gdb.python/py-pp-registration.exp: Likewise.
14665
bde40b8f
PA
146662015-07-28 Pedro Alves <palves@redhat.com>
14667
14668 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14669
13e1dec8
SM
146702015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14671
14672 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14673
da33c9a7
SM
146742015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14675
14676 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14677
077836f7
PP
146782015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14679
14680 * gdb.base/gdb-sigterm-2.exp: New test.
14681
b8cc7b2e
DE
146822015-07-25 Doug Evans <xdje42@gmail.com>
14683
14684 Revert:
14685 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14686 (workers/%.worker, build-perf): New rule.
14687 (GDB_PERFTEST_MODE): New variable.
14688 (check-perf): Use it.
14689 (clean): Clean up gdb.perf parallel build subdirs.
14690 * lib/build-piece.exp: New file.
14691 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14692 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14693 name.
14694 (standard_temp_file): Ditto.
14695 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14696 of $GDB_PARALLEL.
14697
c8bd4544
DE
146982015-07-24 Doug Evans <dje@google.com>
14699
14700 * gdb.perf/lib/perftest/utils.py: New file.
14701 * gdb.perf/gm-hello.cc: New file.
14702 * gdb.perf/gm-pervasive-typedef.cc: New file.
14703 * gdb.perf/gm-pervasive-typedef.h: New file.
14704 * gdb.perf/gm-std.cc: New file.
14705 * gdb.perf/gm-std.h: New file.
14706 * gdb.perf/gm-use-cerr.cc: New file.
14707 * gdb.perf/gm-utils.h: New file.
14708 * gdb.perf/gmonster-null-lookup.py: New file.
14709 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14710 * gdb.perf/gmonster-print-cerr.py: New file.
14711 * gdb.perf/gmonster-ptype-string.py: New file.
14712 * gdb.perf/gmonster-runto-main.py: New file.
14713 * gdb.perf/gmonster-select-file.py: New file.
14714 * gdb.perf/gmonster1-null-lookup.exp: New file.
14715 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14716 * gdb.perf/gmonster1-print-cerr.exp: New file.
14717 * gdb.perf/gmonster1-ptype-string.exp: New file.
14718 * gdb.perf/gmonster1-runto-main.exp: New file.
14719 * gdb.perf/gmonster1-select-file.exp: New file.
14720 * gdb.perf/gmonster1.cc: New file.
14721 * gdb.perf/gmonster1.exp: New file.
14722 * gdb.perf/gmonster2-null-lookup.exp: New file.
14723 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14724 * gdb.perf/gmonster2-print-cerr.exp: New file.
14725 * gdb.perf/gmonster2-ptype-string.exp: New file.
14726 * gdb.perf/gmonster2-runto-main.exp: New file.
14727 * gdb.perf/gmonster2-select-file.exp: New file.
14728 * gdb.perf/gmonster2.cc: New file.
14729 * gdb.perf/gmonster2.exp: New file.
14730
6eab34f3
DE
147312015-07-24 Doug Evans <dje@google.com>
14732
14733 * gdb.perf/README: New file.
14734 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14735 * lib/gen-perf-test.exp: New file.
14736
63738bfd
DE
147372015-07-24 Doug Evans <dje@google.com>
14738
14739 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14740 (PerfTest::startup): New function.
14741 (PerfTest::run): Return result of calling body.
14742 (PerfTest::assemble): Rewrite.
14743 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14744 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14745 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14746 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14747 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14748
7b606f95
DE
147492015-07-24 Doug Evans <dje@google.com>
14750
14751 * lib/gdb.exp (clean_restart): Make executable optional.
14752
a97b16b8
DE
147532015-07-24 Doug Evans <dje@google.com>
14754
14755 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14756 compiler_info references.
14757 * gdb.cp/temargs.exp: Ditto.
14758 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14759 (get_compiler_info): Early exit if already computed. Set compiler_info
14760 to "unknown" if there was a problem.
14761 (test_compiler_info): Add function comment. Call get_compiler_info.
14762
35baa57f
DE
147632015-07-24 Doug Evans <dje@google.com>
14764
14765 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14766 (workers/%.worker, build-perf): New rule.
14767 (GDB_PERFTEST_MODE): New variable.
14768 (check-perf): Use it.
14769 (clean): Clean up gdb.perf parallel build subdirs.
14770 * lib/build-piece.exp: New file.
14771 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14772 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14773 name.
14774 (standard_temp_file): Ditto.
14775 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14776 of $GDB_PARALLEL.
14777
6ebea266
DE
147782015-07-24 Doug Evans <dje@google.com>
14779
14780 * lib/future.exp (gdb_default_target_compile): New option
14781 "early_flags".
14782 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14783 --as-needed.
14784
1e76a7e9
SDJ
147852015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14786
14787 * gdb.base/catch-syscall.exp: Call gdb_exit before
14788 gdb_skip_xml_test.
14789
5068630a
PA
147902015-07-24 Pedro Alves <palves@redhat.com>
14791
14792 * gdb.python/py-events.exp: Accept output between the stop event
14793 and the prompt.
14794 * gdb.python/py-evsignal.exp: Likewise.
14795 * gdb.python/py-evthreads.exp: Likewise.
14796
77598427
PA
147972015-07-24 Pedro Alves <palves@redhat.com>
14798
14799 PR gdb/18717
14800 * gdb.threads/non-ldr-exit.c: New file.
14801 * gdb.threads/non-ldr-exit.exp: New file.
14802
11e6c98f
YQ
148032015-07-24 Yao Qi <yao.qi@linaro.org>
14804
14805 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14806 restarting process.
14807
51aee833
YQ
148082015-07-24 Yao Qi <yao.qi@linaro.org>
14809
14810 * gdb.server/ext-restart.exp: New file.
14811
8cfe207c
YQ
148122015-07-24 Yao Qi <yao.qi@linaro.org>
14813
14814 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14815 argument options.
14816 * gdb.server/ext-wrapper.exp: New file.
14817
cc12ce38
DE
148182015-07-23 Doug Evans <dje@google.com>
14819
14820 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14821 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14822
d0d84780
PMR
148232015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14824
14825 * gdb.ada/var_arr_typedef.exp: New testcase.
14826 * gdb.ada/var_arr_typedef/pack.adb: New file.
14827 * gdb.ada/var_arr_typedef/pack.ads: New file.
14828 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14829
8b558f79
JB
148302015-07-20 Joel Brobecker <brobecker@adacore.com>
14831
14832 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14833
775a3298
JK
148342015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14835
14836 * gdb.arch/i386-biarch-core.exp: Replace istarget
14837 by "complete set gnutarget". Remove expectation for the "core-file"
14838 command.
14839
db1ff28b
JK
148402015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14841
14842 Revert the previous commit:
14843 Tests for validate symbol file using build-id.
14844
0a94970d
JK
148452015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14846
14847 Tests for validate symbol file using build-id.
14848 * gdb.base/solib-mismatch-lib.c: New file.
14849 * gdb.base/solib-mismatch-libmod.c: New file.
14850 * gdb.base/solib-mismatch.c: New file.
14851 * gdb.base/solib-mismatch.exp: New file.
14852
03346981
SL
148532015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14854
14855 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14856 nios2-*-linux*.
14857 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14858 * gdb.base/siginfo.exp: Likewise.
14859 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14860
42422cc7
PL
148612015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14862
14863 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14864 Move it to ...
14865 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14866 ... here.
14867 * gdb.trace/range-stepping.exp: Check that the target supports
14868 range stepping.
14869
cfa68bae
JK
148702015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14871
14872 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14873
8ffdba26
PA
148742015-07-14 Pedro Alves <palves@redhat.com>
14875
14876 * gdb.base/killed-outside.exp: New file.
14877 * gdb.base/killed-outside.c: New file.
14878
218a5a11
JK
148792015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14880
14881 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14882 (n at main): New.
14883 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14884
e03ed3c6
AA
148852015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14886
14887 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14888 infcall tests instead of setting up for KFAIL.
14889
485668e5
MM
148902015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14891
14892 * gdb.btrace/record_goto-step.exp: New.
14893
08464196
JK
148942015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14895
14896 PR compile/18484
14897 * gdb.compile/compile.c (struct struct_type): Add volatile to
14898 selffield's type.
14899 * gdb.compile/compile.exp
14900 (compile code struct_object.selffield = &struct_object): Skip further
14901 struct_object tests if this one xfails.
14902
bcf5c1d9
RC
149032015-07-08 Robert O'Callahan <robert@ocallahan.org>
14904
14905 PR exp/18617
14906 * gdb.trace/ax.exp: Add test.
14907
4931af25
YQ
149082015-07-07 Yao Qi <yao.qi@linaro.org>
14909
14910 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14911 instead of istarget "aarch64*-*-*".
14912 * gdb.arch/aarch64-fp.exp: Likewise.
14913 * gdb.base/float.exp: Likewise.
14914 * gdb.reverse/aarch64.exp: Likewise.
14915 * lib/gdb.exp (is_aarch64_target): New proc.
14916
9fcf688e
YQ
149172015-07-07 Yao Qi <yao.qi@linaro.org>
14918
14919 * lib/gdb.exp (is_aarch32_target): New proc.
14920 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14921 instead of "istarget "arm*-*-*"".
14922 * gdb.arch/arm-disp-step.exp: Likewise.
14923 * gdb.arch/thumb-bx-pc.exp: Likewise.
14924 * gdb.arch/thumb-prologue.exp: Likewise.
14925 * gdb.arch/thumb-singlestep.exp: Likewise.
14926 * gdb.base/disp-step-syscall.exp: Likewise.
14927 * gdb.base/float.exp: Likewise.
14928
fbd8d50d
YQ
149292015-07-07 Yao Qi <yao.qi@linaro.org>
14930
14931 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14932 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14933
71be1fdc
YQ
149342015-07-07 Yao Qi <yao.qi@linaro.org>
14935
14936 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14937 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14938 if it exists.
14939 * gdb.multi/multi-arch.exp: Likewise.
14940
3e221d36
SM
149412015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14942
14943 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14944 print.
14945
d441430b
YQ
149462015-07-07 Yao Qi <yao.qi@linaro.org>
14947
14948 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14949
06f810bd
MG
149502015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14951
14952 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14953 '[' and ']' characters.
14954
5e61e7c0
IB
149552015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14956
14957 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14958
28bf096c
PA
149592015-06-29 Pedro Alves <palves@redhat.com>
14960
14961 PR threads/18127
14962 * gdb.threads/hand-call-new-thread.c: New file.
14963 * gdb.threads/hand-call-new-thread.c: New file.
14964
ee93cd5e
KS
149652015-06-26 Keith Seitz <keiths@redhat.com>
14966 Doug Evans <dje@google.com>
14967
14968 PR 16253
14969 * gdb.cp/var-tag-2.cc: New file.
14970 * gdb.cp/var-tag-3.cc: New file.
14971 * gdb.cp/var-tag-4.cc: New file.
14972 * gdb.cp/var-tag.cc: New file.
14973 * gdb.cp/var-tag.exp: New file.
14974
fc637f04
PP
149752015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14976
14977 * gdb.base/history-duplicates.exp: New test.
14978
2e52ae68
PP
149792015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14980
14981 * gdb.base/completion.exp: Test the completion of the "focus"
14982 command.
14983
6e22494e
JK
149842015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14985
14986 * gdb.arch/amd64-prologue-skip.S: New file.
14987 * gdb.arch/amd64-prologue-skip.exp: New file.
14988
bf7b9cd9
SM
149892015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14990
14991 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14992 is_address_zero_readable check.
14993
201e8dfd
PB
149942015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14995
14996 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14997 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14998
5cd867b4
YQ
149992015-06-24 Yao Qi <yao.qi@linaro.org>
15000
15001 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15002 linux targets.
15003
4d7be007
YQ
150042015-06-24 Yao Qi <yao.qi@linaro.org>
15005
15006 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15007 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15008 * gdb.base/siginfo-thread.exp: Likewise.
15009
07fcd301
YQ
150102015-06-22 Yao Qi <yao.qi@linaro.org>
15011
15012 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15013
52042a00
YQ
150142015-06-22 Yao Qi <yao.qi@linaro.org>
15015
15016 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15017 aarch64*-*-*.
15018 (skip_hw_watchpoint_tests): Likewise.
15019
74bd41ce
PP
150202015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15021
15022 * gdb.base/gdbinit-history.exp: Test the interaction between
15023 setting GDBHISTSIZE and setting the history size via .gdbinit.
15024
bc460514
PP
150252015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15026
15027 PR gdb/16999
15028 * gdb.base/gdbhistsize-history.exp: New test.
15029
b58c513b
PP
150302015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15031
15032 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15033 with GDBHISTSIZE.
15034 * gdb.base/readline.exp: Likewise.
15035
92046791
YQ
150362015-06-17 Yao Qi <yao.qi@linaro.org>
15037
15038 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15039 line.
15040
2093d2d3
PP
150412015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15042
15043 * gdb.base/gdbinit-history.exp: Add test case to check that
15044 an unlimited history file does not get truncated on exit.
15045
e6c693af
AA
150462015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15047
15048 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15049 (VECTOR): New macro. Use it...
15050 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15051 ...for these typedefs.
15052 (int8, char1, int1, double1): New typedefs.
15053 (struct just_int2, struct two_int2): New structures.
15054 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15055 (add_structvecs, add_singlevecs): New functions.
15056 (main): Call add_some_intvecs twice.
15057 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15058 the compile and exit upon failure. Try compiling for the "native"
15059 architecture. Test inferior function calls with vector arguments
15060 and vector return value handling with "finish" and "return".
15061
c74f7d1c
JT
150622015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15063
15064 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15065 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15066 PE file.
15067 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15068
98aa42ee
AT
150692015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15070
15071 PR breakpoints/16465
15072 * gdb.mi/mi-dprintf-pending.c: New file.
15073 * gdb.mi/mi-dprintf-pending.exp: New test.
15074 * gdb.mi/mi-dprintf-pendshr.c: New file.
15075
7d73c23c 150762015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 15077 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
15078
15079 * gdb.arch/i386-mpx-map.c: New file.
15080 * gdb.arch/i386-mpx-map.exp: New File.
15081
150822015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15083
15084 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15085 * gdb.arch/i386-mpx.exp: Indentation fixed.
15086
150872015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15088
15089 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15090 function and improved indentation.
15091 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15092 gdb_test_multiple. Added additional tests to skip the test.
15093
150942015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15095
15096 * gdb.arch/i386-avx512.c: Change path in include file.
15097 * gdb.arch/i386-avx512.exp: Change include dir path
15098 compilation flag.
15099 * gdb.arch/i386-mpx.c: Change path in include file.
15100 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15101 flag.
15102
d5eba19a
JK
151032015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15104
15105 * gdb.compile/compile-print.exp (compile print *vararray@3)
15106 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15107
7f361056
JK
151082015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15109
15110 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15111 (do not keep jit in memory): ... this.
15112 (expect 5): Change it to ...
15113 (expect no 5): ... this.
15114
3b462ec2
SM
151152015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15116
15117 PR gdb/15564
15118 * gdb.mi/mi-detach.exp: New file.
15119
e0619de6
JK
151202015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15121
15122 PR symtab/18392
15123 * gdb.arch/amd64-tailcall-self.S: New file.
15124 * gdb.arch/amd64-tailcall-self.c: New file.
15125 * gdb.arch/amd64-tailcall-self.exp: New file.
15126
e970cb34
DB
151272015-05-28 Don Breazeal <donb@codesourcery.com>
15128
15129 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15130 tests for remote targets by checking is_target_gdbserver.
15131
b2e2f908
DE
151322015-05-27 Doug Evans <dje@google.com>
15133
15134 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15135 * gdb.dwarf2/opaque-type-lookup.c: New file.
15136 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15137
82c7be31
DE
151382015-05-26 Doug Evans <dje@google.com>
15139
15140 * gdb.cp/iostream.cc: New file.
15141 * gdb.cp/iostream.exp: New file.
15142
b4f54984
DE
151432015-05-26 Doug Evans <dje@google.com>
15144
15145 * gdb.dwarf2/dw2-op-call.exp: Update.
15146 * gdb.dwarf2/dw4-sig-types.exp: Update.
15147 * gdb.dwarf2/implptr.exp: Update.
15148 * gdb.mi/mi-cmd-param-changed.exp: Update.
15149
4ea6efe9
DE
151502015-05-26 Doug Evans <dje@google.com>
15151
15152 * gdb.python/py-lazy-string.c: New file.
15153 * gdb.python/py-lazy-string.exp: New file.
15154 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15155 (main): Update. Add estring3.
15156 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15157 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15158
f6bb7db3
YQ
151592015-05-26 Omair Javaid <omair.javaid@linaro.org>
15160 Yao Qi <yao.qi@linaro.org>
15161
15162 * gdb.reverse/aarch64.c: New.
15163 * gdb.reverse/aarch64.exp: New.
15164
a81bfbd0
OJ
151652015-05-26 Omair Javaid <omair.javaid@linaro.org>
15166
25d49b86
PA
15167 * lib/gdb.exp (supports_process_record): Return true for
15168 aarch64*-linux*.
a81bfbd0
OJ
15169 (supports_reverse): Likewise.
15170
158bf1b4
PP
151712015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15172
15173 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15174 Use with_test_prefix.
15175
a0145030
AB
151762015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15177
15178 * gdb.base/completion.exp: Add test for completion of layout
15179 names.
15180
ebe3b578
AB
151812015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15182
15183 * lib/gdb.exp (skip_tui_tests): New proc.
15184 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15185
84204ed7
PA
151862015-05-19 Pedro Alves <palves@redhat.com>
15187
15188 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15189 Save the whole env array instead of just HOME. Unset HISTSIZE in
15190 the environment while testing. Restore whole environment
15191 afterwards.
15192
37442ce1
DE
151932015-05-16 Doug Evans <xdje42@gmail.com>
15194
15195 * gdb.guile/scm-ports.c: New file.
15196 * gdb.guile/scm-ports.exp: Add memory port tests.
15197
36de76f9
JK
151982015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15199
15200 * gdb.compile/compile-print.c: New file.
15201 * gdb.compile/compile-print.exp: New file.
15202
3a9558c4
JK
152032015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15204
15205 * gdb.compile/compile-ops.exp: Cast param to void.
15206 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15207 (compile code struct_object.selffield = &struct_object): Add xfail.
15208
aa715135
JG
152092015-05-15 Joel Brobecker <brobecker@adacore.com>
15210
15211 * gdb.ada/arr_enum_with_gap: New testcase.
15212
931e5bc3
JG
152132015-05-15 Joel Brobecker <brobecker@adacore.com>
15214
15215 * gdb.ada/byte_packed_arr: New testcase.
15216
9cd4d857
JB
152172015-05-15 Joel Brobecker <brobecker@adacore.com>
15218
15219 * gdb.ada/pckd_neg: New testcase.
15220
ebfd00d2
PP
152212015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15222
15223 PR gdb/17820
15224 * gdb.base/gdbinit-history.exp: New test.
15225 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15226 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15227
4c082a81
SC
152282015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15229
15230 * gdb.python/py-xmethods.cc: Enhance test case.
15231 * gdb.python/py-xmethods.exp: New tests.
15232 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15233 function.
15234 (B_indexoper): Likewise.
15235 (global_dm_list) : Add new xmethod worker functions.
15236
f7797074
SDJ
152372015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15238
15239 * gdb.base/coredump-filter.exp: Correctly unset
15240 "coredump_var_addr" array.
15241
a4674e4e
PA
152422015-05-08 Pedro Alves <palves@redhat.com>
15243
15244 * gdb.server/non-existing-program.exp: Unset spawn_id.
15245
df2eb078
SC
152462015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15247
15248 PR python/18291
15249 * gdb.python/py-xmethods.exp: Add tests.
15250
422349a3
YQ
152512015-05-08 Yao Qi <yao.qi@linaro.org>
15252
15253 PR gdb/18208
15254 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15255 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15256 function set_coredump_filter, and remove remote_exec call.
15257 Remove argument ipid. Callers update.
15258 (top level): Don't get inferior's PID.
15259
63fc80ce
AA
152602015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15261
15262 * gdb.base/watch_thread_num.exp: Skip test on targets without
15263 access watchpoints.
15264
80ad801e
PA
152652015-05-06 Pedro Alves <palves@redhat.com>
15266
15267 PR server/18081
15268 * gdb.server/non-existing-program.exp: New file.
15269
0fa7fe50
JB
152702015-05-05 Joel Brobecker <brobecker@adacore.com>
15271
15272 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15273
3ea89b92
PMR
152742015-05-05 Joel Brobecker <brobecker@adacore.com>
15275
15276 * gdb.ada/out_of_line_in_inlined: New testcase.
15277
87b8eff0
JB
152782015-05-05 Joel Brobecker <brobecker@adacore.com>
15279
15280 * gdb.ada/var_rec_arr: New testcase.
15281
5fccc635
YQ
152822015-04-30 Yao Qi <yao.qi@linaro.org>
15283
15284 * gdb.base/break-idempotent.exp: If
15285 skip_hw_watchpoint_multi_tests returns true, skip the tests
15286 on "rwatch" and "awatch".
15287
42d38f42
YQ
152882015-04-30 Yao Qi <yao.qi@linaro.org>
15289
15290 * gdb.base/relativedebug.exp: Invoke gdb command
15291 "info sharedlibrary", and if libc.so doesn't have debug info,
15292 skip the test.
15293
2ce1cdbf
DE
152942015-04-29 Doug Evans <dje@google.com>
15295
15296 * gdb.python/py-xmethods.exp: Add ptype tests.
15297 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15298 get_result_type method.
15299
f24a38c5
LM
153002015-04-29 Luis Machado <lgustavo@codesourcery.com>
15301
15302 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15303 the target does not support hardware watchpoints.
15304
ecbf2b3c
LM
153052015-04-29 Luis Machado <lgustavo@codesourcery.com>
15306
15307 * gdb.base/break-always.exp: Abort testing if writing to memory
15308 causes an error.
15309
34f5f757
DE
153102015-04-28 Doug Evans <dje@google.com>
15311
15312 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15313 * gdb.python/py-pp-registration.exp: ... here. New file.
15314 * gdb.python/py-pp-registration.c: New file.
15315 * gdb.python/py-pp-registration.py: New file.
15316
69b4374a
DE
153172015-04-28 Doug Evans <dje@google.com>
15318
15319 * gdb.python/py-bad-printers.c: New file.
15320 * gdb.python/py-bad-printers.py: New file.
15321 * gdb.python/py-bad-printers.exp: New file.
15322
59fb7612
SS
153232015-04-28 Sasha Smundak <asmundak@google.com>
15324
15325 * gdb.python/py-type.exp: New test.
15326
2631b16a
AW
153272015-04-28 Andy Wingo <wingo@igalia.com>
15328
15329 * gdb.python/py-parameter.exp:
15330 * gdb.guile/scm-parameter.exp: Escape the path that we are
15331 matching against, as it might contain characters that are special
15332 to regular expressions.
15333
460efde1
JB
153342015-04-27 Joel Brobecker <brobecker@adacore.com>
15335
15336 * gdb.ada/rec_comp: New testcase.
15337
2d369d8e
SDJ
153382015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15339
15340 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15341 before using it.
15342
cf75d6c3
AB
153432015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15344
15345 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15346 new tests for verilog output.
15347
8dbe7ca5
YQ
153482015-04-24 Yao Qi <yao.qi@linaro.org>
15349
15350 * boards/remote-gdbserver-on-localhost.exp: New file.
15351
4ef9fb2f
PA
153522015-04-23 Pedro Alves <palves@redhat.com>
15353
15354 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15355 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15356 "end of file", remove $inferior_spawn_id from the indirect list.
15357
0a803169
PA
153582015-04-23 Pedro Alves <palves@redhat.com>
15359
15360 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15361
749ef8f8
PA
153622015-04-23 Pedro Alves <palves@redhat.com>
15363
15364 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15365 on $any_spawn_id instead of only on $gdb_spawn_id.
15366
8aae4344
PM
153672015-04-21 Pierre Muller <muller@sourceware.org>
15368
15369 PR pascal/17815
15370 * lib/pascal.exp (gpc_compile): Add new option "class".
15371 (fpc_compile): Likewise.
15372 * gdb.pascal/case-insensitive-symbols.pas: New file.
15373 * gdb.pascal/case-insensitive-symbols.exp: New file.
15374
1586c8fb
GB
153752015-04-20 Gary Benson <gbenson@redhat.com>
15376
15377 * gdb.base/attach.exp: Fix three extended remote failures.
15378
1b6e6f5c
GB
153792015-04-17 Gary Benson <gbenson@redhat.com>
15380
15381 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15382 the main executable over the remote protocol.
15383
e797481d
PA
153842015-04-16 Pedro Alves <palves@redhat.com>
15385
15386 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15387 a new gdbserver if gdbserver_reconnect_p is set.
15388
1ca99c42
PA
153892015-04-16 Pedro Alves <palves@redhat.com>
15390
15391 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15392 is set, don't exit gdbserver.
15393
af9fd6f8
AA
153942015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15395
15396 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15397 appropriate .insn, such that an older assembler can be used.
15398 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15399 the z/Architecture instruction set on 31-bit targets as well.
15400
04ff1e61
AA
154012015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15402
15403 * gdb.go/handcall.exp: Remove all logic related to the first
15404 breakpoint and rely on go_runto_main instead.
15405 * gdb.go/strings.exp: Likewise.
15406 * gdb.go/unsafe.exp: Likewise.
15407 * gdb.go/hello.exp: Likewise. Also rename the remaining
15408 breakpoint marker to "breakpoint 1".
15409 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15410 * gdb.go/strings.go: Likewise.
15411 * gdb.go/unsafe.go: Likewise.
15412 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15413 "set breakpoint 2 here" and rename the remaining breakpoint marker
15414 to "breakpoint 1".
15415
40d2f8d6
SM
154162015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15417
15418 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15419 if itertools.imap is not present.
15420 * gdb.python/py-objfile.exp: Add parentheses.
15421 * gdb.python/py-type.exp: Same.
15422 * gdb.python/py-unwind-maint.py: Same.
15423
8cbc97c6
YQ
154242015-04-15 Yao Qi <yao.qi@linaro.org>
15425
15426 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15427 of ":$ptr_size" and set its form explicitly.
15428
45fd756c
YQ
154292015-04-15 Pedro Alves <palves@redhat.com>
15430 Yao Qi <yao.qi@linaro.org>
15431
15432 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15433 timeout by factor of 4.
15434 (test_regular_watch): Likewise.
15435 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15436 * gdb.reverse/sigall-reverse.exp: Likewise.
15437 * gdb.reverse/until-precsave.exp: Likewise.
15438 * lib/gdb.exp (with_timeout_factor): New proc.
15439 (gdb_expect): Move some code to ...
15440 (get_largest_timeout): ... here. New procedure.
15441
9e811bc3
LM
154422015-04-14 Luis Machado <lgustavo@codesourcery.com>
15443
15444 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15445
0ff6fcb2
LM
154462015-04-13 Luis Machado <lgustavo@codesourcery.com>
15447
15448 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15449 to write to the .text section.
15450
7578d5f7
LM
154512015-04-13 Luis Machado <lgustavo@codesourcery.com>
15452
15453 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15454 Handle the case of targets that do not provide PID information.
15455
2efe15c4
YQ
154562015-04-13 Yao Qi <yao.qi@linaro.org>
15457
15458 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15459 and use expect instead of gdb_expect.
15460
8cd8f2f8
SDJ
154612015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15462
15463 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15464 "coredump_var_addr" to avoid naming conflict with other testcases.
15465
9ee41772
PA
154662015-04-10 Pedro Alves <palves@redhat.com>
15467
15468 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15469 gdb_test_sequence and gdb_assert.
15470
07473109
PA
154712015-04-10 Pedro Alves <palves@redhat.com>
15472
15473 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15474 test messages that don't include the breakpoint address.
15475
de3db44c
YQ
154762015-04-10 Yao Qi <yao.qi@linaro.org>
15477
15478 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15479 false for some offset and width combinations which aren't
15480 supported by linux kernel.
15481
c79d856c
PA
154822015-04-10 Pedro Alves <palves@redhat.com>
15483
15484 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15485 procedure, factored out from ...
15486 (top level): ... here. Add "set displaced-stepping" testing axis.
15487 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15488 parameter "displaced". Use it.
15489 (top level): Use foreach and add "set displaced-stepping" testing
15490 axis.
15491
ebc90b50
PA
154922015-04-10 Pedro Alves <palves@redhat.com>
15493
15494 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15495 Remove comment.
15496 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15497 both the address of the instruction that triggers the watchpoint
15498 and the address of the instruction immediately after, and use
15499 those addresses for the test. Fix comment.
15500
8f572e5c
PA
155012015-04-10 Pedro Alves <palves@redhat.com>
15502
15503 * gdb.base/sigstep.exp (breakpoint_to_handler)
15504 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15505 Test "backtrace" in handler.
15506 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15507 (top level): Add new "displaced" test axis to
15508 breakpoint_to_handler, breakpoint_to_handler_entry and
15509 breakpoint_over_handler.
15510
8d707a12
PA
155112015-04-10 Pedro Alves <palves@redhat.com>
15512
15513 PR gdb/18216
15514 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15515
ef713951
YQ
155162015-04-10 Yao Qi <yao.qi@linaro.org>
15517
15518 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15519 (test_add_rn_pc): New function.
15520 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15521 (top level): Invoke test_add_rn_pc.
15522
906d60cf
PA
155232015-04-10 Pedro Alves <palves@redhat.com>
15524
15525 PR gdb/13858
15526 * gdb.base/step-over-no-symbols.exp: New file.
15527
f2983cc3
AW
155282015-04-09 Andy Wingo <wingo@igalia.com>
15529
15530 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15531 after the Python tests.
15532
6d62641c
SDJ
155332015-04-08 Keith Seitz <keiths@redhat.com>
15534
15535 PR python/16699
15536 * gdb.python/py-completion.exp: New tests for completion.
15537 * gdb.python/py-completion.py (CompleteLimit1): New class.
15538 (CompleteLimit2): Likewise.
15539 (CompleteLimit3): Likewise.
15540 (CompleteLimit4): Likewise.
15541 (CompleteLimit5): Likewise.
15542 (CompleteLimit6): Likewise.
15543 (CompleteLimit7): Likewise.
15544
f3770638
PA
155452015-04-08 Pedro Alves <palves@redhat.com>
15546
15547 PR gdb/18214
15548 PR gdb/18216
15549 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15550 function.
15551 (main): Install it as SIGUSR1 handler.
15552 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15553 parameter. Always use "setup" as prefix. Toggle "set
15554 displaced-stepping" off/on depending on global. Don't switch to
15555 thread 1 here.
15556 (top level): Add displaced stepping "off/on" test axis. Update
15557 "setup" calls. Wrap each subtest with with_test_prefix. Test
15558 continuing with a queued signal in each thread.
15559
4496bed7
PA
155602015-04-08 Pedro Alves <palves@redhat.com>
15561
15562 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15563 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15564 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15565 Return early if running to main fails.
15566 * gdb.trace/while-stepping.exp: Likewise.
15567
b97fde92
PA
155682015-04-07 Pedro Alves <palves@redhat.com>
15569
15570 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15571 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15572 interact with inferior program.
15573
f71c18e7
PA
155742015-04-07 Pedro Alves <palves@redhat.com>
15575
15576 * lib/gdb.exp (inferior_spawn_id): New global.
15577 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15578 spawn id after processing the user code.
15579 (default_gdb_start): Set inferior_spawn_id.
15580 (send_inferior): New procedure.
15581 * lib/gdbserver-support.exp (gdbserver_start): Set
15582 inferior_spawn_id.
15583 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15584
6423214f
PA
155852015-04-07 Pedro Alves <palves@redhat.com>
15586
15587 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15588 * lib/gdbserver-support.exp (gdbserver_start): Make
15589 $server_spawn_id global.
15590 (gdbserver_start): Don't wait for gdbserver's spawn id with
15591 expect_background.
15592 (close_gdbserver): New procedure.
15593 (gdb_exit): Rename the default version and reimplement.
15594
71c0ee8c
PA
155952015-04-07 Pedro Alves <palves@redhat.com>
15596
72f4393d 15597 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
15598 append the substituted item, not the original item.
15599
203bc29b
PA
156002015-04-07 Pedro Alves <palves@redhat.com>
15601
15602 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15603 gdb_expect.
15604
508a3ddf
PA
156052015-04-07 Pedro Alves <palves@redhat.com>
15606
15607 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15608 output appearing once only.
15609
9f6dbe2b
PA
156102015-04-07 Pedro Alves <palves@redhat.com>
15611
15612 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15613 that doesn't expect anything. Return early if running to main
15614 fails.
15615
337532fa
YQ
156162015-04-07 Yao Qi <yao.qi@linaro.org>
15617
15618 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15619 (child_function): Call alarm.
15620 (main): Move call to alarm into the loop.
15621 * gdb.threads/non-stop-fair-events.exp: Build program with
15622 -DTIMEOUT=$timeout.
15623
01b622d4
DE
156242015-04-06 Doug Evans <xdje42@gmail.com>
15625
15626 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15627 Fix dest parameter to board_info.
15628 (fpc_compile): Ditto.
15629 (gdb_compile_pascal): Rename dest arg to destfile.
15630
961f4160
PMR
156312015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15632
15633 * gdb.ada/funcall_ref.exp: New file.
15634 * gdb.ada/funcall_ref/foo.adb: New file.
15635
cafda597
YQ
156362015-04-02 Yao Qi <yao.qi@linaro.org>
15637
15638 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15639 is remote.
15640
fed040c6
GB
156412015-04-02 Gary Benson <gbenson@redhat.com>
15642
15643 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15644
d11916aa
SS
156452015-04-01 Sasha Smundak <asmundak@google.com>
15646
15647 * gdb.python/py-unwind-maint.c: New file.
15648 * gdb.python/py-unwind-maint.exp: New test.
15649 * gdb.python/py-unwind-maint.py: New file.
15650 * gdb.python/py-unwind.c: New file.
15651 * gdb.python/py-unwind.exp: New test.
15652 * gdb.python/py-unwind.py: New test.
15653
a1471180
PA
156542015-04-01 Pedro Alves <palves@redhat.com>
15655
15656 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15657 to fail instead of non-existent $test.
15658
0bbeccb1
PA
156592015-04-01 Pedro Alves <palves@redhat.com>
15660
15661 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15662 GDBFLAGS if not empty.
15663
3c724c8c
PMR
156642015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15665
15666 * gdb.ada/complete.exp: Remove "multi_line".
15667 * gdb.ada/info_exc.exp: Remove "multi_line".
15668 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15669 * gdb.ada/ptype_field.exp: Remove "multi_line".
15670 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15671 * gdb.ada/tagged.exp: Remove "multi_line".
15672 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15673 [multi_line ...]
15674 * gdb.btrace/delta.exp: Likewise.
15675 * gdb.btrace/exception.exp: Likewise.
15676 * gdb.btrace/function_call_history.exp: Likewise.
15677 * gdb.btrace/instruction_history.exp: Likewise.
15678 * gdb.btrace/nohist.exp: Likewise.
15679 * gdb.btrace/record_goto.exp: Likewise.
15680 * gdb.btrace/segv.exp: Likewise.
15681 * gdb.btrace/stepi.exp: Likewise.
15682 * gdb.btrace/tailcall.exp: Likewise.
15683 * gdb.btrace/unknown_functions.exp: Likewise.
15684 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15685 * lib/gdb.exp: Add the "multi_line" helper.
15686
4eec2deb
PA
156872015-04-01 Pedro Alves <palves@redhat.com>
15688
15689 * gdb.threads/tid-reuse.c: New file.
15690 * gdb.threads/tid-reuse.exp: New file.
15691
df8411da
SDJ
156922015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15693
15694 PR corefiles/16092
15695 * gdb.base/coredump-filter.c: New file.
15696 * gdb.base/coredump-filter.exp: Likewise.
15697
6ef37366
PM
156982015-03-27 Petr Machata <pmachata@redhat.com>
15699
15700 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15701 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15702 (Dwarf::assemble): Initialize them.
15703 (Dwarf::lines): New function.
15704
7ec911b0
JT
157052015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15706
15707 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15708 SYMBOL_PREFIX for x86_64-*-cygwin.
15709
ff908ebf
AW
157102015-03-26 Andy Wingo <wingo@igalia.com>
15711
15712 PR symtab/18148
15713 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15714 const_value but not a location.
15715 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15716 location defined in non-main CUs are visible.
15717
6d5f0679
YQ
157182015-03-26 Yao Qi <yao.qi@linaro.org>
15719
15720 PR testsuite/18139
15721 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15722 Add a line number entry for the same line.
15723 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15724 Add a line number entry for the same line.
15725
2898689b
YQ
157262015-03-26 Yao Qi <yao.qi@linaro.org>
15727
15728 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15729 .int 0.
15730 (func): Likewise. Add .Lfunc_1 label.
15731 Use .Lfunc_1 label.
15732 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15733 .int 0.
15734 (func): Likewise.
15735 Use .Lfunc_1 label.
15736
85180498
YQ
157372015-03-26 Yao Qi <yao.qi@linaro.org>
15738
15739 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15740 Call gdb_compile instead to compile each .s files without debug
15741 information.
15742
8aa08a8d
YQ
157432015-03-26 Yao Qi <yao.qi@linaro.org>
15744
15745 * gdb.base/savedregs.exp (process_saved_regs): Make
15746 "Saved registers:" optional in the pattern.
15747
66849923
MM
157482015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15749
15750 * gdb.btrace/next.exp: Merged into step.exp.
15751 * gdb.btrace/finish.exp: Merged into step.exp.
15752 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15753 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15754 "record goto" and checking the exact replay position.
15755 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15756 check for "Recording format" in "info record" output.
15757 * gdb.btrace/record_goto.exp: Choose test file based on target.
15758 * gdb.btrace/x86-record_goto.S: Renamed into ...
15759 * gdb.btrace/x86_64-record_goto.S: ... this.
15760 * gdb.btrace/i686-record_goto.S: New.
15761 * gdb.btrace/x86-tailcall.S: Renamed into ...
15762 * gdb.btrace/x86_64-tailcall.S: ... this.
15763 * gdb.btrace/i686-tailcall.S: New.
15764 * gdb.btrace/x86-tailcall.c: Renamed into ...
15765 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15766 separate statements. Update test.
15767 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15768 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15769 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15770 * gdb.btrace/tailcall.exp: Choose test file based on target.
15771 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15772
11cc1b74
MM
157732015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15774
15775 * gdb.btrace/exception.exp: Increase BTS buffer size.
15776
a25d8bf9
PA
157772015-03-24 Pedro Alves <palves@redhat.com>
15778
15779 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15780
856e7dd6
PA
157812015-03-24 Pedro Alves <palves@redhat.com>
15782
15783 * gdb.threads/schedlock.exp (test_step): No longer expect that
15784 "set scheduler-locking step" with "next" over a function call runs
15785 threads unlocked.
15786
ad235a41
AT
157872015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15788
15789 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15790
15630549
AT
157912015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15792
15793 PR breakpoints/16466
15794 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15795 * gdb.mi/mi-pending.c (thread_func): New function.
15796 (int main): Add threading support required.
15797 * gdb.mi/mi-pending.exp: Add tests for this issue.
15798 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15799 (pendfunc2): Remove stdio dependency.
15800 * gdb.mi/mi-pendshr2.c: New file.
15801
693dca06
KS
158022015-03-23 Keith Seitz <keiths@redhat.com>
15803
15804 * gdb.linespec/keywords.c: New file.
15805 * gdb.linespec/keywords.exp: New file.
15806
7e993ebf
KS
158072015-03-23 Keith Seitz <keiths@redhat.com>
15808
15809 PR gdb/18021
15810 * gdb.dwarf2/staticvirtual.exp: New test.
15811
bc23328c
JK
158122015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15813
15814 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15815 * README: Remove HP-UX and gdb.hp.
15816 (configuration):
15817 * configure: Regenerate.
15818 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15819 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15820 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15821 gdb.hp/gdb.defects/Makefile.
15822 * gdb.hp/Makefile.in: File deleted.
15823 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15824 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15825 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15826 * gdb.hp/gdb.aCC/run.c: File deleted.
15827 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15828 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15829 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15830 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15831 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15832 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15833 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15834 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15835 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15836 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15837 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15838 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15839 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15840 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15841 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15842 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15843 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15844 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15845 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15846 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15847 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15848 * gdb.hp/gdb.compat/average.c: File deleted.
15849 * gdb.hp/gdb.compat/sum.c: File deleted.
15850 * gdb.hp/gdb.compat/xdb.c: File deleted.
15851 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15852 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15853 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15854 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15855 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15856 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15857 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15858 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15859 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15860 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15861 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15862 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15863 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15864 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15865 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15866 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15867 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15868 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15869 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15870 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15871 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15872 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15873 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15874 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15875 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15876 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15877 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15878 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15879 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15880 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15881 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15882 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15883 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15884 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15885 * gdb.hp/tools/odump: File deleted.
15886
8bf3b159
PA
158872015-03-19 Pedro Alves <palves@redhat.com>
15888
15889 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15890 (saw_thread_3): New globals.
15891 (top level): Increment them when an event for the corresponding
15892 thread is seen.
15893 (no thread starvation): New test.
15894
eb54c8bf
PA
158952015-03-19 Pedro Alves <palves@redhat.com>
15896
15897 * gdb.threads/continue-pending-status.c: New file.
15898 * gdb.threads/continue-pending-status.exp: New file.
15899
32d2e5d6
PA
159002015-03-18 Pedro Alves <palves@redhat.com>
15901
15902 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15903 Use gdb_is_target_remote instead of is_remote. Use
15904 gdb_test_multiple instead of gdb_expect. Exit early if
15905 gdb_test_multiple hits its internal matches. Tighten stepi tests
15906 expected output. Fail on exit with any signal, instead of just
15907 SIGILL.
15908
f68f11b7
YQ
159092015-03-18 Yao Qi <yao.qi@linaro.org>
15910
15911 PR tdep/18107
15912 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15913 variable.
15914 * gdb.base/catch-syscall.exp: Don't skip it on
15915 aarch64*-*-linux* target. Remove elements in all_syscalls.
15916 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15917 target.
15918 (setup_all_syscalls): New proc.
15919
ca5fd19b
YQ
159202015-03-16 Yao Qi <yao.qi@linaro.org>
15921
15922 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15923 (top level): Skip tests if valid_addr_p returns false for
15924 $cmd1 or $cmd2.
15925
85642ba0
AW
159262015-03-11 Andy Wingo <wingo@igalia.com>
15927
15928 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15929
e03f9645
YQ
159302015-03-11 Yao Qi <yao.qi@linaro.org>
15931
15932 * gdb.base/catch-syscall.exp: Fix typo in comments.
15933
5d0962b2
YQ
159342015-03-11 Yao Qi <yao.qi@linaro.org>
15935
15936 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15937
b2df3cef
PA
159382015-03-09 Pedro Alves <palves@redhat.com>
15939
15940 * dg-extract-results.py: Delete.
15941
ef878e53
PA
159422015-03-09 Pedro Alves <palves@redhat.com>
15943
15944 Merge dg-extract-results.sh from GCC upstream (r218843).
15945
15946 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15947 * dg-extract-results.sh: Use --text with grep to avoid issues with
15948 binary files. Fall back to cat -v, if that doesn't work.
15949
9494d219
PA
159502015-03-05 Pedro Alves <palves@redhat.com>
15951
15952 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15953
a8d9763a
SM
159542015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15955
15956 * lib/mi-support.exp (mi_expect_interrupt): Accept
15957 alternative event for when in all-stop mode.
15958
be9957b8
PA
159592015-03-04 Pedro Alves <palves@redhat.com>
15960
15961 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15962
d57be0f4 159632015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
15964
15965 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15966
c214c7cf
AA
159672015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15968
15969 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15970 regexps for GDB's current line display, accept a hex address
15971 preceding the line number.
15972
6d74a497
AA
159732015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15974
15975 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15976 the 'arch1' variable for "s390*-linux*" targets.
15977
511aee7c
PA
159782015-03-04 Pedro Alves <palves@redhat.com>
15979
15980 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15981 (main): Pass missing retval argument to pthread_join call.
15982
95e50b27
PA
159832015-03-02 Pedro Alves <palves@redhat.com>
15984
15985 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15986 (top level): Call do_test with non-stop as well.
15987
28054d69
PA
159882015-03-02 Pedro Alves <palves@redhat.com>
15989
15990 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15991 -1.
15992
4fa5d7b4
AA
159932015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15994
15995 * gdb.arch/s390-vregs.exp: New test.
15996 * gdb.arch/s390-vregs.S: New file.
15997
97c18565
PA
159982015-02-27 Pedro Alves <palves@redhat.com>
15999
16000 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16001 call to catch_command_errors.
16002 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16003 catch_command_errors.
16004
a37bfa30
PA
160052015-02-27 Pedro Alves <palves@redhat.com>
16006
16007 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16008 "true" for boolean result.
16009 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16010 prototype of main.
16011
6f98576f
PA
160122015-02-27 Pedro Alves <palves@redhat.com>
16013
16014 * lib/unbuffer_output.c: New file.
16015 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16016 (main): Call gdb_unbuffer_output.
16017
eba5ab56
YQ
160182015-02-27 Yao Qi <yao.qi@linaro.org>
16019
16020 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16021 target.
16022
0def5aaa
DE
160232015-02-26 Doug Evans <dje@google.com>
16024
16025 * gdb.cp/class2.cc (Dbase, D): New classes.
16026 (main): New local delta.
16027 * gdb.cp/class2.exp: Test printing delta.
16028 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16029 (dynbar): New global.
16030 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16031
081a1c2c
JK
160322015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16033
16034 * gdb.compile/compile-ifunc.c: New file.
16035 * gdb.compile/compile-ifunc.exp: New file.
16036
2f41223f
AT
160372015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16038
16039 * gdb.base/structs.exp: Check for correct struct on finish.
16040
03eddd80
YQ
160412015-02-26 Yao Qi <yao.qi@linaro.org>
16042
16043 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16044 is zero.
16045
80c57053
JK
160462015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16047
16048 * gdb.arch/cordic.ko.bz2: New file.
16049 * gdb.arch/cordic.ko.debug.bz2: New file.
16050 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16051
21613c12
YQ
160522015-02-25 Yao Qi <yao.qi@linaro.org>
16053
16054 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16055 aarch64*-*-* target.
16056
d8b901ed
PA
160572015-02-23 Pedro Alves <palves@redhat.com>
16058
16059 * lib/gdb.exp (delete_breakpoints): Rewrite using
16060 gdb_test_multiple.
16061
e5b85ead
PA
160622015-02-23 Pedro Alves <palves@redhat.com>
16063
16064 * gdb.base/info-os.c: Include stdlib.h.
16065
85c3a371
DE
160662015-02-22 Doug Evans <xdje42@gmail.com>
16067
16068 PR symtab/17855
16069 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16070 is read after symbols have been re-read.
16071 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16072 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16073
96553a0c
DE
160742015-02-21 Doug Evans <dje@google.com>
16075
16076 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16077
97a0c697
JK
160782015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16079
16080 PR corefiles/17808
16081 * gdb.arch/i386-biarch-core.core.bz2: New file.
16082 * gdb.arch/i386-biarch-core.exp: New file.
16083
a47cd6e9
PA
160842015-02-21 Pedro Alves <palves@redhat.com>
16085
16086 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16087 runto_main fails.
16088
c5facdc4
PA
160892015-02-20 Pedro Alves <palves@redhat.com>
16090
16091 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16092 info probes.
16093
2db9a427
PA
160942015-02-20 Pedro Alves <palves@redhat.com>
16095
16096 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16097
60fb7e9e
PA
160982015-02-20 Pedro Alves <palves@redhat.com>
16099
16100 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16101 clean_restart before gdb_target_supports_trace.
16102
5c5019c2
PA
161032015-02-20 Pedro Alves <palves@redhat.com>
16104
16105 PR threads/18006
16106 * gdb.threads/clone-thread_db.c: New file.
16107 * gdb.threads/clone-thread_db.exp: New file.
16108
c9587f88
AT
161092015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16110
16111 PR breakpoints/16812
16112 * gdb.base/catch-gdb-caused-signals.c: New file.
16113 * gdb.base/catch-gdb-caused-signals.exp: New file.
16114
f6a88844
JM
161152015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16116
16117 * configure: Regenerated.
16118 * configure.ac: Use GDB_AC_TRANSFORM.
16119 * aclocal.m4: sinclude ../transform.m4.
16120
497c491b
JM
161212015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16122
16123 * lib/dtrace.exp: New file.
16124 * gdb.base/dtrace-probe.exp: Likewise.
16125 * gdb.base/dtrace-probe.d: Likewise.
16126 * gdb.base/dtrace-probe.c: Likewise.
16127 * lib/pdtrace.in: Likewise.
16128 * configure.ac: Output variables with the transformed names of
16129 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16130 * configure: Regenerated.
16131
03e98035
JM
161322015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16133
16134 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16135 expected message when trying to access $_probe_* convenience
16136 variables while not on a probe.
16137
63cc30e9
JK
161382015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16139
16140 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16141
0703599a
PA
161422015-02-11 Pedro Alves <pedro@codesourcery.com>
16143
16144 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16145 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16146
7e60a48e
DE
161472015-02-10 Doug Evans <xdje42@gmail.com>
16148
16149 * lib/gdb.exp (gdb_load): Always return a result.
16150
01b088bc
PA
161512015-02-10 Pedro Alves <palves@redhat.com>
16152
16153 * gdb.threads/signal-sigtrap.c: New file.
16154 * gdb.threads/signal-sigtrap.exp: New file.
16155
b05ec7a5
AT
161562015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16157
16158 * gdb.trace/no-attach-trace.c: New file.
16159 * gdb.trace/no-attach-trace.exp: New file.
16160
a2c2acaf
MW
161612015-02-09 Mark Wielaard <mjw@redhat.com>
16162
16163 * gdb.dwarf2/atomic.c: New file.
16164 * gdb.dwarf2/atomic-type.exp: Likewise.
16165
31fd9caa
MM
161662015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16167
16168 * gdb.btrace/buffer-size.exp: Update "info record" output.
16169 * gdb.btrace/delta.exp: Update "info record" output.
16170 * gdb.btrace/enable.exp: Update "info record" output.
16171 * gdb.btrace/finish.exp: Update "info record" output.
16172 * gdb.btrace/instruction_history.exp: Update "info record" output.
16173 * gdb.btrace/next.exp: Update "info record" output.
16174 * gdb.btrace/nexti.exp: Update "info record" output.
16175 * gdb.btrace/step.exp: Update "info record" output.
16176 * gdb.btrace/stepi.exp: Update "info record" output.
16177 * gdb.btrace/nohist.exp: Update "info record" output.
16178
d33501a5
MM
161792015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16180
16181 * gdb.btrace/buffer-size: New.
16182
f4abbc16
MM
161832015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16184
16185 * gdb.btrace/delta.exp: Update "info record" output.
16186 * gdb.btrace/enable.exp: Update "info record" output.
16187 * gdb.btrace/finish.exp: Update "info record" output.
16188 * gdb.btrace/instruction_history.exp: Update "info record" output.
16189 * gdb.btrace/next.exp: Update "info record" output.
16190 * gdb.btrace/nexti.exp: Update "info record" output.
16191 * gdb.btrace/step.exp: Update "info record" output.
16192 * gdb.btrace/stepi.exp: Update "info record" output.
16193 * gdb.btrace/nohist.exp: Update "info record" output.
16194
b9d61307
SM
161952015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16196
16197 PR gdb/15678
16198 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16199
e584fdbc
PA
162002015-02-06 Pedro Alves <palves@redhat.com>
16201
16202 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16203 macro.
16204 (seconds_left, again): New globals.
16205 (main): Wait seconds_left in a 1-second sleep loop instead of
16206 sleeping 180 seconds. If 'again' is set, reset the seconds
16207 counter.
16208 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16209 'again' in the inferior before detaching. Print the seconds left.
16210 (options): New global.
16211 (top level): Build program with -DTIMEOUT=$timeout.
16212
77f41761
PA
162132015-02-06 Pedro Alves <palves@redhat.com>
16214
16215 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16216 determine how many seconds to pass to 'alarm'.
16217 * gdb.base/gdb-sigterm.exp (top level): Build program with
16218 -DTIMEOUT=$timeout.
16219 (do_test): Return success/failure indication. Add more verbose
16220 logging. Don't fail if 200 single steps are seen. Instead, fail
16221 when the test times out.
16222 (passes): New global.
16223 (top level): Break the testing loop if testing fails on any
16224 iteration. Use gdb_assert.
16225
b9394193
DB
162262015-02-04 Don Breazeal <donb@codesourcery.com>
16227
16228 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16229 and initialize them.
16230 (ipc_cleanup): New function.
16231 (main): Don't declare shmid, semid, and msqid. Add a call to
16232 atexit so that we call ipc_cleanup on exit.
16233
42d9e528
PA
162342015-02-04 Pedro Alves <palves@redhat.com>
16235
16236 * boards/native-extended-gdbserver.exp: Remove any target variant
16237 specifications from the board name before clearing the isremote
16238 flag from board_info.
16239
ae6ae975
DE
162402015-01-31 Doug Evans <xdje42@gmail.com>
16241
16242 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16243
cfb069a8
GB
162442015-01-31 Gary Benson <gbenson@redhat.com>
16245
16246 * gdb.base/completion.exp: Disable completion limiting for
16247 existing tests. Add new tests to check completion limiting.
16248 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16249
5dd31d79
DE
162502015-01-31 Doug Evans <xdje42@gmail.com>
16251
16252 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16253
9f050062
DE
162542015-01-31 Doug Evans <xdje42@gmail.com>
16255
16256 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16257 entries. Duplicate file section script entries.
16258 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16259 inlined entries. Add test for safe-path rejection.
16260 * gdb.python/py-section-script.c: Add duplicate inlined section script
16261 entries. Duplicate file section script entries.
16262 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16263 inlined entries. Add test for safe-path rejection.
16264
df25ebbd
JB
162652015-01-29 Joel Brobecker <brobecker@adacore.com>
16266
16267 * gdb.ada/disc_arr_bound: New testcase.
16268
4a0ca9ec
JB
162692015-01-29 Joel Brobecker <brobecker@adacore.com>
16270
16271 * gdb.ada/mi_var_array: New testcase.
16272
3a8b707a
DE
162732015-01-27 Doug Evans <dje@google.com>
16274
16275 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16276 Add test for objfile.filename, objfile.username after objfile
16277 has been unloaded.
16278
f8313f6e
JB
162792015-01-26 Joel Brobecker <brobecker@adacore.com>
16280
16281 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16282 the second test to print the name attribute of value
16283 returned by the call to gdb.lookup_type, and adjust
16284 the expected output accordingly.
16285
37bc665e
MW
162862015-01-25 Mark Wielaard <mjw@redhat.com>
16287
16288 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16289 * gdb.base/disp-step-fork.c: Include unistd.h.
16290 * gdb.base/siginfo-obj.c: Include stdio.h.
16291 * gdb.base/siginfo-thread.c: Likewise.
16292 * gdb.mi/non-stop.c: Include unistd.h.
16293 * gdb.mi/nsthrexec.c: Include stdio.h.
16294 * gdb.mi/pthreads.c: Include unistd.h.
16295 * gdb.modula2/unbounded1.c (main): Declare returns int.
16296 * gdb.reverse/consecutive-reverse.c: Likewise.
16297 * gdb.threads/create-fail.c: Include unistd.h.
16298 * gdb.threads/killed.c: Likewise.
16299 * gdb.threads/linux-dp.c: Likewise.
16300 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16301 * gdb.threads/non-ldr-exc-2.c: Likewise.
16302 * gdb.threads/non-ldr-exc-3.c: Likewise.
16303 * gdb.threads/non-ldr-exc-4.c: Likewise.
16304 * gdb.threads/pthreads.c: Include unistd.h.
16305 (main): Declare returns int.
16306 * gdb.threads/tls-main.c (foo): New declaration.
16307 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16308
f7e5394d
SM
163092015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16310
16311 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16312 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16313
743649fd
MW
163142015-01-15 Mark Wielaard <mjw@redhat.com>
16315
16316 * gdb.base/noreturn-return.c: New file.
16317 * gdb.base/noreturn-return.exp: New file.
16318 * gdb.base/noreturn-finish.c: New file.
16319 * gdb.base/noreturn-finish.exp: New file.
16320
198297aa
PA
163212015-01-23 Pedro Alves <palves@redhat.com>
16322
16323 * gdb.threads/continue-pending-after-query.c: New file.
16324 * gdb.threads/continue-pending-after-query.exp: New file.
16325
717cf30c
AG
163262015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16327 Simon Marchi <simon.marchi@ericsson.com>
16328
16329 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16330 * gdb.base/valgrind-db-attach.exp: Same.
16331 * gdb.base/valgrind-infcall.exp: Same.
16332 * lib/mi-support.exp (default_mi_gdb_start): Same.
16333 * lib/prompt.exp (default_prompt_gdb_start): Same.
16334 * lib/gdb.exp (default_gdb_spawn): Same.
16335 (gdb_interact): New.
16336
16337
4b62a76e
JK
163382015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16339
16340 * gdb.compile/compile.exp (pointer to jit function): New test.
16341
b4cdae6f
WW
163422015-01-17 Wei-cheng Wang <cole945@gmail.com>
16343
16344 * lib/gdb.exp (supports_process_record): Return true for
16345 powerpc*-*-linux*.
16346 (supports_reverse): Likewise.
16347
d221e7ef
DB
163482015-01-15 Don Breazeal <donb@codesourcery.com>
16349
16350 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16351 instead of checking whether the target board is remote and
16352 use spawn_wait_for_attach instead of exec/sleep.
16353 * gdb.base/attach-twice.exp: Likewise.
16354
bafffb51
JB
163552015-01-15 Joel Brobecker <brobecker@adacore.com>
16356
16357 * gdb.ada/var_arr_attrs: New testcase.
16358
5589af0e
PA
163592015-01-14 Pedro Alves <palves@redhat.com>
16360 Joel Brobecker <brobecker@adacore.com>
16361
16362 PR gdb/17525
16363 * gdb.base/bp-cmds-execution-x-script.c: New file.
16364 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16365 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16366
6c400b59
PA
163672015-01-14 Pedro Alves <palves@redhat.com>
16368
16369 PR cli/17828
16370 * gdb.base/batch-preserve-term-settings.c: New file.
16371 * gdb.base/batch-preserve-term-settings.exp: New file.
16372
e02c96a7
DE
163732015-01-13 Doug Evans <dje@google.com>
16374
16375 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16376 binary.
16377
576fd14c
JB
163782015-01-13 Joel Brobecker <brobecker@adacore.com>
16379
16380 * Makefile.in (clean mostlyclean): Do not delete *.py.
16381
04dccad0
JB
163822015-01-13 Joel Brobecker <brobecker@adacore.com>
16383
16384 * gdb.python/py-lookup-type.exp: New file.
16385
3d230f71
PA
163862015-01-12 Pedro Alves <palves@redhat.com>
16387
16388 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16389 restore GDBFLAGS before returning.
16390
7e67715d
JK
163912015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16392
16393 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16394 is_amd64_regs_target and is_x86_like_target.
16395
f2e0d4b4
DE
163962015-01-11 Doug Evans <xdje42@gmail.com>
16397
16398 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16399 is given without an explicit form.
16400 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16401 attributes.
16402 * gdb.dwarf/corrupt.exp: Ditto.
16403 * gdb.dwarf2/enum-type.exp: Ditto.
16404 * gdb.trace/entry-values.exp: Ditto.
16405 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16406
439250fb
DE
164072015-01-11 Doug Evans <xdje42@gmail.com>
16408
16409 PR gdb/15830
16410 * gdb.base/maint.exp: Remove references to "maint demangle".
16411 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16412 Add tests for explicitly specifying language to demangle.
16413 * gdb.dlang/demangle.exp: Ditto.
16414
ede9f622
PA
164152015-01-09 Pedro Alves <palves@redhat.com>
16416
16417 * gdb.threads/non-stop-fair-events.c: New file.
16418 * gdb.threads/non-stop-fair-events.exp: New file.
16419
a7b796db
PA
164202015-01-09 Pedro Alves <palves@redhat.com>
16421
16422 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16423 the global scope. Set a breakpoint after all threads are started
16424 rather than stepping over two source lines. Expect the prompt.
16425 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16426 global.
16427 (NUM): Now 15.
16428 (main): Use threads_started_barrier to wait for all threads to
16429 start. Main thread no longer calls thread_function. Exit after
16430 180 seconds.
16431 (loop): New function.
16432 (thread_function): Wait on threads_started_barrier barrier. Call
16433 'loop' at each iteration.
16434 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16435 threads have started, instead of hardcoding number of "next"
16436 steps. Use an access watchpoint instead of a write watchpoint.
16437
9665ffdd
PA
164382015-01-09 Pedro Alves <palves@redhat.com>
16439
16440 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16441 (thread_func): Wait on barrier.
16442 (main): Wait for all threads to start before stopping GDB.
16443 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16444 global.
16445 (thread1_func, thread2_func): Wait on barrier.
16446 (main): Wait for all threads to start before stopping GDB.
16447 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16448 New global.
16449 (thread1_func, thread2_func): Wait on barrier.
16450 (main): Wait for all threads to start before stopping GDB.
16451
c945a99f
PA
164522015-01-09 Pedro Alves <palves@redhat.com>
16453
16454 * gdb.threads/attach-many-short-lived-threads.c: New file.
16455 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16456
c1a747c1
PA
164572014-01-09 Pedro Alves <palves@redhat.com>
16458
16459 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16460 instead of to thread 2.
16461 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16462 Add barrier around each pthread_create call instead of around all
16463 calls.
16464 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16465 Set a break on thread_function and have the child threads hit it
16466 one at at a time.
16467
60b3033e
PA
164682015-01-09 Pedro Alves <palves@redhat.com>
16469
16470 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16471 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16472 false.
16473 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16474 checking whether the target board is remote.
16475 * gdb.multi/multi-attach.exp: Likewise.
16476 * gdb.python/py-sync-interp.exp: Likewise.
16477 * gdb.server/ext-attach.exp: Likewise.
16478 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16479 tests that need to attach, instead of checking whether the target
16480 board is remote at the top of the file.
16481
acc018ac
YQ
164822015-01-08 Yao Qi <yao@codesourcery.com>
16483
16484 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16485
50a18af8
JK
164862015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16487
16488 Fix testcase compilation.
16489 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16490
8503d6e1
JB
164912015-01-06 Joel Brobecker <brobecker@adacore.com>
16492
16493 * gdb.python/py-type.exp: Add a couple test about empty
16494 array creation, and negative-length array creation.
16495
cc73dbcc
DE
164962015-01-02 Doug Evans <xdje42@gmail.com>
16497
16498 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16499
0300bbc7
DE
165002015-01-02 Doug Evans <dje@google.com>
16501
16502 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16503
9d85a0ec
YQ
165042014-12-29 Yao Qi <yao@codesourcery.com>
16505
16506 * gdb.trace/entry-values.exp: Update comments. Rename variable
16507 bar_call_foo to returned_from_foo.
16508
87186c6a
MMN
165092014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16510
16511 PR gdb/17394
16512 * gdb.linespec/break-asm-file.c: New file.
16513 * gdb.linespec/break-asm-file.exp: New file.
16514 * gdb.linespec/break-asm-file0.s: New file.
16515 * gdb.linespec/break-asm-file1.s: New file.
16516
1bab7383
YQ
165172014-12-18 Nigel Stephens <nigel@mips.com>
16518 Maciej W. Rozycki <macro@codesourcery.com>
16519
16520 * gdb.base/float.exp: Handle the new output from "info float" on
16521 MIPS targets.
16522
1bc1068a
JK
165232014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16524
16525 Fix MinGW compilation.
16526 * gdb.compile/compile-ops.exp: Update untested message if
16527 !skip_compile_feature_tests.
16528 * gdb.compile/compile-setjmp.exp: Likewise.
16529 * gdb.compile/compile-tls.exp: Likewise.
16530 * gdb.compile/compile.exp: Likewise.
16531 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16532 supported on this host".
16533
b6615d10
DE
165342014-12-16 Doug Evans <xdje42@gmail.com>
16535
16536 * boards/stabs.exp: New file.
16537
25dda427
AA
165382014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16539
16540 * gdb.base/completion.exp: Adjust to format changes of "maint
16541 print user-registers".
16542
bf330350
CU
165432014-12-16 Catalin Udma <catalin.udma@freescale.com>
16544
16545 PR server/17457
16546 * gdb.arch/aarch64-fp.c: New file.
16547 * gdb.arch/aarch64-fp.exp: New file.
16548
395cf596
SDJ
165492014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16550
16551 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16552 r210637, r210913, r211666, r215400, r215817).
16553
16554 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16555 * dg-extract-results.py: New file.
16556 * dg-extract-results.sh: Use it if the environment seems
16557 suitable.
16558
16559 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16560
16561 * dg-extract-results.py (parse_run): Handle warnings that
16562 are printed before a test harness is run.
16563
16564 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16565
16566 * dg-extract-results.py (Named): Remove __cmp__ method.
16567 (output_variation): Use a key to sort variation.harnesses.
16568
16569 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16570
16571 * dg-extract-results.py: For Python 3, force sys.stdout to
16572 handle surrogate escape sequences.
16573 (safe_open): New function.
16574 (output_segment, main): Use it.
16575
16576 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16577
16578 * dg-extract-results.py (Prog.result_re): Include options
16579 in test name.
16580
16581 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16582
16583 * dg-extract-results.py (output_variation): Always sort if
16584 do_sum.
16585
e882ef3c
SM
165862014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16587
16588 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16589 as long as we get pagination notifications.
16590
4992aa20
JM
165912014-12-15 Jason Merrill <jason@redhat.com>
16592
16593 * Makefile.in (check-gdb.%): Restore.
16594 * README: Mention it.
16595
c1b5a1a6
JB
165962014-12-13 Joel Brobecker <brobecker@adacore.com>
16597
16598 * gdb.ada/str_uninit: New testcase.
16599
5537b577
JK
166002014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16601
16602 PR symtab/17642
16603 * gdb.base/vla-stub-define.c: New file.
16604 * gdb.base/vla-stub.c: New file.
16605 * gdb.base/vla-stub.exp: New file.
16606
bb2ec1b3
TT
166072014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16608 Jan Kratochvil <jan.kratochvil@redhat.com>
16609 Tom Tromey <tromey@redhat.com>
16610
16611 * configure.ac: Add gdb.compile/.
16612 * configure: Regenerate.
16613 * gdb.compile/Makefile.in: New file.
16614 * gdb.compile/compile-ops.exp: New file.
16615 * gdb.compile/compile-ops.c: New file.
16616 * gdb.compile/compile-tls.c: New file.
16617 * gdb.compile/compile-tls.exp: New file.
16618 * gdb.compile/compile-constvar.S: New file.
16619 * gdb.compile/compile-constvar.c: New file.
16620 * gdb.compile/compile-mod.c: New file.
16621 * gdb.compile/compile-nodebug.c: New file.
16622 * gdb.compile/compile-setjmp-mod.c: New file.
16623 * gdb.compile/compile-setjmp.c: New file.
16624 * gdb.compile/compile-setjmp.exp: New file.
16625 * gdb.compile/compile-shlib.c: New file.
16626 * gdb.compile/compile.c: New file.
16627 * gdb.compile/compile.exp: New file.
16628 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16629
4ff709eb
TT
166302014-12-12 Tom Tromey <tromey@redhat.com>
16631
16632 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16633 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16634
6dddd6a5
DE
166352014-12-12 Doug Evans <dje@google.com>
16636
16637 * lib/gdb-python.exp (get_python_valueof): New function.
16638 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16639
71c24708
AA
166402014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16641
16642 * gdb.base/completion.exp: Add test for completion of "info
16643 registers ".
16644
3e29f34a
MR
166452014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16646
16647 * gdb.base/func-ptrs.c: New file.
16648 * gdb.base/func-ptrs.exp: New file.
16649
fc126975
SM
166502014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16651
16652 PR breakpoints/17012
16653 * gdb.base/dprintf-detach.c: New file.
16654 * gdb.base/dprintf-detach.exp: New file.
16655
0a46d518
SM
166562014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16657
16658 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16659 * lib/gdb.exp (target_is_gdbserver): New procedure.
16660
a0be3e44
DE
166612014-12-08 Doug Evans <dje@google.com>
16662
16663 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16664
df1b803a
YQ
166652014-12-05 Yao Qi <yao@codesourcery.com>
16666
16667 * gdb.guile/scm-error.exp: Remove the third argument to
16668 gdb_remote_download.
16669 * gdb.guile/scm-frame-args.exp: Likewise.
16670 * gdb.guile/scm-section-script.exp: Likewise.
16671
ddb9f679
YQ
166722014-12-05 Yao Qi <yao@codesourcery.com>
16673
16674 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16675
86e4ed39
DE
166762014-12-04 Doug Evans <dje@google.com>
16677
16678 * gdb.python/py-objfile.exp: Add tests for
16679 objfile.add_separate_debug_file.
16680
7c50a931
DE
166812014-12-04 Doug Evans <dje@google.com>
16682
16683 * lib/gdb.exp (get_build_id): New function.
16684 (build_id_debug_filename_get): Rewrite to use it.
16685 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16686
621661e3
MR
166872014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16688
16689 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16690 `method(long)', not just 0x0.
16691 * gdb.cp/nsalias.exp: Align code labels to 4.
16692 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16693 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16694 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16695 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16696 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16697 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16698
29f0c3b7
DE
166992014-12-02 Doug Evans <dje@google.com>
16700
e1e061e7 16701 PR symtab/17602
29f0c3b7 16702 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 16703 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
16704 * gdb.cp/anon-ns.exp: Update.
16705
162078c8
NB
167062014-12-02 Nick Bull <nicholaspbull@gmail.com>
16707
16708 * gdb.python/py-events.py (inferior_call_handler): New.
16709 (register_changed_handler, memory_changed_handler): New.
16710 (test_events.invoke): Register new handlers.
16711 * gdb.python/py-events.exp: Add tests for inferior call,
16712 memory_changed and register_changed events.
16713
fdb09caf
AA
167142014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16715
16716 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16717 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16718 if the linker doesn't understand this.
16719
55cfb2c4
SM
167202014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16721
16722 * gdb.python/python.exp: Change expected reply to help().
16723
9e8cd6df
YQ
167242014-12-01 Yao Qi <yao@codesourcery.com>
16725
16726 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16727 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16728 * configure: Re-generated.
16729
6c659fc2
SC
167302014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16731
16732 * gdb.cp/chained-calls.cc: New file.
16733 * gdb.cp/chained-calls.exp: New file.
16734 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16735
d7fc3181
SM
167362014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16737
16738 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16739 * gdb.dwarf2/symtab-producer.exp: Same.
16740 * gdb.gdb/python-interrupts.exp: Same.
16741 * gdb.gdb/python-selftest.exp: Same.
16742 * gdb.python/py-linetable.exp: Same.
16743 * gdb.python/py-type.exp: Same.
16744 * gdb.python/py-value-cc.exp: Same.
16745 * gdb.python/py-value.exp: Same.
16746
10e79639
YQ
167472014-11-28 Yao Qi <yao@codesourcery.com>
16748
16749 * gdb.base/break-probes.exp: Match library name prefixed with
16750 sysroot.
16751
f28a0564
SM
167522014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16753
16754 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16755 test expected output. Add parentheses for the call to print.
16756 Remove L suffix from integers.
16757
3fe1ce1d
DE
167582014-11-26 Doug Evans <dje@google.com>
16759
16760 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16761
84429e27
YQ
167622014-11-22 Yao Qi <yao@codesourcery.com>
16763
16764 * gdb.trace/entry-values.c: Remove asms.
16765 (foo): Add foo_label.
16766 (bar): Add bar_label.
16767 * gdb.trace/entry-values.exp: Remove code computing foo's
16768 length and bar's length.
16769 (Dwarf::assemble): Invoke function_range for bar and use
16770 MACRO_AT_func for foo.
16771
26741859
YQ
167722014-11-22 Yao Qi <yao@codesourcery.com>
16773
16774 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16775 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16776 Use .Lgcc43_procstart instead of gcc43.
16777
45e44d27
JB
167782014-11-21 Joel Brobecker <brobecker@adacore.com>
16779
16780 * gdb.ada/n_arr_bound: New testcase.
16781
458c8db8
SDJ
167822014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16783
16784 PR breakpoints/10737
16785 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16786 test_catch_syscall_multi_arch.
16787 (test_catch_syscall_multi_arch): New function.
16788
43f3e411
DE
167892014-11-20 Doug Evans <xdje42@gmail.com>
16790
16791 * gdb.base/maint.exp: Update expected output.
16792
0d7b2549
AA
167932014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16794
16795 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16796 4-byte instruction on S390.
16797
8908fca5
JB
167982014-11-19 Joel Brobecker <brobecker@adacore.com>
16799
16800 * gdb.ada/arr_arr: New testcase.
16801
4a46959e
JB
168022014-11-19 Joel Brobecker <brobecker@adacore.com>
16803
16804 * gdb.ada/pkd_arr_elem: New Testcase.
16805
470e2f4e
LM
168062014-11-18 Luis Machado <lgustavo@codesourcery.com>
16807
16808 * gdb.reverse/break-precsave: Expect completion message for
16809 core file reads.
16810 * gdb.reverse/consecutive-precsave.exp: Likewise.
16811 * gdb.reverse/finish-precsave.exp: Likewise.
16812 * gdb.reverse/i386-precsave.exp: Likewise.
16813 * gdb.reverse/machinestate-precsave.exp: Likewise.
16814 * gdb.reverse/sigall-precsave.exp: Likewise.
16815 * gdb.reverse/solib-precsave.exp: Likewise.
16816 * gdb.reverse/step-precsave.exp: Likewise.
16817 * gdb.reverse/until-precsave.exp: Likewise.
16818 * gdb.reverse/watch-precsave.exp: Likewise.
16819
a267f3ad
AA
168202014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16821
16822 * gdb.base/bp-permanent.c: Include unistd.h.
16823 * gdb.python/py-framefilter-mi.c (main): Add return type.
16824 * gdb.python/py-framefilter.c (main): Likewise.
16825 * gdb.trace/actions-changed.c (main): Likewise.
16826
12084a9a
AA
168272014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16828
16829 * gdb.mi/until.c: Add eye-catchers.
16830 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16831 line numbers.
16832
dc7e1a77
AA
168332014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16834
16835 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16836 function header variants in break1.c.
16837 * gdb.base/ena-dis-br.exp: Likewise.
16838 * gdb.base/hbreak2.exp: Likewise.
16839 * gdb.reverse/until-precsave.exp: Drop references to removed
16840 non-prototype function header variants in ur1.c.
16841 * gdb.reverse/until-reverse.exp: Likewise.
16842
41c77605
PM
168432014-11-17 Petr Machata <pmachata@redhat.com>
16844
16845 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16846 ${_cu_offset_size} bytes abbrev offset.
16847
34248c3a
DE
168482014-11-15 Doug Evans <xdje42@gmail.com>
16849
16850 PR symtab/17559
16851 * gdb.base/line-symtabs.exp: New file.
16852 * gdb.base/line-symtabs.c: New file.
16853 * gdb.base/line-symtabs.h: New file.
16854
646da059
YQ
168552014-11-14 Yao Qi <yao@codesourcery.com>
16856
16857 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16858 (func): Add label func_label.
16859 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16860 Replace low_pc and high_pc with MACRO_AT_range.
16861 Replace name, low_pc and high_pc with MACRO_AT_func.
16862
9301ebe6
YQ
168632014-11-14 Yao Qi <yao@codesourcery.com>
16864
16865 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16866 Replace name, low_pc and high_pc with MACRO_AT_func.
16867
f166b542
YQ
168682014-11-14 Yao Qi <yao@codesourcery.com>
16869
16870 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16871 produce debug information.
16872 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16873
0f6e71e3
YQ
168742014-11-14 Yao Qi <yao@codesourcery.com>
16875
16876 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16877 object and get function length.
16878 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16879 with MACRO_AT_func.
16880 (top-level): Replace gdb_compile and clean_restart with
16881 prepare_for_testing.
16882 * gdb.dwarf2/main.c (main): Add label main_label.
16883
876c4df9
YQ
168842014-11-14 Yao Qi <yao@codesourcery.com>
16885
16886 * lib/dwarf.exp (function_range): New procedure.
16887 (Dwarf::_handle_macro_at_func): New procedure.
16888 (Dwarf::_handle_macro_at_range): New procedure.
16889 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16890
02ad9cf1
YQ
168912014-11-14 Yao Qi <yao@codesourcery.com>
16892
16893 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16894 (_handle_attribute): New procedure.
16895
a59add0c
AA
168962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16897
16898 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16899 * gdb.base/call-sc.c (zed): Likewise.
16900 * gdb.base/checkpoint.c (main): Likewise.
16901 * gdb.base/dump.c (main): Likewise.
16902 * gdb.base/gcore.c (main): Likewise.
16903 * gdb.base/huge.c (main): Likewise.
16904 * gdb.base/multi-forks.c (main): Likewise.
16905 * gdb.base/pr10179-a.c (main): Likewise.
16906 * gdb.base/savedregs.c (main): Likewise.
16907 * gdb.base/sigaltstack.c (main): Likewise.
16908 * gdb.base/siginfo.c (main): Likewise.
16909 * gdb.base/structs.c (zed): Likewise.
16910 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16911 * gdb.mi/mi-syn-frame.c (main): Likewise.
16912 * gdb.mi/until.c (foo, main): Likewise.
16913 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16914 * gdb.base/solib-weak.c (foo): Declare.
16915 * gdb.base/attach-twice.c: Include stdio.h.
16916 * gdb.base/weaklib1.c: Likewise.
16917 * gdb.base/weaklib2.c: Likewise.
16918 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16919 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16920 unistd.h.
16921 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16922 * gdb.mi/mi-exit-code.c: Likewise.
16923 * gdb.base/break-interp-lib.c: Include string.h.
16924 * gdb.base/coremaker.c: Likewise.
16925 * gdb.base/testenv.c: Likewise.
16926 * gdb.python/py-finish-breakpoint.c: Likewise.
16927 * gdb.base/inferior-died.c: Include sys/wait.h.
16928 * gdb.base/fileio.c: Include time.h.
16929 * gdb.base/async-shell.c: Include unistd.h.
16930 * gdb.base/dprintf-non-stop.c: Likewise.
16931 * gdb.base/info-os.c: Likewise.
16932 * gdb.mi/mi-console.c: Likewise.
16933 * gdb.mi/watch-nonstop.c: Likewise.
16934 * gdb.python/py-events.c: Likewise.
16935 * gdb.base/async.c (baz): Move up before its invocation.
16936 * gdb.base/code_elim2.c (my_global_func): Likewise.
16937 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16938 * gdb.base/advance.c (func2): Likewise.
16939
3b5d5997
AA
169402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16941
16942 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16943 variant.
16944 * gdb.base/annota3.c: Likewise.
16945 * gdb.base/async.c: Likewise.
16946 * gdb.base/average.c: Likewise.
16947 * gdb.base/call-ar-st.c: Likewise.
16948 * gdb.base/call-rt-st.c: Likewise.
16949 * gdb.base/call-sc.c: Likewise.
16950 * gdb.base/call-strs.c: Likewise.
16951 * gdb.base/ending-run.c: Likewise.
16952 * gdb.base/execd-prog.c: Likewise.
16953 * gdb.base/exprs.c: Likewise.
16954 * gdb.base/foll-exec.c: Likewise.
16955 * gdb.base/foll-fork.c: Likewise.
16956 * gdb.base/foll-vfork.c: Likewise.
16957 * gdb.base/funcargs.c: Likewise.
16958 * gdb.base/gcore.c: Likewise.
16959 * gdb.base/jump.c: Likewise.
16960 * gdb.base/langs0.c: Likewise.
16961 * gdb.base/langs1.c: Likewise.
16962 * gdb.base/langs2.c: Likewise.
16963 * gdb.base/mips_pro.c: Likewise.
16964 * gdb.base/nodebug.c: Likewise.
16965 * gdb.base/opaque0.c: Likewise.
16966 * gdb.base/opaque1.c: Likewise.
16967 * gdb.base/recurse.c: Likewise.
16968 * gdb.base/run.c: Likewise.
16969 * gdb.base/scope0.c: Likewise.
16970 * gdb.base/scope1.c: Likewise.
16971 * gdb.base/setshow.c: Likewise.
16972 * gdb.base/setvar.c: Likewise.
16973 * gdb.base/shmain.c: Likewise.
16974 * gdb.base/shr1.c: Likewise.
16975 * gdb.base/shr2.c: Likewise.
16976 * gdb.base/sigall.c: Likewise.
16977 * gdb.base/signals.c: Likewise.
16978 * gdb.base/so-indr-cl.c: Likewise.
16979 * gdb.base/solib2.c: Likewise.
16980 * gdb.base/structs.c: Likewise.
16981 * gdb.base/sum.c: Likewise.
16982 * gdb.base/vforked-prog.c: Likewise.
16983 * gdb.base/watchpoint.c: Likewise.
16984 * gdb.reverse/shr2.c: Likewise.
16985 * gdb.reverse/until-reverse.c: Likewise.
16986 * gdb.reverse/ur1.c: Likewise.
16987 * gdb.reverse/watch-reverse.c: Likewise.
16988
066a77c5
AA
169892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16990
16991 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16992 variant.
16993 * gdb.base/sepdebug.exp: Drop references to removed code.
16994
4f204ea5
AA
169952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16996
16997 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16998 variant. Preserve original line numbering.
16999 * gdb.base/list1.c: Likewise.
17000
3b377a3a
AA
170012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17002
17003 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17004 variant.
17005 * gdb.base/break1.c: Likewise.
17006 * gdb.base/break.exp: Drop references to removed code.
17007
e444df73
AA
170082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17009
17010 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17011 variant.
17012
8008f2a7
AA
170132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17014
17015 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17016
a5a06887
AA
170172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17018
17019 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17020 logic into perform_all_tests() and invoke it with and without
17021 function header prototypes.
17022 (do_function_calls): Remove conditional XFAIL for PR 5318.
17023 (rerun_and_prepare): Remove duplicate code.
17024 (perform_all_tests): New. Main logic moved here.
17025
44dba9b9
AA
170262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17027
17028 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17029 code guarded by #ifdef NO_PROTOTYPES.
17030 (t_double_many_args): Likewise.
17031 (DEF_FUNC_MANY_ARGS_1): Likewise.
17032 (DEF_FUNC_VALUES_1): Likewise.
17033 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17034 guarded by #ifdef PROTOTYPES.
17035
d1fbcd56
AA
170362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17037
17038 * gdb.mi/mi-console.c: Add eye-catcher.
17039 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17040 instead of literal line number.
17041
b0e59b8f
AA
170422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17043
17044 * gdb.base/shr2.c: Add eye-catcher.
17045 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17046 line number.
17047
78f98cca
AA
170482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17049
17050 * gdb.base/jump.c: Add eye-catchers.
17051 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17052 numbers.
17053
58fa2af0
AA
170542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17055
17056 * gdb.base/execd-prog.c: Add eye-catchers.
17057 * gdb.base/foll-exec.c: Likewise.
17058 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17059 line numbers.
17060
04e5059b
AA
170612014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17062
17063 * gdb.base/ending-run.c: Add eye-catchers.
17064 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17065 literal line numbers.
17066
dbfdb174
AA
170672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17068
17069 * gdb.base/call-rt-st.c: Add eye-catchers.
17070 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17071 literal line numbers.
17072
888a2ade
AA
170732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17074
17075 * gdb.base/call-ar-st.c: Add eye-catchers.
17076 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17077 literal line numbers.
17078
6acc2dde
AA
170792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17080
17081 * gdb.base/average.c: Add eye-catchers.
17082 * gdb.base/sum.c: Likewise.
17083 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17084 regexps dynamically.
17085
9ecfcd1d
AA
170862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17087
17088 * gdb.base/solib1.c: Add eye-catchers.
17089 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17090 literal line numbers.
17091
78708b7c
PA
170922014-11-12 Pedro Alves <palves@redhat.com>
17093
17094 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17095 leader has exited.
17096
af48d08f
PA
170972014-11-12 Pedro Alves <palves@redhat.com>
17098
17099 * gdb.arch/i386-bp_permanent.c: New file.
17100 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17101 (srcfile): Set to i386-bp_permanent.c.
17102 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17103 that stepi does not execute the 'leave' instruction, instead of
17104 testing it does execute.
17105 * gdb.base/bp-permanent.c: New file.
17106 * gdb.base/bp-permanent.exp: New file.
17107
af3768e9
DE
171082014-11-10 Doug Evans <xdje42@gmail.com>
17109
17110 PR symtab/17564
17111 * gdb.base/symtab-search-order.exp: New file.
17112 * gdb.base/symtab-search-order.c: New file.
17113 * gdb.base/symtab-search-order-1.c: New file.
17114 * gdb.base/symtab-search-order-shlib-1.c: New file.
17115
9de00a4a
PA
171162014-11-07 Pedro Alves <palves@redhat.com>
17117
17118 PR gdb/17511
17119 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17120 i?86-*-linux*.
17121
e0f52461
SC
171222014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17123
17124 PR c++/17494
17125 * gdb.cp/pr17494.cc: New file.
17126 * gdb.cp/pr17494.exp: New file.
17127
6ce8c980
YQ
171282014-11-02 Yao Qi <yao@codesourcery.com>
17129
17130 * gdb.python/python.exp: Get working directory and match the
17131 output of "set extended-prompt \\w " with it.
17132
02be9a71
DE
171332014-10-30 Doug Evans <dje@google.com>
17134
17135 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17136 in objfiles.
17137 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17138 in progspaces.
17139
3bdff46b
LM
171402014-10-30 Janis Johnson <janisjo@codesourcery.com>
17141
17142 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17143 * gdb.base/realname-expand.exp: Likewise.
17144 * gdb.linespec/macro-relative.exp: Likewise.
17145
ab917dfb
PA
171462014-10-29 Pedro Alves <palves@redhat.com>
17147
17148 PR gdb/17408
17149 * gdb.threads/schedlock.c (some_function): New function.
17150 (call_function): New global.
17151 (MAYBE_CALL_SOME_FUNCTION): New macro.
17152 (thread_function): Call it.
17153 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17154 and use it instead of a global counter. Adjust all callers.
17155 (get_current_thread): Use "find current thread" for test message
17156 here rather than having all callers pass down the same string.
17157 (goto_loop): New procedure, factored out from ...
17158 (my_continue): ... this.
17159 (step_ten_loops): Change parameter from test message to command to
17160 use. Adjust.
17161 (list_count): Delete global.
17162 (check_result): New procedure, factored out from duplicate top
17163 level code.
17164 (continue tests): Wrap in with_test_prefix.
17165 (test_step): New procedure, factored out from duplicate top level
17166 code.
17167 (top level): Test "step" in combination with all scheduler-locking
17168 modes. Test "next" in combination with all scheduler-locking
17169 modes, and in combination with stepping over a function call or
17170 not.
17171 * gdb.threads/next-bp-other-thread.c: New file.
17172 * gdb.threads/next-bp-other-thread.exp: New file.
17173
d3d4baed
PA
171742014-10-29 Pedro Alves <palves@redhat.com>
17175
17176 PR python/17372
17177 * gdb.python/python.exp: Test a multi-line command that spawns
17178 interactive Python.
17179 * gdb.base/multi-line-starts-subshell.exp: New file.
17180
563e8d85
YQ
171812014-10-29 Yao Qi <yao@codesourcery.com>
17182
17183 * gdb.base/fileio.exp: Make directories on host.
17184
0ea4d52e
YQ
171852014-10-29 Yao Qi <yao@codesourcery.com>
17186
17187 * gdb.base/fileio.c (test_write): Close the file.
17188
7f5ef605
PA
171892014-10-28 Pedro Alves <palves@redhat.com>
17190
17191 PR gdb/12623
17192 * gdb.base/sigstep.c (no_handler): New global.
17193 (main): If 'no_handler is true, set the signal handlers to
17194 SIG_IGN.
17195 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17196 with_sw_watch and no_handler parameters. Handle them.
17197 (top level) <stepping over handler when stopped at a breakpoint
17198 test>: Add a test axis for testing with a software watchpoint, and
17199 another for testing with the signal handler set to SIG_IGN.
17200 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17201 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17202
abbdbd03
PA
172032014-10-28 Pedro Alves <palves@redhat.com>
17204
17205 PR gdb/17511
17206 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17207 * gdb.base/sigstep.exp (other_handler_location): New global.
17208 (advance): Support stepping into the signal handler, and running
17209 commands while in the handler.
17210 (in_handler_map): New global.
17211 (top level): In the advance test, add combinations for getting
17212 into the handler with stepping commands, and for running commands
17213 in the handler. Add comment descripting the advancei tests.
17214
1df4399f
PA
172152014-10-28 Pedro Alves <palves@redhat.com>
17216
17217 * gdb.base/sigstep.exp: Use build_executable instead of
17218 prepare_for_testing.
17219 (top level): Move code that starts GDB, runs to main and creates a
17220 display to ...
17221 (restart): ... this new procedure.
17222 (top level): Move backtrace from signal handler test to ...
17223 (validate_backtrace): ... this new procedure.
17224 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17225 with_test_prefix. Always restart GDB.
17226 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17227 with_test_prefix. Always restart GDB. No need to delete
17228 breakpoints after the test.
17229 (test_skip_handler): Remove prefix parameter.
17230 (skip_over_handler, breakpoint_to_handler)
17231 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17232 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17233 restart GDB. No need to delete breakpoints after the test.
17234 (top level): Use foreach to call the test procedures with
17235 different commands.
17236
a5b6e449
PA
172372014-10-28 Pedro Alves <palves@redhat.com>
17238
17239 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17240 instead of GNATS numbers.
17241 * gdb.base/sigbpt.exp: Likewise.
17242 * gdb.base/siginfo.exp: Likewise.
17243 * gdb.base/sigstep.exp: Likewise.
17244
e5f8a7cc
PA
172452014-10-27 Pedro Alves <palves@redhat.com>
17246
17247 * gdb.base/sigstep.c (dummy): New global.
17248 (main): Issue a couple writes to the new global.
17249 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17250 procedures.
17251 (skip_over_handler): Use test_skip_handler.
17252 (top level): Call skip_over_handler for stepi and nexti too.
17253 (breakpoint_over_handler): Use test_skip_handler.
17254 (top level): Call breakpoint_over_handler for stepi and nexti too.
17255
763905a3
YQ
172562014-10-27 Yao Qi <yao@codesourcery.com>
17257
17258 * gdb.trace/tfile.c (adjust_function_address)
17259 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17260 function descriptor.
17261
6f259a23
DB
172622014-10-24 Don Breazeal <donb@codesourcery.com>
17263
17264 * gdb.base/foll-fork.exp (test_follow_fork,
17265 catch_fork_child_follow): Check for updated fork messages emitted
17266 from infrun.c.
17267 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17268 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17269 vfork_and_exec_child_follow_through_step): Check for updated vfork
17270 messages emitted from infrun.c.
17271
09dd9a69
PA
172722014-10-24 Pedro Alves <palves@redhat.com>
17273
17274 * gdb.base/corefile.exp: Remove references to ultrix.
17275 * gdb.base/interrupt.exp: Likewise.
17276 * gdb.base/whatis.exp: Likewise.
17277 * gdb.gdb/selftest.exp: Likewise.
17278 * gdb.threads/manythreads.exp: Likewise.
17279 * gdb.threads/print-threads.exp: Likewise.
17280 * gdb.threads/pthreads.exp:: Likewise.
17281 * gdb.threads/schedlock.exp: Likewise.
17282
3433cfa5
SC
172832014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17284
17285 * gdb.cp/non-trivial-retval.cc: Add a test case.
17286 * gdb.cp/non-trivial-retval.exp: Add a test.
17287
092f880b
YQ
172882014-10-20 Yao Qi <yao@codesourcery.com>
17289
17290 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17291 * gdb.python/py-objfile-script-gdb.py: New file.
17292 * gdb.python/py-objfile-script.exp: Update reference to
17293 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17294 of remote_download. Remove the dest file.
17295
acbdb7f3
YQ
172962014-10-20 Yao Qi <yao@codesourcery.com>
17297
17298 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17299 * gdb.base/step-line.exp: Likewise.
17300 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17301 * gdb.dwarf2/dw2-basic.exp: Likewise.
17302 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17303 * gdb.dwarf2/dw2-filename.exp: Likewise.
17304 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17305 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17306 * gdb.dwarf2/dw2-producer.exp: Likewise.
17307 * gdb.dwarf2/mac-fileno.exp: Likewise.
17308 * gdb.python/py-frame-args.exp: Likewise.
17309 * gdb.python/py-framefilter.exp: Likewise.
17310 * gdb.python/py-mi.exp: Likewise.
17311 * gdb.python/py-objfile-script.exp: Likewise
17312 * gdb.python/py-pp-integral.exp: Likewise.
17313 * gdb.python/py-pp-re-notag.exp: Likewise.
17314 * gdb.python/py-prettyprint.exp: Likewise.
17315 * gdb.python/py-section-script.exp: Likewise.
17316 * gdb.python/py-typeprint.exp: Likewise.
17317 * gdb.python/py-xmethods.exp: Likewise.
17318 * gdb.stabs/weird.exp: Likewise.
17319 * gdb.xml/tdesc-regs.exp: Likewise.
17320
bd286a29
KCY
173212014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17322
17323 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17324 (out_cu): Use addr_len for the size of addresses.
17325 (out_line): Likewise. Size DW_LNE_set_address instruction
17326 according to addr_len.
17327 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17328 (FUNC): Add START_INSNS to definition.
17329
673dc4a0
YQ
173302014-10-18 Yao Qi <yao@codesourcery.com>
17331
17332 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17333 gdb_has_argv0 return true.
17334 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17335 check [target_info exists noargs], check [gdb_has_argv0]
17336 instead.
17337 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17338 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17339 procedures.
17340
4ffbba72
DE
173412014-10-17 Doug Evans <dje@google.com>
17342
17343 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17344 event.
17345 * gdb.python/py-events.py: Add clear_objfiles event.
17346
d096d8c1
DE
173472014-10-17 Doug Evans <dje@google.com>
17348
17349 * gdb.python/py-objfile.exp: Test progspace attribute.
17350
a80db015
LM
173512014-10-17 Luis Machado <lgustavo@codesourcery.com>
17352
17353 * gdb.guile/scm-breakpoint.exp: Do not assume any
17354 directory separators when matching source file paths.
17355 * gdb.python/py-breakpoint.exp: Likewise.
17356 * gdb.reverse/break-precsave.exp: Likewise.
17357 * gdb.reverse/break-reverse.exp: Likewise.
17358 * gdb.reverse/consecutive-precsave.exp: Likewise.
17359 * gdb.reverse/finish-precsave.exp: Likewise.
17360 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17361 * gdb.reverse/finish-reverse.exp: Likewise.
17362 * gdb.reverse/i386-precsave.exp: Likewise.
17363 * gdb.reverse/i387-env-reverse.exp: Likewise.
17364 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17365 * gdb.reverse/machinestate-precsave.exp: Likewise.
17366 * gdb.reverse/machinestate.exp: Likewise.
17367 * gdb.reverse/sigall-precsave.exp: Likewise.
17368 * gdb.reverse/solib-precsave.exp: Likewise.
17369 * gdb.reverse/step-precsave.exp: Likewise.
17370 * gdb.reverse/until-precsave.exp: Likewise.
17371 * gdb.reverse/watch-precsave.exp: Likewise.
17372 * gdb.reverse/watch-reverse.exp: Likewise.
17373
b22089ab
YQ
173742014-10-17 Yao Qi <yao@codesourcery.com>
17375
17376 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17377 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17378
6c4486e6
PA
173792014-10-17 Pedro Alves <palves@redhat.com>
17380
17381 PR gdb/17471
17382 * gdb.base/bg-execution-repeat.c: New file.
17383 * gdb.base/bg-execution-repeat.exp: New file.
17384
0ff33695
PA
173852014-10-17 Pedro Alves <palves@redhat.com>
17386
17387 PR gdb/17300
17388 * gdb.base/continue-all-already-running.c: New file.
17389 * gdb.base/continue-all-already-running.exp: New file.
17390
6fdebc3d
PA
173912014-10-17 Pedro Alves <palves@redhat.com>
17392
17393 PR gdb/17472
17394 * gdb.base/annota-input-while-running.c: New file.
17395 * gdb.base/annota-input-while-running.exp: New file.
17396
32a8097b
PA
173972014-10-17 Pedro Alves <palves@redhat.com>
17398
17399 * gdb.base/callfuncs.exp: emove references to osf.
17400 * gdb.base/sigall.exp: Likewise.
17401 * gdb.gdb/selftest.exp: Likewise.
17402 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17403 * gdb.mi/non-stop.c: Likewise.
17404 * gdb.mi/pthreads.c: Likewise.
17405 * gdb.reverse/sigall-precsave.exp: Likewise.
17406 * gdb.reverse/sigall-reverse.exp: Likewise.
17407 * gdb.threads/pthreads.c: Likewise.
17408 * gdb.threads/pthreads.exp: Likewise.
17409
7a3517ff
YQ
174102014-10-17 Yao Qi <yao@codesourcery.com>
17411
17412 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17413 check 'target_info exists noargs'.
17414 (test_command_prompt_position): Likewise.
17415 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17416 Remove "set args".
17417 (progvar_simple_while_test): Likewise.
17418 (progvar_complex_if_while_test): Likewise.
17419 (if_while_breakpoint_command_test): Likewise.
17420 (infrun_breakpoint_command_test): Likewise.
17421 (breakpoint_command_test): Likewise.
17422 (watchpoint_command_test): Likewise.
17423 (bp_deleted_in_command_test): Likewise.
17424 (temporary_breakpoint_commands): Likewise.
17425
bb99c472
YQ
174262014-10-16 Yao Qi <yao@codesourcery.com>
17427
17428 * gdb.base/remotetimeout.exp: Remove noargs checking.
17429
7c16b83e
PA
174302014-10-15 Pedro Alves <palves@redhat.com>
17431
17432 PR breakpoints/9649
17433 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17434 * gdb.base/breakpoint-in-ro-region.exp
17435 (probe_target_hardware_step): New procedure.
17436 (top level): Probe hardware stepping and hardware breakpoint
17437 support. Test stepping through a read-only region, with both
17438 "breakpoint auto-hw" on and off and both "always-inserted" on and
17439 off.
17440
35a49624
IB
174412014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17442
17443 * gdb.dlang/demangle.exp: Update for demangling changes.
17444
2d1c107c
SC
174452014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17446
17447 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17448 * gdb.cp/non-trivial-retval.exp: Add new tests.
17449
778811d5
SC
174502014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17451
17452 PR c++/13403
17453 PR c++/15154
17454 * gdb.cp/non-trivial-retval.cc: New file.
17455 * gdb.cp/non-trivial-retval.exp: New file.
17456
10c5f0a8
YQ
174572014-10-15 Yao Qi <yao@codesourcery.com>
17458
17459 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17460 remote host.
17461
65d7b369
YQ
174622014-10-15 Yao Qi <yao@codesourcery.com>
17463
17464 * gdb.python/py-symbol.exp: Match file base name if host is
17465 remote, otherwise match file name with dir name.
17466 * gdb.python/py-symtab.exp: Likewise.
17467 * gdb.python/python.exp: Likewise.
17468
46dc1394
YQ
174692014-10-15 Yao Qi <yao@codesourcery.com>
17470
17471 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17472 pattern.
17473 * gdb.python/py-symtab.exp: Likewise.
17474 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17475 locationn.
17476
c40cc657
JB
174772014-10-14 Joel Brobecker <brobecker@adacore.com>
17478
17479 * gdb.ada/addr_arith: New testcase.
17480
2abf49e1
MR
174812014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17482
17483 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17484 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17485 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17486 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17487
f7088df3
SDJ
174882014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17489
17490 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17491 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17492 * gdb.arch/stap-eval-lang-ada.exp: New file.
17493
4dc06805
YQ
174942014-10-14 Yao Qi <yao@codesourcery.com>
17495
17496 * gdb.mi/mi-var-child.c (nothing1): New function.
17497 (nothing2): New function.
17498 (do_children_tests): Set function pointers by nothing1 and
17499 nothing2.
17500 * gdb.mi/mi-var-child.exp: Step over new added statements.
17501 Update test to match the new output.
17502 * gdb.mi/var-cmd.c (nothing1): New function.
17503 (nothing2): New function.
17504 (do_children_tests): Set function pointers by nothing1 and
17505 nothing2.
17506 * gdb.mi/mi-var-display.exp: Update test to match output.
17507 Step to the line specified by $line_dct_nothing.
17508 Increase the number of lines to step.
17509
46a93de2
YQ
175102014-10-14 Yao Qi <yao@codesourcery.com>
17511
17512 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17513 tests.
17514 * gdb.mi/mi2-var-child.exp: Likewise.
17515
14ea52ee
DE
175162014-10-13 Doug Evans <dje@google.com>
17517
17518 * gdb.python/py-objfile.exp: Change name of file name test.
17519
e5c6e92b
DE
175202014-10-13 Doug Evans <dje@google.com>
17521
17522 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17523 from the start of the CU.
17524
c780cc2f
JK
175252014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17526 Yao Qi <yao@codesourcery.com>
17527
17528 Fix "save breakpoints" for "catch" command.
17529 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17530 Remove -nonewline. Match also the added "main" line.
17531
99894e11
JK
175322014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17533
17534 Fix "save breakpoints" for "disable $bpnum" command.
17535 * gdb.base/save-bp.c (main): Add label.
17536 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17537
6e1ac5a3
JK
175382014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17539
17540 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17541
754dd2b0
YQ
175422014-10-11 Yao Qi <yao@codesourcery.com>
17543
17544 * gdb.server/server-kill.exp: Execute command
17545 "set remote trace-status-packet on" before "tstatus".
17546
f90183d7
YQ
175472014-10-11 Yao Qi <yao@codesourcery.com>
17548
17549 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17550 (main): Call getppid.
17551 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17552 and continue to it. Read variable "server_pid".
17553
bf40a607
YQ
175542014-10-11 Yao Qi <yao@codesourcery.com>
17555
17556 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17557
052ca370
YQ
175582014-10-11 Yao Qi <yao@codesourcery.com>
17559
17560 * gdb.threads/thread-find.exp: Don't execute command
17561 "info threads".
17562 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17563 * gdb.threads/linux-dp.exp: Don't check the condition
17564 $threads_created equals to zero.
17565
3831839c
PA
175662014-10-10 Pedro Alves <palves@redhat.com>
17567
17568 * gdb.base/bigcore.exp: Remove references to IRIX.
17569 * gdb.base/funcargs.exp: Likewise.
17570 * gdb.base/interrupt.exp: Likewise.
17571 * gdb.base/mips_pro.exp: Likewise.
17572 * gdb.base/nodebug.exp: Likewise.
17573 * gdb.base/setvar.exp: Likewise.
17574 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17575
8b9a549d
PA
175762014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17577 Pedro Alves <palves@redhat.com>
17578
17579 PR symtab/14466
17580 * gdb.base/vdso-warning.c: New file.
17581 * gdb.base/vdso-warning.exp: New file.
17582
d48ba5e8
DE
175832014-10-02 Doug Evans <dje@google.com>
17584
17585 * gdb.base/structs.c (main): Don't run forever.
17586
2278c276
PA
175872014-10-02 Pedro Alves <palves@redhat.com>
17588
17589 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17590 (top level) <stop threads 1, stop threads 2>: Use it.
17591
b57bacec
PA
175922014-10-02 Pedro Alves <palves@redhat.com>
17593
17594 * gdb.threads/break-while-running.exp (test): Add new
17595 'update_thread_list' argument. Skip "info threads" if false.
17596 (top level): Add new 'update_thread_list' axis.
17597
13fd3ff3
PA
175982014-10-02 Pedro Alves <palves@redhat.com>
17599
17600 PR breakpoints/17431
17601 * gdb.base/execl-update-breakpoints.c: New file.
17602 * gdb.base/execl-update-breakpoints.exp: New file.
17603
0fec99e8
PA
176042014-10-01 Pedro Alves <palves@redhat.com>
17605
17606 * gdb.base/breakpoint-in-ro-region.c: New file.
17607 * gdb.base/breakpoint-in-ro-region.exp: New file.
17608
2ddf4301
SM
176092014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17610
17611 * gdb.mi/mi-exit-code.exp: New file.
17612 * gdb.mi/mi-exit-code.c: New file.
17613
6a5f3f43
YQ
176142014-09-30 Yao Qi <yao@codesourcery.com>
17615
17616 * lib/prelink-support.exp (build_executable_own_libs): Error if
17617 the target isn't native.
17618
345bcc73
YQ
176192014-09-30 Yao Qi <yao@codesourcery.com>
17620
17621 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17622 false.
17623
a25a5a45
PA
176242014-09-22 Pedro Alves <palves@redhat.com>
17625
17626 * gdb.threads/break-while-running.exp: New file.
17627 * gdb.threads/break-while-running.c: New file.
17628
00ba3162
YQ
176292014-09-19 Yao Qi <yao@codesourcery.com>
17630
17631 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17632 Invoke test. Restart GDB with --readnow and invoke test again.
17633
c3b7b696
YQ
176342014-09-19 Yao Qi <yao@codesourcery.com>
17635
17636 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17637 proc set_breakpoint_on_gcd_function. Invoke
17638 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17639 invoke set_breakpoint_on_gcd_function again.
17640
2b4fd423
DE
176412014-09-18 Doug Evans <dje@google.com>
17642
17643 * gdb.dwarf2/symtab-producer.exp: New file.
17644
a5947601
SDJ
176452014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17646
17647 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17648 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17649 * gdb.base/global-var-nested-by-dso.c: Likewise.
17650 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17651
91c19059
SDJ
176522014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17653 Pedro Alves <palves@redhat.com>
17654
17655 * gdb.base/watch-bitfields.exp: Pass string other than test file
17656 name to prepare_for_testing.
17657 (watch): New procedure.
17658 (expect_watchpoint): Use with_test_prefix.
17659 (top level): Factor out tests to ...
17660 (test_watch_location, test_regular_watch): ... these new
17661 procedures, and use with_test_prefix and gdb_continue_to_end.
17662
bb9d5f81
PP
176632014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17664
17665 PR breakpoints/12526
17666 * gdb.base/watch-bitfields.exp: New file.
17667 * gdb.base/watch-bitfields.c: New file.
17668
635856f5
PA
176692014-09-16 Pedro Alves <palves@redhat.com>
17670
17671 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17672 software and hardware addresses, not software address against
17673 itself.
17674
7280ceea
PA
176752014-09-16 Pedro Alves <palves@redhat.com>
17676
17677 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17678 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17679
428b16bd
PA
176802014-09-16 Pedro Alves <palves@redhat.com>
17681
17682 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17683 files.
17684 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17685 "*-*-vxworks*" throughout.
17686 * gdb.base/break.exp: Likewise.
17687 * gdb.base/default.exp: Likewise.
17688 * gdb.base/scope.exp: Likewise.
17689 * gdb.base/sepdebug.exp: Likewise.
17690 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17691 throughout.
17692 * gdb.base/run.c: Likewise.
17693 * gdb.base/sepdebug.c: Likewise.
17694 * gdb.hp/gdb.aCC/run.c: Likewise.
17695 * gdb.reverse/until-reverse.c: Likewise.
17696 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17697
666d413c
YQ
176982014-09-16 Yao Qi <yao@codesourcery.com>
17699
17700 * boards/local-remote-host-native.exp: New file.
17701
57cbd724
DE
177022014-09-14 Doug Evans <xdje42@gmail.com>
17703
17704 * gdb.threads/queue-signal.c (thread_count): New variable.
17705 (thread_count_mutex, thread_count_condvar): New variables.
17706 (incr_thread_count, wait_all_threads_running): New functions.
17707 (main): Wait for all threads to be in their thread functions.
17708
81219e53
DE
177092014-09-13 Doug Evans <xdje42@gmail.com>
17710
17711 * gdb.threads/queue-signal.c: New file.
17712 * gdb.threads/queue-signal.exp: New file.
17713
3714cea7
DE
177142014-09-13 Doug Evans <xdje42@gmail.com>
17715
17716 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17717 be consistent with what default_gdb_init uses.
17718 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17719 the plain text of the prompt. Add some logging printfs.
17720 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17721
fa43b1d7
PA
177222014-09-12 Pedro Alves <palves@redhat.com>
17723
17724 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17725 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17726 * gdb.arch/i386-size-overlap.exp: Likewise.
17727 * gdb.arch/i386-size.exp: Likewise.
17728 * gdb.arch/i386-unwind.exp: Likewise.
17729 * gdb.base/a2-run.exp: Likewise.
17730 * gdb.base/break.exp: Likewise.
17731 * gdb.base/charset.exp: Likewise.
17732 * gdb.base/chng-syms.exp: Likewise.
17733 * gdb.base/commands.exp: Likewise.
17734 * gdb.base/dbx.exp: Likewise.
17735 * gdb.base/find.exp: Likewise.
17736 * gdb.base/funcargs.exp: Likewise.
17737 * gdb.base/jit-simple.exp: Likewise.
17738 * gdb.base/reread.exp: Likewise.
17739 * gdb.base/sepdebug.exp: Likewise.
17740 * gdb.base/step-bt.exp: Likewise.
17741 * gdb.cp/mb-inline.exp: Likewise.
17742 * gdb.cp/mb-templates.exp: Likewise.
17743 * gdb.objc/basicclass.exp: Likewise.
17744 * gdb.threads/killed.exp: Likewise.
17745
9d9bf2df
EBM
177462014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17747
17748 PR tdep/17379
17749 * gdb.arch/powerpc-stackless.S: New file.
17750 * gdb.arch/powerpc-stackless.exp: New file.
17751
1cf2f1b0
JK
177522014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17753
17754 * gdb.base/attach.c: Include unistd.h.
17755 (main): Call alarm. Add label postloop.
17756 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17757 gdb_breakpoint, gdb_continue_to_breakpoint.
17758 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17759
98880d46
PA
177602014-09-11 Pedro Alves <palves@redhat.com>
17761
17762 PR gdb/17347
17763 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17764 * gdb.base/attach.exp (test_command_line_attach_run): New
17765 procedure.
17766 (top level): Call it.
17767
4c92ff2c
PA
177682014-09-11 Pedro Alves <palves@redhat.com>
17769
17770 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17771 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17772 (do_command_attach_tests): Use spawn_wait_for_attach.
17773 * gdb.base/solib-overlap.exp: Likewise.
17774 * gdb.multi/multi-attach.exp: Likewise.
17775 * gdb.python/py-prompt.exp: Likewise.
17776 * gdb.python/py-sync-interp.exp: Likewise.
17777 * gdb.server/ext-attach.exp: Likewise.
17778
3adc1a7d
GKB
177792014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17780
17781 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17782 command in testcase. Simplify testcase.
17783
96334934
JB
177842014-09-10 Joel Brobecker <brobecker@adacore.com>
17785
17786 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17787
eb479039
JB
177882014-09-10 Joel Brobecker <brobecker@adacore.com>
17789
17790 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17791
deede10c
JB
177922014-09-10 Joel Brobecker <brobecker@adacore.com>
17793
17794 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17795
7828a5f5
JB
177962014-09-10 Joel Brobecker <brobecker@adacore.com>
17797
17798 * gdb.dwarf2/dynarr-ptr.c: New file.
17799 * gdb.dwarf2/dynarr-ptr.exp: New file.
17800
33aeebcf
MR
178012014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17802
17803 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17804 of 30 rather than hardcoding 120 for a slow test case. Take the
17805 `gdb,timeout' target setting into account for this calculation.
17806 Don't extend the timeout for the test cases that don't need it.
17807
7b415901
MR
178082014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17809
17810 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17811 a factor of 2 for a slow test case. Take the `gdb,timeout'
17812 target setting into account for this calculation.
17813 * gdb.reverse/until-precsave.exp: Increase the timeout by
17814 a factor of 15 and 3 respectively rather than adding 120
17815 for a pair of slow test cases. Take the `gdb,timeout'
17816 target setting into account for this calculation.
17817
4a40f85a
MR
178182014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17819
17820 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17821 timeout, don't pass one down to gdb_expect.
17822 (gdb_expect): Rework timeout selection.
17823
09635af7
MR
178242014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17825
17826 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17827 exception on timeout.
17828 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17829 (gdbserver_start_extended): Catch any `gdbserver_start' error
17830 exceptions.
17831 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17832 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17833 `gdbserver_gdb_load' error exceptions.
17834
2bdd10b7
MR
178352014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17836
17837 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17838 120 on waiting for the TCP socket to open.
17839
316935f0
DE
178402014-09-09 Doug Evans <xdje42@gmail.com>
17841
17842 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17843 _caller_matches, _any_caller_is, _any_caller_matches.
17844
83740597
DE
178452014-09-09 Doug Evans <xdje42@gmail.com>
17846
17847 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17848
4c122fc3
YQ
178492014-09-09 Yao Qi <yao@codesourcery.com>
17850
17851 * gdb.mi/mi-var-display.exp: Set print symbol off.
17852
a9f116cb
GKB
178532014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17854
17855 PR gdb/17035
17856 * gdb.base/commands.exp: Add tests to verify user-defined
17857 commands with empty bodies.
17858 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17859 python commands in `show user command`.
17860 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17861 scheme commands in `show user command`.
17862
c75bd3a2
JK
178632014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17864
17865 PR python/17355
17866 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17867 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17868 * gdb.python/py-framefilter-invalidarg.exp: New file.
17869 * gdb.python/py-framefilter-invalidarg.py: New file.
17870
faa42425
DE
178712014-09-06 Doug Evans <xdje42@gmail.com>
17872
17873 PR 15276
17874 * gdb.python/py-caller-is.c: New file.
17875 * gdb.python/py-caller-is.exp: New file.
17876
474ca4f6
SDJ
178772014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17878
17879 PR gdb/17235
17880 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17881 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17882
eb0b0463
SDJ
178832014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17884
17885 PR fortran/17237
17886 * gdb.fortran/print-formatted.exp: New file.
17887 * gdb.fortran/print-formatted.f90: Likewise.
17888
5f3b99cf
SS
178892014-09-03 Sasha Smundak <asmundak@google.com>
17890
17891 * gdb.python/py-frame.exp: Test Frame.read_register.
17892
7d793aa9
SDJ
178932014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17894
17895 PR python/16699
17896 * gdb.python/py-completion.exp: New file.
17897 * gdb.python/py-completion.py: Likewise.
17898
fb0576e9
DE
178992014-08-28 Doug Evans <dje@google.com>
17900
17901 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17902 eax,etc. are live with values set by gdb and thus the compiler can't
17903 use them.
17904 * gdb.arch/i386-pseudo.c (main): Ditto.
17905
ee92b0dd
DE
179062014-08-27 Doug Evans <dje@google.com>
17907
17908 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17909
6649db35
DE
179102014-08-25 Doug Evans <dje@google.com>
17911
17912 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17913 (main): Ditto.
17914
564b7600
DE
179152014-08-25 Doug Evans <dje@google.com>
17916
17917 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17918
3881fb67
YQ
179192014-08-24 Yao Qi <yao@codesourcery.com>
17920
17921 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17922 symbol off.
17923 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17924
a05a36a5
DE
179252014-08-22 Doug Evans <dje@google.com>
17926
17927 PR 17276
17928 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17929 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17930 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17931
7c343b48
YQ
179322014-08-22 Yao Qi <yao@codesourcery.com>
17933
17934 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17935 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17936 * gdb.python/python.exp: Likewise. Use .py file on the host
17937 instead of the build.
17938
22fd09ae
JK
179392014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17940
17941 * gdb.threads/gcore-stale-thread.c: New file.
17942 * gdb.threads/gcore-stale-thread.exp: New file.
17943
a8454a7c
PA
179442014-08-21 Pedro Alves <palves@redhat.com>
17945
17946 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17947 * gdb.base/gcore-relro-pie.exp: Likewise.
17948 * gdb.base/gcore-relro.exp: Likewise.
17949 * gdb.base/gcore.exp: Likewise.
17950 * gdb.base/print-symbol-loading.exp: Likewise.
17951 * gdb.threads/gcore-thread.exp: Likewise.
17952 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17953
2a31c623
PA
179542014-08-20 Pedro Alves <palves@redhat.com>
17955 Jan Kratochvil <jan.kratochvil@redhat.com>
17956
17957 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17958 configure.
17959 (EXPECT): Handle READ1 being set.
17960 (all): Depend on EXTRA_RULES.
17961 (check-read1, expect-read1, read1.so, read1): New rules.
17962 * README (Testsuite Parameters): Document the READ1 make variable.
17963 (Race detection): New section.
17964 * configure: Regenerate.
17965 * configure.ac: If build==host==target, and running under a
17966 GNU/glibc system, add read1 to the extra Makefile rules.
17967 (EXTRA_RULES): AC_SUBST it.
17968 * lib/read1.c: New file.
17969
d36430db
JB
179702014-08-20 Joel Brobecker <brobecker@adacore.com>
17971
17972 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17973 the handling of variables declared as a typedef to an array
17974 which a DW_AT_data_location attribute.
17975
9a0dc9e3
PA
179762014-08-19 Andrew Burgess <aburgess@broadcom.com>
17977 Pedro Alves <palves@redhat.com>
17978
17979 PR symtab/14604
17980 PR symtab/14605
17981 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17982 gdb_test.
17983
0718a8da
PA
179842014-08-19 Pedro Alves <palves@redhat.com>
17985
17986 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17987
13b448cd
YQ
179882014-08-19 Yao Qi <yao@codesourcery.com>
17989
17990 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17991 right line.
17992
1cbf5077
DB
179932014-08-18 David Blaikie <dblaikie@gmail.com>
17994
17995 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17996
bf0fae19
JB
179972014-08-18 Joel Brobecker <brobecker@adacore.com>
17998
17999 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18000 attribute in array range.
18001
3c8c5dcc
JB
180022014-08-18 Joel Brobecker <brobecker@adacore.com>
18003
18004 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18005
e66d4446
SC
180062014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18007
18008 PR c++/17132
18009 * gdb.cp/pr17132.cc: New file.
18010 * gdb.cp/pr17132.exp: New file.
18011
940df408
SC
180122014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18013
18014 * gdb.python/py-xmethods.py (A_getarrayind)
18015 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18016 Use 'print' with function call syntax.
18017 (E_method_matcher.match): Fix tab vs space indentation mixup.
18018
ebcc6c3a
YQ
180192014-08-15 Yao Qi <yao@codesourcery.com>
18020
18021 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18022 false.
18023
775e0f04
YQ
180242014-08-15 Yao Qi <yao@codesourcery.com>
18025
18026 * gdb.cp/casts.exp: Set print symbol off.
18027 * gdb.cp/class2.exp: Likewise.
18028 * gdb.cp/overload.exp: Likewise.
18029 * gdb.cp/templates.exp: Likewise.
18030
d769e349
DE
180312014-08-11 Doug Evans <dje@google.com>
18032
18033 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18034 (test_load_shlib): Update.
18035
20c6f1e1
YQ
180362014-08-09 Yao Qi <yao@codesourcery.com>
18037
18038 * gdb.base/display.exp: Invoke is_address_zero_readable.
18039 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18040 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18041 * gdb.base/hbreak-unmapped.exp: Return if
18042 is_address_zero_readable returns true.
18043 * gdb.base/signest.exp: Likewise.
18044 * gdb.base/signull.exp: Likewise.
18045 * gdb.base/sigbpt.exp: Likewise.
18046 * gdb.guile/scm-disasm.exp: Do the test if
18047 is_address_zero_readable returns false.
18048 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18049 * gdb.python/py-arch.exp: Likewise.
18050 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18051 * lib/gdb.exp (is_address_zero_readable): New proc.
18052
5792e8e3
YQ
180532014-08-09 Yao Qi <yao@codesourcery.com>
18054
18055 PR testsuite/13443
18056 * gdb.mi/mi-var-display.exp: Make test messages unique.
18057
3cecbbbe
TT
180582014-08-04 Tom Tromey <tromey@redhat.com>
18059
18060 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18061 target 0".
18062
00b51ff5
TT
180632014-08-04 Tom Tromey <tromey@redhat.com>
18064
18065 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18066 "target_resume".
18067
6908c509
JB
180682014-08-01 Joel Brobecker <brobecker@adacore.com>
18069
18070 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18071 inner_vla_struct_object_size.
18072 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18073 as xfail.
18074
cc6563d2
PA
180752014-07-30 Pedro Alves <palves@redhat.com>
18076
18077 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18078 comment.
18079
7e09a223
YQ
180802014-07-29 Yao Qi <yao@codesourcery.com>
18081
18082 PR gdb/17206
18083 * gdb.base/until-nodebug.exp: New.
18084
7ebdbe92
DE
180852014-07-28 Doug Evans <xdje42@gmail.com>
18086
18087 PR guile/17203
18088 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18089 previously existing parameter, and previously ambiguously spelled
18090 parameter.
18091
fdb1adc6
WN
180922014-07-28 Will Newton <will.newton@linaro.org>
18093
18094 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18095
186fcde0
DE
180962014-07-26 Ludovic Courtès <ludo@gnu.org>
18097 Doug Evans <xdje42@gmail.com>
18098
18099 PR guile/17146
18100 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18101
70509625
PA
181022014-07-25 Pedro Alves <palves@redhat.com>
18103
18104 * gdb.threads/signal-command-handle-nopass.c: New file.
18105 * gdb.threads/signal-command-handle-nopass.exp: New file.
18106 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18107 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18108 * gdb.threads/signal-delivered-right-thread.c: New file.
18109 * gdb.threads/signal-delivered-right-thread.exp: New file.
18110
c3f814a1
PA
181112014-07-25 Pedro Alves <palves@redhat.com>
18112
18113 * gdb.base/double-prompt-target-event-error.exp
18114 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18115 match.
18116 (cancel_pagination_in_target_event): Rework double prompt
18117 detection.
18118 * gdb.base/paginate-after-ctrl-c-running.exp
18119 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18120 <return>' match.
18121 * gdb.base/paginate-bg-execution.exp
18122 (test_bg_execution_pagination_return)
18123 (test_bg_execution_pagination_cancel): Remove '-notransfer
18124 <return>' matches.
18125 * gdb.base/paginate-execution-startup.exp
18126 (test_fg_execution_pagination_return)
18127 (test_fg_execution_pagination_cancel): Remove '-notransfer
18128 <return>' matches.
18129 * gdb.base/paginate-inferior-exit.exp
18130 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18131 match.
18132 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18133 * lib/gdb.exp (pagination_prompt): Run text through
18134 string_to_regexp.
18135 (gdb_test_multiple): Match $pagination_prompt instead of
18136 "<return>".
18137 (string_to_regexp): Move to lib/gdb-utils.exp.
18138
e214cf6c
JK
181392014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18140
18141 * gdb.arch/amd64-entry-value-paramref.S: New file.
18142 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18143 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18144 * gdb.arch/amd64-optimout-repeat.S: New file.
18145 * gdb.arch/amd64-optimout-repeat.c: New file.
18146 * gdb.arch/amd64-optimout-repeat.exp: New file.
18147
17d0c5c8
JK
181482014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18149
18150 PR gdb/17170
18151 * gdb.base/statistics.exp: New file.
18152
b8b8facf
DE
181532014-07-17 Doug Evans <dje@google.com>
18154
74b49205 18155 PR gdb/17170
b8b8facf
DE
18156 * gdb.base/maint.exp: Update testing of per-command stats.
18157
1b5d0ab3
PA
181582014-07-16 Pedro Alves <palves@redhat.com>
18159
18160 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18161 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18162 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18163 (tfile_write_buf): New functions.
18164 (add_memory_block): Rewrite using the above.
18165 (adjust_function_address): New function.
18166 (FUNCTION_ADDRESS): New macro.
18167 (write_basic_trace_file): Remove short_x local, and use
18168 tfile_write_16. Change type of func_addr local to unsigned long
18169 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18170 here. Cast argument of add_memory_block to char pointer.
18171 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18172 (main): Remove parameters.
18173 * gdb.trace/tfile.exp: Remove nowarnings.
18174
4d974e88
SM
181752014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18176
18177 * gdb.base/debug-expr.exp: Test string evaluation with
18178 "debug expression" on.
18179
41e99568
PA
181802014-07-15 Pedro Alves <palves@redhat.com>
18181
18182 * gdb.base/reread.exp: Use clean_restart.
18183
487d9753
PL
181842014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18185
18186 * gdb.arch/avr-flash-qualifer.c: New.
18187 * gdb.arch/avr-flash-qualifer.exp: New.
18188
cc1c52ad
PA
181892014-07-14 Pedro Alves <palves@redhat.com>
18190
18191 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18192 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18193
1e973570
PA
181942014-07-14 Pedro Alves <palves@redhat.com>
18195
18196 * gdb.base/double-prompt-target-event-error.c: New file.
18197 * gdb.base/double-prompt-target-event-error.exp: New file.
18198
93d6eb10
PA
181992014-07-14 Pedro Alves <palves@redhat.com>
18200
18201 PR gdb/17072
18202 * gdb.base/paginate-inferior-exit.c: New file.
18203 * gdb.base/paginate-inferior-exit.exp: New file.
18204
0017922d
PA
182052014-07-14 Pedro Alves <palves@redhat.com>
18206
18207 PR gdb/17072
18208 * gdb.base/paginate-bg-execution.c: New file.
18209 * gdb.base/paginate-bg-execution.exp: New file.
18210
94696ad3
PA
182112014-07-14 Pedro Alves <palves@redhat.com>
18212
18213 PR gdb/17072
18214 * gdb.base/paginate-execution-startup.c: New file.
18215 * gdb.base/paginate-execution-startup.exp: New file.
18216 * lib/gdb.exp (pagination_prompt): New global.
18217 (default_gdb_spawn): New procedure, factored out from
18218 default_gdb_spawn.
18219 (default_gdb_start): Adjust to call default_gdb_spawn.
18220 (gdb_spawn): New procedure.
18221
bd293940
PA
182222014-07-14 Pedro Alves <palves@redhat.com>
18223
18224 * lib/gdb.exp (gdb_assert): New procedure.
18225 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18226
c933f875
PA
182272014-07-14 Pedro Alves <palves@redhat.com>
18228
18229 * gdb.base/execution-termios.c: New file.
18230 * gdb.base/execution-termios.exp: New file.
18231
d98b7a16
TT
182322014-07-14 Tom Tromey <tromey@redhat.com>
18233
18234 * gdb.cp/vla-cxx.cc: New file.
18235 * gdb.cp/vla-cxx.exp: New file.
18236
548740d6
TT
182372014-07-14 Tom Tromey <tromey@redhat.com>
18238
18239 * gdb.reverse/rerun-prec.c: New file.
18240 * gdb.reverse/rerun-prec.exp: New file.
18241
a25eb028
MR
182422014-07-12 Maciej W. Rozycki <macro@mips.com>
18243 Maciej W. Rozycki <macro@codesourcery.com>
18244
18245 * lib/gdb-utils.exp: New file.
18246 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18247 inline `gdb_init_command' processing.
18248 (gdb_start_cmd): Likewise.
18249 * lib/mi-support.exp (mi_run_cmd): Likewise.
18250 * README: Document `gdb_init_command' and `gdb_init_commands'.
18251
218c2655
JK
182522014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18253
18254 Fix false FAIL running under a very long directory name.
18255 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18256 and "set print elements 10000". Twice.
18257
5401fde3
YQ
182582014-07-11 Yao Qi <yao@codesourcery.com>
18259
18260 * gdb.base/exprs.exp: "set print symbol off".
18261
e76126e8
PA
182622014-07-11 Pedro Alves <palves@redhat.com>
18263
18264 * gdb.threads/kill.c: New file.
18265 * gdb.threads/kill.exp: New file.
18266
2d6f0de6
YQ
182672014-07-10 Yao Qi <yao@codesourcery.com>
18268
18269 * gdb.trace/tfile.c (write_basic_trace_file)
18270 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18271 address written to trace file.
18272
7180e04a
PA
182732014-07-09 Pedro Alves <palves@redhat.com>
18274
18275 * gdb.base/attach-wait-input.exp: New file.
18276 * gdb.base/attach-wait-input.c: New file.
18277
9a9a7608
AB
182782014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18279
18280 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18281 setting up test structures.
18282 (main): Call new test function.
18283 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18284 test function, continue into test function and walk test
18285 structures.
18286
161ac41e
YQ
182872014-07-02 Yao Qi <yao@codesourcery.com>
18288
18289 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18290 'bar_start' at the beginning of functions 'foo' and 'bar'
18291 respectively.
18292 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18293 instead of 'foo' and 'bar'.
18294
1f267ae3
MM
182952014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18296
18297 * gdb.btrace/segv.exp: New.
18298 * gdb.btrace/segv.c: New.
18299
2b239efb
LM
183002014-07-02 Luis Machado <lgustavo@codesourcery.com>
18301
18302 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18303 instruction.
18304
cf363f18
MW
183052014-06-30 Mark Wielaard <mjw@redhat.com>
18306
18307 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18308 vulture, vilify, villar): New volatile array constants.
18309 (vindictive, vegetation): New const volatile array constants.
18310 * gdb.base/volatile.exp: Test volatile and const volatile array
18311 types.
18312
aebf9d24
AA
183132014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18314
18315 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18316 target lacks support for awatch, rwatch, or hbreak.
18317
b67a2c6f
YQ
183182014-06-27 Yao Qi <yao@codesourcery.com>
18319
18320 * gdb.multi/dummy-frame-restore.exp: New.
18321 * gdb.multi/dummy-frame-restore.c: New.
18322
aef92902
MM
183232014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18324
18325 * gdb.btrace/gcore.exp: New.
18326
8e9db26e
PA
183272014-06-23 Pedro Alves <palves@redhat.com>
18328
18329 * gdb.base/watchpoint-reuse-slot.c: New file.
18330 * gdb.base/watchpoint-reuse-slot.exp: New file.
18331
70afc5b7
SC
183322014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18333
18334 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18335 progspace's filename in 'info', 'enable' and 'disable' command
18336 tests.
18337
b972bd9c
JK
183382014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18339
18340 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18341 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18342 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18343
125f8a3d
GB
183442014-06-20 Gary Benson <gbenson@redhat.com>
18345
18346 * gdb.arch/i386-avx.exp: Fix include file location.
18347 * gdb.arch/i386-sse.exp: Likewise.
18348
3ed9baed
IB
183492014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18350
18351 * gdb.dlang/expression.exp: New file.
18352
034f788c
PA
183532014-06-19 Pedro Alves <palves@redhat.com>
18354
18355 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18356 out from ...
18357 (top level): ... here. Iterate running tests under different
18358 scheduler-locking settings.
18359
45371d0c
LM
183602014-06-18 Luis Machado <lgustavo@codesourcery.com>
18361
18362 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18363 to DW_FORM_addr and use non-zero addresses.
18364
5d376983
SC
183652014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18366
18367 PR gdb/17017
18368 * gdb.python/py-xmethods.cc: Add global function call counters and
18369 increment them in their respective functions. Remove "cout"
18370 statements.
18371 * gdb.python/py-xmethods.exp: Make tests check the global function
18372 call counters instead of depending on inferior IO.
18373
a1aa2221
LM
183742014-06-18 Don Breazeal <donb@codesourcery.com>
18375
18376 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18377 Deleted procedure.
18378 (explicit_fork_parent_follow): Deleted procedure.
18379 (explicit_fork_child_follow): Deleted procedure.
18380 (test_follow_fork): New procedure.
18381 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 18382 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
18383 procedure calls.
18384
0fc05997
YQ
183852014-06-17 Yao Qi <yao@codesourcery.com>
18386
18387 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18388 CP1252.
18389
70795c52
LM
183902014-06-17 Luis Machado <lgustavo@codesourcery.com>
18391
18392 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18393 Initialize ptr and S explicitly.
18394 (skip_type_update_when_not_use_rtti_test): Likewise.
18395
6be47f0c
KS
183962014-06-16 Keith Seitz <keiths@redhat.com>
18397
18398 PR mi/15863
18399 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18400 the inferior is started.
18401
d03de421
PA
184022014-06-16 Pedro Alves <palves@redhat.com>
18403
18404 * gdb.base/break-main-file-remove-fail.c: New file.
18405 * gdb.base/break-main-file-remove-fail.exp: New file.
18406 * gdb.base/break-unload-file.exp: Use build_executable instead of
18407 prepare_for_testing.
18408 (test_break): New parameter "initial_load". Handle it.
18409 (top level): Add initial_load cmdline/file axis.
18410
f9579b99
TT
184112014-06-12 Tom Tromey <tromey@redhat.com>
18412
18413 * gdb.base/completion.exp: Don't use directory name in test.
18414
3657956b
GB
184152014-06-09 Gary Benson <gbenson@redhat.com>
18416
18417 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18418 separate the always-available ANSI-standard signals from the
18419 signals that require checking.
18420 (main): Likewise.
18421 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18422 Likewise.
18423 (main): Likewise.
18424
4186eb54
KS
184252014-06-07 Keith Seitz <keiths@redhat.com>
18426
18427 Revert:
18428 PR c++/16253
18429 * gdb.cp/var-tag.cc: New file.
18430 * gdb.cp/var-tag.exp: New file.
18431 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18432 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18433 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18434 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18435
25326a28 184362014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
18437
18438 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18439
829155c9
PA
184402014-06-06 Pedro Alves <palves@redhat.com>
18441
18442 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18443 in target debug output instead of looking at RSP packets,
18444 disabling the test on any target that uses hardware stepping.
18445 Update comments.
18446
61c8d22e
PA
184472014-06-06 Pedro Alves <palves@redhat.com>
18448
18449 * gdb.base/break-unload-file.exp: Fix typo.
18450
d9a47287
YQ
184512014-06-06 Yao Qi <yao@codesourcery.com>
18452
18453 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18454 from "jit_function" to "^jit_function".
18455
e5e01dbf
YQ
184562014-06-06 Yao Qi <yao@codesourcery.com>
18457
18458 * gdb.base/async.c (foo): Add one statement.
18459 * gdb.base/async.exp: Get the next instruction address and
18460 match the output of "nexti" by instruction address. Match
18461 the hex address in the output of "finish".
18462
73ba372c
GB
184632014-06-06 Gary Benson <gbenson@redhat.com>
18464
18465 * gdb.base/call-signals.c: Remove preprocessor conditionals
18466 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18467 SIGSEGV and SIGTERM.
18468 * gdb.base/sigall.c: Likewise.
18469 * gdb.base/unwindonsignal.c: Likewise.
18470 * gdb.reverse/sigall-reverse.c: Likewise.
18471
831517df
YQ
184722014-06-06 Yao Qi <yao@codesourcery.com>
18473
18474 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18475 readable, skip the test.
18476
b8b91e98
YQ
184772014-06-06 Yao Qi <yao@codesourcery.com>
18478
18479 * gdb.threads/staticthreads.c (thread_function): Move the line
18480 setting breakpoint on forward.
18481 * gdb.threads/staticthreads.exp: Update comments.
18482
fb934770
LC
184832014-06-05 Ludovic Courtès <ludo@gnu.org>
18484
18485 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18486 "history-append! type error".
18487
6ef284bd
SM
184882014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18489
18490 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18491 erroneous dprintf expected input.
18492
a872e241
DE
184932014-06-04 Doug Evans <xdje42@gmail.com>
18494
18495 * gdb.guile/scm-generics.exp: Delete.
18496
16f691fb
DE
184972014-06-04 Doug Evans <xdje42@gmail.com>
18498
18499 * gdb.guile/scm-breakpoint.exp: Update.
18500 Add tests for breakpoint registration.
18501
012370f6
TT
185022014-06-04 Tom Tromey <tromey@redhat.com>
18503
18504 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18505 VLA-in-union.
18506 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18507 inner_vla_struct, vla_union types. Initialize objects of those
18508 types and compute their sizes.
18509
9f5a4cef
HZ
185102014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18511 Hui Zhu <hui@codesourcery.com>
18512
18513 * gdb.base/fileio.exp: Add test for shell not available as well as
18514 available.
18515 * gdb.base/fileio.c (test_system): Check for shell twice.
18516
90a45c4d
YQ
185172014-06-04 Yao Qi <yao@codesourcery.com>
18518
18519 * gdb.base/auto-connect-native-target.exp: Remove redundant
18520 space from the regexp pattern.
18521
70017e41
YQ
185222014-06-04 Yao Qi <yao@codesourcery.com>
18523
18524 * gdb.base/default.exp: Replace "child" with "native" in
18525 regexp pattern.
18526
883964a7
SC
185272014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18528
18529 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18530 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18531 * gdb.python/py-xmethods.py: Python script supporting the
18532 new testcase and tests.
18533
ef370185
JB
185342014-06-03 Joel Brobecker <brobecker@adacore.com>
18535 Pedro Alves <palves@redhat.com>
18536
18537 PR breakpoints/17000
18538 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18539 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18540
1e2ccb61
BM
185412014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18542
18543 * gdb.base/subst.exp: Add tests to verify partial path matching
18544 output.
18545
c6ec5ab2
PA
185462014-06-03 Pedro Alves <palves@redhat.com>
18547
18548 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18549 target that doesn't use software single-stepping.
18550
835c559f
PA
185512014-06-03 Pedro Alves <palves@redhat.com>
18552
18553 PR breakpoints/17000
18554 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18555 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18556
06eb1586
DE
185572014-06-02 Doug Evans <xdje42@gmail.com>
18558
18559 * gdb.guile/scm-parameter.exp: New file.
18560
e698b8c4
DE
185612014-06-02 Doug Evans <xdje42@gmail.com>
18562
18563 * gdb.guile/scm-cmd.c: New file.
18564 * gdb.guile/scm-cmd.exp: New file.
18565
ded03782
DE
185662014-06-02 Doug Evans <xdje42@gmail.com>
18567
18568 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18569 pretty-printer lookup.
18570 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18571 (make-pp_s-printer): Call it.
18572 (make-pretty-printer-from-dict): New function.
18573 (lookup-pretty-printer-maker-from-dict): New function.
18574 (*pretty-printer*): Simplify.
18575 (make-objfile-pp_s-printer): New function.
18576 (install-objfile-pretty-printers!): New function.
18577 (make-progspace-pp_s-printer): New function.
18578 (install-progspace-pretty-printers!): New function.
18579 * gdb.guile/scm-progspace.c: New file.
18580 * gdb.guile/scm-progspace.exp: New file.
18581
41fac0cf
PA
185822014-06-02 Pedro Alves <palves@redhat.com>
18583
18584 * gdb.base/dprintf-bp-same-addr.c: New file.
18585 * gdb.base/dprintf-bp-same-addr.exp: New file.
18586
96ae5695
EBM
185872014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18588
18589 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18590 * gdb.arch/powerpc-power.s: Likewise.
18591
da02b3a8
JB
185922014-06-02 Joel Brobecker <brobecker@adacore.com>
18593
18594 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18595
c72b2e7b
YQ
185962014-06-01 Yao Qi <yao@codesourcery.com>
18597
18598 * gdb.base/watchpoint.exp (test_watch_location): Check null
18599 pointer can be dereferenced. If not, do the test, otherwise
18600 skip it.
18601
53e8a631
AB
186022014-05-30 Andrew Burgess <aburgess@broadcom.com>
18603
18604 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18605 results.
18606 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18607
938f0e2f
AB
186082014-05-30 Andrew Burgess <aburgess@broadcom.com>
18609
18610 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18611 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18612 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18613 * gdb.arch/amd64-invalid-stack-top.c: New file.
18614 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18615
9ba6657a
PA
186162014-05-30 Pedro Alves <palves@redhat.com>
18617
18618 PR breakpoints/17000
18619 * gdb.base/sss-bp-on-user-bp.c: New file.
18620 * gdb.base/sss-bp-on-user-bp.exp: New file.
18621
522c09bf
DB
186222014-05-30 David Blaikie <dblaikie@gmail.com>
18623
18624 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18625 gnu_inline semantics via attribute.
18626 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18627 source explicitly specifies the required semantics.
18628
bf4ef81e
MR
186292014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18630
18631 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18632
329ea579
PA
186332014-05-29 Pedro Alves <palves@redhat.com>
18634 Tom Tromey <tromey@redhat.com>
18635
18636 * gdb.base/async-shell.exp: Don't enable target-async.
18637 * gdb.base/async.exp
18638 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18639 parameter. Adjust.
18640 (top level): Don't test with "target-async".
18641 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18642 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18643 * gdb.base/inferior-died.exp: Don't enable target-async.
18644 * gdb.base/interrupt-noterm.exp: Likewise.
18645 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18646 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18647 * gdb.mi/mi-nonstop.exp: Likewise.
18648 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18649 * gdb.mi/mi-nsintrall.exp: Likewise.
18650 * gdb.mi/mi-nsmoribund.exp: Likewise.
18651 * gdb.mi/mi-nsthrexec.exp: Likewise.
18652 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18653 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18654 * gdb.python/py-evsignal.exp: Don't enable target-async.
18655 * gdb.python/py-evthreads.exp: Likewise.
18656 * gdb.python/py-prompt.exp: Likewise.
18657 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18658 * gdb.server/solib-list.exp: Don't enable target-async.
18659 * gdb.threads/thread-specific-bp.exp: Likewise.
18660 * lib/mi-support.exp: Adjust to use mi-async.
18661
fd664c91
PA
186622014-05-29 Pedro Alves <palves@redhat.com>
18663
18664 PR gdb/13860
18665 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18666 reason, even in sync mode.
18667
251bde03
PA
186682014-05-29 Pedro Alves <palves@redhat.com>
18669 Hui Zhu <hui@codesourcery.com>
18670
18671 PR PR15693
18672 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18673 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18674 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18675 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18676
7f3c0343
JB
186772014-05-28 Joel Brobecker <brobecker@adacore.com>
18678
18679 * config/monitor.exp (gdb_target_monitor): Replace use of
18680 "set remotebaud" by "set serial baud".
18681
b2715b27
AW
186822014-05-26 Andy Wingo <wingo@igalia.com>
18683
18684 * gdb.guile/scm-breakpoint.exp:
18685 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18686 properties instead of gdb-object-properties.
18687
498a4489
YQ
186882014-05-26 Yao Qi <yao@codesourcery.com>
18689
18690 * gdb.server/no-thread-db.exp: Specify source file name
18691 explicitly when setting a breakpoint.
18692
589fdceb
MM
186932014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18694
18695 * gdb.btrace/vdso.c: New.
18696 * gdb.btrace/vdso.exp: New.
18697
e9089e05
MM
186982014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18699
18700 * gdb.base/gcore.exp (capture_command_output): Move ...
18701 * lib/gdb.exp (capture_command_output): ... here.
18702
67b5c0c1
MM
187032014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18704
18705 * gdb.btrace/data.exp: Test memory access during btrace replay.
18706
a2199296
SM
187072014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18708
18709 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18710
17b2616c
PA
187112014-05-21 Pedro Alves <palves@redhat.com>
18712
18713 PR gdb/13860
18714 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18715 (top level): Test that output related to execution commands is
18716 sent to the console with CLI commands, but not with MI commands.
18717 Test that breakpoint events are always mirrored to the console.
18718 Also expect the new source line to be output after a "next" in
18719 async mode too. Make it a pass/fail test.
18720 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18721 output.
18722 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18723
5166082f
PA
187242014-05-21 Pedro Alves <palves@redhat.com>
18725
18726 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18727 Use them to test variations of "list" after reaching a breakpoint.
18728 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18729 Test "list" with listsize 10 after reaching a breakpoint.
18730 * gdb.python/python.exp (decode_line current location line
18731 number): Adjust expected line number.
18732
2f25d70f
SM
187332014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18734
18735 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18736 behavior for $args, pass it directly to "run".
18737
ff604a67
MR
187382014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18739
18740 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18741 30000 to 65536.
18742
6a3cb8e8
PA
187432014-05-21 Pedro Alves <palves@redhat.com>
18744
18745 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18746 auto-connect-native-target off".
18747 * gdb.base/auto-connect-native-target.c: New file.
18748 * gdb.base/auto-connect-native-target.exp: New file.
18749
4ebfc96e
PA
187502014-05-21 Pedro Alves <palves@redhat.com>
18751
18752 * gdb.base/default.exp: Test "target native" instead of "target
18753 child".
18754
36d46afb
MW
187552014-05-21 Mark Wielaard <mjw@redhat.com>
18756
18757 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18758
5876f503
JK
187592014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18760
18761 Fix TLS access for -static -pthread.
18762 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18763 <HAVE_TLS> (thread_function, main): Initialize it.
18764 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18765 Add clean_restart.
18766 <$have_tls != "">: Check TLSVAR.
18767
0256a6ac
PA
187682014-05-21 Pedro Alves <palves@redhat.com>
18769
18770 * gdb.base/dcache-line-read-error.c: New.
18771 * gdb.base/dcache-line-read-error.exp: New.
18772
936d2992
PA
187732014-05-20 Pedro Alves <palves@redhat.com>
18774
18775 * gdb.base/compare-sections.c: New file.
18776 * gdb.base/compare-sections.exp: New file.
18777
802e8e6d
PA
187782014-05-20 Pedro Alves <palves@redhat.com>
18779
18780 * gdb.base/break-idempotent.c: New file.
18781 * gdb.base/break-idempotent.exp: New file.
18782
e59fa00f
MM
187832014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18784
18785 * gdb.btrace/nohist.exp: New.
18786
8b696e31
YQ
187872014-05-20 Yao Qi <yao@codesourcery.com>
18788
18789 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18790 gdb.reverse directory and gdb_reverse_timeout exists in board
18791 setting.
18792 * README: Document gdb_reverse_timeout.
18793
73c9764f
YQ
187942014-05-20 Yao Qi <yao@codesourcery.com>
18795
18796 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18797 'test_file_name'. Treat args as a string instead of a list.
18798 (gdb_init): Rename argument 'args' by 'test_file_name'.
18799
f1f4348a
JK
188002014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18801
18802 * gdb.arch/powerpc-power.exp: New file.
18803 * gdb.arch/powerpc-power.s: New file.
18804
0dbe70ce
DE
188052014-05-16 Doug Evans <dje@google.com>
18806
18807 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
18808 * gdb.base/completion.exp: Check that all expected files exist
18809 before doing file completion.
0dbe70ce 18810
8d551b02
DE
188112014-05-16 Doug Evans <dje@google.com>
18812
18813 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18814 Update.
18815 (do_syscall_tests_without_xml): Update.
18816
73eb7709
PA
188172014-05-16 Pedro Alves <palves@redhat.com>
18818
18819 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18820 instead of "unknown output after running".
18821
3fae92fc
YQ
188222014-05-16 Yao Qi <yao@codesourcery.com>
18823
18824 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18825 file1.txt from host at the end.
18826 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18827
c2b2ccc5
DE
188282014-05-15 Doug Evans <dje@google.com>
18829
18830 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18831 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18832 loading file. Add test for TU lookup.
18833
8c217a4b
SM
188342014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18835
18836 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18837 calling "-exec-arguments" or "set args" before running the
18838 inferior.
18839
3deb39c6
SM
188402014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18841
18842 * lib/mi-support.exp (mi_expect_stop): Expect message for
18843 inferiors that exit with non-zero exit code.
18844
71a79f8c
YQ
188452014-05-14 Yao Qi <yao@codesourcery.com>
18846
18847 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18848 match absolute path on remote host.
18849 (test_file_list_exec_source_files): Remove "/" from the
18850 pattern.
18851
f23fcd46
YQ
188522014-05-14 Yao Qi <yao@codesourcery.com>
18853
18854 * boards/local-remote-host-notty.exp (${board}_file): New
18855 proc.
18856
9404b58f
KM
188572014-05-07 Kyle McMartin <kyle@redhat.com>
18858
18859 Pushed by Joel Brobecker <brobecker@adacore.com>.
18860 * gdb.arch/aarch64-atomic-inst.c: New file.
18861 * gdb.arch/aarch64-atomic-inst.exp: New file.
18862
5e45f04c
YQ
188632014-05-07 Yao Qi <yao@codesourcery.com>
18864
18865 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18866 in current context" too.
18867
c888a17d
KS
188682014-05-05 Keith Seitz <keiths@redhat.com>
18869
18870 * gdb.linespec/ls-dollar.exp: Add test for linespec
18871 file:convenience_variable.
18872
290a839c
YQ
188732014-05-05 Yao Qi <yao@codesourcery.com>
18874
18875 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18876 traceframes into tfile and ctf trace files. Read data from
18877 trace file and test collected data.
18878 (gdb_collect_locals_test): Likewise.
18879 (gdb_unavailable_registers_test): Likewise.
18880 (gdb_unavailable_floats): Likewise.
18881 (gdb_collect_globals_test): Likewise.
18882 (top-level): Append "ctf" to trace_file_targets if GDB
18883 supports.
18884
b5262cd0
YQ
188852014-05-05 Yao Qi <yao@codesourcery.com>
18886
18887 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18888 code to ...
18889 (gdb_collect_args_test_1): ... it. New proc.
18890 (gdb_collect_locals_test): Move some code to ...
18891 (gdb_collect_locals_test_1): ... it. New proc.
18892 (gdb_unavailable_registers_test): Move some code to ...
18893 (gdb_unavailable_registers_test_1): ... it. New proc.
18894 (gdb_unavailable_floats): Move some code to ...
18895 (gdb_unavailable_floats_1): ... it. New proc.
18896
30a1e6cc
SDJ
188972014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18898
18899 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18900 probes to test for bitness recognition.
18901 * gdb.arch/amd64-stap-optional-prefix.exp
18902 (test_probe_value_without_reg): New procedure.
18903 Add code to test for different kinds of bitness.
18904
f33da99a
SDJ
189052014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18906
18907 PR breakpoints/16889
18908 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18909 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18910
5b80f00d
PA
189112014-05-01 Pedro Alves <palves@redhat.com>
18912
18913 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18914 gdb_file_cmd if no file is specified.
18915 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18916 last_loaded_file to set the remote exec-file.
18917
f8c2a73c
PA
189182014-05-01 Pedro Alves <palves@redhat.com>
18919
18920 * boards/local-remote-host.exp: New file.
18921
be6e8ac7
PA
189222014-05-01 Pedro Alves <palves@redhat.com>
18923
18924 * boards/local-remote-host.exp: Rename to ...
18925 * boards/local-remote-host-notty.exp: ... this.
18926
cac0dc8f
JB
189272014-04-28 Joel Brobecker <brobecker@adacore.com>
18928
18929 * gdb.ada/dyn_arrayidx: New testcase.
18930
9730e6cc
YQ
189312014-04-26 Yao Qi <yao@codesourcery.com>
18932
18933 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18934 and compute the length of function main. Save it in
18935 $main_length.
18936 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18937 (top-level): Use gdb_compile to compile objects into
18938 executable and restart GDB. Remove invocation to
18939 prepare_for_testing.
18940
7ae1a6a6
PA
189412014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18942 Pedro Alves <palves@redhat.com>
18943
18944 PR server/16255
18945 * gdb.multi/multi-attach.c: New file.
18946 * gdb.multi/multi-attach.exp: New file.
18947
4082afcc
PA
189482014-04-25 Pedro Alves <palves@redhat.com>
18949
18950 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18951 user.
18952 (top level): Test that "set remote conditional-breakpoints-packet
18953 off" works as intended.
18954 * gdb.base/dprintf.exp: Test that "set remote
18955 breakpoint-commands-packet off" works as intended.
18956 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18957 New function.
18958 (top level): Call it.
18959 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18960 remote fast-tracepoints-packet off" works as intended.
18961 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18962 * lib/gdb.exp (gdb_is_target_remote): ... here.
18963
2abc3f8d
DB
189642014-04-24 David Blaikie <dblaikie@gmail.com>
18965
18966 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18967 ensure clang would not discard them.
18968 * gdb.base/gdbvars.c: Ditto.
18969 * gdb.base/memattr.c: Ditto.
18970 * gdb.base/whatis.c: Ditto.
18971 * gdb.python/py-prettyprint.c: Ditto.
18972 * gdb.trace/actions.c: Ditto.
18973 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18974 ensure clang would not discard it.
18975
bfd39632
DB
189762014-04-24 David Blaikie <dblaikie@gmail.com>
18977
18978 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18979 clang to emit the full definition of type required by the test
18980 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18981
22842ff6
DB
189822014-04-24 David Blaikie <dblaikie@gmail.com>
18983
18984 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18985 coax Clang into emitting the definition of the type.
18986 * gdb.cp/pr10728-x.h (y): Ditto.
18987 * gdb.cp/pr10728-y.cc (y): Ditto.
18988
c2e827ad
DB
189892014-04-24 David Blaikie <dblaikie@gmail.com>
18990
18991 * gdb.base/label.exp: XFAIL label related tests under Clang.
18992 * gdb.cp/cplabel.exp: Ditto.
18993 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18994 under Clang those using labels.
18995
4c2d33e7
YQ
189962014-04-25 Yao Qi <yao@codesourcery.com>
18997
18998 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18999 double_label.
19000 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19001 partial_label and double_label.
19002
56083b99
DB
190032014-04-24 David Blaikie <dblaikie@gmail.com>
19004
19005 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19006
25d4e99d
DB
190072014-04-24 David Blaikie <dblaikie@gmail.com>
19008
19009 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19010 of the function to work across GCC and Clang.
19011 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19012 pointer types (const void ** const V void **).
19013
01f9f808
MS
190142014-04-24 Michael Sturm <michael.sturm@mintel.com>
19015 Walfred Tedeschi <walfred.tedeschi@intel.com>
19016
19017 * Makefile.in (EXECUTABLES): Added i386-avx512.
19018 * gdb.arch/i386-avx512.c: New file.
19019 * gdb.arch/i386-avx512.exp: Likewise.
19020
4b48d439
KS
190212014-04-23 Keith Seitz <keiths@redhat.com>
19022
19023 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19024 (mi_make_breakpoint_table): New procedure.
19025 (mi_create_breakpoint): Use mi_make_breakpoint
19026 and return the result.
19027 (mi_make_breakpoint): New procedure.
19028 (mi_build_kv_pairs): New procedure.
19029
19030 * gdb.mi/mi-break.exp: Remove unused globals,
19031 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19032 All callers updated.
19033 * gdb.mi/mi-dprintf.exp: Use variable to track command
19034 number.
19035 Update all callers of mi_create_breakpoint and use
19036 mi_make_breakpoint_table.
19037 Remove any unused global variables.
19038 * gdb.mi/mi-nonstop.exp: Likewise.
19039 * gdb.mi/mi-nsintrall.exp: Likewise.
19040 * gdb.mi/mi-nsmoribund.exp: Likewise.
19041 * gdb.mi/mi-nsthrexec.exp: Likewise.
19042 * gdb.mi/mi-reverse.exp: Likewise.
19043 * gdb.mi/mi-simplerun.exp: Likewise.
19044 * gdb.mi/mi-stepn.exp: Likewise.
19045 * gdb.mi/mi-syn-frame.exp: Likewise.
19046 * gdb.mi/mi-until.exp: Likewise.
19047 * gdb.mi/mi-var-cp.exp: Likewise.
19048 * gdb.mi/mi-var-display.exp: Likewise.
19049 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19050 * gdb.mi/mi2-var-child.exp: Likewise.
19051 * gdb.mi/mi-vla-c99.exp: Likewise.
19052 * lib/mi-support.exp: Likewise.
19053
19054 From Ian Lance Taylor <iant@cygnus.com>:
19055 * lib/gdb.exp (parse_args): New procedure.
19056
08351840
PA
190572014-04-23 Pedro Alves <palves@redhat.com>
19058
19059 * gdb.base/break-unload-file.c: New file.
19060 * gdb.base/break-unload-file.exp: New file.
19061 * gdb.base/sym-file-lib.c (baz): New function.
19062 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19063 field.
19064 (load): Store the segment's mapped size.
19065 (unload): New function.
19066 (unload_shlib): New function.
19067 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19068 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19069 set a breakpoint at baz, and call it.
19070 * gdb.base/sym-file.exp: New tests for stale breakpoint
19071 instructions.
19072
076855f9
PA
190732014-04-23 Pedro Alves <palves@redhat.com>
19074
19075 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19076 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19077 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19078 * gdb.base/hbreak-unmapped.c: New file.
19079 * gdb.base/hbreak-unmapped.exp: New file.
19080 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19081 * lib/gdb.exp (gdb_is_target_remote): ... here.
19082
483805cf
PA
190832014-04-22 Pedro Alves <palves@redhat.com>
19084
19085 * gdb.base/consecutive-step-over.c: New file.
19086 * gdb.base/consecutive-step-over.exp: New file.
19087
06d97543
PA
190882014-04-22 Pedro Alves <palves@redhat.com>
19089
19090 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19091 instead of send_gdb/gdb_expect.
19092
b4429ea2
YQ
190932014-04-22 Yao Qi <yao@codesourcery.com>
19094
19095 * lib/trace-support.exp (generate_tracefile): New procedure.
19096 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19097 return 0.
19098 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19099 if generate_tracefile returns 1.
19100
51d48146
PA
191012014-04-18 Tom Tromey <palves@redhat.com>
19102 Pedro alves <tromey@redhat.com>
19103
19104 PR backtrace/15558
19105 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19106 with a backtrace limit.
19107 * gdb.python/py-frame-inline.exp: Test running to an inline
19108 function with a backtrace limit, and printing the newest frame.
19109 * gdb.python/py-frame-inline.c (main): Call f.
19110
bd1dce5f
MS
191112014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19112
19113 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19114
40d1a503
MS
191152014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19116
19117 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19118 Drop prefix from unsupported source file path.
19119
389b98f7
YQ
191202014-04-17 Yao Qi <yao@codesourcery.com>
19121
19122 * lib/gdb.exp (with_target_charset): New proc.
19123 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19124 with_target_charset.
19125 (test_print_strings): Likewise.
19126 (test_repeat_bytes): Likewise.
19127 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19128 for some tests.
19129
22869d73
KS
191302014-04-16 Keith Seitz <keiths@redhat.com>
19131
19132 PR gdb/15827
19133 * gdb.dwarf2/corrupt.c: New file.
19134 * gdb.dwarf2/corrupt.exp: New file.
19135
c4f87ca6
KS
191362014-04-16 Keith Seitz <keiths@redhat.com>
19137
19138 PR c++/16597
19139 * gdb.cp/namelessclass.cc: New file.
19140 * gdb.cp/namelessclass.exp: New file.
19141 * gdb.cp/namelessclass.S: New file.
19142
ab19de87
DE
191432014-04-16 Doug Evans <dje@google.com>
19144
19145 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19146 Add comment.
19147 (gdbserver_default_get_comm_port): New function.
19148 (gdbserver_start): Check if board file provided
19149 "gdbserver,get_comm_port" and use it if so.
19150 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19151 (gdb,socketport): Set to "stdio".
19152 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19153 (stdio_gdbserver_template): Delete.
19154 (${board}_get_remote_address): Update.
19155 (${board}_build_remote_cmd): Delete.
19156 (${board}_get_comm_port): New function.
19157 (${board}_spawn): Update.
19158 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19159 Delete.
19160 (${board}_get_remote_address): Update.
19161 (${board}_get_comm_port): New function.
19162
fc98a809
AB
191632014-04-16 Andrew Burgess <aburgess@broadcom.com>
19164
19165 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19166 appearing in any order.
19167
87fd9e6e
DE
191682014-04-15 Doug Evans <dje@google.com>
19169
19170 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19171 uninitialized value of "description".
19172
099fc3ea
KS
191732014-04-15 Keith Seitz <keiths@redhat.com>
19174
19175 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19176 Remove unused globals.
19177 (test_running_the_program): Likewise.
19178 (test_controlled_execution): Likewise.
19179 (test_controlling_breakpoints): Likewise.
19180 (test_program_termination): Likewise.
19181
5da151d4
KS
191822014-04-15 Keith Seitz <keiths@redhat.com>
19183
19184 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19185 unused globals.
19186 (test_rbreak_creation_and_listing): Likewise.
19187 (test_ignore_count): Likewise.
19188 (test_error): Likewise.
19189
35e5d2f0
PA
191902014-04-15 Pedro Alves <palves@redhat.com>
19191
19192 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19193 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19194 sym-file-loader.c.
19195 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19196 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19197 to sym-file-loader.c.
19198 (struct library): Forward declare.
19199 (load_shlib, lookup_function): Change prototypes.
19200 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19201 (translate_offset): Remove declarations.
19202 (get_text_addr): New declaration.
19203 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19204 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19205 sym-file-loader.h.
19206 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19207 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19208 here from sym-file-loader.h.
19209 (struct library): New structure.
19210 (load_shlib, lookup_function): Change prototypes and adjust to
19211 work with a struct library.
19212 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19213 (translate_offset): Make static.
19214 (get_text_addr): New function.
19215 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19216
eb4c1710
PA
192172014-04-15 Pedro Alves <palves@redhat.com>
19218
19219 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19220
2d1baf52
PA
192212014-04-15 Pedro Alves <palves@redhat.com>
19222
19223 * gdb.base/sym-file-loader.c: Include <limits.h>.
19224 (SELF_LINK): New define.
19225 (get_origin): New function.
19226 (load_shlib): Use it.
19227 * gdb.base/sym-file.exp: Don't early return if the target is
19228 remote. Use runto_main, and issue fail is that fails. Use
19229 gdb_load_shlibs.
19230 (shlib_name): Delete.
19231 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19232
7dd6df01
PA
192332014-04-15 Pedro Alves <palves@redhat.com>
19234
19235 * gdb.base/sym-file.exp: Remove regex characters from test
19236 message. Don't refer to breakpoint numbers in test messages.
19237
b50c8614
KS
192382014-04-14 Keith Seitz <keiths@redhat.com>
19239
19240 PR c++/16253
19241 * gdb.cp/var-tag.cc: New file.
19242 * gdb.cp/var-tag.exp: New file.
19243 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19244 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19245 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19246 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19247
3d567982
TT
192482014-04-14 Tom Tromey <tromey@redhat.com>
19249
19250 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19251 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19252 type.
19253 * gdb.cp/enum-class.exp: New file.
19254 * gdb.cp/enum-class.cc: New file.
19255
0626fc76
TT
192562014-04-14 Tom Tromey <tromey@redhat.com>
19257
19258 * gdb.dwarf2/enum-type.exp: New file.
19259
dca325b3
SA
192602014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19261
19262 * gdb.mi/mi-vla-c99.exp: New file.
19263 * gdb.mi/vla.c: New file.
19264
5854b38a
SA
192652014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19266
19267 * gdb.base/vla-datatypes.c: New file.
19268 * gdb.base/vla-datatypes.exp: New file.
19269
463bb957
SA
192702014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19271
19272 * gdb.base/vla-ptr.c: New file.
19273 * gdb.base/vla-ptr.exp: New file.
19274
3dd170be
SA
192752014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19276
19277 * gdb.dwarf2/count.exp: New file.
19278
5ecaaa66
SA
192792014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19280
19281 * gdb.base/vla-sideeffect.c: New file.
19282 * gdb.base/vla-sideeffect.exp: New file.
19283
41f1ada5
DB
192842014-04-14 David Blaikie <dblaikie@gmail.com>
19285
19286 * gdb.mi/non-stop.c: Add return value for non-void function return
19287 statement.
19288 * gdb.threads/staticthreads.c: Ditto.
19289
0be03e84
DE
192902014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19291 Doug Evans <xdje42@gmail.com>
19292
19293 * gdb.guile/scm-value.c: Improve test case.
19294 * gdb.guile/scm-value.exp: Add new test.
19295
f180a1fb
DB
192962014-04-11 David Blaikie <dblaikie@gmail.com>
19297
19298 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19299 override Clang's default.
19300
6b662e19
JB
193012014-04-11 Joel Brobecker <brobecker@adacore.com>
19302
19303 Revert the following changes (regressions):
19304
19305 * gdb.base/vla-sideeffect.c: New file.
19306 * gdb.base/vla-sideeffect.exp: New file.
19307
19308 * gdb.dwarf2/count.exp: New file.
19309
19310 * gdb.base/vla-multi.c: New file.
19311 * gdb.base/vla-multi.exp: New file.
19312
19313 * gdb.base/vla-ptr.c: New file.
19314 * gdb.base/vla-ptr.exp: New file.
19315
19316 * gdb.base/vla-datatypes.c: New file.
19317 * gdb.base/vla-datatypes.exp: New file.
19318
19319 * gdb.mi/mi-vla-c99.exp: New file.
19320 * gdb.mi/vla.c: New file.
19321
245a5f0b
KS
193222014-04-11 Keith Seitz <keiths@redhat.com>
19323
19324 PR c++/16675
19325 * gdb.cp/cpsizeof.exp: New file.
19326 * gdb.cp/cpsizeof.cc: New file.
19327
58a84dcf
SA
193282014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19329
191a8a90
JB
19330 * gdb.mi/mi-vla-c99.exp: New file.
19331 * gdb.mi/vla.c: New file.
58a84dcf 19332
c8655f75
SA
193332014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19334
19335 * gdb.base/vla-datatypes.c: New file.
19336 * gdb.base/vla-datatypes.exp: New file.
19337
024e13b4
SA
193382014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19339
19340 * gdb.base/vla-ptr.c: New file.
19341 * gdb.base/vla-ptr.exp: New file.
19342
1a237e0e
SA
193432014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19344
19345 * gdb.base/vla-multi.c: New file.
19346 * gdb.base/vla-multi.exp: New file.
19347
504f3432
SA
193482014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19349
19350 * gdb.dwarf2/count.exp: New file.
19351
3bce8237
SA
193522014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19353
191a8a90
JB
19354 * gdb.base/vla-sideeffect.c: New file.
19355 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 19356
322f9c21
YQ
193572014-04-11 Yao Qi <yao@codesourcery.com>
19358
19359 * gdb.base/completion.exp: Check file exists before running tests
19360 on file completion.
19361
d708bcd1
PA
193622014-04-10 Pedro Alves <palves@redhat.com>
19363
19364 * gdb.base/cond-eval-mode.c: New file.
19365 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19366 prepare_for_testing to build the new file. Check result of
19367 runto_main.
19368 (test_break, test_watch): New procedures.
19369 (top level): Use them.
19370
ae1d2761
PM
193712014-04-08 Pierre Muller <muller@sourceware.org>
19372
19373 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19374 Ctrl-V use for mingw hosts.
19375
7af389b8
SC
193762014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19377
19378 * gdb.python/py-value.c: Improve test case.
19379 * gdb.python/py-value.exp: Add new test.
19380
5e703181
DE
193812014-04-07 David Blaikie <dblaikie@gmail.com>
19382
19383 * lib/compiler.c: Identify the clang compiler.
19384 * lib/compiler.cc: Ditto.
19385
9810b410
YQ
193862014-04-03 Yao Qi <yao@codesourcery.com>
19387
19388 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19389
98d1b8dc
AB
193902014-04-01 Anton Blanchard <anton@samba.org>
19391
19392 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19393 messages unique.
19394
3114cea1
AB
193952014-04-01 Anton Blanchard <anton@samba.org>
19396
19397 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19398 prepare_for_testing.
19399
62f7182c
AB
194002014-04-01 Anton Blanchard <anton@samba.org>
19401
19402 * gdb.arch/ppc64-atomic-inst.c: Remove.
19403 * gdb.arch/ppc64-atomic-inst.S: New file.
19404 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19405
770e7fc7
DE
194062014-03-31 Doug Evans <dje@google.com>
19407
19408 * gdb.base/print-symbol-loading-lib.c: New file.
19409 * gdb.base/print-symbol-loading-main.c: New file.
19410 * gdb.base/print-symbol-loading.exp: New file.
19411
46e2bafa
YQ
194122014-03-31 Yao Qi <yao@codesourcery.com>
19413
19414 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19415
8776cfe9
JB
194162014-03-28 Joel Brobecker <brobecker@adacore.com>
19417
19418 * gdb.ada/mi_dyn_arr: New testcase.
19419
5d1ef361
DE
194202014-03-27 Doug Evans <dje@google.com>
19421
19422 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19423
b5bee914
YQ
194242014-03-27 Yao Qi <yao@codesourcery.com>
19425
19426 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19427 if target is nios2-*-*.
19428
0d4d0e77
YQ
194292014-03-26 Yao Qi <yao@codesourcery.com>
19430
19431 * lib/gdb.exp (readline_is_used): New proc.
19432 * gdb.base/completion.exp: Move tests on command complete up.
19433 Skip the rest of tests if readline is not used.
19434 * gdb.ada/complete.exp: Skp the test if readline is not
19435 used.
19436 * gdb.base/filesym.exp: Likewise.
19437 * gdb.base/macscp.exp: Likewise.
19438 * gdb.base/readline-ask.exp: Likewise.
19439 * gdb.base/readline.exp: Likewise.
19440 * gdb.python/py-cmd.exp: Likewise.
19441 * gdb.trace/tfile.exp: Likewise.
19442
29361eee
YQ
194432014-03-26 Yao Qi <yao@codesourcery.com>
19444
19445 * gdb.base/macscp.exp: Fix code format issues.
19446
bc9a5525
UW
194472014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19448
19449 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19450 * gdb.asm/powerpc64le.inc: New file.
19451
d3839ede
PA
194522014-03-25 Pedro Alves <palves@redhat.com>
19453 Doug Evans <dje@google.com>
19454
19455 * gdb.base/source-execution.c: New file.
19456 * gdb.base/source-execution.exp: New file.
19457 * gdb.base/source-execution.gdb: New file.
19458
01672a57
DE
194592014-03-24 Doug Evans <dje@google.com>
19460
19461 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19462 using fission.
19463
88bbeca9
HZ
194642014-03-24 Hui Zhu <hui@codesourcery.com>
19465 Pedro Alves <palves@redhat.com>
19466
19467 PR breakpoints/16101
19468 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19469 test pass/fail messages. Detect missing support for dprintf when
19470 breakpoints are actually inserted.
19471 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19472 breakpoints are actually inserted.
19473 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19474 fails.
19475
d2348791
JK
194762014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19477
19478 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19479
feef67ab
DE
194802014-03-22 Doug Evans <xdje42@gmail.com>
19481
19482 * gdb.python/python.exp (python not supported): Verify multi-line
19483 python command issues an error.
25d743f9 19484 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 19485 guile command issues an error.
feef67ab 19486
ecebef6a
MR
194872014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19488
19489 * gdb.threads/thread-specific.exp: Handle the lack of usable
19490 $this_breakpoint and $this_thread.
19491
ccdd1909
HZ
194922014-03-21 Hui Zhu <hui@codesourcery.com>
19493
19494 * gdb.base/attach.exp (do_command_attach_tests): New.
19495
beb460e8
PA
194962014-03-20 Tom Tromey <tromey@redhat.com>
19497 Pedro Alves <palves@redhat.com>
19498
19499 PR cli/15718
19500 * gdb.base/condbreak-call-false.c: New file.
19501 * gdb.base/condbreak-call-false.exp: New file.
19502
40acf43a
PA
195032014-03-20 Pedro Alves <palves@redhat.com>
19504
19505 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19506 Delete.
19507 (block_signals, unblock_signals): Delete.
19508 (child_function_2, main): Remove references to deleted variable
19509 and functions.
19510
9f5e1e02
PA
195112014-03-20 Pedro Alves <palves@redhat.com>
19512
19513 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19514 Use pthread_kill to signal thread 2.
19515 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19516 Adjust to make the test send itself a signal rather than using the
19517 host's "kill" command.
19518
99619bea
PA
195192014-03-20 Pedro Alves <palves@redhat.com>
19520
19521 * gdb.threads/multiple-step-overs.c: New file.
19522 * gdb.threads/multiple-step-overs.exp: New file.
19523 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19524 Adjust expected infrun debug output.
19525
2adfaa28
PA
195262014-03-20 Pedro Alves <palves@redhat.com>
19527
19528 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19529 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19530
31e77af2
PA
195312014-03-20 Pedro Alves <palves@redhat.com>
19532
19533 PR breakpoints/7143
19534 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19535 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19536 of gdb_test_multiple.
19537 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19538 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19539
b9f437de
PA
195402014-03-20 Pedro Alves <palves@redhat.com>
19541
19542 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19543 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19544
05adc73e
PA
195452014-03-19 Pedro Alves <palves@redhat.com>
19546
19547 * gdb.base/async.exp: Remove early return.
19548
6048b950
PA
195492014-03-19 Pedro Alves <palves@redhat.com>
19550
19551 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19552
8bcfb00a
PA
195532014-03-19 Pedro Alves <palves@redhat.com>
19554
19555 * gdb.base/async.exp (test_background): Expect \r\n after
19556 "completed." in the fail pattern.
19557
884e37dc
PA
195582014-03-19 Pedro Alves <palves@redhat.com>
19559
19560 * gdb.base/async.exp (test_background): New procedure.
19561 Use it for all background execution command tests.
19562
148e57e2
PA
195632014-03-19 Pedro Alves <palves@redhat.com>
19564
19565 * gdb.base/async.exp: Use prepare_for_testing.
19566
f48088c7
PA
195672014-03-19 Pedro Alves <palves@redhat.com>
19568
19569 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19570 the same line.
19571
e2f6c966
PA
195722014-03-19 Pedro Alves <palves@redhat.com>
19573
19574 * gdb.base/async.c (main): Add "jump here" and "until here" line
19575 marker comments.
19576 * gdb.base/async.exp (jump_here): New global.
19577 (jump& test): Use it.
19578 (until_here): New global.
19579 (until& test): Use it.
19580
c30568d4
PA
195812014-03-19 Pedro Alves <palves@redhat.com>
19582
19583 * gdb.base/async.exp: Don't frob gdb_protocol.
19584
0172b6a7
DE
195852014-03-18 Doug Evans <xdje42@gmail.com>
19586
19587 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19588 Fix spelling of exec-done-display.
19589
06c868a8
JK
195902014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19591
19592 PR gdb/15358
19593 * gdb.base/gdb-sigterm.c: New file.
19594 * gdb.base/gdb-sigterm.exp: New file.
19595
0c7e1a46
PA
195962014-03-18 Pedro Alves <palves@redhat.com>
19597
19598 PR gdb/13860
19599 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19600 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19601 solib-event.
19602
f7c77d93
JB
196032014-03-17 Joel Brobecker <brobecker@adacore.com>
19604
19605 * gdb.ada/pckd_arr_ren: New testcase.
19606
5a1e8c7a
DE
196072014-03-13 Doug Evans <xdje42@gmail.com>
19608
19609 PR guile/16612
19610 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19611 collect after discarding symbols.
19612
350e1a76
DE
196132014-03-13 Ludovic Courtès <ludo@gnu.org>
19614 Doug Evans <xdje42@gmail.com>
19615
19616 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19617 to history survives a gc.
19618
a69900ae
PA
196192014-03-13 Pedro Alves <palves@redhat.com>
19620
19621 * gdb.base/default.exp: Don't test "target procfs".
19622
5db9f0bd
PA
196232014-03-13 Pedro Alves <palves@redhat.com>
19624
19625 * gdb.base/default.exp: Update "target child" and "target procfs"
19626 tests to not expect "Unix".
19627
b3ccfe11
TT
196282014-03-12 Tom Tromey <tromey@redhat.com>
19629
19630 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19631 New procs. Add target-async tests.
19632 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19633 Add target-async tests.
19634
646f4417
AA
196352014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19636
19637 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19638 'func_start' and 'func_end' for the beginning and end of the
19639 function code, respectively.
19640 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19641 'func_end' instead of 'func' and 'main'.
19642
288c211f
AA
196432014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19644
19645 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19646 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19647 generate the debug info assembler source.
19648
e0c0f156
AA
196492014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19650
19651 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19652 * gdb.dwarf2/arr-subrange.exp: Likewise.
19653 * gdb.dwarf2/dwz.exp: Likewise.
19654 * gdb.dwarf2/method-ptr.exp: Likewise.
19655 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19656 * gdb.dwarf2/subrange.exp: Likewise.
19657 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19658 * gdb.dwarf2/implptrpiece.exp: Likewise.
19659 * gdb.dwarf2/nostaticblock.exp: Likewise.
19660
0e5c4555
AA
196612014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19662
19663 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19664 directory to absolute path name arguments.
19665
5ec18f2b
JG
196662014-03-10 Joel Brobecker <brobecker@adacore.com>
19667
19668 * gdb.ada/tagged_access: New testcase.
19669
847fc4f2
MM
196702014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19671
19672 * gdb.btrace/data.exp: Update expected output.
19673
cc3da688
YQ
196742014-03-06 Yao Qi <yao@codesourcery.com>
19675
19676 * gdb.trace/pr16508.exp: New file.
19677
0f26cec1
PA
196782014-03-05 Pedro Alves <palves@redhat.com>
19679
19680 PR gdb/16575
19681 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19682 procedure.
19683 (top level): Adjust to use it. Add tests that exercise breakpoint
19684 interaction with the code-cache.
19685
7a5a839f
LC
196862014-02-26 Ludovic Courtès <ludo@gnu.org>
19687
19688 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19689 test for 'history-append!'.
19690
31aa7e4e
JB
196912014-02-26 Joel Brobecker <brobecker@adacore.com>
19692
19693 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19694 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19695 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19696 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19697 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19698 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19699
1b588015
JB
197002014-02-26 Joel Brobecker <brobecker@adacore.com>
19701
19702 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19703 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19704 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19705
55426c9d
JB
197062014-02-26 Joel Brobecker <brobecker@adacore.com>
19707
19708 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19709
dc53a7ad
JB
197102014-02-26 Joel Brobecker <brobecker@adacore.com>
19711
19712 * gdb.dwarf2/arr-stride.c: New file.
19713 * gdb.dwarf2/arr-stride.exp: New file.
19714
12ab52e9
PA
197152014-02-26 Pedro Alves <palves@redhat.com>
19716
19717 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19718 that won't ever trigger. Make sure that GDB reports the correct
19719 breakpoint that caused the stop.
19720
849c862e
JK
197212014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19722
19723 PR gdb/16626
19724 * gdb.base/auto-load-script: New file.
19725 * gdb.base/auto-load.c: New file.
19726 * gdb.base/auto-load.exp: New file.
19727
71b7d793
JK
19728 PR gdb/16626
19729 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19730
e2f0d509
JK
197312014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19732
19733 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19734 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19735
50cc37c8
DE
197362014-02-24 Doug Evans <dje@google.com>
19737
19738 * lib/gdb.exp (run_on_host): Log error output if program fails.
19739
ea4758f2
PA
197402014-02-21 Pedro Alves <palves@redhat.com>
19741
19742 * gdb.threads/step-after-sr-lock.c: Rename to ...
19743 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19744 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19745 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19746 ... this.
19747
d7b30f67
SDJ
197482014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19749
19750 PR tdep/16397
19751 * gdb.arch/amd64-stap-special-operands.exp: New file.
19752 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19753 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19754 * gdb.arch/amd64-stap-triplet.S: Likewise.
19755 * gdb.arch/amd64-stap-triplet.c: Likewise.
19756
83deb43f
JB
197572014-02-20 Joel Brobecker <brobecker@adacore.com>
19758
19759 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19760 in .section pseudo-op.
19761
adde2bff
DE
197622014-02-20 lin zuojian <manjian2006@gmail.com>
19763 Joel Brobecker <brobecker@adacore.com>
19764 Doug Evans <xdje42@gmail.com>
19765
19766 PR symtab/16581
19767 * gdb.dwarf2/dw2-icycle.S: New file.
19768 * gdb.dwarf2/dw2-icycle.c: New file.
19769 * gdb.dwarf2/dw2-icycle.exp: New file.
19770
f7bd0f78
SC
197712014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19772
19773 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19774 operations on gdb.Value objects.
19775 * gdb.python/py-value-cc.exp: Add new test to test operations on
19776 gdb.Value objects.
19777
c17ef0d5
DE
197782014-02-18 Doug Evans <dje@google.com>
19779
19780 * Makefile.in (TESTS): New variable.
19781 (expanded_tests, expanded_tests_or_none): New variables
19782 (check-single): Pass $(expanded_tests_or_none) to runtest.
19783 (check-parallel): Only run tests in $(TESTS) if non-empty.
19784 (check/no-matching-tests-found): New rule.
19785 * README: Document TESTS makefile variable.
19786
5dd3176f
DE
197872014-02-18 Doug Evans <dje@google.com>
19788
19789 * Makefile.in (check-parallel): rm -rf outputs temp.
19790
0b10be4f
JK
197912014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19792
19793 Fix "ERROR: no fileid for" in the testsuite.
19794 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19795
85f224e7
DE
197962014-02-12 Doug Evans <dje@google.com>
19797
19798 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19799 (MISCELLANEOUS): New variable.
19800 (clean): rm -rf $(MISCELLANEOUS).
19801 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19802 dwp live in the same directory as symlinks, with each symlink pointed
19803 to a differently named file in a different directory.
19804
149b30ff
DE
198052014-02-11 Doug Evans <dje@google.com>
19806
19807 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19808 of Tcl file commands.
19809
1dfdac32
MK
198102014-02-10 Mark Kettenis <kettenis@gnu.org>
19811
19812 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19813 "kill -SIGUSR1 -1".
19814
aa4fb036
JB
198152014-02-10 Joel Brobecker <brobecker@adacore.com>
19816
19817 * gdb.ada/tick_length_array_enum_idx: New testcase.
19818
ed3ef339
DE
198192014-02-10 Doug Evans <xdje42@gmail.com>
19820
19821 * configure.ac (AC_OUTPUT): Add gdb.guile.
19822 * configure: Regenerate.
19823 * lib/gdb-guile.exp: New file.
19824 * lib/gdb.exp (get_target_charset): New function.
19825 * gdb.base/help.exp: Update expected output from "apropos apropos".
19826 * gdb.guile/Makefile.in: New file.
19827 * gdb.guile/guile.exp: New file.
19828 * gdb.guile/scm-arch.c: New file.
19829 * gdb.guile/scm-arch.exp: New file.
19830 * gdb.guile/scm-block.c: New file.
19831 * gdb.guile/scm-block.exp: New file.
19832 * gdb.guile/scm-breakpoint.c: New file.
19833 * gdb.guile/scm-breakpoint.exp: New file.
19834 * gdb.guile/scm-disasm.c: New file.
19835 * gdb.guile/scm-disasm.exp: New file.
19836 * gdb.guile/scm-equal.c: New file.
19837 * gdb.guile/scm-equal.exp: New file.
19838 * gdb.guile/scm-error.exp: New file.
19839 * gdb.guile/scm-error.scm: New file.
19840 * gdb.guile/scm-frame-args.c: New file.
19841 * gdb.guile/scm-frame-args.exp: New file.
19842 * gdb.guile/scm-frame-args.scm: New file.
19843 * gdb.guile/scm-frame-inline.c: New file.
19844 * gdb.guile/scm-frame-inline.exp: New file.
19845 * gdb.guile/scm-frame.c: New file.
19846 * gdb.guile/scm-frame.exp: New file.
19847 * gdb.guile/scm-generics.exp: New file.
19848 * gdb.guile/scm-gsmob.exp: New file.
19849 * gdb.guile/scm-iterator.c: New file.
19850 * gdb.guile/scm-iterator.exp: New file.
19851 * gdb.guile/scm-math.c: New file.
19852 * gdb.guile/scm-math.exp: New file.
19853 * gdb.guile/scm-objfile-script-gdb.in: New file.
19854 * gdb.guile/scm-objfile-script.c: New file.
19855 * gdb.guile/scm-objfile-script.exp: New file.
19856 * gdb.guile/scm-objfile.c: New file.
19857 * gdb.guile/scm-objfile.exp: New file.
19858 * gdb.guile/scm-ports.exp: New file.
19859 * gdb.guile/scm-pretty-print.c: New file.
19860 * gdb.guile/scm-pretty-print.exp: New file.
19861 * gdb.guile/scm-pretty-print.scm: New file.
19862 * gdb.guile/scm-section-script.c: New file.
19863 * gdb.guile/scm-section-script.exp: New file.
19864 * gdb.guile/scm-section-script.scm: New file.
19865 * gdb.guile/scm-symbol.c: New file.
19866 * gdb.guile/scm-symbol.exp: New file.
19867 * gdb.guile/scm-symtab-2.c: New file.
19868 * gdb.guile/scm-symtab.c: New file.
19869 * gdb.guile/scm-symtab.exp: New file.
19870 * gdb.guile/scm-type.c: New file.
19871 * gdb.guile/scm-type.exp: New file.
19872 * gdb.guile/scm-value-cc.cc: New file.
19873 * gdb.guile/scm-value-cc.exp: New file.
19874 * gdb.guile/scm-value.c: New file.
19875 * gdb.guile/scm-value.exp: New file.
19876 * gdb.guile/source2.scm: New file.
19877 * gdb.guile/types-module.cc: New file.
19878 * gdb.guile/types-module.exp: New file.
19879
7026a7c1
YQ
198802014-02-10 Yao Qi <yao@codesourcery.com>
19881
19882 PR testsuite/16543
19883 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19884 * configure: Regenerated.
19885 * Makefile.in: New file.
19886
6c466447
AS
198872014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19888
19889 * gdb.python/py-framefilter.exp: Fix typo.
19890
6e854735
YQ
198912014-02-08 Yao Qi <yao@codesourcery.com>
19892
19893 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19894 that no =breakpoint-modified is emitted when breakpoints are
19895 modified through MI commands.
19896
d137e6dc
PA
198972014-02-07 Pedro Alves <pedro@codesourcery.com>
19898 Pedro Alves <palves@redhat.com>
19899
19900 * gdb.threads/step-after-sr-lock.c: New file.
19901 * gdb.threads/step-after-sr-lock.exp: New file.
19902
b5ee5a50
PA
199032014-02-07 Pedro Alves <palves@redhat.com>
19904
19905 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19906
3c77faf3
JK
199072014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19908
19909 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19910 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19911
6dddc817
DE
199122014-02-06 Doug Evans <xdje42@gmail.com>
19913
19914 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19915 output.
19916
19917 * gdb.gdb/python-interrupts.exp: New file.
19918
de7b2893
YQ
199192014-02-05 Yao Qi <yao@codesourcery.com>
19920
19921 * gdb.trace/report.exp (use_collected_data): Test the output
19922 of "info threads" and "info inferiors".
19923
66d032ac
YQ
199242014-02-05 Yao Qi <yao@codesourcery.com>
19925
19926 Revert this patch:
19927
19928 2013-05-24 Yao Qi <yao@codesourcery.com>
19929
19930 * gdb.trace/tfile.exp: Test inferior and thread.
19931
591a12a1
UW
199322014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19933
19934 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19935 on a function.
19936 * gdb.base/step-bt.c: Call hello via function pointer to make
19937 sure its first instruction is executed on powerpc64le-linux.
19938
0ff3e01f
UW
199392014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19940
19941 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19942
084ee545
UW
199432014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19944
19945 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19946 of the test patterns for use on little-endian systems.
19947
6ed14ff3
UW
199482014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19949
19950 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19951 (decimal_vector): Fix for little-endian.
19952
401e27fd
JM
199532014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19954
19955 * gdb.arch/sparc-sysstep.exp: New file.
19956 * gdb.arch/sparc-sysstep.c: Likewise.
19957
19958 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19959
8b924729
EBM
199602014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19961
19962 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19963
fb151210
JB
199642014-01-23 Tom Tromey <tromey@redhat.com>
19965
19966 * gdb.ada/array_char_idx: New testcase.
19967
0740f8d8
TT
199682014-01-23 Tom Tromey <tromey@redhat.com>
19969
19970 PR python/16487:
19971 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19972 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19973 classes.
19974
21909fa1
TT
199752014-01-23 Tom Tromey <tromey@redhat.com>
19976
19977 PR python/16491:
19978 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19979 string from an inferior frame.
19980 * gdb.python/py-framefilter-mi.exp: Update.
19981
87ce2a04
DE
199822014-01-22 Doug Evans <dje@google.com>
19983
19984 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19985
237b092b
AA
199862014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19987
19988 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19989
d674a709
AA
199902014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19991
19992 * gdb.trace/entry-values.exp: Remove excess space character from
19993 regex patterns. Handle s390 call instruction.
19994
20fa3390
AA
199952014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19996
19997 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19998 define "*_start" label. Make "name" static.
19999 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20000 ${name} by references to ${name}_start.
20001
78466714
AA
200022014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20003
20004 * gdb.base/info-macros.exp: Remove "debug" from the compile
20005 options.
20006
ec9f644a
IB
200072014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20008
20009 * gdb.dlang/demangle.exp: New file.
20010
94b1b47e
IB
200112014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20012
20013 * gdb.dlang/primitive-types.exp: New file.
20014
7f420862
IB
200152014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20016
20017 * configure.ac: Create gdb.dlang/Makefile.
20018 * configure: Regenerate.
20019 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20020 * gdb.dlang/Makefile.in: New file.
20021 * lib/d-support.exp: New file.
20022 * lib/gdb.exp (skip_d_tests): New proc.
20023
52834460
MM
200242014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20025
20026 * gdb.btrace/delta.exp: Check reverse stepi.
20027 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20028 * gdb.btrace/finish.exp: New.
20029 * gdb.btrace/next.exp: New.
20030 * gdb.btrace/nexti.exp: New.
20031 * gdb.btrace/record_goto.c: Add comments.
20032 * gdb.btrace/step.exp: New.
20033 * gdb.btrace/stepi.exp: New.
20034 * gdb.btrace/multi-thread-step.c: New.
20035 * gdb.btrace/multi-thread-step.exp: New.
20036 * gdb.btrace/rn-dl-bind.c: New.
20037 * gdb.btrace/rn-dl-bind.exp: New.
20038 * gdb.btrace/data.c: New.
20039 * gdb.btrace/data.exp: New.
20040 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20041
6e07b1d2
MM
200422014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20043
20044 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20045 * gdb.btrace/exception.exp: Update.
20046 * gdb.btrace/instruction_history.exp: Update.
20047 * gdb.btrace/record_goto.exp: Update.
20048 * gdb.btrace/tailcall.exp: Update.
20049 * gdb.btrace/unknown_functions.exp: Update.
20050 * gdb.btrace/delta.exp: New.
20051
0b722aec
MM
200522014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20053
20054 * gdb.btrace/record_goto.exp: Add backtrace test.
20055 * gdb.btrace/tailcall.exp: Add backtrace test.
20056
066ce621
MM
200572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20058
20059 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20060 * gdb.btrace/record_goto.c: New.
20061 * gdb.btrace/record_goto.exp: New.
20062 * gdb.btrace/x86-record_goto.S: New.
20063
0688d04e
MM
200642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20065
20066 * gdb.btrace/function_call_history.exp: Update tests.
20067 * gdb.btrace/instruction_history.exp: Update tests.
20068
8710b709
MM
200692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20070
20071 * gdb.btrace/function_call_history.exp: Fix expected field
20072 order for "record function-call-history".
20073 Add new tests for "record function-call-history /c".
20074 * gdb.btrace/exception.cc: New.
20075 * gdb.btrace/exception.exp: New.
20076 * gdb.btrace/tailcall.exp: New.
20077 * gdb.btrace/x86-tailcall.S: New.
20078 * gdb.btrace/x86-tailcall.c: New.
20079 * gdb.btrace/unknown_functions.c: New.
20080 * gdb.btrace/unknown_functions.exp: New.
20081 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20082
5de9129b
MM
200832014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20084
20085 * gdb.btrace/instruction_history.exp: Update.
20086 * gdb.btrace/function_call_history.exp: Update.
20087
23a7fe75
MM
200882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20089
20090 * gdb.btrace/function_call_history.exp: Fix expected function
20091 trace.
20092 * gdb.btrace/instruction_history.exp: Initialize traced.
20093 Remove traced_functions.
20094
724c7dd8
MM
200952014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20096
20097 * gdb.btrace/function_call_history.exp: Update
20098 * gdb.btrace/instruction_history.exp: Update.
20099
6d78d93b
MM
201002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20101
20102 * gdb.btrace/enable.exp: Update expected text.
20103
93a360cc
OJ
201042014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20105
20106 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20107 bytes.
20108
3772b53f
MR
201092014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20110
20111 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20112
596662fa
OJ
201132014-01-15 Omair Javaid <omair.javaid@linaro.org>
20114
20115 * lib/gdb.exp (supports_process_record): Return true for
20116 arm*-linux*. (supports_reverse): Likewise.
20117
b5b08fb4
SC
201182014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20119
20120 PR python/15464
20121 PR python/16113
20122 * gdb.python/py-type.c: Enhance test case.
20123 * gdb.python/py-value-cc.cc: Likewise
20124 * gdb.python/py-type.exp: Add new tests.
20125 * gdb.python/py-value-cc.exp: Likewise
20126
52d7fb13
AA
201272014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20128 Pedro Alves <palves@redhat.com>
20129
20130 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20131 Make "name" extern.
20132 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20133 references to ${name}_start by references to ${name}.
20134
a2cd8cfe
JB
201352014-01-10 Joel Brobecker <brobecker@adacore.com>
20136
20137 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20138
4e23fced
JB
201392014-01-10 Joel Brobecker <brobecker@adacore.com>
20140
20141 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20142
c6a9e42c
PA
201432014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20144 Pedro Alves <palves@redhat.com>
20145
20146 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 20147 mi_gdb_target_load.
c6a9e42c 20148
b7ea362b
PA
201492014-01-08 Pedro Alves <palves@redhat.com>
20150
20151 * gdb.threads/reconnect-signal.c: New file.
20152 * gdb.threads/reconnect-signal.exp: New file.
20153
5e3f4fab
EBM
201542014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20155
20156 * gdb.base/source-dir.exp: New file.
20157
79301218
JB
201582014-01-07 Joel Brobecker <brobecker@adacore.com>
20159
20160 * gdb.ada/mi_interface: New testcase.
20161
8e355c5d
JB
201622014-01-07 Joel Brobecker <brobecker@adacore.com>
20163
20164 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20165 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20166 gdb.ada/pp-rec-component/pck.ads: New files.
20167
c0d48811
JB
201682014-01-07 Joel Brobecker <brobecker@adacore.com>
20169
20170 * gdb.python/py-pp-integral.c: New file.
20171 * gdb.python/py-pp-integral.py: New file.
20172 * gdb.python/py-pp-integral.exp: New file.
20173
17b609c3 20174For older changes see ChangeLog-1993-2013.
c906108c 20175\f
8d8cb839
EZ
20176;; Local Variables:
20177;; mode: change-log
20178;; left-margin: 8
20179;; fill-column: 74
20180;; version-control: never
20181;; End:
902f2ccb 20182
b811d2c2 20183 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
20184 Copying and distribution of this file, with or without modification,
20185 are permitted provided the copyright notice and this notice are preserved.
This page took 3.751832 seconds and 4 git commands to generate.