gdb: check for partial symtab presence in dwarf2_initialize_objfile
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
efb763a5
SM
12020-06-15 Simon Marchi <simon.marchi@efficios.com>
2
3 * gdb.base/index-cache-load-twice.c: New.
4 * gdb.base/index-cache-load-twice.exp: New.
5
43327b20
KS
62020-06-17 Keith Seitz <keiths@redhat.com>
7
8 * gdb.deuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
9 when executing "gdb --configuration".
10
081e778c
TV
112020-06-17 Tom de Vries <tdevries@suse.de>
12
13 * lib/gdb.exp (gdb_tcl_unknown): New proc.
14 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
15 conditional on presence of gdb_tcl_unknown.
16 (gdb_finish): Make override undo conditional on presence of
17 gdb_tcl_unknown.
18
d2d1ea20
TT
192020-06-16 Tom Tromey <tom@tromey.com>
20
21 * gdb.python/tui-window.py (failwin): New function. Register it
22 as a TUI window type.
23 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
24
c802e8a7
GB
252020-06-16 Gary Benson <gbenson@redhat.com>
26
27 * gdb.python/py-nested-maps.c (create_map): Add missing return
28 value.
29 (create_map_map): Likewise.
30
ff08abb8
TBA
312020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
32
33 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
34 variable.
35 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
36 and use the already-defined 'options' variable.
37
a29d5112
AB
382020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
39 Tom de Vries <tdevries@suse.de>
40
41 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
42 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
43 (gdb_setup_known_globals): New proc.
44 (gdb_cleanup_globals): New proc.
45 * lib/gdb.exp (load_lib): New override proc.
46 (gdb_stdin_log_init): Set var in_file as persistent global.
47 * lib/pascal.exp (gdb_stdin_log_init): Set vars
48 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
49 fpc_compiler as persistent global.
50
8c74a764
TV
512020-06-12 Tom de Vries <tdevries@suse.de>
52
53 * lib/tuiterm.exp (spawn): Rename to ...
54 (tui_spawn): ... this.
55 (toplevel): Move rename of spawn ...
56 (gdb_init_tuiterm): ... here. New proc.
57 (gdb_finish_tuiterm): New proc.
58 * lib/gdb.exp (gdb_finish_hooks): New global var.
59 (gdb_finish): Handle gdb_finish_hooks.
60 (tuiterm_env): New proc.
61 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
62 tuiterm_env.
63 * gdb.tui/basic.exp: Same.
64 * gdb.tui/corefile-run.exp: Same.
65 * gdb.tui/empty.exp: Same.
66 * gdb.tui/list-before.exp: Same.
67 * gdb.tui/list.exp: Same.
68 * gdb.tui/main.exp: Same.
69 * gdb.tui/new-layout.exp: Same.
70 * gdb.tui/regs.exp: Same.
71 * gdb.tui/resize.exp: Same.
72 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
73 * gdb.tui/tui-layout-asm.exp: Same.
74 * gdb.tui/tui-missing-src.exp: Same.
75 * gdb.tui/winheight.exp: Same.
76
26783bce
TV
772020-06-12 Tom de Vries <tdevries@suse.de>
78
79 PR testsuite/26110
80 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
81 (gdb_finish): Reinstall dejagnu's override of ::unknown.
82
2b4e6a3f
TT
832020-06-11 Tom Tromey <tom@tromey.com>
84
85 PR gdb/18318:
86 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
87 floating point tests.
88
2f33032a
KS
892020-06-11 Keith Seitz <keiths@redhat.com>
90
91 PR gdb/21356
92 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
93 vla_struct.
94 Add new struct vla_typedef and union vla_typedef_union and
95 corresponding instantiation objects.
96 Initialize new objects.
97 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
98 and vla_typedef_union_object.
99 Fixup type for vla_struct_object.
100
a8baf0a3
TV
1012020-06-11 Tom de Vries <tdevries@suse.de>
102
103 * lib/gdb.exp (with_override): New proc, factored out of ...
104 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
105
7ab96794
TV
1062020-06-10 Tom de Vries <tdevries@suse.de>
107
108 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
109
cab5c3b7
SM
1102020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
111
112 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
113 parameter, update callers.
114
f8c41851
SM
1152020-06-04 Simon Marchi <simon.marchi@efficios.com>
116
117 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
118 * gdb.dwarf2/share-psymtabs-bt.c: New file.
119 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
120
1c07a73f
TV
1212020-06-04 Tom de Vries <tdevries@suse.de>
122
123 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
124
95146b5d
TV
1252020-06-04 Tom de Vries <tdevries@suse.de>
126
127 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
128 exp_continue.
129
0cfcd4f0
TV
1302020-06-04 Tom de Vries <tdevries@suse.de>
131
132 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
133
f9b5d5ea
TV
1342020-06-03 Tom de Vries <tdevries@suse.de>
135
136 PR symtab/26046
137 * gdb.cp/breakpoint-locs-2.cc: New test.
138 * gdb.cp/breakpoint-locs.cc: New test.
139 * gdb.cp/breakpoint-locs.exp: New file.
140 * gdb.cp/breakpoint-locs.h: New test.
141
5144dfba
TV
1422020-06-03 Tom de Vries <tdevries@suse.de>
143
144 PR testsuite/25609
145 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
146 value of global verbose.
147 * gdb.base/jit-elf.exp: Same.
148 * gdb.base/jit-reader.exp: Same.
149
621eacdf
TV
1502020-06-02 Tom de Vries <tdevries@suse.de>
151
152 * gdb.dwarf2/multidictionary.exp: Don't use
153 gdb_spawn_with_cmdline_opts.
154
1313c56e
AB
1552020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
156
157 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
158 use_header case.
159 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
160 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
161 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
162 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
163 * gdb.dwarf2/dw2-inline-header.c: New file.
164 * gdb.dwarf2/dw2-inline-header.h: New file.
165
f68f85b5
PA
1662020-05-30 Pedro Alves <palves@redhat.com>
167
168 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
169 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
170
678048e8
GB
1712020-05-29 Gary Benson <gbenson@redhat.com>
172
173 * gdb.compile/compile-cplus.exp (additional_flags): Also
174 set when building with clang.
175 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
176 when building with clang.
177
9fcafd23
GB
1782020-05-29 Gary Benson <gbenson@redhat.com>
179
180 * gdb.arch/i386-avx.exp (additional_flags): Also set when
181 building with clang.
182 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
183
735d5a07
GB
1842020-05-29 Gary Benson <gbenson@redhat.com>
185
186 * gdb.cp/koenig.exp (prepare_for_testing): Add
187 additional_flags=-Wno-unused-comparison.
188 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
189
4ad2c6a0
GB
1902020-05-28 Gary Benson <gbenson@redhat.com>
191
192 * gdb.base/sigaltstack.c (catcher): Add default case to switch
193 statement.
194
09fe663e
GB
1952020-05-28 Gary Benson <gbenson@redhat.com>
196
197 * gdb.cp/classes.exp (prepare_for_testing): Add
198 additional_flags=-Wno-deprecated-register.
199 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
200 * gdb.cp/misc.exp: Likewise.
201
cee00f17
GB
2022020-05-28 Gary Benson <gbenson@redhat.com>
203
204 * gdb.linespec/cpls-ops.cc (dummy): New static global.
205 (test_op_new::operator new): Add return statement.
206 (test_op_new_array::operator new[]): Likewise.
207
636edd00
PA
2082020-05-27 Pedro Alves <palves@redhat.com>
209
210 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
211 check. Use test_gdb_complete_unique instead of
212 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
213 test_gdb_complete_multiple instead of
214 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
215
c2b75043
LM
2162020-05-27 Luis Machado <luis.machado@linaro.org>
217
218 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
219 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
220 * gdb.arch/arm-disassembler-options.exp: Likewise.
221 * gdb.arch/arm-disp-step.exp: Likewise.
222 * gdb.arch/thumb-prologue.exp: Likewise.
223 * gdb.base/async.exp: Likewise.
224 * gdb.base/auxv.exp: Likewise.
225 * gdb.base/complex-parts.exp: Likewise.
226 * gdb.base/ena-dis-br.exp: Likewise.
227 * gdb.base/foll-exec.exp: Likewise.
228 * gdb.base/permissions.exp: Likewise.
229 * gdb.base/relocate.exp: Likewise.
230 * gdb.base/return2.exp: Likewise.
231 * gdb.base/sigbpt.exp: Likewise.
232 * gdb.base/siginfo-obj.exp: Likewise.
233 * gdb.cp/converts.exp: Likewise.
234 * gdb.cp/exceptprint.exp: Likewise.
235 * gdb.cp/inherit.exp: Likewise.
236 * gdb.cp/nsnoimports.exp: Likewise.
237 * gdb.cp/virtbase2.exp: Likewise.
238 * gdb.mi/mi-var-cmd.exp: Likewise.
239 * gdb.mi/var-cmd.c: Likewise.
240
53a47a3e
TT
2412020-05-26 Tom Tromey <tromey@adacore.com>
242
243 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
244
0bc2354b
TT
2452020-05-26 Tom Tromey <tromey@adacore.com>
246
247 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
248 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
249 type.
250 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
251 variable.
252
0db49895
CBG
2532020-05-26 Christian Biesinger <cbiesinger@google.com>
254
255 * Makefile.in: Use = instead of == for the test command
256 for portability.
257
40d22035
TV
2582020-05-26 Tom de Vries <tdevries@suse.de>
259
260 * gdb.base/gold-gdb-index-2.c: New test.
261 * gdb.base/gold-gdb-index.c: New test.
262 * gdb.base/gold-gdb-index.exp: New file.
263 * gdb.base/gold-gdb-index.h: New test.
264
043e2e02
TV
2652020-05-25 Tom de Vries <tdevries@suse.de>
266
267 * boards/gold-gdb-index.exp: New file.
268
462f72c5
SM
2692020-05-25 Simon Marchi <simon.marchi@efficios.com>
270
271 * boards/simavr.exp: New file.
272
6cf66e76
SM
2732020-05-25 Simon Marchi <simon.marchi@efficios.com>
274
275 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
276 * gdb.base/inferior-args.exp: New file.
277 * gdb.base/inferior-args.c: New file.
278
75d04512
SM
2792020-05-25 Simon Marchi <simon.marchi@efficios.com>
280
281 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
282 inferior_args. Pass it to gdb_reload.
283 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
284 inferior_args.
285 (gdb_reload): Add inferior_args argument.
286 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
287 pass it to gdbserver_run.
288 * boards/native-gdbserver.exp: Do not set noargs.
289 * boards/native-extended-gdbserver.exp (gdb_reload): Add
290 inferior_args argument.
291 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
292 * gdb.base/a2-run.exp: Check for use_gdb_stub.
293 * gdb.base/args.exp: Likewise.
294
42cf1844
TV
2952020-05-25 Tom de Vries <tdevries@suse.de>
296
297 * lib/gdb.exp (exec_is_pie): Add comment.
298
8f7d38ef
TV
2992020-05-25 Tom de Vries <tdevries@suse.de>
300
301 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
302 instead of $binfile in the untested message.
303
465e1b0f
TV
3042020-05-25 Tom de Vries <tdevries@suse.de>
305
306 PR testsuite/26031
307 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
308
3c5a0e02
TV
3092020-05-25 Tom de Vries <tdevries@suse.de>
310
311 * boards/gold.exp: New file.
312
0a4f5f8c
TT
3132020-05-23 Tom Tromey <tom@tromey.com>
314
315 * gdb.base/style.exp: Remove completion styling test.
316 * lib/gdb-utils.exp (style): Remove completion styles.
317
eca1f90c
TT
3182020-05-23 Tom Tromey <tom@tromey.com>
319
320 * gdb.base/style.exp: Add completion styling test.
321 * lib/gdb-utils.exp (style): Add completion styles.
322
7c13f4e8
AB
3232020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
324
325 * gdb.base/annota1.exp: Update expected results.
326 * gdb.cp/annota2.exp: Update expected results, remove duplicate
327 test name.
328 * gdb.cp/annota3.exp: Update expected results.
329
41977d16
SM
3302020-05-20 Simon Marchi <simon.marchi@efficios.com>
331
332 PR gdb/26016
333 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
334 against MAP_FAILED.
335 * gdb.base/coremaker.c (mmapdata): Likewise.
336 * gdb.base/jit-reader-host.c (main): Likewise.
337 * gdb.base/sym-file-loader.c (load): Likewise.
338 (load_shlib): Likewise.
339
b4757f2e
TT
3402020-05-20 Tom Tromey <tromey@adacore.com>
341
342 * gdb.ada/array_char_idx.exp: Recognize initialized array.
343
9a0bacfb
TV
3442020-05-20 Tom de Vries <tdevries@suse.de>
345
346 PR symtab/25833
347 * gdb.base/with-mf-inc.c: New test.
348 * gdb.base/with-mf-main.c: New test.
349 * gdb.base/with-mf.exp: New file.
350
76571211
TT
3512020-05-19 Tom Tromey <tromey@adacore.com>
352
353 * gdb.rust/simple.exp: Restore missing test result.
354
4cd9f3d5
TV
3552020-05-19 Tom de Vries <tdevries@suse.de>
356
357 * gdb.base/gdb-caching-proc.exp: Fix typo.
358
7d874253
TT
3592020-05-19 Tom Tromey <tromey@adacore.com>
360
361 * gdb.rust/simple.exp: Add some test descriptions.
362 (test_one_slice): Use with_test_prefix.
363
1d727695
TV
3642020-05-18 Tom de Vries <tdevries@suse.de>
365
366 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
367
7f32a4d5
PA
3682020-05-17 Pedro Alves <palves@redhat.com>
369
370 PR gdb/25741
371 * gdb.base/hw-sw-break-same-address.exp: New file.
372
7cfd74cf
PA
3732020-05-16 Pedro Alves <palves@redhat.com>
374
375 * gdb.multi/multi-re-run.exp (test_re_run): Switch
376 LAST_LOADED_FILE accordingly.
377
57b4f16e
PW
3782020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
379
380 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
381
7c05caf7
PW
3822020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
383
384 * gdb.base/help.exp: Test apropos and help for commands
385 having aliases. Fixed comments not starting with an
386 upper-case letter or not finishing with a dot.
387
7aa1b46f
PW
3882020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
389
3b3aaacb
PW
390 * gdb.base/alias.exp: Update help output check.
391
57b4f16e 3922020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 393
7aa1b46f
PW
394 * gdb.base/default.exp: Update output following fixes.
395
0605465f
PW
3962020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
397
398 * gdb.base/alias.exp: Test aliases starting with a prefix of
399 another alias.
400
86e4e63d
GB
4012020-05-15 Gary Benson <gbenson@redhat.com>
402
403 * gdb.base/info-os.c (main): Add return statement.
404 * gdb.base/info_minsym.c (minsym_fun): Likewise.
405 * gdb.base/large-frame-2.c (func): Likewise.
406 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
407 * gdb.base/pr10179-b.c (foo2): Likewise.
408 * gdb.base/valgrind-disp-step.c (foo): Likewise.
409 * gdb.base/watch-cond.c (func): Likewise.
410 * gdb.multi/goodbye.c (verylongfun): Likewise.
411 * gdb.multi/hello.c (commonfun): Likewise.
412 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
413 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
414 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
415 Likewise.
416 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
417 * gdb.threads/interrupt-while-step-over.c (child_function):
418 Likewise.
419 * gdb.trace/actions-changed.c (end): Likewise.
420
163df4df
GB
4212020-05-15 Gary Benson <gbenson@redhat.com>
422
423 * gdb.opencl/callfuncs.exp: Report when test skipped.
424 * gdb.opencl/convs_casts.exp: Likewise.
425 * gdb.opencl/datatypes.exp: Likewise.
426 * gdb.opencl/operators.exp: Likewise.
427 * gdb.opencl/vec_comps.exp: Likewise.
428
6dbc505a
TV
4292020-05-15 Tom de Vries <tdevries@suse.de>
430
431 * gdb.base/align.exp.in: Rename to ...
432 * gdb.base/align.exp.tcl: ... this.
433 * gdb.base/align-c++.exp: Update.
434 * gdb.base/align-c.exp: Update.
435 * gdb.base/all-architectures.exp.in: Rename to ...
436 * gdb.base/all-architectures.exp: ... this.
437 * gdb.base/all-architectures-0.exp: Update.
438 * gdb.base/all-architectures-1.exp: Update.
439 * gdb.base/all-architectures-2.exp: Update.
440 * gdb.base/all-architectures-3.exp: Update.
441 * gdb.base/all-architectures-4.exp: Update.
442 * gdb.base/all-architectures-5.exp: Update.
443 * gdb.base/all-architectures-6.exp: Update.
444 * gdb.base/all-architectures-7.exp: Update.
445 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
446 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
447 * gdb.base/infcall-nested-structs-c++.exp: Update.
448 * gdb.base/infcall-nested-structs-c.exp: Update.
449 * gdb.base/info-types.exp.in: Rename to ...
450 * gdb.base/info-types.exp.tcl: ... this.
451 * gdb.base/info-types-c++.exp: Update.
452 * gdb.base/info-types-c.exp: Update.
453 * gdb.base/max-depth.exp.in: Rename to ...
454 * gdb.base/max-depth.exp.tcl: ... this.
455 * gdb.base/max-depth-c++.exp: Update.
456 * gdb.base/max-depth-c.exp: Update.
457 * gdb.cp/cpexprs.exp.in: Rename to ...
458 * gdb.cp/cpexprs.exp.tcl: ... this.
459 * gdb.cp/cpexprs-debug-types.exp: Update.
460 * gdb.cp/cpexprs.exp: Update.
461 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
462 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
463 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
464 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
465 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
466 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
467 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
468 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
469 * gdb.dwarf2/clang-debug-names-2.exp: Update.
470 * gdb.dwarf2/clang-debug-names.exp: Update.
471
d1034d78
AB
4722020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
473
474 * lib/check-test-names.exp: Remove code that prevents this file
475 loading when tests are run in parallel.
476
3c5c3649
PA
4772020-05-15 Pedro Alves <palves@redhat.com>
478
479 * gdb.multi/multi-kill.exp (start_inferior): Remove
480 'testpid' parameter. Refer to namespace variable directly.
481 (testpid): Declare as namespace variable.
482
272c36b8
PA
4832020-05-15 Pedro Alves <palves@redhat.com>
484
485 * gdb.multi/multi-kill.exp: Wrap in namespace.
486 (start_inferior): Add TESTPID parameter. Use it instead of the
487 testpid global.
488 (top level): Define empty TESTPID array, and pass it down to
489 start_inferior.
490
02eba61a
TV
4912020-05-14 Tom de Vries <tdevries@suse.de>
492
493 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
494 output.
495
971a3747
TV
4962020-05-14 Tom de Vries <tdevries@suse.de>
497
498 * gdb.base/align.exp: Split into ...
499 * gdb.base/align.exp.in: ...
500 * gdb.base/align-c++.exp: ...
501 * gdb.base/align-c.exp: ... these.
502 * gdb.base/infcall-nested-structs.exp: Split into ...
503 * gdb.base/infcall-nested-structs.exp.in: ...
504 * gdb.base/infcall-nested-structs-c++.exp: ...
505 * gdb.base/infcall-nested-structs-c.exp: ... these.
506 * gdb.base/info-types.exp: Split into ...
507 * gdb.base/info-types.exp.in: ...
508 * gdb.base/info-types-c++.exp: ...
509 * gdb.base/info-types-c.exp: ... these.
510 * gdb.base/max-depth.exp: Split into ...
511 * gdb.base/max-depth.exp.in: ...
512 * gdb.base/max-depth-c++.exp: ...
513 * gdb.base/max-depth-c.exp: ... these.
514 * gdb.cp/infcall-nodebug.exp: Split into ...
515 * gdb.cp/infcall-nodebug.exp.in: ...
516 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
517 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
518 * gdb.cp/infcall-nodebug-c-d0.exp: ...
519 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
520
a05575d3
TBA
5212020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
522 Pedro Alves <palves@redhat.com>
523
524 * gdb.multi/multi-exit.c: New file.
525 * gdb.multi/multi-exit.exp: New file.
526 * gdb.multi/multi-kill.c: New file.
527 * gdb.multi/multi-kill.exp: New file.
528
6ad82919
TBA
5292020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
530
531 * gdb.base/annota1.exp: Update the expected output.
532 * gdb.cp/annota2.exp: Ditto.
533
843f4d93
AB
5342020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
535
536 * lib/check-test-names.exp: Disable when testing is being run in
537 parallel.
538
c7c66341
TV
5392020-05-12 Tom de Vries <tdevries@suse.de>
540
541 * gdb.base/jit-elf.exp: Fix string concat.
542
1b59ca1c
TV
5432020-05-12 Tom de Vries <tdevries@suse.de>
544
545 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
546 messages.
547
b4991d29
TV
5482020-05-12 Tom de Vries <tdevries@suse.de>
549
550 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
551
dbb0ab10
TV
5522020-05-12 Tom de Vries <tdevries@suse.de>
553
554 * gdb.ada/catch_ex.exp: Use with_test_prefix.
555 * gdb.ada/mi_catch_ex.exp: Same.
556 * gdb.ada/mi_catch_ex_hand.exp: Same.
557
7549fed8
TV
5582020-05-12 Tom de Vries <tdevries@suse.de>
559
560 * gdb.fortran/complex.exp: Use with_test_prefix.
561
af2d5cd8
TV
5622020-05-12 Tom de Vries <tdevries@suse.de>
563
564 * gdb.trace/passcount.exp: Fix test-names.
565
7c121311
TV
5662020-05-12 Tom de Vries <tdevries@suse.de>
567
568 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
569
c9f3b40e
TV
5702020-05-12 Tom de Vries <tdevries@suse.de>
571
572 * gdb.gdb/complaints.exp: Use with_test_prefix.
573 * gdb.xml/tdesc-regs.exp: Same.
574 * gdb.opt/inline-locals.exp: Fix test name.
575
111b33f0
TV
5762020-05-12 Tom de Vries <tdevries@suse.de>
577
578 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
579 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
580 * gdb.dwarf2/implref-struct.exp: Same.
581 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
582 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
583
ebf47080
SM
5842020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
585
586 * gdb.base/jit-so.exp (one_jit_test): Change test name.
587
d30dcd12
AB
5882020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
589
590 * lib/check-test-names.exp (all_test_names): New module variable.
591 (counts): Add 'duplicates' field.
592 (_check_duplicates): New procedure.
593 (check): Also check for duplicates.
594 (do_log_summary): Print duplicates count.
595 (do_reset_vars): Reset counter for duplicate test names, and
596 discard all know test names.
597
34584c09
AB
5982020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
599
600 * lib/gdb.exp: Include check-test-names.exp library.
601 * lib/check-test-names.exp: New file.
602
e0002117
TV
6032020-05-11 Tom de Vries <tdevries@suse.de>
604
605 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
606
53f539a3
KS
6072020-05-11 Keith Seitz <keiths@redhat.com>
608
609 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
610
113ee09a
TV
6112020-05-11 Tom de Vries <tdevries@suse.de>
612
613 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
614 * gdb.cp/cpexprs.exp.in: .. here.
615 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
616 cpexprs.exp.
617
ba3e70b0
KS
6182020-05-11 Keith Seitz <keiths@redhat.com>
619
620 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
621 test names.
622 * gdb.ada/arrayptr.exp: Likewise.
623 * gdb.ada/assign_arr.exp: Likewise.
624 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
625 * gdb.ada/bp_on_var.exp: Likewise.
626 * gdb.ada/call_pn.exp: Likewise.
627 * gdb.ada/complete.exp: Likewise.
628 * gdb.ada/fun_overload_menu.exp: Likewise.
629 * gdb.ada/funcall_param.exp: Likewise.
630 * gdb.ada/funcall_ref.exp: Likewise.
631 * gdb.ada/packed_array_assign.exp: Likewise.
632 * gdb.ada/same_component_name.exp: Likewise.
633 * gdb.ada/type_coercion.exp: Likewise.
634 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
635 * gdb.ada/variant_record_packed_array.exp: Likewise.
636
3ee6bb11
TV
6372020-05-11 Tom de Vries <tdevries@suse.de>
638
639 PR symtab/25941
640 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
641 out of ...
642 * gdb.dwarf2/clang-debug-names.exp: ... here.
643 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
644 clang-debug-names.exp.in.
645 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
646 * gdb.dwarf2/clang-debug-names-2.c: New test.
647
86cd6bc8
AKS
6482020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
649
650 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
651 (fortran_runto_main): New Proc, fortran version of runto_main.
652 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
653 * gdb.fortran/array-bounds.exp: Likewise.
654 * gdb.fortran/array-slices.exp: Likewise.
655 * gdb.fortran/block-data.exp: Likewise.
656 * gdb.fortran/charset.exp: Likewise.
657 * gdb.fortran/common-block.exp: Likewise.
658 * gdb.fortran/complex.exp: Likewise.
659 * gdb.fortran/derived-type-function.exp: Likewise.
660 * gdb.fortran/derived-type.exp: Likewise.
661 * gdb.fortran/info-modules.exp: Likewise.
662 * gdb.fortran/info-types.exp: Likewise.
663 * gdb.fortran/intrinsics.exp: Likewise.
664 * gdb.fortran/library-module.exp: Likewise.
665 * gdb.fortran/logical.exp: Likewise.
666 * gdb.fortran/max-depth.exp: Likewise.
667 * gdb.fortran/module.exp: Likewise.
668 * gdb.fortran/multi-dim.exp: Likewise.
669 * gdb.fortran/nested-funcs.exp: Likewise.
670 * gdb.fortran/print-formatted.exp: Likewise.
671 * gdb.fortran/print_type.exp: Likewise.
672 * gdb.fortran/printing-types.exp: Likewise.
673 * gdb.fortran/ptr-indentation.exp: Likewise.
674 * gdb.fortran/ptype-on-functions.exp: Likewise.
675 * gdb.fortran/subarray.exp: Likewise.
676 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
677 * gdb.fortran/vla-datatypes.exp: Likewise.
678 * gdb.fortran/vla-history.exp: Likewise.
679 * gdb.fortran/vla-ptr-info.exp: Likewise.
680 * gdb.fortran/vla-ptype-sub.exp: Likewise.
681 * gdb.fortran/vla-ptype.exp: Likewise.
682 * gdb.fortran/vla-sizeof.exp: Likewise.
683 * gdb.fortran/vla-type.exp: Likewise.
684 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
685 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
686 * gdb.fortran/vla-value-sub.exp: Likewise.
687 * gdb.fortran/vla-value.exp: Likewise.
688 * gdb.fortran/whatis_type.exp: Likewise.
689 * gdb.mi/mi-var-child-f.exp: Likewise.
690
6dc55ce9 6912020-05-09 Tom de Vries <tdevries@suse.de>
692
693 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
694
283cb58c
TV
6952020-05-08 Tom de Vries <tdevries@suse.de>
696
697 * gdb.dwarf2/clang-debug-names.c: New test.
698 * gdb.dwarf2/clang-debug-names.exp: New file.
699
ac4a4f1c
SM
7002020-05-06 Simon Marchi <simon.marchi@efficios.com>
701
702 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
703 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
704
24fe640b
TV
7052020-05-06 Tom de Vries <tdevries@suse.de>
706
707 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
708 breakpoint is at a "recommended breakpoint location".
709 * gdb.reverse/consecutive-reverse.exp: Same.
710
0d8683a3
TV
7112020-05-06 Tom de Vries <tdevries@suse.de>
712
713 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
714 address.
715
b8983c46
TV
7162020-05-06 Tom de Vries <tdevries@suse.de>
717
718 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
719
abf6d805
TV
7202020-05-06 Tom de Vries <tdevries@suse.de>
721
722 * gdb.base/store.exp (check_set, up_set): Allowing missing location
723 info for r.
724
0fc2a808
TV
7252020-05-06 Tom de Vries <tdevries@suse.de>
726
727 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
728 necessary.
729
873dd427
TV
7302020-05-06 Tom de Vries <tdevries@suse.de>
731
732 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
733 void.
734
7c99e7e2
TV
7352020-05-06 Tom de Vries <tdevries@suse.de>
736
737 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
738 of ...
739 * gdb.base/async.exp: ... here.
740 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
741 "recommended breakpoint location".
742
6173d6a6
TV
7432020-05-06 Tom de Vries <tdevries@suse.de>
744
745 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
746
6015a067
TV
7472020-05-04 Tom de Vries <tdevries@suse.de>
748
749 * gdb.base/async.exp: Check whether instruction addresses are a
750 "recommended breakpoint location".
751
3b6acaee
TT
7522020-05-03 Tom Tromey <tom@tromey.com>
753
754 * gdb.base/sepdebug.exp: Remove "catch" test.
755 * gdb.base/break.exp: Remove "catch" test.
756 * gdb.base/default.exp: Update expected output.
757
5beb4d17
TV
7582020-05-02 Tom de Vries <tdevries@suse.de>
759
760 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
761 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
762 * gdb.arch/i386-mpx-map.exp: Same.
763 * gdb.arch/i386-mpx-sigsegv.exp: Same.
764 * gdb.arch/i386-mpx-simple_segv.exp: Same.
765 * gdb.arch/i386-mpx.exp: Same.
766
8caf140d
TV
7672020-05-02 Tom de Vries <tdevries@suse.de>
768
769 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
770
693196cb
TV
7712020-05-01 Tom de Vries <tdevries@suse.de>
772
773 * gdb.ada/operator_bp.exp: Allow more than required amount of
774 breakpoint.
775
53ae0aa9
TV
7762020-05-01 Tom de Vries <tdevries@suse.de>
777
778 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
779
ee9d1e5f
HD
7802020-04-30 Hannes Domani <ssbssa@yahoo.de>
781
782 PR gdb/18706
783 * gdb.cp/stub-array-size.cc: New test.
784 * gdb.cp/stub-array-size.exp: New file.
785 * gdb.cp/stub-array-size.h: New test.
786 * gdb.cp/stub-array-size2.cc: New test.
787
d5cf82c0
HD
7882020-04-30 Hannes Domani <ssbssa@yahoo.de>
789
790 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
791 output to the new format.
792
42e165c3
SM
7932020-04-29 Simon Marchi <simon.marchi@efficios.com>
794
795 * gdb.base/break.exp: Use with_test_prefix.
796
6e4e3fe1
TV
7972020-04-29 Tom de Vries <tdevries@suse.de>
798
799 * lib/gdb.exp (debug_types): New proc.
800 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
801 * gdb.python/py-symtab.exp: Same.
802
d642b692
HD
8032020-04-29 Hannes Domani <ssbssa@yahoo.de>
804
805 PR gdb/17320
806 * gdb.base/pretty-array.c: New test.
807 * gdb.base/pretty-array.exp: New file.
808
ea90f227
TV
8092020-04-29 Tom de Vries <tdevries@suse.de>
810
811 PR symtab/25889
812 * gdb.cp/cpexprs.exp: Adapt for inclusion.
813 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
814 and include cpexprs.exp.
815
a65189c9
TV
8162020-04-28 Mark Williams <mark@myosotissp.com>
817
818 PR gdb/24480
819 * dw4-toplevel-types.exp: Test for top level types.
820 * dw4-toplevel-types.cc: Test for top level types.
821
32d1f47a
TBA
8222020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
823
824 * gdb.threads/stop-with-handle.exp: Fix typo in comment
825 (theads -> threads).
826
56a4f5a1
TV
8272020-04-28 Tom de Vries <tdevries@suse.de>
828
829 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
830
0b2f8a3b
TV
8312020-04-28 Tom de Vries <tdevries@suse.de>
832
833 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
834
5390c717
TV
8352020-04-28 Tom de Vries <tdevries@suse.de>
836
837 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
838
15cd93d0
TV
8392020-04-28 Tom de Vries <tdevries@suse.de>
840
841 * gdb.dwarf2/main-foo.c: New test.
842 * gdb.dwarf2/struct-with-sig.exp: New file.
843
d472f0fb
TV
8442020-04-25 Tom de Vries <tdevries@suse.de>
845
846 * boards/debug-types.exp: New file.
847
8d840e05
AB
8482020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
849
850 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
851
bcfe6157
TT
8522020-04-24 Tom Tromey <tom@tromey.com>
853
854 PR symtab/12707:
855 * gdb.python/py-symbol.exp: Update expected results for
856 linkage_name test.
857 * gdb.cp/print-demangle.exp: New file.
858 * gdb.base/c-linkage-name.exp: Fix test.
859 * gdb.guile/scm-symbol.exp: Update expected results for
860 linkage_name test.
861
f049a313
TT
8622020-04-24 Tom Tromey <tom@tromey.com>
863
864 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
865 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
866 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
867 assembler.
868
7cf28874
TV
8692020-04-24 Tom de Vries <tdevries@suse.de>
870
871 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
872 C++.
873
dac2fef7
TT
8742020-04-24 Tom Tromey <tromey@adacore.com>
875
876 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
877 values.
878 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
879 values. Update test for minimal encodings.
880 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
881 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
882 values. Update test for minimal encodings.
883
1acda803
TT
8842020-04-24 Tom Tromey <tromey@adacore.com>
885
886 PR python/23662:
887 * gdb.ada/variant.exp: Add Python checks.
888 * gdb.rust/simple.exp: Add dynamic type checks.
889
adfb9815
TT
8902020-04-24 Tom Tromey <tromey@adacore.com>
891
892 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
893 Make array type matching more lax.
894 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
895 * gdb.ada/mi_variant.exp: New file.
896 * gdb.ada/mi_variant/pck.ads: New file.
897 * gdb.ada/mi_variant/pkg.adb: New file.
898 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
899 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
900
7d79de9a
TT
9012020-04-24 Tom Tromey <tromey@adacore.com>
902
903 * gdb.ada/variant.exp: Add dynamic field offset tests.
904 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
905 * gdb.ada/variant/pkg.adb: Add new variables.
906
f8e89861
TT
9072020-04-24 Tom Tromey <tromey@adacore.com>
908
909 * gdb.ada/variant.exp: New file
910 * gdb.ada/variant/pkg.adb: New file
911 * gdb.ada/variant/pck.adb: New file
912
86e887ae
TV
9132020-04-24 Tom de Vries <tdevries@suse.de>
914
915 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
916
88428775
TV
9172020-04-24 Tom de Vries <tdevries@suse.de>
918
919 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
920 flags.
921
4e86f6e7
TV
9222020-04-24 Tom de Vries <tdevries@suse.de>
923
924 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
925
2016d3e6
TV
9262020-04-24 Tom de Vries <tdevries@suse.de>
927
928 * lib/gdb.exp (default_gdb_start): Handle eof.
929 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
930 failure.
931 * gdb.base/readnever.exp: Handle clean_restart failure.
932
70bc38f5
TV
9332020-04-23 Tom de Vries <tdevries@suse.de>
934
935 * gdb.base/decl-before-def.exp: Run to main and print a again.
936
de82891c
TV
9372020-04-23 Tom de Vries <tdevries@suse.de>
938
939 * gdb.base/decl-before-def-decl.c: New test.
940 * gdb.base/decl-before-def-def.c: New test.
941 * gdb.base/decl-before-def.exp: New file.
942
96038148
TV
9432020-04-23 Tom de Vries <tdevries@suse.de>
944
945 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
946
54ac3df1
TV
9472020-04-22 Tom de Vries <tdevries@suse.de>
948
949 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
950 debug_info_offset.
951 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
952 before $objsfile in the line line.
953
714534e1
TV
9542020-04-22 Tom de Vries <tdevries@suse.de>
955
956 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
957
16a7dbf4
MS
9582020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
959
960 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
961 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
962 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
963 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
964 * gdb.base/jit-protocol.h: Update definitions to match all usage
965 contexts.
966
9672020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
968
969 * gdb.base: Rename all jit related test and source files.
970
9712020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
972
973 * gdb.base/jit-reader.exp: Relax register output check.
974
317d2668
TV
9752020-04-22 Tom de Vries <tdevries@suse.de>
976
977 PR symtab/25764
978 * gdb.base/psym-external-decl-2.c: New test.
979 * gdb.base/psym-external-decl.c: New test.
980 * gdb.base/psym-external-decl.exp: New file.
981 * gdb.threads/tls.exp: Add PR25807 kfail.
982
eea9e357
TV
9832020-04-22 Tom de Vries <tdevries@suse.de>
984
985 PR symtab/25801
986 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
987 in "info source" output.
988
3d5afab3
TV
9892020-04-22 Tom de Vries <tdevries@suse.de>
990
991 PR symtab/25700
992 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
993 symtab for imported_unit.c.
994
b32102f6
GB
9952020-04-21 Gary Benson <gbenson@redhat.com>
996
997 * gdb.base/advance.c (func): New argument, to match call site.
998 (func2, func3): Add return statements.
999
d43b7a2d
TBA
10002020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1001
1002 * gdb.multi/run-only-second-inf.c: New file.
1003 * gdb.multi/run-only-second-inf.exp: New file.
1004
d89edf9b
MM
10052020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1006
1007 * gdb.btrace/multi-inferior.c: New test.
1008 * gdb.btrace/multi-inferior.exp: New file.
1009
1a476b6d
MM
10102020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1011
1012 * gdb.btrace/enable-new-thread.c: New test.
1013 * gdb.btrace/enable-new-thread.exp: New file.
1014
4778a5f8
TV
10152020-04-21 Tom de Vries <tdevries@suse.de>
1016
1017 PR gdb/25471
1018 * gdb.threads/killed-outside.c: New test.
1019 * gdb.threads/killed-outside.exp: New file.
1020
9b2c992c
GB
10212020-04-20 Gary Benson <gbenson@redhat.com>
1022
1023 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1024 * gdb.base/nested-subp2.exp: Likewise.
1025 * gdb.base/nested-subp3.exp: Likewise.
1026
b5d1d6f7
GB
10272020-04-20 Gary Benson <gbenson@redhat.com>
1028
1029 * gdb.base/nested-subp1.exp: Disable test when using clang.
1030 * gdb.base/nested-subp2.exp: Likewise.
1031 * gdb.base/nested-subp3.exp: Likewise.
1032
25230285
GB
10332020-04-20 Gary Benson <gbenson@redhat.com>
1034
1035 * gdb.cp/exception.cc: Fix compilation error with clang.
1036
fa93cc8f
GB
10372020-04-20 Gary Benson <gbenson@redhat.com>
1038
809730f3 1039 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 1040
e0c45f30
GB
10412020-04-20 Gary Benson <gbenson@redhat.com>
1042
1043 * gdb.base/jit-main.c: Fix compilation error with clang.
1044
4ddfec93
KR
10452020-04-17 Kamil Rytarowski <n54@gmx.com>
1046
1047 * gdb.base/attach-twice.c: Include "sys/types.h".
1048 (PTRACE_ATTACH): Add fallback definition.
1049 (main): Pass `0' to the 4th argument of `ptrace'.
1050
2bed205e
KR
10512020-04-17 Kamil Rytarowski <n54@gmx.com>
1052
1053 * gdb.base/fork-running-state.c: Include "signal.h".
1054
0743fc83
TT
10552020-04-17 Tom Tromey <tromey@adacore.com>
1056
1057 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1058 Update tests.
1059 * gdb.btrace/cpu.exp: Update tests.
1060 * gdb.base/maint.exp: Update tests.
1061 * gdb.base/default.exp: Update tests.
1062 * gdb.base/completion.exp: Update tests.
1063
efba5c23
TV
10642020-04-16 Tom de Vries <tdevries@suse.de>
1065
1066 PR symtab/25791
1067 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1068 (ensure_gdb_index): and factor out and move ...
1069 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1070 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1071
d191d716
TV
10722020-04-16 Tom de Vries <tdevries@suse.de>
1073
1074 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1075 loading exec.
1076
99f1bc6a
AB
10772020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1078
1079 * gdb.base/many-completions.exp: New file.
1080
194d088f
TV
10812020-04-14 Tom de Vries <tdevries@suse.de>
1082
1083 PR symtab/25718
1084 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1085
c1a66c06
TV
10862020-04-14 Tom de Vries <tdevries@suse.de>
1087
1088 PR symtab/25720
1089 * gdb.base/maint-expand-symbols-header-file.c: New test.
1090 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1091 * gdb.base/maint-expand-symbols-header-file.h: New test.
1092
21b0982c
AB
10932020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1094
1095 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1096 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1097 get_func_info.
1098 (get_func_info): Delete.
1099 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1100 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1101 * lib/dwarf.exp (get_func_info): New function.
1102
dd1cab06
TV
11032020-04-13 Tom de Vries <tdevries@suse.de>
1104
1105 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1106 to what find_gnatmake does.
1107
71ea2b6b
TV
11082020-04-10 Tom de Vries <tdevries@suse.de>
1109
1110 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1111 -readnow.
1112
bdfc1e8a
TV
11132020-04-10 Tom de Vries <tdevries@suse.de>
1114
1115 PR cli/25808
1116 * gdb.base/style.c: Add leading newlines.
1117 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1118 Check listing of main's one-line body.
1119
14ca8ecf
TV
11202020-04-08 Tom de Vries <tdevries@suse.de>
1121
1122 * lib/gdb.exp (psymtabs_p): New proc.
1123 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1124 importing unit" unsupported if there are no partial symbols.
1125
e21d048f
TV
11262020-04-08 Tom de Vries <tdevries@suse.de>
1127
1128 PR testsuite/25760
1129 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1130
25c11aca
TV
11312020-04-07 Tom de Vries <tdevries@suse.de>
1132
1133 PR symtab/25796
1134 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1135
5707e24b
TV
11362020-04-07 Tom de Vries <tdevries@suse.de>
1137
1138 * gdb.base/check-psymtab.c: New test.
1139 * gdb.base/check-psymtab.exp: New file.
1140
6ee448cc
TT
11412020-04-06 Tom Tromey <tromey@adacore.com>
1142
1143 * gdb.ada/variant-record/proc.adb: New file.
1144 * gdb.ada/variant-record/value.adb: New file.
1145 * gdb.ada/variant-record/value.s: New file.
1146 * gdb.ada/variant-record.exp: New file.
1147
9e7c9a03
HD
11482020-04-03 Hannes Domani <ssbssa@yahoo.de>
1149
1150 PR gdb/25325
1151 * gdb.cp/typed-enum.cc: New test.
1152 * gdb.cp/typed-enum.exp: New file.
1153
c90d28ac
AB
11542020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1155
1156 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1157 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1158 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1159 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1160 * gdb.opt/inline-small-func.c: New file.
1161 * gdb.opt/inline-small-func.exp: New file.
1162 * gdb.opt/inline-small-func.h: New file.
1163
34e9a9fa
AB
11642020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1165
1166 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1167 function.
1168
6a354911
AB
11692020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1170
1171 * lib/dwarf.exp (function_range): Allow compiler options to be
1172 specified.
1173
880d9777
TV
11742020-04-02 Tom de Vries <tdevries@suse.de>
1175
1176 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1177 __attribute__((always_inline)).
1178 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1179
f32682ea
TV
11802020-04-02 Tom de Vries <tdevries@suse.de>
1181
1182 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1183 (gdbserver_gdb_exit): ... here. Add timeout warning.
1184 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1185 (connect_target_extended_remote): Append new server_spawn_id to
1186 server_spawn_ids.
1187 (cleanup): New proc.
1188 (setup, <toplevel>): Call cleanup.
1189
d3214198
TV
11902020-04-02 Tom de Vries <tdevries@suse.de>
1191
1192 * gdb.base/main-psymtab.exp: New file.
1193
cc77ed24
TV
11942020-04-02 Tom de Vries <tdevries@suse.de>
1195
1196 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1197
3638a098
TT
11982020-04-01 Tom Tromey <tom@tromey.com>
1199
1200 * gdb.base/complex-parts.exp: Add type tests.
1201
c34e8714
TT
12022020-04-01 Tom Tromey <tom@tromey.com>
1203
1204 * gdb.base/complex-parts.exp: Add arithmetic tests.
1205
981c08ce
TT
12062020-04-01 Tom Tromey <tom@tromey.com>
1207
1208 * gdb.compile/compile.exp: Update.
1209 * gdb.compile/compile-cplus.exp: Update.
1210 * gdb.base/varargs.exp: Update.
1211 * gdb.base/floatn.exp: Update.
1212 * gdb.base/endianity.exp: Update.
1213 * gdb.base/callfuncs.exp (do_function_calls): Update.
1214 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1215 (complex_float_integral_args): Update.
1216 * gdb.base/complex.exp: Update.
1217 * gdb.base/complex-parts.exp: Update.
1218
3d1cfd43
TT
12192020-04-01 Tom Tromey <tromey@adacore.com>
1220
1221 * gdb.rust/union.rs: New file.
1222 * gdb.rust/union.exp: New file.
1223 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1224 (main): Update.
1225 * gdb.rust/simple.exp: Move union tests to union.exp.
1226
e033dfa9
TT
12272020-04-01 Tom Tromey <tromey@adacore.com>
1228
1229 * gdb.rust/simple.rs (main): Remove "y0".
1230
53cccef1
TBA
12312020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1232
1233 * gdb.multi/stop-all-on-exit.c: New test.
1234 * gdb.multi/stop-all-on-exit.exp: New file.
1235
60e22c1e
HD
12362020-04-01 Hannes Domani <ssbssa@yahoo.de>
1237
1238 PR gdb/24789
1239 * gdb.cp/misc.cc: Add integer reference variable.
1240 * gdb.cp/misc.exp: Add test.
1241
e139a727
TBA
12422020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1243
1244 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1245 scenario to cover execution until the end and also the case
1246
16b0db75
TV
12472020-03-31 Tom de Vries <tdevries@suse.de>
1248
1249 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1250 c. Use "maint info symtabs" to check symtab expansion.
1251
c0502da6
TV
12522020-03-30 Tom de Vries <tdevries@suse.de>
1253
1254 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1255 unsupported.
1256 (verify_psymtab_expanded): Move ...
1257 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1258 test.
1259 (readnow): New proc.
1260
5935fd15
AB
12612020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1262
1263 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1264 with $hex.
1265
1773be9e
TT
12662020-03-20 Tom Tromey <tromey@adacore.com>
1267
1268 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1269
70304be9
TT
12702020-03-20 Tom Tromey <tromey@adacore.com>
1271
1272 * gdb.ada/sub_variant/subv.adb: New file.
1273 * gdb.ada/sub_variant.exp: New file.
1274
0dd7b8f7
TV
12752020-03-20 Tom de Vries <tdevries@suse.de>
1276
1277 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1278 first break fails.
1279 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1280
cada5fc9
AB
12812020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1282
1283 * gdb.server/exit-multiple-threads.c: New file.
1284 * gdb.server/exit-multiple-threads.exp: New file.
1285
6b8c53f2
AB
12862020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1287
1288 * gdb.fortran/mixed-lang-stack.c: New file.
1289 * gdb.fortran/mixed-lang-stack.cpp: New file.
1290 * gdb.fortran/mixed-lang-stack.exp: New file.
1291 * gdb.fortran/mixed-lang-stack.f90: New file.
1292
19a2740f
AB
12932020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1294
1295 * gdb.linespec/cp-completion-aliases.cc: New file.
1296 * gdb.linespec/cp-completion-aliases.exp: New file.
1297
d8c8b848
TV
12982020-03-19 Tom de Vries <tdevries@suse.de>
1299
1300 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1301 more precise.
1302
a9933ccf
TV
13032020-03-18 Tom de Vries <tdevries@suse.de>
1304
1305 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1306 * gdb.dwarf2/break-inline-psymtab.c: New test.
1307 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1308
2f89101f
TV
13092020-03-16 Tom de Vries <tdevries@suse.de>
1310
1311 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1312 cache_verify and cache_verify_proc.
1313
6b9374f1
TV
13142020-03-15 Tom de Vries <tdevries@suse.de>
1315
1316 * gdb.server/solib-list.exp: Handle
1317 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1318
eaeaf44c
TV
13192020-03-15 Tom de Vries <tdevries@suse.de>
1320
1321 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1322 objfiles".
1323
3293bbaf
TT
13242020-03-14 Tom Tromey <tom@tromey.com>
1325
1326 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1327
ab44624c
TV
13282020-03-14 Tom de Vries <tdevries@suse.de>
1329
1330 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1331
54c43825
TV
13322020-03-14 Tom de Vries <tdevries@suse.de>
1333
1334 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1335 result in line-by-line fashion.
1336
2ac70237
TV
13372020-03-14 Tom de Vries <tdevries@suse.de>
1338
1339 * lib/gdb.exp (supports_statement_frontiers): New proc.
1340 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1341
09546b56
TV
13422020-03-14 Tom de Vries <tdevries@suse.de>
1343
1344 * gdb.base/printcmds.exp: Add missing quoting for "print
1345 teststring2".
1346
a1f6a07c
TT
13472020-03-13 Tom Tromey <tom@tromey.com>
1348
1349 * gdb.base/printcmds.exp (test_print_strings): Add regression
1350 test.
1351 * gdb.base/printcmds.c (charptr): New typedef.
1352 (teststring2): New global.
1353
1b83d09c
AB
13542020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1355
1356 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1357 full path in the test name.
1358 (test_ld): Add some with_test_prefix blocks to make test names
1359 unique.
1360
2d61316c
TV
13612020-03-13 Tom de Vries <tdevries@suse.de>
1362
1363 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1364
2e9145ac
TV
13652020-03-13 Tom de Vries <tdevries@suse.de>
1366
1367 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1368
96c7f873
TV
13692020-03-13 Tom de Vries <tdevries@suse.de>
1370
1371 PR symtab/25646
1372 * gdb.dwarf2/imported-unit.exp: Add test.
1373
49ba92c0
TV
13742020-03-13 Tom de Vries <tdevries@suse.de>
1375
1376 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1377 (var1, var2): New variable.
1378 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1379 matching symbols.
1380
301b21e0
TV
13812020-03-13 Tom de Vries <tdevries@suse.de>
1382
1383 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1384 (Term::command): Use prompt prefix.
1385 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1386 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1387 command_no_prompt_prefix instead of prefix.
1388 * gdb.tui/tui-layout-asm.exp: Same.
1389
3f512721
SM
13902020-03-12 Simon Marchi <simon.marchi@efficios.com>
1391
1392 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1393
40310f30
SM
13942020-03-12 Simon Marchi <simon.marchi@efficios.com>
1395
1396 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1397 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1398 on" while stepping over the test instruction, match printed
1399 message.
1400
09252140
TV
14012020-03-12 Tom de Vries <tdevries@suse.de>
1402
1403 * gdb.base/info-types.exp: Use exp_continue during matching of output
1404 of "info types".
1405
14e9c72c
TV
14062020-03-12 Tom de Vries <tdevries@suse.de>
1407
1408 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1409
e515d67e
TV
14102020-03-12 Tom de Vries <tdevries@suse.de>
1411
1412 * gdb.fortran/module.exp: Use exp_continue during matching of output
1413 of "info variable -n".
1414
307eafd8
TV
14152020-03-12 Tom de Vries <tdevries@suse.de>
1416
1417 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1418 gdb.dwarf2/dw2-ranges-base.c.
1419
9a2de3fc
TV
14202020-03-12 Tom de Vries <tdevries@suse.de>
1421
1422 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1423 in presence of GLIBC debuginfo.
1424
3217502e
TV
14252020-03-12 Tom de Vries <tdevries@suse.de>
1426
1427 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1428 $core.
1429
1281424c
TV
14302020-03-12 Tom de Vries <tdevries@suse.de>
1431
1432 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1433 more precise.
1434
038b97fc
SM
14352020-03-11 Simon Marchi <simon.marchi@efficios.com>
1436
1437 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1438 from Unix to Windows path.
1439
5308d1e7
TV
14402020-03-11 Tom de Vries <tdevries@suse.de>
1441
1442 * gdb.ada/minsyms.exp: Set language to ada.
1443
f870f78f
TV
14442020-03-11 Tom de Vries <tdevries@suse.de>
1445
1446 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1447
5a13315d
TV
14482020-03-11 Tom de Vries <tdevries@suse.de>
1449
1450 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1451
976862ed
TT
14522020-03-11 Tom Tromey <tromey@adacore.com>
1453
1454 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1455
7462c383
TV
14562020-03-11 Tom de Vries <tdevries@suse.de>
1457
1458 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1459
1c6c46a0
TV
14602020-03-11 Tom de Vries <tdevries@suse.de>
1461
1462 * gdb.base/break-interp.exp: Limit verbose scope.
1463
44f41bb7
TV
14642020-03-11 Tom de Vries <tdevries@suse.de>
1465
1466 * gdb.fortran/logical.f90: Define variable with character type.
1467 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1468
b76f3a42
TV
14692020-03-11 Tom de Vries <tdevries@suse.de>
1470
1471 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1472
1c33af77
TV
14732020-03-11 Tom de Vries <tdevries@suse.de>
1474
1475 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1476 symtabs.
1477
8c95582d
AB
14782020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1479 Bernd Edlinger <bernd.edlinger@hotmail.de>
1480
1481 * gdb.cp/step-and-next-inline.cc: New file.
1482 * gdb.cp/step-and-next-inline.exp: New file.
1483 * gdb.cp/step-and-next-inline.h: New file.
1484 * gdb.dwarf2/dw2-is-stmt.c: New file.
1485 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1486 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1487 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1488 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1489
cecf8547
AB
14902020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1491
1492 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1493 is-stmt flag in the line table.
1494
0ba678c9
TV
14952020-03-09 Tom de Vries <tdevries@suse.de>
1496
1497 * lib/gdb.exp (cached_file): Create cache dir.
1498
72fbdf83
TV
14992020-03-07 Tom de Vries <tdevries@suse.de>
1500
1501 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1502 * gdb.cp/rvalue-ref-params.exp: Same.
1503
436b5e99
TV
15042020-03-06 Tom de Vries <tdevries@suse.de>
1505
1506 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1507 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1508
09f2921c
TV
15092020-03-06 Tom de Vries <tdevries@suse.de>
1510
1511 * README: Fix "the the".
1512 * gdb.base/dprintf.exp: Same.
1513
50a3cc5d
TV
15142020-03-05 Tom de Vries <tdevries@suse.de>
1515
1516 * gdb.base/maint.exp: Update "main print statistics" expected output.
1517
0a709cba
AKS
15182020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1519
1520 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1521 (fortran_int8): Likewise.
1522 (fortran_real4): Likewise.
1523 (fortran_real8): Likewise.
1524 (fortran_complex4): Likewise.
1525 (fortran_logical4): Likewise.
1526 (fortran_character1): Likewise.
1527
5e5d66b6
AB
15282020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1529
1530 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1531 printed as true.
1532
7b973adc
SDJ
15332020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1534
1535 * gdb.base/printcmds.exp: Add test to verify printf of a
1536 variable holding an address.
1537
478e490a
TV
15382020-03-03 Tom de Vries <tdevries@suse.de>
1539
1540 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1541
1ef44e86
TV
15422020-03-03 Tom de Vries <tdevries@suse.de>
1543
1544 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1545 gdb_test_multiple call.
1546
b98cc2cf
TV
15472020-03-03 Tom de Vries <tdevries@suse.de>
1548
1549 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1550 gdb_test_multiple calls.
1551
63e163f2
AB
15522020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1553
1554 * gdb.base/default.exp: Remove test of 'set history filename'.
1555 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1556 filename to the empty string.
1557 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1558 and GDBHISTSIZE.
1559
24ed6739
AB
15602020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1561
1562 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1563 disabled.
1564
590003dc
TV
15652020-03-02 Pedro Alves <palves@redhat.com>
1566 Tom de Vries <tdevries@suse.de>
1567
1568 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1569 -prompt prefix, before user_code argument. Add -lbl option likewise.
1570 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1571 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1572 argument.
1573 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1574 have "\r\n" at start-of-line, instead of at end-of-line.
1575
f5e46084
SM
15762020-02-28 Simon Marchi <simon.marchi@efficios.com>
1577
1578 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1579 libinproctrace.so.
1580
f7a7000d
LM
15812020-02-28 Luis Machado <luis.machado@linaro.org>
1582
1583 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1584 to "p/x".
1585
718e0816
LM
15862020-02-28 Luis Machado <luis.machado@linaro.org>
1587
1588 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1589 asm/ptrace.h and error.h.
1590
13c3a74a
TV
15912020-02-28 Tom de Vries <tdevries@suse.de>
1592
1593 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1594 (struct wrapper, do_something, mundane/symada__cS): Move ...
1595 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1596 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1597 Update "print symada__cS before partial symtab expansion" regexp.
1598 Update breakpoint location. Flush symbol cache after expansion.
1599
85d2d5bb
LM
16002020-02-28 Luis Machado <luis.machado@linaro.org>
1601
1602 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1603
3608f86c
TV
16042020-02-27 Tom de Vries <tdevries@suse.de>
1605
1606 * config/sid.exp: Remove unused globals.
1607 * gdb.base/attach.exp: Same.
1608 * gdb.base/catch-load.exp: Same.
1609 * gdb.base/dbx.exp: Same.
1610 * lib/gdb.exp: Same.
1611 * lib/mi-support.exp: Same.
1612 * lib/prompt.exp: Same.
1613
c8d4f6df
TV
16142020-02-27 Tom de Vries <tdevries@suse.de>
1615
1616 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1617 not set.
1618
0d79cdc4
AM
16192020-02-26 Aaron Merey <amerey@redhat.com>
1620
1621 * gdb.debuginfod: New directory for debuginfod tests.
1622 * gdb.debuginfod/main.c: New test file.
1623 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1624
0dce4280
TV
16252020-02-26 Tom de Vries <tdevries@suse.de>
1626
1627 PR gdb/25603
1628 * gdb.base/persistent-lang.cc: New test.
1629 * gdb.base/persistent-lang.exp: New file.
1630
9e80cfa1
AB
16312020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1632
1633 * gdb.fortran/derived-type-striding.exp: Add a new test.
1634 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1635 new test.
1636
2078dbb2
AB
16372020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1638
1639 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1640 names.
1641
70d49700
TV
16422020-02-25 Tom de Vries <tdevries@suse.de>
1643
1644 PR go/18926
1645 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1646
a88ef40d
TV
16472020-02-24 Tom de Vries <tdevries@suse.de>
1648
1649 PR gdb/25592
1650 * gdb.base/info-locals-unused-static-var.c: New test.
1651 * gdb.base/info-locals-unused-static-var.exp: New file.
1652
01b1af32
TT
16532020-02-22 Tom Tromey <tom@tromey.com>
1654
1655 * gdb.python/tui-window.exp: New file.
1656 * gdb.python/tui-window.py: New file.
1657
7c043ba6
TT
16582020-02-22 Tom Tromey <tom@tromey.com>
1659
1660 PR tui/17850:
1661 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1662 tests.
1663
c22fef7e
TT
16642020-02-22 Tom Tromey <tom@tromey.com>
1665
1666 * gdb.tui/new-layout.exp: Add sub-layout tests.
1667
ee325b61
TT
16682020-02-22 Tom Tromey <tom@tromey.com>
1669
1670 * gdb.tui/new-layout.exp: New file.
1671
3f0cbb04
TT
16722020-02-22 Tom Tromey <tom@tromey.com>
1673
1674 * gdb.rust/rust-style.rs: New file.
1675 * gdb.rust/rust-style.exp: New file.
1676 * gdb.base/style.exp: Test structure printing.
1677 * gdb.base/style.c (struct some_struct): New type.
1678 (enum etype): New type.
1679 (struct_value): New global.
1680
75525152
TV
16812020-02-21 Tom de Vries <tdevries@suse.de>
1682
1683 PR go/18926
1684 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1685 Remove blanket xfails. Use message argument for gdb_breakpoint.
1686 Make continuing to breakpoint test conditional on setting breakpoint.
1687 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1688 DW_AT_name attribute. Add xfail for GCC PR93866.
1689
bd360d30
AB
16902020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1691
1692 * gdb.dwarf2/cpp-linkage-name.c: New file.
1693 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1694
c7adb09f 16952020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
1696
1697 * lib/gdb.exp (gdb_wrapper_init): Reset
1698 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1699 not exist.
1700
a9c79803
TV
17012020-02-20 Tom de Vries <tdevries@suse.de>
1702
1703 PR go/17018
1704 * gdb.go/hello.exp: Copy ...
1705 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1706 print of st to print value of global definition. Add xfail for GCC
1707 PR93844.
1708 * gdb.go/hello.exp: Remove printing of st before definition.
1709 * gdb.go/hello.go: Copy ...
1710 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1711 to st.
1712 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1713
d7445728
TV
17142020-02-20 Tom de Vries <tdevries@suse.de>
1715
1716 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1717 (gdb_simple_compile): Handle compile_flags go by using .go extension
1718 for source file.
1719 * gdb.go/chan.exp: Use support_go_compile.
1720 * gdb.go/handcall.exp: Same.
1721 * gdb.go/hello.exp: Same.
1722 * gdb.go/integers.exp: Same.
1723 * gdb.go/max-depth.exp: Same.
1724 * gdb.go/methods.exp: Same.
1725 * gdb.go/package.exp: Same.
1726 * gdb.go/strings.exp: Same.
1727 * gdb.go/types.exp: Same.
1728 * gdb.go/unsafe.exp: Same.
1729
c9c41e6d
TV
17302020-02-19 Tom de Vries <tdevries@suse.de>
1731
1732 * gdb.python/lib-types.exp: Make xfail more strict.
1733
f20ff837
TV
17342020-02-19 Tom de Vries <tdevries@suse.de>
1735
1736 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1737
08410482
DE
17382020-02-19 Doug Evans <dje@google.com>
1739
1740 PR rust/25535
1741 * gdb.rust/simple.exp: Add test.
1742 * gdb.rust/simple.rs: Add test.
1743
623563f7
TV
17442020-02-19 Tom de Vries <tdevries@suse.de>
1745
1746 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1747 output line-by-line.
1748
d3308cfd
TV
17492020-02-19 Tom de Vries <tdevries@suse.de>
1750
1751 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1752
86cbc5dc
TV
17532020-02-19 Tom de Vries <tdevries@suse.de>
1754
1755 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1756 prelink.
1757
9db2b96b
TV
17582020-02-19 Tom de Vries <tdevries@suse.de>
1759
1760 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1761 (gdb_do_cache): Use gdb_do_cache_wrap.
1762 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1763
89e2fdc5
TV
17642020-02-19 Tom de Vries <tdevries@suse.de>
1765
1766 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1767 gdb_compile option.
1768
373d7ac0
SM
17692020-02-18 Simon Marchi <simon.marchi@efficios.com>
1770
1771 * gdb.base/printcmds.exp (test_print_enums): Update expected
1772 output.
1773
b29a2df0
SM
17742020-02-18 Simon Marchi <simon.marchi@efficios.com>
1775
1776 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1777 for "unknown".
1778
6740f0cc
SM
17792020-02-18 Simon Marchi <simon.marchi@efficios.com>
1780
1781 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1782 enumerator.
1783
edd45eb0
SM
17842020-02-18 Simon Marchi <simon.marchi@efficios.com>
1785
1786 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1787 FE_, add FE_NONE.
1788 (three): Update.
1789 (enum flag_enum_without_zero): New enum.
1790 (flag_enum_without_zero): New variable.
1791 (enum not_flag_enum): New enum.
1792 (three_not_flag): New variable.
1793 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1794 (test_print_enums): Add more tests for printing flag enums.
1795
d4295de4
TV
17962020-02-18 Tom de Vries <tdevries@suse.de>
1797
1798 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1799 (gdb_compile_ada): ... here.
1800 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1801 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1802
f251f505
TT
18032020-02-14 Tom Tromey <tom@tromey.com>
1804
1805 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1806 build directory.
1807 * boards/gdbserver-base.exp: Update path to gdbserver.
1808
8f432634
TV
18092020-02-13 Tom de Vries <tdevries@suse.de>
1810
1811 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1812
92b6eaf7
TV
18132020-02-13 Tom de Vries <tdevries@suse.de>
1814
1815 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1816 are missing.
1817
f3b0f7fe
TV
18182020-02-13 Tom de Vries <tdevries@suse.de>
1819
1820 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1821 call.
1822
f6be8713
SDJ
18232020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1824
1825 PR tui/25126
1826 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1827 * gdb.base/cached-source-file.c: New file.
1828 * gdb.base/cached-source-file.exp: New file.
1829
b2770d5e
TV
18302020-02-11 Tom de Vries <tdevries@suse.de>
1831
1832 PR testsuite/25488
1833 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1834
44f6938e
TV
18352020-02-10 Tom de Vries <tdevries@suse.de>
1836
1837 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1838
5f0e2eb7
MR
18392020-02-10 Maciej W. Rozycki <macro@wdc.com>
1840
1841 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1842 and $after_addr are both integers before making a comparison.
1843
46ce2b6f
TV
18442020-02-09 Tom de Vries <tdevries@suse.de>
1845
1846 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1847 command output and paste it into gdb.log. If any, paste catch message
1848 to gdb.log.
1849
5abbbe1d
TT
18502020-02-07 Tom Tromey <tromey@adacore.com>
1851
1852 PR breakpoints/24915:
1853 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1854
1d5d29e7
SV
18552020-02-06 Shahab Vahedi <shahab@synopsys.com>
1856
1857 * gdb.tui/tui-missing-src.exp: Add the "missing source
1858 file" test for the TUI.
1859
b0999b9b
AB
18602020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1861
1862 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1863 including a port number in the output.
1864
c3b149eb
AKS
18652020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1866
1867 * lib/fortran.exp (fortran_int4): Handle clang.
1868 (fortran_int8): Likewise.
1869 (fortran_real4): Likewise.
1870 (fortran_real8): Likewise.
1871 (fortran_complex4): Likewise.
1872 (fortran_logical4): Likewise.
1873 (fortran_character1): Likewise.
1874
f8dcc90b
TV
18752020-02-04 Tom de Vries <tdevries@suse.de>
1876
1877 * README (Race detection): Add note.
1878
f90ac7c2
TV
18792020-02-04 Tom de Vries <tdevries@suse.de>
1880
1881 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1882
780636ae
TV
18832020-02-04 Tom de Vries <tdevries@suse.de>
1884
1885 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1886
5d2e1193
RA
18872020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1888
1889 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1890 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1891 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1892 blttar, bnetarl.
1893 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1894 binary for blttar, bnetarl.
1895 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1896 wait instruction. Delete ldmx test.
1897 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1898
e409c542
AKS
18992020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1900
1901 * gdb.fortran/array-bounds-high.exp: New file.
1902 * gdb.fortran/array-bounds-high.f90: New file.
1903
b0029748
LD
19042020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1905
1906 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1907 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1908
195a8287
TV
19092020-02-01 Tom de Vries <tdevries@suse.de>
1910
1911 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1912
42330a68
AB
19132020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1914
1915 PR tui/9765
1916 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1917 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1918
b62a8028
LM
19192020-01-29 Luis Machado <luis.machado@linaro.org>
1920
1921 * gdb.arch/aarch64-brk-patterns.c: New source file.
1922 * gdb.arch/aarch64-brk-patterns.exp: New test.
1923
5f440116
TBA
19242020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1925
1926 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1927 GCC/Clang version.
1928 * gdb.cp/pass-by-ref.exp: Ditto.
1929
ee2a6fc6
TV
19302020-01-29 Tom de Vries <tdevries@suse.de>
1931
1932 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1933 * gdb.threads/watchpoint-fork-mt.c: Same.
1934 * gdb.threads/watchpoint-fork-parent.c: Same.
1935 * gdb.threads/watchpoint-fork-st.c: Same.
1936 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1937
16b10d6e
LM
19382020-01-27 Luis Machado <luis.machado@linaro.org>
1939
1940 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1941 sitting at a syscall instruction when we hit the syscall function's
1942 breakpoint.
1943 Check PC against one obtained with the x command.
1944 Validate syscall number.
1945 (step_over_syscall): Don't continue to the syscall instruction if
1946 we're already there.
1947
b1468492
PW
19482020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1949
1950 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1951
7ffa82e1
AB
19522020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1953
1954 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1955 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1956
3d92a3e3
AB
19572020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1958
1959 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1960 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1961
94a72be7
AB
19622020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1963
1964 * gdb.base/maint.exp: Update line table parsing test.
1965 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1966
53af73bf
PA
19672020-01-24 Pedro Alves <palves@redhat.com>
1968
1969 PR gdb/25410
1970 * gdb.multi/multi-re-run-1.c: New.
1971 * gdb.multi/multi-re-run-2.c: New.
1972 * gdb.multi/multi-re-run.exp: New.
1973
1ba1ac88
AB
19742020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1975
1976 PR gdb/23718
1977 * gdb.server/server-kill-python.exp: New file.
1978
f3364a6d
AB
19792020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1980
1981 * gdb.server/multi-ui-errors.c: New file.
1982 * gdb.server/multi-ui-errors.exp: New file.
1983
733d0a67
AB
19842020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1985
1986 PR tui/9765
1987 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1988
4f13c1c0
TT
19892020-01-19 Tom Tromey <tom@tromey.com>
1990
1991 * gdb.tui/main.exp: Add check for plain "file".
1992
40c94099
CB
19932020-01-16 Christian Biesinger <cbiesinger@google.com>
1994
1995 * lib/gdb.exp: Fix spelling error (seperatelly).
1996
ff47f4f0
TT
19972020-01-14 Tom Tromey <tom@tromey.com>
1998
1999 PR symtab/12535:
2000 * gdb.python/python.exp: Test decode_line with empty string
2001 argument.
2002
717c684d
BE
20032020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2004
2005 * gdb.base/skip-inline.exp: Extend test.
2006
44e4c775
AB
20072020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2008
2009 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2010 * gdb.dwarf2/dw2-bad-elf.c: New file.
2011 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2012
d93c6db7
AB
20132020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2014
2015 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2016 _line_saw_file.
2017
9a6d629c
AB
20182020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2019
2020 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2021 border.
2022
d9ebdab7
TBA
20232020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2024
2025 * gdb.multi/multi-target.exp (setup): Factor out "info
2026 connections" and "info inferiors" tests to ...
2027 (test_info_inferiors): ... this new procedure.
2028 (top level): Run new "info-inferiors" tests.
2029
f3c469b9
PA
20302020-01-10 Pedro Alves <palves@redhat.com>
2031
2032 * gdb.server/bkpt-other-inferior.exp: New file.
2033
121b3efd
PA
20342020-01-10 Pedro Alves <palves@redhat.com>
2035
2036 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2037 of "add-inferior".
2038 * gdb.base/quit-live.exp: Likewise.
2039 * gdb.base/remote-exec-file.exp: Likewise.
2040 * gdb.guile/scm-progspace.exp: Likewise.
2041 * gdb.linespec/linespec.exp: Likewise.
2042 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2043 * gdb.mi/user-selected-context-sync.exp: Likewise.
2044 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2045 "info inferiors" tests.
2046 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2047 "add-inferior".
2048 * gdb.multi/watchpoint-multi.exp: Likewise.
2049 * gdb.python/py-inferior.exp: Likewise.
2050 * gdb.server/extended-remote-restart.exp: Likewise.
2051 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2052 "info inferiors".
2053 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2054 * gdb.trace/report.exp: Likewise.
2055
1dadb1dd
PA
20562020-01-10 Pedro Alves <palves@redhat.com>
2057
2058 * gdb.multi/multi-target.c: New file.
2059 * gdb.multi/multi-target.exp: New file.
2060 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2061 mode requested, but remote does not support non-stop".
2062
78f2c40a
PA
20632020-01-10 Pedro Alves <palves@redhat.com>
2064
2065 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2066 disconnect before reconnecting.
2067
e7af6c70
TBA
20682020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2069 Pedro Alves <palves@redhat.com>
2070
2071 * gdb.server/connect-without-multi-process.exp: Also test
2072 continuing to end.
2073
acdf84a6
PA
20742020-01-10 Pedro Alves <palves@redhat.com>
2075
2076 * gdb.base/remote-exec-file.exp: New file.
2077
873657b9
PA
20782020-01-10 Pedro Alves <palves@redhat.com>
2079
2080 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2081 output.
2082 * gdb.threads/async.c: New.
2083 * gdb.threads/async.exp: New.
2084 * gdb.multi/tids-gid-reset.c: New.
2085 * gdb.multi/tids-gid-reset.exp: New.
2086
7f0ae84c
GB
20872020-01-10 George Barrett <bob@bob131.so>
2088
2089 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2090 to help in finding the image relocation offset.
2091 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2092 options in arguments.
2093 (stap_test_no_debuginfo): Likewise.
2094 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2095 test variants.
2096 (stap_test): Add null semaphore relocation test.
2097
47e9d49d
GB
20982020-01-10 George Barrett <bob@bob131.so>
2099
2100 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2101 * gdb.base/stap-probe.exp: Likewise.
2102 (stap_test): Pass argument as an additional flag.
2103 (stap_test_no_debuginfo): Likewise.
2104 (stap_test): Check `info probes stap' output for semaphore
2105 addresses if the test binary is supposed to have them.
2106
f5a7c406
AB
21072020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2108
2109 * gdb.tui/basic.exp: Add more scrolling tests.
2110
9ae6bf64
TT
21112020-01-09 Tom Tromey <tom@tromey.com>
2112
2113 PR tui/18932:
2114 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2115 meangingful value.
2116 (Term::command, Term::resize): Update.
2117 * gdb.tui/basic.exp: Add scrolling test.
2118
b2efe70c
AB
21192020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2120
2121 * gdb.tui/tui-layout-asm.exp: New file.
2122
3804da7e
AB
21232020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2124
2125 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2126
b40aa28f
AB
21272020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2128
2129 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2130 (Term::enter_tui): Use Term::prepare_for_tui.
2131
63ffd7c9
AB
21322020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2133
2134 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2135 called.
2136
3be966f6
AB
21372020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2138
2139 * gdb.base/skip.exp: Fix race condition in test.
2140
153d79c4
AB
21412020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2142
2143 * gdb.base/backtrace.c: New file.
2144 * gdb.base/backtrace.exp: New file.
2145
f2302a34
AB
21462020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2147
2148 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2149
6ec1d75e
PW
21502020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2151
2152 * gdb.base/style.exp: Test that warnings are styled.
2153
c296cbe6
BE
21542019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2155
2156 * gdb.base/line65535.exp: New file.
2157 * gdb.base/line65535.c: New file.
2158
b28a729d
SM
21592019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2160
2161 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2162 * lib/gnat_debug_info_test.adb: New file.
2163 * gdb.ada/ptype_tagged_param.exp: Use
2164 gnat_runtime_has_debug_info, expect a different output if
2165 runtime does not have debug info.
2166
7f2d7a0d
SM
21672019-12-20 Simon Marchi <simon.marchi@efficios.com>
2168
2169 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2170 (another) quote in test name.
2171
f3bce483
SM
21722019-12-20 Simon Marchi <simon.marchi@efficios.com>
2173
2174 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2175 Add quote in test name.
2176
c855a912
TBA
21772019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2178
2179 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2180 directory instead.
2181 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2182 * gdb.cp/pass-by-ref-2.cc: New file.
2183 * gdb.cp/pass-by-ref-2.exp: New file.
2184
fc9d2d72
TT
21852019-12-20 Tom Tromey <tom@tromey.com>
2186
2187 * gdb.tui/list-before.exp: New file.
2188
77b97e00
TT
21892019-12-20 Tom Tromey <tom@tromey.com>
2190
2191 * gdb.tui/list.exp: Check for source on initial listing.
2192
f69656d0
TT
21932019-12-11 Tom Tromey <tromey@adacore.com>
2194
2195 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2196 Add crlf test.
2197
99a55965
SM
21982019-12-18 Simon Marchi <simon.marchi@efficios.com>
2199
2200 * gdb.base/default.exp: Update value of $_gdb_major.
2201
5024637f
BE
22022019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2203
2204 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2205
b63634be
BE
22062019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2207
2208 * gdb.base/skip.exp: Whitespace fix.
2209
45d73523
BE
22102019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2211
2212 * gdb.base/skip-inline.c: New file.
2213 * gdb.base/skip-inline.exp: New file.
2214
d043f8c8
SM
22152019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2216
2217 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2218 jit_function_00 to jit_function_stack_mangle.
2219 * gdb.base/jithost.c (jit_function_t): Rename to...
2220 (jit_function_stack_mangle_t): ... this.
2221 (jit_function_add_t): New typedef.
2222 (jit_function_00_code): Rename to...
2223 (jit_function_stack_mangle_code): ... this, make static.
2224 (jit_function_add_code): New.
2225 (main): Generate "add" function and call it. Adjust to changes
2226 in jithost_abi.
2227 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2228 (struct jithost_abi) <begin, end>: Remove fields.
2229 <object, function_stack_mangle, function_add>: New fields.
2230 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2231 code_end>: Remove fields.
2232 <func_stack_mangle>: New field.
2233 (read_debug_info): Adjust to renaming, create block for "add"
2234 function.
2235 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2236
873de05c
TT
22372019-12-11 Tom Tromey <tom@tromey.com>
2238
2239 * gdb.tui/resize.exp: Fix regexp.
2240 * gdb.tui/regs.exp: Fix regexps.
2241 * gdb.tui/main.exp: Fix regexp.
2242
3d979945
TT
22432019-12-11 Tom Tromey <tom@tromey.com>
2244
2245 * gdb.tui/resize.exp: Update.
2246 * gdb.tui/empty.exp (layouts): Update.
2247
2192a9d3
TT
22482019-12-11 Tom Tromey <tom@tromey.com>
2249
2250 * gdb.tui/regs.exp: Update.
2251 * gdb.tui/empty.exp (layouts): Update.
2252 * gdb.tui/basic.exp: Update.
2253 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2254
d8edc8b7
PW
22552019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2256
2257 * gdb.base/options.exp: Add -raw-values in the print completion list.
2258 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2259
4c12d936
KB
22602019-12-10 Kevin Buettner <kevinb@redhat.com>
2261
2262 * gdb.threads/omp-par-scope.c: New file.
2263 * gdb/threads/omp-par-scope.exp: New file.
2264
26b911fb
KB
22652019-12-10 Kevin Buettner <kevinb@redhat.com>
2266
bb47f919
KB
2267 * lib/gdb.exp (support_nested_function_tests): New proc.
2268
22692019-12-10 Kevin Buettner <kevinb@redhat.com>
2270
2271 * lib/gdb.exp (gdb_compile_openmp): New proc.
2272 (build_executable_from_specs): Add an "openmp" option.
2273 (gdb_compile_pthreads): Add non-executable case.
26b911fb 2274
6c71eb7d
TT
22752019-12-10 Tom Tromey <tromey@adacore.com>
2276
2277 * gdb.ada/unchecked_union.exp: New file.
2278 * gdb.ada/unchecked_union/pck.adb: New file.
2279 * gdb.ada/unchecked_union/pck.ads: New file.
2280 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2281 * gdb-utils.exp (string_to_regexp): Also quote "?".
2282
bac7c5cf
GB
22832019-12-10 George Barrett <bob@bob131.so>
2284
2285 Test scripted probe breakpoints.
2286 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2287 * gdb.python/py-breakpoint.c (main): Likewise.
2288 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2289 specifier test.
2290 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2291
330f1d38
TBA
22922019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2293
2294 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2295 an rvalue parameter.
2296 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2297 parameter.
2298
b43315e2
AB
22992019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2300
2301 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2302 modules.
2303
54f73dad
AB
23042019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2305
2306 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2307 broken version of GCC.
2308
d57cbee9
AB
23092019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2310
2311 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2312 sym-info-cmds library.
2313 * gdb.fortran/info-types.exp: Likewise.
2314 * lib/sym-info-cmds.exp: New file.
2315
c14aab8c
TV
23162019-12-08 Tom de Vries <tdevries@suse.de>
2317
2318 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2319
aa2d5a42
KS
23202019-12-07 Keith Seitz <keiths@redhat.com>
2321
2322 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2323 * gdb.base/corefile-buildid-shlib.c: New file.
2324 * gdb.base/corefile-buildid.c: New file.
2325 * gdb.base/corefile-buildid.exp: New file.
2326
93e55f0a
TV
23272019-12-06 Tom de Vries <tdevries@suse.de>
2328
2329 * gdb.dwarf2/varval.exp: Add decl before def test.
2330
c7d12402
TBA
23312019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2332
2333 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2334
06acc08f
TBA
23352019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2336
2337 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2338 CV and reference conversion for overload resolution.
2339 * gdb.cp/rvalue-ref-overload.exp: Test it.
2340
e0fad1ea
PW
23412019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2342
2343 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2344 * gdb.base/frameapply.exp: Test faas without command.
2345
8d70a9f0
AB
23462019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2347
2348 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2349 Fortran tests.
2350 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2351 order.
2352
36c8fb93
AB
23532019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2354
2355 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2356 casting to type with no kind specified.
2357 (test_basic_parsing_of_type_kinds): Additional tests for types
2358 with no kind specified, and add tests for single/double
2359 precision/complex types.
2360
4139ff00
TT
23612019-12-04 Tom Tromey <tromey@adacore.com>
2362
2363 * gdb.base/endianity.c (struct other) <x>: New field.
2364 (main): Initialize it.
2365 * gdb.base/endianity.exp: Update.
2366
a05cf17a
TT
23672019-12-04 Tom Tromey <tromey@adacore.com>
2368
2369 * gdb.ada/scalar_storage/storage.adb: New file.
2370 * gdb.ada/scalar_storage/pck.adb: New file.
2371 * gdb.ada/scalar_storage/pck.ads: New file.
2372 * gdb.ada/scalar_storage.exp: New file.
2373
103a685e
TT
23742019-12-04 Tom Tromey <tromey@adacore.com>
2375
2376 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2377 (main): Initialize it.
2378 * gdb.base/endianity.exp: Update.
2379
c2512106
AB
23802019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2381
2382 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2383
293b38d6
AB
23842019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2385
2386 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2387 -symbol-info-module-functions and -symbol-info-module-variables.
2388
216a7e6b
AB
23892019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2390
2391 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2392
5bbd8269
AB
23932019-12-01 Richard Bunt <richard.bunt@arm.com>
2394 Andrew Burgess <andrew.burgess@embecosm.com>
2395
2396 * gdb.fortran/derived-type-striding.exp: New file.
2397 * gdb.fortran/derived-type-striding.f90: New file.
2398 * gdb.fortran/array-slices.exp: New file.
2399 * gdb.fortran/array-slices.f90: New file.
2400
be09caf1
PW
24012019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2402
2403 * gdb.base/define.exp: Test . in command names.
2404 * gdb.base/setshow.exp: Update test, as . is now part of
2405 command name.
2406
643c0cbe
PW
24072019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2408
2409 * gdb.base/define-prefix.exp: New file.
2410
dcdec678
AB
24112019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2412
2413 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2414 compile.
2415 (skip_btrace_pt_tests): Likewise.
2416
640ab947
AB
24172019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2418
2419 * gdb.fortran/info-modules.exp: Compile source files in correct
2420 order.
2421
d22670f0
KB
24222019-11-27 Kevin Buettner <kevinb@redhat.com>
2423
2424 * gdb.dwarf2/imported-unit.exp: New file.
2425 * gdb.dwarf2/imported-unit.c: New file.
2426
db5960b4
AB
24272019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2428
2429 * gdb.mi/mi-fortran-modules-2.f90: New file.
2430 * gdb.mi/mi-fortran-modules.exp: New file.
2431 * gdb.mi/mi-fortran-modules.f90: New file.
2432
7dc42066
AB
24332019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2434
2435 * gdb.mi/mi-sym-info-1.c: New file.
2436 * gdb.mi/mi-sym-info-2.c: New file.
2437 * gdb.mi/mi-sym-info.exp: New file.
2438
0dfeecca
TT
24392019-11-22 Tom Tromey <tromey@adacore.com>
2440
2441 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2442 * gdb.ada/tasks/foo.adb: Add another stopping location.
2443
34877895
PJ
24442019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2445
2446 * gdb.base/endianity.c: New test.
2447 * gdb.base/endianity.exp: New file.
2448
2e84f897
LD
24492019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2450
2451 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2452
65d1cd5f
TV
24532019-11-21 Tom de Vries <tdevries@suse.de>
2454
2455 PR gdb/24956
2456 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2457
4f22c3f4
SDJ
24582019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2459
2460 * gdb.python/py-progspace.exp: Add missing parentheses on some
2461 'print' commands.
2462
9f6ad286
TT
24632019-11-19 Tom Tromey <tom@tromey.com>
2464
2465 * gdb.tui/winheight.exp: New file.
2466
0b8dbf3f
AB
24672019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2468
2469 * gdb.base/ctf-whatis.c: Delete.
2470 * gdb.base/ctf-whatis.exp: Delete.
2471 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2472
f833b7a7
AB
24732019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2474
2475 * gdb.base/ctf-cvexpr.exp: Delete.
2476 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2477
30d0a636
AB
24782019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2479
2480 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2481 the compiler. Clean up header comment a little.
2482 * gdb.base/ctf-ptype.exp: Likewise.
2483 * gdb.base/ctf-whatis.exp: Likewise.
2484 * lib/gdb.exp (skip_ctf_tests): New proc.
2485
494409bb
SDJ
24862019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2487
2488 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2489 * gdb.tui/corefile-run.exp: New file.
2490
55708e99
TT
24912019-11-14 Tom Tromey <tromey@adacore.com>
2492
2493 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2494 regression tests.
2495
45e42163
TT
24962019-11-12 Tom Tromey <tom@tromey.com>
2497
2498 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2499 after any command. Expect prompt after WAIT_FOR is seen.
2500 (enter_tui): Enable resize messages.
2501 (command): Expect command in output.
2502 (get_line): Avoid error when cursor appears to be off-screen.
2503 (dump_screen): Include screen size in title.
2504 (_do_resize): New proc, from "resize".
2505 (resize): Rewrite. Do resize in two steps.
2506 * gdb.tui/empty.exp (layouts): Fix entries.
2507 (check_boxes): Remove xfail.
2508 (check_text): Dump screen on failure.
2509
086baaf1
AB
25102019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2511
2512 * gdb.python/py-symbol.exp: Add test for
2513 gdb.lookup_static_symbols.
2514
09ff83af
AB
25152019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2516
2517 * gdb.python/py-symbol.c: Declare and call function from new
2518 py-symbol-2.c file.
2519 * gdb.python/py-symbol.exp: Compile both source files, and add new
2520 tests for gdb.lookup_static_symbol.
2521 * gdb.python/py-symbol-2.c: New file.
2522
11af934b
TV
25232019-11-02 Tom de Vries <tdevries@suse.de>
2524
2525 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2526 * gdb.base/anon.exp: Same.
2527 * gdb.base/auto-connect-native-target.exp: Same.
2528 * gdb.base/call-ar-st.exp: Same.
2529 * gdb.base/catch-syscall.exp: Same.
2530 * gdb.base/commands.exp: Same.
2531 * gdb.base/default.exp: Same.
2532 * gdb.base/display.exp: Same.
2533 * gdb.base/float.exp: Same.
2534 * gdb.base/foll-fork.exp: Same.
2535 * gdb.base/help.exp: Same.
2536 * gdb.base/info-macros.exp: Same.
2537 * gdb.base/info-proc.exp: Same.
2538 * gdb.base/info-target.exp: Same.
2539 * gdb.base/long_long.exp: Same.
2540 * gdb.base/macscp.exp: Same.
2541 * gdb.base/memattr.exp: Same.
2542 * gdb.base/nofield.exp: Same.
2543 * gdb.base/pointers.exp: Same.
2544 * gdb.base/printcmds.exp: Same.
2545 * gdb.base/ptype.exp: Same.
2546 * gdb.base/restore.exp: Same.
2547 * gdb.base/return.exp: Same.
2548 * gdb.base/scope.exp: Same.
2549 * gdb.base/set-noassign.exp: Same.
2550 * gdb.base/setshow.exp: Same.
2551 * gdb.base/shlib-call.exp: Same.
2552 * gdb.base/signals.exp: Same.
2553 * gdb.base/sigstep.exp: Same.
2554 * gdb.base/skip.exp: Same.
2555 * gdb.base/solib-symbol.exp: Same.
2556 * gdb.base/stap-probe.exp: Same.
2557 * gdb.base/step-line.exp: Same.
2558 * gdb.base/step-test.exp: Same.
2559 * gdb.base/style.exp: Same.
2560 * gdb.base/varargs.exp: Same.
2561 * gdb.base/vla-datatypes.exp: Same.
2562 * gdb.base/vla-ptr.exp: Same.
2563 * gdb.base/vla-sideeffect.exp: Same.
2564 * gdb.base/volatile.exp: Same.
2565 * gdb.base/watch-cond-infcall.exp: Same.
2566 * gdb.base/watchpoint.exp: Same.
2567
e96ec2ba
TV
25682019-11-02 Tom de Vries <tdevries@suse.de>
2569
2570 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2571 * gdb.cp/cpexprs.exp: Same.
2572 * gdb.cp/except-multi-location.exp: Same.
2573 * gdb.cp/exceptprint.exp: Same.
2574 * gdb.cp/gdb2384.exp: Same.
2575 * gdb.cp/inherit.exp: Same.
2576 * gdb.cp/m-static.exp: Same.
2577 * gdb.cp/meth-typedefs.exp: Same.
2578 * gdb.cp/misc.exp: Same.
2579 * gdb.cp/namespace.exp: Same.
2580 * gdb.cp/non-trivial-retval.exp: Same.
2581 * gdb.cp/overload.exp: Same.
2582 * gdb.cp/pr17132.exp: Same.
2583 * gdb.cp/re-set-overloaded.exp: Same.
2584 * gdb.cp/rvalue-ref-types.exp: Same.
2585 * gdb.cp/templates.exp: Same.
2586
bd5766ec
LM
25872019-11-01 Luis Machado <luis.machado@linaro.org>
2588
2589 PR gdb/25124
2590
2591 * gdb.arch/pr25124.S: New file.
2592 * gdb.arch/pr25124.exp: New file.
2593
165f8965
AB
25942019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2595
2596 * gdb.fortran/info-modules.exp: Update expected results, and add
2597 additional tests for 'info module functinos', and 'info module
2598 variables'.
2599 * gdb.fortran/info-types.exp: Update expected results.
2600 * gdb.fortran/info-types.f90: Extend testcase with additional
2601 module variables and functions.
2602
59c35742
AB
26032019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2604
2605 * gdb.fortran/info-modules.exp: New file.
2606 * gdb.fortran/info-types.exp: Build with new file.
2607 * gdb.fortran/info-types.f90: Include and use new module.
2608 * gdb.fortran/info-types-2.f90: New file.
2609
f3fb2519
PW
26102019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2611
2612 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2613 * gdb.base/settings.exp: Test all settings types using
2614 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2615 that now verifies that the value of "maint show" is the same as
2616 returned by the settings functions. Test the type of the
2617 maintenance settings.
2618 * gdb.base/default.exp: Update show_conv_list.
2619
d1e36019
TV
26202019-10-31 Tom de Vries <tdevries@suse.de>
2621
2622 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2623 gdb_test.
2624 * gdb.arch/amd64-disp-step.exp: Same.
2625 * gdb.asm/asm-source.exp: Same.
2626 * gdb.btrace/buffer-size.exp: Same.
2627 * gdb.btrace/cpu.exp: Same.
2628 * gdb.btrace/enable.exp: Same.
2629 * gdb.dwarf2/count.exp: Same.
2630 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2631 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2632 * gdb.fortran/vla-datatypes.exp: Same.
2633 * gdb.fortran/vla-history.exp: Same.
2634 * gdb.fortran/vla-ptype.exp: Same.
2635 * gdb.fortran/vla-value.exp: Same.
2636 * gdb.fortran/whatis_type.exp: Same.
2637 * gdb.guile/guile.exp: Same.
2638 * gdb.multi/tids.exp: Same.
2639 * gdb.python/py-finish-breakpoint.exp: Same.
2640 * gdb.python/py-framefilter.exp: Same.
2641 * gdb.python/py-pp-registration.exp: Same.
2642 * gdb.python/py-xmethods.exp: Same.
2643 * gdb.python/python.exp: Same.
2644 * gdb.server/connect-with-no-symbol-file.exp: Same.
2645 * gdb.server/no-thread-db.exp: Same.
2646 * gdb.server/run-without-local-binary.exp: Same.
2647 * gdb.stabs/weird.exp: Same.
2648 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2649 * gdb.threads/thread-find.exp: Same.
2650 * gdb.threads/tls-shared.exp: Same.
2651 * gdb.threads/tls.exp: Same.
2652 * gdb.threads/wp-replication.exp: Same.
2653 * gdb.trace/ax.exp: Same.
2654 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2655
3d11e68e
TV
26562019-10-31 Tom de Vries <tdevries@suse.de>
2657
2658 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2659 * gdb.ada/array_subscript_addr.exp: Same.
2660 * gdb.ada/arrayidx.exp: Same.
2661 * gdb.ada/arrayparam.exp: Same.
2662 * gdb.ada/arrayptr.exp: Same.
2663 * gdb.ada/boolean_expr.exp: Same.
2664 * gdb.ada/call_pn.exp: Same.
2665 * gdb.ada/complete.exp: Same.
2666 * gdb.ada/fixed_cmp.exp: Same.
2667 * gdb.ada/fun_addr.exp: Same.
2668 * gdb.ada/funcall_param.exp: Same.
2669 * gdb.ada/interface.exp: Same.
2670 * gdb.ada/mod_from_name.exp: Same.
2671 * gdb.ada/null_array.exp: Same.
2672 * gdb.ada/packed_array.exp: Same.
2673 * gdb.ada/packed_tagged.exp: Same.
2674 * gdb.ada/print_chars.exp: Same.
2675 * gdb.ada/print_pc.exp: Same.
2676 * gdb.ada/ptype_arith_binop.exp: Same.
2677 * gdb.ada/ptype_field.exp: Same.
2678 * gdb.ada/ptype_tagged_param.exp: Same.
2679 * gdb.ada/rec_return.exp: Same.
2680 * gdb.ada/ref_tick_size.exp: Same.
2681 * gdb.ada/str_ref_cmp.exp: Same.
2682 * gdb.ada/taft_type.exp: Same.
2683 * gdb.ada/tagged.exp: Same.
2684 * gdb.ada/type_coercion.exp: Same.
2685 * gdb.ada/uninitialized_vars.exp: Same.
2686
60b6ede8
TV
26872019-10-30 Tom de Vries <tdevries@suse.de>
2688
2689 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2690
30baf67b
TV
26912019-10-26 Tom de Vries <tdevries@suse.de>
2692
2693 * gdb.base/bigcore.c: Fix typos in comments.
2694 * gdb.base/ctf-ptype.c: Same.
2695 * gdb.base/long_long.c: Same.
2696 * gdb.dwarf2/dw2-op-out-param.S: Same.
2697 * gdb.python/py-evthreads.c: Same.
2698 * gdb.reverse/i387-stack-reverse.c: Same.
2699 * gdb.trace/tfile.c: Same.
2700 * lib/compiler.c: Same.
2701 * lib/compiler.cc: Same.
2702
158da0d1
TV
27032019-10-25 Tom de Vries <tdevries@suse.de>
2704
2705 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2706 gdb_test_multiple calls.
2707 * gdb.reverse/sigall-reverse.exp: Same.
2708 * gdb.reverse/solib-precsave.exp: Same.
2709 * gdb.reverse/solib-reverse.exp: Same.
2710 * gdb.reverse/until-precsave.exp: Same.
2711 * gdb.reverse/until-reverse.exp: Same.
2712
4ccdfbec
TV
27132019-10-24 Tom de Vries <tdevries@suse.de>
2714
2715 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2716 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2717 kfail using -wrap pattern flag and convenience variable
2718 gdb_test_name.
2719
33d569b7
AB
27202019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2721
2722 * gdb.python/py-progspace.exp: Add tests for the
2723 Progspace.block_for_pc method.
2724
4d0b984b
TT
27252019-10-23 Tom Tromey <tom@tromey.com>
2726
2727 * configure: Rebuild.
2728 * aclocal.m4: Use m4_include, not sinclude.
2729
94cb3754
TV
27302019-10-21 Tom de Vries <tdevries@suse.de>
2731
2732 * gdb.base/infcall-nested-structs.c: Add
2733 __attribute__((noinline,noclone)) to all functions.
2734 (call_all): Add missing variable initialization. Simplify return value.
2735 (breakpt): Increment volatile variable, to prevent call from being
2736 optimized out.
2737 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2738
062f1fc1
TV
27392019-10-17 Tom de Vries <tdevries@suse.de>
2740
2741 * gdb.fortran/module.exp: Allow info variables to print info for files
2742 other than module.f90.
2743
0b54364d
AB
27442019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2745
2746 * gdb.fortran/module.exp: Extend with 'info variables' test.
2747
7ff5fae7
AB
27482019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2749
2750 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2751 F77_FOR_TARGET.
2752
d10eccaa
TV
27532019-10-16 Tom de Vries <tdevries@suse.de>
2754
2755 PR tdep/25096
2756 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2757
745ff14e
TV
27582019-10-16 Tom de Vries <tdevries@suse.de>
2759
2760 PR tdep/24104
2761 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2762 Add KFAIL for PR tdep/25096.
2763
03e1ab94
TV
27642019-10-16 Tom de Vries <tdevries@suse.de>
2765
2766 PR testsuite/25059
2767 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2768
b17fcc10
TV
27692019-10-16 Tom de Vries <tdevries@suse.de>
2770
2771 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2772 as signed.
2773
9223170f
SM
27742019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2775
2776 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2777 one instead of increasing timeout.
2778
d6e76313
TV
27792019-10-13 Tom de Vries <tdevries@suse.de>
2780
2781 PR record/25038
2782 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2783 * gdb.reverse/sigall-reverse.exp: Same.
2784 * gdb.reverse/solib-precsave.exp: Same.
2785 * gdb.reverse/solib-reverse.exp: Same.
2786 * gdb.reverse/step-precsave.exp: Same.
2787 * gdb.reverse/until-precsave.exp: Same.
2788 * gdb.reverse/until-reverse.exp: Same.
2789 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2790
6dfc0041
AA
27912019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2792
2793 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2794 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2795 (cmp_struct_05_01, cmp_struct_static_02_01)
2796 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2797 comparisons.
2798
abcf2cc8
TV
27992019-10-10 Tom de Vries <tdevries@suse.de>
2800
2801 PR testsuite/24888
2802 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2803 gnatlink.
2804
a50faaf6
TV
28052019-10-09 Tom de Vries <tdevries@suse.de>
2806
2807 PR testsuite/25048
2808 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2809
60ff3cd7
AB
28102019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2811
2812 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2813 exceptions due to missing debug information.
2814
dfee8566
TV
28152019-10-07 Tom de Vries <tdevries@suse.de>
2816
2817 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2818
3d63690a
AB
28192019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2820
2821 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2822 * gdb.base/annota1.exp: Update to use gdb_test_name.
2823
30d1f018
WP
28242019-10-07 Weimin Pan <weimin.pan@oracle.com>
2825
2826 * gdb.base/ctf-whatis.exp: New file.
2827 * gdb.base/ctf-whatis.c: New file.
2828 * gdb.base/ctf-ptype.exp: New file.
2829 * gdb.base/ctf-ptype.c: New file.
2830 * gdb.base/ctf-constvars.exp: New file.
2831 * gdb.base/ctf-constvars.c: New file.
2832 * gdb.base/ctf-cvexpr.exp: New file.
2833
4dbbb47c
TV
28342019-10-04 Tom de Vries <tdevries@suse.de>
2835
2836 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2837 for loop.
2838
77c2dba3
TT
28392019-10-03 Tom Tromey <tom@tromey.com>
2840
2841 PR rust/24976:
2842 * gdb.rust/simple.rs (Union2): New type.
2843 (main): Use Union2.
2844 * gdb.rust/simple.exp: Add test.
2845
179aed7f
AB
28462019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2847
2848 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2849 nested function prefix.
2850
0a4b0913
AB
28512019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2852 Richard Bunt <richard.bunt@arm.com>
2853 Andrew Burgess <andrew.burgess@embecosm.com>
2854
2855 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2856 nested functions.
2857 * gdb.fortran/nested-funcs.f90: Update expected results.
2858 * gdb.fortran/nested-funcs-2.exp: New file.
2859 * gdb.fortran/nested-funcs-2.f90: New file.
2860
082cce05
AB
28612019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2862
2863 * gdb.python/py-parameter.exp: Make test names unique.
2864 * gdb.python/py-template.exp: Likewise.
2865 * gdb.python/py-value.exp: Likewise.
2866
2b74ba5a
AB
28672019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2868
2869 * gdb.base/break-interp.exp: Reduce test name duplication.
2870 * gdb.base/call-sc.exp: Likewise.
2871 * gdb.base/callfuncs.exp: Likewise.
2872 * gdb.base/charset.exp: Likewise.
2873 * gdb.base/dump.exp: Likewise.
2874 * gdb.base/ena-dis-br.exp: Likewise.
2875 * gdb.base/relational.exp: Likewise.
2876 * gdb.base/step-over-syscall.exp: Likewise.
2877 * gdb.base/structs.exp: Likewise.
2878
58eb20d5
AB
28792019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2880
2881 * gdb.linespec/explicit.exp: Make test names unique.
2882 * gdb.linespec/ls-errs.exp: Likewise.
2883
4d421147
AB
28842019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2885
2886 * gdb.reverse/break-precsave.exp: Make test names unique.
2887 * gdb.reverse/break-reverse.exp: Likewise.
2888 * gdb.reverse/finish-precsave.exp: Likewise.
2889 * gdb.reverse/finish-reverse.exp: Likewise.
2890 * gdb.reverse/machinestate-precsave.exp: Likewise.
2891 * gdb.reverse/machinestate.exp: Likewise.
2892 * gdb.reverse/readv-reverse.exp: Likewise.
2893 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2894 * gdb.reverse/sigall-precsave.exp: Likewise.
2895 * gdb.reverse/sigall-reverse.exp: Likewise.
2896 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2897 * gdb.reverse/watch-precsave.exp: Likewise.
2898 * gdb.reverse/watch-reverse.exp: Likewise.
2899
d8c06f22
AB
29002019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2901
2902 * gdb.threads/stop-with-handle.c: New file.
2903 * gdb.threads/stop-with-handle.exp: New file.
2904
3a56ed86
TV
29052019-10-03 Tom de Vries <tdevries@suse.de>
2906
2907 PR testsuite/25059
2908 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2909 directory" line to be missing.
2910
42275044
TV
29112019-10-03 Tom de Vries <tdevries@suse.de>
2912
2913 PR testsuite/25059
2914 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2915 type optional.
2916
9ef62df0
AA
29172019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2918
2919 * gdb.python/py-format-string.c (string.h): New include.
2920 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2921 the same value, for endianness-independence.
2922 * gdb.python/py-format-string.exp (default_regexp_dict)
2923 (test_pretty_structs, test_format): Adjust expected output to the
2924 changed initialization.
2925
37f6a7f4
TT
29262019-10-02 Tom Tromey <tromey@adacore.com>
2927
2928 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2929
1d58d6a2
PA
29302019-10-02 Pedro Alves <palves@redhat.com>
2931 Andrew Burgess <andrew.burgess@embecosm.com>
2932
2933 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2934 "print-file-var.h".
2935 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2936 (get_version_1): Print this_version_id and its address.
2937 Add extern "C" wrappers around interface functions.
2938 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2939 "print-file-var.h".
2940 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2941 (get_version_2): Print this_version_id and its address.
2942 Add extern "C" wrappers around interface functions.
2943 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2944 <stddef.h> and "print-file-var.h".
2945 Add extern "C" wrappers around interface functions.
2946 [VERSION_ID_MAIN] (this_version_id): Define.
2947 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2948 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2949 up extern "C" blocks.
2950 * gdb.base/print-file-var.exp (test): New, factored out from top
2951 level.
2952 (top level): Test all combinations of attribute hidden or not,
2953 dlopen or not, and this_version_id symbol in main file or not.
2954 Compile tests as both C++ and C, make test names unique.
2955
d770d56f
TT
29562019-10-01 Tom Tromey <tom@tromey.com>
2957
2958 * gdb.base/style.exp: Test "show logging filename".
2959
7f6aba03
TT
29602019-10-01 Tom Tromey <tom@tromey.com>
2961
2962 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2963 * gdb.base/style.exp: Add metadata style test.
2964
14309bb6
TT
29652019-10-01 Tom Tromey <tom@tromey.com>
2966
2967 * gdb.base/style.exp: Test "pwd".
2968
2a3c1174
PA
29692019-10-01 Tom Tromey <tom@tromey.com>
2970
2971 * gdb.base/style.exp: Update tests.
2972
53d666ec
AA
29732019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2974
2975 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2976 'six' to unsigned.
2977 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2978 'five'. Use an all-ones bit pattern for each.
2979 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2980 to its changed values.
2981
4a56a520
TT
29822019-09-30 Tom Tromey <tromey@adacore.com>
2983
2984 * gdb.rust/traits.rs: Disable all warnings.
2985
0df0352a
TV
29862019-09-29 Tom de Vries <tdevries@suse.de>
2987
aac66a4c 2988 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 2989
73d9a918
TV
29902019-09-29 Tom de Vries <tdevries@suse.de>
2991
2992 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2993
060b3ab4
TV
29942019-09-27 Tom de Vries <tdevries@suse.de>
2995
2996 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2997
68f7d34d
TV
29982019-09-27 Tom de Vries <tdevries@suse.de>
2999
3000 PR record/23188
3001 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3002
5d63b30a
TT
30032019-09-26 Tom Tromey <tromey@adacore.com>
3004
3005 * gdb.ada/py_taft.exp: New file.
3006 * gdb.ada/py_taft/main.adb: New file.
3007 * gdb.ada/py_taft/pkg.adb: New file.
3008 * gdb.ada/py_taft/pkg.ads: New file.
3009
3d435220
TV
30102019-09-24 Tom de Vries <tdevries@suse.de>
3011
3012 PR gdb/24598
3013 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3014
77d03678
TV
30152019-09-22 Tom de Vries <tdevries@suse.de>
3016
3017 * gdb.base/restore.exp: Allow register variables to be optimized out at
3018 -O0.
3019
abf516c6
UW
30202019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3021
3022 * gdb.arch/spu-info.exp: Remove file.
3023 * gdb.arch/spu-info.c: Remove file.
3024 * gdb.arch/spu-ls.exp: Remove file.
3025 * gdb.arch/spu-ls.c: Remove file.
3026
3027 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3028 * gdb.asm/spu.inc: Remove file.
3029
3030 * gdb.base/dump.exp: Remove support for spu*-*-*.
3031 * gdb.base/stack-checking.exp: Likewise.
3032 * gdb.base/overlays.exp: Likewise.
3033 * gdb.base/ovlymgr.c: Likewise.
3034 * gdb.base/spu.ld: Remove file.
3035
3036 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3037 * gdb.cp/cpexprs.exp: Likewise.
3038 * gdb.cp/exception.exp: Likewise.
3039 * gdb.cp/gdb2495.exp: Likewise.
3040 * gdb.cp/mb-templates.exp: Likewise.
3041 * gdb.cp/pr9167.exp: Likewise.
3042 * gdb.cp/userdef.exp: Likewise.
3043
3044 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3045
3046 * gdb.cell: Remove directory.
3047 * lib/cell.exp: Remove file.
3048
e452e88f
TV
30492019-09-19 Tom de Vries <tdevries@suse.de>
3050
3051 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3052
8a625130
TV
30532019-09-19 Tom de Vries <tdevries@suse.de>
3054
3055 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3056
81dc3ab5
TV
30572019-09-19 Tom de Vries <tdevries@suse.de>
3058
3059 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3060 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3061 (gdb_target_cmd): ... here.
3062 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3063 value 2.
3064
b078f3ac
AB
30652019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3066
3067 * gdb.base/source-dir.exp: Avoid having directory names in test
3068 names.
3069
f1b620e9
MG
30702019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3071
3072 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3073 directory.
3074
67f3ed6a
AB
30752019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3076
3077 * gdb.base/list-missing-source.exp: New file.
3078
d1b70248
TV
30792019-09-14 Tom de Vries <tdevries@suse.de>
3080
3081 PR teststuite/24599
3082 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3083 * lib/ada.exp (gnatmake_version_at_least): New proc.
3084
5fabdcd6
AB
30852019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3086
3087 * gdb.base/maint.exp: Use exec_has_index_section.
3088
aa17805f
AB
30892019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3090
3091 * gdb.base/maint.exp: Add test for 'maint info sections'.
3092
25e5c209
TV
30932019-09-12 Tom de Vries <tdevries@suse.de>
3094
3095 * gdb.base/store.exp: Allow register variables to be optimized out at
3096 -O0.
3097
4993045d
PW
30982019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3099
3100 * gdb.ada/rdv_wait.exp: Update to new task names.
3101 * gdb.base/task_switch_in_core.exp: Likewise.
3102 * gdb.base/info_sources_base.c: Likewise.
3103
8a516164
TT
31042019-09-10 Tom Tromey <tromey@adacore.com>
3105
3106 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3107
aa391654
TT
31082019-09-10 Tom Tromey <tromey@adacore.com>
3109
3110 * gdb.ada/dgopt.exp: New file.
3111 * gdb.ada/dgopt/x.adb: New file.
3112
8634b462
TT
31132019-09-08 Tom Tromey <tom@tromey.com>
3114
3115 * gdb.tui/resize.exp: Remove setup_xfail.
3116 * gdb.tui/regs.exp: Remove setup_xfail.
3117 * gdb.tui/basic.exp: Remove setup_xfail.
3118
736b0f76
DB
31192019-09-06 David Blaikie <dblaikie@gmail.com>
3120
3121 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3122 * gdb.cp/cplabel.exp: Ditto.
3123 * gdb.linespec/ls-errs.exp: Ditto.
3124
30331a6c
TV
31252019-09-05 Tom de Vries <tdevries@suse.de>
3126
3127 * lib/gdb.exp (cmp_file_string): New proc.
3128 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3129 runto_main. Verify save breakpoints output.
3130
98b0ebab
PW
31312019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3132
3133 * gdb.base/info-var.exp: Test info variables without running
3134 to main, to avoid expect's buffer overflow.
3135
4e962e74
TT
31362019-09-03 Tom Tromey <tromey@adacore.com>
3137
3138 * gdb.ada/bias.exp: New file.
3139 * gdb.ada/bias/bias.adb: New file.
3140 * gdb.ada/print_chars.exp: Add regression test.
3141 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3142 (MC): New variable.
3143
2ea1a07a
SL
31442019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3145
3146 * gdb.base/argv0-symlink.exp: Run only on native target
3147 and local host.
3148
8077c50d
TV
31492019-08-29 Tom de Vries <tdevries@suse.de>
3150
3151 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3152 diverse debug info.
3153 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3154
48352473
TV
31552019-08-28 Tom de Vries <tdevries@suse.de>
3156
3157 * gdb.base/info-var.exp: Allow info variables to print info for files
3158 other than info-var-f1.c and info-var-f2.c.
3159
d8f27c60
AB
31602019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3161
3162 * gdb.fortran/info-types.exp: Add module.
3163 * gdb.fortran/info-types.f90: Update expected results.
3164
1f20c35e
AB
31652019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3166
3167 * gdb.fortran/info-types.exp: New file.
3168 * gdb.fortran/info-types.f90: New file.
3169 * lib/fortran.exp (fortran_character1): New proc.
3170
4acfdd20
AB
31712019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3172
3173 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3174 functions'. Reindent as needed.
3175 * gdb.base/info-var-f1.c: New file.
3176 * gdb.base/info-var-f2.c: New file.
3177 * gdb.base/info-var.exp: New file.
3178 * gdb.base/info-var.h: New file.
3179
5c31b358
TV
31802019-08-26 Tom de Vries <tdevries@suse.de>
3181
3182 PR c++/24852
3183 * gdb.cp/no-libstdcxx-probe.exp: New test.
3184
b694989f
TV
31852019-08-26 Tom de Vries <tdevries@suse.de>
3186
3187 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3188 * tests need to be skipped.
3189 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3190 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3191 mi_skip_libstdcxx_probe_tests.
3192
d9c4ba53
SDJ
31932019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3194
3195 * gdb.python/py-xmethods.exp: Use raw strings when passing
3196 arguments to SimpleXMethodMatcher.
3197
395fad09
TV
31982019-08-22 Tom de Vries <tdevries@suse.de>
3199
3200 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3201 more informative.
3202
26c957f1
PA
32032019-08-21 Pedro Alves <palves@redhat.com>
3204
3205 * gdb.base/with.exp: Test "with" with no arguments.
3206
61f80d5d
TV
32072019-08-21 Tom de Vries <tdevries@suse.de>
3208
3209 * gdb.base/gdb-caching-proc.exp: Sort files.
3210
d7a11d13
TV
32112019-08-20 Tom de Vries <tdevries@suse.de>
3212
3213 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3214 compilation.
3215
34dafe9f
TV
32162019-08-16 Tom de Vries <tdevries@suse.de>
3217
3218 * gdb.base/compare-sections.exp ("after run to main"): Allow
3219 mismatched read-only sections for PIE executables.
3220
398fdd60
TT
32212019-08-16 Tom Tromey <tom@tromey.com>
3222
3223 * lib/tuiterm.exp (_csi_Z): New proc.
3224 * gdb.tui/basic.exp: Update window positions.
3225 * gdb.tui/empty.exp: Update window positions.
3226
d8f9e51c
SL
32272019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3228
3229 * gdb.base/examine-backward.exp: Correct regexp for
3230 "examine 3 bytes backward from ${address_zero}".
3231
3df505f6
TT
32322019-08-15 Tom Tromey <tom@tromey.com>
3233
3234 * gdb.tui/empty.exp: Enable resizing tests.
3235
272560b5
TT
32362019-08-15 Tom Tromey <tromey@adacore.com>
3237
3238 * gdb.ada/char_enum.exp: Add regression tests.
3239 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3240 and '0'.
3241 (Char, Gchar): Update.
3242 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3243
08235187
CB
32442019-08-15 Christian Biesinger <cbiesinger@google.com>
3245
3246 * gdb.python/python.exp: Expect a leading underscore on
3247 GdbOutput{,Error}File.
3248
22a2ab04
SL
32492019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3250
3251 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3252 Windows host.
3253
835b995b
SL
32542019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3255
3256 * gdb.base/batch-preserve-term-settings.exp
3257 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3258
97dd8e07
CB
32592019-08-15 Christian Biesinger <cbiesinger@google.com>
3260
3261 * lib/gdb.exp: When running on a mingw target, replace
3262 /x/ with x:/.
3263
75faf5c4
AH
32642019-08-14 Alan Hayward <alan.hayward@arm.com>
3265
3266 * gdb.arch/aarch64-prologue.c: New test.
3267 * gdb.arch/aarch64-prologue.exp: New file.
3268
abc6c00f
TV
32692019-08-13 Tom de Vries <tdevries@suse.de>
3270
3271 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3272 Thread.
3273
74c2c1f4
SL
32742019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3275
3276 * gdb.python/py-completion.exp: Download the .py file to the host
3277 and use its host pathname. Conditionalize tests that use
3278 tab completion and manipulate files on the build machine.
3279 * gdb.python/py-events.exp: Download the .py file to the host
3280 and use its host pathname.
3281 * gdb.python/py-evsignal.exp: Likewise.
3282 * gdb.python/py-evthreads.exp: Likewise.
3283 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3284 pathname syntax.
3285 * gdb.python/py-framefilter.exp: Download the .py file to the right
3286 place on the host. Match Windows pathname syntax.
3287 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3288 .py file to the host and use its host pathname.
3289 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3290 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3291 build pathname. Skip symlink test on Windows host. Add missing
3292 newline at end of file.
3293 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3294 and use its host pathname.
3295 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3296 * gdb.python/py-section-script.exp: Use host location of binfile
3297 on safe-path. Use correct path separator on Windows host.
3298 Reorder alternatives in gdb_test_multiple to prevent matching
3299 the wrong alternative on success.
3300 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3301
ca2589f3
PP
33022019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3303
3304 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3305 expect the GDB inferior to no longer immediately stop after
3306 being resumed with "signal SIGINT".
3307
020a839d
SL
33082019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3309
3310 * gdb.linespec/break-ask.exp: Generalize regexps to match
3311 Windows pathnames too.
3312
128d6509
TV
33132019-08-08 Tom de Vries <tdevries@suse.de>
3314
3315 PR testsuite/24862
3316 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3317
590042fc
PW
33182019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3319
3320 * gdb.base/style.exp: Update tests for help doc new invariants.
3321 * gdb.base/help.exp: Likewise.
3322
046bebe1
TT
33232019-08-06 Tom Tromey <tom@tromey.com>
3324
3325 * gdb.base/style.exp: Add disassemble test.
3326 * gdb.base/style.c (some_called_function): New function.
3327 (main): Use it.
3328
0b27c27d
CB
33292019-08-05 Christian Biesinger <cbiesinger@google.com>
3330
3331 * gdb.python/py-block.exp: Test dictionary access on blocks.
3332
580f1034
SM
33332019-08-05 Simon Marchi <simon.marchi@efficios.com>
3334
3335 PR gdb/24863
3336 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3337 -list-thread-groups --available test when running under
3338 check-read1.
3339
d86bd7cb
TV
33402019-08-05 Tom de Vries <tdevries@suse.de>
3341
3342 PR testsuite/24863
3343 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3344 * gdb.base/help.exp: Use with_read1_timeout_factor.
3345 * gdb.base/info-macros.exp: Same.
3346 * gdb.cp/nested-types.exp: Same.
3347
a80cf5d8
TV
33482019-08-05 Tom de Vries <tdevries@suse.de>
3349
3350 * lib/gdb.exp (version_at_least): Factor out of ...
3351 (tcl_version_at_least): ... here.
3352 (gdb_compile): Fail if pie results in non-PIE executable.
3353 (readelf_version, readelf_prints_pie): New proc.
3354 (exec_is_pie): Return -1 if unknown.
3355
d0962838
TV
33562019-08-05 Tom de Vries <tdevries@suse.de>
3357
3358 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3359
2252ff3d
SL
33602019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3361
3362 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3363
26655f53
SL
33642019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3365
3366 * lib/completion-support.exp (test_gdb_complete_none): Skip
3367 tab completion tests if no readline support.
3368 (test_gdb_complete_unique_re): Likewise.
3369 (test_gdb_complete_multiple): Likewise.
3370
db4dc13e
PW
33712019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3372
3373 * gdb.base/info_sources.exp: New file.
3374 * gdb.base/info_sources.c: New file.
3375 * gdb.base/info_sources_base.c: New file.
3376
0eba165a
PFC
33772019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3378
3379 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3380 prefix argument.
3381 (test_exit_status): Add prefix argument.
3382
59bd512b
TV
33832019-08-01 Tom de Vries <tdevries@suse.de>
3384
3385 PR testsuite/24863
3386 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3387 calling exp_continue for new thread and thread exited messages.
3388
2a3ad588
TV
33892019-08-01 Tom de Vries <tdevries@suse.de>
3390
3391 PR testsuite/24863
3392 * gdb.base/structs.exp: Fix check-read1 timeout using
3393 gdb_test_sequence.
3394 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3395
117eb594
TV
33962019-08-01 Tom de Vries <tdevries@suse.de>
3397
3398 PR testsuite/24863
3399 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3400 line.
3401
ed591340
TV
34022019-08-01 Tom de Vries <tdevries@suse.de>
3403
3404 PR testsuite/24863
3405 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3406
aa3b6533
TT
34072019-07-30 Tom Tromey <tromey@adacore.com>
3408
3409 * gdb.ada/display_nested.exp: New file.
3410 * gdb.ada/display_nested/foo.adb: New file.
3411 * gdb.ada/display_nested/pack.adb: New file.
3412 * gdb.ada/display_nested/pack.ads: New file.
3413
2906593f
CB
34142019-07-30 Christian Biesinger <cbiesinger@google.com>
3415
3416 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3417 namespace.
3418 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3419
0f575925
TV
34202019-07-30 Tom de Vries <tdevries@suse.de>
3421
3422 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3423 instead.
3424
b13057d9
TV
34252019-07-30 Tom de Vries <tdevries@suse.de>
3426
3427 PR testsuite/24834
3428 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3429 (exec_is_pie): New proc.
3430
5c4dde85
CB
34312019-07-29 Christian Biesinger <cbiesinger@google.com>
3432
3433 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3434
c620ed88
CB
34352019-07-29 Christian Biesinger <cbiesinger@google.com>
3436
3437 * gdb.python/py-objfile.c: Add global and static vars.
3438 * gdb.python/py-objfile.exp: Test new functions Objfile.
3439 lookup_global_symbol and lookup_static_symbol.
3440
3d235706
TT
34412019-07-29 Tom Tromey <tom@tromey.com>
3442
3443 * lib/tuiterm.exp (Term::_csi_@): New proc.
3444 (Term::_csi_X): Don't move cursor.
3445
c7e4c0a6
PW
34462019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3447
3448 * gdb.base/options.exp: Update backtrace - completion to
3449 new option -frame-info.
3450 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3451 Test new 'set print frame-info'. Test backtrace -frame-info
3452 overriding 'set print frame-info'.
3453 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3454 Test new 'set print frame-info'.
3455 Verify consistency of backtrace with and without filters, with and
3456 without -no-filters.
3457 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3458 default.
3459
de28a3b7
TV
34602019-07-29 Tom de Vries <tdevries@suse.de>
3461
3462 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3463 no arguments".
3464
507dd60e
TV
34652019-07-29 Tom de Vries <tdevries@suse.de>
3466
3467 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3468 is a substring of the first for "complete non-unique file name".
3469
5beafce9
TV
34702019-07-29 Tom de Vries <tdevries@suse.de>
3471
3472 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3473 with ".*".
3474
2d274232
TV
34752019-07-29 Tom de Vries <tdevries@suse.de>
3476
3477 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3478 Pass prompt_regexp parameter to gdb_test_multiple calls.
3479
9197cd8b
TV
34802019-07-29 Tom de Vries <tdevries@suse.de>
3481
3482 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 3483 print registers" regexps.
9197cd8b 3484
b528dae0
TV
34852019-07-29 Tom de Vries <tdevries@suse.de>
3486
3487 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3488
d17725d7
TV
34892019-07-29 Tom de Vries <tdevries@suse.de>
3490
3491 PR gdb/24855
3492 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3493 (skip_python_tests_prompt): Add prompt_regexp argument to
3494 gdb_test_multiple calls.
3495
52b75bf1
TT
34962019-07-27 Tom Tromey <tom@tromey.com>
3497
3498 * gdb.tui/main.exp: New file.
3499
2b1d00c2
TT
35002019-07-27 Tom Tromey <tom@tromey.com>
3501
3502 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3503 optional.
3504 * gdb.tui/empty.exp: New file.
3505
ded631d5
TT
35062019-07-27 Tom Tromey <tom@tromey.com>
3507
3508 * lib/tuiterm.exp (spawn): New proc.
3509 (Term::resize): New proc.
3510 * gdb.tui/resize.exp: New file.
3511
58ac439d
TT
35122019-07-27 Tom Tromey <tom@tromey.com>
3513
3514 * gdb.tui/list.exp: New file.
3515
fe1f56ee
TT
35162019-07-27 Tom Tromey <tom@tromey.com>
3517
3518 * gdb.tui/regs.exp: New file.
3519
f790b310
TT
35202019-07-27 Tom Tromey <tom@tromey.com>
3521
3522 * gdb.tui/basic.exp: Add "layout split" test.
3523
d95fc6ee
TT
35242019-07-27 Tom Tromey <tom@tromey.com>
3525
3526 * gdb.tui/basic.exp: Add "layout asm" test.
3527
c3786b3a
TT
35282019-07-27 Tom Tromey <tom@tromey.com>
3529
3530 * lib/tuiterm.exp: New file.
3531 * gdb.tui/basic.exp: New file.
3532
98a617f8
KB
35332019-07-27 Kevin Buettner <kevinb@redhat.com>
3534
3535 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3536 Enable tests associated with this flag. Adjust regex
3537 referencing "foo_low" to now refer to "foo_cold" instead.
3538
5c076da4
KB
35392019-07-27 Kevin Buettner <kevinb@redhat.com>
3540
3541 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3542 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3543 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3544 foo_cold. Revise comments to match.
3545 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3546 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3547 were wrapped into this proc; Call do_test in loop from outermost
3548 level.
3549 (foo_low): Rename all occurrences to "foo_cold".
3550 (backtrace from baz): New test.
3551 (x2/i foo_cold): New test.
3552 (info line *foo_cold): New test.
3553
1512d3b7
TV
35542019-07-26 Tom de Vries <tdevries@suse.de>
3555
3556 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3557
297989a1
TV
35582019-07-25 Tom de Vries <tdevries@suse.de>
3559
3560 PR testsuite/24830
3561 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3562 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3563 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3564 (skip_libstdcxx_probe_tests): ... here.
3565 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3566
b3b965fb
TV
35672019-07-24 Tom de Vries <tdevries@suse.de>
3568
3569 PR testsuite/24807
3570 * gdb.objc/basicclass.m: Include stdio.h.
3571 * gdb.objc/nondebug.m: Same.
3572 * gdb.objc/objcdecode.m: Same.
3573
4625b4d0
TV
35742019-07-24 Tom de Vries <tdevries@suse.de>
3575
3576 PR testsuite/24612
3577 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3578 additional_flags.
3579
024a5840
TV
35802019-07-24 Tom de Vries <tdevries@suse.de>
3581
3582 PR testsuite/24831
3583 * gdb.multi/tids.exp: Update error messages for info threads.
3584
c76ddaa3
TV
35852019-07-24 Tom de Vries <tdevries@suse.de>
3586
3587 * gdb.base/info-types.exp: Allow info types to print info for more than
3588 one file.
3589
9a618ef6
TV
35902019-07-23 Tom de Vries <tdevries@suse.de>
3591
3592 PR testsuite/24842
3593 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3594 gdb_spawn_with_cmdline_opts.
3595
40eadf04
SP
35962019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3597
3598 * gdb.arch/arm-cmse-sgstubs.c: New test.
3599 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3600
5ba29434
TV
36012019-07-23 Tom de Vries <tdevries@suse.de>
3602
3603 PR testsuite/24711
3604 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3605 issuing next command.
3606
a8e9d247
AB
36072019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3608
3609 * gdb.ada/info_auto_lang.exp: Update expected results.
3610 * gdb.base/info-types.c: Add additional types to check.
3611 * gdb.base/info-types.exp: Update expected results.
3612
eb86c5e2
AB
36132019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3614
3615 * gdb.base/info-types.c: New file.
3616 * gdb.base/info-types.exp: New file.
3617
01e175fe
AB
36182019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3619
3620 * gdb.arch/riscv-bp-infcall.c: New file.
3621 * gdb.arch/riscv-bp-infcall.exp: New file.
3622
6b78c3f8
AB
36232019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3624
3625 PR breakpoints/24541
3626 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3627
da738167
TV
36282019-07-14 Tom de Vries <tdevries@suse.de>
3629
3630 PR testsuite/24760
3631 * gdb.objc/basicclass.exp: Fix unterminated string.
3632
0d4e84ed
AB
36332019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3634 Andrew Burgess <andrew.burgess@embecosm.com>
3635
3636 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3637 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3638 negative bounds.
3639 * gdb.fortran/vla-value.exp: Print elements of an array with
3640 negative bounds.
3641 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3642 testing.
3643
021d8588
AB
36442019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3645
3646 * gdb.base/options.exp (expect_string): Dequote strings in
3647 results.
3648 (test-string): Test strings with different quoting and reindent.
3649
f06f1252
TT
36502019-07-10 Tom Tromey <tromey@adacore.com>
3651
3652 * gdb.ada/mi_ex_cond.exp: Update expected results.
3653 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3654 * gdb.ada/mi_catch_ex.exp: Update expected results.
3655 * gdb.ada/mi_catch_assert.exp: Update expected results.
3656 * gdb.ada/catch_ex.exp (catch_exception_info)
3657 (catch_exception_entry, catch_assert_entry)
3658 (catch_unhandled_entry): Update.
3659 * gdb.ada/catch_assert_if.exp: Update expected results.
3660
b863685d
RB
36612019-07-10 Richard Bunt <richard.bunt@arm.com>
3662 Stephen Roberts <stephen.roberts@arm.com>
3663
3664 * gdb.base/define.exp: Restore original prompt.
3665
cb1e4e32
PA
36662019-07-09 Pedro Alves <palves@redhat.com>
3667
3668 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3669 breakpoints" output.
3670 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3671 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3672 throw" creates breakpoint.
3673 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3674 'type="catchpoint"'.
3675
b58a68fe
PA
36762019-07-09 Pedro Alves <palves@redhat.com>
3677
3678 PR c++/15468
3679 * gdb.cp/except-multi-location-lib.cc: New.
3680 * gdb.cp/except-multi-location-main.cc: New.
3681 * gdb.cp/except-multi-location.exp: New.
3682
0826779b
PW
36832019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3684
3685 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3686 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3687 argument and update callers.
3688
5b0e2db4
AB
36892019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3690
3691 * gdb.arch/amd64-break-on-asm-line.S: New file.
3692 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3693
1f6f6e21
PW
36942019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3695
3696 * gdb.base/printcmds.exp: Test printing C string and
3697 C wide string convenience vars without transiting via the inferior.
3698 Also make test names unique.
3699
ea142fbf
AH
37002019-07-08 Alan Hayward <alan.hayward@arm.com>
3701
5862c886 3702 PR breakpoints/25011
ea142fbf
AH
3703 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3704
213fd9fa
PA
37052019-07-04 Pedro Alves <palves@redhat.com>
3706
3707 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3708 body returned ok(0), break(3) or continue(4).
3709 * gdb.testsuite/foreach_with_prefix.exp: New file.
3710
2b40fda7
AH
37112019-07-04 Alan Hayward <alan.hayward@arm.com>
3712
3713 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3714
a26c8de0
PA
37152019-07-03 Pedro Alves <palves@redhat.com>
3716
3717 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3718 "return -code".
3719
5f4ba3e7
PA
37202019-07-03 Pedro Alves <palves@redhat.com>
3721
3722 PR cli/24732
3723 * gdb.base/shell.exp: Load completion-support.exp.
3724 Adjust expected error output. Add completion tests.
3725
a994424f
PA
37262019-07-03 Pedro Alves <palves@redhat.com>
3727
3728 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3729 string_to_regexp.
3730
3d9be6f5
PA
37312019-07-03 Pedro Alves <palves@redhat.com>
3732
3733 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3734 (expect_integer): Adjust to expect "-string".
3735 (expect_string): New.
3736 (all_options): Expect "-string".
3737 (test-flag, test-boolean): Adjust to expect "-string".
3738 (test-string): New proc.
3739 (top level): Call it.
3740
41fc454c
PA
37412019-07-03 Pedro Alves <palves@redhat.com>
3742
3743 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3744 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3745 the expected output in the success.
3746
b2b2a215
PA
37472019-07-03 Pedro Alves <palves@redhat.com>
3748
3749 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3750 Split one gdb_test_multiple call in two to avoid a race.
3751
fdbc9870
PA
37522019-07-03 Pedro Alves <palves@redhat.com>
3753
3754 * gdb.base/with.c: New file.
3755 * gdb.base/with.exp: New file.
3756
c6ac8931
PA
37572019-07-03 Pedro Alves <palves@redhat.com>
3758
3759 * gdb.base/settings.exp: Replace all references to "maint
3760 test-settings set" with references to "maint set test-settings",
3761 and all references to "maint test-settings show" with references
3762 to "maint show test-settings".
3763
970f9d09
PA
37642019-07-03 Pedro Alves <palves@redhat.com>
3765
3766 * gdb.base/settings.exp (test-string): Adjust expected out when
3767 testing "maint test-settings show filename"
3768
54d66006
PA
37692019-07-02 Pedro Alves <palves@redhat.com>
3770
3771 * gdb.base/options.exp (test-info-threads): New procedure.
3772 (top level): Call it.
3773
10d06d82
TT
37742019-06-28 Tom Tromey <tromey@adacore.com>
3775
3776 * gdb.dwarf2/ada-linkage-name.c: New file.
3777 * gdb.dwarf2/ada-linkage-name.exp: New file.
3778
3d507ff2
TT
37792019-06-27 Tom Tromey <tromey@adacore.com>
3780
d039f014 3781 PR c++/20020:
3d507ff2
TT
3782 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3783
8af58ffe
TV
37842019-06-26 Tom de Vries <tdevries@suse.de>
3785
3786 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3787
22e21752
TV
37882019-06-26 Tom de Vries <tdevries@suse.de>
3789
3790 * gdb.base/index-cache.exp: Add back missing debug option.
3791
b65b566c
PW
37922019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3793
3794 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3795
5c2c8c69
TV
37962019-06-25 Tom de Vries <tdevries@suse.de>
3797
3798 PR testsuite/24727
3799 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3800
164e3873
TV
38012019-06-24 Tom de Vries <tdevries@suse.de>
3802
3803 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3804
824eacee
TV
38052019-06-24 Tom de Vries <tdevries@suse.de>
3806
3807 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3808 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3809 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3810
385b97d3
TV
38112019-06-24 Tom de Vries <tdevries@suse.de>
3812
3813 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3814
c596f180
TV
38152019-06-21 Tom de Vries <tdevries@suse.de>
3816
3817 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3818
b13a7d03
TV
38192019-06-21 Tom de Vries <tdevries@suse.de>
3820
3821 PR testsuite/24518
3822 PR ada/24713
3823 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3824 index.
3825
899277ae
TT
38262019-06-19 Tom Tromey <tromey@adacore.com>
3827
3828 * gdb.ada/length_cond.exp: Add intro comment.
3829
680e1bee
TT
38302019-06-19 Tom Tromey <tromey@adacore.com>
3831
3832 * gdb.ada/length_cond.exp: New file.
3833 * gdb.ada/length_cond/length_cond.adb: New file.
3834 * gdb.ada/length_cond/pck.adb: New file.
3835 * gdb.ada/length_cond/pck.ads: New file.
3836
0ed4690a
TV
38372019-06-18 Tom de Vries <tdevries@suse.de>
3838
3839 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3840
d20ed5fd
TT
38412019-06-18 Tom Tromey <tromey@adacore.com>
3842
3843 * gdb.base/list0.h: Add comment explaining control character.
3844
86e04673
TV
38452019-06-18 Tom de Vries <tdevries@suse.de>
3846
3847 * boards/fission.exp: Break up long debug_flags line.
3848
c4973306
SM
38492019-06-16 Tom de Vries <tdevries@suse.de>
3850
3851 PR gdb/24445
3852 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3853 generated index.
3854
93cb9841
AB
38552019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3856
3857 PR gdb/24686
3858 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3859 improve detection of bug gdb/24541.
3860
399aaebd
SM
38612019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3862
3863 PR gdb/24669
3864 * gdb.base/index-cache.exp (uses_readnow,
3865 expecting_index_cache_use): Define global variable.
3866 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3867 expecting_index_cache_use.
3868
584a927c
AB
38692019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3870 Andrew Burgess <andrew.burgess@embecosm.com>
3871
3872 * gdb.fortran/pointers.f90: New file.
3873 * gdb.fortran/print_type.exp: New file.
3874 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3875 * gdb.fortran/vla-type.exp: Likewise.
3876 * gdb.fortran/vla-value.exp: Likewise.
3877 * gdb.mi/mi-vla-fortran.exp: Likewise.
3878
30056ea0
AB
38792019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3880
3881 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3882 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3883 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3884 as a stop reason.
3885
ec8e2b6d
AB
38862019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3887
3888 * gdb.base/annota1.exp: Update expected results.
3889 * gdb.cp/annota2.exp: Likewise.
3890 * gdb.cp/annota3.exp: Likewise.
3891
09e4c4e1
AB
38922019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3893
3894 * gdb.base/style-logging.exp: Remove path from test name.
3895
0735b091
TT
38962019-06-14 Tom Tromey <tromey@adacore.com>
3897
3898 PR gdb/24502:
3899 * gdb.base/style-logging.exp: New file.
3900
f5686554
TT
39012019-06-14 Tom Tromey <tromey@adacore.com>
3902
3903 * gdb.base/symfile-warn.exp: New file.
3904 * gdb.base/symfile-warn.c: New file.
3905
a0c1ffed
TT
39062019-06-14 Tom Tromey <tromey@adacore.com>
3907
3908 * gdb.base/annotate-symlink.exp: New file.
3909
f411722c
TT
39102019-06-14 Tom Tromey <tromey@adacore.com>
3911
3912 * gdb.ada/set_wstr.exp: Add reassignment test.
3913
4268ec18
TT
39142019-06-14 Tom Tromey <tromey@adacore.com>
3915
3916 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3917 'unchecked_access and 'unrestricted_access as well.
3918
9a9e394b
TT
39192019-06-14 Tom Tromey <tromey@adacore.com>
3920
3921 PR ada/24539:
3922 * gdb.ada/vla.exp: Update tests.
3923 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3924 pragma.
3925
4c048731
PA
39262019-06-13 Pedro Alves <palves@redhat.com>
3927
3928 * gdb.base/settings.exp (test-integer): Test junk after
3929 "unlimited".
3930
6665660a
PA
39312019-06-13 Pedro Alves <palves@redhat.com>
3932
3933 * gdb.base/options.exp (test-thread-apply): New.
3934 (top level): Call it.
3935
5d707134
PA
39362019-06-13 Pedro Alves <palves@redhat.com>
3937
3938 * gdb.base/options.exp (test-frame-apply): New.
3939 (top level): Test print commands with different "frame apply"
3940 prefixes.
3941
e2a689da
PA
39422019-06-13 Pedro Alves <palves@redhat.com>
3943
e79be6e5 3944 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
3945 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3946 'max_completions' parameter and handle it.
3947 (test_gdb_completion_offers_commands): New.
3948
90a1ef87
PA
39492019-06-13 Pedro Alves <palves@redhat.com>
3950
3951 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3952
d4c16835
PA
39532019-06-13 Pedro Alves <palves@redhat.com>
3954
3955 * gdb.base/options.exp (test-backtrace): New.
3956 (top level): Call it.
3957
2daf894e
PA
39582019-06-13 Pedro Alves <palves@redhat.com>
3959
3960 * gdb.guile/scm-frame-args.exp: Use "set print
3961 raw-frame-arguments" instead of "set print raw frame-arguments".
3962 * gdb.python/py-frame-args.exp: Likewise.
3963
e6ed716c
PA
39642019-06-13 Pedro Alves <palves@redhat.com>
3965
3966 * gdb.compile/compile.exp: Adjust expected output to option
3967 processing changes.
3968
7d8062de
PA
39692019-06-13 Pedro Alves <palves@redhat.com>
3970
3971 * gdb.base/options.exp: Build executable.
3972 (test-print): New procedure.
3973 (top level): Call it, once for "print" and another for "compile
3974 print".
3975
9d0faba9
PA
39762019-06-13 Pedro Alves <palves@redhat.com>
3977
3978 * gdb.base/options.c: New file.
3979 * gdb.base/options.exp: New file.
3980
dee7b4c8
PA
39812019-06-13 Pedro Alves <palves@redhat.com>
3982
3983 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3984 that "o" is ambiguous.
3985
dca0f6c0
PA
39862019-06-13 Pedro Alves <palves@redhat.com>
3987
3988 * gdb.base/settings.c: New file.
3989 * gdb.base/settings.exp: New file.
3990
ccf46844
PA
39912019-06-13 Pedro Alves <palves@redhat.com>
3992
3993 * gdb.base/completion.exp: Fix comment typo.
3994
b9a3f842
PA
39952019-06-13 Pedro Alves <palves@redhat.com>
3996
3997 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3998 foo --1" test.
3999
d106773e
PA
40002019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4001
4002 * gdb.fortran/block-data.f: New.
4003 * gdb.fortran/block-data.exp: New.
4004
fea82da0
TV
40052019-06-11 Tom de Vries <tdevries@suse.de>
4006
4007 PR testsuite/24521
4008 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4009 message.
4010
8c2e74f1
TV
40112019-06-11 Tom de Vries <tdevries@suse.de>
4012
4013 PR testsuite/24521
4014 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4015
b49851c8
TV
40162019-06-11 Tom de Vries <tdevries@suse.de>
4017
4018 * boards/readnow.exp: New file.
4019
a7067863
AB
40202019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4021
4022 * gdb.fortran/vla-sizeof.exp: Update expected results.
4023
1a3da2cd
AB
40242019-06-06 Amos Bird <amosbird@gmail.com>
4025
4026 * gdb.base/annota1.exp (thread_switch): Add test for
4027 thread-exited annotation.
4028
3847a7bf
TT
40292019-06-06 Tom Tromey <tromey@adacore.com>
4030
4031 * gdb.base/maint.exp: Expect command started/finished output.
4032
0088ba59
AB
40332019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4034
4035 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4036 comment.
4037 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4038
312617a3
AB
40392019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4040
4041 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4042 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4043 * gdb.arch/riscv-unwind-long-insn.c: New file.
4044 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4045
e1f2e1a2
CB
40462019-06-04 Christian Biesinger <cbiesinger@google.com>
4047
d3238f7d 4048 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 4049
206584bd
PW
40502019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4051
4052 * lib/gdb.exp (help_list_trailer): New regexp variable
4053 factorizing the help trailer message.
4054 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4055 arg to allow to better factorize various tests.
4056 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4057 (test_prefix_command_help): Use help_list_trailer.
4058 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4059 * gdb.guile/scm-cmd.exp: Likewise.
4060 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4061 * gdb.base/help.exp: Use test_user_defined_class_help.
4062 * gdb.base/style.exp: Add tests for styling of help and apropos.
4063 * lib/gdb-utils.exp (style): Add title and highlight styles.
4064
708dc93e
PW
40652019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4066
4067 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4068 $_shell_exitsignal.
4069 * gdb.base/default.exp: Update for new convenience variables.
4070
f49055a5
TT
40712019-05-29 Tom Tromey <tromey@adacore.com>
4072
4073 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4074 to "break complete ada" test case's regexp.
4075
4330d61d
TT
40762019-05-29 Tom Tromey <tromey@adacore.com>
4077
4078 PR c++/20020:
4079 * gdb.cp/constexpr-field.exp: New file.
4080 * gdb.cp/constexpr-field.cc: New file.
4081
000439d5
TT
40822019-05-29 Tom Tromey <tromey@adacore.com>
4083
4084 * gdb.base/finish.exp (finish_no_print): New proc.
4085 (finish_tests): Call it.
4086
5a01c34c
TV
40872019-05-24 Tom de Vries <tdevries@suse.de>
4088
4089 * gdb.dwarf2/gdb-add-index.exp: New file.
4090
18125b16
TT
40912019-05-22 Tom Tromey <tromey@adacore.com>
4092
4093 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4094 * gdb.base/style.exp: Use "style".
4095 * lib/gdb-utils.exp (style): New proc.
4096
af1a8d03
TV
40972019-05-22 Tom de Vries <tdevries@suse.de>
4098
4099 * gdb.base/align.exp: Require c++11.
4100
e7fe496b
TV
41012019-05-22 Tom de Vries <tdevries@suse.de>
4102
4103 PR testsuite/24586
4104 * gdb.python/py-mi-var-info-path-expression.exp: Call
4105 mi_skip_python_tests to check if python is supported.
4106
8fca4da0
AH
41072019-05-22 Alan Hayward <alan.hayward@arm.com>
4108
4109 * gdb.arch/aarch64-pauth.c: New test.
4110 * gdb.arch/aarch64-pauth.exp: New file.
4111
b7060614
AH
41122019-05-22 Alan Hayward <alan.hayward@arm.com>
4113
4114 * README (Re-running Tests Outside The Testsuite): New section.
4115
669d0468
TV
41162019-05-21 Tom de Vries <tdevries@suse.de>
4117
4118 * gdb.arch/amd64-eval.exp: Require c++11.
4119 * gdb.base/max-depth.exp: Same.
4120 * gdb.compile/compile-cplus-array-decay.exp: Same.
4121 * gdb.cp/meth-typedefs.exp: Same.
4122 * gdb.cp/subtypes.exp: Same.
4123 * gdb.cp/temargs.exp: Same.
4124
ce3ebcaa
AH
41252019-05-21 Alan Hayward <alan.hayward@arm.com>
4126
4127 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4128
34d11c68
AB
41292019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4130
4131 PR gdb/18644
4132 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4133 * gdb.fortran/printing-types.exp: Add new test.
4134 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4135 testing.
4136 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4137 setup_kfail call.
4138
87781e84
AH
41392019-05-17 Alan Hayward <alan.hayward@arm.com>
4140
4141 * README (Running the Testsuite): Change example.
4142 (Testsuite Parameters): Remove TRANSCRIPT.
4143 * lib/gdb.exp: Remove TRANSCRIPT check.
4144
b420b89e
AH
41452019-05-17 Alan Hayward <alan.hayward@arm.com>
4146
4147 * README (Testsuite Parameters): Add replay logging to
4148 GDBSERVER_DEBUG.
4149 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4150 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4151 as a comma separated list.
4152 (gdb_debug_init): Override procedure.
4153
408e9b8b
AH
41542019-05-17 Alan Hayward <alan.hayward@arm.com>
4155
4156 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4157 (gdb_write_cmd_file): New procedure.
4158 * lib/gdbserver-support.exp (gdbserver_start): Call
4159 gdbserver_write_cmd_file.
4160 (gdbserver_write_cmd_file): New procedure.
4161
f9e2e39d
AH
41622019-05-17 Alan Hayward <alan.hayward@arm.com>
4163
4164 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4165 (delete_breakpoints): Likewise.
4166 (gdb_run_cmd): Likewise.
4167 (gdb_start_cmd): Likewise.
4168 (gdb_starti_cmd): Likewise.
4169 (gdb_internal_error_resync): Likewise.
4170 (gdb_test_multiple): Likewise.
4171 (gdb_reinitialize_dir): Likewise.
4172 (default_gdb_exit): Likewise.
4173 (gdb_file_cmd): Mark kill as optional.
4174 (default_gdb_start): Call gdb_stdin_log_init.
4175 (send_gdb): Call gdb_stdin_log_write.
4176 (rerun_to_main): Mark Y as an answer.
4177 (gdb_stdin_log_init): New function.
4178 (gdb_stdin_log_write): Likewise.
4179
81f47ac2
AH
41802019-05-17 Alan Hayward <alan.hayward@arm.com>
4181
4182 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4183 * gdb.base/debug-expr.exp: Likewise.
4184 * gdb.base/foll-fork.exp: Likewise.
4185 * gdb.base/foll-vfork.exp: Likewise.
4186 * gdb.base/fork-print-inferior-events.exp: Likewise.
4187 * gdb.base/gdb-sigterm.exp: Likewise.
4188 * gdb.base/gdbinit-history.exp: Likewise.
4189 * gdb.base/osabi.exp: Likewise.
4190 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4191 * gdb.base/ui-redirect.exp: Likewise.
4192 * gdb.gdb/unittest.exp: Likewise.
4193 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4194 * gdb.mi/mi-watch.exp: Likewise.
4195 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4196 * gdb.mi/user-selected-context-sync.exp: Likewise.
4197 * gdb.python/python.exp: Disable debug test when debugging.
4198 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4199 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4200 Likewise.
4201 * gdb.threads/stepi-random-signal.exp: Likewise.
4202
29b52314
AH
42032019-05-17 Alan Hayward <alan.hayward@arm.com>
4204
4205 * Makefile.in: Pass through GDB_DEBUG.
4206 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4207 (gdb,debug): Add board setting.
4208 * lib/gdb.exp (default_gdb_start): Start debugging.
4209 (gdb_debug_enabled): New procedure.
4210 (gdb_debug_init): Likewise.
29b52314
AH
4211
42122019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 4213
29b52314
AH
4214 * Makefile.in: Pass through GDB_DEBUG.
4215 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4216 (gdb,debug): Add board setting.
4217 * lib/gdb.exp (default_gdb_start): Start debugging.
4218 (gdb_debug_enabled): New procedure.
4219 (gdb_debug_init): Likewise.
29b52314 4220
ca1285d1
AH
42212019-05-17 Alan Hayward <alan.hayward@arm.com>
4222
4223 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4224
f3a09c80
AH
42252019-05-17 Alan Hayward <alan.hayward@arm.com>
4226
4227 * gdb.base/ui-redirect.exp: Test redirection.
4228
26648588
JV
42292019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4230
4231 * gdb.mi/mi-complete.exp: New file.
4232 * gdb.mi/mi-complete.cc: Likewise.
4233
14237686
AB
42342019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4235
4236 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4237 indexed and sliced arrays, and pointers to arrays.
4238
e7bd7fba
TT
42392019-05-14 Tom Tromey <tromey@adacore.com>
4240
4241 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4242 styling test.
4243
2764128d
TV
42442019-05-14 Tom de Vries <tdevries@suse.de>
4245
4246 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4247 selection entry encoding.
4248
71bed2db
TT
42492019-05-10 Tom Tromey <tromey@adacore.com>
4250
4251 * gdb.ada/info_exc.exp: Add "complete" test.
4252
63b667ad
TV
42532019-05-09 Tom de Vries <tdevries@suse.de>
4254
4255 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4256 CU-relative.
4257
9cfd2b89
TV
42582019-05-09 Tom de Vries <tdevries@suse.de>
4259
4260 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4261 CU-relative.
4262
2228ef77
XR
42632019-05-08 Joel Brobecker <brobecker@adacore.com>
4264
4265 * gdb.ada/frame_arg_lang.exp: New testcase.
4266 * gdb.ada/frame_arg_lang/bla.adb: New file.
4267 * gdb.ada/frame_arg_lang/pck.ads: New file.
4268 * gdb.ada/frame_arg_lang/pck.adb: New file.
4269 * gdb.ada/frame_arg_lang/foo.c: New file.
4270
80e55b13
TT
42712019-05-08 Tom Tromey <tromey@adacore.com>
4272
4273 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4274
9d3421af
TT
42752019-05-08 Tom Tromey <tromey@adacore.com>
4276
4277 * gdb.base/ptype-offsets.exp: Update tests.
4278
844333e2
TT
42792019-05-08 Tom Tromey <tromey@adacore.com>
4280
4281 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4282 cases.
4283 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4284 "short".
4285
988915ee
TT
42862019-05-08 Tom Tromey <tromey@adacore.com>
4287
4288 * gdb.ada/vla.exp: New file.
4289 * gdb.ada/vla/vla.adb: New file.
4290
7bd55dac
TV
42912019-05-07 Tom de Vries <tdevries@suse.de>
4292
4293 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4294
75f06e9d
TV
42952019-05-07 Tom de Vries <tdevries@suse.de>
4296
4297 PR testsuite/24522
4298 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4299 section.
4300
77e7aaa4
TV
43012019-05-07 Tom de Vries <tdevries@suse.de>
4302
4303 PR testsuite/24522
4304 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4305 .debug_aranges section.
4306
456ba0fa
TV
43072019-05-07 Tom de Vries <tdevries@suse.de>
4308
4309 PR testsuite/24159
4310 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4311
5a56d6a6
TV
43122019-05-06 Tom de Vries <tdevries@suse.de>
4313
4314 * lib/gdb.exp (exec_has_index_section): New proc.
4315 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4316 section.
4317
9d6d4be8
TV
43182019-05-04 Tom de Vries <tdevries@suse.de>
4319
4320 * boards/cc-with-debug-names.exp: New file.
4321
222a8d25
TT
43222019-05-03 Tom Tromey <tromey@adacore.com>
4323
4324 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4325 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4326 * gdb.ada/char_enum.exp: Add test.
4327
0fdfd794
TV
43282019-05-03 Tom de Vries <tdevries@suse.de>
4329
4330 * boards/cc-with-gdb-index.exp: New file.
4331
80062eb9
AB
43322019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4333
4334 * gdb.rust/simple.exp: Add new test case.
4335 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4336 (main): Initialise an instance of the new struct.
4337
4504bbde
TT
43382019-05-01 Tom Tromey <tromey@adacore.com>
4339
4340 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4341 record.
4342 (NPR): New variable.
4343 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4344 test.
4345
d48e62f4
TT
43462019-05-01 Tom Tromey <tromey@adacore.com>
4347
4348 * gdb.ada/packed_array_assign.exp: Add packed assignment
4349 regression test.
4350
f59f30f5
TV
43512019-05-01 Tom de Vries <tdevries@suse.de>
4352
4353 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4354
b70bfc54
TV
43552019-05-01 Tom de Vries <tdevries@suse.de>
4356
4357 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4358
15f18d14
AT
43592019-04-30 Ali Tamur <tamur@google.com>
4360
4361 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4362
2ff0a947
TT
43632019-04-30 Tom Tromey <tromey@adacore.com>
4364
4365 * lib/ada.exp (find_ada_tool): New proc.
4366 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4367 * gdb.ada/catch_ex_std.exp: New file.
4368 * gdb.ada/catch_ex_std/foo.adb: New file.
4369 * gdb.ada/catch_ex_std/some_package.adb: New file.
4370 * gdb.ada/catch_ex_std/some_package.ads: New file.
4371
a776957c
TT
43722019-04-30 Tom Tromey <tromey@adacore.com>
4373
4374 PR c++/24470:
4375 * gdb.cp/temargs.cc: Add test code from PR.
4376
bc68014d
AB
43772019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4378
4379 * gdb.fortran/vla-datatypes.exp: Update expected results.
4380 * gdb.fortran/vla-ptype.exp: Likewise.
4381 * gdb.fortran/vla-type.exp: Likewise.
4382 * gdb.fortran/vla-value.exp: Likewise.
4383
f1fdc960
AB
43842019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4385
4386 * gdb.fortran/ptr-indentation.exp: Update expected results.
4387 * gdb.fortran/ptype-on-functions.exp: Likewise.
4388 * gdb.fortran/vla-ptr-info.exp: Likewise.
4389 * gdb.fortran/vla-value.exp: Likewise.
4390
bf7a4de1
AB
43912019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4392
4393 * gdb.fortran/ptype-on-functions.exp: New file.
4394 * gdb.fortran/ptype-on-functions.f90: New file.
4395
bbe75b9d
AB
43962019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4397
4398 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4399 case void string.
4400
1db455a7
AB
44012019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4402
4403 * gdb.fortran/complex.exp: Expand.
4404 * gdb.fortran/complex.f: Renamed to...
4405 * gdb.fortran/complex.f90: ...this, and extended to add more
4406 complex values.
4407
b6d03bb2
AB
44082019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4409
4410 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4411 MODULO, CMPLX.
4412
2e62ab40
AB
44132019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4414 Richard Bunt <richard.bunt@arm.com>
4415
4416 * gdb.base/max-depth.c: New file.
4417 * gdb.base/max-depth.exp: New file.
4418 * gdb.python/py-nested-maps.c: New file.
4419 * gdb.python/py-nested-maps.exp: New file.
4420 * gdb.python/py-nested-maps.py: New file.
4421 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4422 (test_all_common): Call test_max_depth.
4423 * gdb.fortran/max-depth.exp: New file.
4424 * gdb.fortran/max-depth.f90: New file.
4425 * gdb.go/max-depth.exp: New file.
4426 * gdb.go/max-depth.go: New file.
4427 * gdb.modula2/max-depth.exp: New file.
4428 * gdb.modula2/max-depth.c: New file.
4429 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4430
d2b584a5
TV
44312019-04-29 Tom de Vries <tdevries@suse.de>
4432
4433 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4434
136afab8
PW
44352019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4436
4437 * gdb.base/callexit.exp: Test may-call-functions off.
4438
725cbb63
KS
44392019-04-25 Keith Seitz <keiths@redhat.com>
4440
4441 PR c++/24367
4442 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4443 (another_incomplete_struct, test_incomplete): New definitions.
4444 (main): Use new definitions.
4445 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4446 functions.
4447
701adfb0
PA
44482019-04-25 Ali Tamur <tamur@google.com>
4449
4450 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4451
82433e3e
SDJ
44522019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4453
4454 PR corefiles/11608
4455 PR corefiles/18187
4456 * gdb.base/coredump-filter-build-id.exp: New file.
4457
dd06d4d6
AH
44582019-04-25 Alan Hayward <alan.hayward@arm.com>
4459
e79be6e5
SM
4460 * Makefile.in: Pass through GDBSERVER_DEBUG.
4461 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4462 (gdbserver,debug): Add board setting.
4463 * gdb.trace/tspeed.exp: Skip when debugging.
4464 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4465 * lib/gdbserver-support.exp: Likewise
dd06d4d6 4466
1670072e
TT
44672019-04-24 Tom Tromey <tromey@adacore.com>
4468
4469 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4470 Rust.
4471
a59240a4
TT
44722019-04-24 Tom Tromey <tromey@adacore.com>
4473
4474 * gdb.arch/amd64-eval.exp: Test bitfield return.
4475 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4476 (class Foo) <return_bitfields>: New method.
4477 (main): Call it.
4478
b907456c
AB
44792019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4480
4481 * gdb.cp/many-args.cc: New file.
4482 * gdb.cp/many-args.exp: New file.
4483
5c565afd
TV
44842019-04-23 Tom de Vries <tdevries@suse.de>
4485
4486 PR gdb/24433
4487 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4488
ba22ff86
AH
44892019-04-23 Alan Hayward <alan.hayward@arm.com>
4490
4491 * gdb.trace/backtrace.exp: Use nopie flag.
4492 * gdb.trace/circ.exp: Likewise.
4493 * gdb.trace/collection.exp: Likewise.
4494 * gdb.trace/ftrace.exp: Likewise.
4495 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4496 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4497 * gdb.trace/qtro.exp: Likewise.
4498 * gdb.trace/read-memory.exp: Likewise.
4499 * gdb.trace/report.exp: Likewise.
4500 * gdb.trace/tfile.exp: Likewise.
4501 * gdb.trace/tfind.exp: Likewise.
4502 * gdb.trace/unavailable.exp: Likewise.
4503
7905fc35
PA
45042019-04-22 Pedro Alves <palves@redhat.com>
4505
4506 * gdb.base/solib-probes-nosharedlibrary.c,
4507 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4508
8ecb59f8
TT
45092019-04-19 Tom Tromey <tromey@adacore.com>
4510
4511 * gdb.ada/ptype_union.c: New file.
4512 * gdb.ada/ptype_union.exp: New file.
4513
62160ec9
TT
45142019-04-19 Tom Tromey <tromey@adacore.com>
4515
4516 PR symtab/24423:
4517 * gdb.base/list0.h (foo): Add a control-l character.
4518
36cd4ba5
TV
45192019-04-18 Tom de Vries <tdevries@suse.de>
4520
4521 PR gdb/24433
4522 * boards/local-board.exp: Set sysroot to "".
4523
b73715df
TV
45242019-04-18 Tom de Vries <tdevries@suse.de>
4525 Pedro Alves <palves@redhat.com>
4526
4527 PR gdb/24454
4528 * gdb.threads/vfork-follow-child-exec.c: New file.
4529 * gdb.threads/vfork-follow-child-exec.exp: New file.
4530 * gdb.threads/vfork-follow-child-exit.c: New file.
4531 * gdb.threads/vfork-follow-child-exit.exp: New file.
4532
4aa866af
LS
45332019-04-15 Leszek Swirski <leszeks@google.com>
4534
4535 * gdb.arch/amd64-eval.cc: New file.
4536 * gdb.arch/amd64-eval.exp: New file.
4537
e5a1a79a
AH
45382019-04-11 Alan Hayward <alan.hayward@arm.com>
4539
4540 * gdb.server/sysroot.c: New test.
4541 * gdb.server/sysroot.exp: New file.
4542 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4543 matching param.
4544
41077b66
AB
45452019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4546
4547 * gdb.base/align.exp: Extend test to cover structures containing
4548 only static fields.
4549
c30391f8
TV
45502019-04-11 Tom de Vries <tdevries@suse.de>
4551
4552 * boards/cc-with-dwz-m.exp: New file.
4553 * boards/cc-with-dwz.exp: New file.
4554 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4555
e242fd12
SM
45562019-04-09 Simon Marchi <simon.marchi@efficios.com>
4557
4558 * gdb.base/start-cpp.exp: New file.
4559 * gdb.base/start-cpp.cc: New file.
4560
2b0c8b01
KB
45612019-04-08 Kevin Buettner <kevinb@redhat.com>
4562
4563 * gdb.python/py-thrhandle.exp: Adjust tests to call
4564 thread_from_handle instead of thread_from_thread_handle.
4565
947210e5
KB
45662019-04-08 Kevin Buettner <kevinb@redhat.com>
4567
4568 * gdb.python/py-thrhandle.exp: Add tests for
4569 gdb.InferiorThread.handle.
4570
d7df6549
AB
45712019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4572
4573 * gdb.python/py-function.exp: Check calling helper function from
4574 all languages.
4575 * lib/gdb.exp (gdb_supported_languages): New proc.
4576
8bdc1658
AB
45772019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4578
4579 * gdb.base/complex-parts.c: New file.
4580 * gdb.base/complex-parts.exp: New file.
4581
05caa1d2
TT
45822019-04-01 Tom Tromey <tromey@adacore.com>
4583
4584 PR symtab/23331:
4585 * gdb.dwarf2/dw2-ranges-main.c: New file.
4586 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4587 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4588
7734102d
EZ
45892019-03-30 Simon Marchi <simark@simark.ca>
4590
4591 * gdb.base/default.exp: Add values for $_gdb_major and
4592 $_gdb_minor.
4593
188e1fa9
TT
45942019-03-29 Tom Tromey <tromey@adacore.com>
4595
4596 * gdb.base/help.exp: Tighten apropos regexp.
4597
2880242d
KS
45982019-03-29 Keith Seitz <keiths@redhat.com>
4599
4600 * gdb.fortran/array-bounds.exp: New file.
4601 * gdb.fortran/array-bounds.f90: New file.
4602
077cad8e
PW
46032019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4604
4605 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4606
80047cfc
PW
46072019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4608
4609 * gdb.multi/hello.c (main): Increase alarm timer.
4610
f489207e
SL
46112019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4612
4613 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4614 factor when no hardware watchpoint support.
4615
c92df149
AH
46162019-03-28 Alan Hayward <alan.hayward@arm.com>
4617 Pedro Alves <palves@redhat.com>
4618
4619 * boards/local-board.exp: set sysroot to /.
4620
933aebfa
AH
46212019-03-27 Alan Hayward <alan.hayward@arm.com>
4622
4623 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4624 in child.
4625
9f9aa852
AB
46262019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4627
4628 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4629 field.
4630 (make_container): Initialise new field.
4631 * gdb.python/py-prettyprint.exp: Add new tests.
4632 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4633 <display_hint>: New method.
4634
3714a195
AB
46352019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4636
4637 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4638 gdb_continue_to_breakpoint more throughout this test.
4639 (run_lang_tests) Supply unique test names, and use
4640 gdb_test_no_output.
4641
18c77628
AB
46422019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4643
4644 * gdb.base/finish-pretty.exp: Update expected results.
4645 * gdb.base/pretty-print.c: New file.
4646 * gdb.base/pretty-print.exp: New file.
4647
9a93502f
PA
46482019-03-25 Pedro Alves <palves@redhat.com>
4649
4650 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4651 move comments outside list. Append '-i "" eof' section.
4652
968aa7ae
AH
46532019-03-22 Alan Hayward <alan.hayward@arm.com>
4654
34a7f2a4 4655 PR testsuite/25016
968aa7ae
AH
4656 * README: Add pie options.
4657 * gdb.base/break-interp.exp: Ensure pie is disabled.
4658 * gdb.base/dump.exp: Likewise.
4659 * lib/gdb.exp (gdb_compile): Add pie option.
4660
4c7d57e7
TT
46612019-03-19 Tom Tromey <tromey@adacore.com>
4662
4663 * gdb.mi/mi2-cli-display.c: New file.
4664 * gdb.mi/mi2-cli-display.exp: New file.
4665
bff8c71f
TT
46662019-03-18 Joel Brobecker <brobecker@adacore.com>
4667 Tom Tromey <tromey@adacore.com>
4668
4669 * gdb.ada/ptype_array/pck.adb: New file.
4670 * gdb.ada/ptype_array/pck.ads: New file.
4671 * gdb.ada/ptype_array/foo.adb: New file.
4672 * gdb.ada/ptype_array.exp: New file.
4673
d085f989
TT
46742019-03-14 Tom Tromey <tromey@adacore.com>
4675
4676 * gdb.base/style.exp: Add "set style sources" test.
4677
b4be1b06
SM
46782019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4679
4680 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4681 * mi-breakpoint-multiple-locations.exp: ... this.
4682 (make_breakpoints_pattern): New proc.
4683 (do_test): Add mi_version parameter, test -break-insert,
4684 -break-info and =breakpoint-created.
4685
7cde5fc2
AB
46862019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4687
4688 * config/default.exp: Remove 'load_lib gdb.exp'.
4689 * config/monitor.exp: Likewise.
4690 * config/sid.exp: Likewise.
4691 * config/sim.exp: Likewise.
4692 * config/slite.exp: Likewise.
4693 * config/unix.exp: Likewise.
4694 * gdb.base/default.exp: Remove unhelpful comment.
4695
efbecbc1
AB
46962019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4697
4698 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4699
0841c79a
AB
47002019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4701
4702 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4703
4a270568
AB
47042019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4705
4706 * gdb.fortran/type-kinds.exp: Update expected results.
4707
067630bd
AB
47082019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4709
4710 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4711
3be47f7a
AB
47122019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4713
4714 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4715 function.
4716 (test_basic_parsing_of_type_kinds): Expand types tested.
4717 (test_parsing_invalid_type_kinds): New function.
4718
4d00f5d8
AB
47192019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4720
4721 * gdb.fortran/intrinsics.exp: New file.
4722 * gdb.fortran/intrinsics.f90: New file.
4723 * gdb.fortran/type-kinds.exp: New file.
4724
c8f91604
AB
47252019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4726
4727 * gdb.fortran/dot-ops.exp: New file.
4728
dd9f2c76
AB
47292019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4730
4731 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4732 Check upper and lower case logical literals.
4733
84ec9724
AB
47342019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4735
4736 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4737 Remove duplicate tests.
4738
c3734e09
AH
47392019-03-06 Alan Hayward <alan.hayward@arm.com>
4740
4741 * lib/gdb.exp (builtin_cd): rename of cd.
4742 (cd): Override builtin.
4743
aa3cfbda
RB
47442019-03-06 Richard Bunt <richard.bunt@arm.com>
4745
4746 * gdb.fortran/function-calls.exp: New file.
4747 * gdb.fortran/function-calls.f90: New test.
4748
7b63ad86
RB
47492019-03-04 Richard Bunt <richard.bunt@arm.com>
4750
4751 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4752 on user program standard output.
4753 * gdb.fortran/short-circuit-argument-list.f90: Record function
4754 calls.
4755
01abb042
AH
47562019-02-28 Alan Hayward <alan.hayward@arm.com>
4757
c3734e09
AH
4758 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4759 failure.
01abb042 4760
92137da0
RO
47612019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4762
4763 PR gdb/8527
4764 * gdb.base/interrupt-daemon-attach.c,
4765 gdb.base/interrupt-daemon-attach.exp: New test.
4766
5862844d
PA
47672019-02-27 Pedro Alves <palves@redhat.com>
4768
4769 * gdb.base/page.exp: Add tests for "set width/height -1".
4770
8ed25214
PA
47712019-02-27 Pedro Alves <palves@redhat.com>
4772
4773 * gdb.base/page.exp: Add tests for "set/show width/height" with
4774 "infinite" values.
4775
6c28e44a
TT
47762019-02-27 Tom Tromey <tromey@adacore.com>
4777
4778 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4779 2.4.
4780 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4781 workaround.
4782
bf9a735e
AB
47832019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4784
4785 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4786 tests for structs with static members.
4787
8791793c
TT
47882019-02-26 Tom Tromey <tromey@adacore.com>
4789
4790 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4791 ValueError, not TypeError.
4792
bc2a507e
KB
47932019-02-26 Kevin Buettner <kevinb@redhat.com>
4794
4795 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4796 call from main program.
4797
e0e7d3bd
JB
47982019-02-23 Joel Brobecker <brobecker@adacore.com>
4799
4800 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4801 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4802 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4803 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4804 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4805
9600246d
KS
48062019-02-22 Keith Seitz <keiths@redhat.com>
4807
4808 PR symtab/23853
4809 * gdb.base/symlink-sourcefile.c: New file.
4810 * gdb.base/symlink-sourcefile.exp: New file.
4811
0c95f9ed
TT
48122019-02-20 Tom Tromey <tom@tromey.com>
4813
4814 * gdb.base/info_qt.exp: Update.
4815
6caa91b6
SM
48162019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4817
4818 * gdb.base/source.exp: Move "error in sourced script" code to
4819 the end.
4820 * gdb.base/source-error.gdb: Move contents to
4821 source-error-1.gdb. Add new code to source source-error-1.gdb.
4822 * gdb.base/source-error-1.gdb: New file, from previous
4823 source-error.gdb.
4824
6506371f
TT
48252019-02-17 Tom Tromey <tom@tromey.com>
4826
4827 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4828 for macro styling.
4829 * gdb.base/style.c (SOME_MACRO): New macro.
4830
a0087920
TT
48312019-02-17 Tom Tromey <tom@tromey.com>
4832
4833 * gdb.base/style.exp: Add line-wrapping tests.
4834 * gdb.base/page.exp: Add test for quitting during pagination.
4835
a2cd4f14
JB
48362019-02-17 Joel Brobecker <brobecker@adacore.com>
4837
4838 * gdb.ada/big_packed_array: New testcase.
4839 * gdb.ada/homonym.exp: Fix incorrect expected output for
4840 "break <homonym__get_value>" test.
4841
9d70ffbc
WP
48422019-02-13 Weimin Pan <weimin.pan@oracle.com>
4843
4844 PR breakpoints/21870
4845 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4846 and prepare_for_testing. Add comment.
4847 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4848 redundant cleanup call. Clean up comment.
4849
01c7ae81
WP
48502019-02-12 Weimin Pan <weimin.pan@oracle.com>
4851
4852 PR breakpoints/21870
4853 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4854 * gdb.arch/aarch64-dbreg-contents.c: New file.
4855
aff29d1c
JB
48562019-02-10 Joel Brobecker <brobecker@adacore.com>
4857
4858 * gdb.ada/mi_ref_changeable: New testcase.
4859
df0da8a2
AH
48602019-02-07 Alan Hayward <alan.hayward@arm.com>
4861
4862 * gdb.base/attach.exp: Add double attach test.
4863
bd447abb
SM
48642019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4865
4866 * lib/gdb.exp (default_gdb_start): Don't match pagination
4867 prompt.
4868 (gdb_init): Set stty_init.
4869
1dbc40b9
TT
48702019-01-27 Tom Tromey <tom@tromey.com>
4871
4872 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4873 skip_python_tests.
4874
353229bf
AH
48752019-01-24 Alan Hayward <alan.hayward@arm.com>
4876
4877 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4878 New structure.
4879 (struct struct_static_02_02): Likewise.
4880 (struct struct_static_02_03): Likewise.
4881 (struct struct_static_02_04): Likewise.
4882 (struct struct_static_04_01): Likewise.
4883 (struct struct_static_04_02): Likewise.
4884 (struct struct_static_04_03): Likewise.
4885 (struct struct_static_04_04): Likewise.
4886 (struct struct_static_06_01): Likewise.
4887 (struct struct_static_06_02): Likewise.
4888 (struct struct_static_06_03): Likewise.
4889 (struct struct_static_06_04): Likewise.
4890 (cmp_struct_static_02_01): Likewise.
4891 (cmp_struct_static_02_02): Likewise.
4892 (cmp_struct_static_02_03): Likewise.
4893 (cmp_struct_static_02_04): Likewise.
4894 (cmp_struct_static_04_01): Likewise.
4895 (cmp_struct_static_04_02): Likewise.
4896 (cmp_struct_static_04_03): Likewise.
4897 (cmp_struct_static_04_04): Likewise.
4898 (cmp_struct_static_06_01): Likewise.
4899 (cmp_struct_static_06_02): Likewise.
4900 (cmp_struct_static_06_03): Likewise.
4901 (cmp_struct_static_06_04): Likewise.
4902 (call_all): Test new structs.
4903 * gdb.base/infcall-nested-structs.exp: Likewise.
4904
73021deb
AH
49052019-01-21 Alan Hayward <alan.hayward@arm.com>
4906 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4907
fc65c7db
AH
49082019-01-21 Alan Hayward <alan.hayward@arm.com>
4909 * gdb.base/stack-protector.c: New test.
4910 * gdb.base/stack-protector.exp: New file.
4911 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4912 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4913 option.
4914 (gdb_compile): Remove stack protector for GCC and prevent
4915 recursion.
4916
c24bdb02
KS
49172019-01-16 Keith Seitz <keiths@redhat.com>
4918
4919 PR gdb/23773
4920 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4921
6f072a10
PFC
49222019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4923
4924 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4925 aliases.
4926 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4927 tests.
4928 * gdb.arch/powerpc-vector-regs.c: New file.
4929 * gdb.arch/powerpc-vector-regs.exp: New file.
4930
a7b8d682
PFC
49312019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4932
4933 * gdb.arch/altivec-regs.exp: Fix the list passed to
4934 gdb_expect_list when testing "info vector".
4935
6eb6fb67
AB
49362019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4937
4938 * gdb.base/style.exp: Don't include path in testname.
4939
b56f80d8
KS
49402019-01-10 Keith Seitz <keiths@redhat.com>
4941
4942 PR gdb/23712
4943 PR symtab/23010
4944 * gdb.dwarf2/multidictionary.exp: New file.
4945
041be526
SM
49462019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4947
4948 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4949 (test_gnuv3_style_demangling): ... this.
4950 (test_lucid_style_demangling): Remove.
4951 (test_arm_style_demangling): Remove.
4952 (test_hp_style_demangling): Remove.
4953 (do_tests): Remove calls to the above.
4954
d820d0c3
AB
49552019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4956
4957 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4958 case.
4959
f097f5ad
TT
49602019-01-06 Tom Tromey <tom@tromey.com>
4961
4962 PR gdb/28155:
4963 * gdb.dwarf2/typedef-void-finish.exp: New file.
4964
2cd8cc0b
TT
49652018-12-28 Tom Tromey <tom@tromey.com>
4966 Simon Marchi <simark@simark.ca>
4967
4968 * gdb.base/jit-exec.exp: New file.
4969 * gdb.base/jit-exec.c: New file.
4970 * gdb.base/jit-execd.c: New file.
4971
35fb8261
TT
49722018-12-28 Tom Tromey <tom@tromey.com>
4973
4974 * gdb.base/style.exp: Update test to check for address styling.
4975
47fd17cd
TT
49762018-12-28 Tom Tromey <tom@tromey.com>
4977
4978 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4979 message.
4980
d47032b7
TT
49812018-12-28 Tom Tromey <tom@tromey.com>
4982
4983 * gdb.base/style.exp: Add test for version number styling.
4984
af79b68d
TT
49852018-12-28 Tom Tromey <tom@tromey.com>
4986
4987 * gdb.base/style.exp: Add test for print_address_symbolic.
4988
0bb296cb
TT
49892018-12-28 Tom Tromey <tom@tromey.com>
4990
4991 * gdb.base/style.exp: Add test for breakpoint setting.
4992
80ae2043
TT
49932018-12-28 Tom Tromey <tom@tromey.com>
4994
4995 * gdb.base/style.exp: Add test for variable names.
4996
cbe56571
TT
49972018-12-28 Tom Tromey <tom@tromey.com>
4998
4999 * gdb.base/style.exp: New file.
5000 * gdb.base/style.c: New file.
5001
9162a27c
TT
50022018-12-28 Tom Tromey <tom@tromey.com>
5003
5004 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5005 "dumb".
5006 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5007 the TERM environment variable.
5008
bc543c90
TT
50092018-12-27 Tom Tromey <tom@tromey.com>
5010
5011 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5012 pagination test.
5013
6f0ffe50
AB
50142018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5015
5016 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5017 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5018
b5a1e557
PW
50192018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5020
5021 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5022 Filename a.adb changed to bp_fun_addr.adb.
5023 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5024
6e8b1ab2
JV
50252018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5026
5027 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5028 non-PIE executables.
5029 * README: Mention the gdb,nopie_flag board setting.
5030 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5031 non-PIE executable.
5032 * gdb.arch/amd64-entry-value.exp: Likewise.
5033 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5034 * gdb.arch/i386-float.exp: Likewise.
5035 * gdb.arch/i386-signal.exp: Likewise.
5036 * gdb.mi/mi-reg-undefined.exp: Likewise.
5037
d00a27c5
PM
50382018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5039
5040 PR gdb/23974
5041 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5042
161d081c
PW
50432018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5044
5045 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5046 Update order of results accordingly.
5047
b001de23
AB
50482018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5049
5050 * gdb.base/annota1.exp: Update a test regexp.
5051
99e1a184
AB
50522018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5053
5054 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5055
7a81c1e2
PW
50562018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5057
5058 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5059 (reuse_time): Initialize to REUSE_TIME_CAP.
5060 (check_rc): New function.
5061 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5062 Check pthread_create rc.
5063 (spawner_thread_func): Check pthread_create and pthread_join rc.
5064
73e8dc90
PA
50652018-12-08 Pedro Alves <palves@redhat.com>
5066
5067 * gdb.base/list.exp (test_forward_search): Rename to ...
5068 (test_forward_reverse_search): ... this. Also test reverse-search
5069 and the forward-search alias.
5070
13f2ed32
AB
50712018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5072
5073 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5074 local timeout variable before return, and remove all local timeout
5075 variable entirely.
5076 (gdb_load): Likewise.
5077
64d27cfc
TV
50782018-12-01 Tom de Vries <tdevries@suse.de>
5079
5080 * gdb.base/gdb-caching-proc.exp: New file.
5081
f63c03b4
SDJ
50822018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5083
5084 * Makefile.in (TIMESTAMP): New variable.
5085 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5086 command.
5087 (check-single-racy): Likewise.
5088 (check/%.exp): Likewise.
5089 (check-racy/%.exp): Likewise.
5090 (workers/%.worker): Likewise.
5091 (build-perf): Likewise.
5092 (check-perf): Likewise.
5093 * README: Describe new "TS" and "TS_FORMAT" variables.
5094 * print-ts.py: New file.
5095
1c97054b
BF
50962018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5097
5098 PR python/23714
5099 * gdb.python/python.exp: Test command repetition after
5100 gdb.execute.
5101
1871a62d
AB
51022018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5103
5104 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5105 is correctly aligned.
5106
fb5e1ed9
PW
51072018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5108
5109 * gdb.ada/info_auto_lang.exp: New testcase.
5110 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5111 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5112 * gdb.ada/info_auto_lang/some_c.c: New file.
5113
43d397ca
PW
51142018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5115
5116 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5117 FUNC_lang language syntax.
5118
beddd671
PW
51192018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5120
5121 * gdb.base/info_minsym.c: New file.
5122 * gdb.base/info_minsym.exp: New file.
5123
73fc52c4
TT
51242018-11-19 Tom Tromey <tom@tromey.com>
5125
5126 PR rust/23625:
5127 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5128 * gdb.rust/expr.exp: Update expected output. Change one test.
5129
994b876a
TT
51302018-11-19 Tom Tromey <tom@tromey.com>
5131
5132 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5133
6769f276
PA
51342018-11-19 Pedro Alves <palves@redhat.com>
5135
5136 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5137 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5138 see the expected warning.
5139
38a72da0
AH
51402018-11-16 Alan Hayward <alan.hayward@arm.com>
5141
5142 PR gdb/22736:
5143 * gdb.cp/infcall-nodebug-lib.c: New test.
5144 * gdb.cp/infcall-nodebug-main.c: New test.
5145 * gdb.cp/infcall-nodebug.exp: New file.
5146
53a89d6e
SM
51472018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5148
5149 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5150 completer tests.
5151
9325300d
TV
51522018-11-09 Tom de Vries <tdevries@suse.de>
5153
5154 * gdb.base/msym-lang.c: New test.
5155 * gdb.base/msym-lang.exp: New file.
5156 * gdb.base/msym-lang-main.c: New test.
5157
20f0d60d
TT
51582018-11-08 Tom Tromey <tom@tromey.com>
5159
5160 PR gdb/23555:
5161 PR gdb/23838:
5162 * gdb.base/warning.exp: New file.
5163
b5420128
JB
51642018-11-08 Jan Beulich <jbeulich@suse.com>
5165
5166 * testsuite/gdb.arch/i386-avx512.c,
5167 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5168
cd115d61
AB
51692018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5170
5171 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5172 point hardware.
5173
35ee2dc2
AB
51742018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5175
5176 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5177 * gdb.dwarf2/missing-type-name.exp: New file.
5178
31aceee8
TV
51792018-11-06 Tom de Vries <tdevries@suse.de>
5180
5181 * gdb.base/many-headers.c: New test.
5182 * gdb.base/many-headers.exp: New file.
5183
109be305
JW
51842018-11-06 Jim Wilson <jimw@sifive.com>
5185
5186 * gdb.base/code_elim.exp: For riscv, set additional_flags
5187 to include -msmall-data-limit=0.
5188
e2b7af72
JB
51892018-11-01 Joel Brobecker <brobecker@adacore.com>
5190
5191 * gdb.ada/watch_minus_l: New testcase.
5192
cdcda965
SM
51932018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5194
5195 * gdb.arch/aix-sighandle.c: New file.
5196 * gdb.arch/aix-sighandle.exp: New file.
5197
92dcebf3
AB
51982018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5199
5200 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5201 registers being unions.
5202
68b9ac18
TV
52032018-10-31 Tom de Vries <tdevries@suse.de>
5204
5205 * lib/valgrind.exp: New file.
5206 (vgdb_start, vgdb_stop): New procs, factored out of ...
5207 * gdb.base/valgrind-bt.exp: ... here, ...
5208 * gdb.base/valgrind-disp-step.exp: ... here and ...
5209 * gdb.base/valgrind-infcall.exp: ... here.
5210
1443936e
TV
52112018-10-31 Tom de Vries <tdevries@suse.de>
5212
5213 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5214
eb77c9df
AB
52152018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5216
5217 * gdb.dwarf2/void-type.c: New file.
5218 * gdb.dwarf2/void-type.exp: New file.
5219
82b5e646
PW
52202018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5221
5222 * gdb.base/info_qt.c: New file.
5223 * gdb.base/info_qt.exp: New file.
5224
8d619c01
EBM
52252018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5226
5227 * gdb.arch/powerpc-htm-regs.c: New file.
5228 * gdb.arch/powerpc-htm-regs.exp: New file.
5229
f2cf6173
EBM
52302018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5231
5232 * gdb.arch/powerpc-tar.c: New file.
5233 * gdb.arch/powerpc-tar.exp: New file.
5234
7ca18ed6
EBM
52352018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5236
5237 * gdb.arch/powerpc-ppr-dscr.c: New file.
5238 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5239
bfcc0eba
TV
52402018-10-25 Tom de Vries <tdevries@suse.de>
5241
5242 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5243
fe1a5cad
TV
52442018-10-24 Tom de Vries <tdevries@suse.de>
5245
5246 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5247 longer exists error.
5248
a76dc3b7
TV
52492018-10-24 Tom de Vries <tdevries@suse.de>
5250
5251 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5252
4df46df7
TV
52532018-10-24 Tom de Vries <tdevries@suse.de>
5254
5255 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5256 --db-attach in valgrind.
5257
0dbfcfff
AB
52582018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5259
5260 * gdb.arch/riscv-reg-aliases.c: New file.
5261 * gdb.arch/riscv-reg-aliases.exp: New file.
5262
b04480b1
AH
52632018-10-19 Alan Hayward <alan.hayward@arm.com>
5264
5265 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5266
2c6ac8d7
AH
52672018-10-19 Alan Hayward <alan.hayward@arm.com>
5268
5269 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5270
2bc69f25
AH
52712018-10-19 Alan Hayward <alan.hayward@arm.com>
5272
5273 * gdb.cp/ovldbreak.exp: Fix regexps.
5274
1f1ae3a3
AH
52752018-10-19 Alan Hayward <alan.hayward@arm.com>
5276
5277 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5278
94c18618
SDJ
52792018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5280
5281 PR cli/23785
5282 * gdb.base/restore.exp: New test to check if "restore" with an
5283 invalid file doesn't segfault.
5284
812cd6eb
TV
52852018-10-18 Tom de Vries <tdevries@suse.de>
5286
5287 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5288 * gdb.ada/excep_handle.exp: Same.
5289 * gdb.ada/mi_string_access.exp: Same.
5290 * gdb.ada/mi_var_union.exp: Same.
5291 * gdb.arch/arc-analyze-prologue.exp: Same.
5292 * gdb.arch/arc-decode-insn.exp: Same.
5293 * gdb.base/readnever.exp: Same.
5294 * gdb.fortran/printing-types.exp: Same.
5295 * gdb.guile/scm-lazy-string.exp: Same.
5296
c4b90788
TV
52972018-10-16 Tom de Vries <tdevries@suse.de>
5298
5299 PR gdb/23730
5300 * gdb.base/catch-follow-exec.c: Add copyright notice.
5301 * gdb.base/catch-follow-exec.exp: Rewrite to use
5302 gdb_spawn_with_cmdline_opts. Require gdb-native.
5303
8bca2978
SL
53042018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5305
5306 * gdb.trace/actions-changed.exp: Check for arch support.
5307 * gdb.trace/actions.exp: Likewise.
5308 * gdb.trace/ax.exp: Likewise.
5309 * gdb.trace/backtrace.exp: Likewise.
5310 * gdb.trace/change-loc.exp: Likewise.
5311 * gdb.trace/deltrace.exp: Likewise.
5312 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5313 * gdb.trace/ftrace.exp: Likewise.
5314 * gdb.trace/infotrace.exp: Check for arch support.
5315 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5316 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5317 * gdb.trace/mi-tsv-changed.exp: Likewise.
5318 * gdb.trace/packetlen.exp: Likewise.
5319 * gdb.trace/passc-dyn.exp: Likewise.
5320 * gdb.trace/passcount.exp: Likewise.
5321 * gdb.trace/pending.exp: Likewise.
5322 * gdb.trace/range-stepping.exp: Check for shlib support.
5323 * gdb.trace/report.exp: Check for arch support.
5324 * gdb.trace/save-trace.exp: Likewise.
5325 * gdb.trace/signal.exp: Check for signal support.
5326 * gdb.trace/tfind.exp: Check for arch support.
5327 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5328 * gdb.trace/trace-common.h: Add comment.
5329 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5330 * gdb.trace/trace-enable-disable.exp: Likewise.
5331 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5332 * gdb.trace/tracecmd.exp: Check for arch support.
5333 * gdb.trace/tspeed.exp: Check for shlib and target support.
5334 * gdb.trace/tstatus.exp: Check for arch support.
5335 * gdb.trace/tsv.exp: Likewise.
5336 * gdb.trace/while-dyn.exp: Likewise.
5337 * gdb.trace/while-stepping.exp: Likewise.
5338 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5339
f9c49bff
SM
53402018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5341
5342 * gdb.trace/tspeed.exp: Remove nowarnings.
5343 (prepare_for_trace_test): Declare "global ipalib".
5344 * gdb.trace/tspeed.c: Include unistd.h.
5345 (main): Remove superfluous printf argument.
5346
d4330bde
SL
53472018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5348
5349 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5350 directory prefix on the filename.
5351
8ecfd7bd
SDJ
53522018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5353
5354 * gdb.gdb/unittest.exp: Update expected message informing that
5355 selftests have been disabled.
5356 * gdb.server/unittest.exp: Likewise.
5357
58bbcd02
TV
53582018-10-09 Tom de Vries <tdevries@suse.de>
5359
5360 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5361 with runto_main.
5362
9f6b697b
WP
53632018-10-08 Weimin Pan <weimin.pan@oracle.com>
5364
5365 PR c++/16841
5366 * gdb.cp/virtbase2.cc: New file.
5367 * gdb.cp/virtbase2.exp: New file.
5368
add5ded5
TT
53692018-10-06 Tom Tromey <tom@tromey.com>
5370
5371 PR python/19399:
5372 * gdb.python/py-inferior.exp: Add architecture test.
5373
f9e48344
TT
53742018-10-06 Tom Tromey <tom@tromey.com>
5375
5376 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5377 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5378
2a8be203
TT
53792018-10-06 Tom Tromey <tom@tromey.com>
5380
5381 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5382 of a "throw" catchpoint.
5383
e04caa70
SDJ
53842018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5385
5386 * gdb.base/info-proc.exp: Update string expected from "help info
5387 proc".
5388
5ca8c39f
TT
53892018-10-04 Tom Tromey <tom@tromey.com>
5390
5391 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5392 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5393 (test_initial_complaints, test_empty_complaints): Update.
5394 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5395
3453e7e4
TT
53962018-10-04 Tom Tromey <tom@tromey.com>
5397
5398 PR cli/19551:
5399 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5400 * lib/gdb.exp (gdb_file_cmd): Update.
5401 * gdb.stabs/weird.exp (print_weird_var): Update.
5402 * gdb.server/solib-list.exp: Update.
5403 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5404 * gdb.mi/mi-cli.exp: Update.
5405 * gdb.linespec/linespec.exp: Update.
5406 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5407 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5408 * gdb.cp/cp-relocate.exp: Update.
5409 * gdb.base/sym-file.exp: Update.
5410 * gdb.base/relocate.exp: Update.
5411 * gdb.base/readnever.exp: Update.
5412 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5413 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5414 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5415 * gdb.base/code_elim.exp: Update.
5416 * gdb.base/break-unload-file.exp (test_break): Update.
5417 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5418 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5419 Update.
5420 * gdb.base/attach.exp (do_attach_tests): Update.
5421 * gdb.base/sepdebug.exp: Update.
5422 * gdb.python/py-section-script.exp: Update.
5423
6afcf761
TT
54242018-10-04 Tom Tromey <tom@tromey.com>
5425
5426 PR cli/22234:
5427 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5428 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5429 output.
5430
fef1b293
TT
54312018-10-04 Tom Tromey <tom@tromey.com>
5432
5433 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5434 set width and height to 0.
5435 (test_command_line_attach_run): Use -quiet.
5436
ca98345e
SL
54372018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5438
5439 * lib/gdb.exp (skip_ifunc_tests): New.
5440 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5441 other compile failures.
5442 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5443
ff34e6ae
SM
54442018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5445
5446 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5447 is_amd64_regs_target.
5448
6bb8890e
AH
54492018-10-01 Alan Hayward <alan.hayward@arm.com>
5450
5451 * gdb.arch/aarch64-sighandler-regs.c: New test.
5452 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5453 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5454
224d30d3
MM
54552018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5456
5457 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5458 assembly.
5459
f67ffa6a
AB
54602018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5461
5462 * gdb.base/frame-selection.exp: New file.
5463 * gdb.base/frame-selection.c: New file.
5464
9fc3183f
AH
54652018-09-27 Alan Hayward <alan.hayward@arm.com>
5466
5467 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5468 pthread barrier.
5469 (main): Likewise.
5470
d354055e
AB
54712018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5472
5473 * gdb.base/large-frame-1.c: New file.
5474 * gdb.base/large-frame-2.c: New file.
5475 * gdb.base/large-frame.exp: New file.
5476 * gdb.base/large-frame.h: New file.
5477
db727370
JL
54782018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5479
5480 PR gdb/20948
5481 * gdb.base/write_mem.exp: New test.
5482 * gdb.base/write_mem.c: Likewise.
5483
ae778caf
TT
54842018-09-23 Tom Tromey <tom@tromey.com>
5485
5486 PR python/18852:
5487 * gdb.python/py-parameter.exp: Add test for parameter that throws
5488 on "set".
5489
fd3ba736
TT
54902018-09-23 Tom Tromey <tom@tromey.com>
5491
5492 PR python/17284:
5493 * gdb.python/py-template.exp (test_template_arg): Add test for
5494 negative template argument number.
5495
39a24317
TT
54962018-09-23 Tom Tromey <tom@tromey.com>
5497
5498 PR python/14062:
5499 * gdb.python/python.exp: Add test for post_event error.
5500
f5769a2c
TT
55012018-09-23 Tom Tromey <tom@tromey.com>
5502
5503 PR python/18170:
5504 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5505 convert pointers to int and long.
5506
1c1e54f6
TT
55072018-09-23 Tom Tromey <tom@tromey.com>
5508
5509 PR python/20126:
5510 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5511 signed-ness conversion tests.
5512
fb4fa946
TT
55132018-09-23 Tom Tromey <tom@tromey.com>
5514
5515 PR python/18352;
5516 * gdb.python/py-value.exp (test_float_conversion): New proc.
5517 Use it.
5518
a466edac
HAQ
55192018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5520
5521 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5522
4ee9b0c5
SL
55232018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5524
5525 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5526 no readline.
5527 * gdb.base/utf8-identifiers.exp: Likewise.
5528 * gdb.cp/cpcompletion.exp: Likewise.
5529 * gdb.linespec/cpcompletion.exp: Likewise.
5530 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5531 * gdb.linespec/cpls-ops.exp: Likewise.
5532
23be8da7
RB
55332018-09-19 Richard Bunt <richard.bunt@arm.com>
5534 Chris January <chris.january@arm.com>
5535
5536 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5537 * gdb.fortran/short-circuit-argument-list.exp: New file.
5538 * gdb.fortran/short-circuit-argument-list.f90: New test.
5539
5031d0ae
SDJ
55402018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5541
5542 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5543 "arch=" keyword when executing "-stack-list-frames".
5544
b4c0d1a4
SDJ
55452018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5546
5547 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5548 "arch=" keyword when executing "-stack-list-frames".
5549
7a6d2b45
SDJ
55502018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5551
5552 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5553 break ada".
5554
8588b356
SM
55552018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5556
5557 PR python/23669
5558 * gdb.python/python.exp: Test gdb.execute("show commands").
5559
65e65158
TT
55602018-09-16 Tom Tromey <tom@tromey.com>
5561
5562 * gdb.base/new-ui.exp (do_execution_tests): Update.
5563 * gdb.base/dbx.exp (test_breakpoints): Update.
5564
bf326452
AH
55652018-09-14 Alan Hayward <alan.hayward@arm.com>
5566
5567 * lib/gdb.exp (gdb_simple_compile): Add proc.
5568 (is_elf_target): Use gdb_simple_compile.
5569 (skip_altivec_tests): Likewise.
5570 (skip_vsx_tests): Likewise.
5571 (skip_tsx_tests): Likewise.
5572 (skip_btrace_tests): Likewise.
5573 (skip_btrace_pt_tests): Likewise.
5574 (gdb_can_simple_compile): Likewise.
5575 (gdb_has_argv0): Likewise.
5576 (gdb_target_symbol_prefix): Likewise.
5577 (target_supports_scheduler_locking): Likewise.
5578
2361b0fb
TT
55792018-09-13 Tom Tromey <tom@tromey.com>
5580
5581 * Makefile.in (TAGS): Recognize proc_with_prefix and
5582 gdb_caching_proc.
5583
0ae1a321
SM
55842018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5585
5586 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5587 method.
5588
a40bf0c2
SM
55892018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5590
5591 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5592 and a few other Inferior properties when the Inferior is no
5593 longer valid.
5594
4a3fe98f
TT
55952018-09-13 Tom Tromey <tom@tromey.com>
5596
5597 PR rust/23650:
5598 * gdb.rust/simple.exp: Add test for enum field access error.
5599
098b2108
TT
56002018-09-13 Tom Tromey <tom@tromey.com>
5601
5602 PR rust/23626:
5603 * gdb.rust/simple.rs (EmptyEnum): New type.
5604 (main): Use it.
5605 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5606
1256af7d
SM
56072018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5608
5609 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5610 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5611 * gdb.python/py-symtab.exp: Update test printing an objfile.
5612
4aa8e6c2
SM
56132018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5614
5615 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5616 object.
5617
c221b2f7
AH
56182018-09-12 Alan Hayward <alan.hayward@arm.com>
5619
5620 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5621 (support_complex_tests): Use gdb_can_simple_compile.
5622 (is_ilp32_target): Likewise.
5623 (is_lp64_target): Likewise.
5624 (is_64_target): Likewise.
5625 (is_amd64_regs_target): Likewise.
5626 (is_aarch32_target): Likewise.
5627 (gdb_int128_helper): Likewise.
5628
6f1107b5
JK
56292018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5630
5631 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5632
1f5d1570
JG
56332018-09-10 Jerome Guitton <guitton@adacore.com>
5634
5635 * gdb.ada/same_component_name: Add test for case of tagged record
5636 with variable-length fields.
5637
cc330e39
XR
56382018-09-10 Xavier Roirand <roirand@adacore.com>
5639
5640 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5641 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5642 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5643 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5644
b9c50e9a
XR
56452018-09-10 Xavier Roirand <roirand@adacore.com>
5646
5647 * gdb.ada/mi_string_access.exp: New testcase.
5648 * gdb.ada/mi_string_access/bar.adb: New file.
5649 * gdb.ada/mi_string_access/pck.adb: New file.
5650 * gdb.ada/mi_string_access/pck.asd: New file.
5651
2963898f
XR
56522018-09-10 Xavier Roirand <roirand@adacore.com>
5653
5654 * gdb.ada/mi_var_union.exp: New testcase.
5655 * gdb.ada/mi_var_union/bar.adb: New file.
5656 * gdb.ada/mi_var_union/pck.adb: New file.
5657 * gdb.ada/mi_var_union/pck.asd: New file.
5658
1aac008f
TT
56592018-09-08 Tom Tromey <tom@tromey.com>
5660
5661 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5662
332cf4c9
TT
56632018-09-08 Tom Tromey <tom@tromey.com>
5664
5665 PR python/16047:
5666 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5667 (register_pretty_printers): Register new printer.
5668 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5669 test.
5670 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5671 (an_int_type3): New global.
5672
424da6cf
JB
56732018-09-08 Joel Brobecker <brobecker@adacore.com>
5674
5675 * gdb.ada/expr_with_funcall: New testcase.
5676
2a62dfa9
JB
56772018-09-08 Joel Brobecker <brobecker@adacore.com>
5678
5679 * gdb.ada/packed_array_assign: New testcase.
5680
96b6697f
AB
56812018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5682
5683 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5684 names, and add test prefixes to make test names unique.
5685
e4a62c65
TV
56862018-09-05 Tom de Vries <tdevries@suse.de>
5687
5688 * gdb.dwarf2/varval.exp: Add test.
5689
dd083ee2
GB
56902018-09-04 Gary Benson <gbenson@redhat.com>
5691
5692 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5693 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5694
aef9346c
TT
56952018-08-31 Tom Tromey <tom@tromey.com>
5696
5697 * gdb.rust/simple.rs: Rename second variable "v".
5698
c67f2e15
AB
56992018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5700
5701 * gdb.base/funcargs.c (use_a): New function.
5702 (recurse): Call use_a.
5703
078a0207
KS
57042018-08-29 Keith Seitz <keiths@redhat.com>
5705
5706 * gdb.compile/compile-cplus-anonymous.cc: New file.
5707 * gdb.compile/compile-cplus-anonymous.exp: New file.
5708 * gdb.compile/compile-cplus-array-decay.cc: New file.
5709 * gdb.compile/compile-cplus-array-decay.exp: New file.
5710 * gdb.compile/compile-cplus-inherit.cc: New file.
5711 * gdb.compile/compile-cplus-inherit.exp: New file.
5712 * gdb.compile/compile-cplus-member.cc: New file.
5713 * gdb.compile/compile-cplus-member.exp: New file.
5714 * gdb.compile/compile-cplus-method.cc: New file.
5715 * gdb.compile/compile-cplus-method.exp: New file.
5716 * gdb.compile/compile-cplus-mod.c: "New" file.
5717 * gdb.compile/compile-cplus-namespace.cc: New file.
5718 * gdb.compile/compile-cplus-namespace.exp: New file.
5719 * gdb.compile/compile-cplus-nested.cc: New file.
5720 * gdb.compile/compile-cplus-nested.exp: New file.
5721 * gdb.compile/compile-cplus-print.c: "New" file.
5722 * gdb.compile/compile-cplus-print.exp: "New" file.
5723 * gdb.compile/compile-cplus-virtual.cc: New file.
5724 * gdb.compile/compile-cplus-virtual.exp: New file.
5725 * gdb.compile/compile-cplus.c: "New" file.
5726 * gdb.compile/compile-cplus.exp: "New" file.
5727 * lib/compile-support.exp: New file.
5728
b0f492b9
GB
57292018-08-16 Gary Benson <gbenson@redhat.com>
5730
5731 PR gdb/13000:
5732 * gdb.base/batch-exit-status.exp: New file.
5733 * gdb.base/batch-exit-status.good-commands: Likewise.
5734 * gdb.base/batch-exit-status.bad-commands: Likewise.
5735
36eb4c5f
AH
57362018-08-29 Alan Hayward <alan.hayward@arm.com>
5737
5738 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5739 (struct struct02): Likewise.
5740 (struct struct03): Likewise.
5741 (struct struct04): Likewise.
5742 (struct struct_01_01): New struct.
5743 (struct struct_01_02): Likewise.
5744 (struct struct_01_03): Likewise.
5745 (struct struct_01_04): Likewise.
5746 (struct struct_02_01): Likewise.
5747 (struct struct_02_02): Likewise.
5748 (struct struct_02_03): Likewise.
5749 (struct struct_02_04): Likewise.
5750 (struct struct_04_01): Likewise.
5751 (struct struct_04_02): Likewise.
5752 (struct struct_04_03): Likewise.
5753 (struct struct_04_04): Likewise.
5754 (struct struct_05_01): Likewise.
5755 (struct struct_05_02): Likewise.
5756 (struct struct_05_03): Likewise.
5757 (struct struct_05_04): Likewise.
5758 (cmp_struct01): Remove function.
5759 (cmp_struct02): Likewise.
5760 (cmp_struct03): Likewise.
5761 (cmp_struct04): Likewise.
5762 (cmp_struct_01_01): Add Function.
5763 (cmp_struct_01_02): Likewise.
5764 (cmp_struct_01_03): Likewise.
5765 (cmp_struct_01_04): Likewise.
5766 (cmp_struct_02_01): Likewise.
5767 (cmp_struct_02_02): Likewise.
5768 (cmp_struct_02_03): Likewise.
5769 (cmp_struct_02_04): Likewise.
5770 (cmp_struct_04_01): Likewise.
5771 (cmp_struct_04_02): Likewise.
5772 (cmp_struct_04_03): Likewise.
5773 (cmp_struct_04_04): Likewise.
5774 (cmp_struct_05_01): Likewise.
5775 (cmp_struct_05_02): Likewise.
5776 (cmp_struct_05_03): Likewise.
5777 (cmp_struct_05_04): Likewise.
5778 (call_all): Add new structs.
5779 * gdb.base/infcall-nested-structs.exp: Likewise.
5780
3bf9c013
JV
57812018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5782
5783 * gdb.python/py-framefilter-mi.exp: Update regexp to
5784 check for "arch" field in frame output.
5785
450d1e88
KB
57862018-08-23 Kevin Buettner <kevinb@redhat.com>
5787
5788 * gdb.dwarf2/dw2-ranges-func.c: New file.
5789 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5790
ae739fe7
SM
57912018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5792
5793 * gdb.base/term.exp: Compare terminal settings with values from
5794 the inferior.
5795 * gdb.base/term.c: Get and set terminal settings.
5796
6d52907e
JV
57972018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5798
5799 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5800 accommodate new "arch" field in frame output.
5801 * gdb.mi/mi-return.exp: Likewise.
5802 * gdb.mi/mi-stack.exp: Likewise.
5803 * gdb.mi/mi-syn-frame.exp: Likewise.
5804 * gdb.mi/user-selected-context-sync.exp: Likewise.
5805
be2d111a
MS
58062018-08-19 Michael Spang <spang@google.com>
5807
5808 PR gdb/11786
5809 * gdb.base/gcore-tls-pie.c: New file.
5810 * gdb.base/gcore-tls-pie.exp: New file.
5811
ae3a7c47
KB
58122018-08-18 Kevin Buettner <kevinb@redhat.com>
5813
5814 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
5815 * gdb.dwarf2/varval.c: New file.
5816 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 5817
2ecae92e
AH
58182018-08-17 Alan Hayward <alan.hayward@arm.com>
5819
5820 PR gdb/18931
5821 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5822
c1854f1d
KS
58232018-08-16 Keith Seitz <keiths@redhat.com>
5824
5825 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5826 tests expected to pass.
5827
26fb3983
JV
58282018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5829
5830 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5831 -data-disassemble -a.
5832 (test_disassembly_bogus_args): Likewise.
5833
67943c00
AB
58342018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5835
5836 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5837
5ff2bbae
AB
58382018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5839
5840 * gdb.base/vla-optimized-out.exp: Add new test.
5841
e5bbcd0f
AB
58422018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5843
5844 * gdb.base/vla-optimized-out-o3.exp: Delete.
5845 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5846 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5847 deleted tests.
5848
9d4a934c
AB
58492018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5850
5851 PR gdb/18050:
5852 * gdb.server/extended-remote-restart.c: New file.
5853 * gdb.server/extended-remote-restart.exp: New file.
5854
045cf012
SM
58552018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5856
5857 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5858 "set variable index = 42".
5859
87d6a7aa
SM
58602018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5861
5862 * boards/index-cache-gdb.exp: New file.
5863 * gdb.dwarf2/index-cache.exp: New file.
5864 * gdb.dwarf2/index-cache.c: New file.
5865 * gdb.base/maint.exp: Check if we are using the index cache.
5866
96d68bd4
RO
58672018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5868
5869 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5870 MAKEFLAGS.
5871
5a699617
RO
58722018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5873
5874 * dg-extract-results.sh: Move to toplevel contrib.
5875 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5876 * Makefile.in (check-parallel-racy): Likewise.
5877
5bd18990
AB
58782018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5879
5880 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5881 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5882 tests if the target supports scheduler locking.
5883
3fbbcf47
TV
58842018-08-04 Tom de Vries <tdevries@suse.de>
5885
5886 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5887
3e1d3d8c
TT
58882018-08-02 Tom Tromey <tom@tromey.com>
5889
5890 PR symtab/16842.
5891 * gdb.cp/temargs.exp: Test "info address" of a template
5892 parameter.
5893
5abe0f0c
JV
58942018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5895
5896 * gdb.python/py-mi-var-info-path-expression.c: New file.
5897 * gdb.python/py-mi-var-info-path-expression.py: New file.
5898 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5899
fb66cde8
SDJ
59002018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5901
5902 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5903 error after "cannot resolve name" string.
5904
c708f4d2
AB
59052018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5906
5907 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5908 started.
5909 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5910
37cc0cae
TV
59112018-07-28 Tom de Vries <tdevries@suse.de>
5912
5913 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5914
63b4ecf7
TV
59152018-07-26 Tom de Vries <tdevries@suse.de>
5916
5917 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5918
3c3bb058
AB
59192018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5920
5921 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5922 is visible.
5923
9e7f3bbb
TV
59242018-07-26 Tom de Vries <tdevries@suse.de>
5925
5926 PR breakpoints/23366
5927 * gdb.base/catch-follow-exec.c: New test.
5928 * gdb.base/catch-follow-exec.exp: New file.
5929
16f808ec
TV
59302018-07-25 Tom de Vries <tdevries@suse.de>
5931
5932 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5933 vla-optimized-out.c.
5934
d7154a8d
JV
59352018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5936
5937 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5938 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5939
232a0032
TV
59402018-07-20 Tom de Vries <tdevries@suse.de>
5941
5942 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5943 NOCLONE macro.
5944 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5945
fbb1d502
TV
59462018-07-19 Tom de Vries <tdevries@suse.de>
5947
5948 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5949 regular expression.
5950
42dc7699
TV
59512018-07-18 Tom de Vries <tdevries@suse.de>
5952
5953 * gdb.base/vla-optimized-out.c: New test.
5954 * gdb.base/vla-optimized-out.exp: New file.
5955
7f1f7e23
SDJ
59562018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5957
5958 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5959 message "No address associated with hostname" when gdbserver
5960 cannot resolve the hostname.
5961
5759ebb3
PW
59622018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5963
5964 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5965 Add some test prefixes to make tests unique.
5966
3606ccab
PW
59672018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5968
5969 * gdb.base/frameapply.c: New file.
5970 * gdb.base/frameapply.exp: New file.
5971
529c08b2
PW
59722018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5973
5974 * gdb.base/skip.exp: Update expected error message.
5975
c7ab0aef
SDJ
59762018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5977 Jan Kratochvil <jan.kratochvil@redhat.com>
5978 Paul Fertser <fercerpav@gmail.com>
5979 Tsutomu Seki <sekiriki@gmail.com>
5980
5981 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5982 parameter.
5983 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5984 by default.
5985 * boards/native-gdbserver.exp: Likewise.
5986 * gdb.server/run-without-local-binary.exp: Improve regexp used
5987 for detecting when a remote debugging connection succeeds.
5988 * gdb.server/server-connect.exp: New file.
5989 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5990 Do not prefix the port number with ":".
5991 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5992 support for detecting and using it. Add '$debughost_gdbserver'
5993 to the list of arguments used to start gdbserver. Handle case
5994 when gdbserver cannot resolve a network name.
5995
16ff70dd
SDJ
59962018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5997
5998 PR c++/23373
5999 * gdb.base/ptype-offsets.cc (struct static_member): New
6000 struct.
6001 (main) <stmember>: New variable.
6002 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6003 with a static member in it.
6004
3541979f
AB
60052018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6006
6007 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6008 watchpoints enabled and disabled.
6009
c8ad9b9a
AB
60102018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6011
6012 * gdb.base/examine-backward.exp: Still run tests around address
6013 0x0, even if address 0x0 is not readable. Update the pattern for
6014 matching address 0x0 in expected output.
6015
e0e5e971
AB
60162018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6017
6018 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6019 malloc/free.
6020
1ea5da02
TV
60212018-07-04 Tom de Vries <tdevries@suse.de>
6022
6023 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6024
471b9d15
MR
60252018-07-02 Maciej W. Rozycki <macro@mips.com>
6026
6027 PR tdep/8282
6028 * gdb.arch/mips-disassembler-options.exp: New test.
6029 * gdb.arch/mips-disassembler-options.s: New test source.
6030
75acb486
PA
60312018-06-29 Pedro Alves <palves@redhat.com>
6032
6033 * gdb.threads/names.exp: Adjust expected "info threads" output.
6034
cd2bb709
PA
60352018-06-29 Pedro Alves <palves@redhat.com>
6036
6037 * gdb.opt/inline-break.exp (line number, address): Add "info
6038 break" tests.
6039
991ff292
PA
60402018-06-29 Pedro Alves <palves@redhat.com>
6041
6042 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6043 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6044 number and address and running to them.
6045
356819b6 60462018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
6047
6048 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6049
2512d7ef
JK
60502018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6051
6052 * lib/compiler.c: Remove executable permission flag.
6053
be1b6474
RB
60542018-06-28 Richard Bunt <richard.bunt@arm.com>
6055
6056 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6057 code.
6058 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6059
291f9a96
PT
60602018-06-28 Petr Tesarik <ptesarik@suse.cz>
6061
6062 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6063
ed6dfe51
PT
60642018-06-28 Petr Tesarik <ptesarik@suse.cz>
6065
6066 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6067 address argument is omitted.
6068
d4d429d5
PT
60692018-06-28 Petr Tesarik <ptesarik@suse.cz>
6070
6071 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6072
7ab6656f
OJ
60732018-06-27 Omair Javaid <omair.javaid@linaro.org>
6074
6075 PR gdb/21695
6076 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6077 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6078
a33ccfc7
TT
60792018-06-26 Tom Tromey <tom@tromey.com>
6080
6081 PR rust/22574:
6082 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6083 * gdb.rust/simple.rs (struct SimpleLayout): New.
6084
6d72d289
SM
60852018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6086
6087 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6088 "info registers" output.
6089
8363f9d5
RB
60902018-06-21 Richard Bunt <richard.bunt@arm.com>
6091
6092 * gdb.base/watchpoint-hw-attach.c: New test.
6093 * gdb.base/watchpoint-hw-attach.exp: New file.
6094
f00674fe
SM
60952018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6096
6097 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6098 through /bin/sh.
6099 * boards/dwarf4-gdb-index.exp: Likewise.
6100 * boards/fission-dwp.exp: Likewise.
6101
1d554008
UW
61022018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6103
6104 * gdb.base/float128.exp: Add comment and improved fail message
6105 to the failure case of "print large128" test.
6106
d0ac1c44
SM
61072018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6108
6109 * configure.ac: Remove AC_PREREQ.
6110 * configure: Re-generate.
6111
61b04dd0
PA
61122018-06-19 Pedro Alves <palves@redhat.com>
6113
6114 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6115 (func_extern_caller): New.
6116 (main): Call func_extern_caller.
6117 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6118 logic change.
6119
f63b508a
SM
61202018-06-18 Weimin Pan <weimin.pan@oracle.com>
6121
6122 PR gdb/16841
6123 * gdb.cp/typedef-base.cc: New file.
6124 * gdb.cp/typedef-base.exp: New file.
6125
0fe3a558
TV
61262018-06-18 Tom de Vries <tdevries@suse.de>
6127
6128 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6129
7010835a
AB
61302018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6131 Richard Bunt <Richard.Bunt@arm.com>
6132
6133 * gdb.threads/attach-slow-waitpid.c: New file.
6134 * gdb.threads/attach-slow-waitpid.exp: New file.
6135 * gdb.threads/slow-waitpid.c: New file.
6136
14897d65
PA
61372018-06-14 Pedro Alves <palves@redhat.com>
6138
6139 * gdb.base/fork-running-state.c: Include <errno.h>.
6140 (exit_if_relative_exits): New.
6141 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6142 exits.
6143 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6144 child exits.
6145
5d9a0608
TV
61462018-06-14 Tom de Vries <tdevries@suse.de>
6147
6148 PR cli/22573
6149 * gdb.base/finish-pretty.c: New test.
6150 * gdb.base/finish-pretty.exp: New file.
6151
11ae5818
PA
61522018-06-14 Pedro Alves <palves@redhat.com>
6153
6154 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6155 gdb's expected startup output.
6156
1d39de44
PA
61572018-06-14 Pedro Alves <palves@redhat.com>
6158
6159 * lib/selftest-support.exp (selftest_setup): Remove inlined
6160 function handling.
6161
70ee0000
TV
61622018-06-14 Tom de Vries <tdevries@suse.de>
6163
6164 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6165 matching of breakpoint printing.
6166
11f4b608
TV
61672018-06-13 Tom de Vries <tdevries@suse.de>
6168
6169 PR testsuite/23269
6170 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6171 (fork_child): ... here, and ...
6172 (fork_parent): ... here.
6173
61742018-06-12 Tom de Vries <tdevries@suse.de>
6175
6176 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6177
9516f85a
AB
61782018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6179 Stephen Roberts <stephen.roberts@arm.com>
6180
6181 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6182 rewrite test to describe action performed, rather than possible
6183 failure.
6184
5045b3d7
GB
61852018-06-08 Gary Benson <gbenson@redhat.com>
6186
6187 * gdb.threads/check-libthread-db.exp: New file.
6188 * gdb.threads/check-libthread-db.c: Likewise.
6189
c61b06a1
TT
61902018-06-05 Tom Tromey <tom@tromey.com>
6191
6192 * gdb.base/default.exp: Update expected "show version" output.
6193
eb6af809
TT
61942018-06-05 Tom Tromey <tom@tromey.com>
6195
6196 PR cli/12326:
6197 * gdb.cp/static-print-quit.exp: Update.
6198 * lib/gdb.exp (pagination_prompt): Update.
6199 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6200 * gdb.python/python.exp: Update.
6201
178d6a63
JB
62022018-06-04 Joel Brobecker <brobecker@adacore.com>
6203
6204 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6205
8e817061
JB
62062018-06-01 Joel Brobecker <brobecker@adacore.com>
6207
6208 * gdb.ada/bp_fun_addr: New testcase.
6209
e86ca25f
TT
62102018-06-01 Tom Tromey <tom@tromey.com>
6211
6212 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6213 results.
6214 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6215 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6216 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6217 * gdb.base/maint.exp (maint_pass_if): Update.
6218
4b2dfa9d
MR
62192018-05-31 Maciej W. Rozycki <macro@mips.com>
6220
6221 * gdb.base/endian.exp: New test.
6222 * gdb.base/endian.c: New test source.
6223
45f25d6c
AB
62242018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6225
6226 PR gdb/23203
6227 * gdb.base/bt-selected-frame.c: New file.
6228 * gdb.base/bt-selected-frame.exp: New file.
6229 * lib/gdb.exp (get_current_frame_number): New function.
6230
d9f6d7f8
MR
62312018-05-24 Maciej W. Rozycki <macro@mips.com>
6232 Pedro Alves <palves@redhat.com>
6233
6234 * gdb.threads/tls-core.c: Include <stdlib.h>
6235 (thread_proc): Call `abort'.
6236 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6237 (tls_core_test): New procedure, bits factored out from ...
6238 (top level): ... here. Test both native cores and gcore cores.
6239
ff1cf532
TT
62402018-05-23 Tom Tromey <tom@tromey.com>
6241
6242 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6243
b98664d3
TT
62442018-05-23 Tom Tromey <tom@tromey.com>
6245
6246 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6247 symfile_complaints.
6248 (test_short_complaints): Likewise.
6249 (test_empty_complaints): Likewise.
6250 (test_initial_complaints): Update.
6251
4e9668d0
TT
62522018-05-23 Tom Tromey <tom@tromey.com>
6253
6254 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6255
43ba33c7
TT
62562018-05-23 Tom Tromey <tom@tromey.com>
6257
6258 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6259 (test_short_complaints): Update.
6260
035522c0
PA
62612018-05-22 Pedro Alves <palves@redhat.com>
6262
6263 * gdb.base/remote.exp: Only gdb_start after compiling the
6264 testcase. Issue "disconnect" before testing "set remote" command
6265 defaults. Issue clean_restart before running to main.
6266
cc0be08f
PA
62672018-05-22 Pedro Alves <palves@redhat.com>
6268
6269 * gdb.base/remote.exp: Adjust expected output of "show remote
6270 memory-write-packet-size". Add tests for "set remote
6271 memory-write-packet-size 0" and "set remote
6272 memory-write-packet-size fixed/limit".
6273
b1b60145
PA
62742018-05-22 Pedro Alves <palves@redhat.com>
6275
6276 PR gdb/22973
6277 * gdb.base/utf8-identifiers.c: New file.
6278 * gdb.base/utf8-identifiers.exp: New file.
6279
0ec848ad
PFC
62802018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6281
6282 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6283
2c3305f6
PFC
62842018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6285
6286 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6287
ce1e8424
TT
62882018-05-18 Tom Tromey <tom@tromey.com>
6289
6290 * gdb.base/ptype-offsets.exp: Update.
6291
ddfe970e
KS
62922018-05-17 Keith Seitz <keiths@redhat.com>
6293
6294 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6295 in expected breakpoint stop locations.
6296 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6297 move to proper scope to test variable values.
6298 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6299 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6300 New functions.
6301 (main): Call not_inline_func3.
6302 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6303 inline_func1, inline_func2, and inline_func3. Test that when each
6304 breakpoint is hit, GDB properly reports both the stop location
6305 and the backtrace. Repeat tests for temporary breakpoints.
6306
0726fcc6
MR
63072018-05-15 Maciej W. Rozycki <macro@mips.com>
6308
6309 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6310 rather then trying to access it in determining whether the PID
6311 of `gdbserver' could have been retrieved.
6312
8ee22052
AB
63132018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6314
6315 * gdb.arch/amd64-init-x87-values.S: New file.
6316 * gdb.arch/amd64-init-x87-values.exp: New file.
6317
7785df48
JK
63182018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6319
6320 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6321
56bcdbea
TT
63222018-05-04 Tom Tromey <tom@tromey.com>
6323
6324 PR python/22730:
6325 * gdb.python/python.exp: Test multi-line execute.
6326
a913fffb
TT
63272018-05-04 Tom Tromey <tom@tromey.com>
6328
6329 PR python/22731:
6330 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6331
7a2c85f2
TT
63322018-05-04 Tom Tromey <tom@tromey.com>
6333
6334 PR gdb/11750:
6335 * gdb.base/define.exp: Test defining a user command inside a user
6336 command.
6337 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6338
a3b60e45
JK
63392018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6340 Pedro Alves <palves@redhat.com>
6341
6342 PR breakpoints/19806 and support for PR external/20207.
6343 * gdb.base/watchpoint-unaligned.c: New file.
6344 * gdb.base/watchpoint-unaligned.exp: New file.
6345
45fe4a03
AB
63462018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6347
6348 * gdb.base/maint.exp: Make test names unique, use
6349 test_prefix_command_help to test 'help maint info', and remove
6350 repeated test of 'help maint'.
6351
9be2ae8f
TT
63522018-05-04 Tom Tromey <tom@tromey.com>
6353
6354 PR gdb/22619:
6355 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6356 behavior.
6357
11859c31
AB
63582018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6359
6360 * gdb.base/maint.exp: Process output from 'maint print registers'
6361 line at a time.
6362
089a9490
AB
63632018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6364
6365 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6366 timeout.
6367
9b0797e2
AB
63682018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6369
6370 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6371 filter pattern.
6372
f6ac5f3d
PA
63732018-05-02 Pedro Alves <palves@redhat.com>
6374
6375 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6376 to_log_command renames.
6377 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6378
77d3c63b
TT
63792018-05-02 Tom Tromey <tom@tromey.com>
6380
6381 * gdb.python/py-parameter.exp: Set test message.
6382
0489430a
TT
63832018-05-02 Tom Tromey <tom@tromey.com>
6384
6385 PR python/20084:
6386 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6387 PARAM_ZUINTEGER_UNLIMITED tests.
6388
1632f8ba
DR
63892018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6390
6391 PR rust/23124
6392 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6393 when casting.
6394
6d7bb824
TT
63952018-04-30 Tom Tromey <tom@tromey.com>
6396
6397 * gdb.python/py-type.exp: Check align attribute.
6398 * gdb.python/py-type.c: New "aligncheck" global.
6399
007e1530
TT
64002018-04-30 Tom Tromey <tom@tromey.com>
6401
6402 PR exp/17095:
6403 * gdb.dwarf2/dw2-align.exp: New file.
6404 * gdb.cp/align.exp: New file.
6405 * gdb.base/align.exp: New file.
6406 * lib/gdb.exp (gdb_int128_helper): New proc.
6407 (has_int128_c, has_int128_cxx): New caching procs.
6408
6873858b
TT
64092018-04-27 Tom Tromey <tom@tromey.com>
6410
6411 PR rust/22545:
6412 * gdb.rust/simple.exp: Add inclusive range tests.
6413
79188d8d
PA
64142018-04-26 Pedro Alves <palves@redhat.com>
6415
6416 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6417 ifunc breakpoint locations correctly of ifunc breakpoints set
6418 while the program resolves the ifunc.
6419
c7075ad5
PA
64202018-04-26 Pedro Alves <palves@redhat.com>
6421
6422 * gdb.base/gnu-ifunc-final.c: New file.
6423 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6424 * gdb.base/gnu-ifunc.exp (executable): Delete.
6425 (staticexecutable): Adjust.
6426 (lib_opts, exec_opts): Delete.
6427 (make_binsuffix, build, set-break): New procedures.
6428 (misc_tests): New, with tests factored out from the top level.
6429 (top level): Test different combinations of ifunc resolver name,
6430 resolver with and with debug info, and ifunc target with and
6431 without debug info. Wrap static tests with with_target_prefix.
6432
8388016d
PA
64332018-04-26 Pedro Alves <palves@redhat.com>
6434
6435 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6436 return type" warnings.
6437
249b5733
PA
64382018-04-25 Pedro Alves <palves@redhat.com>
6439
6440 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6441 killed".
6442 * gdb.base/kill-after-signal.exp: Likewise.
6443 * gdb.threads/kill.exp: Likewise.
6444
f67c0c91
SDJ
64452018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6446 Sergio Durigan Junior <sergiodj@redhat.com>
6447 Pedro Alves <palves@redhat.com>
6448
6449 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6450 regexps to expect for '[Inferior ... detached]' as well.
6451 * gdb.base/attach.exp: Likewise.
6452 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6453 "gdb_continue_to_end".
6454 (test_catch_syscall_with_wrong_args): Likewise.
6455 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6456 ']'. Don't set 'verbose' on.
6457 * gdb.base/foll-vfork.exp: Likewise.
6458 * gdb.base/fork-print-inferior-events.c: New file.
6459 * gdb.base/fork-print-inferior-events.exp: New file.
6460 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6461 '[Inferior ... has been killed]' message.
6462 * gdb.base/kill-after-signal.exp: Likewise.
6463 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6464 detach message.
6465 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6466 message.
6467 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6468 regexps to expect for '[Inferior ... detached]' as well.
6469 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6470
0a8ddac4
SM
64712018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6472
6473 PR gdb/23104
6474 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6475
701adfb0
PA
64762018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6477
6478 PR gdb/23095
6479 * gdb.base/break-probes.exp: Pass shlib_load to
6480 prepare_for_testing. Set normal_bp to r_debug_state if target is
6481 bsd.
6482
d27d16bf
RB
64832018-04-19 Richard Bunt <richard.bunt@arm.com>
6484
6485 * gdb.threads/multiple-successive-infcall.c: New test.
6486 * gdb.threads/multiple-successive-infcall.exp: New file.
6487
a037790e
TT
64882018-04-17 Tom Tromey <tom@tromey.com>
6489
6490 * gdb.rust/simple.rs (Union): New type.
6491 (main): New local "u".
6492 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6493
e3a91079
AA
64942018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6495
6496 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6497 number information in output of "whereis" command.
6498 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6499
b744723f
AA
65002018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6501
6502 * gdb.ada/info_types.exp: Adjust expected output to the line
6503 numbers now printed by "info var/func/type".
6504 * gdb.base/completion.exp: Likewise.
6505 * gdb.base/included.exp: Likewise.
6506 * gdb.cp/cp-relocate.exp: Likewise.
6507 * gdb.cp/cplusfuncs.exp: Likewise.
6508 * gdb.cp/namespace.exp: Likewise.
6509 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6510
4a4495d6
MM
65112018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6512
6513 * gdb.btrace/cpu.exp: New.
6514
1d509aa6
MM
65152018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6516
6517 * gdb.base/step-indirect-call-thunk.exp: New.
6518 * gdb.base/step-indirect-call-thunk.c: New.
6519 * gdb.reverse/step-indirect-call-thunk.exp: New.
6520 * gdb.reverse/step-indirect-call-thunk.c: New.
6521
6295b6da
SM
65222018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6523
6524 * gdb.base/pie-fork.c: New file.
6525 * gdb.base/pie-fork.exp: New file.
6526
50146e70
TT
65272018-04-11 Tom Tromey <tom@tromey.com>
6528
6529 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6530
f50d8a2e
PA
65312018-04-10 Pedro Alves <palves@redhat.com>
6532
6533 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6534 exits. Instead loop running forever.
6535 (fork_parent): Run forever too.
6536
a0be7a36
SM
65372018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6538
6539 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6540 mi_continue_to_line.
6541 * gdb.mi/mi-stack.c (callee4): Add comment.
6542
9b73db36
SM
65432018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6544
6545 * gdb.mi/mi-stack.exp: Fix indentation.
6546
c912f608
SM
65472018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6548
6549 PR gdb/22979
6550 * gdb.arch/amd64-osabi.exp: New file.
6551
26540402
SM
65522018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6553
6554 PR gdb/22980
6555 * gdb.base/osabi.exp: New file.
6556
121ad66c 65572018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
6558
6559 * gdb.cp/static-typedef-print.exp: New file.
6560 * gdb.cp/static-typedef-print.cc: New file.
6561
3fcded8f
JB
65622018-03-27 Joel Brobecker <brobecker@adacore.com>
6563
6564 * gdb.ada/varsize_limit: New testcase.
6565
59cc4834
JB
65662018-03-27 Joel Brobecker <brobecker@adacore.com>
6567
6568 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6569
6570 * gdb.ada/notcplusplus: New testcase.
6571
6572 * gdb.base/c-linkage-name.c: New file.
6573 * gdb.base/c-linkage-name.exp: New testcase.
6574
4ca59a9f
TT
65752018-03-26 Tom Tromey <tom@tromey.com>
6576
6577 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6578 * gdb.python/py-framefilter.py (name_error): New global.
6579 (ErrorInName.function): Use name_error.
6580
978d6c75
TT
65812018-03-26 Tom Tromey <tom@tromey.com>
6582
6583 PR backtrace/15582:
6584 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6585
b7fee5a3
KS
65862018-03-23 Keith Seitz <keiths@redhat.com>
6587
6588 PR c++/22968
6589 * gdb.cp/subtypes.exp: New file.
6590 * gdb.cp/subtypes.h: New file.
6591 * gdb.cp/subtypes.cc: New file.
6592 * gdb.cp/subtypes-2.cc: New file.
6593
376be529
AB
65942018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6595
6596 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6597 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6598 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6599 -nostartfiles when compiling the test. Confirm that all registers
6600 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6601
066cfa98
AB
66022018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6603
6604 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6605 option, syntax was wrong anyway.
6606 * gdb.arch/arm-disp-step.exp: Likewise.
6607 * gdb.arch/sparc64-regs.exp: Likewise.
6608 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6609 option, syntax was wrong anyway, switch to use
6610 prepare_for_testing.
6611 * gdb.arch/i386-disp-step.exp: Likewise.
6612
079670b9
AA
66132018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6614
6615 * gdb.ada/exec_changed.exp: Replace "target_info exists
6616 use_gdb_stub" by "use_gdb_stub".
6617 * gdb.ada/start.exp: Likewise.
6618 * gdb.base/async-shell.exp: Likewise.
6619 * gdb.base/attach-pie-misread.exp: Likewise.
6620 * gdb.base/attach-wait-input.exp: Likewise.
6621 * gdb.base/break-entry.exp: Likewise.
6622 * gdb.base/break-interp.exp: Likewise.
6623 * gdb.base/dprintf-detach.exp: Likewise.
6624 * gdb.base/nostdlib.exp: Likewise.
6625 * gdb.base/solib-nodir.exp: Likewise.
6626 * gdb.base/statistics.exp: Likewise.
6627 * gdb.base/testenv.exp: Likewise.
6628 * gdb.mi/mi-exec-run.exp: Likewise.
6629 * gdb.mi/mi-start.exp: Likewise.
6630 * gdb.multi/dummy-frame-restore.exp: Likewise.
6631 * gdb.multi/multi-arch-exec.exp: Likewise.
6632 * gdb.multi/multi-arch.exp: Likewise.
6633 * gdb.multi/tids.exp: Likewise.
6634 * gdb.multi/watchpoint-multi.exp: Likewise.
6635 * gdb.python/py-events.exp: Likewise.
6636 * gdb.threads/attach-into-signal.exp: Likewise.
6637 * gdb.threads/attach-stopped.exp: Likewise.
6638 * gdb.threads/threadapply.exp: Likewise.
6639 * lib/selftest-support.exp: Likewise.
6640
26d6cec4
AA
66412018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6642
6643 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6644
4ee89e90
SR
66452018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6646
6647 * gdb.perf/template-breakpoints.cc: New file.
6648 * gdb.perf/template-breakpoints.exp: New file.
6649 * gdb.perf/template-breakpoints.py: New file.
6650
92630041
TT
66512018-03-19 Tom Tromey <tom@tromey.com>
6652
6653 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6654 y0.
6655 * gdb.rust/simple.exp: Test bare identifier form of struct
6656 initializer.
6657
76727919
TT
66582018-03-19 Tom Tromey <tom@tromey.com>
6659
6660 * gdb.gdb/observer.exp: Remove.
6661
194ed413
AA
66622018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6663
6664 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6665 "qualified" option when setting breakpoints.
6666 * gdb.trace/backtrace.exp: Likewise.
6667 * gdb.trace/circ.exp: Likewise.
6668 * gdb.trace/collection.exp: Likewise.
6669 * gdb.trace/disconnected-tracing.exp: Likewise.
6670 * gdb.trace/ftrace-lock.exp: Likewise.
6671 * gdb.trace/ftrace.exp: Likewise.
6672 * gdb.trace/infotrace.exp: Likewise.
6673 * gdb.trace/packetlen.exp: Likewise.
6674 * gdb.trace/passc-dyn.exp: Likewise.
6675 * gdb.trace/qtro.exp: Likewise.
6676 * gdb.trace/read-memory.exp: Likewise.
6677 * gdb.trace/report.exp: Likewise.
6678 * gdb.trace/signal.exp: Likewise.
6679 * gdb.trace/status-stop.exp: Likewise.
6680 * gdb.trace/strace.exp: Likewise.
6681 * gdb.trace/tfind.exp: Likewise.
6682 * gdb.trace/trace-break.exp: Likewise.
6683 * gdb.trace/trace-condition.exp: Likewise.
6684 * gdb.trace/trace-mt.exp: Likewise.
6685 * gdb.trace/tstatus.exp: Likewise.
6686 * gdb.trace/tsv.exp: Likewise.
6687 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6688 * gdb.trace/unavailable.exp: Likewise.
6689 * gdb.trace/while-dyn.exp: Likewise.
6690
8b067d2c
AA
66912018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6692
6693 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6694 that libinproctrace is copied to the target.
6695
3ae9ce5d
TT
66962018-03-14 Tom Tromey <tom@tromey.com>
6697
6698 PR cli/14977:
6699 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6700 a null pointer.
6701 * gdb.base/wchar.exp: Likewise.
6702
b8c2339b
TT
67032018-03-14 Tom Tromey <tom@tromey.com>
6704
6705 PR cli/19918:
6706 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6707 flag.
6708
4872dc46
SM
67092018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6710
6711 PR gdb/22841
6712 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6713 "target" to remote_exec.
6714
e4fe3756
SM
67152018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6716
6717 PR gdb/22841
6718 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6719 ${board}_upload): Remove.
6720
e95a97d4
AA
67212018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6722
6723 * gdb.cp/watch-cp.cc: New test.
6724 * gdb.cp/watch-cp.exp: New file.
6725
dbbb1059
AB
67262018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6727
6728 * gdb.base/infcall-nested-structs.exp: New file.
6729 * gdb.base/infcall-nested-structs.c: New file.
6730 * gdb.base/float.exp: Add riscv support.
6731
ecc054c0
TP
67322018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6733
6734 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6735 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6736
25e3c82c
SDJ
67372018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6738
6739 * gdb.server/abspath.exp: New file.
6740 * lib/gdb.exp (with_cwd): New procedure.
6741
3083294d
SM
67422018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6743
6744 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6745 use it.
6746 (gdb_is_target_remote_prompt): New proc.
6747 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6748 (gdb_is_target_native): Pass prompt parameter to
6749 gdb_is_target_1.
6750
3275ef47
SM
67512018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6752
6753 * gdb.base/load-command.c: New file.
6754 * gdb.base/load-command.exp: New file.
6755 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6756 (gdb_is_target_1): ...this, and generalize for other targets
6757 than just remote.
6758 (gdb_is_target_remote): Use gdb_is_target_1.
6759 (gdb_is_target_native): use gdb_is_target_1.
6760
6893c19a
TT
67612018-02-26 Tom Tromey <tom@tromey.com>
6762
6763 PR python/16497:
6764 * gdb.python/py-framefilter.exp: Update test.
6765
2ddeaf8a
TT
67662018-02-26 Tom Tromey <tom@tromey.com>
6767
6768 * gdb.dwarf2/variant.c: New file.
6769 * gdb.dwarf2/variant.exp: New file.
6770
c9317f21
TT
67712018-02-26 Tom Tromey <tom@tromey.com>
6772
6773 * gdb.rust/simple.exp: Accept more possible results in enum test.
6774
6f6d0c26
SM
67752018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6776
6777 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6778 parentheses.
6779
11b03145
MR
67802018-02-23 Maciej W. Rozycki <macro@mips.com>
6781
6782 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6783 name of a variable: $actual_linejj -> $actual_line.
6784
54a27fe5
JB
67852018-02-21 John Baldwin <jhb@FreeBSD.org>
6786
6787 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6788
de65820c
MM
67892018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6790
6791 * gdb.btrace/buffer-size.exp: Do not force BTS.
6792
980548fd
PA
67932018-02-14 Pedro Alves <palves@redhat.com>
6794
6795 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6796 getting a "Quit".
6797
c4e12631
MM
67982018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6799
6800 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6801 Fix test name.
6802
c2e0e465
SM
68032018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6804
6805 * gdb.cp/m-static.exp: Check type of optimized out static
6806 member.
6807
f7216783
AB
68082018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6809
6810 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6811 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6812
0625771b
LS
68132018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6814 Leszek Swirski <leszeks@google.com>
6815
6816 * gdb.python/py-prettyprint.c
6817 (struct to_string_returns_value_inner,
6818 struct to_string_returns_value_wrapper): New.
6819 (main): Add tsrvw variable.
6820 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6821 ToStringReturnsValueWrapper): New classes.
6822 (register_pretty_printers): Register new pretty-printers.
6823 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6824 recursive pretty printer.
6825 * gdb.python/py-mi.exp: Likewise.
6826
59498c30
LS
68272018-02-01 Leszek Swirski <leszeks@google.com>
6828
6829 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6830 functions with the same name as an include file are parsed
6831 correctly.
6832
d4d38844
YQ
68332018-02-01 Yao Qi <yao.qi@linaro.org>
6834
6835 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6836 "\[^\r\n\]*".
6837
07e5f5cf
NP
68382018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6839
6840 * gdb.arch/powerpc-prologue-frame.s: New file.
6841 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6842 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6843
929b5ad4
JB
68442018-01-31 Joel Brobecker <brobecker@adacore.com>
6845
6846 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6847
e671cd59
PA
68482018-01-30 Pedro Alves <palves@redhat.com>
6849
6850 PR gdb/13211
6851 * gdb.base/interrupt-daemon.c: New.
6852 * gdb.base/interrupt-daemon.exp: New.
6853 * gdb.multi/multi-term-settings.c: New.
6854 * gdb.multi/multi-term-settings.exp: New.
6855
fc413dc4
JB
68562018-01-30 Joel Brobecker <brobecker@adacore.com>
6857
6858 * gdb.base/break.exp: Save the location where the breakpoint
6859 on break.c:47 was actually inserted when debugging the version
6860 compiled at -O2 and use it in the expected output of the "info
6861 break" test performed soon after.
6862
5c319bb2
PA
68632018-01-22 Pedro Alves <palves@redhat.com>
6864 Sergio Durigan Junior <sergiodj@redhat.com>
6865
6866 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6867 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6868
a9e40818
JB
68692018-01-22 Joel Brobecker <brobecker@adacore.com>
6870
6871 * gdb.base/break-include.c, gdb.base/break-include.inc,
6872 gdb.base/break-include.exp: New files.
6873 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6874 line number now being the actual line number where the breakpoint
6875 was inserted.
6876 * gdb.mi/mi-break.exp: Likewise.
6877 * gdb.mi/mi-reverse.exp: Likewise.
6878 * gdb.mi/mi-simplerun.exp: Ditto.
6879
e707fc44
AB
68802018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6881
6882 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6883 varobj.
6884 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6885
ae451627
AB
68862018-01-21 Don Breazeal <donb@codesourcery.com>
6887 Andrew Burgess <andrew.burgess@embecosm.com>
6888
6889 * gdb.mi/basics.c: Add new global.
6890 * gdb.mi/mi-frame-regs.exp: New file.
6891 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6892 case.
6893
b1b189e0
AB
68942018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6895
6896 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6897 non-parameter, and on an unknown symbol.
6898
fcfcc376
TT
68992018-01-19 Tom Tromey <tom@tromey.com>
6900
6901 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6902 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6903
634c1c31
AA
69042018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6905
6906 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6907 setrlimit and chdir to int.
6908
d6ad07fd
AA
69092018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6910
6911 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6912 function.
6913 (my_tend): Likewise.
6914 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6915 rationale of avoiding FP- and vector instructions.
6916
adf8243b
RK
69172018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6918
6919 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6920 "info reg" with "\[ \t\]*".
6921 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6922 "\[ \t\]+".
6923 * gdb.arch/s390-multiarch.exp: Ditto.
6924 * gdb.base/pc-fp.exp: Ditto.
6925 * gdb.reverse/i386-precsave.exp: Ditto.
6926 * gdb.reverse/i386-reverse.exp: Ditto.
6927 * gdb.reverse/i387-env-reverse.exp: Ditto.
6928 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6929
dcc06925
AA
69302018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6931
6932 * lib/gdb.exp (gdb_compile): Re-enable use of
6933 universal_compile_options for languages other than Rust.
6934
25d4fd80
AA
69352018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6936
6937 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6938
ee7f689e 69392018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
6940
6941 PR gdb/16577
6942 * gdb.base/solib-vanish.exp: New.
6943 * gdb.base/solib-vanish-main.c: New.
6944 * gdb.base/solib-vanish-lib1.c: New.
6945 * gdb.base/solib-vanish-lib2.c: New.
6946
d8447b6b
YQ
69472018-01-17 Yao Qi <yao.qi@linaro.org>
6948
6949 * gdb.compile/compile.exp: Match the address printed for
6950 frame in the output of command "bt".
6951
86d6a90c
TT
69522018-01-15 Tom Tromey <tom@tromey.com>
6953
6954 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6955 compute sp_reg.
6956
cbcdb1aa
AB
69572018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6958
6959 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6960 to prepare.
6961 (prepare): Return 0 on error, 1 on success.
6962
eea61984
PA
69632018-01-12 Pedro Alves <palves@redhat.com>
6964
6965 * gdb.base/continue-after-aborted-step-over.c: New.
6966 * gdb.base/continue-after-aborted-step-over.exp: New.
6967
6181e9c2
SM
69682018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6969
6970 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6971 options when not creating an executable.
6972
3cada740
PA
69732018-01-11 Pedro Alves <palves@redhat.com>
6974
6975 PR remote/22597
6976 * gdb.server/stop-reply-no-thread.c: New file.
6977 * gdb.server/stop-reply-no-thread.exp: New file.
6978
c63d3e8d
PA
69792018-01-10 Pedro Alves <palves@redhat.com>
6980
6981 PR gdb/22670
6982 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6983 functions too. Test setting breakpoints and printing C functions
6984 with no debug info too.
6985 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6986
d4c2a405
PA
69872018-01-10 Pedro Alves <palves@redhat.com>
6988
6989 PR gdb/22670
6990 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6991 a fail.
6992
8825213e
PA
69932018-01-10 Pedro Alves <palves@redhat.com>
6994
6995 PR gdb/22670
6996 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6997
605fd3c6
YQ
69982018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6999
7000 * gdb.server/unittest.exp: Match the output in non-development
7001 mode.
7002
1e5ded6c
YQ
70032018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7004
7005 * gdb.gdb/unittest.exp: Match output in non-development mode.
7006
30066b0b
JB
70072018-01-08 Joel Brobecker <brobecker@adacore.com>
7008
7009 * gdb.ada/access_tagged_param.exp: Relax expected output
7010 for value of "ObjL" in "continue" to pck.inspect breakpoint
7011 test.
7012
04bafb1e
XR
70132018-01-08 Joel Brobecker <brobecker@adacore.com>
7014
9f86398b
JB
7015 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7016 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 7017
e379cee6
PA
70182018-01-05 Pedro Alves <palves@redhat.com>
7019
7020 PR gdb/18653
7021 * gdb.base/libsegfault.exp: New.
7022
de63c46b
PA
70232018-01-05 Joel Brobecker <brobecker@adacore.com>
7024
7025 PR gdb/22670
7026 * gdb.ada/access_tagged_param.exp: New file.
7027 * gdb.ada/access_tagged_param/foo.adb: New file.
7028
f98fc17b
PA
70292018-01-05 Pedro Alves <palves@redhat.com>
7030
7031 PR gdb/22670
7032 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7033 exercise lower case too, and to exercise both full matching and
7034 wild matching.
7035
342f8240
JB
70362018-01-05 Joel Brobecker <brobecker@adacore.com>
7037
7038 * gdb.ada/rename_subscript_param: New testcase.
7039
7150d33c
JG
70402018-01-05 Jerome Guitton <guitton@adacore.com>
7041
7042 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7043
cc0e770c
JB
70442018-01-05 Joel Brobecker <brobecker@adacore.com>
7045
7046 * gdb.ada/convvar_comp: New testcase.
7047
672a41aa 70482018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
7049
7050 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7051 (My_Table): New global variable.
7052 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7053
7365ec2f
JB
70542018-01-04 Joel Brobecker <brobecker@adacore.com>
7055
7056 PR gdb/22670
7057 * gdb.ada/maint_with_ada: New testcase.
7058
289483b6
JB
70592018-01-04 Joel Brobecker <brobecker@adacore.com>
7060
7061 PR gdb/22670
7062 * gdb.ada/bp_c_mixed_case: New testcase.
7063
344420da
JB
70642018-01-04 Joel Brobecker <brobecker@adacore.com>
7065
7066 PR gdb/22670
7067 * gdb.ada/complete.exp: Add "complete break ada" test.
7068
66fc87a0
JB
70692018-01-04 Joel Brobecker <brobecker@adacore.com>
7070
7071 PR gdb/22670
7072 * gdb.ada/info_addr_mixed_case: New testcase.
7073
9f757bf7
XR
70742018-01-03 Xavier Roirand <roirand@adacore.com>
7075
7076 * gdb.ada/excep_handle.exp: New testcase.
7077 * gdb.ada/excep_handle/foo.adb: New file.
7078 * gdb.ada/excep_handle/pck.ads: New file.
7079
bd570f80
JB
70802018-01-03 Joel Brobecker <brobecker@adacore.com>
7081
7082 * gdb.base/step-line.c: Add extra empty line in copyright header.
7083 * gdb.base/step-line.inp: Likewise.
7084
9fe561ab
JB
70852018-01-02 Joel Brobecker <brobecker@adacore.com>
7086
7087 * gdb.ada/dyn_stride.exp: Add slice test.
7088
a405673c
JB
70892018-01-02 Joel Brobecker <brobecker@adacore.com>
7090
7091 * gdb.ada/dyn_stride: New testcase.
7092
cef0f868
SH
70932017-12-27 Stafford Horne <shorne@gmail.com>
7094
7095 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7096 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7097
b67d92b0
SH
70982017-12-27 Stafford Horne <shorne@gmail.com>
7099
7100 * gdb.base/reggroups.c: New file.
7101 * gdb.base/reggroups.exp: New file.
7102
eccab96d
JB
71032017-12-18 Joel Brobecker <brobecker@adacore.com>
7104
7105 * gdb.dwarf2/ada-valprint-error.c: New file.
7106 * gdb.dwarf2/ada-valprint-error.exp: New file.
7107
0e2da9f0
JB
71082017-12-18 Joel Brobecker <brobecker@adacore.com>
7109
7110 * gdb.ada/assign_arr: New testcase.
7111
cb923fcc
XR
71122017-12-18 Xavier Roirand <roirand@adacore.com>
7113
7114 * gdb.ada/funcall_ptr: New testcase.
7115
7c161838
SDJ
71162017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7117
7118 PR cli/16224
7119 * gdb.base/ptype-offsets.cc: New file.
7120 * gdb.base/ptype-offsets.exp: New file.
7121
1af17fd9
YQ
71222017-12-15 Yao Qi <yao.qi@linaro.org>
7123
7124 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7125 if XML is disabled.
7126
828d5846
XR
71272017-12-15 Xavier Roirand <roirand@adacore.com>
7128
7129 * gdb.ada/same_component_name: New testcase.
7130
79e8fcaa
JB
71312017-12-14 Joel Brobecker <brobecker@adacore.com>
7132
7133 * gdb.ada/str_binop_equal: New testcase.
7134
e05fa6f9
JB
71352017-12-14 Joel Brobecker <brobecker@adacore.com>
7136
7137 * gdb.ada/task_switch_in_core: New testcase.
7138
b89641ba
SM
71392017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7140
7141 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7142 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7143 call test_bkpt_qualified.
7144 (test_bkpt_qualified): New proc.
7145
6892d2e4
PA
71462017-12-13 Pedro Alves <palves@redhat.com>
7147
7148 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7149 Tighten regexp by matching with an anchor.
7150
a22ecf70
PA
71512017-12-13 Pedro Alves <palves@redhat.com>
7152
7153 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7154 ("expression with namespace"): New set of tests.
7155 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7156 (Nested::Test_NS::qux): New.
7157 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7158 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7159
9937536c
JB
71602017-12-13 Joel Brobecker <brobecker@adacore.com>
7161
7162 * gdb.base/server-del-break.c: New file.
7163 * gdb.base/server-del-break.exp: New file.
7164
fe49c6f5
SH
71652017-12-12 Stafford Horne <shorne@gmail.com>
7166
7167 * gdb.xml/tdesc-regs.exp: Add or1k support.
7168
c3d18620
SH
71692017-12-12 Stafford Horne <shorne@gmail.com>
7170
7171 * gdb.base/bp-permanent.c: Define nop of or1k.
7172
c5f9cfc8
JB
71732017-12-11 Joel Brobecker <brobecker@adacore.com>
7174
7175 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7176 output with components being reordered.
7177
a9c135fc
JB
71782017-12-11 Joel Brobecker <brobecker@adacore.com>
7179
7180 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7181 output with components being reordered.
7182
927aa2e7
JK
71832017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7184 Pedro Alves <palves@redhat.com>
7185
7186 * gdb.base/maint.exp (check for .gdb_index): Check also for
7187 .debug_names.
7188 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7189 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7190 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7191 (.gdb_index used after symbol reloading): Support also .debug_names.
7192 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7193
f17d9474
YQ
71942017-12-08 Yao Qi <yao.qi@linaro.org>
7195
7196 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7197 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7198
a0de8c21
YQ
71992017-12-08 Yao Qi <yao.qi@linaro.org>
7200
7201 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7202 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7203
a738ea1d
YQ
72042017-12-08 Yao Qi <yao.qi@linaro.org>
7205
7206 * gdb.arch/aarch64-tagged-pointer.c: New file.
7207 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7208
1cd9a73b
SDJ
72092017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7210
7211 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7212 "int".
7213
fa6eb693
KS
72142017-12-07 Keith Seitz <keiths@redhat.com>
7215
7216 PR breakpoints/22569
7217 * gdb.linespec/ls-errs.exp: Change expected result of "break
7218 -source this file has spaces.c -line 3".
7219 Check that an explicit source file followed by whitespace is
7220 identified as an invalid explicit location.
7221
883fd55a
KS
72222017-12-07 Keith Seitz <keiths@redhat.com>
7223
7224 * gdb.cp/nested-types.cc: New file.
7225 * gdb.cp/nested-types.exp: New file.
7226 * lib/cp-support.exp: Load data-structures.exp library.
7227 (debug_cp_test_ptype_class): New global.
7228 (cp_ptype_class_verbose, next_line): New procedures.
7229 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7230 Add and document new return value.
7231 Switch the list of lines to a queue.
7232 Add support for new `type' key for nested type definitions.
7233 Add debugging/troubleshooting messages.
7234 * lib/data-structures.exp: New file.
7235
ec72db3e
SM
72362017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7237
7238 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7239 with proc_with_prefix, don't use with_test_prefix.
7240
99598d71
TT
72412017-12-07 Tom Tromey <tom@tromey.com>
7242
7243 * gdb.base/break.exp: Add test for empty "commands".
7244
a8806230
YQ
72452017-12-07 Yao Qi <yao.qi@linaro.org>
7246
7247 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7248 malloc and catch syscall.
7249
824cc835
PM
72502017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7251
e79be6e5 7252 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
7253 tests for explicit locations.
7254
7cc244de
PA
72552017-12-06 Pedro Alves <palves@redhat.com>
7256
7257 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7258 force-disabling XML descriptions.
7259
50a1fdd5
PA
72602017-12-04 Pedro Alves <palves@redhat.com>
7261
7262 PR gdb/22499
7263 * gdb.arch/amd64-disp-step-avx.S: New file.
7264 * gdb.arch/amd64-disp-step-avx.exp: New file.
7265
f0fb2488
PA
72662017-12-03 Pedro Alves <palves@redhat.com>
7267
7268 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7269 and <string.h>.
7270 (parent_function): Print distinct messages when waitpid fails, or
7271 the child exits with a signal, or the child exits for an unhandled
7272 reason.
7273 * gdb.threads/process-dies-while-detaching.exp
7274 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7275 it. Wait for both inferior output and GDB's prompt. Use an
7276 indirect spawn id list.
7277 (do_detach): New parameter 'child_exit'. Use it to compute
7278 expected inferior output.
7279 (test_detach, test_detach_watch, test_detach_killed_outside):
7280 Adjust to pass down the expected child exit kind.
7281
97cbe998
SDJ
72822017-12-01 Joel Brobecker <brobecker@adacore.com>
7283 Sergio Durigan Junior <sergiodj@redhat.com>
7284 Pedro Alves <palves@redhat.com>
7285
7286 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7287
40fc416f
SDJ
72882017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7289
7290 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7291 to 'symbol-file' and 'add-symbol-file' can be
7292 position-independent.
7293
1cc75e92
YQ
72942017-12-01 Yao Qi <yao.qi@linaro.org>
7295
7296 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7297 the URL in copyright header.
7298 * gdb.arch/aarch64-fp.exp: Likewise.
7299 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7300 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7301 * gdb.base/expand-psymtabs.exp: Likewise.
7302 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7303 * gdb.fortran/common-block.exp: Likewise.
7304 * gdb.fortran/common-block.f90: Likewise.
7305 * gdb.fortran/logical.exp: Likewise.
7306 * gdb.fortran/vla-datatypes.f90: Likewise.
7307 * gdb.fortran/vla-sub.f90: Likewise.
7308
875fb7a7
JB
73092017-11-30 Joel Brobecker <brobecker@adacore.com>
7310
7311 * gdb.ada/repeat_dyn: New testcase.
7312
6f14765f
UW
73132017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7314
7315 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7316 Update for changed thread numbering.
7317 * gdb.cell/bt.exp: Update for changed GDB output.
7318
f1af7b94
SM
73192017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7320
7321 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7322 setting isremote by hand.
7323 * boards/dwarf4-gdb-index.exp: Likewise.
7324 * boards/fission.exp: Likewise.
7325 * boards/stabs.exp: Likewise.
7326
e3919f3e
PA
73272017-11-30 Pedro Alves <palves@redhat.com>
7328
7329 * gdb.linespec/cpls-ops.exp
7330 (check_explicit_skips_function_argument): Extract the underlying
7331 type of size_t instead of hardcoding it.
7332
bd69330d
PA
73332017-11-29 Pedro Alves <palves@redhat.com>
7334
7335 PR c++/19436
7336 * gdb.linespec/cpls-abi-tag.cc: New file.
7337 * gdb.linespec/cpls-abi-tag.exp: New file.
7338
a20714ff
PA
73392017-11-29 Pedro Alves <palves@redhat.com>
7340
7341 * gdb.base/langs.exp: Use -qualified.
7342 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7343 it.
7344 * gdb.cp/namespace.exp: Use -qualified.
7345 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7346 (overload-3, template-overload, template-ret-type, const-overload)
7347 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7348 procedures.
7349 (test_driver): Call them.
7350 * gdb.cp/save-bp-qualified.cc: New.
7351 * gdb.cp/save-bp-qualified.exp: New.
7352 * gdb.linespec/explicit.exp: Test -qualified.
7353 * lib/completion-support.exp (completion::explicit_opts_list): Add
7354 "-qualified".
7355 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7356
f6f1d339
PM
73572017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7358
7359 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7360
02ca603a
TT
73612017-11-29 Tom Tromey <tom@tromey.com>
7362
7363 * gdb.base/relocate.exp: Update invalid argument test.
7364 Add new tests for invalid arguments.
7365
ed6c0bfb
TP
73662017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7367
7368 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7369 Return 0 as a long.
7370 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7371
f106e10e
TP
73722017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7373
7374 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7375 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7376 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7377 func ().
7378 * gdb.cp/shadow.cc (B.func): Return 0.
7379
10329bb2
JB
73802017-11-27 Joel Brobecker <brobecker@adacore.com>
7381
7382 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7383 expected output in gdb_expect call to allow the exception
7384 message to be present as well. Fix syntax confusion to avoid
7385 TCL thinking that exception_name is an array.
7386
617cd4bc
UW
73872017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7388
7389 * gdb.arch/spu-info.c: Include <unistd.h>.
7390 (do_signal_test): Fix broken calls to write.
7391 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7392 Fix checks for empty mailboxes. Update signal tests for corrected
7393 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
7394 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7395 * gdb.cell/arch.exp: Use standard_output_file.
7396 * gdb.cell/break.exp: Likewise.
7397 * gdb.cell/bt.exp: Likewise.
7398 * gdb.cell/core.exp: Likewise.
7399 * gdb.cell/dwarfaddr.exp: Likewise.
7400 * gdb.cell/ea-cache.exp: Likewise.
7401 * gdb.cell/ea-standalone.exp: Likewise.
7402 * gdb.cell/f-regs.exp: Likewise.
7403 * gdb.cell/fork.exp: Likewise.
7404 * gdb.cell/gcore.exp: Likewise.
7405 * gdb.cell/mem-access.exp: Likewise.
7406 * gdb.cell/ptype.exp: Likewise.
7407 * gdb.cell/registers.exp: Likewise.
7408 * gdb.cell/sizeof.exp: Likewise.
7409 * gdb.cell/solib-symbol.exp: Likewise.
7410 * gdb.cell/solib.exp: Likewise.
617cd4bc 7411
a81aaca0
PA
74122017-11-25 Pedro Alves <palves@redhat.com>
7413
7414 * gdb.base/complete-empty.exp: New file.
7415 * gdb.base/completion.exp: Adjust.
7416
6a3c6ee4
PA
74172017-11-25 Pedro Alves <palves@redhat.com>
7418
7419 * gdb.linespec/cpls-ops.cc: New file.
7420 * gdb.linespec/cpls-ops.exp: New file.
7421 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7422 factored out from ...
7423 (test_complete_prefix_range): ... this.
7424
8955eb2d
PA
74252017-11-24 Pedro Alves <palves@redhat.com>
7426
7427 * gdb.linespec/cpcompletion.exp: New file.
7428 * gdb.linespec/cpls-hyphen.cc: New file.
7429 * gdb.linespec/cpls.cc: New file.
7430 * gdb.linespec/cpls2.cc: New file.
7431 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7432 test to use test_gdb_complete_unique. Add label completion,
7433 keyword completion and explicit location completion tests.
7434 * lib/completion-support.exp: New file.
7435
e547c119
JB
74362017-11-24 Joel Brobecker <brobecker@adacore.com>
7437
7438 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7439 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7440 when hitting an exception catchpoint.
7441
7c3c1aa8
YQ
74422017-11-22 Yao Qi <yao.qi@linaro.org>
7443
7444 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7445
41bd68f5
SM
74462017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7447
7448 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7449 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7450 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7451
1daad298
YQ
74522017-11-22 Yao Qi <yao.qi@linaro.org>
7453
7454 * gdb.base/info-os.exp: Pass pthreads.
7455 * gdb.multi/multi-attach.exp: Likewise.
7456
88465e87
YQ
74572017-11-22 Yao Qi <yao.qi@linaro.org>
7458
7459 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7460 compiler.
7461
dc196b23
YQ
74622017-11-22 Yao Qi <yao.qi@linaro.org>
7463
7464 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7465 * gdb.base/break-interp.exp: Likewise.
7466 * gdb.base/jit-attach-pie.exp: Likewise.
7467
2400729e
UW
74682017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7469
7470 * gdb.base/float128.c (large128): New variable.
7471 * gdb.base/float128.exp: Add test to print largest __float128 value.
7472
7a26362d
UW
74732017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7474
7475 * gdb.arch/vsx-regs.exp: Update register content checks.
7476
ed0f4273
UW
74772017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7478
7479 * gdb.arch/ppc-longdouble.exp: New file.
7480 * gdb.arch/ppc-longdouble.c: Likewise.
7481
a25d69c6
PA
74822017-11-21 Pedro Alves <palves@redhat.com>
7483
7484 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7485
73fcf641
PA
74862017-11-20 Pedro Alves <palves@redhat.com>
7487
7488 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7489 (long_double_typedef): New typedefs.
7490 Use DEF on double and long double.
7491 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7492 cases.
7493 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7494 and 'long_double_ptr_same_size' locals. Use them to decide
7495 whether cast from array/function to float is valid/invalid.
7496
71a3c369
TT
74972017-11-17 Tom Tromey <tom@tromey.com>
7498
7499 * gdb.rust/traits.rs: New file.
7500 * gdb.rust/traits.exp: New file.
7501
ced9779b
JB
75022017-11-17 Joel Brobecker <brobecker@adacore.com>
7503
7504 * gdb.ada/minsyms: New testcase.
7505
a0922d80
PA
75062017-11-16 Pedro Alves <palves@redhat.com>
7507
7508 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7509 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7510
ea04e54c
PA
75112017-11-16 Pedro Alves <palves@redhat.com>
7512
7513 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7514 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7515
e849ea89
PA
75162017-11-16 Pedro Alves <palves@redhat.com>
7517
7518 * gdb.server/reconnect-ctrl-c.c: New file.
7519 * gdb.server/reconnect-ctrl-c.exp: New file.
7520
d8ae99a7
PM
75212017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7522
7523 * gdb.python/py-rbreak.exp: New file.
7524 * gdb.python/py-rbreak.c: New file.
7525 * gdb.python/py-rbreak-func2.c: New file.
7526
968a13f8
PA
75272017-11-16 Pedro Alves <palves@redhat.com>
7528
7529 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7530 pattern.
7531 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7532 GDB.
7533
71774bc9
SM
75342017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7535
7536 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7537 regex.
7538
ddbb44cf
SM
75392017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7540
7541 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7542 test names.
7543
584a564f
PA
75442017-11-09 Pedro Alves <palves@redhat.com>
7545
7546 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7547 factored out from ...
7548 (top level): ... here, and adjusted to avoid expecting beyond the
7549 prompt in a single gdb_test_multiple.
7550
5ed7a928
PA
75512017-11-09 Pedro Alves <palves@redhat.com>
7552
7553 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7554 output.
7555 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7556 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7557 * gdb.server/ext-run.exp ("kill" test): Likewise.
7558 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7559
a60e0738
PA
75602017-11-09 Pedro Alves <palves@redhat.com>
7561
7562 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7563 match till end of line.
7564
2c88253f
PA
75652017-11-09 Pedro Alves <palves@redhat.com>
7566
7567 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7568
c7a38517
PA
75692017-11-09 Pedro Alves <palves@redhat.com>
7570
7571 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7572 New procedures, factored out from ...
7573 (top level): ... here, and adjusted to avoid expecting beyond the
7574 prompt in one go.
7575
f29f4b6b
PA
75762017-11-09 Pedro Alves <palves@redhat.com>
7577
7578 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7579 output. Fix '?' match.
7580
286acbb5
JB
75812017-11-08 Joel Brobecker <brobecker@adacore.com>
7582
7583 * gdb.ada/scoped_watch: New testcase.
7584 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7585 which is actually correct.
7586 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7587 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7588
62d7ae92
PA
75892017-11-08 Pedro Alves <palves@redhat.com>
7590
7591 * gdb.gdb/complaints.exp (test_initial_complaints)
7592 (test_serial_complaints, test_short_complaints): Call
7593 complaint_internal instead of complaint.
7594
280ca31f
DT
75952017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7596
7597 * gdb.threads/tls-core.c: New file.
7598 * gdb.threads/tls-core.exp: Likewise.
7599
b5ec771e
PA
76002017-11-08 Pedro Alves <palves@redhat.com>
7601
7602 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7603 (p Exported_Capitalized): New test.
7604 (p exported_capitalized): New test.
7605
a02b41a7
PA
76062017-11-07 Pedro Alves <palves@redhat.com>
7607
7608 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7609
95e95a6d
PA
76102017-11-07 Pedro Alves <palves@redhat.com>
7611
7612 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7613 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7614 (disable_invalid, disable_inverted, disable_negative): New
7615 procedures.
7616 ("bad numbers"): New set of tests.
7617
cee62dbd
PA
76182017-11-07 Pedro Alves <palves@redhat.com>
7619
7620 * gdb.cp/ena-dis-br-range.exp: Add tests.
7621
cc638e86
PA
76222017-11-07 Pedro Alves <palves@redhat.com>
7623
7624 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7625
d0fe4701
XR
76262017-11-07 Xavier Roirand <roirand@adacore.com>
7627 Pedro Alves <palves@redhat.com>
7628
7629 * gdb.base/ena-dis-br.exp: Add reference to
7630 gdb.cp/ena-dis-br-range.exp.
7631 * gdb.cp/ena-dis-br-range.exp: New file.
7632 * gdb.cp/ena-dis-br-range.cc: New file.
7633
46f67f80
PA
76342017-11-06 Pedro Alves <palves@redhat.com>
7635
7636 * gdb.base/attach-non-pgrp-leader.c: New.
7637 * gdb.base/attach-non-pgrp-leader.exp: New.
7638
726e1356
PA
76392017-11-06 Pedro Alves <palves@redhat.com>
7640
7641 * configure.ac: No longer check for termio.h and sgtty.h.
7642 * configure: Regenerate.
7643 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7644 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7645 Remove termio and sgtty code.
7646
50ab6ace
YQ
76472017-11-03 Yao Qi <yao.qi@linaro.org>
7648
7649 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7650 in GDB is disabled.
7651
8e68731c
YQ
76522017-11-03 Yao Qi <yao.qi@linaro.org>
7653
7654 * gdb.python/py-thrhandle.exp: Skip it if python is not
7655 enabled.
7656
3a87ae65
SM
76572017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7658
7659 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7660 as a breakpoint command.
7661
484d8d36
MD
76622017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7663
7664 PR python/21213
7665 * gdb.python/py-infthread.exp: Test calling
7666 InferiorThread.inferior () multiple times in a row.
7667
4a27f119
KS
76682017-10-27 Keith Seitz <keiths@redhat.com>
7669
7670 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7671 Test "info break" for every inlined function breakpoint.
7672
bb11dd58
YQ
76732017-10-27 Yao Qi <yao.qi@linaro.org>
7674
7675 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7676
a43f3893
PF
76772017-10-26 Patrick Frants <osscontribute@gmail.com>
7678
7679 * gdb.cp/classes.exp (test_static_members): Test printing
7680 Outer::instance.
7681 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7682 (Inner::instance, Outer::instance): New.
7683
792ccf00
PA
76842017-10-24 Pedro Alves <palves@redhat.com>
7685
7686 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7687 extra console" test in two stages.
7688
eb2bfbad
PA
76892017-10-24 Pedro Alves <palves@redhat.com>
7690
7691 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7692
1f75a651
PA
76932017-10-24 Pedro Alves <palves@redhat.com>
7694
7695 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7696 loop.
7697
779990d9
PA
76982017-10-24 Pedro Alves <palves@redhat.com>
7699
7700 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7701 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7702
ad9b8f5d
PA
77032017-10-24 Pedro Alves <palves@redhat.com>
7704
7705 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7706 parameter and handle it. Don't output read value in test name.
7707
fee6da6e
PA
77082017-10-24 Pedro Alves <palves@redhat.com>
7709
7710 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7711 custom test name.
7712
10389c2c
PA
77132017-10-24 Pedro Alves <palves@redhat.com>
7714
7715 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7716 include the unstable output directory name in the test's name.
7717 (initial_setup_simple) <'set args'>: Use custom test name.
7718
a80e65a9
PA
77192017-10-24 Pedro Alves <palves@redhat.com>
7720
7721 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7722 with explicit test name.
7723
15763a09
PA
77242017-10-20 Pedro Alves <palves@redhat.com>
7725
7726 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7727 'wait -i'. Use gdb_assert and remote_close.
7728
49a4ce2e
AB
77292017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7730
7731 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7732 number from variable rather than hard-coded.
7733
a75868f5
PA
77342017-10-19 Pedro Alves <palves@redhat.com>
7735
7736 * gdb.base/long-inferior-output.c: New file.
7737 * gdb.base/long-inferior-output.exp: New file.
7738
c8ba13ad
KS
77392017-11-18 Keith Seitz <keiths@redhat.com>
7740
7741 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7742 method.
7743 (main): Call it.
7744 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7745 Add additional user-defined conversion operator tests.
7746
b27de576
PA
77472017-10-17 Pedro Alves <palves@redhat.com>
7748
7749 * boards/native-stdio-gdbserver.exp: Load "local-board".
7750
8484c955
PA
77512017-10-17 Pedro Alves <palves@redhat.com>
7752
7753 * gdb.base/quit-live.c: New file.
7754 * gdb.base/quit-live.exp: New file.
7755
83d5a34d
KS
77562017-10-16 Keith Seitz <keiths@redhat.com>
7757
7758 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7759 (class_with_protected_typedef, class_with_private_typedef)
7760 (struct_with_public_typedef, struct_with_protected_typedef)
7761 (struct_with_private_typedef): New classes/structs.
7762 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7763 typedefs and access specifiers.
7764
739b3f1d
PA
77652017-10-16 Pedro Alves <palves@redhat.com>
7766 Simon Marchi <simon.marchi@polymtl.ca>
7767
7768 * README (Local vs Remote vs Native): New section.
7769 * boards/local-board.exp: New file, with bits factored out from
7770 ...
7771 * boards/native-extended-gdbserver.exp: ... here. Load
7772 "local-board".
7773 * boards/native-gdbserver.exp: Load "local-board".
7774 (${board}_spawn, ${board}_exec): Delete.
7775 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7776 ...
7777 * boards/stdio-gdbserver-base.exp: ... this new file.
7778 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7779 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7780 procedure.
7781 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7782 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7783 stdio_gdbserver_command.
7784 (${board}_get_remote_address, ${board}_get_comm_port)
7785 (${board}_download, ${board}_upload): Delete.
7786 (get_target_remote_pipe_cmd): New.
7787
fe68b953
SM
77882017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7789
7790 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7791 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7792 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7793 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7794 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7795 remove with_test_prefix.
7796
300b6685
PA
77972017-10-13 Pedro Alves <palves@redhat.com>
7798
7799 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7800 * gdb.base/annota1.exp: Use it instead of is_remote.
7801 * gdb.base/annota3.exp: Use it instead of is_remote.
7802 * gdb.cp/annota2.exp: Use it instead of is_remote.
7803 * gdb.cp/annota3.exp: Use it instead of is_remote.
7804 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7805
50500caf
PA
78062017-10-13 Pedro Alves <palves@redhat.com>
7807
7808 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7809 (test_num_test_vars, run_and_count_vars, find_env)
7810 (test_set_unset_env, test_inherit_env_var): New procedures.
7811 (top level): Use them.
7812
dad0c6d2
PA
78132017-10-13 Pedro Alves <palves@redhat.com>
7814
7815 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7816 also skip on stub-like targets.
7817
8b0553c1
PA
78182017-10-13 Pedro Alves <palves@redhat.com>
7819
7820 PR gdb/22293
7821 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7822 (top level): Move some tests to ...
7823 (test_not_found): ... this new procedure.
7824 (top level): Call it.
7825
7594f623
PA
78262017-10-13 Pedro Alves <palves@redhat.com>
7827
7828 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7829 expect different "info terminal" output if testing with a
7830 non-native target.
7831
ebe3b402
PA
78322017-10-13 Pedro Alves <palves@redhat.com>
7833 Simon Marchi <simon.marchi@polymtl.ca>
7834
7835 PR python/12966
7836 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7837
42f1b161
PA
78382017-10-13 Pedro Alves <palves@redhat.com>
7839
7840 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7841 already.
7842
8d6ef72b
PA
78432017-10-13 Pedro Alves <palves@redhat.com>
7844
7845 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7846 is_remote.
7847
d7bcd5b8
PA
78482017-10-13 Pedro Alves <palves@redhat.com>
7849
7850 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7851 is_remote.
7852
df479dc6
PA
78532017-10-13 Pedro Alves <palves@redhat.com>
7854
7855 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7856 is set.
7857 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7858 instead of is_remote.
7859
23fb630a
PA
78602017-10-13 Pedro Alves <palves@redhat.com>
7861
7862 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7863 (top level): Add comment.
7864
cc77b1dc
PA
78652017-10-13 Pedro Alves <palves@redhat.com>
7866
7867 * gdb.base/remote.exp (top level): Fix comment typo and add
7868 missing return.
7869
27c9e813
PA
78702017-10-13 Pedro Alves <palves@redhat.com>
7871 Simon Marchi <simon.marchi@polymtl.ca>
7872
7873 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7874 calls and add comments. Skip test if use_gdb_stub is set.
7875 (top level): Use "set cwd" command instead of "cd" command.
7876
5e830d98
PA
78772017-10-13 Pedro Alves <palves@redhat.com>
7878
7879 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7880 is_remote target check.
7881
f5ca0032
PA
78822017-10-13 Pedro Alves <palves@redhat.com>
7883
7884 * gdb.base/scope.exp: Use build_executable + clean_restart +
7885 gdb_file_cmd instead of prepare_for_testing and no longer skip
7886 "before run" tests on is_remote target boards. Update comments.
7887 * boards/native-extended-gdbserver.exp
7888 (extended_gdbserver_load_last_file): New, factored out from ...
7889 (gdb_load): ... this. Move further below and add comment.
7890 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7891
8aed1c0d
PA
78922017-10-12 Pedro Alves <palves@redhat.com>
7893
7894 * gdb.base/attach.exp: Remove references to gdb64.
7895 * gdb.base/dbx.exp: Remove references to gdb64.
7896
cfa34c87
SM
78972017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7898 Pedro Alves <palves@redhat.com>
7899
7900 * gdb.base/label.exp: Remove is_remote target check.
7901
9192b7de
PA
79022017-10-12 Pedro Alves <palves@redhat.com>
7903
7904 * gdb.base/auvx.exp (coredir): Update comment.
7905 (top level) <core_works>: Use "set cwd" command instead of "cd"
7906 command.
7907
6bf0052d
PA
79082017-10-12 Pedro Alves <palves@redhat.com>
7909 Simon Marchi <simon.marchi@polymtl.ca>
7910
7911 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7912 target boards.
7913
e48ef82d
PA
79142017-10-12 Pedro Alves <palves@redhat.com>
7915 Simon Marchi <simon.marchi@polymtl.ca>
7916
7917 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7918 Instead skip if there's any gdb_protocol set.
7919
8d7aea57
SM
79202017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7921 Pedro Alves <palves@redhat.com>
7922
7923 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7924
30440677
PA
79252017-10-12 Pedro Alves <palves@redhat.com>
7926 Simon Marchi <simon.marchi@polymtl.ca>
7927
7928 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7929 instead of on dejagnu remote boards.
7930
4e04f045 79312017-10-12 Pedro Alves <palves@redhat.com>
175654b9 7932 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
7933
7934 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7935 checks. Use build_executable + clean_restart instead of
7936 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7937 of enabling non-stop after starting gdb.
7938
871a186e
PA
79392017-10-12 Pedro Alves <palves@redhat.com>
7940
7941 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7942 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7943 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7944 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7945
56d704da
AK
79462017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7947
7948 * gdb.arch/arc-tdesc-cpu.exp: New file.
7949 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7950
2f20e312
SM
79512017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7952
7953 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7954
65630365
PA
79552017-10-10 Pedro Alves <palves@redhat.com>
7956
7957 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7958 expect CLI output.
7959
bf469271
PA
79602017-10-10 Pedro Alves <palves@redhat.com>
7961
7962 * lib/selftest-support.exp (selftest_setup): Update for
7963 captured_command_loop's prototype change.
7964
777a42f1
PA
79652017-10-09 Pedro Alves <palves@redhat.com>
7966
7967 Test both arch1=>arch2 and arch2=>arch1.
7968
7969 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7970 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7971 factored out to...
7972 (append_arch1_options, append_arch2_options, append_arch_options)
7973 (build_executables): New procedures.
7974 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7975 local.
7976 (top level): Add new 'first_arch' testing axis.
7977
cbd2b4e3
PA
79782017-10-09 Pedro Alves <palves@redhat.com>
7979
7980 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7981 (barrier): New.
7982 (thread_start, all_started): New functions.
7983 (main): Spawn new thread and wait until it is scheduled.
7984 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7985 option.
7986 (do_test): Add 'selected_thread' parameter. Run to all_started
7987 instead of main. Explicitly set the breakpoint at main. Switch
7988 to the SELECTED_THREAD thread.
7989 (top level): Test handling the exec event with either the main
7990 thread or the second thread selected.
7991
5c9e4427
PA
79922017-10-09 Pedro Alves <palves@redhat.com>
7993
7994 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7995 logic. Move STOP marker after the value checks.
7996 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7997 regexp.
7998
b3b7c423
SL
79992017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8000
8001 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8002
3b4b2f16
UW
80032017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8004
8005 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8006 integer-to-dfp conversion.
8007 * gdb.base/dfp-test.exp: Likewise.
8008
5cd63fda
PA
80092017-10-04 Pedro Alves <palves@redhat.com>
8010
8011 * gdb.multi/hangout.c: Include <unistd.h>.
8012 (hangout_loop): New function.
8013 (main): Call alarm. Call hangout_loop in a loop.
8014 * gdb.multi/hello.c: Include <unistd.h>.
8015 (hello_loop): New function.
8016 (main): Call alarm. Call hangout_loop in a loop.
8017 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8018 inferior with the other selected.
8019
4c71c105
SM
80202017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8021
8022 * gdb.mi/list-thread-groups-available.exp: New file.
8023 * gdb.mi/list-thread-groups-available.c: New file.
8024
bc3b087d
SDJ
80252017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8026
8027 * gdb.base/set-cwd.exp: Make it available on
8028 native-extended-gdbserver.
8029
d092c5a2
SDJ
80302017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8031
8032 * gdb.base/set-cwd.c: New file.
8033 * gdb.base/set-cwd.exp: Likewise.
8034
45320ffa
TT
80352017-10-02 Tom Tromey <tom@tromey.com>
8036
8037 PR rust/22236:
8038 * gdb.rust/simple.rs (main): New variable "fslice".
8039 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8040
b3e3859b
TT
80412017-10-02 Tom Tromey <tom@tromey.com>
8042
8043 * gdb.rust/simple.exp: Test ptype of a slice.
8044
01af5e0d
TT
80452017-10-02 Tom Tromey <tom@tromey.com>
8046
8047 * gdb.rust/simple.exp: Test index of slice.
8048
a9bbfbd8
TT
80492017-09-27 Tom Tromey <tom@tromey.com>
8050
8051 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8052
df8899e5
TP
80532017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8054 Pedro Alves <palves@redhat.com>
8055
8056 * gdb.base/compare-sections.exp (get value of read-only section): Read
8057 as unsigned value.
8058 (corrupt read-only section): Likewise and don't set written if patching
8059 failed.
8060
757bf54b
KB
80612017-09-21 Kevin Buettner <kevinb@redhat.com>
8062
8063 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8064 files.
8065
06871ae8
PA
80662017-09-20 Pedro Alves <palves@redhat.com>
8067
8068 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8069 symbol names in gdb's output.
8070 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8071
e5f25bc5
PA
80722017-09-20 Pedro Alves <palves@redhat.com>
8073
8074 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8075 Rename to ...
8076 (test_list_ambiguous_symbol): ... this and add a symbol name
8077 parameter. Adjust.
8078 (test_list_ambiguous_function): Reimplement on top of
8079 test_list_ambiguous_symbol and also test listing ambiguous
8080 variables.
8081 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8082 (ambiguous_fun): ... this.
8083 (ambiguous_var): New.
8084 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8085 (ambiguous_fun): ... this.
8086 (ambiguous_var): New.
8087
4e5a4f58
JB
80882017-09-19 John Baldwin <jhb@FreeBSD.org>
8089
8090 * gdb.base/starti.c: New file.
8091 * gdb.base/starti.exp: New file.
8092 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8093
26e53f3e
PA
80942017-09-14 Pedro Alves <palves@redhat.com>
8095
8096 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8097 (top level): Use it instead of runto.
8098
cb791d59
TT
80992017-09-11 Tom Tromey <tom@tromey.com>
8100
8101 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8102
7c96f8c1
TT
81032017-09-11 Tom Tromey <tom@tromey.com>
8104
8105 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8106 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8107
469412dd
CW
81082017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8109
8110 * gdb.fortran/printing-types.exp: New file.
8111 * gdb.fortran/printing-types.exp: New file.
8112
e0f86435
BH
81132017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8114
8115 * gdb.fortran/vla-ptype.exp: Fix typos.
8116 * gdb.fortran/vla-value.exp: Same.
8117
9e9af4be
BH
81182017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8119
8120 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8121 * gdb.mi/mi-var-child-f.exp: Likewise.
8122 * gdb.mi/mi-vla-fortran.exp: Likewise.
8123
a5ad232b 81242017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
8125 Christoph Weinmann <christoph.t.weinmann@intel.com>
8126 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
8127
8128 * gdb.fortran/ptr-indentation.f90: New file.
8129 * gdb.fortran/ptr-indentation.exp: New file.
8130
5aec60eb
TT
81312017-09-05 Tom Tromey <tom@tromey.com>
8132
8133 PR gdb/22010:
8134 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8135
8f8f8152
TP
81362017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8137
8138 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8139
fbd1b771
JK
81402017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8141
8142 * gdb.threads/tls-nodebug-pie.c: New file.
8143 * gdb.threads/tls-nodebug-pie.exp: New file.
8144
5eb5f850
TT
81452017-09-05 Tom Tromey <tom@tromey.com>
8146
8147 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8148 for rust.
8149
ae780a21
SM
81502017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8151
8152 * gdb.multi/multi-arch-exec.exp: Test with different
8153 "follow-exec-mode" settings.
8154 (do_test): New procedure.
8155
3693fdb3
PA
81562017-09-04 Pedro Alves <palves@redhat.com>
8157
8158 * gdb.base/func-static.c (S::method const, S::method volatile)
8159 (S::method volatile const): New methods.
8160 (c_s, v_s, cv_s): New instances.
8161 (main): Call method() on them.
8162 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8163 (cannot_resolve): New procedure.
8164 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8165 print-quote-unquoted columns.
8166 (do_test): Test printing each scope too.
8167
e68cb8e0
PA
81682017-09-04 Pedro Alves <palves@redhat.com>
8169
8170 * gdb.base/local-static.exp: Also test with
8171 class::method::variable wholly quoted.
8172 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8173
858be34c
PA
81742017-09-04 Pedro Alves <palves@redhat.com>
8175
8176 * gdb.base/local-static.c: New.
8177 * gdb.base/local-static.cc: New.
8178 * gdb.base/local-static.exp: New.
8179
46a4882b
PA
81802017-09-04 Pedro Alves <palves@redhat.com>
8181
8182 * gdb.asm/asm-source.exp: Add casts to int.
8183 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8184 (dataglobal64_1, dataglobal64_2): New globals.
8185 * gdb.base/nodebug.exp: Test different expressions involving the
8186 new globals, with print, whatis and ptype. Add casts to int.
8187 * gdb.base/solib-display.exp: Add casts to int.
8188 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8189 * gdb.cp/m-static.exp: Add cast to int.
8190 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8191 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8192 tls variable with no debug info without a cast. Test with a cast
8193 to int too.
8194 * gdb.trace/entry-values.exp: Add casts.
8195
2c5a2be1
PA
81962017-09-04 Pedro Alves <palves@redhat.com>
8197
8198 * gdb.base/nodebug.exp: Test that ptype's error about functions
8199 with unknown return type includes the function name too.
8200
7022349d
PA
82012017-09-04 Pedro Alves <palves@redhat.com>
8202
8203 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8204 return type of munmap in infcall.
8205 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8206 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8207 type of ftell in infcall.
8208 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8209 type of getpid in infcall.
8210 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8211 infcall.
8212 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8213 Bail on failure to extract the pid.
8214 * gdb.base/nodebug.c: #include <stdint.h>.
8215 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8216 New functions.
8217 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8218 Change expected output of print/whatis/ptype with functions with
8219 no debug info. Test all supported languages. Call
8220 test_call_promotion.
8221 * gdb.compile/compile.exp: Adjust expected output to expect
8222 warning.
8223 * gdb.threads/siginfo-threads.exp: Likewise.
8224
54990598
PA
82252017-09-04 Pedro Alves <palves@redhat.com>
8226
8227 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8228 "prototypes". Test calling float functions via prototyped and
8229 unprototyped function pointers.
8230 (perform_all_tests): New parameter "prototypes". Pass it down.
8231 (top level): Pass down "prototypes" parameter to
8232 perform_all_tests.
8233
34d16ea2
SM
82342017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8235
8236 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8237 Test with nested loops.
8238
9521ecda
SM
82392017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8240
8241 * gdb.base/commands.exp: Call the new procedures.
8242 (loop_break_test, loop_continue_test): New procedures.
8243
80a65e9b
SM
82442017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8245
8246 * gdb.base/commands.exp: Call new procedure.
8247 (define_if_without_arg_test): New procedure.
8248
e439fa14
PA
82492017-09-04 Pedro Alves <palves@redhat.com>
8250
8251 * gdb.base/list-ambiguous.exp: New file.
8252 * gdb.base/list-ambiguous0.c: New file.
8253 * gdb.base/list-ambiguous1.c: New file.
8254 * gdb.base/list.exp (test_list_range): Adjust expected output.
8255
0a2dde4a
SDJ
82562017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8257
8258 * gdb.base/share-env-with-gdbserver.c: New file.
8259 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8260
5e89eb3a
SM
82612017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8262
8263 * gdb.base/commands.exp (gdbvar_simple_if_test,
8264 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8265 progvar_simple_if_test, progvar_simple_while_test,
8266 progvar_complex_if_while_test, user_defined_command_test,
8267 user_defined_command_args_eval,
8268 user_defined_command_args_stack_test,
8269 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8270 temporary_breakpoint_commands,
8271 gdb_test_no_prompt, redefine_hook_test,
8272 redefine_backtrace_test): Remove "global gdb_prompt".
8273
fd437cbc
SM
82742017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8275
8276 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8277 New proc, call it from toplevel.
8278
87215ad1
SDJ
82792017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8280
8281 PR remote/21852
8282 * gdb.server/normal.c: New file, copied from gdb.base.
8283 * gdb.server/run-without-local-binary.exp: New file.
8284
58afddc6
WP
82852017-08-07 Weimin Pan <weimin.pan@oracle.com>
8286
8287 * gdb.arch/sparc64-adi.exp: New file.
8288 * gdb.arch/sparc64-adi.c: New file.
8289
5277199a
PA
82902017-08-22 Pedro Alves <palves@redhat.com>
8291
8292 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8293 (top level): Add "list all overloads" tests.
8294
14278e1f
TT
82952017-08-22 Tom Tromey <tom@tromey.com>
8296
8297 * gdb.gdb/xfullpath.exp: Remove.
8298
bf223d3e
PA
82992017-08-21 Pedro Alves <palves@redhat.com>
8300
8301 PR gdb/19487
8302 * gdb.base/symbol-alias.c: New.
8303 * gdb.base/symbol-alias2.c: New.
8304 * gdb.base/symbol-alias.exp: New.
8305
c973d0aa
PA
83062017-08-21 Pedro Alves <palves@redhat.com>
8307
8308 * gdb.base/dfp-test.c
8309 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8310 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8311 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8312 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8313 * gdb.base/whatis-ptype-typedefs.c: New.
8314 * gdb.base/whatis-ptype-typedefs.exp: New.
8315 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8316 (an_int, an_int_type, an_int_type2): New globals.
8317 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8318 involving typedefs and cast expressions.
8319 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8320 (lookup_typedefs_function): New.
8321 (typedefs_pretty_printers_dict): New.
8322 (top level): Register lookup_typedefs_function in
8323 gdb.pretty_printers.
8324
6d580b63
YQ
83252017-08-18 Yao Qi <yao.qi@linaro.org>
8326
8327 * gdb.server/unittest.exp: New.
8328
206726fb
SDJ
83292017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8330
8331 PR gdb/21954
8332 * gdb.base/environ.exp: Add test to check if 'unset environment'
8333 works.
8334
bf0ec4c2
AA
83352017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8336
8337 * lib/gdb.exp (universal_compile_options): New caching proc.
8338 (gdb_compile): Suppress GCC's coloring of messages.
8339
d6382fff
TT
83402017-08-14 Tom Tromey <tom@tromey.com>
8341
8342 PR gdb/21675:
8343 * gdb.base/printcmds.exp (test_radices): New function.
8344 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8345 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8346 * lib/gdb.exp (get_integer_valueof): Use p/d.
8347
c2c2dd9f
SM
83482017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8349
8350 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8351 characters.
8352
fdffd6f4
TT
83532017-08-05 Tom Tromey <tom@tromey.com>
8354
8355 * gdb.rust/simple.exp: Allow String to appear in a different
8356 namespace.
8357
27d41eac
YQ
83582017-07-26 Yao Qi <yao.qi@linaro.org>
8359
8360 * gdb.gdb/unittest.exp: Invoke command
8361 "maintenance check xml-descriptions".
8362
031ed05d
AA
83632017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8364
8365 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8366 calling context.
8367 (hex128): Drop erroneous calculation of parameters.
8368
dcd27ddf
SM
83692017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8370
8371 * gdb.python/py-unwind.exp: Disable stack protection when
8372 building test file.
8373
47e77640
PA
83742017-07-20 Pedro Alves <palves@redhat.com>
8375
8376 * gdb.base/default.exp (set language): Adjust expected output.
8377
62d2a18a
PA
83782017-07-20 Pedro Alves <palves@redhat.com>
8379
8380 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8381 (test_minsym): ... this, and make static.
8382 (get_pck__foo__bar__minsym): Rename to ...
8383 (get_test_minsym): ... this.
8384 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8385 symbol names and comments.
8386 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8387 (get_test_minsym): ... this.
8388 (pck__foo__bar__minsym__2): Rename to ...
8389 (test_minsym): ... this.
8390 (main): Adjust.
8391
c45ec17c
PA
83922017-07-17 Pedro Alves <palves@redhat.com>
8393
8394 * gdb.base/completion.exp: Adjust expected output.
8395 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8396 the completer works.
8397
c6756f62
PA
83982017-07-17 Pedro Alves <palves@redhat.com>
8399
8400 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8401
5bd68487
AB
84022017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8403
8404 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8405
8880f2a9
TT
84062017-07-14 Tom Tromey <tom@tromey.com>
8407
8408 PR rust/21764:
8409 * gdb.rust/simple.exp: Add tests.
8410
65547233
TT
84112017-07-14 Tom Tromey <tom@tromey.com>
8412
8413 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8414
8f14146e
PA
84152017-07-14 Pedro Alves <palves@redhat.com>
8416
8417 * gdb.linespec/base/one/thefile.cc (z1): New function.
8418 * gdb.linespec/base/two/thefile.cc (z2): New function.
8419 * gdb.linespec/linespec.exp: Add tests.
8420
b4365d02
AB
84212017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8422
8423 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8424 to mi_create_breakpoint.
8425
5d2cbaa5
AB
84262017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8427
8428 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8429 mi_create_breakpoint.
8430
11cb5716
IB
84312017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8432
8433 * gdb.dlang/demangle.exp: Update for demangling changes.
8434
03278692
TT
84352017-07-09 Tom Tromey <tom@tromey.com>
8436
8437 * gdb.dwarf2/shortpiece.exp: New file.
8438
33c5cd75
DB
84392017-07-06 David Blaikie <dblaikie@gmail.com>
8440
8441 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8442 built from fissiont-multi-cu{1,2}.c.
8443 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8444 except putting 'main' and 'func' in separate CUs in the same DWO file.
8445 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8446 test.
8447 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8448 test.
8449
8455d262
PA
84502017-07-06 Pedro Alves <palves@redhat.com>
8451
8452 * gdb.python/py-unwind.exp: Test flushregs.
8453
dc4bde35
SDJ
84542017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8455
8456 PR cli/21688
8457 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8458 tests for alias commands and trailing whitespace.
8459
51ed89aa
SDJ
84602017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8461
8462 PR cli/21688
8463 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8464 procedure. Call it.
8465
eb17d413
PA
84662017-06-29 Pedro Alves <palves@redhat.com>
8467
8468 * gdb.base/printcmds.exp: Add tests.
8469
41664b45
DG
84702017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8471
8472 PR gdb/21337
8473 * gdb.base/reread-readsym.exp: New file.
8474 * gdb.base/reread-readsym.c: New file.
8475
75312ae3
KB
84762017-06-21 Kevin Buettner <kevinb@redhat.com>
8477
8478 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8479 subpattern.
8480
66953522
PB
84812017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8482
8483 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8484 extended mnemonic.
8485 * gdb.arch/powerpc-power9.s: Likewise.
8486
5524b525
AA
84872017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8488
8489 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8490 on 32-bit x86 targets. Exploit is_*_target macros where
8491 appropriate.
8492
03c8af18
AA
84932017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8494
8495 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8496 register pieces.
8497
3bf31011
AA
84982017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8499
8500 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8501 located in one or more DWARF pieces.
8502
805acca0
AA
85032017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8504
8505 * lib/gdb.exp (get_endianness): New proc.
8506 * gdb.arch/aarch64-fp.exp: Use it.
8507 * gdb.arch/altivec-regs.exp: Likewise.
8508 * gdb.arch/e500-regs.exp: Likewise.
8509 * gdb.arch/vsx-regs.exp: Likewise.
8510 * gdb.base/dump.exp: Likewise.
8511 * gdb.base/funcargs.exp: Likewise.
8512 * gdb.base/gnu_vector.exp: Likewise.
8513 * gdb.dwarf2/formdata16.exp: Likewise.
8514 * gdb.dwarf2/implptrpiece.exp: Likewise.
8515 * gdb.dwarf2/nonvar-access.exp: Likewise.
8516 * gdb.python/py-inferior.exp: Likewise.
8517 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8518
e9352324
AA
85192017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8520
8521 PR gdb/21226
8522 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8523 stack value pieces are taken from the LSB end.
8524
d5d1163e
AA
85252017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8526
8527 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8528 variable at nonzero offset.
8529
0567c986
AA
85302017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8531
8532 * gdb.dwarf2/var-access.c: New file.
8533 * gdb.dwarf2/var-access.exp: New test.
8534 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8535
973e9aab
TT
85362017-06-12 Tom Tromey <tom@tromey.com>
8537
8538 * gdb.dwarf2/formdata16.exp: Add tests.
8539
d9109c80
TT
85402017-06-12 Tom Tromey <tom@tromey.com>
8541
8542 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8543
30a25466
TT
85442017-06-12 Tom Tromey <tom@tromey.com>
8545
8546 PR exp/16225:
8547 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8548 * gdb.arch/vsx-regs.exp: Update tests.
8549 * gdb.arch/s390-vregs.exp (hex128): New proc.
8550 Update test.
8551 * gdb.arch/altivec-regs.exp: Update tests.
8552
aefd8b33
SDJ
85532017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8554
8555 * gdb.base/startup-with-shell.c: New file.
8556 * gdb.base/startup-with-shell.exp: Likewise.
8557
2090129c
SDJ
85582017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8559
8560 * gdb.server/non-existing-program.exp: Update regex in order to
8561 reflect the fact that gdbserver is now using fork_inferior (with a
8562 shell) to startup the inferior.
8563
8e86a419
SM
85642017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8565
8566 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8567 support function calls from GDB.
8568
e6cf65f2
TT
85692017-05-21 Tom Tromey <tom@tromey.com>
8570
8571 PR rust/21466:
8572 * gdb.rust/unsized.exp: New file.
8573 * gdb.rust/unsized.rs: New file.
8574
43cc5389
TT
85752017-05-19 Tom Tromey <tom@tromey.com>
8576
8577 PR rust/21484:
8578 * gdb.rust/watch.exp: New file.
8579 * gdb.rust/watch.rs: New file.
8580
ec8df234
TT
85812017-05-18 Tom Tromey <tom@tromey.com>
8582
8583 * gdb.rust/simple.exp: Allow Box to be qualified.
8584
3e3e7fae
TP
85852017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8586
8587 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8588
59cc050d
PA
85892017-05-18 Pedro Alves <palves@redhat.com>
8590
8591 * gdb.base/fileio.c (test_write, test_read, test_close)
8592 (test_fstat): Don't print 'ret' in the fail path.
8593
c8f6abd1
PA
85942017-05-18 Pedro Alves <palves@redhat.com>
8595
8596 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8597 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8598 (test_system, test_rename, test_unlink, test_time): Change
8599 prototypes.
8600 * gdb.base/fileio.exp (stop_msg): Adjust.
8601
d2a03b77
PA
86022017-05-18 Pedro Alves <palves@redhat.com>
8603
8604 * gdb.base/fileio.c (null_str): New global.
8605 (test_stat): Use it.
8606 * gdb.base/fileio.exp: Remove nowarnings.
8607
0d5c6999
YQ
86082017-05-17 Yao Qi <yao.qi@linaro.org>
8609
8610 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8611
21873064
YQ
86122017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8613
8614 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8615 argument command.
8616 (top-level): Invoke test_set_inferior_tty.
8617
d512d31c
PA
86182017-05-04 Pedro Alves <palves@redhat.com>
8619
8620 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8621 Add parens to print call for Python 3.
8622
90cef2ed
KS
86232017-05-03 Keith Seitz <keiths@redhat.com>
8624
8625 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8626 (main): Call it.
8627
14f819c8
TW
86282017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8629
8630 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8631 to prev and next.
8632
913aeadd
TW
86332017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8634
8635 * gdb.python/py-record-btrace.exp: Remove test for
8636 gdb.BtraceInstruction.error.
8637
a3be24ad
TW
86382017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8639
8640 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8641
ae20e79a
TW
86422017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8643
8644 * gdb.python/py-record-btrace-threads.c: New file.
8645 * gdb.python/py-record-btrace-threads.exp: New file.
8646
45ce1b47
SDJ
86472017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8648
8649 PR testsuite/8595
8650 * gdb.base/environ.exp: Make test available in all architectures.
8651 Move bits related to "info program" testing to
8652 gdb.base/info-program.exp. Rewrite tests to use the two new
8653 procedures mentione below.
8654 (test_set_show_env_var) New procedure.
8655 (test_set_show_env_var_equal): Likewise.
8656 * gdb.base/info-program.exp: New file.
8657
e15c3eb4
KS
86582017-04-27 Keith Seitz <keiths@redhat.com>
8659
8660 * gdb.cp/oranking.cc (test15): New function.
8661 (main): Call test15 and declare additional variables for testing.
8662 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8663 "p foo101('abc')" tests.
8664 Add tests for cv qualifier overloads.
8665 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8666 "lvalue reference overload" test.
8667 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8668 "print value of f1 on Child&& in f2" test.
8669
3a3fd0fd
PA
86702017-04-19 Pedro Alves <palves@redhat.com>
8671
8672 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8673 procedure.
8674 (top level): Call it.
8675 * lib/gdb.exp (gdb_define_cmd): New procedure.
8676
53375380
PA
86772017-04-12 Pedro Alves <palves@redhat.com>
8678
8679 PR gdb/21323
8680 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8681 (wchar): New global.
8682 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8683 (do_test_wide_char, wide_char_types_no_program, top level): Add
8684 wchar_t testing.
8685
53e710ac
PA
86862017-04-12 Pedro Alves <palves@redhat.com>
8687
8688 PR c++/21323
8689 * gdb.cp/wide_char_types.c: New file.
8690 * gdb.cp/wide_char_types.exp: New file.
8691
0ad9d8c7
SDJ
86922017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8693
8694 PR gdb/21352
8695 * gdb.trace/tsv.exp: Add test for "tsave -r".
8696
b1b45502
IB
86972017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8698
8699 * gdb.dlang/watch-loc.c: New file.
8700 * gdb.dlang/watch-loc.exp: New file.
8701
ec13808e
JK
87022017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8703
8704 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8705
fe5f7374
AK
87062017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8707
8708 * gdb.arch/arc-analyze-prologue.S: New file.
8709 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8710
eea78757
AK
87112017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8712
8713 * gdb.arch/arc-decode-insn.S: New file.
8714 * gdb.arch/arc-decode-insn.exp: Likewise.
8715
5badf10a
IR
87162017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8717
8718 PR tdep/20928
8719 * gdb.arch/sparc64-regs.exp: New file.
8720 * gdb.arch/sparc64-regs.S: Likewise.
8721
cee59b3f
TW
87222017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8723
8724 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8725 and memory view on Python 3.
8726
c0f55cc6
AV
87272017-03-20 Artemiy Volkov <artemiyv@acm.org>
8728 Keith Seitz <keiths@redhat.com>
8729
8730 PR gdb/14441
8731 * gdb.cp/demangle.exp: Add rvalue reference tests.
8732 * gdb.cp/rvalue-ref-casts.cc: New file.
8733 * gdb.cp/rvalue-ref-casts.exp: New file.
8734 * gdb.cp/rvalue-ref-overload.cc: New file.
8735 * gdb.cp/rvalue-ref-overload.exp: New file.
8736 * gdb.cp/rvalue-ref-params.cc: New file.
8737 * gdb.cp/rvalue-ref-params.exp: New file.
8738 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8739 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8740 * gdb.cp/rvalue-ref-types.cc: New file.
8741 * gdb.cp/rvalue-ref-types.exp: New file.
8742 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8743 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8744
51457a05
MAL
87452017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8746
8747 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8748 New procedure.
8749
5b291c04
MAL
87502017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8751
8752 * lib/mi-support.exp (mi_gdb_test): Add additional message
8753 for unexpected output.
8754
59a56148
AA
87552017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8756
8757 * gdb.base/examine-backward.c (Barrier): New character array
8758 constant, to ensure that TestStrings is preceded by a string
8759 terminator.
8760
7942e96e
AA
87612017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8762
8763 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8764 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8765 and implicit pointer into such a location.
8766
6ebac3fb
DE
87672017-03-16 Doug Evans <dje@google.com>
8768
8769 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8770
ec3b243d
TP
87712017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8772
8773 * gdb.cp/m-static.exp: Fix expectation for prototype of
8774 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
8775
87762017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
8777
8778 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8779 * gdb.guile/scm-lazy-string.c: New file.
8780 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8781 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8782 for pointer, array, typedef lazy strings.
8783
2cc36e25 87842017-03-16 Doug Evans <dje@google.com>
34b43320
DE
8785
8786 PR python/17728, python/18439, python/18779
8787 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8788 * gdb.python/py-lazy-string.c (pointer): New typedef.
8789 (main): New locals ptr, array, typedef_ptr.
8790 * gdb.python/py-value.exp: Move lazy string tests to ...
8791 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8792 array, typedef lazy strings.
ec3b243d 8793
0efcde63
AK
87942017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8795
8796 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8797 Add optional 'test' parameter.
8798
7978d7c3
SM
87992017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8800
8801 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8802 Skip for versions of DejaGnu < 1.5.
8803
896c0c1e
SM
88042017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8805
8806 * lib/gdb.exp (dejagnu_version): New proc.
8807 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8808 Use dejagnu_version.
8809
5f4d1085
KS
88102017-03-10 Keith Seitz <keiths@redhat.com>
8811
8812 PR c++/8128
8813 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8814 type from destructor regexps.
8815 Add a branch which actually passes the test.
8816 Adjust "ptype t5i" test names.
8817
1de05205
PA
88182017-03-08 Pedro Alves <palves@redhat.com>
8819
8820 * gdb.base/step-over-exit.exp: Add explicit test message.
8821
c65d6b55
PA
88222017-03-08 Pedro Alves <palves@redhat.com>
8823
8824 PR gdb/18360
8825 * gdb.threads/interrupt-while-step-over.c: New file.
8826 * gdb.threads/interrupt-while-step-over.exp: New file.
8827
2e86a283
PA
88282017-03-08 Pedro Alves <palves@redhat.com>
8829
8830 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8831 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8832
25dcbff6
PA
88332017-03-08 Pedro Alves <palves@redhat.com>
8834
8835 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8836 PKRU as not supported as a PASS.
8837
dc9366eb
PA
88382017-03-08 Pedro Alves <palves@redhat.com>
8839
8840 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8841 prefix instead of $binfile1/$binfile2.
8842 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8843 in test message.
8844 * gdb.python/py-completion.exp: Use "load python file" as test
8845 messages instead of unstable path names.
8846
6e5d74e7
PA
88472017-03-08 Pedro Alves <palves@redhat.com>
8848 Jan Kratochvil <jan.kratochvil@redhat.com>
8849
8850 PR cli/21218
8851 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8852 New proc.
8853 (top level): Call it.
8854
9753a2f6
PA
88552017-03-08 Pedro Alves <palves@redhat.com>
8856
8857 PR tui/21216
8858 * gdb.tui/tui-nl-filtered-output.exp: New file.
8859
1a4dd9dd
PA
88602017-03-08 Pedro Alves <palves@redhat.com>
8861
8862 * gdb.base/completion.exp: Move TUI completion tests to ...
8863 * gdb.tui/completion.exp: ... this new file.
8864
7cbbff33
PA
88652017-03-08 Pedro Alves <palves@redhat.com>
8866
8867 * gdb.base/tui-disasm-long-lines.c,
8868 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8869 gdb.base/tui-layout.exp: Move to ...
8870 * gdb.tui/: ... this new directory.
8871
5f6fd321
PA
88722017-03-07 Pedro Alves <palves@redhat.com>
8873
8874 * gdb.base/tui-layout.c: New file.
8875 * gdb.base/tui-layout.exp: New file.
8876
44959fa8
PA
88772017-03-07 Pedro Alves <palves@redhat.com>
8878
8879 * gdb.base/tui-layout.c: Rename to ...
8880 * gdb.base/tui-disasm-long-lines.c: ... this.
8881 * gdb.base/tui-layout.exp: Rename to ...
8882 * gdb.base/tui-disasm-long-lines.exp: ... this.
8883
f8c4e718
PA
88842017-03-07 Pedro Alves <palves@redhat.com>
8885
8886 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8887
6dbb839a 88882017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
8889
8890 * i386-mpx-call.c: New file.
8891 * i386-mpx-call.exp: New file.
8892
65b48a81
PB
88932017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8894
8895 * gdb.arch/powerpc-power.exp: Delete test.
8896 * gdb.arch/powerpc-power.s: Likewise.
8897 * gdb.disasm/disassembler-options.exp: New test.
8898 * gdb.arch/powerpc-altivec.exp: Likewise.
8899 * gdb.arch/powerpc-altivec.s: Likewise.
8900 * gdb.arch/powerpc-altivec2.exp: Likewise.
8901 * gdb.arch/powerpc-altivec2.s: Likewise.
8902 * gdb.arch/powerpc-altivec3.exp: Likewise.
8903 * gdb.arch/powerpc-altivec3.s: Likewise.
8904 * gdb.arch/powerpc-power7.exp: Likewise.
8905 * gdb.arch/powerpc-power7.s: Likewise.
8906 * gdb.arch/powerpc-power8.exp: Likewise.
8907 * gdb.arch/powerpc-power8.s: Likewise.
8908 * gdb.arch/powerpc-power9.exp: Likewise.
8909 * gdb.arch/powerpc-power9.s: Likewise.
8910 * gdb.arch/powerpc-vsx.exp: Likewise.
8911 * gdb.arch/powerpc-vsx.s: Likewise.
8912 * gdb.arch/powerpc-vsx2.exp: Likewise.
8913 * gdb.arch/powerpc-vsx2.s: Likewise.
8914 * gdb.arch/powerpc-vsx3.exp: Likewise.
8915 * gdb.arch/powerpc-vsx3.s: Likewise.
8916 * gdb.arch/arm-disassembler-options.exp: Likewise.
8917 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8918 * gdb.arch/s390-disassembler-options.exp: Likewise.
8919
17cd4947
LM
89202017-02-23 Luis Machado <lgustavo@codesourcery.com>
8921
8922 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8923 (check_supported_features): ... this. Changed return type to void.
8924 (supports_rdseed): New static global.
8925 (rdseed): Check supports_rdseed.
8926 (initialize): Call check_supported_features.
8927
2039d74e
EBM
89282017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8929
8930 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8931 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8932 and lqarx/stqcx.
8933 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8934 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8935
a51d7ecf
EBM
89362017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8937
8938 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8939 uppercase.
8940
0224619f
JK
89412017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8942
8943 * gdb.dwarf2/formdata16.c: New file.
8944 * gdb.dwarf2/formdata16.exp: New file.
8945 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8946
216f72a1
JK
89472017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8948
8949 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8950 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8951 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8952 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8953 DW_AT_GNU_*.
8954
43988095
JK
89552017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8956
8957 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8958
99e8a4f9
SDJ
89592017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8960
8961 PR gdb/21164
8962 * gdb.base/maint.exp: Add testcases for when the commands do
8963 not have arguments.
8964
b58a8c0c
TP
89652017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8966
8967 * gdb.cp/chained-calls.exp: Use p instead of P.
8968
4e746bb6
TW
89692017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8970
8971 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8972 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8973
3f77c769
TT
89742017-02-14 Tom Tromey <tom@tromey.com>
8975
8976 PR python/13598:
8977 * gdb.python/py-events.exp: Add before_prompt event tests.
8978
075beec0
AA
89792017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8980
8981 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8982
bf5f525c
LM
89832017-02-13 Luis Machado <lgustavo@codesourcery.com>
8984
8985 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8986 (main): Call my_unique_function_name.
8987 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8988 completion of patterns with a single match.
8989 Add missing -re switches to gdb_test_multiple calls.
8990
13a66184
LM
89912017-02-13 Luis Machado <lgustavo@codesourcery.com>
8992
8993 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8994 return if core file is not recognized.
8995
26a06916
SM
89962017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8997
8998 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8999 and extra UIs.
9000
b761ca9e
SM
90012017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9002
9003 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9004 proc_with_prefix.
9005
b964bee0
TT
90062017-02-10 Tom Tromey <tom@tromey.com>
9007
9008 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9009
18da0c51
MG
90102017-02-10 Martin Galvan <martingalvan@sourceware.org>
9011
9012 PR gdb/21122
9013 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9014
604c4576
JG
90152017-02-08 Jerome Guitton <guitton@adacore.com>
9016
9017 * gdb.base/define.exp: Add test for command abbreviations
9018 in define.
9019
20b477a7
LM
90202017-02-06 Luis Machado <lgustavo@codesourcery.com>
9021
9022 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9023 * gdb.reverse/insn-reverse-x86.c: New file.
9024
3f7b46f2
IR
90252017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9026
9027 PR tdep/20936
9028 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9029
f0fd41c1
TT
90302017-02-03 Tom Tromey <tom@tromey.com>
9031
9032 PR rust/21097:
9033 * gdb.rust/simple.exp: Add new tests.
9034
5be5dbf0
PA
90352017-02-02 Pedro Alves <palves@redhat.com>
9036
9037 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9038 tests.
9039
7346ef59
AA
90402017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9041
9042 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9043 taking a 2-byte value out of a 4-byte DWARF implicit value on
9044 big-endian targets.
9045 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9046 logic. Add test cases for DW_OP_implicit.
9047
787f0025
MM
90482017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9049
9050 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9051
68777c29
MM
90522017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9053
9054 * gdb.btrace/enable.exp: Call gdb_exit before
9055 skip_gdbserver_tests.
9056
0a1c7e28
MM
90572017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9058
9059 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9060 GDBFLAGS.
9061
b5ac99b0
MM
90622017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9063
9064 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9065 the test is skipped.
9066 * gdb.btrace/data.exp: Likewise.
9067 * gdb.btrace/delta.exp: Likewise.
9068 * gdb.btrace/dlopen.exp: Likewise.
9069 * gdb.btrace/enable-running.exp: Likewise.
9070 * gdb.btrace/enable.exp: Likewise.
9071 * gdb.btrace/exception.exp: Likewise.
9072 * gdb.btrace/function_call_history.exp: Likewise.
9073 * gdb.btrace/gcore.exp: Likewise.
9074 * gdb.btrace/instruction_history.exp: Likewise.
9075 * gdb.btrace/multi-thread-step.exp: Likewise.
9076 * gdb.btrace/nohist.exp: Likewise.
9077 * gdb.btrace/non-stop.exp: Likewise.
9078 * gdb.btrace/reconnect.exp: Likewise.
9079 * gdb.btrace/record_goto-step.exp: Likewise.
9080 * gdb.btrace/record_goto.exp: Likewise.
9081 * gdb.btrace/rn-dl-bind.exp: Likewise.
9082 * gdb.btrace/segv.exp: Likewise.
9083 * gdb.btrace/step.exp: Likewise.
9084 * gdb.btrace/stepi.exp: Likewise.
9085 * gdb.btrace/tailcall-only.exp: Likewise.
9086 * gdb.btrace/tailcall.exp: Likewise.
9087 * gdb.btrace/tsx.exp: Likewise.
9088 * gdb.btrace/unknown_functions.exp: Likewise.
9089 * gdb.btrace/vdso.exp: Likewise.
9090
cd4007e4
MM
90912017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9092
9093 * gdb.btrace/enable-running.c: New.
9094 * gdb.btrace/enable-running.exp: New.
9095
2735833d
WT
90962017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9097
9098 * gdb.arch/amd64-gs_base.c: New file.
9099 * gdb.arch/amd64-gs_base.exp: New file.
9100
b51e1e94
LM
91012017-01-26 Luis Machado <lgustavo@codesourcery.com>
9102
9103 * lib/memory.exp: Remove spurious empty newlines.
9104
72ca0410
SM
91052017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9106
9107 * gdb.python/py-bad-printers.exp: Load python file using "source".
9108 * gdb.python/py-events.exp: Likewise.
9109 * gdb.python/py-evsignal.exp: Likewise.
9110 * gdb.python/py-evthreads.exp: Likewise.
9111 * gdb.python/py-frame-args.exp: Likewise.
9112 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9113 * gdb.python/py-framefilter-mi.exp: Likewise.
9114 * gdb.python/py-framefilter.exp: Likewise.
9115 * gdb.python/py-mi.exp: Likewise.
9116 * gdb.python/py-pp-maint.exp: Likewise.
9117 * gdb.python/py-pp-registration.exp: Likewise.
9118 * gdb.python/py-prettyprint.exp: Likewise.
9119 (run_lang_tests): Likewise.
9120 * gdb.python/py-typeprint.exp: Likewise.
9121
e309aa65
LM
91222017-01-26 Luis Machado <lgustavo@codesourcery.com>
9123
9124 * lib/memory.exp: New file.
9125 * lib/gdb.exp: Load memory.exp.
9126 * gdb.base/memattr.exp (delete_memory): Move proc to
9127 lib/memory.exp and rename to delete_memory_regions.
9128 Replace delete_memory with delete_memory_regions.
9129 Cleanup memory regions before tests.
9130 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9131 before tests.
9132
515aff23
LM
91332017-01-26 Luis Machado <lgustavo@codesourcery.com>
9134
9135 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9136 files.
9137 (initialize): New function conditionally defined.
9138 (testcases): Move within conditional block.
9139 (main): Call initialize.
9140 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9141 of gdb.reverse/insn-reverse.c.
9142 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9143 gdb.reverse/insn-reverse.c.
9144
d8b49cf0
YQ
91452017-01-26 Yao Qi <yao.qi@linaro.org>
9146
9147 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9148 disassemble on address 0.
9149
f13a9a0c
YQ
91502017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9151 Yao Qi <yao.qi@linaro.org>
9152
9153 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9154 * gdb.dwarf2/implptr-64bit.S: Remove.
9155 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9156 variables in caller's context. Add DW_OP_implicit_value.
9157
5ac95241
YQ
91582017-01-25 Yao Qi <yao.qi@linaro.org>
9159
9160 * lib/dwarf.exp (Dwarf::_location): Handle
9161 DW_OP_GNU_implicit_pointer with proper size.
9162
23e82930
LM
91632017-01-20 Luis Machado <lgustavo@codesourcery.com>
9164
9165 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9166 and add untested calls.
9167
d334ae25
LM
91682017-01-20 Luis Machado <lgustavo@codesourcery.com>
9169
9170 * gdb.python/python.exp: Check line number against what GDB thinks
9171 the line number is for func1.
9172
f5e6296e
IB
91732017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9174
9175 * gdb.dlang/debug-expr.exp: New file.
9176
5b362f04
LM
91772016-12-23 Luis Machado <lgustavo@codesourcery.com>
9178
9179 Fix test names for the following files:
9180
9181 * gdb.ada/exec_changed.exp
9182 * gdb.ada/info_types.exp
9183 * gdb.arch/aarch64-atomic-inst.exp
9184 * gdb.arch/aarch64-fp.exp
9185 * gdb.arch/altivec-abi.exp
9186 * gdb.arch/altivec-regs.exp
9187 * gdb.arch/amd64-byte.exp
9188 * gdb.arch/amd64-disp-step.exp
9189 * gdb.arch/amd64-dword.exp
9190 * gdb.arch/amd64-entry-value-inline.exp
9191 * gdb.arch/amd64-entry-value-param.exp
9192 * gdb.arch/amd64-entry-value-paramref.exp
9193 * gdb.arch/amd64-entry-value.exp
9194 * gdb.arch/amd64-i386-address.exp
9195 * gdb.arch/amd64-invalid-stack-middle.exp
9196 * gdb.arch/amd64-invalid-stack-top.exp
9197 * gdb.arch/amd64-optimout-repeat.exp
9198 * gdb.arch/amd64-prologue-skip.exp
9199 * gdb.arch/amd64-prologue-xmm.exp
9200 * gdb.arch/amd64-stap-special-operands.exp
9201 * gdb.arch/amd64-stap-wrong-subexp.exp
9202 * gdb.arch/amd64-tailcall-cxx.exp
9203 * gdb.arch/amd64-tailcall-noret.exp
9204 * gdb.arch/amd64-tailcall-ret.exp
9205 * gdb.arch/amd64-tailcall-self.exp
9206 * gdb.arch/amd64-word.exp
9207 * gdb.arch/arm-bl-branch-dest.exp
9208 * gdb.arch/arm-disp-step.exp
9209 * gdb.arch/arm-neon.exp
9210 * gdb.arch/arm-single-step-kernel-helper.exp
9211 * gdb.arch/avr-flash-qualifier.exp
9212 * gdb.arch/disp-step-insn-reloc.exp
9213 * gdb.arch/e500-abi.exp
9214 * gdb.arch/e500-regs.exp
9215 * gdb.arch/ftrace-insn-reloc.exp
9216 * gdb.arch/i386-avx512.exp
9217 * gdb.arch/i386-bp_permanent.exp
9218 * gdb.arch/i386-byte.exp
9219 * gdb.arch/i386-cfi-notcurrent.exp
9220 * gdb.arch/i386-disp-step.exp
9221 * gdb.arch/i386-dr3-watch.exp
9222 * gdb.arch/i386-float.exp
9223 * gdb.arch/i386-gnu-cfi.exp
9224 * gdb.arch/i386-mpx-map.exp
9225 * gdb.arch/i386-mpx-sigsegv.exp
9226 * gdb.arch/i386-mpx-simple_segv.exp
9227 * gdb.arch/i386-mpx.exp
9228 * gdb.arch/i386-permbkpt.exp
9229 * gdb.arch/i386-prologue.exp
9230 * gdb.arch/i386-signal.exp
9231 * gdb.arch/i386-size-overlap.exp
9232 * gdb.arch/i386-unwind.exp
9233 * gdb.arch/i386-word.exp
9234 * gdb.arch/mips-fcr.exp
9235 * gdb.arch/powerpc-d128-regs.exp
9236 * gdb.arch/powerpc-stackless.exp
9237 * gdb.arch/ppc64-atomic-inst.exp
9238 * gdb.arch/s390-stackless.exp
9239 * gdb.arch/s390-tdbregs.exp
9240 * gdb.arch/s390-vregs.exp
9241 * gdb.arch/sparc-sysstep.exp
9242 * gdb.arch/thumb-bx-pc.exp
9243 * gdb.arch/thumb-singlestep.exp
9244 * gdb.arch/thumb2-it.exp
9245 * gdb.arch/vsx-regs.exp
9246 * gdb.asm/asm-source.exp
9247 * gdb.base/a2-run.exp
9248 * gdb.base/advance.exp
9249 * gdb.base/all-bin.exp
9250 * gdb.base/anon.exp
9251 * gdb.base/args.exp
9252 * gdb.base/arithmet.exp
9253 * gdb.base/async-shell.exp
9254 * gdb.base/async.exp
9255 * gdb.base/attach-pie-noexec.exp
9256 * gdb.base/attach-twice.exp
9257 * gdb.base/auto-load.exp
9258 * gdb.base/bang.exp
9259 * gdb.base/bitfields.exp
9260 * gdb.base/break-always.exp
9261 * gdb.base/break-caller-line.exp
9262 * gdb.base/break-entry.exp
9263 * gdb.base/break-inline.exp
9264 * gdb.base/break-on-linker-gcd-function.exp
9265 * gdb.base/break-probes.exp
9266 * gdb.base/break.exp
9267 * gdb.base/breakpoint-shadow.exp
9268 * gdb.base/call-ar-st.exp
9269 * gdb.base/call-sc.exp
9270 * gdb.base/call-signal-resume.exp
9271 * gdb.base/call-strs.exp
9272 * gdb.base/callfuncs.exp
9273 * gdb.base/catch-fork-static.exp
9274 * gdb.base/catch-gdb-caused-signals.exp
9275 * gdb.base/catch-load.exp
9276 * gdb.base/catch-signal-fork.exp
9277 * gdb.base/catch-signal.exp
9278 * gdb.base/catch-syscall.exp
9279 * gdb.base/charset.exp
9280 * gdb.base/checkpoint.exp
9281 * gdb.base/chng-syms.exp
9282 * gdb.base/code-expr.exp
9283 * gdb.base/code_elim.exp
9284 * gdb.base/commands.exp
9285 * gdb.base/completion.exp
9286 * gdb.base/complex.exp
9287 * gdb.base/cond-expr.exp
9288 * gdb.base/condbreak.exp
9289 * gdb.base/consecutive.exp
9290 * gdb.base/continue-all-already-running.exp
9291 * gdb.base/coredump-filter.exp
9292 * gdb.base/corefile.exp
9293 * gdb.base/dbx.exp
9294 * gdb.base/debug-expr.exp
9295 * gdb.base/define.exp
9296 * gdb.base/del.exp
9297 * gdb.base/disabled-location.exp
9298 * gdb.base/disasm-end-cu.exp
9299 * gdb.base/disasm-optim.exp
9300 * gdb.base/display.exp
9301 * gdb.base/duplicate-bp.exp
9302 * gdb.base/ena-dis-br.exp
9303 * gdb.base/ending-run.exp
9304 * gdb.base/enumval.exp
9305 * gdb.base/environ.exp
9306 * gdb.base/eu-strip-infcall.exp
9307 * gdb.base/eval-avoid-side-effects.exp
9308 * gdb.base/eval-skip.exp
9309 * gdb.base/exitsignal.exp
9310 * gdb.base/expand-psymtabs.exp
9311 * gdb.base/filesym.exp
9312 * gdb.base/find-unmapped.exp
9313 * gdb.base/finish.exp
9314 * gdb.base/float.exp
9315 * gdb.base/foll-exec-mode.exp
9316 * gdb.base/foll-exec.exp
9317 * gdb.base/foll-fork.exp
9318 * gdb.base/fortran-sym-case.exp
9319 * gdb.base/freebpcmd.exp
9320 * gdb.base/func-ptr.exp
9321 * gdb.base/func-ptrs.exp
9322 * gdb.base/funcargs.exp
9323 * gdb.base/gcore-buffer-overflow.exp
9324 * gdb.base/gcore-relro-pie.exp
9325 * gdb.base/gcore-relro.exp
9326 * gdb.base/gcore.exp
9327 * gdb.base/gdb1090.exp
9328 * gdb.base/gdb11530.exp
9329 * gdb.base/gdb11531.exp
9330 * gdb.base/gdb1821.exp
9331 * gdb.base/gdbindex-stabs.exp
9332 * gdb.base/gdbvars.exp
9333 * gdb.base/hbreak.exp
9334 * gdb.base/hbreak2.exp
9335 * gdb.base/included.exp
9336 * gdb.base/infcall-input.exp
9337 * gdb.base/inferior-died.exp
9338 * gdb.base/infnan.exp
9339 * gdb.base/info-macros.exp
9340 * gdb.base/info-os.exp
9341 * gdb.base/info-proc.exp
9342 * gdb.base/info-shared.exp
9343 * gdb.base/info-target.exp
9344 * gdb.base/infoline.exp
9345 * gdb.base/interp.exp
9346 * gdb.base/interrupt.exp
9347 * gdb.base/jit-reader.exp
9348 * gdb.base/jit-simple.exp
9349 * gdb.base/kill-after-signal.exp
9350 * gdb.base/kill-detach-inferiors-cmd.exp
9351 * gdb.base/label.exp
9352 * gdb.base/langs.exp
9353 * gdb.base/ldbl_e308.exp
9354 * gdb.base/line-symtabs.exp
9355 * gdb.base/linespecs.exp
9356 * gdb.base/list.exp
9357 * gdb.base/long_long.exp
9358 * gdb.base/longest-types.exp
9359 * gdb.base/maint.exp
9360 * gdb.base/max-value-size.exp
9361 * gdb.base/memattr.exp
9362 * gdb.base/mips_pro.exp
9363 * gdb.base/morestack.exp
9364 * gdb.base/moribund-step.exp
9365 * gdb.base/multi-forks.exp
9366 * gdb.base/nested-addr.exp
9367 * gdb.base/nextoverexit.exp
9368 * gdb.base/noreturn-finish.exp
9369 * gdb.base/noreturn-return.exp
9370 * gdb.base/nostdlib.exp
9371 * gdb.base/offsets.exp
9372 * gdb.base/opaque.exp
9373 * gdb.base/pc-fp.exp
9374 * gdb.base/permissions.exp
9375 * gdb.base/print-symbol-loading.exp
9376 * gdb.base/prologue-include.exp
9377 * gdb.base/psymtab.exp
9378 * gdb.base/ptype.exp
9379 * gdb.base/random-signal.exp
9380 * gdb.base/randomize.exp
9381 * gdb.base/range-stepping.exp
9382 * gdb.base/readline-ask.exp
9383 * gdb.base/recpar.exp
9384 * gdb.base/recurse.exp
9385 * gdb.base/relational.exp
9386 * gdb.base/restore.exp
9387 * gdb.base/return-nodebug.exp
9388 * gdb.base/return.exp
9389 * gdb.base/run-after-attach.exp
9390 * gdb.base/save-bp.exp
9391 * gdb.base/scope.exp
9392 * gdb.base/sect-cmd.exp
9393 * gdb.base/set-lang-auto.exp
9394 * gdb.base/set-noassign.exp
9395 * gdb.base/setvar.exp
9396 * gdb.base/sigall.exp
9397 * gdb.base/sigbpt.exp
9398 * gdb.base/siginfo-addr.exp
9399 * gdb.base/siginfo-infcall.exp
9400 * gdb.base/siginfo-obj.exp
9401 * gdb.base/siginfo.exp
9402 * gdb.base/signals-state-child.exp
9403 * gdb.base/signest.exp
9404 * gdb.base/sigstep.exp
9405 * gdb.base/sizeof.exp
9406 * gdb.base/skip.exp
9407 * gdb.base/solib-corrupted.exp
9408 * gdb.base/solib-nodir.exp
9409 * gdb.base/solib-search.exp
9410 * gdb.base/stack-checking.exp
9411 * gdb.base/stale-infcall.exp
9412 * gdb.base/stap-probe.exp
9413 * gdb.base/start.exp
9414 * gdb.base/step-break.exp
9415 * gdb.base/step-bt.exp
9416 * gdb.base/step-line.exp
9417 * gdb.base/step-over-exit.exp
9418 * gdb.base/step-over-syscall.exp
9419 * gdb.base/step-resume-infcall.exp
9420 * gdb.base/step-test.exp
9421 * gdb.base/store.exp
9422 * gdb.base/structs3.exp
9423 * gdb.base/sym-file.exp
9424 * gdb.base/symbol-without-target_section.exp
9425 * gdb.base/term.exp
9426 * gdb.base/testenv.exp
9427 * gdb.base/ui-redirect.exp
9428 * gdb.base/until.exp
9429 * gdb.base/unwindonsignal.exp
9430 * gdb.base/value-double-free.exp
9431 * gdb.base/vla-datatypes.exp
9432 * gdb.base/vla-ptr.exp
9433 * gdb.base/vla-sideeffect.exp
9434 * gdb.base/volatile.exp
9435 * gdb.base/watch-cond-infcall.exp
9436 * gdb.base/watch-cond.exp
9437 * gdb.base/watch-non-mem.exp
9438 * gdb.base/watch-read.exp
9439 * gdb.base/watch-vfork.exp
9440 * gdb.base/watchpoint-cond-gone.exp
9441 * gdb.base/watchpoint-delete.exp
9442 * gdb.base/watchpoint-hw-hit-once.exp
9443 * gdb.base/watchpoint-hw.exp
9444 * gdb.base/watchpoint-stops-at-right-insn.exp
9445 * gdb.base/watchpoints.exp
9446 * gdb.base/wchar.exp
9447 * gdb.base/whatis-exp.exp
9448 * gdb.btrace/buffer-size.exp
9449 * gdb.btrace/data.exp
9450 * gdb.btrace/delta.exp
9451 * gdb.btrace/dlopen.exp
9452 * gdb.btrace/enable.exp
9453 * gdb.btrace/exception.exp
9454 * gdb.btrace/function_call_history.exp
9455 * gdb.btrace/gcore.exp
9456 * gdb.btrace/instruction_history.exp
9457 * gdb.btrace/nohist.exp
9458 * gdb.btrace/reconnect.exp
9459 * gdb.btrace/record_goto-step.exp
9460 * gdb.btrace/record_goto.exp
9461 * gdb.btrace/rn-dl-bind.exp
9462 * gdb.btrace/segv.exp
9463 * gdb.btrace/step.exp
9464 * gdb.btrace/stepi.exp
9465 * gdb.btrace/tailcall-only.exp
9466 * gdb.btrace/tailcall.exp
9467 * gdb.btrace/tsx.exp
9468 * gdb.btrace/unknown_functions.exp
9469 * gdb.btrace/vdso.exp
9470 * gdb.compile/compile-ifunc.exp
9471 * gdb.compile/compile-ops.exp
9472 * gdb.compile/compile-print.exp
9473 * gdb.compile/compile-setjmp.exp
9474 * gdb.cp/abstract-origin.exp
9475 * gdb.cp/ambiguous.exp
9476 * gdb.cp/annota2.exp
9477 * gdb.cp/annota3.exp
9478 * gdb.cp/anon-ns.exp
9479 * gdb.cp/anon-struct.exp
9480 * gdb.cp/anon-union.exp
9481 * gdb.cp/arg-reference.exp
9482 * gdb.cp/baseenum.exp
9483 * gdb.cp/bool.exp
9484 * gdb.cp/breakpoint.exp
9485 * gdb.cp/bs15503.exp
9486 * gdb.cp/call-c.exp
9487 * gdb.cp/casts.exp
9488 * gdb.cp/chained-calls.exp
9489 * gdb.cp/class2.exp
9490 * gdb.cp/classes.exp
9491 * gdb.cp/cmpd-minsyms.exp
9492 * gdb.cp/converts.exp
9493 * gdb.cp/cp-relocate.exp
9494 * gdb.cp/cpcompletion.exp
9495 * gdb.cp/cpexprs.exp
9496 * gdb.cp/cplabel.exp
9497 * gdb.cp/cplusfuncs.exp
9498 * gdb.cp/cpsizeof.exp
9499 * gdb.cp/ctti.exp
9500 * gdb.cp/derivation.exp
9501 * gdb.cp/destrprint.exp
9502 * gdb.cp/dispcxx.exp
9503 * gdb.cp/enum-class.exp
9504 * gdb.cp/exception.exp
9505 * gdb.cp/exceptprint.exp
9506 * gdb.cp/expand-psymtabs-cxx.exp
9507 * gdb.cp/expand-sals.exp
9508 * gdb.cp/extern-c.exp
9509 * gdb.cp/filename.exp
9510 * gdb.cp/formatted-ref.exp
9511 * gdb.cp/fpointer.exp
9512 * gdb.cp/gdb1355.exp
9513 * gdb.cp/gdb2495.exp
9514 * gdb.cp/hang.exp
9515 * gdb.cp/impl-this.exp
9516 * gdb.cp/infcall-dlopen.exp
9517 * gdb.cp/inherit.exp
9518 * gdb.cp/iostream.exp
9519 * gdb.cp/koenig.exp
9520 * gdb.cp/local.exp
9521 * gdb.cp/m-data.exp
9522 * gdb.cp/m-static.exp
9523 * gdb.cp/mb-ctor.exp
9524 * gdb.cp/mb-inline.exp
9525 * gdb.cp/mb-templates.exp
9526 * gdb.cp/member-name.exp
9527 * gdb.cp/member-ptr.exp
9528 * gdb.cp/meth-typedefs.exp
9529 * gdb.cp/method.exp
9530 * gdb.cp/method2.exp
9531 * gdb.cp/minsym-fallback.exp
9532 * gdb.cp/misc.exp
9533 * gdb.cp/namelessclass.exp
9534 * gdb.cp/namespace-enum.exp
9535 * gdb.cp/namespace-nested-import.exp
9536 * gdb.cp/namespace.exp
9537 * gdb.cp/nextoverthrow.exp
9538 * gdb.cp/no-dmgl-verbose.exp
9539 * gdb.cp/non-trivial-retval.exp
9540 * gdb.cp/noparam.exp
9541 * gdb.cp/nsdecl.exp
9542 * gdb.cp/nsimport.exp
9543 * gdb.cp/nsnested.exp
9544 * gdb.cp/nsnoimports.exp
9545 * gdb.cp/nsrecurs.exp
9546 * gdb.cp/nsstress.exp
9547 * gdb.cp/nsusing.exp
9548 * gdb.cp/operator.exp
9549 * gdb.cp/oranking.exp
9550 * gdb.cp/overload-const.exp
9551 * gdb.cp/overload.exp
9552 * gdb.cp/ovldbreak.exp
9553 * gdb.cp/ovsrch.exp
9554 * gdb.cp/paren-type.exp
9555 * gdb.cp/parse-lang.exp
9556 * gdb.cp/pass-by-ref.exp
9557 * gdb.cp/pr-1023.exp
9558 * gdb.cp/pr-1210.exp
9559 * gdb.cp/pr-574.exp
9560 * gdb.cp/pr10687.exp
9561 * gdb.cp/pr12028.exp
9562 * gdb.cp/pr17132.exp
9563 * gdb.cp/pr17494.exp
9564 * gdb.cp/pr9067.exp
9565 * gdb.cp/pr9167.exp
9566 * gdb.cp/pr9631.exp
9567 * gdb.cp/printmethod.exp
9568 * gdb.cp/psmang.exp
9569 * gdb.cp/psymtab-parameter.exp
9570 * gdb.cp/ptype-cv-cp.exp
9571 * gdb.cp/ptype-flags.exp
9572 * gdb.cp/re-set-overloaded.exp
9573 * gdb.cp/ref-types.exp
9574 * gdb.cp/rtti.exp
9575 * gdb.cp/scope-err.exp
9576 * gdb.cp/shadow.exp
9577 * gdb.cp/smartp.exp
9578 * gdb.cp/static-method.exp
9579 * gdb.cp/static-print-quit.exp
9580 * gdb.cp/temargs.exp
9581 * gdb.cp/templates.exp
9582 * gdb.cp/try_catch.exp
9583 * gdb.cp/typedef-operator.exp
9584 * gdb.cp/typeid.exp
9585 * gdb.cp/userdef.exp
9586 * gdb.cp/using-crash.exp
9587 * gdb.cp/var-tag.exp
9588 * gdb.cp/virtbase.exp
9589 * gdb.cp/virtfunc.exp
9590 * gdb.cp/virtfunc2.exp
9591 * gdb.cp/vla-cxx.exp
9592 * gdb.disasm/t01_mov.exp
9593 * gdb.disasm/t02_mova.exp
9594 * gdb.disasm/t03_add.exp
9595 * gdb.disasm/t04_sub.exp
9596 * gdb.disasm/t05_cmp.exp
9597 * gdb.disasm/t06_ari2.exp
9598 * gdb.disasm/t07_ari3.exp
9599 * gdb.disasm/t08_or.exp
9600 * gdb.disasm/t09_xor.exp
9601 * gdb.disasm/t10_and.exp
9602 * gdb.disasm/t11_logs.exp
9603 * gdb.disasm/t12_bit.exp
9604 * gdb.disasm/t13_otr.exp
9605 * gdb.dlang/circular.exp
9606 * gdb.dwarf2/arr-stride.exp
9607 * gdb.dwarf2/arr-subrange.exp
9608 * gdb.dwarf2/atomic-type.exp
9609 * gdb.dwarf2/bad-regnum.exp
9610 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9611 * gdb.dwarf2/callframecfa.exp
9612 * gdb.dwarf2/clztest.exp
9613 * gdb.dwarf2/corrupt.exp
9614 * gdb.dwarf2/data-loc.exp
9615 * gdb.dwarf2/dup-psym.exp
9616 * gdb.dwarf2/dw2-anon-mptr.exp
9617 * gdb.dwarf2/dw2-anonymous-func.exp
9618 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9619 * gdb.dwarf2/dw2-bad-unresolved.exp
9620 * gdb.dwarf2/dw2-basic.exp
9621 * gdb.dwarf2/dw2-canonicalize-type.exp
9622 * gdb.dwarf2/dw2-case-insensitive.exp
9623 * gdb.dwarf2/dw2-common-block.exp
9624 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9625 * gdb.dwarf2/dw2-compressed.exp
9626 * gdb.dwarf2/dw2-const.exp
9627 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9628 * gdb.dwarf2/dw2-cu-size.exp
9629 * gdb.dwarf2/dw2-dup-frame.exp
9630 * gdb.dwarf2/dw2-entry-value.exp
9631 * gdb.dwarf2/dw2-icycle.exp
9632 * gdb.dwarf2/dw2-ifort-parameter.exp
9633 * gdb.dwarf2/dw2-inline-break.exp
9634 * gdb.dwarf2/dw2-inline-param.exp
9635 * gdb.dwarf2/dw2-intercu.exp
9636 * gdb.dwarf2/dw2-intermix.exp
9637 * gdb.dwarf2/dw2-lexical-block-bare.exp
9638 * gdb.dwarf2/dw2-linkage-name-trust.exp
9639 * gdb.dwarf2/dw2-minsym-in-cu.exp
9640 * gdb.dwarf2/dw2-noloc.exp
9641 * gdb.dwarf2/dw2-op-call.exp
9642 * gdb.dwarf2/dw2-op-out-param.exp
9643 * gdb.dwarf2/dw2-opt-structptr.exp
9644 * gdb.dwarf2/dw2-param-error.exp
9645 * gdb.dwarf2/dw2-producer.exp
9646 * gdb.dwarf2/dw2-ranges-base.exp
9647 * gdb.dwarf2/dw2-ref-missing-frame.exp
9648 * gdb.dwarf2/dw2-reg-undefined.exp
9649 * gdb.dwarf2/dw2-regno-invalid.exp
9650 * gdb.dwarf2/dw2-restore.exp
9651 * gdb.dwarf2/dw2-restrict.exp
9652 * gdb.dwarf2/dw2-single-line-discriminators.exp
9653 * gdb.dwarf2/dw2-strp.exp
9654 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9655 * gdb.dwarf2/dw2-unresolved.exp
9656 * gdb.dwarf2/dw2-var-zero-addr.exp
9657 * gdb.dwarf2/dw4-sig-types.exp
9658 * gdb.dwarf2/dwz.exp
9659 * gdb.dwarf2/dynarr-ptr.exp
9660 * gdb.dwarf2/enum-type.exp
9661 * gdb.dwarf2/gdb-index.exp
9662 * gdb.dwarf2/implptr-64bit.exp
9663 * gdb.dwarf2/implptr-optimized-out.exp
9664 * gdb.dwarf2/implptr.exp
9665 * gdb.dwarf2/implref-array.exp
9666 * gdb.dwarf2/implref-const.exp
9667 * gdb.dwarf2/implref-global.exp
9668 * gdb.dwarf2/implref-struct.exp
9669 * gdb.dwarf2/mac-fileno.exp
9670 * gdb.dwarf2/main-subprogram.exp
9671 * gdb.dwarf2/member-ptr-forwardref.exp
9672 * gdb.dwarf2/method-ptr.exp
9673 * gdb.dwarf2/missing-sig-type.exp
9674 * gdb.dwarf2/nonvar-access.exp
9675 * gdb.dwarf2/opaque-type-lookup.exp
9676 * gdb.dwarf2/pieces-optimized-out.exp
9677 * gdb.dwarf2/pieces.exp
9678 * gdb.dwarf2/pr10770.exp
9679 * gdb.dwarf2/pr13961.exp
9680 * gdb.dwarf2/staticvirtual.exp
9681 * gdb.dwarf2/subrange.exp
9682 * gdb.dwarf2/symtab-producer.exp
9683 * gdb.dwarf2/trace-crash.exp
9684 * gdb.dwarf2/typeddwarf.exp
9685 * gdb.dwarf2/valop.exp
9686 * gdb.dwarf2/watch-notconst.exp
9687 * gdb.fortran/array-element.exp
9688 * gdb.fortran/charset.exp
9689 * gdb.fortran/common-block.exp
9690 * gdb.fortran/complex.exp
9691 * gdb.fortran/derived-type-function.exp
9692 * gdb.fortran/derived-type.exp
9693 * gdb.fortran/logical.exp
9694 * gdb.fortran/module.exp
9695 * gdb.fortran/multi-dim.exp
9696 * gdb.fortran/nested-funcs.exp
9697 * gdb.fortran/print-formatted.exp
9698 * gdb.fortran/subarray.exp
9699 * gdb.fortran/vla-alloc-assoc.exp
9700 * gdb.fortran/vla-datatypes.exp
9701 * gdb.fortran/vla-history.exp
9702 * gdb.fortran/vla-ptr-info.exp
9703 * gdb.fortran/vla-ptype-sub.exp
9704 * gdb.fortran/vla-ptype.exp
9705 * gdb.fortran/vla-sizeof.exp
9706 * gdb.fortran/vla-type.exp
9707 * gdb.fortran/vla-value-sub-arbitrary.exp
9708 * gdb.fortran/vla-value-sub-finish.exp
9709 * gdb.fortran/vla-value-sub.exp
9710 * gdb.fortran/vla-value.exp
9711 * gdb.fortran/whatis_type.exp
9712 * gdb.go/chan.exp
9713 * gdb.go/handcall.exp
9714 * gdb.go/hello.exp
9715 * gdb.go/integers.exp
9716 * gdb.go/methods.exp
9717 * gdb.go/package.exp
9718 * gdb.go/strings.exp
9719 * gdb.go/types.exp
9720 * gdb.go/unsafe.exp
9721 * gdb.guile/scm-arch.exp
9722 * gdb.guile/scm-block.exp
9723 * gdb.guile/scm-breakpoint.exp
9724 * gdb.guile/scm-cmd.exp
9725 * gdb.guile/scm-disasm.exp
9726 * gdb.guile/scm-equal.exp
9727 * gdb.guile/scm-frame-args.exp
9728 * gdb.guile/scm-frame-inline.exp
9729 * gdb.guile/scm-frame.exp
9730 * gdb.guile/scm-iterator.exp
9731 * gdb.guile/scm-math.exp
9732 * gdb.guile/scm-objfile.exp
9733 * gdb.guile/scm-ports.exp
9734 * gdb.guile/scm-symbol.exp
9735 * gdb.guile/scm-symtab.exp
9736 * gdb.guile/scm-value-cc.exp
9737 * gdb.guile/types-module.exp
9738 * gdb.linespec/break-ask.exp
9739 * gdb.linespec/cpexplicit.exp
9740 * gdb.linespec/explicit.exp
9741 * gdb.linespec/keywords.exp
9742 * gdb.linespec/linespec.exp
9743 * gdb.linespec/ls-dollar.exp
9744 * gdb.linespec/ls-errs.exp
9745 * gdb.linespec/skip-two.exp
9746 * gdb.linespec/thread.exp
9747 * gdb.mi/mi-async.exp
9748 * gdb.mi/mi-basics.exp
9749 * gdb.mi/mi-break.exp
9750 * gdb.mi/mi-catch-load.exp
9751 * gdb.mi/mi-cli.exp
9752 * gdb.mi/mi-cmd-param-changed.exp
9753 * gdb.mi/mi-console.exp
9754 * gdb.mi/mi-detach.exp
9755 * gdb.mi/mi-disassemble.exp
9756 * gdb.mi/mi-eval.exp
9757 * gdb.mi/mi-file-transfer.exp
9758 * gdb.mi/mi-file.exp
9759 * gdb.mi/mi-fill-memory.exp
9760 * gdb.mi/mi-inheritance-syntax-error.exp
9761 * gdb.mi/mi-linespec-err-cp.exp
9762 * gdb.mi/mi-logging.exp
9763 * gdb.mi/mi-memory-changed.exp
9764 * gdb.mi/mi-read-memory.exp
9765 * gdb.mi/mi-record-changed.exp
9766 * gdb.mi/mi-reg-undefined.exp
9767 * gdb.mi/mi-regs.exp
9768 * gdb.mi/mi-return.exp
9769 * gdb.mi/mi-reverse.exp
9770 * gdb.mi/mi-simplerun.exp
9771 * gdb.mi/mi-solib.exp
9772 * gdb.mi/mi-stack.exp
9773 * gdb.mi/mi-stepi.exp
9774 * gdb.mi/mi-syn-frame.exp
9775 * gdb.mi/mi-until.exp
9776 * gdb.mi/mi-var-block.exp
9777 * gdb.mi/mi-var-child.exp
9778 * gdb.mi/mi-var-cmd.exp
9779 * gdb.mi/mi-var-cp.exp
9780 * gdb.mi/mi-var-display.exp
9781 * gdb.mi/mi-var-invalidate.exp
9782 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9783 * gdb.mi/mi-vla-fortran.exp
9784 * gdb.mi/mi-watch.exp
9785 * gdb.mi/mi2-var-child.exp
9786 * gdb.mi/user-selected-context-sync.exp
9787 * gdb.modula2/unbounded-array.exp
9788 * gdb.multi/dummy-frame-restore.exp
9789 * gdb.multi/multi-arch-exec.exp
9790 * gdb.multi/multi-arch.exp
9791 * gdb.multi/tids.exp
9792 * gdb.multi/watchpoint-multi.exp
9793 * gdb.opencl/callfuncs.exp
9794 * gdb.opencl/convs_casts.exp
9795 * gdb.opencl/datatypes.exp
9796 * gdb.opencl/operators.exp
9797 * gdb.opencl/vec_comps.exp
9798 * gdb.opt/clobbered-registers-O2.exp
9799 * gdb.opt/inline-break.exp
9800 * gdb.opt/inline-bt.exp
9801 * gdb.opt/inline-cmds.exp
9802 * gdb.opt/inline-locals.exp
9803 * gdb.pascal/case-insensitive-symbols.exp
9804 * gdb.pascal/floats.exp
9805 * gdb.pascal/gdb11492.exp
9806 * gdb.python/lib-types.exp
9807 * gdb.python/py-arch.exp
9808 * gdb.python/py-as-string.exp
9809 * gdb.python/py-bad-printers.exp
9810 * gdb.python/py-block.exp
9811 * gdb.python/py-breakpoint-create-fail.exp
9812 * gdb.python/py-breakpoint.exp
9813 * gdb.python/py-caller-is.exp
9814 * gdb.python/py-cmd.exp
9815 * gdb.python/py-explore-cc.exp
9816 * gdb.python/py-explore.exp
9817 * gdb.python/py-finish-breakpoint.exp
9818 * gdb.python/py-finish-breakpoint2.exp
9819 * gdb.python/py-frame-args.exp
9820 * gdb.python/py-frame-inline.exp
9821 * gdb.python/py-frame.exp
9822 * gdb.python/py-framefilter-mi.exp
9823 * gdb.python/py-infthread.exp
9824 * gdb.python/py-lazy-string.exp
9825 * gdb.python/py-linetable.exp
9826 * gdb.python/py-mi-events.exp
9827 * gdb.python/py-mi-objfile.exp
9828 * gdb.python/py-mi.exp
9829 * gdb.python/py-objfile.exp
9830 * gdb.python/py-pp-integral.exp
9831 * gdb.python/py-pp-maint.exp
9832 * gdb.python/py-pp-re-notag.exp
9833 * gdb.python/py-pp-registration.exp
9834 * gdb.python/py-recurse-unwind.exp
9835 * gdb.python/py-strfns.exp
9836 * gdb.python/py-symbol.exp
9837 * gdb.python/py-symtab.exp
9838 * gdb.python/py-sync-interp.exp
9839 * gdb.python/py-typeprint.exp
9840 * gdb.python/py-unwind-maint.exp
9841 * gdb.python/py-unwind.exp
9842 * gdb.python/py-value-cc.exp
9843 * gdb.python/py-xmethods.exp
9844 * gdb.reverse/amd64-tailcall-reverse.exp
9845 * gdb.reverse/break-precsave.exp
9846 * gdb.reverse/break-reverse.exp
9847 * gdb.reverse/consecutive-precsave.exp
9848 * gdb.reverse/consecutive-reverse.exp
9849 * gdb.reverse/finish-precsave.exp
9850 * gdb.reverse/finish-reverse-bkpt.exp
9851 * gdb.reverse/finish-reverse.exp
9852 * gdb.reverse/fstatat-reverse.exp
9853 * gdb.reverse/getresuid-reverse.exp
9854 * gdb.reverse/i386-precsave.exp
9855 * gdb.reverse/i386-reverse.exp
9856 * gdb.reverse/i386-sse-reverse.exp
9857 * gdb.reverse/i387-env-reverse.exp
9858 * gdb.reverse/i387-stack-reverse.exp
9859 * gdb.reverse/insn-reverse.exp
9860 * gdb.reverse/machinestate-precsave.exp
9861 * gdb.reverse/machinestate.exp
9862 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9863 * gdb.reverse/pipe-reverse.exp
9864 * gdb.reverse/readv-reverse.exp
9865 * gdb.reverse/recvmsg-reverse.exp
9866 * gdb.reverse/rerun-prec.exp
9867 * gdb.reverse/s390-mvcle.exp
9868 * gdb.reverse/step-precsave.exp
9869 * gdb.reverse/step-reverse.exp
9870 * gdb.reverse/time-reverse.exp
9871 * gdb.reverse/until-precsave.exp
9872 * gdb.reverse/until-reverse.exp
9873 * gdb.reverse/waitpid-reverse.exp
9874 * gdb.reverse/watch-precsave.exp
9875 * gdb.reverse/watch-reverse.exp
9876 * gdb.rust/generics.exp
9877 * gdb.rust/methods.exp
9878 * gdb.rust/modules.exp
9879 * gdb.rust/simple.exp
9880 * gdb.server/connect-with-no-symbol-file.exp
9881 * gdb.server/ext-attach.exp
9882 * gdb.server/ext-restart.exp
9883 * gdb.server/ext-wrapper.exp
9884 * gdb.server/file-transfer.exp
9885 * gdb.server/server-exec-info.exp
9886 * gdb.server/server-kill.exp
9887 * gdb.server/server-mon.exp
9888 * gdb.server/wrapper.exp
9889 * gdb.stabs/exclfwd.exp
9890 * gdb.stabs/gdb11479.exp
9891 * gdb.threads/clone-new-thread-event.exp
9892 * gdb.threads/corethreads.exp
9893 * gdb.threads/current-lwp-dead.exp
9894 * gdb.threads/dlopen-libpthread.exp
9895 * gdb.threads/gcore-thread.exp
9896 * gdb.threads/sigstep-threads.exp
9897 * gdb.threads/watchpoint-fork.exp
9898 * gdb.trace/actions-changed.exp
9899 * gdb.trace/backtrace.exp
9900 * gdb.trace/change-loc.exp
9901 * gdb.trace/circ.exp
9902 * gdb.trace/collection.exp
9903 * gdb.trace/disconnected-tracing.exp
9904 * gdb.trace/ftrace.exp
9905 * gdb.trace/mi-trace-frame-collected.exp
9906 * gdb.trace/mi-trace-unavailable.exp
9907 * gdb.trace/mi-traceframe-changed.exp
9908 * gdb.trace/mi-tsv-changed.exp
9909 * gdb.trace/no-attach-trace.exp
9910 * gdb.trace/passc-dyn.exp
9911 * gdb.trace/qtro.exp
9912 * gdb.trace/range-stepping.exp
9913 * gdb.trace/read-memory.exp
9914 * gdb.trace/save-trace.exp
9915 * gdb.trace/signal.exp
9916 * gdb.trace/status-stop.exp
9917 * gdb.trace/tfile.exp
9918 * gdb.trace/trace-break.exp
9919 * gdb.trace/trace-buffer-size.exp
9920 * gdb.trace/trace-condition.exp
9921 * gdb.trace/tracefile-pseudo-reg.exp
9922 * gdb.trace/tstatus.exp
9923 * gdb.trace/unavailable.exp
9924 * gdb.trace/while-dyn.exp
9925 * gdb.trace/while-stepping.exp
9926
34c41c68
DE
99272016-12-22 Doug Evans <xdje42@gmail.com>
9928
9929 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9930 and msymbols.
9931
16e69324
YQ
99322016-12-19 Yao Qi <yao.qi@linaro.org>
9933
9934 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9935 (test_with_self): Don't call do_steps_and_nexts, and remove
9936 code about stepping into xmalloc.
9937
f94f411b
YQ
99382016-12-09 Yao Qi <yao.qi@linaro.org>
9939
9940 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9941
99422016-12-09 Yao Qi <yao.qi@linaro.org>
9943
9944 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9945
f1b5deee
PA
99462016-12-09 Pedro Alves <palves@redhat.com>
9947
9948 * gdb.base/all-architectures-0.exp: New file.
9949 * gdb.base/all-architectures-1.exp: New file.
9950 * gdb.base/all-architectures-2.exp: New file.
9951 * gdb.base/all-architectures-3.exp: New file.
9952 * gdb.base/all-architectures-4.exp: New file.
9953 * gdb.base/all-architectures-5.exp: New file.
9954 * gdb.base/all-architectures-6.exp: New file.
9955 * gdb.base/all-architectures-7.exp: New file.
9956 * gdb.base/all-architectures.exp.in: New file.
9957
364ca42e
YQ
99582016-12-09 Yao Qi <yao.qi@linaro.org>
9959
9960 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9961
107c2d62
LM
99622016-12-02 Luis Machado <lgustavo@codesourcery.com>
9963
9964 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9965 possible.
9966 Remove useless pattern-matching code.
9967
df3ee9ca
PA
99682016-12-02 Pedro Alves <palves@redhat.com>
9969
9970 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9971 procedure.
9972 (top level): Call it.
9973
ec835369
PA
99742016-12-02 Pedro Alves <palves@redhat.com>
9975
9976 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9977 New procedure.
9978 (top level): Call it.
9979
01770bbd
PA
99802016-12-02 Pedro Alves <palves@redhat.com>
9981
9982 PR cli/20559
9983 * gdb.base/commands.exp (user_defined_command_args_eval): New
9984 procedure.
9985 (top level): Call it.
9986
008459ea
LM
99872016-12-02 Luis Machado <lgustavo@codesourcery.com>
9988
9989 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9990 timeout handling.
9991
0c1b455e
TT
99922016-12-02 Tom Tromey <tom@tromey.com>
9993
9994 * gdb.dwarf2/main-subprogram.c: New file.
9995 * gdb.dwarf2/main-subprogram.exp: New file.
9996
018572b8
LM
99972016-12-01 Luis Machado <lgustavo@codesourcery.com>
9998
9999 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10000 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10001 gdb_test_no_output for a couple of cases.
10002 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10003
84c93cd5
LM
100042016-12-01 Luis Machado <lgustavo@codesourcery.com>
10005
10006 Fix test names and standardize compilation error messages throughout
10007 the following files:
10008
10009 * gdb.ada/start.exp
10010 * gdb.arch/alpha-step.exp
10011 * gdb.arch/e500-prologue.exp
10012 * gdb.arch/ftrace-insn-reloc.exp
10013 * gdb.arch/gdb1291.exp
10014 * gdb.arch/gdb1431.exp
10015 * gdb.arch/gdb1558.exp
10016 * gdb.arch/i386-dr3-watch.exp
10017 * gdb.arch/i386-sse-stack-align.exp
10018 * gdb.arch/ia64-breakpoint-shadow.exp
10019 * gdb.arch/pa-nullify.exp
10020 * gdb.arch/powerpc-aix-prologue.exp
10021 * gdb.arch/thumb-bx-pc.exp
10022 * gdb.base/annota1.exp
10023 * gdb.base/annota3.exp
10024 * gdb.base/arrayidx.exp
10025 * gdb.base/assign.exp
10026 * gdb.base/attach.exp
10027 * gdb.base/auxv.exp
10028 * gdb.base/bang.exp
10029 * gdb.base/bfp-test.exp
10030 * gdb.base/bigcore.exp
10031 * gdb.base/bitfields2.exp
10032 * gdb.base/break-fun-addr.exp
10033 * gdb.base/break-probes.exp
10034 * gdb.base/call-rt-st.exp
10035 * gdb.base/callexit.exp
10036 * gdb.base/catch-fork-kill.exp
10037 * gdb.base/charset.exp
10038 * gdb.base/checkpoint.exp
10039 * gdb.base/comprdebug.exp
10040 * gdb.base/constvars.exp
10041 * gdb.base/coredump-filter.exp
10042 * gdb.base/cursal.exp
10043 * gdb.base/cvexpr.exp
10044 * gdb.base/detach.exp
10045 * gdb.base/display.exp
10046 * gdb.base/dmsym.exp
10047 * gdb.base/dprintf-pending.exp
10048 * gdb.base/dso2dso.exp
10049 * gdb.base/dtrace-probe.exp
10050 * gdb.base/dump.exp
10051 * gdb.base/enum_cond.exp
10052 * gdb.base/exe-lock.exp
10053 * gdb.base/exec-invalid-sysroot.exp
10054 * gdb.base/execl-update-breakpoints.exp
10055 * gdb.base/exprs.exp
10056 * gdb.base/fileio.exp
10057 * gdb.base/find.exp
10058 * gdb.base/finish.exp
10059 * gdb.base/fixsection.exp
10060 * gdb.base/foll-vfork.exp
10061 * gdb.base/frame-args.exp
10062 * gdb.base/gcore.exp
10063 * gdb.base/gdb1250.exp
10064 * gdb.base/global-var-nested-by-dso.exp
10065 * gdb.base/gnu-ifunc.exp
10066 * gdb.base/hashline1.exp
10067 * gdb.base/hashline2.exp
10068 * gdb.base/hashline3.exp
10069 * gdb.base/hbreak-in-shr-unsupported.exp
10070 * gdb.base/huge.exp
10071 * gdb.base/infcall-input.exp
10072 * gdb.base/info-fun.exp
10073 * gdb.base/info-shared.exp
10074 * gdb.base/jit-simple.exp
10075 * gdb.base/jit-so.exp
10076 * gdb.base/jit.exp
10077 * gdb.base/jump.exp
10078 * gdb.base/label.exp
10079 * gdb.base/lineinc.exp
10080 * gdb.base/logical.exp
10081 * gdb.base/longjmp.exp
10082 * gdb.base/macscp.exp
10083 * gdb.base/miscexprs.exp
10084 * gdb.base/new-ui-echo.exp
10085 * gdb.base/new-ui-pending-input.exp
10086 * gdb.base/new-ui.exp
10087 * gdb.base/nodebug.exp
10088 * gdb.base/nofield.exp
10089 * gdb.base/offsets.exp
10090 * gdb.base/overlays.exp
10091 * gdb.base/pending.exp
10092 * gdb.base/pointers.exp
10093 * gdb.base/pr11022.exp
10094 * gdb.base/printcmds.exp
10095 * gdb.base/prologue.exp
10096 * gdb.base/ptr-typedef.exp
10097 * gdb.base/realname-expand.exp
10098 * gdb.base/relativedebug.exp
10099 * gdb.base/relocate.exp
10100 * gdb.base/remote.exp
10101 * gdb.base/reread.exp
10102 * gdb.base/return2.exp
10103 * gdb.base/savedregs.exp
10104 * gdb.base/sep.exp
10105 * gdb.base/sepdebug.exp
10106 * gdb.base/sepsymtab.exp
10107 * gdb.base/set-inferior-tty.exp
10108 * gdb.base/setshow.exp
10109 * gdb.base/shlib-call.exp
10110 * gdb.base/sigaltstack.exp
10111 * gdb.base/siginfo-addr.exp
10112 * gdb.base/signals.exp
10113 * gdb.base/signull.exp
10114 * gdb.base/sigrepeat.exp
10115 * gdb.base/so-impl-ld.exp
10116 * gdb.base/solib-display.exp
10117 * gdb.base/solib-overlap.exp
10118 * gdb.base/solib-search.exp
10119 * gdb.base/solib-symbol.exp
10120 * gdb.base/structs.exp
10121 * gdb.base/structs2.exp
10122 * gdb.base/symtab-search-order.exp
10123 * gdb.base/twice.exp
10124 * gdb.base/unload.exp
10125 * gdb.base/varargs.exp
10126 * gdb.base/watchpoint-solib.exp
10127 * gdb.base/watchpoint.exp
10128 * gdb.base/whatis.exp
10129 * gdb.base/wrong_frame_bt_full.exp
10130 * gdb.btrace/dlopen.exp
10131 * gdb.cell/ea-standalone.exp
10132 * gdb.cell/ea-test.exp
10133 * gdb.cp/dispcxx.exp
10134 * gdb.cp/gdb2384.exp
10135 * gdb.cp/method2.exp
10136 * gdb.cp/nextoverthrow.exp
10137 * gdb.cp/pr10728.exp
10138 * gdb.disasm/am33.exp
10139 * gdb.disasm/h8300s.exp
10140 * gdb.disasm/mn10300.exp
10141 * gdb.disasm/sh3.exp
10142 * gdb.dwarf2/dw2-dir-file-name.exp
10143 * gdb.fortran/complex.exp
10144 * gdb.fortran/library-module.exp
10145 * gdb.guile/scm-pretty-print.exp
10146 * gdb.guile/scm-symbol.exp
10147 * gdb.guile/scm-type.exp
10148 * gdb.guile/scm-value.exp
10149 * gdb.linespec/linespec.exp
10150 * gdb.mi/gdb701.exp
10151 * gdb.mi/gdb792.exp
10152 * gdb.mi/mi-breakpoint-changed.exp
10153 * gdb.mi/mi-dprintf-pending.exp
10154 * gdb.mi/mi-dprintf.exp
10155 * gdb.mi/mi-exit-code.exp
10156 * gdb.mi/mi-pending.exp
10157 * gdb.mi/mi-solib.exp
10158 * gdb.mi/new-ui-mi-sync.exp
10159 * gdb.mi/pr11022.exp
10160 * gdb.mi/user-selected-context-sync.exp
10161 * gdb.opt/solib-intra-step.exp
10162 * gdb.python/py-events.exp
10163 * gdb.python/py-finish-breakpoint.exp
10164 * gdb.python/py-mi.exp
10165 * gdb.python/py-prettyprint.exp
10166 * gdb.python/py-shared.exp
10167 * gdb.python/py-symbol.exp
10168 * gdb.python/py-template.exp
10169 * gdb.python/py-type.exp
10170 * gdb.python/py-value.exp
10171 * gdb.reverse/solib-precsave.exp
10172 * gdb.reverse/solib-reverse.exp
10173 * gdb.server/solib-list.exp
10174 * gdb.stabs/weird.exp
10175 * gdb.threads/reconnect-signal.exp
10176 * gdb.threads/stepi-random-signal.exp
10177 * gdb.trace/actions.exp
10178 * gdb.trace/ax.exp
10179 * gdb.trace/backtrace.exp
10180 * gdb.trace/change-loc.exp
10181 * gdb.trace/deltrace.exp
10182 * gdb.trace/ftrace-lock.exp
10183 * gdb.trace/ftrace.exp
10184 * gdb.trace/infotrace.exp
10185 * gdb.trace/mi-tracepoint-changed.exp
10186 * gdb.trace/packetlen.exp
10187 * gdb.trace/passcount.exp
10188 * gdb.trace/pending.exp
10189 * gdb.trace/range-stepping.exp
10190 * gdb.trace/report.exp
10191 * gdb.trace/stap-trace.exp
10192 * gdb.trace/tfind.exp
10193 * gdb.trace/trace-break.exp
10194 * gdb.trace/trace-condition.exp
10195 * gdb.trace/trace-enable-disable.exp
10196 * gdb.trace/trace-mt.exp
10197 * gdb.trace/tracecmd.exp
10198 * gdb.trace/tspeed.exp
10199 * gdb.trace/tsv.exp
10200 * lib/perftest.exp
10201
fb9feb35
LM
102022016-12-01 Luis Machado <lgustavo@codesourcery.com>
10203
10204 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10205 with gdb_test_no_output.
10206 Use command as test name.
10207
cd2ddb6c
LM
102082016-12-01 Luis Machado <lgustavo@codesourcery.com>
10209
10210 Fix test names starting with uppercase throughout the files.
10211
10212 * gdb.ada/assign_1.exp
10213 * gdb.ada/boolean_expr.exp
10214 * gdb.base/arrayidx.exp
10215 * gdb.base/del.exp
10216 * gdb.base/gcore-buffer-overflow.exp
10217 * gdb.base/testenv.exp
10218 * gdb.compile/compile.exp
10219 * gdb.python/py-framefilter-invalidarg.exp
10220 * gdb.python/py-framefilter.exp
10221
bb95117e
LM
102222016-12-01 Luis Machado <lgustavo@codesourcery.com>
10223
10224 Fix test names starting with uppercase throughout the files.
10225
10226 * gdb.ada/array_return.exp
10227 * gdb.ada/expr_delims.exp
10228 * gdb.ada/mi_dyn_arr.exp
10229 * gdb.ada/mi_interface.exp
10230 * gdb.ada/mi_var_array.exp
10231 * gdb.ada/watch_arg.exp
10232 * gdb.arch/alpha-step.exp
10233 * gdb.arch/altivec-regs.exp
10234 * gdb.arch/e500-regs.exp
10235 * gdb.arch/powerpc-d128-regs.exp
10236 * gdb.base/arrayidx.exp
10237 * gdb.base/break.exp
10238 * gdb.base/checkpoint.exp
10239 * gdb.base/debug-expr.exp
10240 * gdb.base/dmsym.exp
10241 * gdb.base/radix.exp
10242 * gdb.base/sepdebug.exp
10243 * gdb.base/testenv.exp
10244 * gdb.base/watch_thread_num.exp
10245 * gdb.base/watchpoint-cond-gone.exp
10246 * gdb.cell/break.exp
10247 * gdb.cell/ea-cache.exp
10248 * gdb.compile/compile.exp
10249 * gdb.cp/gdb2495.exp
10250 * gdb.gdb/selftest.exp
10251 * gdb.gdb/xfullpath.exp
10252 * gdb.go/hello.exp
10253 * gdb.go/integers.exp
10254 * gdb.objc/basicclass.exp
10255 * gdb.pascal/hello.exp
10256 * gdb.pascal/integers.exp
10257 * gdb.python/py-breakpoint.exp
10258 * gdb.python/py-cmd.exp
10259 * gdb.python/py-linetable.exp
10260 * gdb.python/py-xmethods.exp
10261 * gdb.python/python.exp
10262 * gdb.reverse/consecutive-precsave.exp
10263 * gdb.reverse/finish-precsave.exp
10264 * gdb.reverse/i386-precsave.exp
10265 * gdb.reverse/machinestate-precsave.exp
10266 * gdb.reverse/sigall-precsave.exp
10267 * gdb.reverse/solib-precsave.exp
10268 * gdb.reverse/step-precsave.exp
10269 * gdb.reverse/until-precsave.exp
10270 * gdb.reverse/watch-precsave.exp
10271 * gdb.threads/leader-exit.exp
10272 * gdb.threads/pthreads.exp
10273 * gdb.threads/wp-replication.exp
10274 * gdb.trace/actions.exp
10275 * gdb.trace/mi-tsv-changed.exp
10276 * gdb.trace/tsv.exp
10277
de97fdd4
LM
102782016-12-01 Luis Machado <lgustavo@codesourcery.com>
10279
10280 Fix test names starting with uppercase throughout the files.
10281
10282 * gdb.arch/i386-bp_permanent.exp
10283 * gdb.arch/i386-gnu-cfi.exp
10284 * gdb.base/disasm-end-cu.exp
10285 * gdb.base/macscp.exp
10286 * gdb.base/pending.exp
10287 * gdb.base/watch_thread_num.exp
10288 * gdb.cp/exception.exp
10289 * gdb.cp/gdb2495.exp
10290 * gdb.cp/local.exp
10291 * gdb.python/py-evsignal.exp
10292 * gdb.python/python.exp
10293 * gdb.trace/tracecmd.exp
10294
9f058c10
LM
102952016-12-01 Luis Machado <lgustavo@codesourcery.com>
10296
10297 Fix test names starting with uppercase throughout the files.
10298
10299 * gdb.base/charset.exp
10300 * gdb.base/eval.exp
10301 * gdb.base/multi-forks.exp
10302 * gdb.guile/scm-progspace.exp
10303 * gdb.opencl/datatypes.exp
10304 * gdb.python/py-block.exp
10305 * gdb.python/py-function.exp
10306 * gdb.python/py-symbol.exp
10307 * gdb.python/py-symtab.exp
10308 * gdb.python/py-xmethods.exp
10309 * gdb.reverse/break-precsave.exp
10310 * gdb.reverse/break-reverse.exp
10311 * gdb.reverse/consecutive-precsave.exp
10312 * gdb.reverse/consecutive-reverse.exp
10313 * gdb.reverse/finish-precsave.exp
10314 * gdb.reverse/finish-reverse-bkpt.exp
10315 * gdb.reverse/finish-reverse.exp
10316 * gdb.reverse/fstatat-reverse.exp
10317 * gdb.reverse/getresuid-reverse.exp
10318 * gdb.reverse/i386-precsave.exp
10319 * gdb.reverse/i386-reverse.exp
10320 * gdb.reverse/i386-sse-reverse.exp
10321 * gdb.reverse/i387-stack-reverse.exp
10322 * gdb.reverse/insn-reverse.exp
10323 * gdb.reverse/machinestate-precsave.exp
10324 * gdb.reverse/machinestate.exp
10325 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10326 * gdb.reverse/pipe-reverse.exp
10327 * gdb.reverse/readv-reverse.exp
10328 * gdb.reverse/recvmsg-reverse.exp
10329 * gdb.reverse/rerun-prec.exp
10330 * gdb.reverse/s390-mvcle.exp
10331 * gdb.reverse/sigall-precsave.exp
10332 * gdb.reverse/sigall-reverse.exp
10333 * gdb.reverse/solib-precsave.exp
10334 * gdb.reverse/solib-reverse.exp
10335 * gdb.reverse/step-precsave.exp
10336 * gdb.reverse/step-reverse.exp
10337 * gdb.reverse/time-reverse.exp
10338 * gdb.reverse/until-precsave.exp
10339 * gdb.reverse/until-reverse.exp
10340 * gdb.reverse/waitpid-reverse.exp
10341 * gdb.reverse/watch-precsave.exp
10342 * gdb.reverse/watch-reverse.exp
10343
cdc7edd7
LM
103442016-12-01 Luis Machado <lgustavo@codesourcery.com>
10345
10346 Fix test names starting with uppercase throughout the files.
10347
10348 * gdb.arch/i386-mpx-simple_segv.exp
10349 * gdb.arch/i386-mpx.exp
10350 * gdb.arch/i386-permbkpt.exp
10351 * gdb.arch/pa-nullify.exp
10352 * gdb.arch/powerpc-d128-regs.exp
10353 * gdb.arch/vsx-regs.exp
10354 * gdb.base/bfp-test.exp
10355 * gdb.base/break.exp
10356 * gdb.base/breakpoint-shadow.exp
10357 * gdb.base/callfuncs.exp
10358 * gdb.base/charset.exp
10359 * gdb.base/commands.exp
10360 * gdb.base/completion.exp
10361 * gdb.base/dfp-test.exp
10362 * gdb.base/echo.exp
10363 * gdb.base/ending-run.exp
10364 * gdb.base/eval.exp
10365 * gdb.base/expand-psymtabs.exp
10366 * gdb.base/float128.exp
10367 * gdb.base/floatn.exp
10368 * gdb.base/foll-exec-mode.exp
10369 * gdb.base/gdb1056.exp
10370 * gdb.base/gdb11531.exp
10371 * gdb.base/kill-after-signal.exp
10372 * gdb.base/multi-forks.exp
10373 * gdb.base/overlays.exp
10374 * gdb.base/pending.exp
10375 * gdb.base/sepdebug.exp
10376 * gdb.base/testenv.exp
10377 * gdb.base/valgrind-db-attach.exp
10378 * gdb.base/watch_thread_num.exp
10379 * gdb.base/watchpoint-cond-gone.exp
10380 * gdb.base/watchpoint.exp
10381 * gdb.base/watchpoints.exp
10382 * gdb.cp/arg-reference.exp
10383 * gdb.cp/baseenum.exp
10384 * gdb.cp/operator.exp
10385 * gdb.cp/shadow.exp
10386 * gdb.dwarf2/dw2-op-out-param.exp
10387 * gdb.dwarf2/dw2-reg-undefined.exp
10388 * gdb.go/chan.exp
10389 * gdb.go/hello.exp
10390 * gdb.go/integers.exp
10391 * gdb.go/methods.exp
10392 * gdb.go/package.exp
10393 * gdb.guile/scm-parameter.exp
10394 * gdb.guile/scm-progspace.exp
10395 * gdb.guile/scm-value.exp
10396 * gdb.mi/mi-pending.exp
10397 * gdb.mi/user-selected-context-sync.exp
10398 * gdb.multi/multi-attach.exp
10399 * gdb.multi/tids.exp
10400 * gdb.opt/clobbered-registers-O2.exp
10401 * gdb.pascal/floats.exp
10402 * gdb.pascal/integers.exp
10403 * gdb.python/py-block.exp
10404 * gdb.python/py-events.exp
10405 * gdb.python/py-parameter.exp
10406 * gdb.python/py-symbol.exp
10407 * gdb.python/py-symtab.exp
10408 * gdb.python/py-type.exp
10409 * gdb.python/py-value.exp
10410 * gdb.python/py-xmethods.exp
10411 * gdb.python/python.exp
10412 * gdb.reverse/break-precsave.exp
10413 * gdb.reverse/consecutive-precsave.exp
10414 * gdb.reverse/finish-precsave.exp
10415 * gdb.reverse/i386-precsave.exp
10416 * gdb.reverse/machinestate-precsave.exp
10417 * gdb.reverse/sigall-precsave.exp
10418 * gdb.reverse/solib-precsave.exp
10419 * gdb.reverse/step-precsave.exp
10420 * gdb.reverse/until-precsave.exp
10421 * gdb.reverse/watch-precsave.exp
10422 * gdb.server/ext-attach.exp
10423 * gdb.server/ext-restart.exp
10424 * gdb.server/ext-run.exp
10425 * gdb.server/ext-wrapper.exp
10426 * gdb.stabs/gdb11479.exp
10427 * gdb.stabs/weird.exp
10428 * gdb.threads/attach-many-short-lived-threads.exp
10429 * gdb.threads/kill.exp
10430 * gdb.threads/watchpoint-fork.exp
10431
bc6c7af4
LM
104322016-12-01 Luis Machado <lgustavo@codesourcery.com>
10433
10434 Fix test names starting with uppercase throughout all the files below.
10435
10436 * gdb.ada/array_return.exp
10437 * gdb.ada/catch_ex.exp
10438 * gdb.ada/info_exc.exp
10439 * gdb.ada/mi_catch_ex.exp
10440 * gdb.ada/mi_dyn_arr.exp
10441 * gdb.ada/mi_ex_cond.exp
10442 * gdb.ada/mi_exc_info.exp
10443 * gdb.ada/mi_interface.exp
10444 * gdb.ada/mi_task_arg.exp
10445 * gdb.ada/mi_task_info.exp
10446 * gdb.ada/mi_var_array.exp
10447 * gdb.arch/alpha-step.exp
10448 * gdb.arch/amd64-disp-step.exp
10449 * gdb.arch/arm-disp-step.exp
10450 * gdb.arch/disp-step-insn-reloc.exp
10451 * gdb.arch/e500-prologue.exp
10452 * gdb.arch/ftrace-insn-reloc.exp
10453 * gdb.arch/gdb1558.exp
10454 * gdb.arch/i386-bp_permanent.exp
10455 * gdb.arch/i386-disp-step.exp
10456 * gdb.arch/i386-float.exp
10457 * gdb.arch/i386-gnu-cfi.exp
10458 * gdb.arch/ia64-breakpoint-shadow.exp
10459 * gdb.arch/mips16-thunks.exp
10460 * gdb.arch/pa-nullify.exp
10461 * gdb.arch/powerpc-aix-prologue.exp
10462 * gdb.arch/powerpc-power.exp
10463 * gdb.arch/ppc-dfp.exp
10464 * gdb.arch/s390-tdbregs.exp
10465 * gdb.arch/spu-info.exp
10466 * gdb.arch/spu-ls.exp
10467 * gdb.arch/thumb-bx-pc.exp
10468 * gdb.base/advance.exp
10469 * gdb.base/annota-input-while-running.exp
10470 * gdb.base/arrayidx.exp
10471 * gdb.base/asmlabel.exp
10472 * gdb.base/async.exp
10473 * gdb.base/attach-wait-input.exp
10474 * gdb.base/auto-connect-native-target.exp
10475 * gdb.base/batch-preserve-term-settings.exp
10476 * gdb.base/bfp-test.exp
10477 * gdb.base/bigcore.exp
10478 * gdb.base/bp-permanent.exp
10479 * gdb.base/break-always.exp
10480 * gdb.base/break-fun-addr.exp
10481 * gdb.base/break-idempotent.exp
10482 * gdb.base/break-main-file-remove-fail.exp
10483 * gdb.base/break-probes.exp
10484 * gdb.base/break-unload-file.exp
10485 * gdb.base/break.exp
10486 * gdb.base/call-ar-st.exp
10487 * gdb.base/call-rt-st.exp
10488 * gdb.base/call-sc.exp
10489 * gdb.base/call-signal-resume.exp
10490 * gdb.base/call-strs.exp
10491 * gdb.base/callexit.exp
10492 * gdb.base/callfuncs.exp
10493 * gdb.base/catch-gdb-caused-signals.exp
10494 * gdb.base/catch-signal-siginfo-cond.exp
10495 * gdb.base/catch-syscall.exp
10496 * gdb.base/compare-sections.exp
10497 * gdb.base/cond-eval-mode.exp
10498 * gdb.base/condbreak-call-false.exp
10499 * gdb.base/consecutive-step-over.exp
10500 * gdb.base/cursal.exp
10501 * gdb.base/disabled-location.exp
10502 * gdb.base/disasm-end-cu.exp
10503 * gdb.base/display.exp
10504 * gdb.base/double-prompt-target-event-error.exp
10505 * gdb.base/dprintf-bp-same-addr.exp
10506 * gdb.base/dprintf-detach.exp
10507 * gdb.base/dprintf-next.exp
10508 * gdb.base/dprintf-non-stop.exp
10509 * gdb.base/dprintf-pending.exp
10510 * gdb.base/dso2dso.exp
10511 * gdb.base/ending-run.exp
10512 * gdb.base/enum_cond.exp
10513 * gdb.base/examine-backward.exp
10514 * gdb.base/exe-lock.exp
10515 * gdb.base/exec-invalid-sysroot.exp
10516 * gdb.base/execl-update-breakpoints.exp
10517 * gdb.base/execution-termios.exp
10518 * gdb.base/fileio.exp
10519 * gdb.base/fixsection.exp
10520 * gdb.base/foll-exec-mode.exp
10521 * gdb.base/foll-exec.exp
10522 * gdb.base/fork-running-state.exp
10523 * gdb.base/frame-args.exp
10524 * gdb.base/fullpath-expand.exp
10525 * gdb.base/func-ptr.exp
10526 * gdb.base/gcore-relro-pie.exp
10527 * gdb.base/gdb1090.exp
10528 * gdb.base/gdb1555.exp
10529 * gdb.base/global-var-nested-by-dso.exp
10530 * gdb.base/gnu-ifunc.exp
10531 * gdb.base/hbreak-in-shr-unsupported.exp
10532 * gdb.base/hbreak-unmapped.exp
10533 * gdb.base/hook-stop.exp
10534 * gdb.base/infcall-input.exp
10535 * gdb.base/info-fun.exp
10536 * gdb.base/info-shared.exp
10537 * gdb.base/interrupt-noterm.exp
10538 * gdb.base/jit-so.exp
10539 * gdb.base/jit.exp
10540 * gdb.base/line-symtabs.exp
10541 * gdb.base/list.exp
10542 * gdb.base/longjmp.exp
10543 * gdb.base/macscp.exp
10544 * gdb.base/max-value-size.exp
10545 * gdb.base/nodebug.exp
10546 * gdb.base/nofield.exp
10547 * gdb.base/overlays.exp
10548 * gdb.base/paginate-after-ctrl-c-running.exp
10549 * gdb.base/paginate-bg-execution.exp
10550 * gdb.base/paginate-inferior-exit.exp
10551 * gdb.base/pending.exp
10552 * gdb.base/pr11022.exp
10553 * gdb.base/printcmds.exp
10554 * gdb.base/ptr-typedef.exp
10555 * gdb.base/ptype.exp
10556 * gdb.base/randomize.exp
10557 * gdb.base/range-stepping.exp
10558 * gdb.base/realname-expand.exp
10559 * gdb.base/relativedebug.exp
10560 * gdb.base/remote.exp
10561 * gdb.base/savedregs.exp
10562 * gdb.base/sepdebug.exp
10563 * gdb.base/set-noassign.exp
10564 * gdb.base/shlib-call.exp
10565 * gdb.base/shreloc.exp
10566 * gdb.base/sigaltstack.exp
10567 * gdb.base/sigbpt.exp
10568 * gdb.base/siginfo-addr.exp
10569 * gdb.base/siginfo-obj.exp
10570 * gdb.base/siginfo-thread.exp
10571 * gdb.base/signest.exp
10572 * gdb.base/signull.exp
10573 * gdb.base/sigrepeat.exp
10574 * gdb.base/skip.exp
10575 * gdb.base/so-impl-ld.exp
10576 * gdb.base/solib-corrupted.exp
10577 * gdb.base/solib-disc.exp
10578 * gdb.base/solib-display.exp
10579 * gdb.base/solib-overlap.exp
10580 * gdb.base/solib-search.exp
10581 * gdb.base/solib-symbol.exp
10582 * gdb.base/source-execution.exp
10583 * gdb.base/sss-bp-on-user-bp-2.exp
10584 * gdb.base/sss-bp-on-user-bp.exp
10585 * gdb.base/stack-checking.exp
10586 * gdb.base/stale-infcall.exp
10587 * gdb.base/step-break.exp
10588 * gdb.base/step-line.exp
10589 * gdb.base/step-over-exit.exp
10590 * gdb.base/step-test.exp
10591 * gdb.base/structs.exp
10592 * gdb.base/sym-file.exp
10593 * gdb.base/symtab-search-order.exp
10594 * gdb.base/term.exp
10595 * gdb.base/type-opaque.exp
10596 * gdb.base/unload.exp
10597 * gdb.base/until-nodebug.exp
10598 * gdb.base/until.exp
10599 * gdb.base/unwindonsignal.exp
10600 * gdb.base/watch-cond.exp
10601 * gdb.base/watch-non-mem.exp
10602 * gdb.base/watch_thread_num.exp
10603 * gdb.base/watchpoint-reuse-slot.exp
10604 * gdb.base/watchpoint-solib.exp
10605 * gdb.base/watchpoint.exp
10606 * gdb.btrace/dlopen.exp
10607 * gdb.cell/arch.exp
10608 * gdb.cell/break.exp
10609 * gdb.cell/bt.exp
10610 * gdb.cell/core.exp
10611 * gdb.cell/data.exp
10612 * gdb.cell/dwarfaddr.exp
10613 * gdb.cell/ea-cache.exp
10614 * gdb.cell/ea-standalone.exp
10615 * gdb.cell/ea-test.exp
10616 * gdb.cell/f-regs.exp
10617 * gdb.cell/fork.exp
10618 * gdb.cell/gcore.exp
10619 * gdb.cell/mem-access.exp
10620 * gdb.cell/ptype.exp
10621 * gdb.cell/registers.exp
10622 * gdb.cell/sizeof.exp
10623 * gdb.cell/solib-symbol.exp
10624 * gdb.cell/solib.exp
10625 * gdb.compile/compile-tls.exp
10626 * gdb.cp/exception.exp
10627 * gdb.cp/gdb2495.exp
10628 * gdb.cp/local.exp
10629 * gdb.cp/mb-inline.exp
10630 * gdb.cp/mb-templates.exp
10631 * gdb.cp/pr10687.exp
10632 * gdb.cp/pr9167.exp
10633 * gdb.cp/scope-err.exp
10634 * gdb.cp/templates.exp
10635 * gdb.cp/virtfunc.exp
10636 * gdb.dwarf2/dw2-dir-file-name.exp
10637 * gdb.dwarf2/dw2-single-line-discriminators.exp
10638 * gdb.fortran/complex.exp
10639 * gdb.fortran/library-module.exp
10640 * gdb.guile/guile.exp
10641 * gdb.guile/scm-cmd.exp
10642 * gdb.guile/scm-frame-inline.exp
10643 * gdb.guile/scm-objfile.exp
10644 * gdb.guile/scm-pretty-print.exp
10645 * gdb.guile/scm-symbol.exp
10646 * gdb.guile/scm-type.exp
10647 * gdb.guile/scm-value.exp
10648 * gdb.linespec/keywords.exp
10649 * gdb.linespec/ls-errs.exp
10650 * gdb.linespec/macro-relative.exp
10651 * gdb.linespec/thread.exp
10652 * gdb.mi/mi-breakpoint-changed.exp
10653 * gdb.mi/mi-dprintf-pending.exp
10654 * gdb.mi/mi-fullname-deleted.exp
10655 * gdb.mi/mi-logging.exp
10656 * gdb.mi/mi-pending.exp
10657 * gdb.mi/mi-solib.exp
10658 * gdb.mi/new-ui-mi-sync.exp
10659 * gdb.mi/user-selected-context-sync.exp
10660 * gdb.multi/dummy-frame-restore.exp
10661 * gdb.multi/multi-arch-exec.exp
10662 * gdb.multi/remove-inferiors.exp
10663 * gdb.multi/watchpoint-multi-exit.exp
10664 * gdb.opt/solib-intra-step.exp
10665 * gdb.perf/backtrace.exp
10666 * gdb.perf/single-step.exp
10667 * gdb.perf/skip-command.exp
10668 * gdb.perf/skip-prologue.exp
10669 * gdb.perf/solib.exp
10670 * gdb.python/lib-types.exp
10671 * gdb.python/py-as-string.exp
10672 * gdb.python/py-bad-printers.exp
10673 * gdb.python/py-block.exp
10674 * gdb.python/py-breakpoint.exp
10675 * gdb.python/py-cmd.exp
10676 * gdb.python/py-events.exp
10677 * gdb.python/py-evthreads.exp
10678 * gdb.python/py-finish-breakpoint.exp
10679 * gdb.python/py-finish-breakpoint2.exp
10680 * gdb.python/py-frame-inline.exp
10681 * gdb.python/py-frame.exp
10682 * gdb.python/py-inferior.exp
10683 * gdb.python/py-infthread.exp
10684 * gdb.python/py-mi.exp
10685 * gdb.python/py-objfile.exp
10686 * gdb.python/py-pp-maint.exp
10687 * gdb.python/py-pp-registration.exp
10688 * gdb.python/py-prettyprint.exp
10689 * gdb.python/py-recurse-unwind.exp
10690 * gdb.python/py-shared.exp
10691 * gdb.python/py-symbol.exp
10692 * gdb.python/py-symtab.exp
10693 * gdb.python/py-template.exp
10694 * gdb.python/py-type.exp
10695 * gdb.python/py-unwind-maint.exp
10696 * gdb.python/py-unwind.exp
10697 * gdb.python/py-value.exp
10698 * gdb.python/python.exp
10699 * gdb.reverse/finish-reverse-bkpt.exp
10700 * gdb.reverse/insn-reverse.exp
10701 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10702 * gdb.reverse/solib-precsave.exp
10703 * gdb.reverse/solib-reverse.exp
10704 * gdb.stabs/gdb11479.exp
10705 * gdb.stabs/weird.exp
10706 * gdb.threads/fork-child-threads.exp
10707 * gdb.threads/fork-plus-threads.exp
10708 * gdb.threads/fork-thread-pending.exp
10709 * gdb.threads/forking-threads-plus-breakpoint.exp
10710 * gdb.threads/hand-call-in-threads.exp
10711 * gdb.threads/interrupted-hand-call.exp
10712 * gdb.threads/linux-dp.exp
10713 * gdb.threads/local-watch-wrong-thread.exp
10714 * gdb.threads/next-while-other-thread-longjmps.exp
10715 * gdb.threads/non-ldr-exit.exp
10716 * gdb.threads/pending-step.exp
10717 * gdb.threads/print-threads.exp
10718 * gdb.threads/process-dies-while-detaching.exp
10719 * gdb.threads/process-dies-while-handling-bp.exp
10720 * gdb.threads/pthreads.exp
10721 * gdb.threads/queue-signal.exp
10722 * gdb.threads/reconnect-signal.exp
10723 * gdb.threads/signal-command-handle-nopass.exp
10724 * gdb.threads/signal-command-multiple-signals-pending.exp
10725 * gdb.threads/signal-delivered-right-thread.exp
10726 * gdb.threads/signal-sigtrap.exp
10727 * gdb.threads/sigthread.exp
10728 * gdb.threads/staticthreads.exp
10729 * gdb.threads/stepi-random-signal.exp
10730 * gdb.threads/thread-unwindonsignal.exp
10731 * gdb.threads/thread_check.exp
10732 * gdb.threads/thread_events.exp
10733 * gdb.threads/tid-reuse.exp
10734 * gdb.threads/tls-nodebug.exp
10735 * gdb.threads/tls-shared.exp
10736 * gdb.threads/tls-so_extern.exp
10737 * gdb.threads/tls.exp
10738 * gdb.threads/wp-replication.exp
10739 * gdb.trace/actions-changed.exp
10740 * gdb.trace/actions.exp
10741 * gdb.trace/backtrace.exp
10742 * gdb.trace/change-loc.exp
10743 * gdb.trace/collection.exp
10744 * gdb.trace/deltrace.exp
10745 * gdb.trace/disconnected-tracing.exp
10746 * gdb.trace/entry-values.exp
10747 * gdb.trace/ftrace-lock.exp
10748 * gdb.trace/ftrace.exp
10749 * gdb.trace/infotrace.exp
10750 * gdb.trace/mi-trace-frame-collected.exp
10751 * gdb.trace/mi-trace-unavailable.exp
10752 * gdb.trace/mi-traceframe-changed.exp
10753 * gdb.trace/mi-tracepoint-changed.exp
10754 * gdb.trace/mi-tsv-changed.exp
10755 * gdb.trace/no-attach-trace.exp
10756 * gdb.trace/packetlen.exp
10757 * gdb.trace/passc-dyn.exp
10758 * gdb.trace/passcount.exp
10759 * gdb.trace/pending.exp
10760 * gdb.trace/pr16508.exp
10761 * gdb.trace/qtro.exp
10762 * gdb.trace/range-stepping.exp
10763 * gdb.trace/read-memory.exp
10764 * gdb.trace/report.exp
10765 * gdb.trace/save-trace.exp
10766 * gdb.trace/signal.exp
10767 * gdb.trace/stap-trace.exp
10768 * gdb.trace/status-stop.exp
10769 * gdb.trace/strace.exp
10770 * gdb.trace/tfile.exp
10771 * gdb.trace/tfind.exp
10772 * gdb.trace/trace-break.exp
10773 * gdb.trace/trace-condition.exp
10774 * gdb.trace/trace-enable-disable.exp
10775 * gdb.trace/trace-mt.exp
10776 * gdb.trace/tracecmd.exp
10777 * gdb.trace/tracefile-pseudo-reg.exp
10778 * gdb.trace/tspeed.exp
10779 * gdb.trace/tstatus.exp
10780 * gdb.trace/tsv.exp
10781 * gdb.trace/unavailable.exp
10782 * gdb.trace/while-dyn.exp
10783 * gdb.trace/while-stepping.exp
10784 * lib/gdb-guile.exp
10785 * lib/gdb.exp
10786 * lib/mi-support.exp
10787 * lib/pascal.exp
10788 * lib/perftest.exp
10789 * lib/prelink-support.exp
10790 * lib/selftest-support.exp
10791
ad02e4fe
SM
107922016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10793
10794 * Makefile.in: Include disable-implicit-rules.mk.
10795
22347e55
AA
107962016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10797
10798 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10799 non-byte-aligned bit fields.
10800
da5b30da
AA
108012016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10802
10803 PR gdb/12616
10804 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10805 respects the DW_AT_data_bit_offset attribute.
10806
b593ecca
SM
108072016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10808
10809 * gdb.base/default.exp: Fix output of "set language".
10810
3b165252
SM
108112016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10812
10813 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10814 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10815 make.
10816 * configure.ac: Remove checks for the make program.
10817 * configure: Re-generate.
10818
1a2f3d7f
KB
108192016-11-16 Kevin Buettner <kevinb@redhat.com>
10820
10821 * gdb.python/py-recurse-unwind.c (main): Add loop.
10822 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10823 to read_register() and gdb.parse_and_eval(). Make each code
10824 call a separate case that can be individually tested.
10825 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10826 proc. Call cont_and_backtrace for each of the code paths that
10827 we want to test in the unwinder.
10828
b7f38fda
AA
108292016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10830
10831 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10832 the definition of struct S.
10833
1f8db343
CM
108342016-11-11 Catherine Moore <clm@codesourcery.com>
10835
10836 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10837
fad0c9fb
PA
108382016-11-09 Pedro Alves <palves@redhat.com>
10839
10840 * gdb.base/commands.exp (runto_or_return): New procedure.
10841 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10842 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10843 (progvar_simple_while_test, progvar_complex_if_while_test)
10844 (if_while_breakpoint_command_test)
10845 (infrun_breakpoint_command_test, breakpoint_command_test)
10846 (user_defined_command_test, watchpoint_command_test)
10847 (test_command_prompt_position, redefine_hook_test)
10848 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10849 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10850 multi_line_input and multi_line. Remove gdb_expect and
10851 gdb_stop_suppressing_tests uses.
10852 * lib/gdb.exp (valnum_re): New global.
10853 (multi_line_input): New procedure.
10854
8354c62c
SM
108552016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10856
10857 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10858 Remove.
10859 (test_setup): Define with proc_with_prefix.
10860 (test_cli_inferior): Likewise.
10861 (test_cli_thread): Likewise.
10862 (test_cli_frame): Likewise.
10863 (test_cli_select_frame): Likewise.
10864 (test_cli_up_down): Likewise.
10865 (test_mi_thread_select): Likewise.
10866 (test_mi_stack_select_frame): Likewise.
10867 (test_cli_in_mi_inferior): Likewise.
10868 (test_cli_in_mi_thread): Likewise.
10869 (test_cli_in_mi_frame): Likewise.
10870 (top level): Do not use with_test_prefix_procname.
10871
64f367a2
PA
108722016-11-09 Pedro Alves <palves@redhat.com>
10873
10874 * gdb.base/commands.exp (gdbvar_simple_if_test)
10875 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10876 (progvar_simple_if_test, progvar_simple_while_test)
10877 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10878 (infrun_breakpoint_command_test, breakpoint_command_test)
10879 (user_defined_command_test, watchpoint_command_test)
10880 (test_command_prompt_position, deprecated_command_test)
10881 (bp_deleted_in_command, temporary_breakpoint_commands)
10882 (stray_arg0_test, source_file_with_indented_comment)
10883 (recursive_source_test, if_commands_test)
10884 (error_clears_commands_left, redefine_hook_test)
10885 (redefine_backtrace_test): Use proc_with_prefix.
10886 * lib/gdb.exp (proc_with_prefix): New proc.
10887
0bb65f1e
AA
108882016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10889
10890 * gdb.base/tui-layout.c: New file.
10891 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10892 disassembly window contains very long lines.
10893
7353f247
TT
108942016-11-08 Tom Tromey <tom@tromey.com>
10895
10896 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10897 depend on Python 2.
10898
30a7bb83
TT
108992016-11-08 Tom Tromey <tom@tromey.com>
10900
10901 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10902 New method.
10903
cdf5a07c
MG
109042016-10-29 Manish Goregaokar <manish@mozilla.com>
10905
2806dc7e 10906 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 10907
51a789c3
MG
109082016-10-27 Manish Goregaokar <manish@mozilla.com>
10909
2806dc7e
PA
10910 * gdb.rust/simple.rs: Add test for univariant enums without
10911 discriminants and for encoded struct-like enums.
51a789c3 10912
f610ab6d
PA
109132016-10-28 Pedro Alves <palves@redhat.com>
10914
10915 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10916 gdb_test_multiple, tighten regexps and match symtabs and line
10917 tables incrementally.
10918
b129b0ca
LM
109192016-10-28 Luis Machado <lgustavo@codesourcery.com>
10920
10921 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10922 general.
10923
ecf45d2c
SL
109242016-10-25 Luis Machado <lgustavo@codesourcery.com>
10925
10926 * gdb.base/exec-invalid-sysroot.exp: New file.
10927
b8d38ee4
JK
109282016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10929
10930 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10931
f90fd8c2
JK
109322016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10933
10934 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10935
2d2476aa
MR
109362016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10937
2806dc7e
PA
10938 * gdb.base/killed-outside.exp: Remove $options from a call to
10939 `prepare_for_testing'.
2d2476aa 10940
e42b25a0
SM
109412016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10942
10943 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10944 Change test message.
10945
3ccdb432
SM
109462016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10947
10948 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10949 Update comment.
10950
5bad3170
SM
109512016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10952
10953 * gdb.trace/mi-trace-save.exp: New file.
10954
5ad9dba7
YQ
109552016-10-13 Yao Qi <yao.qi@linaro.org>
10956
10957 * gdb.base/code_elim.exp (get_var_address): Remove.
10958 * gdb.base/relocate.exp: Likewise.
10959 * gdb.base/shreloc.exp: Likewise.
10960 * lib/gdb.exp (get_var_address): New.
10961
62df7e21
YQ
109622016-10-13 Yao Qi <yao.qi@linaro.org>
10963
10964 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10965 floating point tests if $skip_float_test is false.
10966
4dac951e
LM
109672016-10-12 Luis Machado <lgustavo@codesourcery.com>
10968
10969 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10970 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10971 argc values.
10972 Add 1 to argc so we guarantee distinct initial/modified argc values.
10973
8f1a8fc4
JK
109742016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10975
10976 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10977
16c85b5d
JK
109782016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10979
10980 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10981 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10982 * gdb.arch/vsx-regs.exp: Likewise.
10983
1d0e042a
YQ
109842016-10-07 Yao Qi <yao.qi@linaro.org>
10985
10986 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10987
68dadef5
MM
109882016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10989
10990 * gdb.python/python.exp: Test decode_line("*0").
10991
33fa2c6e
DE
109922016-10-06 Doug Evans <dje@google.com>
10993
10994 * gdb.python/py-value.exp (test_value_creation): Add test for large
10995 unsigned 64-bit value.
10996
9c37b5ae
TT
109972016-10-06 Tom Tromey <tom@tromey.com>
10998
10999 * gdb.compile/compile.exp: Change java tests to rust.
11000 * gdb.base/setshow.exp: Change java tests to rust.
11001 * gdb.base/default.exp: Remove java from language list.
11002 * README (Examples): Update language example.
11003 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11004 test.
11005 * lib/gdb.exp (skip_java_tests): Remove.
11006 * lib/java.exp: Remove.
11007 * gdb.java: Remove.
11008
78b86327
MR
110092016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11010
11011 * gdb.arch/mips-fcr.exp: New test.
11012 * gdb.arch/mips-fcr.c: Source for the new test.
11013
7470adbb
MR
110142016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11015
11016 * gdb.base/solib-disc.exp: Use `standard_output_file'
11017 throughout.
11018
4a556533
PA
110192016-10-06 Pedro Alves <palves@redhat.com>
11020
11021 * gdb.base/jit-simple-dl.c: New file.
11022 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11023 * gdb.base/jit-simple.c: ... this.
11024 * gdb.base/jit-simple.exp (jit_run): Delete.
11025 (build_jit): New proc.
11026 (jit_test_reread): Recompile either the main program or the shared
11027 library, depending on what is being tested. Skip changing address
11028 if caller wants to. Compare before/after addresses. If testing
11029 standalone, explicitly load the binary. Test "maint info
11030 breakpoints".
11031 (top level): Add "standalone vs shared lib" and "change address"
11032 vs "same address" axes.
11033
5a122fbc
PA
110342016-10-06 Pedro Alves <palves@redhat.com>
11035
11036 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11037 call.
11038 (jit_run): Delete.
11039 (jit_test_reread): Use with_test_prefix. Reload the main binary
11040 explicitly. Compare the before/after addresses of the JIT
11041 descriptor.
11042
ee8da4b8
DE
110432016-08-15 Doug Evans <dje@google.com>
11044
11045 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11046 for single bitfields is bool.
11047 * gdb.xml/tdesc-regs.exp: Ditto.
11048
f389f6fe
JK
110492016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11050
11051 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11052
fdebf1a4
YQ
110532016-10-05 Yao Qi <yao.qi@linaro.org>
11054
11055 * lib/gdb.exp (support_complex_tests): Return zero if
11056 gdb_skip_float_test return true.
11057
9c36d954 110582016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11059 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
11060
11061 PR gdb/20487
11062 * gdb.mi/user-selected-context-sync.exp: New file.
11063 * gdb.mi/user-selected-context-sync.c: New file.
11064
4034d0ff 110652016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11066 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
11067
11068 PR gdb/20487
11069 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11070 =thread-select-event check.
11071
a4297203
PB
110722016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11073
11074 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11075 the compulsory L operand changes.
11076 * gdb.arch/powerpc-power.s: Likewise.
11077
bb805577
JK
110782016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11079
11080 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11081 * gdb.base/jit-attach-pie.c: New file.
11082 * gdb.base/jit-attach-pie.exp: New file.
11083
6d61dee5
PA
110842016-09-28 Pedro Alves <palves@redhat.com>
11085
11086 * gdb.base/infcall-input.c: New file.
11087 * gdb.base/infcall-input.exp: New file.
11088
f73842fc
YQ
110892016-09-22 Yao Qi <yao.qi@linaro.org>
11090
11091 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11092 (gdb_exit): Rename it to ...
11093 (gdbserver_gdb_exit): ... Close GDBserver.
11094 (gdb_exit): New proc, call gdbserver_gdb_exit.
11095 (mi_gdb_exit): Likewise.
11096
90681dab
YQ
110972016-09-22 Yao Qi <yao.qi@linaro.org>
11098
11099 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11100 path.
11101 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11102 Remove duplication.
11103
9c211fd8
YQ
111042016-09-22 Yao Qi <yao.qi@linaro.org>
11105
11106 * lib/gdbserver-support.exp: Check the existence of
11107 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11108
ad0a504f
AK
111092016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11110
11111 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11112
36cf1806
TT
111132016-09-21 Tom Tromey <tom@tromey.com>
11114
11115 PR gdb/20604:
11116 * gdb.base/quit.exp: New file.
11117
74172ecf
SM
111182016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11119
11120 * .gitignore: New file.
11121
3d0ec882
MR
111222016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11123
11124 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11125 throughout.
11126
8193adea
AA
111272016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11128
11129 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11130
d41a5c09
JK
111312016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11132
11133 * gdb.cp/casts.cc (decltype): Move it ...
11134 (main): ... with its call to ...
11135 * gdb.cp/casts03.cc: ... a new file.
11136 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11137
d2dfe700
JK
111382016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11139
11140 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11141
e2a92b16
PB
111422016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11143
11144 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11145 and sync up the test with tests in gas/testsuite/gas/ppc.
11146 * gdb.arch/powerpc-power.exp: Likewise.
11147
49b4de64
JK
111482016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11149
11150 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11151
2c29df25
SDJ
111522016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11153 Jan Kratochvil <jan.kratochvil@redhat.com>
11154
11155 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11156 make m1's definition to be different from m2's. Use 'dummy' as an
11157 argument for probe 'two'.
11158
cc3c2846
JB
111592016-09-10 Jon Beniston <jon@beniston.com>
11160
11161 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11162 for sim target.
11163
e1b2624a
AA
111642016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11165
11166 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11167 variable declaration.
11168 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11169 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11170 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11171 received HWCAP as its argument.
11172
4295e285
PA
111732016-09-06 Pedro Alves <palves@redhat.com>
11174
11175 * gdb.base/new-ui-pending-input.c: New file.
11176 * gdb.base/new-ui-pending-input.exp: New file.
11177 * gdb.exp (clear_gdb_spawn_id): New procedure.
11178 (with_spawn_id): Check whether gdb_spawn_id exists before
11179 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11180 on exit.
11181
00d5215e
UW
111822016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11183
11184 * gdb.base/float128.c: New file.
11185 * gdb.base/float128.exp: Likewise.
11186 * gdb.base/floatn.c: Likewise.
11187 * gdb.base/floatn.exp: Likewise.
11188
a9ff5f12
UW
111892016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11190
11191 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11192
f245535c
PA
111932016-09-05 Pedro Alves <palves@redhat.com>
11194
11195 PR backtrace/19927
11196 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11197 unwinders are immediately called as side effect of "source" or
11198 "disable unwinder" commands.
11199 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11200
ae9cf263
YQ
112012016-09-02 Yao Qi <yao.qi@linaro.org>
11202
11203 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11204 is true and $type is "float" or "double".
11205
27aba047
YQ
112062016-09-02 Yao Qi <yao.qi@linaro.org>
11207
11208 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11209 true.
11210 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11211 * gdb.base/call-rt-st.exp: Likewise.
11212 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11213 return value instead of gdb,skip_float_test.
11214 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11215 (do_function_calls): Use its return value instead of
11216 gdb,skip_float_test.
11217 * gdb.base/finish.exp: Likewise.
11218 * gdb.base/funcargs.exp: Likewise.
11219 * gdb.base/return.exp: Likewise.
11220 * gdb.base/return2.exp: Likewise.
11221 * gdb.base/varargs.exp: Likewise.
11222 * lib/gdb.exp (gdb_skip_float_test): Change it to
11223 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11224
5af962df
AA
112252016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11226
11227 * gdb.multi/tids.exp: Test "thread apply all".
11228
7fac6910
JK
112292016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11230
11231 * gdb.base/default.exp (tty): Remove.
11232
bb1fe4ac
KB
112332016-08-24 Kevin Buettner <kevinb@redhat.com>
11234
2806dc7e
PA
11235 * gdb.python/py-recurse-unwind.c: New file.
11236 * gdb.python/py-recurse-unwind.py: New file.
11237 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 11238
0a1ddfa6
SM
112392016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11240
11241 * gdb.base/set-inferior-tty.exp: New file.
11242 * gdb.base/set-inferior-tty.c: New file.
11243
d9de1fe3
PA
112442016-08-23 Pedro Alves <palves@redhat.com>
11245
11246 PR gdb/20494
11247 * gdb.base/new-ui-echo.c: New file.
11248 * gdb.base/new-ui-echo.exp: New file.
11249
e9d9abd7
YQ
112502016-08-23 Yao Qi <yao.qi@linaro.org>
11251
11252 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11253 gdbserver_spawn.
11254 * gdb.server/connect-without-multi-process.exp (do_test):
11255 Likewise.
11256
3589529e
YQ
112572016-08-23 Yao Qi <yao.qi@linaro.org>
11258
11259 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11260 standalone_txt. Delete gdb_txt and standalone_txt on host
11261 and target. Spawn the binary on target. Copy files from
11262 target to host.
11263
6bb90213
PA
112642016-08-22 Pedro Alves <palves@redhat.com>
11265
11266 PR gdb/20505
11267 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11268 with_test_prefix. Factor out bits to ...
11269 (test_no_vdso): ... this new procedure.
11270
20c2c024
CL
112712016-08-19 Carl Love <cel@us.ibm.com>
11272
11273 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11274 maintaining separate logic for constructing the output path.
11275 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11276 * gdb.arch/ppc-dfp.exp: Likewise.
11277 * gdb.arch/ppc-fp.exp: Likewise.
11278 * gdb.arch/vsx-regs.exp: Likewise.
11279 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11280 binprefix for generating the additional binary files.
11281
0646e07d
PA
112822016-08-19 Pedro Alves <palves@redhat.com>
11283
11284 * gdb.trace/mi-trace-frame-collected.exp
11285 (test_trace_frame_collected): On x32, expect two registers.
11286
46da9242
CL
112872016-08-18 Carl Love <cel@us.ibm.com>
11288
11289 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11290 and sync up the test with tests in gas/testsuite/gas/ppc.
11291 * gdb.arch/powerpc-power.exp: Likewise.
11292
eb2332d7
SM
112932016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11294
11295 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11296 expected error message.
11297
63c61e04
SM
112982016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11299
11300 * gdb.multi/remove-inferiors.exp: New file.
11301 * gdb.multi/remove-inferiors.c: New file.
11302
7b17065f
YQ
113032016-08-12 Yao Qi <yao.qi@linaro.org>
11304
11305 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11306 argument list.
11307
01d3dedf
PA
113082016-08-10 Pedro Alves <palves@redhat.com>
11309
11310 PR gdb/19187
11311 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11312 setup_kfails.
11313
3eb7562a
PA
113142016-08-09 Pedro Alves <palves@redhat.com>
11315 Simon Marchi <simon.marchi@ericsson.com>
11316
11317 PR gdb/20418
11318 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11319 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11320
80614914
PA
113212016-08-09 Pedro Alves <palves@redhat.com>
11322
11323 PR mi/20431
11324 * gdb.mi/mi-cmd-error.exp: New file.
11325
f348d89a
PA
113262016-08-09 Pedro Alves <palves@redhat.com>
11327
11328 PR gdb/18653
11329 * gdb.base/signals-state-child.c: New file.
11330 * gdb.base/signals-state-child.exp: New file.
11331 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11332
e5ca03b4
PA
113332016-08-09 Pedro Alves <palves@redhat.com>
11334
11335 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11336
282a0691
TT
113372016-08-03 Tom Tromey <tom@tromey.com>
11338
11339 PR python/18565:
11340 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11341
41bfcd63
YQ
113422016-08-01 Yao Qi <yao.qi@linaro.org>
11343
11344 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11345 variable mode to "multi-process" if $multi_process is 1, otherwise
11346 set it to "single-process".
11347
e3465b24
YQ
113482016-08-01 Yao Qi <yao.qi@linaro.org>
11349
11350 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11351 * gdb.cp/cpexprs.exp: Likewise.
11352 * gdb.cp/m-static.exp: Likewise.
11353
0b31a4bc
TT
113542016-07-26 Tom Tromey <tom@tromey.com>
11355
11356 PR python/20190:
11357 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11358 test.
11359
e0461dbb
MM
113602016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11361
11362 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11363 selecting assembly source files.
11364 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11365 assembly source files.
11366 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11367 assembly source files.
11368 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11369 selecting assembly source files.
11370
8194e927
SM
113712016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11372
11373 * gdb.base/new-ui.exp (do_test_invalid_args): New
11374 procedure.
11375
c0272db5
TW
113762016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11377
11378 * gdb.btrace/reconnect.c: New file.
11379 * gdb.btrace/reconnect.exp: New file.
11380
e3487908
GKB
113812016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11382
11383 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11384 to test_catch_syscall_group.
11385 (test_catch_syscall_group): New.
11386
12df5c00
TT
113872016-07-21 Tom Tromey <tom@tromey.com>
11388
11389 * gdb.rust/simple.rs (main): Use empty struct expression.
11390 * gdb.rust/simple.exp: Add tests for empty struct expression.
11391
bae62ee2
YQ
113922016-07-21 Yao Qi <yao.qi@linaro.org>
11393
11394 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11395 if gdb_skip_xml_test is true on some targets.
11396
b1b53fb3
YQ
113972016-07-21 Yao Qi <yao.qi@linaro.org>
11398
11399 * gdb.server/solib-list.exp: Unset last_loaded_file.
11400
027d97f8
JK
114012016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11402
11403 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11404 "step into captured_main (args)".
11405
7674d381
JK
114062016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11407
11408 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11409
72b5d099
JK
114102016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11411
11412 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11413
1f960ced
PA
114142016-07-19 Pedro Alves <palves@redhat.com>
11415
11416 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11417 * gdb.opt/inline-bt.exp: Likewise.
11418 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11419 additional_flags=-Winline.
11420 * gdb.opt/inline-locals.exp: Likewise.
11421 * gdb.opt/inline-markers.c (ATTR): Define.
11422 (inlined_fn): Use it.
11423
f25827c1
YQ
114242016-07-19 Yao Qi <yao.qi@linaro.org>
11425
11426 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11427 (test_with_self): Remove some code. Remove argument executable.
11428 (top-level): Use do_self_tests.
11429
37539ebe
DB
114302016-07-15 Zachary Welch <zwelch@codesourcery.com>
11431 Don Breazeal <donb@codesourcery.com>
11432
11433 * gdb.base/maint.exp: Escape paths used in regular expressions.
11434 * gdb.stabs/weird.exp: Likewise.
11435
dac790e1
TT
114362016-07-13 Tom Tromey <tom@tromey.com>
11437
11438 PR python/15620, PR python/18620:
11439 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11440 (test_bkpt_events): New procs.
11441
93daf339
TT
114422016-07-13 Tom Tromey <tom@tromey.com>
11443
11444 PR python/17698:
11445 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11446 test.
11447 (test_watchpoints): Likewise.
11448 (test_bkpt_pending): New proc.
11449
6571a381
TT
114502016-07-13 Tom Tromey <tom@tromey.com>
11451
11452 PR cli/18053:
11453 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11454 completion test.
11455
e8732474
JK
114562016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11457
11458 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11459 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11460 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11461 f_label.
11462 (g): Rename g_end_lbl to g_label.
11463 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11464 low_pc and high_pc.
11465 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11466
e0f3fd7c
TT
114672016-07-12 Tom Tromey <tom@tromey.com>
11468
11469 PR python/19293:
11470 * gdb.python/py-unwind-maint.exp: Update tests.
11471
3cfe46b6
YQ
114722016-07-12 Yao Qi <yao.qi@linaro.org>
11473
11474 * lib/selftest-support.exp (selftest_setup): Match the output
11475 when captured_main is inlined.
11476
4f19a0e6
WT
114772016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11478
11479 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11480 New variables.
11481 (print this%a, print this%b, print this): New tests.
11482 * gdb.fortran/derived-types.f90 (this): New object and
11483 initialization.
11484
986cf455
SM
114852016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11486
11487 * gdb.ada/arraydim.exp: Remove extra directory level in build
11488 directory.
11489
f0464b23
SM
114902016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11491
11492 * lib/ada.exp: Remove extra directory level in build directory.
11493 * gdb.ada/cond_lang.exp: Likewise.
11494 * gdb.ada/exec_changed.exp: Likewise.
11495 * gdb.ada/lang_switch.exp: Likewise.
11496
42d94011
MG
114972016-07-06 Manish Goregaokar <manish@mozilla.com>
11498
2806dc7e
PA
11499 * simple.rs: Add test for raw pointer subscripting.
11500 * simple.exp: Add test expectations.
42d94011 11501
647c264c
YQ
115022016-07-05 Yao Qi <yao.qi@linaro.org>
11503
11504 * gdb.mi/mi-reverse.exp: Match =record-started output.
11505
20aa2c60
PA
115062016-07-01 Pedro Alves <palves@redhat.com>
11507
11508 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11509 procedure.
11510 (jit_reader_test): Test the jit reader's unwinder.
11511 * gdb.base/jithost.c (jit_function_00_code): New global.
11512 (main): Use memcpy to fill in the mmapped code, instead of poking
11513 bytes manually here.
11514 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11515 value.
11516 (read_debug_info): Save the function's range.
11517 (read_sp): New function.
11518 (unwind_frame): Use it. Also unwind RBP.
11519 (get_frame_id): Use read_sp.
11520 (gdb_init_reader): Use calloc instead of malloc.
11521 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11522 parameter. Use gdb_test_multiple.
11523
ced2dffb
PA
115242016-07-01 Pedro Alves <palves@redhat.com>
11525 Antoine Tremblay <antoine.tremblay@ericsson.com>
11526
11527 * gdb.threads/process-dies-while-detaching.c: New file.
11528 * gdb.threads/process-dies-while-detaching.exp: New file.
11529
63000888
PA
115302016-07-01 Pedro Alves <palves@redhat.com>
11531
11532 * gdb.multi/watchpoint-multi-exit.c: New file.
11533 * gdb.multi/watchpoint-multi-exit.exp: New file.
11534
038d4868
PA
115352016-06-30 Pedro Alves <palves@redhat.com>
11536
11537 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11538 unset inferior_spawn_id.
11539
994e9c83
PA
115402016-06-30 Pedro Alves <palves@redhat.com>
11541
11542 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11543 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11544
e5653468
YQ
115452016-06-29 Yao Qi <yao.qi@linaro.org>
11546
11547 * gdb.base/return.c: Add copyright header.
11548
803b47e5
TT
115492016-06-29 Tom Tromey <tom@tromey.com>
11550
11551 PR python/20129:
11552 * gdb.python/py-framefilter.exp: Add tests for setting priority
11553 and disabling of non-existent frame filter.
11554
28244707
YQ
115552016-06-29 Yao Qi <yao.qi@linaro.org>
11556
11557 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11558 0x0f07ff.
11559
a31d2f06
YQ
115602016-06-28 Yao Qi <yao.qi@linaro.org>
11561
11562 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11563 triplets. Start gdb, execute catch syscall, and continue. Check
11564 gdb's output to determine catch syscall is supported.
11565
921d8f54
MG
115662016-06-27 Manish Goregaokar <manish@mozilla.com>
11567
25d49b86
PA
11568 * gdb.rust/simple.rs: Add test for returning unit in a function.
11569 * gdb.rust/simple.exp: Add expectation for functions returning
11570 unit.
921d8f54 11571
f4952523
PMR
115722016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11573
11574 * gdb.python/py-breakpoint-create-fail.c,
11575 gdb.python/py-breakpoint-create-fail.exp,
11576 gdb.python/py-breakpoint-create-fail.py: New testcase.
11577
fccb08f8
MG
115782016-06-25 Manish Goregaokar <manish@mozilla.com>
11579
11580 PR gdb/20239
11581 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
11582 * gdb.rust/simple.exp: Add test expectations for new NonZero
11583 tests.
fccb08f8 11584
6b850546
DT
115852016-06-24 David Taylor <dtaylor@emc.com>
11586
11587 * gdb.base/offsets.exp: New file.
11588 * gdb.base/offsets.c: New file.
11589
17621150
TT
115902016-06-23 Tom Tromey <tom@tromey.com>
11591
11592 PR gdb/16483:
11593 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11594 before any filters are loaded.
11595
04d59df6
WT
115962016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11597
11598 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11599 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11600 structs.
11601 * gdb.fortran/derived-type-function.exp: New file.
11602 * gdb.fortran/derived-type-function.f90: New file.
11603
11604
ac69f786
PA
116052016-06-21 Pedro Alves <palves@redhat.com>
11606
11607 * gdb.base/new-ui.exp: New file.
11608 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11609 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11610 (with_spawn_id): New procedure.
11611
49940788
PA
116122016-06-21 Pedro Alves <palves@redhat.com>
11613
11614 * gdb.mi/mi-exec-run.exp: New file.
11615
ef274d26
PA
116162016-06-21 Pedro Alves <palves@redhat.com>
11617
11618 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11619 breakpoint command's output on the main UI.
11620 (test_break): New procedure, factored out from calls in the top
11621 level.
11622 (top level): Use foreach_with_prefix to test MI as main UI and as
11623 separate UI.
11624
468afe6c
PA
116252016-06-21 Pedro Alves <palves@redhat.com>
11626
11627 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11628 (test_awatch_creation_and_listing)
11629 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11630 Remove 'type' parameter.
11631 (test_watchpoint_all): New parameter mi_mode. Remove
11632 with_test_prefix.
11633 (top level): Use foreach_with_prefix, and add main/separate UI MI
11634 testing axis.
11635
51f77c37
PA
116362016-06-21 Pedro Alves <palves@redhat.com>
11637
11638 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11639 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11640 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11641 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11642 (gdb_main_spawn_id, mi_spawn_id): Declare and
11643 comment.
11644 (mi_create_inferior_pty): New procedure,
11645 factored out from default_mi_gdb_start.
11646 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11647 procedures.
11648 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11649 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11650 Use mi_create_inferior_pty.
11651 (mi_gdb_start): Use eval to pass down args list.
11652
8980e177
PA
116532016-06-21 Pedro Alves <palves@redhat.com>
11654
11655 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11656 * gdb.opt/inline-cmds.exp: Add MI tests.
11657
f38d3ad1
PA
116582016-06-21 Pedro Alves <palves@redhat.com>
11659
11660 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11661
45db7c09
PA
116622016-06-21 Pedro Alves <palves@redhat.com>
11663
11664 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11665 (top level): Use it instead of mi_execute_to.
11666
5a069ab3
PA
116672016-06-21 Pedro Alves <palves@redhat.com>
11668
11669 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11670 (cont_handler_str): New.
11671 (signal_stop_handler): Set stop_handler_str instead of printing to
11672 stdout.
11673 (continue_handler): Set cont_handler_str instead of printing to
11674 stdout.
11675 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11676 mi_send_resuming_command. Print stop_handler_str and
11677 cont_handler_str instead of expecting the python events print
11678 directly.
11679
2838cc1d
SD
116802016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11681
11682 * gdb.base/jit-reader.exp: New file.
11683 * gdb.base/jithost.c: New file.
11684 * gdb.base/jithost.h: New file.
11685 * gdb.base/jitreader.c : New file.
11686 * gdb.base/jit-protocol.h: New file.
11687
21a77091
YQ
116882016-06-17 Yao Qi <yao.qi@linaro.org>
11689
11690 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11691 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11692 and detach-on-fork. Adjust tests.
11693 (top level): Invoke break_cond_on_syscall with combinations of
11694 syscall, follow-fork-mode and detach-on-fork.
11695
f50bf8e5
YQ
116962016-06-17 Yao Qi <yao.qi@linaro.org>
11697
11698 * gdb.base/step-over-exit.c: New.
11699 * gdb.base/step-over-exit.exp: New.
11700
a28d8e50
YTL
117012016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11702
11703 * gdb.base/float.exp: Add target check for nds32*-*-*.
11704 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11705
cad8e26d
AB
117062016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11707
11708 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11709 for unsupported target features.
11710 * gdb.base/call-rt-st.exp: Likewise.
11711 * gdb.base/call-sc.exp: Likewise.
11712 * gdb.base/call-signal-resume.exp: Likewise.
11713 * gdb.base/call-strs.exp: Likewise.
11714 * gdb.base/callexit.exp: Likewise.
11715 * gdb.base/callfuncs.exp: Likewise.
11716 * gdb.base/nodebug.exp: Likewise.
11717 * gdb.base/printcmds.exp: Likewise.
11718 * gdb.base/ptype.exp: Likewise.
11719 * gdb.base/structs.exp: Likewise.
11720 * gdb.base/unwindonsignal.exp: Likewise.
11721 * gdb.cp/gdb2495.exp: Likewise.
11722 * gdb.cp/templates.exp: Likewise.
11723 * gdb.cp/virtfunc.exp: Likewise.
11724 * gdb.threads/hand-call-in-threads.exp: Likewise.
11725 * gdb.threads/interrupted-hand-call.exp: Likewise.
11726 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11727
347dc102
TT
117282016-06-10 Tom Tromey <tom@tromey.com>
11729
11730 PR rust/20110:
11731 * gdb.rust/expr.exp: Add test for integer constant larger than
11732 i32.
11733
5e13cf25
BH
117342016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11735
11736 * gdb.fortran/nested-funcs.exp: New.
11737 * gdb.fortran/nested-funcs.f90: New.
11738
bb556f1f
TK
117392016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11740
11741 * gdb.base/examine-backward.c: New file.
11742 * gdb.base/examine-backward.exp: New file.
11743
38b022b4
SM
117442016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11745
11746 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11747 matching.
11748
1b40ec05
TT
117492016-06-02 Tom Tromey <tom@tromey.com>
11750
11751 PR python/18984:
11752 * gdb.python/py-shared.exp: Add solib_name test.
11753
193bd378
SM
117542016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11755
11756 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11757
3326303b
MG
117582016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11759
11760 PR c++/19893
11761 * gdb.dwarf2/implref.exp: Rename to...
11762 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11763 * gdb.dwarf2/implref-array.c: New file.
11764 * gdb.dwarf2/implref-array.exp: Likewise.
11765 * gdb.dwarf2/implref-global.c: Likewise.
11766 * gdb.dwarf2/implref-global.exp: Likewise.
11767 * gdb.dwarf2/implref-struct.c: Likewise.
11768 * gdb.dwarf2/implref-struct.exp: Likewise.
11769
825c8ef2
AT
117702016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11771
11772 * gdb.trace/trace-condition.exp: Add 64bit tests.
11773
2320162a
AT
117742016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11775
11776 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11777 bits types.
11778 (main): Adapt to 8 to 64 bits types.
11779 * gdb.trace/trace-condition.exp: Add new tests.
11780
a7818233
AT
117812016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11782
11783 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11784
0d336466
AT
117852016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11786
11787 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11788 Move condition tests...
11789 * gdb.trace/trace-condition.exp: Here.
11790
7faeb45a
AT
117912016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11792
11793 * gdb.trace/trace-condition.exp: Add counter-case tests.
11794
e385593e
JK
117952016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11796
11797 PR c++/15231
11798 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11799 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11800
744608cc
PA
118012016-05-27 Pedro Alves <palves@redhat.com>
11802
11803 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11804 New procedure.
11805 (top level): Call it, and bail out of DejaGnu is known to be bad.
11806
ac775bf4
AB
118072016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11808
11809 * gdb.base/whatis.c: Extend the test case.
11810 * gdb.base/whatis.exp: Add additional tests.
11811
2bbad2ea
BH
118122016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11813
11814* gdb.fortran/type.f90: Add pointer variable.
11815* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11816
8b70175d
BH
118172016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11818
11819 * gdb.fortran/vla-type.exp: Fix testcase name.
11820
86d8a848
BH
118212016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11822
11823 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11824
e188eb36
BH
118252016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11826
11827 * gdb.fortran/type.f90: Add nested structures.
11828 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11829 * gdb.fortran/derived-type.exp: Adapt expected output.
11830 * gdb.fortran/vla-type.exp: Adapt expected output.
11831
9b2db1fd
BH
118322016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11833
11834 * gdb.fortran/whatis_type.exp: Adapt expected output.
11835
72b17055
BH
118362016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11837
11838 * gdb.fortran/print_type.exp: Fix expected output.
11839 * gdb.fortran/whatis_type.exp: Fix expected output.
11840
3cd81d8d
BH
118412016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11842
11843 * gdb.fortran/whatis_type.exp: Use multi_line.
11844
ddae9462
TT
118452016-05-24 Tom Tromey <tom@tromey.com>
11846
11847 PR python/17386:
11848 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11849 use value as an index.
11850
1957f6b8
TT
118512016-05-23 Tom Tromey <tom@tromey.com>
11852
11853 PR python/17981:
11854 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11855 no-breakpoint case.
11856
026a9174
PA
118572016-05-24 Pedro Alves <palves@redhat.com>
11858
11859 PR gdb/19828
11860 * gdb.threads/clone-attach-detach.c: New file.
11861 * gdb.threads/clone-attach-detach.exp: New file.
11862
e70a7231
FR
118632016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11864
11865 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11866
0f6ed0e0
TT
118672016-05-23 Tom Tromey <tom@tromey.com>
11868
11869 PR python/19438, PR python/18393:
11870 * gdb.python/py-progspace.exp: Add "dir" test.
11871 * gdb.python/py-objfile.exp: Add "dir" test.
11872
ffd19d61
YQ
118732016-05-23 Yao Qi <yao.qi@linaro.org>
11874
11875 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11876 * gdb.arch/thumb2-it.exp: Likewise.
11877
9e8f9b05
SM
118782016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11879
11880 * gdb.mi/mi-threads-interrupt.c: New file.
11881 * gdb.mi/mi-threads-interrupt.exp: New file.
11882
61c6156d
SM
118832016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11884
11885 PR gdb/18077
11886 * gdb.mi/mi-async-run.exp: New file.
11887 * gdb.mi/mi-async-run.c: New file.
11888
67218854
TT
118892016-05-17 Tom Tromey <tom@tromey.com>
11890 Manish Goregaokar <manishsmail@gmail.com>
11891
11892 * lib/rust-support.exp: New file.
11893 * lib/gdb.exp (skip_rust_tests): New proc.
11894 (build_executable_from_specs): Handle rust.
11895 * lib/future.exp (gdb_find_rustc): New proc.
11896 (gdb_default_target_compile): Handle rust.
11897 * gdb.rust/expr.exp: New file.
11898 * gdb.rust/generics.exp: New file.
11899 * gdb.rust/generics.rs: New file.
11900 * gdb.rust/methods.exp: New file.
11901 * gdb.rust/methods.rs: New file.
11902 * gdb.rust/modules.exp: New file.
11903 * gdb.rust/modules.rs: New file.
11904 * gdb.rust/simple.exp: New file.
11905 * gdb.rust/simple.rs: New file.
11906
c44af4eb
TT
119072016-05-17 Tom Tromey <tom@tromey.com>
11908
11909 * gdb.base/default.exp (set language): Add rust.
11910
dcd1f979
TT
119112016-05-17 Tom Tromey <tom@tromey.com>
11912
11913 * gdb.gdb/unittest.exp: New file.
11914
155b7f57
YQ
119152016-05-16 Yao Qi <yao.qi@linaro.org>
11916
11917 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11918 shell_prompt. Update shell_prompt_re.
11919
8ddd5a6c
DE
119202016-05-12 Doug Evans <dje@google.com>
11921
11922 PR symtab/19999
11923 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11924 $options when building executable.
11925 * gdb.dwarf2/fission-loclists-pie.S: New file.
11926 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11927
02e370d9
SM
119282016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11929
11930 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11931 of [is_remote target],
11932
8929ad8b
SM
119332016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11934
11935 * lib/gdb.exp (use_gdb_stub): New procedure.
11936
6c447423
DE
119372016-05-03 Yunlian Jiang <yunlian@google.com>
11938 Doug Evans <dje@google.com>
11939
11940 PR symtab/19914
11941 * gdb.dwarf2/dwp-sepdebug.c: New file.
11942 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11943
444e826c
SM
119442016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11945
11946 * gdb.base/detach.exp: Remove is_remote check.
11947
740feeaa
SM
119482016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11949
11950 * gdb.base/annota-input-while-running.exp: Don't check for
11951 [is_remote target]. Enable annotations after running to main.
11952 Remove unused "set test..." line.
11953
9080ac9d
SM
119542016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11955
11956 * gdb.trace/trace-enable-disable.exp: New file.
11957 * gdb.trace/trace-enable-disable.c: New file.
11958
952ebca5
SM
119592016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11960
11961 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11962 use it in info sharedlibrary test.
11963 * gdb.trace/ftrace-lock.exp: Likewise.
11964 * gdb.trace/ftrace.exp: Likewise.
11965 * gdb.trace/range-stepping.exp: Likewise.
11966 * gdb.trace/trace-break.exp: Likewise.
11967 * gdb.trace/trace-condition.exp: Likewise.
11968 * gdb.trace/trace-mt.exp: Likewise.
11969
d9019901
SM
119702016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11971
11972 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11973 (gdb_load_shlib): ... this.
11974 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11975 gdb_load_shlib.
11976 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11977 * gdb.base/ctxobj.exp: Likewise.
11978 * gdb.base/dprintf-pending.exp: Likewise.
11979 * gdb.base/dso2dso.exp: Likewise.
11980 * gdb.base/fixsection.exp: Likewise.
11981 * gdb.base/gcore-relro.exp: Likewise.
11982 * gdb.base/gdb1555.exp: Likewise.
11983 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11984 * gdb.base/gnu-ifunc.exp: Likewise.
11985 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11986 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11987 * gdb.base/pending.exp: Likewise.
11988 * gdb.base/print-file-var.exp: Likewise.
11989 * gdb.base/print-symbol-loading.exp: Likewise.
11990 * gdb.base/shlib-call.exp: Likewise.
11991 * gdb.base/shreloc.exp: Likewise.
11992 * gdb.base/so-impl-ld.exp: Likewise.
11993 * gdb.base/solib-disc.exp: Likewise.
11994 * gdb.base/solib-nodir.exp: Likewise.
11995 * gdb.base/solib-overlap.exp: Likewise.
11996 * gdb.base/solib-symbol.exp: Likewise.
11997 * gdb.base/solib-weak.exp (do_test): Likewise.
11998 * gdb.base/sym-file.exp: Likewise.
11999 * gdb.base/symtab-search-order.exp: Likewise.
12000 * gdb.base/type-opaque.exp: Likewise.
12001 * gdb.base/unload.exp: Likewise.
12002 * gdb.base/watchpoint-solib.exp: Likewise.
12003 * gdb.compile/compile.exp: Likewise.
12004 * gdb.cp/gdb2384.exp: Likewise.
12005 * gdb.cp/infcall-dlopen.exp: Likewise.
12006 * gdb.cp/re-set-overloaded.exp: Likewise.
12007 * gdb.fortran/library-module.exp: Likewise.
12008 * gdb.opt/solib-intra-step.exp: Likewise.
12009 * gdb.python/py-finish-breakpoint.exp: Likewise.
12010 * gdb.python/py-shared.exp: Likewise.
12011 * gdb.reverse/solib-precsave.exp: Likewise.
12012 * gdb.reverse/solib-reverse.exp: Likewise.
12013 * gdb.server/solib-list.exp: Likewise.
12014 * gdb.threads/dlopen-libpthread.exp: Likewise.
12015 * gdb.threads/tls-shared.exp: Likewise.
12016 * gdb.threads/tls-so_extern.exp: Likewise.
12017 * gdb.trace/change-loc.exp: Likewise.
12018 * gdb.trace/ftrace-lock.exp: Likewise.
12019 * gdb.trace/ftrace.exp: Likewise.
12020 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12021 * gdb.trace/pending.exp: Likewise.
12022 * gdb.trace/range-stepping.exp: Likewise.
12023 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12024 (strace_info_marker): Likewise.
12025 (strace_probe_marker): Likewise.
12026 (strace_trace_on_same_addr): Likewise.
12027 (strace_trace_on_diff_addr): Likewise.
12028 * gdb.trace/trace-break.exp: Likewise.
12029 * gdb.trace/trace-condition.exp: Likewise.
12030 * gdb.trace/trace-mt.exp: Likewise.
12031
fca4cfd9
SM
120322016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12033
12034 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12035 result of gdb_remote_download.
12036 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12037 * gdb.base/dso2dso.exp: Likewise.
12038 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12039 * gdb.base/print-file-var.exp: Likewise.
12040 * gdb.base/shlib-call.exp: Likewise.
12041 * gdb.base/shreloc.exp: Likewise.
12042 * gdb.base/solib-overlap.exp: Likewise.
12043 * gdb.base/solib-weak.exp (do_test): Likewise.
12044 * gdb.base/unload.exp: Likewise.
12045
11cf4ffb
YQ
120462016-04-27 Yao Qi <yao.qi@linaro.org>
12047
12048 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12049 exists.
12050
3e2e34f8
KB
120512016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12052
12053 * vla-type.exp: Print structure from toplevel.
12054
8f07e298
BH
120552016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12056
12057 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12058 of dynamic types.
12059 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12060 of dynamic types.
12061
9920b434
BH
120622016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12063
12064 * gdb.fortran/vla-type.f90: New file.
12065 * gdb.fortran/vla-type.exp: New file.
12066
f3abeff5
YQ
120672016-04-25 Yao Qi <yao.qi@linaro.org>
12068
12069 * gdb.base/branch-to-self.c: New file.
12070 * gdb.base/branch-to-self.exp: New file.
12071
0a5d52f0
YQ
120722016-04-22 Yao Qi <yao.qi@linaro.org>
12073
12074 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12075 more after $hex.
12076
495346f6
YQ
120772016-04-22 Yao Qi <yao.qi@linaro.org>
12078
12079 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12080 * gdb.base/annota3.exp: Likewise.
12081
4a7e075c
YQ
120822016-04-22 Yao Qi <yao.qi@linaro.org>
12083
12084 * gdb.reverse/step-precsave.exp: Do one step and test program
12085 stops in "callee" and do multiple steps until program goes out
12086 of "callee".
12087 * gdb.reverse/step-reverse.exp: Likewise.
12088
5b061e98
YQ
120892016-04-22 Yao Qi <yao.qi@linaro.org>
12090
12091 * gdb.trace/signal.exp: Also pass if
12092 $tracepoint_hits($i) > $iterations.
12093
5c5dc57f
YQ
120942016-04-22 Yao Qi <yao.qi@linaro.org>
12095
12096 * gdb.trace/signal.c: New file.
12097 * gdb.trace/signal.exp: New file.
12098
a55411b9
DE
120992016-04-19 Doug Evans <xdje42@gmail.com>
12100
12101 * gdb.base/bad-file.exp: New file.
12102
a22df60a
MG
121032016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12104
12105 * gdb.dwarf2/implref.exp: New file.
12106
0c13f7e5
BH
121072016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12108
12109 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12110 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12111 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12112 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12113 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12114 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12115 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12116 * lib/fortran.exp (fortran_int4): New procedure.
12117 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12118 (fortran_logical4): Likewise.
12119
9b9b09e9
BH
121202016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12121
12122 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12123
a14d1f4d
BH
121242016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12125
12126 * lib/compiler.c: Add Intel specific preprocessor macros.
12127 * lib/compiler.cc: Likewise.
25d49b86 12128
7d49b1d0
LM
121292016-04-13 Luis Machado <lgustavo@codesourcery.com>
12130
12131 * gdb.server/connect-with-no-symbol-file.c: New file.
12132 * gdb.server/connect-with-no-symbol-file.exp: New file.
12133
8392fa22
SM
121342016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12135
12136 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12137
8c4c4aeb
SM
121382016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12139
12140 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12141 standard output directory.
12142
45e3745e
AT
121432016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12144
12145 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12146
e26b7e41
MM
121472016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12148
12149 * gdb.btrace/instruction_history.c (loop): Add declaration.
12150
8ce09462
AT
121512016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12152
12153 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12154
2e88a1ea
SM
121552016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12156
12157 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12158 parentheses to print.
12159 (continue_handler): Likewise.
12160
f48e22e3
SM
121612016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12162
12163 * gdb.server/solib-list.exp: Remove is_remote check.
12164 Pass shlib= to gdb_compile. Don't link shared library with
12165 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12166 Run binary filename through "readlink -f" on the target.
12167
096be756
PA
121682016-04-08 Pedro Alves <palves@redhat.com>
12169
12170 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12171 interpreter filename as argument to gdbserver_spawn.
12172 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12173 Return empty if $last_loaded_file does not exist.
12174
06500533
JK
121752016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12176
12177 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12178 * gdb.base/jit-main.c: Use exit after usage.
12179
2d35e871
JK
121802016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12181
12182 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12183 GDBHISTSIZE prior to the tests.
12184 * gdb.base/gdbinit-history.exp: Likewise.
12185
121862016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
12187
12188 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12189 instead of build_executable. Use gdb_load_shlibs.
12190
c8064e7e
YQ
121912016-04-07 Yao Qi <yao.qi@linaro.org>
12192
12193 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12194 Execute "si" command.
12195
bde47561
YQ
121962016-04-07 Yao Qi <yao.qi@linaro.org>
12197
12198 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12199 number instead of the comments on some line.
12200
b16f8a3b
DB
122012016-04-06 Don Breazeal <donb@codesourcery.com>
12202
12203 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12204 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12205
c2f901df
SM
122062016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12207
12208 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12209 standard_output_file. Remove unused binfile variable.
12210
ac17fda0
CU
122112016-04-05 Catalin Udma <catalin.udma@freescale.com>
12212
12213 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12214 * gdb.python/py-mi-objfile.exp: Match "list main" output
12215 in console format.
12216
03a8c4df
SM
122172016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12218
12219 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12220 absolute.
12221
6e774b13
SM
122222016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12223
12224 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12225 absolute.
12226 * gdb.trace/ftrace.exp: Likewise.
12227 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12228 targets as well.
12229 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12230 (gdb_load_shlibs): Copy libraries to test directory when testing
12231 natively. Only set solib-search-path if testing remotely.
12232 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12233
7817ea46
SM
122342016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12235
12236 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12237 gdb_download. Use it even if the target is not remote.
12238 * gdb.base/jit.exp (compile_jit_test): Likewise.
12239 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12240 output directory if the destination board is local, otherwise use
12241 the standard remote_download from DejaGnu.
12242 (gdb_download): Remove.
12243 (gdb_load_shlibs): Use gdb_remote_download instead of
12244 gdb_download.
12245 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12246 Use gdb_remote_download instead of gdb_download. Use it even if
12247 the target is not remote.
12248 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12249 instead of gdb_download.
12250
7beb7f68
SM
122512016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12252
12253 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12254 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12255 run.
12256
cc63428a
AV
122572016-04-01 Artemiy Volkov <artemiyv@acm.org>
12258
12259 PR gdb/19820
12260 * gdb.base/printcmds.exp: Add artificial arrays tests.
12261
64cdf930
PA
122622016-03-31 Pedro Alves <palves@redhat.com>
12263
12264 PR gdb/19858
12265 * gdb.base/jit-main.c: Include unistd.h.
12266 (ATTACH): Define to 0 if not already defined.
12267 (wait_for_gdb, mypid): New globals.
12268 (WAIT_FOR_GDB): New macro.
12269 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12270 some breakpoint locations.
12271 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12272 New procedures.
12273 (one_jit_test): Add REATTACH parameter, and handle it. Use
12274 continue_to_test_location.
12275 (top level): Test attach, and adjusts calls to one_jit_test.
12276
40dea8cb
PA
122772016-03-31 Pedro Alves <palves@redhat.com>
12278
12279 PR gdb/19858
12280 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12281 BINSUFFIX parameter, and handle it.
12282 (top level): Adjust calls compile_jit_test.
12283
e7ea3ec7
CU
122842016-03-31 Catalin Udma <catalin.udma@freescale.com>
12285
12286 PR python/19743
12287 * gdb.python/py-mi-events-gdb.py: New file.
12288 * gdb.python/py-mi-events.c: New file.
12289 * gdb.python/py-mi-events.exp: New file.
12290
e6359af3
YQ
122912016-03-30 Yao Qi <yao.qi@linaro.org>
12292
12293 * gdb.reverse/until-precsave.exp: Match function name only.
12294 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12295 Move malloc to a condition block.
12296 * gdb.reverse/until-reverse.exp: Match function name only.
12297
a4105d04
MK
122982016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12299
12300 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12301 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12302 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12303 variable for GPR 0 instead of assuming it is register 0.
12304 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12305 * lib/trace-support.exp: Add s390 registers.
12306
bfa6adb9
YQ
123072016-03-29 Yao Qi <yao.qi@linaro.org>
12308
12309 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12310
1e6697ea
YQ
123112016-03-24 Yao Qi <yao.qi@linaro.org>
12312
12313 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12314 test message.
12315
64bcd522
AA
123162016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12317
12318 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12319 maintaining separate logic for constructing the output path.
12320
7868401b
DB
123212016-03-16 Don Breazeal <donb@codesourcery.com>
12322
12323 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12324 Retry fork and waitpid on interrupted system call errors.
12325 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12326 Use with_timeout_factor to increase timeout by factor of 10.
12327
1cafadb4
DB
123282016-03-15 Don Breazeal <donb@codesourcery.com>
12329
12330 * gdb.cp/scope-err.cc: New test program.
12331 * gdb.cp/scope-err.exp: New test script.
12332 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12333 lines and "set breakpoint here" comment.
12334 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12335 Fixed some whitespace and format issues.
12336 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12337 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12338
81516450
DE
123392016-03-15 Doug Evans <dje@google.com>
12340
12341 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12342 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12343 All callers updated. Add tests for enums, mixed flags register.
12344
aa52b601
DE
123452016-03-15 Doug Evans <dje@google.com>
12346
12347 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12348 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12349
fa4ff313
SM
123502016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12351
12352 * gdb.base/default.exp: Add $_as_string to the list of expected
12353 convenience functions.
12354
f2403c39
AB
123552016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12356
12357 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12358
f2f3ccb9
SM
123592016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12360
12361 * gdb.python/py-as-string.exp: New file.
12362 * gdb.python/py-as-string.c: New file.
12363
00dbd492
PA
123642016-03-09 Pedro Alves <palves@redhat.com>
12365
12366 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12367 signal" -> "Thread NN received signal" output change.
12368 * gdb.threads/ia64-sigill.exp: Likewise.
12369 * gdb.threads/linux-dp.exp: Likewise.
12370 * gdb.threads/manythreads.exp: Likewise.
12371 * gdb.threads/pending-step.exp: Likewise.
12372 * gdb.threads/print-threads.exp: Likewise.
12373 * gdb.threads/sigstep-threads.exp: Likewise.
12374 * gdb.threads/staticthreads.exp: Likewise.
12375 * gdb.threads/tls.exp: Likewise.
12376
1e6697ea
YQ
123772016-03-09 Pedro Alves <palves@redhat.com>
12378
12379 * gdb.base/command-line-input.exp: New file.
12380
b04fd3be
MK
123812016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12382
12383 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12384 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12385 * gdb.trace/pending.exp: Accept leading dot before function name.
12386 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12387 * lib/trace-support.exp: Set registers for ppc.
12388
98fa59e9
MK
123892016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12390
12391 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12392 use it for disassembly; accept .main in addition to main in backtrace.
12393
f77198c8
MK
123942016-03-09 Wei-cheng Wang <cole945@gmail.com>
12395 Marcin Kościelnicki <koriakin@0x04.net>
12396
12397 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12398 (gdb_recursion_test_ptr): New global variable.
12399 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12400 gdb_recursion_test.
12401 (gdb_c_test): Ditto.
12402
ba84e0da
MK
124032016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12404
12405 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12406 ordering.
12407
4366d36e
MK
124082016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12409
12410 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12411 (bar): Add bar_start_lbl label.
12412 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12413 of foo/bar for emitting DWARF and tracing.
12414
5eb264df
SDJ
124152016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12416
12417 * analyze-racy-logs.py: Set executable bit.
12418
fb6a751f
SDJ
124192016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12420
12421 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12422 (CHECK_TARGET_TMP): Likewise.
12423 (check-single-racy): New rule.
12424 (check-parallel-racy): Likewise.
12425 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12426 (do-check-parallel-racy): New rule.
12427 (check-racy/%.exp): Likewise.
12428 * README (Racy testcases): New section.
12429 * analyze-racy-logs.py: New file.
12430
bdf7e230
DE
124312016-03-03 Doug Evans <dje@google.com>
12432
12433 * gdb.base/skip.exp: Use with_test_prefix.
12434
4719d415
YQ
124352016-03-03 Yao Qi <yao.qi@linaro.org>
12436
12437 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12438 Invoke step_over_syscall "clone" and break_cond_on_syscall
12439 "clone".
12440 * gdb.base/step-over-clone.c: New file.
12441
ea507862
YQ
124422016-03-03 Yao Qi <yao.qi@linaro.org>
12443
12444 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12445 code format.
12446
8fc8cbda
YQ
124472016-03-03 Yao Qi <yao.qi@linaro.org>
12448
12449 * gdb.base/disp-step-fork.c: Rename to ...
12450 * gdb.base/step-over-fork.c: ... it. New file.
12451 * gdb.base/disp-step-vfork.c: Rename to ...
12452 * gdb.base/step-over-vfork.c: ... it. New file.
12453 * gdb.base/disp-step-syscall.exp: Rename to ...
12454 * gdb.base/step-over-syscall.exp: ... it. New file.
12455 (disp_step_cross_syscall): Rename to ...
12456 (step_over_syscall): ... it.
12457
92fa70b0
YQ
124582016-03-03 Yao Qi <yao.qi@linaro.org>
12459
12460 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12461 If target supports condition evaluation on target, invoke
12462 break_cond_on_syscall for fork and vfork.
12463
e197ad3c
YQ
124642016-03-03 Yao Qi <yao.qi@linaro.org>
12465
12466 * gdb.base/disp-step-syscall.exp: Don't invoke
12467 support_displaced_stepping.
12468 (disp_step_cross_syscall): Test with displaced stepping off and
12469 on if supported.
12470
0b47da9f
YQ
124712016-03-03 Yao Qi <yao.qi@linaro.org>
12472
12473 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12474 proc.
12475 (setup): New proc.
12476 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12477 and setup.
12478
065ab6dc
BH
124792016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12480
12481 * gdb.fortran/vla-history.exp: Remove breakpoint.
12482
07e448ad 124832016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12484
25d49b86
PA
12485 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12486 exceeds timeout.
07e448ad 12487
9ac2d526 124882016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12489
25d49b86
PA
12490 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12491 breakpoint.
9ac2d526 12492
17807369
BH
124932016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12494
12495 * gdb.mi/vla.f90: Nullify pointer after declaration.
12496
86e501af
PA
124972016-03-01 Pedro Alves <palves@redhat.com>
12498
12499 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12500
1e903e32
PA
125012016-03-01 Pedro Alves <palves@redhat.com>
12502
12503 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12504 before anything else.
12505 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12506 _GNU_SOURCE here.
12507 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12508 before anything else.
12509 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12510
6ccb54e2
PA
125112016-03-01 Pedro Alves <palves@redhat.com>
12512
12513 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12514
30ca9da1
YQ
125152016-03-01 Yao Qi <yao.qi@linaro.org>
12516
12517 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12518 prepare_for_testing.
12519
dc856b38
YQ
125202016-03-01 Yao Qi <yao.qi@linaro.org>
12521
12522 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12523
4a932159
AA
125242016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12525
12526 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12527 manually constructing the output path.
12528
f2489477
AA
125292016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12530
12531 * gdb.arch/s390-stackless.S: New.
12532 * gdb.arch/s390-stackless.exp: New.
12533
38899f16
IB
125342016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12535
12536 * gdb.dlang/circular.c: New file.
12537 * gdb.dlang/circular.exp: New file.
12538
9fde51ed
YQ
125392016-02-26 Yao Qi <yao.qi@linaro.org>
12540
12541 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12542 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12543 (testcases): Update.
12544
ce90fefe
YQ
125452016-02-26 Yao Qi <yao.qi@linaro.org>
12546
12547 * gdb.reverse/aarch64.c: Rename to ...
12548 * gdb.reverse/insn-reverse.c: ... it.
12549 * gdb.reverse/aarch64.exp: Rename to ...
12550 * gdb.reverse/insn-reverse.exp: ... it.
12551
3263bceb
YQ
125522016-02-26 Yao Qi <yao.qi@linaro.org>
12553
12554 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12555 (testcase_ftype): New.
12556 (testcases): New array.
12557 (n_testcases): New.
12558 (main): Call each element in testcases.
12559 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12560 (read_testcase): New.
12561 Do the tests in a loop.
12562
6cb59ff1
YQ
125632016-02-25 Yao Qi <yao.qi@linaro.org>
12564
12565 * gdb.base/branches.c: Remove.
12566
ae91f625
MK
125672016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12568
12569 PR gdb/13808
12570 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12571
678b48b7
MK
125722016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12573
12574 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12575
7337a6f2
MK
125762016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12577
12578 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12579 change x86_64 call_insn to 'callq'.
12580
861ca91f
AT
125812016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12582
12583 * gdb.trace/tfile-avx.c: Move to...
12584 * gdb.trace/tracefile-pseudo-reg.c: Here.
12585 * gdb.trace/tfile-avx.exp: Move to...
12586 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12587
bf74e428
GB
125882016-02-24 Gary Benson <gbenson@redhat.com>
12589
12590 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12591 message on attach.
12592
cce0e923
DE
125932016-02-23 Doug Evans <dje@google.com>
12594
12595 * gdb.base/skip.c (test_skip): New function.
12596 (end_test_skip_file_and_function): New function.
12597 (test_skip_file_and_function): New function.
12598 * gdb.base/skip1.c (test_skip): New function.
12599 (skip1_test_skip_file_and_function): New function.
12600 * gdb.base/skip.exp: Add tests for new skip options.
12601 * gdb.base/skip-solib.exp: Update expected output.
12602 * gdb.perf/skip-command.cc: New file.
12603 * gdb.perf/skip-command.exp: New file.
12604 * gdb.perf/skip-command.py: New file.
12605
4000e47e
MK
126062016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12607
12608 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12609 info registers pattern.
12610
24f75ead
IB
126112016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12612
12613 * lib/future.exp: Add D support.
12614 (gdb_find_gdc): New proc.
12615 (gdb_default_target_compile): Add D support.
12616
fbb7bcbe
WW
126172016-02-18 Wei-cheng Wang <cole945@gmail.com>
12618
12619 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12620 user+system time.
12621 (trace_speed_test): Determine the iteration count for a time
12622 between 15..30 seconds.
12623
012b3a21
WT
126242016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12625
12626 * gdb.arch/i386-mpx-sigsegv.c: New file.
12627 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12628 * gdb.arch/i386-mpx-simple_segv.c: New file.
12629 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12630
2d5189bd
YQ
126312016-02-18 Yao Qi <yao.qi@linaro.org>
12632
12633 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12634 Don't call setup_kfail.
12635
40fb20d0
YQ
126362016-02-18 Yao Qi <yao.qi@linaro.org>
12637
12638 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12639 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12640
21b1f8d2
DE
126412016-02-16 Doug Evans <dje@google.com>
12642
12643 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12644 * gdb.base/skip1.c: Ditto.
12645 * gdb.base/skip.exp: Whitespace cleanup.
12646
4041ed77
DB
126472016-02-16 Don Breazeal <donb@codesourcery.com>
12648
12649 PR remote/19496
12650 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12651 Remove kfail for PR remote/19496.
12652
c4ef31bf
SM
126532016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12654
12655 * lib/gdb.exp (standard_temp_file): Return a path specific to
12656 the runtest invocation.
12657
266b65b3
SM
126582016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12659
12660 * gdb.trace/save-trace.exp: Change relative path to be in the
12661 standard output directory.
12662
a7a0a6a9
JK
126632016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12664
12665 * gdb.arch/i386-prologue.c: Add missing prototypes.
12666
c99dbb42
JK
126672016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12668
12669 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12670 * gdb.arch/i386-prologue.exp: Likewise.
12671 * gdb.arch/i386-size.exp: Likewise.
12672
aa480355
SM
126732016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12674
12675 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12676 define object file path.
12677 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12678 file path.
12679 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12680 standard_output_file to define binfile.
12681
ba881f50
JK
126822016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12683
12684 Fix compatibility with recent gfortran-5.3.1.
12685 * gdb.fortran/vla-history.exp (print vla1 allocated)
12686 (print vla2 allocated, print $2, print $3): Remove
12687 (print $4): Rename to ...
12688 (print $2): ... here.
12689 (print $9): Rename to ...
12690 (print $5): ... here.
12691 (print $10): Rename to ...
12692 (print $6): ... here.
12693 * gdb.fortran/vla.f90: Add pvla initialization.
12694
e9fb005c
JK
126952016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12696
12697 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12698 New test.
12699 * gdb.fortran/vla-value-sub.exp: Likewise.
12700
e44e00ff
MK
127012016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12702
12703 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12704
97e94151
SM
127052016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12706
12707 * i386-biarch-core.exp: Define corefile using
12708 standard_output_file.
12709
01113bc1
YQ
127102016-02-12 Yao Qi <yao.qi@linaro.org>
12711
12712 * gdb.arch/arm-single-step-kernel-helper.c: New.
12713 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12714
33b4777c
MM
127152016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12716
12717 * gdb.btrace/tailcall-only.exp: New.
12718 * gdb.btrace/tailcall-only.c: New.
12719 * gdb.btrace/x86_64-tailcall-only.S: New.
12720 * gdb.btrace/i686-tailcall-only.S: New.
12721
acc23c11
PA
127222016-02-11 Pedro Alves <palves@redhat.com>
12723
12724 * README (Parallel testing): Add missing double quotes.
12725
e352bf0a
PA
127262016-02-11 Pedro Alves <palves@redhat.com>
12727
12728 * README (Parallel testing): New section.
12729 (GDB_PARALLEL): Rewrite.
12730 (FORCE_PARALLEL): Document.
12731
9f5fed78
MK
127322016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12733
12734 * gdb.trace/tfile-avx.c: New test.
12735 * gdb.trace/tfile-avx.exp: New test.
12736
9ef9e6a6
KS
127372016-02-09 Keith Seitz <keiths@redhat.com>
12738
12739 PR breakpoints/19546
12740 * gdb.base/infcall-exec.c: New file.
12741 * gdb.base/infcall-exec2.c: New file.
12742 * gdb.base/infcall-exec.exp: New file.
12743
a96e36da
KS
127442016-02-09 Keith Seitz <keiths@redhat.com>
12745
12746 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12747 (toplevel): Call test_bkpt_address.
12748
9f61929f
KS
127492016-02-09 Keith Seitz <keiths@redhat.com>
12750
12751 PR python/19506
12752 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12753 (toplevel): Call test_bkpt_address.
12754
1e94266c
SM
127552016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12756
12757 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12758 to AC_OUTPUT.
12759 * configure: Regenerate.
12760
2a7f3dff
PA
127612016-02-09 Pedro Alves <palves@redhat.com>
12762
12763 PR breakpoints/19548
12764 * gdb.base/execl-update-breakpoints.c (some_function): New
12765 function.
12766 (main): Call it.
12767 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12768 Tighten expected GDB output.
12769
2151ccc5
SM
127702016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12771
12772 * Makefile.in (ALL_SUBDIRS): Remove.
12773 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12774 (distclean maintainer-clean realclean): Likewise.
12775 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12776 * configure: Regenerate.
12777 * gdb.ada/Makefile.in: Delete.
12778 * gdb.arch/Makefile.in: Likewise.
12779 * gdb.asm/Makefile.in: Likewise.
12780 * gdb.base/Makefile.in: Likewise.
12781 * gdb.btrace/Makefile.in: Likewise.
12782 * gdb.cell/Makefile.in: Likewise.
12783 * gdb.compile/Makefile.in: Likewise.
12784 * gdb.cp/Makefile.in: Likewise.
12785 * gdb.disasm/Makefile.in: Likewise.
12786 * gdb.dlang/Makefile.in: Likewise.
12787 * gdb.dwarf2/Makefile.in: Likewise.
12788 * gdb.fortran/Makefile.in: Likewise.
12789 * gdb.gdb/Makefile.in: Likewise.
12790 * gdb.go/Makefile.in: Likewise.
12791 * gdb.guile/Makefile.in: Likewise.
12792 * gdb.java/Makefile.in: Likewise.
12793 * gdb.linespec/Makefile.in: Likewise.
12794 * gdb.mi/Makefile.in: Likewise.
12795 * gdb.modula2/Makefile.in: Likewise.
12796 * gdb.multi/Makefile.in: Likewise.
12797 * gdb.objc/Makefile.in: Likewise.
12798 * gdb.opencl/Makefile.in: Likewise.
12799 * gdb.opt/Makefile.in: Likewise.
12800 * gdb.pascal/Makefile.in: Likewise.
12801 * gdb.perf/Makefile.in: Likewise.
12802 * gdb.python/Makefile.in: Likewise.
12803 * gdb.reverse/Makefile.in: Likewise.
12804 * gdb.server/Makefile.in: Likewise.
12805 * gdb.stabs/Makefile.in: Likewise.
12806 * gdb.threads/Makefile.in: Likewise.
12807 * gdb.trace/Makefile.in: Likewise.
12808 * gdb.xml/Makefile.in: Likewise.
12809 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12810 GDB_PARALLEL.
12811 (standard_output_file): Remove check for GDB_PARALLEL, always
12812 return path in outputs/$subdir/$testname.
12813
437277d4
SM
128142016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12815
12816 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12817 (site.exp): Assign abs_srcdir to tcl's srcdir.
12818
31d913c7
YQ
128192016-02-04 Yao Qi <yao.qi@linaro.org>
12820
12821 * gdb.base/foll-exec-mode.c: Include limits.h.
12822 (main): Add parameters argc and argv. Get directory from
12823 argv[0].
12824 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12825 compilation.
12826 * gdb.base/foll-exec.c: Include limits.h.
12827 (main): Add parameters argc and argv.
12828 Get directory from argv[0].
12829 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12830 Adjust tests on the number of lines as source code changed.
12831 * gdb.base/foll-vfork-exit.c: Include limits.h.
12832 (main): Add one line of statement before vfork.
12833 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12834 (main): Add parameters argc and argv. Get directory from
12835 argv[0].
12836 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12837 (setup_gdb): Set tbreak to skip some source lines.
12838 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12839 (main): Add parameters argc and argv. Get directory from
12840 argv[0].
12841 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12842 compilation.
12843 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12844 (main): Add parameters argc and argv. Get directory from
12845 argv[0].
12846 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12847 compilation.
12848
9482b9fb
DE
128492016-02-01 Doug Evans <dje@google.com>
12850
12851 * gdb.base/skip.exp: Clean up multiple references to same test name.
12852
6b2e4f10
PA
128532016-02-01 Pedro Alves <palves@redhat.com>
12854
ccb6afd6 12855 PR remote/19496
6b2e4f10
PA
12856 * gdb.threads/forking-threads-plus-breakpoint.exp
12857 (displaced_stepping_supported): New global.
12858 (probe_displaced_stepping_support): New procedure.
12859 (do_test): Add 'displaced' parameter, and use it.
12860 (top level): Check for displaced stepping support. Add displaced
12861 stepping on/off testing axis.
12862
37a8db1a
AB
128632016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12864
12865 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12866 pointer. Don't perform further tests on the unassociated pointer
12867 if the first test fails.
12868
5fdf6324
AB
128692016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12870
12871 * gdb.base/max-value-size.c: New file.
12872 * gdb.base/max-value-size.exp: New file.
12873 * gdb.base/huge.exp: Disable max-value-size for this test.
12874
935c6144
IB
128752016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12876
12877 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12878
7fe8399d
YQ
128792016-01-28 Yao Qi <yao.qi@linaro.org>
12880
12881 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12882
a2077e25
PA
128832016-01-25 Pedro Alves <palves@redhat.com>
12884
12885 PR threads/19461
12886 * gdb.base/fork-running-state.c: New file.
12887 * gdb.base/fork-running-state.exp: New file.
12888
1d2736d4
PA
128892016-01-25 Pedro Alves <palves@redhat.com>
12890
12891 PR gdb/19494
12892 * gdb.base/catch-fork-kill.c: New file.
12893 * gdb.base/catch-fork-kill.exp: New file.
12894
f1da4b11
PA
128952016-01-25 Pedro Alves <palves@redhat.com>
12896
12897 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12898 Delete, moved to lib/gdb.exp.
12899 * gdb.threads/forking-threads-plus-breakpoint.exp
12900 (foreach_with_prefix): Likewise.
12901 * gdb.threads/process-dies-while-handling-bp.exp
12902 (foreach_with_prefix): Likewise.
12903 * lib/gdb.exp (foreach_with_prefix): New procedure.
12904
45f38546
MK
129052016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12906
12907 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12908 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12909
dc29a1ce
MK
129102016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12911
12912 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12913 endian targets.
12914
092127d7
JK
129152016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12916 Pedro Alves <palves@redhat.com>
12917
12918 Fix testsuite compatibility with Guile.
12919 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12920 number.
12921
31d765d3
JK
129222016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12923
12924 Fix testsuite compatibility with Guile.
12925 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12926 (thread 1): New test for backtrace through signal handler.
12927
1ac78c04
YQ
129282016-01-22 Yao Qi <yao.qi@linaro.org>
12929
12930 PR testsuite/19491
12931 * gdb.base/multi-forks.c: Include
12932 ../lib/unbuffer_output.c
12933 (main): Call gdb_unbuffer_output.
12934
4f5946a8
DE
129352016-01-21 Doug Evans <dje@google.com>
12936
12937 * lib/ada.exp (gdb_compile_ada): Fix typo.
12938
305e13e6
JB
129392016-01-21 Joel Brobecker <brobecker@adacore.com>
12940
12941 * gdb.base/break-fun-addr.exp: New file.
12942 * gdb.base/break-fun-addr1.c: New file.
12943 * gdb.base/break-fun-addr2.c: New file.
12944
5f5dfff6
SM
129452016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12946
12947 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12948 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12949 enum flag values.
12950
fd356fa2
AA
129512016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12952
12953 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12954 when GDB can not set the vector return value. Add more comments
12955 for clarification.
12956
9df22175
AT
129572016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12958
12959 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12960 command.
12961
41d1845e
SM
129622016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12963
12964 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12965
01ac6840
SM
129662016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12967
12968 * Makefile.in (check-single): Pass --status to runtest.
12969 (check/%.exp): Likewise.
12970
129712016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12972
12973 * Makefile.in (check-parallel): Propagate return code from make
12974 do-check-parallel.
12975
bd0a71fa
MK
129762016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12977
12978 * gdb.trace/ftrace.exp: Fix expected message on continue.
12979 * gdb.trace/pending.exp: Fix expected message on continue.
12980 * gdb.trace/trace-break.exp: Fix expected message on continue.
12981
8bcbad33
SM
129822016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12983
12984 * lib/gdb.exp (gdb_test): Remove unused global references.
12985
f303dbd6
PA
129862016-01-18 Pedro Alves <palves@redhat.com>
12987
12988 * gdb.base/async-shell.exp: Adjust expected output.
12989 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12990 * gdb.base/siginfo-thread.exp: Adjust expected output.
12991 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12992 * gdb.java/jnpe.exp: Adjust expected output.
12993 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12994 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12995 * gdb.threads/leader-exit.exp: Adjust expected output.
12996 * gdb.threads/manythreads.exp: Adjust expected output.
12997 * gdb.threads/pthreads.exp: Adjust expected output.
12998 * gdb.threads/schedlock.exp: Adjust expected output.
12999 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13000 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13001 expected output.
13002 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13003 output.
13004 * gdb.threads/sigthread.exp: Adjust expected output.
13005 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13006
b2789696
YQ
130072016-01-18 Yao Qi <yao.qi@linaro.org>
13008
13009 * gdb.guile/scm-section-script.c: Replace @progbits with
13010 %progbits.
13011 * gdb.python/py-section-script.c: Likewise.
13012
71ef29a8
PA
130132016-01-15 Pedro Alves <palves@redhat.com>
13014
13015 * gdb.multi/tids.exp: Test star wildcard ranges.
13016
3f5b7598
PA
130172016-01-15 Pedro Alves <palves@redhat.com>
13018
13019 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13020 command from "thread apply" invocation.
13021 (thr_apply_info_thr_invalid): Default the expected output to the
13022 input tid list.
13023 (top level): Add tests that use convenience variables. Add tests
13024 for "thread apply" with a valid TID list, but missing the command.
13025
663f6d42
PA
130262016-01-13 Pedro Alves <palves@redhat.com>
13027
13028 * gdb.base/default.exp: Expect $_gthread as well.
13029 * gdb.multi/tids.exp: Test $_gthread.
13030 * gdb.threads/thread-specific.exp: Test $_gthread.
13031
c84f6bbf
PA
130322016-01-13 Pedro Alves <palves@redhat.com>
13033
13034 * gdb.multi/tids.exp: Test "info threads -gid".
13035
22a02324
PA
130362016-01-13 Pedro Alves <palves@redhat.com>
13037
13038 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13039 Breakpoint.thread.
13040 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13041
5d5658a1
PA
130422016-01-07 Pedro Alves <palves@redhat.com>
13043
13044 * gdb.base/break.exp: Adjust to output changes.
13045 * gdb.base/hbreak2.exp: Likewise.
13046 * gdb.base/sepdebug.exp: Likewise.
13047 * gdb.base/watch_thread_num.exp: Likewise.
13048 * gdb.linespec/keywords.exp: Likewise.
13049 * gdb.multi/info-threads.exp: Likewise.
13050 * gdb.threads/thread-find.exp: Likewise.
13051 * gdb.multi/tids.c: New file.
13052 * gdb.multi/tids.exp: New file.
13053
84654457
PA
130542016-01-13 Pedro Alves <palves@redhat.com>
13055
13056 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13057
e3940304
PA
130582016-01-13 Pedro Alves <palves@redhat.com>
13059
13060 * gdb.base/default.exp: Expect $_inferior as well.
13061 * gdb.multi/base.exp: Test $_inferior.
13062
a911d87a
PA
130632016-01-13 Pedro Alves <palves@redhat.com>
13064
13065 PR breakpoints/19388
13066 * gdb.base/catch-signal-siginfo-cond.c: New file.
13067 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13068
82075af2
JS
130692016-01-12 Josh Stone <jistone@redhat.com>
13070 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13071
13072 * gdb.base/catch-syscall.c (do_execve): New variable.
13073 (main): Conditionally trigger an execve.
13074 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13075 (test_catch_syscall_execve): New, check entry/return across execve.
13076 (do_syscall_tests): Call test_catch_syscall_execve.
13077
e46eeedd
PA
130782016-01-12 Pedro Alves <palves@redhat.com>
13079
13080 * gdb.base/random-signal.exp (do_test): New procedure, with body
13081 of testcase moved in.
13082
01d8c27e
JK
130832016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13084 Pedro Alves <palves@redhat.com>
13085
13086 * gdb.base/funcargs.exp (finish from indirectly called function):
13087 Reintroduce the case for 'First'.
13088
9a706302
JK
130892016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13090 Pedro Alves <palves@redhat.com>
13091
13092 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13093 (tcatch_vfork_then_child_follow_exec)
13094 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13095 identification.
13096
c0ecb95f
JK
130972016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13098
13099 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13100 and repeats to unlimited.
13101 * gdb.python/py-value.exp: Likewise.
13102 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13103 and repeats to unlimited.
13104
6cfc1fcb
JK
131052016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13106
13107 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13108 and reordering the functions.
13109 * gdb.multi/hangout.c: Likewise.
13110 * gdb.multi/hello.c: Likewise.
13111
582a1b00
SM
131122016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13113
13114 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13115 absolute.
13116 (SingleStatisticTestResult.report): Use dict.keys instead of
13117 dict.iterkeys.
13118
79bc59cb
PA
131192016-01-06 Pedro Alves <palves@redhat.com>
13120
13121 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13122
43368e1d
MM
131232016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13124
13125 * gdb.btrace/dlopen.exp: New.
13126 * gdb.btrace/dlopen.c: New.
13127 * gdb.btrace/dlopen-dso.c: New.
13128
79fad5b8
SL
131292015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13130
13131 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13132 PATTERN argument is optional.
13133
ab8314b3
JB
131342015-12-24 Joel Brobecker <brobecker@adacore.com>
13135
13136 * lib/ada.exp (target_compile_ada_from_dir): New function.
13137 (gdb_compile_ada): Reimplement avoiding the use of project files.
13138 * gdb.ada/gnat_ada.gpr: Delete.
13139 * gdb.ada/cond_lang.exp: Adjust test to make path before
13140 filename optional.
13141 * gdb.ada/small_reg_param.exp: Likewise.
13142
fe33faff
SM
131432015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13144
13145 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13146
6d265cb4
TP
131472015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13148
13149 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13150 case.
13151
10125099
SM
131522015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13153
13154 * gdb.base/break.exp: Remove dead code.
13155 * gdb.base/sepdebug.exp: Likewise.
13156
3ca22649
SM
131572015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13158
13159 * gdb.asm/asm-source.exp: Remove HP-UX references.
13160 * gdb.base/annota1.exp: Likewise.
13161 * gdb.base/annota3.exp: Likewise.
13162 * gdb.base/attach.exp: Likewise.
13163 * gdb.base/bigcore.exp: Likewise.
13164 * gdb.base/break.exp: Likewise.
13165 * gdb.base/call-ar-st.exp: Likewise.
13166 * gdb.base/callfuncs.exp: Likewise.
13167 * gdb.base/catch-fork-static.exp: Likewise.
13168 * gdb.base/display.exp: Likewise.
13169 * gdb.base/foll-exec-mode.exp: Likewise.
13170 * gdb.base/foll-exec.exp: Likewise.
13171 * gdb.base/foll-fork.exp: Likewise.
13172 * gdb.base/foll-vfork.exp: Likewise.
13173 * gdb.base/funcargs.exp: Likewise.
13174 * gdb.base/hbreak2.exp: Likewise.
13175 * gdb.base/inferior-died.exp: Likewise.
13176 * gdb.base/interrupt.exp: Likewise.
13177 * gdb.base/multi-forks.exp: Likewise.
13178 * gdb.base/nodebug.exp: Likewise.
13179 * gdb.base/sepdebug.exp: Likewise.
13180 * gdb.base/solib1.c: Likewise.
13181 * gdb.base/step-test.exp: Likewise.
13182 * gdb.mi/non-stop.c: Likewise.
13183 * gdb.mi/pthreads.c: Likewise.
13184 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13185 * gdb.threads/pthreads.c: Likewise.
13186 * gdb.threads/staticthreads.exp: Likewise.
13187 * lib/future.exp: Likewise.
13188 * lib/gdb.exp: Likewise.
13189 * gdb.base/so-indr-cl.c: Remove.
13190 * gdb.base/so-indr-cl.exp: Likewise.
13191 * gdb.base/solib.c: Likewise.
13192 * gdb.base/solib.exp: Likewise.
13193 * gdb.base/solib2.c: Likewise.
13194
b6304613
SM
131952015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13196
13197 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13198 * gdb.base/call-ar-st.exp: Likewise.
13199 * gdb.base/callfuncs.exp: Likewise.
13200 * gdb.base/condbreak.exp: Likewise.
13201 * gdb.base/constvars.exp: Likewise.
13202 * gdb.base/hbreak2.exp: Likewise.
13203 * gdb.base/langs.exp: Likewise.
13204 * gdb.base/list.exp: Likewise.
13205 * gdb.base/long_long.exp: Likewise.
13206 * gdb.base/ptype.exp: Likewise.
13207 * gdb.base/scope.exp: Likewise.
13208 * gdb.base/signals.exp: Likewise.
13209 * gdb.base/so-impl-ld.exp: Likewise.
13210 * gdb.base/varargs.exp: Likewise.
13211 * gdb.base/volatile.exp: Likewise.
13212 * gdb.base/whatis.exp: Likewise.
13213 * gdb.cp/cplusfuncs.exp: Likewise.
13214 * gdb.cp/inherit.exp: Likewise.
13215 * gdb.cp/local.exp: Likewise.
13216 * gdb.cp/member-ptr.exp: Likewise.
13217 * gdb.cp/method.exp: Likewise.
13218 * gdb.cp/overload.exp: Likewise.
13219 * gdb.cp/templates.exp: Likewise.
13220 * gdb.stabs/weird.exp: Likewise.
13221 * lib/compiler.c: Likewise.
13222 * lib/compiler.cc: Likewise.
13223 * lib/cp-support.exp: Likewise.
13224 * lib/gdb.exp: Likewise.
13225
bf401b07
SM
132262015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13227
13228 * configure.ac: Remove HP-UX case.
13229 * configure: Regenerate.
13230
aff9c0f8
SM
132312015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13232
13233 * lib/gdb.exp (gdb_compile): Add function doc.
13234
a6904d5a
PA
132352015-12-17 Pedro Alves <palves@redhat.com>
13236
13237 PR threads/19354
13238 * gdb.multi/info-threads.exp: New file.
13239
a22279dd
YQ
132402015-12-15 Yao Qi <yao.qi@linaro.org>
13241
13242 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13243 is aarch64*-*-*.
13244
0588c796
SL
132452015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13246
13247 * gdb.base/history-duplicates.exp: Skip if no readline support.
13248
5d978e17
SL
132492015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13250
13251 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13252
7e763b86
SL
132532015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13254
13255 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13256
87a3a92c
SL
132572015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13258
13259 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13260 ctrl-C if nointerrupts target property is set.
13261 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13262 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13263 * gdb.base/paginate-bg-execution.exp: Likewise.
13264 * gdb.base/paginate-execution-startup.exp: Likewise.
13265 * gdb.base/random-signal.exp: Likewise.
13266 * gdb.base/range-stepping.exp: Likewise.
13267 * gdb.cp/annota2.exp: Likewise.
13268 * gdb.cp/annota3.exp: Likewise.
13269 * gdb.gdb/selftest.exp: Likewise.
13270 * gdb.threads/continue-pending-status.exp: Likewise.
13271 * gdb.threads/leader-exit.exp: Likewise.
13272 * gdb.threads/manythreads.exp: Likewise.
13273 * gdb.threads/pthreads.exp: Likewise.
13274 * gdb.threads/schedlock.exp: Likewise.
13275 * gdb.threads/sigthread.exp: Likewise.
13276
a8f077dc
DB
132772015-12-11 Don Breazeal <donb@codesourcery.com>
13278
13279 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13280 remote.
13281 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13282 * gdb.base/foll-exec.exp (main): Enable for target remote.
13283 * gdb.base/foll-fork.exp (main): Likewise.
13284 * gdb.base/foll-vfork.exp (main): Likewise.
13285 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13286 (proc continue_to_exit_bp_loc): Use clean_restart.
13287 * gdb.base/pie-execl.exp (main): Disable for target remote.
13288 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13289 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13290 * gdb.threads/execl.exp (main): Likewise.
13291 * gdb.threads/fork-child-threads.exp (main): Likewise.
13292 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13293 remote.
13294 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13295 remote.
13296 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13297 pid.tid style ptids, instead of just tid.
13298 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13299 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13300 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13301 ptids, instead of just tid.
13302
3b2464a8
AB
133032015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13304
13305 * gdb.base/list.exp (test_list_forward): Add end of file error
13306 test.
13307 (test_repeat_list_command): Add end of file error test.
13308 (test_list_backwards): Add beginning of file error test.
13309
a0def019
AB
133102015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13311
13312 * gdb.base/list.exp (test_list_invalid_args): New function,
13313 defined, and called.
13314
5c000dff
AB
133152015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13316
13317 * gdb.base/list.exp (test_list): Make test names unique.
13318
f1637ebe
YQ
133192015-12-11 Yao Qi <yao.qi@linaro.org>
13320
13321 * gdb.base/coremaker2.c: Remove.
13322
36d6fc0a
PA
133232015-12-10 Pedro Alves <palves@redhat.com>
13324
13325 * gdb.multi/base.exp: Remove stale "spaces" references.
13326
762f7747
PA
133272015-12-10 Pedro Alves <palves@redhat.com>
13328
13329 * gdb.multi/base.exp: Don't use nowarnings.
13330 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13331 * gdb.multi/hangout.c: Include stdio.h.
13332 * gdb.multi/hello.c: Include stdlib.h.
13333 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13334 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13335 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13336
28d2bfb9
AB
133372015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13338
13339 * gdb.dwarf2/dw2-ranges-base.c: New file.
13340 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13341 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13342 support additional line table, and debug ranges generation.
13343 (Dwarf::ranges): New function, generate .debug_ranges.
13344 (Dwarf::lines): Support generating simple line table programs.
13345 (Dwarf::assemble): Initialise new namespace variables.
13346
5fc2beac
KB
133472015-12-09 Kevin Buettner <kevinb@redhat.com>
13348
13349 * gdb.base/async.exp (proc test_background): Add case for
13350 asynchronous execution not supported.
13351
1c35a88f
LM
133522015-12-09 Luis Machado <lgustavo@codesourcery.com>
13353
13354 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13355 format and change test names to make them unique.
13356
b593e3d9
RK
133572015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13358 Pedro Alves <pedro@redhat.com>
13359
13360 PR gdb/18702
13361 Add checking of floatformats setup on x86_64 hosts.
13362 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13363 (smallval, bigval): New labels/constants.
13364 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13365 float" after loading bigval and smallval.
13366
d72413e6
PMR
133672015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13368
13369 * gdb.ada/fun_overload_menu.exp: New testcase.
13370 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13371
ece66d65
JS
133722015-12-04 Josh Stone <jistone@redhat.com>
13373
13374 * gdb.base/catch-fork-static.exp: New.
13375
41d0efca
YQ
133762015-12-03 Yao Qi <yao.qi@linaro.org>
13377
13378 * gdb.base/sizeof.c: Don't include stdio.h and
13379 ../lib/unbuffer_output.c.
13380 (main): New variable 'size' and 'value'. Remove printf and
13381 gdb_unbuffer_output. Assign return value to size and value.
13382 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13383 at the beginning.
13384 (check_sizeof): Check the result by printing variable 'size'.
13385 (check_valueof): Check the result by printing variable 'value'.
13386
99fd02d9
YQ
133872015-12-01 Yao Qi <yao.qi@linaro.org>
13388
13389 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13390 for aarch64*-*-linux* target.
13391
f2faf941
PA
133922015-11-30 Pedro Alves <palves@redhat.com>
13393
13394 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13395
04bf20c5
PA
133962015-11-30 Pedro Alves <palves@redhat.com>
13397
13398 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13399 Handle non-stop mode vCont replies.
13400
09df4675
PA
134012015-11-30 Pedro Alves <palves@redhat.com>
13402
13403 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13404 prepare_for_testing. Start gdb with "set non-stop on" appended to
13405 GDBFLAGS. Lax expected stop output.
13406
58b584af
YQ
134072015-11-27 Yao Qi <yao.qi@linaro.org>
13408
13409 * gdb.arch/arm-neon.exp: New.
13410 * gdb.arch/arm-neon.c: New.
13411
dfcb77a8
YQ
134122015-11-27 Yao Qi <yao.qi@linaro.org>
13413
13414 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13415
88e8ec1b
YQ
134162015-11-27 Yao Qi <yao.qi@linaro.org>
13417
13418 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13419 frames-invalid annotation.
13420
bfde72c2
YQ
134212015-11-27 Yao Qi <yao.qi@linaro.org>
13422
13423 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13424
f6512a69
SM
134252015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13426
13427 * gdb.threads/names.exp: New file.
13428 * gdb.threads/names.c: New file.
13429 * README: Mention gdb,no_thread_names.
13430
46a3515b
MM
134312015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13432
13433 PR 19297
13434 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13435 support" error.
13436
62147a22
PA
134372015-11-24 Pedro Alves <palves@redhat.com>
13438
13439 PR 17539
13440 * gdb.base/display.exp: Expect displays to be sorted in ascending
13441 order. Use multi_line.
13442 * gdb.base/solib-display.exp: Likewise.
13443
2f341b6e
PA
134442015-11-24 Pedro Alves <palves@redhat.com>
13445
13446 PR 17539
25d49b86
PA
13447 * gdb.base/display.exp: Expect displays to be sorted in ascending
13448 order. Use multi_line.
13449 * gdb.base/solib-display.exp: Likewise.
2f341b6e 13450
7e0aa6aa
PA
134512015-11-24 Pedro Alves <palves@redhat.com>
13452
13453 PR 17539
13454 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13455 threads in ascending order.
13456 * gdb.base/foll-fork.exp: Likewise.
13457 * gdb.base/foll-vfork.exp: Likewise.
13458 * gdb.base/multi-forks.exp: Likewise.
13459 * gdb.mi/mi-nonstop.exp: Likewise.
13460 * gdb.mi/mi-nsintrall.exp: Likewise.
13461 * gdb.multi/base.exp: Likewise.
13462 * gdb.multi/multi-arch.exp: Likewise.
13463 * gdb.python/py-inferior.exp: Likewise.
13464 * gdb.threads/break-while-running.exp: Likewise.
13465 * gdb.threads/execl.exp: Likewise.
13466 * gdb.threads/gcore-thread.exp: Likewise.
13467 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13468 * gdb.threads/kill.exp: Likewise.
13469 * gdb.threads/linux-dp.exp: Likewise.
13470 * gdb.threads/multiple-step-overs.exp: Likewise.
13471 * gdb.threads/next-bp-other-thread.exp: Likewise.
13472 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13473 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13474 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13475 * gdb.threads/thread-find.exp: Likewise.
13476 * gdb.threads/tls.exp: Likewise.
13477 * lib/mi-support.exp (mi_reverse_list): Delete.
13478 (mi_check_thread_states): No longer reverse list.
13479
2cc57ad8
PA
134802015-11-24 Pedro Alves <palves@redhat.com>
13481
13482 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13483 use lowercase.
13484
c93e8391
SM
134852015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13486
13487 * gdb.trace/actions.c: Include trace-common.h.
13488 (main): Add a location for a fast tracepoint.
13489 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13490 the normal tracepoints.
13491 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13492
045ccf91
SM
134932015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13494
13495 * save-trace.exp: Factor out code to these...
13496 (gdb_save_tracepoints): New.
13497 (gdb_load_tracepoints): New.
13498 (do_save_load_test): New.
13499
5506f9f6
KB
135002015-11-23 Kevin Buettner <kevinb@redhat.com>
13501
13502 * gdb.base/asmlabel.exp: New test.
13503 * gdb.base/asmlabel.c: New test case.
13504
16c3b12f
JB
135052015-11-23 Joel Brobecker <brobecker@adacore.com>
13506
13507 * gdb.base/wrong_frame_bt_full-main.c: New file.
13508 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13509 * gdb.base/wrong_frame_bt_full.exp: New file.
13510
155bfbd3
JB
135112015-11-23 Joel Brobecker <brobecker@adacore.com>
13512
13513 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13514
bb097445
JM
135152015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13516
206853a0 13517 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
13518 pstate register when comparing registers values in
13519 sparc64-*-linux-gnu targets to avoid spurious differences.
13520
9c88ed8f
JM
135212015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13522
206853a0 13523 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 13524
96161e25
SL
135252015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13526
13527 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13528 as type argument to gdb_compile.
13529 * gdb.base/nested-subp2.exp: Likewise.
13530 * gdb.base/nested-subp3.exp: Likewise.
13531
340c2830
DV
135322015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13533
13534 * lib/dwarf.exp (_note): Fix left shift of negative value.
13535 * gdb.trace/trace-condition.exp: Likewise.
13536
c1862d0f
YQ
135372015-11-13 Yao Qi <yao.qi@linaro.org>
13538
13539 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13540 comments about d10v.
13541 (test_scalar_returns): Likewise.
13542 * gdb.base/d10v.ld: Remove.
13543 * gdb.base/overlays.exp: Remove the target triplet checking for
13544 d10v-*-*.
13545 * gdb.base/structs.exp (test_struct_returns): Remove the
13546 comments about d10v.
13547 (test_struct_calls): Likewise.
13548
77ae9c19
YQ
135492015-11-13 Yao Qi <yao.qi@linaro.org>
13550
13551 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13552 * gdb.base/gnu_vector.c: Don't include stdio.h.
13553 (main): Don't print res and call add_some_intvecs.
13554
430e004e
MK
135552015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13556
13557 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13558 macro.
13559 (func5): Removed.
13560 (func4): Use FAST_TRACEPOINT_LABEL.
13561 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13562 macro.
13563 (func): Removed.
13564 (thread_function): Use FAST_TRACEPOINT_LABEL.
13565 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13566 (func): Remove.
13567 (marker): Use FAST_TRACEPOINT_LABEL.
13568 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13569 (pendfunc1): Remove.
13570 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13571 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13572 (foo): Remove.
13573 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13574 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13575 macro.
13576 (func): Remove.
13577 (marker): Use FAST_TRACEPOINT_LABEL.
13578 * gdb.trace/trace-common.h: New header.
13579 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13580 macro.
13581 (func): Remove.
13582 (marker): Use FAST_TRACEPOINT_LABEL.
13583 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13584 (func): Remove.
13585 (thread_function): Use FAST_TRACEPOINT_LABEL.
13586
6e7675a7
MK
135872015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13588
13589 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13590 in front.
13591 * gdb.trace/change-loc.exp: Use global pcreg definition.
13592 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13593 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13594 in front.
13595 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13596 * gdb.trace/pending.exp: Likewise.
13597 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13598 * gdb.trace/trace-break.exp: Likewise.
13599 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13600 in front.
13601 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13602 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13603 in front.
13604 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13605
dddc0e16
JB
136062015-11-09 Joel Brobecker <brobecker@adacore.com>
13607
13608 * gdb.ada/fin_fun_out: New testcase.
13609
c6f0b406
KB
136102015-11-07 Kevin Buettner <kevinb@redhat.com>
13611
13612 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13613 value associated with DW_AT_byte_size.
13614 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13615 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13616 DW_AT_upper_bound.
13617
f01dcfd9
KB
136182015-11-07 Kevin Buettner <kevinb@redhat.com>
13619
13620 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13621 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13622 version.
13623 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13624 gdb.dwarf2/dw2-canonicalize-type.exp,
13625 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13626 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13627 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13628 provided by gdb_target_symbol_prefix_flags_asm.
13629 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13630 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13631 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13632 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13633 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13634 macros where needed). Use this macro for symbols which require
13635 the prefix provided by SYMBOL_PREFIX.
13636
2223449a
KB
136372015-11-05 Kevin Buettner <kevinb@redhat.com>
13638
13639 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13640 New procs.
13641 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13642 representing expressions, of more than one list element.
13643 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13644 to prepend linker symbol prefix to f.
13645 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13646 table_1 and table_2.
13647 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13648 Likewise, for f and g.
13649 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13650 for ptr.
13651 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13652 for main.
13653 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13654 table_1_ptr and table_2_ptr.
13655
6f2f1a3a
JK
136562015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13657 Joel Brobecker <brobecker@adacore.com>
13658
13659 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13660
566c56c9
MK
136612015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13662
13663 * gdb.reverse/s390-mvcle.c: New test.
13664 * gdb.reverse/s390-mvcle.exp: New file.
13665 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13666
d5f0636b
MK
136672015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13668
13669 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13670
7ad8b86c
MK
136712015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13672
13673 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13674 reaching marker2.
13675 * gdb.reverse/getresuid-reverse.exp: Likewise.
13676 * gdb.reverse/pipe-reverse.exp: Likewise.
13677 * gdb.reverse/readv-reverse.exp: Likewise.
13678 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13679 * gdb.reverse/time-reverse.exp: Likewise.
13680 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13681
4081c0f1
YQ
136822015-10-30 Yao Qi <yao.qi@linaro.org>
13683
13684 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13685 (empty_cycle): Remove.
13686 (main): Don't call empty_cycle. Don't use watch_count_done.
13687 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13688 empty_cycle. Rewrite the code counting HW watchpoints.
13689
452b4ba5
MK
136902015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13691
13692 * gdb.reverse/fstatat-reverse.c: New test.
13693 * gdb.reverse/fstatat-reverse.exp: New file.
13694 * gdb.reverse/getresuid-reverse.c: New test.
13695 * gdb.reverse/getresuid-reverse.exp: New file.
13696 * gdb.reverse/pipe-reverse.c: New test.
13697 * gdb.reverse/pipe-reverse.exp: New file.
13698 * gdb.reverse/readv-reverse.c: New test.
13699 * gdb.reverse/readv-reverse.exp: New file.
13700 * gdb.reverse/recvmsg-reverse.c: New test.
13701 * gdb.reverse/recvmsg-reverse.exp: New file.
13702 * gdb.reverse/time-reverse.c: New test.
13703 * gdb.reverse/time-reverse.exp: New file.
13704 * gdb.reverse/waitpid-reverse.c: New test.
13705 * gdb.reverse/waitpid-reverse.exp: New file.
13706
5e2e7507
JK
137072015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13708
13709 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13710
0fde2c53
DE
137112015-10-26 Doug Evans <dje@google.com>
13712
13713 PR symtab/17391
13714 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13715 * gdb.dwarf2/bad-regnum.c: New file.
13716 * gdb.dwarf2/bad-regnum.exp: New file.
13717
1a70ae97
DE
137182015-10-26 Doug Evans <dje@google.com>
13719
13720 PR python/18938
13721 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13722 file.
13723
27dc26ab
JK
137242015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13725
13726 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13727 for a change by "Mention language in compile error message".
13728
bed91f4d
SM
137292015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13730
13731 PR python/18073
13732 * gdb.python/py-type.c (C::a_method): New.
13733 (C::a_const_method): New.
13734 (C::a_static_method): New.
13735 (a_function): New.
13736 * gdb.python/py-type.exp (test_fields): Test getting fields
13737 from function and method.
13738
3f2f83dd
KB
137392015-10-21 Keven Boell <keven.boell@intel.com>
13740
13741 * gdb.fortran/vla-alloc-assoc.exp: New file.
13742 * gdb.fortran/vla-datatypes.exp: New file.
13743 * gdb.fortran/vla-datatypes.f90: New file.
13744 * gdb.fortran/vla-history.exp: New file.
13745 * gdb.fortran/vla-ptype-sub.exp: New file.
13746 * gdb.fortran/vla-ptype.exp: New file.
13747 * gdb.fortran/vla-sizeof.exp: New file.
13748 * gdb.fortran/vla-sub.f90: New file.
13749 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13750 * gdb.fortran/vla-value-sub-finish.exp: New file.
13751 * gdb.fortran/vla-value-sub.exp: New file.
13752 * gdb.fortran/vla-value.exp: New file.
13753 * gdb.fortran/vla-ptr-info.exp: New file.
13754 * gdb.mi/mi-vla-fortran.exp: New file.
13755 * gdb.mi/vla.f90: New file.
13756
27145d50
SL
137572015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13758
13759 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13760 of hardwired timeout value.
13761
5f3ff4f8
JK
137622015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13763 Pedro Alves <palves@redhat.com>
13764
13765 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13766 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13767
bfd09d20
JS
137682015-10-19 Josh Stone <jistone@redhat.com>
13769
13770 * gdb.base/catch-syscall.c: Include <sched.h>.
13771 (unknown_syscall): New variable.
13772 (main): Trigger a vfork and an unknown syscall.
13773 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13774 (unknown_syscall_number): Likewise.
13775 (check_call_to_syscall): Accept an optional syscall pattern.
13776 (check_return_from_syscall): Likewise.
13777 (check_continue): Likewise.
13778 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13779 (test_catch_syscall_skipping_return): New test toggling off 'catch
13780 syscall' to step over the syscall return, then toggling back on.
13781 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13782 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13783 (do_syscall_tests): Call test_catch_syscall_without_args and
13784 test_catch_syscall_mid_vfork.
13785 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13786 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13787
b32b93c6
AS
137882015-10-19 Andrew Stubbs <ams@codesourcery.com>
13789
13790 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13791 print g_vE): Add new pass patterns.
13792 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13793 print various symbol names for vptr fields.
13794
9d622bda
AB
137952015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13796
13797 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13798 results.
13799
0fd8ac1c
YQ
138002015-10-12 Yao Qi <yao.qi@linaro.org>
13801
13802 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13803
34240514
YQ
138042015-10-12 Yao Qi <yao.qi@linaro.org>
13805
13806 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13807 is aarch64*-*-linux*.
13808
8240f442
YQ
138092015-10-12 Yao Qi <yao.qi@linaro.org>
13810
13811 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13812 (can_relocate_bcond_true): ... it.
13813 (can_relocate_bcond_false): New function.
13814 (foo): Likewise.
13815 (can_relocate_bl): Likewise.
13816 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13817 can_relocate_bl.
13818
2520f728
PMR
138192015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13820
13821 * gdb.base/nested-addr.c: New file.
13822 * gdb.base/nested-addr.exp: New testcase.
13823
abcef95a
MM
138242015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13825
13826 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13827 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13828 its output. Ignore the output of "record goto begin" and instead
13829 check that GDB is replaying.
13830
145e3ddb
PA
138312015-10-09 Pedro Alves <palves@redhat.com>
13832
13833 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13834 (top level): Use it in the run with no args test.
13835
d5d8c4e1
IB
138362015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13837
13838 * gdb.dlang/properties.exp: New file.
13839
06e635ef
SL
138402015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13841
13842 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13843 whether or not address 0x1000 is mapped on the target.
13844
e019fd1d
SM
138452015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13846
13847 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13848 build.
13849
77ba2a67
MM
138502015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13851
13852 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13853 instruction-history test.
13854
c60eb31f
DE
138552015-09-28 Doug Evans <dje@google.com>
13856
13857 * gdb.base/gcore.c (array_func): Add reference to static_array.
13858
9a3c8263
SM
138592015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13860
13861 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13862 source line.
13863
9720e656
SL
138642015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13865
13866 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13867 short or char as base type.
13868
938d3bf2
SL
138692015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13870
13871 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13872 to allow any size enum.
13873
e6c2c623
PMR
138742015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13875
13876 * gdb.ada/array_ptr_renaming.exp: New testcase.
13877 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13878 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13879
06da0f77
PL
138802015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13881
13882 * gdb.trace/ftrace-lock.c: New file.
13883 * gdb.trace/ftrace-lock.exp: New file.
13884
4f51c22a
PL
138852015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13886
13887 * gdb.arch/insn-reloc.c: New file.
13888 * gdb.arch/ftrace-insn-reloc.exp: New file.
13889
7041adf4
PL
138902015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13891
13892 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13893 instruction.
13894 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13895 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13896 * gdb.trace/range-stepping.c: Likewise.
13897 * gdb.trace/trace-break.c: Likewise.
13898 * gdb.trace/trace-mt.c (thread_function): Likewise.
13899 * gdb.trace/ftrace.c (marker): Likewise.
13900 * gdb.trace/trace-condition.c (marker): Likewise.
13901 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13902 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13903 is_aarch64_target.
13904
015d2e7e
DE
139052015-09-18 Doug Evans <xdje42@gmail.com>
13906
13907 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13908 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13909
26b188a2
SL
139102015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13911
13912 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13913 the breakpoint.
13914
79dc332b
SL
139152015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13916
13917 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13918 the pending breakpoint. Remove timeout override for "Run till
13919 MI pending breakpoint on pendfunc3 on thread 2" test.
13920
f57929f2
SL
139212015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13922
13923 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13924 filename pattern.
13925
3f469b17
SL
139262015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13927
13928 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13929 in breakpoint filename pattern.
13930
515b89b3
SL
139312015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13932
7800dbe4
SL
13933 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13934
139352015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13936
515b89b3
SL
13937 * gdb.linespec/explicit.exp: Check for readline support for
13938 tab-completion tests. Fix obvious typo.
13939
d2939ba2
MM
139402015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13941
13942 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13943 and replay.
13944
cbb55fa7
MM
139452015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13946
13947 * gdb.btrace/non-stop.c: New.
13948 * gdb.btrace/non-stop.exp: New.
13949
43691ca1
PL
139502015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13951 Yao Qi <yao.qi@linaro.org>
13952
13953 * gdb.trace/trace-condition.c: New file.
13954 * gdb.trace/trace-condition.exp: New file.
13955
d78908cf
WW
139562015-09-16 Wei-cheng Wang <cole945@gmail.com>
13957
13958 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13959 for testing bytecode compilation.
13960
1ed415e2
PA
139612015-09-16 Pedro Alves <palves@redhat.com>
13962 Sandra Loosemore <sandra@codesourcery.com>
13963
13964 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13965 (SECONDS): Redefine.
13966 (main): Call pthread_kill and alarm early.
13967 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13968 support.
13969 (test): If the target can't hardware step and doesn't support
13970 displaced stepping, increase the timeout.
13971
d136eff5
PA
139722015-09-16 Pedro Alves <palves@redhat.com>
13973
13974 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13975 (enable_debug): New procedures.
13976 (test): Use them. Bail out if waiting for threads fails.
13977 (top level): Bail out if a test fails.
13978
991f019c
YQ
139792015-09-16 Yao Qi <yao.qi@linaro.org>
13980
13981 * gdb.asm/asm-source.exp: Set asm-arch for
13982 aarch64*-*-* target.
13983 * gdb.asm/aarch64.inc: New file.
13984
bfca584f
PMR
139852015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13986
13987 * gdb.ada/array_of_variable_length.exp: New testcase.
13988 * gdb.ada/array_of_variable_length/foo.adb: New file.
13989 * gdb.ada/array_of_variable_length/pck.adb: New file.
13990 * gdb.ada/array_of_variable_length/pck.ads: New file.
13991
b326e587
DE
139922015-09-15 Doug Evans <dje@google.com>
13993
13994 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13995 of function static local variable.
13996
5382cfab
PW
139972015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13998
13999 * gdb.threads/tls-so_extern.exp: New test file.
14000 * gdb.threads/tls-so_extern.c: New test file.
14001 * gdb.threads/tls-so_extern_main.c: New test file.
14002
141c5cc4
JK
140032015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14004
14005 * gdb.opt/solib-intra-step-lib.c: New file.
14006 * gdb.opt/solib-intra-step-main.c: New file.
14007 * gdb.opt/solib-intra-step.exp: New file.
14008
d15dcecd
PA
140092015-09-15 Pedro Alves <palves@redhat.com>
14010
14011 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14012 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14013
4c2f2a79
PA
140142015-09-14 Pedro Alves <palves@redhat.com>
14015
14016 * gdb.base/hook-stop-continue.c: Delete.
14017 * gdb.base/hook-stop-continue.exp: Delete.
14018 * gdb.base/hook-stop-frame.c: Delete.
14019 * gdb.base/hook-stop-frame.exp: Delete.
14020 * gdb.base/hook-stop.c: New file.
14021 * gdb.base/hook-stop.exp: New file.
14022
919e6dbe
PMR
140232015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14024
14025 * gdb.ada/access_to_packed_array.exp: New testcase.
14026 * gdb.ada/access_to_packed_array/foo.adb: New file.
14027 * gdb.ada/access_to_packed_array/pack.adb: New file.
14028 * gdb.ada/access_to_packed_array/pack.ads: New file.
14029
157280a4
MM
140302015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14031
14032 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14033 buffer size test.
14034
2fd33e94
DB
140352015-09-11 Don Breazeal <donb@codesourcery.com>
14036
14037 * gdb.base/foll-exec.c: Add copyright header. Fix
14038 formatting issues.
14039 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14040 (do_exec_tests): Use clean_restart in place of zap_session,
14041 and for test initialization. Fix formatting issues. Use
14042 fail in place of perror.
14043 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14044 an expect statement to match an expression with output from
14045 the program under debug.
14046 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14047 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14048 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14049 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14050 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14051
e70b6e8e
DE
140522015-09-09 Doug Evans <dje@google.com>
14053
14054 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14055
7a551a51
DE
140562015-09-09 Doug Evans <dje@google.com>
14057
14058 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14059
4c666f84
DE
140602015-09-09 Doug Evans <dje@google.com>
14061
14062 * gdb.base/savedregs.exp: Fix typo.
14063
243a9253
PA
140642015-09-09 Pedro Alves <palves@redhat.com>
14065
14066 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14067
c0fa8fbd
SL
140682015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14069
14070 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14071 command actually switches threads. Give up on remaining
14072 tests if target fails to stop at breakpoint.
14073
cd7c1778
PMR
140742015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14075
14076 * gdb.ada/funcall_char.exp: New testcase.
14077 * gdb.ada/funcall_char/foo.adb: New file.
14078
dc5c8746
PMR
140792015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14080
14081 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14082 expected outputs. Add two testcases for completing ambiguous
14083 functions.
14084 * gdb.ada/complete/aux_pck.adb: New file.
14085 * gdb.ada/complete/aux_pck.ads: New file.
14086 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14087 Ambiguous_Func functions.
14088 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14089 * gdb.ada/complete/pck.adb: Likewise.
14090
4e83a1e7
UW
140912015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14092
14093 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14094 failures to run the test program under GDB.
14095
8ce74153
LM
140962015-08-26 Luis Machado <lgustavo@codesourcery.com>
14097
14098 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14099 to C.
14100
e9756d52
PP
141012015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14102
14103 * gdb.base/run-after-attach.exp: New test file.
14104 * gdb.base/run-after-attach.c: New test file.
14105
8d37573b
DB
141062015-08-26 Don Breazeal <donb@codesourcery.com>
14107
14108 * gdb.base/foll-exec-2.c: New test program.
14109 * gdb.base/foll-exec-2.exp: New test.
14110
63e43d3a
PMR
141112015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14112
14113 * gdb.base/nested-subp1.exp: New file.
14114 * gdb.base/nested-subp1.c: New file.
14115 * gdb.base/nested-subp2.exp: New file.
14116 * gdb.base/nested-subp2.c: New file.
14117 * gdb.base/nested-subp3.exp: New file.
14118 * gdb.base/nested-subp3.c: New file.
14119
3d40fbb5
PA
141202015-08-24 Pedro Alves <palves@redhat.com>
14121
14122 * gdb.server/connect-without-multi-process.c: New file.
14123 * gdb.server/connect-without-multi-process.exp: New file.
14124
4422ac93
LM
141252015-08-24 Luis Machado <lgustavo@codesourcery.com>
14126
14127 * gdb.opt/inline-markers.c: Make z int.
14128
91dddb86
LM
141292015-08-24 Luis Machado <lgustavo@codesourcery.com>
14130
14131 * gdb.opt/inline-markers.c: Make z volatile.
14132
a48847ee
LM
141332015-08-24 Luis Machado <lgustavo@codesourcery.com>
14134
14135 * gdb.opt/inline-bt.c: New volatile global z.
14136 * gdb.opt/inline-cmds.c: Likewise.
14137 * gdb.opt/inline-locals.c: Likewise.
14138 * gdb.opt/inline-markers.c: New extern global z.
14139 (marker): Use z.
14140 (inline_fn): Likewise.
14141
0ebbc52b
PA
141422015-08-24 Pedro Alves <palves@redhat.com>
14143
14144 * config/m32r-stub.exp: Remove file.
14145 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14146 * gdb.base/call-rt-st.exp: Likewise.
14147 * gdb.base/call-strs.exp: Likewise.
14148 * gdb.base/default.exp: Remove references to h8300-*-hms and
14149 *-*-udi*.
14150 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14151
77c365df
AA
141522015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14153
14154 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14155 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14156 and "return" use KFAIL when GDB can not read/write the vector
14157 return value.
14158
4313b8c0
GB
141592015-08-21 Gary Benson <gbenson@redhat.com>
14160
14161 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14162
0e433b32
PA
141632015-08-20 Pedro Alves <palves@redhat.com>
14164
14165 * gdb.server/solib-list.exp: No longer expect an interior stop in
14166 non-stop mode.
14167
221e1a37
PA
141682015-08-20 Pedro Alves <palves@redhat.com>
14169
14170 * gdb.server/connect-stopped-target.c: New file.
14171 * gdb.server/connect-stopped-target.exp: New file.
14172
40e3ad0e
PA
141732015-08-20 Pedro Alves <palves@redhat.com>
14174
14175 * gdb.dwarf2/comp-unit-lang.exp: New file.
14176 * gdb.dwarf2/comp-unit-lang.c: New file.
14177
af39b327
PMR
141782015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14179
14180 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14181 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14182
7d45c7c3 141832015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 14184
7d45c7c3
KB
14185 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14186 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14187
4d6cceb4
DE
141882015-08-18 Doug Evans <dje@google.com>
14189 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14190
14191 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14192 skip_python_tests. New arg prompt_regexp.
14193 (skip_python_tests): New function.
14194 * lib/mi-support.exp (mi_skip_python_tests): New function.
14195 * gdb.python/py-mi-objfile-gdb.py: New file.
14196 * gdb.python/py-mi-objfile.c: New file.
14197 * gdb.python/py-mi-objfile.exp: New file.
14198
ad89c2aa
KS
141992015-08-17 Keith Seitz <keiths@redhat.com>
14200
14201 * gdb.linespec/explicit.exp: Move strace test from here ...
14202 * gdb.trace/strace.exp: ... to here.
14203
e3ae3c43
PP
142042015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14205
14206 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14207 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14208
604b2636
DE
142092015-08-14 Doug Evans <xdje42@gmail.com>
14210
14211 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14212 inferior before selecting a new file.
14213
6ff0ba5f
DE
142142015-08-14 Doug Evans <xdje42@gmail.com>
14215
14216 * gdb.mi/mi-disassemble.exp: Update.
14217 * gdb.base/disasm-optim.S: New file.
14218 * gdb.base/disasm-optim.c: New file.
14219 * gdb.base/disasm-optim.h: New file.
14220 * gdb.base/disasm-optim.exp: New file.
14221
9ca98f92
KS
142222015-08-14 Keith Seitz <keiths@redhat.com>
14223
14224 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14225 "evaluated-by".
14226
52bbc560
JB
142272015-08-13 Joel Brobecker <brobecker@adacore.com>
14228
14229 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14230
5d8c3ed3
PMR
142312015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14232
14233 * gdb.ada/fun_renaming.exp: New testcase.
14234 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14235 * gdb.ada/fun_renaming/pack.adb: New file.
14236 * gdb.ada/fun_renaming/pack.ads: New file.
14237
ea8812bc
KS
142382015-08-12 Keith Seitz <keiths@redhat.com>
14239
14240 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14241 gdb_get_line_number.
14242
4dafcdeb
JB
142432015-08-12 Joel Brobecker <brobecker@adacore.com>
14244
14245 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14246 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14247 gdb.base/dso2dso.exp: New files.
14248
5ba32597
SDJ
142492015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14250 Pedro Alves <palves@redhat.com>
14251 Keith Seitz <keiths@redhat.com>
14252
14253 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14254 GDBFLAGS.
14255
b6dafabf
PP
142562015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14257
14258 * gdb.base/gdbhistsize-history.exp
14259 (test_histsize_history_setting): Use save_vars.
14260 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14261 Use save_vars.
14262 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14263 * gdb.base/readline.exp: Use save_vars.
14264
abe8e607
PP
142652015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14266
14267 * lib/gdb.exp (save_vars): New proc.
14268
629500fa
KS
142692015-08-11 Keith Seitz <keiths@redhat.com>
14270
14271 * gdb.base/help.exp: Update help_breakpoint_text.
14272
eb8c4e2e
KS
142732015-08-11 Keith Seitz <keiths@redhat.com>
14274
14275 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14276 (at toplevel): Call test_explicit_breakpoints.
14277 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14278 breakpoints.
14279 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14280 breakpoint conditions, "-cond".
14281
87f0e720
KS
142822015-08-11 Keith Seitz <keiths@redhat.com>
14283
14284 * gdb.linespec/3explicit.c: New file.
14285 * gdb.linespec/cpexplicit.cc: New file.
14286 * gdb.linespec/cpexplicit.exp: New file.
14287 * gdb.linespec/explicit.c: New file.
14288 * gdb.linespec/explicit.exp: New file.
14289 * gdb.linespec/explicit2.c: New file.
14290 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14291 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14292 before using in the matching pattern.
14293 Clarify that `prefix' is a regular expression.
14294
f00aae0f
KS
142952015-08-11 Keith Seitz <keiths@redhat.com>
14296
14297 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14298 test.
14299 Add tests for missing ",FMT" and ",".
14300
e27852be
DE
143012015-08-10 Doug Evans <dje@google.com>
14302 Keith Seitz <keiths@redhat.com>
14303
14304 PR gdb/17960
14305 * gdb.base/completion.exp: Add location completer tests.
14306
7f03bd92
PA
143072015-08-07 Pedro Alves <palves@redhat.com>
14308
14309 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14310 tests here.
14311 (top level): Run do_test with and without displaced stepping.
14312
3fc8eb30
PA
143132015-08-07 Pedro Alves <palves@redhat.com>
14314
14315 * gdb.base/valgrind-disp-step.c: New file.
14316 * gdb.base/valgrind-disp-step.exp: New file.
14317
d4569d7b
PA
143182015-08-07 Pedro Alves <palves@redhat.com>
14319
14320 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14321 Delete function.
14322 (main): Add alarm. Run an infinite loop instead of calling
14323 wait_threads.
14324 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14325 comment.
14326 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14327 Delete function.
14328 (main): Add alarm. Run an infinite loop instead of calling
14329 wait_threads.
14330 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14331 comment.
14332
e1316e60
PA
143332015-08-07 Pedro Alves <palves@redhat.com>
14334
14335 * gdb.base/checkpoint-ns.exp: New file.
14336 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14337 standard_testfile.
14338
da8c46d2
MM
143392015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14340
14341 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14342 * gdb.btrace/instruction_history.exp: Update.
14343 * gdb.btrace/tsx.exp: New.
14344 * gdb.btrace/tsx.c: New.
14345
de1c2c52
PA
143462015-08-06 Pedro Alves <palves@redhat.com>
14347
14348 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14349 increase timeout.
14350 * gdb.reverse/until-precsave.exp: Bump timeouts.
14351
782e0bf4
PA
143522015-08-06 Pedro Alves <palves@redhat.com>
14353
14354 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14355
83e97ed0
PA
143562015-08-06 Pedro Alves <palves@redhat.com>
14357
14358 PR gdb/18749
14359 * gdb.threads/process-dies-while-handling-bp.c: New file.
14360 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14361
863d01bd
PA
143622015-08-06 Pedro Alves <palves@redhat.com>
14363
14364 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14365 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14366
0a39bb32
PA
143672015-08-05 Pedro Alves <palves@redhat.com>
14368
14369 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14370 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14371
ee2d2b10
SL
143722015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14373
14374 * gdb.base/bp-permanent.exp: Report test as unsupported if
14375 the target cannot stop at the permanent breakpoint.
14376
4e1bdb00
DE
143772015-08-03 Doug Evans <dje@google.com>
14378
14379 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14380 10000.
14381
3d338901
DE
143822015-08-03 Doug Evans <dje@google.com>
14383
14384 * Makefile.in (workers/%.worker, build-perf): New rule.
14385 (GDB_PERFTEST_MODE): New variable.
14386 (check-perf): Use it.
14387 (clean): Clean up gdb.perf parallel build subdirs.
14388 * lib/build-piece.exp: New file.
14389 * lib/gdb.exp (make_gdb_parallel_path): New function
14390 (standard_output_file, standard_temp_file): Call it.
14391 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14392 of $GDB_PARALLEL.
14393 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14394
af061d3e
DE
143952015-08-03 Doug Evans <dje@google.com>
14396
8e1afc81 14397 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
14398 (LOG_FILE_NAME): New global.
14399 (TextReporter.__init__): Initialize self.txt_sum.
14400 (TextReporter.report): Add support for multiple data-points.
14401 Move report to perftest.sum, put raw data in perftest.log.
14402 (TextReporter.start): Open sum and log files.
14403 (TextReporter.end): Close sum and log files.
8e1afc81
DE
14404 * gdb.perf/lib/perftest/testresult.py
14405 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 14406
2c8c5d37
PA
144072015-07-31 Pedro Alves <palves@redhat.com>
14408
14409 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14410 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14411 kill_wait_spawned_process instead of explicit "kill -9".
14412 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14413 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14414 kill_wait_spawned_process.
14415 * gdb.base/attach-twice.exp: Likewise.
14416 * gdb.base/attach.exp: Likewise.
14417 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14418 gdb_test_multiple.
14419 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14420 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14421 kill_wait_spawned_process.
14422 * gdb.base/valgrind-infcall.exp: Likewise.
14423 * gdb.multi/multi-attach.exp: Likewise.
14424 * gdb.python/py-prompt.exp: Likewise.
14425 * gdb.python/py-sync-interp.exp: Likewise.
14426 * gdb.server/ext-attach.exp: Likewise.
14427 * gdb.threads/attach-into-signal.exp (corefunc): Use
14428 spawn_wait_for_attach, spawn_id_get_pid and
14429 kill_wait_spawned_process.
14430 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14431 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14432 spawn_id_get_pid and kill_wait_spawned_process.
14433 * gdb.threads/attach-stopped.exp (corefunc): Use
14434 spawn_wait_for_attach, spawn_id_get_pid and
14435 kill_wait_spawned_process.
14436 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14437 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14438 kill_wait_spawned_process instead of explicit "kill -9".
14439 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14440 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14441 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14442 processes. Don't map cygwin/windows pids here. Now returns a
14443 spawn id list.
14444
032a0fca
SL
144452015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14446
14447 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14448 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14449 correct patch.
14450
61a934ca
SL
144512015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14452
14453 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14454
4bc4d428
SL
144552015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14456
14457 Reapply:
14458 2014-05-21 Mark Wielaard <mjw@redhat.com>
14459
14460 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14461
998d452a
PA
144622015-07-30 Pedro Alves <palves@redhat.com>
14463
14464 * linux-low.c (handle_extended_wait): Set the child's last
14465 reported status to TARGET_WAITKIND_STOPPED.
14466
69dde7dc
PA
144672015-07-30 Pedro Alves <palves@redhat.com>
14468
14469 PR threads/18600
14470 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14471 only shows inferior 1.
14472
4dd63d48
PA
144732015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14474 Pedro Alves <palves@redhat.com>
14475
14476 PR threads/18600
14477 * gdb.threads/fork-plus-threads.c: New file.
14478 * gdb.threads/fork-plus-threads.exp: New file.
14479
d618e4c5
PP
144802015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14481
14482 * gdb.base/batch-preserve-term-settings.exp
14483 (test_terminal_settings_preserved_after_cli_exit): Use
14484 send_quit_command.
14485
1eef6428
PA
144862015-07-29 Pedro Alves <palves@redhat.com>
14487 Don Breazeal <donb@codesourcery.com>
14488
14489 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14490 output from both inferior_spawn_id and gdb_spawn_id.
14491
7da5b897
SDJ
144922015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14493
14494 * gdb.threads/attach-into-signal.exp (corefunc): Use
14495 with_test_prefix on nested loops, uniquefying the test messages.
14496
dac804df
SDJ
144972015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14498
14499 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14500 commit.
14501
06265e53
PP
145022015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14503
14504 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14505 New proc.
14506 (test_terminal_settings_preserved_after_sigterm): New test.
14507
18206ca3
PP
145082015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14509
14510 * gdb.base/batch-preserve-term-settings.exp
14511 (test_terminal_settings_preserved_after_cli_exit): New test.
14512
90074d11
PP
145132015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14514
14515 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14516 manipulation of saved_gdbflags.
14517 (test_terminal_settings_preserved): Remove global declaration of
14518 the unused variable pagination_prompt. Remove manipulation of
14519 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14520 GDBFLAGS.
14521
eb1a7902
PA
145222015-07-29 Pedro Alves <palves@redhat.com>
14523
14524 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14525
8b75dd3b
PA
145262015-07-29 Pedro Alves <palves@redhat.com>
14527
14528 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14529 at the top.
14530
dedad4e3
PA
145312015-07-29 Pedro Alves <palves@redhat.com>
14532
14533 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14534 (main): Call gdb_unbuffer_output.
14535 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14536 (main): Call gdb_unbuffer_output.
14537 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14538 (main): Call gdb_unbuffer_output.
14539 * gdb.base/call-strs.exp: Adjust to step over the
14540 gdb_unbuffer_output call.
14541 * gdb.base/catch-gdb-caused-signals.c: Include
14542 "../lib/unbuffer_output.c".
14543 (main): Call gdb_unbuffer_output.
14544 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14545 (main): Call gdb_unbuffer_output.
14546 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14547 (main): Call gdb_unbuffer_output.
14548 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14549 (main): Call gdb_unbuffer_output.
14550 * gdb.base/shlib-call.exp: Adjust to step over the
14551 gdb_unbuffer_output call.
14552 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14553 (main): Call gdb_unbuffer_output.
14554 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14555 (main): Call gdb_unbuffer_output.
14556 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14557 (main): Rename to ...
14558 (test): ... this.
14559 (main): Reimplement.
14560 * gdb.base/varargs.exp: Run to test instead of to main.
14561 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14562 (main): Call gdb_unbuffer_output.
14563
58789a91
PA
145642015-07-29 Pedro Alves <palves@redhat.com>
14565
14566 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14567 factore out from mi_continue_dprintf. For call-style dprintfs,
14568 expect dprintf output out of $inferior_spawn_id.
14569 (mi_continue_dprintf): Use mi_expect_dprintf.
14570 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14571 (main): Call gdb_unbuffer_output.
14572
e8376742
PA
145732015-07-29 Pedro Alves <palves@redhat.com>
14574
14575 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14576 (default_mi_gdb_start): Set inferior_spawn_id instead of
14577 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14578 gdb_spawn_id.
14579 (mi_gdb_test): Always expect inferior output from both
14580 $inferior_spawn_id and $gdb_spawn_id.
14581
08280010
PA
145822015-07-29 Pedro Alves <palves@redhat.com>
14583
14584 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14585 send_inferior and $inferior_spawn_id.
14586
4d30e432
PA
145872015-07-29 Pedro Alves <palves@redhat.com>
14588
14589 * gdb.gdb/complaints.exp (test_initial_complaints)
14590 (test_serial_complaints, test_short_complaints): Use
14591 gdb_test_stdio.
14592 (test_empty_complaint): Handle $inferior_spawn_id !=
14593 $gdb_spawn_id.
14594
0d30a335
PA
145952015-07-29 Pedro Alves <palves@redhat.com>
14596
14597 * gdb.base/varargs.exp: Use gdb_test_stdio.
14598
39413b29
PA
145992015-07-29 Pedro Alves <palves@redhat.com>
14600
14601 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14602
7cb000a9
PA
146032015-07-29 Pedro Alves <palves@redhat.com>
14604
14605 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14606
d7b8ac82
PA
146072015-07-29 Pedro Alves <palves@redhat.com>
14608
14609 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14610 parameter into two new parameters, "inf_result" and "gdb_result".
14611 Expect inferior output and gdb output from $inferior_spawn_id and
14612 $gdb_spawn_id, respectively. Adjust all callers.
14613
789c3a0c
PA
146142015-07-29 Pedro Alves <palves@redhat.com>
14615
14616 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14617 of gdb_test_sequence.
14618
77e760c3
PA
146192015-07-29 Pedro Alves <palves@redhat.com>
14620
14621 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14622 (saw_spurious_output): Expect inferior output from
14623 $inferior_spawn_id. Use gdb_test_stdio.
14624
8396d2cd
PA
146252015-07-29 Pedro Alves <palves@redhat.com>
14626
14627 * gdb.base/dprintf.exp: Use standard_testfile. Change
14628 prepare_for_testing call.
14629 (srcfile): Don't set.
14630 (restart): New procedure.
14631 (test_dprintf): New procecure, use to continue over dprintfs.
14632 (test_call, test_agent): New procedures, tests moved here.
14633 Restart gdb and recreate dprintfs. Adjust expected output.
14634
2051d61f
PA
146352015-07-29 Pedro Alves <palves@redhat.com>
14636
14637 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14638
452397af
PA
146392015-07-29 Pedro Alves <palves@redhat.com>
14640
14641 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14642
8aed9555
PA
146432015-07-29 Pedro Alves <palves@redhat.com>
14644
14645 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14646 gdb_test_stdio.
14647
188a61b4
PA
146482015-07-29 Pedro Alves <palves@redhat.com>
14649
14650 * lib/gdb.exp (gdb_test_stdio): New procedure.
14651
12264a45
PA
146522015-07-29 Pedro Alves <palves@redhat.com>
14653
14654 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14655
23ffc893
PA
146562015-07-29 Pedro Alves <palves@redhat.com>
14657
14658 * gdb.base/call-signal-resume.exp: Remove check for
14659 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14660 * gdb.base/unwindonsignal.exp: Likewise.
14661 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14662 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14663
65566918
PA
146642015-07-29 Pedro Alves <palves@redhat.com>
14665
14666 * gdb.base/siginfo-addr.c (pass): New function.
14667 (handler): Call it iff si_addr is correct.
14668 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14669 Set a breakpoint at "pass" and continue to it.
14670
d60a9221
SDJ
146712015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14672
14673 * gdb.python/py-objfile.exp: Make some tests have unique names.
14674 * gdb.python/py-pp-registration.exp: Likewise.
14675
bde40b8f
PA
146762015-07-28 Pedro Alves <palves@redhat.com>
14677
14678 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14679
13e1dec8
SM
146802015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14681
14682 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14683
da33c9a7
SM
146842015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14685
14686 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14687
077836f7
PP
146882015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14689
14690 * gdb.base/gdb-sigterm-2.exp: New test.
14691
b8cc7b2e
DE
146922015-07-25 Doug Evans <xdje42@gmail.com>
14693
14694 Revert:
14695 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14696 (workers/%.worker, build-perf): New rule.
14697 (GDB_PERFTEST_MODE): New variable.
14698 (check-perf): Use it.
14699 (clean): Clean up gdb.perf parallel build subdirs.
14700 * lib/build-piece.exp: New file.
14701 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14702 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14703 name.
14704 (standard_temp_file): Ditto.
14705 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14706 of $GDB_PARALLEL.
14707
c8bd4544
DE
147082015-07-24 Doug Evans <dje@google.com>
14709
14710 * gdb.perf/lib/perftest/utils.py: New file.
14711 * gdb.perf/gm-hello.cc: New file.
14712 * gdb.perf/gm-pervasive-typedef.cc: New file.
14713 * gdb.perf/gm-pervasive-typedef.h: New file.
14714 * gdb.perf/gm-std.cc: New file.
14715 * gdb.perf/gm-std.h: New file.
14716 * gdb.perf/gm-use-cerr.cc: New file.
14717 * gdb.perf/gm-utils.h: New file.
14718 * gdb.perf/gmonster-null-lookup.py: New file.
14719 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14720 * gdb.perf/gmonster-print-cerr.py: New file.
14721 * gdb.perf/gmonster-ptype-string.py: New file.
14722 * gdb.perf/gmonster-runto-main.py: New file.
14723 * gdb.perf/gmonster-select-file.py: New file.
14724 * gdb.perf/gmonster1-null-lookup.exp: New file.
14725 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14726 * gdb.perf/gmonster1-print-cerr.exp: New file.
14727 * gdb.perf/gmonster1-ptype-string.exp: New file.
14728 * gdb.perf/gmonster1-runto-main.exp: New file.
14729 * gdb.perf/gmonster1-select-file.exp: New file.
14730 * gdb.perf/gmonster1.cc: New file.
14731 * gdb.perf/gmonster1.exp: New file.
14732 * gdb.perf/gmonster2-null-lookup.exp: New file.
14733 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14734 * gdb.perf/gmonster2-print-cerr.exp: New file.
14735 * gdb.perf/gmonster2-ptype-string.exp: New file.
14736 * gdb.perf/gmonster2-runto-main.exp: New file.
14737 * gdb.perf/gmonster2-select-file.exp: New file.
14738 * gdb.perf/gmonster2.cc: New file.
14739 * gdb.perf/gmonster2.exp: New file.
14740
6eab34f3
DE
147412015-07-24 Doug Evans <dje@google.com>
14742
14743 * gdb.perf/README: New file.
14744 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14745 * lib/gen-perf-test.exp: New file.
14746
63738bfd
DE
147472015-07-24 Doug Evans <dje@google.com>
14748
14749 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14750 (PerfTest::startup): New function.
14751 (PerfTest::run): Return result of calling body.
14752 (PerfTest::assemble): Rewrite.
14753 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14754 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14755 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14756 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14757 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14758
7b606f95
DE
147592015-07-24 Doug Evans <dje@google.com>
14760
14761 * lib/gdb.exp (clean_restart): Make executable optional.
14762
a97b16b8
DE
147632015-07-24 Doug Evans <dje@google.com>
14764
14765 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14766 compiler_info references.
14767 * gdb.cp/temargs.exp: Ditto.
14768 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14769 (get_compiler_info): Early exit if already computed. Set compiler_info
14770 to "unknown" if there was a problem.
14771 (test_compiler_info): Add function comment. Call get_compiler_info.
14772
35baa57f
DE
147732015-07-24 Doug Evans <dje@google.com>
14774
14775 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14776 (workers/%.worker, build-perf): New rule.
14777 (GDB_PERFTEST_MODE): New variable.
14778 (check-perf): Use it.
14779 (clean): Clean up gdb.perf parallel build subdirs.
14780 * lib/build-piece.exp: New file.
14781 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14782 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14783 name.
14784 (standard_temp_file): Ditto.
14785 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14786 of $GDB_PARALLEL.
14787
6ebea266
DE
147882015-07-24 Doug Evans <dje@google.com>
14789
14790 * lib/future.exp (gdb_default_target_compile): New option
14791 "early_flags".
14792 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14793 --as-needed.
14794
1e76a7e9
SDJ
147952015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14796
14797 * gdb.base/catch-syscall.exp: Call gdb_exit before
14798 gdb_skip_xml_test.
14799
5068630a
PA
148002015-07-24 Pedro Alves <palves@redhat.com>
14801
14802 * gdb.python/py-events.exp: Accept output between the stop event
14803 and the prompt.
14804 * gdb.python/py-evsignal.exp: Likewise.
14805 * gdb.python/py-evthreads.exp: Likewise.
14806
77598427
PA
148072015-07-24 Pedro Alves <palves@redhat.com>
14808
14809 PR gdb/18717
14810 * gdb.threads/non-ldr-exit.c: New file.
14811 * gdb.threads/non-ldr-exit.exp: New file.
14812
11e6c98f
YQ
148132015-07-24 Yao Qi <yao.qi@linaro.org>
14814
14815 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14816 restarting process.
14817
51aee833
YQ
148182015-07-24 Yao Qi <yao.qi@linaro.org>
14819
14820 * gdb.server/ext-restart.exp: New file.
14821
8cfe207c
YQ
148222015-07-24 Yao Qi <yao.qi@linaro.org>
14823
14824 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14825 argument options.
14826 * gdb.server/ext-wrapper.exp: New file.
14827
cc12ce38
DE
148282015-07-23 Doug Evans <dje@google.com>
14829
14830 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14831 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14832
d0d84780
PMR
148332015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14834
14835 * gdb.ada/var_arr_typedef.exp: New testcase.
14836 * gdb.ada/var_arr_typedef/pack.adb: New file.
14837 * gdb.ada/var_arr_typedef/pack.ads: New file.
14838 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14839
8b558f79
JB
148402015-07-20 Joel Brobecker <brobecker@adacore.com>
14841
14842 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14843
775a3298
JK
148442015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14845
14846 * gdb.arch/i386-biarch-core.exp: Replace istarget
14847 by "complete set gnutarget". Remove expectation for the "core-file"
14848 command.
14849
db1ff28b
JK
148502015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14851
14852 Revert the previous commit:
14853 Tests for validate symbol file using build-id.
14854
0a94970d
JK
148552015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14856
14857 Tests for validate symbol file using build-id.
14858 * gdb.base/solib-mismatch-lib.c: New file.
14859 * gdb.base/solib-mismatch-libmod.c: New file.
14860 * gdb.base/solib-mismatch.c: New file.
14861 * gdb.base/solib-mismatch.exp: New file.
14862
03346981
SL
148632015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14864
14865 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14866 nios2-*-linux*.
14867 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14868 * gdb.base/siginfo.exp: Likewise.
14869 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14870
42422cc7
PL
148712015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14872
14873 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14874 Move it to ...
14875 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14876 ... here.
14877 * gdb.trace/range-stepping.exp: Check that the target supports
14878 range stepping.
14879
cfa68bae
JK
148802015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14881
14882 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14883
8ffdba26
PA
148842015-07-14 Pedro Alves <palves@redhat.com>
14885
14886 * gdb.base/killed-outside.exp: New file.
14887 * gdb.base/killed-outside.c: New file.
14888
218a5a11
JK
148892015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14890
14891 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14892 (n at main): New.
14893 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14894
e03ed3c6
AA
148952015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14896
14897 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14898 infcall tests instead of setting up for KFAIL.
14899
485668e5
MM
149002015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14901
14902 * gdb.btrace/record_goto-step.exp: New.
14903
08464196
JK
149042015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14905
14906 PR compile/18484
14907 * gdb.compile/compile.c (struct struct_type): Add volatile to
14908 selffield's type.
14909 * gdb.compile/compile.exp
14910 (compile code struct_object.selffield = &struct_object): Skip further
14911 struct_object tests if this one xfails.
14912
bcf5c1d9
RC
149132015-07-08 Robert O'Callahan <robert@ocallahan.org>
14914
14915 PR exp/18617
14916 * gdb.trace/ax.exp: Add test.
14917
4931af25
YQ
149182015-07-07 Yao Qi <yao.qi@linaro.org>
14919
14920 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14921 instead of istarget "aarch64*-*-*".
14922 * gdb.arch/aarch64-fp.exp: Likewise.
14923 * gdb.base/float.exp: Likewise.
14924 * gdb.reverse/aarch64.exp: Likewise.
14925 * lib/gdb.exp (is_aarch64_target): New proc.
14926
9fcf688e
YQ
149272015-07-07 Yao Qi <yao.qi@linaro.org>
14928
14929 * lib/gdb.exp (is_aarch32_target): New proc.
14930 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14931 instead of "istarget "arm*-*-*"".
14932 * gdb.arch/arm-disp-step.exp: Likewise.
14933 * gdb.arch/thumb-bx-pc.exp: Likewise.
14934 * gdb.arch/thumb-prologue.exp: Likewise.
14935 * gdb.arch/thumb-singlestep.exp: Likewise.
14936 * gdb.base/disp-step-syscall.exp: Likewise.
14937 * gdb.base/float.exp: Likewise.
14938
fbd8d50d
YQ
149392015-07-07 Yao Qi <yao.qi@linaro.org>
14940
14941 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14942 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14943
71be1fdc
YQ
149442015-07-07 Yao Qi <yao.qi@linaro.org>
14945
14946 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14947 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14948 if it exists.
14949 * gdb.multi/multi-arch.exp: Likewise.
14950
3e221d36
SM
149512015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14952
14953 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14954 print.
14955
d441430b
YQ
149562015-07-07 Yao Qi <yao.qi@linaro.org>
14957
14958 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14959
06f810bd
MG
149602015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14961
14962 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14963 '[' and ']' characters.
14964
5e61e7c0
IB
149652015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14966
14967 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14968
28bf096c
PA
149692015-06-29 Pedro Alves <palves@redhat.com>
14970
14971 PR threads/18127
14972 * gdb.threads/hand-call-new-thread.c: New file.
14973 * gdb.threads/hand-call-new-thread.c: New file.
14974
ee93cd5e
KS
149752015-06-26 Keith Seitz <keiths@redhat.com>
14976 Doug Evans <dje@google.com>
14977
14978 PR 16253
14979 * gdb.cp/var-tag-2.cc: New file.
14980 * gdb.cp/var-tag-3.cc: New file.
14981 * gdb.cp/var-tag-4.cc: New file.
14982 * gdb.cp/var-tag.cc: New file.
14983 * gdb.cp/var-tag.exp: New file.
14984
fc637f04
PP
149852015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14986
14987 * gdb.base/history-duplicates.exp: New test.
14988
2e52ae68
PP
149892015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14990
14991 * gdb.base/completion.exp: Test the completion of the "focus"
14992 command.
14993
6e22494e
JK
149942015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14995
14996 * gdb.arch/amd64-prologue-skip.S: New file.
14997 * gdb.arch/amd64-prologue-skip.exp: New file.
14998
bf7b9cd9
SM
149992015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15000
15001 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15002 is_address_zero_readable check.
15003
201e8dfd
PB
150042015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15005
15006 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15007 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15008
5cd867b4
YQ
150092015-06-24 Yao Qi <yao.qi@linaro.org>
15010
15011 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15012 linux targets.
15013
4d7be007
YQ
150142015-06-24 Yao Qi <yao.qi@linaro.org>
15015
15016 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15017 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15018 * gdb.base/siginfo-thread.exp: Likewise.
15019
07fcd301
YQ
150202015-06-22 Yao Qi <yao.qi@linaro.org>
15021
15022 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15023
52042a00
YQ
150242015-06-22 Yao Qi <yao.qi@linaro.org>
15025
15026 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15027 aarch64*-*-*.
15028 (skip_hw_watchpoint_tests): Likewise.
15029
74bd41ce
PP
150302015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15031
15032 * gdb.base/gdbinit-history.exp: Test the interaction between
15033 setting GDBHISTSIZE and setting the history size via .gdbinit.
15034
bc460514
PP
150352015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15036
15037 PR gdb/16999
15038 * gdb.base/gdbhistsize-history.exp: New test.
15039
b58c513b
PP
150402015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15041
15042 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15043 with GDBHISTSIZE.
15044 * gdb.base/readline.exp: Likewise.
15045
92046791
YQ
150462015-06-17 Yao Qi <yao.qi@linaro.org>
15047
15048 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15049 line.
15050
2093d2d3
PP
150512015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15052
15053 * gdb.base/gdbinit-history.exp: Add test case to check that
15054 an unlimited history file does not get truncated on exit.
15055
e6c693af
AA
150562015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15057
15058 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15059 (VECTOR): New macro. Use it...
15060 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15061 ...for these typedefs.
15062 (int8, char1, int1, double1): New typedefs.
15063 (struct just_int2, struct two_int2): New structures.
15064 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15065 (add_structvecs, add_singlevecs): New functions.
15066 (main): Call add_some_intvecs twice.
15067 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15068 the compile and exit upon failure. Try compiling for the "native"
15069 architecture. Test inferior function calls with vector arguments
15070 and vector return value handling with "finish" and "return".
15071
c74f7d1c
JT
150722015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15073
15074 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15075 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15076 PE file.
15077 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15078
98aa42ee
AT
150792015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15080
15081 PR breakpoints/16465
15082 * gdb.mi/mi-dprintf-pending.c: New file.
15083 * gdb.mi/mi-dprintf-pending.exp: New test.
15084 * gdb.mi/mi-dprintf-pendshr.c: New file.
15085
7d73c23c 150862015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 15087 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
15088
15089 * gdb.arch/i386-mpx-map.c: New file.
15090 * gdb.arch/i386-mpx-map.exp: New File.
15091
150922015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15093
15094 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15095 * gdb.arch/i386-mpx.exp: Indentation fixed.
15096
150972015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15098
15099 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15100 function and improved indentation.
15101 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15102 gdb_test_multiple. Added additional tests to skip the test.
15103
151042015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15105
15106 * gdb.arch/i386-avx512.c: Change path in include file.
15107 * gdb.arch/i386-avx512.exp: Change include dir path
15108 compilation flag.
15109 * gdb.arch/i386-mpx.c: Change path in include file.
15110 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15111 flag.
15112
d5eba19a
JK
151132015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15114
15115 * gdb.compile/compile-print.exp (compile print *vararray@3)
15116 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15117
7f361056
JK
151182015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15119
15120 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15121 (do not keep jit in memory): ... this.
15122 (expect 5): Change it to ...
15123 (expect no 5): ... this.
15124
3b462ec2
SM
151252015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15126
15127 PR gdb/15564
15128 * gdb.mi/mi-detach.exp: New file.
15129
e0619de6
JK
151302015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15131
15132 PR symtab/18392
15133 * gdb.arch/amd64-tailcall-self.S: New file.
15134 * gdb.arch/amd64-tailcall-self.c: New file.
15135 * gdb.arch/amd64-tailcall-self.exp: New file.
15136
e970cb34
DB
151372015-05-28 Don Breazeal <donb@codesourcery.com>
15138
15139 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15140 tests for remote targets by checking is_target_gdbserver.
15141
b2e2f908
DE
151422015-05-27 Doug Evans <dje@google.com>
15143
15144 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15145 * gdb.dwarf2/opaque-type-lookup.c: New file.
15146 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15147
82c7be31
DE
151482015-05-26 Doug Evans <dje@google.com>
15149
15150 * gdb.cp/iostream.cc: New file.
15151 * gdb.cp/iostream.exp: New file.
15152
b4f54984
DE
151532015-05-26 Doug Evans <dje@google.com>
15154
15155 * gdb.dwarf2/dw2-op-call.exp: Update.
15156 * gdb.dwarf2/dw4-sig-types.exp: Update.
15157 * gdb.dwarf2/implptr.exp: Update.
15158 * gdb.mi/mi-cmd-param-changed.exp: Update.
15159
4ea6efe9
DE
151602015-05-26 Doug Evans <dje@google.com>
15161
15162 * gdb.python/py-lazy-string.c: New file.
15163 * gdb.python/py-lazy-string.exp: New file.
15164 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15165 (main): Update. Add estring3.
15166 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15167 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15168
f6bb7db3
YQ
151692015-05-26 Omair Javaid <omair.javaid@linaro.org>
15170 Yao Qi <yao.qi@linaro.org>
15171
15172 * gdb.reverse/aarch64.c: New.
15173 * gdb.reverse/aarch64.exp: New.
15174
a81bfbd0
OJ
151752015-05-26 Omair Javaid <omair.javaid@linaro.org>
15176
25d49b86
PA
15177 * lib/gdb.exp (supports_process_record): Return true for
15178 aarch64*-linux*.
a81bfbd0
OJ
15179 (supports_reverse): Likewise.
15180
158bf1b4
PP
151812015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15182
15183 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15184 Use with_test_prefix.
15185
a0145030
AB
151862015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15187
15188 * gdb.base/completion.exp: Add test for completion of layout
15189 names.
15190
ebe3b578
AB
151912015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15192
15193 * lib/gdb.exp (skip_tui_tests): New proc.
15194 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15195
84204ed7
PA
151962015-05-19 Pedro Alves <palves@redhat.com>
15197
15198 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15199 Save the whole env array instead of just HOME. Unset HISTSIZE in
15200 the environment while testing. Restore whole environment
15201 afterwards.
15202
37442ce1
DE
152032015-05-16 Doug Evans <xdje42@gmail.com>
15204
15205 * gdb.guile/scm-ports.c: New file.
15206 * gdb.guile/scm-ports.exp: Add memory port tests.
15207
36de76f9
JK
152082015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15209
15210 * gdb.compile/compile-print.c: New file.
15211 * gdb.compile/compile-print.exp: New file.
15212
3a9558c4
JK
152132015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15214
15215 * gdb.compile/compile-ops.exp: Cast param to void.
15216 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15217 (compile code struct_object.selffield = &struct_object): Add xfail.
15218
aa715135
JG
152192015-05-15 Joel Brobecker <brobecker@adacore.com>
15220
15221 * gdb.ada/arr_enum_with_gap: New testcase.
15222
931e5bc3
JG
152232015-05-15 Joel Brobecker <brobecker@adacore.com>
15224
15225 * gdb.ada/byte_packed_arr: New testcase.
15226
9cd4d857
JB
152272015-05-15 Joel Brobecker <brobecker@adacore.com>
15228
15229 * gdb.ada/pckd_neg: New testcase.
15230
ebfd00d2
PP
152312015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15232
15233 PR gdb/17820
15234 * gdb.base/gdbinit-history.exp: New test.
15235 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15236 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15237
4c082a81
SC
152382015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15239
15240 * gdb.python/py-xmethods.cc: Enhance test case.
15241 * gdb.python/py-xmethods.exp: New tests.
15242 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15243 function.
15244 (B_indexoper): Likewise.
15245 (global_dm_list) : Add new xmethod worker functions.
15246
f7797074
SDJ
152472015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15248
15249 * gdb.base/coredump-filter.exp: Correctly unset
15250 "coredump_var_addr" array.
15251
a4674e4e
PA
152522015-05-08 Pedro Alves <palves@redhat.com>
15253
15254 * gdb.server/non-existing-program.exp: Unset spawn_id.
15255
df2eb078
SC
152562015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15257
15258 PR python/18291
15259 * gdb.python/py-xmethods.exp: Add tests.
15260
422349a3
YQ
152612015-05-08 Yao Qi <yao.qi@linaro.org>
15262
15263 PR gdb/18208
15264 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15265 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15266 function set_coredump_filter, and remove remote_exec call.
15267 Remove argument ipid. Callers update.
15268 (top level): Don't get inferior's PID.
15269
63fc80ce
AA
152702015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15271
15272 * gdb.base/watch_thread_num.exp: Skip test on targets without
15273 access watchpoints.
15274
80ad801e
PA
152752015-05-06 Pedro Alves <palves@redhat.com>
15276
15277 PR server/18081
15278 * gdb.server/non-existing-program.exp: New file.
15279
0fa7fe50
JB
152802015-05-05 Joel Brobecker <brobecker@adacore.com>
15281
15282 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15283
3ea89b92
PMR
152842015-05-05 Joel Brobecker <brobecker@adacore.com>
15285
15286 * gdb.ada/out_of_line_in_inlined: New testcase.
15287
87b8eff0
JB
152882015-05-05 Joel Brobecker <brobecker@adacore.com>
15289
15290 * gdb.ada/var_rec_arr: New testcase.
15291
5fccc635
YQ
152922015-04-30 Yao Qi <yao.qi@linaro.org>
15293
15294 * gdb.base/break-idempotent.exp: If
15295 skip_hw_watchpoint_multi_tests returns true, skip the tests
15296 on "rwatch" and "awatch".
15297
42d38f42
YQ
152982015-04-30 Yao Qi <yao.qi@linaro.org>
15299
15300 * gdb.base/relativedebug.exp: Invoke gdb command
15301 "info sharedlibrary", and if libc.so doesn't have debug info,
15302 skip the test.
15303
2ce1cdbf
DE
153042015-04-29 Doug Evans <dje@google.com>
15305
15306 * gdb.python/py-xmethods.exp: Add ptype tests.
15307 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15308 get_result_type method.
15309
f24a38c5
LM
153102015-04-29 Luis Machado <lgustavo@codesourcery.com>
15311
15312 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15313 the target does not support hardware watchpoints.
15314
ecbf2b3c
LM
153152015-04-29 Luis Machado <lgustavo@codesourcery.com>
15316
15317 * gdb.base/break-always.exp: Abort testing if writing to memory
15318 causes an error.
15319
34f5f757
DE
153202015-04-28 Doug Evans <dje@google.com>
15321
15322 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15323 * gdb.python/py-pp-registration.exp: ... here. New file.
15324 * gdb.python/py-pp-registration.c: New file.
15325 * gdb.python/py-pp-registration.py: New file.
15326
69b4374a
DE
153272015-04-28 Doug Evans <dje@google.com>
15328
15329 * gdb.python/py-bad-printers.c: New file.
15330 * gdb.python/py-bad-printers.py: New file.
15331 * gdb.python/py-bad-printers.exp: New file.
15332
59fb7612
SS
153332015-04-28 Sasha Smundak <asmundak@google.com>
15334
15335 * gdb.python/py-type.exp: New test.
15336
2631b16a
AW
153372015-04-28 Andy Wingo <wingo@igalia.com>
15338
15339 * gdb.python/py-parameter.exp:
15340 * gdb.guile/scm-parameter.exp: Escape the path that we are
15341 matching against, as it might contain characters that are special
15342 to regular expressions.
15343
460efde1
JB
153442015-04-27 Joel Brobecker <brobecker@adacore.com>
15345
15346 * gdb.ada/rec_comp: New testcase.
15347
2d369d8e
SDJ
153482015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15349
15350 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15351 before using it.
15352
cf75d6c3
AB
153532015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15354
15355 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15356 new tests for verilog output.
15357
8dbe7ca5
YQ
153582015-04-24 Yao Qi <yao.qi@linaro.org>
15359
15360 * boards/remote-gdbserver-on-localhost.exp: New file.
15361
4ef9fb2f
PA
153622015-04-23 Pedro Alves <palves@redhat.com>
15363
15364 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15365 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15366 "end of file", remove $inferior_spawn_id from the indirect list.
15367
0a803169
PA
153682015-04-23 Pedro Alves <palves@redhat.com>
15369
15370 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15371
749ef8f8
PA
153722015-04-23 Pedro Alves <palves@redhat.com>
15373
15374 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15375 on $any_spawn_id instead of only on $gdb_spawn_id.
15376
8aae4344
PM
153772015-04-21 Pierre Muller <muller@sourceware.org>
15378
15379 PR pascal/17815
15380 * lib/pascal.exp (gpc_compile): Add new option "class".
15381 (fpc_compile): Likewise.
15382 * gdb.pascal/case-insensitive-symbols.pas: New file.
15383 * gdb.pascal/case-insensitive-symbols.exp: New file.
15384
1586c8fb
GB
153852015-04-20 Gary Benson <gbenson@redhat.com>
15386
15387 * gdb.base/attach.exp: Fix three extended remote failures.
15388
1b6e6f5c
GB
153892015-04-17 Gary Benson <gbenson@redhat.com>
15390
15391 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15392 the main executable over the remote protocol.
15393
e797481d
PA
153942015-04-16 Pedro Alves <palves@redhat.com>
15395
15396 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15397 a new gdbserver if gdbserver_reconnect_p is set.
15398
1ca99c42
PA
153992015-04-16 Pedro Alves <palves@redhat.com>
15400
15401 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15402 is set, don't exit gdbserver.
15403
af9fd6f8
AA
154042015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15405
15406 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15407 appropriate .insn, such that an older assembler can be used.
15408 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15409 the z/Architecture instruction set on 31-bit targets as well.
15410
04ff1e61
AA
154112015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15412
15413 * gdb.go/handcall.exp: Remove all logic related to the first
15414 breakpoint and rely on go_runto_main instead.
15415 * gdb.go/strings.exp: Likewise.
15416 * gdb.go/unsafe.exp: Likewise.
15417 * gdb.go/hello.exp: Likewise. Also rename the remaining
15418 breakpoint marker to "breakpoint 1".
15419 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15420 * gdb.go/strings.go: Likewise.
15421 * gdb.go/unsafe.go: Likewise.
15422 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15423 "set breakpoint 2 here" and rename the remaining breakpoint marker
15424 to "breakpoint 1".
15425
40d2f8d6
SM
154262015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15427
15428 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15429 if itertools.imap is not present.
15430 * gdb.python/py-objfile.exp: Add parentheses.
15431 * gdb.python/py-type.exp: Same.
15432 * gdb.python/py-unwind-maint.py: Same.
15433
8cbc97c6
YQ
154342015-04-15 Yao Qi <yao.qi@linaro.org>
15435
15436 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15437 of ":$ptr_size" and set its form explicitly.
15438
45fd756c
YQ
154392015-04-15 Pedro Alves <palves@redhat.com>
15440 Yao Qi <yao.qi@linaro.org>
15441
15442 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15443 timeout by factor of 4.
15444 (test_regular_watch): Likewise.
15445 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15446 * gdb.reverse/sigall-reverse.exp: Likewise.
15447 * gdb.reverse/until-precsave.exp: Likewise.
15448 * lib/gdb.exp (with_timeout_factor): New proc.
15449 (gdb_expect): Move some code to ...
15450 (get_largest_timeout): ... here. New procedure.
15451
9e811bc3
LM
154522015-04-14 Luis Machado <lgustavo@codesourcery.com>
15453
15454 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15455
0ff6fcb2
LM
154562015-04-13 Luis Machado <lgustavo@codesourcery.com>
15457
15458 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15459 to write to the .text section.
15460
7578d5f7
LM
154612015-04-13 Luis Machado <lgustavo@codesourcery.com>
15462
15463 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15464 Handle the case of targets that do not provide PID information.
15465
2efe15c4
YQ
154662015-04-13 Yao Qi <yao.qi@linaro.org>
15467
15468 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15469 and use expect instead of gdb_expect.
15470
8cd8f2f8
SDJ
154712015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15472
15473 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15474 "coredump_var_addr" to avoid naming conflict with other testcases.
15475
9ee41772
PA
154762015-04-10 Pedro Alves <palves@redhat.com>
15477
15478 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15479 gdb_test_sequence and gdb_assert.
15480
07473109
PA
154812015-04-10 Pedro Alves <palves@redhat.com>
15482
15483 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15484 test messages that don't include the breakpoint address.
15485
de3db44c
YQ
154862015-04-10 Yao Qi <yao.qi@linaro.org>
15487
15488 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15489 false for some offset and width combinations which aren't
15490 supported by linux kernel.
15491
c79d856c
PA
154922015-04-10 Pedro Alves <palves@redhat.com>
15493
15494 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15495 procedure, factored out from ...
15496 (top level): ... here. Add "set displaced-stepping" testing axis.
15497 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15498 parameter "displaced". Use it.
15499 (top level): Use foreach and add "set displaced-stepping" testing
15500 axis.
15501
ebc90b50
PA
155022015-04-10 Pedro Alves <palves@redhat.com>
15503
15504 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15505 Remove comment.
15506 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15507 both the address of the instruction that triggers the watchpoint
15508 and the address of the instruction immediately after, and use
15509 those addresses for the test. Fix comment.
15510
8f572e5c
PA
155112015-04-10 Pedro Alves <palves@redhat.com>
15512
15513 * gdb.base/sigstep.exp (breakpoint_to_handler)
15514 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15515 Test "backtrace" in handler.
15516 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15517 (top level): Add new "displaced" test axis to
15518 breakpoint_to_handler, breakpoint_to_handler_entry and
15519 breakpoint_over_handler.
15520
8d707a12
PA
155212015-04-10 Pedro Alves <palves@redhat.com>
15522
15523 PR gdb/18216
15524 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15525
ef713951
YQ
155262015-04-10 Yao Qi <yao.qi@linaro.org>
15527
15528 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15529 (test_add_rn_pc): New function.
15530 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15531 (top level): Invoke test_add_rn_pc.
15532
906d60cf
PA
155332015-04-10 Pedro Alves <palves@redhat.com>
15534
15535 PR gdb/13858
15536 * gdb.base/step-over-no-symbols.exp: New file.
15537
f2983cc3
AW
155382015-04-09 Andy Wingo <wingo@igalia.com>
15539
15540 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15541 after the Python tests.
15542
6d62641c
SDJ
155432015-04-08 Keith Seitz <keiths@redhat.com>
15544
15545 PR python/16699
15546 * gdb.python/py-completion.exp: New tests for completion.
15547 * gdb.python/py-completion.py (CompleteLimit1): New class.
15548 (CompleteLimit2): Likewise.
15549 (CompleteLimit3): Likewise.
15550 (CompleteLimit4): Likewise.
15551 (CompleteLimit5): Likewise.
15552 (CompleteLimit6): Likewise.
15553 (CompleteLimit7): Likewise.
15554
f3770638
PA
155552015-04-08 Pedro Alves <palves@redhat.com>
15556
15557 PR gdb/18214
15558 PR gdb/18216
15559 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15560 function.
15561 (main): Install it as SIGUSR1 handler.
15562 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15563 parameter. Always use "setup" as prefix. Toggle "set
15564 displaced-stepping" off/on depending on global. Don't switch to
15565 thread 1 here.
15566 (top level): Add displaced stepping "off/on" test axis. Update
15567 "setup" calls. Wrap each subtest with with_test_prefix. Test
15568 continuing with a queued signal in each thread.
15569
4496bed7
PA
155702015-04-08 Pedro Alves <palves@redhat.com>
15571
15572 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15573 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15574 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15575 Return early if running to main fails.
15576 * gdb.trace/while-stepping.exp: Likewise.
15577
b97fde92
PA
155782015-04-07 Pedro Alves <palves@redhat.com>
15579
15580 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15581 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15582 interact with inferior program.
15583
f71c18e7
PA
155842015-04-07 Pedro Alves <palves@redhat.com>
15585
15586 * lib/gdb.exp (inferior_spawn_id): New global.
15587 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15588 spawn id after processing the user code.
15589 (default_gdb_start): Set inferior_spawn_id.
15590 (send_inferior): New procedure.
15591 * lib/gdbserver-support.exp (gdbserver_start): Set
15592 inferior_spawn_id.
15593 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15594
6423214f
PA
155952015-04-07 Pedro Alves <palves@redhat.com>
15596
15597 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15598 * lib/gdbserver-support.exp (gdbserver_start): Make
15599 $server_spawn_id global.
15600 (gdbserver_start): Don't wait for gdbserver's spawn id with
15601 expect_background.
15602 (close_gdbserver): New procedure.
15603 (gdb_exit): Rename the default version and reimplement.
15604
71c0ee8c
PA
156052015-04-07 Pedro Alves <palves@redhat.com>
15606
72f4393d 15607 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
15608 append the substituted item, not the original item.
15609
203bc29b
PA
156102015-04-07 Pedro Alves <palves@redhat.com>
15611
15612 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15613 gdb_expect.
15614
508a3ddf
PA
156152015-04-07 Pedro Alves <palves@redhat.com>
15616
15617 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15618 output appearing once only.
15619
9f6dbe2b
PA
156202015-04-07 Pedro Alves <palves@redhat.com>
15621
15622 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15623 that doesn't expect anything. Return early if running to main
15624 fails.
15625
337532fa
YQ
156262015-04-07 Yao Qi <yao.qi@linaro.org>
15627
15628 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15629 (child_function): Call alarm.
15630 (main): Move call to alarm into the loop.
15631 * gdb.threads/non-stop-fair-events.exp: Build program with
15632 -DTIMEOUT=$timeout.
15633
01b622d4
DE
156342015-04-06 Doug Evans <xdje42@gmail.com>
15635
15636 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15637 Fix dest parameter to board_info.
15638 (fpc_compile): Ditto.
15639 (gdb_compile_pascal): Rename dest arg to destfile.
15640
961f4160
PMR
156412015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15642
15643 * gdb.ada/funcall_ref.exp: New file.
15644 * gdb.ada/funcall_ref/foo.adb: New file.
15645
cafda597
YQ
156462015-04-02 Yao Qi <yao.qi@linaro.org>
15647
15648 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15649 is remote.
15650
fed040c6
GB
156512015-04-02 Gary Benson <gbenson@redhat.com>
15652
15653 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15654
d11916aa
SS
156552015-04-01 Sasha Smundak <asmundak@google.com>
15656
15657 * gdb.python/py-unwind-maint.c: New file.
15658 * gdb.python/py-unwind-maint.exp: New test.
15659 * gdb.python/py-unwind-maint.py: New file.
15660 * gdb.python/py-unwind.c: New file.
15661 * gdb.python/py-unwind.exp: New test.
15662 * gdb.python/py-unwind.py: New test.
15663
a1471180
PA
156642015-04-01 Pedro Alves <palves@redhat.com>
15665
15666 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15667 to fail instead of non-existent $test.
15668
0bbeccb1
PA
156692015-04-01 Pedro Alves <palves@redhat.com>
15670
15671 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15672 GDBFLAGS if not empty.
15673
3c724c8c
PMR
156742015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15675
15676 * gdb.ada/complete.exp: Remove "multi_line".
15677 * gdb.ada/info_exc.exp: Remove "multi_line".
15678 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15679 * gdb.ada/ptype_field.exp: Remove "multi_line".
15680 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15681 * gdb.ada/tagged.exp: Remove "multi_line".
15682 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15683 [multi_line ...]
15684 * gdb.btrace/delta.exp: Likewise.
15685 * gdb.btrace/exception.exp: Likewise.
15686 * gdb.btrace/function_call_history.exp: Likewise.
15687 * gdb.btrace/instruction_history.exp: Likewise.
15688 * gdb.btrace/nohist.exp: Likewise.
15689 * gdb.btrace/record_goto.exp: Likewise.
15690 * gdb.btrace/segv.exp: Likewise.
15691 * gdb.btrace/stepi.exp: Likewise.
15692 * gdb.btrace/tailcall.exp: Likewise.
15693 * gdb.btrace/unknown_functions.exp: Likewise.
15694 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15695 * lib/gdb.exp: Add the "multi_line" helper.
15696
4eec2deb
PA
156972015-04-01 Pedro Alves <palves@redhat.com>
15698
15699 * gdb.threads/tid-reuse.c: New file.
15700 * gdb.threads/tid-reuse.exp: New file.
15701
df8411da
SDJ
157022015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15703
15704 PR corefiles/16092
15705 * gdb.base/coredump-filter.c: New file.
15706 * gdb.base/coredump-filter.exp: Likewise.
15707
6ef37366
PM
157082015-03-27 Petr Machata <pmachata@redhat.com>
15709
15710 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15711 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15712 (Dwarf::assemble): Initialize them.
15713 (Dwarf::lines): New function.
15714
7ec911b0
JT
157152015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15716
15717 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15718 SYMBOL_PREFIX for x86_64-*-cygwin.
15719
ff908ebf
AW
157202015-03-26 Andy Wingo <wingo@igalia.com>
15721
15722 PR symtab/18148
15723 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15724 const_value but not a location.
15725 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15726 location defined in non-main CUs are visible.
15727
6d5f0679
YQ
157282015-03-26 Yao Qi <yao.qi@linaro.org>
15729
15730 PR testsuite/18139
15731 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15732 Add a line number entry for the same line.
15733 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15734 Add a line number entry for the same line.
15735
2898689b
YQ
157362015-03-26 Yao Qi <yao.qi@linaro.org>
15737
15738 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15739 .int 0.
15740 (func): Likewise. Add .Lfunc_1 label.
15741 Use .Lfunc_1 label.
15742 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15743 .int 0.
15744 (func): Likewise.
15745 Use .Lfunc_1 label.
15746
85180498
YQ
157472015-03-26 Yao Qi <yao.qi@linaro.org>
15748
15749 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15750 Call gdb_compile instead to compile each .s files without debug
15751 information.
15752
8aa08a8d
YQ
157532015-03-26 Yao Qi <yao.qi@linaro.org>
15754
15755 * gdb.base/savedregs.exp (process_saved_regs): Make
15756 "Saved registers:" optional in the pattern.
15757
66849923
MM
157582015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15759
15760 * gdb.btrace/next.exp: Merged into step.exp.
15761 * gdb.btrace/finish.exp: Merged into step.exp.
15762 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15763 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15764 "record goto" and checking the exact replay position.
15765 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15766 check for "Recording format" in "info record" output.
15767 * gdb.btrace/record_goto.exp: Choose test file based on target.
15768 * gdb.btrace/x86-record_goto.S: Renamed into ...
15769 * gdb.btrace/x86_64-record_goto.S: ... this.
15770 * gdb.btrace/i686-record_goto.S: New.
15771 * gdb.btrace/x86-tailcall.S: Renamed into ...
15772 * gdb.btrace/x86_64-tailcall.S: ... this.
15773 * gdb.btrace/i686-tailcall.S: New.
15774 * gdb.btrace/x86-tailcall.c: Renamed into ...
15775 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15776 separate statements. Update test.
15777 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15778 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15779 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15780 * gdb.btrace/tailcall.exp: Choose test file based on target.
15781 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15782
11cc1b74
MM
157832015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15784
15785 * gdb.btrace/exception.exp: Increase BTS buffer size.
15786
a25d8bf9
PA
157872015-03-24 Pedro Alves <palves@redhat.com>
15788
15789 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15790
856e7dd6
PA
157912015-03-24 Pedro Alves <palves@redhat.com>
15792
15793 * gdb.threads/schedlock.exp (test_step): No longer expect that
15794 "set scheduler-locking step" with "next" over a function call runs
15795 threads unlocked.
15796
ad235a41
AT
157972015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15798
15799 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15800
15630549
AT
158012015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15802
15803 PR breakpoints/16466
15804 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15805 * gdb.mi/mi-pending.c (thread_func): New function.
15806 (int main): Add threading support required.
15807 * gdb.mi/mi-pending.exp: Add tests for this issue.
15808 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15809 (pendfunc2): Remove stdio dependency.
15810 * gdb.mi/mi-pendshr2.c: New file.
15811
693dca06
KS
158122015-03-23 Keith Seitz <keiths@redhat.com>
15813
15814 * gdb.linespec/keywords.c: New file.
15815 * gdb.linespec/keywords.exp: New file.
15816
7e993ebf
KS
158172015-03-23 Keith Seitz <keiths@redhat.com>
15818
15819 PR gdb/18021
15820 * gdb.dwarf2/staticvirtual.exp: New test.
15821
bc23328c
JK
158222015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15823
15824 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15825 * README: Remove HP-UX and gdb.hp.
15826 (configuration):
15827 * configure: Regenerate.
15828 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15829 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15830 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15831 gdb.hp/gdb.defects/Makefile.
15832 * gdb.hp/Makefile.in: File deleted.
15833 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15834 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15835 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15836 * gdb.hp/gdb.aCC/run.c: File deleted.
15837 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15838 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15839 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15840 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15841 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15842 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15843 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15844 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15845 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15846 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15847 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15848 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15849 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15850 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15851 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15852 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15853 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15854 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15855 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15856 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15857 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15858 * gdb.hp/gdb.compat/average.c: File deleted.
15859 * gdb.hp/gdb.compat/sum.c: File deleted.
15860 * gdb.hp/gdb.compat/xdb.c: File deleted.
15861 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15862 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15863 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15864 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15865 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15866 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15867 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15868 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15869 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15870 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15871 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15872 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15873 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15874 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15875 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15876 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15877 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15878 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15879 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15880 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15881 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15882 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15883 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15884 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15885 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15886 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15887 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15888 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15889 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15890 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15891 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15892 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15893 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15894 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15895 * gdb.hp/tools/odump: File deleted.
15896
8bf3b159
PA
158972015-03-19 Pedro Alves <palves@redhat.com>
15898
15899 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15900 (saw_thread_3): New globals.
15901 (top level): Increment them when an event for the corresponding
15902 thread is seen.
15903 (no thread starvation): New test.
15904
eb54c8bf
PA
159052015-03-19 Pedro Alves <palves@redhat.com>
15906
15907 * gdb.threads/continue-pending-status.c: New file.
15908 * gdb.threads/continue-pending-status.exp: New file.
15909
32d2e5d6
PA
159102015-03-18 Pedro Alves <palves@redhat.com>
15911
15912 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15913 Use gdb_is_target_remote instead of is_remote. Use
15914 gdb_test_multiple instead of gdb_expect. Exit early if
15915 gdb_test_multiple hits its internal matches. Tighten stepi tests
15916 expected output. Fail on exit with any signal, instead of just
15917 SIGILL.
15918
f68f11b7
YQ
159192015-03-18 Yao Qi <yao.qi@linaro.org>
15920
15921 PR tdep/18107
15922 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15923 variable.
15924 * gdb.base/catch-syscall.exp: Don't skip it on
15925 aarch64*-*-linux* target. Remove elements in all_syscalls.
15926 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15927 target.
15928 (setup_all_syscalls): New proc.
15929
ca5fd19b
YQ
159302015-03-16 Yao Qi <yao.qi@linaro.org>
15931
15932 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15933 (top level): Skip tests if valid_addr_p returns false for
15934 $cmd1 or $cmd2.
15935
85642ba0
AW
159362015-03-11 Andy Wingo <wingo@igalia.com>
15937
15938 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15939
e03f9645
YQ
159402015-03-11 Yao Qi <yao.qi@linaro.org>
15941
15942 * gdb.base/catch-syscall.exp: Fix typo in comments.
15943
5d0962b2
YQ
159442015-03-11 Yao Qi <yao.qi@linaro.org>
15945
15946 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15947
b2df3cef
PA
159482015-03-09 Pedro Alves <palves@redhat.com>
15949
15950 * dg-extract-results.py: Delete.
15951
ef878e53
PA
159522015-03-09 Pedro Alves <palves@redhat.com>
15953
15954 Merge dg-extract-results.sh from GCC upstream (r218843).
15955
15956 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15957 * dg-extract-results.sh: Use --text with grep to avoid issues with
15958 binary files. Fall back to cat -v, if that doesn't work.
15959
9494d219
PA
159602015-03-05 Pedro Alves <palves@redhat.com>
15961
15962 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15963
a8d9763a
SM
159642015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15965
15966 * lib/mi-support.exp (mi_expect_interrupt): Accept
15967 alternative event for when in all-stop mode.
15968
be9957b8
PA
159692015-03-04 Pedro Alves <palves@redhat.com>
15970
15971 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15972
d57be0f4 159732015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
15974
15975 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15976
c214c7cf
AA
159772015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15978
15979 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15980 regexps for GDB's current line display, accept a hex address
15981 preceding the line number.
15982
6d74a497
AA
159832015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15984
15985 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15986 the 'arch1' variable for "s390*-linux*" targets.
15987
511aee7c
PA
159882015-03-04 Pedro Alves <palves@redhat.com>
15989
15990 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15991 (main): Pass missing retval argument to pthread_join call.
15992
95e50b27
PA
159932015-03-02 Pedro Alves <palves@redhat.com>
15994
15995 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15996 (top level): Call do_test with non-stop as well.
15997
28054d69
PA
159982015-03-02 Pedro Alves <palves@redhat.com>
15999
16000 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16001 -1.
16002
4fa5d7b4
AA
160032015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16004
16005 * gdb.arch/s390-vregs.exp: New test.
16006 * gdb.arch/s390-vregs.S: New file.
16007
97c18565
PA
160082015-02-27 Pedro Alves <palves@redhat.com>
16009
16010 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16011 call to catch_command_errors.
16012 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16013 catch_command_errors.
16014
a37bfa30
PA
160152015-02-27 Pedro Alves <palves@redhat.com>
16016
16017 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16018 "true" for boolean result.
16019 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16020 prototype of main.
16021
6f98576f
PA
160222015-02-27 Pedro Alves <palves@redhat.com>
16023
16024 * lib/unbuffer_output.c: New file.
16025 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16026 (main): Call gdb_unbuffer_output.
16027
eba5ab56
YQ
160282015-02-27 Yao Qi <yao.qi@linaro.org>
16029
16030 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16031 target.
16032
0def5aaa
DE
160332015-02-26 Doug Evans <dje@google.com>
16034
16035 * gdb.cp/class2.cc (Dbase, D): New classes.
16036 (main): New local delta.
16037 * gdb.cp/class2.exp: Test printing delta.
16038 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16039 (dynbar): New global.
16040 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16041
081a1c2c
JK
160422015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16043
16044 * gdb.compile/compile-ifunc.c: New file.
16045 * gdb.compile/compile-ifunc.exp: New file.
16046
2f41223f
AT
160472015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16048
16049 * gdb.base/structs.exp: Check for correct struct on finish.
16050
03eddd80
YQ
160512015-02-26 Yao Qi <yao.qi@linaro.org>
16052
16053 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16054 is zero.
16055
80c57053
JK
160562015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16057
16058 * gdb.arch/cordic.ko.bz2: New file.
16059 * gdb.arch/cordic.ko.debug.bz2: New file.
16060 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16061
21613c12
YQ
160622015-02-25 Yao Qi <yao.qi@linaro.org>
16063
16064 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16065 aarch64*-*-* target.
16066
d8b901ed
PA
160672015-02-23 Pedro Alves <palves@redhat.com>
16068
16069 * lib/gdb.exp (delete_breakpoints): Rewrite using
16070 gdb_test_multiple.
16071
e5b85ead
PA
160722015-02-23 Pedro Alves <palves@redhat.com>
16073
16074 * gdb.base/info-os.c: Include stdlib.h.
16075
85c3a371
DE
160762015-02-22 Doug Evans <xdje42@gmail.com>
16077
16078 PR symtab/17855
16079 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16080 is read after symbols have been re-read.
16081 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16082 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16083
96553a0c
DE
160842015-02-21 Doug Evans <dje@google.com>
16085
16086 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16087
97a0c697
JK
160882015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16089
16090 PR corefiles/17808
16091 * gdb.arch/i386-biarch-core.core.bz2: New file.
16092 * gdb.arch/i386-biarch-core.exp: New file.
16093
a47cd6e9
PA
160942015-02-21 Pedro Alves <palves@redhat.com>
16095
16096 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16097 runto_main fails.
16098
c5facdc4
PA
160992015-02-20 Pedro Alves <palves@redhat.com>
16100
16101 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16102 info probes.
16103
2db9a427
PA
161042015-02-20 Pedro Alves <palves@redhat.com>
16105
16106 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16107
60fb7e9e
PA
161082015-02-20 Pedro Alves <palves@redhat.com>
16109
16110 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16111 clean_restart before gdb_target_supports_trace.
16112
5c5019c2
PA
161132015-02-20 Pedro Alves <palves@redhat.com>
16114
16115 PR threads/18006
16116 * gdb.threads/clone-thread_db.c: New file.
16117 * gdb.threads/clone-thread_db.exp: New file.
16118
c9587f88
AT
161192015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16120
16121 PR breakpoints/16812
16122 * gdb.base/catch-gdb-caused-signals.c: New file.
16123 * gdb.base/catch-gdb-caused-signals.exp: New file.
16124
f6a88844
JM
161252015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16126
16127 * configure: Regenerated.
16128 * configure.ac: Use GDB_AC_TRANSFORM.
16129 * aclocal.m4: sinclude ../transform.m4.
16130
497c491b
JM
161312015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16132
16133 * lib/dtrace.exp: New file.
16134 * gdb.base/dtrace-probe.exp: Likewise.
16135 * gdb.base/dtrace-probe.d: Likewise.
16136 * gdb.base/dtrace-probe.c: Likewise.
16137 * lib/pdtrace.in: Likewise.
16138 * configure.ac: Output variables with the transformed names of
16139 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16140 * configure: Regenerated.
16141
03e98035
JM
161422015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16143
16144 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16145 expected message when trying to access $_probe_* convenience
16146 variables while not on a probe.
16147
63cc30e9
JK
161482015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16149
16150 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16151
0703599a
PA
161522015-02-11 Pedro Alves <pedro@codesourcery.com>
16153
16154 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16155 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16156
7e60a48e
DE
161572015-02-10 Doug Evans <xdje42@gmail.com>
16158
16159 * lib/gdb.exp (gdb_load): Always return a result.
16160
01b088bc
PA
161612015-02-10 Pedro Alves <palves@redhat.com>
16162
16163 * gdb.threads/signal-sigtrap.c: New file.
16164 * gdb.threads/signal-sigtrap.exp: New file.
16165
b05ec7a5
AT
161662015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16167
16168 * gdb.trace/no-attach-trace.c: New file.
16169 * gdb.trace/no-attach-trace.exp: New file.
16170
a2c2acaf
MW
161712015-02-09 Mark Wielaard <mjw@redhat.com>
16172
16173 * gdb.dwarf2/atomic.c: New file.
16174 * gdb.dwarf2/atomic-type.exp: Likewise.
16175
31fd9caa
MM
161762015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16177
16178 * gdb.btrace/buffer-size.exp: Update "info record" output.
16179 * gdb.btrace/delta.exp: Update "info record" output.
16180 * gdb.btrace/enable.exp: Update "info record" output.
16181 * gdb.btrace/finish.exp: Update "info record" output.
16182 * gdb.btrace/instruction_history.exp: Update "info record" output.
16183 * gdb.btrace/next.exp: Update "info record" output.
16184 * gdb.btrace/nexti.exp: Update "info record" output.
16185 * gdb.btrace/step.exp: Update "info record" output.
16186 * gdb.btrace/stepi.exp: Update "info record" output.
16187 * gdb.btrace/nohist.exp: Update "info record" output.
16188
d33501a5
MM
161892015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16190
16191 * gdb.btrace/buffer-size: New.
16192
f4abbc16
MM
161932015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16194
16195 * gdb.btrace/delta.exp: Update "info record" output.
16196 * gdb.btrace/enable.exp: Update "info record" output.
16197 * gdb.btrace/finish.exp: Update "info record" output.
16198 * gdb.btrace/instruction_history.exp: Update "info record" output.
16199 * gdb.btrace/next.exp: Update "info record" output.
16200 * gdb.btrace/nexti.exp: Update "info record" output.
16201 * gdb.btrace/step.exp: Update "info record" output.
16202 * gdb.btrace/stepi.exp: Update "info record" output.
16203 * gdb.btrace/nohist.exp: Update "info record" output.
16204
b9d61307
SM
162052015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16206
16207 PR gdb/15678
16208 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16209
e584fdbc
PA
162102015-02-06 Pedro Alves <palves@redhat.com>
16211
16212 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16213 macro.
16214 (seconds_left, again): New globals.
16215 (main): Wait seconds_left in a 1-second sleep loop instead of
16216 sleeping 180 seconds. If 'again' is set, reset the seconds
16217 counter.
16218 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16219 'again' in the inferior before detaching. Print the seconds left.
16220 (options): New global.
16221 (top level): Build program with -DTIMEOUT=$timeout.
16222
77f41761
PA
162232015-02-06 Pedro Alves <palves@redhat.com>
16224
16225 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16226 determine how many seconds to pass to 'alarm'.
16227 * gdb.base/gdb-sigterm.exp (top level): Build program with
16228 -DTIMEOUT=$timeout.
16229 (do_test): Return success/failure indication. Add more verbose
16230 logging. Don't fail if 200 single steps are seen. Instead, fail
16231 when the test times out.
16232 (passes): New global.
16233 (top level): Break the testing loop if testing fails on any
16234 iteration. Use gdb_assert.
16235
b9394193
DB
162362015-02-04 Don Breazeal <donb@codesourcery.com>
16237
16238 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16239 and initialize them.
16240 (ipc_cleanup): New function.
16241 (main): Don't declare shmid, semid, and msqid. Add a call to
16242 atexit so that we call ipc_cleanup on exit.
16243
42d9e528
PA
162442015-02-04 Pedro Alves <palves@redhat.com>
16245
16246 * boards/native-extended-gdbserver.exp: Remove any target variant
16247 specifications from the board name before clearing the isremote
16248 flag from board_info.
16249
ae6ae975
DE
162502015-01-31 Doug Evans <xdje42@gmail.com>
16251
16252 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16253
cfb069a8
GB
162542015-01-31 Gary Benson <gbenson@redhat.com>
16255
16256 * gdb.base/completion.exp: Disable completion limiting for
16257 existing tests. Add new tests to check completion limiting.
16258 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16259
5dd31d79
DE
162602015-01-31 Doug Evans <xdje42@gmail.com>
16261
16262 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16263
9f050062
DE
162642015-01-31 Doug Evans <xdje42@gmail.com>
16265
16266 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16267 entries. Duplicate file section script entries.
16268 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16269 inlined entries. Add test for safe-path rejection.
16270 * gdb.python/py-section-script.c: Add duplicate inlined section script
16271 entries. Duplicate file section script entries.
16272 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16273 inlined entries. Add test for safe-path rejection.
16274
df25ebbd
JB
162752015-01-29 Joel Brobecker <brobecker@adacore.com>
16276
16277 * gdb.ada/disc_arr_bound: New testcase.
16278
4a0ca9ec
JB
162792015-01-29 Joel Brobecker <brobecker@adacore.com>
16280
16281 * gdb.ada/mi_var_array: New testcase.
16282
3a8b707a
DE
162832015-01-27 Doug Evans <dje@google.com>
16284
16285 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16286 Add test for objfile.filename, objfile.username after objfile
16287 has been unloaded.
16288
f8313f6e
JB
162892015-01-26 Joel Brobecker <brobecker@adacore.com>
16290
16291 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16292 the second test to print the name attribute of value
16293 returned by the call to gdb.lookup_type, and adjust
16294 the expected output accordingly.
16295
37bc665e
MW
162962015-01-25 Mark Wielaard <mjw@redhat.com>
16297
16298 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16299 * gdb.base/disp-step-fork.c: Include unistd.h.
16300 * gdb.base/siginfo-obj.c: Include stdio.h.
16301 * gdb.base/siginfo-thread.c: Likewise.
16302 * gdb.mi/non-stop.c: Include unistd.h.
16303 * gdb.mi/nsthrexec.c: Include stdio.h.
16304 * gdb.mi/pthreads.c: Include unistd.h.
16305 * gdb.modula2/unbounded1.c (main): Declare returns int.
16306 * gdb.reverse/consecutive-reverse.c: Likewise.
16307 * gdb.threads/create-fail.c: Include unistd.h.
16308 * gdb.threads/killed.c: Likewise.
16309 * gdb.threads/linux-dp.c: Likewise.
16310 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16311 * gdb.threads/non-ldr-exc-2.c: Likewise.
16312 * gdb.threads/non-ldr-exc-3.c: Likewise.
16313 * gdb.threads/non-ldr-exc-4.c: Likewise.
16314 * gdb.threads/pthreads.c: Include unistd.h.
16315 (main): Declare returns int.
16316 * gdb.threads/tls-main.c (foo): New declaration.
16317 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16318
f7e5394d
SM
163192015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16320
16321 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16322 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16323
743649fd
MW
163242015-01-15 Mark Wielaard <mjw@redhat.com>
16325
16326 * gdb.base/noreturn-return.c: New file.
16327 * gdb.base/noreturn-return.exp: New file.
16328 * gdb.base/noreturn-finish.c: New file.
16329 * gdb.base/noreturn-finish.exp: New file.
16330
198297aa
PA
163312015-01-23 Pedro Alves <palves@redhat.com>
16332
16333 * gdb.threads/continue-pending-after-query.c: New file.
16334 * gdb.threads/continue-pending-after-query.exp: New file.
16335
717cf30c
AG
163362015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16337 Simon Marchi <simon.marchi@ericsson.com>
16338
16339 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16340 * gdb.base/valgrind-db-attach.exp: Same.
16341 * gdb.base/valgrind-infcall.exp: Same.
16342 * lib/mi-support.exp (default_mi_gdb_start): Same.
16343 * lib/prompt.exp (default_prompt_gdb_start): Same.
16344 * lib/gdb.exp (default_gdb_spawn): Same.
16345 (gdb_interact): New.
16346
16347
4b62a76e
JK
163482015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16349
16350 * gdb.compile/compile.exp (pointer to jit function): New test.
16351
b4cdae6f
WW
163522015-01-17 Wei-cheng Wang <cole945@gmail.com>
16353
16354 * lib/gdb.exp (supports_process_record): Return true for
16355 powerpc*-*-linux*.
16356 (supports_reverse): Likewise.
16357
d221e7ef
DB
163582015-01-15 Don Breazeal <donb@codesourcery.com>
16359
16360 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16361 instead of checking whether the target board is remote and
16362 use spawn_wait_for_attach instead of exec/sleep.
16363 * gdb.base/attach-twice.exp: Likewise.
16364
bafffb51
JB
163652015-01-15 Joel Brobecker <brobecker@adacore.com>
16366
16367 * gdb.ada/var_arr_attrs: New testcase.
16368
5589af0e
PA
163692015-01-14 Pedro Alves <palves@redhat.com>
16370 Joel Brobecker <brobecker@adacore.com>
16371
16372 PR gdb/17525
16373 * gdb.base/bp-cmds-execution-x-script.c: New file.
16374 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16375 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16376
6c400b59
PA
163772015-01-14 Pedro Alves <palves@redhat.com>
16378
16379 PR cli/17828
16380 * gdb.base/batch-preserve-term-settings.c: New file.
16381 * gdb.base/batch-preserve-term-settings.exp: New file.
16382
e02c96a7
DE
163832015-01-13 Doug Evans <dje@google.com>
16384
16385 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16386 binary.
16387
576fd14c
JB
163882015-01-13 Joel Brobecker <brobecker@adacore.com>
16389
16390 * Makefile.in (clean mostlyclean): Do not delete *.py.
16391
04dccad0
JB
163922015-01-13 Joel Brobecker <brobecker@adacore.com>
16393
16394 * gdb.python/py-lookup-type.exp: New file.
16395
3d230f71
PA
163962015-01-12 Pedro Alves <palves@redhat.com>
16397
16398 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16399 restore GDBFLAGS before returning.
16400
7e67715d
JK
164012015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16402
16403 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16404 is_amd64_regs_target and is_x86_like_target.
16405
f2e0d4b4
DE
164062015-01-11 Doug Evans <xdje42@gmail.com>
16407
16408 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16409 is given without an explicit form.
16410 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16411 attributes.
16412 * gdb.dwarf/corrupt.exp: Ditto.
16413 * gdb.dwarf2/enum-type.exp: Ditto.
16414 * gdb.trace/entry-values.exp: Ditto.
16415 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16416
439250fb
DE
164172015-01-11 Doug Evans <xdje42@gmail.com>
16418
16419 PR gdb/15830
16420 * gdb.base/maint.exp: Remove references to "maint demangle".
16421 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16422 Add tests for explicitly specifying language to demangle.
16423 * gdb.dlang/demangle.exp: Ditto.
16424
ede9f622
PA
164252015-01-09 Pedro Alves <palves@redhat.com>
16426
16427 * gdb.threads/non-stop-fair-events.c: New file.
16428 * gdb.threads/non-stop-fair-events.exp: New file.
16429
a7b796db
PA
164302015-01-09 Pedro Alves <palves@redhat.com>
16431
16432 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16433 the global scope. Set a breakpoint after all threads are started
16434 rather than stepping over two source lines. Expect the prompt.
16435 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16436 global.
16437 (NUM): Now 15.
16438 (main): Use threads_started_barrier to wait for all threads to
16439 start. Main thread no longer calls thread_function. Exit after
16440 180 seconds.
16441 (loop): New function.
16442 (thread_function): Wait on threads_started_barrier barrier. Call
16443 'loop' at each iteration.
16444 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16445 threads have started, instead of hardcoding number of "next"
16446 steps. Use an access watchpoint instead of a write watchpoint.
16447
9665ffdd
PA
164482015-01-09 Pedro Alves <palves@redhat.com>
16449
16450 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16451 (thread_func): Wait on barrier.
16452 (main): Wait for all threads to start before stopping GDB.
16453 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16454 global.
16455 (thread1_func, thread2_func): Wait on barrier.
16456 (main): Wait for all threads to start before stopping GDB.
16457 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16458 New global.
16459 (thread1_func, thread2_func): Wait on barrier.
16460 (main): Wait for all threads to start before stopping GDB.
16461
c945a99f
PA
164622015-01-09 Pedro Alves <palves@redhat.com>
16463
16464 * gdb.threads/attach-many-short-lived-threads.c: New file.
16465 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16466
c1a747c1
PA
164672014-01-09 Pedro Alves <palves@redhat.com>
16468
16469 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16470 instead of to thread 2.
16471 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16472 Add barrier around each pthread_create call instead of around all
16473 calls.
16474 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16475 Set a break on thread_function and have the child threads hit it
16476 one at at a time.
16477
60b3033e
PA
164782015-01-09 Pedro Alves <palves@redhat.com>
16479
16480 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16481 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16482 false.
16483 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16484 checking whether the target board is remote.
16485 * gdb.multi/multi-attach.exp: Likewise.
16486 * gdb.python/py-sync-interp.exp: Likewise.
16487 * gdb.server/ext-attach.exp: Likewise.
16488 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16489 tests that need to attach, instead of checking whether the target
16490 board is remote at the top of the file.
16491
acc018ac
YQ
164922015-01-08 Yao Qi <yao@codesourcery.com>
16493
16494 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16495
50a18af8
JK
164962015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16497
16498 Fix testcase compilation.
16499 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16500
8503d6e1
JB
165012015-01-06 Joel Brobecker <brobecker@adacore.com>
16502
16503 * gdb.python/py-type.exp: Add a couple test about empty
16504 array creation, and negative-length array creation.
16505
cc73dbcc
DE
165062015-01-02 Doug Evans <xdje42@gmail.com>
16507
16508 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16509
0300bbc7
DE
165102015-01-02 Doug Evans <dje@google.com>
16511
16512 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16513
9d85a0ec
YQ
165142014-12-29 Yao Qi <yao@codesourcery.com>
16515
16516 * gdb.trace/entry-values.exp: Update comments. Rename variable
16517 bar_call_foo to returned_from_foo.
16518
87186c6a
MMN
165192014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16520
16521 PR gdb/17394
16522 * gdb.linespec/break-asm-file.c: New file.
16523 * gdb.linespec/break-asm-file.exp: New file.
16524 * gdb.linespec/break-asm-file0.s: New file.
16525 * gdb.linespec/break-asm-file1.s: New file.
16526
1bab7383
YQ
165272014-12-18 Nigel Stephens <nigel@mips.com>
16528 Maciej W. Rozycki <macro@codesourcery.com>
16529
16530 * gdb.base/float.exp: Handle the new output from "info float" on
16531 MIPS targets.
16532
1bc1068a
JK
165332014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16534
16535 Fix MinGW compilation.
16536 * gdb.compile/compile-ops.exp: Update untested message if
16537 !skip_compile_feature_tests.
16538 * gdb.compile/compile-setjmp.exp: Likewise.
16539 * gdb.compile/compile-tls.exp: Likewise.
16540 * gdb.compile/compile.exp: Likewise.
16541 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16542 supported on this host".
16543
b6615d10
DE
165442014-12-16 Doug Evans <xdje42@gmail.com>
16545
16546 * boards/stabs.exp: New file.
16547
25dda427
AA
165482014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16549
16550 * gdb.base/completion.exp: Adjust to format changes of "maint
16551 print user-registers".
16552
bf330350
CU
165532014-12-16 Catalin Udma <catalin.udma@freescale.com>
16554
16555 PR server/17457
16556 * gdb.arch/aarch64-fp.c: New file.
16557 * gdb.arch/aarch64-fp.exp: New file.
16558
395cf596
SDJ
165592014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16560
16561 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16562 r210637, r210913, r211666, r215400, r215817).
16563
16564 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16565 * dg-extract-results.py: New file.
16566 * dg-extract-results.sh: Use it if the environment seems
16567 suitable.
16568
16569 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16570
16571 * dg-extract-results.py (parse_run): Handle warnings that
16572 are printed before a test harness is run.
16573
16574 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16575
16576 * dg-extract-results.py (Named): Remove __cmp__ method.
16577 (output_variation): Use a key to sort variation.harnesses.
16578
16579 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16580
16581 * dg-extract-results.py: For Python 3, force sys.stdout to
16582 handle surrogate escape sequences.
16583 (safe_open): New function.
16584 (output_segment, main): Use it.
16585
16586 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16587
16588 * dg-extract-results.py (Prog.result_re): Include options
16589 in test name.
16590
16591 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16592
16593 * dg-extract-results.py (output_variation): Always sort if
16594 do_sum.
16595
e882ef3c
SM
165962014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16597
16598 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16599 as long as we get pagination notifications.
16600
4992aa20
JM
166012014-12-15 Jason Merrill <jason@redhat.com>
16602
16603 * Makefile.in (check-gdb.%): Restore.
16604 * README: Mention it.
16605
c1b5a1a6
JB
166062014-12-13 Joel Brobecker <brobecker@adacore.com>
16607
16608 * gdb.ada/str_uninit: New testcase.
16609
5537b577
JK
166102014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16611
16612 PR symtab/17642
16613 * gdb.base/vla-stub-define.c: New file.
16614 * gdb.base/vla-stub.c: New file.
16615 * gdb.base/vla-stub.exp: New file.
16616
bb2ec1b3
TT
166172014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16618 Jan Kratochvil <jan.kratochvil@redhat.com>
16619 Tom Tromey <tromey@redhat.com>
16620
16621 * configure.ac: Add gdb.compile/.
16622 * configure: Regenerate.
16623 * gdb.compile/Makefile.in: New file.
16624 * gdb.compile/compile-ops.exp: New file.
16625 * gdb.compile/compile-ops.c: New file.
16626 * gdb.compile/compile-tls.c: New file.
16627 * gdb.compile/compile-tls.exp: New file.
16628 * gdb.compile/compile-constvar.S: New file.
16629 * gdb.compile/compile-constvar.c: New file.
16630 * gdb.compile/compile-mod.c: New file.
16631 * gdb.compile/compile-nodebug.c: New file.
16632 * gdb.compile/compile-setjmp-mod.c: New file.
16633 * gdb.compile/compile-setjmp.c: New file.
16634 * gdb.compile/compile-setjmp.exp: New file.
16635 * gdb.compile/compile-shlib.c: New file.
16636 * gdb.compile/compile.c: New file.
16637 * gdb.compile/compile.exp: New file.
16638 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16639
4ff709eb
TT
166402014-12-12 Tom Tromey <tromey@redhat.com>
16641
16642 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16643 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16644
6dddd6a5
DE
166452014-12-12 Doug Evans <dje@google.com>
16646
16647 * lib/gdb-python.exp (get_python_valueof): New function.
16648 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16649
71c24708
AA
166502014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16651
16652 * gdb.base/completion.exp: Add test for completion of "info
16653 registers ".
16654
3e29f34a
MR
166552014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16656
16657 * gdb.base/func-ptrs.c: New file.
16658 * gdb.base/func-ptrs.exp: New file.
16659
fc126975
SM
166602014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16661
16662 PR breakpoints/17012
16663 * gdb.base/dprintf-detach.c: New file.
16664 * gdb.base/dprintf-detach.exp: New file.
16665
0a46d518
SM
166662014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16667
16668 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16669 * lib/gdb.exp (target_is_gdbserver): New procedure.
16670
a0be3e44
DE
166712014-12-08 Doug Evans <dje@google.com>
16672
16673 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16674
df1b803a
YQ
166752014-12-05 Yao Qi <yao@codesourcery.com>
16676
16677 * gdb.guile/scm-error.exp: Remove the third argument to
16678 gdb_remote_download.
16679 * gdb.guile/scm-frame-args.exp: Likewise.
16680 * gdb.guile/scm-section-script.exp: Likewise.
16681
ddb9f679
YQ
166822014-12-05 Yao Qi <yao@codesourcery.com>
16683
16684 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16685
86e4ed39
DE
166862014-12-04 Doug Evans <dje@google.com>
16687
16688 * gdb.python/py-objfile.exp: Add tests for
16689 objfile.add_separate_debug_file.
16690
7c50a931
DE
166912014-12-04 Doug Evans <dje@google.com>
16692
16693 * lib/gdb.exp (get_build_id): New function.
16694 (build_id_debug_filename_get): Rewrite to use it.
16695 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16696
621661e3
MR
166972014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16698
16699 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16700 `method(long)', not just 0x0.
16701 * gdb.cp/nsalias.exp: Align code labels to 4.
16702 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16703 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16704 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16705 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16706 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16707 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16708
29f0c3b7
DE
167092014-12-02 Doug Evans <dje@google.com>
16710
e1e061e7 16711 PR symtab/17602
29f0c3b7 16712 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 16713 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
16714 * gdb.cp/anon-ns.exp: Update.
16715
162078c8
NB
167162014-12-02 Nick Bull <nicholaspbull@gmail.com>
16717
16718 * gdb.python/py-events.py (inferior_call_handler): New.
16719 (register_changed_handler, memory_changed_handler): New.
16720 (test_events.invoke): Register new handlers.
16721 * gdb.python/py-events.exp: Add tests for inferior call,
16722 memory_changed and register_changed events.
16723
fdb09caf
AA
167242014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16725
16726 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16727 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16728 if the linker doesn't understand this.
16729
55cfb2c4
SM
167302014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16731
16732 * gdb.python/python.exp: Change expected reply to help().
16733
9e8cd6df
YQ
167342014-12-01 Yao Qi <yao@codesourcery.com>
16735
16736 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16737 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16738 * configure: Re-generated.
16739
6c659fc2
SC
167402014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16741
16742 * gdb.cp/chained-calls.cc: New file.
16743 * gdb.cp/chained-calls.exp: New file.
16744 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16745
d7fc3181
SM
167462014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16747
16748 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16749 * gdb.dwarf2/symtab-producer.exp: Same.
16750 * gdb.gdb/python-interrupts.exp: Same.
16751 * gdb.gdb/python-selftest.exp: Same.
16752 * gdb.python/py-linetable.exp: Same.
16753 * gdb.python/py-type.exp: Same.
16754 * gdb.python/py-value-cc.exp: Same.
16755 * gdb.python/py-value.exp: Same.
16756
10e79639
YQ
167572014-11-28 Yao Qi <yao@codesourcery.com>
16758
16759 * gdb.base/break-probes.exp: Match library name prefixed with
16760 sysroot.
16761
f28a0564
SM
167622014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16763
16764 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16765 test expected output. Add parentheses for the call to print.
16766 Remove L suffix from integers.
16767
3fe1ce1d
DE
167682014-11-26 Doug Evans <dje@google.com>
16769
16770 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16771
84429e27
YQ
167722014-11-22 Yao Qi <yao@codesourcery.com>
16773
16774 * gdb.trace/entry-values.c: Remove asms.
16775 (foo): Add foo_label.
16776 (bar): Add bar_label.
16777 * gdb.trace/entry-values.exp: Remove code computing foo's
16778 length and bar's length.
16779 (Dwarf::assemble): Invoke function_range for bar and use
16780 MACRO_AT_func for foo.
16781
26741859
YQ
167822014-11-22 Yao Qi <yao@codesourcery.com>
16783
16784 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16785 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16786 Use .Lgcc43_procstart instead of gcc43.
16787
45e44d27
JB
167882014-11-21 Joel Brobecker <brobecker@adacore.com>
16789
16790 * gdb.ada/n_arr_bound: New testcase.
16791
458c8db8
SDJ
167922014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16793
16794 PR breakpoints/10737
16795 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16796 test_catch_syscall_multi_arch.
16797 (test_catch_syscall_multi_arch): New function.
16798
43f3e411
DE
167992014-11-20 Doug Evans <xdje42@gmail.com>
16800
16801 * gdb.base/maint.exp: Update expected output.
16802
0d7b2549
AA
168032014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16804
16805 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16806 4-byte instruction on S390.
16807
8908fca5
JB
168082014-11-19 Joel Brobecker <brobecker@adacore.com>
16809
16810 * gdb.ada/arr_arr: New testcase.
16811
4a46959e
JB
168122014-11-19 Joel Brobecker <brobecker@adacore.com>
16813
16814 * gdb.ada/pkd_arr_elem: New Testcase.
16815
470e2f4e
LM
168162014-11-18 Luis Machado <lgustavo@codesourcery.com>
16817
16818 * gdb.reverse/break-precsave: Expect completion message for
16819 core file reads.
16820 * gdb.reverse/consecutive-precsave.exp: Likewise.
16821 * gdb.reverse/finish-precsave.exp: Likewise.
16822 * gdb.reverse/i386-precsave.exp: Likewise.
16823 * gdb.reverse/machinestate-precsave.exp: Likewise.
16824 * gdb.reverse/sigall-precsave.exp: Likewise.
16825 * gdb.reverse/solib-precsave.exp: Likewise.
16826 * gdb.reverse/step-precsave.exp: Likewise.
16827 * gdb.reverse/until-precsave.exp: Likewise.
16828 * gdb.reverse/watch-precsave.exp: Likewise.
16829
a267f3ad
AA
168302014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16831
16832 * gdb.base/bp-permanent.c: Include unistd.h.
16833 * gdb.python/py-framefilter-mi.c (main): Add return type.
16834 * gdb.python/py-framefilter.c (main): Likewise.
16835 * gdb.trace/actions-changed.c (main): Likewise.
16836
12084a9a
AA
168372014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16838
16839 * gdb.mi/until.c: Add eye-catchers.
16840 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16841 line numbers.
16842
dc7e1a77
AA
168432014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16844
16845 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16846 function header variants in break1.c.
16847 * gdb.base/ena-dis-br.exp: Likewise.
16848 * gdb.base/hbreak2.exp: Likewise.
16849 * gdb.reverse/until-precsave.exp: Drop references to removed
16850 non-prototype function header variants in ur1.c.
16851 * gdb.reverse/until-reverse.exp: Likewise.
16852
41c77605
PM
168532014-11-17 Petr Machata <pmachata@redhat.com>
16854
16855 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16856 ${_cu_offset_size} bytes abbrev offset.
16857
34248c3a
DE
168582014-11-15 Doug Evans <xdje42@gmail.com>
16859
16860 PR symtab/17559
16861 * gdb.base/line-symtabs.exp: New file.
16862 * gdb.base/line-symtabs.c: New file.
16863 * gdb.base/line-symtabs.h: New file.
16864
646da059
YQ
168652014-11-14 Yao Qi <yao@codesourcery.com>
16866
16867 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16868 (func): Add label func_label.
16869 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16870 Replace low_pc and high_pc with MACRO_AT_range.
16871 Replace name, low_pc and high_pc with MACRO_AT_func.
16872
9301ebe6
YQ
168732014-11-14 Yao Qi <yao@codesourcery.com>
16874
16875 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16876 Replace name, low_pc and high_pc with MACRO_AT_func.
16877
f166b542
YQ
168782014-11-14 Yao Qi <yao@codesourcery.com>
16879
16880 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16881 produce debug information.
16882 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16883
0f6e71e3
YQ
168842014-11-14 Yao Qi <yao@codesourcery.com>
16885
16886 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16887 object and get function length.
16888 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16889 with MACRO_AT_func.
16890 (top-level): Replace gdb_compile and clean_restart with
16891 prepare_for_testing.
16892 * gdb.dwarf2/main.c (main): Add label main_label.
16893
876c4df9
YQ
168942014-11-14 Yao Qi <yao@codesourcery.com>
16895
16896 * lib/dwarf.exp (function_range): New procedure.
16897 (Dwarf::_handle_macro_at_func): New procedure.
16898 (Dwarf::_handle_macro_at_range): New procedure.
16899 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16900
02ad9cf1
YQ
169012014-11-14 Yao Qi <yao@codesourcery.com>
16902
16903 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16904 (_handle_attribute): New procedure.
16905
a59add0c
AA
169062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16907
16908 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16909 * gdb.base/call-sc.c (zed): Likewise.
16910 * gdb.base/checkpoint.c (main): Likewise.
16911 * gdb.base/dump.c (main): Likewise.
16912 * gdb.base/gcore.c (main): Likewise.
16913 * gdb.base/huge.c (main): Likewise.
16914 * gdb.base/multi-forks.c (main): Likewise.
16915 * gdb.base/pr10179-a.c (main): Likewise.
16916 * gdb.base/savedregs.c (main): Likewise.
16917 * gdb.base/sigaltstack.c (main): Likewise.
16918 * gdb.base/siginfo.c (main): Likewise.
16919 * gdb.base/structs.c (zed): Likewise.
16920 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16921 * gdb.mi/mi-syn-frame.c (main): Likewise.
16922 * gdb.mi/until.c (foo, main): Likewise.
16923 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16924 * gdb.base/solib-weak.c (foo): Declare.
16925 * gdb.base/attach-twice.c: Include stdio.h.
16926 * gdb.base/weaklib1.c: Likewise.
16927 * gdb.base/weaklib2.c: Likewise.
16928 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16929 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16930 unistd.h.
16931 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16932 * gdb.mi/mi-exit-code.c: Likewise.
16933 * gdb.base/break-interp-lib.c: Include string.h.
16934 * gdb.base/coremaker.c: Likewise.
16935 * gdb.base/testenv.c: Likewise.
16936 * gdb.python/py-finish-breakpoint.c: Likewise.
16937 * gdb.base/inferior-died.c: Include sys/wait.h.
16938 * gdb.base/fileio.c: Include time.h.
16939 * gdb.base/async-shell.c: Include unistd.h.
16940 * gdb.base/dprintf-non-stop.c: Likewise.
16941 * gdb.base/info-os.c: Likewise.
16942 * gdb.mi/mi-console.c: Likewise.
16943 * gdb.mi/watch-nonstop.c: Likewise.
16944 * gdb.python/py-events.c: Likewise.
16945 * gdb.base/async.c (baz): Move up before its invocation.
16946 * gdb.base/code_elim2.c (my_global_func): Likewise.
16947 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16948 * gdb.base/advance.c (func2): Likewise.
16949
3b5d5997
AA
169502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16951
16952 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16953 variant.
16954 * gdb.base/annota3.c: Likewise.
16955 * gdb.base/async.c: Likewise.
16956 * gdb.base/average.c: Likewise.
16957 * gdb.base/call-ar-st.c: Likewise.
16958 * gdb.base/call-rt-st.c: Likewise.
16959 * gdb.base/call-sc.c: Likewise.
16960 * gdb.base/call-strs.c: Likewise.
16961 * gdb.base/ending-run.c: Likewise.
16962 * gdb.base/execd-prog.c: Likewise.
16963 * gdb.base/exprs.c: Likewise.
16964 * gdb.base/foll-exec.c: Likewise.
16965 * gdb.base/foll-fork.c: Likewise.
16966 * gdb.base/foll-vfork.c: Likewise.
16967 * gdb.base/funcargs.c: Likewise.
16968 * gdb.base/gcore.c: Likewise.
16969 * gdb.base/jump.c: Likewise.
16970 * gdb.base/langs0.c: Likewise.
16971 * gdb.base/langs1.c: Likewise.
16972 * gdb.base/langs2.c: Likewise.
16973 * gdb.base/mips_pro.c: Likewise.
16974 * gdb.base/nodebug.c: Likewise.
16975 * gdb.base/opaque0.c: Likewise.
16976 * gdb.base/opaque1.c: Likewise.
16977 * gdb.base/recurse.c: Likewise.
16978 * gdb.base/run.c: Likewise.
16979 * gdb.base/scope0.c: Likewise.
16980 * gdb.base/scope1.c: Likewise.
16981 * gdb.base/setshow.c: Likewise.
16982 * gdb.base/setvar.c: Likewise.
16983 * gdb.base/shmain.c: Likewise.
16984 * gdb.base/shr1.c: Likewise.
16985 * gdb.base/shr2.c: Likewise.
16986 * gdb.base/sigall.c: Likewise.
16987 * gdb.base/signals.c: Likewise.
16988 * gdb.base/so-indr-cl.c: Likewise.
16989 * gdb.base/solib2.c: Likewise.
16990 * gdb.base/structs.c: Likewise.
16991 * gdb.base/sum.c: Likewise.
16992 * gdb.base/vforked-prog.c: Likewise.
16993 * gdb.base/watchpoint.c: Likewise.
16994 * gdb.reverse/shr2.c: Likewise.
16995 * gdb.reverse/until-reverse.c: Likewise.
16996 * gdb.reverse/ur1.c: Likewise.
16997 * gdb.reverse/watch-reverse.c: Likewise.
16998
066a77c5
AA
169992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17000
17001 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17002 variant.
17003 * gdb.base/sepdebug.exp: Drop references to removed code.
17004
4f204ea5
AA
170052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17006
17007 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17008 variant. Preserve original line numbering.
17009 * gdb.base/list1.c: Likewise.
17010
3b377a3a
AA
170112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17012
17013 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17014 variant.
17015 * gdb.base/break1.c: Likewise.
17016 * gdb.base/break.exp: Drop references to removed code.
17017
e444df73
AA
170182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17019
17020 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17021 variant.
17022
8008f2a7
AA
170232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17024
17025 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17026
a5a06887
AA
170272014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17028
17029 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17030 logic into perform_all_tests() and invoke it with and without
17031 function header prototypes.
17032 (do_function_calls): Remove conditional XFAIL for PR 5318.
17033 (rerun_and_prepare): Remove duplicate code.
17034 (perform_all_tests): New. Main logic moved here.
17035
44dba9b9
AA
170362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17037
17038 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17039 code guarded by #ifdef NO_PROTOTYPES.
17040 (t_double_many_args): Likewise.
17041 (DEF_FUNC_MANY_ARGS_1): Likewise.
17042 (DEF_FUNC_VALUES_1): Likewise.
17043 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17044 guarded by #ifdef PROTOTYPES.
17045
d1fbcd56
AA
170462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17047
17048 * gdb.mi/mi-console.c: Add eye-catcher.
17049 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17050 instead of literal line number.
17051
b0e59b8f
AA
170522014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17053
17054 * gdb.base/shr2.c: Add eye-catcher.
17055 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17056 line number.
17057
78f98cca
AA
170582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17059
17060 * gdb.base/jump.c: Add eye-catchers.
17061 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17062 numbers.
17063
58fa2af0
AA
170642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17065
17066 * gdb.base/execd-prog.c: Add eye-catchers.
17067 * gdb.base/foll-exec.c: Likewise.
17068 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17069 line numbers.
17070
04e5059b
AA
170712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17072
17073 * gdb.base/ending-run.c: Add eye-catchers.
17074 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17075 literal line numbers.
17076
dbfdb174
AA
170772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17078
17079 * gdb.base/call-rt-st.c: Add eye-catchers.
17080 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17081 literal line numbers.
17082
888a2ade
AA
170832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17084
17085 * gdb.base/call-ar-st.c: Add eye-catchers.
17086 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17087 literal line numbers.
17088
6acc2dde
AA
170892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17090
17091 * gdb.base/average.c: Add eye-catchers.
17092 * gdb.base/sum.c: Likewise.
17093 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17094 regexps dynamically.
17095
9ecfcd1d
AA
170962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17097
17098 * gdb.base/solib1.c: Add eye-catchers.
17099 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17100 literal line numbers.
17101
78708b7c
PA
171022014-11-12 Pedro Alves <palves@redhat.com>
17103
17104 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17105 leader has exited.
17106
af48d08f
PA
171072014-11-12 Pedro Alves <palves@redhat.com>
17108
17109 * gdb.arch/i386-bp_permanent.c: New file.
17110 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17111 (srcfile): Set to i386-bp_permanent.c.
17112 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17113 that stepi does not execute the 'leave' instruction, instead of
17114 testing it does execute.
17115 * gdb.base/bp-permanent.c: New file.
17116 * gdb.base/bp-permanent.exp: New file.
17117
af3768e9
DE
171182014-11-10 Doug Evans <xdje42@gmail.com>
17119
17120 PR symtab/17564
17121 * gdb.base/symtab-search-order.exp: New file.
17122 * gdb.base/symtab-search-order.c: New file.
17123 * gdb.base/symtab-search-order-1.c: New file.
17124 * gdb.base/symtab-search-order-shlib-1.c: New file.
17125
9de00a4a
PA
171262014-11-07 Pedro Alves <palves@redhat.com>
17127
17128 PR gdb/17511
17129 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17130 i?86-*-linux*.
17131
e0f52461
SC
171322014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17133
17134 PR c++/17494
17135 * gdb.cp/pr17494.cc: New file.
17136 * gdb.cp/pr17494.exp: New file.
17137
6ce8c980
YQ
171382014-11-02 Yao Qi <yao@codesourcery.com>
17139
17140 * gdb.python/python.exp: Get working directory and match the
17141 output of "set extended-prompt \\w " with it.
17142
02be9a71
DE
171432014-10-30 Doug Evans <dje@google.com>
17144
17145 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17146 in objfiles.
17147 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17148 in progspaces.
17149
3bdff46b
LM
171502014-10-30 Janis Johnson <janisjo@codesourcery.com>
17151
17152 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17153 * gdb.base/realname-expand.exp: Likewise.
17154 * gdb.linespec/macro-relative.exp: Likewise.
17155
ab917dfb
PA
171562014-10-29 Pedro Alves <palves@redhat.com>
17157
17158 PR gdb/17408
17159 * gdb.threads/schedlock.c (some_function): New function.
17160 (call_function): New global.
17161 (MAYBE_CALL_SOME_FUNCTION): New macro.
17162 (thread_function): Call it.
17163 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17164 and use it instead of a global counter. Adjust all callers.
17165 (get_current_thread): Use "find current thread" for test message
17166 here rather than having all callers pass down the same string.
17167 (goto_loop): New procedure, factored out from ...
17168 (my_continue): ... this.
17169 (step_ten_loops): Change parameter from test message to command to
17170 use. Adjust.
17171 (list_count): Delete global.
17172 (check_result): New procedure, factored out from duplicate top
17173 level code.
17174 (continue tests): Wrap in with_test_prefix.
17175 (test_step): New procedure, factored out from duplicate top level
17176 code.
17177 (top level): Test "step" in combination with all scheduler-locking
17178 modes. Test "next" in combination with all scheduler-locking
17179 modes, and in combination with stepping over a function call or
17180 not.
17181 * gdb.threads/next-bp-other-thread.c: New file.
17182 * gdb.threads/next-bp-other-thread.exp: New file.
17183
d3d4baed
PA
171842014-10-29 Pedro Alves <palves@redhat.com>
17185
17186 PR python/17372
17187 * gdb.python/python.exp: Test a multi-line command that spawns
17188 interactive Python.
17189 * gdb.base/multi-line-starts-subshell.exp: New file.
17190
563e8d85
YQ
171912014-10-29 Yao Qi <yao@codesourcery.com>
17192
17193 * gdb.base/fileio.exp: Make directories on host.
17194
0ea4d52e
YQ
171952014-10-29 Yao Qi <yao@codesourcery.com>
17196
17197 * gdb.base/fileio.c (test_write): Close the file.
17198
7f5ef605
PA
171992014-10-28 Pedro Alves <palves@redhat.com>
17200
17201 PR gdb/12623
17202 * gdb.base/sigstep.c (no_handler): New global.
17203 (main): If 'no_handler is true, set the signal handlers to
17204 SIG_IGN.
17205 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17206 with_sw_watch and no_handler parameters. Handle them.
17207 (top level) <stepping over handler when stopped at a breakpoint
17208 test>: Add a test axis for testing with a software watchpoint, and
17209 another for testing with the signal handler set to SIG_IGN.
17210 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17211 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17212
abbdbd03
PA
172132014-10-28 Pedro Alves <palves@redhat.com>
17214
17215 PR gdb/17511
17216 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17217 * gdb.base/sigstep.exp (other_handler_location): New global.
17218 (advance): Support stepping into the signal handler, and running
17219 commands while in the handler.
17220 (in_handler_map): New global.
17221 (top level): In the advance test, add combinations for getting
17222 into the handler with stepping commands, and for running commands
17223 in the handler. Add comment descripting the advancei tests.
17224
1df4399f
PA
172252014-10-28 Pedro Alves <palves@redhat.com>
17226
17227 * gdb.base/sigstep.exp: Use build_executable instead of
17228 prepare_for_testing.
17229 (top level): Move code that starts GDB, runs to main and creates a
17230 display to ...
17231 (restart): ... this new procedure.
17232 (top level): Move backtrace from signal handler test to ...
17233 (validate_backtrace): ... this new procedure.
17234 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17235 with_test_prefix. Always restart GDB.
17236 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17237 with_test_prefix. Always restart GDB. No need to delete
17238 breakpoints after the test.
17239 (test_skip_handler): Remove prefix parameter.
17240 (skip_over_handler, breakpoint_to_handler)
17241 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17242 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17243 restart GDB. No need to delete breakpoints after the test.
17244 (top level): Use foreach to call the test procedures with
17245 different commands.
17246
a5b6e449
PA
172472014-10-28 Pedro Alves <palves@redhat.com>
17248
17249 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17250 instead of GNATS numbers.
17251 * gdb.base/sigbpt.exp: Likewise.
17252 * gdb.base/siginfo.exp: Likewise.
17253 * gdb.base/sigstep.exp: Likewise.
17254
e5f8a7cc
PA
172552014-10-27 Pedro Alves <palves@redhat.com>
17256
17257 * gdb.base/sigstep.c (dummy): New global.
17258 (main): Issue a couple writes to the new global.
17259 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17260 procedures.
17261 (skip_over_handler): Use test_skip_handler.
17262 (top level): Call skip_over_handler for stepi and nexti too.
17263 (breakpoint_over_handler): Use test_skip_handler.
17264 (top level): Call breakpoint_over_handler for stepi and nexti too.
17265
763905a3
YQ
172662014-10-27 Yao Qi <yao@codesourcery.com>
17267
17268 * gdb.trace/tfile.c (adjust_function_address)
17269 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17270 function descriptor.
17271
6f259a23
DB
172722014-10-24 Don Breazeal <donb@codesourcery.com>
17273
17274 * gdb.base/foll-fork.exp (test_follow_fork,
17275 catch_fork_child_follow): Check for updated fork messages emitted
17276 from infrun.c.
17277 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17278 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17279 vfork_and_exec_child_follow_through_step): Check for updated vfork
17280 messages emitted from infrun.c.
17281
09dd9a69
PA
172822014-10-24 Pedro Alves <palves@redhat.com>
17283
17284 * gdb.base/corefile.exp: Remove references to ultrix.
17285 * gdb.base/interrupt.exp: Likewise.
17286 * gdb.base/whatis.exp: Likewise.
17287 * gdb.gdb/selftest.exp: Likewise.
17288 * gdb.threads/manythreads.exp: Likewise.
17289 * gdb.threads/print-threads.exp: Likewise.
17290 * gdb.threads/pthreads.exp:: Likewise.
17291 * gdb.threads/schedlock.exp: Likewise.
17292
3433cfa5
SC
172932014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17294
17295 * gdb.cp/non-trivial-retval.cc: Add a test case.
17296 * gdb.cp/non-trivial-retval.exp: Add a test.
17297
092f880b
YQ
172982014-10-20 Yao Qi <yao@codesourcery.com>
17299
17300 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17301 * gdb.python/py-objfile-script-gdb.py: New file.
17302 * gdb.python/py-objfile-script.exp: Update reference to
17303 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17304 of remote_download. Remove the dest file.
17305
acbdb7f3
YQ
173062014-10-20 Yao Qi <yao@codesourcery.com>
17307
17308 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17309 * gdb.base/step-line.exp: Likewise.
17310 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17311 * gdb.dwarf2/dw2-basic.exp: Likewise.
17312 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17313 * gdb.dwarf2/dw2-filename.exp: Likewise.
17314 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17315 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17316 * gdb.dwarf2/dw2-producer.exp: Likewise.
17317 * gdb.dwarf2/mac-fileno.exp: Likewise.
17318 * gdb.python/py-frame-args.exp: Likewise.
17319 * gdb.python/py-framefilter.exp: Likewise.
17320 * gdb.python/py-mi.exp: Likewise.
17321 * gdb.python/py-objfile-script.exp: Likewise
17322 * gdb.python/py-pp-integral.exp: Likewise.
17323 * gdb.python/py-pp-re-notag.exp: Likewise.
17324 * gdb.python/py-prettyprint.exp: Likewise.
17325 * gdb.python/py-section-script.exp: Likewise.
17326 * gdb.python/py-typeprint.exp: Likewise.
17327 * gdb.python/py-xmethods.exp: Likewise.
17328 * gdb.stabs/weird.exp: Likewise.
17329 * gdb.xml/tdesc-regs.exp: Likewise.
17330
bd286a29
KCY
173312014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17332
17333 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17334 (out_cu): Use addr_len for the size of addresses.
17335 (out_line): Likewise. Size DW_LNE_set_address instruction
17336 according to addr_len.
17337 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17338 (FUNC): Add START_INSNS to definition.
17339
673dc4a0
YQ
173402014-10-18 Yao Qi <yao@codesourcery.com>
17341
17342 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17343 gdb_has_argv0 return true.
17344 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17345 check [target_info exists noargs], check [gdb_has_argv0]
17346 instead.
17347 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17348 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17349 procedures.
17350
4ffbba72
DE
173512014-10-17 Doug Evans <dje@google.com>
17352
17353 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17354 event.
17355 * gdb.python/py-events.py: Add clear_objfiles event.
17356
d096d8c1
DE
173572014-10-17 Doug Evans <dje@google.com>
17358
17359 * gdb.python/py-objfile.exp: Test progspace attribute.
17360
a80db015
LM
173612014-10-17 Luis Machado <lgustavo@codesourcery.com>
17362
17363 * gdb.guile/scm-breakpoint.exp: Do not assume any
17364 directory separators when matching source file paths.
17365 * gdb.python/py-breakpoint.exp: Likewise.
17366 * gdb.reverse/break-precsave.exp: Likewise.
17367 * gdb.reverse/break-reverse.exp: Likewise.
17368 * gdb.reverse/consecutive-precsave.exp: Likewise.
17369 * gdb.reverse/finish-precsave.exp: Likewise.
17370 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17371 * gdb.reverse/finish-reverse.exp: Likewise.
17372 * gdb.reverse/i386-precsave.exp: Likewise.
17373 * gdb.reverse/i387-env-reverse.exp: Likewise.
17374 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17375 * gdb.reverse/machinestate-precsave.exp: Likewise.
17376 * gdb.reverse/machinestate.exp: Likewise.
17377 * gdb.reverse/sigall-precsave.exp: Likewise.
17378 * gdb.reverse/solib-precsave.exp: Likewise.
17379 * gdb.reverse/step-precsave.exp: Likewise.
17380 * gdb.reverse/until-precsave.exp: Likewise.
17381 * gdb.reverse/watch-precsave.exp: Likewise.
17382 * gdb.reverse/watch-reverse.exp: Likewise.
17383
b22089ab
YQ
173842014-10-17 Yao Qi <yao@codesourcery.com>
17385
17386 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17387 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17388
6c4486e6
PA
173892014-10-17 Pedro Alves <palves@redhat.com>
17390
17391 PR gdb/17471
17392 * gdb.base/bg-execution-repeat.c: New file.
17393 * gdb.base/bg-execution-repeat.exp: New file.
17394
0ff33695
PA
173952014-10-17 Pedro Alves <palves@redhat.com>
17396
17397 PR gdb/17300
17398 * gdb.base/continue-all-already-running.c: New file.
17399 * gdb.base/continue-all-already-running.exp: New file.
17400
6fdebc3d
PA
174012014-10-17 Pedro Alves <palves@redhat.com>
17402
17403 PR gdb/17472
17404 * gdb.base/annota-input-while-running.c: New file.
17405 * gdb.base/annota-input-while-running.exp: New file.
17406
32a8097b
PA
174072014-10-17 Pedro Alves <palves@redhat.com>
17408
17409 * gdb.base/callfuncs.exp: emove references to osf.
17410 * gdb.base/sigall.exp: Likewise.
17411 * gdb.gdb/selftest.exp: Likewise.
17412 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17413 * gdb.mi/non-stop.c: Likewise.
17414 * gdb.mi/pthreads.c: Likewise.
17415 * gdb.reverse/sigall-precsave.exp: Likewise.
17416 * gdb.reverse/sigall-reverse.exp: Likewise.
17417 * gdb.threads/pthreads.c: Likewise.
17418 * gdb.threads/pthreads.exp: Likewise.
17419
7a3517ff
YQ
174202014-10-17 Yao Qi <yao@codesourcery.com>
17421
17422 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17423 check 'target_info exists noargs'.
17424 (test_command_prompt_position): Likewise.
17425 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17426 Remove "set args".
17427 (progvar_simple_while_test): Likewise.
17428 (progvar_complex_if_while_test): Likewise.
17429 (if_while_breakpoint_command_test): Likewise.
17430 (infrun_breakpoint_command_test): Likewise.
17431 (breakpoint_command_test): Likewise.
17432 (watchpoint_command_test): Likewise.
17433 (bp_deleted_in_command_test): Likewise.
17434 (temporary_breakpoint_commands): Likewise.
17435
bb99c472
YQ
174362014-10-16 Yao Qi <yao@codesourcery.com>
17437
17438 * gdb.base/remotetimeout.exp: Remove noargs checking.
17439
7c16b83e
PA
174402014-10-15 Pedro Alves <palves@redhat.com>
17441
17442 PR breakpoints/9649
17443 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17444 * gdb.base/breakpoint-in-ro-region.exp
17445 (probe_target_hardware_step): New procedure.
17446 (top level): Probe hardware stepping and hardware breakpoint
17447 support. Test stepping through a read-only region, with both
17448 "breakpoint auto-hw" on and off and both "always-inserted" on and
17449 off.
17450
35a49624
IB
174512014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17452
17453 * gdb.dlang/demangle.exp: Update for demangling changes.
17454
2d1c107c
SC
174552014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17456
17457 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17458 * gdb.cp/non-trivial-retval.exp: Add new tests.
17459
778811d5
SC
174602014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17461
17462 PR c++/13403
17463 PR c++/15154
17464 * gdb.cp/non-trivial-retval.cc: New file.
17465 * gdb.cp/non-trivial-retval.exp: New file.
17466
10c5f0a8
YQ
174672014-10-15 Yao Qi <yao@codesourcery.com>
17468
17469 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17470 remote host.
17471
65d7b369
YQ
174722014-10-15 Yao Qi <yao@codesourcery.com>
17473
17474 * gdb.python/py-symbol.exp: Match file base name if host is
17475 remote, otherwise match file name with dir name.
17476 * gdb.python/py-symtab.exp: Likewise.
17477 * gdb.python/python.exp: Likewise.
17478
46dc1394
YQ
174792014-10-15 Yao Qi <yao@codesourcery.com>
17480
17481 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17482 pattern.
17483 * gdb.python/py-symtab.exp: Likewise.
17484 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17485 locationn.
17486
c40cc657
JB
174872014-10-14 Joel Brobecker <brobecker@adacore.com>
17488
17489 * gdb.ada/addr_arith: New testcase.
17490
2abf49e1
MR
174912014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17492
17493 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17494 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17495 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17496 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17497
f7088df3
SDJ
174982014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17499
17500 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17501 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17502 * gdb.arch/stap-eval-lang-ada.exp: New file.
17503
4dc06805
YQ
175042014-10-14 Yao Qi <yao@codesourcery.com>
17505
17506 * gdb.mi/mi-var-child.c (nothing1): New function.
17507 (nothing2): New function.
17508 (do_children_tests): Set function pointers by nothing1 and
17509 nothing2.
17510 * gdb.mi/mi-var-child.exp: Step over new added statements.
17511 Update test to match the new output.
17512 * gdb.mi/var-cmd.c (nothing1): New function.
17513 (nothing2): New function.
17514 (do_children_tests): Set function pointers by nothing1 and
17515 nothing2.
17516 * gdb.mi/mi-var-display.exp: Update test to match output.
17517 Step to the line specified by $line_dct_nothing.
17518 Increase the number of lines to step.
17519
46a93de2
YQ
175202014-10-14 Yao Qi <yao@codesourcery.com>
17521
17522 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17523 tests.
17524 * gdb.mi/mi2-var-child.exp: Likewise.
17525
14ea52ee
DE
175262014-10-13 Doug Evans <dje@google.com>
17527
17528 * gdb.python/py-objfile.exp: Change name of file name test.
17529
e5c6e92b
DE
175302014-10-13 Doug Evans <dje@google.com>
17531
17532 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17533 from the start of the CU.
17534
c780cc2f
JK
175352014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17536 Yao Qi <yao@codesourcery.com>
17537
17538 Fix "save breakpoints" for "catch" command.
17539 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17540 Remove -nonewline. Match also the added "main" line.
17541
99894e11
JK
175422014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17543
17544 Fix "save breakpoints" for "disable $bpnum" command.
17545 * gdb.base/save-bp.c (main): Add label.
17546 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17547
6e1ac5a3
JK
175482014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17549
17550 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17551
754dd2b0
YQ
175522014-10-11 Yao Qi <yao@codesourcery.com>
17553
17554 * gdb.server/server-kill.exp: Execute command
17555 "set remote trace-status-packet on" before "tstatus".
17556
f90183d7
YQ
175572014-10-11 Yao Qi <yao@codesourcery.com>
17558
17559 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17560 (main): Call getppid.
17561 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17562 and continue to it. Read variable "server_pid".
17563
bf40a607
YQ
175642014-10-11 Yao Qi <yao@codesourcery.com>
17565
17566 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17567
052ca370
YQ
175682014-10-11 Yao Qi <yao@codesourcery.com>
17569
17570 * gdb.threads/thread-find.exp: Don't execute command
17571 "info threads".
17572 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17573 * gdb.threads/linux-dp.exp: Don't check the condition
17574 $threads_created equals to zero.
17575
3831839c
PA
175762014-10-10 Pedro Alves <palves@redhat.com>
17577
17578 * gdb.base/bigcore.exp: Remove references to IRIX.
17579 * gdb.base/funcargs.exp: Likewise.
17580 * gdb.base/interrupt.exp: Likewise.
17581 * gdb.base/mips_pro.exp: Likewise.
17582 * gdb.base/nodebug.exp: Likewise.
17583 * gdb.base/setvar.exp: Likewise.
17584 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17585
8b9a549d
PA
175862014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17587 Pedro Alves <palves@redhat.com>
17588
17589 PR symtab/14466
17590 * gdb.base/vdso-warning.c: New file.
17591 * gdb.base/vdso-warning.exp: New file.
17592
d48ba5e8
DE
175932014-10-02 Doug Evans <dje@google.com>
17594
17595 * gdb.base/structs.c (main): Don't run forever.
17596
2278c276
PA
175972014-10-02 Pedro Alves <palves@redhat.com>
17598
17599 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17600 (top level) <stop threads 1, stop threads 2>: Use it.
17601
b57bacec
PA
176022014-10-02 Pedro Alves <palves@redhat.com>
17603
17604 * gdb.threads/break-while-running.exp (test): Add new
17605 'update_thread_list' argument. Skip "info threads" if false.
17606 (top level): Add new 'update_thread_list' axis.
17607
13fd3ff3
PA
176082014-10-02 Pedro Alves <palves@redhat.com>
17609
17610 PR breakpoints/17431
17611 * gdb.base/execl-update-breakpoints.c: New file.
17612 * gdb.base/execl-update-breakpoints.exp: New file.
17613
0fec99e8
PA
176142014-10-01 Pedro Alves <palves@redhat.com>
17615
17616 * gdb.base/breakpoint-in-ro-region.c: New file.
17617 * gdb.base/breakpoint-in-ro-region.exp: New file.
17618
2ddf4301
SM
176192014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17620
17621 * gdb.mi/mi-exit-code.exp: New file.
17622 * gdb.mi/mi-exit-code.c: New file.
17623
6a5f3f43
YQ
176242014-09-30 Yao Qi <yao@codesourcery.com>
17625
17626 * lib/prelink-support.exp (build_executable_own_libs): Error if
17627 the target isn't native.
17628
345bcc73
YQ
176292014-09-30 Yao Qi <yao@codesourcery.com>
17630
17631 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17632 false.
17633
a25a5a45
PA
176342014-09-22 Pedro Alves <palves@redhat.com>
17635
17636 * gdb.threads/break-while-running.exp: New file.
17637 * gdb.threads/break-while-running.c: New file.
17638
00ba3162
YQ
176392014-09-19 Yao Qi <yao@codesourcery.com>
17640
17641 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17642 Invoke test. Restart GDB with --readnow and invoke test again.
17643
c3b7b696
YQ
176442014-09-19 Yao Qi <yao@codesourcery.com>
17645
17646 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17647 proc set_breakpoint_on_gcd_function. Invoke
17648 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17649 invoke set_breakpoint_on_gcd_function again.
17650
2b4fd423
DE
176512014-09-18 Doug Evans <dje@google.com>
17652
17653 * gdb.dwarf2/symtab-producer.exp: New file.
17654
a5947601
SDJ
176552014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17656
17657 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17658 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17659 * gdb.base/global-var-nested-by-dso.c: Likewise.
17660 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17661
91c19059
SDJ
176622014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17663 Pedro Alves <palves@redhat.com>
17664
17665 * gdb.base/watch-bitfields.exp: Pass string other than test file
17666 name to prepare_for_testing.
17667 (watch): New procedure.
17668 (expect_watchpoint): Use with_test_prefix.
17669 (top level): Factor out tests to ...
17670 (test_watch_location, test_regular_watch): ... these new
17671 procedures, and use with_test_prefix and gdb_continue_to_end.
17672
bb9d5f81
PP
176732014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17674
17675 PR breakpoints/12526
17676 * gdb.base/watch-bitfields.exp: New file.
17677 * gdb.base/watch-bitfields.c: New file.
17678
635856f5
PA
176792014-09-16 Pedro Alves <palves@redhat.com>
17680
17681 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17682 software and hardware addresses, not software address against
17683 itself.
17684
7280ceea
PA
176852014-09-16 Pedro Alves <palves@redhat.com>
17686
17687 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17688 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17689
428b16bd
PA
176902014-09-16 Pedro Alves <palves@redhat.com>
17691
17692 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17693 files.
17694 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17695 "*-*-vxworks*" throughout.
17696 * gdb.base/break.exp: Likewise.
17697 * gdb.base/default.exp: Likewise.
17698 * gdb.base/scope.exp: Likewise.
17699 * gdb.base/sepdebug.exp: Likewise.
17700 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17701 throughout.
17702 * gdb.base/run.c: Likewise.
17703 * gdb.base/sepdebug.c: Likewise.
17704 * gdb.hp/gdb.aCC/run.c: Likewise.
17705 * gdb.reverse/until-reverse.c: Likewise.
17706 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17707
666d413c
YQ
177082014-09-16 Yao Qi <yao@codesourcery.com>
17709
17710 * boards/local-remote-host-native.exp: New file.
17711
57cbd724
DE
177122014-09-14 Doug Evans <xdje42@gmail.com>
17713
17714 * gdb.threads/queue-signal.c (thread_count): New variable.
17715 (thread_count_mutex, thread_count_condvar): New variables.
17716 (incr_thread_count, wait_all_threads_running): New functions.
17717 (main): Wait for all threads to be in their thread functions.
17718
81219e53
DE
177192014-09-13 Doug Evans <xdje42@gmail.com>
17720
17721 * gdb.threads/queue-signal.c: New file.
17722 * gdb.threads/queue-signal.exp: New file.
17723
3714cea7
DE
177242014-09-13 Doug Evans <xdje42@gmail.com>
17725
17726 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17727 be consistent with what default_gdb_init uses.
17728 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17729 the plain text of the prompt. Add some logging printfs.
17730 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17731
fa43b1d7
PA
177322014-09-12 Pedro Alves <palves@redhat.com>
17733
17734 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17735 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17736 * gdb.arch/i386-size-overlap.exp: Likewise.
17737 * gdb.arch/i386-size.exp: Likewise.
17738 * gdb.arch/i386-unwind.exp: Likewise.
17739 * gdb.base/a2-run.exp: Likewise.
17740 * gdb.base/break.exp: Likewise.
17741 * gdb.base/charset.exp: Likewise.
17742 * gdb.base/chng-syms.exp: Likewise.
17743 * gdb.base/commands.exp: Likewise.
17744 * gdb.base/dbx.exp: Likewise.
17745 * gdb.base/find.exp: Likewise.
17746 * gdb.base/funcargs.exp: Likewise.
17747 * gdb.base/jit-simple.exp: Likewise.
17748 * gdb.base/reread.exp: Likewise.
17749 * gdb.base/sepdebug.exp: Likewise.
17750 * gdb.base/step-bt.exp: Likewise.
17751 * gdb.cp/mb-inline.exp: Likewise.
17752 * gdb.cp/mb-templates.exp: Likewise.
17753 * gdb.objc/basicclass.exp: Likewise.
17754 * gdb.threads/killed.exp: Likewise.
17755
9d9bf2df
EBM
177562014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17757
17758 PR tdep/17379
17759 * gdb.arch/powerpc-stackless.S: New file.
17760 * gdb.arch/powerpc-stackless.exp: New file.
17761
1cf2f1b0
JK
177622014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17763
17764 * gdb.base/attach.c: Include unistd.h.
17765 (main): Call alarm. Add label postloop.
17766 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17767 gdb_breakpoint, gdb_continue_to_breakpoint.
17768 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17769
98880d46
PA
177702014-09-11 Pedro Alves <palves@redhat.com>
17771
17772 PR gdb/17347
17773 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17774 * gdb.base/attach.exp (test_command_line_attach_run): New
17775 procedure.
17776 (top level): Call it.
17777
4c92ff2c
PA
177782014-09-11 Pedro Alves <palves@redhat.com>
17779
17780 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17781 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17782 (do_command_attach_tests): Use spawn_wait_for_attach.
17783 * gdb.base/solib-overlap.exp: Likewise.
17784 * gdb.multi/multi-attach.exp: Likewise.
17785 * gdb.python/py-prompt.exp: Likewise.
17786 * gdb.python/py-sync-interp.exp: Likewise.
17787 * gdb.server/ext-attach.exp: Likewise.
17788
3adc1a7d
GKB
177892014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17790
17791 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17792 command in testcase. Simplify testcase.
17793
96334934
JB
177942014-09-10 Joel Brobecker <brobecker@adacore.com>
17795
17796 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17797
eb479039
JB
177982014-09-10 Joel Brobecker <brobecker@adacore.com>
17799
17800 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17801
deede10c
JB
178022014-09-10 Joel Brobecker <brobecker@adacore.com>
17803
17804 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17805
7828a5f5
JB
178062014-09-10 Joel Brobecker <brobecker@adacore.com>
17807
17808 * gdb.dwarf2/dynarr-ptr.c: New file.
17809 * gdb.dwarf2/dynarr-ptr.exp: New file.
17810
33aeebcf
MR
178112014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17812
17813 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17814 of 30 rather than hardcoding 120 for a slow test case. Take the
17815 `gdb,timeout' target setting into account for this calculation.
17816 Don't extend the timeout for the test cases that don't need it.
17817
7b415901
MR
178182014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17819
17820 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17821 a factor of 2 for a slow test case. Take the `gdb,timeout'
17822 target setting into account for this calculation.
17823 * gdb.reverse/until-precsave.exp: Increase the timeout by
17824 a factor of 15 and 3 respectively rather than adding 120
17825 for a pair of slow test cases. Take the `gdb,timeout'
17826 target setting into account for this calculation.
17827
4a40f85a
MR
178282014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17829
17830 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17831 timeout, don't pass one down to gdb_expect.
17832 (gdb_expect): Rework timeout selection.
17833
09635af7
MR
178342014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17835
17836 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17837 exception on timeout.
17838 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17839 (gdbserver_start_extended): Catch any `gdbserver_start' error
17840 exceptions.
17841 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17842 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17843 `gdbserver_gdb_load' error exceptions.
17844
2bdd10b7
MR
178452014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17846
17847 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17848 120 on waiting for the TCP socket to open.
17849
316935f0
DE
178502014-09-09 Doug Evans <xdje42@gmail.com>
17851
17852 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17853 _caller_matches, _any_caller_is, _any_caller_matches.
17854
83740597
DE
178552014-09-09 Doug Evans <xdje42@gmail.com>
17856
17857 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17858
4c122fc3
YQ
178592014-09-09 Yao Qi <yao@codesourcery.com>
17860
17861 * gdb.mi/mi-var-display.exp: Set print symbol off.
17862
a9f116cb
GKB
178632014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17864
17865 PR gdb/17035
17866 * gdb.base/commands.exp: Add tests to verify user-defined
17867 commands with empty bodies.
17868 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17869 python commands in `show user command`.
17870 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17871 scheme commands in `show user command`.
17872
c75bd3a2
JK
178732014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17874
17875 PR python/17355
17876 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17877 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17878 * gdb.python/py-framefilter-invalidarg.exp: New file.
17879 * gdb.python/py-framefilter-invalidarg.py: New file.
17880
faa42425
DE
178812014-09-06 Doug Evans <xdje42@gmail.com>
17882
17883 PR 15276
17884 * gdb.python/py-caller-is.c: New file.
17885 * gdb.python/py-caller-is.exp: New file.
17886
474ca4f6
SDJ
178872014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17888
17889 PR gdb/17235
17890 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17891 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17892
eb0b0463
SDJ
178932014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17894
17895 PR fortran/17237
17896 * gdb.fortran/print-formatted.exp: New file.
17897 * gdb.fortran/print-formatted.f90: Likewise.
17898
5f3b99cf
SS
178992014-09-03 Sasha Smundak <asmundak@google.com>
17900
17901 * gdb.python/py-frame.exp: Test Frame.read_register.
17902
7d793aa9
SDJ
179032014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17904
17905 PR python/16699
17906 * gdb.python/py-completion.exp: New file.
17907 * gdb.python/py-completion.py: Likewise.
17908
fb0576e9
DE
179092014-08-28 Doug Evans <dje@google.com>
17910
17911 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17912 eax,etc. are live with values set by gdb and thus the compiler can't
17913 use them.
17914 * gdb.arch/i386-pseudo.c (main): Ditto.
17915
ee92b0dd
DE
179162014-08-27 Doug Evans <dje@google.com>
17917
17918 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17919
6649db35
DE
179202014-08-25 Doug Evans <dje@google.com>
17921
17922 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17923 (main): Ditto.
17924
564b7600
DE
179252014-08-25 Doug Evans <dje@google.com>
17926
17927 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17928
3881fb67
YQ
179292014-08-24 Yao Qi <yao@codesourcery.com>
17930
17931 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17932 symbol off.
17933 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17934
a05a36a5
DE
179352014-08-22 Doug Evans <dje@google.com>
17936
17937 PR 17276
17938 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17939 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17940 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17941
7c343b48
YQ
179422014-08-22 Yao Qi <yao@codesourcery.com>
17943
17944 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17945 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17946 * gdb.python/python.exp: Likewise. Use .py file on the host
17947 instead of the build.
17948
22fd09ae
JK
179492014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17950
17951 * gdb.threads/gcore-stale-thread.c: New file.
17952 * gdb.threads/gcore-stale-thread.exp: New file.
17953
a8454a7c
PA
179542014-08-21 Pedro Alves <palves@redhat.com>
17955
17956 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17957 * gdb.base/gcore-relro-pie.exp: Likewise.
17958 * gdb.base/gcore-relro.exp: Likewise.
17959 * gdb.base/gcore.exp: Likewise.
17960 * gdb.base/print-symbol-loading.exp: Likewise.
17961 * gdb.threads/gcore-thread.exp: Likewise.
17962 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17963
2a31c623
PA
179642014-08-20 Pedro Alves <palves@redhat.com>
17965 Jan Kratochvil <jan.kratochvil@redhat.com>
17966
17967 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17968 configure.
17969 (EXPECT): Handle READ1 being set.
17970 (all): Depend on EXTRA_RULES.
17971 (check-read1, expect-read1, read1.so, read1): New rules.
17972 * README (Testsuite Parameters): Document the READ1 make variable.
17973 (Race detection): New section.
17974 * configure: Regenerate.
17975 * configure.ac: If build==host==target, and running under a
17976 GNU/glibc system, add read1 to the extra Makefile rules.
17977 (EXTRA_RULES): AC_SUBST it.
17978 * lib/read1.c: New file.
17979
d36430db
JB
179802014-08-20 Joel Brobecker <brobecker@adacore.com>
17981
17982 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17983 the handling of variables declared as a typedef to an array
17984 which a DW_AT_data_location attribute.
17985
9a0dc9e3
PA
179862014-08-19 Andrew Burgess <aburgess@broadcom.com>
17987 Pedro Alves <palves@redhat.com>
17988
17989 PR symtab/14604
17990 PR symtab/14605
17991 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17992 gdb_test.
17993
0718a8da
PA
179942014-08-19 Pedro Alves <palves@redhat.com>
17995
17996 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17997
13b448cd
YQ
179982014-08-19 Yao Qi <yao@codesourcery.com>
17999
18000 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18001 right line.
18002
1cbf5077
DB
180032014-08-18 David Blaikie <dblaikie@gmail.com>
18004
18005 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18006
bf0fae19
JB
180072014-08-18 Joel Brobecker <brobecker@adacore.com>
18008
18009 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18010 attribute in array range.
18011
3c8c5dcc
JB
180122014-08-18 Joel Brobecker <brobecker@adacore.com>
18013
18014 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18015
e66d4446
SC
180162014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18017
18018 PR c++/17132
18019 * gdb.cp/pr17132.cc: New file.
18020 * gdb.cp/pr17132.exp: New file.
18021
940df408
SC
180222014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18023
18024 * gdb.python/py-xmethods.py (A_getarrayind)
18025 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18026 Use 'print' with function call syntax.
18027 (E_method_matcher.match): Fix tab vs space indentation mixup.
18028
ebcc6c3a
YQ
180292014-08-15 Yao Qi <yao@codesourcery.com>
18030
18031 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18032 false.
18033
775e0f04
YQ
180342014-08-15 Yao Qi <yao@codesourcery.com>
18035
18036 * gdb.cp/casts.exp: Set print symbol off.
18037 * gdb.cp/class2.exp: Likewise.
18038 * gdb.cp/overload.exp: Likewise.
18039 * gdb.cp/templates.exp: Likewise.
18040
d769e349
DE
180412014-08-11 Doug Evans <dje@google.com>
18042
18043 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18044 (test_load_shlib): Update.
18045
20c6f1e1
YQ
180462014-08-09 Yao Qi <yao@codesourcery.com>
18047
18048 * gdb.base/display.exp: Invoke is_address_zero_readable.
18049 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18050 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18051 * gdb.base/hbreak-unmapped.exp: Return if
18052 is_address_zero_readable returns true.
18053 * gdb.base/signest.exp: Likewise.
18054 * gdb.base/signull.exp: Likewise.
18055 * gdb.base/sigbpt.exp: Likewise.
18056 * gdb.guile/scm-disasm.exp: Do the test if
18057 is_address_zero_readable returns false.
18058 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18059 * gdb.python/py-arch.exp: Likewise.
18060 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18061 * lib/gdb.exp (is_address_zero_readable): New proc.
18062
5792e8e3
YQ
180632014-08-09 Yao Qi <yao@codesourcery.com>
18064
18065 PR testsuite/13443
18066 * gdb.mi/mi-var-display.exp: Make test messages unique.
18067
3cecbbbe
TT
180682014-08-04 Tom Tromey <tromey@redhat.com>
18069
18070 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18071 target 0".
18072
00b51ff5
TT
180732014-08-04 Tom Tromey <tromey@redhat.com>
18074
18075 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18076 "target_resume".
18077
6908c509
JB
180782014-08-01 Joel Brobecker <brobecker@adacore.com>
18079
18080 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18081 inner_vla_struct_object_size.
18082 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18083 as xfail.
18084
cc6563d2
PA
180852014-07-30 Pedro Alves <palves@redhat.com>
18086
18087 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18088 comment.
18089
7e09a223
YQ
180902014-07-29 Yao Qi <yao@codesourcery.com>
18091
18092 PR gdb/17206
18093 * gdb.base/until-nodebug.exp: New.
18094
7ebdbe92
DE
180952014-07-28 Doug Evans <xdje42@gmail.com>
18096
18097 PR guile/17203
18098 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18099 previously existing parameter, and previously ambiguously spelled
18100 parameter.
18101
fdb1adc6
WN
181022014-07-28 Will Newton <will.newton@linaro.org>
18103
18104 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18105
186fcde0
DE
181062014-07-26 Ludovic Courtès <ludo@gnu.org>
18107 Doug Evans <xdje42@gmail.com>
18108
18109 PR guile/17146
18110 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18111
70509625
PA
181122014-07-25 Pedro Alves <palves@redhat.com>
18113
18114 * gdb.threads/signal-command-handle-nopass.c: New file.
18115 * gdb.threads/signal-command-handle-nopass.exp: New file.
18116 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18117 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18118 * gdb.threads/signal-delivered-right-thread.c: New file.
18119 * gdb.threads/signal-delivered-right-thread.exp: New file.
18120
c3f814a1
PA
181212014-07-25 Pedro Alves <palves@redhat.com>
18122
18123 * gdb.base/double-prompt-target-event-error.exp
18124 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18125 match.
18126 (cancel_pagination_in_target_event): Rework double prompt
18127 detection.
18128 * gdb.base/paginate-after-ctrl-c-running.exp
18129 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18130 <return>' match.
18131 * gdb.base/paginate-bg-execution.exp
18132 (test_bg_execution_pagination_return)
18133 (test_bg_execution_pagination_cancel): Remove '-notransfer
18134 <return>' matches.
18135 * gdb.base/paginate-execution-startup.exp
18136 (test_fg_execution_pagination_return)
18137 (test_fg_execution_pagination_cancel): Remove '-notransfer
18138 <return>' matches.
18139 * gdb.base/paginate-inferior-exit.exp
18140 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18141 match.
18142 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18143 * lib/gdb.exp (pagination_prompt): Run text through
18144 string_to_regexp.
18145 (gdb_test_multiple): Match $pagination_prompt instead of
18146 "<return>".
18147 (string_to_regexp): Move to lib/gdb-utils.exp.
18148
e214cf6c
JK
181492014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18150
18151 * gdb.arch/amd64-entry-value-paramref.S: New file.
18152 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18153 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18154 * gdb.arch/amd64-optimout-repeat.S: New file.
18155 * gdb.arch/amd64-optimout-repeat.c: New file.
18156 * gdb.arch/amd64-optimout-repeat.exp: New file.
18157
17d0c5c8
JK
181582014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18159
18160 PR gdb/17170
18161 * gdb.base/statistics.exp: New file.
18162
b8b8facf
DE
181632014-07-17 Doug Evans <dje@google.com>
18164
74b49205 18165 PR gdb/17170
b8b8facf
DE
18166 * gdb.base/maint.exp: Update testing of per-command stats.
18167
1b5d0ab3
PA
181682014-07-16 Pedro Alves <palves@redhat.com>
18169
18170 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18171 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18172 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18173 (tfile_write_buf): New functions.
18174 (add_memory_block): Rewrite using the above.
18175 (adjust_function_address): New function.
18176 (FUNCTION_ADDRESS): New macro.
18177 (write_basic_trace_file): Remove short_x local, and use
18178 tfile_write_16. Change type of func_addr local to unsigned long
18179 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18180 here. Cast argument of add_memory_block to char pointer.
18181 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18182 (main): Remove parameters.
18183 * gdb.trace/tfile.exp: Remove nowarnings.
18184
4d974e88
SM
181852014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18186
18187 * gdb.base/debug-expr.exp: Test string evaluation with
18188 "debug expression" on.
18189
41e99568
PA
181902014-07-15 Pedro Alves <palves@redhat.com>
18191
18192 * gdb.base/reread.exp: Use clean_restart.
18193
487d9753
PL
181942014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18195
18196 * gdb.arch/avr-flash-qualifer.c: New.
18197 * gdb.arch/avr-flash-qualifer.exp: New.
18198
cc1c52ad
PA
181992014-07-14 Pedro Alves <palves@redhat.com>
18200
18201 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18202 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18203
1e973570
PA
182042014-07-14 Pedro Alves <palves@redhat.com>
18205
18206 * gdb.base/double-prompt-target-event-error.c: New file.
18207 * gdb.base/double-prompt-target-event-error.exp: New file.
18208
93d6eb10
PA
182092014-07-14 Pedro Alves <palves@redhat.com>
18210
18211 PR gdb/17072
18212 * gdb.base/paginate-inferior-exit.c: New file.
18213 * gdb.base/paginate-inferior-exit.exp: New file.
18214
0017922d
PA
182152014-07-14 Pedro Alves <palves@redhat.com>
18216
18217 PR gdb/17072
18218 * gdb.base/paginate-bg-execution.c: New file.
18219 * gdb.base/paginate-bg-execution.exp: New file.
18220
94696ad3
PA
182212014-07-14 Pedro Alves <palves@redhat.com>
18222
18223 PR gdb/17072
18224 * gdb.base/paginate-execution-startup.c: New file.
18225 * gdb.base/paginate-execution-startup.exp: New file.
18226 * lib/gdb.exp (pagination_prompt): New global.
18227 (default_gdb_spawn): New procedure, factored out from
18228 default_gdb_spawn.
18229 (default_gdb_start): Adjust to call default_gdb_spawn.
18230 (gdb_spawn): New procedure.
18231
bd293940
PA
182322014-07-14 Pedro Alves <palves@redhat.com>
18233
18234 * lib/gdb.exp (gdb_assert): New procedure.
18235 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18236
c933f875
PA
182372014-07-14 Pedro Alves <palves@redhat.com>
18238
18239 * gdb.base/execution-termios.c: New file.
18240 * gdb.base/execution-termios.exp: New file.
18241
d98b7a16
TT
182422014-07-14 Tom Tromey <tromey@redhat.com>
18243
18244 * gdb.cp/vla-cxx.cc: New file.
18245 * gdb.cp/vla-cxx.exp: New file.
18246
548740d6
TT
182472014-07-14 Tom Tromey <tromey@redhat.com>
18248
18249 * gdb.reverse/rerun-prec.c: New file.
18250 * gdb.reverse/rerun-prec.exp: New file.
18251
a25eb028
MR
182522014-07-12 Maciej W. Rozycki <macro@mips.com>
18253 Maciej W. Rozycki <macro@codesourcery.com>
18254
18255 * lib/gdb-utils.exp: New file.
18256 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18257 inline `gdb_init_command' processing.
18258 (gdb_start_cmd): Likewise.
18259 * lib/mi-support.exp (mi_run_cmd): Likewise.
18260 * README: Document `gdb_init_command' and `gdb_init_commands'.
18261
218c2655
JK
182622014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18263
18264 Fix false FAIL running under a very long directory name.
18265 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18266 and "set print elements 10000". Twice.
18267
5401fde3
YQ
182682014-07-11 Yao Qi <yao@codesourcery.com>
18269
18270 * gdb.base/exprs.exp: "set print symbol off".
18271
e76126e8
PA
182722014-07-11 Pedro Alves <palves@redhat.com>
18273
18274 * gdb.threads/kill.c: New file.
18275 * gdb.threads/kill.exp: New file.
18276
2d6f0de6
YQ
182772014-07-10 Yao Qi <yao@codesourcery.com>
18278
18279 * gdb.trace/tfile.c (write_basic_trace_file)
18280 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18281 address written to trace file.
18282
7180e04a
PA
182832014-07-09 Pedro Alves <palves@redhat.com>
18284
18285 * gdb.base/attach-wait-input.exp: New file.
18286 * gdb.base/attach-wait-input.c: New file.
18287
9a9a7608
AB
182882014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18289
18290 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18291 setting up test structures.
18292 (main): Call new test function.
18293 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18294 test function, continue into test function and walk test
18295 structures.
18296
161ac41e
YQ
182972014-07-02 Yao Qi <yao@codesourcery.com>
18298
18299 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18300 'bar_start' at the beginning of functions 'foo' and 'bar'
18301 respectively.
18302 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18303 instead of 'foo' and 'bar'.
18304
1f267ae3
MM
183052014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18306
18307 * gdb.btrace/segv.exp: New.
18308 * gdb.btrace/segv.c: New.
18309
2b239efb
LM
183102014-07-02 Luis Machado <lgustavo@codesourcery.com>
18311
18312 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18313 instruction.
18314
cf363f18
MW
183152014-06-30 Mark Wielaard <mjw@redhat.com>
18316
18317 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18318 vulture, vilify, villar): New volatile array constants.
18319 (vindictive, vegetation): New const volatile array constants.
18320 * gdb.base/volatile.exp: Test volatile and const volatile array
18321 types.
18322
aebf9d24
AA
183232014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18324
18325 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18326 target lacks support for awatch, rwatch, or hbreak.
18327
b67a2c6f
YQ
183282014-06-27 Yao Qi <yao@codesourcery.com>
18329
18330 * gdb.multi/dummy-frame-restore.exp: New.
18331 * gdb.multi/dummy-frame-restore.c: New.
18332
aef92902
MM
183332014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18334
18335 * gdb.btrace/gcore.exp: New.
18336
8e9db26e
PA
183372014-06-23 Pedro Alves <palves@redhat.com>
18338
18339 * gdb.base/watchpoint-reuse-slot.c: New file.
18340 * gdb.base/watchpoint-reuse-slot.exp: New file.
18341
70afc5b7
SC
183422014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18343
18344 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18345 progspace's filename in 'info', 'enable' and 'disable' command
18346 tests.
18347
b972bd9c
JK
183482014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18349
18350 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18351 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18352 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18353
125f8a3d
GB
183542014-06-20 Gary Benson <gbenson@redhat.com>
18355
18356 * gdb.arch/i386-avx.exp: Fix include file location.
18357 * gdb.arch/i386-sse.exp: Likewise.
18358
3ed9baed
IB
183592014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18360
18361 * gdb.dlang/expression.exp: New file.
18362
034f788c
PA
183632014-06-19 Pedro Alves <palves@redhat.com>
18364
18365 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18366 out from ...
18367 (top level): ... here. Iterate running tests under different
18368 scheduler-locking settings.
18369
45371d0c
LM
183702014-06-18 Luis Machado <lgustavo@codesourcery.com>
18371
18372 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18373 to DW_FORM_addr and use non-zero addresses.
18374
5d376983
SC
183752014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18376
18377 PR gdb/17017
18378 * gdb.python/py-xmethods.cc: Add global function call counters and
18379 increment them in their respective functions. Remove "cout"
18380 statements.
18381 * gdb.python/py-xmethods.exp: Make tests check the global function
18382 call counters instead of depending on inferior IO.
18383
a1aa2221
LM
183842014-06-18 Don Breazeal <donb@codesourcery.com>
18385
18386 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18387 Deleted procedure.
18388 (explicit_fork_parent_follow): Deleted procedure.
18389 (explicit_fork_child_follow): Deleted procedure.
18390 (test_follow_fork): New procedure.
18391 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 18392 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
18393 procedure calls.
18394
0fc05997
YQ
183952014-06-17 Yao Qi <yao@codesourcery.com>
18396
18397 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18398 CP1252.
18399
70795c52
LM
184002014-06-17 Luis Machado <lgustavo@codesourcery.com>
18401
18402 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18403 Initialize ptr and S explicitly.
18404 (skip_type_update_when_not_use_rtti_test): Likewise.
18405
6be47f0c
KS
184062014-06-16 Keith Seitz <keiths@redhat.com>
18407
18408 PR mi/15863
18409 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18410 the inferior is started.
18411
d03de421
PA
184122014-06-16 Pedro Alves <palves@redhat.com>
18413
18414 * gdb.base/break-main-file-remove-fail.c: New file.
18415 * gdb.base/break-main-file-remove-fail.exp: New file.
18416 * gdb.base/break-unload-file.exp: Use build_executable instead of
18417 prepare_for_testing.
18418 (test_break): New parameter "initial_load". Handle it.
18419 (top level): Add initial_load cmdline/file axis.
18420
f9579b99
TT
184212014-06-12 Tom Tromey <tromey@redhat.com>
18422
18423 * gdb.base/completion.exp: Don't use directory name in test.
18424
3657956b
GB
184252014-06-09 Gary Benson <gbenson@redhat.com>
18426
18427 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18428 separate the always-available ANSI-standard signals from the
18429 signals that require checking.
18430 (main): Likewise.
18431 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18432 Likewise.
18433 (main): Likewise.
18434
4186eb54
KS
184352014-06-07 Keith Seitz <keiths@redhat.com>
18436
18437 Revert:
18438 PR c++/16253
18439 * gdb.cp/var-tag.cc: New file.
18440 * gdb.cp/var-tag.exp: New file.
18441 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18442 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18443 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18444 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18445
25326a28 184462014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
18447
18448 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18449
829155c9
PA
184502014-06-06 Pedro Alves <palves@redhat.com>
18451
18452 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18453 in target debug output instead of looking at RSP packets,
18454 disabling the test on any target that uses hardware stepping.
18455 Update comments.
18456
61c8d22e
PA
184572014-06-06 Pedro Alves <palves@redhat.com>
18458
18459 * gdb.base/break-unload-file.exp: Fix typo.
18460
d9a47287
YQ
184612014-06-06 Yao Qi <yao@codesourcery.com>
18462
18463 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18464 from "jit_function" to "^jit_function".
18465
e5e01dbf
YQ
184662014-06-06 Yao Qi <yao@codesourcery.com>
18467
18468 * gdb.base/async.c (foo): Add one statement.
18469 * gdb.base/async.exp: Get the next instruction address and
18470 match the output of "nexti" by instruction address. Match
18471 the hex address in the output of "finish".
18472
73ba372c
GB
184732014-06-06 Gary Benson <gbenson@redhat.com>
18474
18475 * gdb.base/call-signals.c: Remove preprocessor conditionals
18476 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18477 SIGSEGV and SIGTERM.
18478 * gdb.base/sigall.c: Likewise.
18479 * gdb.base/unwindonsignal.c: Likewise.
18480 * gdb.reverse/sigall-reverse.c: Likewise.
18481
831517df
YQ
184822014-06-06 Yao Qi <yao@codesourcery.com>
18483
18484 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18485 readable, skip the test.
18486
b8b91e98
YQ
184872014-06-06 Yao Qi <yao@codesourcery.com>
18488
18489 * gdb.threads/staticthreads.c (thread_function): Move the line
18490 setting breakpoint on forward.
18491 * gdb.threads/staticthreads.exp: Update comments.
18492
fb934770
LC
184932014-06-05 Ludovic Courtès <ludo@gnu.org>
18494
18495 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18496 "history-append! type error".
18497
6ef284bd
SM
184982014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18499
18500 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18501 erroneous dprintf expected input.
18502
a872e241
DE
185032014-06-04 Doug Evans <xdje42@gmail.com>
18504
18505 * gdb.guile/scm-generics.exp: Delete.
18506
16f691fb
DE
185072014-06-04 Doug Evans <xdje42@gmail.com>
18508
18509 * gdb.guile/scm-breakpoint.exp: Update.
18510 Add tests for breakpoint registration.
18511
012370f6
TT
185122014-06-04 Tom Tromey <tromey@redhat.com>
18513
18514 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18515 VLA-in-union.
18516 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18517 inner_vla_struct, vla_union types. Initialize objects of those
18518 types and compute their sizes.
18519
9f5a4cef
HZ
185202014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18521 Hui Zhu <hui@codesourcery.com>
18522
18523 * gdb.base/fileio.exp: Add test for shell not available as well as
18524 available.
18525 * gdb.base/fileio.c (test_system): Check for shell twice.
18526
90a45c4d
YQ
185272014-06-04 Yao Qi <yao@codesourcery.com>
18528
18529 * gdb.base/auto-connect-native-target.exp: Remove redundant
18530 space from the regexp pattern.
18531
70017e41
YQ
185322014-06-04 Yao Qi <yao@codesourcery.com>
18533
18534 * gdb.base/default.exp: Replace "child" with "native" in
18535 regexp pattern.
18536
883964a7
SC
185372014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18538
18539 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18540 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18541 * gdb.python/py-xmethods.py: Python script supporting the
18542 new testcase and tests.
18543
ef370185
JB
185442014-06-03 Joel Brobecker <brobecker@adacore.com>
18545 Pedro Alves <palves@redhat.com>
18546
18547 PR breakpoints/17000
18548 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18549 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18550
1e2ccb61
BM
185512014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18552
18553 * gdb.base/subst.exp: Add tests to verify partial path matching
18554 output.
18555
c6ec5ab2
PA
185562014-06-03 Pedro Alves <palves@redhat.com>
18557
18558 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18559 target that doesn't use software single-stepping.
18560
835c559f
PA
185612014-06-03 Pedro Alves <palves@redhat.com>
18562
18563 PR breakpoints/17000
18564 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18565 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18566
06eb1586
DE
185672014-06-02 Doug Evans <xdje42@gmail.com>
18568
18569 * gdb.guile/scm-parameter.exp: New file.
18570
e698b8c4
DE
185712014-06-02 Doug Evans <xdje42@gmail.com>
18572
18573 * gdb.guile/scm-cmd.c: New file.
18574 * gdb.guile/scm-cmd.exp: New file.
18575
ded03782
DE
185762014-06-02 Doug Evans <xdje42@gmail.com>
18577
18578 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18579 pretty-printer lookup.
18580 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18581 (make-pp_s-printer): Call it.
18582 (make-pretty-printer-from-dict): New function.
18583 (lookup-pretty-printer-maker-from-dict): New function.
18584 (*pretty-printer*): Simplify.
18585 (make-objfile-pp_s-printer): New function.
18586 (install-objfile-pretty-printers!): New function.
18587 (make-progspace-pp_s-printer): New function.
18588 (install-progspace-pretty-printers!): New function.
18589 * gdb.guile/scm-progspace.c: New file.
18590 * gdb.guile/scm-progspace.exp: New file.
18591
41fac0cf
PA
185922014-06-02 Pedro Alves <palves@redhat.com>
18593
18594 * gdb.base/dprintf-bp-same-addr.c: New file.
18595 * gdb.base/dprintf-bp-same-addr.exp: New file.
18596
96ae5695
EBM
185972014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18598
18599 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18600 * gdb.arch/powerpc-power.s: Likewise.
18601
da02b3a8
JB
186022014-06-02 Joel Brobecker <brobecker@adacore.com>
18603
18604 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18605
c72b2e7b
YQ
186062014-06-01 Yao Qi <yao@codesourcery.com>
18607
18608 * gdb.base/watchpoint.exp (test_watch_location): Check null
18609 pointer can be dereferenced. If not, do the test, otherwise
18610 skip it.
18611
53e8a631
AB
186122014-05-30 Andrew Burgess <aburgess@broadcom.com>
18613
18614 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18615 results.
18616 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18617
938f0e2f
AB
186182014-05-30 Andrew Burgess <aburgess@broadcom.com>
18619
18620 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18621 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18622 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18623 * gdb.arch/amd64-invalid-stack-top.c: New file.
18624 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18625
9ba6657a
PA
186262014-05-30 Pedro Alves <palves@redhat.com>
18627
18628 PR breakpoints/17000
18629 * gdb.base/sss-bp-on-user-bp.c: New file.
18630 * gdb.base/sss-bp-on-user-bp.exp: New file.
18631
522c09bf
DB
186322014-05-30 David Blaikie <dblaikie@gmail.com>
18633
18634 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18635 gnu_inline semantics via attribute.
18636 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18637 source explicitly specifies the required semantics.
18638
bf4ef81e
MR
186392014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18640
18641 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18642
329ea579
PA
186432014-05-29 Pedro Alves <palves@redhat.com>
18644 Tom Tromey <tromey@redhat.com>
18645
18646 * gdb.base/async-shell.exp: Don't enable target-async.
18647 * gdb.base/async.exp
18648 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18649 parameter. Adjust.
18650 (top level): Don't test with "target-async".
18651 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18652 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18653 * gdb.base/inferior-died.exp: Don't enable target-async.
18654 * gdb.base/interrupt-noterm.exp: Likewise.
18655 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18656 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18657 * gdb.mi/mi-nonstop.exp: Likewise.
18658 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18659 * gdb.mi/mi-nsintrall.exp: Likewise.
18660 * gdb.mi/mi-nsmoribund.exp: Likewise.
18661 * gdb.mi/mi-nsthrexec.exp: Likewise.
18662 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18663 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18664 * gdb.python/py-evsignal.exp: Don't enable target-async.
18665 * gdb.python/py-evthreads.exp: Likewise.
18666 * gdb.python/py-prompt.exp: Likewise.
18667 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18668 * gdb.server/solib-list.exp: Don't enable target-async.
18669 * gdb.threads/thread-specific-bp.exp: Likewise.
18670 * lib/mi-support.exp: Adjust to use mi-async.
18671
fd664c91
PA
186722014-05-29 Pedro Alves <palves@redhat.com>
18673
18674 PR gdb/13860
18675 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18676 reason, even in sync mode.
18677
251bde03
PA
186782014-05-29 Pedro Alves <palves@redhat.com>
18679 Hui Zhu <hui@codesourcery.com>
18680
18681 PR PR15693
18682 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18683 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18684 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18685 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18686
7f3c0343
JB
186872014-05-28 Joel Brobecker <brobecker@adacore.com>
18688
18689 * config/monitor.exp (gdb_target_monitor): Replace use of
18690 "set remotebaud" by "set serial baud".
18691
b2715b27
AW
186922014-05-26 Andy Wingo <wingo@igalia.com>
18693
18694 * gdb.guile/scm-breakpoint.exp:
18695 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18696 properties instead of gdb-object-properties.
18697
498a4489
YQ
186982014-05-26 Yao Qi <yao@codesourcery.com>
18699
18700 * gdb.server/no-thread-db.exp: Specify source file name
18701 explicitly when setting a breakpoint.
18702
589fdceb
MM
187032014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18704
18705 * gdb.btrace/vdso.c: New.
18706 * gdb.btrace/vdso.exp: New.
18707
e9089e05
MM
187082014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18709
18710 * gdb.base/gcore.exp (capture_command_output): Move ...
18711 * lib/gdb.exp (capture_command_output): ... here.
18712
67b5c0c1
MM
187132014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18714
18715 * gdb.btrace/data.exp: Test memory access during btrace replay.
18716
a2199296
SM
187172014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18718
18719 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18720
17b2616c
PA
187212014-05-21 Pedro Alves <palves@redhat.com>
18722
18723 PR gdb/13860
18724 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18725 (top level): Test that output related to execution commands is
18726 sent to the console with CLI commands, but not with MI commands.
18727 Test that breakpoint events are always mirrored to the console.
18728 Also expect the new source line to be output after a "next" in
18729 async mode too. Make it a pass/fail test.
18730 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18731 output.
18732 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18733
5166082f
PA
187342014-05-21 Pedro Alves <palves@redhat.com>
18735
18736 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18737 Use them to test variations of "list" after reaching a breakpoint.
18738 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18739 Test "list" with listsize 10 after reaching a breakpoint.
18740 * gdb.python/python.exp (decode_line current location line
18741 number): Adjust expected line number.
18742
2f25d70f
SM
187432014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18744
18745 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18746 behavior for $args, pass it directly to "run".
18747
ff604a67
MR
187482014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18749
18750 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18751 30000 to 65536.
18752
6a3cb8e8
PA
187532014-05-21 Pedro Alves <palves@redhat.com>
18754
18755 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18756 auto-connect-native-target off".
18757 * gdb.base/auto-connect-native-target.c: New file.
18758 * gdb.base/auto-connect-native-target.exp: New file.
18759
4ebfc96e
PA
187602014-05-21 Pedro Alves <palves@redhat.com>
18761
18762 * gdb.base/default.exp: Test "target native" instead of "target
18763 child".
18764
36d46afb
MW
187652014-05-21 Mark Wielaard <mjw@redhat.com>
18766
18767 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18768
5876f503
JK
187692014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18770
18771 Fix TLS access for -static -pthread.
18772 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18773 <HAVE_TLS> (thread_function, main): Initialize it.
18774 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18775 Add clean_restart.
18776 <$have_tls != "">: Check TLSVAR.
18777
0256a6ac
PA
187782014-05-21 Pedro Alves <palves@redhat.com>
18779
18780 * gdb.base/dcache-line-read-error.c: New.
18781 * gdb.base/dcache-line-read-error.exp: New.
18782
936d2992
PA
187832014-05-20 Pedro Alves <palves@redhat.com>
18784
18785 * gdb.base/compare-sections.c: New file.
18786 * gdb.base/compare-sections.exp: New file.
18787
802e8e6d
PA
187882014-05-20 Pedro Alves <palves@redhat.com>
18789
18790 * gdb.base/break-idempotent.c: New file.
18791 * gdb.base/break-idempotent.exp: New file.
18792
e59fa00f
MM
187932014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18794
18795 * gdb.btrace/nohist.exp: New.
18796
8b696e31
YQ
187972014-05-20 Yao Qi <yao@codesourcery.com>
18798
18799 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18800 gdb.reverse directory and gdb_reverse_timeout exists in board
18801 setting.
18802 * README: Document gdb_reverse_timeout.
18803
73c9764f
YQ
188042014-05-20 Yao Qi <yao@codesourcery.com>
18805
18806 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18807 'test_file_name'. Treat args as a string instead of a list.
18808 (gdb_init): Rename argument 'args' by 'test_file_name'.
18809
f1f4348a
JK
188102014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18811
18812 * gdb.arch/powerpc-power.exp: New file.
18813 * gdb.arch/powerpc-power.s: New file.
18814
0dbe70ce
DE
188152014-05-16 Doug Evans <dje@google.com>
18816
18817 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
18818 * gdb.base/completion.exp: Check that all expected files exist
18819 before doing file completion.
0dbe70ce 18820
8d551b02
DE
188212014-05-16 Doug Evans <dje@google.com>
18822
18823 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18824 Update.
18825 (do_syscall_tests_without_xml): Update.
18826
73eb7709
PA
188272014-05-16 Pedro Alves <palves@redhat.com>
18828
18829 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18830 instead of "unknown output after running".
18831
3fae92fc
YQ
188322014-05-16 Yao Qi <yao@codesourcery.com>
18833
18834 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18835 file1.txt from host at the end.
18836 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18837
c2b2ccc5
DE
188382014-05-15 Doug Evans <dje@google.com>
18839
18840 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18841 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18842 loading file. Add test for TU lookup.
18843
8c217a4b
SM
188442014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18845
18846 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18847 calling "-exec-arguments" or "set args" before running the
18848 inferior.
18849
3deb39c6
SM
188502014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18851
18852 * lib/mi-support.exp (mi_expect_stop): Expect message for
18853 inferiors that exit with non-zero exit code.
18854
71a79f8c
YQ
188552014-05-14 Yao Qi <yao@codesourcery.com>
18856
18857 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18858 match absolute path on remote host.
18859 (test_file_list_exec_source_files): Remove "/" from the
18860 pattern.
18861
f23fcd46
YQ
188622014-05-14 Yao Qi <yao@codesourcery.com>
18863
18864 * boards/local-remote-host-notty.exp (${board}_file): New
18865 proc.
18866
9404b58f
KM
188672014-05-07 Kyle McMartin <kyle@redhat.com>
18868
18869 Pushed by Joel Brobecker <brobecker@adacore.com>.
18870 * gdb.arch/aarch64-atomic-inst.c: New file.
18871 * gdb.arch/aarch64-atomic-inst.exp: New file.
18872
5e45f04c
YQ
188732014-05-07 Yao Qi <yao@codesourcery.com>
18874
18875 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18876 in current context" too.
18877
c888a17d
KS
188782014-05-05 Keith Seitz <keiths@redhat.com>
18879
18880 * gdb.linespec/ls-dollar.exp: Add test for linespec
18881 file:convenience_variable.
18882
290a839c
YQ
188832014-05-05 Yao Qi <yao@codesourcery.com>
18884
18885 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18886 traceframes into tfile and ctf trace files. Read data from
18887 trace file and test collected data.
18888 (gdb_collect_locals_test): Likewise.
18889 (gdb_unavailable_registers_test): Likewise.
18890 (gdb_unavailable_floats): Likewise.
18891 (gdb_collect_globals_test): Likewise.
18892 (top-level): Append "ctf" to trace_file_targets if GDB
18893 supports.
18894
b5262cd0
YQ
188952014-05-05 Yao Qi <yao@codesourcery.com>
18896
18897 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18898 code to ...
18899 (gdb_collect_args_test_1): ... it. New proc.
18900 (gdb_collect_locals_test): Move some code to ...
18901 (gdb_collect_locals_test_1): ... it. New proc.
18902 (gdb_unavailable_registers_test): Move some code to ...
18903 (gdb_unavailable_registers_test_1): ... it. New proc.
18904 (gdb_unavailable_floats): Move some code to ...
18905 (gdb_unavailable_floats_1): ... it. New proc.
18906
30a1e6cc
SDJ
189072014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18908
18909 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18910 probes to test for bitness recognition.
18911 * gdb.arch/amd64-stap-optional-prefix.exp
18912 (test_probe_value_without_reg): New procedure.
18913 Add code to test for different kinds of bitness.
18914
f33da99a
SDJ
189152014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18916
18917 PR breakpoints/16889
18918 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18919 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18920
5b80f00d
PA
189212014-05-01 Pedro Alves <palves@redhat.com>
18922
18923 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18924 gdb_file_cmd if no file is specified.
18925 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18926 last_loaded_file to set the remote exec-file.
18927
f8c2a73c
PA
189282014-05-01 Pedro Alves <palves@redhat.com>
18929
18930 * boards/local-remote-host.exp: New file.
18931
be6e8ac7
PA
189322014-05-01 Pedro Alves <palves@redhat.com>
18933
18934 * boards/local-remote-host.exp: Rename to ...
18935 * boards/local-remote-host-notty.exp: ... this.
18936
cac0dc8f
JB
189372014-04-28 Joel Brobecker <brobecker@adacore.com>
18938
18939 * gdb.ada/dyn_arrayidx: New testcase.
18940
9730e6cc
YQ
189412014-04-26 Yao Qi <yao@codesourcery.com>
18942
18943 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18944 and compute the length of function main. Save it in
18945 $main_length.
18946 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18947 (top-level): Use gdb_compile to compile objects into
18948 executable and restart GDB. Remove invocation to
18949 prepare_for_testing.
18950
7ae1a6a6
PA
189512014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18952 Pedro Alves <palves@redhat.com>
18953
18954 PR server/16255
18955 * gdb.multi/multi-attach.c: New file.
18956 * gdb.multi/multi-attach.exp: New file.
18957
4082afcc
PA
189582014-04-25 Pedro Alves <palves@redhat.com>
18959
18960 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18961 user.
18962 (top level): Test that "set remote conditional-breakpoints-packet
18963 off" works as intended.
18964 * gdb.base/dprintf.exp: Test that "set remote
18965 breakpoint-commands-packet off" works as intended.
18966 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18967 New function.
18968 (top level): Call it.
18969 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18970 remote fast-tracepoints-packet off" works as intended.
18971 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18972 * lib/gdb.exp (gdb_is_target_remote): ... here.
18973
2abc3f8d
DB
189742014-04-24 David Blaikie <dblaikie@gmail.com>
18975
18976 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18977 ensure clang would not discard them.
18978 * gdb.base/gdbvars.c: Ditto.
18979 * gdb.base/memattr.c: Ditto.
18980 * gdb.base/whatis.c: Ditto.
18981 * gdb.python/py-prettyprint.c: Ditto.
18982 * gdb.trace/actions.c: Ditto.
18983 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18984 ensure clang would not discard it.
18985
bfd39632
DB
189862014-04-24 David Blaikie <dblaikie@gmail.com>
18987
18988 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18989 clang to emit the full definition of type required by the test
18990 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18991
22842ff6
DB
189922014-04-24 David Blaikie <dblaikie@gmail.com>
18993
18994 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18995 coax Clang into emitting the definition of the type.
18996 * gdb.cp/pr10728-x.h (y): Ditto.
18997 * gdb.cp/pr10728-y.cc (y): Ditto.
18998
c2e827ad
DB
189992014-04-24 David Blaikie <dblaikie@gmail.com>
19000
19001 * gdb.base/label.exp: XFAIL label related tests under Clang.
19002 * gdb.cp/cplabel.exp: Ditto.
19003 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19004 under Clang those using labels.
19005
4c2d33e7
YQ
190062014-04-25 Yao Qi <yao@codesourcery.com>
19007
19008 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19009 double_label.
19010 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19011 partial_label and double_label.
19012
56083b99
DB
190132014-04-24 David Blaikie <dblaikie@gmail.com>
19014
19015 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19016
25d4e99d
DB
190172014-04-24 David Blaikie <dblaikie@gmail.com>
19018
19019 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19020 of the function to work across GCC and Clang.
19021 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19022 pointer types (const void ** const V void **).
19023
01f9f808
MS
190242014-04-24 Michael Sturm <michael.sturm@mintel.com>
19025 Walfred Tedeschi <walfred.tedeschi@intel.com>
19026
19027 * Makefile.in (EXECUTABLES): Added i386-avx512.
19028 * gdb.arch/i386-avx512.c: New file.
19029 * gdb.arch/i386-avx512.exp: Likewise.
19030
4b48d439
KS
190312014-04-23 Keith Seitz <keiths@redhat.com>
19032
19033 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19034 (mi_make_breakpoint_table): New procedure.
19035 (mi_create_breakpoint): Use mi_make_breakpoint
19036 and return the result.
19037 (mi_make_breakpoint): New procedure.
19038 (mi_build_kv_pairs): New procedure.
19039
19040 * gdb.mi/mi-break.exp: Remove unused globals,
19041 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19042 All callers updated.
19043 * gdb.mi/mi-dprintf.exp: Use variable to track command
19044 number.
19045 Update all callers of mi_create_breakpoint and use
19046 mi_make_breakpoint_table.
19047 Remove any unused global variables.
19048 * gdb.mi/mi-nonstop.exp: Likewise.
19049 * gdb.mi/mi-nsintrall.exp: Likewise.
19050 * gdb.mi/mi-nsmoribund.exp: Likewise.
19051 * gdb.mi/mi-nsthrexec.exp: Likewise.
19052 * gdb.mi/mi-reverse.exp: Likewise.
19053 * gdb.mi/mi-simplerun.exp: Likewise.
19054 * gdb.mi/mi-stepn.exp: Likewise.
19055 * gdb.mi/mi-syn-frame.exp: Likewise.
19056 * gdb.mi/mi-until.exp: Likewise.
19057 * gdb.mi/mi-var-cp.exp: Likewise.
19058 * gdb.mi/mi-var-display.exp: Likewise.
19059 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19060 * gdb.mi/mi2-var-child.exp: Likewise.
19061 * gdb.mi/mi-vla-c99.exp: Likewise.
19062 * lib/mi-support.exp: Likewise.
19063
19064 From Ian Lance Taylor <iant@cygnus.com>:
19065 * lib/gdb.exp (parse_args): New procedure.
19066
08351840
PA
190672014-04-23 Pedro Alves <palves@redhat.com>
19068
19069 * gdb.base/break-unload-file.c: New file.
19070 * gdb.base/break-unload-file.exp: New file.
19071 * gdb.base/sym-file-lib.c (baz): New function.
19072 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19073 field.
19074 (load): Store the segment's mapped size.
19075 (unload): New function.
19076 (unload_shlib): New function.
19077 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19078 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19079 set a breakpoint at baz, and call it.
19080 * gdb.base/sym-file.exp: New tests for stale breakpoint
19081 instructions.
19082
076855f9
PA
190832014-04-23 Pedro Alves <palves@redhat.com>
19084
19085 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19086 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19087 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19088 * gdb.base/hbreak-unmapped.c: New file.
19089 * gdb.base/hbreak-unmapped.exp: New file.
19090 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19091 * lib/gdb.exp (gdb_is_target_remote): ... here.
19092
483805cf
PA
190932014-04-22 Pedro Alves <palves@redhat.com>
19094
19095 * gdb.base/consecutive-step-over.c: New file.
19096 * gdb.base/consecutive-step-over.exp: New file.
19097
06d97543
PA
190982014-04-22 Pedro Alves <palves@redhat.com>
19099
19100 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19101 instead of send_gdb/gdb_expect.
19102
b4429ea2
YQ
191032014-04-22 Yao Qi <yao@codesourcery.com>
19104
19105 * lib/trace-support.exp (generate_tracefile): New procedure.
19106 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19107 return 0.
19108 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19109 if generate_tracefile returns 1.
19110
51d48146
PA
191112014-04-18 Tom Tromey <palves@redhat.com>
19112 Pedro alves <tromey@redhat.com>
19113
19114 PR backtrace/15558
19115 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19116 with a backtrace limit.
19117 * gdb.python/py-frame-inline.exp: Test running to an inline
19118 function with a backtrace limit, and printing the newest frame.
19119 * gdb.python/py-frame-inline.c (main): Call f.
19120
bd1dce5f
MS
191212014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19122
19123 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19124
40d1a503
MS
191252014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19126
19127 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19128 Drop prefix from unsupported source file path.
19129
389b98f7
YQ
191302014-04-17 Yao Qi <yao@codesourcery.com>
19131
19132 * lib/gdb.exp (with_target_charset): New proc.
19133 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19134 with_target_charset.
19135 (test_print_strings): Likewise.
19136 (test_repeat_bytes): Likewise.
19137 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19138 for some tests.
19139
22869d73
KS
191402014-04-16 Keith Seitz <keiths@redhat.com>
19141
19142 PR gdb/15827
19143 * gdb.dwarf2/corrupt.c: New file.
19144 * gdb.dwarf2/corrupt.exp: New file.
19145
c4f87ca6
KS
191462014-04-16 Keith Seitz <keiths@redhat.com>
19147
19148 PR c++/16597
19149 * gdb.cp/namelessclass.cc: New file.
19150 * gdb.cp/namelessclass.exp: New file.
19151 * gdb.cp/namelessclass.S: New file.
19152
ab19de87
DE
191532014-04-16 Doug Evans <dje@google.com>
19154
19155 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19156 Add comment.
19157 (gdbserver_default_get_comm_port): New function.
19158 (gdbserver_start): Check if board file provided
19159 "gdbserver,get_comm_port" and use it if so.
19160 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19161 (gdb,socketport): Set to "stdio".
19162 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19163 (stdio_gdbserver_template): Delete.
19164 (${board}_get_remote_address): Update.
19165 (${board}_build_remote_cmd): Delete.
19166 (${board}_get_comm_port): New function.
19167 (${board}_spawn): Update.
19168 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19169 Delete.
19170 (${board}_get_remote_address): Update.
19171 (${board}_get_comm_port): New function.
19172
fc98a809
AB
191732014-04-16 Andrew Burgess <aburgess@broadcom.com>
19174
19175 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19176 appearing in any order.
19177
87fd9e6e
DE
191782014-04-15 Doug Evans <dje@google.com>
19179
19180 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19181 uninitialized value of "description".
19182
099fc3ea
KS
191832014-04-15 Keith Seitz <keiths@redhat.com>
19184
19185 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19186 Remove unused globals.
19187 (test_running_the_program): Likewise.
19188 (test_controlled_execution): Likewise.
19189 (test_controlling_breakpoints): Likewise.
19190 (test_program_termination): Likewise.
19191
5da151d4
KS
191922014-04-15 Keith Seitz <keiths@redhat.com>
19193
19194 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19195 unused globals.
19196 (test_rbreak_creation_and_listing): Likewise.
19197 (test_ignore_count): Likewise.
19198 (test_error): Likewise.
19199
35e5d2f0
PA
192002014-04-15 Pedro Alves <palves@redhat.com>
19201
19202 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19203 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19204 sym-file-loader.c.
19205 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19206 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19207 to sym-file-loader.c.
19208 (struct library): Forward declare.
19209 (load_shlib, lookup_function): Change prototypes.
19210 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19211 (translate_offset): Remove declarations.
19212 (get_text_addr): New declaration.
19213 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19214 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19215 sym-file-loader.h.
19216 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19217 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19218 here from sym-file-loader.h.
19219 (struct library): New structure.
19220 (load_shlib, lookup_function): Change prototypes and adjust to
19221 work with a struct library.
19222 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19223 (translate_offset): Make static.
19224 (get_text_addr): New function.
19225 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19226
eb4c1710
PA
192272014-04-15 Pedro Alves <palves@redhat.com>
19228
19229 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19230
2d1baf52
PA
192312014-04-15 Pedro Alves <palves@redhat.com>
19232
19233 * gdb.base/sym-file-loader.c: Include <limits.h>.
19234 (SELF_LINK): New define.
19235 (get_origin): New function.
19236 (load_shlib): Use it.
19237 * gdb.base/sym-file.exp: Don't early return if the target is
19238 remote. Use runto_main, and issue fail is that fails. Use
19239 gdb_load_shlibs.
19240 (shlib_name): Delete.
19241 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19242
7dd6df01
PA
192432014-04-15 Pedro Alves <palves@redhat.com>
19244
19245 * gdb.base/sym-file.exp: Remove regex characters from test
19246 message. Don't refer to breakpoint numbers in test messages.
19247
b50c8614
KS
192482014-04-14 Keith Seitz <keiths@redhat.com>
19249
19250 PR c++/16253
19251 * gdb.cp/var-tag.cc: New file.
19252 * gdb.cp/var-tag.exp: New file.
19253 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19254 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19255 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19256 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19257
3d567982
TT
192582014-04-14 Tom Tromey <tromey@redhat.com>
19259
19260 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19261 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19262 type.
19263 * gdb.cp/enum-class.exp: New file.
19264 * gdb.cp/enum-class.cc: New file.
19265
0626fc76
TT
192662014-04-14 Tom Tromey <tromey@redhat.com>
19267
19268 * gdb.dwarf2/enum-type.exp: New file.
19269
dca325b3
SA
192702014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19271
19272 * gdb.mi/mi-vla-c99.exp: New file.
19273 * gdb.mi/vla.c: New file.
19274
5854b38a
SA
192752014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19276
19277 * gdb.base/vla-datatypes.c: New file.
19278 * gdb.base/vla-datatypes.exp: New file.
19279
463bb957
SA
192802014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19281
19282 * gdb.base/vla-ptr.c: New file.
19283 * gdb.base/vla-ptr.exp: New file.
19284
3dd170be
SA
192852014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19286
19287 * gdb.dwarf2/count.exp: New file.
19288
5ecaaa66
SA
192892014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19290
19291 * gdb.base/vla-sideeffect.c: New file.
19292 * gdb.base/vla-sideeffect.exp: New file.
19293
41f1ada5
DB
192942014-04-14 David Blaikie <dblaikie@gmail.com>
19295
19296 * gdb.mi/non-stop.c: Add return value for non-void function return
19297 statement.
19298 * gdb.threads/staticthreads.c: Ditto.
19299
0be03e84
DE
193002014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19301 Doug Evans <xdje42@gmail.com>
19302
19303 * gdb.guile/scm-value.c: Improve test case.
19304 * gdb.guile/scm-value.exp: Add new test.
19305
f180a1fb
DB
193062014-04-11 David Blaikie <dblaikie@gmail.com>
19307
19308 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19309 override Clang's default.
19310
6b662e19
JB
193112014-04-11 Joel Brobecker <brobecker@adacore.com>
19312
19313 Revert the following changes (regressions):
19314
19315 * gdb.base/vla-sideeffect.c: New file.
19316 * gdb.base/vla-sideeffect.exp: New file.
19317
19318 * gdb.dwarf2/count.exp: New file.
19319
19320 * gdb.base/vla-multi.c: New file.
19321 * gdb.base/vla-multi.exp: New file.
19322
19323 * gdb.base/vla-ptr.c: New file.
19324 * gdb.base/vla-ptr.exp: New file.
19325
19326 * gdb.base/vla-datatypes.c: New file.
19327 * gdb.base/vla-datatypes.exp: New file.
19328
19329 * gdb.mi/mi-vla-c99.exp: New file.
19330 * gdb.mi/vla.c: New file.
19331
245a5f0b
KS
193322014-04-11 Keith Seitz <keiths@redhat.com>
19333
19334 PR c++/16675
19335 * gdb.cp/cpsizeof.exp: New file.
19336 * gdb.cp/cpsizeof.cc: New file.
19337
58a84dcf
SA
193382014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19339
191a8a90
JB
19340 * gdb.mi/mi-vla-c99.exp: New file.
19341 * gdb.mi/vla.c: New file.
58a84dcf 19342
c8655f75
SA
193432014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19344
19345 * gdb.base/vla-datatypes.c: New file.
19346 * gdb.base/vla-datatypes.exp: New file.
19347
024e13b4
SA
193482014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19349
19350 * gdb.base/vla-ptr.c: New file.
19351 * gdb.base/vla-ptr.exp: New file.
19352
1a237e0e
SA
193532014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19354
19355 * gdb.base/vla-multi.c: New file.
19356 * gdb.base/vla-multi.exp: New file.
19357
504f3432
SA
193582014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19359
19360 * gdb.dwarf2/count.exp: New file.
19361
3bce8237
SA
193622014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19363
191a8a90
JB
19364 * gdb.base/vla-sideeffect.c: New file.
19365 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 19366
322f9c21
YQ
193672014-04-11 Yao Qi <yao@codesourcery.com>
19368
19369 * gdb.base/completion.exp: Check file exists before running tests
19370 on file completion.
19371
d708bcd1
PA
193722014-04-10 Pedro Alves <palves@redhat.com>
19373
19374 * gdb.base/cond-eval-mode.c: New file.
19375 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19376 prepare_for_testing to build the new file. Check result of
19377 runto_main.
19378 (test_break, test_watch): New procedures.
19379 (top level): Use them.
19380
ae1d2761
PM
193812014-04-08 Pierre Muller <muller@sourceware.org>
19382
19383 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19384 Ctrl-V use for mingw hosts.
19385
7af389b8
SC
193862014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19387
19388 * gdb.python/py-value.c: Improve test case.
19389 * gdb.python/py-value.exp: Add new test.
19390
5e703181
DE
193912014-04-07 David Blaikie <dblaikie@gmail.com>
19392
19393 * lib/compiler.c: Identify the clang compiler.
19394 * lib/compiler.cc: Ditto.
19395
9810b410
YQ
193962014-04-03 Yao Qi <yao@codesourcery.com>
19397
19398 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19399
98d1b8dc
AB
194002014-04-01 Anton Blanchard <anton@samba.org>
19401
19402 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19403 messages unique.
19404
3114cea1
AB
194052014-04-01 Anton Blanchard <anton@samba.org>
19406
19407 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19408 prepare_for_testing.
19409
62f7182c
AB
194102014-04-01 Anton Blanchard <anton@samba.org>
19411
19412 * gdb.arch/ppc64-atomic-inst.c: Remove.
19413 * gdb.arch/ppc64-atomic-inst.S: New file.
19414 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19415
770e7fc7
DE
194162014-03-31 Doug Evans <dje@google.com>
19417
19418 * gdb.base/print-symbol-loading-lib.c: New file.
19419 * gdb.base/print-symbol-loading-main.c: New file.
19420 * gdb.base/print-symbol-loading.exp: New file.
19421
46e2bafa
YQ
194222014-03-31 Yao Qi <yao@codesourcery.com>
19423
19424 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19425
8776cfe9
JB
194262014-03-28 Joel Brobecker <brobecker@adacore.com>
19427
19428 * gdb.ada/mi_dyn_arr: New testcase.
19429
5d1ef361
DE
194302014-03-27 Doug Evans <dje@google.com>
19431
19432 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19433
b5bee914
YQ
194342014-03-27 Yao Qi <yao@codesourcery.com>
19435
19436 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19437 if target is nios2-*-*.
19438
0d4d0e77
YQ
194392014-03-26 Yao Qi <yao@codesourcery.com>
19440
19441 * lib/gdb.exp (readline_is_used): New proc.
19442 * gdb.base/completion.exp: Move tests on command complete up.
19443 Skip the rest of tests if readline is not used.
19444 * gdb.ada/complete.exp: Skp the test if readline is not
19445 used.
19446 * gdb.base/filesym.exp: Likewise.
19447 * gdb.base/macscp.exp: Likewise.
19448 * gdb.base/readline-ask.exp: Likewise.
19449 * gdb.base/readline.exp: Likewise.
19450 * gdb.python/py-cmd.exp: Likewise.
19451 * gdb.trace/tfile.exp: Likewise.
19452
29361eee
YQ
194532014-03-26 Yao Qi <yao@codesourcery.com>
19454
19455 * gdb.base/macscp.exp: Fix code format issues.
19456
bc9a5525
UW
194572014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19458
19459 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19460 * gdb.asm/powerpc64le.inc: New file.
19461
d3839ede
PA
194622014-03-25 Pedro Alves <palves@redhat.com>
19463 Doug Evans <dje@google.com>
19464
19465 * gdb.base/source-execution.c: New file.
19466 * gdb.base/source-execution.exp: New file.
19467 * gdb.base/source-execution.gdb: New file.
19468
01672a57
DE
194692014-03-24 Doug Evans <dje@google.com>
19470
19471 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19472 using fission.
19473
88bbeca9
HZ
194742014-03-24 Hui Zhu <hui@codesourcery.com>
19475 Pedro Alves <palves@redhat.com>
19476
19477 PR breakpoints/16101
19478 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19479 test pass/fail messages. Detect missing support for dprintf when
19480 breakpoints are actually inserted.
19481 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19482 breakpoints are actually inserted.
19483 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19484 fails.
19485
d2348791
JK
194862014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19487
19488 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19489
feef67ab
DE
194902014-03-22 Doug Evans <xdje42@gmail.com>
19491
19492 * gdb.python/python.exp (python not supported): Verify multi-line
19493 python command issues an error.
25d743f9 19494 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 19495 guile command issues an error.
feef67ab 19496
ecebef6a
MR
194972014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19498
19499 * gdb.threads/thread-specific.exp: Handle the lack of usable
19500 $this_breakpoint and $this_thread.
19501
ccdd1909
HZ
195022014-03-21 Hui Zhu <hui@codesourcery.com>
19503
19504 * gdb.base/attach.exp (do_command_attach_tests): New.
19505
beb460e8
PA
195062014-03-20 Tom Tromey <tromey@redhat.com>
19507 Pedro Alves <palves@redhat.com>
19508
19509 PR cli/15718
19510 * gdb.base/condbreak-call-false.c: New file.
19511 * gdb.base/condbreak-call-false.exp: New file.
19512
40acf43a
PA
195132014-03-20 Pedro Alves <palves@redhat.com>
19514
19515 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19516 Delete.
19517 (block_signals, unblock_signals): Delete.
19518 (child_function_2, main): Remove references to deleted variable
19519 and functions.
19520
9f5e1e02
PA
195212014-03-20 Pedro Alves <palves@redhat.com>
19522
19523 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19524 Use pthread_kill to signal thread 2.
19525 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19526 Adjust to make the test send itself a signal rather than using the
19527 host's "kill" command.
19528
99619bea
PA
195292014-03-20 Pedro Alves <palves@redhat.com>
19530
19531 * gdb.threads/multiple-step-overs.c: New file.
19532 * gdb.threads/multiple-step-overs.exp: New file.
19533 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19534 Adjust expected infrun debug output.
19535
2adfaa28
PA
195362014-03-20 Pedro Alves <palves@redhat.com>
19537
19538 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19539 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19540
31e77af2
PA
195412014-03-20 Pedro Alves <palves@redhat.com>
19542
19543 PR breakpoints/7143
19544 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19545 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19546 of gdb_test_multiple.
19547 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19548 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19549
b9f437de
PA
195502014-03-20 Pedro Alves <palves@redhat.com>
19551
19552 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19553 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19554
05adc73e
PA
195552014-03-19 Pedro Alves <palves@redhat.com>
19556
19557 * gdb.base/async.exp: Remove early return.
19558
6048b950
PA
195592014-03-19 Pedro Alves <palves@redhat.com>
19560
19561 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19562
8bcfb00a
PA
195632014-03-19 Pedro Alves <palves@redhat.com>
19564
19565 * gdb.base/async.exp (test_background): Expect \r\n after
19566 "completed." in the fail pattern.
19567
884e37dc
PA
195682014-03-19 Pedro Alves <palves@redhat.com>
19569
19570 * gdb.base/async.exp (test_background): New procedure.
19571 Use it for all background execution command tests.
19572
148e57e2
PA
195732014-03-19 Pedro Alves <palves@redhat.com>
19574
19575 * gdb.base/async.exp: Use prepare_for_testing.
19576
f48088c7
PA
195772014-03-19 Pedro Alves <palves@redhat.com>
19578
19579 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19580 the same line.
19581
e2f6c966
PA
195822014-03-19 Pedro Alves <palves@redhat.com>
19583
19584 * gdb.base/async.c (main): Add "jump here" and "until here" line
19585 marker comments.
19586 * gdb.base/async.exp (jump_here): New global.
19587 (jump& test): Use it.
19588 (until_here): New global.
19589 (until& test): Use it.
19590
c30568d4
PA
195912014-03-19 Pedro Alves <palves@redhat.com>
19592
19593 * gdb.base/async.exp: Don't frob gdb_protocol.
19594
0172b6a7
DE
195952014-03-18 Doug Evans <xdje42@gmail.com>
19596
19597 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19598 Fix spelling of exec-done-display.
19599
06c868a8
JK
196002014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19601
19602 PR gdb/15358
19603 * gdb.base/gdb-sigterm.c: New file.
19604 * gdb.base/gdb-sigterm.exp: New file.
19605
0c7e1a46
PA
196062014-03-18 Pedro Alves <palves@redhat.com>
19607
19608 PR gdb/13860
19609 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19610 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19611 solib-event.
19612
f7c77d93
JB
196132014-03-17 Joel Brobecker <brobecker@adacore.com>
19614
19615 * gdb.ada/pckd_arr_ren: New testcase.
19616
5a1e8c7a
DE
196172014-03-13 Doug Evans <xdje42@gmail.com>
19618
19619 PR guile/16612
19620 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19621 collect after discarding symbols.
19622
350e1a76
DE
196232014-03-13 Ludovic Courtès <ludo@gnu.org>
19624 Doug Evans <xdje42@gmail.com>
19625
19626 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19627 to history survives a gc.
19628
a69900ae
PA
196292014-03-13 Pedro Alves <palves@redhat.com>
19630
19631 * gdb.base/default.exp: Don't test "target procfs".
19632
5db9f0bd
PA
196332014-03-13 Pedro Alves <palves@redhat.com>
19634
19635 * gdb.base/default.exp: Update "target child" and "target procfs"
19636 tests to not expect "Unix".
19637
b3ccfe11
TT
196382014-03-12 Tom Tromey <tromey@redhat.com>
19639
19640 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19641 New procs. Add target-async tests.
19642 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19643 Add target-async tests.
19644
646f4417
AA
196452014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19646
19647 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19648 'func_start' and 'func_end' for the beginning and end of the
19649 function code, respectively.
19650 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19651 'func_end' instead of 'func' and 'main'.
19652
288c211f
AA
196532014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19654
19655 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19656 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19657 generate the debug info assembler source.
19658
e0c0f156
AA
196592014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19660
19661 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19662 * gdb.dwarf2/arr-subrange.exp: Likewise.
19663 * gdb.dwarf2/dwz.exp: Likewise.
19664 * gdb.dwarf2/method-ptr.exp: Likewise.
19665 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19666 * gdb.dwarf2/subrange.exp: Likewise.
19667 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19668 * gdb.dwarf2/implptrpiece.exp: Likewise.
19669 * gdb.dwarf2/nostaticblock.exp: Likewise.
19670
0e5c4555
AA
196712014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19672
19673 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19674 directory to absolute path name arguments.
19675
5ec18f2b
JG
196762014-03-10 Joel Brobecker <brobecker@adacore.com>
19677
19678 * gdb.ada/tagged_access: New testcase.
19679
847fc4f2
MM
196802014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19681
19682 * gdb.btrace/data.exp: Update expected output.
19683
cc3da688
YQ
196842014-03-06 Yao Qi <yao@codesourcery.com>
19685
19686 * gdb.trace/pr16508.exp: New file.
19687
0f26cec1
PA
196882014-03-05 Pedro Alves <palves@redhat.com>
19689
19690 PR gdb/16575
19691 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19692 procedure.
19693 (top level): Adjust to use it. Add tests that exercise breakpoint
19694 interaction with the code-cache.
19695
7a5a839f
LC
196962014-02-26 Ludovic Courtès <ludo@gnu.org>
19697
19698 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19699 test for 'history-append!'.
19700
31aa7e4e
JB
197012014-02-26 Joel Brobecker <brobecker@adacore.com>
19702
19703 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19704 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19705 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19706 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19707 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19708 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19709
1b588015
JB
197102014-02-26 Joel Brobecker <brobecker@adacore.com>
19711
19712 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19713 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19714 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19715
55426c9d
JB
197162014-02-26 Joel Brobecker <brobecker@adacore.com>
19717
19718 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19719
dc53a7ad
JB
197202014-02-26 Joel Brobecker <brobecker@adacore.com>
19721
19722 * gdb.dwarf2/arr-stride.c: New file.
19723 * gdb.dwarf2/arr-stride.exp: New file.
19724
12ab52e9
PA
197252014-02-26 Pedro Alves <palves@redhat.com>
19726
19727 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19728 that won't ever trigger. Make sure that GDB reports the correct
19729 breakpoint that caused the stop.
19730
849c862e
JK
197312014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19732
19733 PR gdb/16626
19734 * gdb.base/auto-load-script: New file.
19735 * gdb.base/auto-load.c: New file.
19736 * gdb.base/auto-load.exp: New file.
19737
71b7d793
JK
19738 PR gdb/16626
19739 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19740
e2f0d509
JK
197412014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19742
19743 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19744 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19745
50cc37c8
DE
197462014-02-24 Doug Evans <dje@google.com>
19747
19748 * lib/gdb.exp (run_on_host): Log error output if program fails.
19749
ea4758f2
PA
197502014-02-21 Pedro Alves <palves@redhat.com>
19751
19752 * gdb.threads/step-after-sr-lock.c: Rename to ...
19753 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19754 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19755 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19756 ... this.
19757
d7b30f67
SDJ
197582014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19759
19760 PR tdep/16397
19761 * gdb.arch/amd64-stap-special-operands.exp: New file.
19762 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19763 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19764 * gdb.arch/amd64-stap-triplet.S: Likewise.
19765 * gdb.arch/amd64-stap-triplet.c: Likewise.
19766
83deb43f
JB
197672014-02-20 Joel Brobecker <brobecker@adacore.com>
19768
19769 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19770 in .section pseudo-op.
19771
adde2bff
DE
197722014-02-20 lin zuojian <manjian2006@gmail.com>
19773 Joel Brobecker <brobecker@adacore.com>
19774 Doug Evans <xdje42@gmail.com>
19775
19776 PR symtab/16581
19777 * gdb.dwarf2/dw2-icycle.S: New file.
19778 * gdb.dwarf2/dw2-icycle.c: New file.
19779 * gdb.dwarf2/dw2-icycle.exp: New file.
19780
f7bd0f78
SC
197812014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19782
19783 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19784 operations on gdb.Value objects.
19785 * gdb.python/py-value-cc.exp: Add new test to test operations on
19786 gdb.Value objects.
19787
c17ef0d5
DE
197882014-02-18 Doug Evans <dje@google.com>
19789
19790 * Makefile.in (TESTS): New variable.
19791 (expanded_tests, expanded_tests_or_none): New variables
19792 (check-single): Pass $(expanded_tests_or_none) to runtest.
19793 (check-parallel): Only run tests in $(TESTS) if non-empty.
19794 (check/no-matching-tests-found): New rule.
19795 * README: Document TESTS makefile variable.
19796
5dd3176f
DE
197972014-02-18 Doug Evans <dje@google.com>
19798
19799 * Makefile.in (check-parallel): rm -rf outputs temp.
19800
0b10be4f
JK
198012014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19802
19803 Fix "ERROR: no fileid for" in the testsuite.
19804 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19805
85f224e7
DE
198062014-02-12 Doug Evans <dje@google.com>
19807
19808 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19809 (MISCELLANEOUS): New variable.
19810 (clean): rm -rf $(MISCELLANEOUS).
19811 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19812 dwp live in the same directory as symlinks, with each symlink pointed
19813 to a differently named file in a different directory.
19814
149b30ff
DE
198152014-02-11 Doug Evans <dje@google.com>
19816
19817 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19818 of Tcl file commands.
19819
1dfdac32
MK
198202014-02-10 Mark Kettenis <kettenis@gnu.org>
19821
19822 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19823 "kill -SIGUSR1 -1".
19824
aa4fb036
JB
198252014-02-10 Joel Brobecker <brobecker@adacore.com>
19826
19827 * gdb.ada/tick_length_array_enum_idx: New testcase.
19828
ed3ef339
DE
198292014-02-10 Doug Evans <xdje42@gmail.com>
19830
19831 * configure.ac (AC_OUTPUT): Add gdb.guile.
19832 * configure: Regenerate.
19833 * lib/gdb-guile.exp: New file.
19834 * lib/gdb.exp (get_target_charset): New function.
19835 * gdb.base/help.exp: Update expected output from "apropos apropos".
19836 * gdb.guile/Makefile.in: New file.
19837 * gdb.guile/guile.exp: New file.
19838 * gdb.guile/scm-arch.c: New file.
19839 * gdb.guile/scm-arch.exp: New file.
19840 * gdb.guile/scm-block.c: New file.
19841 * gdb.guile/scm-block.exp: New file.
19842 * gdb.guile/scm-breakpoint.c: New file.
19843 * gdb.guile/scm-breakpoint.exp: New file.
19844 * gdb.guile/scm-disasm.c: New file.
19845 * gdb.guile/scm-disasm.exp: New file.
19846 * gdb.guile/scm-equal.c: New file.
19847 * gdb.guile/scm-equal.exp: New file.
19848 * gdb.guile/scm-error.exp: New file.
19849 * gdb.guile/scm-error.scm: New file.
19850 * gdb.guile/scm-frame-args.c: New file.
19851 * gdb.guile/scm-frame-args.exp: New file.
19852 * gdb.guile/scm-frame-args.scm: New file.
19853 * gdb.guile/scm-frame-inline.c: New file.
19854 * gdb.guile/scm-frame-inline.exp: New file.
19855 * gdb.guile/scm-frame.c: New file.
19856 * gdb.guile/scm-frame.exp: New file.
19857 * gdb.guile/scm-generics.exp: New file.
19858 * gdb.guile/scm-gsmob.exp: New file.
19859 * gdb.guile/scm-iterator.c: New file.
19860 * gdb.guile/scm-iterator.exp: New file.
19861 * gdb.guile/scm-math.c: New file.
19862 * gdb.guile/scm-math.exp: New file.
19863 * gdb.guile/scm-objfile-script-gdb.in: New file.
19864 * gdb.guile/scm-objfile-script.c: New file.
19865 * gdb.guile/scm-objfile-script.exp: New file.
19866 * gdb.guile/scm-objfile.c: New file.
19867 * gdb.guile/scm-objfile.exp: New file.
19868 * gdb.guile/scm-ports.exp: New file.
19869 * gdb.guile/scm-pretty-print.c: New file.
19870 * gdb.guile/scm-pretty-print.exp: New file.
19871 * gdb.guile/scm-pretty-print.scm: New file.
19872 * gdb.guile/scm-section-script.c: New file.
19873 * gdb.guile/scm-section-script.exp: New file.
19874 * gdb.guile/scm-section-script.scm: New file.
19875 * gdb.guile/scm-symbol.c: New file.
19876 * gdb.guile/scm-symbol.exp: New file.
19877 * gdb.guile/scm-symtab-2.c: New file.
19878 * gdb.guile/scm-symtab.c: New file.
19879 * gdb.guile/scm-symtab.exp: New file.
19880 * gdb.guile/scm-type.c: New file.
19881 * gdb.guile/scm-type.exp: New file.
19882 * gdb.guile/scm-value-cc.cc: New file.
19883 * gdb.guile/scm-value-cc.exp: New file.
19884 * gdb.guile/scm-value.c: New file.
19885 * gdb.guile/scm-value.exp: New file.
19886 * gdb.guile/source2.scm: New file.
19887 * gdb.guile/types-module.cc: New file.
19888 * gdb.guile/types-module.exp: New file.
19889
7026a7c1
YQ
198902014-02-10 Yao Qi <yao@codesourcery.com>
19891
19892 PR testsuite/16543
19893 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19894 * configure: Regenerated.
19895 * Makefile.in: New file.
19896
6c466447
AS
198972014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19898
19899 * gdb.python/py-framefilter.exp: Fix typo.
19900
6e854735
YQ
199012014-02-08 Yao Qi <yao@codesourcery.com>
19902
19903 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19904 that no =breakpoint-modified is emitted when breakpoints are
19905 modified through MI commands.
19906
d137e6dc
PA
199072014-02-07 Pedro Alves <pedro@codesourcery.com>
19908 Pedro Alves <palves@redhat.com>
19909
19910 * gdb.threads/step-after-sr-lock.c: New file.
19911 * gdb.threads/step-after-sr-lock.exp: New file.
19912
b5ee5a50
PA
199132014-02-07 Pedro Alves <palves@redhat.com>
19914
19915 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19916
3c77faf3
JK
199172014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19918
19919 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19920 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19921
6dddc817
DE
199222014-02-06 Doug Evans <xdje42@gmail.com>
19923
19924 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19925 output.
19926
19927 * gdb.gdb/python-interrupts.exp: New file.
19928
de7b2893
YQ
199292014-02-05 Yao Qi <yao@codesourcery.com>
19930
19931 * gdb.trace/report.exp (use_collected_data): Test the output
19932 of "info threads" and "info inferiors".
19933
66d032ac
YQ
199342014-02-05 Yao Qi <yao@codesourcery.com>
19935
19936 Revert this patch:
19937
19938 2013-05-24 Yao Qi <yao@codesourcery.com>
19939
19940 * gdb.trace/tfile.exp: Test inferior and thread.
19941
591a12a1
UW
199422014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19943
19944 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19945 on a function.
19946 * gdb.base/step-bt.c: Call hello via function pointer to make
19947 sure its first instruction is executed on powerpc64le-linux.
19948
0ff3e01f
UW
199492014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19950
19951 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19952
084ee545
UW
199532014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19954
19955 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19956 of the test patterns for use on little-endian systems.
19957
6ed14ff3
UW
199582014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19959
19960 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19961 (decimal_vector): Fix for little-endian.
19962
401e27fd
JM
199632014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19964
19965 * gdb.arch/sparc-sysstep.exp: New file.
19966 * gdb.arch/sparc-sysstep.c: Likewise.
19967
19968 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19969
8b924729
EBM
199702014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19971
19972 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19973
fb151210
JB
199742014-01-23 Tom Tromey <tromey@redhat.com>
19975
19976 * gdb.ada/array_char_idx: New testcase.
19977
0740f8d8
TT
199782014-01-23 Tom Tromey <tromey@redhat.com>
19979
19980 PR python/16487:
19981 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19982 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19983 classes.
19984
21909fa1
TT
199852014-01-23 Tom Tromey <tromey@redhat.com>
19986
19987 PR python/16491:
19988 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19989 string from an inferior frame.
19990 * gdb.python/py-framefilter-mi.exp: Update.
19991
87ce2a04
DE
199922014-01-22 Doug Evans <dje@google.com>
19993
19994 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19995
237b092b
AA
199962014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19997
19998 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19999
d674a709
AA
200002014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20001
20002 * gdb.trace/entry-values.exp: Remove excess space character from
20003 regex patterns. Handle s390 call instruction.
20004
20fa3390
AA
200052014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20006
20007 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20008 define "*_start" label. Make "name" static.
20009 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20010 ${name} by references to ${name}_start.
20011
78466714
AA
200122014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20013
20014 * gdb.base/info-macros.exp: Remove "debug" from the compile
20015 options.
20016
ec9f644a
IB
200172014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20018
20019 * gdb.dlang/demangle.exp: New file.
20020
94b1b47e
IB
200212014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20022
20023 * gdb.dlang/primitive-types.exp: New file.
20024
7f420862
IB
200252014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20026
20027 * configure.ac: Create gdb.dlang/Makefile.
20028 * configure: Regenerate.
20029 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20030 * gdb.dlang/Makefile.in: New file.
20031 * lib/d-support.exp: New file.
20032 * lib/gdb.exp (skip_d_tests): New proc.
20033
52834460
MM
200342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20035
20036 * gdb.btrace/delta.exp: Check reverse stepi.
20037 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20038 * gdb.btrace/finish.exp: New.
20039 * gdb.btrace/next.exp: New.
20040 * gdb.btrace/nexti.exp: New.
20041 * gdb.btrace/record_goto.c: Add comments.
20042 * gdb.btrace/step.exp: New.
20043 * gdb.btrace/stepi.exp: New.
20044 * gdb.btrace/multi-thread-step.c: New.
20045 * gdb.btrace/multi-thread-step.exp: New.
20046 * gdb.btrace/rn-dl-bind.c: New.
20047 * gdb.btrace/rn-dl-bind.exp: New.
20048 * gdb.btrace/data.c: New.
20049 * gdb.btrace/data.exp: New.
20050 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20051
6e07b1d2
MM
200522014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20053
20054 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20055 * gdb.btrace/exception.exp: Update.
20056 * gdb.btrace/instruction_history.exp: Update.
20057 * gdb.btrace/record_goto.exp: Update.
20058 * gdb.btrace/tailcall.exp: Update.
20059 * gdb.btrace/unknown_functions.exp: Update.
20060 * gdb.btrace/delta.exp: New.
20061
0b722aec
MM
200622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20063
20064 * gdb.btrace/record_goto.exp: Add backtrace test.
20065 * gdb.btrace/tailcall.exp: Add backtrace test.
20066
066ce621
MM
200672014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20068
20069 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20070 * gdb.btrace/record_goto.c: New.
20071 * gdb.btrace/record_goto.exp: New.
20072 * gdb.btrace/x86-record_goto.S: New.
20073
0688d04e
MM
200742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20075
20076 * gdb.btrace/function_call_history.exp: Update tests.
20077 * gdb.btrace/instruction_history.exp: Update tests.
20078
8710b709
MM
200792014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20080
20081 * gdb.btrace/function_call_history.exp: Fix expected field
20082 order for "record function-call-history".
20083 Add new tests for "record function-call-history /c".
20084 * gdb.btrace/exception.cc: New.
20085 * gdb.btrace/exception.exp: New.
20086 * gdb.btrace/tailcall.exp: New.
20087 * gdb.btrace/x86-tailcall.S: New.
20088 * gdb.btrace/x86-tailcall.c: New.
20089 * gdb.btrace/unknown_functions.c: New.
20090 * gdb.btrace/unknown_functions.exp: New.
20091 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20092
5de9129b
MM
200932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20094
20095 * gdb.btrace/instruction_history.exp: Update.
20096 * gdb.btrace/function_call_history.exp: Update.
20097
23a7fe75
MM
200982014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20099
20100 * gdb.btrace/function_call_history.exp: Fix expected function
20101 trace.
20102 * gdb.btrace/instruction_history.exp: Initialize traced.
20103 Remove traced_functions.
20104
724c7dd8
MM
201052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20106
20107 * gdb.btrace/function_call_history.exp: Update
20108 * gdb.btrace/instruction_history.exp: Update.
20109
6d78d93b
MM
201102014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20111
20112 * gdb.btrace/enable.exp: Update expected text.
20113
93a360cc
OJ
201142014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20115
20116 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20117 bytes.
20118
3772b53f
MR
201192014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20120
20121 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20122
596662fa
OJ
201232014-01-15 Omair Javaid <omair.javaid@linaro.org>
20124
20125 * lib/gdb.exp (supports_process_record): Return true for
20126 arm*-linux*. (supports_reverse): Likewise.
20127
b5b08fb4
SC
201282014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20129
20130 PR python/15464
20131 PR python/16113
20132 * gdb.python/py-type.c: Enhance test case.
20133 * gdb.python/py-value-cc.cc: Likewise
20134 * gdb.python/py-type.exp: Add new tests.
20135 * gdb.python/py-value-cc.exp: Likewise
20136
52d7fb13
AA
201372014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20138 Pedro Alves <palves@redhat.com>
20139
20140 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20141 Make "name" extern.
20142 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20143 references to ${name}_start by references to ${name}.
20144
a2cd8cfe
JB
201452014-01-10 Joel Brobecker <brobecker@adacore.com>
20146
20147 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20148
4e23fced
JB
201492014-01-10 Joel Brobecker <brobecker@adacore.com>
20150
20151 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20152
c6a9e42c
PA
201532014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20154 Pedro Alves <palves@redhat.com>
20155
20156 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 20157 mi_gdb_target_load.
c6a9e42c 20158
b7ea362b
PA
201592014-01-08 Pedro Alves <palves@redhat.com>
20160
20161 * gdb.threads/reconnect-signal.c: New file.
20162 * gdb.threads/reconnect-signal.exp: New file.
20163
5e3f4fab
EBM
201642014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20165
20166 * gdb.base/source-dir.exp: New file.
20167
79301218
JB
201682014-01-07 Joel Brobecker <brobecker@adacore.com>
20169
20170 * gdb.ada/mi_interface: New testcase.
20171
8e355c5d
JB
201722014-01-07 Joel Brobecker <brobecker@adacore.com>
20173
20174 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20175 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20176 gdb.ada/pp-rec-component/pck.ads: New files.
20177
c0d48811
JB
201782014-01-07 Joel Brobecker <brobecker@adacore.com>
20179
20180 * gdb.python/py-pp-integral.c: New file.
20181 * gdb.python/py-pp-integral.py: New file.
20182 * gdb.python/py-pp-integral.exp: New file.
20183
17b609c3 20184For older changes see ChangeLog-1993-2013.
c906108c 20185\f
8d8cb839
EZ
20186;; Local Variables:
20187;; mode: change-log
20188;; left-margin: 8
20189;; fill-column: 74
20190;; version-control: never
20191;; End:
902f2ccb 20192
b811d2c2 20193 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
20194 Copying and distribution of this file, with or without modification,
20195 are permitted provided the copyright notice and this notice are preserved.
This page took 3.822011 seconds and 4 git commands to generate.