Add two missing return values in gdb.python/py-nested-maps.c
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-06-16 Gary Benson <gbenson@redhat.com>
2
3 * gdb.python/py-nested-maps.c (create_map): Add missing return
4 value.
5 (create_map_map): Likewise.
6
7 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
8
9 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
10 variable.
11 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
12 and use the already-defined 'options' variable.
13
14 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
15 Tom de Vries <tdevries@suse.de>
16
17 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
18 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
19 (gdb_setup_known_globals): New proc.
20 (gdb_cleanup_globals): New proc.
21 * lib/gdb.exp (load_lib): New override proc.
22 (gdb_stdin_log_init): Set var in_file as persistent global.
23 * lib/pascal.exp (gdb_stdin_log_init): Set vars
24 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
25 fpc_compiler as persistent global.
26
27 2020-06-12 Tom de Vries <tdevries@suse.de>
28
29 * lib/tuiterm.exp (spawn): Rename to ...
30 (tui_spawn): ... this.
31 (toplevel): Move rename of spawn ...
32 (gdb_init_tuiterm): ... here. New proc.
33 (gdb_finish_tuiterm): New proc.
34 * lib/gdb.exp (gdb_finish_hooks): New global var.
35 (gdb_finish): Handle gdb_finish_hooks.
36 (tuiterm_env): New proc.
37 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
38 tuiterm_env.
39 * gdb.tui/basic.exp: Same.
40 * gdb.tui/corefile-run.exp: Same.
41 * gdb.tui/empty.exp: Same.
42 * gdb.tui/list-before.exp: Same.
43 * gdb.tui/list.exp: Same.
44 * gdb.tui/main.exp: Same.
45 * gdb.tui/new-layout.exp: Same.
46 * gdb.tui/regs.exp: Same.
47 * gdb.tui/resize.exp: Same.
48 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
49 * gdb.tui/tui-layout-asm.exp: Same.
50 * gdb.tui/tui-missing-src.exp: Same.
51 * gdb.tui/winheight.exp: Same.
52
53 2020-06-12 Tom de Vries <tdevries@suse.de>
54
55 PR testsuite/26110
56 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
57 (gdb_finish): Reinstall dejagnu's override of ::unknown.
58
59 2020-06-11 Tom Tromey <tom@tromey.com>
60
61 PR gdb/18318:
62 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
63 floating point tests.
64
65 2020-06-11 Keith Seitz <keiths@redhat.com>
66
67 PR gdb/21356
68 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
69 vla_struct.
70 Add new struct vla_typedef and union vla_typedef_union and
71 corresponding instantiation objects.
72 Initialize new objects.
73 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
74 and vla_typedef_union_object.
75 Fixup type for vla_struct_object.
76
77 2020-06-11 Tom de Vries <tdevries@suse.de>
78
79 * lib/gdb.exp (with_override): New proc, factored out of ...
80 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
81
82 2020-06-10 Tom de Vries <tdevries@suse.de>
83
84 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
85
86 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
87
88 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
89 parameter, update callers.
90
91 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
92
93 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
94 * gdb.dwarf2/share-psymtabs-bt.c: New file.
95 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
96
97 2020-06-04 Tom de Vries <tdevries@suse.de>
98
99 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
100
101 2020-06-04 Tom de Vries <tdevries@suse.de>
102
103 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
104 exp_continue.
105
106 2020-06-04 Tom de Vries <tdevries@suse.de>
107
108 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
109
110 2020-06-03 Tom de Vries <tdevries@suse.de>
111
112 PR symtab/26046
113 * gdb.cp/breakpoint-locs-2.cc: New test.
114 * gdb.cp/breakpoint-locs.cc: New test.
115 * gdb.cp/breakpoint-locs.exp: New file.
116 * gdb.cp/breakpoint-locs.h: New test.
117
118 2020-06-03 Tom de Vries <tdevries@suse.de>
119
120 PR testsuite/25609
121 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
122 value of global verbose.
123 * gdb.base/jit-elf.exp: Same.
124 * gdb.base/jit-reader.exp: Same.
125
126 2020-06-02 Tom de Vries <tdevries@suse.de>
127
128 * gdb.dwarf2/multidictionary.exp: Don't use
129 gdb_spawn_with_cmdline_opts.
130
131 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
132
133 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
134 use_header case.
135 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
136 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
137 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
138 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
139 * gdb.dwarf2/dw2-inline-header.c: New file.
140 * gdb.dwarf2/dw2-inline-header.h: New file.
141
142 2020-05-30 Pedro Alves <palves@redhat.com>
143
144 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
145 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
146
147 2020-05-29 Gary Benson <gbenson@redhat.com>
148
149 * gdb.compile/compile-cplus.exp (additional_flags): Also
150 set when building with clang.
151 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
152 when building with clang.
153
154 2020-05-29 Gary Benson <gbenson@redhat.com>
155
156 * gdb.arch/i386-avx.exp (additional_flags): Also set when
157 building with clang.
158 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
159
160 2020-05-29 Gary Benson <gbenson@redhat.com>
161
162 * gdb.cp/koenig.exp (prepare_for_testing): Add
163 additional_flags=-Wno-unused-comparison.
164 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
165
166 2020-05-28 Gary Benson <gbenson@redhat.com>
167
168 * gdb.base/sigaltstack.c (catcher): Add default case to switch
169 statement.
170
171 2020-05-28 Gary Benson <gbenson@redhat.com>
172
173 * gdb.cp/classes.exp (prepare_for_testing): Add
174 additional_flags=-Wno-deprecated-register.
175 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
176 * gdb.cp/misc.exp: Likewise.
177
178 2020-05-28 Gary Benson <gbenson@redhat.com>
179
180 * gdb.linespec/cpls-ops.cc (dummy): New static global.
181 (test_op_new::operator new): Add return statement.
182 (test_op_new_array::operator new[]): Likewise.
183
184 2020-05-27 Pedro Alves <palves@redhat.com>
185
186 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
187 check. Use test_gdb_complete_unique instead of
188 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
189 test_gdb_complete_multiple instead of
190 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
191
192 2020-05-27 Luis Machado <luis.machado@linaro.org>
193
194 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
195 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
196 * gdb.arch/arm-disassembler-options.exp: Likewise.
197 * gdb.arch/arm-disp-step.exp: Likewise.
198 * gdb.arch/thumb-prologue.exp: Likewise.
199 * gdb.base/async.exp: Likewise.
200 * gdb.base/auxv.exp: Likewise.
201 * gdb.base/complex-parts.exp: Likewise.
202 * gdb.base/ena-dis-br.exp: Likewise.
203 * gdb.base/foll-exec.exp: Likewise.
204 * gdb.base/permissions.exp: Likewise.
205 * gdb.base/relocate.exp: Likewise.
206 * gdb.base/return2.exp: Likewise.
207 * gdb.base/sigbpt.exp: Likewise.
208 * gdb.base/siginfo-obj.exp: Likewise.
209 * gdb.cp/converts.exp: Likewise.
210 * gdb.cp/exceptprint.exp: Likewise.
211 * gdb.cp/inherit.exp: Likewise.
212 * gdb.cp/nsnoimports.exp: Likewise.
213 * gdb.cp/virtbase2.exp: Likewise.
214 * gdb.mi/mi-var-cmd.exp: Likewise.
215 * gdb.mi/var-cmd.c: Likewise.
216
217 2020-05-26 Tom Tromey <tromey@adacore.com>
218
219 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
220
221 2020-05-26 Tom Tromey <tromey@adacore.com>
222
223 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
224 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
225 type.
226 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
227 variable.
228
229 2020-05-26 Christian Biesinger <cbiesinger@google.com>
230
231 * Makefile.in: Use = instead of == for the test command
232 for portability.
233
234 2020-05-26 Tom de Vries <tdevries@suse.de>
235
236 * gdb.base/gold-gdb-index-2.c: New test.
237 * gdb.base/gold-gdb-index.c: New test.
238 * gdb.base/gold-gdb-index.exp: New file.
239 * gdb.base/gold-gdb-index.h: New test.
240
241 2020-05-25 Tom de Vries <tdevries@suse.de>
242
243 * boards/gold-gdb-index.exp: New file.
244
245 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
246
247 * boards/simavr.exp: New file.
248
249 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
250
251 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
252 * gdb.base/inferior-args.exp: New file.
253 * gdb.base/inferior-args.c: New file.
254
255 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
256
257 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
258 inferior_args. Pass it to gdb_reload.
259 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
260 inferior_args.
261 (gdb_reload): Add inferior_args argument.
262 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
263 pass it to gdbserver_run.
264 * boards/native-gdbserver.exp: Do not set noargs.
265 * boards/native-extended-gdbserver.exp (gdb_reload): Add
266 inferior_args argument.
267 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
268 * gdb.base/a2-run.exp: Check for use_gdb_stub.
269 * gdb.base/args.exp: Likewise.
270
271 2020-05-25 Tom de Vries <tdevries@suse.de>
272
273 * lib/gdb.exp (exec_is_pie): Add comment.
274
275 2020-05-25 Tom de Vries <tdevries@suse.de>
276
277 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
278 instead of $binfile in the untested message.
279
280 2020-05-25 Tom de Vries <tdevries@suse.de>
281
282 PR testsuite/26031
283 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
284
285 2020-05-25 Tom de Vries <tdevries@suse.de>
286
287 * boards/gold.exp: New file.
288
289 2020-05-23 Tom Tromey <tom@tromey.com>
290
291 * gdb.base/style.exp: Remove completion styling test.
292 * lib/gdb-utils.exp (style): Remove completion styles.
293
294 2020-05-23 Tom Tromey <tom@tromey.com>
295
296 * gdb.base/style.exp: Add completion styling test.
297 * lib/gdb-utils.exp (style): Add completion styles.
298
299 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
300
301 * gdb.base/annota1.exp: Update expected results.
302 * gdb.cp/annota2.exp: Update expected results, remove duplicate
303 test name.
304 * gdb.cp/annota3.exp: Update expected results.
305
306 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
307
308 PR gdb/26016
309 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
310 against MAP_FAILED.
311 * gdb.base/coremaker.c (mmapdata): Likewise.
312 * gdb.base/jit-reader-host.c (main): Likewise.
313 * gdb.base/sym-file-loader.c (load): Likewise.
314 (load_shlib): Likewise.
315
316 2020-05-20 Tom Tromey <tromey@adacore.com>
317
318 * gdb.ada/array_char_idx.exp: Recognize initialized array.
319
320 2020-05-20 Tom de Vries <tdevries@suse.de>
321
322 PR symtab/25833
323 * gdb.base/with-mf-inc.c: New test.
324 * gdb.base/with-mf-main.c: New test.
325 * gdb.base/with-mf.exp: New file.
326
327 2020-05-19 Tom Tromey <tromey@adacore.com>
328
329 * gdb.rust/simple.exp: Restore missing test result.
330
331 2020-05-19 Tom de Vries <tdevries@suse.de>
332
333 * gdb.base/gdb-caching-proc.exp: Fix typo.
334
335 2020-05-19 Tom Tromey <tromey@adacore.com>
336
337 * gdb.rust/simple.exp: Add some test descriptions.
338 (test_one_slice): Use with_test_prefix.
339
340 2020-05-18 Tom de Vries <tdevries@suse.de>
341
342 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
343
344 2020-05-17 Pedro Alves <palves@redhat.com>
345
346 PR gdb/25741
347 * gdb.base/hw-sw-break-same-address.exp: New file.
348
349 2020-05-16 Pedro Alves <palves@redhat.com>
350
351 * gdb.multi/multi-re-run.exp (test_re_run): Switch
352 LAST_LOADED_FILE accordingly.
353
354 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
355
356 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
357
358 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
359
360 * gdb.base/help.exp: Test apropos and help for commands
361 having aliases. Fixed comments not starting with an
362 upper-case letter or not finishing with a dot.
363
364 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
365
366 * gdb.base/alias.exp: Update help output check.
367
368 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
369
370 * gdb.base/default.exp: Update output following fixes.
371
372 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
373
374 * gdb.base/alias.exp: Test aliases starting with a prefix of
375 another alias.
376
377 2020-05-15 Gary Benson <gbenson@redhat.com>
378
379 * gdb.base/info-os.c (main): Add return statement.
380 * gdb.base/info_minsym.c (minsym_fun): Likewise.
381 * gdb.base/large-frame-2.c (func): Likewise.
382 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
383 * gdb.base/pr10179-b.c (foo2): Likewise.
384 * gdb.base/valgrind-disp-step.c (foo): Likewise.
385 * gdb.base/watch-cond.c (func): Likewise.
386 * gdb.multi/goodbye.c (verylongfun): Likewise.
387 * gdb.multi/hello.c (commonfun): Likewise.
388 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
389 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
390 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
391 Likewise.
392 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
393 * gdb.threads/interrupt-while-step-over.c (child_function):
394 Likewise.
395 * gdb.trace/actions-changed.c (end): Likewise.
396
397 2020-05-15 Gary Benson <gbenson@redhat.com>
398
399 * gdb.opencl/callfuncs.exp: Report when test skipped.
400 * gdb.opencl/convs_casts.exp: Likewise.
401 * gdb.opencl/datatypes.exp: Likewise.
402 * gdb.opencl/operators.exp: Likewise.
403 * gdb.opencl/vec_comps.exp: Likewise.
404
405 2020-05-15 Tom de Vries <tdevries@suse.de>
406
407 * gdb.base/align.exp.in: Rename to ...
408 * gdb.base/align.exp.tcl: ... this.
409 * gdb.base/align-c++.exp: Update.
410 * gdb.base/align-c.exp: Update.
411 * gdb.base/all-architectures.exp.in: Rename to ...
412 * gdb.base/all-architectures.exp: ... this.
413 * gdb.base/all-architectures-0.exp: Update.
414 * gdb.base/all-architectures-1.exp: Update.
415 * gdb.base/all-architectures-2.exp: Update.
416 * gdb.base/all-architectures-3.exp: Update.
417 * gdb.base/all-architectures-4.exp: Update.
418 * gdb.base/all-architectures-5.exp: Update.
419 * gdb.base/all-architectures-6.exp: Update.
420 * gdb.base/all-architectures-7.exp: Update.
421 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
422 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
423 * gdb.base/infcall-nested-structs-c++.exp: Update.
424 * gdb.base/infcall-nested-structs-c.exp: Update.
425 * gdb.base/info-types.exp.in: Rename to ...
426 * gdb.base/info-types.exp.tcl: ... this.
427 * gdb.base/info-types-c++.exp: Update.
428 * gdb.base/info-types-c.exp: Update.
429 * gdb.base/max-depth.exp.in: Rename to ...
430 * gdb.base/max-depth.exp.tcl: ... this.
431 * gdb.base/max-depth-c++.exp: Update.
432 * gdb.base/max-depth-c.exp: Update.
433 * gdb.cp/cpexprs.exp.in: Rename to ...
434 * gdb.cp/cpexprs.exp.tcl: ... this.
435 * gdb.cp/cpexprs-debug-types.exp: Update.
436 * gdb.cp/cpexprs.exp: Update.
437 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
438 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
439 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
440 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
441 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
442 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
443 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
444 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
445 * gdb.dwarf2/clang-debug-names-2.exp: Update.
446 * gdb.dwarf2/clang-debug-names.exp: Update.
447
448 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
449
450 * lib/check-test-names.exp: Remove code that prevents this file
451 loading when tests are run in parallel.
452
453 2020-05-15 Pedro Alves <palves@redhat.com>
454
455 * gdb.multi/multi-kill.exp (start_inferior): Remove
456 'testpid' parameter. Refer to namespace variable directly.
457 (testpid): Declare as namespace variable.
458
459 2020-05-15 Pedro Alves <palves@redhat.com>
460
461 * gdb.multi/multi-kill.exp: Wrap in namespace.
462 (start_inferior): Add TESTPID parameter. Use it instead of the
463 testpid global.
464 (top level): Define empty TESTPID array, and pass it down to
465 start_inferior.
466
467 2020-05-14 Tom de Vries <tdevries@suse.de>
468
469 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
470 output.
471
472 2020-05-14 Tom de Vries <tdevries@suse.de>
473
474 * gdb.base/align.exp: Split into ...
475 * gdb.base/align.exp.in: ...
476 * gdb.base/align-c++.exp: ...
477 * gdb.base/align-c.exp: ... these.
478 * gdb.base/infcall-nested-structs.exp: Split into ...
479 * gdb.base/infcall-nested-structs.exp.in: ...
480 * gdb.base/infcall-nested-structs-c++.exp: ...
481 * gdb.base/infcall-nested-structs-c.exp: ... these.
482 * gdb.base/info-types.exp: Split into ...
483 * gdb.base/info-types.exp.in: ...
484 * gdb.base/info-types-c++.exp: ...
485 * gdb.base/info-types-c.exp: ... these.
486 * gdb.base/max-depth.exp: Split into ...
487 * gdb.base/max-depth.exp.in: ...
488 * gdb.base/max-depth-c++.exp: ...
489 * gdb.base/max-depth-c.exp: ... these.
490 * gdb.cp/infcall-nodebug.exp: Split into ...
491 * gdb.cp/infcall-nodebug.exp.in: ...
492 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
493 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
494 * gdb.cp/infcall-nodebug-c-d0.exp: ...
495 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
496
497 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
498 Pedro Alves <palves@redhat.com>
499
500 * gdb.multi/multi-exit.c: New file.
501 * gdb.multi/multi-exit.exp: New file.
502 * gdb.multi/multi-kill.c: New file.
503 * gdb.multi/multi-kill.exp: New file.
504
505 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
506
507 * gdb.base/annota1.exp: Update the expected output.
508 * gdb.cp/annota2.exp: Ditto.
509
510 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
511
512 * lib/check-test-names.exp: Disable when testing is being run in
513 parallel.
514
515 2020-05-12 Tom de Vries <tdevries@suse.de>
516
517 * gdb.base/jit-elf.exp: Fix string concat.
518
519 2020-05-12 Tom de Vries <tdevries@suse.de>
520
521 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
522 messages.
523
524 2020-05-12 Tom de Vries <tdevries@suse.de>
525
526 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
527
528 2020-05-12 Tom de Vries <tdevries@suse.de>
529
530 * gdb.ada/catch_ex.exp: Use with_test_prefix.
531 * gdb.ada/mi_catch_ex.exp: Same.
532 * gdb.ada/mi_catch_ex_hand.exp: Same.
533
534 2020-05-12 Tom de Vries <tdevries@suse.de>
535
536 * gdb.fortran/complex.exp: Use with_test_prefix.
537
538 2020-05-12 Tom de Vries <tdevries@suse.de>
539
540 * gdb.trace/passcount.exp: Fix test-names.
541
542 2020-05-12 Tom de Vries <tdevries@suse.de>
543
544 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
545
546 2020-05-12 Tom de Vries <tdevries@suse.de>
547
548 * gdb.gdb/complaints.exp: Use with_test_prefix.
549 * gdb.xml/tdesc-regs.exp: Same.
550 * gdb.opt/inline-locals.exp: Fix test name.
551
552 2020-05-12 Tom de Vries <tdevries@suse.de>
553
554 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
555 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
556 * gdb.dwarf2/implref-struct.exp: Same.
557 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
558 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
559
560 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
561
562 * gdb.base/jit-so.exp (one_jit_test): Change test name.
563
564 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
565
566 * lib/check-test-names.exp (all_test_names): New module variable.
567 (counts): Add 'duplicates' field.
568 (_check_duplicates): New procedure.
569 (check): Also check for duplicates.
570 (do_log_summary): Print duplicates count.
571 (do_reset_vars): Reset counter for duplicate test names, and
572 discard all know test names.
573
574 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
575
576 * lib/gdb.exp: Include check-test-names.exp library.
577 * lib/check-test-names.exp: New file.
578
579 2020-05-11 Tom de Vries <tdevries@suse.de>
580
581 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
582
583 2020-05-11 Keith Seitz <keiths@redhat.com>
584
585 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
586
587 2020-05-11 Tom de Vries <tdevries@suse.de>
588
589 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
590 * gdb.cp/cpexprs.exp.in: .. here.
591 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
592 cpexprs.exp.
593
594 2020-05-11 Keith Seitz <keiths@redhat.com>
595
596 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
597 test names.
598 * gdb.ada/arrayptr.exp: Likewise.
599 * gdb.ada/assign_arr.exp: Likewise.
600 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
601 * gdb.ada/bp_on_var.exp: Likewise.
602 * gdb.ada/call_pn.exp: Likewise.
603 * gdb.ada/complete.exp: Likewise.
604 * gdb.ada/fun_overload_menu.exp: Likewise.
605 * gdb.ada/funcall_param.exp: Likewise.
606 * gdb.ada/funcall_ref.exp: Likewise.
607 * gdb.ada/packed_array_assign.exp: Likewise.
608 * gdb.ada/same_component_name.exp: Likewise.
609 * gdb.ada/type_coercion.exp: Likewise.
610 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
611 * gdb.ada/variant_record_packed_array.exp: Likewise.
612
613 2020-05-11 Tom de Vries <tdevries@suse.de>
614
615 PR symtab/25941
616 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
617 out of ...
618 * gdb.dwarf2/clang-debug-names.exp: ... here.
619 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
620 clang-debug-names.exp.in.
621 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
622 * gdb.dwarf2/clang-debug-names-2.c: New test.
623
624 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
625
626 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
627 (fortran_runto_main): New Proc, fortran version of runto_main.
628 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
629 * gdb.fortran/array-bounds.exp: Likewise.
630 * gdb.fortran/array-slices.exp: Likewise.
631 * gdb.fortran/block-data.exp: Likewise.
632 * gdb.fortran/charset.exp: Likewise.
633 * gdb.fortran/common-block.exp: Likewise.
634 * gdb.fortran/complex.exp: Likewise.
635 * gdb.fortran/derived-type-function.exp: Likewise.
636 * gdb.fortran/derived-type.exp: Likewise.
637 * gdb.fortran/info-modules.exp: Likewise.
638 * gdb.fortran/info-types.exp: Likewise.
639 * gdb.fortran/intrinsics.exp: Likewise.
640 * gdb.fortran/library-module.exp: Likewise.
641 * gdb.fortran/logical.exp: Likewise.
642 * gdb.fortran/max-depth.exp: Likewise.
643 * gdb.fortran/module.exp: Likewise.
644 * gdb.fortran/multi-dim.exp: Likewise.
645 * gdb.fortran/nested-funcs.exp: Likewise.
646 * gdb.fortran/print-formatted.exp: Likewise.
647 * gdb.fortran/print_type.exp: Likewise.
648 * gdb.fortran/printing-types.exp: Likewise.
649 * gdb.fortran/ptr-indentation.exp: Likewise.
650 * gdb.fortran/ptype-on-functions.exp: Likewise.
651 * gdb.fortran/subarray.exp: Likewise.
652 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
653 * gdb.fortran/vla-datatypes.exp: Likewise.
654 * gdb.fortran/vla-history.exp: Likewise.
655 * gdb.fortran/vla-ptr-info.exp: Likewise.
656 * gdb.fortran/vla-ptype-sub.exp: Likewise.
657 * gdb.fortran/vla-ptype.exp: Likewise.
658 * gdb.fortran/vla-sizeof.exp: Likewise.
659 * gdb.fortran/vla-type.exp: Likewise.
660 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
661 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
662 * gdb.fortran/vla-value-sub.exp: Likewise.
663 * gdb.fortran/vla-value.exp: Likewise.
664 * gdb.fortran/whatis_type.exp: Likewise.
665 * gdb.mi/mi-var-child-f.exp: Likewise.
666
667 2020-05-09 Tom de Vries <tdevries@suse.de>
668
669 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
670
671 2020-05-08 Tom de Vries <tdevries@suse.de>
672
673 * gdb.dwarf2/clang-debug-names.c: New test.
674 * gdb.dwarf2/clang-debug-names.exp: New file.
675
676 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
677
678 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
679 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
680
681 2020-05-06 Tom de Vries <tdevries@suse.de>
682
683 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
684 breakpoint is at a "recommended breakpoint location".
685 * gdb.reverse/consecutive-reverse.exp: Same.
686
687 2020-05-06 Tom de Vries <tdevries@suse.de>
688
689 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
690 address.
691
692 2020-05-06 Tom de Vries <tdevries@suse.de>
693
694 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
695
696 2020-05-06 Tom de Vries <tdevries@suse.de>
697
698 * gdb.base/store.exp (check_set, up_set): Allowing missing location
699 info for r.
700
701 2020-05-06 Tom de Vries <tdevries@suse.de>
702
703 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
704 necessary.
705
706 2020-05-06 Tom de Vries <tdevries@suse.de>
707
708 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
709 void.
710
711 2020-05-06 Tom de Vries <tdevries@suse.de>
712
713 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
714 of ...
715 * gdb.base/async.exp: ... here.
716 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
717 "recommended breakpoint location".
718
719 2020-05-06 Tom de Vries <tdevries@suse.de>
720
721 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
722
723 2020-05-04 Tom de Vries <tdevries@suse.de>
724
725 * gdb.base/async.exp: Check whether instruction addresses are a
726 "recommended breakpoint location".
727
728 2020-05-03 Tom Tromey <tom@tromey.com>
729
730 * gdb.base/sepdebug.exp: Remove "catch" test.
731 * gdb.base/break.exp: Remove "catch" test.
732 * gdb.base/default.exp: Update expected output.
733
734 2020-05-02 Tom de Vries <tdevries@suse.de>
735
736 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
737 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
738 * gdb.arch/i386-mpx-map.exp: Same.
739 * gdb.arch/i386-mpx-sigsegv.exp: Same.
740 * gdb.arch/i386-mpx-simple_segv.exp: Same.
741 * gdb.arch/i386-mpx.exp: Same.
742
743 2020-05-02 Tom de Vries <tdevries@suse.de>
744
745 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
746
747 2020-05-01 Tom de Vries <tdevries@suse.de>
748
749 * gdb.ada/operator_bp.exp: Allow more than required amount of
750 breakpoint.
751
752 2020-05-01 Tom de Vries <tdevries@suse.de>
753
754 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
755
756 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
757
758 PR gdb/18706
759 * gdb.cp/stub-array-size.cc: New test.
760 * gdb.cp/stub-array-size.exp: New file.
761 * gdb.cp/stub-array-size.h: New test.
762 * gdb.cp/stub-array-size2.cc: New test.
763
764 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
765
766 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
767 output to the new format.
768
769 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
770
771 * gdb.base/break.exp: Use with_test_prefix.
772
773 2020-04-29 Tom de Vries <tdevries@suse.de>
774
775 * lib/gdb.exp (debug_types): New proc.
776 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
777 * gdb.python/py-symtab.exp: Same.
778
779 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
780
781 PR gdb/17320
782 * gdb.base/pretty-array.c: New test.
783 * gdb.base/pretty-array.exp: New file.
784
785 2020-04-29 Tom de Vries <tdevries@suse.de>
786
787 PR symtab/25889
788 * gdb.cp/cpexprs.exp: Adapt for inclusion.
789 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
790 and include cpexprs.exp.
791
792 2020-04-28 Mark Williams <mark@myosotissp.com>
793
794 PR gdb/24480
795 * dw4-toplevel-types.exp: Test for top level types.
796 * dw4-toplevel-types.cc: Test for top level types.
797
798 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
799
800 * gdb.threads/stop-with-handle.exp: Fix typo in comment
801 (theads -> threads).
802
803 2020-04-28 Tom de Vries <tdevries@suse.de>
804
805 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
806
807 2020-04-28 Tom de Vries <tdevries@suse.de>
808
809 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
810
811 2020-04-28 Tom de Vries <tdevries@suse.de>
812
813 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
814
815 2020-04-28 Tom de Vries <tdevries@suse.de>
816
817 * gdb.dwarf2/main-foo.c: New test.
818 * gdb.dwarf2/struct-with-sig.exp: New file.
819
820 2020-04-25 Tom de Vries <tdevries@suse.de>
821
822 * boards/debug-types.exp: New file.
823
824 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
825
826 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
827
828 2020-04-24 Tom Tromey <tom@tromey.com>
829
830 PR symtab/12707:
831 * gdb.python/py-symbol.exp: Update expected results for
832 linkage_name test.
833 * gdb.cp/print-demangle.exp: New file.
834 * gdb.base/c-linkage-name.exp: Fix test.
835 * gdb.guile/scm-symbol.exp: Update expected results for
836 linkage_name test.
837
838 2020-04-24 Tom Tromey <tom@tromey.com>
839
840 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
841 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
842 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
843 assembler.
844
845 2020-04-24 Tom de Vries <tdevries@suse.de>
846
847 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
848 C++.
849
850 2020-04-24 Tom Tromey <tromey@adacore.com>
851
852 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
853 values.
854 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
855 values. Update test for minimal encodings.
856 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
857 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
858 values. Update test for minimal encodings.
859
860 2020-04-24 Tom Tromey <tromey@adacore.com>
861
862 PR python/23662:
863 * gdb.ada/variant.exp: Add Python checks.
864 * gdb.rust/simple.exp: Add dynamic type checks.
865
866 2020-04-24 Tom Tromey <tromey@adacore.com>
867
868 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
869 Make array type matching more lax.
870 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
871 * gdb.ada/mi_variant.exp: New file.
872 * gdb.ada/mi_variant/pck.ads: New file.
873 * gdb.ada/mi_variant/pkg.adb: New file.
874 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
875 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
876
877 2020-04-24 Tom Tromey <tromey@adacore.com>
878
879 * gdb.ada/variant.exp: Add dynamic field offset tests.
880 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
881 * gdb.ada/variant/pkg.adb: Add new variables.
882
883 2020-04-24 Tom Tromey <tromey@adacore.com>
884
885 * gdb.ada/variant.exp: New file
886 * gdb.ada/variant/pkg.adb: New file
887 * gdb.ada/variant/pck.adb: New file
888
889 2020-04-24 Tom de Vries <tdevries@suse.de>
890
891 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
892
893 2020-04-24 Tom de Vries <tdevries@suse.de>
894
895 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
896 flags.
897
898 2020-04-24 Tom de Vries <tdevries@suse.de>
899
900 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
901
902 2020-04-24 Tom de Vries <tdevries@suse.de>
903
904 * lib/gdb.exp (default_gdb_start): Handle eof.
905 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
906 failure.
907 * gdb.base/readnever.exp: Handle clean_restart failure.
908
909 2020-04-23 Tom de Vries <tdevries@suse.de>
910
911 * gdb.base/decl-before-def.exp: Run to main and print a again.
912
913 2020-04-23 Tom de Vries <tdevries@suse.de>
914
915 * gdb.base/decl-before-def-decl.c: New test.
916 * gdb.base/decl-before-def-def.c: New test.
917 * gdb.base/decl-before-def.exp: New file.
918
919 2020-04-23 Tom de Vries <tdevries@suse.de>
920
921 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
922
923 2020-04-22 Tom de Vries <tdevries@suse.de>
924
925 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
926 debug_info_offset.
927 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
928 before $objsfile in the line line.
929
930 2020-04-22 Tom de Vries <tdevries@suse.de>
931
932 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
933
934 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
935
936 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
937 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
938 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
939 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
940 * gdb.base/jit-protocol.h: Update definitions to match all usage
941 contexts.
942
943 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
944
945 * gdb.base: Rename all jit related test and source files.
946
947 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
948
949 * gdb.base/jit-reader.exp: Relax register output check.
950
951 2020-04-22 Tom de Vries <tdevries@suse.de>
952
953 PR symtab/25764
954 * gdb.base/psym-external-decl-2.c: New test.
955 * gdb.base/psym-external-decl.c: New test.
956 * gdb.base/psym-external-decl.exp: New file.
957 * gdb.threads/tls.exp: Add PR25807 kfail.
958
959 2020-04-22 Tom de Vries <tdevries@suse.de>
960
961 PR symtab/25801
962 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
963 in "info source" output.
964
965 2020-04-22 Tom de Vries <tdevries@suse.de>
966
967 PR symtab/25700
968 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
969 symtab for imported_unit.c.
970
971 2020-04-21 Gary Benson <gbenson@redhat.com>
972
973 * gdb.base/advance.c (func): New argument, to match call site.
974 (func2, func3): Add return statements.
975
976 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
977
978 * gdb.multi/run-only-second-inf.c: New file.
979 * gdb.multi/run-only-second-inf.exp: New file.
980
981 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
982
983 * gdb.btrace/multi-inferior.c: New test.
984 * gdb.btrace/multi-inferior.exp: New file.
985
986 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
987
988 * gdb.btrace/enable-new-thread.c: New test.
989 * gdb.btrace/enable-new-thread.exp: New file.
990
991 2020-04-21 Tom de Vries <tdevries@suse.de>
992
993 PR gdb/25471
994 * gdb.threads/killed-outside.c: New test.
995 * gdb.threads/killed-outside.exp: New file.
996
997 2020-04-20 Gary Benson <gbenson@redhat.com>
998
999 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1000 * gdb.base/nested-subp2.exp: Likewise.
1001 * gdb.base/nested-subp3.exp: Likewise.
1002
1003 2020-04-20 Gary Benson <gbenson@redhat.com>
1004
1005 * gdb.base/nested-subp1.exp: Disable test when using clang.
1006 * gdb.base/nested-subp2.exp: Likewise.
1007 * gdb.base/nested-subp3.exp: Likewise.
1008
1009 2020-04-20 Gary Benson <gbenson@redhat.com>
1010
1011 * gdb.cp/exception.cc: Fix compilation error with clang.
1012
1013 2020-04-20 Gary Benson <gbenson@redhat.com>
1014
1015 * gdb.trace/tspeed.c: Fix compilation error with clang.
1016
1017 2020-04-20 Gary Benson <gbenson@redhat.com>
1018
1019 * gdb.base/jit-main.c: Fix compilation error with clang.
1020
1021 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1022
1023 * gdb.base/attach-twice.c: Include "sys/types.h".
1024 (PTRACE_ATTACH): Add fallback definition.
1025 (main): Pass `0' to the 4th argument of `ptrace'.
1026
1027 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1028
1029 * gdb.base/fork-running-state.c: Include "signal.h".
1030
1031 2020-04-17 Tom Tromey <tromey@adacore.com>
1032
1033 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1034 Update tests.
1035 * gdb.btrace/cpu.exp: Update tests.
1036 * gdb.base/maint.exp: Update tests.
1037 * gdb.base/default.exp: Update tests.
1038 * gdb.base/completion.exp: Update tests.
1039
1040 2020-04-16 Tom de Vries <tdevries@suse.de>
1041
1042 PR symtab/25791
1043 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1044 (ensure_gdb_index): and factor out and move ...
1045 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1046 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1047
1048 2020-04-16 Tom de Vries <tdevries@suse.de>
1049
1050 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1051 loading exec.
1052
1053 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1054
1055 * gdb.base/many-completions.exp: New file.
1056
1057 2020-04-14 Tom de Vries <tdevries@suse.de>
1058
1059 PR symtab/25718
1060 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1061
1062 2020-04-14 Tom de Vries <tdevries@suse.de>
1063
1064 PR symtab/25720
1065 * gdb.base/maint-expand-symbols-header-file.c: New test.
1066 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1067 * gdb.base/maint-expand-symbols-header-file.h: New test.
1068
1069 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1070
1071 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1072 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1073 get_func_info.
1074 (get_func_info): Delete.
1075 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1076 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1077 * lib/dwarf.exp (get_func_info): New function.
1078
1079 2020-04-13 Tom de Vries <tdevries@suse.de>
1080
1081 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1082 to what find_gnatmake does.
1083
1084 2020-04-10 Tom de Vries <tdevries@suse.de>
1085
1086 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1087 -readnow.
1088
1089 2020-04-10 Tom de Vries <tdevries@suse.de>
1090
1091 PR cli/25808
1092 * gdb.base/style.c: Add leading newlines.
1093 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1094 Check listing of main's one-line body.
1095
1096 2020-04-08 Tom de Vries <tdevries@suse.de>
1097
1098 * lib/gdb.exp (psymtabs_p): New proc.
1099 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1100 importing unit" unsupported if there are no partial symbols.
1101
1102 2020-04-08 Tom de Vries <tdevries@suse.de>
1103
1104 PR testsuite/25760
1105 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1106
1107 2020-04-07 Tom de Vries <tdevries@suse.de>
1108
1109 PR symtab/25796
1110 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1111
1112 2020-04-07 Tom de Vries <tdevries@suse.de>
1113
1114 * gdb.base/check-psymtab.c: New test.
1115 * gdb.base/check-psymtab.exp: New file.
1116
1117 2020-04-06 Tom Tromey <tromey@adacore.com>
1118
1119 * gdb.ada/variant-record/proc.adb: New file.
1120 * gdb.ada/variant-record/value.adb: New file.
1121 * gdb.ada/variant-record/value.s: New file.
1122 * gdb.ada/variant-record.exp: New file.
1123
1124 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
1125
1126 PR gdb/25325
1127 * gdb.cp/typed-enum.cc: New test.
1128 * gdb.cp/typed-enum.exp: New file.
1129
1130 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1131
1132 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1133 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1134 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1135 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1136 * gdb.opt/inline-small-func.c: New file.
1137 * gdb.opt/inline-small-func.exp: New file.
1138 * gdb.opt/inline-small-func.h: New file.
1139
1140 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1141
1142 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1143 function.
1144
1145 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1146
1147 * lib/dwarf.exp (function_range): Allow compiler options to be
1148 specified.
1149
1150 2020-04-02 Tom de Vries <tdevries@suse.de>
1151
1152 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1153 __attribute__((always_inline)).
1154 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1155
1156 2020-04-02 Tom de Vries <tdevries@suse.de>
1157
1158 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1159 (gdbserver_gdb_exit): ... here. Add timeout warning.
1160 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1161 (connect_target_extended_remote): Append new server_spawn_id to
1162 server_spawn_ids.
1163 (cleanup): New proc.
1164 (setup, <toplevel>): Call cleanup.
1165
1166 2020-04-02 Tom de Vries <tdevries@suse.de>
1167
1168 * gdb.base/main-psymtab.exp: New file.
1169
1170 2020-04-02 Tom de Vries <tdevries@suse.de>
1171
1172 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1173
1174 2020-04-01 Tom Tromey <tom@tromey.com>
1175
1176 * gdb.base/complex-parts.exp: Add type tests.
1177
1178 2020-04-01 Tom Tromey <tom@tromey.com>
1179
1180 * gdb.base/complex-parts.exp: Add arithmetic tests.
1181
1182 2020-04-01 Tom Tromey <tom@tromey.com>
1183
1184 * gdb.compile/compile.exp: Update.
1185 * gdb.compile/compile-cplus.exp: Update.
1186 * gdb.base/varargs.exp: Update.
1187 * gdb.base/floatn.exp: Update.
1188 * gdb.base/endianity.exp: Update.
1189 * gdb.base/callfuncs.exp (do_function_calls): Update.
1190 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1191 (complex_float_integral_args): Update.
1192 * gdb.base/complex.exp: Update.
1193 * gdb.base/complex-parts.exp: Update.
1194
1195 2020-04-01 Tom Tromey <tromey@adacore.com>
1196
1197 * gdb.rust/union.rs: New file.
1198 * gdb.rust/union.exp: New file.
1199 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1200 (main): Update.
1201 * gdb.rust/simple.exp: Move union tests to union.exp.
1202
1203 2020-04-01 Tom Tromey <tromey@adacore.com>
1204
1205 * gdb.rust/simple.rs (main): Remove "y0".
1206
1207 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1208
1209 * gdb.multi/stop-all-on-exit.c: New test.
1210 * gdb.multi/stop-all-on-exit.exp: New file.
1211
1212 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
1213
1214 PR gdb/24789
1215 * gdb.cp/misc.cc: Add integer reference variable.
1216 * gdb.cp/misc.exp: Add test.
1217
1218 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1219
1220 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1221 scenario to cover execution until the end and also the case
1222
1223 2020-03-31 Tom de Vries <tdevries@suse.de>
1224
1225 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1226 c. Use "maint info symtabs" to check symtab expansion.
1227
1228 2020-03-30 Tom de Vries <tdevries@suse.de>
1229
1230 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1231 unsupported.
1232 (verify_psymtab_expanded): Move ...
1233 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1234 test.
1235 (readnow): New proc.
1236
1237 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1238
1239 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1240 with $hex.
1241
1242 2020-03-20 Tom Tromey <tromey@adacore.com>
1243
1244 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1245
1246 2020-03-20 Tom Tromey <tromey@adacore.com>
1247
1248 * gdb.ada/sub_variant/subv.adb: New file.
1249 * gdb.ada/sub_variant.exp: New file.
1250
1251 2020-03-20 Tom de Vries <tdevries@suse.de>
1252
1253 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1254 first break fails.
1255 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1256
1257 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1258
1259 * gdb.server/exit-multiple-threads.c: New file.
1260 * gdb.server/exit-multiple-threads.exp: New file.
1261
1262 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1263
1264 * gdb.fortran/mixed-lang-stack.c: New file.
1265 * gdb.fortran/mixed-lang-stack.cpp: New file.
1266 * gdb.fortran/mixed-lang-stack.exp: New file.
1267 * gdb.fortran/mixed-lang-stack.f90: New file.
1268
1269 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1270
1271 * gdb.linespec/cp-completion-aliases.cc: New file.
1272 * gdb.linespec/cp-completion-aliases.exp: New file.
1273
1274 2020-03-19 Tom de Vries <tdevries@suse.de>
1275
1276 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1277 more precise.
1278
1279 2020-03-18 Tom de Vries <tdevries@suse.de>
1280
1281 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1282 * gdb.dwarf2/break-inline-psymtab.c: New test.
1283 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1284
1285 2020-03-16 Tom de Vries <tdevries@suse.de>
1286
1287 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1288 cache_verify and cache_verify_proc.
1289
1290 2020-03-15 Tom de Vries <tdevries@suse.de>
1291
1292 * gdb.server/solib-list.exp: Handle
1293 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1294
1295 2020-03-15 Tom de Vries <tdevries@suse.de>
1296
1297 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1298 objfiles".
1299
1300 2020-03-14 Tom Tromey <tom@tromey.com>
1301
1302 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1303
1304 2020-03-14 Tom de Vries <tdevries@suse.de>
1305
1306 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1307
1308 2020-03-14 Tom de Vries <tdevries@suse.de>
1309
1310 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1311 result in line-by-line fashion.
1312
1313 2020-03-14 Tom de Vries <tdevries@suse.de>
1314
1315 * lib/gdb.exp (supports_statement_frontiers): New proc.
1316 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1317
1318 2020-03-14 Tom de Vries <tdevries@suse.de>
1319
1320 * gdb.base/printcmds.exp: Add missing quoting for "print
1321 teststring2".
1322
1323 2020-03-13 Tom Tromey <tom@tromey.com>
1324
1325 * gdb.base/printcmds.exp (test_print_strings): Add regression
1326 test.
1327 * gdb.base/printcmds.c (charptr): New typedef.
1328 (teststring2): New global.
1329
1330 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1331
1332 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1333 full path in the test name.
1334 (test_ld): Add some with_test_prefix blocks to make test names
1335 unique.
1336
1337 2020-03-13 Tom de Vries <tdevries@suse.de>
1338
1339 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1340
1341 2020-03-13 Tom de Vries <tdevries@suse.de>
1342
1343 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1344
1345 2020-03-13 Tom de Vries <tdevries@suse.de>
1346
1347 PR symtab/25646
1348 * gdb.dwarf2/imported-unit.exp: Add test.
1349
1350 2020-03-13 Tom de Vries <tdevries@suse.de>
1351
1352 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1353 (var1, var2): New variable.
1354 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1355 matching symbols.
1356
1357 2020-03-13 Tom de Vries <tdevries@suse.de>
1358
1359 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1360 (Term::command): Use prompt prefix.
1361 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1362 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1363 command_no_prompt_prefix instead of prefix.
1364 * gdb.tui/tui-layout-asm.exp: Same.
1365
1366 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1367
1368 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1369
1370 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1371
1372 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1373 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1374 on" while stepping over the test instruction, match printed
1375 message.
1376
1377 2020-03-12 Tom de Vries <tdevries@suse.de>
1378
1379 * gdb.base/info-types.exp: Use exp_continue during matching of output
1380 of "info types".
1381
1382 2020-03-12 Tom de Vries <tdevries@suse.de>
1383
1384 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1385
1386 2020-03-12 Tom de Vries <tdevries@suse.de>
1387
1388 * gdb.fortran/module.exp: Use exp_continue during matching of output
1389 of "info variable -n".
1390
1391 2020-03-12 Tom de Vries <tdevries@suse.de>
1392
1393 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1394 gdb.dwarf2/dw2-ranges-base.c.
1395
1396 2020-03-12 Tom de Vries <tdevries@suse.de>
1397
1398 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1399 in presence of GLIBC debuginfo.
1400
1401 2020-03-12 Tom de Vries <tdevries@suse.de>
1402
1403 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1404 $core.
1405
1406 2020-03-12 Tom de Vries <tdevries@suse.de>
1407
1408 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1409 more precise.
1410
1411 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
1412
1413 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1414 from Unix to Windows path.
1415
1416 2020-03-11 Tom de Vries <tdevries@suse.de>
1417
1418 * gdb.ada/minsyms.exp: Set language to ada.
1419
1420 2020-03-11 Tom de Vries <tdevries@suse.de>
1421
1422 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1423
1424 2020-03-11 Tom de Vries <tdevries@suse.de>
1425
1426 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1427
1428 2020-03-11 Tom Tromey <tromey@adacore.com>
1429
1430 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1431
1432 2020-03-11 Tom de Vries <tdevries@suse.de>
1433
1434 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1435
1436 2020-03-11 Tom de Vries <tdevries@suse.de>
1437
1438 * gdb.base/break-interp.exp: Limit verbose scope.
1439
1440 2020-03-11 Tom de Vries <tdevries@suse.de>
1441
1442 * gdb.fortran/logical.f90: Define variable with character type.
1443 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1444
1445 2020-03-11 Tom de Vries <tdevries@suse.de>
1446
1447 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1448
1449 2020-03-11 Tom de Vries <tdevries@suse.de>
1450
1451 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1452 symtabs.
1453
1454 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1455 Bernd Edlinger <bernd.edlinger@hotmail.de>
1456
1457 * gdb.cp/step-and-next-inline.cc: New file.
1458 * gdb.cp/step-and-next-inline.exp: New file.
1459 * gdb.cp/step-and-next-inline.h: New file.
1460 * gdb.dwarf2/dw2-is-stmt.c: New file.
1461 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1462 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1463 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1464 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1465
1466 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1467
1468 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1469 is-stmt flag in the line table.
1470
1471 2020-03-09 Tom de Vries <tdevries@suse.de>
1472
1473 * lib/gdb.exp (cached_file): Create cache dir.
1474
1475 2020-03-07 Tom de Vries <tdevries@suse.de>
1476
1477 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1478 * gdb.cp/rvalue-ref-params.exp: Same.
1479
1480 2020-03-06 Tom de Vries <tdevries@suse.de>
1481
1482 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1483 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1484
1485 2020-03-06 Tom de Vries <tdevries@suse.de>
1486
1487 * README: Fix "the the".
1488 * gdb.base/dprintf.exp: Same.
1489
1490 2020-03-05 Tom de Vries <tdevries@suse.de>
1491
1492 * gdb.base/maint.exp: Update "main print statistics" expected output.
1493
1494 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1495
1496 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1497 (fortran_int8): Likewise.
1498 (fortran_real4): Likewise.
1499 (fortran_real8): Likewise.
1500 (fortran_complex4): Likewise.
1501 (fortran_logical4): Likewise.
1502 (fortran_character1): Likewise.
1503
1504 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1505
1506 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1507 printed as true.
1508
1509 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1510
1511 * gdb.base/printcmds.exp: Add test to verify printf of a
1512 variable holding an address.
1513
1514 2020-03-03 Tom de Vries <tdevries@suse.de>
1515
1516 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1517
1518 2020-03-03 Tom de Vries <tdevries@suse.de>
1519
1520 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1521 gdb_test_multiple call.
1522
1523 2020-03-03 Tom de Vries <tdevries@suse.de>
1524
1525 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1526 gdb_test_multiple calls.
1527
1528 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1529
1530 * gdb.base/default.exp: Remove test of 'set history filename'.
1531 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1532 filename to the empty string.
1533 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1534 and GDBHISTSIZE.
1535
1536 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1537
1538 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1539 disabled.
1540
1541 2020-03-02 Pedro Alves <palves@redhat.com>
1542 Tom de Vries <tdevries@suse.de>
1543
1544 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1545 -prompt prefix, before user_code argument. Add -lbl option likewise.
1546 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1547 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1548 argument.
1549 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1550 have "\r\n" at start-of-line, instead of at end-of-line.
1551
1552 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
1553
1554 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1555 libinproctrace.so.
1556
1557 2020-02-28 Luis Machado <luis.machado@linaro.org>
1558
1559 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1560 to "p/x".
1561
1562 2020-02-28 Luis Machado <luis.machado@linaro.org>
1563
1564 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1565 asm/ptrace.h and error.h.
1566
1567 2020-02-28 Tom de Vries <tdevries@suse.de>
1568
1569 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1570 (struct wrapper, do_something, mundane/symada__cS): Move ...
1571 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1572 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1573 Update "print symada__cS before partial symtab expansion" regexp.
1574 Update breakpoint location. Flush symbol cache after expansion.
1575
1576 2020-02-28 Luis Machado <luis.machado@linaro.org>
1577
1578 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1579
1580 2020-02-27 Tom de Vries <tdevries@suse.de>
1581
1582 * config/sid.exp: Remove unused globals.
1583 * gdb.base/attach.exp: Same.
1584 * gdb.base/catch-load.exp: Same.
1585 * gdb.base/dbx.exp: Same.
1586 * lib/gdb.exp: Same.
1587 * lib/mi-support.exp: Same.
1588 * lib/prompt.exp: Same.
1589
1590 2020-02-27 Tom de Vries <tdevries@suse.de>
1591
1592 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1593 not set.
1594
1595 2020-02-26 Aaron Merey <amerey@redhat.com>
1596
1597 * gdb.debuginfod: New directory for debuginfod tests.
1598 * gdb.debuginfod/main.c: New test file.
1599 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1600
1601 2020-02-26 Tom de Vries <tdevries@suse.de>
1602
1603 PR gdb/25603
1604 * gdb.base/persistent-lang.cc: New test.
1605 * gdb.base/persistent-lang.exp: New file.
1606
1607 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1608
1609 * gdb.fortran/derived-type-striding.exp: Add a new test.
1610 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1611 new test.
1612
1613 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1614
1615 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1616 names.
1617
1618 2020-02-25 Tom de Vries <tdevries@suse.de>
1619
1620 PR go/18926
1621 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1622
1623 2020-02-24 Tom de Vries <tdevries@suse.de>
1624
1625 PR gdb/25592
1626 * gdb.base/info-locals-unused-static-var.c: New test.
1627 * gdb.base/info-locals-unused-static-var.exp: New file.
1628
1629 2020-02-22 Tom Tromey <tom@tromey.com>
1630
1631 * gdb.python/tui-window.exp: New file.
1632 * gdb.python/tui-window.py: New file.
1633
1634 2020-02-22 Tom Tromey <tom@tromey.com>
1635
1636 PR tui/17850:
1637 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1638 tests.
1639
1640 2020-02-22 Tom Tromey <tom@tromey.com>
1641
1642 * gdb.tui/new-layout.exp: Add sub-layout tests.
1643
1644 2020-02-22 Tom Tromey <tom@tromey.com>
1645
1646 * gdb.tui/new-layout.exp: New file.
1647
1648 2020-02-22 Tom Tromey <tom@tromey.com>
1649
1650 * gdb.rust/rust-style.rs: New file.
1651 * gdb.rust/rust-style.exp: New file.
1652 * gdb.base/style.exp: Test structure printing.
1653 * gdb.base/style.c (struct some_struct): New type.
1654 (enum etype): New type.
1655 (struct_value): New global.
1656
1657 2020-02-21 Tom de Vries <tdevries@suse.de>
1658
1659 PR go/18926
1660 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1661 Remove blanket xfails. Use message argument for gdb_breakpoint.
1662 Make continuing to breakpoint test conditional on setting breakpoint.
1663 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1664 DW_AT_name attribute. Add xfail for GCC PR93866.
1665
1666 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1667
1668 * gdb.dwarf2/cpp-linkage-name.c: New file.
1669 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1670
1671 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
1672
1673 * lib/gdb.exp (gdb_wrapper_init): Reset
1674 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1675 not exist.
1676
1677 2020-02-20 Tom de Vries <tdevries@suse.de>
1678
1679 PR go/17018
1680 * gdb.go/hello.exp: Copy ...
1681 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1682 print of st to print value of global definition. Add xfail for GCC
1683 PR93844.
1684 * gdb.go/hello.exp: Remove printing of st before definition.
1685 * gdb.go/hello.go: Copy ...
1686 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1687 to st.
1688 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1689
1690 2020-02-20 Tom de Vries <tdevries@suse.de>
1691
1692 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1693 (gdb_simple_compile): Handle compile_flags go by using .go extension
1694 for source file.
1695 * gdb.go/chan.exp: Use support_go_compile.
1696 * gdb.go/handcall.exp: Same.
1697 * gdb.go/hello.exp: Same.
1698 * gdb.go/integers.exp: Same.
1699 * gdb.go/max-depth.exp: Same.
1700 * gdb.go/methods.exp: Same.
1701 * gdb.go/package.exp: Same.
1702 * gdb.go/strings.exp: Same.
1703 * gdb.go/types.exp: Same.
1704 * gdb.go/unsafe.exp: Same.
1705
1706 2020-02-19 Tom de Vries <tdevries@suse.de>
1707
1708 * gdb.python/lib-types.exp: Make xfail more strict.
1709
1710 2020-02-19 Tom de Vries <tdevries@suse.de>
1711
1712 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1713
1714 2020-02-19 Doug Evans <dje@google.com>
1715
1716 PR rust/25535
1717 * gdb.rust/simple.exp: Add test.
1718 * gdb.rust/simple.rs: Add test.
1719
1720 2020-02-19 Tom de Vries <tdevries@suse.de>
1721
1722 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1723 output line-by-line.
1724
1725 2020-02-19 Tom de Vries <tdevries@suse.de>
1726
1727 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1728
1729 2020-02-19 Tom de Vries <tdevries@suse.de>
1730
1731 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1732 prelink.
1733
1734 2020-02-19 Tom de Vries <tdevries@suse.de>
1735
1736 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1737 (gdb_do_cache): Use gdb_do_cache_wrap.
1738 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1739
1740 2020-02-19 Tom de Vries <tdevries@suse.de>
1741
1742 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1743 gdb_compile option.
1744
1745 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1746
1747 * gdb.base/printcmds.exp (test_print_enums): Update expected
1748 output.
1749
1750 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1751
1752 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1753 for "unknown".
1754
1755 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1756
1757 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1758 enumerator.
1759
1760 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1761
1762 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1763 FE_, add FE_NONE.
1764 (three): Update.
1765 (enum flag_enum_without_zero): New enum.
1766 (flag_enum_without_zero): New variable.
1767 (enum not_flag_enum): New enum.
1768 (three_not_flag): New variable.
1769 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1770 (test_print_enums): Add more tests for printing flag enums.
1771
1772 2020-02-18 Tom de Vries <tdevries@suse.de>
1773
1774 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1775 (gdb_compile_ada): ... here.
1776 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1777 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1778
1779 2020-02-14 Tom Tromey <tom@tromey.com>
1780
1781 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1782 build directory.
1783 * boards/gdbserver-base.exp: Update path to gdbserver.
1784
1785 2020-02-13 Tom de Vries <tdevries@suse.de>
1786
1787 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1788
1789 2020-02-13 Tom de Vries <tdevries@suse.de>
1790
1791 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1792 are missing.
1793
1794 2020-02-13 Tom de Vries <tdevries@suse.de>
1795
1796 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1797 call.
1798
1799 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1800
1801 PR tui/25126
1802 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1803 * gdb.base/cached-source-file.c: New file.
1804 * gdb.base/cached-source-file.exp: New file.
1805
1806 2020-02-11 Tom de Vries <tdevries@suse.de>
1807
1808 PR testsuite/25488
1809 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1810
1811 2020-02-10 Tom de Vries <tdevries@suse.de>
1812
1813 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1814
1815 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
1816
1817 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1818 and $after_addr are both integers before making a comparison.
1819
1820 2020-02-09 Tom de Vries <tdevries@suse.de>
1821
1822 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1823 command output and paste it into gdb.log. If any, paste catch message
1824 to gdb.log.
1825
1826 2020-02-07 Tom Tromey <tromey@adacore.com>
1827
1828 PR breakpoints/24915:
1829 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1830
1831 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
1832
1833 * gdb.tui/tui-missing-src.exp: Add the "missing source
1834 file" test for the TUI.
1835
1836 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1837
1838 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1839 including a port number in the output.
1840
1841 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1842
1843 * lib/fortran.exp (fortran_int4): Handle clang.
1844 (fortran_int8): Likewise.
1845 (fortran_real4): Likewise.
1846 (fortran_real8): Likewise.
1847 (fortran_complex4): Likewise.
1848 (fortran_logical4): Likewise.
1849 (fortran_character1): Likewise.
1850
1851 2020-02-04 Tom de Vries <tdevries@suse.de>
1852
1853 * README (Race detection): Add note.
1854
1855 2020-02-04 Tom de Vries <tdevries@suse.de>
1856
1857 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1858
1859 2020-02-04 Tom de Vries <tdevries@suse.de>
1860
1861 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1862
1863 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1864
1865 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1866 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1867 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1868 blttar, bnetarl.
1869 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1870 binary for blttar, bnetarl.
1871 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1872 wait instruction. Delete ldmx test.
1873 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1874
1875 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1876
1877 * gdb.fortran/array-bounds-high.exp: New file.
1878 * gdb.fortran/array-bounds-high.f90: New file.
1879
1880 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1881
1882 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1883 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1884
1885 2020-02-01 Tom de Vries <tdevries@suse.de>
1886
1887 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1888
1889 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1890
1891 PR tui/9765
1892 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1893 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1894
1895 2020-01-29 Luis Machado <luis.machado@linaro.org>
1896
1897 * gdb.arch/aarch64-brk-patterns.c: New source file.
1898 * gdb.arch/aarch64-brk-patterns.exp: New test.
1899
1900 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1901
1902 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1903 GCC/Clang version.
1904 * gdb.cp/pass-by-ref.exp: Ditto.
1905
1906 2020-01-29 Tom de Vries <tdevries@suse.de>
1907
1908 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1909 * gdb.threads/watchpoint-fork-mt.c: Same.
1910 * gdb.threads/watchpoint-fork-parent.c: Same.
1911 * gdb.threads/watchpoint-fork-st.c: Same.
1912 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1913
1914 2020-01-27 Luis Machado <luis.machado@linaro.org>
1915
1916 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1917 sitting at a syscall instruction when we hit the syscall function's
1918 breakpoint.
1919 Check PC against one obtained with the x command.
1920 Validate syscall number.
1921 (step_over_syscall): Don't continue to the syscall instruction if
1922 we're already there.
1923
1924 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1925
1926 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1927
1928 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1929
1930 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1931 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1932
1933 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1934
1935 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1936 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1937
1938 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1939
1940 * gdb.base/maint.exp: Update line table parsing test.
1941 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1942
1943 2020-01-24 Pedro Alves <palves@redhat.com>
1944
1945 PR gdb/25410
1946 * gdb.multi/multi-re-run-1.c: New.
1947 * gdb.multi/multi-re-run-2.c: New.
1948 * gdb.multi/multi-re-run.exp: New.
1949
1950 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1951
1952 PR gdb/23718
1953 * gdb.server/server-kill-python.exp: New file.
1954
1955 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1956
1957 * gdb.server/multi-ui-errors.c: New file.
1958 * gdb.server/multi-ui-errors.exp: New file.
1959
1960 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1961
1962 PR tui/9765
1963 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1964
1965 2020-01-19 Tom Tromey <tom@tromey.com>
1966
1967 * gdb.tui/main.exp: Add check for plain "file".
1968
1969 2020-01-16 Christian Biesinger <cbiesinger@google.com>
1970
1971 * lib/gdb.exp: Fix spelling error (seperatelly).
1972
1973 2020-01-14 Tom Tromey <tom@tromey.com>
1974
1975 PR symtab/12535:
1976 * gdb.python/python.exp: Test decode_line with empty string
1977 argument.
1978
1979 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1980
1981 * gdb.base/skip-inline.exp: Extend test.
1982
1983 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1984
1985 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1986 * gdb.dwarf2/dw2-bad-elf.c: New file.
1987 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1988
1989 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1990
1991 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1992 _line_saw_file.
1993
1994 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1995
1996 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1997 border.
1998
1999 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2000
2001 * gdb.multi/multi-target.exp (setup): Factor out "info
2002 connections" and "info inferiors" tests to ...
2003 (test_info_inferiors): ... this new procedure.
2004 (top level): Run new "info-inferiors" tests.
2005
2006 2020-01-10 Pedro Alves <palves@redhat.com>
2007
2008 * gdb.server/bkpt-other-inferior.exp: New file.
2009
2010 2020-01-10 Pedro Alves <palves@redhat.com>
2011
2012 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2013 of "add-inferior".
2014 * gdb.base/quit-live.exp: Likewise.
2015 * gdb.base/remote-exec-file.exp: Likewise.
2016 * gdb.guile/scm-progspace.exp: Likewise.
2017 * gdb.linespec/linespec.exp: Likewise.
2018 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2019 * gdb.mi/user-selected-context-sync.exp: Likewise.
2020 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2021 "info inferiors" tests.
2022 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2023 "add-inferior".
2024 * gdb.multi/watchpoint-multi.exp: Likewise.
2025 * gdb.python/py-inferior.exp: Likewise.
2026 * gdb.server/extended-remote-restart.exp: Likewise.
2027 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2028 "info inferiors".
2029 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2030 * gdb.trace/report.exp: Likewise.
2031
2032 2020-01-10 Pedro Alves <palves@redhat.com>
2033
2034 * gdb.multi/multi-target.c: New file.
2035 * gdb.multi/multi-target.exp: New file.
2036 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2037 mode requested, but remote does not support non-stop".
2038
2039 2020-01-10 Pedro Alves <palves@redhat.com>
2040
2041 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2042 disconnect before reconnecting.
2043
2044 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2045 Pedro Alves <palves@redhat.com>
2046
2047 * gdb.server/connect-without-multi-process.exp: Also test
2048 continuing to end.
2049
2050 2020-01-10 Pedro Alves <palves@redhat.com>
2051
2052 * gdb.base/remote-exec-file.exp: New file.
2053
2054 2020-01-10 Pedro Alves <palves@redhat.com>
2055
2056 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2057 output.
2058 * gdb.threads/async.c: New.
2059 * gdb.threads/async.exp: New.
2060 * gdb.multi/tids-gid-reset.c: New.
2061 * gdb.multi/tids-gid-reset.exp: New.
2062
2063 2020-01-10 George Barrett <bob@bob131.so>
2064
2065 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2066 to help in finding the image relocation offset.
2067 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2068 options in arguments.
2069 (stap_test_no_debuginfo): Likewise.
2070 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2071 test variants.
2072 (stap_test): Add null semaphore relocation test.
2073
2074 2020-01-10 George Barrett <bob@bob131.so>
2075
2076 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2077 * gdb.base/stap-probe.exp: Likewise.
2078 (stap_test): Pass argument as an additional flag.
2079 (stap_test_no_debuginfo): Likewise.
2080 (stap_test): Check `info probes stap' output for semaphore
2081 addresses if the test binary is supposed to have them.
2082
2083 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2084
2085 * gdb.tui/basic.exp: Add more scrolling tests.
2086
2087 2020-01-09 Tom Tromey <tom@tromey.com>
2088
2089 PR tui/18932:
2090 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2091 meangingful value.
2092 (Term::command, Term::resize): Update.
2093 * gdb.tui/basic.exp: Add scrolling test.
2094
2095 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2096
2097 * gdb.tui/tui-layout-asm.exp: New file.
2098
2099 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2100
2101 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2102
2103 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2104
2105 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2106 (Term::enter_tui): Use Term::prepare_for_tui.
2107
2108 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2109
2110 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2111 called.
2112
2113 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2114
2115 * gdb.base/skip.exp: Fix race condition in test.
2116
2117 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2118
2119 * gdb.base/backtrace.c: New file.
2120 * gdb.base/backtrace.exp: New file.
2121
2122 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2123
2124 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2125
2126 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2127
2128 * gdb.base/style.exp: Test that warnings are styled.
2129
2130 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2131
2132 * gdb.base/line65535.exp: New file.
2133 * gdb.base/line65535.c: New file.
2134
2135 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2136
2137 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2138 * lib/gnat_debug_info_test.adb: New file.
2139 * gdb.ada/ptype_tagged_param.exp: Use
2140 gnat_runtime_has_debug_info, expect a different output if
2141 runtime does not have debug info.
2142
2143 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2144
2145 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2146 (another) quote in test name.
2147
2148 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2149
2150 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2151 Add quote in test name.
2152
2153 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2154
2155 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2156 directory instead.
2157 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2158 * gdb.cp/pass-by-ref-2.cc: New file.
2159 * gdb.cp/pass-by-ref-2.exp: New file.
2160
2161 2019-12-20 Tom Tromey <tom@tromey.com>
2162
2163 * gdb.tui/list-before.exp: New file.
2164
2165 2019-12-20 Tom Tromey <tom@tromey.com>
2166
2167 * gdb.tui/list.exp: Check for source on initial listing.
2168
2169 2019-12-11 Tom Tromey <tromey@adacore.com>
2170
2171 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2172 Add crlf test.
2173
2174 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
2175
2176 * gdb.base/default.exp: Update value of $_gdb_major.
2177
2178 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2179
2180 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2181
2182 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2183
2184 * gdb.base/skip.exp: Whitespace fix.
2185
2186 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2187
2188 * gdb.base/skip-inline.c: New file.
2189 * gdb.base/skip-inline.exp: New file.
2190
2191 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2192
2193 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2194 jit_function_00 to jit_function_stack_mangle.
2195 * gdb.base/jithost.c (jit_function_t): Rename to...
2196 (jit_function_stack_mangle_t): ... this.
2197 (jit_function_add_t): New typedef.
2198 (jit_function_00_code): Rename to...
2199 (jit_function_stack_mangle_code): ... this, make static.
2200 (jit_function_add_code): New.
2201 (main): Generate "add" function and call it. Adjust to changes
2202 in jithost_abi.
2203 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2204 (struct jithost_abi) <begin, end>: Remove fields.
2205 <object, function_stack_mangle, function_add>: New fields.
2206 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2207 code_end>: Remove fields.
2208 <func_stack_mangle>: New field.
2209 (read_debug_info): Adjust to renaming, create block for "add"
2210 function.
2211 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2212
2213 2019-12-11 Tom Tromey <tom@tromey.com>
2214
2215 * gdb.tui/resize.exp: Fix regexp.
2216 * gdb.tui/regs.exp: Fix regexps.
2217 * gdb.tui/main.exp: Fix regexp.
2218
2219 2019-12-11 Tom Tromey <tom@tromey.com>
2220
2221 * gdb.tui/resize.exp: Update.
2222 * gdb.tui/empty.exp (layouts): Update.
2223
2224 2019-12-11 Tom Tromey <tom@tromey.com>
2225
2226 * gdb.tui/regs.exp: Update.
2227 * gdb.tui/empty.exp (layouts): Update.
2228 * gdb.tui/basic.exp: Update.
2229 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2230
2231 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2232
2233 * gdb.base/options.exp: Add -raw-values in the print completion list.
2234 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2235
2236 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2237
2238 * gdb.threads/omp-par-scope.c: New file.
2239 * gdb/threads/omp-par-scope.exp: New file.
2240
2241 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2242
2243 * lib/gdb.exp (support_nested_function_tests): New proc.
2244
2245 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2246
2247 * lib/gdb.exp (gdb_compile_openmp): New proc.
2248 (build_executable_from_specs): Add an "openmp" option.
2249 (gdb_compile_pthreads): Add non-executable case.
2250
2251 2019-12-10 Tom Tromey <tromey@adacore.com>
2252
2253 * gdb.ada/unchecked_union.exp: New file.
2254 * gdb.ada/unchecked_union/pck.adb: New file.
2255 * gdb.ada/unchecked_union/pck.ads: New file.
2256 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2257 * gdb-utils.exp (string_to_regexp): Also quote "?".
2258
2259 2019-12-10 George Barrett <bob@bob131.so>
2260
2261 Test scripted probe breakpoints.
2262 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2263 * gdb.python/py-breakpoint.c (main): Likewise.
2264 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2265 specifier test.
2266 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2267
2268 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2269
2270 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2271 an rvalue parameter.
2272 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2273 parameter.
2274
2275 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2276
2277 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2278 modules.
2279
2280 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2281
2282 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2283 broken version of GCC.
2284
2285 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2286
2287 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2288 sym-info-cmds library.
2289 * gdb.fortran/info-types.exp: Likewise.
2290 * lib/sym-info-cmds.exp: New file.
2291
2292 2019-12-08 Tom de Vries <tdevries@suse.de>
2293
2294 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2295
2296 2019-12-07 Keith Seitz <keiths@redhat.com>
2297
2298 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2299 * gdb.base/corefile-buildid-shlib.c: New file.
2300 * gdb.base/corefile-buildid.c: New file.
2301 * gdb.base/corefile-buildid.exp: New file.
2302
2303 2019-12-06 Tom de Vries <tdevries@suse.de>
2304
2305 * gdb.dwarf2/varval.exp: Add decl before def test.
2306
2307 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2308
2309 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2310
2311 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2312
2313 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2314 CV and reference conversion for overload resolution.
2315 * gdb.cp/rvalue-ref-overload.exp: Test it.
2316
2317 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2318
2319 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2320 * gdb.base/frameapply.exp: Test faas without command.
2321
2322 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2323
2324 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2325 Fortran tests.
2326 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2327 order.
2328
2329 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2330
2331 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2332 casting to type with no kind specified.
2333 (test_basic_parsing_of_type_kinds): Additional tests for types
2334 with no kind specified, and add tests for single/double
2335 precision/complex types.
2336
2337 2019-12-04 Tom Tromey <tromey@adacore.com>
2338
2339 * gdb.base/endianity.c (struct other) <x>: New field.
2340 (main): Initialize it.
2341 * gdb.base/endianity.exp: Update.
2342
2343 2019-12-04 Tom Tromey <tromey@adacore.com>
2344
2345 * gdb.ada/scalar_storage/storage.adb: New file.
2346 * gdb.ada/scalar_storage/pck.adb: New file.
2347 * gdb.ada/scalar_storage/pck.ads: New file.
2348 * gdb.ada/scalar_storage.exp: New file.
2349
2350 2019-12-04 Tom Tromey <tromey@adacore.com>
2351
2352 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2353 (main): Initialize it.
2354 * gdb.base/endianity.exp: Update.
2355
2356 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2357
2358 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2359
2360 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2361
2362 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2363 -symbol-info-module-functions and -symbol-info-module-variables.
2364
2365 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2366
2367 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2368
2369 2019-12-01 Richard Bunt <richard.bunt@arm.com>
2370 Andrew Burgess <andrew.burgess@embecosm.com>
2371
2372 * gdb.fortran/derived-type-striding.exp: New file.
2373 * gdb.fortran/derived-type-striding.f90: New file.
2374 * gdb.fortran/array-slices.exp: New file.
2375 * gdb.fortran/array-slices.f90: New file.
2376
2377 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2378
2379 * gdb.base/define.exp: Test . in command names.
2380 * gdb.base/setshow.exp: Update test, as . is now part of
2381 command name.
2382
2383 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2384
2385 * gdb.base/define-prefix.exp: New file.
2386
2387 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2388
2389 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2390 compile.
2391 (skip_btrace_pt_tests): Likewise.
2392
2393 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2394
2395 * gdb.fortran/info-modules.exp: Compile source files in correct
2396 order.
2397
2398 2019-11-27 Kevin Buettner <kevinb@redhat.com>
2399
2400 * gdb.dwarf2/imported-unit.exp: New file.
2401 * gdb.dwarf2/imported-unit.c: New file.
2402
2403 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2404
2405 * gdb.mi/mi-fortran-modules-2.f90: New file.
2406 * gdb.mi/mi-fortran-modules.exp: New file.
2407 * gdb.mi/mi-fortran-modules.f90: New file.
2408
2409 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2410
2411 * gdb.mi/mi-sym-info-1.c: New file.
2412 * gdb.mi/mi-sym-info-2.c: New file.
2413 * gdb.mi/mi-sym-info.exp: New file.
2414
2415 2019-11-22 Tom Tromey <tromey@adacore.com>
2416
2417 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2418 * gdb.ada/tasks/foo.adb: Add another stopping location.
2419
2420 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2421
2422 * gdb.base/endianity.c: New test.
2423 * gdb.base/endianity.exp: New file.
2424
2425 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2426
2427 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2428
2429 2019-11-21 Tom de Vries <tdevries@suse.de>
2430
2431 PR gdb/24956
2432 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2433
2434 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2435
2436 * gdb.python/py-progspace.exp: Add missing parentheses on some
2437 'print' commands.
2438
2439 2019-11-19 Tom Tromey <tom@tromey.com>
2440
2441 * gdb.tui/winheight.exp: New file.
2442
2443 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2444
2445 * gdb.base/ctf-whatis.c: Delete.
2446 * gdb.base/ctf-whatis.exp: Delete.
2447 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2448
2449 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2450
2451 * gdb.base/ctf-cvexpr.exp: Delete.
2452 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2453
2454 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2455
2456 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2457 the compiler. Clean up header comment a little.
2458 * gdb.base/ctf-ptype.exp: Likewise.
2459 * gdb.base/ctf-whatis.exp: Likewise.
2460 * lib/gdb.exp (skip_ctf_tests): New proc.
2461
2462 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2463
2464 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2465 * gdb.tui/corefile-run.exp: New file.
2466
2467 2019-11-14 Tom Tromey <tromey@adacore.com>
2468
2469 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2470 regression tests.
2471
2472 2019-11-12 Tom Tromey <tom@tromey.com>
2473
2474 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2475 after any command. Expect prompt after WAIT_FOR is seen.
2476 (enter_tui): Enable resize messages.
2477 (command): Expect command in output.
2478 (get_line): Avoid error when cursor appears to be off-screen.
2479 (dump_screen): Include screen size in title.
2480 (_do_resize): New proc, from "resize".
2481 (resize): Rewrite. Do resize in two steps.
2482 * gdb.tui/empty.exp (layouts): Fix entries.
2483 (check_boxes): Remove xfail.
2484 (check_text): Dump screen on failure.
2485
2486 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2487
2488 * gdb.python/py-symbol.exp: Add test for
2489 gdb.lookup_static_symbols.
2490
2491 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2492
2493 * gdb.python/py-symbol.c: Declare and call function from new
2494 py-symbol-2.c file.
2495 * gdb.python/py-symbol.exp: Compile both source files, and add new
2496 tests for gdb.lookup_static_symbol.
2497 * gdb.python/py-symbol-2.c: New file.
2498
2499 2019-11-02 Tom de Vries <tdevries@suse.de>
2500
2501 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2502 * gdb.base/anon.exp: Same.
2503 * gdb.base/auto-connect-native-target.exp: Same.
2504 * gdb.base/call-ar-st.exp: Same.
2505 * gdb.base/catch-syscall.exp: Same.
2506 * gdb.base/commands.exp: Same.
2507 * gdb.base/default.exp: Same.
2508 * gdb.base/display.exp: Same.
2509 * gdb.base/float.exp: Same.
2510 * gdb.base/foll-fork.exp: Same.
2511 * gdb.base/help.exp: Same.
2512 * gdb.base/info-macros.exp: Same.
2513 * gdb.base/info-proc.exp: Same.
2514 * gdb.base/info-target.exp: Same.
2515 * gdb.base/long_long.exp: Same.
2516 * gdb.base/macscp.exp: Same.
2517 * gdb.base/memattr.exp: Same.
2518 * gdb.base/nofield.exp: Same.
2519 * gdb.base/pointers.exp: Same.
2520 * gdb.base/printcmds.exp: Same.
2521 * gdb.base/ptype.exp: Same.
2522 * gdb.base/restore.exp: Same.
2523 * gdb.base/return.exp: Same.
2524 * gdb.base/scope.exp: Same.
2525 * gdb.base/set-noassign.exp: Same.
2526 * gdb.base/setshow.exp: Same.
2527 * gdb.base/shlib-call.exp: Same.
2528 * gdb.base/signals.exp: Same.
2529 * gdb.base/sigstep.exp: Same.
2530 * gdb.base/skip.exp: Same.
2531 * gdb.base/solib-symbol.exp: Same.
2532 * gdb.base/stap-probe.exp: Same.
2533 * gdb.base/step-line.exp: Same.
2534 * gdb.base/step-test.exp: Same.
2535 * gdb.base/style.exp: Same.
2536 * gdb.base/varargs.exp: Same.
2537 * gdb.base/vla-datatypes.exp: Same.
2538 * gdb.base/vla-ptr.exp: Same.
2539 * gdb.base/vla-sideeffect.exp: Same.
2540 * gdb.base/volatile.exp: Same.
2541 * gdb.base/watch-cond-infcall.exp: Same.
2542 * gdb.base/watchpoint.exp: Same.
2543
2544 2019-11-02 Tom de Vries <tdevries@suse.de>
2545
2546 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2547 * gdb.cp/cpexprs.exp: Same.
2548 * gdb.cp/except-multi-location.exp: Same.
2549 * gdb.cp/exceptprint.exp: Same.
2550 * gdb.cp/gdb2384.exp: Same.
2551 * gdb.cp/inherit.exp: Same.
2552 * gdb.cp/m-static.exp: Same.
2553 * gdb.cp/meth-typedefs.exp: Same.
2554 * gdb.cp/misc.exp: Same.
2555 * gdb.cp/namespace.exp: Same.
2556 * gdb.cp/non-trivial-retval.exp: Same.
2557 * gdb.cp/overload.exp: Same.
2558 * gdb.cp/pr17132.exp: Same.
2559 * gdb.cp/re-set-overloaded.exp: Same.
2560 * gdb.cp/rvalue-ref-types.exp: Same.
2561 * gdb.cp/templates.exp: Same.
2562
2563 2019-11-01 Luis Machado <luis.machado@linaro.org>
2564
2565 PR gdb/25124
2566
2567 * gdb.arch/pr25124.S: New file.
2568 * gdb.arch/pr25124.exp: New file.
2569
2570 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2571
2572 * gdb.fortran/info-modules.exp: Update expected results, and add
2573 additional tests for 'info module functinos', and 'info module
2574 variables'.
2575 * gdb.fortran/info-types.exp: Update expected results.
2576 * gdb.fortran/info-types.f90: Extend testcase with additional
2577 module variables and functions.
2578
2579 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2580
2581 * gdb.fortran/info-modules.exp: New file.
2582 * gdb.fortran/info-types.exp: Build with new file.
2583 * gdb.fortran/info-types.f90: Include and use new module.
2584 * gdb.fortran/info-types-2.f90: New file.
2585
2586 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2587
2588 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2589 * gdb.base/settings.exp: Test all settings types using
2590 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2591 that now verifies that the value of "maint show" is the same as
2592 returned by the settings functions. Test the type of the
2593 maintenance settings.
2594 * gdb.base/default.exp: Update show_conv_list.
2595
2596 2019-10-31 Tom de Vries <tdevries@suse.de>
2597
2598 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2599 gdb_test.
2600 * gdb.arch/amd64-disp-step.exp: Same.
2601 * gdb.asm/asm-source.exp: Same.
2602 * gdb.btrace/buffer-size.exp: Same.
2603 * gdb.btrace/cpu.exp: Same.
2604 * gdb.btrace/enable.exp: Same.
2605 * gdb.dwarf2/count.exp: Same.
2606 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2607 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2608 * gdb.fortran/vla-datatypes.exp: Same.
2609 * gdb.fortran/vla-history.exp: Same.
2610 * gdb.fortran/vla-ptype.exp: Same.
2611 * gdb.fortran/vla-value.exp: Same.
2612 * gdb.fortran/whatis_type.exp: Same.
2613 * gdb.guile/guile.exp: Same.
2614 * gdb.multi/tids.exp: Same.
2615 * gdb.python/py-finish-breakpoint.exp: Same.
2616 * gdb.python/py-framefilter.exp: Same.
2617 * gdb.python/py-pp-registration.exp: Same.
2618 * gdb.python/py-xmethods.exp: Same.
2619 * gdb.python/python.exp: Same.
2620 * gdb.server/connect-with-no-symbol-file.exp: Same.
2621 * gdb.server/no-thread-db.exp: Same.
2622 * gdb.server/run-without-local-binary.exp: Same.
2623 * gdb.stabs/weird.exp: Same.
2624 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2625 * gdb.threads/thread-find.exp: Same.
2626 * gdb.threads/tls-shared.exp: Same.
2627 * gdb.threads/tls.exp: Same.
2628 * gdb.threads/wp-replication.exp: Same.
2629 * gdb.trace/ax.exp: Same.
2630 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2631
2632 2019-10-31 Tom de Vries <tdevries@suse.de>
2633
2634 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2635 * gdb.ada/array_subscript_addr.exp: Same.
2636 * gdb.ada/arrayidx.exp: Same.
2637 * gdb.ada/arrayparam.exp: Same.
2638 * gdb.ada/arrayptr.exp: Same.
2639 * gdb.ada/boolean_expr.exp: Same.
2640 * gdb.ada/call_pn.exp: Same.
2641 * gdb.ada/complete.exp: Same.
2642 * gdb.ada/fixed_cmp.exp: Same.
2643 * gdb.ada/fun_addr.exp: Same.
2644 * gdb.ada/funcall_param.exp: Same.
2645 * gdb.ada/interface.exp: Same.
2646 * gdb.ada/mod_from_name.exp: Same.
2647 * gdb.ada/null_array.exp: Same.
2648 * gdb.ada/packed_array.exp: Same.
2649 * gdb.ada/packed_tagged.exp: Same.
2650 * gdb.ada/print_chars.exp: Same.
2651 * gdb.ada/print_pc.exp: Same.
2652 * gdb.ada/ptype_arith_binop.exp: Same.
2653 * gdb.ada/ptype_field.exp: Same.
2654 * gdb.ada/ptype_tagged_param.exp: Same.
2655 * gdb.ada/rec_return.exp: Same.
2656 * gdb.ada/ref_tick_size.exp: Same.
2657 * gdb.ada/str_ref_cmp.exp: Same.
2658 * gdb.ada/taft_type.exp: Same.
2659 * gdb.ada/tagged.exp: Same.
2660 * gdb.ada/type_coercion.exp: Same.
2661 * gdb.ada/uninitialized_vars.exp: Same.
2662
2663 2019-10-30 Tom de Vries <tdevries@suse.de>
2664
2665 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2666
2667 2019-10-26 Tom de Vries <tdevries@suse.de>
2668
2669 * gdb.base/bigcore.c: Fix typos in comments.
2670 * gdb.base/ctf-ptype.c: Same.
2671 * gdb.base/long_long.c: Same.
2672 * gdb.dwarf2/dw2-op-out-param.S: Same.
2673 * gdb.python/py-evthreads.c: Same.
2674 * gdb.reverse/i387-stack-reverse.c: Same.
2675 * gdb.trace/tfile.c: Same.
2676 * lib/compiler.c: Same.
2677 * lib/compiler.cc: Same.
2678
2679 2019-10-25 Tom de Vries <tdevries@suse.de>
2680
2681 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2682 gdb_test_multiple calls.
2683 * gdb.reverse/sigall-reverse.exp: Same.
2684 * gdb.reverse/solib-precsave.exp: Same.
2685 * gdb.reverse/solib-reverse.exp: Same.
2686 * gdb.reverse/until-precsave.exp: Same.
2687 * gdb.reverse/until-reverse.exp: Same.
2688
2689 2019-10-24 Tom de Vries <tdevries@suse.de>
2690
2691 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2692 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2693 kfail using -wrap pattern flag and convenience variable
2694 gdb_test_name.
2695
2696 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2697
2698 * gdb.python/py-progspace.exp: Add tests for the
2699 Progspace.block_for_pc method.
2700
2701 2019-10-23 Tom Tromey <tom@tromey.com>
2702
2703 * configure: Rebuild.
2704 * aclocal.m4: Use m4_include, not sinclude.
2705
2706 2019-10-21 Tom de Vries <tdevries@suse.de>
2707
2708 * gdb.base/infcall-nested-structs.c: Add
2709 __attribute__((noinline,noclone)) to all functions.
2710 (call_all): Add missing variable initialization. Simplify return value.
2711 (breakpt): Increment volatile variable, to prevent call from being
2712 optimized out.
2713 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2714
2715 2019-10-17 Tom de Vries <tdevries@suse.de>
2716
2717 * gdb.fortran/module.exp: Allow info variables to print info for files
2718 other than module.f90.
2719
2720 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2721
2722 * gdb.fortran/module.exp: Extend with 'info variables' test.
2723
2724 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2725
2726 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2727 F77_FOR_TARGET.
2728
2729 2019-10-16 Tom de Vries <tdevries@suse.de>
2730
2731 PR tdep/25096
2732 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2733
2734 2019-10-16 Tom de Vries <tdevries@suse.de>
2735
2736 PR tdep/24104
2737 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2738 Add KFAIL for PR tdep/25096.
2739
2740 2019-10-16 Tom de Vries <tdevries@suse.de>
2741
2742 PR testsuite/25059
2743 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2744
2745 2019-10-16 Tom de Vries <tdevries@suse.de>
2746
2747 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2748 as signed.
2749
2750 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2751
2752 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2753 one instead of increasing timeout.
2754
2755 2019-10-13 Tom de Vries <tdevries@suse.de>
2756
2757 PR record/25038
2758 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2759 * gdb.reverse/sigall-reverse.exp: Same.
2760 * gdb.reverse/solib-precsave.exp: Same.
2761 * gdb.reverse/solib-reverse.exp: Same.
2762 * gdb.reverse/step-precsave.exp: Same.
2763 * gdb.reverse/until-precsave.exp: Same.
2764 * gdb.reverse/until-reverse.exp: Same.
2765 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2766
2767 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2768
2769 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2770 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2771 (cmp_struct_05_01, cmp_struct_static_02_01)
2772 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2773 comparisons.
2774
2775 2019-10-10 Tom de Vries <tdevries@suse.de>
2776
2777 PR testsuite/24888
2778 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2779 gnatlink.
2780
2781 2019-10-09 Tom de Vries <tdevries@suse.de>
2782
2783 PR testsuite/25048
2784 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2785
2786 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2787
2788 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2789 exceptions due to missing debug information.
2790
2791 2019-10-07 Tom de Vries <tdevries@suse.de>
2792
2793 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2794
2795 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2796
2797 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2798 * gdb.base/annota1.exp: Update to use gdb_test_name.
2799
2800 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2801
2802 * gdb.base/ctf-whatis.exp: New file.
2803 * gdb.base/ctf-whatis.c: New file.
2804 * gdb.base/ctf-ptype.exp: New file.
2805 * gdb.base/ctf-ptype.c: New file.
2806 * gdb.base/ctf-constvars.exp: New file.
2807 * gdb.base/ctf-constvars.c: New file.
2808 * gdb.base/ctf-cvexpr.exp: New file.
2809
2810 2019-10-04 Tom de Vries <tdevries@suse.de>
2811
2812 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2813 for loop.
2814
2815 2019-10-03 Tom Tromey <tom@tromey.com>
2816
2817 PR rust/24976:
2818 * gdb.rust/simple.rs (Union2): New type.
2819 (main): Use Union2.
2820 * gdb.rust/simple.exp: Add test.
2821
2822 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2823
2824 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2825 nested function prefix.
2826
2827 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2828 Richard Bunt <richard.bunt@arm.com>
2829 Andrew Burgess <andrew.burgess@embecosm.com>
2830
2831 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2832 nested functions.
2833 * gdb.fortran/nested-funcs.f90: Update expected results.
2834 * gdb.fortran/nested-funcs-2.exp: New file.
2835 * gdb.fortran/nested-funcs-2.f90: New file.
2836
2837 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2838
2839 * gdb.python/py-parameter.exp: Make test names unique.
2840 * gdb.python/py-template.exp: Likewise.
2841 * gdb.python/py-value.exp: Likewise.
2842
2843 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2844
2845 * gdb.base/break-interp.exp: Reduce test name duplication.
2846 * gdb.base/call-sc.exp: Likewise.
2847 * gdb.base/callfuncs.exp: Likewise.
2848 * gdb.base/charset.exp: Likewise.
2849 * gdb.base/dump.exp: Likewise.
2850 * gdb.base/ena-dis-br.exp: Likewise.
2851 * gdb.base/relational.exp: Likewise.
2852 * gdb.base/step-over-syscall.exp: Likewise.
2853 * gdb.base/structs.exp: Likewise.
2854
2855 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2856
2857 * gdb.linespec/explicit.exp: Make test names unique.
2858 * gdb.linespec/ls-errs.exp: Likewise.
2859
2860 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2861
2862 * gdb.reverse/break-precsave.exp: Make test names unique.
2863 * gdb.reverse/break-reverse.exp: Likewise.
2864 * gdb.reverse/finish-precsave.exp: Likewise.
2865 * gdb.reverse/finish-reverse.exp: Likewise.
2866 * gdb.reverse/machinestate-precsave.exp: Likewise.
2867 * gdb.reverse/machinestate.exp: Likewise.
2868 * gdb.reverse/readv-reverse.exp: Likewise.
2869 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2870 * gdb.reverse/sigall-precsave.exp: Likewise.
2871 * gdb.reverse/sigall-reverse.exp: Likewise.
2872 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2873 * gdb.reverse/watch-precsave.exp: Likewise.
2874 * gdb.reverse/watch-reverse.exp: Likewise.
2875
2876 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2877
2878 * gdb.threads/stop-with-handle.c: New file.
2879 * gdb.threads/stop-with-handle.exp: New file.
2880
2881 2019-10-03 Tom de Vries <tdevries@suse.de>
2882
2883 PR testsuite/25059
2884 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2885 directory" line to be missing.
2886
2887 2019-10-03 Tom de Vries <tdevries@suse.de>
2888
2889 PR testsuite/25059
2890 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2891 type optional.
2892
2893 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2894
2895 * gdb.python/py-format-string.c (string.h): New include.
2896 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2897 the same value, for endianness-independence.
2898 * gdb.python/py-format-string.exp (default_regexp_dict)
2899 (test_pretty_structs, test_format): Adjust expected output to the
2900 changed initialization.
2901
2902 2019-10-02 Tom Tromey <tromey@adacore.com>
2903
2904 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2905
2906 2019-10-02 Pedro Alves <palves@redhat.com>
2907 Andrew Burgess <andrew.burgess@embecosm.com>
2908
2909 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2910 "print-file-var.h".
2911 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2912 (get_version_1): Print this_version_id and its address.
2913 Add extern "C" wrappers around interface functions.
2914 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2915 "print-file-var.h".
2916 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2917 (get_version_2): Print this_version_id and its address.
2918 Add extern "C" wrappers around interface functions.
2919 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2920 <stddef.h> and "print-file-var.h".
2921 Add extern "C" wrappers around interface functions.
2922 [VERSION_ID_MAIN] (this_version_id): Define.
2923 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2924 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2925 up extern "C" blocks.
2926 * gdb.base/print-file-var.exp (test): New, factored out from top
2927 level.
2928 (top level): Test all combinations of attribute hidden or not,
2929 dlopen or not, and this_version_id symbol in main file or not.
2930 Compile tests as both C++ and C, make test names unique.
2931
2932 2019-10-01 Tom Tromey <tom@tromey.com>
2933
2934 * gdb.base/style.exp: Test "show logging filename".
2935
2936 2019-10-01 Tom Tromey <tom@tromey.com>
2937
2938 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2939 * gdb.base/style.exp: Add metadata style test.
2940
2941 2019-10-01 Tom Tromey <tom@tromey.com>
2942
2943 * gdb.base/style.exp: Test "pwd".
2944
2945 2019-10-01 Tom Tromey <tom@tromey.com>
2946
2947 * gdb.base/style.exp: Update tests.
2948
2949 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2950
2951 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2952 'six' to unsigned.
2953 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2954 'five'. Use an all-ones bit pattern for each.
2955 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2956 to its changed values.
2957
2958 2019-09-30 Tom Tromey <tromey@adacore.com>
2959
2960 * gdb.rust/traits.rs: Disable all warnings.
2961
2962 2019-09-29 Tom de Vries <tdevries@suse.de>
2963
2964 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
2965
2966 2019-09-29 Tom de Vries <tdevries@suse.de>
2967
2968 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2969
2970 2019-09-27 Tom de Vries <tdevries@suse.de>
2971
2972 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2973
2974 2019-09-27 Tom de Vries <tdevries@suse.de>
2975
2976 PR record/23188
2977 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2978
2979 2019-09-26 Tom Tromey <tromey@adacore.com>
2980
2981 * gdb.ada/py_taft.exp: New file.
2982 * gdb.ada/py_taft/main.adb: New file.
2983 * gdb.ada/py_taft/pkg.adb: New file.
2984 * gdb.ada/py_taft/pkg.ads: New file.
2985
2986 2019-09-24 Tom de Vries <tdevries@suse.de>
2987
2988 PR gdb/24598
2989 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2990
2991 2019-09-22 Tom de Vries <tdevries@suse.de>
2992
2993 * gdb.base/restore.exp: Allow register variables to be optimized out at
2994 -O0.
2995
2996 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2997
2998 * gdb.arch/spu-info.exp: Remove file.
2999 * gdb.arch/spu-info.c: Remove file.
3000 * gdb.arch/spu-ls.exp: Remove file.
3001 * gdb.arch/spu-ls.c: Remove file.
3002
3003 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3004 * gdb.asm/spu.inc: Remove file.
3005
3006 * gdb.base/dump.exp: Remove support for spu*-*-*.
3007 * gdb.base/stack-checking.exp: Likewise.
3008 * gdb.base/overlays.exp: Likewise.
3009 * gdb.base/ovlymgr.c: Likewise.
3010 * gdb.base/spu.ld: Remove file.
3011
3012 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3013 * gdb.cp/cpexprs.exp: Likewise.
3014 * gdb.cp/exception.exp: Likewise.
3015 * gdb.cp/gdb2495.exp: Likewise.
3016 * gdb.cp/mb-templates.exp: Likewise.
3017 * gdb.cp/pr9167.exp: Likewise.
3018 * gdb.cp/userdef.exp: Likewise.
3019
3020 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3021
3022 * gdb.cell: Remove directory.
3023 * lib/cell.exp: Remove file.
3024
3025 2019-09-19 Tom de Vries <tdevries@suse.de>
3026
3027 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3028
3029 2019-09-19 Tom de Vries <tdevries@suse.de>
3030
3031 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3032
3033 2019-09-19 Tom de Vries <tdevries@suse.de>
3034
3035 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3036 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3037 (gdb_target_cmd): ... here.
3038 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3039 value 2.
3040
3041 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3042
3043 * gdb.base/source-dir.exp: Avoid having directory names in test
3044 names.
3045
3046 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3047
3048 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3049 directory.
3050
3051 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3052
3053 * gdb.base/list-missing-source.exp: New file.
3054
3055 2019-09-14 Tom de Vries <tdevries@suse.de>
3056
3057 PR teststuite/24599
3058 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3059 * lib/ada.exp (gnatmake_version_at_least): New proc.
3060
3061 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3062
3063 * gdb.base/maint.exp: Use exec_has_index_section.
3064
3065 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3066
3067 * gdb.base/maint.exp: Add test for 'maint info sections'.
3068
3069 2019-09-12 Tom de Vries <tdevries@suse.de>
3070
3071 * gdb.base/store.exp: Allow register variables to be optimized out at
3072 -O0.
3073
3074 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3075
3076 * gdb.ada/rdv_wait.exp: Update to new task names.
3077 * gdb.base/task_switch_in_core.exp: Likewise.
3078 * gdb.base/info_sources_base.c: Likewise.
3079
3080 2019-09-10 Tom Tromey <tromey@adacore.com>
3081
3082 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3083
3084 2019-09-10 Tom Tromey <tromey@adacore.com>
3085
3086 * gdb.ada/dgopt.exp: New file.
3087 * gdb.ada/dgopt/x.adb: New file.
3088
3089 2019-09-08 Tom Tromey <tom@tromey.com>
3090
3091 * gdb.tui/resize.exp: Remove setup_xfail.
3092 * gdb.tui/regs.exp: Remove setup_xfail.
3093 * gdb.tui/basic.exp: Remove setup_xfail.
3094
3095 2019-09-06 David Blaikie <dblaikie@gmail.com>
3096
3097 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3098 * gdb.cp/cplabel.exp: Ditto.
3099 * gdb.linespec/ls-errs.exp: Ditto.
3100
3101 2019-09-05 Tom de Vries <tdevries@suse.de>
3102
3103 * lib/gdb.exp (cmp_file_string): New proc.
3104 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3105 runto_main. Verify save breakpoints output.
3106
3107 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3108
3109 * gdb.base/info-var.exp: Test info variables without running
3110 to main, to avoid expect's buffer overflow.
3111
3112 2019-09-03 Tom Tromey <tromey@adacore.com>
3113
3114 * gdb.ada/bias.exp: New file.
3115 * gdb.ada/bias/bias.adb: New file.
3116 * gdb.ada/print_chars.exp: Add regression test.
3117 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3118 (MC): New variable.
3119
3120 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3121
3122 * gdb.base/argv0-symlink.exp: Run only on native target
3123 and local host.
3124
3125 2019-08-29 Tom de Vries <tdevries@suse.de>
3126
3127 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3128 diverse debug info.
3129 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3130
3131 2019-08-28 Tom de Vries <tdevries@suse.de>
3132
3133 * gdb.base/info-var.exp: Allow info variables to print info for files
3134 other than info-var-f1.c and info-var-f2.c.
3135
3136 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3137
3138 * gdb.fortran/info-types.exp: Add module.
3139 * gdb.fortran/info-types.f90: Update expected results.
3140
3141 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3142
3143 * gdb.fortran/info-types.exp: New file.
3144 * gdb.fortran/info-types.f90: New file.
3145 * lib/fortran.exp (fortran_character1): New proc.
3146
3147 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3148
3149 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3150 functions'. Reindent as needed.
3151 * gdb.base/info-var-f1.c: New file.
3152 * gdb.base/info-var-f2.c: New file.
3153 * gdb.base/info-var.exp: New file.
3154 * gdb.base/info-var.h: New file.
3155
3156 2019-08-26 Tom de Vries <tdevries@suse.de>
3157
3158 PR c++/24852
3159 * gdb.cp/no-libstdcxx-probe.exp: New test.
3160
3161 2019-08-26 Tom de Vries <tdevries@suse.de>
3162
3163 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3164 * tests need to be skipped.
3165 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3166 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3167 mi_skip_libstdcxx_probe_tests.
3168
3169 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3170
3171 * gdb.python/py-xmethods.exp: Use raw strings when passing
3172 arguments to SimpleXMethodMatcher.
3173
3174 2019-08-22 Tom de Vries <tdevries@suse.de>
3175
3176 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3177 more informative.
3178
3179 2019-08-21 Pedro Alves <palves@redhat.com>
3180
3181 * gdb.base/with.exp: Test "with" with no arguments.
3182
3183 2019-08-21 Tom de Vries <tdevries@suse.de>
3184
3185 * gdb.base/gdb-caching-proc.exp: Sort files.
3186
3187 2019-08-20 Tom de Vries <tdevries@suse.de>
3188
3189 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3190 compilation.
3191
3192 2019-08-16 Tom de Vries <tdevries@suse.de>
3193
3194 * gdb.base/compare-sections.exp ("after run to main"): Allow
3195 mismatched read-only sections for PIE executables.
3196
3197 2019-08-16 Tom Tromey <tom@tromey.com>
3198
3199 * lib/tuiterm.exp (_csi_Z): New proc.
3200 * gdb.tui/basic.exp: Update window positions.
3201 * gdb.tui/empty.exp: Update window positions.
3202
3203 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3204
3205 * gdb.base/examine-backward.exp: Correct regexp for
3206 "examine 3 bytes backward from ${address_zero}".
3207
3208 2019-08-15 Tom Tromey <tom@tromey.com>
3209
3210 * gdb.tui/empty.exp: Enable resizing tests.
3211
3212 2019-08-15 Tom Tromey <tromey@adacore.com>
3213
3214 * gdb.ada/char_enum.exp: Add regression tests.
3215 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3216 and '0'.
3217 (Char, Gchar): Update.
3218 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3219
3220 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3221
3222 * gdb.python/python.exp: Expect a leading underscore on
3223 GdbOutput{,Error}File.
3224
3225 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3226
3227 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3228 Windows host.
3229
3230 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3231
3232 * gdb.base/batch-preserve-term-settings.exp
3233 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3234
3235 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3236
3237 * lib/gdb.exp: When running on a mingw target, replace
3238 /x/ with x:/.
3239
3240 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3241
3242 * gdb.arch/aarch64-prologue.c: New test.
3243 * gdb.arch/aarch64-prologue.exp: New file.
3244
3245 2019-08-13 Tom de Vries <tdevries@suse.de>
3246
3247 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3248 Thread.
3249
3250 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3251
3252 * gdb.python/py-completion.exp: Download the .py file to the host
3253 and use its host pathname. Conditionalize tests that use
3254 tab completion and manipulate files on the build machine.
3255 * gdb.python/py-events.exp: Download the .py file to the host
3256 and use its host pathname.
3257 * gdb.python/py-evsignal.exp: Likewise.
3258 * gdb.python/py-evthreads.exp: Likewise.
3259 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3260 pathname syntax.
3261 * gdb.python/py-framefilter.exp: Download the .py file to the right
3262 place on the host. Match Windows pathname syntax.
3263 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3264 .py file to the host and use its host pathname.
3265 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3266 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3267 build pathname. Skip symlink test on Windows host. Add missing
3268 newline at end of file.
3269 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3270 and use its host pathname.
3271 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3272 * gdb.python/py-section-script.exp: Use host location of binfile
3273 on safe-path. Use correct path separator on Windows host.
3274 Reorder alternatives in gdb_test_multiple to prevent matching
3275 the wrong alternative on success.
3276 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3277
3278 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3279
3280 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3281 expect the GDB inferior to no longer immediately stop after
3282 being resumed with "signal SIGINT".
3283
3284 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3285
3286 * gdb.linespec/break-ask.exp: Generalize regexps to match
3287 Windows pathnames too.
3288
3289 2019-08-08 Tom de Vries <tdevries@suse.de>
3290
3291 PR testsuite/24862
3292 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3293
3294 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3295
3296 * gdb.base/style.exp: Update tests for help doc new invariants.
3297 * gdb.base/help.exp: Likewise.
3298
3299 2019-08-06 Tom Tromey <tom@tromey.com>
3300
3301 * gdb.base/style.exp: Add disassemble test.
3302 * gdb.base/style.c (some_called_function): New function.
3303 (main): Use it.
3304
3305 2019-08-05 Christian Biesinger <cbiesinger@google.com>
3306
3307 * gdb.python/py-block.exp: Test dictionary access on blocks.
3308
3309 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
3310
3311 PR gdb/24863
3312 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3313 -list-thread-groups --available test when running under
3314 check-read1.
3315
3316 2019-08-05 Tom de Vries <tdevries@suse.de>
3317
3318 PR testsuite/24863
3319 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3320 * gdb.base/help.exp: Use with_read1_timeout_factor.
3321 * gdb.base/info-macros.exp: Same.
3322 * gdb.cp/nested-types.exp: Same.
3323
3324 2019-08-05 Tom de Vries <tdevries@suse.de>
3325
3326 * lib/gdb.exp (version_at_least): Factor out of ...
3327 (tcl_version_at_least): ... here.
3328 (gdb_compile): Fail if pie results in non-PIE executable.
3329 (readelf_version, readelf_prints_pie): New proc.
3330 (exec_is_pie): Return -1 if unknown.
3331
3332 2019-08-05 Tom de Vries <tdevries@suse.de>
3333
3334 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3335
3336 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3337
3338 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3339
3340 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3341
3342 * lib/completion-support.exp (test_gdb_complete_none): Skip
3343 tab completion tests if no readline support.
3344 (test_gdb_complete_unique_re): Likewise.
3345 (test_gdb_complete_multiple): Likewise.
3346
3347 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3348
3349 * gdb.base/info_sources.exp: New file.
3350 * gdb.base/info_sources.c: New file.
3351 * gdb.base/info_sources_base.c: New file.
3352
3353 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3354
3355 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3356 prefix argument.
3357 (test_exit_status): Add prefix argument.
3358
3359 2019-08-01 Tom de Vries <tdevries@suse.de>
3360
3361 PR testsuite/24863
3362 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3363 calling exp_continue for new thread and thread exited messages.
3364
3365 2019-08-01 Tom de Vries <tdevries@suse.de>
3366
3367 PR testsuite/24863
3368 * gdb.base/structs.exp: Fix check-read1 timeout using
3369 gdb_test_sequence.
3370 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3371
3372 2019-08-01 Tom de Vries <tdevries@suse.de>
3373
3374 PR testsuite/24863
3375 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3376 line.
3377
3378 2019-08-01 Tom de Vries <tdevries@suse.de>
3379
3380 PR testsuite/24863
3381 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3382
3383 2019-07-30 Tom Tromey <tromey@adacore.com>
3384
3385 * gdb.ada/display_nested.exp: New file.
3386 * gdb.ada/display_nested/foo.adb: New file.
3387 * gdb.ada/display_nested/pack.adb: New file.
3388 * gdb.ada/display_nested/pack.ads: New file.
3389
3390 2019-07-30 Christian Biesinger <cbiesinger@google.com>
3391
3392 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3393 namespace.
3394 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3395
3396 2019-07-30 Tom de Vries <tdevries@suse.de>
3397
3398 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3399 instead.
3400
3401 2019-07-30 Tom de Vries <tdevries@suse.de>
3402
3403 PR testsuite/24834
3404 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3405 (exec_is_pie): New proc.
3406
3407 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3408
3409 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3410
3411 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3412
3413 * gdb.python/py-objfile.c: Add global and static vars.
3414 * gdb.python/py-objfile.exp: Test new functions Objfile.
3415 lookup_global_symbol and lookup_static_symbol.
3416
3417 2019-07-29 Tom Tromey <tom@tromey.com>
3418
3419 * lib/tuiterm.exp (Term::_csi_@): New proc.
3420 (Term::_csi_X): Don't move cursor.
3421
3422 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3423
3424 * gdb.base/options.exp: Update backtrace - completion to
3425 new option -frame-info.
3426 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3427 Test new 'set print frame-info'. Test backtrace -frame-info
3428 overriding 'set print frame-info'.
3429 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3430 Test new 'set print frame-info'.
3431 Verify consistency of backtrace with and without filters, with and
3432 without -no-filters.
3433 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3434 default.
3435
3436 2019-07-29 Tom de Vries <tdevries@suse.de>
3437
3438 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3439 no arguments".
3440
3441 2019-07-29 Tom de Vries <tdevries@suse.de>
3442
3443 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3444 is a substring of the first for "complete non-unique file name".
3445
3446 2019-07-29 Tom de Vries <tdevries@suse.de>
3447
3448 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3449 with ".*".
3450
3451 2019-07-29 Tom de Vries <tdevries@suse.de>
3452
3453 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3454 Pass prompt_regexp parameter to gdb_test_multiple calls.
3455
3456 2019-07-29 Tom de Vries <tdevries@suse.de>
3457
3458 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
3459 print registers" regexps.
3460
3461 2019-07-29 Tom de Vries <tdevries@suse.de>
3462
3463 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3464
3465 2019-07-29 Tom de Vries <tdevries@suse.de>
3466
3467 PR gdb/24855
3468 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3469 (skip_python_tests_prompt): Add prompt_regexp argument to
3470 gdb_test_multiple calls.
3471
3472 2019-07-27 Tom Tromey <tom@tromey.com>
3473
3474 * gdb.tui/main.exp: New file.
3475
3476 2019-07-27 Tom Tromey <tom@tromey.com>
3477
3478 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3479 optional.
3480 * gdb.tui/empty.exp: New file.
3481
3482 2019-07-27 Tom Tromey <tom@tromey.com>
3483
3484 * lib/tuiterm.exp (spawn): New proc.
3485 (Term::resize): New proc.
3486 * gdb.tui/resize.exp: New file.
3487
3488 2019-07-27 Tom Tromey <tom@tromey.com>
3489
3490 * gdb.tui/list.exp: New file.
3491
3492 2019-07-27 Tom Tromey <tom@tromey.com>
3493
3494 * gdb.tui/regs.exp: New file.
3495
3496 2019-07-27 Tom Tromey <tom@tromey.com>
3497
3498 * gdb.tui/basic.exp: Add "layout split" test.
3499
3500 2019-07-27 Tom Tromey <tom@tromey.com>
3501
3502 * gdb.tui/basic.exp: Add "layout asm" test.
3503
3504 2019-07-27 Tom Tromey <tom@tromey.com>
3505
3506 * lib/tuiterm.exp: New file.
3507 * gdb.tui/basic.exp: New file.
3508
3509 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3510
3511 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3512 Enable tests associated with this flag. Adjust regex
3513 referencing "foo_low" to now refer to "foo_cold" instead.
3514
3515 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3516
3517 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3518 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3519 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3520 foo_cold. Revise comments to match.
3521 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3522 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3523 were wrapped into this proc; Call do_test in loop from outermost
3524 level.
3525 (foo_low): Rename all occurrences to "foo_cold".
3526 (backtrace from baz): New test.
3527 (x2/i foo_cold): New test.
3528 (info line *foo_cold): New test.
3529
3530 2019-07-26 Tom de Vries <tdevries@suse.de>
3531
3532 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3533
3534 2019-07-25 Tom de Vries <tdevries@suse.de>
3535
3536 PR testsuite/24830
3537 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3538 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3539 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3540 (skip_libstdcxx_probe_tests): ... here.
3541 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3542
3543 2019-07-24 Tom de Vries <tdevries@suse.de>
3544
3545 PR testsuite/24807
3546 * gdb.objc/basicclass.m: Include stdio.h.
3547 * gdb.objc/nondebug.m: Same.
3548 * gdb.objc/objcdecode.m: Same.
3549
3550 2019-07-24 Tom de Vries <tdevries@suse.de>
3551
3552 PR testsuite/24612
3553 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3554 additional_flags.
3555
3556 2019-07-24 Tom de Vries <tdevries@suse.de>
3557
3558 PR testsuite/24831
3559 * gdb.multi/tids.exp: Update error messages for info threads.
3560
3561 2019-07-24 Tom de Vries <tdevries@suse.de>
3562
3563 * gdb.base/info-types.exp: Allow info types to print info for more than
3564 one file.
3565
3566 2019-07-23 Tom de Vries <tdevries@suse.de>
3567
3568 PR testsuite/24842
3569 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3570 gdb_spawn_with_cmdline_opts.
3571
3572 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3573
3574 * gdb.arch/arm-cmse-sgstubs.c: New test.
3575 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3576
3577 2019-07-23 Tom de Vries <tdevries@suse.de>
3578
3579 PR testsuite/24711
3580 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3581 issuing next command.
3582
3583 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3584
3585 * gdb.ada/info_auto_lang.exp: Update expected results.
3586 * gdb.base/info-types.c: Add additional types to check.
3587 * gdb.base/info-types.exp: Update expected results.
3588
3589 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3590
3591 * gdb.base/info-types.c: New file.
3592 * gdb.base/info-types.exp: New file.
3593
3594 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3595
3596 * gdb.arch/riscv-bp-infcall.c: New file.
3597 * gdb.arch/riscv-bp-infcall.exp: New file.
3598
3599 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3600
3601 PR breakpoints/24541
3602 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3603
3604 2019-07-14 Tom de Vries <tdevries@suse.de>
3605
3606 PR testsuite/24760
3607 * gdb.objc/basicclass.exp: Fix unterminated string.
3608
3609 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3610 Andrew Burgess <andrew.burgess@embecosm.com>
3611
3612 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3613 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3614 negative bounds.
3615 * gdb.fortran/vla-value.exp: Print elements of an array with
3616 negative bounds.
3617 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3618 testing.
3619
3620 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3621
3622 * gdb.base/options.exp (expect_string): Dequote strings in
3623 results.
3624 (test-string): Test strings with different quoting and reindent.
3625
3626 2019-07-10 Tom Tromey <tromey@adacore.com>
3627
3628 * gdb.ada/mi_ex_cond.exp: Update expected results.
3629 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3630 * gdb.ada/mi_catch_ex.exp: Update expected results.
3631 * gdb.ada/mi_catch_assert.exp: Update expected results.
3632 * gdb.ada/catch_ex.exp (catch_exception_info)
3633 (catch_exception_entry, catch_assert_entry)
3634 (catch_unhandled_entry): Update.
3635 * gdb.ada/catch_assert_if.exp: Update expected results.
3636
3637 2019-07-10 Richard Bunt <richard.bunt@arm.com>
3638 Stephen Roberts <stephen.roberts@arm.com>
3639
3640 * gdb.base/define.exp: Restore original prompt.
3641
3642 2019-07-09 Pedro Alves <palves@redhat.com>
3643
3644 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3645 breakpoints" output.
3646 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3647 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3648 throw" creates breakpoint.
3649 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3650 'type="catchpoint"'.
3651
3652 2019-07-09 Pedro Alves <palves@redhat.com>
3653
3654 PR c++/15468
3655 * gdb.cp/except-multi-location-lib.cc: New.
3656 * gdb.cp/except-multi-location-main.cc: New.
3657 * gdb.cp/except-multi-location.exp: New.
3658
3659 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3660
3661 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3662 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3663 argument and update callers.
3664
3665 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3666
3667 * gdb.arch/amd64-break-on-asm-line.S: New file.
3668 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3669
3670 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3671
3672 * gdb.base/printcmds.exp: Test printing C string and
3673 C wide string convenience vars without transiting via the inferior.
3674 Also make test names unique.
3675
3676 2019-07-08 Alan Hayward <alan.hayward@arm.com>
3677
3678 PR breakpoints/25011
3679 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3680
3681 2019-07-04 Pedro Alves <palves@redhat.com>
3682
3683 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3684 body returned ok(0), break(3) or continue(4).
3685 * gdb.testsuite/foreach_with_prefix.exp: New file.
3686
3687 2019-07-04 Alan Hayward <alan.hayward@arm.com>
3688
3689 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3690
3691 2019-07-03 Pedro Alves <palves@redhat.com>
3692
3693 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3694 "return -code".
3695
3696 2019-07-03 Pedro Alves <palves@redhat.com>
3697
3698 PR cli/24732
3699 * gdb.base/shell.exp: Load completion-support.exp.
3700 Adjust expected error output. Add completion tests.
3701
3702 2019-07-03 Pedro Alves <palves@redhat.com>
3703
3704 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3705 string_to_regexp.
3706
3707 2019-07-03 Pedro Alves <palves@redhat.com>
3708
3709 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3710 (expect_integer): Adjust to expect "-string".
3711 (expect_string): New.
3712 (all_options): Expect "-string".
3713 (test-flag, test-boolean): Adjust to expect "-string".
3714 (test-string): New proc.
3715 (top level): Call it.
3716
3717 2019-07-03 Pedro Alves <palves@redhat.com>
3718
3719 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3720 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3721 the expected output in the success.
3722
3723 2019-07-03 Pedro Alves <palves@redhat.com>
3724
3725 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3726 Split one gdb_test_multiple call in two to avoid a race.
3727
3728 2019-07-03 Pedro Alves <palves@redhat.com>
3729
3730 * gdb.base/with.c: New file.
3731 * gdb.base/with.exp: New file.
3732
3733 2019-07-03 Pedro Alves <palves@redhat.com>
3734
3735 * gdb.base/settings.exp: Replace all references to "maint
3736 test-settings set" with references to "maint set test-settings",
3737 and all references to "maint test-settings show" with references
3738 to "maint show test-settings".
3739
3740 2019-07-03 Pedro Alves <palves@redhat.com>
3741
3742 * gdb.base/settings.exp (test-string): Adjust expected out when
3743 testing "maint test-settings show filename"
3744
3745 2019-07-02 Pedro Alves <palves@redhat.com>
3746
3747 * gdb.base/options.exp (test-info-threads): New procedure.
3748 (top level): Call it.
3749
3750 2019-06-28 Tom Tromey <tromey@adacore.com>
3751
3752 * gdb.dwarf2/ada-linkage-name.c: New file.
3753 * gdb.dwarf2/ada-linkage-name.exp: New file.
3754
3755 2019-06-27 Tom Tromey <tromey@adacore.com>
3756
3757 PR c++/20020:
3758 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3759
3760 2019-06-26 Tom de Vries <tdevries@suse.de>
3761
3762 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3763
3764 2019-06-26 Tom de Vries <tdevries@suse.de>
3765
3766 * gdb.base/index-cache.exp: Add back missing debug option.
3767
3768 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3769
3770 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3771
3772 2019-06-25 Tom de Vries <tdevries@suse.de>
3773
3774 PR testsuite/24727
3775 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3776
3777 2019-06-24 Tom de Vries <tdevries@suse.de>
3778
3779 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3780
3781 2019-06-24 Tom de Vries <tdevries@suse.de>
3782
3783 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3784 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3785 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3786
3787 2019-06-24 Tom de Vries <tdevries@suse.de>
3788
3789 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3790
3791 2019-06-21 Tom de Vries <tdevries@suse.de>
3792
3793 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3794
3795 2019-06-21 Tom de Vries <tdevries@suse.de>
3796
3797 PR testsuite/24518
3798 PR ada/24713
3799 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3800 index.
3801
3802 2019-06-19 Tom Tromey <tromey@adacore.com>
3803
3804 * gdb.ada/length_cond.exp: Add intro comment.
3805
3806 2019-06-19 Tom Tromey <tromey@adacore.com>
3807
3808 * gdb.ada/length_cond.exp: New file.
3809 * gdb.ada/length_cond/length_cond.adb: New file.
3810 * gdb.ada/length_cond/pck.adb: New file.
3811 * gdb.ada/length_cond/pck.ads: New file.
3812
3813 2019-06-18 Tom de Vries <tdevries@suse.de>
3814
3815 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3816
3817 2019-06-18 Tom Tromey <tromey@adacore.com>
3818
3819 * gdb.base/list0.h: Add comment explaining control character.
3820
3821 2019-06-18 Tom de Vries <tdevries@suse.de>
3822
3823 * boards/fission.exp: Break up long debug_flags line.
3824
3825 2019-06-16 Tom de Vries <tdevries@suse.de>
3826
3827 PR gdb/24445
3828 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3829 generated index.
3830
3831 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3832
3833 PR gdb/24686
3834 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3835 improve detection of bug gdb/24541.
3836
3837 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3838
3839 PR gdb/24669
3840 * gdb.base/index-cache.exp (uses_readnow,
3841 expecting_index_cache_use): Define global variable.
3842 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3843 expecting_index_cache_use.
3844
3845 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3846 Andrew Burgess <andrew.burgess@embecosm.com>
3847
3848 * gdb.fortran/pointers.f90: New file.
3849 * gdb.fortran/print_type.exp: New file.
3850 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3851 * gdb.fortran/vla-type.exp: Likewise.
3852 * gdb.fortran/vla-value.exp: Likewise.
3853 * gdb.mi/mi-vla-fortran.exp: Likewise.
3854
3855 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3856
3857 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3858 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3859 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3860 as a stop reason.
3861
3862 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3863
3864 * gdb.base/annota1.exp: Update expected results.
3865 * gdb.cp/annota2.exp: Likewise.
3866 * gdb.cp/annota3.exp: Likewise.
3867
3868 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3869
3870 * gdb.base/style-logging.exp: Remove path from test name.
3871
3872 2019-06-14 Tom Tromey <tromey@adacore.com>
3873
3874 PR gdb/24502:
3875 * gdb.base/style-logging.exp: New file.
3876
3877 2019-06-14 Tom Tromey <tromey@adacore.com>
3878
3879 * gdb.base/symfile-warn.exp: New file.
3880 * gdb.base/symfile-warn.c: New file.
3881
3882 2019-06-14 Tom Tromey <tromey@adacore.com>
3883
3884 * gdb.base/annotate-symlink.exp: New file.
3885
3886 2019-06-14 Tom Tromey <tromey@adacore.com>
3887
3888 * gdb.ada/set_wstr.exp: Add reassignment test.
3889
3890 2019-06-14 Tom Tromey <tromey@adacore.com>
3891
3892 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3893 'unchecked_access and 'unrestricted_access as well.
3894
3895 2019-06-14 Tom Tromey <tromey@adacore.com>
3896
3897 PR ada/24539:
3898 * gdb.ada/vla.exp: Update tests.
3899 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3900 pragma.
3901
3902 2019-06-13 Pedro Alves <palves@redhat.com>
3903
3904 * gdb.base/settings.exp (test-integer): Test junk after
3905 "unlimited".
3906
3907 2019-06-13 Pedro Alves <palves@redhat.com>
3908
3909 * gdb.base/options.exp (test-thread-apply): New.
3910 (top level): Call it.
3911
3912 2019-06-13 Pedro Alves <palves@redhat.com>
3913
3914 * gdb.base/options.exp (test-frame-apply): New.
3915 (top level): Test print commands with different "frame apply"
3916 prefixes.
3917
3918 2019-06-13 Pedro Alves <palves@redhat.com>
3919
3920 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
3921 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3922 'max_completions' parameter and handle it.
3923 (test_gdb_completion_offers_commands): New.
3924
3925 2019-06-13 Pedro Alves <palves@redhat.com>
3926
3927 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3928
3929 2019-06-13 Pedro Alves <palves@redhat.com>
3930
3931 * gdb.base/options.exp (test-backtrace): New.
3932 (top level): Call it.
3933
3934 2019-06-13 Pedro Alves <palves@redhat.com>
3935
3936 * gdb.guile/scm-frame-args.exp: Use "set print
3937 raw-frame-arguments" instead of "set print raw frame-arguments".
3938 * gdb.python/py-frame-args.exp: Likewise.
3939
3940 2019-06-13 Pedro Alves <palves@redhat.com>
3941
3942 * gdb.compile/compile.exp: Adjust expected output to option
3943 processing changes.
3944
3945 2019-06-13 Pedro Alves <palves@redhat.com>
3946
3947 * gdb.base/options.exp: Build executable.
3948 (test-print): New procedure.
3949 (top level): Call it, once for "print" and another for "compile
3950 print".
3951
3952 2019-06-13 Pedro Alves <palves@redhat.com>
3953
3954 * gdb.base/options.c: New file.
3955 * gdb.base/options.exp: New file.
3956
3957 2019-06-13 Pedro Alves <palves@redhat.com>
3958
3959 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3960 that "o" is ambiguous.
3961
3962 2019-06-13 Pedro Alves <palves@redhat.com>
3963
3964 * gdb.base/settings.c: New file.
3965 * gdb.base/settings.exp: New file.
3966
3967 2019-06-13 Pedro Alves <palves@redhat.com>
3968
3969 * gdb.base/completion.exp: Fix comment typo.
3970
3971 2019-06-13 Pedro Alves <palves@redhat.com>
3972
3973 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3974 foo --1" test.
3975
3976 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3977
3978 * gdb.fortran/block-data.f: New.
3979 * gdb.fortran/block-data.exp: New.
3980
3981 2019-06-11 Tom de Vries <tdevries@suse.de>
3982
3983 PR testsuite/24521
3984 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3985 message.
3986
3987 2019-06-11 Tom de Vries <tdevries@suse.de>
3988
3989 PR testsuite/24521
3990 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3991
3992 2019-06-11 Tom de Vries <tdevries@suse.de>
3993
3994 * boards/readnow.exp: New file.
3995
3996 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3997
3998 * gdb.fortran/vla-sizeof.exp: Update expected results.
3999
4000 2019-06-06 Amos Bird <amosbird@gmail.com>
4001
4002 * gdb.base/annota1.exp (thread_switch): Add test for
4003 thread-exited annotation.
4004
4005 2019-06-06 Tom Tromey <tromey@adacore.com>
4006
4007 * gdb.base/maint.exp: Expect command started/finished output.
4008
4009 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4010
4011 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4012 comment.
4013 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4014
4015 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4016
4017 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4018 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4019 * gdb.arch/riscv-unwind-long-insn.c: New file.
4020 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4021
4022 2019-06-04 Christian Biesinger <cbiesinger@google.com>
4023
4024 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
4025
4026 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4027
4028 * lib/gdb.exp (help_list_trailer): New regexp variable
4029 factorizing the help trailer message.
4030 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4031 arg to allow to better factorize various tests.
4032 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4033 (test_prefix_command_help): Use help_list_trailer.
4034 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4035 * gdb.guile/scm-cmd.exp: Likewise.
4036 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4037 * gdb.base/help.exp: Use test_user_defined_class_help.
4038 * gdb.base/style.exp: Add tests for styling of help and apropos.
4039 * lib/gdb-utils.exp (style): Add title and highlight styles.
4040
4041 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4042
4043 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4044 $_shell_exitsignal.
4045 * gdb.base/default.exp: Update for new convenience variables.
4046
4047 2019-05-29 Tom Tromey <tromey@adacore.com>
4048
4049 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4050 to "break complete ada" test case's regexp.
4051
4052 2019-05-29 Tom Tromey <tromey@adacore.com>
4053
4054 PR c++/20020:
4055 * gdb.cp/constexpr-field.exp: New file.
4056 * gdb.cp/constexpr-field.cc: New file.
4057
4058 2019-05-29 Tom Tromey <tromey@adacore.com>
4059
4060 * gdb.base/finish.exp (finish_no_print): New proc.
4061 (finish_tests): Call it.
4062
4063 2019-05-24 Tom de Vries <tdevries@suse.de>
4064
4065 * gdb.dwarf2/gdb-add-index.exp: New file.
4066
4067 2019-05-22 Tom Tromey <tromey@adacore.com>
4068
4069 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4070 * gdb.base/style.exp: Use "style".
4071 * lib/gdb-utils.exp (style): New proc.
4072
4073 2019-05-22 Tom de Vries <tdevries@suse.de>
4074
4075 * gdb.base/align.exp: Require c++11.
4076
4077 2019-05-22 Tom de Vries <tdevries@suse.de>
4078
4079 PR testsuite/24586
4080 * gdb.python/py-mi-var-info-path-expression.exp: Call
4081 mi_skip_python_tests to check if python is supported.
4082
4083 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4084
4085 * gdb.arch/aarch64-pauth.c: New test.
4086 * gdb.arch/aarch64-pauth.exp: New file.
4087
4088 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4089
4090 * README (Re-running Tests Outside The Testsuite): New section.
4091
4092 2019-05-21 Tom de Vries <tdevries@suse.de>
4093
4094 * gdb.arch/amd64-eval.exp: Require c++11.
4095 * gdb.base/max-depth.exp: Same.
4096 * gdb.compile/compile-cplus-array-decay.exp: Same.
4097 * gdb.cp/meth-typedefs.exp: Same.
4098 * gdb.cp/subtypes.exp: Same.
4099 * gdb.cp/temargs.exp: Same.
4100
4101 2019-05-21 Alan Hayward <alan.hayward@arm.com>
4102
4103 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4104
4105 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4106
4107 PR gdb/18644
4108 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4109 * gdb.fortran/printing-types.exp: Add new test.
4110 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4111 testing.
4112 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4113 setup_kfail call.
4114
4115 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4116
4117 * README (Running the Testsuite): Change example.
4118 (Testsuite Parameters): Remove TRANSCRIPT.
4119 * lib/gdb.exp: Remove TRANSCRIPT check.
4120
4121 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4122
4123 * README (Testsuite Parameters): Add replay logging to
4124 GDBSERVER_DEBUG.
4125 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4126 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4127 as a comma separated list.
4128 (gdb_debug_init): Override procedure.
4129
4130 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4131
4132 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4133 (gdb_write_cmd_file): New procedure.
4134 * lib/gdbserver-support.exp (gdbserver_start): Call
4135 gdbserver_write_cmd_file.
4136 (gdbserver_write_cmd_file): New procedure.
4137
4138 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4139
4140 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4141 (delete_breakpoints): Likewise.
4142 (gdb_run_cmd): Likewise.
4143 (gdb_start_cmd): Likewise.
4144 (gdb_starti_cmd): Likewise.
4145 (gdb_internal_error_resync): Likewise.
4146 (gdb_test_multiple): Likewise.
4147 (gdb_reinitialize_dir): Likewise.
4148 (default_gdb_exit): Likewise.
4149 (gdb_file_cmd): Mark kill as optional.
4150 (default_gdb_start): Call gdb_stdin_log_init.
4151 (send_gdb): Call gdb_stdin_log_write.
4152 (rerun_to_main): Mark Y as an answer.
4153 (gdb_stdin_log_init): New function.
4154 (gdb_stdin_log_write): Likewise.
4155
4156 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4157
4158 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4159 * gdb.base/debug-expr.exp: Likewise.
4160 * gdb.base/foll-fork.exp: Likewise.
4161 * gdb.base/foll-vfork.exp: Likewise.
4162 * gdb.base/fork-print-inferior-events.exp: Likewise.
4163 * gdb.base/gdb-sigterm.exp: Likewise.
4164 * gdb.base/gdbinit-history.exp: Likewise.
4165 * gdb.base/osabi.exp: Likewise.
4166 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4167 * gdb.base/ui-redirect.exp: Likewise.
4168 * gdb.gdb/unittest.exp: Likewise.
4169 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4170 * gdb.mi/mi-watch.exp: Likewise.
4171 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4172 * gdb.mi/user-selected-context-sync.exp: Likewise.
4173 * gdb.python/python.exp: Disable debug test when debugging.
4174 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4175 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4176 Likewise.
4177 * gdb.threads/stepi-random-signal.exp: Likewise.
4178
4179 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4180
4181 * Makefile.in: Pass through GDB_DEBUG.
4182 * README (Testsuite Parameters): Add GDB_DEBUG.
4183 (gdb,debug): Add board setting.
4184 * lib/gdb.exp (default_gdb_start): Start debugging.
4185 (gdb_debug_enabled): New procedure.
4186 (gdb_debug_init): Likewise.
4187
4188 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4189
4190 * Makefile.in: Pass through GDB_DEBUG.
4191 * README (Testsuite Parameters): Add GDB_DEBUG.
4192 (gdb,debug): Add board setting.
4193 * lib/gdb.exp (default_gdb_start): Start debugging.
4194 (gdb_debug_enabled): New procedure.
4195 (gdb_debug_init): Likewise.
4196
4197 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4198
4199 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4200
4201 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4202
4203 * gdb.base/ui-redirect.exp: Test redirection.
4204
4205 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4206
4207 * gdb.mi/mi-complete.exp: New file.
4208 * gdb.mi/mi-complete.cc: Likewise.
4209
4210 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4211
4212 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4213 indexed and sliced arrays, and pointers to arrays.
4214
4215 2019-05-14 Tom Tromey <tromey@adacore.com>
4216
4217 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4218 styling test.
4219
4220 2019-05-14 Tom de Vries <tdevries@suse.de>
4221
4222 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4223 selection entry encoding.
4224
4225 2019-05-10 Tom Tromey <tromey@adacore.com>
4226
4227 * gdb.ada/info_exc.exp: Add "complete" test.
4228
4229 2019-05-09 Tom de Vries <tdevries@suse.de>
4230
4231 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4232 CU-relative.
4233
4234 2019-05-09 Tom de Vries <tdevries@suse.de>
4235
4236 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4237 CU-relative.
4238
4239 2019-05-08 Joel Brobecker <brobecker@adacore.com>
4240
4241 * gdb.ada/frame_arg_lang.exp: New testcase.
4242 * gdb.ada/frame_arg_lang/bla.adb: New file.
4243 * gdb.ada/frame_arg_lang/pck.ads: New file.
4244 * gdb.ada/frame_arg_lang/pck.adb: New file.
4245 * gdb.ada/frame_arg_lang/foo.c: New file.
4246
4247 2019-05-08 Tom Tromey <tromey@adacore.com>
4248
4249 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4250
4251 2019-05-08 Tom Tromey <tromey@adacore.com>
4252
4253 * gdb.base/ptype-offsets.exp: Update tests.
4254
4255 2019-05-08 Tom Tromey <tromey@adacore.com>
4256
4257 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4258 cases.
4259 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4260 "short".
4261
4262 2019-05-08 Tom Tromey <tromey@adacore.com>
4263
4264 * gdb.ada/vla.exp: New file.
4265 * gdb.ada/vla/vla.adb: New file.
4266
4267 2019-05-07 Tom de Vries <tdevries@suse.de>
4268
4269 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4270
4271 2019-05-07 Tom de Vries <tdevries@suse.de>
4272
4273 PR testsuite/24522
4274 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4275 section.
4276
4277 2019-05-07 Tom de Vries <tdevries@suse.de>
4278
4279 PR testsuite/24522
4280 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4281 .debug_aranges section.
4282
4283 2019-05-07 Tom de Vries <tdevries@suse.de>
4284
4285 PR testsuite/24159
4286 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4287
4288 2019-05-06 Tom de Vries <tdevries@suse.de>
4289
4290 * lib/gdb.exp (exec_has_index_section): New proc.
4291 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4292 section.
4293
4294 2019-05-04 Tom de Vries <tdevries@suse.de>
4295
4296 * boards/cc-with-debug-names.exp: New file.
4297
4298 2019-05-03 Tom Tromey <tromey@adacore.com>
4299
4300 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4301 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4302 * gdb.ada/char_enum.exp: Add test.
4303
4304 2019-05-03 Tom de Vries <tdevries@suse.de>
4305
4306 * boards/cc-with-gdb-index.exp: New file.
4307
4308 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4309
4310 * gdb.rust/simple.exp: Add new test case.
4311 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4312 (main): Initialise an instance of the new struct.
4313
4314 2019-05-01 Tom Tromey <tromey@adacore.com>
4315
4316 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4317 record.
4318 (NPR): New variable.
4319 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4320 test.
4321
4322 2019-05-01 Tom Tromey <tromey@adacore.com>
4323
4324 * gdb.ada/packed_array_assign.exp: Add packed assignment
4325 regression test.
4326
4327 2019-05-01 Tom de Vries <tdevries@suse.de>
4328
4329 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4330
4331 2019-05-01 Tom de Vries <tdevries@suse.de>
4332
4333 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4334
4335 2019-04-30 Ali Tamur <tamur@google.com>
4336
4337 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4338
4339 2019-04-30 Tom Tromey <tromey@adacore.com>
4340
4341 * lib/ada.exp (find_ada_tool): New proc.
4342 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4343 * gdb.ada/catch_ex_std.exp: New file.
4344 * gdb.ada/catch_ex_std/foo.adb: New file.
4345 * gdb.ada/catch_ex_std/some_package.adb: New file.
4346 * gdb.ada/catch_ex_std/some_package.ads: New file.
4347
4348 2019-04-30 Tom Tromey <tromey@adacore.com>
4349
4350 PR c++/24470:
4351 * gdb.cp/temargs.cc: Add test code from PR.
4352
4353 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4354
4355 * gdb.fortran/vla-datatypes.exp: Update expected results.
4356 * gdb.fortran/vla-ptype.exp: Likewise.
4357 * gdb.fortran/vla-type.exp: Likewise.
4358 * gdb.fortran/vla-value.exp: Likewise.
4359
4360 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4361
4362 * gdb.fortran/ptr-indentation.exp: Update expected results.
4363 * gdb.fortran/ptype-on-functions.exp: Likewise.
4364 * gdb.fortran/vla-ptr-info.exp: Likewise.
4365 * gdb.fortran/vla-value.exp: Likewise.
4366
4367 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4368
4369 * gdb.fortran/ptype-on-functions.exp: New file.
4370 * gdb.fortran/ptype-on-functions.f90: New file.
4371
4372 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4373
4374 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4375 case void string.
4376
4377 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4378
4379 * gdb.fortran/complex.exp: Expand.
4380 * gdb.fortran/complex.f: Renamed to...
4381 * gdb.fortran/complex.f90: ...this, and extended to add more
4382 complex values.
4383
4384 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4385
4386 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4387 MODULO, CMPLX.
4388
4389 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4390 Richard Bunt <richard.bunt@arm.com>
4391
4392 * gdb.base/max-depth.c: New file.
4393 * gdb.base/max-depth.exp: New file.
4394 * gdb.python/py-nested-maps.c: New file.
4395 * gdb.python/py-nested-maps.exp: New file.
4396 * gdb.python/py-nested-maps.py: New file.
4397 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4398 (test_all_common): Call test_max_depth.
4399 * gdb.fortran/max-depth.exp: New file.
4400 * gdb.fortran/max-depth.f90: New file.
4401 * gdb.go/max-depth.exp: New file.
4402 * gdb.go/max-depth.go: New file.
4403 * gdb.modula2/max-depth.exp: New file.
4404 * gdb.modula2/max-depth.c: New file.
4405 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4406
4407 2019-04-29 Tom de Vries <tdevries@suse.de>
4408
4409 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4410
4411 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4412
4413 * gdb.base/callexit.exp: Test may-call-functions off.
4414
4415 2019-04-25 Keith Seitz <keiths@redhat.com>
4416
4417 PR c++/24367
4418 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4419 (another_incomplete_struct, test_incomplete): New definitions.
4420 (main): Use new definitions.
4421 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4422 functions.
4423
4424 2019-04-25 Ali Tamur <tamur@google.com>
4425
4426 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4427
4428 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4429
4430 PR corefiles/11608
4431 PR corefiles/18187
4432 * gdb.base/coredump-filter-build-id.exp: New file.
4433
4434 2019-04-25 Alan Hayward <alan.hayward@arm.com>
4435
4436 * Makefile.in: Pass through GDBSERVER_DEBUG.
4437 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4438 (gdbserver,debug): Add board setting.
4439 * gdb.trace/tspeed.exp: Skip when debugging.
4440 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4441 * lib/gdbserver-support.exp: Likewise
4442
4443 2019-04-24 Tom Tromey <tromey@adacore.com>
4444
4445 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4446 Rust.
4447
4448 2019-04-24 Tom Tromey <tromey@adacore.com>
4449
4450 * gdb.arch/amd64-eval.exp: Test bitfield return.
4451 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4452 (class Foo) <return_bitfields>: New method.
4453 (main): Call it.
4454
4455 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4456
4457 * gdb.cp/many-args.cc: New file.
4458 * gdb.cp/many-args.exp: New file.
4459
4460 2019-04-23 Tom de Vries <tdevries@suse.de>
4461
4462 PR gdb/24433
4463 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4464
4465 2019-04-23 Alan Hayward <alan.hayward@arm.com>
4466
4467 * gdb.trace/backtrace.exp: Use nopie flag.
4468 * gdb.trace/circ.exp: Likewise.
4469 * gdb.trace/collection.exp: Likewise.
4470 * gdb.trace/ftrace.exp: Likewise.
4471 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4472 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4473 * gdb.trace/qtro.exp: Likewise.
4474 * gdb.trace/read-memory.exp: Likewise.
4475 * gdb.trace/report.exp: Likewise.
4476 * gdb.trace/tfile.exp: Likewise.
4477 * gdb.trace/tfind.exp: Likewise.
4478 * gdb.trace/unavailable.exp: Likewise.
4479
4480 2019-04-22 Pedro Alves <palves@redhat.com>
4481
4482 * gdb.base/solib-probes-nosharedlibrary.c,
4483 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4484
4485 2019-04-19 Tom Tromey <tromey@adacore.com>
4486
4487 * gdb.ada/ptype_union.c: New file.
4488 * gdb.ada/ptype_union.exp: New file.
4489
4490 2019-04-19 Tom Tromey <tromey@adacore.com>
4491
4492 PR symtab/24423:
4493 * gdb.base/list0.h (foo): Add a control-l character.
4494
4495 2019-04-18 Tom de Vries <tdevries@suse.de>
4496
4497 PR gdb/24433
4498 * boards/local-board.exp: Set sysroot to "".
4499
4500 2019-04-18 Tom de Vries <tdevries@suse.de>
4501 Pedro Alves <palves@redhat.com>
4502
4503 PR gdb/24454
4504 * gdb.threads/vfork-follow-child-exec.c: New file.
4505 * gdb.threads/vfork-follow-child-exec.exp: New file.
4506 * gdb.threads/vfork-follow-child-exit.c: New file.
4507 * gdb.threads/vfork-follow-child-exit.exp: New file.
4508
4509 2019-04-15 Leszek Swirski <leszeks@google.com>
4510
4511 * gdb.arch/amd64-eval.cc: New file.
4512 * gdb.arch/amd64-eval.exp: New file.
4513
4514 2019-04-11 Alan Hayward <alan.hayward@arm.com>
4515
4516 * gdb.server/sysroot.c: New test.
4517 * gdb.server/sysroot.exp: New file.
4518 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4519 matching param.
4520
4521 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4522
4523 * gdb.base/align.exp: Extend test to cover structures containing
4524 only static fields.
4525
4526 2019-04-11 Tom de Vries <tdevries@suse.de>
4527
4528 * boards/cc-with-dwz-m.exp: New file.
4529 * boards/cc-with-dwz.exp: New file.
4530 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4531
4532 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
4533
4534 * gdb.base/start-cpp.exp: New file.
4535 * gdb.base/start-cpp.cc: New file.
4536
4537 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4538
4539 * gdb.python/py-thrhandle.exp: Adjust tests to call
4540 thread_from_handle instead of thread_from_thread_handle.
4541
4542 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4543
4544 * gdb.python/py-thrhandle.exp: Add tests for
4545 gdb.InferiorThread.handle.
4546
4547 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4548
4549 * gdb.python/py-function.exp: Check calling helper function from
4550 all languages.
4551 * lib/gdb.exp (gdb_supported_languages): New proc.
4552
4553 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4554
4555 * gdb.base/complex-parts.c: New file.
4556 * gdb.base/complex-parts.exp: New file.
4557
4558 2019-04-01 Tom Tromey <tromey@adacore.com>
4559
4560 PR symtab/23331:
4561 * gdb.dwarf2/dw2-ranges-main.c: New file.
4562 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4563 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4564
4565 2019-03-30 Simon Marchi <simark@simark.ca>
4566
4567 * gdb.base/default.exp: Add values for $_gdb_major and
4568 $_gdb_minor.
4569
4570 2019-03-29 Tom Tromey <tromey@adacore.com>
4571
4572 * gdb.base/help.exp: Tighten apropos regexp.
4573
4574 2019-03-29 Keith Seitz <keiths@redhat.com>
4575
4576 * gdb.fortran/array-bounds.exp: New file.
4577 * gdb.fortran/array-bounds.f90: New file.
4578
4579 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4580
4581 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4582
4583 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4584
4585 * gdb.multi/hello.c (main): Increase alarm timer.
4586
4587 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4588
4589 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4590 factor when no hardware watchpoint support.
4591
4592 2019-03-28 Alan Hayward <alan.hayward@arm.com>
4593 Pedro Alves <palves@redhat.com>
4594
4595 * boards/local-board.exp: set sysroot to /.
4596
4597 2019-03-27 Alan Hayward <alan.hayward@arm.com>
4598
4599 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4600 in child.
4601
4602 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4603
4604 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4605 field.
4606 (make_container): Initialise new field.
4607 * gdb.python/py-prettyprint.exp: Add new tests.
4608 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4609 <display_hint>: New method.
4610
4611 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4612
4613 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4614 gdb_continue_to_breakpoint more throughout this test.
4615 (run_lang_tests) Supply unique test names, and use
4616 gdb_test_no_output.
4617
4618 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4619
4620 * gdb.base/finish-pretty.exp: Update expected results.
4621 * gdb.base/pretty-print.c: New file.
4622 * gdb.base/pretty-print.exp: New file.
4623
4624 2019-03-25 Pedro Alves <palves@redhat.com>
4625
4626 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4627 move comments outside list. Append '-i "" eof' section.
4628
4629 2019-03-22 Alan Hayward <alan.hayward@arm.com>
4630
4631 PR testsuite/25016
4632 * README: Add pie options.
4633 * gdb.base/break-interp.exp: Ensure pie is disabled.
4634 * gdb.base/dump.exp: Likewise.
4635 * lib/gdb.exp (gdb_compile): Add pie option.
4636
4637 2019-03-19 Tom Tromey <tromey@adacore.com>
4638
4639 * gdb.mi/mi2-cli-display.c: New file.
4640 * gdb.mi/mi2-cli-display.exp: New file.
4641
4642 2019-03-18 Joel Brobecker <brobecker@adacore.com>
4643 Tom Tromey <tromey@adacore.com>
4644
4645 * gdb.ada/ptype_array/pck.adb: New file.
4646 * gdb.ada/ptype_array/pck.ads: New file.
4647 * gdb.ada/ptype_array/foo.adb: New file.
4648 * gdb.ada/ptype_array.exp: New file.
4649
4650 2019-03-14 Tom Tromey <tromey@adacore.com>
4651
4652 * gdb.base/style.exp: Add "set style sources" test.
4653
4654 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4655
4656 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4657 * mi-breakpoint-multiple-locations.exp: ... this.
4658 (make_breakpoints_pattern): New proc.
4659 (do_test): Add mi_version parameter, test -break-insert,
4660 -break-info and =breakpoint-created.
4661
4662 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4663
4664 * config/default.exp: Remove 'load_lib gdb.exp'.
4665 * config/monitor.exp: Likewise.
4666 * config/sid.exp: Likewise.
4667 * config/sim.exp: Likewise.
4668 * config/slite.exp: Likewise.
4669 * config/unix.exp: Likewise.
4670 * gdb.base/default.exp: Remove unhelpful comment.
4671
4672 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4673
4674 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4675
4676 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4677
4678 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4679
4680 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4681
4682 * gdb.fortran/type-kinds.exp: Update expected results.
4683
4684 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4685
4686 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4687
4688 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4689
4690 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4691 function.
4692 (test_basic_parsing_of_type_kinds): Expand types tested.
4693 (test_parsing_invalid_type_kinds): New function.
4694
4695 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4696
4697 * gdb.fortran/intrinsics.exp: New file.
4698 * gdb.fortran/intrinsics.f90: New file.
4699 * gdb.fortran/type-kinds.exp: New file.
4700
4701 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4702
4703 * gdb.fortran/dot-ops.exp: New file.
4704
4705 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4706
4707 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4708 Check upper and lower case logical literals.
4709
4710 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4711
4712 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4713 Remove duplicate tests.
4714
4715 2019-03-06 Alan Hayward <alan.hayward@arm.com>
4716
4717 * lib/gdb.exp (builtin_cd): rename of cd.
4718 (cd): Override builtin.
4719
4720 2019-03-06 Richard Bunt <richard.bunt@arm.com>
4721
4722 * gdb.fortran/function-calls.exp: New file.
4723 * gdb.fortran/function-calls.f90: New test.
4724
4725 2019-03-04 Richard Bunt <richard.bunt@arm.com>
4726
4727 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4728 on user program standard output.
4729 * gdb.fortran/short-circuit-argument-list.f90: Record function
4730 calls.
4731
4732 2019-02-28 Alan Hayward <alan.hayward@arm.com>
4733
4734 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4735 failure.
4736
4737 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4738
4739 PR gdb/8527
4740 * gdb.base/interrupt-daemon-attach.c,
4741 gdb.base/interrupt-daemon-attach.exp: New test.
4742
4743 2019-02-27 Pedro Alves <palves@redhat.com>
4744
4745 * gdb.base/page.exp: Add tests for "set width/height -1".
4746
4747 2019-02-27 Pedro Alves <palves@redhat.com>
4748
4749 * gdb.base/page.exp: Add tests for "set/show width/height" with
4750 "infinite" values.
4751
4752 2019-02-27 Tom Tromey <tromey@adacore.com>
4753
4754 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4755 2.4.
4756 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4757 workaround.
4758
4759 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4760
4761 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4762 tests for structs with static members.
4763
4764 2019-02-26 Tom Tromey <tromey@adacore.com>
4765
4766 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4767 ValueError, not TypeError.
4768
4769 2019-02-26 Kevin Buettner <kevinb@redhat.com>
4770
4771 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4772 call from main program.
4773
4774 2019-02-23 Joel Brobecker <brobecker@adacore.com>
4775
4776 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4777 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4778 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4779 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4780 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4781
4782 2019-02-22 Keith Seitz <keiths@redhat.com>
4783
4784 PR symtab/23853
4785 * gdb.base/symlink-sourcefile.c: New file.
4786 * gdb.base/symlink-sourcefile.exp: New file.
4787
4788 2019-02-20 Tom Tromey <tom@tromey.com>
4789
4790 * gdb.base/info_qt.exp: Update.
4791
4792 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4793
4794 * gdb.base/source.exp: Move "error in sourced script" code to
4795 the end.
4796 * gdb.base/source-error.gdb: Move contents to
4797 source-error-1.gdb. Add new code to source source-error-1.gdb.
4798 * gdb.base/source-error-1.gdb: New file, from previous
4799 source-error.gdb.
4800
4801 2019-02-17 Tom Tromey <tom@tromey.com>
4802
4803 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4804 for macro styling.
4805 * gdb.base/style.c (SOME_MACRO): New macro.
4806
4807 2019-02-17 Tom Tromey <tom@tromey.com>
4808
4809 * gdb.base/style.exp: Add line-wrapping tests.
4810 * gdb.base/page.exp: Add test for quitting during pagination.
4811
4812 2019-02-17 Joel Brobecker <brobecker@adacore.com>
4813
4814 * gdb.ada/big_packed_array: New testcase.
4815 * gdb.ada/homonym.exp: Fix incorrect expected output for
4816 "break <homonym__get_value>" test.
4817
4818 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
4819
4820 PR breakpoints/21870
4821 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4822 and prepare_for_testing. Add comment.
4823 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4824 redundant cleanup call. Clean up comment.
4825
4826 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
4827
4828 PR breakpoints/21870
4829 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4830 * gdb.arch/aarch64-dbreg-contents.c: New file.
4831
4832 2019-02-10 Joel Brobecker <brobecker@adacore.com>
4833
4834 * gdb.ada/mi_ref_changeable: New testcase.
4835
4836 2019-02-07 Alan Hayward <alan.hayward@arm.com>
4837
4838 * gdb.base/attach.exp: Add double attach test.
4839
4840 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4841
4842 * lib/gdb.exp (default_gdb_start): Don't match pagination
4843 prompt.
4844 (gdb_init): Set stty_init.
4845
4846 2019-01-27 Tom Tromey <tom@tromey.com>
4847
4848 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4849 skip_python_tests.
4850
4851 2019-01-24 Alan Hayward <alan.hayward@arm.com>
4852
4853 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4854 New structure.
4855 (struct struct_static_02_02): Likewise.
4856 (struct struct_static_02_03): Likewise.
4857 (struct struct_static_02_04): Likewise.
4858 (struct struct_static_04_01): Likewise.
4859 (struct struct_static_04_02): Likewise.
4860 (struct struct_static_04_03): Likewise.
4861 (struct struct_static_04_04): Likewise.
4862 (struct struct_static_06_01): Likewise.
4863 (struct struct_static_06_02): Likewise.
4864 (struct struct_static_06_03): Likewise.
4865 (struct struct_static_06_04): Likewise.
4866 (cmp_struct_static_02_01): Likewise.
4867 (cmp_struct_static_02_02): Likewise.
4868 (cmp_struct_static_02_03): Likewise.
4869 (cmp_struct_static_02_04): Likewise.
4870 (cmp_struct_static_04_01): Likewise.
4871 (cmp_struct_static_04_02): Likewise.
4872 (cmp_struct_static_04_03): Likewise.
4873 (cmp_struct_static_04_04): Likewise.
4874 (cmp_struct_static_06_01): Likewise.
4875 (cmp_struct_static_06_02): Likewise.
4876 (cmp_struct_static_06_03): Likewise.
4877 (cmp_struct_static_06_04): Likewise.
4878 (call_all): Test new structs.
4879 * gdb.base/infcall-nested-structs.exp: Likewise.
4880
4881 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4882 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4883
4884 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4885 * gdb.base/stack-protector.c: New test.
4886 * gdb.base/stack-protector.exp: New file.
4887 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4888 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4889 option.
4890 (gdb_compile): Remove stack protector for GCC and prevent
4891 recursion.
4892
4893 2019-01-16 Keith Seitz <keiths@redhat.com>
4894
4895 PR gdb/23773
4896 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4897
4898 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4899
4900 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4901 aliases.
4902 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4903 tests.
4904 * gdb.arch/powerpc-vector-regs.c: New file.
4905 * gdb.arch/powerpc-vector-regs.exp: New file.
4906
4907 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4908
4909 * gdb.arch/altivec-regs.exp: Fix the list passed to
4910 gdb_expect_list when testing "info vector".
4911
4912 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4913
4914 * gdb.base/style.exp: Don't include path in testname.
4915
4916 2019-01-10 Keith Seitz <keiths@redhat.com>
4917
4918 PR gdb/23712
4919 PR symtab/23010
4920 * gdb.dwarf2/multidictionary.exp: New file.
4921
4922 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4923
4924 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4925 (test_gnuv3_style_demangling): ... this.
4926 (test_lucid_style_demangling): Remove.
4927 (test_arm_style_demangling): Remove.
4928 (test_hp_style_demangling): Remove.
4929 (do_tests): Remove calls to the above.
4930
4931 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4932
4933 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4934 case.
4935
4936 2019-01-06 Tom Tromey <tom@tromey.com>
4937
4938 PR gdb/28155:
4939 * gdb.dwarf2/typedef-void-finish.exp: New file.
4940
4941 2018-12-28 Tom Tromey <tom@tromey.com>
4942 Simon Marchi <simark@simark.ca>
4943
4944 * gdb.base/jit-exec.exp: New file.
4945 * gdb.base/jit-exec.c: New file.
4946 * gdb.base/jit-execd.c: New file.
4947
4948 2018-12-28 Tom Tromey <tom@tromey.com>
4949
4950 * gdb.base/style.exp: Update test to check for address styling.
4951
4952 2018-12-28 Tom Tromey <tom@tromey.com>
4953
4954 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4955 message.
4956
4957 2018-12-28 Tom Tromey <tom@tromey.com>
4958
4959 * gdb.base/style.exp: Add test for version number styling.
4960
4961 2018-12-28 Tom Tromey <tom@tromey.com>
4962
4963 * gdb.base/style.exp: Add test for print_address_symbolic.
4964
4965 2018-12-28 Tom Tromey <tom@tromey.com>
4966
4967 * gdb.base/style.exp: Add test for breakpoint setting.
4968
4969 2018-12-28 Tom Tromey <tom@tromey.com>
4970
4971 * gdb.base/style.exp: Add test for variable names.
4972
4973 2018-12-28 Tom Tromey <tom@tromey.com>
4974
4975 * gdb.base/style.exp: New file.
4976 * gdb.base/style.c: New file.
4977
4978 2018-12-28 Tom Tromey <tom@tromey.com>
4979
4980 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4981 "dumb".
4982 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4983 the TERM environment variable.
4984
4985 2018-12-27 Tom Tromey <tom@tromey.com>
4986
4987 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4988 pagination test.
4989
4990 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4991
4992 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4993 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4994
4995 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4996
4997 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4998 Filename a.adb changed to bp_fun_addr.adb.
4999 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5000
5001 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5002
5003 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5004 non-PIE executables.
5005 * README: Mention the gdb,nopie_flag board setting.
5006 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5007 non-PIE executable.
5008 * gdb.arch/amd64-entry-value.exp: Likewise.
5009 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5010 * gdb.arch/i386-float.exp: Likewise.
5011 * gdb.arch/i386-signal.exp: Likewise.
5012 * gdb.mi/mi-reg-undefined.exp: Likewise.
5013
5014 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5015
5016 PR gdb/23974
5017 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5018
5019 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5020
5021 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5022 Update order of results accordingly.
5023
5024 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5025
5026 * gdb.base/annota1.exp: Update a test regexp.
5027
5028 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5029
5030 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5031
5032 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5033
5034 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5035 (reuse_time): Initialize to REUSE_TIME_CAP.
5036 (check_rc): New function.
5037 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5038 Check pthread_create rc.
5039 (spawner_thread_func): Check pthread_create and pthread_join rc.
5040
5041 2018-12-08 Pedro Alves <palves@redhat.com>
5042
5043 * gdb.base/list.exp (test_forward_search): Rename to ...
5044 (test_forward_reverse_search): ... this. Also test reverse-search
5045 and the forward-search alias.
5046
5047 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5048
5049 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5050 local timeout variable before return, and remove all local timeout
5051 variable entirely.
5052 (gdb_load): Likewise.
5053
5054 2018-12-01 Tom de Vries <tdevries@suse.de>
5055
5056 * gdb.base/gdb-caching-proc.exp: New file.
5057
5058 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5059
5060 * Makefile.in (TIMESTAMP): New variable.
5061 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5062 command.
5063 (check-single-racy): Likewise.
5064 (check/%.exp): Likewise.
5065 (check-racy/%.exp): Likewise.
5066 (workers/%.worker): Likewise.
5067 (build-perf): Likewise.
5068 (check-perf): Likewise.
5069 * README: Describe new "TS" and "TS_FORMAT" variables.
5070 * print-ts.py: New file.
5071
5072 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5073
5074 PR python/23714
5075 * gdb.python/python.exp: Test command repetition after
5076 gdb.execute.
5077
5078 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5079
5080 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5081 is correctly aligned.
5082
5083 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5084
5085 * gdb.ada/info_auto_lang.exp: New testcase.
5086 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5087 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5088 * gdb.ada/info_auto_lang/some_c.c: New file.
5089
5090 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5091
5092 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5093 FUNC_lang language syntax.
5094
5095 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5096
5097 * gdb.base/info_minsym.c: New file.
5098 * gdb.base/info_minsym.exp: New file.
5099
5100 2018-11-19 Tom Tromey <tom@tromey.com>
5101
5102 PR rust/23625:
5103 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5104 * gdb.rust/expr.exp: Update expected output. Change one test.
5105
5106 2018-11-19 Tom Tromey <tom@tromey.com>
5107
5108 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5109
5110 2018-11-19 Pedro Alves <palves@redhat.com>
5111
5112 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5113 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5114 see the expected warning.
5115
5116 2018-11-16 Alan Hayward <alan.hayward@arm.com>
5117
5118 PR gdb/22736:
5119 * gdb.cp/infcall-nodebug-lib.c: New test.
5120 * gdb.cp/infcall-nodebug-main.c: New test.
5121 * gdb.cp/infcall-nodebug.exp: New file.
5122
5123 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5124
5125 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5126 completer tests.
5127
5128 2018-11-09 Tom de Vries <tdevries@suse.de>
5129
5130 * gdb.base/msym-lang.c: New test.
5131 * gdb.base/msym-lang.exp: New file.
5132 * gdb.base/msym-lang-main.c: New test.
5133
5134 2018-11-08 Tom Tromey <tom@tromey.com>
5135
5136 PR gdb/23555:
5137 PR gdb/23838:
5138 * gdb.base/warning.exp: New file.
5139
5140 2018-11-08 Jan Beulich <jbeulich@suse.com>
5141
5142 * testsuite/gdb.arch/i386-avx512.c,
5143 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5144
5145 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5146
5147 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5148 point hardware.
5149
5150 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5151
5152 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5153 * gdb.dwarf2/missing-type-name.exp: New file.
5154
5155 2018-11-06 Tom de Vries <tdevries@suse.de>
5156
5157 * gdb.base/many-headers.c: New test.
5158 * gdb.base/many-headers.exp: New file.
5159
5160 2018-11-06 Jim Wilson <jimw@sifive.com>
5161
5162 * gdb.base/code_elim.exp: For riscv, set additional_flags
5163 to include -msmall-data-limit=0.
5164
5165 2018-11-01 Joel Brobecker <brobecker@adacore.com>
5166
5167 * gdb.ada/watch_minus_l: New testcase.
5168
5169 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5170
5171 * gdb.arch/aix-sighandle.c: New file.
5172 * gdb.arch/aix-sighandle.exp: New file.
5173
5174 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5175
5176 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5177 registers being unions.
5178
5179 2018-10-31 Tom de Vries <tdevries@suse.de>
5180
5181 * lib/valgrind.exp: New file.
5182 (vgdb_start, vgdb_stop): New procs, factored out of ...
5183 * gdb.base/valgrind-bt.exp: ... here, ...
5184 * gdb.base/valgrind-disp-step.exp: ... here and ...
5185 * gdb.base/valgrind-infcall.exp: ... here.
5186
5187 2018-10-31 Tom de Vries <tdevries@suse.de>
5188
5189 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5190
5191 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5192
5193 * gdb.dwarf2/void-type.c: New file.
5194 * gdb.dwarf2/void-type.exp: New file.
5195
5196 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5197
5198 * gdb.base/info_qt.c: New file.
5199 * gdb.base/info_qt.exp: New file.
5200
5201 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5202
5203 * gdb.arch/powerpc-htm-regs.c: New file.
5204 * gdb.arch/powerpc-htm-regs.exp: New file.
5205
5206 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5207
5208 * gdb.arch/powerpc-tar.c: New file.
5209 * gdb.arch/powerpc-tar.exp: New file.
5210
5211 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5212
5213 * gdb.arch/powerpc-ppr-dscr.c: New file.
5214 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5215
5216 2018-10-25 Tom de Vries <tdevries@suse.de>
5217
5218 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5219
5220 2018-10-24 Tom de Vries <tdevries@suse.de>
5221
5222 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5223 longer exists error.
5224
5225 2018-10-24 Tom de Vries <tdevries@suse.de>
5226
5227 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5228
5229 2018-10-24 Tom de Vries <tdevries@suse.de>
5230
5231 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5232 --db-attach in valgrind.
5233
5234 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5235
5236 * gdb.arch/riscv-reg-aliases.c: New file.
5237 * gdb.arch/riscv-reg-aliases.exp: New file.
5238
5239 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5240
5241 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5242
5243 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5244
5245 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5246
5247 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5248
5249 * gdb.cp/ovldbreak.exp: Fix regexps.
5250
5251 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5252
5253 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5254
5255 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5256
5257 PR cli/23785
5258 * gdb.base/restore.exp: New test to check if "restore" with an
5259 invalid file doesn't segfault.
5260
5261 2018-10-18 Tom de Vries <tdevries@suse.de>
5262
5263 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5264 * gdb.ada/excep_handle.exp: Same.
5265 * gdb.ada/mi_string_access.exp: Same.
5266 * gdb.ada/mi_var_union.exp: Same.
5267 * gdb.arch/arc-analyze-prologue.exp: Same.
5268 * gdb.arch/arc-decode-insn.exp: Same.
5269 * gdb.base/readnever.exp: Same.
5270 * gdb.fortran/printing-types.exp: Same.
5271 * gdb.guile/scm-lazy-string.exp: Same.
5272
5273 2018-10-16 Tom de Vries <tdevries@suse.de>
5274
5275 PR gdb/23730
5276 * gdb.base/catch-follow-exec.c: Add copyright notice.
5277 * gdb.base/catch-follow-exec.exp: Rewrite to use
5278 gdb_spawn_with_cmdline_opts. Require gdb-native.
5279
5280 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5281
5282 * gdb.trace/actions-changed.exp: Check for arch support.
5283 * gdb.trace/actions.exp: Likewise.
5284 * gdb.trace/ax.exp: Likewise.
5285 * gdb.trace/backtrace.exp: Likewise.
5286 * gdb.trace/change-loc.exp: Likewise.
5287 * gdb.trace/deltrace.exp: Likewise.
5288 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5289 * gdb.trace/ftrace.exp: Likewise.
5290 * gdb.trace/infotrace.exp: Check for arch support.
5291 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5292 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5293 * gdb.trace/mi-tsv-changed.exp: Likewise.
5294 * gdb.trace/packetlen.exp: Likewise.
5295 * gdb.trace/passc-dyn.exp: Likewise.
5296 * gdb.trace/passcount.exp: Likewise.
5297 * gdb.trace/pending.exp: Likewise.
5298 * gdb.trace/range-stepping.exp: Check for shlib support.
5299 * gdb.trace/report.exp: Check for arch support.
5300 * gdb.trace/save-trace.exp: Likewise.
5301 * gdb.trace/signal.exp: Check for signal support.
5302 * gdb.trace/tfind.exp: Check for arch support.
5303 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5304 * gdb.trace/trace-common.h: Add comment.
5305 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5306 * gdb.trace/trace-enable-disable.exp: Likewise.
5307 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5308 * gdb.trace/tracecmd.exp: Check for arch support.
5309 * gdb.trace/tspeed.exp: Check for shlib and target support.
5310 * gdb.trace/tstatus.exp: Check for arch support.
5311 * gdb.trace/tsv.exp: Likewise.
5312 * gdb.trace/while-dyn.exp: Likewise.
5313 * gdb.trace/while-stepping.exp: Likewise.
5314 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5315
5316 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5317
5318 * gdb.trace/tspeed.exp: Remove nowarnings.
5319 (prepare_for_trace_test): Declare "global ipalib".
5320 * gdb.trace/tspeed.c: Include unistd.h.
5321 (main): Remove superfluous printf argument.
5322
5323 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5324
5325 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5326 directory prefix on the filename.
5327
5328 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5329
5330 * gdb.gdb/unittest.exp: Update expected message informing that
5331 selftests have been disabled.
5332 * gdb.server/unittest.exp: Likewise.
5333
5334 2018-10-09 Tom de Vries <tdevries@suse.de>
5335
5336 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5337 with runto_main.
5338
5339 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
5340
5341 PR c++/16841
5342 * gdb.cp/virtbase2.cc: New file.
5343 * gdb.cp/virtbase2.exp: New file.
5344
5345 2018-10-06 Tom Tromey <tom@tromey.com>
5346
5347 PR python/19399:
5348 * gdb.python/py-inferior.exp: Add architecture test.
5349
5350 2018-10-06 Tom Tromey <tom@tromey.com>
5351
5352 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5353 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5354
5355 2018-10-06 Tom Tromey <tom@tromey.com>
5356
5357 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5358 of a "throw" catchpoint.
5359
5360 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5361
5362 * gdb.base/info-proc.exp: Update string expected from "help info
5363 proc".
5364
5365 2018-10-04 Tom Tromey <tom@tromey.com>
5366
5367 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5368 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5369 (test_initial_complaints, test_empty_complaints): Update.
5370 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5371
5372 2018-10-04 Tom Tromey <tom@tromey.com>
5373
5374 PR cli/19551:
5375 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5376 * lib/gdb.exp (gdb_file_cmd): Update.
5377 * gdb.stabs/weird.exp (print_weird_var): Update.
5378 * gdb.server/solib-list.exp: Update.
5379 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5380 * gdb.mi/mi-cli.exp: Update.
5381 * gdb.linespec/linespec.exp: Update.
5382 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5383 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5384 * gdb.cp/cp-relocate.exp: Update.
5385 * gdb.base/sym-file.exp: Update.
5386 * gdb.base/relocate.exp: Update.
5387 * gdb.base/readnever.exp: Update.
5388 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5389 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5390 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5391 * gdb.base/code_elim.exp: Update.
5392 * gdb.base/break-unload-file.exp (test_break): Update.
5393 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5394 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5395 Update.
5396 * gdb.base/attach.exp (do_attach_tests): Update.
5397 * gdb.base/sepdebug.exp: Update.
5398 * gdb.python/py-section-script.exp: Update.
5399
5400 2018-10-04 Tom Tromey <tom@tromey.com>
5401
5402 PR cli/22234:
5403 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5404 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5405 output.
5406
5407 2018-10-04 Tom Tromey <tom@tromey.com>
5408
5409 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5410 set width and height to 0.
5411 (test_command_line_attach_run): Use -quiet.
5412
5413 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5414
5415 * lib/gdb.exp (skip_ifunc_tests): New.
5416 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5417 other compile failures.
5418 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5419
5420 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5421
5422 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5423 is_amd64_regs_target.
5424
5425 2018-10-01 Alan Hayward <alan.hayward@arm.com>
5426
5427 * gdb.arch/aarch64-sighandler-regs.c: New test.
5428 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5429 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5430
5431 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5432
5433 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5434 assembly.
5435
5436 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5437
5438 * gdb.base/frame-selection.exp: New file.
5439 * gdb.base/frame-selection.c: New file.
5440
5441 2018-09-27 Alan Hayward <alan.hayward@arm.com>
5442
5443 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5444 pthread barrier.
5445 (main): Likewise.
5446
5447 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5448
5449 * gdb.base/large-frame-1.c: New file.
5450 * gdb.base/large-frame-2.c: New file.
5451 * gdb.base/large-frame.exp: New file.
5452 * gdb.base/large-frame.h: New file.
5453
5454 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5455
5456 PR gdb/20948
5457 * gdb.base/write_mem.exp: New test.
5458 * gdb.base/write_mem.c: Likewise.
5459
5460 2018-09-23 Tom Tromey <tom@tromey.com>
5461
5462 PR python/18852:
5463 * gdb.python/py-parameter.exp: Add test for parameter that throws
5464 on "set".
5465
5466 2018-09-23 Tom Tromey <tom@tromey.com>
5467
5468 PR python/17284:
5469 * gdb.python/py-template.exp (test_template_arg): Add test for
5470 negative template argument number.
5471
5472 2018-09-23 Tom Tromey <tom@tromey.com>
5473
5474 PR python/14062:
5475 * gdb.python/python.exp: Add test for post_event error.
5476
5477 2018-09-23 Tom Tromey <tom@tromey.com>
5478
5479 PR python/18170:
5480 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5481 convert pointers to int and long.
5482
5483 2018-09-23 Tom Tromey <tom@tromey.com>
5484
5485 PR python/20126:
5486 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5487 signed-ness conversion tests.
5488
5489 2018-09-23 Tom Tromey <tom@tromey.com>
5490
5491 PR python/18352;
5492 * gdb.python/py-value.exp (test_float_conversion): New proc.
5493 Use it.
5494
5495 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5496
5497 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5498
5499 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5500
5501 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5502 no readline.
5503 * gdb.base/utf8-identifiers.exp: Likewise.
5504 * gdb.cp/cpcompletion.exp: Likewise.
5505 * gdb.linespec/cpcompletion.exp: Likewise.
5506 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5507 * gdb.linespec/cpls-ops.exp: Likewise.
5508
5509 2018-09-19 Richard Bunt <richard.bunt@arm.com>
5510 Chris January <chris.january@arm.com>
5511
5512 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5513 * gdb.fortran/short-circuit-argument-list.exp: New file.
5514 * gdb.fortran/short-circuit-argument-list.f90: New test.
5515
5516 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5517
5518 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5519 "arch=" keyword when executing "-stack-list-frames".
5520
5521 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5522
5523 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5524 "arch=" keyword when executing "-stack-list-frames".
5525
5526 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5527
5528 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5529 break ada".
5530
5531 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5532
5533 PR python/23669
5534 * gdb.python/python.exp: Test gdb.execute("show commands").
5535
5536 2018-09-16 Tom Tromey <tom@tromey.com>
5537
5538 * gdb.base/new-ui.exp (do_execution_tests): Update.
5539 * gdb.base/dbx.exp (test_breakpoints): Update.
5540
5541 2018-09-14 Alan Hayward <alan.hayward@arm.com>
5542
5543 * lib/gdb.exp (gdb_simple_compile): Add proc.
5544 (is_elf_target): Use gdb_simple_compile.
5545 (skip_altivec_tests): Likewise.
5546 (skip_vsx_tests): Likewise.
5547 (skip_tsx_tests): Likewise.
5548 (skip_btrace_tests): Likewise.
5549 (skip_btrace_pt_tests): Likewise.
5550 (gdb_can_simple_compile): Likewise.
5551 (gdb_has_argv0): Likewise.
5552 (gdb_target_symbol_prefix): Likewise.
5553 (target_supports_scheduler_locking): Likewise.
5554
5555 2018-09-13 Tom Tromey <tom@tromey.com>
5556
5557 * Makefile.in (TAGS): Recognize proc_with_prefix and
5558 gdb_caching_proc.
5559
5560 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5561
5562 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5563 method.
5564
5565 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5566
5567 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5568 and a few other Inferior properties when the Inferior is no
5569 longer valid.
5570
5571 2018-09-13 Tom Tromey <tom@tromey.com>
5572
5573 PR rust/23650:
5574 * gdb.rust/simple.exp: Add test for enum field access error.
5575
5576 2018-09-13 Tom Tromey <tom@tromey.com>
5577
5578 PR rust/23626:
5579 * gdb.rust/simple.rs (EmptyEnum): New type.
5580 (main): Use it.
5581 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5582
5583 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5584
5585 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5586 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5587 * gdb.python/py-symtab.exp: Update test printing an objfile.
5588
5589 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5590
5591 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5592 object.
5593
5594 2018-09-12 Alan Hayward <alan.hayward@arm.com>
5595
5596 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5597 (support_complex_tests): Use gdb_can_simple_compile.
5598 (is_ilp32_target): Likewise.
5599 (is_lp64_target): Likewise.
5600 (is_64_target): Likewise.
5601 (is_amd64_regs_target): Likewise.
5602 (is_aarch32_target): Likewise.
5603 (gdb_int128_helper): Likewise.
5604
5605 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5606
5607 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5608
5609 2018-09-10 Jerome Guitton <guitton@adacore.com>
5610
5611 * gdb.ada/same_component_name: Add test for case of tagged record
5612 with variable-length fields.
5613
5614 2018-09-10 Xavier Roirand <roirand@adacore.com>
5615
5616 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5617 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5618 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5619 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5620
5621 2018-09-10 Xavier Roirand <roirand@adacore.com>
5622
5623 * gdb.ada/mi_string_access.exp: New testcase.
5624 * gdb.ada/mi_string_access/bar.adb: New file.
5625 * gdb.ada/mi_string_access/pck.adb: New file.
5626 * gdb.ada/mi_string_access/pck.asd: New file.
5627
5628 2018-09-10 Xavier Roirand <roirand@adacore.com>
5629
5630 * gdb.ada/mi_var_union.exp: New testcase.
5631 * gdb.ada/mi_var_union/bar.adb: New file.
5632 * gdb.ada/mi_var_union/pck.adb: New file.
5633 * gdb.ada/mi_var_union/pck.asd: New file.
5634
5635 2018-09-08 Tom Tromey <tom@tromey.com>
5636
5637 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5638
5639 2018-09-08 Tom Tromey <tom@tromey.com>
5640
5641 PR python/16047:
5642 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5643 (register_pretty_printers): Register new printer.
5644 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5645 test.
5646 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5647 (an_int_type3): New global.
5648
5649 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5650
5651 * gdb.ada/expr_with_funcall: New testcase.
5652
5653 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5654
5655 * gdb.ada/packed_array_assign: New testcase.
5656
5657 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5658
5659 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5660 names, and add test prefixes to make test names unique.
5661
5662 2018-09-05 Tom de Vries <tdevries@suse.de>
5663
5664 * gdb.dwarf2/varval.exp: Add test.
5665
5666 2018-09-04 Gary Benson <gbenson@redhat.com>
5667
5668 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5669 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5670
5671 2018-08-31 Tom Tromey <tom@tromey.com>
5672
5673 * gdb.rust/simple.rs: Rename second variable "v".
5674
5675 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5676
5677 * gdb.base/funcargs.c (use_a): New function.
5678 (recurse): Call use_a.
5679
5680 2018-08-29 Keith Seitz <keiths@redhat.com>
5681
5682 * gdb.compile/compile-cplus-anonymous.cc: New file.
5683 * gdb.compile/compile-cplus-anonymous.exp: New file.
5684 * gdb.compile/compile-cplus-array-decay.cc: New file.
5685 * gdb.compile/compile-cplus-array-decay.exp: New file.
5686 * gdb.compile/compile-cplus-inherit.cc: New file.
5687 * gdb.compile/compile-cplus-inherit.exp: New file.
5688 * gdb.compile/compile-cplus-member.cc: New file.
5689 * gdb.compile/compile-cplus-member.exp: New file.
5690 * gdb.compile/compile-cplus-method.cc: New file.
5691 * gdb.compile/compile-cplus-method.exp: New file.
5692 * gdb.compile/compile-cplus-mod.c: "New" file.
5693 * gdb.compile/compile-cplus-namespace.cc: New file.
5694 * gdb.compile/compile-cplus-namespace.exp: New file.
5695 * gdb.compile/compile-cplus-nested.cc: New file.
5696 * gdb.compile/compile-cplus-nested.exp: New file.
5697 * gdb.compile/compile-cplus-print.c: "New" file.
5698 * gdb.compile/compile-cplus-print.exp: "New" file.
5699 * gdb.compile/compile-cplus-virtual.cc: New file.
5700 * gdb.compile/compile-cplus-virtual.exp: New file.
5701 * gdb.compile/compile-cplus.c: "New" file.
5702 * gdb.compile/compile-cplus.exp: "New" file.
5703 * lib/compile-support.exp: New file.
5704
5705 2018-08-16 Gary Benson <gbenson@redhat.com>
5706
5707 PR gdb/13000:
5708 * gdb.base/batch-exit-status.exp: New file.
5709 * gdb.base/batch-exit-status.good-commands: Likewise.
5710 * gdb.base/batch-exit-status.bad-commands: Likewise.
5711
5712 2018-08-29 Alan Hayward <alan.hayward@arm.com>
5713
5714 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5715 (struct struct02): Likewise.
5716 (struct struct03): Likewise.
5717 (struct struct04): Likewise.
5718 (struct struct_01_01): New struct.
5719 (struct struct_01_02): Likewise.
5720 (struct struct_01_03): Likewise.
5721 (struct struct_01_04): Likewise.
5722 (struct struct_02_01): Likewise.
5723 (struct struct_02_02): Likewise.
5724 (struct struct_02_03): Likewise.
5725 (struct struct_02_04): Likewise.
5726 (struct struct_04_01): Likewise.
5727 (struct struct_04_02): Likewise.
5728 (struct struct_04_03): Likewise.
5729 (struct struct_04_04): Likewise.
5730 (struct struct_05_01): Likewise.
5731 (struct struct_05_02): Likewise.
5732 (struct struct_05_03): Likewise.
5733 (struct struct_05_04): Likewise.
5734 (cmp_struct01): Remove function.
5735 (cmp_struct02): Likewise.
5736 (cmp_struct03): Likewise.
5737 (cmp_struct04): Likewise.
5738 (cmp_struct_01_01): Add Function.
5739 (cmp_struct_01_02): Likewise.
5740 (cmp_struct_01_03): Likewise.
5741 (cmp_struct_01_04): Likewise.
5742 (cmp_struct_02_01): Likewise.
5743 (cmp_struct_02_02): Likewise.
5744 (cmp_struct_02_03): Likewise.
5745 (cmp_struct_02_04): Likewise.
5746 (cmp_struct_04_01): Likewise.
5747 (cmp_struct_04_02): Likewise.
5748 (cmp_struct_04_03): Likewise.
5749 (cmp_struct_04_04): Likewise.
5750 (cmp_struct_05_01): Likewise.
5751 (cmp_struct_05_02): Likewise.
5752 (cmp_struct_05_03): Likewise.
5753 (cmp_struct_05_04): Likewise.
5754 (call_all): Add new structs.
5755 * gdb.base/infcall-nested-structs.exp: Likewise.
5756
5757 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5758
5759 * gdb.python/py-framefilter-mi.exp: Update regexp to
5760 check for "arch" field in frame output.
5761
5762 2018-08-23 Kevin Buettner <kevinb@redhat.com>
5763
5764 * gdb.dwarf2/dw2-ranges-func.c: New file.
5765 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5766
5767 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5768
5769 * gdb.base/term.exp: Compare terminal settings with values from
5770 the inferior.
5771 * gdb.base/term.c: Get and set terminal settings.
5772
5773 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5774
5775 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5776 accommodate new "arch" field in frame output.
5777 * gdb.mi/mi-return.exp: Likewise.
5778 * gdb.mi/mi-stack.exp: Likewise.
5779 * gdb.mi/mi-syn-frame.exp: Likewise.
5780 * gdb.mi/user-selected-context-sync.exp: Likewise.
5781
5782 2018-08-19 Michael Spang <spang@google.com>
5783
5784 PR gdb/11786
5785 * gdb.base/gcore-tls-pie.c: New file.
5786 * gdb.base/gcore-tls-pie.exp: New file.
5787
5788 2018-08-18 Kevin Buettner <kevinb@redhat.com>
5789
5790 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
5791 * gdb.dwarf2/varval.c: New file.
5792 * gdb.dwarf2/varval.exp: New file.
5793
5794 2018-08-17 Alan Hayward <alan.hayward@arm.com>
5795
5796 PR gdb/18931
5797 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5798
5799 2018-08-16 Keith Seitz <keiths@redhat.com>
5800
5801 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5802 tests expected to pass.
5803
5804 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5805
5806 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5807 -data-disassemble -a.
5808 (test_disassembly_bogus_args): Likewise.
5809
5810 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5811
5812 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5813
5814 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5815
5816 * gdb.base/vla-optimized-out.exp: Add new test.
5817
5818 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5819
5820 * gdb.base/vla-optimized-out-o3.exp: Delete.
5821 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5822 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5823 deleted tests.
5824
5825 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5826
5827 PR gdb/18050:
5828 * gdb.server/extended-remote-restart.c: New file.
5829 * gdb.server/extended-remote-restart.exp: New file.
5830
5831 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5832
5833 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5834 "set variable index = 42".
5835
5836 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5837
5838 * boards/index-cache-gdb.exp: New file.
5839 * gdb.dwarf2/index-cache.exp: New file.
5840 * gdb.dwarf2/index-cache.c: New file.
5841 * gdb.base/maint.exp: Check if we are using the index cache.
5842
5843 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5844
5845 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5846 MAKEFLAGS.
5847
5848 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5849
5850 * dg-extract-results.sh: Move to toplevel contrib.
5851 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5852 * Makefile.in (check-parallel-racy): Likewise.
5853
5854 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5855
5856 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5857 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5858 tests if the target supports scheduler locking.
5859
5860 2018-08-04 Tom de Vries <tdevries@suse.de>
5861
5862 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5863
5864 2018-08-02 Tom Tromey <tom@tromey.com>
5865
5866 PR symtab/16842.
5867 * gdb.cp/temargs.exp: Test "info address" of a template
5868 parameter.
5869
5870 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5871
5872 * gdb.python/py-mi-var-info-path-expression.c: New file.
5873 * gdb.python/py-mi-var-info-path-expression.py: New file.
5874 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5875
5876 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5877
5878 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5879 error after "cannot resolve name" string.
5880
5881 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5882
5883 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5884 started.
5885 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5886
5887 2018-07-28 Tom de Vries <tdevries@suse.de>
5888
5889 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5890
5891 2018-07-26 Tom de Vries <tdevries@suse.de>
5892
5893 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5894
5895 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5896
5897 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5898 is visible.
5899
5900 2018-07-26 Tom de Vries <tdevries@suse.de>
5901
5902 PR breakpoints/23366
5903 * gdb.base/catch-follow-exec.c: New test.
5904 * gdb.base/catch-follow-exec.exp: New file.
5905
5906 2018-07-25 Tom de Vries <tdevries@suse.de>
5907
5908 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5909 vla-optimized-out.c.
5910
5911 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5912
5913 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5914 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5915
5916 2018-07-20 Tom de Vries <tdevries@suse.de>
5917
5918 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5919 NOCLONE macro.
5920 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5921
5922 2018-07-19 Tom de Vries <tdevries@suse.de>
5923
5924 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5925 regular expression.
5926
5927 2018-07-18 Tom de Vries <tdevries@suse.de>
5928
5929 * gdb.base/vla-optimized-out.c: New test.
5930 * gdb.base/vla-optimized-out.exp: New file.
5931
5932 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5933
5934 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5935 message "No address associated with hostname" when gdbserver
5936 cannot resolve the hostname.
5937
5938 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5939
5940 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5941 Add some test prefixes to make tests unique.
5942
5943 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5944
5945 * gdb.base/frameapply.c: New file.
5946 * gdb.base/frameapply.exp: New file.
5947
5948 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5949
5950 * gdb.base/skip.exp: Update expected error message.
5951
5952 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5953 Jan Kratochvil <jan.kratochvil@redhat.com>
5954 Paul Fertser <fercerpav@gmail.com>
5955 Tsutomu Seki <sekiriki@gmail.com>
5956
5957 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5958 parameter.
5959 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5960 by default.
5961 * boards/native-gdbserver.exp: Likewise.
5962 * gdb.server/run-without-local-binary.exp: Improve regexp used
5963 for detecting when a remote debugging connection succeeds.
5964 * gdb.server/server-connect.exp: New file.
5965 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5966 Do not prefix the port number with ":".
5967 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5968 support for detecting and using it. Add '$debughost_gdbserver'
5969 to the list of arguments used to start gdbserver. Handle case
5970 when gdbserver cannot resolve a network name.
5971
5972 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5973
5974 PR c++/23373
5975 * gdb.base/ptype-offsets.cc (struct static_member): New
5976 struct.
5977 (main) <stmember>: New variable.
5978 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5979 with a static member in it.
5980
5981 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5982
5983 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5984 watchpoints enabled and disabled.
5985
5986 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5987
5988 * gdb.base/examine-backward.exp: Still run tests around address
5989 0x0, even if address 0x0 is not readable. Update the pattern for
5990 matching address 0x0 in expected output.
5991
5992 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5993
5994 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5995 malloc/free.
5996
5997 2018-07-04 Tom de Vries <tdevries@suse.de>
5998
5999 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6000
6001 2018-07-02 Maciej W. Rozycki <macro@mips.com>
6002
6003 PR tdep/8282
6004 * gdb.arch/mips-disassembler-options.exp: New test.
6005 * gdb.arch/mips-disassembler-options.s: New test source.
6006
6007 2018-06-29 Pedro Alves <palves@redhat.com>
6008
6009 * gdb.threads/names.exp: Adjust expected "info threads" output.
6010
6011 2018-06-29 Pedro Alves <palves@redhat.com>
6012
6013 * gdb.opt/inline-break.exp (line number, address): Add "info
6014 break" tests.
6015
6016 2018-06-29 Pedro Alves <palves@redhat.com>
6017
6018 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6019 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6020 number and address and running to them.
6021
6022 2018-06-29 Richard Bunt <richard.bunt@arm.com>
6023
6024 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6025
6026 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6027
6028 * lib/compiler.c: Remove executable permission flag.
6029
6030 2018-06-28 Richard Bunt <richard.bunt@arm.com>
6031
6032 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6033 code.
6034 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6035
6036 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6037
6038 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6039
6040 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6041
6042 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6043 address argument is omitted.
6044
6045 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6046
6047 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6048
6049 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
6050
6051 PR gdb/21695
6052 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6053 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6054
6055 2018-06-26 Tom Tromey <tom@tromey.com>
6056
6057 PR rust/22574:
6058 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6059 * gdb.rust/simple.rs (struct SimpleLayout): New.
6060
6061 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6062
6063 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6064 "info registers" output.
6065
6066 2018-06-21 Richard Bunt <richard.bunt@arm.com>
6067
6068 * gdb.base/watchpoint-hw-attach.c: New test.
6069 * gdb.base/watchpoint-hw-attach.exp: New file.
6070
6071 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6072
6073 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6074 through /bin/sh.
6075 * boards/dwarf4-gdb-index.exp: Likewise.
6076 * boards/fission-dwp.exp: Likewise.
6077
6078 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6079
6080 * gdb.base/float128.exp: Add comment and improved fail message
6081 to the failure case of "print large128" test.
6082
6083 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6084
6085 * configure.ac: Remove AC_PREREQ.
6086 * configure: Re-generate.
6087
6088 2018-06-19 Pedro Alves <palves@redhat.com>
6089
6090 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6091 (func_extern_caller): New.
6092 (main): Call func_extern_caller.
6093 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6094 logic change.
6095
6096 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
6097
6098 PR gdb/16841
6099 * gdb.cp/typedef-base.cc: New file.
6100 * gdb.cp/typedef-base.exp: New file.
6101
6102 2018-06-18 Tom de Vries <tdevries@suse.de>
6103
6104 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6105
6106 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6107 Richard Bunt <Richard.Bunt@arm.com>
6108
6109 * gdb.threads/attach-slow-waitpid.c: New file.
6110 * gdb.threads/attach-slow-waitpid.exp: New file.
6111 * gdb.threads/slow-waitpid.c: New file.
6112
6113 2018-06-14 Pedro Alves <palves@redhat.com>
6114
6115 * gdb.base/fork-running-state.c: Include <errno.h>.
6116 (exit_if_relative_exits): New.
6117 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6118 exits.
6119 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6120 child exits.
6121
6122 2018-06-14 Tom de Vries <tdevries@suse.de>
6123
6124 PR cli/22573
6125 * gdb.base/finish-pretty.c: New test.
6126 * gdb.base/finish-pretty.exp: New file.
6127
6128 2018-06-14 Pedro Alves <palves@redhat.com>
6129
6130 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6131 gdb's expected startup output.
6132
6133 2018-06-14 Pedro Alves <palves@redhat.com>
6134
6135 * lib/selftest-support.exp (selftest_setup): Remove inlined
6136 function handling.
6137
6138 2018-06-14 Tom de Vries <tdevries@suse.de>
6139
6140 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6141 matching of breakpoint printing.
6142
6143 2018-06-13 Tom de Vries <tdevries@suse.de>
6144
6145 PR testsuite/23269
6146 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6147 (fork_child): ... here, and ...
6148 (fork_parent): ... here.
6149
6150 2018-06-12 Tom de Vries <tdevries@suse.de>
6151
6152 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6153
6154 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6155 Stephen Roberts <stephen.roberts@arm.com>
6156
6157 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6158 rewrite test to describe action performed, rather than possible
6159 failure.
6160
6161 2018-06-08 Gary Benson <gbenson@redhat.com>
6162
6163 * gdb.threads/check-libthread-db.exp: New file.
6164 * gdb.threads/check-libthread-db.c: Likewise.
6165
6166 2018-06-05 Tom Tromey <tom@tromey.com>
6167
6168 * gdb.base/default.exp: Update expected "show version" output.
6169
6170 2018-06-05 Tom Tromey <tom@tromey.com>
6171
6172 PR cli/12326:
6173 * gdb.cp/static-print-quit.exp: Update.
6174 * lib/gdb.exp (pagination_prompt): Update.
6175 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6176 * gdb.python/python.exp: Update.
6177
6178 2018-06-04 Joel Brobecker <brobecker@adacore.com>
6179
6180 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6181
6182 2018-06-01 Joel Brobecker <brobecker@adacore.com>
6183
6184 * gdb.ada/bp_fun_addr: New testcase.
6185
6186 2018-06-01 Tom Tromey <tom@tromey.com>
6187
6188 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6189 results.
6190 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6191 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6192 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6193 * gdb.base/maint.exp (maint_pass_if): Update.
6194
6195 2018-05-31 Maciej W. Rozycki <macro@mips.com>
6196
6197 * gdb.base/endian.exp: New test.
6198 * gdb.base/endian.c: New test source.
6199
6200 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6201
6202 PR gdb/23203
6203 * gdb.base/bt-selected-frame.c: New file.
6204 * gdb.base/bt-selected-frame.exp: New file.
6205 * lib/gdb.exp (get_current_frame_number): New function.
6206
6207 2018-05-24 Maciej W. Rozycki <macro@mips.com>
6208 Pedro Alves <palves@redhat.com>
6209
6210 * gdb.threads/tls-core.c: Include <stdlib.h>
6211 (thread_proc): Call `abort'.
6212 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6213 (tls_core_test): New procedure, bits factored out from ...
6214 (top level): ... here. Test both native cores and gcore cores.
6215
6216 2018-05-23 Tom Tromey <tom@tromey.com>
6217
6218 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6219
6220 2018-05-23 Tom Tromey <tom@tromey.com>
6221
6222 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6223 symfile_complaints.
6224 (test_short_complaints): Likewise.
6225 (test_empty_complaints): Likewise.
6226 (test_initial_complaints): Update.
6227
6228 2018-05-23 Tom Tromey <tom@tromey.com>
6229
6230 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6231
6232 2018-05-23 Tom Tromey <tom@tromey.com>
6233
6234 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6235 (test_short_complaints): Update.
6236
6237 2018-05-22 Pedro Alves <palves@redhat.com>
6238
6239 * gdb.base/remote.exp: Only gdb_start after compiling the
6240 testcase. Issue "disconnect" before testing "set remote" command
6241 defaults. Issue clean_restart before running to main.
6242
6243 2018-05-22 Pedro Alves <palves@redhat.com>
6244
6245 * gdb.base/remote.exp: Adjust expected output of "show remote
6246 memory-write-packet-size". Add tests for "set remote
6247 memory-write-packet-size 0" and "set remote
6248 memory-write-packet-size fixed/limit".
6249
6250 2018-05-22 Pedro Alves <palves@redhat.com>
6251
6252 PR gdb/22973
6253 * gdb.base/utf8-identifiers.c: New file.
6254 * gdb.base/utf8-identifiers.exp: New file.
6255
6256 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6257
6258 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6259
6260 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6261
6262 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6263
6264 2018-05-18 Tom Tromey <tom@tromey.com>
6265
6266 * gdb.base/ptype-offsets.exp: Update.
6267
6268 2018-05-17 Keith Seitz <keiths@redhat.com>
6269
6270 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6271 in expected breakpoint stop locations.
6272 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6273 move to proper scope to test variable values.
6274 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6275 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6276 New functions.
6277 (main): Call not_inline_func3.
6278 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6279 inline_func1, inline_func2, and inline_func3. Test that when each
6280 breakpoint is hit, GDB properly reports both the stop location
6281 and the backtrace. Repeat tests for temporary breakpoints.
6282
6283 2018-05-15 Maciej W. Rozycki <macro@mips.com>
6284
6285 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6286 rather then trying to access it in determining whether the PID
6287 of `gdbserver' could have been retrieved.
6288
6289 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6290
6291 * gdb.arch/amd64-init-x87-values.S: New file.
6292 * gdb.arch/amd64-init-x87-values.exp: New file.
6293
6294 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6295
6296 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6297
6298 2018-05-04 Tom Tromey <tom@tromey.com>
6299
6300 PR python/22730:
6301 * gdb.python/python.exp: Test multi-line execute.
6302
6303 2018-05-04 Tom Tromey <tom@tromey.com>
6304
6305 PR python/22731:
6306 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6307
6308 2018-05-04 Tom Tromey <tom@tromey.com>
6309
6310 PR gdb/11750:
6311 * gdb.base/define.exp: Test defining a user command inside a user
6312 command.
6313 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6314
6315 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6316 Pedro Alves <palves@redhat.com>
6317
6318 PR breakpoints/19806 and support for PR external/20207.
6319 * gdb.base/watchpoint-unaligned.c: New file.
6320 * gdb.base/watchpoint-unaligned.exp: New file.
6321
6322 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6323
6324 * gdb.base/maint.exp: Make test names unique, use
6325 test_prefix_command_help to test 'help maint info', and remove
6326 repeated test of 'help maint'.
6327
6328 2018-05-04 Tom Tromey <tom@tromey.com>
6329
6330 PR gdb/22619:
6331 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6332 behavior.
6333
6334 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6335
6336 * gdb.base/maint.exp: Process output from 'maint print registers'
6337 line at a time.
6338
6339 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6340
6341 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6342 timeout.
6343
6344 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6345
6346 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6347 filter pattern.
6348
6349 2018-05-02 Pedro Alves <palves@redhat.com>
6350
6351 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6352 to_log_command renames.
6353 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6354
6355 2018-05-02 Tom Tromey <tom@tromey.com>
6356
6357 * gdb.python/py-parameter.exp: Set test message.
6358
6359 2018-05-02 Tom Tromey <tom@tromey.com>
6360
6361 PR python/20084:
6362 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6363 PARAM_ZUINTEGER_UNLIMITED tests.
6364
6365 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6366
6367 PR rust/23124
6368 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6369 when casting.
6370
6371 2018-04-30 Tom Tromey <tom@tromey.com>
6372
6373 * gdb.python/py-type.exp: Check align attribute.
6374 * gdb.python/py-type.c: New "aligncheck" global.
6375
6376 2018-04-30 Tom Tromey <tom@tromey.com>
6377
6378 PR exp/17095:
6379 * gdb.dwarf2/dw2-align.exp: New file.
6380 * gdb.cp/align.exp: New file.
6381 * gdb.base/align.exp: New file.
6382 * lib/gdb.exp (gdb_int128_helper): New proc.
6383 (has_int128_c, has_int128_cxx): New caching procs.
6384
6385 2018-04-27 Tom Tromey <tom@tromey.com>
6386
6387 PR rust/22545:
6388 * gdb.rust/simple.exp: Add inclusive range tests.
6389
6390 2018-04-26 Pedro Alves <palves@redhat.com>
6391
6392 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6393 ifunc breakpoint locations correctly of ifunc breakpoints set
6394 while the program resolves the ifunc.
6395
6396 2018-04-26 Pedro Alves <palves@redhat.com>
6397
6398 * gdb.base/gnu-ifunc-final.c: New file.
6399 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6400 * gdb.base/gnu-ifunc.exp (executable): Delete.
6401 (staticexecutable): Adjust.
6402 (lib_opts, exec_opts): Delete.
6403 (make_binsuffix, build, set-break): New procedures.
6404 (misc_tests): New, with tests factored out from the top level.
6405 (top level): Test different combinations of ifunc resolver name,
6406 resolver with and with debug info, and ifunc target with and
6407 without debug info. Wrap static tests with with_target_prefix.
6408
6409 2018-04-26 Pedro Alves <palves@redhat.com>
6410
6411 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6412 return type" warnings.
6413
6414 2018-04-25 Pedro Alves <palves@redhat.com>
6415
6416 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6417 killed".
6418 * gdb.base/kill-after-signal.exp: Likewise.
6419 * gdb.threads/kill.exp: Likewise.
6420
6421 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6422 Sergio Durigan Junior <sergiodj@redhat.com>
6423 Pedro Alves <palves@redhat.com>
6424
6425 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6426 regexps to expect for '[Inferior ... detached]' as well.
6427 * gdb.base/attach.exp: Likewise.
6428 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6429 "gdb_continue_to_end".
6430 (test_catch_syscall_with_wrong_args): Likewise.
6431 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6432 ']'. Don't set 'verbose' on.
6433 * gdb.base/foll-vfork.exp: Likewise.
6434 * gdb.base/fork-print-inferior-events.c: New file.
6435 * gdb.base/fork-print-inferior-events.exp: New file.
6436 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6437 '[Inferior ... has been killed]' message.
6438 * gdb.base/kill-after-signal.exp: Likewise.
6439 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6440 detach message.
6441 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6442 message.
6443 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6444 regexps to expect for '[Inferior ... detached]' as well.
6445 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6446
6447 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6448
6449 PR gdb/23104
6450 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6451
6452 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6453
6454 PR gdb/23095
6455 * gdb.base/break-probes.exp: Pass shlib_load to
6456 prepare_for_testing. Set normal_bp to r_debug_state if target is
6457 bsd.
6458
6459 2018-04-19 Richard Bunt <richard.bunt@arm.com>
6460
6461 * gdb.threads/multiple-successive-infcall.c: New test.
6462 * gdb.threads/multiple-successive-infcall.exp: New file.
6463
6464 2018-04-17 Tom Tromey <tom@tromey.com>
6465
6466 * gdb.rust/simple.rs (Union): New type.
6467 (main): New local "u".
6468 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6469
6470 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6471
6472 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6473 number information in output of "whereis" command.
6474 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6475
6476 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6477
6478 * gdb.ada/info_types.exp: Adjust expected output to the line
6479 numbers now printed by "info var/func/type".
6480 * gdb.base/completion.exp: Likewise.
6481 * gdb.base/included.exp: Likewise.
6482 * gdb.cp/cp-relocate.exp: Likewise.
6483 * gdb.cp/cplusfuncs.exp: Likewise.
6484 * gdb.cp/namespace.exp: Likewise.
6485 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6486
6487 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6488
6489 * gdb.btrace/cpu.exp: New.
6490
6491 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6492
6493 * gdb.base/step-indirect-call-thunk.exp: New.
6494 * gdb.base/step-indirect-call-thunk.c: New.
6495 * gdb.reverse/step-indirect-call-thunk.exp: New.
6496 * gdb.reverse/step-indirect-call-thunk.c: New.
6497
6498 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6499
6500 * gdb.base/pie-fork.c: New file.
6501 * gdb.base/pie-fork.exp: New file.
6502
6503 2018-04-11 Tom Tromey <tom@tromey.com>
6504
6505 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6506
6507 2018-04-10 Pedro Alves <palves@redhat.com>
6508
6509 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6510 exits. Instead loop running forever.
6511 (fork_parent): Run forever too.
6512
6513 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6514
6515 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6516 mi_continue_to_line.
6517 * gdb.mi/mi-stack.c (callee4): Add comment.
6518
6519 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6520
6521 * gdb.mi/mi-stack.exp: Fix indentation.
6522
6523 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6524
6525 PR gdb/22979
6526 * gdb.arch/amd64-osabi.exp: New file.
6527
6528 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6529
6530 PR gdb/22980
6531 * gdb.base/osabi.exp: New file.
6532
6533 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
6534
6535 * gdb.cp/static-typedef-print.exp: New file.
6536 * gdb.cp/static-typedef-print.cc: New file.
6537
6538 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6539
6540 * gdb.ada/varsize_limit: New testcase.
6541
6542 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6543
6544 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6545
6546 * gdb.ada/notcplusplus: New testcase.
6547
6548 * gdb.base/c-linkage-name.c: New file.
6549 * gdb.base/c-linkage-name.exp: New testcase.
6550
6551 2018-03-26 Tom Tromey <tom@tromey.com>
6552
6553 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6554 * gdb.python/py-framefilter.py (name_error): New global.
6555 (ErrorInName.function): Use name_error.
6556
6557 2018-03-26 Tom Tromey <tom@tromey.com>
6558
6559 PR backtrace/15582:
6560 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6561
6562 2018-03-23 Keith Seitz <keiths@redhat.com>
6563
6564 PR c++/22968
6565 * gdb.cp/subtypes.exp: New file.
6566 * gdb.cp/subtypes.h: New file.
6567 * gdb.cp/subtypes.cc: New file.
6568 * gdb.cp/subtypes-2.cc: New file.
6569
6570 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6571
6572 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6573 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6574 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6575 -nostartfiles when compiling the test. Confirm that all registers
6576 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6577
6578 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6579
6580 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6581 option, syntax was wrong anyway.
6582 * gdb.arch/arm-disp-step.exp: Likewise.
6583 * gdb.arch/sparc64-regs.exp: Likewise.
6584 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6585 option, syntax was wrong anyway, switch to use
6586 prepare_for_testing.
6587 * gdb.arch/i386-disp-step.exp: Likewise.
6588
6589 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6590
6591 * gdb.ada/exec_changed.exp: Replace "target_info exists
6592 use_gdb_stub" by "use_gdb_stub".
6593 * gdb.ada/start.exp: Likewise.
6594 * gdb.base/async-shell.exp: Likewise.
6595 * gdb.base/attach-pie-misread.exp: Likewise.
6596 * gdb.base/attach-wait-input.exp: Likewise.
6597 * gdb.base/break-entry.exp: Likewise.
6598 * gdb.base/break-interp.exp: Likewise.
6599 * gdb.base/dprintf-detach.exp: Likewise.
6600 * gdb.base/nostdlib.exp: Likewise.
6601 * gdb.base/solib-nodir.exp: Likewise.
6602 * gdb.base/statistics.exp: Likewise.
6603 * gdb.base/testenv.exp: Likewise.
6604 * gdb.mi/mi-exec-run.exp: Likewise.
6605 * gdb.mi/mi-start.exp: Likewise.
6606 * gdb.multi/dummy-frame-restore.exp: Likewise.
6607 * gdb.multi/multi-arch-exec.exp: Likewise.
6608 * gdb.multi/multi-arch.exp: Likewise.
6609 * gdb.multi/tids.exp: Likewise.
6610 * gdb.multi/watchpoint-multi.exp: Likewise.
6611 * gdb.python/py-events.exp: Likewise.
6612 * gdb.threads/attach-into-signal.exp: Likewise.
6613 * gdb.threads/attach-stopped.exp: Likewise.
6614 * gdb.threads/threadapply.exp: Likewise.
6615 * lib/selftest-support.exp: Likewise.
6616
6617 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6618
6619 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6620
6621 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6622
6623 * gdb.perf/template-breakpoints.cc: New file.
6624 * gdb.perf/template-breakpoints.exp: New file.
6625 * gdb.perf/template-breakpoints.py: New file.
6626
6627 2018-03-19 Tom Tromey <tom@tromey.com>
6628
6629 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6630 y0.
6631 * gdb.rust/simple.exp: Test bare identifier form of struct
6632 initializer.
6633
6634 2018-03-19 Tom Tromey <tom@tromey.com>
6635
6636 * gdb.gdb/observer.exp: Remove.
6637
6638 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6639
6640 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6641 "qualified" option when setting breakpoints.
6642 * gdb.trace/backtrace.exp: Likewise.
6643 * gdb.trace/circ.exp: Likewise.
6644 * gdb.trace/collection.exp: Likewise.
6645 * gdb.trace/disconnected-tracing.exp: Likewise.
6646 * gdb.trace/ftrace-lock.exp: Likewise.
6647 * gdb.trace/ftrace.exp: Likewise.
6648 * gdb.trace/infotrace.exp: Likewise.
6649 * gdb.trace/packetlen.exp: Likewise.
6650 * gdb.trace/passc-dyn.exp: Likewise.
6651 * gdb.trace/qtro.exp: Likewise.
6652 * gdb.trace/read-memory.exp: Likewise.
6653 * gdb.trace/report.exp: Likewise.
6654 * gdb.trace/signal.exp: Likewise.
6655 * gdb.trace/status-stop.exp: Likewise.
6656 * gdb.trace/strace.exp: Likewise.
6657 * gdb.trace/tfind.exp: Likewise.
6658 * gdb.trace/trace-break.exp: Likewise.
6659 * gdb.trace/trace-condition.exp: Likewise.
6660 * gdb.trace/trace-mt.exp: Likewise.
6661 * gdb.trace/tstatus.exp: Likewise.
6662 * gdb.trace/tsv.exp: Likewise.
6663 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6664 * gdb.trace/unavailable.exp: Likewise.
6665 * gdb.trace/while-dyn.exp: Likewise.
6666
6667 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6668
6669 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6670 that libinproctrace is copied to the target.
6671
6672 2018-03-14 Tom Tromey <tom@tromey.com>
6673
6674 PR cli/14977:
6675 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6676 a null pointer.
6677 * gdb.base/wchar.exp: Likewise.
6678
6679 2018-03-14 Tom Tromey <tom@tromey.com>
6680
6681 PR cli/19918:
6682 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6683 flag.
6684
6685 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6686
6687 PR gdb/22841
6688 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6689 "target" to remote_exec.
6690
6691 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6692
6693 PR gdb/22841
6694 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6695 ${board}_upload): Remove.
6696
6697 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6698
6699 * gdb.cp/watch-cp.cc: New test.
6700 * gdb.cp/watch-cp.exp: New file.
6701
6702 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6703
6704 * gdb.base/infcall-nested-structs.exp: New file.
6705 * gdb.base/infcall-nested-structs.c: New file.
6706 * gdb.base/float.exp: Add riscv support.
6707
6708 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6709
6710 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6711 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6712
6713 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6714
6715 * gdb.server/abspath.exp: New file.
6716 * lib/gdb.exp (with_cwd): New procedure.
6717
6718 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6719
6720 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6721 use it.
6722 (gdb_is_target_remote_prompt): New proc.
6723 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6724 (gdb_is_target_native): Pass prompt parameter to
6725 gdb_is_target_1.
6726
6727 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6728
6729 * gdb.base/load-command.c: New file.
6730 * gdb.base/load-command.exp: New file.
6731 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6732 (gdb_is_target_1): ...this, and generalize for other targets
6733 than just remote.
6734 (gdb_is_target_remote): Use gdb_is_target_1.
6735 (gdb_is_target_native): use gdb_is_target_1.
6736
6737 2018-02-26 Tom Tromey <tom@tromey.com>
6738
6739 PR python/16497:
6740 * gdb.python/py-framefilter.exp: Update test.
6741
6742 2018-02-26 Tom Tromey <tom@tromey.com>
6743
6744 * gdb.dwarf2/variant.c: New file.
6745 * gdb.dwarf2/variant.exp: New file.
6746
6747 2018-02-26 Tom Tromey <tom@tromey.com>
6748
6749 * gdb.rust/simple.exp: Accept more possible results in enum test.
6750
6751 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6752
6753 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6754 parentheses.
6755
6756 2018-02-23 Maciej W. Rozycki <macro@mips.com>
6757
6758 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6759 name of a variable: $actual_linejj -> $actual_line.
6760
6761 2018-02-21 John Baldwin <jhb@FreeBSD.org>
6762
6763 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6764
6765 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6766
6767 * gdb.btrace/buffer-size.exp: Do not force BTS.
6768
6769 2018-02-14 Pedro Alves <palves@redhat.com>
6770
6771 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6772 getting a "Quit".
6773
6774 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6775
6776 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6777 Fix test name.
6778
6779 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6780
6781 * gdb.cp/m-static.exp: Check type of optimized out static
6782 member.
6783
6784 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6785
6786 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6787 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6788
6789 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6790 Leszek Swirski <leszeks@google.com>
6791
6792 * gdb.python/py-prettyprint.c
6793 (struct to_string_returns_value_inner,
6794 struct to_string_returns_value_wrapper): New.
6795 (main): Add tsrvw variable.
6796 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6797 ToStringReturnsValueWrapper): New classes.
6798 (register_pretty_printers): Register new pretty-printers.
6799 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6800 recursive pretty printer.
6801 * gdb.python/py-mi.exp: Likewise.
6802
6803 2018-02-01 Leszek Swirski <leszeks@google.com>
6804
6805 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6806 functions with the same name as an include file are parsed
6807 correctly.
6808
6809 2018-02-01 Yao Qi <yao.qi@linaro.org>
6810
6811 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6812 "\[^\r\n\]*".
6813
6814 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6815
6816 * gdb.arch/powerpc-prologue-frame.s: New file.
6817 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6818 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6819
6820 2018-01-31 Joel Brobecker <brobecker@adacore.com>
6821
6822 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6823
6824 2018-01-30 Pedro Alves <palves@redhat.com>
6825
6826 PR gdb/13211
6827 * gdb.base/interrupt-daemon.c: New.
6828 * gdb.base/interrupt-daemon.exp: New.
6829 * gdb.multi/multi-term-settings.c: New.
6830 * gdb.multi/multi-term-settings.exp: New.
6831
6832 2018-01-30 Joel Brobecker <brobecker@adacore.com>
6833
6834 * gdb.base/break.exp: Save the location where the breakpoint
6835 on break.c:47 was actually inserted when debugging the version
6836 compiled at -O2 and use it in the expected output of the "info
6837 break" test performed soon after.
6838
6839 2018-01-22 Pedro Alves <palves@redhat.com>
6840 Sergio Durigan Junior <sergiodj@redhat.com>
6841
6842 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6843 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6844
6845 2018-01-22 Joel Brobecker <brobecker@adacore.com>
6846
6847 * gdb.base/break-include.c, gdb.base/break-include.inc,
6848 gdb.base/break-include.exp: New files.
6849 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6850 line number now being the actual line number where the breakpoint
6851 was inserted.
6852 * gdb.mi/mi-break.exp: Likewise.
6853 * gdb.mi/mi-reverse.exp: Likewise.
6854 * gdb.mi/mi-simplerun.exp: Ditto.
6855
6856 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6857
6858 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6859 varobj.
6860 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6861
6862 2018-01-21 Don Breazeal <donb@codesourcery.com>
6863 Andrew Burgess <andrew.burgess@embecosm.com>
6864
6865 * gdb.mi/basics.c: Add new global.
6866 * gdb.mi/mi-frame-regs.exp: New file.
6867 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6868 case.
6869
6870 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6871
6872 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6873 non-parameter, and on an unknown symbol.
6874
6875 2018-01-19 Tom Tromey <tom@tromey.com>
6876
6877 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6878 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6879
6880 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6881
6882 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6883 setrlimit and chdir to int.
6884
6885 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6886
6887 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6888 function.
6889 (my_tend): Likewise.
6890 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6891 rationale of avoiding FP- and vector instructions.
6892
6893 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6894
6895 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6896 "info reg" with "\[ \t\]*".
6897 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6898 "\[ \t\]+".
6899 * gdb.arch/s390-multiarch.exp: Ditto.
6900 * gdb.base/pc-fp.exp: Ditto.
6901 * gdb.reverse/i386-precsave.exp: Ditto.
6902 * gdb.reverse/i386-reverse.exp: Ditto.
6903 * gdb.reverse/i387-env-reverse.exp: Ditto.
6904 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6905
6906 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6907
6908 * lib/gdb.exp (gdb_compile): Re-enable use of
6909 universal_compile_options for languages other than Rust.
6910
6911 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6912
6913 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6914
6915 2018-01-17 Mike Gulick <mgulick@mathworks.com>
6916
6917 PR gdb/16577
6918 * gdb.base/solib-vanish.exp: New.
6919 * gdb.base/solib-vanish-main.c: New.
6920 * gdb.base/solib-vanish-lib1.c: New.
6921 * gdb.base/solib-vanish-lib2.c: New.
6922
6923 2018-01-17 Yao Qi <yao.qi@linaro.org>
6924
6925 * gdb.compile/compile.exp: Match the address printed for
6926 frame in the output of command "bt".
6927
6928 2018-01-15 Tom Tromey <tom@tromey.com>
6929
6930 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6931 compute sp_reg.
6932
6933 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6934
6935 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6936 to prepare.
6937 (prepare): Return 0 on error, 1 on success.
6938
6939 2018-01-12 Pedro Alves <palves@redhat.com>
6940
6941 * gdb.base/continue-after-aborted-step-over.c: New.
6942 * gdb.base/continue-after-aborted-step-over.exp: New.
6943
6944 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6945
6946 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6947 options when not creating an executable.
6948
6949 2018-01-11 Pedro Alves <palves@redhat.com>
6950
6951 PR remote/22597
6952 * gdb.server/stop-reply-no-thread.c: New file.
6953 * gdb.server/stop-reply-no-thread.exp: New file.
6954
6955 2018-01-10 Pedro Alves <palves@redhat.com>
6956
6957 PR gdb/22670
6958 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6959 functions too. Test setting breakpoints and printing C functions
6960 with no debug info too.
6961 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6962
6963 2018-01-10 Pedro Alves <palves@redhat.com>
6964
6965 PR gdb/22670
6966 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6967 a fail.
6968
6969 2018-01-10 Pedro Alves <palves@redhat.com>
6970
6971 PR gdb/22670
6972 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6973
6974 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6975
6976 * gdb.server/unittest.exp: Match the output in non-development
6977 mode.
6978
6979 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6980
6981 * gdb.gdb/unittest.exp: Match output in non-development mode.
6982
6983 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6984
6985 * gdb.ada/access_tagged_param.exp: Relax expected output
6986 for value of "ObjL" in "continue" to pck.inspect breakpoint
6987 test.
6988
6989 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6990
6991 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6992 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
6993
6994 2018-01-05 Pedro Alves <palves@redhat.com>
6995
6996 PR gdb/18653
6997 * gdb.base/libsegfault.exp: New.
6998
6999 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7000
7001 PR gdb/22670
7002 * gdb.ada/access_tagged_param.exp: New file.
7003 * gdb.ada/access_tagged_param/foo.adb: New file.
7004
7005 2018-01-05 Pedro Alves <palves@redhat.com>
7006
7007 PR gdb/22670
7008 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7009 exercise lower case too, and to exercise both full matching and
7010 wild matching.
7011
7012 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7013
7014 * gdb.ada/rename_subscript_param: New testcase.
7015
7016 2018-01-05 Jerome Guitton <guitton@adacore.com>
7017
7018 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7019
7020 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7021
7022 * gdb.ada/convvar_comp: New testcase.
7023
7024 2018-01-05 Xavier Roirand <roirand@adacore.com>
7025
7026 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7027 (My_Table): New global variable.
7028 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7029
7030 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7031
7032 PR gdb/22670
7033 * gdb.ada/maint_with_ada: New testcase.
7034
7035 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7036
7037 PR gdb/22670
7038 * gdb.ada/bp_c_mixed_case: New testcase.
7039
7040 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7041
7042 PR gdb/22670
7043 * gdb.ada/complete.exp: Add "complete break ada" test.
7044
7045 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7046
7047 PR gdb/22670
7048 * gdb.ada/info_addr_mixed_case: New testcase.
7049
7050 2018-01-03 Xavier Roirand <roirand@adacore.com>
7051
7052 * gdb.ada/excep_handle.exp: New testcase.
7053 * gdb.ada/excep_handle/foo.adb: New file.
7054 * gdb.ada/excep_handle/pck.ads: New file.
7055
7056 2018-01-03 Joel Brobecker <brobecker@adacore.com>
7057
7058 * gdb.base/step-line.c: Add extra empty line in copyright header.
7059 * gdb.base/step-line.inp: Likewise.
7060
7061 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7062
7063 * gdb.ada/dyn_stride.exp: Add slice test.
7064
7065 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7066
7067 * gdb.ada/dyn_stride: New testcase.
7068
7069 2017-12-27 Stafford Horne <shorne@gmail.com>
7070
7071 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7072 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7073
7074 2017-12-27 Stafford Horne <shorne@gmail.com>
7075
7076 * gdb.base/reggroups.c: New file.
7077 * gdb.base/reggroups.exp: New file.
7078
7079 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7080
7081 * gdb.dwarf2/ada-valprint-error.c: New file.
7082 * gdb.dwarf2/ada-valprint-error.exp: New file.
7083
7084 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7085
7086 * gdb.ada/assign_arr: New testcase.
7087
7088 2017-12-18 Xavier Roirand <roirand@adacore.com>
7089
7090 * gdb.ada/funcall_ptr: New testcase.
7091
7092 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7093
7094 PR cli/16224
7095 * gdb.base/ptype-offsets.cc: New file.
7096 * gdb.base/ptype-offsets.exp: New file.
7097
7098 2017-12-15 Yao Qi <yao.qi@linaro.org>
7099
7100 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7101 if XML is disabled.
7102
7103 2017-12-15 Xavier Roirand <roirand@adacore.com>
7104
7105 * gdb.ada/same_component_name: New testcase.
7106
7107 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7108
7109 * gdb.ada/str_binop_equal: New testcase.
7110
7111 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7112
7113 * gdb.ada/task_switch_in_core: New testcase.
7114
7115 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7116
7117 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7118 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7119 call test_bkpt_qualified.
7120 (test_bkpt_qualified): New proc.
7121
7122 2017-12-13 Pedro Alves <palves@redhat.com>
7123
7124 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7125 Tighten regexp by matching with an anchor.
7126
7127 2017-12-13 Pedro Alves <palves@redhat.com>
7128
7129 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7130 ("expression with namespace"): New set of tests.
7131 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7132 (Nested::Test_NS::qux): New.
7133 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7134 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7135
7136 2017-12-13 Joel Brobecker <brobecker@adacore.com>
7137
7138 * gdb.base/server-del-break.c: New file.
7139 * gdb.base/server-del-break.exp: New file.
7140
7141 2017-12-12 Stafford Horne <shorne@gmail.com>
7142
7143 * gdb.xml/tdesc-regs.exp: Add or1k support.
7144
7145 2017-12-12 Stafford Horne <shorne@gmail.com>
7146
7147 * gdb.base/bp-permanent.c: Define nop of or1k.
7148
7149 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7150
7151 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7152 output with components being reordered.
7153
7154 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7155
7156 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7157 output with components being reordered.
7158
7159 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7160 Pedro Alves <palves@redhat.com>
7161
7162 * gdb.base/maint.exp (check for .gdb_index): Check also for
7163 .debug_names.
7164 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7165 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7166 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7167 (.gdb_index used after symbol reloading): Support also .debug_names.
7168 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7169
7170 2017-12-08 Yao Qi <yao.qi@linaro.org>
7171
7172 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7173 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7174
7175 2017-12-08 Yao Qi <yao.qi@linaro.org>
7176
7177 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7178 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7179
7180 2017-12-08 Yao Qi <yao.qi@linaro.org>
7181
7182 * gdb.arch/aarch64-tagged-pointer.c: New file.
7183 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7184
7185 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7186
7187 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7188 "int".
7189
7190 2017-12-07 Keith Seitz <keiths@redhat.com>
7191
7192 PR breakpoints/22569
7193 * gdb.linespec/ls-errs.exp: Change expected result of "break
7194 -source this file has spaces.c -line 3".
7195 Check that an explicit source file followed by whitespace is
7196 identified as an invalid explicit location.
7197
7198 2017-12-07 Keith Seitz <keiths@redhat.com>
7199
7200 * gdb.cp/nested-types.cc: New file.
7201 * gdb.cp/nested-types.exp: New file.
7202 * lib/cp-support.exp: Load data-structures.exp library.
7203 (debug_cp_test_ptype_class): New global.
7204 (cp_ptype_class_verbose, next_line): New procedures.
7205 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7206 Add and document new return value.
7207 Switch the list of lines to a queue.
7208 Add support for new `type' key for nested type definitions.
7209 Add debugging/troubleshooting messages.
7210 * lib/data-structures.exp: New file.
7211
7212 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7213
7214 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7215 with proc_with_prefix, don't use with_test_prefix.
7216
7217 2017-12-07 Tom Tromey <tom@tromey.com>
7218
7219 * gdb.base/break.exp: Add test for empty "commands".
7220
7221 2017-12-07 Yao Qi <yao.qi@linaro.org>
7222
7223 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7224 malloc and catch syscall.
7225
7226 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7227
7228 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
7229 tests for explicit locations.
7230
7231 2017-12-06 Pedro Alves <palves@redhat.com>
7232
7233 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7234 force-disabling XML descriptions.
7235
7236 2017-12-04 Pedro Alves <palves@redhat.com>
7237
7238 PR gdb/22499
7239 * gdb.arch/amd64-disp-step-avx.S: New file.
7240 * gdb.arch/amd64-disp-step-avx.exp: New file.
7241
7242 2017-12-03 Pedro Alves <palves@redhat.com>
7243
7244 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7245 and <string.h>.
7246 (parent_function): Print distinct messages when waitpid fails, or
7247 the child exits with a signal, or the child exits for an unhandled
7248 reason.
7249 * gdb.threads/process-dies-while-detaching.exp
7250 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7251 it. Wait for both inferior output and GDB's prompt. Use an
7252 indirect spawn id list.
7253 (do_detach): New parameter 'child_exit'. Use it to compute
7254 expected inferior output.
7255 (test_detach, test_detach_watch, test_detach_killed_outside):
7256 Adjust to pass down the expected child exit kind.
7257
7258 2017-12-01 Joel Brobecker <brobecker@adacore.com>
7259 Sergio Durigan Junior <sergiodj@redhat.com>
7260 Pedro Alves <palves@redhat.com>
7261
7262 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7263
7264 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7265
7266 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7267 to 'symbol-file' and 'add-symbol-file' can be
7268 position-independent.
7269
7270 2017-12-01 Yao Qi <yao.qi@linaro.org>
7271
7272 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7273 the URL in copyright header.
7274 * gdb.arch/aarch64-fp.exp: Likewise.
7275 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7276 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7277 * gdb.base/expand-psymtabs.exp: Likewise.
7278 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7279 * gdb.fortran/common-block.exp: Likewise.
7280 * gdb.fortran/common-block.f90: Likewise.
7281 * gdb.fortran/logical.exp: Likewise.
7282 * gdb.fortran/vla-datatypes.f90: Likewise.
7283 * gdb.fortran/vla-sub.f90: Likewise.
7284
7285 2017-11-30 Joel Brobecker <brobecker@adacore.com>
7286
7287 * gdb.ada/repeat_dyn: New testcase.
7288
7289 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7290
7291 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7292 Update for changed thread numbering.
7293 * gdb.cell/bt.exp: Update for changed GDB output.
7294
7295 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7296
7297 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7298 setting isremote by hand.
7299 * boards/dwarf4-gdb-index.exp: Likewise.
7300 * boards/fission.exp: Likewise.
7301 * boards/stabs.exp: Likewise.
7302
7303 2017-11-30 Pedro Alves <palves@redhat.com>
7304
7305 * gdb.linespec/cpls-ops.exp
7306 (check_explicit_skips_function_argument): Extract the underlying
7307 type of size_t instead of hardcoding it.
7308
7309 2017-11-29 Pedro Alves <palves@redhat.com>
7310
7311 PR c++/19436
7312 * gdb.linespec/cpls-abi-tag.cc: New file.
7313 * gdb.linespec/cpls-abi-tag.exp: New file.
7314
7315 2017-11-29 Pedro Alves <palves@redhat.com>
7316
7317 * gdb.base/langs.exp: Use -qualified.
7318 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7319 it.
7320 * gdb.cp/namespace.exp: Use -qualified.
7321 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7322 (overload-3, template-overload, template-ret-type, const-overload)
7323 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7324 procedures.
7325 (test_driver): Call them.
7326 * gdb.cp/save-bp-qualified.cc: New.
7327 * gdb.cp/save-bp-qualified.exp: New.
7328 * gdb.linespec/explicit.exp: Test -qualified.
7329 * lib/completion-support.exp (completion::explicit_opts_list): Add
7330 "-qualified".
7331 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7332
7333 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7334
7335 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7336
7337 2017-11-29 Tom Tromey <tom@tromey.com>
7338
7339 * gdb.base/relocate.exp: Update invalid argument test.
7340 Add new tests for invalid arguments.
7341
7342 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7343
7344 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7345 Return 0 as a long.
7346 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7347
7348 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7349
7350 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7351 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7352 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7353 func ().
7354 * gdb.cp/shadow.cc (B.func): Return 0.
7355
7356 2017-11-27 Joel Brobecker <brobecker@adacore.com>
7357
7358 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7359 expected output in gdb_expect call to allow the exception
7360 message to be present as well. Fix syntax confusion to avoid
7361 TCL thinking that exception_name is an array.
7362
7363 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7364
7365 * gdb.arch/spu-info.c: Include <unistd.h>.
7366 (do_signal_test): Fix broken calls to write.
7367 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7368 Fix checks for empty mailboxes. Update signal tests for corrected
7369 do_signal_test routine. Allow nonzero event status.
7370 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7371 * gdb.cell/arch.exp: Use standard_output_file.
7372 * gdb.cell/break.exp: Likewise.
7373 * gdb.cell/bt.exp: Likewise.
7374 * gdb.cell/core.exp: Likewise.
7375 * gdb.cell/dwarfaddr.exp: Likewise.
7376 * gdb.cell/ea-cache.exp: Likewise.
7377 * gdb.cell/ea-standalone.exp: Likewise.
7378 * gdb.cell/f-regs.exp: Likewise.
7379 * gdb.cell/fork.exp: Likewise.
7380 * gdb.cell/gcore.exp: Likewise.
7381 * gdb.cell/mem-access.exp: Likewise.
7382 * gdb.cell/ptype.exp: Likewise.
7383 * gdb.cell/registers.exp: Likewise.
7384 * gdb.cell/sizeof.exp: Likewise.
7385 * gdb.cell/solib-symbol.exp: Likewise.
7386 * gdb.cell/solib.exp: Likewise.
7387
7388 2017-11-25 Pedro Alves <palves@redhat.com>
7389
7390 * gdb.base/complete-empty.exp: New file.
7391 * gdb.base/completion.exp: Adjust.
7392
7393 2017-11-25 Pedro Alves <palves@redhat.com>
7394
7395 * gdb.linespec/cpls-ops.cc: New file.
7396 * gdb.linespec/cpls-ops.exp: New file.
7397 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7398 factored out from ...
7399 (test_complete_prefix_range): ... this.
7400
7401 2017-11-24 Pedro Alves <palves@redhat.com>
7402
7403 * gdb.linespec/cpcompletion.exp: New file.
7404 * gdb.linespec/cpls-hyphen.cc: New file.
7405 * gdb.linespec/cpls.cc: New file.
7406 * gdb.linespec/cpls2.cc: New file.
7407 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7408 test to use test_gdb_complete_unique. Add label completion,
7409 keyword completion and explicit location completion tests.
7410 * lib/completion-support.exp: New file.
7411
7412 2017-11-24 Joel Brobecker <brobecker@adacore.com>
7413
7414 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7415 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7416 when hitting an exception catchpoint.
7417
7418 2017-11-22 Yao Qi <yao.qi@linaro.org>
7419
7420 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7421
7422 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7423
7424 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7425 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7426 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7427
7428 2017-11-22 Yao Qi <yao.qi@linaro.org>
7429
7430 * gdb.base/info-os.exp: Pass pthreads.
7431 * gdb.multi/multi-attach.exp: Likewise.
7432
7433 2017-11-22 Yao Qi <yao.qi@linaro.org>
7434
7435 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7436 compiler.
7437
7438 2017-11-22 Yao Qi <yao.qi@linaro.org>
7439
7440 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7441 * gdb.base/break-interp.exp: Likewise.
7442 * gdb.base/jit-attach-pie.exp: Likewise.
7443
7444 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7445
7446 * gdb.base/float128.c (large128): New variable.
7447 * gdb.base/float128.exp: Add test to print largest __float128 value.
7448
7449 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7450
7451 * gdb.arch/vsx-regs.exp: Update register content checks.
7452
7453 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7454
7455 * gdb.arch/ppc-longdouble.exp: New file.
7456 * gdb.arch/ppc-longdouble.c: Likewise.
7457
7458 2017-11-21 Pedro Alves <palves@redhat.com>
7459
7460 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7461
7462 2017-11-20 Pedro Alves <palves@redhat.com>
7463
7464 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7465 (long_double_typedef): New typedefs.
7466 Use DEF on double and long double.
7467 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7468 cases.
7469 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7470 and 'long_double_ptr_same_size' locals. Use them to decide
7471 whether cast from array/function to float is valid/invalid.
7472
7473 2017-11-17 Tom Tromey <tom@tromey.com>
7474
7475 * gdb.rust/traits.rs: New file.
7476 * gdb.rust/traits.exp: New file.
7477
7478 2017-11-17 Joel Brobecker <brobecker@adacore.com>
7479
7480 * gdb.ada/minsyms: New testcase.
7481
7482 2017-11-16 Pedro Alves <palves@redhat.com>
7483
7484 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7485 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7486
7487 2017-11-16 Pedro Alves <palves@redhat.com>
7488
7489 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7490 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7491
7492 2017-11-16 Pedro Alves <palves@redhat.com>
7493
7494 * gdb.server/reconnect-ctrl-c.c: New file.
7495 * gdb.server/reconnect-ctrl-c.exp: New file.
7496
7497 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7498
7499 * gdb.python/py-rbreak.exp: New file.
7500 * gdb.python/py-rbreak.c: New file.
7501 * gdb.python/py-rbreak-func2.c: New file.
7502
7503 2017-11-16 Pedro Alves <palves@redhat.com>
7504
7505 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7506 pattern.
7507 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7508 GDB.
7509
7510 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7511
7512 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7513 regex.
7514
7515 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7516
7517 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7518 test names.
7519
7520 2017-11-09 Pedro Alves <palves@redhat.com>
7521
7522 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7523 factored out from ...
7524 (top level): ... here, and adjusted to avoid expecting beyond the
7525 prompt in a single gdb_test_multiple.
7526
7527 2017-11-09 Pedro Alves <palves@redhat.com>
7528
7529 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7530 output.
7531 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7532 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7533 * gdb.server/ext-run.exp ("kill" test): Likewise.
7534 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7535
7536 2017-11-09 Pedro Alves <palves@redhat.com>
7537
7538 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7539 match till end of line.
7540
7541 2017-11-09 Pedro Alves <palves@redhat.com>
7542
7543 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7544
7545 2017-11-09 Pedro Alves <palves@redhat.com>
7546
7547 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7548 New procedures, factored out from ...
7549 (top level): ... here, and adjusted to avoid expecting beyond the
7550 prompt in one go.
7551
7552 2017-11-09 Pedro Alves <palves@redhat.com>
7553
7554 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7555 output. Fix '?' match.
7556
7557 2017-11-08 Joel Brobecker <brobecker@adacore.com>
7558
7559 * gdb.ada/scoped_watch: New testcase.
7560 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7561 which is actually correct.
7562 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7563 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7564
7565 2017-11-08 Pedro Alves <palves@redhat.com>
7566
7567 * gdb.gdb/complaints.exp (test_initial_complaints)
7568 (test_serial_complaints, test_short_complaints): Call
7569 complaint_internal instead of complaint.
7570
7571 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7572
7573 * gdb.threads/tls-core.c: New file.
7574 * gdb.threads/tls-core.exp: Likewise.
7575
7576 2017-11-08 Pedro Alves <palves@redhat.com>
7577
7578 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7579 (p Exported_Capitalized): New test.
7580 (p exported_capitalized): New test.
7581
7582 2017-11-07 Pedro Alves <palves@redhat.com>
7583
7584 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7585
7586 2017-11-07 Pedro Alves <palves@redhat.com>
7587
7588 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7589 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7590 (disable_invalid, disable_inverted, disable_negative): New
7591 procedures.
7592 ("bad numbers"): New set of tests.
7593
7594 2017-11-07 Pedro Alves <palves@redhat.com>
7595
7596 * gdb.cp/ena-dis-br-range.exp: Add tests.
7597
7598 2017-11-07 Pedro Alves <palves@redhat.com>
7599
7600 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7601
7602 2017-11-07 Xavier Roirand <roirand@adacore.com>
7603 Pedro Alves <palves@redhat.com>
7604
7605 * gdb.base/ena-dis-br.exp: Add reference to
7606 gdb.cp/ena-dis-br-range.exp.
7607 * gdb.cp/ena-dis-br-range.exp: New file.
7608 * gdb.cp/ena-dis-br-range.cc: New file.
7609
7610 2017-11-06 Pedro Alves <palves@redhat.com>
7611
7612 * gdb.base/attach-non-pgrp-leader.c: New.
7613 * gdb.base/attach-non-pgrp-leader.exp: New.
7614
7615 2017-11-06 Pedro Alves <palves@redhat.com>
7616
7617 * configure.ac: No longer check for termio.h and sgtty.h.
7618 * configure: Regenerate.
7619 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7620 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7621 Remove termio and sgtty code.
7622
7623 2017-11-03 Yao Qi <yao.qi@linaro.org>
7624
7625 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7626 in GDB is disabled.
7627
7628 2017-11-03 Yao Qi <yao.qi@linaro.org>
7629
7630 * gdb.python/py-thrhandle.exp: Skip it if python is not
7631 enabled.
7632
7633 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7634
7635 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7636 as a breakpoint command.
7637
7638 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7639
7640 PR python/21213
7641 * gdb.python/py-infthread.exp: Test calling
7642 InferiorThread.inferior () multiple times in a row.
7643
7644 2017-10-27 Keith Seitz <keiths@redhat.com>
7645
7646 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7647 Test "info break" for every inlined function breakpoint.
7648
7649 2017-10-27 Yao Qi <yao.qi@linaro.org>
7650
7651 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7652
7653 2017-10-26 Patrick Frants <osscontribute@gmail.com>
7654
7655 * gdb.cp/classes.exp (test_static_members): Test printing
7656 Outer::instance.
7657 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7658 (Inner::instance, Outer::instance): New.
7659
7660 2017-10-24 Pedro Alves <palves@redhat.com>
7661
7662 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7663 extra console" test in two stages.
7664
7665 2017-10-24 Pedro Alves <palves@redhat.com>
7666
7667 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7668
7669 2017-10-24 Pedro Alves <palves@redhat.com>
7670
7671 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7672 loop.
7673
7674 2017-10-24 Pedro Alves <palves@redhat.com>
7675
7676 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7677 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7678
7679 2017-10-24 Pedro Alves <palves@redhat.com>
7680
7681 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7682 parameter and handle it. Don't output read value in test name.
7683
7684 2017-10-24 Pedro Alves <palves@redhat.com>
7685
7686 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7687 custom test name.
7688
7689 2017-10-24 Pedro Alves <palves@redhat.com>
7690
7691 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7692 include the unstable output directory name in the test's name.
7693 (initial_setup_simple) <'set args'>: Use custom test name.
7694
7695 2017-10-24 Pedro Alves <palves@redhat.com>
7696
7697 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7698 with explicit test name.
7699
7700 2017-10-20 Pedro Alves <palves@redhat.com>
7701
7702 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7703 'wait -i'. Use gdb_assert and remote_close.
7704
7705 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7706
7707 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7708 number from variable rather than hard-coded.
7709
7710 2017-10-19 Pedro Alves <palves@redhat.com>
7711
7712 * gdb.base/long-inferior-output.c: New file.
7713 * gdb.base/long-inferior-output.exp: New file.
7714
7715 2017-11-18 Keith Seitz <keiths@redhat.com>
7716
7717 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7718 method.
7719 (main): Call it.
7720 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7721 Add additional user-defined conversion operator tests.
7722
7723 2017-10-17 Pedro Alves <palves@redhat.com>
7724
7725 * boards/native-stdio-gdbserver.exp: Load "local-board".
7726
7727 2017-10-17 Pedro Alves <palves@redhat.com>
7728
7729 * gdb.base/quit-live.c: New file.
7730 * gdb.base/quit-live.exp: New file.
7731
7732 2017-10-16 Keith Seitz <keiths@redhat.com>
7733
7734 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7735 (class_with_protected_typedef, class_with_private_typedef)
7736 (struct_with_public_typedef, struct_with_protected_typedef)
7737 (struct_with_private_typedef): New classes/structs.
7738 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7739 typedefs and access specifiers.
7740
7741 2017-10-16 Pedro Alves <palves@redhat.com>
7742 Simon Marchi <simon.marchi@polymtl.ca>
7743
7744 * README (Local vs Remote vs Native): New section.
7745 * boards/local-board.exp: New file, with bits factored out from
7746 ...
7747 * boards/native-extended-gdbserver.exp: ... here. Load
7748 "local-board".
7749 * boards/native-gdbserver.exp: Load "local-board".
7750 (${board}_spawn, ${board}_exec): Delete.
7751 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7752 ...
7753 * boards/stdio-gdbserver-base.exp: ... this new file.
7754 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7755 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7756 procedure.
7757 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7758 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7759 stdio_gdbserver_command.
7760 (${board}_get_remote_address, ${board}_get_comm_port)
7761 (${board}_download, ${board}_upload): Delete.
7762 (get_target_remote_pipe_cmd): New.
7763
7764 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7765
7766 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7767 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7768 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7769 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7770 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7771 remove with_test_prefix.
7772
7773 2017-10-13 Pedro Alves <palves@redhat.com>
7774
7775 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7776 * gdb.base/annota1.exp: Use it instead of is_remote.
7777 * gdb.base/annota3.exp: Use it instead of is_remote.
7778 * gdb.cp/annota2.exp: Use it instead of is_remote.
7779 * gdb.cp/annota3.exp: Use it instead of is_remote.
7780 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7781
7782 2017-10-13 Pedro Alves <palves@redhat.com>
7783
7784 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7785 (test_num_test_vars, run_and_count_vars, find_env)
7786 (test_set_unset_env, test_inherit_env_var): New procedures.
7787 (top level): Use them.
7788
7789 2017-10-13 Pedro Alves <palves@redhat.com>
7790
7791 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7792 also skip on stub-like targets.
7793
7794 2017-10-13 Pedro Alves <palves@redhat.com>
7795
7796 PR gdb/22293
7797 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7798 (top level): Move some tests to ...
7799 (test_not_found): ... this new procedure.
7800 (top level): Call it.
7801
7802 2017-10-13 Pedro Alves <palves@redhat.com>
7803
7804 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7805 expect different "info terminal" output if testing with a
7806 non-native target.
7807
7808 2017-10-13 Pedro Alves <palves@redhat.com>
7809 Simon Marchi <simon.marchi@polymtl.ca>
7810
7811 PR python/12966
7812 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7813
7814 2017-10-13 Pedro Alves <palves@redhat.com>
7815
7816 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7817 already.
7818
7819 2017-10-13 Pedro Alves <palves@redhat.com>
7820
7821 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7822 is_remote.
7823
7824 2017-10-13 Pedro Alves <palves@redhat.com>
7825
7826 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7827 is_remote.
7828
7829 2017-10-13 Pedro Alves <palves@redhat.com>
7830
7831 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7832 is set.
7833 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7834 instead of is_remote.
7835
7836 2017-10-13 Pedro Alves <palves@redhat.com>
7837
7838 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7839 (top level): Add comment.
7840
7841 2017-10-13 Pedro Alves <palves@redhat.com>
7842
7843 * gdb.base/remote.exp (top level): Fix comment typo and add
7844 missing return.
7845
7846 2017-10-13 Pedro Alves <palves@redhat.com>
7847 Simon Marchi <simon.marchi@polymtl.ca>
7848
7849 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7850 calls and add comments. Skip test if use_gdb_stub is set.
7851 (top level): Use "set cwd" command instead of "cd" command.
7852
7853 2017-10-13 Pedro Alves <palves@redhat.com>
7854
7855 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7856 is_remote target check.
7857
7858 2017-10-13 Pedro Alves <palves@redhat.com>
7859
7860 * gdb.base/scope.exp: Use build_executable + clean_restart +
7861 gdb_file_cmd instead of prepare_for_testing and no longer skip
7862 "before run" tests on is_remote target boards. Update comments.
7863 * boards/native-extended-gdbserver.exp
7864 (extended_gdbserver_load_last_file): New, factored out from ...
7865 (gdb_load): ... this. Move further below and add comment.
7866 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7867
7868 2017-10-12 Pedro Alves <palves@redhat.com>
7869
7870 * gdb.base/attach.exp: Remove references to gdb64.
7871 * gdb.base/dbx.exp: Remove references to gdb64.
7872
7873 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7874 Pedro Alves <palves@redhat.com>
7875
7876 * gdb.base/label.exp: Remove is_remote target check.
7877
7878 2017-10-12 Pedro Alves <palves@redhat.com>
7879
7880 * gdb.base/auvx.exp (coredir): Update comment.
7881 (top level) <core_works>: Use "set cwd" command instead of "cd"
7882 command.
7883
7884 2017-10-12 Pedro Alves <palves@redhat.com>
7885 Simon Marchi <simon.marchi@polymtl.ca>
7886
7887 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7888 target boards.
7889
7890 2017-10-12 Pedro Alves <palves@redhat.com>
7891 Simon Marchi <simon.marchi@polymtl.ca>
7892
7893 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7894 Instead skip if there's any gdb_protocol set.
7895
7896 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7897 Pedro Alves <palves@redhat.com>
7898
7899 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7900
7901 2017-10-12 Pedro Alves <palves@redhat.com>
7902 Simon Marchi <simon.marchi@polymtl.ca>
7903
7904 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7905 instead of on dejagnu remote boards.
7906
7907 2017-10-12 Pedro Alves <palves@redhat.com>
7908 Simon Marchi <simon.marchi@polymtl.ca>
7909
7910 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7911 checks. Use build_executable + clean_restart instead of
7912 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7913 of enabling non-stop after starting gdb.
7914
7915 2017-10-12 Pedro Alves <palves@redhat.com>
7916
7917 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7918 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7919 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7920 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7921
7922 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7923
7924 * gdb.arch/arc-tdesc-cpu.exp: New file.
7925 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7926
7927 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7928
7929 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7930
7931 2017-10-10 Pedro Alves <palves@redhat.com>
7932
7933 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7934 expect CLI output.
7935
7936 2017-10-10 Pedro Alves <palves@redhat.com>
7937
7938 * lib/selftest-support.exp (selftest_setup): Update for
7939 captured_command_loop's prototype change.
7940
7941 2017-10-09 Pedro Alves <palves@redhat.com>
7942
7943 Test both arch1=>arch2 and arch2=>arch1.
7944
7945 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7946 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7947 factored out to...
7948 (append_arch1_options, append_arch2_options, append_arch_options)
7949 (build_executables): New procedures.
7950 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7951 local.
7952 (top level): Add new 'first_arch' testing axis.
7953
7954 2017-10-09 Pedro Alves <palves@redhat.com>
7955
7956 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7957 (barrier): New.
7958 (thread_start, all_started): New functions.
7959 (main): Spawn new thread and wait until it is scheduled.
7960 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7961 option.
7962 (do_test): Add 'selected_thread' parameter. Run to all_started
7963 instead of main. Explicitly set the breakpoint at main. Switch
7964 to the SELECTED_THREAD thread.
7965 (top level): Test handling the exec event with either the main
7966 thread or the second thread selected.
7967
7968 2017-10-09 Pedro Alves <palves@redhat.com>
7969
7970 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7971 logic. Move STOP marker after the value checks.
7972 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7973 regexp.
7974
7975 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7976
7977 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7978
7979 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7980
7981 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7982 integer-to-dfp conversion.
7983 * gdb.base/dfp-test.exp: Likewise.
7984
7985 2017-10-04 Pedro Alves <palves@redhat.com>
7986
7987 * gdb.multi/hangout.c: Include <unistd.h>.
7988 (hangout_loop): New function.
7989 (main): Call alarm. Call hangout_loop in a loop.
7990 * gdb.multi/hello.c: Include <unistd.h>.
7991 (hello_loop): New function.
7992 (main): Call alarm. Call hangout_loop in a loop.
7993 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7994 inferior with the other selected.
7995
7996 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7997
7998 * gdb.mi/list-thread-groups-available.exp: New file.
7999 * gdb.mi/list-thread-groups-available.c: New file.
8000
8001 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8002
8003 * gdb.base/set-cwd.exp: Make it available on
8004 native-extended-gdbserver.
8005
8006 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8007
8008 * gdb.base/set-cwd.c: New file.
8009 * gdb.base/set-cwd.exp: Likewise.
8010
8011 2017-10-02 Tom Tromey <tom@tromey.com>
8012
8013 PR rust/22236:
8014 * gdb.rust/simple.rs (main): New variable "fslice".
8015 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8016
8017 2017-10-02 Tom Tromey <tom@tromey.com>
8018
8019 * gdb.rust/simple.exp: Test ptype of a slice.
8020
8021 2017-10-02 Tom Tromey <tom@tromey.com>
8022
8023 * gdb.rust/simple.exp: Test index of slice.
8024
8025 2017-09-27 Tom Tromey <tom@tromey.com>
8026
8027 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8028
8029 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8030 Pedro Alves <palves@redhat.com>
8031
8032 * gdb.base/compare-sections.exp (get value of read-only section): Read
8033 as unsigned value.
8034 (corrupt read-only section): Likewise and don't set written if patching
8035 failed.
8036
8037 2017-09-21 Kevin Buettner <kevinb@redhat.com>
8038
8039 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8040 files.
8041
8042 2017-09-20 Pedro Alves <palves@redhat.com>
8043
8044 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8045 symbol names in gdb's output.
8046 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8047
8048 2017-09-20 Pedro Alves <palves@redhat.com>
8049
8050 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8051 Rename to ...
8052 (test_list_ambiguous_symbol): ... this and add a symbol name
8053 parameter. Adjust.
8054 (test_list_ambiguous_function): Reimplement on top of
8055 test_list_ambiguous_symbol and also test listing ambiguous
8056 variables.
8057 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8058 (ambiguous_fun): ... this.
8059 (ambiguous_var): New.
8060 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8061 (ambiguous_fun): ... this.
8062 (ambiguous_var): New.
8063
8064 2017-09-19 John Baldwin <jhb@FreeBSD.org>
8065
8066 * gdb.base/starti.c: New file.
8067 * gdb.base/starti.exp: New file.
8068 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8069
8070 2017-09-14 Pedro Alves <palves@redhat.com>
8071
8072 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8073 (top level): Use it instead of runto.
8074
8075 2017-09-11 Tom Tromey <tom@tromey.com>
8076
8077 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8078
8079 2017-09-11 Tom Tromey <tom@tromey.com>
8080
8081 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8082 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8083
8084 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8085
8086 * gdb.fortran/printing-types.exp: New file.
8087 * gdb.fortran/printing-types.exp: New file.
8088
8089 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8090
8091 * gdb.fortran/vla-ptype.exp: Fix typos.
8092 * gdb.fortran/vla-value.exp: Same.
8093
8094 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8095
8096 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8097 * gdb.mi/mi-var-child-f.exp: Likewise.
8098 * gdb.mi/mi-vla-fortran.exp: Likewise.
8099
8100 2017-09-08 Frank Penczek <frank.penczek@intel.com>
8101 Christoph Weinmann <christoph.t.weinmann@intel.com>
8102 Bernhard Heckel <bernhard.heckel@intel.com>
8103
8104 * gdb.fortran/ptr-indentation.f90: New file.
8105 * gdb.fortran/ptr-indentation.exp: New file.
8106
8107 2017-09-05 Tom Tromey <tom@tromey.com>
8108
8109 PR gdb/22010:
8110 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8111
8112 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8113
8114 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8115
8116 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8117
8118 * gdb.threads/tls-nodebug-pie.c: New file.
8119 * gdb.threads/tls-nodebug-pie.exp: New file.
8120
8121 2017-09-05 Tom Tromey <tom@tromey.com>
8122
8123 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8124 for rust.
8125
8126 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8127
8128 * gdb.multi/multi-arch-exec.exp: Test with different
8129 "follow-exec-mode" settings.
8130 (do_test): New procedure.
8131
8132 2017-09-04 Pedro Alves <palves@redhat.com>
8133
8134 * gdb.base/func-static.c (S::method const, S::method volatile)
8135 (S::method volatile const): New methods.
8136 (c_s, v_s, cv_s): New instances.
8137 (main): Call method() on them.
8138 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8139 (cannot_resolve): New procedure.
8140 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8141 print-quote-unquoted columns.
8142 (do_test): Test printing each scope too.
8143
8144 2017-09-04 Pedro Alves <palves@redhat.com>
8145
8146 * gdb.base/local-static.exp: Also test with
8147 class::method::variable wholly quoted.
8148 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8149
8150 2017-09-04 Pedro Alves <palves@redhat.com>
8151
8152 * gdb.base/local-static.c: New.
8153 * gdb.base/local-static.cc: New.
8154 * gdb.base/local-static.exp: New.
8155
8156 2017-09-04 Pedro Alves <palves@redhat.com>
8157
8158 * gdb.asm/asm-source.exp: Add casts to int.
8159 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8160 (dataglobal64_1, dataglobal64_2): New globals.
8161 * gdb.base/nodebug.exp: Test different expressions involving the
8162 new globals, with print, whatis and ptype. Add casts to int.
8163 * gdb.base/solib-display.exp: Add casts to int.
8164 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8165 * gdb.cp/m-static.exp: Add cast to int.
8166 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8167 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8168 tls variable with no debug info without a cast. Test with a cast
8169 to int too.
8170 * gdb.trace/entry-values.exp: Add casts.
8171
8172 2017-09-04 Pedro Alves <palves@redhat.com>
8173
8174 * gdb.base/nodebug.exp: Test that ptype's error about functions
8175 with unknown return type includes the function name too.
8176
8177 2017-09-04 Pedro Alves <palves@redhat.com>
8178
8179 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8180 return type of munmap in infcall.
8181 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8182 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8183 type of ftell in infcall.
8184 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8185 type of getpid in infcall.
8186 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8187 infcall.
8188 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8189 Bail on failure to extract the pid.
8190 * gdb.base/nodebug.c: #include <stdint.h>.
8191 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8192 New functions.
8193 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8194 Change expected output of print/whatis/ptype with functions with
8195 no debug info. Test all supported languages. Call
8196 test_call_promotion.
8197 * gdb.compile/compile.exp: Adjust expected output to expect
8198 warning.
8199 * gdb.threads/siginfo-threads.exp: Likewise.
8200
8201 2017-09-04 Pedro Alves <palves@redhat.com>
8202
8203 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8204 "prototypes". Test calling float functions via prototyped and
8205 unprototyped function pointers.
8206 (perform_all_tests): New parameter "prototypes". Pass it down.
8207 (top level): Pass down "prototypes" parameter to
8208 perform_all_tests.
8209
8210 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8211
8212 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8213 Test with nested loops.
8214
8215 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8216
8217 * gdb.base/commands.exp: Call the new procedures.
8218 (loop_break_test, loop_continue_test): New procedures.
8219
8220 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8221
8222 * gdb.base/commands.exp: Call new procedure.
8223 (define_if_without_arg_test): New procedure.
8224
8225 2017-09-04 Pedro Alves <palves@redhat.com>
8226
8227 * gdb.base/list-ambiguous.exp: New file.
8228 * gdb.base/list-ambiguous0.c: New file.
8229 * gdb.base/list-ambiguous1.c: New file.
8230 * gdb.base/list.exp (test_list_range): Adjust expected output.
8231
8232 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8233
8234 * gdb.base/share-env-with-gdbserver.c: New file.
8235 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8236
8237 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8238
8239 * gdb.base/commands.exp (gdbvar_simple_if_test,
8240 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8241 progvar_simple_if_test, progvar_simple_while_test,
8242 progvar_complex_if_while_test, user_defined_command_test,
8243 user_defined_command_args_eval,
8244 user_defined_command_args_stack_test,
8245 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8246 temporary_breakpoint_commands,
8247 gdb_test_no_prompt, redefine_hook_test,
8248 redefine_backtrace_test): Remove "global gdb_prompt".
8249
8250 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8251
8252 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8253 New proc, call it from toplevel.
8254
8255 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8256
8257 PR remote/21852
8258 * gdb.server/normal.c: New file, copied from gdb.base.
8259 * gdb.server/run-without-local-binary.exp: New file.
8260
8261 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
8262
8263 * gdb.arch/sparc64-adi.exp: New file.
8264 * gdb.arch/sparc64-adi.c: New file.
8265
8266 2017-08-22 Pedro Alves <palves@redhat.com>
8267
8268 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8269 (top level): Add "list all overloads" tests.
8270
8271 2017-08-22 Tom Tromey <tom@tromey.com>
8272
8273 * gdb.gdb/xfullpath.exp: Remove.
8274
8275 2017-08-21 Pedro Alves <palves@redhat.com>
8276
8277 PR gdb/19487
8278 * gdb.base/symbol-alias.c: New.
8279 * gdb.base/symbol-alias2.c: New.
8280 * gdb.base/symbol-alias.exp: New.
8281
8282 2017-08-21 Pedro Alves <palves@redhat.com>
8283
8284 * gdb.base/dfp-test.c
8285 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8286 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8287 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8288 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8289 * gdb.base/whatis-ptype-typedefs.c: New.
8290 * gdb.base/whatis-ptype-typedefs.exp: New.
8291 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8292 (an_int, an_int_type, an_int_type2): New globals.
8293 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8294 involving typedefs and cast expressions.
8295 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8296 (lookup_typedefs_function): New.
8297 (typedefs_pretty_printers_dict): New.
8298 (top level): Register lookup_typedefs_function in
8299 gdb.pretty_printers.
8300
8301 2017-08-18 Yao Qi <yao.qi@linaro.org>
8302
8303 * gdb.server/unittest.exp: New.
8304
8305 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8306
8307 PR gdb/21954
8308 * gdb.base/environ.exp: Add test to check if 'unset environment'
8309 works.
8310
8311 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8312
8313 * lib/gdb.exp (universal_compile_options): New caching proc.
8314 (gdb_compile): Suppress GCC's coloring of messages.
8315
8316 2017-08-14 Tom Tromey <tom@tromey.com>
8317
8318 PR gdb/21675:
8319 * gdb.base/printcmds.exp (test_radices): New function.
8320 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8321 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8322 * lib/gdb.exp (get_integer_valueof): Use p/d.
8323
8324 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8325
8326 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8327 characters.
8328
8329 2017-08-05 Tom Tromey <tom@tromey.com>
8330
8331 * gdb.rust/simple.exp: Allow String to appear in a different
8332 namespace.
8333
8334 2017-07-26 Yao Qi <yao.qi@linaro.org>
8335
8336 * gdb.gdb/unittest.exp: Invoke command
8337 "maintenance check xml-descriptions".
8338
8339 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8340
8341 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8342 calling context.
8343 (hex128): Drop erroneous calculation of parameters.
8344
8345 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8346
8347 * gdb.python/py-unwind.exp: Disable stack protection when
8348 building test file.
8349
8350 2017-07-20 Pedro Alves <palves@redhat.com>
8351
8352 * gdb.base/default.exp (set language): Adjust expected output.
8353
8354 2017-07-20 Pedro Alves <palves@redhat.com>
8355
8356 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8357 (test_minsym): ... this, and make static.
8358 (get_pck__foo__bar__minsym): Rename to ...
8359 (get_test_minsym): ... this.
8360 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8361 symbol names and comments.
8362 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8363 (get_test_minsym): ... this.
8364 (pck__foo__bar__minsym__2): Rename to ...
8365 (test_minsym): ... this.
8366 (main): Adjust.
8367
8368 2017-07-17 Pedro Alves <palves@redhat.com>
8369
8370 * gdb.base/completion.exp: Adjust expected output.
8371 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8372 the completer works.
8373
8374 2017-07-17 Pedro Alves <palves@redhat.com>
8375
8376 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8377
8378 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8379
8380 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8381
8382 2017-07-14 Tom Tromey <tom@tromey.com>
8383
8384 PR rust/21764:
8385 * gdb.rust/simple.exp: Add tests.
8386
8387 2017-07-14 Tom Tromey <tom@tromey.com>
8388
8389 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8390
8391 2017-07-14 Pedro Alves <palves@redhat.com>
8392
8393 * gdb.linespec/base/one/thefile.cc (z1): New function.
8394 * gdb.linespec/base/two/thefile.cc (z2): New function.
8395 * gdb.linespec/linespec.exp: Add tests.
8396
8397 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8398
8399 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8400 to mi_create_breakpoint.
8401
8402 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8403
8404 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8405 mi_create_breakpoint.
8406
8407 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8408
8409 * gdb.dlang/demangle.exp: Update for demangling changes.
8410
8411 2017-07-09 Tom Tromey <tom@tromey.com>
8412
8413 * gdb.dwarf2/shortpiece.exp: New file.
8414
8415 2017-07-06 David Blaikie <dblaikie@gmail.com>
8416
8417 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8418 built from fissiont-multi-cu{1,2}.c.
8419 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8420 except putting 'main' and 'func' in separate CUs in the same DWO file.
8421 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8422 test.
8423 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8424 test.
8425
8426 2017-07-06 Pedro Alves <palves@redhat.com>
8427
8428 * gdb.python/py-unwind.exp: Test flushregs.
8429
8430 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8431
8432 PR cli/21688
8433 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8434 tests for alias commands and trailing whitespace.
8435
8436 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8437
8438 PR cli/21688
8439 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8440 procedure. Call it.
8441
8442 2017-06-29 Pedro Alves <palves@redhat.com>
8443
8444 * gdb.base/printcmds.exp: Add tests.
8445
8446 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8447
8448 PR gdb/21337
8449 * gdb.base/reread-readsym.exp: New file.
8450 * gdb.base/reread-readsym.c: New file.
8451
8452 2017-06-21 Kevin Buettner <kevinb@redhat.com>
8453
8454 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8455 subpattern.
8456
8457 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8458
8459 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8460 extended mnemonic.
8461 * gdb.arch/powerpc-power9.s: Likewise.
8462
8463 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8464
8465 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8466 on 32-bit x86 targets. Exploit is_*_target macros where
8467 appropriate.
8468
8469 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8470
8471 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8472 register pieces.
8473
8474 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8475
8476 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8477 located in one or more DWARF pieces.
8478
8479 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8480
8481 * lib/gdb.exp (get_endianness): New proc.
8482 * gdb.arch/aarch64-fp.exp: Use it.
8483 * gdb.arch/altivec-regs.exp: Likewise.
8484 * gdb.arch/e500-regs.exp: Likewise.
8485 * gdb.arch/vsx-regs.exp: Likewise.
8486 * gdb.base/dump.exp: Likewise.
8487 * gdb.base/funcargs.exp: Likewise.
8488 * gdb.base/gnu_vector.exp: Likewise.
8489 * gdb.dwarf2/formdata16.exp: Likewise.
8490 * gdb.dwarf2/implptrpiece.exp: Likewise.
8491 * gdb.dwarf2/nonvar-access.exp: Likewise.
8492 * gdb.python/py-inferior.exp: Likewise.
8493 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8494
8495 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8496
8497 PR gdb/21226
8498 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8499 stack value pieces are taken from the LSB end.
8500
8501 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8502
8503 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8504 variable at nonzero offset.
8505
8506 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8507
8508 * gdb.dwarf2/var-access.c: New file.
8509 * gdb.dwarf2/var-access.exp: New test.
8510 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8511
8512 2017-06-12 Tom Tromey <tom@tromey.com>
8513
8514 * gdb.dwarf2/formdata16.exp: Add tests.
8515
8516 2017-06-12 Tom Tromey <tom@tromey.com>
8517
8518 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8519
8520 2017-06-12 Tom Tromey <tom@tromey.com>
8521
8522 PR exp/16225:
8523 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8524 * gdb.arch/vsx-regs.exp: Update tests.
8525 * gdb.arch/s390-vregs.exp (hex128): New proc.
8526 Update test.
8527 * gdb.arch/altivec-regs.exp: Update tests.
8528
8529 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8530
8531 * gdb.base/startup-with-shell.c: New file.
8532 * gdb.base/startup-with-shell.exp: Likewise.
8533
8534 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8535
8536 * gdb.server/non-existing-program.exp: Update regex in order to
8537 reflect the fact that gdbserver is now using fork_inferior (with a
8538 shell) to startup the inferior.
8539
8540 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8541
8542 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8543 support function calls from GDB.
8544
8545 2017-05-21 Tom Tromey <tom@tromey.com>
8546
8547 PR rust/21466:
8548 * gdb.rust/unsized.exp: New file.
8549 * gdb.rust/unsized.rs: New file.
8550
8551 2017-05-19 Tom Tromey <tom@tromey.com>
8552
8553 PR rust/21484:
8554 * gdb.rust/watch.exp: New file.
8555 * gdb.rust/watch.rs: New file.
8556
8557 2017-05-18 Tom Tromey <tom@tromey.com>
8558
8559 * gdb.rust/simple.exp: Allow Box to be qualified.
8560
8561 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8562
8563 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8564
8565 2017-05-18 Pedro Alves <palves@redhat.com>
8566
8567 * gdb.base/fileio.c (test_write, test_read, test_close)
8568 (test_fstat): Don't print 'ret' in the fail path.
8569
8570 2017-05-18 Pedro Alves <palves@redhat.com>
8571
8572 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8573 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8574 (test_system, test_rename, test_unlink, test_time): Change
8575 prototypes.
8576 * gdb.base/fileio.exp (stop_msg): Adjust.
8577
8578 2017-05-18 Pedro Alves <palves@redhat.com>
8579
8580 * gdb.base/fileio.c (null_str): New global.
8581 (test_stat): Use it.
8582 * gdb.base/fileio.exp: Remove nowarnings.
8583
8584 2017-05-17 Yao Qi <yao.qi@linaro.org>
8585
8586 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8587
8588 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8589
8590 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8591 argument command.
8592 (top-level): Invoke test_set_inferior_tty.
8593
8594 2017-05-04 Pedro Alves <palves@redhat.com>
8595
8596 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8597 Add parens to print call for Python 3.
8598
8599 2017-05-03 Keith Seitz <keiths@redhat.com>
8600
8601 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8602 (main): Call it.
8603
8604 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8605
8606 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8607 to prev and next.
8608
8609 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8610
8611 * gdb.python/py-record-btrace.exp: Remove test for
8612 gdb.BtraceInstruction.error.
8613
8614 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8615
8616 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8617
8618 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8619
8620 * gdb.python/py-record-btrace-threads.c: New file.
8621 * gdb.python/py-record-btrace-threads.exp: New file.
8622
8623 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8624
8625 PR testsuite/8595
8626 * gdb.base/environ.exp: Make test available in all architectures.
8627 Move bits related to "info program" testing to
8628 gdb.base/info-program.exp. Rewrite tests to use the two new
8629 procedures mentione below.
8630 (test_set_show_env_var) New procedure.
8631 (test_set_show_env_var_equal): Likewise.
8632 * gdb.base/info-program.exp: New file.
8633
8634 2017-04-27 Keith Seitz <keiths@redhat.com>
8635
8636 * gdb.cp/oranking.cc (test15): New function.
8637 (main): Call test15 and declare additional variables for testing.
8638 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8639 "p foo101('abc')" tests.
8640 Add tests for cv qualifier overloads.
8641 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8642 "lvalue reference overload" test.
8643 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8644 "print value of f1 on Child&& in f2" test.
8645
8646 2017-04-19 Pedro Alves <palves@redhat.com>
8647
8648 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8649 procedure.
8650 (top level): Call it.
8651 * lib/gdb.exp (gdb_define_cmd): New procedure.
8652
8653 2017-04-12 Pedro Alves <palves@redhat.com>
8654
8655 PR gdb/21323
8656 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8657 (wchar): New global.
8658 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8659 (do_test_wide_char, wide_char_types_no_program, top level): Add
8660 wchar_t testing.
8661
8662 2017-04-12 Pedro Alves <palves@redhat.com>
8663
8664 PR c++/21323
8665 * gdb.cp/wide_char_types.c: New file.
8666 * gdb.cp/wide_char_types.exp: New file.
8667
8668 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8669
8670 PR gdb/21352
8671 * gdb.trace/tsv.exp: Add test for "tsave -r".
8672
8673 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8674
8675 * gdb.dlang/watch-loc.c: New file.
8676 * gdb.dlang/watch-loc.exp: New file.
8677
8678 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8679
8680 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8681
8682 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8683
8684 * gdb.arch/arc-analyze-prologue.S: New file.
8685 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8686
8687 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8688
8689 * gdb.arch/arc-decode-insn.S: New file.
8690 * gdb.arch/arc-decode-insn.exp: Likewise.
8691
8692 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8693
8694 PR tdep/20928
8695 * gdb.arch/sparc64-regs.exp: New file.
8696 * gdb.arch/sparc64-regs.S: Likewise.
8697
8698 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8699
8700 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8701 and memory view on Python 3.
8702
8703 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
8704 Keith Seitz <keiths@redhat.com>
8705
8706 PR gdb/14441
8707 * gdb.cp/demangle.exp: Add rvalue reference tests.
8708 * gdb.cp/rvalue-ref-casts.cc: New file.
8709 * gdb.cp/rvalue-ref-casts.exp: New file.
8710 * gdb.cp/rvalue-ref-overload.cc: New file.
8711 * gdb.cp/rvalue-ref-overload.exp: New file.
8712 * gdb.cp/rvalue-ref-params.cc: New file.
8713 * gdb.cp/rvalue-ref-params.exp: New file.
8714 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8715 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8716 * gdb.cp/rvalue-ref-types.cc: New file.
8717 * gdb.cp/rvalue-ref-types.exp: New file.
8718 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8719 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8720
8721 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8722
8723 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8724 New procedure.
8725
8726 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8727
8728 * lib/mi-support.exp (mi_gdb_test): Add additional message
8729 for unexpected output.
8730
8731 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8732
8733 * gdb.base/examine-backward.c (Barrier): New character array
8734 constant, to ensure that TestStrings is preceded by a string
8735 terminator.
8736
8737 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8738
8739 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8740 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8741 and implicit pointer into such a location.
8742
8743 2017-03-16 Doug Evans <dje@google.com>
8744
8745 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8746
8747 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8748
8749 * gdb.cp/m-static.exp: Fix expectation for prototype of
8750 test5.single_constructor and single_constructor::single_constructor.
8751
8752 2017-03-16 Doug Evans <dje@google.com>
8753
8754 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8755 * gdb.guile/scm-lazy-string.c: New file.
8756 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8757 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8758 for pointer, array, typedef lazy strings.
8759
8760 2017-03-16 Doug Evans <dje@google.com>
8761
8762 PR python/17728, python/18439, python/18779
8763 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8764 * gdb.python/py-lazy-string.c (pointer): New typedef.
8765 (main): New locals ptr, array, typedef_ptr.
8766 * gdb.python/py-value.exp: Move lazy string tests to ...
8767 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8768 array, typedef lazy strings.
8769
8770 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8771
8772 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8773 Add optional 'test' parameter.
8774
8775 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8776
8777 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8778 Skip for versions of DejaGnu < 1.5.
8779
8780 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8781
8782 * lib/gdb.exp (dejagnu_version): New proc.
8783 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8784 Use dejagnu_version.
8785
8786 2017-03-10 Keith Seitz <keiths@redhat.com>
8787
8788 PR c++/8128
8789 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8790 type from destructor regexps.
8791 Add a branch which actually passes the test.
8792 Adjust "ptype t5i" test names.
8793
8794 2017-03-08 Pedro Alves <palves@redhat.com>
8795
8796 * gdb.base/step-over-exit.exp: Add explicit test message.
8797
8798 2017-03-08 Pedro Alves <palves@redhat.com>
8799
8800 PR gdb/18360
8801 * gdb.threads/interrupt-while-step-over.c: New file.
8802 * gdb.threads/interrupt-while-step-over.exp: New file.
8803
8804 2017-03-08 Pedro Alves <palves@redhat.com>
8805
8806 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8807 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8808
8809 2017-03-08 Pedro Alves <palves@redhat.com>
8810
8811 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8812 PKRU as not supported as a PASS.
8813
8814 2017-03-08 Pedro Alves <palves@redhat.com>
8815
8816 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8817 prefix instead of $binfile1/$binfile2.
8818 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8819 in test message.
8820 * gdb.python/py-completion.exp: Use "load python file" as test
8821 messages instead of unstable path names.
8822
8823 2017-03-08 Pedro Alves <palves@redhat.com>
8824 Jan Kratochvil <jan.kratochvil@redhat.com>
8825
8826 PR cli/21218
8827 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8828 New proc.
8829 (top level): Call it.
8830
8831 2017-03-08 Pedro Alves <palves@redhat.com>
8832
8833 PR tui/21216
8834 * gdb.tui/tui-nl-filtered-output.exp: New file.
8835
8836 2017-03-08 Pedro Alves <palves@redhat.com>
8837
8838 * gdb.base/completion.exp: Move TUI completion tests to ...
8839 * gdb.tui/completion.exp: ... this new file.
8840
8841 2017-03-08 Pedro Alves <palves@redhat.com>
8842
8843 * gdb.base/tui-disasm-long-lines.c,
8844 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8845 gdb.base/tui-layout.exp: Move to ...
8846 * gdb.tui/: ... this new directory.
8847
8848 2017-03-07 Pedro Alves <palves@redhat.com>
8849
8850 * gdb.base/tui-layout.c: New file.
8851 * gdb.base/tui-layout.exp: New file.
8852
8853 2017-03-07 Pedro Alves <palves@redhat.com>
8854
8855 * gdb.base/tui-layout.c: Rename to ...
8856 * gdb.base/tui-disasm-long-lines.c: ... this.
8857 * gdb.base/tui-layout.exp: Rename to ...
8858 * gdb.base/tui-disasm-long-lines.exp: ... this.
8859
8860 2017-03-07 Pedro Alves <palves@redhat.com>
8861
8862 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8863
8864 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8865
8866 * i386-mpx-call.c: New file.
8867 * i386-mpx-call.exp: New file.
8868
8869 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8870
8871 * gdb.arch/powerpc-power.exp: Delete test.
8872 * gdb.arch/powerpc-power.s: Likewise.
8873 * gdb.disasm/disassembler-options.exp: New test.
8874 * gdb.arch/powerpc-altivec.exp: Likewise.
8875 * gdb.arch/powerpc-altivec.s: Likewise.
8876 * gdb.arch/powerpc-altivec2.exp: Likewise.
8877 * gdb.arch/powerpc-altivec2.s: Likewise.
8878 * gdb.arch/powerpc-altivec3.exp: Likewise.
8879 * gdb.arch/powerpc-altivec3.s: Likewise.
8880 * gdb.arch/powerpc-power7.exp: Likewise.
8881 * gdb.arch/powerpc-power7.s: Likewise.
8882 * gdb.arch/powerpc-power8.exp: Likewise.
8883 * gdb.arch/powerpc-power8.s: Likewise.
8884 * gdb.arch/powerpc-power9.exp: Likewise.
8885 * gdb.arch/powerpc-power9.s: Likewise.
8886 * gdb.arch/powerpc-vsx.exp: Likewise.
8887 * gdb.arch/powerpc-vsx.s: Likewise.
8888 * gdb.arch/powerpc-vsx2.exp: Likewise.
8889 * gdb.arch/powerpc-vsx2.s: Likewise.
8890 * gdb.arch/powerpc-vsx3.exp: Likewise.
8891 * gdb.arch/powerpc-vsx3.s: Likewise.
8892 * gdb.arch/arm-disassembler-options.exp: Likewise.
8893 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8894 * gdb.arch/s390-disassembler-options.exp: Likewise.
8895
8896 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
8897
8898 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8899 (check_supported_features): ... this. Changed return type to void.
8900 (supports_rdseed): New static global.
8901 (rdseed): Check supports_rdseed.
8902 (initialize): Call check_supported_features.
8903
8904 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8905
8906 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8907 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8908 and lqarx/stqcx.
8909 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8910 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8911
8912 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8913
8914 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8915 uppercase.
8916
8917 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8918
8919 * gdb.dwarf2/formdata16.c: New file.
8920 * gdb.dwarf2/formdata16.exp: New file.
8921 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8922
8923 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8924
8925 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8926 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8927 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8928 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8929 DW_AT_GNU_*.
8930
8931 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8932
8933 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8934
8935 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8936
8937 PR gdb/21164
8938 * gdb.base/maint.exp: Add testcases for when the commands do
8939 not have arguments.
8940
8941 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8942
8943 * gdb.cp/chained-calls.exp: Use p instead of P.
8944
8945 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8946
8947 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8948 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8949
8950 2017-02-14 Tom Tromey <tom@tromey.com>
8951
8952 PR python/13598:
8953 * gdb.python/py-events.exp: Add before_prompt event tests.
8954
8955 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8956
8957 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8958
8959 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8960
8961 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8962 (main): Call my_unique_function_name.
8963 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8964 completion of patterns with a single match.
8965 Add missing -re switches to gdb_test_multiple calls.
8966
8967 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8968
8969 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8970 return if core file is not recognized.
8971
8972 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8973
8974 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8975 and extra UIs.
8976
8977 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8978
8979 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8980 proc_with_prefix.
8981
8982 2017-02-10 Tom Tromey <tom@tromey.com>
8983
8984 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8985
8986 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
8987
8988 PR gdb/21122
8989 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8990
8991 2017-02-08 Jerome Guitton <guitton@adacore.com>
8992
8993 * gdb.base/define.exp: Add test for command abbreviations
8994 in define.
8995
8996 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
8997
8998 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8999 * gdb.reverse/insn-reverse-x86.c: New file.
9000
9001 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9002
9003 PR tdep/20936
9004 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9005
9006 2017-02-03 Tom Tromey <tom@tromey.com>
9007
9008 PR rust/21097:
9009 * gdb.rust/simple.exp: Add new tests.
9010
9011 2017-02-02 Pedro Alves <palves@redhat.com>
9012
9013 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9014 tests.
9015
9016 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9017
9018 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9019 taking a 2-byte value out of a 4-byte DWARF implicit value on
9020 big-endian targets.
9021 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9022 logic. Add test cases for DW_OP_implicit.
9023
9024 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9025
9026 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9027
9028 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9029
9030 * gdb.btrace/enable.exp: Call gdb_exit before
9031 skip_gdbserver_tests.
9032
9033 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9034
9035 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9036 GDBFLAGS.
9037
9038 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9039
9040 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9041 the test is skipped.
9042 * gdb.btrace/data.exp: Likewise.
9043 * gdb.btrace/delta.exp: Likewise.
9044 * gdb.btrace/dlopen.exp: Likewise.
9045 * gdb.btrace/enable-running.exp: Likewise.
9046 * gdb.btrace/enable.exp: Likewise.
9047 * gdb.btrace/exception.exp: Likewise.
9048 * gdb.btrace/function_call_history.exp: Likewise.
9049 * gdb.btrace/gcore.exp: Likewise.
9050 * gdb.btrace/instruction_history.exp: Likewise.
9051 * gdb.btrace/multi-thread-step.exp: Likewise.
9052 * gdb.btrace/nohist.exp: Likewise.
9053 * gdb.btrace/non-stop.exp: Likewise.
9054 * gdb.btrace/reconnect.exp: Likewise.
9055 * gdb.btrace/record_goto-step.exp: Likewise.
9056 * gdb.btrace/record_goto.exp: Likewise.
9057 * gdb.btrace/rn-dl-bind.exp: Likewise.
9058 * gdb.btrace/segv.exp: Likewise.
9059 * gdb.btrace/step.exp: Likewise.
9060 * gdb.btrace/stepi.exp: Likewise.
9061 * gdb.btrace/tailcall-only.exp: Likewise.
9062 * gdb.btrace/tailcall.exp: Likewise.
9063 * gdb.btrace/tsx.exp: Likewise.
9064 * gdb.btrace/unknown_functions.exp: Likewise.
9065 * gdb.btrace/vdso.exp: Likewise.
9066
9067 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9068
9069 * gdb.btrace/enable-running.c: New.
9070 * gdb.btrace/enable-running.exp: New.
9071
9072 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9073
9074 * gdb.arch/amd64-gs_base.c: New file.
9075 * gdb.arch/amd64-gs_base.exp: New file.
9076
9077 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9078
9079 * lib/memory.exp: Remove spurious empty newlines.
9080
9081 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9082
9083 * gdb.python/py-bad-printers.exp: Load python file using "source".
9084 * gdb.python/py-events.exp: Likewise.
9085 * gdb.python/py-evsignal.exp: Likewise.
9086 * gdb.python/py-evthreads.exp: Likewise.
9087 * gdb.python/py-frame-args.exp: Likewise.
9088 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9089 * gdb.python/py-framefilter-mi.exp: Likewise.
9090 * gdb.python/py-framefilter.exp: Likewise.
9091 * gdb.python/py-mi.exp: Likewise.
9092 * gdb.python/py-pp-maint.exp: Likewise.
9093 * gdb.python/py-pp-registration.exp: Likewise.
9094 * gdb.python/py-prettyprint.exp: Likewise.
9095 (run_lang_tests): Likewise.
9096 * gdb.python/py-typeprint.exp: Likewise.
9097
9098 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9099
9100 * lib/memory.exp: New file.
9101 * lib/gdb.exp: Load memory.exp.
9102 * gdb.base/memattr.exp (delete_memory): Move proc to
9103 lib/memory.exp and rename to delete_memory_regions.
9104 Replace delete_memory with delete_memory_regions.
9105 Cleanup memory regions before tests.
9106 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9107 before tests.
9108
9109 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9110
9111 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9112 files.
9113 (initialize): New function conditionally defined.
9114 (testcases): Move within conditional block.
9115 (main): Call initialize.
9116 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9117 of gdb.reverse/insn-reverse.c.
9118 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9119 gdb.reverse/insn-reverse.c.
9120
9121 2017-01-26 Yao Qi <yao.qi@linaro.org>
9122
9123 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9124 disassemble on address 0.
9125
9126 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9127 Yao Qi <yao.qi@linaro.org>
9128
9129 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9130 * gdb.dwarf2/implptr-64bit.S: Remove.
9131 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9132 variables in caller's context. Add DW_OP_implicit_value.
9133
9134 2017-01-25 Yao Qi <yao.qi@linaro.org>
9135
9136 * lib/dwarf.exp (Dwarf::_location): Handle
9137 DW_OP_GNU_implicit_pointer with proper size.
9138
9139 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9140
9141 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9142 and add untested calls.
9143
9144 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9145
9146 * gdb.python/python.exp: Check line number against what GDB thinks
9147 the line number is for func1.
9148
9149 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9150
9151 * gdb.dlang/debug-expr.exp: New file.
9152
9153 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
9154
9155 Fix test names for the following files:
9156
9157 * gdb.ada/exec_changed.exp
9158 * gdb.ada/info_types.exp
9159 * gdb.arch/aarch64-atomic-inst.exp
9160 * gdb.arch/aarch64-fp.exp
9161 * gdb.arch/altivec-abi.exp
9162 * gdb.arch/altivec-regs.exp
9163 * gdb.arch/amd64-byte.exp
9164 * gdb.arch/amd64-disp-step.exp
9165 * gdb.arch/amd64-dword.exp
9166 * gdb.arch/amd64-entry-value-inline.exp
9167 * gdb.arch/amd64-entry-value-param.exp
9168 * gdb.arch/amd64-entry-value-paramref.exp
9169 * gdb.arch/amd64-entry-value.exp
9170 * gdb.arch/amd64-i386-address.exp
9171 * gdb.arch/amd64-invalid-stack-middle.exp
9172 * gdb.arch/amd64-invalid-stack-top.exp
9173 * gdb.arch/amd64-optimout-repeat.exp
9174 * gdb.arch/amd64-prologue-skip.exp
9175 * gdb.arch/amd64-prologue-xmm.exp
9176 * gdb.arch/amd64-stap-special-operands.exp
9177 * gdb.arch/amd64-stap-wrong-subexp.exp
9178 * gdb.arch/amd64-tailcall-cxx.exp
9179 * gdb.arch/amd64-tailcall-noret.exp
9180 * gdb.arch/amd64-tailcall-ret.exp
9181 * gdb.arch/amd64-tailcall-self.exp
9182 * gdb.arch/amd64-word.exp
9183 * gdb.arch/arm-bl-branch-dest.exp
9184 * gdb.arch/arm-disp-step.exp
9185 * gdb.arch/arm-neon.exp
9186 * gdb.arch/arm-single-step-kernel-helper.exp
9187 * gdb.arch/avr-flash-qualifier.exp
9188 * gdb.arch/disp-step-insn-reloc.exp
9189 * gdb.arch/e500-abi.exp
9190 * gdb.arch/e500-regs.exp
9191 * gdb.arch/ftrace-insn-reloc.exp
9192 * gdb.arch/i386-avx512.exp
9193 * gdb.arch/i386-bp_permanent.exp
9194 * gdb.arch/i386-byte.exp
9195 * gdb.arch/i386-cfi-notcurrent.exp
9196 * gdb.arch/i386-disp-step.exp
9197 * gdb.arch/i386-dr3-watch.exp
9198 * gdb.arch/i386-float.exp
9199 * gdb.arch/i386-gnu-cfi.exp
9200 * gdb.arch/i386-mpx-map.exp
9201 * gdb.arch/i386-mpx-sigsegv.exp
9202 * gdb.arch/i386-mpx-simple_segv.exp
9203 * gdb.arch/i386-mpx.exp
9204 * gdb.arch/i386-permbkpt.exp
9205 * gdb.arch/i386-prologue.exp
9206 * gdb.arch/i386-signal.exp
9207 * gdb.arch/i386-size-overlap.exp
9208 * gdb.arch/i386-unwind.exp
9209 * gdb.arch/i386-word.exp
9210 * gdb.arch/mips-fcr.exp
9211 * gdb.arch/powerpc-d128-regs.exp
9212 * gdb.arch/powerpc-stackless.exp
9213 * gdb.arch/ppc64-atomic-inst.exp
9214 * gdb.arch/s390-stackless.exp
9215 * gdb.arch/s390-tdbregs.exp
9216 * gdb.arch/s390-vregs.exp
9217 * gdb.arch/sparc-sysstep.exp
9218 * gdb.arch/thumb-bx-pc.exp
9219 * gdb.arch/thumb-singlestep.exp
9220 * gdb.arch/thumb2-it.exp
9221 * gdb.arch/vsx-regs.exp
9222 * gdb.asm/asm-source.exp
9223 * gdb.base/a2-run.exp
9224 * gdb.base/advance.exp
9225 * gdb.base/all-bin.exp
9226 * gdb.base/anon.exp
9227 * gdb.base/args.exp
9228 * gdb.base/arithmet.exp
9229 * gdb.base/async-shell.exp
9230 * gdb.base/async.exp
9231 * gdb.base/attach-pie-noexec.exp
9232 * gdb.base/attach-twice.exp
9233 * gdb.base/auto-load.exp
9234 * gdb.base/bang.exp
9235 * gdb.base/bitfields.exp
9236 * gdb.base/break-always.exp
9237 * gdb.base/break-caller-line.exp
9238 * gdb.base/break-entry.exp
9239 * gdb.base/break-inline.exp
9240 * gdb.base/break-on-linker-gcd-function.exp
9241 * gdb.base/break-probes.exp
9242 * gdb.base/break.exp
9243 * gdb.base/breakpoint-shadow.exp
9244 * gdb.base/call-ar-st.exp
9245 * gdb.base/call-sc.exp
9246 * gdb.base/call-signal-resume.exp
9247 * gdb.base/call-strs.exp
9248 * gdb.base/callfuncs.exp
9249 * gdb.base/catch-fork-static.exp
9250 * gdb.base/catch-gdb-caused-signals.exp
9251 * gdb.base/catch-load.exp
9252 * gdb.base/catch-signal-fork.exp
9253 * gdb.base/catch-signal.exp
9254 * gdb.base/catch-syscall.exp
9255 * gdb.base/charset.exp
9256 * gdb.base/checkpoint.exp
9257 * gdb.base/chng-syms.exp
9258 * gdb.base/code-expr.exp
9259 * gdb.base/code_elim.exp
9260 * gdb.base/commands.exp
9261 * gdb.base/completion.exp
9262 * gdb.base/complex.exp
9263 * gdb.base/cond-expr.exp
9264 * gdb.base/condbreak.exp
9265 * gdb.base/consecutive.exp
9266 * gdb.base/continue-all-already-running.exp
9267 * gdb.base/coredump-filter.exp
9268 * gdb.base/corefile.exp
9269 * gdb.base/dbx.exp
9270 * gdb.base/debug-expr.exp
9271 * gdb.base/define.exp
9272 * gdb.base/del.exp
9273 * gdb.base/disabled-location.exp
9274 * gdb.base/disasm-end-cu.exp
9275 * gdb.base/disasm-optim.exp
9276 * gdb.base/display.exp
9277 * gdb.base/duplicate-bp.exp
9278 * gdb.base/ena-dis-br.exp
9279 * gdb.base/ending-run.exp
9280 * gdb.base/enumval.exp
9281 * gdb.base/environ.exp
9282 * gdb.base/eu-strip-infcall.exp
9283 * gdb.base/eval-avoid-side-effects.exp
9284 * gdb.base/eval-skip.exp
9285 * gdb.base/exitsignal.exp
9286 * gdb.base/expand-psymtabs.exp
9287 * gdb.base/filesym.exp
9288 * gdb.base/find-unmapped.exp
9289 * gdb.base/finish.exp
9290 * gdb.base/float.exp
9291 * gdb.base/foll-exec-mode.exp
9292 * gdb.base/foll-exec.exp
9293 * gdb.base/foll-fork.exp
9294 * gdb.base/fortran-sym-case.exp
9295 * gdb.base/freebpcmd.exp
9296 * gdb.base/func-ptr.exp
9297 * gdb.base/func-ptrs.exp
9298 * gdb.base/funcargs.exp
9299 * gdb.base/gcore-buffer-overflow.exp
9300 * gdb.base/gcore-relro-pie.exp
9301 * gdb.base/gcore-relro.exp
9302 * gdb.base/gcore.exp
9303 * gdb.base/gdb1090.exp
9304 * gdb.base/gdb11530.exp
9305 * gdb.base/gdb11531.exp
9306 * gdb.base/gdb1821.exp
9307 * gdb.base/gdbindex-stabs.exp
9308 * gdb.base/gdbvars.exp
9309 * gdb.base/hbreak.exp
9310 * gdb.base/hbreak2.exp
9311 * gdb.base/included.exp
9312 * gdb.base/infcall-input.exp
9313 * gdb.base/inferior-died.exp
9314 * gdb.base/infnan.exp
9315 * gdb.base/info-macros.exp
9316 * gdb.base/info-os.exp
9317 * gdb.base/info-proc.exp
9318 * gdb.base/info-shared.exp
9319 * gdb.base/info-target.exp
9320 * gdb.base/infoline.exp
9321 * gdb.base/interp.exp
9322 * gdb.base/interrupt.exp
9323 * gdb.base/jit-reader.exp
9324 * gdb.base/jit-simple.exp
9325 * gdb.base/kill-after-signal.exp
9326 * gdb.base/kill-detach-inferiors-cmd.exp
9327 * gdb.base/label.exp
9328 * gdb.base/langs.exp
9329 * gdb.base/ldbl_e308.exp
9330 * gdb.base/line-symtabs.exp
9331 * gdb.base/linespecs.exp
9332 * gdb.base/list.exp
9333 * gdb.base/long_long.exp
9334 * gdb.base/longest-types.exp
9335 * gdb.base/maint.exp
9336 * gdb.base/max-value-size.exp
9337 * gdb.base/memattr.exp
9338 * gdb.base/mips_pro.exp
9339 * gdb.base/morestack.exp
9340 * gdb.base/moribund-step.exp
9341 * gdb.base/multi-forks.exp
9342 * gdb.base/nested-addr.exp
9343 * gdb.base/nextoverexit.exp
9344 * gdb.base/noreturn-finish.exp
9345 * gdb.base/noreturn-return.exp
9346 * gdb.base/nostdlib.exp
9347 * gdb.base/offsets.exp
9348 * gdb.base/opaque.exp
9349 * gdb.base/pc-fp.exp
9350 * gdb.base/permissions.exp
9351 * gdb.base/print-symbol-loading.exp
9352 * gdb.base/prologue-include.exp
9353 * gdb.base/psymtab.exp
9354 * gdb.base/ptype.exp
9355 * gdb.base/random-signal.exp
9356 * gdb.base/randomize.exp
9357 * gdb.base/range-stepping.exp
9358 * gdb.base/readline-ask.exp
9359 * gdb.base/recpar.exp
9360 * gdb.base/recurse.exp
9361 * gdb.base/relational.exp
9362 * gdb.base/restore.exp
9363 * gdb.base/return-nodebug.exp
9364 * gdb.base/return.exp
9365 * gdb.base/run-after-attach.exp
9366 * gdb.base/save-bp.exp
9367 * gdb.base/scope.exp
9368 * gdb.base/sect-cmd.exp
9369 * gdb.base/set-lang-auto.exp
9370 * gdb.base/set-noassign.exp
9371 * gdb.base/setvar.exp
9372 * gdb.base/sigall.exp
9373 * gdb.base/sigbpt.exp
9374 * gdb.base/siginfo-addr.exp
9375 * gdb.base/siginfo-infcall.exp
9376 * gdb.base/siginfo-obj.exp
9377 * gdb.base/siginfo.exp
9378 * gdb.base/signals-state-child.exp
9379 * gdb.base/signest.exp
9380 * gdb.base/sigstep.exp
9381 * gdb.base/sizeof.exp
9382 * gdb.base/skip.exp
9383 * gdb.base/solib-corrupted.exp
9384 * gdb.base/solib-nodir.exp
9385 * gdb.base/solib-search.exp
9386 * gdb.base/stack-checking.exp
9387 * gdb.base/stale-infcall.exp
9388 * gdb.base/stap-probe.exp
9389 * gdb.base/start.exp
9390 * gdb.base/step-break.exp
9391 * gdb.base/step-bt.exp
9392 * gdb.base/step-line.exp
9393 * gdb.base/step-over-exit.exp
9394 * gdb.base/step-over-syscall.exp
9395 * gdb.base/step-resume-infcall.exp
9396 * gdb.base/step-test.exp
9397 * gdb.base/store.exp
9398 * gdb.base/structs3.exp
9399 * gdb.base/sym-file.exp
9400 * gdb.base/symbol-without-target_section.exp
9401 * gdb.base/term.exp
9402 * gdb.base/testenv.exp
9403 * gdb.base/ui-redirect.exp
9404 * gdb.base/until.exp
9405 * gdb.base/unwindonsignal.exp
9406 * gdb.base/value-double-free.exp
9407 * gdb.base/vla-datatypes.exp
9408 * gdb.base/vla-ptr.exp
9409 * gdb.base/vla-sideeffect.exp
9410 * gdb.base/volatile.exp
9411 * gdb.base/watch-cond-infcall.exp
9412 * gdb.base/watch-cond.exp
9413 * gdb.base/watch-non-mem.exp
9414 * gdb.base/watch-read.exp
9415 * gdb.base/watch-vfork.exp
9416 * gdb.base/watchpoint-cond-gone.exp
9417 * gdb.base/watchpoint-delete.exp
9418 * gdb.base/watchpoint-hw-hit-once.exp
9419 * gdb.base/watchpoint-hw.exp
9420 * gdb.base/watchpoint-stops-at-right-insn.exp
9421 * gdb.base/watchpoints.exp
9422 * gdb.base/wchar.exp
9423 * gdb.base/whatis-exp.exp
9424 * gdb.btrace/buffer-size.exp
9425 * gdb.btrace/data.exp
9426 * gdb.btrace/delta.exp
9427 * gdb.btrace/dlopen.exp
9428 * gdb.btrace/enable.exp
9429 * gdb.btrace/exception.exp
9430 * gdb.btrace/function_call_history.exp
9431 * gdb.btrace/gcore.exp
9432 * gdb.btrace/instruction_history.exp
9433 * gdb.btrace/nohist.exp
9434 * gdb.btrace/reconnect.exp
9435 * gdb.btrace/record_goto-step.exp
9436 * gdb.btrace/record_goto.exp
9437 * gdb.btrace/rn-dl-bind.exp
9438 * gdb.btrace/segv.exp
9439 * gdb.btrace/step.exp
9440 * gdb.btrace/stepi.exp
9441 * gdb.btrace/tailcall-only.exp
9442 * gdb.btrace/tailcall.exp
9443 * gdb.btrace/tsx.exp
9444 * gdb.btrace/unknown_functions.exp
9445 * gdb.btrace/vdso.exp
9446 * gdb.compile/compile-ifunc.exp
9447 * gdb.compile/compile-ops.exp
9448 * gdb.compile/compile-print.exp
9449 * gdb.compile/compile-setjmp.exp
9450 * gdb.cp/abstract-origin.exp
9451 * gdb.cp/ambiguous.exp
9452 * gdb.cp/annota2.exp
9453 * gdb.cp/annota3.exp
9454 * gdb.cp/anon-ns.exp
9455 * gdb.cp/anon-struct.exp
9456 * gdb.cp/anon-union.exp
9457 * gdb.cp/arg-reference.exp
9458 * gdb.cp/baseenum.exp
9459 * gdb.cp/bool.exp
9460 * gdb.cp/breakpoint.exp
9461 * gdb.cp/bs15503.exp
9462 * gdb.cp/call-c.exp
9463 * gdb.cp/casts.exp
9464 * gdb.cp/chained-calls.exp
9465 * gdb.cp/class2.exp
9466 * gdb.cp/classes.exp
9467 * gdb.cp/cmpd-minsyms.exp
9468 * gdb.cp/converts.exp
9469 * gdb.cp/cp-relocate.exp
9470 * gdb.cp/cpcompletion.exp
9471 * gdb.cp/cpexprs.exp
9472 * gdb.cp/cplabel.exp
9473 * gdb.cp/cplusfuncs.exp
9474 * gdb.cp/cpsizeof.exp
9475 * gdb.cp/ctti.exp
9476 * gdb.cp/derivation.exp
9477 * gdb.cp/destrprint.exp
9478 * gdb.cp/dispcxx.exp
9479 * gdb.cp/enum-class.exp
9480 * gdb.cp/exception.exp
9481 * gdb.cp/exceptprint.exp
9482 * gdb.cp/expand-psymtabs-cxx.exp
9483 * gdb.cp/expand-sals.exp
9484 * gdb.cp/extern-c.exp
9485 * gdb.cp/filename.exp
9486 * gdb.cp/formatted-ref.exp
9487 * gdb.cp/fpointer.exp
9488 * gdb.cp/gdb1355.exp
9489 * gdb.cp/gdb2495.exp
9490 * gdb.cp/hang.exp
9491 * gdb.cp/impl-this.exp
9492 * gdb.cp/infcall-dlopen.exp
9493 * gdb.cp/inherit.exp
9494 * gdb.cp/iostream.exp
9495 * gdb.cp/koenig.exp
9496 * gdb.cp/local.exp
9497 * gdb.cp/m-data.exp
9498 * gdb.cp/m-static.exp
9499 * gdb.cp/mb-ctor.exp
9500 * gdb.cp/mb-inline.exp
9501 * gdb.cp/mb-templates.exp
9502 * gdb.cp/member-name.exp
9503 * gdb.cp/member-ptr.exp
9504 * gdb.cp/meth-typedefs.exp
9505 * gdb.cp/method.exp
9506 * gdb.cp/method2.exp
9507 * gdb.cp/minsym-fallback.exp
9508 * gdb.cp/misc.exp
9509 * gdb.cp/namelessclass.exp
9510 * gdb.cp/namespace-enum.exp
9511 * gdb.cp/namespace-nested-import.exp
9512 * gdb.cp/namespace.exp
9513 * gdb.cp/nextoverthrow.exp
9514 * gdb.cp/no-dmgl-verbose.exp
9515 * gdb.cp/non-trivial-retval.exp
9516 * gdb.cp/noparam.exp
9517 * gdb.cp/nsdecl.exp
9518 * gdb.cp/nsimport.exp
9519 * gdb.cp/nsnested.exp
9520 * gdb.cp/nsnoimports.exp
9521 * gdb.cp/nsrecurs.exp
9522 * gdb.cp/nsstress.exp
9523 * gdb.cp/nsusing.exp
9524 * gdb.cp/operator.exp
9525 * gdb.cp/oranking.exp
9526 * gdb.cp/overload-const.exp
9527 * gdb.cp/overload.exp
9528 * gdb.cp/ovldbreak.exp
9529 * gdb.cp/ovsrch.exp
9530 * gdb.cp/paren-type.exp
9531 * gdb.cp/parse-lang.exp
9532 * gdb.cp/pass-by-ref.exp
9533 * gdb.cp/pr-1023.exp
9534 * gdb.cp/pr-1210.exp
9535 * gdb.cp/pr-574.exp
9536 * gdb.cp/pr10687.exp
9537 * gdb.cp/pr12028.exp
9538 * gdb.cp/pr17132.exp
9539 * gdb.cp/pr17494.exp
9540 * gdb.cp/pr9067.exp
9541 * gdb.cp/pr9167.exp
9542 * gdb.cp/pr9631.exp
9543 * gdb.cp/printmethod.exp
9544 * gdb.cp/psmang.exp
9545 * gdb.cp/psymtab-parameter.exp
9546 * gdb.cp/ptype-cv-cp.exp
9547 * gdb.cp/ptype-flags.exp
9548 * gdb.cp/re-set-overloaded.exp
9549 * gdb.cp/ref-types.exp
9550 * gdb.cp/rtti.exp
9551 * gdb.cp/scope-err.exp
9552 * gdb.cp/shadow.exp
9553 * gdb.cp/smartp.exp
9554 * gdb.cp/static-method.exp
9555 * gdb.cp/static-print-quit.exp
9556 * gdb.cp/temargs.exp
9557 * gdb.cp/templates.exp
9558 * gdb.cp/try_catch.exp
9559 * gdb.cp/typedef-operator.exp
9560 * gdb.cp/typeid.exp
9561 * gdb.cp/userdef.exp
9562 * gdb.cp/using-crash.exp
9563 * gdb.cp/var-tag.exp
9564 * gdb.cp/virtbase.exp
9565 * gdb.cp/virtfunc.exp
9566 * gdb.cp/virtfunc2.exp
9567 * gdb.cp/vla-cxx.exp
9568 * gdb.disasm/t01_mov.exp
9569 * gdb.disasm/t02_mova.exp
9570 * gdb.disasm/t03_add.exp
9571 * gdb.disasm/t04_sub.exp
9572 * gdb.disasm/t05_cmp.exp
9573 * gdb.disasm/t06_ari2.exp
9574 * gdb.disasm/t07_ari3.exp
9575 * gdb.disasm/t08_or.exp
9576 * gdb.disasm/t09_xor.exp
9577 * gdb.disasm/t10_and.exp
9578 * gdb.disasm/t11_logs.exp
9579 * gdb.disasm/t12_bit.exp
9580 * gdb.disasm/t13_otr.exp
9581 * gdb.dlang/circular.exp
9582 * gdb.dwarf2/arr-stride.exp
9583 * gdb.dwarf2/arr-subrange.exp
9584 * gdb.dwarf2/atomic-type.exp
9585 * gdb.dwarf2/bad-regnum.exp
9586 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9587 * gdb.dwarf2/callframecfa.exp
9588 * gdb.dwarf2/clztest.exp
9589 * gdb.dwarf2/corrupt.exp
9590 * gdb.dwarf2/data-loc.exp
9591 * gdb.dwarf2/dup-psym.exp
9592 * gdb.dwarf2/dw2-anon-mptr.exp
9593 * gdb.dwarf2/dw2-anonymous-func.exp
9594 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9595 * gdb.dwarf2/dw2-bad-unresolved.exp
9596 * gdb.dwarf2/dw2-basic.exp
9597 * gdb.dwarf2/dw2-canonicalize-type.exp
9598 * gdb.dwarf2/dw2-case-insensitive.exp
9599 * gdb.dwarf2/dw2-common-block.exp
9600 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9601 * gdb.dwarf2/dw2-compressed.exp
9602 * gdb.dwarf2/dw2-const.exp
9603 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9604 * gdb.dwarf2/dw2-cu-size.exp
9605 * gdb.dwarf2/dw2-dup-frame.exp
9606 * gdb.dwarf2/dw2-entry-value.exp
9607 * gdb.dwarf2/dw2-icycle.exp
9608 * gdb.dwarf2/dw2-ifort-parameter.exp
9609 * gdb.dwarf2/dw2-inline-break.exp
9610 * gdb.dwarf2/dw2-inline-param.exp
9611 * gdb.dwarf2/dw2-intercu.exp
9612 * gdb.dwarf2/dw2-intermix.exp
9613 * gdb.dwarf2/dw2-lexical-block-bare.exp
9614 * gdb.dwarf2/dw2-linkage-name-trust.exp
9615 * gdb.dwarf2/dw2-minsym-in-cu.exp
9616 * gdb.dwarf2/dw2-noloc.exp
9617 * gdb.dwarf2/dw2-op-call.exp
9618 * gdb.dwarf2/dw2-op-out-param.exp
9619 * gdb.dwarf2/dw2-opt-structptr.exp
9620 * gdb.dwarf2/dw2-param-error.exp
9621 * gdb.dwarf2/dw2-producer.exp
9622 * gdb.dwarf2/dw2-ranges-base.exp
9623 * gdb.dwarf2/dw2-ref-missing-frame.exp
9624 * gdb.dwarf2/dw2-reg-undefined.exp
9625 * gdb.dwarf2/dw2-regno-invalid.exp
9626 * gdb.dwarf2/dw2-restore.exp
9627 * gdb.dwarf2/dw2-restrict.exp
9628 * gdb.dwarf2/dw2-single-line-discriminators.exp
9629 * gdb.dwarf2/dw2-strp.exp
9630 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9631 * gdb.dwarf2/dw2-unresolved.exp
9632 * gdb.dwarf2/dw2-var-zero-addr.exp
9633 * gdb.dwarf2/dw4-sig-types.exp
9634 * gdb.dwarf2/dwz.exp
9635 * gdb.dwarf2/dynarr-ptr.exp
9636 * gdb.dwarf2/enum-type.exp
9637 * gdb.dwarf2/gdb-index.exp
9638 * gdb.dwarf2/implptr-64bit.exp
9639 * gdb.dwarf2/implptr-optimized-out.exp
9640 * gdb.dwarf2/implptr.exp
9641 * gdb.dwarf2/implref-array.exp
9642 * gdb.dwarf2/implref-const.exp
9643 * gdb.dwarf2/implref-global.exp
9644 * gdb.dwarf2/implref-struct.exp
9645 * gdb.dwarf2/mac-fileno.exp
9646 * gdb.dwarf2/main-subprogram.exp
9647 * gdb.dwarf2/member-ptr-forwardref.exp
9648 * gdb.dwarf2/method-ptr.exp
9649 * gdb.dwarf2/missing-sig-type.exp
9650 * gdb.dwarf2/nonvar-access.exp
9651 * gdb.dwarf2/opaque-type-lookup.exp
9652 * gdb.dwarf2/pieces-optimized-out.exp
9653 * gdb.dwarf2/pieces.exp
9654 * gdb.dwarf2/pr10770.exp
9655 * gdb.dwarf2/pr13961.exp
9656 * gdb.dwarf2/staticvirtual.exp
9657 * gdb.dwarf2/subrange.exp
9658 * gdb.dwarf2/symtab-producer.exp
9659 * gdb.dwarf2/trace-crash.exp
9660 * gdb.dwarf2/typeddwarf.exp
9661 * gdb.dwarf2/valop.exp
9662 * gdb.dwarf2/watch-notconst.exp
9663 * gdb.fortran/array-element.exp
9664 * gdb.fortran/charset.exp
9665 * gdb.fortran/common-block.exp
9666 * gdb.fortran/complex.exp
9667 * gdb.fortran/derived-type-function.exp
9668 * gdb.fortran/derived-type.exp
9669 * gdb.fortran/logical.exp
9670 * gdb.fortran/module.exp
9671 * gdb.fortran/multi-dim.exp
9672 * gdb.fortran/nested-funcs.exp
9673 * gdb.fortran/print-formatted.exp
9674 * gdb.fortran/subarray.exp
9675 * gdb.fortran/vla-alloc-assoc.exp
9676 * gdb.fortran/vla-datatypes.exp
9677 * gdb.fortran/vla-history.exp
9678 * gdb.fortran/vla-ptr-info.exp
9679 * gdb.fortran/vla-ptype-sub.exp
9680 * gdb.fortran/vla-ptype.exp
9681 * gdb.fortran/vla-sizeof.exp
9682 * gdb.fortran/vla-type.exp
9683 * gdb.fortran/vla-value-sub-arbitrary.exp
9684 * gdb.fortran/vla-value-sub-finish.exp
9685 * gdb.fortran/vla-value-sub.exp
9686 * gdb.fortran/vla-value.exp
9687 * gdb.fortran/whatis_type.exp
9688 * gdb.go/chan.exp
9689 * gdb.go/handcall.exp
9690 * gdb.go/hello.exp
9691 * gdb.go/integers.exp
9692 * gdb.go/methods.exp
9693 * gdb.go/package.exp
9694 * gdb.go/strings.exp
9695 * gdb.go/types.exp
9696 * gdb.go/unsafe.exp
9697 * gdb.guile/scm-arch.exp
9698 * gdb.guile/scm-block.exp
9699 * gdb.guile/scm-breakpoint.exp
9700 * gdb.guile/scm-cmd.exp
9701 * gdb.guile/scm-disasm.exp
9702 * gdb.guile/scm-equal.exp
9703 * gdb.guile/scm-frame-args.exp
9704 * gdb.guile/scm-frame-inline.exp
9705 * gdb.guile/scm-frame.exp
9706 * gdb.guile/scm-iterator.exp
9707 * gdb.guile/scm-math.exp
9708 * gdb.guile/scm-objfile.exp
9709 * gdb.guile/scm-ports.exp
9710 * gdb.guile/scm-symbol.exp
9711 * gdb.guile/scm-symtab.exp
9712 * gdb.guile/scm-value-cc.exp
9713 * gdb.guile/types-module.exp
9714 * gdb.linespec/break-ask.exp
9715 * gdb.linespec/cpexplicit.exp
9716 * gdb.linespec/explicit.exp
9717 * gdb.linespec/keywords.exp
9718 * gdb.linespec/linespec.exp
9719 * gdb.linespec/ls-dollar.exp
9720 * gdb.linespec/ls-errs.exp
9721 * gdb.linespec/skip-two.exp
9722 * gdb.linespec/thread.exp
9723 * gdb.mi/mi-async.exp
9724 * gdb.mi/mi-basics.exp
9725 * gdb.mi/mi-break.exp
9726 * gdb.mi/mi-catch-load.exp
9727 * gdb.mi/mi-cli.exp
9728 * gdb.mi/mi-cmd-param-changed.exp
9729 * gdb.mi/mi-console.exp
9730 * gdb.mi/mi-detach.exp
9731 * gdb.mi/mi-disassemble.exp
9732 * gdb.mi/mi-eval.exp
9733 * gdb.mi/mi-file-transfer.exp
9734 * gdb.mi/mi-file.exp
9735 * gdb.mi/mi-fill-memory.exp
9736 * gdb.mi/mi-inheritance-syntax-error.exp
9737 * gdb.mi/mi-linespec-err-cp.exp
9738 * gdb.mi/mi-logging.exp
9739 * gdb.mi/mi-memory-changed.exp
9740 * gdb.mi/mi-read-memory.exp
9741 * gdb.mi/mi-record-changed.exp
9742 * gdb.mi/mi-reg-undefined.exp
9743 * gdb.mi/mi-regs.exp
9744 * gdb.mi/mi-return.exp
9745 * gdb.mi/mi-reverse.exp
9746 * gdb.mi/mi-simplerun.exp
9747 * gdb.mi/mi-solib.exp
9748 * gdb.mi/mi-stack.exp
9749 * gdb.mi/mi-stepi.exp
9750 * gdb.mi/mi-syn-frame.exp
9751 * gdb.mi/mi-until.exp
9752 * gdb.mi/mi-var-block.exp
9753 * gdb.mi/mi-var-child.exp
9754 * gdb.mi/mi-var-cmd.exp
9755 * gdb.mi/mi-var-cp.exp
9756 * gdb.mi/mi-var-display.exp
9757 * gdb.mi/mi-var-invalidate.exp
9758 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9759 * gdb.mi/mi-vla-fortran.exp
9760 * gdb.mi/mi-watch.exp
9761 * gdb.mi/mi2-var-child.exp
9762 * gdb.mi/user-selected-context-sync.exp
9763 * gdb.modula2/unbounded-array.exp
9764 * gdb.multi/dummy-frame-restore.exp
9765 * gdb.multi/multi-arch-exec.exp
9766 * gdb.multi/multi-arch.exp
9767 * gdb.multi/tids.exp
9768 * gdb.multi/watchpoint-multi.exp
9769 * gdb.opencl/callfuncs.exp
9770 * gdb.opencl/convs_casts.exp
9771 * gdb.opencl/datatypes.exp
9772 * gdb.opencl/operators.exp
9773 * gdb.opencl/vec_comps.exp
9774 * gdb.opt/clobbered-registers-O2.exp
9775 * gdb.opt/inline-break.exp
9776 * gdb.opt/inline-bt.exp
9777 * gdb.opt/inline-cmds.exp
9778 * gdb.opt/inline-locals.exp
9779 * gdb.pascal/case-insensitive-symbols.exp
9780 * gdb.pascal/floats.exp
9781 * gdb.pascal/gdb11492.exp
9782 * gdb.python/lib-types.exp
9783 * gdb.python/py-arch.exp
9784 * gdb.python/py-as-string.exp
9785 * gdb.python/py-bad-printers.exp
9786 * gdb.python/py-block.exp
9787 * gdb.python/py-breakpoint-create-fail.exp
9788 * gdb.python/py-breakpoint.exp
9789 * gdb.python/py-caller-is.exp
9790 * gdb.python/py-cmd.exp
9791 * gdb.python/py-explore-cc.exp
9792 * gdb.python/py-explore.exp
9793 * gdb.python/py-finish-breakpoint.exp
9794 * gdb.python/py-finish-breakpoint2.exp
9795 * gdb.python/py-frame-args.exp
9796 * gdb.python/py-frame-inline.exp
9797 * gdb.python/py-frame.exp
9798 * gdb.python/py-framefilter-mi.exp
9799 * gdb.python/py-infthread.exp
9800 * gdb.python/py-lazy-string.exp
9801 * gdb.python/py-linetable.exp
9802 * gdb.python/py-mi-events.exp
9803 * gdb.python/py-mi-objfile.exp
9804 * gdb.python/py-mi.exp
9805 * gdb.python/py-objfile.exp
9806 * gdb.python/py-pp-integral.exp
9807 * gdb.python/py-pp-maint.exp
9808 * gdb.python/py-pp-re-notag.exp
9809 * gdb.python/py-pp-registration.exp
9810 * gdb.python/py-recurse-unwind.exp
9811 * gdb.python/py-strfns.exp
9812 * gdb.python/py-symbol.exp
9813 * gdb.python/py-symtab.exp
9814 * gdb.python/py-sync-interp.exp
9815 * gdb.python/py-typeprint.exp
9816 * gdb.python/py-unwind-maint.exp
9817 * gdb.python/py-unwind.exp
9818 * gdb.python/py-value-cc.exp
9819 * gdb.python/py-xmethods.exp
9820 * gdb.reverse/amd64-tailcall-reverse.exp
9821 * gdb.reverse/break-precsave.exp
9822 * gdb.reverse/break-reverse.exp
9823 * gdb.reverse/consecutive-precsave.exp
9824 * gdb.reverse/consecutive-reverse.exp
9825 * gdb.reverse/finish-precsave.exp
9826 * gdb.reverse/finish-reverse-bkpt.exp
9827 * gdb.reverse/finish-reverse.exp
9828 * gdb.reverse/fstatat-reverse.exp
9829 * gdb.reverse/getresuid-reverse.exp
9830 * gdb.reverse/i386-precsave.exp
9831 * gdb.reverse/i386-reverse.exp
9832 * gdb.reverse/i386-sse-reverse.exp
9833 * gdb.reverse/i387-env-reverse.exp
9834 * gdb.reverse/i387-stack-reverse.exp
9835 * gdb.reverse/insn-reverse.exp
9836 * gdb.reverse/machinestate-precsave.exp
9837 * gdb.reverse/machinestate.exp
9838 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9839 * gdb.reverse/pipe-reverse.exp
9840 * gdb.reverse/readv-reverse.exp
9841 * gdb.reverse/recvmsg-reverse.exp
9842 * gdb.reverse/rerun-prec.exp
9843 * gdb.reverse/s390-mvcle.exp
9844 * gdb.reverse/step-precsave.exp
9845 * gdb.reverse/step-reverse.exp
9846 * gdb.reverse/time-reverse.exp
9847 * gdb.reverse/until-precsave.exp
9848 * gdb.reverse/until-reverse.exp
9849 * gdb.reverse/waitpid-reverse.exp
9850 * gdb.reverse/watch-precsave.exp
9851 * gdb.reverse/watch-reverse.exp
9852 * gdb.rust/generics.exp
9853 * gdb.rust/methods.exp
9854 * gdb.rust/modules.exp
9855 * gdb.rust/simple.exp
9856 * gdb.server/connect-with-no-symbol-file.exp
9857 * gdb.server/ext-attach.exp
9858 * gdb.server/ext-restart.exp
9859 * gdb.server/ext-wrapper.exp
9860 * gdb.server/file-transfer.exp
9861 * gdb.server/server-exec-info.exp
9862 * gdb.server/server-kill.exp
9863 * gdb.server/server-mon.exp
9864 * gdb.server/wrapper.exp
9865 * gdb.stabs/exclfwd.exp
9866 * gdb.stabs/gdb11479.exp
9867 * gdb.threads/clone-new-thread-event.exp
9868 * gdb.threads/corethreads.exp
9869 * gdb.threads/current-lwp-dead.exp
9870 * gdb.threads/dlopen-libpthread.exp
9871 * gdb.threads/gcore-thread.exp
9872 * gdb.threads/sigstep-threads.exp
9873 * gdb.threads/watchpoint-fork.exp
9874 * gdb.trace/actions-changed.exp
9875 * gdb.trace/backtrace.exp
9876 * gdb.trace/change-loc.exp
9877 * gdb.trace/circ.exp
9878 * gdb.trace/collection.exp
9879 * gdb.trace/disconnected-tracing.exp
9880 * gdb.trace/ftrace.exp
9881 * gdb.trace/mi-trace-frame-collected.exp
9882 * gdb.trace/mi-trace-unavailable.exp
9883 * gdb.trace/mi-traceframe-changed.exp
9884 * gdb.trace/mi-tsv-changed.exp
9885 * gdb.trace/no-attach-trace.exp
9886 * gdb.trace/passc-dyn.exp
9887 * gdb.trace/qtro.exp
9888 * gdb.trace/range-stepping.exp
9889 * gdb.trace/read-memory.exp
9890 * gdb.trace/save-trace.exp
9891 * gdb.trace/signal.exp
9892 * gdb.trace/status-stop.exp
9893 * gdb.trace/tfile.exp
9894 * gdb.trace/trace-break.exp
9895 * gdb.trace/trace-buffer-size.exp
9896 * gdb.trace/trace-condition.exp
9897 * gdb.trace/tracefile-pseudo-reg.exp
9898 * gdb.trace/tstatus.exp
9899 * gdb.trace/unavailable.exp
9900 * gdb.trace/while-dyn.exp
9901 * gdb.trace/while-stepping.exp
9902
9903 2016-12-22 Doug Evans <xdje42@gmail.com>
9904
9905 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9906 and msymbols.
9907
9908 2016-12-19 Yao Qi <yao.qi@linaro.org>
9909
9910 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9911 (test_with_self): Don't call do_steps_and_nexts, and remove
9912 code about stepping into xmalloc.
9913
9914 2016-12-09 Yao Qi <yao.qi@linaro.org>
9915
9916 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9917
9918 2016-12-09 Yao Qi <yao.qi@linaro.org>
9919
9920 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9921
9922 2016-12-09 Pedro Alves <palves@redhat.com>
9923
9924 * gdb.base/all-architectures-0.exp: New file.
9925 * gdb.base/all-architectures-1.exp: New file.
9926 * gdb.base/all-architectures-2.exp: New file.
9927 * gdb.base/all-architectures-3.exp: New file.
9928 * gdb.base/all-architectures-4.exp: New file.
9929 * gdb.base/all-architectures-5.exp: New file.
9930 * gdb.base/all-architectures-6.exp: New file.
9931 * gdb.base/all-architectures-7.exp: New file.
9932 * gdb.base/all-architectures.exp.in: New file.
9933
9934 2016-12-09 Yao Qi <yao.qi@linaro.org>
9935
9936 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9937
9938 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9939
9940 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9941 possible.
9942 Remove useless pattern-matching code.
9943
9944 2016-12-02 Pedro Alves <palves@redhat.com>
9945
9946 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9947 procedure.
9948 (top level): Call it.
9949
9950 2016-12-02 Pedro Alves <palves@redhat.com>
9951
9952 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9953 New procedure.
9954 (top level): Call it.
9955
9956 2016-12-02 Pedro Alves <palves@redhat.com>
9957
9958 PR cli/20559
9959 * gdb.base/commands.exp (user_defined_command_args_eval): New
9960 procedure.
9961 (top level): Call it.
9962
9963 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9964
9965 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9966 timeout handling.
9967
9968 2016-12-02 Tom Tromey <tom@tromey.com>
9969
9970 * gdb.dwarf2/main-subprogram.c: New file.
9971 * gdb.dwarf2/main-subprogram.exp: New file.
9972
9973 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9974
9975 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9976 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9977 gdb_test_no_output for a couple of cases.
9978 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9979
9980 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9981
9982 Fix test names and standardize compilation error messages throughout
9983 the following files:
9984
9985 * gdb.ada/start.exp
9986 * gdb.arch/alpha-step.exp
9987 * gdb.arch/e500-prologue.exp
9988 * gdb.arch/ftrace-insn-reloc.exp
9989 * gdb.arch/gdb1291.exp
9990 * gdb.arch/gdb1431.exp
9991 * gdb.arch/gdb1558.exp
9992 * gdb.arch/i386-dr3-watch.exp
9993 * gdb.arch/i386-sse-stack-align.exp
9994 * gdb.arch/ia64-breakpoint-shadow.exp
9995 * gdb.arch/pa-nullify.exp
9996 * gdb.arch/powerpc-aix-prologue.exp
9997 * gdb.arch/thumb-bx-pc.exp
9998 * gdb.base/annota1.exp
9999 * gdb.base/annota3.exp
10000 * gdb.base/arrayidx.exp
10001 * gdb.base/assign.exp
10002 * gdb.base/attach.exp
10003 * gdb.base/auxv.exp
10004 * gdb.base/bang.exp
10005 * gdb.base/bfp-test.exp
10006 * gdb.base/bigcore.exp
10007 * gdb.base/bitfields2.exp
10008 * gdb.base/break-fun-addr.exp
10009 * gdb.base/break-probes.exp
10010 * gdb.base/call-rt-st.exp
10011 * gdb.base/callexit.exp
10012 * gdb.base/catch-fork-kill.exp
10013 * gdb.base/charset.exp
10014 * gdb.base/checkpoint.exp
10015 * gdb.base/comprdebug.exp
10016 * gdb.base/constvars.exp
10017 * gdb.base/coredump-filter.exp
10018 * gdb.base/cursal.exp
10019 * gdb.base/cvexpr.exp
10020 * gdb.base/detach.exp
10021 * gdb.base/display.exp
10022 * gdb.base/dmsym.exp
10023 * gdb.base/dprintf-pending.exp
10024 * gdb.base/dso2dso.exp
10025 * gdb.base/dtrace-probe.exp
10026 * gdb.base/dump.exp
10027 * gdb.base/enum_cond.exp
10028 * gdb.base/exe-lock.exp
10029 * gdb.base/exec-invalid-sysroot.exp
10030 * gdb.base/execl-update-breakpoints.exp
10031 * gdb.base/exprs.exp
10032 * gdb.base/fileio.exp
10033 * gdb.base/find.exp
10034 * gdb.base/finish.exp
10035 * gdb.base/fixsection.exp
10036 * gdb.base/foll-vfork.exp
10037 * gdb.base/frame-args.exp
10038 * gdb.base/gcore.exp
10039 * gdb.base/gdb1250.exp
10040 * gdb.base/global-var-nested-by-dso.exp
10041 * gdb.base/gnu-ifunc.exp
10042 * gdb.base/hashline1.exp
10043 * gdb.base/hashline2.exp
10044 * gdb.base/hashline3.exp
10045 * gdb.base/hbreak-in-shr-unsupported.exp
10046 * gdb.base/huge.exp
10047 * gdb.base/infcall-input.exp
10048 * gdb.base/info-fun.exp
10049 * gdb.base/info-shared.exp
10050 * gdb.base/jit-simple.exp
10051 * gdb.base/jit-so.exp
10052 * gdb.base/jit.exp
10053 * gdb.base/jump.exp
10054 * gdb.base/label.exp
10055 * gdb.base/lineinc.exp
10056 * gdb.base/logical.exp
10057 * gdb.base/longjmp.exp
10058 * gdb.base/macscp.exp
10059 * gdb.base/miscexprs.exp
10060 * gdb.base/new-ui-echo.exp
10061 * gdb.base/new-ui-pending-input.exp
10062 * gdb.base/new-ui.exp
10063 * gdb.base/nodebug.exp
10064 * gdb.base/nofield.exp
10065 * gdb.base/offsets.exp
10066 * gdb.base/overlays.exp
10067 * gdb.base/pending.exp
10068 * gdb.base/pointers.exp
10069 * gdb.base/pr11022.exp
10070 * gdb.base/printcmds.exp
10071 * gdb.base/prologue.exp
10072 * gdb.base/ptr-typedef.exp
10073 * gdb.base/realname-expand.exp
10074 * gdb.base/relativedebug.exp
10075 * gdb.base/relocate.exp
10076 * gdb.base/remote.exp
10077 * gdb.base/reread.exp
10078 * gdb.base/return2.exp
10079 * gdb.base/savedregs.exp
10080 * gdb.base/sep.exp
10081 * gdb.base/sepdebug.exp
10082 * gdb.base/sepsymtab.exp
10083 * gdb.base/set-inferior-tty.exp
10084 * gdb.base/setshow.exp
10085 * gdb.base/shlib-call.exp
10086 * gdb.base/sigaltstack.exp
10087 * gdb.base/siginfo-addr.exp
10088 * gdb.base/signals.exp
10089 * gdb.base/signull.exp
10090 * gdb.base/sigrepeat.exp
10091 * gdb.base/so-impl-ld.exp
10092 * gdb.base/solib-display.exp
10093 * gdb.base/solib-overlap.exp
10094 * gdb.base/solib-search.exp
10095 * gdb.base/solib-symbol.exp
10096 * gdb.base/structs.exp
10097 * gdb.base/structs2.exp
10098 * gdb.base/symtab-search-order.exp
10099 * gdb.base/twice.exp
10100 * gdb.base/unload.exp
10101 * gdb.base/varargs.exp
10102 * gdb.base/watchpoint-solib.exp
10103 * gdb.base/watchpoint.exp
10104 * gdb.base/whatis.exp
10105 * gdb.base/wrong_frame_bt_full.exp
10106 * gdb.btrace/dlopen.exp
10107 * gdb.cell/ea-standalone.exp
10108 * gdb.cell/ea-test.exp
10109 * gdb.cp/dispcxx.exp
10110 * gdb.cp/gdb2384.exp
10111 * gdb.cp/method2.exp
10112 * gdb.cp/nextoverthrow.exp
10113 * gdb.cp/pr10728.exp
10114 * gdb.disasm/am33.exp
10115 * gdb.disasm/h8300s.exp
10116 * gdb.disasm/mn10300.exp
10117 * gdb.disasm/sh3.exp
10118 * gdb.dwarf2/dw2-dir-file-name.exp
10119 * gdb.fortran/complex.exp
10120 * gdb.fortran/library-module.exp
10121 * gdb.guile/scm-pretty-print.exp
10122 * gdb.guile/scm-symbol.exp
10123 * gdb.guile/scm-type.exp
10124 * gdb.guile/scm-value.exp
10125 * gdb.linespec/linespec.exp
10126 * gdb.mi/gdb701.exp
10127 * gdb.mi/gdb792.exp
10128 * gdb.mi/mi-breakpoint-changed.exp
10129 * gdb.mi/mi-dprintf-pending.exp
10130 * gdb.mi/mi-dprintf.exp
10131 * gdb.mi/mi-exit-code.exp
10132 * gdb.mi/mi-pending.exp
10133 * gdb.mi/mi-solib.exp
10134 * gdb.mi/new-ui-mi-sync.exp
10135 * gdb.mi/pr11022.exp
10136 * gdb.mi/user-selected-context-sync.exp
10137 * gdb.opt/solib-intra-step.exp
10138 * gdb.python/py-events.exp
10139 * gdb.python/py-finish-breakpoint.exp
10140 * gdb.python/py-mi.exp
10141 * gdb.python/py-prettyprint.exp
10142 * gdb.python/py-shared.exp
10143 * gdb.python/py-symbol.exp
10144 * gdb.python/py-template.exp
10145 * gdb.python/py-type.exp
10146 * gdb.python/py-value.exp
10147 * gdb.reverse/solib-precsave.exp
10148 * gdb.reverse/solib-reverse.exp
10149 * gdb.server/solib-list.exp
10150 * gdb.stabs/weird.exp
10151 * gdb.threads/reconnect-signal.exp
10152 * gdb.threads/stepi-random-signal.exp
10153 * gdb.trace/actions.exp
10154 * gdb.trace/ax.exp
10155 * gdb.trace/backtrace.exp
10156 * gdb.trace/change-loc.exp
10157 * gdb.trace/deltrace.exp
10158 * gdb.trace/ftrace-lock.exp
10159 * gdb.trace/ftrace.exp
10160 * gdb.trace/infotrace.exp
10161 * gdb.trace/mi-tracepoint-changed.exp
10162 * gdb.trace/packetlen.exp
10163 * gdb.trace/passcount.exp
10164 * gdb.trace/pending.exp
10165 * gdb.trace/range-stepping.exp
10166 * gdb.trace/report.exp
10167 * gdb.trace/stap-trace.exp
10168 * gdb.trace/tfind.exp
10169 * gdb.trace/trace-break.exp
10170 * gdb.trace/trace-condition.exp
10171 * gdb.trace/trace-enable-disable.exp
10172 * gdb.trace/trace-mt.exp
10173 * gdb.trace/tracecmd.exp
10174 * gdb.trace/tspeed.exp
10175 * gdb.trace/tsv.exp
10176 * lib/perftest.exp
10177
10178 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10179
10180 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10181 with gdb_test_no_output.
10182 Use command as test name.
10183
10184 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10185
10186 Fix test names starting with uppercase throughout the files.
10187
10188 * gdb.ada/assign_1.exp
10189 * gdb.ada/boolean_expr.exp
10190 * gdb.base/arrayidx.exp
10191 * gdb.base/del.exp
10192 * gdb.base/gcore-buffer-overflow.exp
10193 * gdb.base/testenv.exp
10194 * gdb.compile/compile.exp
10195 * gdb.python/py-framefilter-invalidarg.exp
10196 * gdb.python/py-framefilter.exp
10197
10198 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10199
10200 Fix test names starting with uppercase throughout the files.
10201
10202 * gdb.ada/array_return.exp
10203 * gdb.ada/expr_delims.exp
10204 * gdb.ada/mi_dyn_arr.exp
10205 * gdb.ada/mi_interface.exp
10206 * gdb.ada/mi_var_array.exp
10207 * gdb.ada/watch_arg.exp
10208 * gdb.arch/alpha-step.exp
10209 * gdb.arch/altivec-regs.exp
10210 * gdb.arch/e500-regs.exp
10211 * gdb.arch/powerpc-d128-regs.exp
10212 * gdb.base/arrayidx.exp
10213 * gdb.base/break.exp
10214 * gdb.base/checkpoint.exp
10215 * gdb.base/debug-expr.exp
10216 * gdb.base/dmsym.exp
10217 * gdb.base/radix.exp
10218 * gdb.base/sepdebug.exp
10219 * gdb.base/testenv.exp
10220 * gdb.base/watch_thread_num.exp
10221 * gdb.base/watchpoint-cond-gone.exp
10222 * gdb.cell/break.exp
10223 * gdb.cell/ea-cache.exp
10224 * gdb.compile/compile.exp
10225 * gdb.cp/gdb2495.exp
10226 * gdb.gdb/selftest.exp
10227 * gdb.gdb/xfullpath.exp
10228 * gdb.go/hello.exp
10229 * gdb.go/integers.exp
10230 * gdb.objc/basicclass.exp
10231 * gdb.pascal/hello.exp
10232 * gdb.pascal/integers.exp
10233 * gdb.python/py-breakpoint.exp
10234 * gdb.python/py-cmd.exp
10235 * gdb.python/py-linetable.exp
10236 * gdb.python/py-xmethods.exp
10237 * gdb.python/python.exp
10238 * gdb.reverse/consecutive-precsave.exp
10239 * gdb.reverse/finish-precsave.exp
10240 * gdb.reverse/i386-precsave.exp
10241 * gdb.reverse/machinestate-precsave.exp
10242 * gdb.reverse/sigall-precsave.exp
10243 * gdb.reverse/solib-precsave.exp
10244 * gdb.reverse/step-precsave.exp
10245 * gdb.reverse/until-precsave.exp
10246 * gdb.reverse/watch-precsave.exp
10247 * gdb.threads/leader-exit.exp
10248 * gdb.threads/pthreads.exp
10249 * gdb.threads/wp-replication.exp
10250 * gdb.trace/actions.exp
10251 * gdb.trace/mi-tsv-changed.exp
10252 * gdb.trace/tsv.exp
10253
10254 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10255
10256 Fix test names starting with uppercase throughout the files.
10257
10258 * gdb.arch/i386-bp_permanent.exp
10259 * gdb.arch/i386-gnu-cfi.exp
10260 * gdb.base/disasm-end-cu.exp
10261 * gdb.base/macscp.exp
10262 * gdb.base/pending.exp
10263 * gdb.base/watch_thread_num.exp
10264 * gdb.cp/exception.exp
10265 * gdb.cp/gdb2495.exp
10266 * gdb.cp/local.exp
10267 * gdb.python/py-evsignal.exp
10268 * gdb.python/python.exp
10269 * gdb.trace/tracecmd.exp
10270
10271 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10272
10273 Fix test names starting with uppercase throughout the files.
10274
10275 * gdb.base/charset.exp
10276 * gdb.base/eval.exp
10277 * gdb.base/multi-forks.exp
10278 * gdb.guile/scm-progspace.exp
10279 * gdb.opencl/datatypes.exp
10280 * gdb.python/py-block.exp
10281 * gdb.python/py-function.exp
10282 * gdb.python/py-symbol.exp
10283 * gdb.python/py-symtab.exp
10284 * gdb.python/py-xmethods.exp
10285 * gdb.reverse/break-precsave.exp
10286 * gdb.reverse/break-reverse.exp
10287 * gdb.reverse/consecutive-precsave.exp
10288 * gdb.reverse/consecutive-reverse.exp
10289 * gdb.reverse/finish-precsave.exp
10290 * gdb.reverse/finish-reverse-bkpt.exp
10291 * gdb.reverse/finish-reverse.exp
10292 * gdb.reverse/fstatat-reverse.exp
10293 * gdb.reverse/getresuid-reverse.exp
10294 * gdb.reverse/i386-precsave.exp
10295 * gdb.reverse/i386-reverse.exp
10296 * gdb.reverse/i386-sse-reverse.exp
10297 * gdb.reverse/i387-stack-reverse.exp
10298 * gdb.reverse/insn-reverse.exp
10299 * gdb.reverse/machinestate-precsave.exp
10300 * gdb.reverse/machinestate.exp
10301 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10302 * gdb.reverse/pipe-reverse.exp
10303 * gdb.reverse/readv-reverse.exp
10304 * gdb.reverse/recvmsg-reverse.exp
10305 * gdb.reverse/rerun-prec.exp
10306 * gdb.reverse/s390-mvcle.exp
10307 * gdb.reverse/sigall-precsave.exp
10308 * gdb.reverse/sigall-reverse.exp
10309 * gdb.reverse/solib-precsave.exp
10310 * gdb.reverse/solib-reverse.exp
10311 * gdb.reverse/step-precsave.exp
10312 * gdb.reverse/step-reverse.exp
10313 * gdb.reverse/time-reverse.exp
10314 * gdb.reverse/until-precsave.exp
10315 * gdb.reverse/until-reverse.exp
10316 * gdb.reverse/waitpid-reverse.exp
10317 * gdb.reverse/watch-precsave.exp
10318 * gdb.reverse/watch-reverse.exp
10319
10320 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10321
10322 Fix test names starting with uppercase throughout the files.
10323
10324 * gdb.arch/i386-mpx-simple_segv.exp
10325 * gdb.arch/i386-mpx.exp
10326 * gdb.arch/i386-permbkpt.exp
10327 * gdb.arch/pa-nullify.exp
10328 * gdb.arch/powerpc-d128-regs.exp
10329 * gdb.arch/vsx-regs.exp
10330 * gdb.base/bfp-test.exp
10331 * gdb.base/break.exp
10332 * gdb.base/breakpoint-shadow.exp
10333 * gdb.base/callfuncs.exp
10334 * gdb.base/charset.exp
10335 * gdb.base/commands.exp
10336 * gdb.base/completion.exp
10337 * gdb.base/dfp-test.exp
10338 * gdb.base/echo.exp
10339 * gdb.base/ending-run.exp
10340 * gdb.base/eval.exp
10341 * gdb.base/expand-psymtabs.exp
10342 * gdb.base/float128.exp
10343 * gdb.base/floatn.exp
10344 * gdb.base/foll-exec-mode.exp
10345 * gdb.base/gdb1056.exp
10346 * gdb.base/gdb11531.exp
10347 * gdb.base/kill-after-signal.exp
10348 * gdb.base/multi-forks.exp
10349 * gdb.base/overlays.exp
10350 * gdb.base/pending.exp
10351 * gdb.base/sepdebug.exp
10352 * gdb.base/testenv.exp
10353 * gdb.base/valgrind-db-attach.exp
10354 * gdb.base/watch_thread_num.exp
10355 * gdb.base/watchpoint-cond-gone.exp
10356 * gdb.base/watchpoint.exp
10357 * gdb.base/watchpoints.exp
10358 * gdb.cp/arg-reference.exp
10359 * gdb.cp/baseenum.exp
10360 * gdb.cp/operator.exp
10361 * gdb.cp/shadow.exp
10362 * gdb.dwarf2/dw2-op-out-param.exp
10363 * gdb.dwarf2/dw2-reg-undefined.exp
10364 * gdb.go/chan.exp
10365 * gdb.go/hello.exp
10366 * gdb.go/integers.exp
10367 * gdb.go/methods.exp
10368 * gdb.go/package.exp
10369 * gdb.guile/scm-parameter.exp
10370 * gdb.guile/scm-progspace.exp
10371 * gdb.guile/scm-value.exp
10372 * gdb.mi/mi-pending.exp
10373 * gdb.mi/user-selected-context-sync.exp
10374 * gdb.multi/multi-attach.exp
10375 * gdb.multi/tids.exp
10376 * gdb.opt/clobbered-registers-O2.exp
10377 * gdb.pascal/floats.exp
10378 * gdb.pascal/integers.exp
10379 * gdb.python/py-block.exp
10380 * gdb.python/py-events.exp
10381 * gdb.python/py-parameter.exp
10382 * gdb.python/py-symbol.exp
10383 * gdb.python/py-symtab.exp
10384 * gdb.python/py-type.exp
10385 * gdb.python/py-value.exp
10386 * gdb.python/py-xmethods.exp
10387 * gdb.python/python.exp
10388 * gdb.reverse/break-precsave.exp
10389 * gdb.reverse/consecutive-precsave.exp
10390 * gdb.reverse/finish-precsave.exp
10391 * gdb.reverse/i386-precsave.exp
10392 * gdb.reverse/machinestate-precsave.exp
10393 * gdb.reverse/sigall-precsave.exp
10394 * gdb.reverse/solib-precsave.exp
10395 * gdb.reverse/step-precsave.exp
10396 * gdb.reverse/until-precsave.exp
10397 * gdb.reverse/watch-precsave.exp
10398 * gdb.server/ext-attach.exp
10399 * gdb.server/ext-restart.exp
10400 * gdb.server/ext-run.exp
10401 * gdb.server/ext-wrapper.exp
10402 * gdb.stabs/gdb11479.exp
10403 * gdb.stabs/weird.exp
10404 * gdb.threads/attach-many-short-lived-threads.exp
10405 * gdb.threads/kill.exp
10406 * gdb.threads/watchpoint-fork.exp
10407
10408 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10409
10410 Fix test names starting with uppercase throughout all the files below.
10411
10412 * gdb.ada/array_return.exp
10413 * gdb.ada/catch_ex.exp
10414 * gdb.ada/info_exc.exp
10415 * gdb.ada/mi_catch_ex.exp
10416 * gdb.ada/mi_dyn_arr.exp
10417 * gdb.ada/mi_ex_cond.exp
10418 * gdb.ada/mi_exc_info.exp
10419 * gdb.ada/mi_interface.exp
10420 * gdb.ada/mi_task_arg.exp
10421 * gdb.ada/mi_task_info.exp
10422 * gdb.ada/mi_var_array.exp
10423 * gdb.arch/alpha-step.exp
10424 * gdb.arch/amd64-disp-step.exp
10425 * gdb.arch/arm-disp-step.exp
10426 * gdb.arch/disp-step-insn-reloc.exp
10427 * gdb.arch/e500-prologue.exp
10428 * gdb.arch/ftrace-insn-reloc.exp
10429 * gdb.arch/gdb1558.exp
10430 * gdb.arch/i386-bp_permanent.exp
10431 * gdb.arch/i386-disp-step.exp
10432 * gdb.arch/i386-float.exp
10433 * gdb.arch/i386-gnu-cfi.exp
10434 * gdb.arch/ia64-breakpoint-shadow.exp
10435 * gdb.arch/mips16-thunks.exp
10436 * gdb.arch/pa-nullify.exp
10437 * gdb.arch/powerpc-aix-prologue.exp
10438 * gdb.arch/powerpc-power.exp
10439 * gdb.arch/ppc-dfp.exp
10440 * gdb.arch/s390-tdbregs.exp
10441 * gdb.arch/spu-info.exp
10442 * gdb.arch/spu-ls.exp
10443 * gdb.arch/thumb-bx-pc.exp
10444 * gdb.base/advance.exp
10445 * gdb.base/annota-input-while-running.exp
10446 * gdb.base/arrayidx.exp
10447 * gdb.base/asmlabel.exp
10448 * gdb.base/async.exp
10449 * gdb.base/attach-wait-input.exp
10450 * gdb.base/auto-connect-native-target.exp
10451 * gdb.base/batch-preserve-term-settings.exp
10452 * gdb.base/bfp-test.exp
10453 * gdb.base/bigcore.exp
10454 * gdb.base/bp-permanent.exp
10455 * gdb.base/break-always.exp
10456 * gdb.base/break-fun-addr.exp
10457 * gdb.base/break-idempotent.exp
10458 * gdb.base/break-main-file-remove-fail.exp
10459 * gdb.base/break-probes.exp
10460 * gdb.base/break-unload-file.exp
10461 * gdb.base/break.exp
10462 * gdb.base/call-ar-st.exp
10463 * gdb.base/call-rt-st.exp
10464 * gdb.base/call-sc.exp
10465 * gdb.base/call-signal-resume.exp
10466 * gdb.base/call-strs.exp
10467 * gdb.base/callexit.exp
10468 * gdb.base/callfuncs.exp
10469 * gdb.base/catch-gdb-caused-signals.exp
10470 * gdb.base/catch-signal-siginfo-cond.exp
10471 * gdb.base/catch-syscall.exp
10472 * gdb.base/compare-sections.exp
10473 * gdb.base/cond-eval-mode.exp
10474 * gdb.base/condbreak-call-false.exp
10475 * gdb.base/consecutive-step-over.exp
10476 * gdb.base/cursal.exp
10477 * gdb.base/disabled-location.exp
10478 * gdb.base/disasm-end-cu.exp
10479 * gdb.base/display.exp
10480 * gdb.base/double-prompt-target-event-error.exp
10481 * gdb.base/dprintf-bp-same-addr.exp
10482 * gdb.base/dprintf-detach.exp
10483 * gdb.base/dprintf-next.exp
10484 * gdb.base/dprintf-non-stop.exp
10485 * gdb.base/dprintf-pending.exp
10486 * gdb.base/dso2dso.exp
10487 * gdb.base/ending-run.exp
10488 * gdb.base/enum_cond.exp
10489 * gdb.base/examine-backward.exp
10490 * gdb.base/exe-lock.exp
10491 * gdb.base/exec-invalid-sysroot.exp
10492 * gdb.base/execl-update-breakpoints.exp
10493 * gdb.base/execution-termios.exp
10494 * gdb.base/fileio.exp
10495 * gdb.base/fixsection.exp
10496 * gdb.base/foll-exec-mode.exp
10497 * gdb.base/foll-exec.exp
10498 * gdb.base/fork-running-state.exp
10499 * gdb.base/frame-args.exp
10500 * gdb.base/fullpath-expand.exp
10501 * gdb.base/func-ptr.exp
10502 * gdb.base/gcore-relro-pie.exp
10503 * gdb.base/gdb1090.exp
10504 * gdb.base/gdb1555.exp
10505 * gdb.base/global-var-nested-by-dso.exp
10506 * gdb.base/gnu-ifunc.exp
10507 * gdb.base/hbreak-in-shr-unsupported.exp
10508 * gdb.base/hbreak-unmapped.exp
10509 * gdb.base/hook-stop.exp
10510 * gdb.base/infcall-input.exp
10511 * gdb.base/info-fun.exp
10512 * gdb.base/info-shared.exp
10513 * gdb.base/interrupt-noterm.exp
10514 * gdb.base/jit-so.exp
10515 * gdb.base/jit.exp
10516 * gdb.base/line-symtabs.exp
10517 * gdb.base/list.exp
10518 * gdb.base/longjmp.exp
10519 * gdb.base/macscp.exp
10520 * gdb.base/max-value-size.exp
10521 * gdb.base/nodebug.exp
10522 * gdb.base/nofield.exp
10523 * gdb.base/overlays.exp
10524 * gdb.base/paginate-after-ctrl-c-running.exp
10525 * gdb.base/paginate-bg-execution.exp
10526 * gdb.base/paginate-inferior-exit.exp
10527 * gdb.base/pending.exp
10528 * gdb.base/pr11022.exp
10529 * gdb.base/printcmds.exp
10530 * gdb.base/ptr-typedef.exp
10531 * gdb.base/ptype.exp
10532 * gdb.base/randomize.exp
10533 * gdb.base/range-stepping.exp
10534 * gdb.base/realname-expand.exp
10535 * gdb.base/relativedebug.exp
10536 * gdb.base/remote.exp
10537 * gdb.base/savedregs.exp
10538 * gdb.base/sepdebug.exp
10539 * gdb.base/set-noassign.exp
10540 * gdb.base/shlib-call.exp
10541 * gdb.base/shreloc.exp
10542 * gdb.base/sigaltstack.exp
10543 * gdb.base/sigbpt.exp
10544 * gdb.base/siginfo-addr.exp
10545 * gdb.base/siginfo-obj.exp
10546 * gdb.base/siginfo-thread.exp
10547 * gdb.base/signest.exp
10548 * gdb.base/signull.exp
10549 * gdb.base/sigrepeat.exp
10550 * gdb.base/skip.exp
10551 * gdb.base/so-impl-ld.exp
10552 * gdb.base/solib-corrupted.exp
10553 * gdb.base/solib-disc.exp
10554 * gdb.base/solib-display.exp
10555 * gdb.base/solib-overlap.exp
10556 * gdb.base/solib-search.exp
10557 * gdb.base/solib-symbol.exp
10558 * gdb.base/source-execution.exp
10559 * gdb.base/sss-bp-on-user-bp-2.exp
10560 * gdb.base/sss-bp-on-user-bp.exp
10561 * gdb.base/stack-checking.exp
10562 * gdb.base/stale-infcall.exp
10563 * gdb.base/step-break.exp
10564 * gdb.base/step-line.exp
10565 * gdb.base/step-over-exit.exp
10566 * gdb.base/step-test.exp
10567 * gdb.base/structs.exp
10568 * gdb.base/sym-file.exp
10569 * gdb.base/symtab-search-order.exp
10570 * gdb.base/term.exp
10571 * gdb.base/type-opaque.exp
10572 * gdb.base/unload.exp
10573 * gdb.base/until-nodebug.exp
10574 * gdb.base/until.exp
10575 * gdb.base/unwindonsignal.exp
10576 * gdb.base/watch-cond.exp
10577 * gdb.base/watch-non-mem.exp
10578 * gdb.base/watch_thread_num.exp
10579 * gdb.base/watchpoint-reuse-slot.exp
10580 * gdb.base/watchpoint-solib.exp
10581 * gdb.base/watchpoint.exp
10582 * gdb.btrace/dlopen.exp
10583 * gdb.cell/arch.exp
10584 * gdb.cell/break.exp
10585 * gdb.cell/bt.exp
10586 * gdb.cell/core.exp
10587 * gdb.cell/data.exp
10588 * gdb.cell/dwarfaddr.exp
10589 * gdb.cell/ea-cache.exp
10590 * gdb.cell/ea-standalone.exp
10591 * gdb.cell/ea-test.exp
10592 * gdb.cell/f-regs.exp
10593 * gdb.cell/fork.exp
10594 * gdb.cell/gcore.exp
10595 * gdb.cell/mem-access.exp
10596 * gdb.cell/ptype.exp
10597 * gdb.cell/registers.exp
10598 * gdb.cell/sizeof.exp
10599 * gdb.cell/solib-symbol.exp
10600 * gdb.cell/solib.exp
10601 * gdb.compile/compile-tls.exp
10602 * gdb.cp/exception.exp
10603 * gdb.cp/gdb2495.exp
10604 * gdb.cp/local.exp
10605 * gdb.cp/mb-inline.exp
10606 * gdb.cp/mb-templates.exp
10607 * gdb.cp/pr10687.exp
10608 * gdb.cp/pr9167.exp
10609 * gdb.cp/scope-err.exp
10610 * gdb.cp/templates.exp
10611 * gdb.cp/virtfunc.exp
10612 * gdb.dwarf2/dw2-dir-file-name.exp
10613 * gdb.dwarf2/dw2-single-line-discriminators.exp
10614 * gdb.fortran/complex.exp
10615 * gdb.fortran/library-module.exp
10616 * gdb.guile/guile.exp
10617 * gdb.guile/scm-cmd.exp
10618 * gdb.guile/scm-frame-inline.exp
10619 * gdb.guile/scm-objfile.exp
10620 * gdb.guile/scm-pretty-print.exp
10621 * gdb.guile/scm-symbol.exp
10622 * gdb.guile/scm-type.exp
10623 * gdb.guile/scm-value.exp
10624 * gdb.linespec/keywords.exp
10625 * gdb.linespec/ls-errs.exp
10626 * gdb.linespec/macro-relative.exp
10627 * gdb.linespec/thread.exp
10628 * gdb.mi/mi-breakpoint-changed.exp
10629 * gdb.mi/mi-dprintf-pending.exp
10630 * gdb.mi/mi-fullname-deleted.exp
10631 * gdb.mi/mi-logging.exp
10632 * gdb.mi/mi-pending.exp
10633 * gdb.mi/mi-solib.exp
10634 * gdb.mi/new-ui-mi-sync.exp
10635 * gdb.mi/user-selected-context-sync.exp
10636 * gdb.multi/dummy-frame-restore.exp
10637 * gdb.multi/multi-arch-exec.exp
10638 * gdb.multi/remove-inferiors.exp
10639 * gdb.multi/watchpoint-multi-exit.exp
10640 * gdb.opt/solib-intra-step.exp
10641 * gdb.perf/backtrace.exp
10642 * gdb.perf/single-step.exp
10643 * gdb.perf/skip-command.exp
10644 * gdb.perf/skip-prologue.exp
10645 * gdb.perf/solib.exp
10646 * gdb.python/lib-types.exp
10647 * gdb.python/py-as-string.exp
10648 * gdb.python/py-bad-printers.exp
10649 * gdb.python/py-block.exp
10650 * gdb.python/py-breakpoint.exp
10651 * gdb.python/py-cmd.exp
10652 * gdb.python/py-events.exp
10653 * gdb.python/py-evthreads.exp
10654 * gdb.python/py-finish-breakpoint.exp
10655 * gdb.python/py-finish-breakpoint2.exp
10656 * gdb.python/py-frame-inline.exp
10657 * gdb.python/py-frame.exp
10658 * gdb.python/py-inferior.exp
10659 * gdb.python/py-infthread.exp
10660 * gdb.python/py-mi.exp
10661 * gdb.python/py-objfile.exp
10662 * gdb.python/py-pp-maint.exp
10663 * gdb.python/py-pp-registration.exp
10664 * gdb.python/py-prettyprint.exp
10665 * gdb.python/py-recurse-unwind.exp
10666 * gdb.python/py-shared.exp
10667 * gdb.python/py-symbol.exp
10668 * gdb.python/py-symtab.exp
10669 * gdb.python/py-template.exp
10670 * gdb.python/py-type.exp
10671 * gdb.python/py-unwind-maint.exp
10672 * gdb.python/py-unwind.exp
10673 * gdb.python/py-value.exp
10674 * gdb.python/python.exp
10675 * gdb.reverse/finish-reverse-bkpt.exp
10676 * gdb.reverse/insn-reverse.exp
10677 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10678 * gdb.reverse/solib-precsave.exp
10679 * gdb.reverse/solib-reverse.exp
10680 * gdb.stabs/gdb11479.exp
10681 * gdb.stabs/weird.exp
10682 * gdb.threads/fork-child-threads.exp
10683 * gdb.threads/fork-plus-threads.exp
10684 * gdb.threads/fork-thread-pending.exp
10685 * gdb.threads/forking-threads-plus-breakpoint.exp
10686 * gdb.threads/hand-call-in-threads.exp
10687 * gdb.threads/interrupted-hand-call.exp
10688 * gdb.threads/linux-dp.exp
10689 * gdb.threads/local-watch-wrong-thread.exp
10690 * gdb.threads/next-while-other-thread-longjmps.exp
10691 * gdb.threads/non-ldr-exit.exp
10692 * gdb.threads/pending-step.exp
10693 * gdb.threads/print-threads.exp
10694 * gdb.threads/process-dies-while-detaching.exp
10695 * gdb.threads/process-dies-while-handling-bp.exp
10696 * gdb.threads/pthreads.exp
10697 * gdb.threads/queue-signal.exp
10698 * gdb.threads/reconnect-signal.exp
10699 * gdb.threads/signal-command-handle-nopass.exp
10700 * gdb.threads/signal-command-multiple-signals-pending.exp
10701 * gdb.threads/signal-delivered-right-thread.exp
10702 * gdb.threads/signal-sigtrap.exp
10703 * gdb.threads/sigthread.exp
10704 * gdb.threads/staticthreads.exp
10705 * gdb.threads/stepi-random-signal.exp
10706 * gdb.threads/thread-unwindonsignal.exp
10707 * gdb.threads/thread_check.exp
10708 * gdb.threads/thread_events.exp
10709 * gdb.threads/tid-reuse.exp
10710 * gdb.threads/tls-nodebug.exp
10711 * gdb.threads/tls-shared.exp
10712 * gdb.threads/tls-so_extern.exp
10713 * gdb.threads/tls.exp
10714 * gdb.threads/wp-replication.exp
10715 * gdb.trace/actions-changed.exp
10716 * gdb.trace/actions.exp
10717 * gdb.trace/backtrace.exp
10718 * gdb.trace/change-loc.exp
10719 * gdb.trace/collection.exp
10720 * gdb.trace/deltrace.exp
10721 * gdb.trace/disconnected-tracing.exp
10722 * gdb.trace/entry-values.exp
10723 * gdb.trace/ftrace-lock.exp
10724 * gdb.trace/ftrace.exp
10725 * gdb.trace/infotrace.exp
10726 * gdb.trace/mi-trace-frame-collected.exp
10727 * gdb.trace/mi-trace-unavailable.exp
10728 * gdb.trace/mi-traceframe-changed.exp
10729 * gdb.trace/mi-tracepoint-changed.exp
10730 * gdb.trace/mi-tsv-changed.exp
10731 * gdb.trace/no-attach-trace.exp
10732 * gdb.trace/packetlen.exp
10733 * gdb.trace/passc-dyn.exp
10734 * gdb.trace/passcount.exp
10735 * gdb.trace/pending.exp
10736 * gdb.trace/pr16508.exp
10737 * gdb.trace/qtro.exp
10738 * gdb.trace/range-stepping.exp
10739 * gdb.trace/read-memory.exp
10740 * gdb.trace/report.exp
10741 * gdb.trace/save-trace.exp
10742 * gdb.trace/signal.exp
10743 * gdb.trace/stap-trace.exp
10744 * gdb.trace/status-stop.exp
10745 * gdb.trace/strace.exp
10746 * gdb.trace/tfile.exp
10747 * gdb.trace/tfind.exp
10748 * gdb.trace/trace-break.exp
10749 * gdb.trace/trace-condition.exp
10750 * gdb.trace/trace-enable-disable.exp
10751 * gdb.trace/trace-mt.exp
10752 * gdb.trace/tracecmd.exp
10753 * gdb.trace/tracefile-pseudo-reg.exp
10754 * gdb.trace/tspeed.exp
10755 * gdb.trace/tstatus.exp
10756 * gdb.trace/tsv.exp
10757 * gdb.trace/unavailable.exp
10758 * gdb.trace/while-dyn.exp
10759 * gdb.trace/while-stepping.exp
10760 * lib/gdb-guile.exp
10761 * lib/gdb.exp
10762 * lib/mi-support.exp
10763 * lib/pascal.exp
10764 * lib/perftest.exp
10765 * lib/prelink-support.exp
10766 * lib/selftest-support.exp
10767
10768 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10769
10770 * Makefile.in: Include disable-implicit-rules.mk.
10771
10772 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10773
10774 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10775 non-byte-aligned bit fields.
10776
10777 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10778
10779 PR gdb/12616
10780 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10781 respects the DW_AT_data_bit_offset attribute.
10782
10783 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10784
10785 * gdb.base/default.exp: Fix output of "set language".
10786
10787 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10788
10789 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10790 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10791 make.
10792 * configure.ac: Remove checks for the make program.
10793 * configure: Re-generate.
10794
10795 2016-11-16 Kevin Buettner <kevinb@redhat.com>
10796
10797 * gdb.python/py-recurse-unwind.c (main): Add loop.
10798 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10799 to read_register() and gdb.parse_and_eval(). Make each code
10800 call a separate case that can be individually tested.
10801 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10802 proc. Call cont_and_backtrace for each of the code paths that
10803 we want to test in the unwinder.
10804
10805 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10806
10807 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10808 the definition of struct S.
10809
10810 2016-11-11 Catherine Moore <clm@codesourcery.com>
10811
10812 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10813
10814 2016-11-09 Pedro Alves <palves@redhat.com>
10815
10816 * gdb.base/commands.exp (runto_or_return): New procedure.
10817 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10818 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10819 (progvar_simple_while_test, progvar_complex_if_while_test)
10820 (if_while_breakpoint_command_test)
10821 (infrun_breakpoint_command_test, breakpoint_command_test)
10822 (user_defined_command_test, watchpoint_command_test)
10823 (test_command_prompt_position, redefine_hook_test)
10824 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10825 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10826 multi_line_input and multi_line. Remove gdb_expect and
10827 gdb_stop_suppressing_tests uses.
10828 * lib/gdb.exp (valnum_re): New global.
10829 (multi_line_input): New procedure.
10830
10831 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10832
10833 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10834 Remove.
10835 (test_setup): Define with proc_with_prefix.
10836 (test_cli_inferior): Likewise.
10837 (test_cli_thread): Likewise.
10838 (test_cli_frame): Likewise.
10839 (test_cli_select_frame): Likewise.
10840 (test_cli_up_down): Likewise.
10841 (test_mi_thread_select): Likewise.
10842 (test_mi_stack_select_frame): Likewise.
10843 (test_cli_in_mi_inferior): Likewise.
10844 (test_cli_in_mi_thread): Likewise.
10845 (test_cli_in_mi_frame): Likewise.
10846 (top level): Do not use with_test_prefix_procname.
10847
10848 2016-11-09 Pedro Alves <palves@redhat.com>
10849
10850 * gdb.base/commands.exp (gdbvar_simple_if_test)
10851 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10852 (progvar_simple_if_test, progvar_simple_while_test)
10853 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10854 (infrun_breakpoint_command_test, breakpoint_command_test)
10855 (user_defined_command_test, watchpoint_command_test)
10856 (test_command_prompt_position, deprecated_command_test)
10857 (bp_deleted_in_command, temporary_breakpoint_commands)
10858 (stray_arg0_test, source_file_with_indented_comment)
10859 (recursive_source_test, if_commands_test)
10860 (error_clears_commands_left, redefine_hook_test)
10861 (redefine_backtrace_test): Use proc_with_prefix.
10862 * lib/gdb.exp (proc_with_prefix): New proc.
10863
10864 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10865
10866 * gdb.base/tui-layout.c: New file.
10867 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10868 disassembly window contains very long lines.
10869
10870 2016-11-08 Tom Tromey <tom@tromey.com>
10871
10872 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10873 depend on Python 2.
10874
10875 2016-11-08 Tom Tromey <tom@tromey.com>
10876
10877 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10878 New method.
10879
10880 2016-10-29 Manish Goregaokar <manish@mozilla.com>
10881
10882 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
10883
10884 2016-10-27 Manish Goregaokar <manish@mozilla.com>
10885
10886 * gdb.rust/simple.rs: Add test for univariant enums without
10887 discriminants and for encoded struct-like enums.
10888
10889 2016-10-28 Pedro Alves <palves@redhat.com>
10890
10891 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10892 gdb_test_multiple, tighten regexps and match symtabs and line
10893 tables incrementally.
10894
10895 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
10896
10897 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10898 general.
10899
10900 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
10901
10902 * gdb.base/exec-invalid-sysroot.exp: New file.
10903
10904 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10905
10906 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10907
10908 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10909
10910 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10911
10912 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10913
10914 * gdb.base/killed-outside.exp: Remove $options from a call to
10915 `prepare_for_testing'.
10916
10917 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10918
10919 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10920 Change test message.
10921
10922 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10923
10924 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10925 Update comment.
10926
10927 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10928
10929 * gdb.trace/mi-trace-save.exp: New file.
10930
10931 2016-10-13 Yao Qi <yao.qi@linaro.org>
10932
10933 * gdb.base/code_elim.exp (get_var_address): Remove.
10934 * gdb.base/relocate.exp: Likewise.
10935 * gdb.base/shreloc.exp: Likewise.
10936 * lib/gdb.exp (get_var_address): New.
10937
10938 2016-10-13 Yao Qi <yao.qi@linaro.org>
10939
10940 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10941 floating point tests if $skip_float_test is false.
10942
10943 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
10944
10945 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10946 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10947 argc values.
10948 Add 1 to argc so we guarantee distinct initial/modified argc values.
10949
10950 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10951
10952 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10953
10954 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10955
10956 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10957 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10958 * gdb.arch/vsx-regs.exp: Likewise.
10959
10960 2016-10-07 Yao Qi <yao.qi@linaro.org>
10961
10962 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10963
10964 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10965
10966 * gdb.python/python.exp: Test decode_line("*0").
10967
10968 2016-10-06 Doug Evans <dje@google.com>
10969
10970 * gdb.python/py-value.exp (test_value_creation): Add test for large
10971 unsigned 64-bit value.
10972
10973 2016-10-06 Tom Tromey <tom@tromey.com>
10974
10975 * gdb.compile/compile.exp: Change java tests to rust.
10976 * gdb.base/setshow.exp: Change java tests to rust.
10977 * gdb.base/default.exp: Remove java from language list.
10978 * README (Examples): Update language example.
10979 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10980 test.
10981 * lib/gdb.exp (skip_java_tests): Remove.
10982 * lib/java.exp: Remove.
10983 * gdb.java: Remove.
10984
10985 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10986
10987 * gdb.arch/mips-fcr.exp: New test.
10988 * gdb.arch/mips-fcr.c: Source for the new test.
10989
10990 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10991
10992 * gdb.base/solib-disc.exp: Use `standard_output_file'
10993 throughout.
10994
10995 2016-10-06 Pedro Alves <palves@redhat.com>
10996
10997 * gdb.base/jit-simple-dl.c: New file.
10998 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10999 * gdb.base/jit-simple.c: ... this.
11000 * gdb.base/jit-simple.exp (jit_run): Delete.
11001 (build_jit): New proc.
11002 (jit_test_reread): Recompile either the main program or the shared
11003 library, depending on what is being tested. Skip changing address
11004 if caller wants to. Compare before/after addresses. If testing
11005 standalone, explicitly load the binary. Test "maint info
11006 breakpoints".
11007 (top level): Add "standalone vs shared lib" and "change address"
11008 vs "same address" axes.
11009
11010 2016-10-06 Pedro Alves <palves@redhat.com>
11011
11012 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11013 call.
11014 (jit_run): Delete.
11015 (jit_test_reread): Use with_test_prefix. Reload the main binary
11016 explicitly. Compare the before/after addresses of the JIT
11017 descriptor.
11018
11019 2016-08-15 Doug Evans <dje@google.com>
11020
11021 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11022 for single bitfields is bool.
11023 * gdb.xml/tdesc-regs.exp: Ditto.
11024
11025 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11026
11027 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11028
11029 2016-10-05 Yao Qi <yao.qi@linaro.org>
11030
11031 * lib/gdb.exp (support_complex_tests): Return zero if
11032 gdb_skip_float_test return true.
11033
11034 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11035 Simon Marchi <simon.marchi@ericsson.com>
11036
11037 PR gdb/20487
11038 * gdb.mi/user-selected-context-sync.exp: New file.
11039 * gdb.mi/user-selected-context-sync.c: New file.
11040
11041 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11042 Simon Marchi <simon.marchi@ericsson.com>
11043
11044 PR gdb/20487
11045 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11046 =thread-select-event check.
11047
11048 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11049
11050 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11051 the compulsory L operand changes.
11052 * gdb.arch/powerpc-power.s: Likewise.
11053
11054 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11055
11056 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11057 * gdb.base/jit-attach-pie.c: New file.
11058 * gdb.base/jit-attach-pie.exp: New file.
11059
11060 2016-09-28 Pedro Alves <palves@redhat.com>
11061
11062 * gdb.base/infcall-input.c: New file.
11063 * gdb.base/infcall-input.exp: New file.
11064
11065 2016-09-22 Yao Qi <yao.qi@linaro.org>
11066
11067 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11068 (gdb_exit): Rename it to ...
11069 (gdbserver_gdb_exit): ... Close GDBserver.
11070 (gdb_exit): New proc, call gdbserver_gdb_exit.
11071 (mi_gdb_exit): Likewise.
11072
11073 2016-09-22 Yao Qi <yao.qi@linaro.org>
11074
11075 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11076 path.
11077 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11078 Remove duplication.
11079
11080 2016-09-22 Yao Qi <yao.qi@linaro.org>
11081
11082 * lib/gdbserver-support.exp: Check the existence of
11083 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11084
11085 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11086
11087 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11088
11089 2016-09-21 Tom Tromey <tom@tromey.com>
11090
11091 PR gdb/20604:
11092 * gdb.base/quit.exp: New file.
11093
11094 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11095
11096 * .gitignore: New file.
11097
11098 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11099
11100 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11101 throughout.
11102
11103 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11104
11105 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11106
11107 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11108
11109 * gdb.cp/casts.cc (decltype): Move it ...
11110 (main): ... with its call to ...
11111 * gdb.cp/casts03.cc: ... a new file.
11112 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11113
11114 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11115
11116 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11117
11118 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11119
11120 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11121 and sync up the test with tests in gas/testsuite/gas/ppc.
11122 * gdb.arch/powerpc-power.exp: Likewise.
11123
11124 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11125
11126 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11127
11128 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11129 Jan Kratochvil <jan.kratochvil@redhat.com>
11130
11131 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11132 make m1's definition to be different from m2's. Use 'dummy' as an
11133 argument for probe 'two'.
11134
11135 2016-09-10 Jon Beniston <jon@beniston.com>
11136
11137 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11138 for sim target.
11139
11140 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11141
11142 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11143 variable declaration.
11144 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11145 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11146 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11147 received HWCAP as its argument.
11148
11149 2016-09-06 Pedro Alves <palves@redhat.com>
11150
11151 * gdb.base/new-ui-pending-input.c: New file.
11152 * gdb.base/new-ui-pending-input.exp: New file.
11153 * gdb.exp (clear_gdb_spawn_id): New procedure.
11154 (with_spawn_id): Check whether gdb_spawn_id exists before
11155 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11156 on exit.
11157
11158 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11159
11160 * gdb.base/float128.c: New file.
11161 * gdb.base/float128.exp: Likewise.
11162 * gdb.base/floatn.c: Likewise.
11163 * gdb.base/floatn.exp: Likewise.
11164
11165 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11166
11167 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11168
11169 2016-09-05 Pedro Alves <palves@redhat.com>
11170
11171 PR backtrace/19927
11172 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11173 unwinders are immediately called as side effect of "source" or
11174 "disable unwinder" commands.
11175 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11176
11177 2016-09-02 Yao Qi <yao.qi@linaro.org>
11178
11179 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11180 is true and $type is "float" or "double".
11181
11182 2016-09-02 Yao Qi <yao.qi@linaro.org>
11183
11184 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11185 true.
11186 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11187 * gdb.base/call-rt-st.exp: Likewise.
11188 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11189 return value instead of gdb,skip_float_test.
11190 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11191 (do_function_calls): Use its return value instead of
11192 gdb,skip_float_test.
11193 * gdb.base/finish.exp: Likewise.
11194 * gdb.base/funcargs.exp: Likewise.
11195 * gdb.base/return.exp: Likewise.
11196 * gdb.base/return2.exp: Likewise.
11197 * gdb.base/varargs.exp: Likewise.
11198 * lib/gdb.exp (gdb_skip_float_test): Change it to
11199 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11200
11201 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11202
11203 * gdb.multi/tids.exp: Test "thread apply all".
11204
11205 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11206
11207 * gdb.base/default.exp (tty): Remove.
11208
11209 2016-08-24 Kevin Buettner <kevinb@redhat.com>
11210
11211 * gdb.python/py-recurse-unwind.c: New file.
11212 * gdb.python/py-recurse-unwind.py: New file.
11213 * gdb.python/py-recurse-unwind.exp: New file.
11214
11215 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11216
11217 * gdb.base/set-inferior-tty.exp: New file.
11218 * gdb.base/set-inferior-tty.c: New file.
11219
11220 2016-08-23 Pedro Alves <palves@redhat.com>
11221
11222 PR gdb/20494
11223 * gdb.base/new-ui-echo.c: New file.
11224 * gdb.base/new-ui-echo.exp: New file.
11225
11226 2016-08-23 Yao Qi <yao.qi@linaro.org>
11227
11228 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11229 gdbserver_spawn.
11230 * gdb.server/connect-without-multi-process.exp (do_test):
11231 Likewise.
11232
11233 2016-08-23 Yao Qi <yao.qi@linaro.org>
11234
11235 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11236 standalone_txt. Delete gdb_txt and standalone_txt on host
11237 and target. Spawn the binary on target. Copy files from
11238 target to host.
11239
11240 2016-08-22 Pedro Alves <palves@redhat.com>
11241
11242 PR gdb/20505
11243 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11244 with_test_prefix. Factor out bits to ...
11245 (test_no_vdso): ... this new procedure.
11246
11247 2016-08-19 Carl Love <cel@us.ibm.com>
11248
11249 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11250 maintaining separate logic for constructing the output path.
11251 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11252 * gdb.arch/ppc-dfp.exp: Likewise.
11253 * gdb.arch/ppc-fp.exp: Likewise.
11254 * gdb.arch/vsx-regs.exp: Likewise.
11255 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11256 binprefix for generating the additional binary files.
11257
11258 2016-08-19 Pedro Alves <palves@redhat.com>
11259
11260 * gdb.trace/mi-trace-frame-collected.exp
11261 (test_trace_frame_collected): On x32, expect two registers.
11262
11263 2016-08-18 Carl Love <cel@us.ibm.com>
11264
11265 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11266 and sync up the test with tests in gas/testsuite/gas/ppc.
11267 * gdb.arch/powerpc-power.exp: Likewise.
11268
11269 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11270
11271 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11272 expected error message.
11273
11274 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11275
11276 * gdb.multi/remove-inferiors.exp: New file.
11277 * gdb.multi/remove-inferiors.c: New file.
11278
11279 2016-08-12 Yao Qi <yao.qi@linaro.org>
11280
11281 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11282 argument list.
11283
11284 2016-08-10 Pedro Alves <palves@redhat.com>
11285
11286 PR gdb/19187
11287 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11288 setup_kfails.
11289
11290 2016-08-09 Pedro Alves <palves@redhat.com>
11291 Simon Marchi <simon.marchi@ericsson.com>
11292
11293 PR gdb/20418
11294 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11295 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11296
11297 2016-08-09 Pedro Alves <palves@redhat.com>
11298
11299 PR mi/20431
11300 * gdb.mi/mi-cmd-error.exp: New file.
11301
11302 2016-08-09 Pedro Alves <palves@redhat.com>
11303
11304 PR gdb/18653
11305 * gdb.base/signals-state-child.c: New file.
11306 * gdb.base/signals-state-child.exp: New file.
11307 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11308
11309 2016-08-09 Pedro Alves <palves@redhat.com>
11310
11311 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11312
11313 2016-08-03 Tom Tromey <tom@tromey.com>
11314
11315 PR python/18565:
11316 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11317
11318 2016-08-01 Yao Qi <yao.qi@linaro.org>
11319
11320 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11321 variable mode to "multi-process" if $multi_process is 1, otherwise
11322 set it to "single-process".
11323
11324 2016-08-01 Yao Qi <yao.qi@linaro.org>
11325
11326 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11327 * gdb.cp/cpexprs.exp: Likewise.
11328 * gdb.cp/m-static.exp: Likewise.
11329
11330 2016-07-26 Tom Tromey <tom@tromey.com>
11331
11332 PR python/20190:
11333 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11334 test.
11335
11336 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11337
11338 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11339 selecting assembly source files.
11340 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11341 assembly source files.
11342 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11343 assembly source files.
11344 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11345 selecting assembly source files.
11346
11347 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11348
11349 * gdb.base/new-ui.exp (do_test_invalid_args): New
11350 procedure.
11351
11352 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11353
11354 * gdb.btrace/reconnect.c: New file.
11355 * gdb.btrace/reconnect.exp: New file.
11356
11357 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11358
11359 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11360 to test_catch_syscall_group.
11361 (test_catch_syscall_group): New.
11362
11363 2016-07-21 Tom Tromey <tom@tromey.com>
11364
11365 * gdb.rust/simple.rs (main): Use empty struct expression.
11366 * gdb.rust/simple.exp: Add tests for empty struct expression.
11367
11368 2016-07-21 Yao Qi <yao.qi@linaro.org>
11369
11370 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11371 if gdb_skip_xml_test is true on some targets.
11372
11373 2016-07-21 Yao Qi <yao.qi@linaro.org>
11374
11375 * gdb.server/solib-list.exp: Unset last_loaded_file.
11376
11377 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11378
11379 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11380 "step into captured_main (args)".
11381
11382 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11383
11384 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11385
11386 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11387
11388 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11389
11390 2016-07-19 Pedro Alves <palves@redhat.com>
11391
11392 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11393 * gdb.opt/inline-bt.exp: Likewise.
11394 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11395 additional_flags=-Winline.
11396 * gdb.opt/inline-locals.exp: Likewise.
11397 * gdb.opt/inline-markers.c (ATTR): Define.
11398 (inlined_fn): Use it.
11399
11400 2016-07-19 Yao Qi <yao.qi@linaro.org>
11401
11402 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11403 (test_with_self): Remove some code. Remove argument executable.
11404 (top-level): Use do_self_tests.
11405
11406 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
11407 Don Breazeal <donb@codesourcery.com>
11408
11409 * gdb.base/maint.exp: Escape paths used in regular expressions.
11410 * gdb.stabs/weird.exp: Likewise.
11411
11412 2016-07-13 Tom Tromey <tom@tromey.com>
11413
11414 PR python/15620, PR python/18620:
11415 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11416 (test_bkpt_events): New procs.
11417
11418 2016-07-13 Tom Tromey <tom@tromey.com>
11419
11420 PR python/17698:
11421 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11422 test.
11423 (test_watchpoints): Likewise.
11424 (test_bkpt_pending): New proc.
11425
11426 2016-07-13 Tom Tromey <tom@tromey.com>
11427
11428 PR cli/18053:
11429 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11430 completion test.
11431
11432 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11433
11434 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11435 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11436 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11437 f_label.
11438 (g): Rename g_end_lbl to g_label.
11439 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11440 low_pc and high_pc.
11441 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11442
11443 2016-07-12 Tom Tromey <tom@tromey.com>
11444
11445 PR python/19293:
11446 * gdb.python/py-unwind-maint.exp: Update tests.
11447
11448 2016-07-12 Yao Qi <yao.qi@linaro.org>
11449
11450 * lib/selftest-support.exp (selftest_setup): Match the output
11451 when captured_main is inlined.
11452
11453 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11454
11455 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11456 New variables.
11457 (print this%a, print this%b, print this): New tests.
11458 * gdb.fortran/derived-types.f90 (this): New object and
11459 initialization.
11460
11461 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11462
11463 * gdb.ada/arraydim.exp: Remove extra directory level in build
11464 directory.
11465
11466 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11467
11468 * lib/ada.exp: Remove extra directory level in build directory.
11469 * gdb.ada/cond_lang.exp: Likewise.
11470 * gdb.ada/exec_changed.exp: Likewise.
11471 * gdb.ada/lang_switch.exp: Likewise.
11472
11473 2016-07-06 Manish Goregaokar <manish@mozilla.com>
11474
11475 * simple.rs: Add test for raw pointer subscripting.
11476 * simple.exp: Add test expectations.
11477
11478 2016-07-05 Yao Qi <yao.qi@linaro.org>
11479
11480 * gdb.mi/mi-reverse.exp: Match =record-started output.
11481
11482 2016-07-01 Pedro Alves <palves@redhat.com>
11483
11484 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11485 procedure.
11486 (jit_reader_test): Test the jit reader's unwinder.
11487 * gdb.base/jithost.c (jit_function_00_code): New global.
11488 (main): Use memcpy to fill in the mmapped code, instead of poking
11489 bytes manually here.
11490 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11491 value.
11492 (read_debug_info): Save the function's range.
11493 (read_sp): New function.
11494 (unwind_frame): Use it. Also unwind RBP.
11495 (get_frame_id): Use read_sp.
11496 (gdb_init_reader): Use calloc instead of malloc.
11497 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11498 parameter. Use gdb_test_multiple.
11499
11500 2016-07-01 Pedro Alves <palves@redhat.com>
11501 Antoine Tremblay <antoine.tremblay@ericsson.com>
11502
11503 * gdb.threads/process-dies-while-detaching.c: New file.
11504 * gdb.threads/process-dies-while-detaching.exp: New file.
11505
11506 2016-07-01 Pedro Alves <palves@redhat.com>
11507
11508 * gdb.multi/watchpoint-multi-exit.c: New file.
11509 * gdb.multi/watchpoint-multi-exit.exp: New file.
11510
11511 2016-06-30 Pedro Alves <palves@redhat.com>
11512
11513 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11514 unset inferior_spawn_id.
11515
11516 2016-06-30 Pedro Alves <palves@redhat.com>
11517
11518 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11519 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11520
11521 2016-06-29 Yao Qi <yao.qi@linaro.org>
11522
11523 * gdb.base/return.c: Add copyright header.
11524
11525 2016-06-29 Tom Tromey <tom@tromey.com>
11526
11527 PR python/20129:
11528 * gdb.python/py-framefilter.exp: Add tests for setting priority
11529 and disabling of non-existent frame filter.
11530
11531 2016-06-29 Yao Qi <yao.qi@linaro.org>
11532
11533 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11534 0x0f07ff.
11535
11536 2016-06-28 Yao Qi <yao.qi@linaro.org>
11537
11538 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11539 triplets. Start gdb, execute catch syscall, and continue. Check
11540 gdb's output to determine catch syscall is supported.
11541
11542 2016-06-27 Manish Goregaokar <manish@mozilla.com>
11543
11544 * gdb.rust/simple.rs: Add test for returning unit in a function.
11545 * gdb.rust/simple.exp: Add expectation for functions returning
11546 unit.
11547
11548 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11549
11550 * gdb.python/py-breakpoint-create-fail.c,
11551 gdb.python/py-breakpoint-create-fail.exp,
11552 gdb.python/py-breakpoint-create-fail.py: New testcase.
11553
11554 2016-06-25 Manish Goregaokar <manish@mozilla.com>
11555
11556 PR gdb/20239
11557 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
11558 * gdb.rust/simple.exp: Add test expectations for new NonZero
11559 tests.
11560
11561 2016-06-24 David Taylor <dtaylor@emc.com>
11562
11563 * gdb.base/offsets.exp: New file.
11564 * gdb.base/offsets.c: New file.
11565
11566 2016-06-23 Tom Tromey <tom@tromey.com>
11567
11568 PR gdb/16483:
11569 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11570 before any filters are loaded.
11571
11572 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11573
11574 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11575 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11576 structs.
11577 * gdb.fortran/derived-type-function.exp: New file.
11578 * gdb.fortran/derived-type-function.f90: New file.
11579
11580
11581 2016-06-21 Pedro Alves <palves@redhat.com>
11582
11583 * gdb.base/new-ui.exp: New file.
11584 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11585 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11586 (with_spawn_id): New procedure.
11587
11588 2016-06-21 Pedro Alves <palves@redhat.com>
11589
11590 * gdb.mi/mi-exec-run.exp: New file.
11591
11592 2016-06-21 Pedro Alves <palves@redhat.com>
11593
11594 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11595 breakpoint command's output on the main UI.
11596 (test_break): New procedure, factored out from calls in the top
11597 level.
11598 (top level): Use foreach_with_prefix to test MI as main UI and as
11599 separate UI.
11600
11601 2016-06-21 Pedro Alves <palves@redhat.com>
11602
11603 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11604 (test_awatch_creation_and_listing)
11605 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11606 Remove 'type' parameter.
11607 (test_watchpoint_all): New parameter mi_mode. Remove
11608 with_test_prefix.
11609 (top level): Use foreach_with_prefix, and add main/separate UI MI
11610 testing axis.
11611
11612 2016-06-21 Pedro Alves <palves@redhat.com>
11613
11614 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11615 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11616 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11617 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11618 (gdb_main_spawn_id, mi_spawn_id): Declare and
11619 comment.
11620 (mi_create_inferior_pty): New procedure,
11621 factored out from default_mi_gdb_start.
11622 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11623 procedures.
11624 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11625 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11626 Use mi_create_inferior_pty.
11627 (mi_gdb_start): Use eval to pass down args list.
11628
11629 2016-06-21 Pedro Alves <palves@redhat.com>
11630
11631 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11632 * gdb.opt/inline-cmds.exp: Add MI tests.
11633
11634 2016-06-21 Pedro Alves <palves@redhat.com>
11635
11636 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11637
11638 2016-06-21 Pedro Alves <palves@redhat.com>
11639
11640 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11641 (top level): Use it instead of mi_execute_to.
11642
11643 2016-06-21 Pedro Alves <palves@redhat.com>
11644
11645 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11646 (cont_handler_str): New.
11647 (signal_stop_handler): Set stop_handler_str instead of printing to
11648 stdout.
11649 (continue_handler): Set cont_handler_str instead of printing to
11650 stdout.
11651 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11652 mi_send_resuming_command. Print stop_handler_str and
11653 cont_handler_str instead of expecting the python events print
11654 directly.
11655
11656 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11657
11658 * gdb.base/jit-reader.exp: New file.
11659 * gdb.base/jithost.c: New file.
11660 * gdb.base/jithost.h: New file.
11661 * gdb.base/jitreader.c : New file.
11662 * gdb.base/jit-protocol.h: New file.
11663
11664 2016-06-17 Yao Qi <yao.qi@linaro.org>
11665
11666 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11667 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11668 and detach-on-fork. Adjust tests.
11669 (top level): Invoke break_cond_on_syscall with combinations of
11670 syscall, follow-fork-mode and detach-on-fork.
11671
11672 2016-06-17 Yao Qi <yao.qi@linaro.org>
11673
11674 * gdb.base/step-over-exit.c: New.
11675 * gdb.base/step-over-exit.exp: New.
11676
11677 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11678
11679 * gdb.base/float.exp: Add target check for nds32*-*-*.
11680 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11681
11682 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11683
11684 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11685 for unsupported target features.
11686 * gdb.base/call-rt-st.exp: Likewise.
11687 * gdb.base/call-sc.exp: Likewise.
11688 * gdb.base/call-signal-resume.exp: Likewise.
11689 * gdb.base/call-strs.exp: Likewise.
11690 * gdb.base/callexit.exp: Likewise.
11691 * gdb.base/callfuncs.exp: Likewise.
11692 * gdb.base/nodebug.exp: Likewise.
11693 * gdb.base/printcmds.exp: Likewise.
11694 * gdb.base/ptype.exp: Likewise.
11695 * gdb.base/structs.exp: Likewise.
11696 * gdb.base/unwindonsignal.exp: Likewise.
11697 * gdb.cp/gdb2495.exp: Likewise.
11698 * gdb.cp/templates.exp: Likewise.
11699 * gdb.cp/virtfunc.exp: Likewise.
11700 * gdb.threads/hand-call-in-threads.exp: Likewise.
11701 * gdb.threads/interrupted-hand-call.exp: Likewise.
11702 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11703
11704 2016-06-10 Tom Tromey <tom@tromey.com>
11705
11706 PR rust/20110:
11707 * gdb.rust/expr.exp: Add test for integer constant larger than
11708 i32.
11709
11710 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11711
11712 * gdb.fortran/nested-funcs.exp: New.
11713 * gdb.fortran/nested-funcs.f90: New.
11714
11715 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11716
11717 * gdb.base/examine-backward.c: New file.
11718 * gdb.base/examine-backward.exp: New file.
11719
11720 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11721
11722 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11723 matching.
11724
11725 2016-06-02 Tom Tromey <tom@tromey.com>
11726
11727 PR python/18984:
11728 * gdb.python/py-shared.exp: Add solib_name test.
11729
11730 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11731
11732 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11733
11734 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11735
11736 PR c++/19893
11737 * gdb.dwarf2/implref.exp: Rename to...
11738 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11739 * gdb.dwarf2/implref-array.c: New file.
11740 * gdb.dwarf2/implref-array.exp: Likewise.
11741 * gdb.dwarf2/implref-global.c: Likewise.
11742 * gdb.dwarf2/implref-global.exp: Likewise.
11743 * gdb.dwarf2/implref-struct.c: Likewise.
11744 * gdb.dwarf2/implref-struct.exp: Likewise.
11745
11746 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11747
11748 * gdb.trace/trace-condition.exp: Add 64bit tests.
11749
11750 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11751
11752 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11753 bits types.
11754 (main): Adapt to 8 to 64 bits types.
11755 * gdb.trace/trace-condition.exp: Add new tests.
11756
11757 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11758
11759 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11760
11761 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11762
11763 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11764 Move condition tests...
11765 * gdb.trace/trace-condition.exp: Here.
11766
11767 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11768
11769 * gdb.trace/trace-condition.exp: Add counter-case tests.
11770
11771 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11772
11773 PR c++/15231
11774 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11775 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11776
11777 2016-05-27 Pedro Alves <palves@redhat.com>
11778
11779 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11780 New procedure.
11781 (top level): Call it, and bail out of DejaGnu is known to be bad.
11782
11783 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11784
11785 * gdb.base/whatis.c: Extend the test case.
11786 * gdb.base/whatis.exp: Add additional tests.
11787
11788 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11789
11790 * gdb.fortran/type.f90: Add pointer variable.
11791 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11792
11793 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11794
11795 * gdb.fortran/vla-type.exp: Fix testcase name.
11796
11797 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11798
11799 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11800
11801 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11802
11803 * gdb.fortran/type.f90: Add nested structures.
11804 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11805 * gdb.fortran/derived-type.exp: Adapt expected output.
11806 * gdb.fortran/vla-type.exp: Adapt expected output.
11807
11808 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11809
11810 * gdb.fortran/whatis_type.exp: Adapt expected output.
11811
11812 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11813
11814 * gdb.fortran/print_type.exp: Fix expected output.
11815 * gdb.fortran/whatis_type.exp: Fix expected output.
11816
11817 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11818
11819 * gdb.fortran/whatis_type.exp: Use multi_line.
11820
11821 2016-05-24 Tom Tromey <tom@tromey.com>
11822
11823 PR python/17386:
11824 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11825 use value as an index.
11826
11827 2016-05-23 Tom Tromey <tom@tromey.com>
11828
11829 PR python/17981:
11830 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11831 no-breakpoint case.
11832
11833 2016-05-24 Pedro Alves <palves@redhat.com>
11834
11835 PR gdb/19828
11836 * gdb.threads/clone-attach-detach.c: New file.
11837 * gdb.threads/clone-attach-detach.exp: New file.
11838
11839 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11840
11841 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11842
11843 2016-05-23 Tom Tromey <tom@tromey.com>
11844
11845 PR python/19438, PR python/18393:
11846 * gdb.python/py-progspace.exp: Add "dir" test.
11847 * gdb.python/py-objfile.exp: Add "dir" test.
11848
11849 2016-05-23 Yao Qi <yao.qi@linaro.org>
11850
11851 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11852 * gdb.arch/thumb2-it.exp: Likewise.
11853
11854 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11855
11856 * gdb.mi/mi-threads-interrupt.c: New file.
11857 * gdb.mi/mi-threads-interrupt.exp: New file.
11858
11859 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11860
11861 PR gdb/18077
11862 * gdb.mi/mi-async-run.exp: New file.
11863 * gdb.mi/mi-async-run.c: New file.
11864
11865 2016-05-17 Tom Tromey <tom@tromey.com>
11866 Manish Goregaokar <manishsmail@gmail.com>
11867
11868 * lib/rust-support.exp: New file.
11869 * lib/gdb.exp (skip_rust_tests): New proc.
11870 (build_executable_from_specs): Handle rust.
11871 * lib/future.exp (gdb_find_rustc): New proc.
11872 (gdb_default_target_compile): Handle rust.
11873 * gdb.rust/expr.exp: New file.
11874 * gdb.rust/generics.exp: New file.
11875 * gdb.rust/generics.rs: New file.
11876 * gdb.rust/methods.exp: New file.
11877 * gdb.rust/methods.rs: New file.
11878 * gdb.rust/modules.exp: New file.
11879 * gdb.rust/modules.rs: New file.
11880 * gdb.rust/simple.exp: New file.
11881 * gdb.rust/simple.rs: New file.
11882
11883 2016-05-17 Tom Tromey <tom@tromey.com>
11884
11885 * gdb.base/default.exp (set language): Add rust.
11886
11887 2016-05-17 Tom Tromey <tom@tromey.com>
11888
11889 * gdb.gdb/unittest.exp: New file.
11890
11891 2016-05-16 Yao Qi <yao.qi@linaro.org>
11892
11893 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11894 shell_prompt. Update shell_prompt_re.
11895
11896 2016-05-12 Doug Evans <dje@google.com>
11897
11898 PR symtab/19999
11899 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11900 $options when building executable.
11901 * gdb.dwarf2/fission-loclists-pie.S: New file.
11902 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11903
11904 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11905
11906 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11907 of [is_remote target],
11908
11909 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11910
11911 * lib/gdb.exp (use_gdb_stub): New procedure.
11912
11913 2016-05-03 Yunlian Jiang <yunlian@google.com>
11914 Doug Evans <dje@google.com>
11915
11916 PR symtab/19914
11917 * gdb.dwarf2/dwp-sepdebug.c: New file.
11918 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11919
11920 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11921
11922 * gdb.base/detach.exp: Remove is_remote check.
11923
11924 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11925
11926 * gdb.base/annota-input-while-running.exp: Don't check for
11927 [is_remote target]. Enable annotations after running to main.
11928 Remove unused "set test..." line.
11929
11930 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11931
11932 * gdb.trace/trace-enable-disable.exp: New file.
11933 * gdb.trace/trace-enable-disable.c: New file.
11934
11935 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11936
11937 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11938 use it in info sharedlibrary test.
11939 * gdb.trace/ftrace-lock.exp: Likewise.
11940 * gdb.trace/ftrace.exp: Likewise.
11941 * gdb.trace/range-stepping.exp: Likewise.
11942 * gdb.trace/trace-break.exp: Likewise.
11943 * gdb.trace/trace-condition.exp: Likewise.
11944 * gdb.trace/trace-mt.exp: Likewise.
11945
11946 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11947
11948 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11949 (gdb_load_shlib): ... this.
11950 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11951 gdb_load_shlib.
11952 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11953 * gdb.base/ctxobj.exp: Likewise.
11954 * gdb.base/dprintf-pending.exp: Likewise.
11955 * gdb.base/dso2dso.exp: Likewise.
11956 * gdb.base/fixsection.exp: Likewise.
11957 * gdb.base/gcore-relro.exp: Likewise.
11958 * gdb.base/gdb1555.exp: Likewise.
11959 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11960 * gdb.base/gnu-ifunc.exp: Likewise.
11961 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11962 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11963 * gdb.base/pending.exp: Likewise.
11964 * gdb.base/print-file-var.exp: Likewise.
11965 * gdb.base/print-symbol-loading.exp: Likewise.
11966 * gdb.base/shlib-call.exp: Likewise.
11967 * gdb.base/shreloc.exp: Likewise.
11968 * gdb.base/so-impl-ld.exp: Likewise.
11969 * gdb.base/solib-disc.exp: Likewise.
11970 * gdb.base/solib-nodir.exp: Likewise.
11971 * gdb.base/solib-overlap.exp: Likewise.
11972 * gdb.base/solib-symbol.exp: Likewise.
11973 * gdb.base/solib-weak.exp (do_test): Likewise.
11974 * gdb.base/sym-file.exp: Likewise.
11975 * gdb.base/symtab-search-order.exp: Likewise.
11976 * gdb.base/type-opaque.exp: Likewise.
11977 * gdb.base/unload.exp: Likewise.
11978 * gdb.base/watchpoint-solib.exp: Likewise.
11979 * gdb.compile/compile.exp: Likewise.
11980 * gdb.cp/gdb2384.exp: Likewise.
11981 * gdb.cp/infcall-dlopen.exp: Likewise.
11982 * gdb.cp/re-set-overloaded.exp: Likewise.
11983 * gdb.fortran/library-module.exp: Likewise.
11984 * gdb.opt/solib-intra-step.exp: Likewise.
11985 * gdb.python/py-finish-breakpoint.exp: Likewise.
11986 * gdb.python/py-shared.exp: Likewise.
11987 * gdb.reverse/solib-precsave.exp: Likewise.
11988 * gdb.reverse/solib-reverse.exp: Likewise.
11989 * gdb.server/solib-list.exp: Likewise.
11990 * gdb.threads/dlopen-libpthread.exp: Likewise.
11991 * gdb.threads/tls-shared.exp: Likewise.
11992 * gdb.threads/tls-so_extern.exp: Likewise.
11993 * gdb.trace/change-loc.exp: Likewise.
11994 * gdb.trace/ftrace-lock.exp: Likewise.
11995 * gdb.trace/ftrace.exp: Likewise.
11996 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11997 * gdb.trace/pending.exp: Likewise.
11998 * gdb.trace/range-stepping.exp: Likewise.
11999 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12000 (strace_info_marker): Likewise.
12001 (strace_probe_marker): Likewise.
12002 (strace_trace_on_same_addr): Likewise.
12003 (strace_trace_on_diff_addr): Likewise.
12004 * gdb.trace/trace-break.exp: Likewise.
12005 * gdb.trace/trace-condition.exp: Likewise.
12006 * gdb.trace/trace-mt.exp: Likewise.
12007
12008 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12009
12010 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12011 result of gdb_remote_download.
12012 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12013 * gdb.base/dso2dso.exp: Likewise.
12014 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12015 * gdb.base/print-file-var.exp: Likewise.
12016 * gdb.base/shlib-call.exp: Likewise.
12017 * gdb.base/shreloc.exp: Likewise.
12018 * gdb.base/solib-overlap.exp: Likewise.
12019 * gdb.base/solib-weak.exp (do_test): Likewise.
12020 * gdb.base/unload.exp: Likewise.
12021
12022 2016-04-27 Yao Qi <yao.qi@linaro.org>
12023
12024 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12025 exists.
12026
12027 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12028
12029 * vla-type.exp: Print structure from toplevel.
12030
12031 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12032
12033 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12034 of dynamic types.
12035 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12036 of dynamic types.
12037
12038 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12039
12040 * gdb.fortran/vla-type.f90: New file.
12041 * gdb.fortran/vla-type.exp: New file.
12042
12043 2016-04-25 Yao Qi <yao.qi@linaro.org>
12044
12045 * gdb.base/branch-to-self.c: New file.
12046 * gdb.base/branch-to-self.exp: New file.
12047
12048 2016-04-22 Yao Qi <yao.qi@linaro.org>
12049
12050 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12051 more after $hex.
12052
12053 2016-04-22 Yao Qi <yao.qi@linaro.org>
12054
12055 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12056 * gdb.base/annota3.exp: Likewise.
12057
12058 2016-04-22 Yao Qi <yao.qi@linaro.org>
12059
12060 * gdb.reverse/step-precsave.exp: Do one step and test program
12061 stops in "callee" and do multiple steps until program goes out
12062 of "callee".
12063 * gdb.reverse/step-reverse.exp: Likewise.
12064
12065 2016-04-22 Yao Qi <yao.qi@linaro.org>
12066
12067 * gdb.trace/signal.exp: Also pass if
12068 $tracepoint_hits($i) > $iterations.
12069
12070 2016-04-22 Yao Qi <yao.qi@linaro.org>
12071
12072 * gdb.trace/signal.c: New file.
12073 * gdb.trace/signal.exp: New file.
12074
12075 2016-04-19 Doug Evans <xdje42@gmail.com>
12076
12077 * gdb.base/bad-file.exp: New file.
12078
12079 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12080
12081 * gdb.dwarf2/implref.exp: New file.
12082
12083 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12084
12085 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12086 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12087 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12088 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12089 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12090 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12091 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12092 * lib/fortran.exp (fortran_int4): New procedure.
12093 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12094 (fortran_logical4): Likewise.
12095
12096 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12097
12098 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12099
12100 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12101
12102 * lib/compiler.c: Add Intel specific preprocessor macros.
12103 * lib/compiler.cc: Likewise.
12104
12105 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
12106
12107 * gdb.server/connect-with-no-symbol-file.c: New file.
12108 * gdb.server/connect-with-no-symbol-file.exp: New file.
12109
12110 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12111
12112 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12113
12114 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12115
12116 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12117 standard output directory.
12118
12119 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12120
12121 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12122
12123 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12124
12125 * gdb.btrace/instruction_history.c (loop): Add declaration.
12126
12127 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12128
12129 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12130
12131 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12132
12133 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12134 parentheses to print.
12135 (continue_handler): Likewise.
12136
12137 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12138
12139 * gdb.server/solib-list.exp: Remove is_remote check.
12140 Pass shlib= to gdb_compile. Don't link shared library with
12141 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12142 Run binary filename through "readlink -f" on the target.
12143
12144 2016-04-08 Pedro Alves <palves@redhat.com>
12145
12146 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12147 interpreter filename as argument to gdbserver_spawn.
12148 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12149 Return empty if $last_loaded_file does not exist.
12150
12151 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12152
12153 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12154 * gdb.base/jit-main.c: Use exit after usage.
12155
12156 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12157
12158 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12159 GDBHISTSIZE prior to the tests.
12160 * gdb.base/gdbinit-history.exp: Likewise.
12161
12162 2016-04-07 Pedro Alves <palves@redhat.com>
12163
12164 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12165 instead of build_executable. Use gdb_load_shlibs.
12166
12167 2016-04-07 Yao Qi <yao.qi@linaro.org>
12168
12169 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12170 Execute "si" command.
12171
12172 2016-04-07 Yao Qi <yao.qi@linaro.org>
12173
12174 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12175 number instead of the comments on some line.
12176
12177 2016-04-06 Don Breazeal <donb@codesourcery.com>
12178
12179 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12180 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12181
12182 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12183
12184 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12185 standard_output_file. Remove unused binfile variable.
12186
12187 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
12188
12189 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12190 * gdb.python/py-mi-objfile.exp: Match "list main" output
12191 in console format.
12192
12193 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12194
12195 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12196 absolute.
12197
12198 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12199
12200 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12201 absolute.
12202 * gdb.trace/ftrace.exp: Likewise.
12203 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12204 targets as well.
12205 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12206 (gdb_load_shlibs): Copy libraries to test directory when testing
12207 natively. Only set solib-search-path if testing remotely.
12208 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12209
12210 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12211
12212 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12213 gdb_download. Use it even if the target is not remote.
12214 * gdb.base/jit.exp (compile_jit_test): Likewise.
12215 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12216 output directory if the destination board is local, otherwise use
12217 the standard remote_download from DejaGnu.
12218 (gdb_download): Remove.
12219 (gdb_load_shlibs): Use gdb_remote_download instead of
12220 gdb_download.
12221 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12222 Use gdb_remote_download instead of gdb_download. Use it even if
12223 the target is not remote.
12224 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12225 instead of gdb_download.
12226
12227 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12228
12229 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12230 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12231 run.
12232
12233 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
12234
12235 PR gdb/19820
12236 * gdb.base/printcmds.exp: Add artificial arrays tests.
12237
12238 2016-03-31 Pedro Alves <palves@redhat.com>
12239
12240 PR gdb/19858
12241 * gdb.base/jit-main.c: Include unistd.h.
12242 (ATTACH): Define to 0 if not already defined.
12243 (wait_for_gdb, mypid): New globals.
12244 (WAIT_FOR_GDB): New macro.
12245 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12246 some breakpoint locations.
12247 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12248 New procedures.
12249 (one_jit_test): Add REATTACH parameter, and handle it. Use
12250 continue_to_test_location.
12251 (top level): Test attach, and adjusts calls to one_jit_test.
12252
12253 2016-03-31 Pedro Alves <palves@redhat.com>
12254
12255 PR gdb/19858
12256 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12257 BINSUFFIX parameter, and handle it.
12258 (top level): Adjust calls compile_jit_test.
12259
12260 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
12261
12262 PR python/19743
12263 * gdb.python/py-mi-events-gdb.py: New file.
12264 * gdb.python/py-mi-events.c: New file.
12265 * gdb.python/py-mi-events.exp: New file.
12266
12267 2016-03-30 Yao Qi <yao.qi@linaro.org>
12268
12269 * gdb.reverse/until-precsave.exp: Match function name only.
12270 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12271 Move malloc to a condition block.
12272 * gdb.reverse/until-reverse.exp: Match function name only.
12273
12274 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12275
12276 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12277 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12278 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12279 variable for GPR 0 instead of assuming it is register 0.
12280 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12281 * lib/trace-support.exp: Add s390 registers.
12282
12283 2016-03-29 Yao Qi <yao.qi@linaro.org>
12284
12285 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12286
12287 2016-03-24 Yao Qi <yao.qi@linaro.org>
12288
12289 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12290 test message.
12291
12292 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12293
12294 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12295 maintaining separate logic for constructing the output path.
12296
12297 2016-03-16 Don Breazeal <donb@codesourcery.com>
12298
12299 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12300 Retry fork and waitpid on interrupted system call errors.
12301 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12302 Use with_timeout_factor to increase timeout by factor of 10.
12303
12304 2016-03-15 Don Breazeal <donb@codesourcery.com>
12305
12306 * gdb.cp/scope-err.cc: New test program.
12307 * gdb.cp/scope-err.exp: New test script.
12308 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12309 lines and "set breakpoint here" comment.
12310 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12311 Fixed some whitespace and format issues.
12312 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12313 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12314
12315 2016-03-15 Doug Evans <dje@google.com>
12316
12317 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12318 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12319 All callers updated. Add tests for enums, mixed flags register.
12320
12321 2016-03-15 Doug Evans <dje@google.com>
12322
12323 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12324 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12325
12326 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12327
12328 * gdb.base/default.exp: Add $_as_string to the list of expected
12329 convenience functions.
12330
12331 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12332
12333 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12334
12335 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12336
12337 * gdb.python/py-as-string.exp: New file.
12338 * gdb.python/py-as-string.c: New file.
12339
12340 2016-03-09 Pedro Alves <palves@redhat.com>
12341
12342 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12343 signal" -> "Thread NN received signal" output change.
12344 * gdb.threads/ia64-sigill.exp: Likewise.
12345 * gdb.threads/linux-dp.exp: Likewise.
12346 * gdb.threads/manythreads.exp: Likewise.
12347 * gdb.threads/pending-step.exp: Likewise.
12348 * gdb.threads/print-threads.exp: Likewise.
12349 * gdb.threads/sigstep-threads.exp: Likewise.
12350 * gdb.threads/staticthreads.exp: Likewise.
12351 * gdb.threads/tls.exp: Likewise.
12352
12353 2016-03-09 Pedro Alves <palves@redhat.com>
12354
12355 * gdb.base/command-line-input.exp: New file.
12356
12357 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12358
12359 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12360 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12361 * gdb.trace/pending.exp: Accept leading dot before function name.
12362 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12363 * lib/trace-support.exp: Set registers for ppc.
12364
12365 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12366
12367 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12368 use it for disassembly; accept .main in addition to main in backtrace.
12369
12370 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
12371 Marcin Kościelnicki <koriakin@0x04.net>
12372
12373 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12374 (gdb_recursion_test_ptr): New global variable.
12375 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12376 gdb_recursion_test.
12377 (gdb_c_test): Ditto.
12378
12379 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12380
12381 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12382 ordering.
12383
12384 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12385
12386 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12387 (bar): Add bar_start_lbl label.
12388 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12389 of foo/bar for emitting DWARF and tracing.
12390
12391 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12392
12393 * analyze-racy-logs.py: Set executable bit.
12394
12395 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12396
12397 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12398 (CHECK_TARGET_TMP): Likewise.
12399 (check-single-racy): New rule.
12400 (check-parallel-racy): Likewise.
12401 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12402 (do-check-parallel-racy): New rule.
12403 (check-racy/%.exp): Likewise.
12404 * README (Racy testcases): New section.
12405 * analyze-racy-logs.py: New file.
12406
12407 2016-03-03 Doug Evans <dje@google.com>
12408
12409 * gdb.base/skip.exp: Use with_test_prefix.
12410
12411 2016-03-03 Yao Qi <yao.qi@linaro.org>
12412
12413 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12414 Invoke step_over_syscall "clone" and break_cond_on_syscall
12415 "clone".
12416 * gdb.base/step-over-clone.c: New file.
12417
12418 2016-03-03 Yao Qi <yao.qi@linaro.org>
12419
12420 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12421 code format.
12422
12423 2016-03-03 Yao Qi <yao.qi@linaro.org>
12424
12425 * gdb.base/disp-step-fork.c: Rename to ...
12426 * gdb.base/step-over-fork.c: ... it. New file.
12427 * gdb.base/disp-step-vfork.c: Rename to ...
12428 * gdb.base/step-over-vfork.c: ... it. New file.
12429 * gdb.base/disp-step-syscall.exp: Rename to ...
12430 * gdb.base/step-over-syscall.exp: ... it. New file.
12431 (disp_step_cross_syscall): Rename to ...
12432 (step_over_syscall): ... it.
12433
12434 2016-03-03 Yao Qi <yao.qi@linaro.org>
12435
12436 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12437 If target supports condition evaluation on target, invoke
12438 break_cond_on_syscall for fork and vfork.
12439
12440 2016-03-03 Yao Qi <yao.qi@linaro.org>
12441
12442 * gdb.base/disp-step-syscall.exp: Don't invoke
12443 support_displaced_stepping.
12444 (disp_step_cross_syscall): Test with displaced stepping off and
12445 on if supported.
12446
12447 2016-03-03 Yao Qi <yao.qi@linaro.org>
12448
12449 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12450 proc.
12451 (setup): New proc.
12452 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12453 and setup.
12454
12455 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12456
12457 * gdb.fortran/vla-history.exp: Remove breakpoint.
12458
12459 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12460
12461 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12462 exceeds timeout.
12463
12464 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12465
12466 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12467 breakpoint.
12468
12469 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12470
12471 * gdb.mi/vla.f90: Nullify pointer after declaration.
12472
12473 2016-03-01 Pedro Alves <palves@redhat.com>
12474
12475 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12476
12477 2016-03-01 Pedro Alves <palves@redhat.com>
12478
12479 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12480 before anything else.
12481 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12482 _GNU_SOURCE here.
12483 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12484 before anything else.
12485 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12486
12487 2016-03-01 Pedro Alves <palves@redhat.com>
12488
12489 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12490
12491 2016-03-01 Yao Qi <yao.qi@linaro.org>
12492
12493 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12494 prepare_for_testing.
12495
12496 2016-03-01 Yao Qi <yao.qi@linaro.org>
12497
12498 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12499
12500 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12501
12502 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12503 manually constructing the output path.
12504
12505 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12506
12507 * gdb.arch/s390-stackless.S: New.
12508 * gdb.arch/s390-stackless.exp: New.
12509
12510 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12511
12512 * gdb.dlang/circular.c: New file.
12513 * gdb.dlang/circular.exp: New file.
12514
12515 2016-02-26 Yao Qi <yao.qi@linaro.org>
12516
12517 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12518 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12519 (testcases): Update.
12520
12521 2016-02-26 Yao Qi <yao.qi@linaro.org>
12522
12523 * gdb.reverse/aarch64.c: Rename to ...
12524 * gdb.reverse/insn-reverse.c: ... it.
12525 * gdb.reverse/aarch64.exp: Rename to ...
12526 * gdb.reverse/insn-reverse.exp: ... it.
12527
12528 2016-02-26 Yao Qi <yao.qi@linaro.org>
12529
12530 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12531 (testcase_ftype): New.
12532 (testcases): New array.
12533 (n_testcases): New.
12534 (main): Call each element in testcases.
12535 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12536 (read_testcase): New.
12537 Do the tests in a loop.
12538
12539 2016-02-25 Yao Qi <yao.qi@linaro.org>
12540
12541 * gdb.base/branches.c: Remove.
12542
12543 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12544
12545 PR gdb/13808
12546 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12547
12548 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12549
12550 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12551
12552 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12553
12554 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12555 change x86_64 call_insn to 'callq'.
12556
12557 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12558
12559 * gdb.trace/tfile-avx.c: Move to...
12560 * gdb.trace/tracefile-pseudo-reg.c: Here.
12561 * gdb.trace/tfile-avx.exp: Move to...
12562 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12563
12564 2016-02-24 Gary Benson <gbenson@redhat.com>
12565
12566 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12567 message on attach.
12568
12569 2016-02-23 Doug Evans <dje@google.com>
12570
12571 * gdb.base/skip.c (test_skip): New function.
12572 (end_test_skip_file_and_function): New function.
12573 (test_skip_file_and_function): New function.
12574 * gdb.base/skip1.c (test_skip): New function.
12575 (skip1_test_skip_file_and_function): New function.
12576 * gdb.base/skip.exp: Add tests for new skip options.
12577 * gdb.base/skip-solib.exp: Update expected output.
12578 * gdb.perf/skip-command.cc: New file.
12579 * gdb.perf/skip-command.exp: New file.
12580 * gdb.perf/skip-command.py: New file.
12581
12582 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12583
12584 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12585 info registers pattern.
12586
12587 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12588
12589 * lib/future.exp: Add D support.
12590 (gdb_find_gdc): New proc.
12591 (gdb_default_target_compile): Add D support.
12592
12593 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
12594
12595 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12596 user+system time.
12597 (trace_speed_test): Determine the iteration count for a time
12598 between 15..30 seconds.
12599
12600 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12601
12602 * gdb.arch/i386-mpx-sigsegv.c: New file.
12603 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12604 * gdb.arch/i386-mpx-simple_segv.c: New file.
12605 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12606
12607 2016-02-18 Yao Qi <yao.qi@linaro.org>
12608
12609 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12610 Don't call setup_kfail.
12611
12612 2016-02-18 Yao Qi <yao.qi@linaro.org>
12613
12614 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12615 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12616
12617 2016-02-16 Doug Evans <dje@google.com>
12618
12619 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12620 * gdb.base/skip1.c: Ditto.
12621 * gdb.base/skip.exp: Whitespace cleanup.
12622
12623 2016-02-16 Don Breazeal <donb@codesourcery.com>
12624
12625 PR remote/19496
12626 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12627 Remove kfail for PR remote/19496.
12628
12629 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12630
12631 * lib/gdb.exp (standard_temp_file): Return a path specific to
12632 the runtest invocation.
12633
12634 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12635
12636 * gdb.trace/save-trace.exp: Change relative path to be in the
12637 standard output directory.
12638
12639 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12640
12641 * gdb.arch/i386-prologue.c: Add missing prototypes.
12642
12643 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12644
12645 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12646 * gdb.arch/i386-prologue.exp: Likewise.
12647 * gdb.arch/i386-size.exp: Likewise.
12648
12649 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12650
12651 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12652 define object file path.
12653 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12654 file path.
12655 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12656 standard_output_file to define binfile.
12657
12658 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12659
12660 Fix compatibility with recent gfortran-5.3.1.
12661 * gdb.fortran/vla-history.exp (print vla1 allocated)
12662 (print vla2 allocated, print $2, print $3): Remove
12663 (print $4): Rename to ...
12664 (print $2): ... here.
12665 (print $9): Rename to ...
12666 (print $5): ... here.
12667 (print $10): Rename to ...
12668 (print $6): ... here.
12669 * gdb.fortran/vla.f90: Add pvla initialization.
12670
12671 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12672
12673 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12674 New test.
12675 * gdb.fortran/vla-value-sub.exp: Likewise.
12676
12677 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12678
12679 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12680
12681 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12682
12683 * i386-biarch-core.exp: Define corefile using
12684 standard_output_file.
12685
12686 2016-02-12 Yao Qi <yao.qi@linaro.org>
12687
12688 * gdb.arch/arm-single-step-kernel-helper.c: New.
12689 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12690
12691 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12692
12693 * gdb.btrace/tailcall-only.exp: New.
12694 * gdb.btrace/tailcall-only.c: New.
12695 * gdb.btrace/x86_64-tailcall-only.S: New.
12696 * gdb.btrace/i686-tailcall-only.S: New.
12697
12698 2016-02-11 Pedro Alves <palves@redhat.com>
12699
12700 * README (Parallel testing): Add missing double quotes.
12701
12702 2016-02-11 Pedro Alves <palves@redhat.com>
12703
12704 * README (Parallel testing): New section.
12705 (GDB_PARALLEL): Rewrite.
12706 (FORCE_PARALLEL): Document.
12707
12708 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12709
12710 * gdb.trace/tfile-avx.c: New test.
12711 * gdb.trace/tfile-avx.exp: New test.
12712
12713 2016-02-09 Keith Seitz <keiths@redhat.com>
12714
12715 PR breakpoints/19546
12716 * gdb.base/infcall-exec.c: New file.
12717 * gdb.base/infcall-exec2.c: New file.
12718 * gdb.base/infcall-exec.exp: New file.
12719
12720 2016-02-09 Keith Seitz <keiths@redhat.com>
12721
12722 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12723 (toplevel): Call test_bkpt_address.
12724
12725 2016-02-09 Keith Seitz <keiths@redhat.com>
12726
12727 PR python/19506
12728 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12729 (toplevel): Call test_bkpt_address.
12730
12731 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12732
12733 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12734 to AC_OUTPUT.
12735 * configure: Regenerate.
12736
12737 2016-02-09 Pedro Alves <palves@redhat.com>
12738
12739 PR breakpoints/19548
12740 * gdb.base/execl-update-breakpoints.c (some_function): New
12741 function.
12742 (main): Call it.
12743 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12744 Tighten expected GDB output.
12745
12746 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12747
12748 * Makefile.in (ALL_SUBDIRS): Remove.
12749 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12750 (distclean maintainer-clean realclean): Likewise.
12751 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12752 * configure: Regenerate.
12753 * gdb.ada/Makefile.in: Delete.
12754 * gdb.arch/Makefile.in: Likewise.
12755 * gdb.asm/Makefile.in: Likewise.
12756 * gdb.base/Makefile.in: Likewise.
12757 * gdb.btrace/Makefile.in: Likewise.
12758 * gdb.cell/Makefile.in: Likewise.
12759 * gdb.compile/Makefile.in: Likewise.
12760 * gdb.cp/Makefile.in: Likewise.
12761 * gdb.disasm/Makefile.in: Likewise.
12762 * gdb.dlang/Makefile.in: Likewise.
12763 * gdb.dwarf2/Makefile.in: Likewise.
12764 * gdb.fortran/Makefile.in: Likewise.
12765 * gdb.gdb/Makefile.in: Likewise.
12766 * gdb.go/Makefile.in: Likewise.
12767 * gdb.guile/Makefile.in: Likewise.
12768 * gdb.java/Makefile.in: Likewise.
12769 * gdb.linespec/Makefile.in: Likewise.
12770 * gdb.mi/Makefile.in: Likewise.
12771 * gdb.modula2/Makefile.in: Likewise.
12772 * gdb.multi/Makefile.in: Likewise.
12773 * gdb.objc/Makefile.in: Likewise.
12774 * gdb.opencl/Makefile.in: Likewise.
12775 * gdb.opt/Makefile.in: Likewise.
12776 * gdb.pascal/Makefile.in: Likewise.
12777 * gdb.perf/Makefile.in: Likewise.
12778 * gdb.python/Makefile.in: Likewise.
12779 * gdb.reverse/Makefile.in: Likewise.
12780 * gdb.server/Makefile.in: Likewise.
12781 * gdb.stabs/Makefile.in: Likewise.
12782 * gdb.threads/Makefile.in: Likewise.
12783 * gdb.trace/Makefile.in: Likewise.
12784 * gdb.xml/Makefile.in: Likewise.
12785 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12786 GDB_PARALLEL.
12787 (standard_output_file): Remove check for GDB_PARALLEL, always
12788 return path in outputs/$subdir/$testname.
12789
12790 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12791
12792 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12793 (site.exp): Assign abs_srcdir to tcl's srcdir.
12794
12795 2016-02-04 Yao Qi <yao.qi@linaro.org>
12796
12797 * gdb.base/foll-exec-mode.c: Include limits.h.
12798 (main): Add parameters argc and argv. Get directory from
12799 argv[0].
12800 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12801 compilation.
12802 * gdb.base/foll-exec.c: Include limits.h.
12803 (main): Add parameters argc and argv.
12804 Get directory from argv[0].
12805 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12806 Adjust tests on the number of lines as source code changed.
12807 * gdb.base/foll-vfork-exit.c: Include limits.h.
12808 (main): Add one line of statement before vfork.
12809 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12810 (main): Add parameters argc and argv. Get directory from
12811 argv[0].
12812 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12813 (setup_gdb): Set tbreak to skip some source lines.
12814 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12815 (main): Add parameters argc and argv. Get directory from
12816 argv[0].
12817 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12818 compilation.
12819 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12820 (main): Add parameters argc and argv. Get directory from
12821 argv[0].
12822 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12823 compilation.
12824
12825 2016-02-01 Doug Evans <dje@google.com>
12826
12827 * gdb.base/skip.exp: Clean up multiple references to same test name.
12828
12829 2016-02-01 Pedro Alves <palves@redhat.com>
12830
12831 PR remote/19496
12832 * gdb.threads/forking-threads-plus-breakpoint.exp
12833 (displaced_stepping_supported): New global.
12834 (probe_displaced_stepping_support): New procedure.
12835 (do_test): Add 'displaced' parameter, and use it.
12836 (top level): Check for displaced stepping support. Add displaced
12837 stepping on/off testing axis.
12838
12839 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12840
12841 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12842 pointer. Don't perform further tests on the unassociated pointer
12843 if the first test fails.
12844
12845 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12846
12847 * gdb.base/max-value-size.c: New file.
12848 * gdb.base/max-value-size.exp: New file.
12849 * gdb.base/huge.exp: Disable max-value-size for this test.
12850
12851 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12852
12853 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12854
12855 2016-01-28 Yao Qi <yao.qi@linaro.org>
12856
12857 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12858
12859 2016-01-25 Pedro Alves <palves@redhat.com>
12860
12861 PR threads/19461
12862 * gdb.base/fork-running-state.c: New file.
12863 * gdb.base/fork-running-state.exp: New file.
12864
12865 2016-01-25 Pedro Alves <palves@redhat.com>
12866
12867 PR gdb/19494
12868 * gdb.base/catch-fork-kill.c: New file.
12869 * gdb.base/catch-fork-kill.exp: New file.
12870
12871 2016-01-25 Pedro Alves <palves@redhat.com>
12872
12873 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12874 Delete, moved to lib/gdb.exp.
12875 * gdb.threads/forking-threads-plus-breakpoint.exp
12876 (foreach_with_prefix): Likewise.
12877 * gdb.threads/process-dies-while-handling-bp.exp
12878 (foreach_with_prefix): Likewise.
12879 * lib/gdb.exp (foreach_with_prefix): New procedure.
12880
12881 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12882
12883 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12884 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12885
12886 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12887
12888 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12889 endian targets.
12890
12891 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12892 Pedro Alves <palves@redhat.com>
12893
12894 Fix testsuite compatibility with Guile.
12895 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12896 number.
12897
12898 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12899
12900 Fix testsuite compatibility with Guile.
12901 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12902 (thread 1): New test for backtrace through signal handler.
12903
12904 2016-01-22 Yao Qi <yao.qi@linaro.org>
12905
12906 PR testsuite/19491
12907 * gdb.base/multi-forks.c: Include
12908 ../lib/unbuffer_output.c
12909 (main): Call gdb_unbuffer_output.
12910
12911 2016-01-21 Doug Evans <dje@google.com>
12912
12913 * lib/ada.exp (gdb_compile_ada): Fix typo.
12914
12915 2016-01-21 Joel Brobecker <brobecker@adacore.com>
12916
12917 * gdb.base/break-fun-addr.exp: New file.
12918 * gdb.base/break-fun-addr1.c: New file.
12919 * gdb.base/break-fun-addr2.c: New file.
12920
12921 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12922
12923 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12924 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12925 enum flag values.
12926
12927 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12928
12929 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12930 when GDB can not set the vector return value. Add more comments
12931 for clarification.
12932
12933 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12934
12935 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12936 command.
12937
12938 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12939
12940 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12941
12942 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12943
12944 * Makefile.in (check-single): Pass --status to runtest.
12945 (check/%.exp): Likewise.
12946
12947 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12948
12949 * Makefile.in (check-parallel): Propagate return code from make
12950 do-check-parallel.
12951
12952 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12953
12954 * gdb.trace/ftrace.exp: Fix expected message on continue.
12955 * gdb.trace/pending.exp: Fix expected message on continue.
12956 * gdb.trace/trace-break.exp: Fix expected message on continue.
12957
12958 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12959
12960 * lib/gdb.exp (gdb_test): Remove unused global references.
12961
12962 2016-01-18 Pedro Alves <palves@redhat.com>
12963
12964 * gdb.base/async-shell.exp: Adjust expected output.
12965 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12966 * gdb.base/siginfo-thread.exp: Adjust expected output.
12967 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12968 * gdb.java/jnpe.exp: Adjust expected output.
12969 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12970 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12971 * gdb.threads/leader-exit.exp: Adjust expected output.
12972 * gdb.threads/manythreads.exp: Adjust expected output.
12973 * gdb.threads/pthreads.exp: Adjust expected output.
12974 * gdb.threads/schedlock.exp: Adjust expected output.
12975 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12976 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12977 expected output.
12978 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12979 output.
12980 * gdb.threads/sigthread.exp: Adjust expected output.
12981 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12982
12983 2016-01-18 Yao Qi <yao.qi@linaro.org>
12984
12985 * gdb.guile/scm-section-script.c: Replace @progbits with
12986 %progbits.
12987 * gdb.python/py-section-script.c: Likewise.
12988
12989 2016-01-15 Pedro Alves <palves@redhat.com>
12990
12991 * gdb.multi/tids.exp: Test star wildcard ranges.
12992
12993 2016-01-15 Pedro Alves <palves@redhat.com>
12994
12995 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12996 command from "thread apply" invocation.
12997 (thr_apply_info_thr_invalid): Default the expected output to the
12998 input tid list.
12999 (top level): Add tests that use convenience variables. Add tests
13000 for "thread apply" with a valid TID list, but missing the command.
13001
13002 2016-01-13 Pedro Alves <palves@redhat.com>
13003
13004 * gdb.base/default.exp: Expect $_gthread as well.
13005 * gdb.multi/tids.exp: Test $_gthread.
13006 * gdb.threads/thread-specific.exp: Test $_gthread.
13007
13008 2016-01-13 Pedro Alves <palves@redhat.com>
13009
13010 * gdb.multi/tids.exp: Test "info threads -gid".
13011
13012 2016-01-13 Pedro Alves <palves@redhat.com>
13013
13014 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13015 Breakpoint.thread.
13016 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13017
13018 2016-01-07 Pedro Alves <palves@redhat.com>
13019
13020 * gdb.base/break.exp: Adjust to output changes.
13021 * gdb.base/hbreak2.exp: Likewise.
13022 * gdb.base/sepdebug.exp: Likewise.
13023 * gdb.base/watch_thread_num.exp: Likewise.
13024 * gdb.linespec/keywords.exp: Likewise.
13025 * gdb.multi/info-threads.exp: Likewise.
13026 * gdb.threads/thread-find.exp: Likewise.
13027 * gdb.multi/tids.c: New file.
13028 * gdb.multi/tids.exp: New file.
13029
13030 2016-01-13 Pedro Alves <palves@redhat.com>
13031
13032 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13033
13034 2016-01-13 Pedro Alves <palves@redhat.com>
13035
13036 * gdb.base/default.exp: Expect $_inferior as well.
13037 * gdb.multi/base.exp: Test $_inferior.
13038
13039 2016-01-13 Pedro Alves <palves@redhat.com>
13040
13041 PR breakpoints/19388
13042 * gdb.base/catch-signal-siginfo-cond.c: New file.
13043 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13044
13045 2016-01-12 Josh Stone <jistone@redhat.com>
13046 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13047
13048 * gdb.base/catch-syscall.c (do_execve): New variable.
13049 (main): Conditionally trigger an execve.
13050 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13051 (test_catch_syscall_execve): New, check entry/return across execve.
13052 (do_syscall_tests): Call test_catch_syscall_execve.
13053
13054 2016-01-12 Pedro Alves <palves@redhat.com>
13055
13056 * gdb.base/random-signal.exp (do_test): New procedure, with body
13057 of testcase moved in.
13058
13059 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13060 Pedro Alves <palves@redhat.com>
13061
13062 * gdb.base/funcargs.exp (finish from indirectly called function):
13063 Reintroduce the case for 'First'.
13064
13065 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13066 Pedro Alves <palves@redhat.com>
13067
13068 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13069 (tcatch_vfork_then_child_follow_exec)
13070 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13071 identification.
13072
13073 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13074
13075 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13076 and repeats to unlimited.
13077 * gdb.python/py-value.exp: Likewise.
13078 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13079 and repeats to unlimited.
13080
13081 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13082
13083 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13084 and reordering the functions.
13085 * gdb.multi/hangout.c: Likewise.
13086 * gdb.multi/hello.c: Likewise.
13087
13088 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13089
13090 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13091 absolute.
13092 (SingleStatisticTestResult.report): Use dict.keys instead of
13093 dict.iterkeys.
13094
13095 2016-01-06 Pedro Alves <palves@redhat.com>
13096
13097 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13098
13099 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13100
13101 * gdb.btrace/dlopen.exp: New.
13102 * gdb.btrace/dlopen.c: New.
13103 * gdb.btrace/dlopen-dso.c: New.
13104
13105 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13106
13107 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13108 PATTERN argument is optional.
13109
13110 2015-12-24 Joel Brobecker <brobecker@adacore.com>
13111
13112 * lib/ada.exp (target_compile_ada_from_dir): New function.
13113 (gdb_compile_ada): Reimplement avoiding the use of project files.
13114 * gdb.ada/gnat_ada.gpr: Delete.
13115 * gdb.ada/cond_lang.exp: Adjust test to make path before
13116 filename optional.
13117 * gdb.ada/small_reg_param.exp: Likewise.
13118
13119 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13120
13121 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13122
13123 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13124
13125 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13126 case.
13127
13128 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13129
13130 * gdb.base/break.exp: Remove dead code.
13131 * gdb.base/sepdebug.exp: Likewise.
13132
13133 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13134
13135 * gdb.asm/asm-source.exp: Remove HP-UX references.
13136 * gdb.base/annota1.exp: Likewise.
13137 * gdb.base/annota3.exp: Likewise.
13138 * gdb.base/attach.exp: Likewise.
13139 * gdb.base/bigcore.exp: Likewise.
13140 * gdb.base/break.exp: Likewise.
13141 * gdb.base/call-ar-st.exp: Likewise.
13142 * gdb.base/callfuncs.exp: Likewise.
13143 * gdb.base/catch-fork-static.exp: Likewise.
13144 * gdb.base/display.exp: Likewise.
13145 * gdb.base/foll-exec-mode.exp: Likewise.
13146 * gdb.base/foll-exec.exp: Likewise.
13147 * gdb.base/foll-fork.exp: Likewise.
13148 * gdb.base/foll-vfork.exp: Likewise.
13149 * gdb.base/funcargs.exp: Likewise.
13150 * gdb.base/hbreak2.exp: Likewise.
13151 * gdb.base/inferior-died.exp: Likewise.
13152 * gdb.base/interrupt.exp: Likewise.
13153 * gdb.base/multi-forks.exp: Likewise.
13154 * gdb.base/nodebug.exp: Likewise.
13155 * gdb.base/sepdebug.exp: Likewise.
13156 * gdb.base/solib1.c: Likewise.
13157 * gdb.base/step-test.exp: Likewise.
13158 * gdb.mi/non-stop.c: Likewise.
13159 * gdb.mi/pthreads.c: Likewise.
13160 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13161 * gdb.threads/pthreads.c: Likewise.
13162 * gdb.threads/staticthreads.exp: Likewise.
13163 * lib/future.exp: Likewise.
13164 * lib/gdb.exp: Likewise.
13165 * gdb.base/so-indr-cl.c: Remove.
13166 * gdb.base/so-indr-cl.exp: Likewise.
13167 * gdb.base/solib.c: Likewise.
13168 * gdb.base/solib.exp: Likewise.
13169 * gdb.base/solib2.c: Likewise.
13170
13171 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13172
13173 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13174 * gdb.base/call-ar-st.exp: Likewise.
13175 * gdb.base/callfuncs.exp: Likewise.
13176 * gdb.base/condbreak.exp: Likewise.
13177 * gdb.base/constvars.exp: Likewise.
13178 * gdb.base/hbreak2.exp: Likewise.
13179 * gdb.base/langs.exp: Likewise.
13180 * gdb.base/list.exp: Likewise.
13181 * gdb.base/long_long.exp: Likewise.
13182 * gdb.base/ptype.exp: Likewise.
13183 * gdb.base/scope.exp: Likewise.
13184 * gdb.base/signals.exp: Likewise.
13185 * gdb.base/so-impl-ld.exp: Likewise.
13186 * gdb.base/varargs.exp: Likewise.
13187 * gdb.base/volatile.exp: Likewise.
13188 * gdb.base/whatis.exp: Likewise.
13189 * gdb.cp/cplusfuncs.exp: Likewise.
13190 * gdb.cp/inherit.exp: Likewise.
13191 * gdb.cp/local.exp: Likewise.
13192 * gdb.cp/member-ptr.exp: Likewise.
13193 * gdb.cp/method.exp: Likewise.
13194 * gdb.cp/overload.exp: Likewise.
13195 * gdb.cp/templates.exp: Likewise.
13196 * gdb.stabs/weird.exp: Likewise.
13197 * lib/compiler.c: Likewise.
13198 * lib/compiler.cc: Likewise.
13199 * lib/cp-support.exp: Likewise.
13200 * lib/gdb.exp: Likewise.
13201
13202 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13203
13204 * configure.ac: Remove HP-UX case.
13205 * configure: Regenerate.
13206
13207 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13208
13209 * lib/gdb.exp (gdb_compile): Add function doc.
13210
13211 2015-12-17 Pedro Alves <palves@redhat.com>
13212
13213 PR threads/19354
13214 * gdb.multi/info-threads.exp: New file.
13215
13216 2015-12-15 Yao Qi <yao.qi@linaro.org>
13217
13218 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13219 is aarch64*-*-*.
13220
13221 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13222
13223 * gdb.base/history-duplicates.exp: Skip if no readline support.
13224
13225 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13226
13227 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13228
13229 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13230
13231 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13232
13233 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13234
13235 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13236 ctrl-C if nointerrupts target property is set.
13237 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13238 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13239 * gdb.base/paginate-bg-execution.exp: Likewise.
13240 * gdb.base/paginate-execution-startup.exp: Likewise.
13241 * gdb.base/random-signal.exp: Likewise.
13242 * gdb.base/range-stepping.exp: Likewise.
13243 * gdb.cp/annota2.exp: Likewise.
13244 * gdb.cp/annota3.exp: Likewise.
13245 * gdb.gdb/selftest.exp: Likewise.
13246 * gdb.threads/continue-pending-status.exp: Likewise.
13247 * gdb.threads/leader-exit.exp: Likewise.
13248 * gdb.threads/manythreads.exp: Likewise.
13249 * gdb.threads/pthreads.exp: Likewise.
13250 * gdb.threads/schedlock.exp: Likewise.
13251 * gdb.threads/sigthread.exp: Likewise.
13252
13253 2015-12-11 Don Breazeal <donb@codesourcery.com>
13254
13255 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13256 remote.
13257 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13258 * gdb.base/foll-exec.exp (main): Enable for target remote.
13259 * gdb.base/foll-fork.exp (main): Likewise.
13260 * gdb.base/foll-vfork.exp (main): Likewise.
13261 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13262 (proc continue_to_exit_bp_loc): Use clean_restart.
13263 * gdb.base/pie-execl.exp (main): Disable for target remote.
13264 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13265 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13266 * gdb.threads/execl.exp (main): Likewise.
13267 * gdb.threads/fork-child-threads.exp (main): Likewise.
13268 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13269 remote.
13270 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13271 remote.
13272 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13273 pid.tid style ptids, instead of just tid.
13274 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13275 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13276 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13277 ptids, instead of just tid.
13278
13279 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13280
13281 * gdb.base/list.exp (test_list_forward): Add end of file error
13282 test.
13283 (test_repeat_list_command): Add end of file error test.
13284 (test_list_backwards): Add beginning of file error test.
13285
13286 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13287
13288 * gdb.base/list.exp (test_list_invalid_args): New function,
13289 defined, and called.
13290
13291 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13292
13293 * gdb.base/list.exp (test_list): Make test names unique.
13294
13295 2015-12-11 Yao Qi <yao.qi@linaro.org>
13296
13297 * gdb.base/coremaker2.c: Remove.
13298
13299 2015-12-10 Pedro Alves <palves@redhat.com>
13300
13301 * gdb.multi/base.exp: Remove stale "spaces" references.
13302
13303 2015-12-10 Pedro Alves <palves@redhat.com>
13304
13305 * gdb.multi/base.exp: Don't use nowarnings.
13306 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13307 * gdb.multi/hangout.c: Include stdio.h.
13308 * gdb.multi/hello.c: Include stdlib.h.
13309 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13310 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13311 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13312
13313 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13314
13315 * gdb.dwarf2/dw2-ranges-base.c: New file.
13316 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13317 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13318 support additional line table, and debug ranges generation.
13319 (Dwarf::ranges): New function, generate .debug_ranges.
13320 (Dwarf::lines): Support generating simple line table programs.
13321 (Dwarf::assemble): Initialise new namespace variables.
13322
13323 2015-12-09 Kevin Buettner <kevinb@redhat.com>
13324
13325 * gdb.base/async.exp (proc test_background): Add case for
13326 asynchronous execution not supported.
13327
13328 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
13329
13330 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13331 format and change test names to make them unique.
13332
13333 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13334 Pedro Alves <pedro@redhat.com>
13335
13336 PR gdb/18702
13337 Add checking of floatformats setup on x86_64 hosts.
13338 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13339 (smallval, bigval): New labels/constants.
13340 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13341 float" after loading bigval and smallval.
13342
13343 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13344
13345 * gdb.ada/fun_overload_menu.exp: New testcase.
13346 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13347
13348 2015-12-04 Josh Stone <jistone@redhat.com>
13349
13350 * gdb.base/catch-fork-static.exp: New.
13351
13352 2015-12-03 Yao Qi <yao.qi@linaro.org>
13353
13354 * gdb.base/sizeof.c: Don't include stdio.h and
13355 ../lib/unbuffer_output.c.
13356 (main): New variable 'size' and 'value'. Remove printf and
13357 gdb_unbuffer_output. Assign return value to size and value.
13358 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13359 at the beginning.
13360 (check_sizeof): Check the result by printing variable 'size'.
13361 (check_valueof): Check the result by printing variable 'value'.
13362
13363 2015-12-01 Yao Qi <yao.qi@linaro.org>
13364
13365 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13366 for aarch64*-*-linux* target.
13367
13368 2015-11-30 Pedro Alves <palves@redhat.com>
13369
13370 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13371
13372 2015-11-30 Pedro Alves <palves@redhat.com>
13373
13374 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13375 Handle non-stop mode vCont replies.
13376
13377 2015-11-30 Pedro Alves <palves@redhat.com>
13378
13379 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13380 prepare_for_testing. Start gdb with "set non-stop on" appended to
13381 GDBFLAGS. Lax expected stop output.
13382
13383 2015-11-27 Yao Qi <yao.qi@linaro.org>
13384
13385 * gdb.arch/arm-neon.exp: New.
13386 * gdb.arch/arm-neon.c: New.
13387
13388 2015-11-27 Yao Qi <yao.qi@linaro.org>
13389
13390 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13391
13392 2015-11-27 Yao Qi <yao.qi@linaro.org>
13393
13394 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13395 frames-invalid annotation.
13396
13397 2015-11-27 Yao Qi <yao.qi@linaro.org>
13398
13399 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13400
13401 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13402
13403 * gdb.threads/names.exp: New file.
13404 * gdb.threads/names.c: New file.
13405 * README: Mention gdb,no_thread_names.
13406
13407 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13408
13409 PR 19297
13410 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13411 support" error.
13412
13413 2015-11-24 Pedro Alves <palves@redhat.com>
13414
13415 PR 17539
13416 * gdb.base/display.exp: Expect displays to be sorted in ascending
13417 order. Use multi_line.
13418 * gdb.base/solib-display.exp: Likewise.
13419
13420 2015-11-24 Pedro Alves <palves@redhat.com>
13421
13422 PR 17539
13423 * gdb.base/display.exp: Expect displays to be sorted in ascending
13424 order. Use multi_line.
13425 * gdb.base/solib-display.exp: Likewise.
13426
13427 2015-11-24 Pedro Alves <palves@redhat.com>
13428
13429 PR 17539
13430 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13431 threads in ascending order.
13432 * gdb.base/foll-fork.exp: Likewise.
13433 * gdb.base/foll-vfork.exp: Likewise.
13434 * gdb.base/multi-forks.exp: Likewise.
13435 * gdb.mi/mi-nonstop.exp: Likewise.
13436 * gdb.mi/mi-nsintrall.exp: Likewise.
13437 * gdb.multi/base.exp: Likewise.
13438 * gdb.multi/multi-arch.exp: Likewise.
13439 * gdb.python/py-inferior.exp: Likewise.
13440 * gdb.threads/break-while-running.exp: Likewise.
13441 * gdb.threads/execl.exp: Likewise.
13442 * gdb.threads/gcore-thread.exp: Likewise.
13443 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13444 * gdb.threads/kill.exp: Likewise.
13445 * gdb.threads/linux-dp.exp: Likewise.
13446 * gdb.threads/multiple-step-overs.exp: Likewise.
13447 * gdb.threads/next-bp-other-thread.exp: Likewise.
13448 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13449 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13450 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13451 * gdb.threads/thread-find.exp: Likewise.
13452 * gdb.threads/tls.exp: Likewise.
13453 * lib/mi-support.exp (mi_reverse_list): Delete.
13454 (mi_check_thread_states): No longer reverse list.
13455
13456 2015-11-24 Pedro Alves <palves@redhat.com>
13457
13458 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13459 use lowercase.
13460
13461 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13462
13463 * gdb.trace/actions.c: Include trace-common.h.
13464 (main): Add a location for a fast tracepoint.
13465 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13466 the normal tracepoints.
13467 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13468
13469 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13470
13471 * save-trace.exp: Factor out code to these...
13472 (gdb_save_tracepoints): New.
13473 (gdb_load_tracepoints): New.
13474 (do_save_load_test): New.
13475
13476 2015-11-23 Kevin Buettner <kevinb@redhat.com>
13477
13478 * gdb.base/asmlabel.exp: New test.
13479 * gdb.base/asmlabel.c: New test case.
13480
13481 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13482
13483 * gdb.base/wrong_frame_bt_full-main.c: New file.
13484 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13485 * gdb.base/wrong_frame_bt_full.exp: New file.
13486
13487 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13488
13489 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13490
13491 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13492
13493 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
13494 pstate register when comparing registers values in
13495 sparc64-*-linux-gnu targets to avoid spurious differences.
13496
13497 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13498
13499 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
13500
13501 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13502
13503 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13504 as type argument to gdb_compile.
13505 * gdb.base/nested-subp2.exp: Likewise.
13506 * gdb.base/nested-subp3.exp: Likewise.
13507
13508 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13509
13510 * lib/dwarf.exp (_note): Fix left shift of negative value.
13511 * gdb.trace/trace-condition.exp: Likewise.
13512
13513 2015-11-13 Yao Qi <yao.qi@linaro.org>
13514
13515 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13516 comments about d10v.
13517 (test_scalar_returns): Likewise.
13518 * gdb.base/d10v.ld: Remove.
13519 * gdb.base/overlays.exp: Remove the target triplet checking for
13520 d10v-*-*.
13521 * gdb.base/structs.exp (test_struct_returns): Remove the
13522 comments about d10v.
13523 (test_struct_calls): Likewise.
13524
13525 2015-11-13 Yao Qi <yao.qi@linaro.org>
13526
13527 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13528 * gdb.base/gnu_vector.c: Don't include stdio.h.
13529 (main): Don't print res and call add_some_intvecs.
13530
13531 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13532
13533 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13534 macro.
13535 (func5): Removed.
13536 (func4): Use FAST_TRACEPOINT_LABEL.
13537 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13538 macro.
13539 (func): Removed.
13540 (thread_function): Use FAST_TRACEPOINT_LABEL.
13541 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13542 (func): Remove.
13543 (marker): Use FAST_TRACEPOINT_LABEL.
13544 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13545 (pendfunc1): Remove.
13546 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13547 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13548 (foo): Remove.
13549 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13550 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13551 macro.
13552 (func): Remove.
13553 (marker): Use FAST_TRACEPOINT_LABEL.
13554 * gdb.trace/trace-common.h: New header.
13555 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13556 macro.
13557 (func): Remove.
13558 (marker): Use FAST_TRACEPOINT_LABEL.
13559 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13560 (func): Remove.
13561 (thread_function): Use FAST_TRACEPOINT_LABEL.
13562
13563 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13564
13565 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13566 in front.
13567 * gdb.trace/change-loc.exp: Use global pcreg definition.
13568 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13569 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13570 in front.
13571 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13572 * gdb.trace/pending.exp: Likewise.
13573 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13574 * gdb.trace/trace-break.exp: Likewise.
13575 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13576 in front.
13577 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13578 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13579 in front.
13580 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13581
13582 2015-11-09 Joel Brobecker <brobecker@adacore.com>
13583
13584 * gdb.ada/fin_fun_out: New testcase.
13585
13586 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13587
13588 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13589 value associated with DW_AT_byte_size.
13590 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13591 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13592 DW_AT_upper_bound.
13593
13594 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13595
13596 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13597 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13598 version.
13599 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13600 gdb.dwarf2/dw2-canonicalize-type.exp,
13601 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13602 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13603 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13604 provided by gdb_target_symbol_prefix_flags_asm.
13605 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13606 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13607 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13608 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13609 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13610 macros where needed). Use this macro for symbols which require
13611 the prefix provided by SYMBOL_PREFIX.
13612
13613 2015-11-05 Kevin Buettner <kevinb@redhat.com>
13614
13615 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13616 New procs.
13617 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13618 representing expressions, of more than one list element.
13619 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13620 to prepend linker symbol prefix to f.
13621 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13622 table_1 and table_2.
13623 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13624 Likewise, for f and g.
13625 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13626 for ptr.
13627 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13628 for main.
13629 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13630 table_1_ptr and table_2_ptr.
13631
13632 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13633 Joel Brobecker <brobecker@adacore.com>
13634
13635 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13636
13637 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13638
13639 * gdb.reverse/s390-mvcle.c: New test.
13640 * gdb.reverse/s390-mvcle.exp: New file.
13641 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13642
13643 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13644
13645 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13646
13647 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13648
13649 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13650 reaching marker2.
13651 * gdb.reverse/getresuid-reverse.exp: Likewise.
13652 * gdb.reverse/pipe-reverse.exp: Likewise.
13653 * gdb.reverse/readv-reverse.exp: Likewise.
13654 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13655 * gdb.reverse/time-reverse.exp: Likewise.
13656 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13657
13658 2015-10-30 Yao Qi <yao.qi@linaro.org>
13659
13660 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13661 (empty_cycle): Remove.
13662 (main): Don't call empty_cycle. Don't use watch_count_done.
13663 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13664 empty_cycle. Rewrite the code counting HW watchpoints.
13665
13666 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13667
13668 * gdb.reverse/fstatat-reverse.c: New test.
13669 * gdb.reverse/fstatat-reverse.exp: New file.
13670 * gdb.reverse/getresuid-reverse.c: New test.
13671 * gdb.reverse/getresuid-reverse.exp: New file.
13672 * gdb.reverse/pipe-reverse.c: New test.
13673 * gdb.reverse/pipe-reverse.exp: New file.
13674 * gdb.reverse/readv-reverse.c: New test.
13675 * gdb.reverse/readv-reverse.exp: New file.
13676 * gdb.reverse/recvmsg-reverse.c: New test.
13677 * gdb.reverse/recvmsg-reverse.exp: New file.
13678 * gdb.reverse/time-reverse.c: New test.
13679 * gdb.reverse/time-reverse.exp: New file.
13680 * gdb.reverse/waitpid-reverse.c: New test.
13681 * gdb.reverse/waitpid-reverse.exp: New file.
13682
13683 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13684
13685 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13686
13687 2015-10-26 Doug Evans <dje@google.com>
13688
13689 PR symtab/17391
13690 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13691 * gdb.dwarf2/bad-regnum.c: New file.
13692 * gdb.dwarf2/bad-regnum.exp: New file.
13693
13694 2015-10-26 Doug Evans <dje@google.com>
13695
13696 PR python/18938
13697 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13698 file.
13699
13700 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13701
13702 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13703 for a change by "Mention language in compile error message".
13704
13705 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13706
13707 PR python/18073
13708 * gdb.python/py-type.c (C::a_method): New.
13709 (C::a_const_method): New.
13710 (C::a_static_method): New.
13711 (a_function): New.
13712 * gdb.python/py-type.exp (test_fields): Test getting fields
13713 from function and method.
13714
13715 2015-10-21 Keven Boell <keven.boell@intel.com>
13716
13717 * gdb.fortran/vla-alloc-assoc.exp: New file.
13718 * gdb.fortran/vla-datatypes.exp: New file.
13719 * gdb.fortran/vla-datatypes.f90: New file.
13720 * gdb.fortran/vla-history.exp: New file.
13721 * gdb.fortran/vla-ptype-sub.exp: New file.
13722 * gdb.fortran/vla-ptype.exp: New file.
13723 * gdb.fortran/vla-sizeof.exp: New file.
13724 * gdb.fortran/vla-sub.f90: New file.
13725 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13726 * gdb.fortran/vla-value-sub-finish.exp: New file.
13727 * gdb.fortran/vla-value-sub.exp: New file.
13728 * gdb.fortran/vla-value.exp: New file.
13729 * gdb.fortran/vla-ptr-info.exp: New file.
13730 * gdb.mi/mi-vla-fortran.exp: New file.
13731 * gdb.mi/vla.f90: New file.
13732
13733 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13734
13735 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13736 of hardwired timeout value.
13737
13738 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13739 Pedro Alves <palves@redhat.com>
13740
13741 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13742 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13743
13744 2015-10-19 Josh Stone <jistone@redhat.com>
13745
13746 * gdb.base/catch-syscall.c: Include <sched.h>.
13747 (unknown_syscall): New variable.
13748 (main): Trigger a vfork and an unknown syscall.
13749 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13750 (unknown_syscall_number): Likewise.
13751 (check_call_to_syscall): Accept an optional syscall pattern.
13752 (check_return_from_syscall): Likewise.
13753 (check_continue): Likewise.
13754 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13755 (test_catch_syscall_skipping_return): New test toggling off 'catch
13756 syscall' to step over the syscall return, then toggling back on.
13757 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13758 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13759 (do_syscall_tests): Call test_catch_syscall_without_args and
13760 test_catch_syscall_mid_vfork.
13761 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13762 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13763
13764 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
13765
13766 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13767 print g_vE): Add new pass patterns.
13768 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13769 print various symbol names for vptr fields.
13770
13771 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13772
13773 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13774 results.
13775
13776 2015-10-12 Yao Qi <yao.qi@linaro.org>
13777
13778 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13779
13780 2015-10-12 Yao Qi <yao.qi@linaro.org>
13781
13782 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13783 is aarch64*-*-linux*.
13784
13785 2015-10-12 Yao Qi <yao.qi@linaro.org>
13786
13787 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13788 (can_relocate_bcond_true): ... it.
13789 (can_relocate_bcond_false): New function.
13790 (foo): Likewise.
13791 (can_relocate_bl): Likewise.
13792 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13793 can_relocate_bl.
13794
13795 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13796
13797 * gdb.base/nested-addr.c: New file.
13798 * gdb.base/nested-addr.exp: New testcase.
13799
13800 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13801
13802 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13803 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13804 its output. Ignore the output of "record goto begin" and instead
13805 check that GDB is replaying.
13806
13807 2015-10-09 Pedro Alves <palves@redhat.com>
13808
13809 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13810 (top level): Use it in the run with no args test.
13811
13812 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13813
13814 * gdb.dlang/properties.exp: New file.
13815
13816 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13817
13818 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13819 whether or not address 0x1000 is mapped on the target.
13820
13821 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13822
13823 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13824 build.
13825
13826 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13827
13828 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13829 instruction-history test.
13830
13831 2015-09-28 Doug Evans <dje@google.com>
13832
13833 * gdb.base/gcore.c (array_func): Add reference to static_array.
13834
13835 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13836
13837 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13838 source line.
13839
13840 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13841
13842 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13843 short or char as base type.
13844
13845 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13846
13847 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13848 to allow any size enum.
13849
13850 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13851
13852 * gdb.ada/array_ptr_renaming.exp: New testcase.
13853 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13854 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13855
13856 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13857
13858 * gdb.trace/ftrace-lock.c: New file.
13859 * gdb.trace/ftrace-lock.exp: New file.
13860
13861 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13862
13863 * gdb.arch/insn-reloc.c: New file.
13864 * gdb.arch/ftrace-insn-reloc.exp: New file.
13865
13866 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13867
13868 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13869 instruction.
13870 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13871 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13872 * gdb.trace/range-stepping.c: Likewise.
13873 * gdb.trace/trace-break.c: Likewise.
13874 * gdb.trace/trace-mt.c (thread_function): Likewise.
13875 * gdb.trace/ftrace.c (marker): Likewise.
13876 * gdb.trace/trace-condition.c (marker): Likewise.
13877 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13878 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13879 is_aarch64_target.
13880
13881 2015-09-18 Doug Evans <xdje42@gmail.com>
13882
13883 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13884 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13885
13886 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13887
13888 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13889 the breakpoint.
13890
13891 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13892
13893 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13894 the pending breakpoint. Remove timeout override for "Run till
13895 MI pending breakpoint on pendfunc3 on thread 2" test.
13896
13897 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13898
13899 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13900 filename pattern.
13901
13902 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13903
13904 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13905 in breakpoint filename pattern.
13906
13907 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13908
13909 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13910
13911 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13912
13913 * gdb.linespec/explicit.exp: Check for readline support for
13914 tab-completion tests. Fix obvious typo.
13915
13916 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13917
13918 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13919 and replay.
13920
13921 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13922
13923 * gdb.btrace/non-stop.c: New.
13924 * gdb.btrace/non-stop.exp: New.
13925
13926 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13927 Yao Qi <yao.qi@linaro.org>
13928
13929 * gdb.trace/trace-condition.c: New file.
13930 * gdb.trace/trace-condition.exp: New file.
13931
13932 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
13933
13934 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13935 for testing bytecode compilation.
13936
13937 2015-09-16 Pedro Alves <palves@redhat.com>
13938 Sandra Loosemore <sandra@codesourcery.com>
13939
13940 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13941 (SECONDS): Redefine.
13942 (main): Call pthread_kill and alarm early.
13943 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13944 support.
13945 (test): If the target can't hardware step and doesn't support
13946 displaced stepping, increase the timeout.
13947
13948 2015-09-16 Pedro Alves <palves@redhat.com>
13949
13950 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13951 (enable_debug): New procedures.
13952 (test): Use them. Bail out if waiting for threads fails.
13953 (top level): Bail out if a test fails.
13954
13955 2015-09-16 Yao Qi <yao.qi@linaro.org>
13956
13957 * gdb.asm/asm-source.exp: Set asm-arch for
13958 aarch64*-*-* target.
13959 * gdb.asm/aarch64.inc: New file.
13960
13961 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13962
13963 * gdb.ada/array_of_variable_length.exp: New testcase.
13964 * gdb.ada/array_of_variable_length/foo.adb: New file.
13965 * gdb.ada/array_of_variable_length/pck.adb: New file.
13966 * gdb.ada/array_of_variable_length/pck.ads: New file.
13967
13968 2015-09-15 Doug Evans <dje@google.com>
13969
13970 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13971 of function static local variable.
13972
13973 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13974
13975 * gdb.threads/tls-so_extern.exp: New test file.
13976 * gdb.threads/tls-so_extern.c: New test file.
13977 * gdb.threads/tls-so_extern_main.c: New test file.
13978
13979 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13980
13981 * gdb.opt/solib-intra-step-lib.c: New file.
13982 * gdb.opt/solib-intra-step-main.c: New file.
13983 * gdb.opt/solib-intra-step.exp: New file.
13984
13985 2015-09-15 Pedro Alves <palves@redhat.com>
13986
13987 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13988 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13989
13990 2015-09-14 Pedro Alves <palves@redhat.com>
13991
13992 * gdb.base/hook-stop-continue.c: Delete.
13993 * gdb.base/hook-stop-continue.exp: Delete.
13994 * gdb.base/hook-stop-frame.c: Delete.
13995 * gdb.base/hook-stop-frame.exp: Delete.
13996 * gdb.base/hook-stop.c: New file.
13997 * gdb.base/hook-stop.exp: New file.
13998
13999 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14000
14001 * gdb.ada/access_to_packed_array.exp: New testcase.
14002 * gdb.ada/access_to_packed_array/foo.adb: New file.
14003 * gdb.ada/access_to_packed_array/pack.adb: New file.
14004 * gdb.ada/access_to_packed_array/pack.ads: New file.
14005
14006 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14007
14008 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14009 buffer size test.
14010
14011 2015-09-11 Don Breazeal <donb@codesourcery.com>
14012
14013 * gdb.base/foll-exec.c: Add copyright header. Fix
14014 formatting issues.
14015 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14016 (do_exec_tests): Use clean_restart in place of zap_session,
14017 and for test initialization. Fix formatting issues. Use
14018 fail in place of perror.
14019 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14020 an expect statement to match an expression with output from
14021 the program under debug.
14022 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14023 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14024 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14025 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14026 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14027
14028 2015-09-09 Doug Evans <dje@google.com>
14029
14030 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14031
14032 2015-09-09 Doug Evans <dje@google.com>
14033
14034 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14035
14036 2015-09-09 Doug Evans <dje@google.com>
14037
14038 * gdb.base/savedregs.exp: Fix typo.
14039
14040 2015-09-09 Pedro Alves <palves@redhat.com>
14041
14042 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14043
14044 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14045
14046 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14047 command actually switches threads. Give up on remaining
14048 tests if target fails to stop at breakpoint.
14049
14050 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14051
14052 * gdb.ada/funcall_char.exp: New testcase.
14053 * gdb.ada/funcall_char/foo.adb: New file.
14054
14055 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14056
14057 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14058 expected outputs. Add two testcases for completing ambiguous
14059 functions.
14060 * gdb.ada/complete/aux_pck.adb: New file.
14061 * gdb.ada/complete/aux_pck.ads: New file.
14062 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14063 Ambiguous_Func functions.
14064 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14065 * gdb.ada/complete/pck.adb: Likewise.
14066
14067 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14068
14069 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14070 failures to run the test program under GDB.
14071
14072 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
14073
14074 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14075 to C.
14076
14077 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14078
14079 * gdb.base/run-after-attach.exp: New test file.
14080 * gdb.base/run-after-attach.c: New test file.
14081
14082 2015-08-26 Don Breazeal <donb@codesourcery.com>
14083
14084 * gdb.base/foll-exec-2.c: New test program.
14085 * gdb.base/foll-exec-2.exp: New test.
14086
14087 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14088
14089 * gdb.base/nested-subp1.exp: New file.
14090 * gdb.base/nested-subp1.c: New file.
14091 * gdb.base/nested-subp2.exp: New file.
14092 * gdb.base/nested-subp2.c: New file.
14093 * gdb.base/nested-subp3.exp: New file.
14094 * gdb.base/nested-subp3.c: New file.
14095
14096 2015-08-24 Pedro Alves <palves@redhat.com>
14097
14098 * gdb.server/connect-without-multi-process.c: New file.
14099 * gdb.server/connect-without-multi-process.exp: New file.
14100
14101 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14102
14103 * gdb.opt/inline-markers.c: Make z int.
14104
14105 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14106
14107 * gdb.opt/inline-markers.c: Make z volatile.
14108
14109 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14110
14111 * gdb.opt/inline-bt.c: New volatile global z.
14112 * gdb.opt/inline-cmds.c: Likewise.
14113 * gdb.opt/inline-locals.c: Likewise.
14114 * gdb.opt/inline-markers.c: New extern global z.
14115 (marker): Use z.
14116 (inline_fn): Likewise.
14117
14118 2015-08-24 Pedro Alves <palves@redhat.com>
14119
14120 * config/m32r-stub.exp: Remove file.
14121 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14122 * gdb.base/call-rt-st.exp: Likewise.
14123 * gdb.base/call-strs.exp: Likewise.
14124 * gdb.base/default.exp: Remove references to h8300-*-hms and
14125 *-*-udi*.
14126 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14127
14128 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14129
14130 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14131 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14132 and "return" use KFAIL when GDB can not read/write the vector
14133 return value.
14134
14135 2015-08-21 Gary Benson <gbenson@redhat.com>
14136
14137 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14138
14139 2015-08-20 Pedro Alves <palves@redhat.com>
14140
14141 * gdb.server/solib-list.exp: No longer expect an interior stop in
14142 non-stop mode.
14143
14144 2015-08-20 Pedro Alves <palves@redhat.com>
14145
14146 * gdb.server/connect-stopped-target.c: New file.
14147 * gdb.server/connect-stopped-target.exp: New file.
14148
14149 2015-08-20 Pedro Alves <palves@redhat.com>
14150
14151 * gdb.dwarf2/comp-unit-lang.exp: New file.
14152 * gdb.dwarf2/comp-unit-lang.c: New file.
14153
14154 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14155
14156 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14157 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14158
14159 2015-08-19 Kevin Buettner <kevinb@redhat.com>
14160
14161 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14162 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14163
14164 2015-08-18 Doug Evans <dje@google.com>
14165 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14166
14167 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14168 skip_python_tests. New arg prompt_regexp.
14169 (skip_python_tests): New function.
14170 * lib/mi-support.exp (mi_skip_python_tests): New function.
14171 * gdb.python/py-mi-objfile-gdb.py: New file.
14172 * gdb.python/py-mi-objfile.c: New file.
14173 * gdb.python/py-mi-objfile.exp: New file.
14174
14175 2015-08-17 Keith Seitz <keiths@redhat.com>
14176
14177 * gdb.linespec/explicit.exp: Move strace test from here ...
14178 * gdb.trace/strace.exp: ... to here.
14179
14180 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14181
14182 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14183 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14184
14185 2015-08-14 Doug Evans <xdje42@gmail.com>
14186
14187 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14188 inferior before selecting a new file.
14189
14190 2015-08-14 Doug Evans <xdje42@gmail.com>
14191
14192 * gdb.mi/mi-disassemble.exp: Update.
14193 * gdb.base/disasm-optim.S: New file.
14194 * gdb.base/disasm-optim.c: New file.
14195 * gdb.base/disasm-optim.h: New file.
14196 * gdb.base/disasm-optim.exp: New file.
14197
14198 2015-08-14 Keith Seitz <keiths@redhat.com>
14199
14200 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14201 "evaluated-by".
14202
14203 2015-08-13 Joel Brobecker <brobecker@adacore.com>
14204
14205 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14206
14207 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14208
14209 * gdb.ada/fun_renaming.exp: New testcase.
14210 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14211 * gdb.ada/fun_renaming/pack.adb: New file.
14212 * gdb.ada/fun_renaming/pack.ads: New file.
14213
14214 2015-08-12 Keith Seitz <keiths@redhat.com>
14215
14216 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14217 gdb_get_line_number.
14218
14219 2015-08-12 Joel Brobecker <brobecker@adacore.com>
14220
14221 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14222 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14223 gdb.base/dso2dso.exp: New files.
14224
14225 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14226 Pedro Alves <palves@redhat.com>
14227 Keith Seitz <keiths@redhat.com>
14228
14229 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14230 GDBFLAGS.
14231
14232 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14233
14234 * gdb.base/gdbhistsize-history.exp
14235 (test_histsize_history_setting): Use save_vars.
14236 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14237 Use save_vars.
14238 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14239 * gdb.base/readline.exp: Use save_vars.
14240
14241 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14242
14243 * lib/gdb.exp (save_vars): New proc.
14244
14245 2015-08-11 Keith Seitz <keiths@redhat.com>
14246
14247 * gdb.base/help.exp: Update help_breakpoint_text.
14248
14249 2015-08-11 Keith Seitz <keiths@redhat.com>
14250
14251 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14252 (at toplevel): Call test_explicit_breakpoints.
14253 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14254 breakpoints.
14255 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14256 breakpoint conditions, "-cond".
14257
14258 2015-08-11 Keith Seitz <keiths@redhat.com>
14259
14260 * gdb.linespec/3explicit.c: New file.
14261 * gdb.linespec/cpexplicit.cc: New file.
14262 * gdb.linespec/cpexplicit.exp: New file.
14263 * gdb.linespec/explicit.c: New file.
14264 * gdb.linespec/explicit.exp: New file.
14265 * gdb.linespec/explicit2.c: New file.
14266 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14267 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14268 before using in the matching pattern.
14269 Clarify that `prefix' is a regular expression.
14270
14271 2015-08-11 Keith Seitz <keiths@redhat.com>
14272
14273 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14274 test.
14275 Add tests for missing ",FMT" and ",".
14276
14277 2015-08-10 Doug Evans <dje@google.com>
14278 Keith Seitz <keiths@redhat.com>
14279
14280 PR gdb/17960
14281 * gdb.base/completion.exp: Add location completer tests.
14282
14283 2015-08-07 Pedro Alves <palves@redhat.com>
14284
14285 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14286 tests here.
14287 (top level): Run do_test with and without displaced stepping.
14288
14289 2015-08-07 Pedro Alves <palves@redhat.com>
14290
14291 * gdb.base/valgrind-disp-step.c: New file.
14292 * gdb.base/valgrind-disp-step.exp: New file.
14293
14294 2015-08-07 Pedro Alves <palves@redhat.com>
14295
14296 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14297 Delete function.
14298 (main): Add alarm. Run an infinite loop instead of calling
14299 wait_threads.
14300 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14301 comment.
14302 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14303 Delete function.
14304 (main): Add alarm. Run an infinite loop instead of calling
14305 wait_threads.
14306 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14307 comment.
14308
14309 2015-08-07 Pedro Alves <palves@redhat.com>
14310
14311 * gdb.base/checkpoint-ns.exp: New file.
14312 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14313 standard_testfile.
14314
14315 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14316
14317 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14318 * gdb.btrace/instruction_history.exp: Update.
14319 * gdb.btrace/tsx.exp: New.
14320 * gdb.btrace/tsx.c: New.
14321
14322 2015-08-06 Pedro Alves <palves@redhat.com>
14323
14324 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14325 increase timeout.
14326 * gdb.reverse/until-precsave.exp: Bump timeouts.
14327
14328 2015-08-06 Pedro Alves <palves@redhat.com>
14329
14330 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14331
14332 2015-08-06 Pedro Alves <palves@redhat.com>
14333
14334 PR gdb/18749
14335 * gdb.threads/process-dies-while-handling-bp.c: New file.
14336 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14337
14338 2015-08-06 Pedro Alves <palves@redhat.com>
14339
14340 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14341 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14342
14343 2015-08-05 Pedro Alves <palves@redhat.com>
14344
14345 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14346 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14347
14348 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14349
14350 * gdb.base/bp-permanent.exp: Report test as unsupported if
14351 the target cannot stop at the permanent breakpoint.
14352
14353 2015-08-03 Doug Evans <dje@google.com>
14354
14355 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14356 10000.
14357
14358 2015-08-03 Doug Evans <dje@google.com>
14359
14360 * Makefile.in (workers/%.worker, build-perf): New rule.
14361 (GDB_PERFTEST_MODE): New variable.
14362 (check-perf): Use it.
14363 (clean): Clean up gdb.perf parallel build subdirs.
14364 * lib/build-piece.exp: New file.
14365 * lib/gdb.exp (make_gdb_parallel_path): New function
14366 (standard_output_file, standard_temp_file): Call it.
14367 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14368 of $GDB_PARALLEL.
14369 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14370
14371 2015-08-03 Doug Evans <dje@google.com>
14372
14373 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
14374 (LOG_FILE_NAME): New global.
14375 (TextReporter.__init__): Initialize self.txt_sum.
14376 (TextReporter.report): Add support for multiple data-points.
14377 Move report to perftest.sum, put raw data in perftest.log.
14378 (TextReporter.start): Open sum and log files.
14379 (TextReporter.end): Close sum and log files.
14380 * gdb.perf/lib/perftest/testresult.py
14381 (SingleStatisticTestResult.record): Handle multiple data-points.
14382
14383 2015-07-31 Pedro Alves <palves@redhat.com>
14384
14385 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14386 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14387 kill_wait_spawned_process instead of explicit "kill -9".
14388 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14389 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14390 kill_wait_spawned_process.
14391 * gdb.base/attach-twice.exp: Likewise.
14392 * gdb.base/attach.exp: Likewise.
14393 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14394 gdb_test_multiple.
14395 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14396 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14397 kill_wait_spawned_process.
14398 * gdb.base/valgrind-infcall.exp: Likewise.
14399 * gdb.multi/multi-attach.exp: Likewise.
14400 * gdb.python/py-prompt.exp: Likewise.
14401 * gdb.python/py-sync-interp.exp: Likewise.
14402 * gdb.server/ext-attach.exp: Likewise.
14403 * gdb.threads/attach-into-signal.exp (corefunc): Use
14404 spawn_wait_for_attach, spawn_id_get_pid and
14405 kill_wait_spawned_process.
14406 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14407 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14408 spawn_id_get_pid and kill_wait_spawned_process.
14409 * gdb.threads/attach-stopped.exp (corefunc): Use
14410 spawn_wait_for_attach, spawn_id_get_pid and
14411 kill_wait_spawned_process.
14412 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14413 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14414 kill_wait_spawned_process instead of explicit "kill -9".
14415 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14416 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14417 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14418 processes. Don't map cygwin/windows pids here. Now returns a
14419 spawn id list.
14420
14421 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14422
14423 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14424 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14425 correct patch.
14426
14427 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14428
14429 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14430
14431 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14432
14433 Reapply:
14434 2014-05-21 Mark Wielaard <mjw@redhat.com>
14435
14436 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14437
14438 2015-07-30 Pedro Alves <palves@redhat.com>
14439
14440 * linux-low.c (handle_extended_wait): Set the child's last
14441 reported status to TARGET_WAITKIND_STOPPED.
14442
14443 2015-07-30 Pedro Alves <palves@redhat.com>
14444
14445 PR threads/18600
14446 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14447 only shows inferior 1.
14448
14449 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14450 Pedro Alves <palves@redhat.com>
14451
14452 PR threads/18600
14453 * gdb.threads/fork-plus-threads.c: New file.
14454 * gdb.threads/fork-plus-threads.exp: New file.
14455
14456 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14457
14458 * gdb.base/batch-preserve-term-settings.exp
14459 (test_terminal_settings_preserved_after_cli_exit): Use
14460 send_quit_command.
14461
14462 2015-07-29 Pedro Alves <palves@redhat.com>
14463 Don Breazeal <donb@codesourcery.com>
14464
14465 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14466 output from both inferior_spawn_id and gdb_spawn_id.
14467
14468 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14469
14470 * gdb.threads/attach-into-signal.exp (corefunc): Use
14471 with_test_prefix on nested loops, uniquefying the test messages.
14472
14473 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14474
14475 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14476 commit.
14477
14478 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14479
14480 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14481 New proc.
14482 (test_terminal_settings_preserved_after_sigterm): New test.
14483
14484 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14485
14486 * gdb.base/batch-preserve-term-settings.exp
14487 (test_terminal_settings_preserved_after_cli_exit): New test.
14488
14489 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14490
14491 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14492 manipulation of saved_gdbflags.
14493 (test_terminal_settings_preserved): Remove global declaration of
14494 the unused variable pagination_prompt. Remove manipulation of
14495 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14496 GDBFLAGS.
14497
14498 2015-07-29 Pedro Alves <palves@redhat.com>
14499
14500 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14501
14502 2015-07-29 Pedro Alves <palves@redhat.com>
14503
14504 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14505 at the top.
14506
14507 2015-07-29 Pedro Alves <palves@redhat.com>
14508
14509 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14510 (main): Call gdb_unbuffer_output.
14511 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14512 (main): Call gdb_unbuffer_output.
14513 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14514 (main): Call gdb_unbuffer_output.
14515 * gdb.base/call-strs.exp: Adjust to step over the
14516 gdb_unbuffer_output call.
14517 * gdb.base/catch-gdb-caused-signals.c: Include
14518 "../lib/unbuffer_output.c".
14519 (main): Call gdb_unbuffer_output.
14520 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14521 (main): Call gdb_unbuffer_output.
14522 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14523 (main): Call gdb_unbuffer_output.
14524 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14525 (main): Call gdb_unbuffer_output.
14526 * gdb.base/shlib-call.exp: Adjust to step over the
14527 gdb_unbuffer_output call.
14528 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14529 (main): Call gdb_unbuffer_output.
14530 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14531 (main): Call gdb_unbuffer_output.
14532 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14533 (main): Rename to ...
14534 (test): ... this.
14535 (main): Reimplement.
14536 * gdb.base/varargs.exp: Run to test instead of to main.
14537 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14538 (main): Call gdb_unbuffer_output.
14539
14540 2015-07-29 Pedro Alves <palves@redhat.com>
14541
14542 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14543 factore out from mi_continue_dprintf. For call-style dprintfs,
14544 expect dprintf output out of $inferior_spawn_id.
14545 (mi_continue_dprintf): Use mi_expect_dprintf.
14546 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14547 (main): Call gdb_unbuffer_output.
14548
14549 2015-07-29 Pedro Alves <palves@redhat.com>
14550
14551 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14552 (default_mi_gdb_start): Set inferior_spawn_id instead of
14553 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14554 gdb_spawn_id.
14555 (mi_gdb_test): Always expect inferior output from both
14556 $inferior_spawn_id and $gdb_spawn_id.
14557
14558 2015-07-29 Pedro Alves <palves@redhat.com>
14559
14560 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14561 send_inferior and $inferior_spawn_id.
14562
14563 2015-07-29 Pedro Alves <palves@redhat.com>
14564
14565 * gdb.gdb/complaints.exp (test_initial_complaints)
14566 (test_serial_complaints, test_short_complaints): Use
14567 gdb_test_stdio.
14568 (test_empty_complaint): Handle $inferior_spawn_id !=
14569 $gdb_spawn_id.
14570
14571 2015-07-29 Pedro Alves <palves@redhat.com>
14572
14573 * gdb.base/varargs.exp: Use gdb_test_stdio.
14574
14575 2015-07-29 Pedro Alves <palves@redhat.com>
14576
14577 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14578
14579 2015-07-29 Pedro Alves <palves@redhat.com>
14580
14581 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14582
14583 2015-07-29 Pedro Alves <palves@redhat.com>
14584
14585 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14586 parameter into two new parameters, "inf_result" and "gdb_result".
14587 Expect inferior output and gdb output from $inferior_spawn_id and
14588 $gdb_spawn_id, respectively. Adjust all callers.
14589
14590 2015-07-29 Pedro Alves <palves@redhat.com>
14591
14592 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14593 of gdb_test_sequence.
14594
14595 2015-07-29 Pedro Alves <palves@redhat.com>
14596
14597 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14598 (saw_spurious_output): Expect inferior output from
14599 $inferior_spawn_id. Use gdb_test_stdio.
14600
14601 2015-07-29 Pedro Alves <palves@redhat.com>
14602
14603 * gdb.base/dprintf.exp: Use standard_testfile. Change
14604 prepare_for_testing call.
14605 (srcfile): Don't set.
14606 (restart): New procedure.
14607 (test_dprintf): New procecure, use to continue over dprintfs.
14608 (test_call, test_agent): New procedures, tests moved here.
14609 Restart gdb and recreate dprintfs. Adjust expected output.
14610
14611 2015-07-29 Pedro Alves <palves@redhat.com>
14612
14613 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14614
14615 2015-07-29 Pedro Alves <palves@redhat.com>
14616
14617 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14618
14619 2015-07-29 Pedro Alves <palves@redhat.com>
14620
14621 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14622 gdb_test_stdio.
14623
14624 2015-07-29 Pedro Alves <palves@redhat.com>
14625
14626 * lib/gdb.exp (gdb_test_stdio): New procedure.
14627
14628 2015-07-29 Pedro Alves <palves@redhat.com>
14629
14630 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14631
14632 2015-07-29 Pedro Alves <palves@redhat.com>
14633
14634 * gdb.base/call-signal-resume.exp: Remove check for
14635 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14636 * gdb.base/unwindonsignal.exp: Likewise.
14637 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14638 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14639
14640 2015-07-29 Pedro Alves <palves@redhat.com>
14641
14642 * gdb.base/siginfo-addr.c (pass): New function.
14643 (handler): Call it iff si_addr is correct.
14644 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14645 Set a breakpoint at "pass" and continue to it.
14646
14647 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14648
14649 * gdb.python/py-objfile.exp: Make some tests have unique names.
14650 * gdb.python/py-pp-registration.exp: Likewise.
14651
14652 2015-07-28 Pedro Alves <palves@redhat.com>
14653
14654 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14655
14656 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14657
14658 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14659
14660 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14661
14662 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14663
14664 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14665
14666 * gdb.base/gdb-sigterm-2.exp: New test.
14667
14668 2015-07-25 Doug Evans <xdje42@gmail.com>
14669
14670 Revert:
14671 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14672 (workers/%.worker, build-perf): New rule.
14673 (GDB_PERFTEST_MODE): New variable.
14674 (check-perf): Use it.
14675 (clean): Clean up gdb.perf parallel build subdirs.
14676 * lib/build-piece.exp: New file.
14677 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14678 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14679 name.
14680 (standard_temp_file): Ditto.
14681 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14682 of $GDB_PARALLEL.
14683
14684 2015-07-24 Doug Evans <dje@google.com>
14685
14686 * gdb.perf/lib/perftest/utils.py: New file.
14687 * gdb.perf/gm-hello.cc: New file.
14688 * gdb.perf/gm-pervasive-typedef.cc: New file.
14689 * gdb.perf/gm-pervasive-typedef.h: New file.
14690 * gdb.perf/gm-std.cc: New file.
14691 * gdb.perf/gm-std.h: New file.
14692 * gdb.perf/gm-use-cerr.cc: New file.
14693 * gdb.perf/gm-utils.h: New file.
14694 * gdb.perf/gmonster-null-lookup.py: New file.
14695 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14696 * gdb.perf/gmonster-print-cerr.py: New file.
14697 * gdb.perf/gmonster-ptype-string.py: New file.
14698 * gdb.perf/gmonster-runto-main.py: New file.
14699 * gdb.perf/gmonster-select-file.py: New file.
14700 * gdb.perf/gmonster1-null-lookup.exp: New file.
14701 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14702 * gdb.perf/gmonster1-print-cerr.exp: New file.
14703 * gdb.perf/gmonster1-ptype-string.exp: New file.
14704 * gdb.perf/gmonster1-runto-main.exp: New file.
14705 * gdb.perf/gmonster1-select-file.exp: New file.
14706 * gdb.perf/gmonster1.cc: New file.
14707 * gdb.perf/gmonster1.exp: New file.
14708 * gdb.perf/gmonster2-null-lookup.exp: New file.
14709 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14710 * gdb.perf/gmonster2-print-cerr.exp: New file.
14711 * gdb.perf/gmonster2-ptype-string.exp: New file.
14712 * gdb.perf/gmonster2-runto-main.exp: New file.
14713 * gdb.perf/gmonster2-select-file.exp: New file.
14714 * gdb.perf/gmonster2.cc: New file.
14715 * gdb.perf/gmonster2.exp: New file.
14716
14717 2015-07-24 Doug Evans <dje@google.com>
14718
14719 * gdb.perf/README: New file.
14720 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14721 * lib/gen-perf-test.exp: New file.
14722
14723 2015-07-24 Doug Evans <dje@google.com>
14724
14725 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14726 (PerfTest::startup): New function.
14727 (PerfTest::run): Return result of calling body.
14728 (PerfTest::assemble): Rewrite.
14729 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14730 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14731 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14732 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14733 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14734
14735 2015-07-24 Doug Evans <dje@google.com>
14736
14737 * lib/gdb.exp (clean_restart): Make executable optional.
14738
14739 2015-07-24 Doug Evans <dje@google.com>
14740
14741 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14742 compiler_info references.
14743 * gdb.cp/temargs.exp: Ditto.
14744 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14745 (get_compiler_info): Early exit if already computed. Set compiler_info
14746 to "unknown" if there was a problem.
14747 (test_compiler_info): Add function comment. Call get_compiler_info.
14748
14749 2015-07-24 Doug Evans <dje@google.com>
14750
14751 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14752 (workers/%.worker, build-perf): New rule.
14753 (GDB_PERFTEST_MODE): New variable.
14754 (check-perf): Use it.
14755 (clean): Clean up gdb.perf parallel build subdirs.
14756 * lib/build-piece.exp: New file.
14757 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14758 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14759 name.
14760 (standard_temp_file): Ditto.
14761 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14762 of $GDB_PARALLEL.
14763
14764 2015-07-24 Doug Evans <dje@google.com>
14765
14766 * lib/future.exp (gdb_default_target_compile): New option
14767 "early_flags".
14768 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14769 --as-needed.
14770
14771 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14772
14773 * gdb.base/catch-syscall.exp: Call gdb_exit before
14774 gdb_skip_xml_test.
14775
14776 2015-07-24 Pedro Alves <palves@redhat.com>
14777
14778 * gdb.python/py-events.exp: Accept output between the stop event
14779 and the prompt.
14780 * gdb.python/py-evsignal.exp: Likewise.
14781 * gdb.python/py-evthreads.exp: Likewise.
14782
14783 2015-07-24 Pedro Alves <palves@redhat.com>
14784
14785 PR gdb/18717
14786 * gdb.threads/non-ldr-exit.c: New file.
14787 * gdb.threads/non-ldr-exit.exp: New file.
14788
14789 2015-07-24 Yao Qi <yao.qi@linaro.org>
14790
14791 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14792 restarting process.
14793
14794 2015-07-24 Yao Qi <yao.qi@linaro.org>
14795
14796 * gdb.server/ext-restart.exp: New file.
14797
14798 2015-07-24 Yao Qi <yao.qi@linaro.org>
14799
14800 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14801 argument options.
14802 * gdb.server/ext-wrapper.exp: New file.
14803
14804 2015-07-23 Doug Evans <dje@google.com>
14805
14806 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14807 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14808
14809 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14810
14811 * gdb.ada/var_arr_typedef.exp: New testcase.
14812 * gdb.ada/var_arr_typedef/pack.adb: New file.
14813 * gdb.ada/var_arr_typedef/pack.ads: New file.
14814 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14815
14816 2015-07-20 Joel Brobecker <brobecker@adacore.com>
14817
14818 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14819
14820 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14821
14822 * gdb.arch/i386-biarch-core.exp: Replace istarget
14823 by "complete set gnutarget". Remove expectation for the "core-file"
14824 command.
14825
14826 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14827
14828 Revert the previous commit:
14829 Tests for validate symbol file using build-id.
14830
14831 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14832
14833 Tests for validate symbol file using build-id.
14834 * gdb.base/solib-mismatch-lib.c: New file.
14835 * gdb.base/solib-mismatch-libmod.c: New file.
14836 * gdb.base/solib-mismatch.c: New file.
14837 * gdb.base/solib-mismatch.exp: New file.
14838
14839 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14840
14841 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14842 nios2-*-linux*.
14843 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14844 * gdb.base/siginfo.exp: Likewise.
14845 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14846
14847 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14848
14849 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14850 Move it to ...
14851 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14852 ... here.
14853 * gdb.trace/range-stepping.exp: Check that the target supports
14854 range stepping.
14855
14856 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14857
14858 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14859
14860 2015-07-14 Pedro Alves <palves@redhat.com>
14861
14862 * gdb.base/killed-outside.exp: New file.
14863 * gdb.base/killed-outside.c: New file.
14864
14865 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14866
14867 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14868 (n at main): New.
14869 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14870
14871 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14872
14873 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14874 infcall tests instead of setting up for KFAIL.
14875
14876 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14877
14878 * gdb.btrace/record_goto-step.exp: New.
14879
14880 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14881
14882 PR compile/18484
14883 * gdb.compile/compile.c (struct struct_type): Add volatile to
14884 selffield's type.
14885 * gdb.compile/compile.exp
14886 (compile code struct_object.selffield = &struct_object): Skip further
14887 struct_object tests if this one xfails.
14888
14889 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
14890
14891 PR exp/18617
14892 * gdb.trace/ax.exp: Add test.
14893
14894 2015-07-07 Yao Qi <yao.qi@linaro.org>
14895
14896 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14897 instead of istarget "aarch64*-*-*".
14898 * gdb.arch/aarch64-fp.exp: Likewise.
14899 * gdb.base/float.exp: Likewise.
14900 * gdb.reverse/aarch64.exp: Likewise.
14901 * lib/gdb.exp (is_aarch64_target): New proc.
14902
14903 2015-07-07 Yao Qi <yao.qi@linaro.org>
14904
14905 * lib/gdb.exp (is_aarch32_target): New proc.
14906 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14907 instead of "istarget "arm*-*-*"".
14908 * gdb.arch/arm-disp-step.exp: Likewise.
14909 * gdb.arch/thumb-bx-pc.exp: Likewise.
14910 * gdb.arch/thumb-prologue.exp: Likewise.
14911 * gdb.arch/thumb-singlestep.exp: Likewise.
14912 * gdb.base/disp-step-syscall.exp: Likewise.
14913 * gdb.base/float.exp: Likewise.
14914
14915 2015-07-07 Yao Qi <yao.qi@linaro.org>
14916
14917 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14918 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14919
14920 2015-07-07 Yao Qi <yao.qi@linaro.org>
14921
14922 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14923 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14924 if it exists.
14925 * gdb.multi/multi-arch.exp: Likewise.
14926
14927 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14928
14929 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14930 print.
14931
14932 2015-07-07 Yao Qi <yao.qi@linaro.org>
14933
14934 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14935
14936 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14937
14938 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14939 '[' and ']' characters.
14940
14941 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14942
14943 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14944
14945 2015-06-29 Pedro Alves <palves@redhat.com>
14946
14947 PR threads/18127
14948 * gdb.threads/hand-call-new-thread.c: New file.
14949 * gdb.threads/hand-call-new-thread.c: New file.
14950
14951 2015-06-26 Keith Seitz <keiths@redhat.com>
14952 Doug Evans <dje@google.com>
14953
14954 PR 16253
14955 * gdb.cp/var-tag-2.cc: New file.
14956 * gdb.cp/var-tag-3.cc: New file.
14957 * gdb.cp/var-tag-4.cc: New file.
14958 * gdb.cp/var-tag.cc: New file.
14959 * gdb.cp/var-tag.exp: New file.
14960
14961 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14962
14963 * gdb.base/history-duplicates.exp: New test.
14964
14965 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14966
14967 * gdb.base/completion.exp: Test the completion of the "focus"
14968 command.
14969
14970 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14971
14972 * gdb.arch/amd64-prologue-skip.S: New file.
14973 * gdb.arch/amd64-prologue-skip.exp: New file.
14974
14975 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14976
14977 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14978 is_address_zero_readable check.
14979
14980 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14981
14982 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14983 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14984
14985 2015-06-24 Yao Qi <yao.qi@linaro.org>
14986
14987 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14988 linux targets.
14989
14990 2015-06-24 Yao Qi <yao.qi@linaro.org>
14991
14992 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14993 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14994 * gdb.base/siginfo-thread.exp: Likewise.
14995
14996 2015-06-22 Yao Qi <yao.qi@linaro.org>
14997
14998 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14999
15000 2015-06-22 Yao Qi <yao.qi@linaro.org>
15001
15002 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15003 aarch64*-*-*.
15004 (skip_hw_watchpoint_tests): Likewise.
15005
15006 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15007
15008 * gdb.base/gdbinit-history.exp: Test the interaction between
15009 setting GDBHISTSIZE and setting the history size via .gdbinit.
15010
15011 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15012
15013 PR gdb/16999
15014 * gdb.base/gdbhistsize-history.exp: New test.
15015
15016 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15017
15018 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15019 with GDBHISTSIZE.
15020 * gdb.base/readline.exp: Likewise.
15021
15022 2015-06-17 Yao Qi <yao.qi@linaro.org>
15023
15024 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15025 line.
15026
15027 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15028
15029 * gdb.base/gdbinit-history.exp: Add test case to check that
15030 an unlimited history file does not get truncated on exit.
15031
15032 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15033
15034 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15035 (VECTOR): New macro. Use it...
15036 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15037 ...for these typedefs.
15038 (int8, char1, int1, double1): New typedefs.
15039 (struct just_int2, struct two_int2): New structures.
15040 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15041 (add_structvecs, add_singlevecs): New functions.
15042 (main): Call add_some_intvecs twice.
15043 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15044 the compile and exit upon failure. Try compiling for the "native"
15045 architecture. Test inferior function calls with vector arguments
15046 and vector return value handling with "finish" and "return".
15047
15048 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15049
15050 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15051 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15052 PE file.
15053 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15054
15055 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15056
15057 PR breakpoints/16465
15058 * gdb.mi/mi-dprintf-pending.c: New file.
15059 * gdb.mi/mi-dprintf-pending.exp: New test.
15060 * gdb.mi/mi-dprintf-pendshr.c: New file.
15061
15062 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15063 Mircea Gherzan <mircea.gherzan@intel.com>
15064
15065 * gdb.arch/i386-mpx-map.c: New file.
15066 * gdb.arch/i386-mpx-map.exp: New File.
15067
15068 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15069
15070 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15071 * gdb.arch/i386-mpx.exp: Indentation fixed.
15072
15073 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15074
15075 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15076 function and improved indentation.
15077 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15078 gdb_test_multiple. Added additional tests to skip the test.
15079
15080 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15081
15082 * gdb.arch/i386-avx512.c: Change path in include file.
15083 * gdb.arch/i386-avx512.exp: Change include dir path
15084 compilation flag.
15085 * gdb.arch/i386-mpx.c: Change path in include file.
15086 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15087 flag.
15088
15089 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15090
15091 * gdb.compile/compile-print.exp (compile print *vararray@3)
15092 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15093
15094 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15095
15096 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15097 (do not keep jit in memory): ... this.
15098 (expect 5): Change it to ...
15099 (expect no 5): ... this.
15100
15101 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15102
15103 PR gdb/15564
15104 * gdb.mi/mi-detach.exp: New file.
15105
15106 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15107
15108 PR symtab/18392
15109 * gdb.arch/amd64-tailcall-self.S: New file.
15110 * gdb.arch/amd64-tailcall-self.c: New file.
15111 * gdb.arch/amd64-tailcall-self.exp: New file.
15112
15113 2015-05-28 Don Breazeal <donb@codesourcery.com>
15114
15115 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15116 tests for remote targets by checking is_target_gdbserver.
15117
15118 2015-05-27 Doug Evans <dje@google.com>
15119
15120 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15121 * gdb.dwarf2/opaque-type-lookup.c: New file.
15122 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15123
15124 2015-05-26 Doug Evans <dje@google.com>
15125
15126 * gdb.cp/iostream.cc: New file.
15127 * gdb.cp/iostream.exp: New file.
15128
15129 2015-05-26 Doug Evans <dje@google.com>
15130
15131 * gdb.dwarf2/dw2-op-call.exp: Update.
15132 * gdb.dwarf2/dw4-sig-types.exp: Update.
15133 * gdb.dwarf2/implptr.exp: Update.
15134 * gdb.mi/mi-cmd-param-changed.exp: Update.
15135
15136 2015-05-26 Doug Evans <dje@google.com>
15137
15138 * gdb.python/py-lazy-string.c: New file.
15139 * gdb.python/py-lazy-string.exp: New file.
15140 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15141 (main): Update. Add estring3.
15142 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15143 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15144
15145 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15146 Yao Qi <yao.qi@linaro.org>
15147
15148 * gdb.reverse/aarch64.c: New.
15149 * gdb.reverse/aarch64.exp: New.
15150
15151 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15152
15153 * lib/gdb.exp (supports_process_record): Return true for
15154 aarch64*-linux*.
15155 (supports_reverse): Likewise.
15156
15157 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15158
15159 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15160 Use with_test_prefix.
15161
15162 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15163
15164 * gdb.base/completion.exp: Add test for completion of layout
15165 names.
15166
15167 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15168
15169 * lib/gdb.exp (skip_tui_tests): New proc.
15170 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15171
15172 2015-05-19 Pedro Alves <palves@redhat.com>
15173
15174 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15175 Save the whole env array instead of just HOME. Unset HISTSIZE in
15176 the environment while testing. Restore whole environment
15177 afterwards.
15178
15179 2015-05-16 Doug Evans <xdje42@gmail.com>
15180
15181 * gdb.guile/scm-ports.c: New file.
15182 * gdb.guile/scm-ports.exp: Add memory port tests.
15183
15184 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15185
15186 * gdb.compile/compile-print.c: New file.
15187 * gdb.compile/compile-print.exp: New file.
15188
15189 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15190
15191 * gdb.compile/compile-ops.exp: Cast param to void.
15192 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15193 (compile code struct_object.selffield = &struct_object): Add xfail.
15194
15195 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15196
15197 * gdb.ada/arr_enum_with_gap: New testcase.
15198
15199 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15200
15201 * gdb.ada/byte_packed_arr: New testcase.
15202
15203 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15204
15205 * gdb.ada/pckd_neg: New testcase.
15206
15207 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15208
15209 PR gdb/17820
15210 * gdb.base/gdbinit-history.exp: New test.
15211 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15212 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15213
15214 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15215
15216 * gdb.python/py-xmethods.cc: Enhance test case.
15217 * gdb.python/py-xmethods.exp: New tests.
15218 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15219 function.
15220 (B_indexoper): Likewise.
15221 (global_dm_list) : Add new xmethod worker functions.
15222
15223 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15224
15225 * gdb.base/coredump-filter.exp: Correctly unset
15226 "coredump_var_addr" array.
15227
15228 2015-05-08 Pedro Alves <palves@redhat.com>
15229
15230 * gdb.server/non-existing-program.exp: Unset spawn_id.
15231
15232 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15233
15234 PR python/18291
15235 * gdb.python/py-xmethods.exp: Add tests.
15236
15237 2015-05-08 Yao Qi <yao.qi@linaro.org>
15238
15239 PR gdb/18208
15240 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15241 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15242 function set_coredump_filter, and remove remote_exec call.
15243 Remove argument ipid. Callers update.
15244 (top level): Don't get inferior's PID.
15245
15246 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15247
15248 * gdb.base/watch_thread_num.exp: Skip test on targets without
15249 access watchpoints.
15250
15251 2015-05-06 Pedro Alves <palves@redhat.com>
15252
15253 PR server/18081
15254 * gdb.server/non-existing-program.exp: New file.
15255
15256 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15257
15258 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15259
15260 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15261
15262 * gdb.ada/out_of_line_in_inlined: New testcase.
15263
15264 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15265
15266 * gdb.ada/var_rec_arr: New testcase.
15267
15268 2015-04-30 Yao Qi <yao.qi@linaro.org>
15269
15270 * gdb.base/break-idempotent.exp: If
15271 skip_hw_watchpoint_multi_tests returns true, skip the tests
15272 on "rwatch" and "awatch".
15273
15274 2015-04-30 Yao Qi <yao.qi@linaro.org>
15275
15276 * gdb.base/relativedebug.exp: Invoke gdb command
15277 "info sharedlibrary", and if libc.so doesn't have debug info,
15278 skip the test.
15279
15280 2015-04-29 Doug Evans <dje@google.com>
15281
15282 * gdb.python/py-xmethods.exp: Add ptype tests.
15283 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15284 get_result_type method.
15285
15286 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15287
15288 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15289 the target does not support hardware watchpoints.
15290
15291 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15292
15293 * gdb.base/break-always.exp: Abort testing if writing to memory
15294 causes an error.
15295
15296 2015-04-28 Doug Evans <dje@google.com>
15297
15298 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15299 * gdb.python/py-pp-registration.exp: ... here. New file.
15300 * gdb.python/py-pp-registration.c: New file.
15301 * gdb.python/py-pp-registration.py: New file.
15302
15303 2015-04-28 Doug Evans <dje@google.com>
15304
15305 * gdb.python/py-bad-printers.c: New file.
15306 * gdb.python/py-bad-printers.py: New file.
15307 * gdb.python/py-bad-printers.exp: New file.
15308
15309 2015-04-28 Sasha Smundak <asmundak@google.com>
15310
15311 * gdb.python/py-type.exp: New test.
15312
15313 2015-04-28 Andy Wingo <wingo@igalia.com>
15314
15315 * gdb.python/py-parameter.exp:
15316 * gdb.guile/scm-parameter.exp: Escape the path that we are
15317 matching against, as it might contain characters that are special
15318 to regular expressions.
15319
15320 2015-04-27 Joel Brobecker <brobecker@adacore.com>
15321
15322 * gdb.ada/rec_comp: New testcase.
15323
15324 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15325
15326 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15327 before using it.
15328
15329 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15330
15331 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15332 new tests for verilog output.
15333
15334 2015-04-24 Yao Qi <yao.qi@linaro.org>
15335
15336 * boards/remote-gdbserver-on-localhost.exp: New file.
15337
15338 2015-04-23 Pedro Alves <palves@redhat.com>
15339
15340 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15341 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15342 "end of file", remove $inferior_spawn_id from the indirect list.
15343
15344 2015-04-23 Pedro Alves <palves@redhat.com>
15345
15346 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15347
15348 2015-04-23 Pedro Alves <palves@redhat.com>
15349
15350 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15351 on $any_spawn_id instead of only on $gdb_spawn_id.
15352
15353 2015-04-21 Pierre Muller <muller@sourceware.org>
15354
15355 PR pascal/17815
15356 * lib/pascal.exp (gpc_compile): Add new option "class".
15357 (fpc_compile): Likewise.
15358 * gdb.pascal/case-insensitive-symbols.pas: New file.
15359 * gdb.pascal/case-insensitive-symbols.exp: New file.
15360
15361 2015-04-20 Gary Benson <gbenson@redhat.com>
15362
15363 * gdb.base/attach.exp: Fix three extended remote failures.
15364
15365 2015-04-17 Gary Benson <gbenson@redhat.com>
15366
15367 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15368 the main executable over the remote protocol.
15369
15370 2015-04-16 Pedro Alves <palves@redhat.com>
15371
15372 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15373 a new gdbserver if gdbserver_reconnect_p is set.
15374
15375 2015-04-16 Pedro Alves <palves@redhat.com>
15376
15377 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15378 is set, don't exit gdbserver.
15379
15380 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15381
15382 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15383 appropriate .insn, such that an older assembler can be used.
15384 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15385 the z/Architecture instruction set on 31-bit targets as well.
15386
15387 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15388
15389 * gdb.go/handcall.exp: Remove all logic related to the first
15390 breakpoint and rely on go_runto_main instead.
15391 * gdb.go/strings.exp: Likewise.
15392 * gdb.go/unsafe.exp: Likewise.
15393 * gdb.go/hello.exp: Likewise. Also rename the remaining
15394 breakpoint marker to "breakpoint 1".
15395 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15396 * gdb.go/strings.go: Likewise.
15397 * gdb.go/unsafe.go: Likewise.
15398 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15399 "set breakpoint 2 here" and rename the remaining breakpoint marker
15400 to "breakpoint 1".
15401
15402 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15403
15404 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15405 if itertools.imap is not present.
15406 * gdb.python/py-objfile.exp: Add parentheses.
15407 * gdb.python/py-type.exp: Same.
15408 * gdb.python/py-unwind-maint.py: Same.
15409
15410 2015-04-15 Yao Qi <yao.qi@linaro.org>
15411
15412 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15413 of ":$ptr_size" and set its form explicitly.
15414
15415 2015-04-15 Pedro Alves <palves@redhat.com>
15416 Yao Qi <yao.qi@linaro.org>
15417
15418 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15419 timeout by factor of 4.
15420 (test_regular_watch): Likewise.
15421 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15422 * gdb.reverse/sigall-reverse.exp: Likewise.
15423 * gdb.reverse/until-precsave.exp: Likewise.
15424 * lib/gdb.exp (with_timeout_factor): New proc.
15425 (gdb_expect): Move some code to ...
15426 (get_largest_timeout): ... here. New procedure.
15427
15428 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
15429
15430 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15431
15432 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15433
15434 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15435 to write to the .text section.
15436
15437 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15438
15439 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15440 Handle the case of targets that do not provide PID information.
15441
15442 2015-04-13 Yao Qi <yao.qi@linaro.org>
15443
15444 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15445 and use expect instead of gdb_expect.
15446
15447 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15448
15449 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15450 "coredump_var_addr" to avoid naming conflict with other testcases.
15451
15452 2015-04-10 Pedro Alves <palves@redhat.com>
15453
15454 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15455 gdb_test_sequence and gdb_assert.
15456
15457 2015-04-10 Pedro Alves <palves@redhat.com>
15458
15459 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15460 test messages that don't include the breakpoint address.
15461
15462 2015-04-10 Yao Qi <yao.qi@linaro.org>
15463
15464 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15465 false for some offset and width combinations which aren't
15466 supported by linux kernel.
15467
15468 2015-04-10 Pedro Alves <palves@redhat.com>
15469
15470 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15471 procedure, factored out from ...
15472 (top level): ... here. Add "set displaced-stepping" testing axis.
15473 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15474 parameter "displaced". Use it.
15475 (top level): Use foreach and add "set displaced-stepping" testing
15476 axis.
15477
15478 2015-04-10 Pedro Alves <palves@redhat.com>
15479
15480 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15481 Remove comment.
15482 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15483 both the address of the instruction that triggers the watchpoint
15484 and the address of the instruction immediately after, and use
15485 those addresses for the test. Fix comment.
15486
15487 2015-04-10 Pedro Alves <palves@redhat.com>
15488
15489 * gdb.base/sigstep.exp (breakpoint_to_handler)
15490 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15491 Test "backtrace" in handler.
15492 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15493 (top level): Add new "displaced" test axis to
15494 breakpoint_to_handler, breakpoint_to_handler_entry and
15495 breakpoint_over_handler.
15496
15497 2015-04-10 Pedro Alves <palves@redhat.com>
15498
15499 PR gdb/18216
15500 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15501
15502 2015-04-10 Yao Qi <yao.qi@linaro.org>
15503
15504 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15505 (test_add_rn_pc): New function.
15506 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15507 (top level): Invoke test_add_rn_pc.
15508
15509 2015-04-10 Pedro Alves <palves@redhat.com>
15510
15511 PR gdb/13858
15512 * gdb.base/step-over-no-symbols.exp: New file.
15513
15514 2015-04-09 Andy Wingo <wingo@igalia.com>
15515
15516 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15517 after the Python tests.
15518
15519 2015-04-08 Keith Seitz <keiths@redhat.com>
15520
15521 PR python/16699
15522 * gdb.python/py-completion.exp: New tests for completion.
15523 * gdb.python/py-completion.py (CompleteLimit1): New class.
15524 (CompleteLimit2): Likewise.
15525 (CompleteLimit3): Likewise.
15526 (CompleteLimit4): Likewise.
15527 (CompleteLimit5): Likewise.
15528 (CompleteLimit6): Likewise.
15529 (CompleteLimit7): Likewise.
15530
15531 2015-04-08 Pedro Alves <palves@redhat.com>
15532
15533 PR gdb/18214
15534 PR gdb/18216
15535 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15536 function.
15537 (main): Install it as SIGUSR1 handler.
15538 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15539 parameter. Always use "setup" as prefix. Toggle "set
15540 displaced-stepping" off/on depending on global. Don't switch to
15541 thread 1 here.
15542 (top level): Add displaced stepping "off/on" test axis. Update
15543 "setup" calls. Wrap each subtest with with_test_prefix. Test
15544 continuing with a queued signal in each thread.
15545
15546 2015-04-08 Pedro Alves <palves@redhat.com>
15547
15548 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15549 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15550 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15551 Return early if running to main fails.
15552 * gdb.trace/while-stepping.exp: Likewise.
15553
15554 2015-04-07 Pedro Alves <palves@redhat.com>
15555
15556 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15557 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15558 interact with inferior program.
15559
15560 2015-04-07 Pedro Alves <palves@redhat.com>
15561
15562 * lib/gdb.exp (inferior_spawn_id): New global.
15563 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15564 spawn id after processing the user code.
15565 (default_gdb_start): Set inferior_spawn_id.
15566 (send_inferior): New procedure.
15567 * lib/gdbserver-support.exp (gdbserver_start): Set
15568 inferior_spawn_id.
15569 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15570
15571 2015-04-07 Pedro Alves <palves@redhat.com>
15572
15573 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15574 * lib/gdbserver-support.exp (gdbserver_start): Make
15575 $server_spawn_id global.
15576 (gdbserver_start): Don't wait for gdbserver's spawn id with
15577 expect_background.
15578 (close_gdbserver): New procedure.
15579 (gdb_exit): Rename the default version and reimplement.
15580
15581 2015-04-07 Pedro Alves <palves@redhat.com>
15582
15583 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
15584 append the substituted item, not the original item.
15585
15586 2015-04-07 Pedro Alves <palves@redhat.com>
15587
15588 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15589 gdb_expect.
15590
15591 2015-04-07 Pedro Alves <palves@redhat.com>
15592
15593 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15594 output appearing once only.
15595
15596 2015-04-07 Pedro Alves <palves@redhat.com>
15597
15598 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15599 that doesn't expect anything. Return early if running to main
15600 fails.
15601
15602 2015-04-07 Yao Qi <yao.qi@linaro.org>
15603
15604 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15605 (child_function): Call alarm.
15606 (main): Move call to alarm into the loop.
15607 * gdb.threads/non-stop-fair-events.exp: Build program with
15608 -DTIMEOUT=$timeout.
15609
15610 2015-04-06 Doug Evans <xdje42@gmail.com>
15611
15612 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15613 Fix dest parameter to board_info.
15614 (fpc_compile): Ditto.
15615 (gdb_compile_pascal): Rename dest arg to destfile.
15616
15617 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15618
15619 * gdb.ada/funcall_ref.exp: New file.
15620 * gdb.ada/funcall_ref/foo.adb: New file.
15621
15622 2015-04-02 Yao Qi <yao.qi@linaro.org>
15623
15624 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15625 is remote.
15626
15627 2015-04-02 Gary Benson <gbenson@redhat.com>
15628
15629 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15630
15631 2015-04-01 Sasha Smundak <asmundak@google.com>
15632
15633 * gdb.python/py-unwind-maint.c: New file.
15634 * gdb.python/py-unwind-maint.exp: New test.
15635 * gdb.python/py-unwind-maint.py: New file.
15636 * gdb.python/py-unwind.c: New file.
15637 * gdb.python/py-unwind.exp: New test.
15638 * gdb.python/py-unwind.py: New test.
15639
15640 2015-04-01 Pedro Alves <palves@redhat.com>
15641
15642 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15643 to fail instead of non-existent $test.
15644
15645 2015-04-01 Pedro Alves <palves@redhat.com>
15646
15647 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15648 GDBFLAGS if not empty.
15649
15650 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15651
15652 * gdb.ada/complete.exp: Remove "multi_line".
15653 * gdb.ada/info_exc.exp: Remove "multi_line".
15654 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15655 * gdb.ada/ptype_field.exp: Remove "multi_line".
15656 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15657 * gdb.ada/tagged.exp: Remove "multi_line".
15658 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15659 [multi_line ...]
15660 * gdb.btrace/delta.exp: Likewise.
15661 * gdb.btrace/exception.exp: Likewise.
15662 * gdb.btrace/function_call_history.exp: Likewise.
15663 * gdb.btrace/instruction_history.exp: Likewise.
15664 * gdb.btrace/nohist.exp: Likewise.
15665 * gdb.btrace/record_goto.exp: Likewise.
15666 * gdb.btrace/segv.exp: Likewise.
15667 * gdb.btrace/stepi.exp: Likewise.
15668 * gdb.btrace/tailcall.exp: Likewise.
15669 * gdb.btrace/unknown_functions.exp: Likewise.
15670 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15671 * lib/gdb.exp: Add the "multi_line" helper.
15672
15673 2015-04-01 Pedro Alves <palves@redhat.com>
15674
15675 * gdb.threads/tid-reuse.c: New file.
15676 * gdb.threads/tid-reuse.exp: New file.
15677
15678 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15679
15680 PR corefiles/16092
15681 * gdb.base/coredump-filter.c: New file.
15682 * gdb.base/coredump-filter.exp: Likewise.
15683
15684 2015-03-27 Petr Machata <pmachata@redhat.com>
15685
15686 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15687 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15688 (Dwarf::assemble): Initialize them.
15689 (Dwarf::lines): New function.
15690
15691 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15692
15693 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15694 SYMBOL_PREFIX for x86_64-*-cygwin.
15695
15696 2015-03-26 Andy Wingo <wingo@igalia.com>
15697
15698 PR symtab/18148
15699 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15700 const_value but not a location.
15701 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15702 location defined in non-main CUs are visible.
15703
15704 2015-03-26 Yao Qi <yao.qi@linaro.org>
15705
15706 PR testsuite/18139
15707 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15708 Add a line number entry for the same line.
15709 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15710 Add a line number entry for the same line.
15711
15712 2015-03-26 Yao Qi <yao.qi@linaro.org>
15713
15714 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15715 .int 0.
15716 (func): Likewise. Add .Lfunc_1 label.
15717 Use .Lfunc_1 label.
15718 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15719 .int 0.
15720 (func): Likewise.
15721 Use .Lfunc_1 label.
15722
15723 2015-03-26 Yao Qi <yao.qi@linaro.org>
15724
15725 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15726 Call gdb_compile instead to compile each .s files without debug
15727 information.
15728
15729 2015-03-26 Yao Qi <yao.qi@linaro.org>
15730
15731 * gdb.base/savedregs.exp (process_saved_regs): Make
15732 "Saved registers:" optional in the pattern.
15733
15734 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15735
15736 * gdb.btrace/next.exp: Merged into step.exp.
15737 * gdb.btrace/finish.exp: Merged into step.exp.
15738 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15739 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15740 "record goto" and checking the exact replay position.
15741 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15742 check for "Recording format" in "info record" output.
15743 * gdb.btrace/record_goto.exp: Choose test file based on target.
15744 * gdb.btrace/x86-record_goto.S: Renamed into ...
15745 * gdb.btrace/x86_64-record_goto.S: ... this.
15746 * gdb.btrace/i686-record_goto.S: New.
15747 * gdb.btrace/x86-tailcall.S: Renamed into ...
15748 * gdb.btrace/x86_64-tailcall.S: ... this.
15749 * gdb.btrace/i686-tailcall.S: New.
15750 * gdb.btrace/x86-tailcall.c: Renamed into ...
15751 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15752 separate statements. Update test.
15753 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15754 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15755 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15756 * gdb.btrace/tailcall.exp: Choose test file based on target.
15757 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15758
15759 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15760
15761 * gdb.btrace/exception.exp: Increase BTS buffer size.
15762
15763 2015-03-24 Pedro Alves <palves@redhat.com>
15764
15765 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15766
15767 2015-03-24 Pedro Alves <palves@redhat.com>
15768
15769 * gdb.threads/schedlock.exp (test_step): No longer expect that
15770 "set scheduler-locking step" with "next" over a function call runs
15771 threads unlocked.
15772
15773 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15774
15775 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15776
15777 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15778
15779 PR breakpoints/16466
15780 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15781 * gdb.mi/mi-pending.c (thread_func): New function.
15782 (int main): Add threading support required.
15783 * gdb.mi/mi-pending.exp: Add tests for this issue.
15784 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15785 (pendfunc2): Remove stdio dependency.
15786 * gdb.mi/mi-pendshr2.c: New file.
15787
15788 2015-03-23 Keith Seitz <keiths@redhat.com>
15789
15790 * gdb.linespec/keywords.c: New file.
15791 * gdb.linespec/keywords.exp: New file.
15792
15793 2015-03-23 Keith Seitz <keiths@redhat.com>
15794
15795 PR gdb/18021
15796 * gdb.dwarf2/staticvirtual.exp: New test.
15797
15798 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15799
15800 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15801 * README: Remove HP-UX and gdb.hp.
15802 (configuration):
15803 * configure: Regenerate.
15804 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15805 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15806 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15807 gdb.hp/gdb.defects/Makefile.
15808 * gdb.hp/Makefile.in: File deleted.
15809 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15810 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15811 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15812 * gdb.hp/gdb.aCC/run.c: File deleted.
15813 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15814 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15815 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15816 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15817 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15818 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15819 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15820 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15821 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15822 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15823 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15824 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15825 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15826 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15827 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15828 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15829 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15830 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15831 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15832 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15833 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15834 * gdb.hp/gdb.compat/average.c: File deleted.
15835 * gdb.hp/gdb.compat/sum.c: File deleted.
15836 * gdb.hp/gdb.compat/xdb.c: File deleted.
15837 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15838 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15839 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15840 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15841 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15842 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15843 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15844 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15845 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15846 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15847 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15848 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15849 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15850 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15851 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15852 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15853 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15854 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15855 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15856 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15857 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15858 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15859 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15860 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15861 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15862 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15863 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15864 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15865 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15866 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15867 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15868 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15869 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15870 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15871 * gdb.hp/tools/odump: File deleted.
15872
15873 2015-03-19 Pedro Alves <palves@redhat.com>
15874
15875 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15876 (saw_thread_3): New globals.
15877 (top level): Increment them when an event for the corresponding
15878 thread is seen.
15879 (no thread starvation): New test.
15880
15881 2015-03-19 Pedro Alves <palves@redhat.com>
15882
15883 * gdb.threads/continue-pending-status.c: New file.
15884 * gdb.threads/continue-pending-status.exp: New file.
15885
15886 2015-03-18 Pedro Alves <palves@redhat.com>
15887
15888 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15889 Use gdb_is_target_remote instead of is_remote. Use
15890 gdb_test_multiple instead of gdb_expect. Exit early if
15891 gdb_test_multiple hits its internal matches. Tighten stepi tests
15892 expected output. Fail on exit with any signal, instead of just
15893 SIGILL.
15894
15895 2015-03-18 Yao Qi <yao.qi@linaro.org>
15896
15897 PR tdep/18107
15898 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15899 variable.
15900 * gdb.base/catch-syscall.exp: Don't skip it on
15901 aarch64*-*-linux* target. Remove elements in all_syscalls.
15902 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15903 target.
15904 (setup_all_syscalls): New proc.
15905
15906 2015-03-16 Yao Qi <yao.qi@linaro.org>
15907
15908 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15909 (top level): Skip tests if valid_addr_p returns false for
15910 $cmd1 or $cmd2.
15911
15912 2015-03-11 Andy Wingo <wingo@igalia.com>
15913
15914 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15915
15916 2015-03-11 Yao Qi <yao.qi@linaro.org>
15917
15918 * gdb.base/catch-syscall.exp: Fix typo in comments.
15919
15920 2015-03-11 Yao Qi <yao.qi@linaro.org>
15921
15922 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15923
15924 2015-03-09 Pedro Alves <palves@redhat.com>
15925
15926 * dg-extract-results.py: Delete.
15927
15928 2015-03-09 Pedro Alves <palves@redhat.com>
15929
15930 Merge dg-extract-results.sh from GCC upstream (r218843).
15931
15932 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15933 * dg-extract-results.sh: Use --text with grep to avoid issues with
15934 binary files. Fall back to cat -v, if that doesn't work.
15935
15936 2015-03-05 Pedro Alves <palves@redhat.com>
15937
15938 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15939
15940 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15941
15942 * lib/mi-support.exp (mi_expect_interrupt): Accept
15943 alternative event for when in all-stop mode.
15944
15945 2015-03-04 Pedro Alves <palves@redhat.com>
15946
15947 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15948
15949 2015-03-04 Mark Kettenis <kettenis@gnu.org>
15950
15951 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15952
15953 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15954
15955 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15956 regexps for GDB's current line display, accept a hex address
15957 preceding the line number.
15958
15959 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15960
15961 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15962 the 'arch1' variable for "s390*-linux*" targets.
15963
15964 2015-03-04 Pedro Alves <palves@redhat.com>
15965
15966 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15967 (main): Pass missing retval argument to pthread_join call.
15968
15969 2015-03-02 Pedro Alves <palves@redhat.com>
15970
15971 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15972 (top level): Call do_test with non-stop as well.
15973
15974 2015-03-02 Pedro Alves <palves@redhat.com>
15975
15976 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15977 -1.
15978
15979 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15980
15981 * gdb.arch/s390-vregs.exp: New test.
15982 * gdb.arch/s390-vregs.S: New file.
15983
15984 2015-02-27 Pedro Alves <palves@redhat.com>
15985
15986 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15987 call to catch_command_errors.
15988 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15989 catch_command_errors.
15990
15991 2015-02-27 Pedro Alves <palves@redhat.com>
15992
15993 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15994 "true" for boolean result.
15995 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15996 prototype of main.
15997
15998 2015-02-27 Pedro Alves <palves@redhat.com>
15999
16000 * lib/unbuffer_output.c: New file.
16001 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16002 (main): Call gdb_unbuffer_output.
16003
16004 2015-02-27 Yao Qi <yao.qi@linaro.org>
16005
16006 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16007 target.
16008
16009 2015-02-26 Doug Evans <dje@google.com>
16010
16011 * gdb.cp/class2.cc (Dbase, D): New classes.
16012 (main): New local delta.
16013 * gdb.cp/class2.exp: Test printing delta.
16014 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16015 (dynbar): New global.
16016 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16017
16018 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16019
16020 * gdb.compile/compile-ifunc.c: New file.
16021 * gdb.compile/compile-ifunc.exp: New file.
16022
16023 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16024
16025 * gdb.base/structs.exp: Check for correct struct on finish.
16026
16027 2015-02-26 Yao Qi <yao.qi@linaro.org>
16028
16029 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16030 is zero.
16031
16032 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16033
16034 * gdb.arch/cordic.ko.bz2: New file.
16035 * gdb.arch/cordic.ko.debug.bz2: New file.
16036 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16037
16038 2015-02-25 Yao Qi <yao.qi@linaro.org>
16039
16040 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16041 aarch64*-*-* target.
16042
16043 2015-02-23 Pedro Alves <palves@redhat.com>
16044
16045 * lib/gdb.exp (delete_breakpoints): Rewrite using
16046 gdb_test_multiple.
16047
16048 2015-02-23 Pedro Alves <palves@redhat.com>
16049
16050 * gdb.base/info-os.c: Include stdlib.h.
16051
16052 2015-02-22 Doug Evans <xdje42@gmail.com>
16053
16054 PR symtab/17855
16055 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16056 is read after symbols have been re-read.
16057 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16058 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16059
16060 2015-02-21 Doug Evans <dje@google.com>
16061
16062 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16063
16064 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16065
16066 PR corefiles/17808
16067 * gdb.arch/i386-biarch-core.core.bz2: New file.
16068 * gdb.arch/i386-biarch-core.exp: New file.
16069
16070 2015-02-21 Pedro Alves <palves@redhat.com>
16071
16072 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16073 runto_main fails.
16074
16075 2015-02-20 Pedro Alves <palves@redhat.com>
16076
16077 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16078 info probes.
16079
16080 2015-02-20 Pedro Alves <palves@redhat.com>
16081
16082 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16083
16084 2015-02-20 Pedro Alves <palves@redhat.com>
16085
16086 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16087 clean_restart before gdb_target_supports_trace.
16088
16089 2015-02-20 Pedro Alves <palves@redhat.com>
16090
16091 PR threads/18006
16092 * gdb.threads/clone-thread_db.c: New file.
16093 * gdb.threads/clone-thread_db.exp: New file.
16094
16095 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16096
16097 PR breakpoints/16812
16098 * gdb.base/catch-gdb-caused-signals.c: New file.
16099 * gdb.base/catch-gdb-caused-signals.exp: New file.
16100
16101 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16102
16103 * configure: Regenerated.
16104 * configure.ac: Use GDB_AC_TRANSFORM.
16105 * aclocal.m4: sinclude ../transform.m4.
16106
16107 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16108
16109 * lib/dtrace.exp: New file.
16110 * gdb.base/dtrace-probe.exp: Likewise.
16111 * gdb.base/dtrace-probe.d: Likewise.
16112 * gdb.base/dtrace-probe.c: Likewise.
16113 * lib/pdtrace.in: Likewise.
16114 * configure.ac: Output variables with the transformed names of
16115 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16116 * configure: Regenerated.
16117
16118 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16119
16120 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16121 expected message when trying to access $_probe_* convenience
16122 variables while not on a probe.
16123
16124 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16125
16126 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16127
16128 2015-02-11 Pedro Alves <pedro@codesourcery.com>
16129
16130 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16131 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16132
16133 2015-02-10 Doug Evans <xdje42@gmail.com>
16134
16135 * lib/gdb.exp (gdb_load): Always return a result.
16136
16137 2015-02-10 Pedro Alves <palves@redhat.com>
16138
16139 * gdb.threads/signal-sigtrap.c: New file.
16140 * gdb.threads/signal-sigtrap.exp: New file.
16141
16142 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16143
16144 * gdb.trace/no-attach-trace.c: New file.
16145 * gdb.trace/no-attach-trace.exp: New file.
16146
16147 2015-02-09 Mark Wielaard <mjw@redhat.com>
16148
16149 * gdb.dwarf2/atomic.c: New file.
16150 * gdb.dwarf2/atomic-type.exp: Likewise.
16151
16152 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16153
16154 * gdb.btrace/buffer-size.exp: Update "info record" output.
16155 * gdb.btrace/delta.exp: Update "info record" output.
16156 * gdb.btrace/enable.exp: Update "info record" output.
16157 * gdb.btrace/finish.exp: Update "info record" output.
16158 * gdb.btrace/instruction_history.exp: Update "info record" output.
16159 * gdb.btrace/next.exp: Update "info record" output.
16160 * gdb.btrace/nexti.exp: Update "info record" output.
16161 * gdb.btrace/step.exp: Update "info record" output.
16162 * gdb.btrace/stepi.exp: Update "info record" output.
16163 * gdb.btrace/nohist.exp: Update "info record" output.
16164
16165 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16166
16167 * gdb.btrace/buffer-size: New.
16168
16169 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16170
16171 * gdb.btrace/delta.exp: Update "info record" output.
16172 * gdb.btrace/enable.exp: Update "info record" output.
16173 * gdb.btrace/finish.exp: Update "info record" output.
16174 * gdb.btrace/instruction_history.exp: Update "info record" output.
16175 * gdb.btrace/next.exp: Update "info record" output.
16176 * gdb.btrace/nexti.exp: Update "info record" output.
16177 * gdb.btrace/step.exp: Update "info record" output.
16178 * gdb.btrace/stepi.exp: Update "info record" output.
16179 * gdb.btrace/nohist.exp: Update "info record" output.
16180
16181 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16182
16183 PR gdb/15678
16184 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16185
16186 2015-02-06 Pedro Alves <palves@redhat.com>
16187
16188 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16189 macro.
16190 (seconds_left, again): New globals.
16191 (main): Wait seconds_left in a 1-second sleep loop instead of
16192 sleeping 180 seconds. If 'again' is set, reset the seconds
16193 counter.
16194 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16195 'again' in the inferior before detaching. Print the seconds left.
16196 (options): New global.
16197 (top level): Build program with -DTIMEOUT=$timeout.
16198
16199 2015-02-06 Pedro Alves <palves@redhat.com>
16200
16201 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16202 determine how many seconds to pass to 'alarm'.
16203 * gdb.base/gdb-sigterm.exp (top level): Build program with
16204 -DTIMEOUT=$timeout.
16205 (do_test): Return success/failure indication. Add more verbose
16206 logging. Don't fail if 200 single steps are seen. Instead, fail
16207 when the test times out.
16208 (passes): New global.
16209 (top level): Break the testing loop if testing fails on any
16210 iteration. Use gdb_assert.
16211
16212 2015-02-04 Don Breazeal <donb@codesourcery.com>
16213
16214 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16215 and initialize them.
16216 (ipc_cleanup): New function.
16217 (main): Don't declare shmid, semid, and msqid. Add a call to
16218 atexit so that we call ipc_cleanup on exit.
16219
16220 2015-02-04 Pedro Alves <palves@redhat.com>
16221
16222 * boards/native-extended-gdbserver.exp: Remove any target variant
16223 specifications from the board name before clearing the isremote
16224 flag from board_info.
16225
16226 2015-01-31 Doug Evans <xdje42@gmail.com>
16227
16228 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16229
16230 2015-01-31 Gary Benson <gbenson@redhat.com>
16231
16232 * gdb.base/completion.exp: Disable completion limiting for
16233 existing tests. Add new tests to check completion limiting.
16234 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16235
16236 2015-01-31 Doug Evans <xdje42@gmail.com>
16237
16238 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16239
16240 2015-01-31 Doug Evans <xdje42@gmail.com>
16241
16242 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16243 entries. Duplicate file section script entries.
16244 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16245 inlined entries. Add test for safe-path rejection.
16246 * gdb.python/py-section-script.c: Add duplicate inlined section script
16247 entries. Duplicate file section script entries.
16248 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16249 inlined entries. Add test for safe-path rejection.
16250
16251 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16252
16253 * gdb.ada/disc_arr_bound: New testcase.
16254
16255 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16256
16257 * gdb.ada/mi_var_array: New testcase.
16258
16259 2015-01-27 Doug Evans <dje@google.com>
16260
16261 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16262 Add test for objfile.filename, objfile.username after objfile
16263 has been unloaded.
16264
16265 2015-01-26 Joel Brobecker <brobecker@adacore.com>
16266
16267 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16268 the second test to print the name attribute of value
16269 returned by the call to gdb.lookup_type, and adjust
16270 the expected output accordingly.
16271
16272 2015-01-25 Mark Wielaard <mjw@redhat.com>
16273
16274 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16275 * gdb.base/disp-step-fork.c: Include unistd.h.
16276 * gdb.base/siginfo-obj.c: Include stdio.h.
16277 * gdb.base/siginfo-thread.c: Likewise.
16278 * gdb.mi/non-stop.c: Include unistd.h.
16279 * gdb.mi/nsthrexec.c: Include stdio.h.
16280 * gdb.mi/pthreads.c: Include unistd.h.
16281 * gdb.modula2/unbounded1.c (main): Declare returns int.
16282 * gdb.reverse/consecutive-reverse.c: Likewise.
16283 * gdb.threads/create-fail.c: Include unistd.h.
16284 * gdb.threads/killed.c: Likewise.
16285 * gdb.threads/linux-dp.c: Likewise.
16286 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16287 * gdb.threads/non-ldr-exc-2.c: Likewise.
16288 * gdb.threads/non-ldr-exc-3.c: Likewise.
16289 * gdb.threads/non-ldr-exc-4.c: Likewise.
16290 * gdb.threads/pthreads.c: Include unistd.h.
16291 (main): Declare returns int.
16292 * gdb.threads/tls-main.c (foo): New declaration.
16293 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16294
16295 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16296
16297 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16298 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16299
16300 2015-01-15 Mark Wielaard <mjw@redhat.com>
16301
16302 * gdb.base/noreturn-return.c: New file.
16303 * gdb.base/noreturn-return.exp: New file.
16304 * gdb.base/noreturn-finish.c: New file.
16305 * gdb.base/noreturn-finish.exp: New file.
16306
16307 2015-01-23 Pedro Alves <palves@redhat.com>
16308
16309 * gdb.threads/continue-pending-after-query.c: New file.
16310 * gdb.threads/continue-pending-after-query.exp: New file.
16311
16312 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16313 Simon Marchi <simon.marchi@ericsson.com>
16314
16315 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16316 * gdb.base/valgrind-db-attach.exp: Same.
16317 * gdb.base/valgrind-infcall.exp: Same.
16318 * lib/mi-support.exp (default_mi_gdb_start): Same.
16319 * lib/prompt.exp (default_prompt_gdb_start): Same.
16320 * lib/gdb.exp (default_gdb_spawn): Same.
16321 (gdb_interact): New.
16322
16323
16324 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16325
16326 * gdb.compile/compile.exp (pointer to jit function): New test.
16327
16328 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
16329
16330 * lib/gdb.exp (supports_process_record): Return true for
16331 powerpc*-*-linux*.
16332 (supports_reverse): Likewise.
16333
16334 2015-01-15 Don Breazeal <donb@codesourcery.com>
16335
16336 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16337 instead of checking whether the target board is remote and
16338 use spawn_wait_for_attach instead of exec/sleep.
16339 * gdb.base/attach-twice.exp: Likewise.
16340
16341 2015-01-15 Joel Brobecker <brobecker@adacore.com>
16342
16343 * gdb.ada/var_arr_attrs: New testcase.
16344
16345 2015-01-14 Pedro Alves <palves@redhat.com>
16346 Joel Brobecker <brobecker@adacore.com>
16347
16348 PR gdb/17525
16349 * gdb.base/bp-cmds-execution-x-script.c: New file.
16350 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16351 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16352
16353 2015-01-14 Pedro Alves <palves@redhat.com>
16354
16355 PR cli/17828
16356 * gdb.base/batch-preserve-term-settings.c: New file.
16357 * gdb.base/batch-preserve-term-settings.exp: New file.
16358
16359 2015-01-13 Doug Evans <dje@google.com>
16360
16361 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16362 binary.
16363
16364 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16365
16366 * Makefile.in (clean mostlyclean): Do not delete *.py.
16367
16368 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16369
16370 * gdb.python/py-lookup-type.exp: New file.
16371
16372 2015-01-12 Pedro Alves <palves@redhat.com>
16373
16374 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16375 restore GDBFLAGS before returning.
16376
16377 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16378
16379 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16380 is_amd64_regs_target and is_x86_like_target.
16381
16382 2015-01-11 Doug Evans <xdje42@gmail.com>
16383
16384 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16385 is given without an explicit form.
16386 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16387 attributes.
16388 * gdb.dwarf/corrupt.exp: Ditto.
16389 * gdb.dwarf2/enum-type.exp: Ditto.
16390 * gdb.trace/entry-values.exp: Ditto.
16391 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16392
16393 2015-01-11 Doug Evans <xdje42@gmail.com>
16394
16395 PR gdb/15830
16396 * gdb.base/maint.exp: Remove references to "maint demangle".
16397 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16398 Add tests for explicitly specifying language to demangle.
16399 * gdb.dlang/demangle.exp: Ditto.
16400
16401 2015-01-09 Pedro Alves <palves@redhat.com>
16402
16403 * gdb.threads/non-stop-fair-events.c: New file.
16404 * gdb.threads/non-stop-fair-events.exp: New file.
16405
16406 2015-01-09 Pedro Alves <palves@redhat.com>
16407
16408 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16409 the global scope. Set a breakpoint after all threads are started
16410 rather than stepping over two source lines. Expect the prompt.
16411 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16412 global.
16413 (NUM): Now 15.
16414 (main): Use threads_started_barrier to wait for all threads to
16415 start. Main thread no longer calls thread_function. Exit after
16416 180 seconds.
16417 (loop): New function.
16418 (thread_function): Wait on threads_started_barrier barrier. Call
16419 'loop' at each iteration.
16420 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16421 threads have started, instead of hardcoding number of "next"
16422 steps. Use an access watchpoint instead of a write watchpoint.
16423
16424 2015-01-09 Pedro Alves <palves@redhat.com>
16425
16426 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16427 (thread_func): Wait on barrier.
16428 (main): Wait for all threads to start before stopping GDB.
16429 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16430 global.
16431 (thread1_func, thread2_func): Wait on barrier.
16432 (main): Wait for all threads to start before stopping GDB.
16433 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16434 New global.
16435 (thread1_func, thread2_func): Wait on barrier.
16436 (main): Wait for all threads to start before stopping GDB.
16437
16438 2015-01-09 Pedro Alves <palves@redhat.com>
16439
16440 * gdb.threads/attach-many-short-lived-threads.c: New file.
16441 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16442
16443 2014-01-09 Pedro Alves <palves@redhat.com>
16444
16445 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16446 instead of to thread 2.
16447 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16448 Add barrier around each pthread_create call instead of around all
16449 calls.
16450 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16451 Set a break on thread_function and have the child threads hit it
16452 one at at a time.
16453
16454 2015-01-09 Pedro Alves <palves@redhat.com>
16455
16456 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16457 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16458 false.
16459 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16460 checking whether the target board is remote.
16461 * gdb.multi/multi-attach.exp: Likewise.
16462 * gdb.python/py-sync-interp.exp: Likewise.
16463 * gdb.server/ext-attach.exp: Likewise.
16464 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16465 tests that need to attach, instead of checking whether the target
16466 board is remote at the top of the file.
16467
16468 2015-01-08 Yao Qi <yao@codesourcery.com>
16469
16470 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16471
16472 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16473
16474 Fix testcase compilation.
16475 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16476
16477 2015-01-06 Joel Brobecker <brobecker@adacore.com>
16478
16479 * gdb.python/py-type.exp: Add a couple test about empty
16480 array creation, and negative-length array creation.
16481
16482 2015-01-02 Doug Evans <xdje42@gmail.com>
16483
16484 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16485
16486 2015-01-02 Doug Evans <dje@google.com>
16487
16488 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16489
16490 2014-12-29 Yao Qi <yao@codesourcery.com>
16491
16492 * gdb.trace/entry-values.exp: Update comments. Rename variable
16493 bar_call_foo to returned_from_foo.
16494
16495 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16496
16497 PR gdb/17394
16498 * gdb.linespec/break-asm-file.c: New file.
16499 * gdb.linespec/break-asm-file.exp: New file.
16500 * gdb.linespec/break-asm-file0.s: New file.
16501 * gdb.linespec/break-asm-file1.s: New file.
16502
16503 2014-12-18 Nigel Stephens <nigel@mips.com>
16504 Maciej W. Rozycki <macro@codesourcery.com>
16505
16506 * gdb.base/float.exp: Handle the new output from "info float" on
16507 MIPS targets.
16508
16509 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16510
16511 Fix MinGW compilation.
16512 * gdb.compile/compile-ops.exp: Update untested message if
16513 !skip_compile_feature_tests.
16514 * gdb.compile/compile-setjmp.exp: Likewise.
16515 * gdb.compile/compile-tls.exp: Likewise.
16516 * gdb.compile/compile.exp: Likewise.
16517 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16518 supported on this host".
16519
16520 2014-12-16 Doug Evans <xdje42@gmail.com>
16521
16522 * boards/stabs.exp: New file.
16523
16524 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16525
16526 * gdb.base/completion.exp: Adjust to format changes of "maint
16527 print user-registers".
16528
16529 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
16530
16531 PR server/17457
16532 * gdb.arch/aarch64-fp.c: New file.
16533 * gdb.arch/aarch64-fp.exp: New file.
16534
16535 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16536
16537 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16538 r210637, r210913, r211666, r215400, r215817).
16539
16540 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16541 * dg-extract-results.py: New file.
16542 * dg-extract-results.sh: Use it if the environment seems
16543 suitable.
16544
16545 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16546
16547 * dg-extract-results.py (parse_run): Handle warnings that
16548 are printed before a test harness is run.
16549
16550 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16551
16552 * dg-extract-results.py (Named): Remove __cmp__ method.
16553 (output_variation): Use a key to sort variation.harnesses.
16554
16555 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16556
16557 * dg-extract-results.py: For Python 3, force sys.stdout to
16558 handle surrogate escape sequences.
16559 (safe_open): New function.
16560 (output_segment, main): Use it.
16561
16562 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16563
16564 * dg-extract-results.py (Prog.result_re): Include options
16565 in test name.
16566
16567 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16568
16569 * dg-extract-results.py (output_variation): Always sort if
16570 do_sum.
16571
16572 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16573
16574 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16575 as long as we get pagination notifications.
16576
16577 2014-12-15 Jason Merrill <jason@redhat.com>
16578
16579 * Makefile.in (check-gdb.%): Restore.
16580 * README: Mention it.
16581
16582 2014-12-13 Joel Brobecker <brobecker@adacore.com>
16583
16584 * gdb.ada/str_uninit: New testcase.
16585
16586 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16587
16588 PR symtab/17642
16589 * gdb.base/vla-stub-define.c: New file.
16590 * gdb.base/vla-stub.c: New file.
16591 * gdb.base/vla-stub.exp: New file.
16592
16593 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16594 Jan Kratochvil <jan.kratochvil@redhat.com>
16595 Tom Tromey <tromey@redhat.com>
16596
16597 * configure.ac: Add gdb.compile/.
16598 * configure: Regenerate.
16599 * gdb.compile/Makefile.in: New file.
16600 * gdb.compile/compile-ops.exp: New file.
16601 * gdb.compile/compile-ops.c: New file.
16602 * gdb.compile/compile-tls.c: New file.
16603 * gdb.compile/compile-tls.exp: New file.
16604 * gdb.compile/compile-constvar.S: New file.
16605 * gdb.compile/compile-constvar.c: New file.
16606 * gdb.compile/compile-mod.c: New file.
16607 * gdb.compile/compile-nodebug.c: New file.
16608 * gdb.compile/compile-setjmp-mod.c: New file.
16609 * gdb.compile/compile-setjmp.c: New file.
16610 * gdb.compile/compile-setjmp.exp: New file.
16611 * gdb.compile/compile-shlib.c: New file.
16612 * gdb.compile/compile.c: New file.
16613 * gdb.compile/compile.exp: New file.
16614 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16615
16616 2014-12-12 Tom Tromey <tromey@redhat.com>
16617
16618 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16619 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16620
16621 2014-12-12 Doug Evans <dje@google.com>
16622
16623 * lib/gdb-python.exp (get_python_valueof): New function.
16624 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16625
16626 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16627
16628 * gdb.base/completion.exp: Add test for completion of "info
16629 registers ".
16630
16631 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16632
16633 * gdb.base/func-ptrs.c: New file.
16634 * gdb.base/func-ptrs.exp: New file.
16635
16636 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16637
16638 PR breakpoints/17012
16639 * gdb.base/dprintf-detach.c: New file.
16640 * gdb.base/dprintf-detach.exp: New file.
16641
16642 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16643
16644 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16645 * lib/gdb.exp (target_is_gdbserver): New procedure.
16646
16647 2014-12-08 Doug Evans <dje@google.com>
16648
16649 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16650
16651 2014-12-05 Yao Qi <yao@codesourcery.com>
16652
16653 * gdb.guile/scm-error.exp: Remove the third argument to
16654 gdb_remote_download.
16655 * gdb.guile/scm-frame-args.exp: Likewise.
16656 * gdb.guile/scm-section-script.exp: Likewise.
16657
16658 2014-12-05 Yao Qi <yao@codesourcery.com>
16659
16660 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16661
16662 2014-12-04 Doug Evans <dje@google.com>
16663
16664 * gdb.python/py-objfile.exp: Add tests for
16665 objfile.add_separate_debug_file.
16666
16667 2014-12-04 Doug Evans <dje@google.com>
16668
16669 * lib/gdb.exp (get_build_id): New function.
16670 (build_id_debug_filename_get): Rewrite to use it.
16671 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16672
16673 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16674
16675 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16676 `method(long)', not just 0x0.
16677 * gdb.cp/nsalias.exp: Align code labels to 4.
16678 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16679 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16680 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16681 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16682 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16683 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16684
16685 2014-12-02 Doug Evans <dje@google.com>
16686
16687 PR symtab/17602
16688 * gdb.cp/anon-ns.cc: Move guts of this file to ...
16689 * gdb.cp/anon-ns2.cc: ... here. New file.
16690 * gdb.cp/anon-ns.exp: Update.
16691
16692 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
16693
16694 * gdb.python/py-events.py (inferior_call_handler): New.
16695 (register_changed_handler, memory_changed_handler): New.
16696 (test_events.invoke): Register new handlers.
16697 * gdb.python/py-events.exp: Add tests for inferior call,
16698 memory_changed and register_changed events.
16699
16700 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16701
16702 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16703 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16704 if the linker doesn't understand this.
16705
16706 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16707
16708 * gdb.python/python.exp: Change expected reply to help().
16709
16710 2014-12-01 Yao Qi <yao@codesourcery.com>
16711
16712 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16713 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16714 * configure: Re-generated.
16715
16716 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16717
16718 * gdb.cp/chained-calls.cc: New file.
16719 * gdb.cp/chained-calls.exp: New file.
16720 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16721
16722 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16723
16724 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16725 * gdb.dwarf2/symtab-producer.exp: Same.
16726 * gdb.gdb/python-interrupts.exp: Same.
16727 * gdb.gdb/python-selftest.exp: Same.
16728 * gdb.python/py-linetable.exp: Same.
16729 * gdb.python/py-type.exp: Same.
16730 * gdb.python/py-value-cc.exp: Same.
16731 * gdb.python/py-value.exp: Same.
16732
16733 2014-11-28 Yao Qi <yao@codesourcery.com>
16734
16735 * gdb.base/break-probes.exp: Match library name prefixed with
16736 sysroot.
16737
16738 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16739
16740 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16741 test expected output. Add parentheses for the call to print.
16742 Remove L suffix from integers.
16743
16744 2014-11-26 Doug Evans <dje@google.com>
16745
16746 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16747
16748 2014-11-22 Yao Qi <yao@codesourcery.com>
16749
16750 * gdb.trace/entry-values.c: Remove asms.
16751 (foo): Add foo_label.
16752 (bar): Add bar_label.
16753 * gdb.trace/entry-values.exp: Remove code computing foo's
16754 length and bar's length.
16755 (Dwarf::assemble): Invoke function_range for bar and use
16756 MACRO_AT_func for foo.
16757
16758 2014-11-22 Yao Qi <yao@codesourcery.com>
16759
16760 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16761 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16762 Use .Lgcc43_procstart instead of gcc43.
16763
16764 2014-11-21 Joel Brobecker <brobecker@adacore.com>
16765
16766 * gdb.ada/n_arr_bound: New testcase.
16767
16768 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16769
16770 PR breakpoints/10737
16771 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16772 test_catch_syscall_multi_arch.
16773 (test_catch_syscall_multi_arch): New function.
16774
16775 2014-11-20 Doug Evans <xdje42@gmail.com>
16776
16777 * gdb.base/maint.exp: Update expected output.
16778
16779 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16780
16781 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16782 4-byte instruction on S390.
16783
16784 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16785
16786 * gdb.ada/arr_arr: New testcase.
16787
16788 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16789
16790 * gdb.ada/pkd_arr_elem: New Testcase.
16791
16792 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
16793
16794 * gdb.reverse/break-precsave: Expect completion message for
16795 core file reads.
16796 * gdb.reverse/consecutive-precsave.exp: Likewise.
16797 * gdb.reverse/finish-precsave.exp: Likewise.
16798 * gdb.reverse/i386-precsave.exp: Likewise.
16799 * gdb.reverse/machinestate-precsave.exp: Likewise.
16800 * gdb.reverse/sigall-precsave.exp: Likewise.
16801 * gdb.reverse/solib-precsave.exp: Likewise.
16802 * gdb.reverse/step-precsave.exp: Likewise.
16803 * gdb.reverse/until-precsave.exp: Likewise.
16804 * gdb.reverse/watch-precsave.exp: Likewise.
16805
16806 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16807
16808 * gdb.base/bp-permanent.c: Include unistd.h.
16809 * gdb.python/py-framefilter-mi.c (main): Add return type.
16810 * gdb.python/py-framefilter.c (main): Likewise.
16811 * gdb.trace/actions-changed.c (main): Likewise.
16812
16813 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16814
16815 * gdb.mi/until.c: Add eye-catchers.
16816 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16817 line numbers.
16818
16819 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16820
16821 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16822 function header variants in break1.c.
16823 * gdb.base/ena-dis-br.exp: Likewise.
16824 * gdb.base/hbreak2.exp: Likewise.
16825 * gdb.reverse/until-precsave.exp: Drop references to removed
16826 non-prototype function header variants in ur1.c.
16827 * gdb.reverse/until-reverse.exp: Likewise.
16828
16829 2014-11-17 Petr Machata <pmachata@redhat.com>
16830
16831 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16832 ${_cu_offset_size} bytes abbrev offset.
16833
16834 2014-11-15 Doug Evans <xdje42@gmail.com>
16835
16836 PR symtab/17559
16837 * gdb.base/line-symtabs.exp: New file.
16838 * gdb.base/line-symtabs.c: New file.
16839 * gdb.base/line-symtabs.h: New file.
16840
16841 2014-11-14 Yao Qi <yao@codesourcery.com>
16842
16843 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16844 (func): Add label func_label.
16845 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16846 Replace low_pc and high_pc with MACRO_AT_range.
16847 Replace name, low_pc and high_pc with MACRO_AT_func.
16848
16849 2014-11-14 Yao Qi <yao@codesourcery.com>
16850
16851 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16852 Replace name, low_pc and high_pc with MACRO_AT_func.
16853
16854 2014-11-14 Yao Qi <yao@codesourcery.com>
16855
16856 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16857 produce debug information.
16858 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16859
16860 2014-11-14 Yao Qi <yao@codesourcery.com>
16861
16862 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16863 object and get function length.
16864 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16865 with MACRO_AT_func.
16866 (top-level): Replace gdb_compile and clean_restart with
16867 prepare_for_testing.
16868 * gdb.dwarf2/main.c (main): Add label main_label.
16869
16870 2014-11-14 Yao Qi <yao@codesourcery.com>
16871
16872 * lib/dwarf.exp (function_range): New procedure.
16873 (Dwarf::_handle_macro_at_func): New procedure.
16874 (Dwarf::_handle_macro_at_range): New procedure.
16875 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16876
16877 2014-11-14 Yao Qi <yao@codesourcery.com>
16878
16879 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16880 (_handle_attribute): New procedure.
16881
16882 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16883
16884 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16885 * gdb.base/call-sc.c (zed): Likewise.
16886 * gdb.base/checkpoint.c (main): Likewise.
16887 * gdb.base/dump.c (main): Likewise.
16888 * gdb.base/gcore.c (main): Likewise.
16889 * gdb.base/huge.c (main): Likewise.
16890 * gdb.base/multi-forks.c (main): Likewise.
16891 * gdb.base/pr10179-a.c (main): Likewise.
16892 * gdb.base/savedregs.c (main): Likewise.
16893 * gdb.base/sigaltstack.c (main): Likewise.
16894 * gdb.base/siginfo.c (main): Likewise.
16895 * gdb.base/structs.c (zed): Likewise.
16896 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16897 * gdb.mi/mi-syn-frame.c (main): Likewise.
16898 * gdb.mi/until.c (foo, main): Likewise.
16899 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16900 * gdb.base/solib-weak.c (foo): Declare.
16901 * gdb.base/attach-twice.c: Include stdio.h.
16902 * gdb.base/weaklib1.c: Likewise.
16903 * gdb.base/weaklib2.c: Likewise.
16904 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16905 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16906 unistd.h.
16907 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16908 * gdb.mi/mi-exit-code.c: Likewise.
16909 * gdb.base/break-interp-lib.c: Include string.h.
16910 * gdb.base/coremaker.c: Likewise.
16911 * gdb.base/testenv.c: Likewise.
16912 * gdb.python/py-finish-breakpoint.c: Likewise.
16913 * gdb.base/inferior-died.c: Include sys/wait.h.
16914 * gdb.base/fileio.c: Include time.h.
16915 * gdb.base/async-shell.c: Include unistd.h.
16916 * gdb.base/dprintf-non-stop.c: Likewise.
16917 * gdb.base/info-os.c: Likewise.
16918 * gdb.mi/mi-console.c: Likewise.
16919 * gdb.mi/watch-nonstop.c: Likewise.
16920 * gdb.python/py-events.c: Likewise.
16921 * gdb.base/async.c (baz): Move up before its invocation.
16922 * gdb.base/code_elim2.c (my_global_func): Likewise.
16923 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16924 * gdb.base/advance.c (func2): Likewise.
16925
16926 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16927
16928 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16929 variant.
16930 * gdb.base/annota3.c: Likewise.
16931 * gdb.base/async.c: Likewise.
16932 * gdb.base/average.c: Likewise.
16933 * gdb.base/call-ar-st.c: Likewise.
16934 * gdb.base/call-rt-st.c: Likewise.
16935 * gdb.base/call-sc.c: Likewise.
16936 * gdb.base/call-strs.c: Likewise.
16937 * gdb.base/ending-run.c: Likewise.
16938 * gdb.base/execd-prog.c: Likewise.
16939 * gdb.base/exprs.c: Likewise.
16940 * gdb.base/foll-exec.c: Likewise.
16941 * gdb.base/foll-fork.c: Likewise.
16942 * gdb.base/foll-vfork.c: Likewise.
16943 * gdb.base/funcargs.c: Likewise.
16944 * gdb.base/gcore.c: Likewise.
16945 * gdb.base/jump.c: Likewise.
16946 * gdb.base/langs0.c: Likewise.
16947 * gdb.base/langs1.c: Likewise.
16948 * gdb.base/langs2.c: Likewise.
16949 * gdb.base/mips_pro.c: Likewise.
16950 * gdb.base/nodebug.c: Likewise.
16951 * gdb.base/opaque0.c: Likewise.
16952 * gdb.base/opaque1.c: Likewise.
16953 * gdb.base/recurse.c: Likewise.
16954 * gdb.base/run.c: Likewise.
16955 * gdb.base/scope0.c: Likewise.
16956 * gdb.base/scope1.c: Likewise.
16957 * gdb.base/setshow.c: Likewise.
16958 * gdb.base/setvar.c: Likewise.
16959 * gdb.base/shmain.c: Likewise.
16960 * gdb.base/shr1.c: Likewise.
16961 * gdb.base/shr2.c: Likewise.
16962 * gdb.base/sigall.c: Likewise.
16963 * gdb.base/signals.c: Likewise.
16964 * gdb.base/so-indr-cl.c: Likewise.
16965 * gdb.base/solib2.c: Likewise.
16966 * gdb.base/structs.c: Likewise.
16967 * gdb.base/sum.c: Likewise.
16968 * gdb.base/vforked-prog.c: Likewise.
16969 * gdb.base/watchpoint.c: Likewise.
16970 * gdb.reverse/shr2.c: Likewise.
16971 * gdb.reverse/until-reverse.c: Likewise.
16972 * gdb.reverse/ur1.c: Likewise.
16973 * gdb.reverse/watch-reverse.c: Likewise.
16974
16975 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16976
16977 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16978 variant.
16979 * gdb.base/sepdebug.exp: Drop references to removed code.
16980
16981 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16982
16983 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16984 variant. Preserve original line numbering.
16985 * gdb.base/list1.c: Likewise.
16986
16987 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16988
16989 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16990 variant.
16991 * gdb.base/break1.c: Likewise.
16992 * gdb.base/break.exp: Drop references to removed code.
16993
16994 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16995
16996 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16997 variant.
16998
16999 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17000
17001 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17002
17003 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17004
17005 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17006 logic into perform_all_tests() and invoke it with and without
17007 function header prototypes.
17008 (do_function_calls): Remove conditional XFAIL for PR 5318.
17009 (rerun_and_prepare): Remove duplicate code.
17010 (perform_all_tests): New. Main logic moved here.
17011
17012 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17013
17014 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17015 code guarded by #ifdef NO_PROTOTYPES.
17016 (t_double_many_args): Likewise.
17017 (DEF_FUNC_MANY_ARGS_1): Likewise.
17018 (DEF_FUNC_VALUES_1): Likewise.
17019 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17020 guarded by #ifdef PROTOTYPES.
17021
17022 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17023
17024 * gdb.mi/mi-console.c: Add eye-catcher.
17025 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17026 instead of literal line number.
17027
17028 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17029
17030 * gdb.base/shr2.c: Add eye-catcher.
17031 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17032 line number.
17033
17034 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17035
17036 * gdb.base/jump.c: Add eye-catchers.
17037 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17038 numbers.
17039
17040 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17041
17042 * gdb.base/execd-prog.c: Add eye-catchers.
17043 * gdb.base/foll-exec.c: Likewise.
17044 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17045 line numbers.
17046
17047 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17048
17049 * gdb.base/ending-run.c: Add eye-catchers.
17050 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17051 literal line numbers.
17052
17053 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17054
17055 * gdb.base/call-rt-st.c: Add eye-catchers.
17056 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17057 literal line numbers.
17058
17059 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17060
17061 * gdb.base/call-ar-st.c: Add eye-catchers.
17062 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17063 literal line numbers.
17064
17065 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17066
17067 * gdb.base/average.c: Add eye-catchers.
17068 * gdb.base/sum.c: Likewise.
17069 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17070 regexps dynamically.
17071
17072 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17073
17074 * gdb.base/solib1.c: Add eye-catchers.
17075 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17076 literal line numbers.
17077
17078 2014-11-12 Pedro Alves <palves@redhat.com>
17079
17080 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17081 leader has exited.
17082
17083 2014-11-12 Pedro Alves <palves@redhat.com>
17084
17085 * gdb.arch/i386-bp_permanent.c: New file.
17086 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17087 (srcfile): Set to i386-bp_permanent.c.
17088 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17089 that stepi does not execute the 'leave' instruction, instead of
17090 testing it does execute.
17091 * gdb.base/bp-permanent.c: New file.
17092 * gdb.base/bp-permanent.exp: New file.
17093
17094 2014-11-10 Doug Evans <xdje42@gmail.com>
17095
17096 PR symtab/17564
17097 * gdb.base/symtab-search-order.exp: New file.
17098 * gdb.base/symtab-search-order.c: New file.
17099 * gdb.base/symtab-search-order-1.c: New file.
17100 * gdb.base/symtab-search-order-shlib-1.c: New file.
17101
17102 2014-11-07 Pedro Alves <palves@redhat.com>
17103
17104 PR gdb/17511
17105 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17106 i?86-*-linux*.
17107
17108 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17109
17110 PR c++/17494
17111 * gdb.cp/pr17494.cc: New file.
17112 * gdb.cp/pr17494.exp: New file.
17113
17114 2014-11-02 Yao Qi <yao@codesourcery.com>
17115
17116 * gdb.python/python.exp: Get working directory and match the
17117 output of "set extended-prompt \\w " with it.
17118
17119 2014-10-30 Doug Evans <dje@google.com>
17120
17121 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17122 in objfiles.
17123 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17124 in progspaces.
17125
17126 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
17127
17128 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17129 * gdb.base/realname-expand.exp: Likewise.
17130 * gdb.linespec/macro-relative.exp: Likewise.
17131
17132 2014-10-29 Pedro Alves <palves@redhat.com>
17133
17134 PR gdb/17408
17135 * gdb.threads/schedlock.c (some_function): New function.
17136 (call_function): New global.
17137 (MAYBE_CALL_SOME_FUNCTION): New macro.
17138 (thread_function): Call it.
17139 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17140 and use it instead of a global counter. Adjust all callers.
17141 (get_current_thread): Use "find current thread" for test message
17142 here rather than having all callers pass down the same string.
17143 (goto_loop): New procedure, factored out from ...
17144 (my_continue): ... this.
17145 (step_ten_loops): Change parameter from test message to command to
17146 use. Adjust.
17147 (list_count): Delete global.
17148 (check_result): New procedure, factored out from duplicate top
17149 level code.
17150 (continue tests): Wrap in with_test_prefix.
17151 (test_step): New procedure, factored out from duplicate top level
17152 code.
17153 (top level): Test "step" in combination with all scheduler-locking
17154 modes. Test "next" in combination with all scheduler-locking
17155 modes, and in combination with stepping over a function call or
17156 not.
17157 * gdb.threads/next-bp-other-thread.c: New file.
17158 * gdb.threads/next-bp-other-thread.exp: New file.
17159
17160 2014-10-29 Pedro Alves <palves@redhat.com>
17161
17162 PR python/17372
17163 * gdb.python/python.exp: Test a multi-line command that spawns
17164 interactive Python.
17165 * gdb.base/multi-line-starts-subshell.exp: New file.
17166
17167 2014-10-29 Yao Qi <yao@codesourcery.com>
17168
17169 * gdb.base/fileio.exp: Make directories on host.
17170
17171 2014-10-29 Yao Qi <yao@codesourcery.com>
17172
17173 * gdb.base/fileio.c (test_write): Close the file.
17174
17175 2014-10-28 Pedro Alves <palves@redhat.com>
17176
17177 PR gdb/12623
17178 * gdb.base/sigstep.c (no_handler): New global.
17179 (main): If 'no_handler is true, set the signal handlers to
17180 SIG_IGN.
17181 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17182 with_sw_watch and no_handler parameters. Handle them.
17183 (top level) <stepping over handler when stopped at a breakpoint
17184 test>: Add a test axis for testing with a software watchpoint, and
17185 another for testing with the signal handler set to SIG_IGN.
17186 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17187 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17188
17189 2014-10-28 Pedro Alves <palves@redhat.com>
17190
17191 PR gdb/17511
17192 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17193 * gdb.base/sigstep.exp (other_handler_location): New global.
17194 (advance): Support stepping into the signal handler, and running
17195 commands while in the handler.
17196 (in_handler_map): New global.
17197 (top level): In the advance test, add combinations for getting
17198 into the handler with stepping commands, and for running commands
17199 in the handler. Add comment descripting the advancei tests.
17200
17201 2014-10-28 Pedro Alves <palves@redhat.com>
17202
17203 * gdb.base/sigstep.exp: Use build_executable instead of
17204 prepare_for_testing.
17205 (top level): Move code that starts GDB, runs to main and creates a
17206 display to ...
17207 (restart): ... this new procedure.
17208 (top level): Move backtrace from signal handler test to ...
17209 (validate_backtrace): ... this new procedure.
17210 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17211 with_test_prefix. Always restart GDB.
17212 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17213 with_test_prefix. Always restart GDB. No need to delete
17214 breakpoints after the test.
17215 (test_skip_handler): Remove prefix parameter.
17216 (skip_over_handler, breakpoint_to_handler)
17217 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17218 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17219 restart GDB. No need to delete breakpoints after the test.
17220 (top level): Use foreach to call the test procedures with
17221 different commands.
17222
17223 2014-10-28 Pedro Alves <palves@redhat.com>
17224
17225 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17226 instead of GNATS numbers.
17227 * gdb.base/sigbpt.exp: Likewise.
17228 * gdb.base/siginfo.exp: Likewise.
17229 * gdb.base/sigstep.exp: Likewise.
17230
17231 2014-10-27 Pedro Alves <palves@redhat.com>
17232
17233 * gdb.base/sigstep.c (dummy): New global.
17234 (main): Issue a couple writes to the new global.
17235 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17236 procedures.
17237 (skip_over_handler): Use test_skip_handler.
17238 (top level): Call skip_over_handler for stepi and nexti too.
17239 (breakpoint_over_handler): Use test_skip_handler.
17240 (top level): Call breakpoint_over_handler for stepi and nexti too.
17241
17242 2014-10-27 Yao Qi <yao@codesourcery.com>
17243
17244 * gdb.trace/tfile.c (adjust_function_address)
17245 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17246 function descriptor.
17247
17248 2014-10-24 Don Breazeal <donb@codesourcery.com>
17249
17250 * gdb.base/foll-fork.exp (test_follow_fork,
17251 catch_fork_child_follow): Check for updated fork messages emitted
17252 from infrun.c.
17253 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17254 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17255 vfork_and_exec_child_follow_through_step): Check for updated vfork
17256 messages emitted from infrun.c.
17257
17258 2014-10-24 Pedro Alves <palves@redhat.com>
17259
17260 * gdb.base/corefile.exp: Remove references to ultrix.
17261 * gdb.base/interrupt.exp: Likewise.
17262 * gdb.base/whatis.exp: Likewise.
17263 * gdb.gdb/selftest.exp: Likewise.
17264 * gdb.threads/manythreads.exp: Likewise.
17265 * gdb.threads/print-threads.exp: Likewise.
17266 * gdb.threads/pthreads.exp:: Likewise.
17267 * gdb.threads/schedlock.exp: Likewise.
17268
17269 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17270
17271 * gdb.cp/non-trivial-retval.cc: Add a test case.
17272 * gdb.cp/non-trivial-retval.exp: Add a test.
17273
17274 2014-10-20 Yao Qi <yao@codesourcery.com>
17275
17276 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17277 * gdb.python/py-objfile-script-gdb.py: New file.
17278 * gdb.python/py-objfile-script.exp: Update reference to
17279 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17280 of remote_download. Remove the dest file.
17281
17282 2014-10-20 Yao Qi <yao@codesourcery.com>
17283
17284 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17285 * gdb.base/step-line.exp: Likewise.
17286 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17287 * gdb.dwarf2/dw2-basic.exp: Likewise.
17288 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17289 * gdb.dwarf2/dw2-filename.exp: Likewise.
17290 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17291 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17292 * gdb.dwarf2/dw2-producer.exp: Likewise.
17293 * gdb.dwarf2/mac-fileno.exp: Likewise.
17294 * gdb.python/py-frame-args.exp: Likewise.
17295 * gdb.python/py-framefilter.exp: Likewise.
17296 * gdb.python/py-mi.exp: Likewise.
17297 * gdb.python/py-objfile-script.exp: Likewise
17298 * gdb.python/py-pp-integral.exp: Likewise.
17299 * gdb.python/py-pp-re-notag.exp: Likewise.
17300 * gdb.python/py-prettyprint.exp: Likewise.
17301 * gdb.python/py-section-script.exp: Likewise.
17302 * gdb.python/py-typeprint.exp: Likewise.
17303 * gdb.python/py-xmethods.exp: Likewise.
17304 * gdb.stabs/weird.exp: Likewise.
17305 * gdb.xml/tdesc-regs.exp: Likewise.
17306
17307 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17308
17309 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17310 (out_cu): Use addr_len for the size of addresses.
17311 (out_line): Likewise. Size DW_LNE_set_address instruction
17312 according to addr_len.
17313 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17314 (FUNC): Add START_INSNS to definition.
17315
17316 2014-10-18 Yao Qi <yao@codesourcery.com>
17317
17318 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17319 gdb_has_argv0 return true.
17320 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17321 check [target_info exists noargs], check [gdb_has_argv0]
17322 instead.
17323 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17324 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17325 procedures.
17326
17327 2014-10-17 Doug Evans <dje@google.com>
17328
17329 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17330 event.
17331 * gdb.python/py-events.py: Add clear_objfiles event.
17332
17333 2014-10-17 Doug Evans <dje@google.com>
17334
17335 * gdb.python/py-objfile.exp: Test progspace attribute.
17336
17337 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
17338
17339 * gdb.guile/scm-breakpoint.exp: Do not assume any
17340 directory separators when matching source file paths.
17341 * gdb.python/py-breakpoint.exp: Likewise.
17342 * gdb.reverse/break-precsave.exp: Likewise.
17343 * gdb.reverse/break-reverse.exp: Likewise.
17344 * gdb.reverse/consecutive-precsave.exp: Likewise.
17345 * gdb.reverse/finish-precsave.exp: Likewise.
17346 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17347 * gdb.reverse/finish-reverse.exp: Likewise.
17348 * gdb.reverse/i386-precsave.exp: Likewise.
17349 * gdb.reverse/i387-env-reverse.exp: Likewise.
17350 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17351 * gdb.reverse/machinestate-precsave.exp: Likewise.
17352 * gdb.reverse/machinestate.exp: Likewise.
17353 * gdb.reverse/sigall-precsave.exp: Likewise.
17354 * gdb.reverse/solib-precsave.exp: Likewise.
17355 * gdb.reverse/step-precsave.exp: Likewise.
17356 * gdb.reverse/until-precsave.exp: Likewise.
17357 * gdb.reverse/watch-precsave.exp: Likewise.
17358 * gdb.reverse/watch-reverse.exp: Likewise.
17359
17360 2014-10-17 Yao Qi <yao@codesourcery.com>
17361
17362 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17363 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17364
17365 2014-10-17 Pedro Alves <palves@redhat.com>
17366
17367 PR gdb/17471
17368 * gdb.base/bg-execution-repeat.c: New file.
17369 * gdb.base/bg-execution-repeat.exp: New file.
17370
17371 2014-10-17 Pedro Alves <palves@redhat.com>
17372
17373 PR gdb/17300
17374 * gdb.base/continue-all-already-running.c: New file.
17375 * gdb.base/continue-all-already-running.exp: New file.
17376
17377 2014-10-17 Pedro Alves <palves@redhat.com>
17378
17379 PR gdb/17472
17380 * gdb.base/annota-input-while-running.c: New file.
17381 * gdb.base/annota-input-while-running.exp: New file.
17382
17383 2014-10-17 Pedro Alves <palves@redhat.com>
17384
17385 * gdb.base/callfuncs.exp: emove references to osf.
17386 * gdb.base/sigall.exp: Likewise.
17387 * gdb.gdb/selftest.exp: Likewise.
17388 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17389 * gdb.mi/non-stop.c: Likewise.
17390 * gdb.mi/pthreads.c: Likewise.
17391 * gdb.reverse/sigall-precsave.exp: Likewise.
17392 * gdb.reverse/sigall-reverse.exp: Likewise.
17393 * gdb.threads/pthreads.c: Likewise.
17394 * gdb.threads/pthreads.exp: Likewise.
17395
17396 2014-10-17 Yao Qi <yao@codesourcery.com>
17397
17398 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17399 check 'target_info exists noargs'.
17400 (test_command_prompt_position): Likewise.
17401 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17402 Remove "set args".
17403 (progvar_simple_while_test): Likewise.
17404 (progvar_complex_if_while_test): Likewise.
17405 (if_while_breakpoint_command_test): Likewise.
17406 (infrun_breakpoint_command_test): Likewise.
17407 (breakpoint_command_test): Likewise.
17408 (watchpoint_command_test): Likewise.
17409 (bp_deleted_in_command_test): Likewise.
17410 (temporary_breakpoint_commands): Likewise.
17411
17412 2014-10-16 Yao Qi <yao@codesourcery.com>
17413
17414 * gdb.base/remotetimeout.exp: Remove noargs checking.
17415
17416 2014-10-15 Pedro Alves <palves@redhat.com>
17417
17418 PR breakpoints/9649
17419 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17420 * gdb.base/breakpoint-in-ro-region.exp
17421 (probe_target_hardware_step): New procedure.
17422 (top level): Probe hardware stepping and hardware breakpoint
17423 support. Test stepping through a read-only region, with both
17424 "breakpoint auto-hw" on and off and both "always-inserted" on and
17425 off.
17426
17427 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17428
17429 * gdb.dlang/demangle.exp: Update for demangling changes.
17430
17431 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17432
17433 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17434 * gdb.cp/non-trivial-retval.exp: Add new tests.
17435
17436 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17437
17438 PR c++/13403
17439 PR c++/15154
17440 * gdb.cp/non-trivial-retval.cc: New file.
17441 * gdb.cp/non-trivial-retval.exp: New file.
17442
17443 2014-10-15 Yao Qi <yao@codesourcery.com>
17444
17445 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17446 remote host.
17447
17448 2014-10-15 Yao Qi <yao@codesourcery.com>
17449
17450 * gdb.python/py-symbol.exp: Match file base name if host is
17451 remote, otherwise match file name with dir name.
17452 * gdb.python/py-symtab.exp: Likewise.
17453 * gdb.python/python.exp: Likewise.
17454
17455 2014-10-15 Yao Qi <yao@codesourcery.com>
17456
17457 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17458 pattern.
17459 * gdb.python/py-symtab.exp: Likewise.
17460 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17461 locationn.
17462
17463 2014-10-14 Joel Brobecker <brobecker@adacore.com>
17464
17465 * gdb.ada/addr_arith: New testcase.
17466
17467 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17468
17469 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17470 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17471 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17472 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17473
17474 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17475
17476 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17477 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17478 * gdb.arch/stap-eval-lang-ada.exp: New file.
17479
17480 2014-10-14 Yao Qi <yao@codesourcery.com>
17481
17482 * gdb.mi/mi-var-child.c (nothing1): New function.
17483 (nothing2): New function.
17484 (do_children_tests): Set function pointers by nothing1 and
17485 nothing2.
17486 * gdb.mi/mi-var-child.exp: Step over new added statements.
17487 Update test to match the new output.
17488 * gdb.mi/var-cmd.c (nothing1): New function.
17489 (nothing2): New function.
17490 (do_children_tests): Set function pointers by nothing1 and
17491 nothing2.
17492 * gdb.mi/mi-var-display.exp: Update test to match output.
17493 Step to the line specified by $line_dct_nothing.
17494 Increase the number of lines to step.
17495
17496 2014-10-14 Yao Qi <yao@codesourcery.com>
17497
17498 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17499 tests.
17500 * gdb.mi/mi2-var-child.exp: Likewise.
17501
17502 2014-10-13 Doug Evans <dje@google.com>
17503
17504 * gdb.python/py-objfile.exp: Change name of file name test.
17505
17506 2014-10-13 Doug Evans <dje@google.com>
17507
17508 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17509 from the start of the CU.
17510
17511 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17512 Yao Qi <yao@codesourcery.com>
17513
17514 Fix "save breakpoints" for "catch" command.
17515 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17516 Remove -nonewline. Match also the added "main" line.
17517
17518 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17519
17520 Fix "save breakpoints" for "disable $bpnum" command.
17521 * gdb.base/save-bp.c (main): Add label.
17522 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17523
17524 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17525
17526 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17527
17528 2014-10-11 Yao Qi <yao@codesourcery.com>
17529
17530 * gdb.server/server-kill.exp: Execute command
17531 "set remote trace-status-packet on" before "tstatus".
17532
17533 2014-10-11 Yao Qi <yao@codesourcery.com>
17534
17535 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17536 (main): Call getppid.
17537 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17538 and continue to it. Read variable "server_pid".
17539
17540 2014-10-11 Yao Qi <yao@codesourcery.com>
17541
17542 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17543
17544 2014-10-11 Yao Qi <yao@codesourcery.com>
17545
17546 * gdb.threads/thread-find.exp: Don't execute command
17547 "info threads".
17548 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17549 * gdb.threads/linux-dp.exp: Don't check the condition
17550 $threads_created equals to zero.
17551
17552 2014-10-10 Pedro Alves <palves@redhat.com>
17553
17554 * gdb.base/bigcore.exp: Remove references to IRIX.
17555 * gdb.base/funcargs.exp: Likewise.
17556 * gdb.base/interrupt.exp: Likewise.
17557 * gdb.base/mips_pro.exp: Likewise.
17558 * gdb.base/nodebug.exp: Likewise.
17559 * gdb.base/setvar.exp: Likewise.
17560 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17561
17562 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17563 Pedro Alves <palves@redhat.com>
17564
17565 PR symtab/14466
17566 * gdb.base/vdso-warning.c: New file.
17567 * gdb.base/vdso-warning.exp: New file.
17568
17569 2014-10-02 Doug Evans <dje@google.com>
17570
17571 * gdb.base/structs.c (main): Don't run forever.
17572
17573 2014-10-02 Pedro Alves <palves@redhat.com>
17574
17575 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17576 (top level) <stop threads 1, stop threads 2>: Use it.
17577
17578 2014-10-02 Pedro Alves <palves@redhat.com>
17579
17580 * gdb.threads/break-while-running.exp (test): Add new
17581 'update_thread_list' argument. Skip "info threads" if false.
17582 (top level): Add new 'update_thread_list' axis.
17583
17584 2014-10-02 Pedro Alves <palves@redhat.com>
17585
17586 PR breakpoints/17431
17587 * gdb.base/execl-update-breakpoints.c: New file.
17588 * gdb.base/execl-update-breakpoints.exp: New file.
17589
17590 2014-10-01 Pedro Alves <palves@redhat.com>
17591
17592 * gdb.base/breakpoint-in-ro-region.c: New file.
17593 * gdb.base/breakpoint-in-ro-region.exp: New file.
17594
17595 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17596
17597 * gdb.mi/mi-exit-code.exp: New file.
17598 * gdb.mi/mi-exit-code.c: New file.
17599
17600 2014-09-30 Yao Qi <yao@codesourcery.com>
17601
17602 * lib/prelink-support.exp (build_executable_own_libs): Error if
17603 the target isn't native.
17604
17605 2014-09-30 Yao Qi <yao@codesourcery.com>
17606
17607 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17608 false.
17609
17610 2014-09-22 Pedro Alves <palves@redhat.com>
17611
17612 * gdb.threads/break-while-running.exp: New file.
17613 * gdb.threads/break-while-running.c: New file.
17614
17615 2014-09-19 Yao Qi <yao@codesourcery.com>
17616
17617 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17618 Invoke test. Restart GDB with --readnow and invoke test again.
17619
17620 2014-09-19 Yao Qi <yao@codesourcery.com>
17621
17622 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17623 proc set_breakpoint_on_gcd_function. Invoke
17624 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17625 invoke set_breakpoint_on_gcd_function again.
17626
17627 2014-09-18 Doug Evans <dje@google.com>
17628
17629 * gdb.dwarf2/symtab-producer.exp: New file.
17630
17631 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17632
17633 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17634 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17635 * gdb.base/global-var-nested-by-dso.c: Likewise.
17636 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17637
17638 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17639 Pedro Alves <palves@redhat.com>
17640
17641 * gdb.base/watch-bitfields.exp: Pass string other than test file
17642 name to prepare_for_testing.
17643 (watch): New procedure.
17644 (expect_watchpoint): Use with_test_prefix.
17645 (top level): Factor out tests to ...
17646 (test_watch_location, test_regular_watch): ... these new
17647 procedures, and use with_test_prefix and gdb_continue_to_end.
17648
17649 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17650
17651 PR breakpoints/12526
17652 * gdb.base/watch-bitfields.exp: New file.
17653 * gdb.base/watch-bitfields.c: New file.
17654
17655 2014-09-16 Pedro Alves <palves@redhat.com>
17656
17657 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17658 software and hardware addresses, not software address against
17659 itself.
17660
17661 2014-09-16 Pedro Alves <palves@redhat.com>
17662
17663 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17664 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17665
17666 2014-09-16 Pedro Alves <palves@redhat.com>
17667
17668 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17669 files.
17670 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17671 "*-*-vxworks*" throughout.
17672 * gdb.base/break.exp: Likewise.
17673 * gdb.base/default.exp: Likewise.
17674 * gdb.base/scope.exp: Likewise.
17675 * gdb.base/sepdebug.exp: Likewise.
17676 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17677 throughout.
17678 * gdb.base/run.c: Likewise.
17679 * gdb.base/sepdebug.c: Likewise.
17680 * gdb.hp/gdb.aCC/run.c: Likewise.
17681 * gdb.reverse/until-reverse.c: Likewise.
17682 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17683
17684 2014-09-16 Yao Qi <yao@codesourcery.com>
17685
17686 * boards/local-remote-host-native.exp: New file.
17687
17688 2014-09-14 Doug Evans <xdje42@gmail.com>
17689
17690 * gdb.threads/queue-signal.c (thread_count): New variable.
17691 (thread_count_mutex, thread_count_condvar): New variables.
17692 (incr_thread_count, wait_all_threads_running): New functions.
17693 (main): Wait for all threads to be in their thread functions.
17694
17695 2014-09-13 Doug Evans <xdje42@gmail.com>
17696
17697 * gdb.threads/queue-signal.c: New file.
17698 * gdb.threads/queue-signal.exp: New file.
17699
17700 2014-09-13 Doug Evans <xdje42@gmail.com>
17701
17702 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17703 be consistent with what default_gdb_init uses.
17704 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17705 the plain text of the prompt. Add some logging printfs.
17706 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17707
17708 2014-09-12 Pedro Alves <palves@redhat.com>
17709
17710 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17711 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17712 * gdb.arch/i386-size-overlap.exp: Likewise.
17713 * gdb.arch/i386-size.exp: Likewise.
17714 * gdb.arch/i386-unwind.exp: Likewise.
17715 * gdb.base/a2-run.exp: Likewise.
17716 * gdb.base/break.exp: Likewise.
17717 * gdb.base/charset.exp: Likewise.
17718 * gdb.base/chng-syms.exp: Likewise.
17719 * gdb.base/commands.exp: Likewise.
17720 * gdb.base/dbx.exp: Likewise.
17721 * gdb.base/find.exp: Likewise.
17722 * gdb.base/funcargs.exp: Likewise.
17723 * gdb.base/jit-simple.exp: Likewise.
17724 * gdb.base/reread.exp: Likewise.
17725 * gdb.base/sepdebug.exp: Likewise.
17726 * gdb.base/step-bt.exp: Likewise.
17727 * gdb.cp/mb-inline.exp: Likewise.
17728 * gdb.cp/mb-templates.exp: Likewise.
17729 * gdb.objc/basicclass.exp: Likewise.
17730 * gdb.threads/killed.exp: Likewise.
17731
17732 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17733
17734 PR tdep/17379
17735 * gdb.arch/powerpc-stackless.S: New file.
17736 * gdb.arch/powerpc-stackless.exp: New file.
17737
17738 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17739
17740 * gdb.base/attach.c: Include unistd.h.
17741 (main): Call alarm. Add label postloop.
17742 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17743 gdb_breakpoint, gdb_continue_to_breakpoint.
17744 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17745
17746 2014-09-11 Pedro Alves <palves@redhat.com>
17747
17748 PR gdb/17347
17749 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17750 * gdb.base/attach.exp (test_command_line_attach_run): New
17751 procedure.
17752 (top level): Call it.
17753
17754 2014-09-11 Pedro Alves <palves@redhat.com>
17755
17756 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17757 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17758 (do_command_attach_tests): Use spawn_wait_for_attach.
17759 * gdb.base/solib-overlap.exp: Likewise.
17760 * gdb.multi/multi-attach.exp: Likewise.
17761 * gdb.python/py-prompt.exp: Likewise.
17762 * gdb.python/py-sync-interp.exp: Likewise.
17763 * gdb.server/ext-attach.exp: Likewise.
17764
17765 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17766
17767 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17768 command in testcase. Simplify testcase.
17769
17770 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17771
17772 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17773
17774 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17775
17776 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17777
17778 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17779
17780 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17781
17782 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17783
17784 * gdb.dwarf2/dynarr-ptr.c: New file.
17785 * gdb.dwarf2/dynarr-ptr.exp: New file.
17786
17787 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17788
17789 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17790 of 30 rather than hardcoding 120 for a slow test case. Take the
17791 `gdb,timeout' target setting into account for this calculation.
17792 Don't extend the timeout for the test cases that don't need it.
17793
17794 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17795
17796 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17797 a factor of 2 for a slow test case. Take the `gdb,timeout'
17798 target setting into account for this calculation.
17799 * gdb.reverse/until-precsave.exp: Increase the timeout by
17800 a factor of 15 and 3 respectively rather than adding 120
17801 for a pair of slow test cases. Take the `gdb,timeout'
17802 target setting into account for this calculation.
17803
17804 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17805
17806 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17807 timeout, don't pass one down to gdb_expect.
17808 (gdb_expect): Rework timeout selection.
17809
17810 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17811
17812 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17813 exception on timeout.
17814 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17815 (gdbserver_start_extended): Catch any `gdbserver_start' error
17816 exceptions.
17817 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17818 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17819 `gdbserver_gdb_load' error exceptions.
17820
17821 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17822
17823 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17824 120 on waiting for the TCP socket to open.
17825
17826 2014-09-09 Doug Evans <xdje42@gmail.com>
17827
17828 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17829 _caller_matches, _any_caller_is, _any_caller_matches.
17830
17831 2014-09-09 Doug Evans <xdje42@gmail.com>
17832
17833 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17834
17835 2014-09-09 Yao Qi <yao@codesourcery.com>
17836
17837 * gdb.mi/mi-var-display.exp: Set print symbol off.
17838
17839 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17840
17841 PR gdb/17035
17842 * gdb.base/commands.exp: Add tests to verify user-defined
17843 commands with empty bodies.
17844 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17845 python commands in `show user command`.
17846 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17847 scheme commands in `show user command`.
17848
17849 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17850
17851 PR python/17355
17852 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17853 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17854 * gdb.python/py-framefilter-invalidarg.exp: New file.
17855 * gdb.python/py-framefilter-invalidarg.py: New file.
17856
17857 2014-09-06 Doug Evans <xdje42@gmail.com>
17858
17859 PR 15276
17860 * gdb.python/py-caller-is.c: New file.
17861 * gdb.python/py-caller-is.exp: New file.
17862
17863 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17864
17865 PR gdb/17235
17866 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17867 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17868
17869 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17870
17871 PR fortran/17237
17872 * gdb.fortran/print-formatted.exp: New file.
17873 * gdb.fortran/print-formatted.f90: Likewise.
17874
17875 2014-09-03 Sasha Smundak <asmundak@google.com>
17876
17877 * gdb.python/py-frame.exp: Test Frame.read_register.
17878
17879 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17880
17881 PR python/16699
17882 * gdb.python/py-completion.exp: New file.
17883 * gdb.python/py-completion.py: Likewise.
17884
17885 2014-08-28 Doug Evans <dje@google.com>
17886
17887 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17888 eax,etc. are live with values set by gdb and thus the compiler can't
17889 use them.
17890 * gdb.arch/i386-pseudo.c (main): Ditto.
17891
17892 2014-08-27 Doug Evans <dje@google.com>
17893
17894 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17895
17896 2014-08-25 Doug Evans <dje@google.com>
17897
17898 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17899 (main): Ditto.
17900
17901 2014-08-25 Doug Evans <dje@google.com>
17902
17903 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17904
17905 2014-08-24 Yao Qi <yao@codesourcery.com>
17906
17907 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17908 symbol off.
17909 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17910
17911 2014-08-22 Doug Evans <dje@google.com>
17912
17913 PR 17276
17914 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17915 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17916 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17917
17918 2014-08-22 Yao Qi <yao@codesourcery.com>
17919
17920 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17921 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17922 * gdb.python/python.exp: Likewise. Use .py file on the host
17923 instead of the build.
17924
17925 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17926
17927 * gdb.threads/gcore-stale-thread.c: New file.
17928 * gdb.threads/gcore-stale-thread.exp: New file.
17929
17930 2014-08-21 Pedro Alves <palves@redhat.com>
17931
17932 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17933 * gdb.base/gcore-relro-pie.exp: Likewise.
17934 * gdb.base/gcore-relro.exp: Likewise.
17935 * gdb.base/gcore.exp: Likewise.
17936 * gdb.base/print-symbol-loading.exp: Likewise.
17937 * gdb.threads/gcore-thread.exp: Likewise.
17938 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17939
17940 2014-08-20 Pedro Alves <palves@redhat.com>
17941 Jan Kratochvil <jan.kratochvil@redhat.com>
17942
17943 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17944 configure.
17945 (EXPECT): Handle READ1 being set.
17946 (all): Depend on EXTRA_RULES.
17947 (check-read1, expect-read1, read1.so, read1): New rules.
17948 * README (Testsuite Parameters): Document the READ1 make variable.
17949 (Race detection): New section.
17950 * configure: Regenerate.
17951 * configure.ac: If build==host==target, and running under a
17952 GNU/glibc system, add read1 to the extra Makefile rules.
17953 (EXTRA_RULES): AC_SUBST it.
17954 * lib/read1.c: New file.
17955
17956 2014-08-20 Joel Brobecker <brobecker@adacore.com>
17957
17958 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17959 the handling of variables declared as a typedef to an array
17960 which a DW_AT_data_location attribute.
17961
17962 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
17963 Pedro Alves <palves@redhat.com>
17964
17965 PR symtab/14604
17966 PR symtab/14605
17967 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17968 gdb_test.
17969
17970 2014-08-19 Pedro Alves <palves@redhat.com>
17971
17972 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17973
17974 2014-08-19 Yao Qi <yao@codesourcery.com>
17975
17976 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17977 right line.
17978
17979 2014-08-18 David Blaikie <dblaikie@gmail.com>
17980
17981 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17982
17983 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17984
17985 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17986 attribute in array range.
17987
17988 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17989
17990 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17991
17992 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17993
17994 PR c++/17132
17995 * gdb.cp/pr17132.cc: New file.
17996 * gdb.cp/pr17132.exp: New file.
17997
17998 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17999
18000 * gdb.python/py-xmethods.py (A_getarrayind)
18001 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18002 Use 'print' with function call syntax.
18003 (E_method_matcher.match): Fix tab vs space indentation mixup.
18004
18005 2014-08-15 Yao Qi <yao@codesourcery.com>
18006
18007 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18008 false.
18009
18010 2014-08-15 Yao Qi <yao@codesourcery.com>
18011
18012 * gdb.cp/casts.exp: Set print symbol off.
18013 * gdb.cp/class2.exp: Likewise.
18014 * gdb.cp/overload.exp: Likewise.
18015 * gdb.cp/templates.exp: Likewise.
18016
18017 2014-08-11 Doug Evans <dje@google.com>
18018
18019 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18020 (test_load_shlib): Update.
18021
18022 2014-08-09 Yao Qi <yao@codesourcery.com>
18023
18024 * gdb.base/display.exp: Invoke is_address_zero_readable.
18025 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18026 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18027 * gdb.base/hbreak-unmapped.exp: Return if
18028 is_address_zero_readable returns true.
18029 * gdb.base/signest.exp: Likewise.
18030 * gdb.base/signull.exp: Likewise.
18031 * gdb.base/sigbpt.exp: Likewise.
18032 * gdb.guile/scm-disasm.exp: Do the test if
18033 is_address_zero_readable returns false.
18034 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18035 * gdb.python/py-arch.exp: Likewise.
18036 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18037 * lib/gdb.exp (is_address_zero_readable): New proc.
18038
18039 2014-08-09 Yao Qi <yao@codesourcery.com>
18040
18041 PR testsuite/13443
18042 * gdb.mi/mi-var-display.exp: Make test messages unique.
18043
18044 2014-08-04 Tom Tromey <tromey@redhat.com>
18045
18046 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18047 target 0".
18048
18049 2014-08-04 Tom Tromey <tromey@redhat.com>
18050
18051 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18052 "target_resume".
18053
18054 2014-08-01 Joel Brobecker <brobecker@adacore.com>
18055
18056 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18057 inner_vla_struct_object_size.
18058 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18059 as xfail.
18060
18061 2014-07-30 Pedro Alves <palves@redhat.com>
18062
18063 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18064 comment.
18065
18066 2014-07-29 Yao Qi <yao@codesourcery.com>
18067
18068 PR gdb/17206
18069 * gdb.base/until-nodebug.exp: New.
18070
18071 2014-07-28 Doug Evans <xdje42@gmail.com>
18072
18073 PR guile/17203
18074 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18075 previously existing parameter, and previously ambiguously spelled
18076 parameter.
18077
18078 2014-07-28 Will Newton <will.newton@linaro.org>
18079
18080 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18081
18082 2014-07-26 Ludovic Courtès <ludo@gnu.org>
18083 Doug Evans <xdje42@gmail.com>
18084
18085 PR guile/17146
18086 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18087
18088 2014-07-25 Pedro Alves <palves@redhat.com>
18089
18090 * gdb.threads/signal-command-handle-nopass.c: New file.
18091 * gdb.threads/signal-command-handle-nopass.exp: New file.
18092 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18093 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18094 * gdb.threads/signal-delivered-right-thread.c: New file.
18095 * gdb.threads/signal-delivered-right-thread.exp: New file.
18096
18097 2014-07-25 Pedro Alves <palves@redhat.com>
18098
18099 * gdb.base/double-prompt-target-event-error.exp
18100 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18101 match.
18102 (cancel_pagination_in_target_event): Rework double prompt
18103 detection.
18104 * gdb.base/paginate-after-ctrl-c-running.exp
18105 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18106 <return>' match.
18107 * gdb.base/paginate-bg-execution.exp
18108 (test_bg_execution_pagination_return)
18109 (test_bg_execution_pagination_cancel): Remove '-notransfer
18110 <return>' matches.
18111 * gdb.base/paginate-execution-startup.exp
18112 (test_fg_execution_pagination_return)
18113 (test_fg_execution_pagination_cancel): Remove '-notransfer
18114 <return>' matches.
18115 * gdb.base/paginate-inferior-exit.exp
18116 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18117 match.
18118 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18119 * lib/gdb.exp (pagination_prompt): Run text through
18120 string_to_regexp.
18121 (gdb_test_multiple): Match $pagination_prompt instead of
18122 "<return>".
18123 (string_to_regexp): Move to lib/gdb-utils.exp.
18124
18125 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18126
18127 * gdb.arch/amd64-entry-value-paramref.S: New file.
18128 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18129 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18130 * gdb.arch/amd64-optimout-repeat.S: New file.
18131 * gdb.arch/amd64-optimout-repeat.c: New file.
18132 * gdb.arch/amd64-optimout-repeat.exp: New file.
18133
18134 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18135
18136 PR gdb/17170
18137 * gdb.base/statistics.exp: New file.
18138
18139 2014-07-17 Doug Evans <dje@google.com>
18140
18141 PR gdb/17170
18142 * gdb.base/maint.exp: Update testing of per-command stats.
18143
18144 2014-07-16 Pedro Alves <palves@redhat.com>
18145
18146 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18147 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18148 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18149 (tfile_write_buf): New functions.
18150 (add_memory_block): Rewrite using the above.
18151 (adjust_function_address): New function.
18152 (FUNCTION_ADDRESS): New macro.
18153 (write_basic_trace_file): Remove short_x local, and use
18154 tfile_write_16. Change type of func_addr local to unsigned long
18155 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18156 here. Cast argument of add_memory_block to char pointer.
18157 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18158 (main): Remove parameters.
18159 * gdb.trace/tfile.exp: Remove nowarnings.
18160
18161 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18162
18163 * gdb.base/debug-expr.exp: Test string evaluation with
18164 "debug expression" on.
18165
18166 2014-07-15 Pedro Alves <palves@redhat.com>
18167
18168 * gdb.base/reread.exp: Use clean_restart.
18169
18170 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18171
18172 * gdb.arch/avr-flash-qualifer.c: New.
18173 * gdb.arch/avr-flash-qualifer.exp: New.
18174
18175 2014-07-14 Pedro Alves <palves@redhat.com>
18176
18177 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18178 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18179
18180 2014-07-14 Pedro Alves <palves@redhat.com>
18181
18182 * gdb.base/double-prompt-target-event-error.c: New file.
18183 * gdb.base/double-prompt-target-event-error.exp: New file.
18184
18185 2014-07-14 Pedro Alves <palves@redhat.com>
18186
18187 PR gdb/17072
18188 * gdb.base/paginate-inferior-exit.c: New file.
18189 * gdb.base/paginate-inferior-exit.exp: New file.
18190
18191 2014-07-14 Pedro Alves <palves@redhat.com>
18192
18193 PR gdb/17072
18194 * gdb.base/paginate-bg-execution.c: New file.
18195 * gdb.base/paginate-bg-execution.exp: New file.
18196
18197 2014-07-14 Pedro Alves <palves@redhat.com>
18198
18199 PR gdb/17072
18200 * gdb.base/paginate-execution-startup.c: New file.
18201 * gdb.base/paginate-execution-startup.exp: New file.
18202 * lib/gdb.exp (pagination_prompt): New global.
18203 (default_gdb_spawn): New procedure, factored out from
18204 default_gdb_spawn.
18205 (default_gdb_start): Adjust to call default_gdb_spawn.
18206 (gdb_spawn): New procedure.
18207
18208 2014-07-14 Pedro Alves <palves@redhat.com>
18209
18210 * lib/gdb.exp (gdb_assert): New procedure.
18211 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18212
18213 2014-07-14 Pedro Alves <palves@redhat.com>
18214
18215 * gdb.base/execution-termios.c: New file.
18216 * gdb.base/execution-termios.exp: New file.
18217
18218 2014-07-14 Tom Tromey <tromey@redhat.com>
18219
18220 * gdb.cp/vla-cxx.cc: New file.
18221 * gdb.cp/vla-cxx.exp: New file.
18222
18223 2014-07-14 Tom Tromey <tromey@redhat.com>
18224
18225 * gdb.reverse/rerun-prec.c: New file.
18226 * gdb.reverse/rerun-prec.exp: New file.
18227
18228 2014-07-12 Maciej W. Rozycki <macro@mips.com>
18229 Maciej W. Rozycki <macro@codesourcery.com>
18230
18231 * lib/gdb-utils.exp: New file.
18232 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18233 inline `gdb_init_command' processing.
18234 (gdb_start_cmd): Likewise.
18235 * lib/mi-support.exp (mi_run_cmd): Likewise.
18236 * README: Document `gdb_init_command' and `gdb_init_commands'.
18237
18238 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18239
18240 Fix false FAIL running under a very long directory name.
18241 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18242 and "set print elements 10000". Twice.
18243
18244 2014-07-11 Yao Qi <yao@codesourcery.com>
18245
18246 * gdb.base/exprs.exp: "set print symbol off".
18247
18248 2014-07-11 Pedro Alves <palves@redhat.com>
18249
18250 * gdb.threads/kill.c: New file.
18251 * gdb.threads/kill.exp: New file.
18252
18253 2014-07-10 Yao Qi <yao@codesourcery.com>
18254
18255 * gdb.trace/tfile.c (write_basic_trace_file)
18256 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18257 address written to trace file.
18258
18259 2014-07-09 Pedro Alves <palves@redhat.com>
18260
18261 * gdb.base/attach-wait-input.exp: New file.
18262 * gdb.base/attach-wait-input.c: New file.
18263
18264 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18265
18266 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18267 setting up test structures.
18268 (main): Call new test function.
18269 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18270 test function, continue into test function and walk test
18271 structures.
18272
18273 2014-07-02 Yao Qi <yao@codesourcery.com>
18274
18275 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18276 'bar_start' at the beginning of functions 'foo' and 'bar'
18277 respectively.
18278 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18279 instead of 'foo' and 'bar'.
18280
18281 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18282
18283 * gdb.btrace/segv.exp: New.
18284 * gdb.btrace/segv.c: New.
18285
18286 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
18287
18288 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18289 instruction.
18290
18291 2014-06-30 Mark Wielaard <mjw@redhat.com>
18292
18293 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18294 vulture, vilify, villar): New volatile array constants.
18295 (vindictive, vegetation): New const volatile array constants.
18296 * gdb.base/volatile.exp: Test volatile and const volatile array
18297 types.
18298
18299 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18300
18301 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18302 target lacks support for awatch, rwatch, or hbreak.
18303
18304 2014-06-27 Yao Qi <yao@codesourcery.com>
18305
18306 * gdb.multi/dummy-frame-restore.exp: New.
18307 * gdb.multi/dummy-frame-restore.c: New.
18308
18309 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18310
18311 * gdb.btrace/gcore.exp: New.
18312
18313 2014-06-23 Pedro Alves <palves@redhat.com>
18314
18315 * gdb.base/watchpoint-reuse-slot.c: New file.
18316 * gdb.base/watchpoint-reuse-slot.exp: New file.
18317
18318 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18319
18320 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18321 progspace's filename in 'info', 'enable' and 'disable' command
18322 tests.
18323
18324 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18325
18326 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18327 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18328 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18329
18330 2014-06-20 Gary Benson <gbenson@redhat.com>
18331
18332 * gdb.arch/i386-avx.exp: Fix include file location.
18333 * gdb.arch/i386-sse.exp: Likewise.
18334
18335 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18336
18337 * gdb.dlang/expression.exp: New file.
18338
18339 2014-06-19 Pedro Alves <palves@redhat.com>
18340
18341 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18342 out from ...
18343 (top level): ... here. Iterate running tests under different
18344 scheduler-locking settings.
18345
18346 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
18347
18348 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18349 to DW_FORM_addr and use non-zero addresses.
18350
18351 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18352
18353 PR gdb/17017
18354 * gdb.python/py-xmethods.cc: Add global function call counters and
18355 increment them in their respective functions. Remove "cout"
18356 statements.
18357 * gdb.python/py-xmethods.exp: Make tests check the global function
18358 call counters instead of depending on inferior IO.
18359
18360 2014-06-18 Don Breazeal <donb@codesourcery.com>
18361
18362 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18363 Deleted procedure.
18364 (explicit_fork_parent_follow): Deleted procedure.
18365 (explicit_fork_child_follow): Deleted procedure.
18366 (test_follow_fork): New procedure.
18367 (do_fork_tests): Replace calls to deleted procedures with
18368 calls to test_follow_fork and reset GDB for subsequent
18369 procedure calls.
18370
18371 2014-06-17 Yao Qi <yao@codesourcery.com>
18372
18373 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18374 CP1252.
18375
18376 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
18377
18378 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18379 Initialize ptr and S explicitly.
18380 (skip_type_update_when_not_use_rtti_test): Likewise.
18381
18382 2014-06-16 Keith Seitz <keiths@redhat.com>
18383
18384 PR mi/15863
18385 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18386 the inferior is started.
18387
18388 2014-06-16 Pedro Alves <palves@redhat.com>
18389
18390 * gdb.base/break-main-file-remove-fail.c: New file.
18391 * gdb.base/break-main-file-remove-fail.exp: New file.
18392 * gdb.base/break-unload-file.exp: Use build_executable instead of
18393 prepare_for_testing.
18394 (test_break): New parameter "initial_load". Handle it.
18395 (top level): Add initial_load cmdline/file axis.
18396
18397 2014-06-12 Tom Tromey <tromey@redhat.com>
18398
18399 * gdb.base/completion.exp: Don't use directory name in test.
18400
18401 2014-06-09 Gary Benson <gbenson@redhat.com>
18402
18403 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18404 separate the always-available ANSI-standard signals from the
18405 signals that require checking.
18406 (main): Likewise.
18407 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18408 Likewise.
18409 (main): Likewise.
18410
18411 2014-06-07 Keith Seitz <keiths@redhat.com>
18412
18413 Revert:
18414 PR c++/16253
18415 * gdb.cp/var-tag.cc: New file.
18416 * gdb.cp/var-tag.exp: New file.
18417 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18418 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18419 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18420 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18421
18422 2014-06-06 Doug Evans <xdje42@gmail.com>
18423
18424 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18425
18426 2014-06-06 Pedro Alves <palves@redhat.com>
18427
18428 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18429 in target debug output instead of looking at RSP packets,
18430 disabling the test on any target that uses hardware stepping.
18431 Update comments.
18432
18433 2014-06-06 Pedro Alves <palves@redhat.com>
18434
18435 * gdb.base/break-unload-file.exp: Fix typo.
18436
18437 2014-06-06 Yao Qi <yao@codesourcery.com>
18438
18439 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18440 from "jit_function" to "^jit_function".
18441
18442 2014-06-06 Yao Qi <yao@codesourcery.com>
18443
18444 * gdb.base/async.c (foo): Add one statement.
18445 * gdb.base/async.exp: Get the next instruction address and
18446 match the output of "nexti" by instruction address. Match
18447 the hex address in the output of "finish".
18448
18449 2014-06-06 Gary Benson <gbenson@redhat.com>
18450
18451 * gdb.base/call-signals.c: Remove preprocessor conditionals
18452 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18453 SIGSEGV and SIGTERM.
18454 * gdb.base/sigall.c: Likewise.
18455 * gdb.base/unwindonsignal.c: Likewise.
18456 * gdb.reverse/sigall-reverse.c: Likewise.
18457
18458 2014-06-06 Yao Qi <yao@codesourcery.com>
18459
18460 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18461 readable, skip the test.
18462
18463 2014-06-06 Yao Qi <yao@codesourcery.com>
18464
18465 * gdb.threads/staticthreads.c (thread_function): Move the line
18466 setting breakpoint on forward.
18467 * gdb.threads/staticthreads.exp: Update comments.
18468
18469 2014-06-05 Ludovic Courtès <ludo@gnu.org>
18470
18471 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18472 "history-append! type error".
18473
18474 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18475
18476 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18477 erroneous dprintf expected input.
18478
18479 2014-06-04 Doug Evans <xdje42@gmail.com>
18480
18481 * gdb.guile/scm-generics.exp: Delete.
18482
18483 2014-06-04 Doug Evans <xdje42@gmail.com>
18484
18485 * gdb.guile/scm-breakpoint.exp: Update.
18486 Add tests for breakpoint registration.
18487
18488 2014-06-04 Tom Tromey <tromey@redhat.com>
18489
18490 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18491 VLA-in-union.
18492 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18493 inner_vla_struct, vla_union types. Initialize objects of those
18494 types and compute their sizes.
18495
18496 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18497 Hui Zhu <hui@codesourcery.com>
18498
18499 * gdb.base/fileio.exp: Add test for shell not available as well as
18500 available.
18501 * gdb.base/fileio.c (test_system): Check for shell twice.
18502
18503 2014-06-04 Yao Qi <yao@codesourcery.com>
18504
18505 * gdb.base/auto-connect-native-target.exp: Remove redundant
18506 space from the regexp pattern.
18507
18508 2014-06-04 Yao Qi <yao@codesourcery.com>
18509
18510 * gdb.base/default.exp: Replace "child" with "native" in
18511 regexp pattern.
18512
18513 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18514
18515 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18516 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18517 * gdb.python/py-xmethods.py: Python script supporting the
18518 new testcase and tests.
18519
18520 2014-06-03 Joel Brobecker <brobecker@adacore.com>
18521 Pedro Alves <palves@redhat.com>
18522
18523 PR breakpoints/17000
18524 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18525 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18526
18527 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18528
18529 * gdb.base/subst.exp: Add tests to verify partial path matching
18530 output.
18531
18532 2014-06-03 Pedro Alves <palves@redhat.com>
18533
18534 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18535 target that doesn't use software single-stepping.
18536
18537 2014-06-03 Pedro Alves <palves@redhat.com>
18538
18539 PR breakpoints/17000
18540 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18541 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18542
18543 2014-06-02 Doug Evans <xdje42@gmail.com>
18544
18545 * gdb.guile/scm-parameter.exp: New file.
18546
18547 2014-06-02 Doug Evans <xdje42@gmail.com>
18548
18549 * gdb.guile/scm-cmd.c: New file.
18550 * gdb.guile/scm-cmd.exp: New file.
18551
18552 2014-06-02 Doug Evans <xdje42@gmail.com>
18553
18554 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18555 pretty-printer lookup.
18556 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18557 (make-pp_s-printer): Call it.
18558 (make-pretty-printer-from-dict): New function.
18559 (lookup-pretty-printer-maker-from-dict): New function.
18560 (*pretty-printer*): Simplify.
18561 (make-objfile-pp_s-printer): New function.
18562 (install-objfile-pretty-printers!): New function.
18563 (make-progspace-pp_s-printer): New function.
18564 (install-progspace-pretty-printers!): New function.
18565 * gdb.guile/scm-progspace.c: New file.
18566 * gdb.guile/scm-progspace.exp: New file.
18567
18568 2014-06-02 Pedro Alves <palves@redhat.com>
18569
18570 * gdb.base/dprintf-bp-same-addr.c: New file.
18571 * gdb.base/dprintf-bp-same-addr.exp: New file.
18572
18573 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18574
18575 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18576 * gdb.arch/powerpc-power.s: Likewise.
18577
18578 2014-06-02 Joel Brobecker <brobecker@adacore.com>
18579
18580 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18581
18582 2014-06-01 Yao Qi <yao@codesourcery.com>
18583
18584 * gdb.base/watchpoint.exp (test_watch_location): Check null
18585 pointer can be dereferenced. If not, do the test, otherwise
18586 skip it.
18587
18588 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18589
18590 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18591 results.
18592 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18593
18594 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18595
18596 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18597 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18598 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18599 * gdb.arch/amd64-invalid-stack-top.c: New file.
18600 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18601
18602 2014-05-30 Pedro Alves <palves@redhat.com>
18603
18604 PR breakpoints/17000
18605 * gdb.base/sss-bp-on-user-bp.c: New file.
18606 * gdb.base/sss-bp-on-user-bp.exp: New file.
18607
18608 2014-05-30 David Blaikie <dblaikie@gmail.com>
18609
18610 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18611 gnu_inline semantics via attribute.
18612 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18613 source explicitly specifies the required semantics.
18614
18615 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18616
18617 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18618
18619 2014-05-29 Pedro Alves <palves@redhat.com>
18620 Tom Tromey <tromey@redhat.com>
18621
18622 * gdb.base/async-shell.exp: Don't enable target-async.
18623 * gdb.base/async.exp
18624 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18625 parameter. Adjust.
18626 (top level): Don't test with "target-async".
18627 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18628 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18629 * gdb.base/inferior-died.exp: Don't enable target-async.
18630 * gdb.base/interrupt-noterm.exp: Likewise.
18631 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18632 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18633 * gdb.mi/mi-nonstop.exp: Likewise.
18634 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18635 * gdb.mi/mi-nsintrall.exp: Likewise.
18636 * gdb.mi/mi-nsmoribund.exp: Likewise.
18637 * gdb.mi/mi-nsthrexec.exp: Likewise.
18638 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18639 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18640 * gdb.python/py-evsignal.exp: Don't enable target-async.
18641 * gdb.python/py-evthreads.exp: Likewise.
18642 * gdb.python/py-prompt.exp: Likewise.
18643 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18644 * gdb.server/solib-list.exp: Don't enable target-async.
18645 * gdb.threads/thread-specific-bp.exp: Likewise.
18646 * lib/mi-support.exp: Adjust to use mi-async.
18647
18648 2014-05-29 Pedro Alves <palves@redhat.com>
18649
18650 PR gdb/13860
18651 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18652 reason, even in sync mode.
18653
18654 2014-05-29 Pedro Alves <palves@redhat.com>
18655 Hui Zhu <hui@codesourcery.com>
18656
18657 PR PR15693
18658 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18659 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18660 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18661 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18662
18663 2014-05-28 Joel Brobecker <brobecker@adacore.com>
18664
18665 * config/monitor.exp (gdb_target_monitor): Replace use of
18666 "set remotebaud" by "set serial baud".
18667
18668 2014-05-26 Andy Wingo <wingo@igalia.com>
18669
18670 * gdb.guile/scm-breakpoint.exp:
18671 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18672 properties instead of gdb-object-properties.
18673
18674 2014-05-26 Yao Qi <yao@codesourcery.com>
18675
18676 * gdb.server/no-thread-db.exp: Specify source file name
18677 explicitly when setting a breakpoint.
18678
18679 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18680
18681 * gdb.btrace/vdso.c: New.
18682 * gdb.btrace/vdso.exp: New.
18683
18684 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18685
18686 * gdb.base/gcore.exp (capture_command_output): Move ...
18687 * lib/gdb.exp (capture_command_output): ... here.
18688
18689 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18690
18691 * gdb.btrace/data.exp: Test memory access during btrace replay.
18692
18693 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18694
18695 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18696
18697 2014-05-21 Pedro Alves <palves@redhat.com>
18698
18699 PR gdb/13860
18700 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18701 (top level): Test that output related to execution commands is
18702 sent to the console with CLI commands, but not with MI commands.
18703 Test that breakpoint events are always mirrored to the console.
18704 Also expect the new source line to be output after a "next" in
18705 async mode too. Make it a pass/fail test.
18706 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18707 output.
18708 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18709
18710 2014-05-21 Pedro Alves <palves@redhat.com>
18711
18712 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18713 Use them to test variations of "list" after reaching a breakpoint.
18714 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18715 Test "list" with listsize 10 after reaching a breakpoint.
18716 * gdb.python/python.exp (decode_line current location line
18717 number): Adjust expected line number.
18718
18719 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18720
18721 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18722 behavior for $args, pass it directly to "run".
18723
18724 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18725
18726 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18727 30000 to 65536.
18728
18729 2014-05-21 Pedro Alves <palves@redhat.com>
18730
18731 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18732 auto-connect-native-target off".
18733 * gdb.base/auto-connect-native-target.c: New file.
18734 * gdb.base/auto-connect-native-target.exp: New file.
18735
18736 2014-05-21 Pedro Alves <palves@redhat.com>
18737
18738 * gdb.base/default.exp: Test "target native" instead of "target
18739 child".
18740
18741 2014-05-21 Mark Wielaard <mjw@redhat.com>
18742
18743 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18744
18745 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18746
18747 Fix TLS access for -static -pthread.
18748 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18749 <HAVE_TLS> (thread_function, main): Initialize it.
18750 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18751 Add clean_restart.
18752 <$have_tls != "">: Check TLSVAR.
18753
18754 2014-05-21 Pedro Alves <palves@redhat.com>
18755
18756 * gdb.base/dcache-line-read-error.c: New.
18757 * gdb.base/dcache-line-read-error.exp: New.
18758
18759 2014-05-20 Pedro Alves <palves@redhat.com>
18760
18761 * gdb.base/compare-sections.c: New file.
18762 * gdb.base/compare-sections.exp: New file.
18763
18764 2014-05-20 Pedro Alves <palves@redhat.com>
18765
18766 * gdb.base/break-idempotent.c: New file.
18767 * gdb.base/break-idempotent.exp: New file.
18768
18769 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18770
18771 * gdb.btrace/nohist.exp: New.
18772
18773 2014-05-20 Yao Qi <yao@codesourcery.com>
18774
18775 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18776 gdb.reverse directory and gdb_reverse_timeout exists in board
18777 setting.
18778 * README: Document gdb_reverse_timeout.
18779
18780 2014-05-20 Yao Qi <yao@codesourcery.com>
18781
18782 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18783 'test_file_name'. Treat args as a string instead of a list.
18784 (gdb_init): Rename argument 'args' by 'test_file_name'.
18785
18786 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18787
18788 * gdb.arch/powerpc-power.exp: New file.
18789 * gdb.arch/powerpc-power.s: New file.
18790
18791 2014-05-16 Doug Evans <dje@google.com>
18792
18793 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
18794 * gdb.base/completion.exp: Check that all expected files exist
18795 before doing file completion.
18796
18797 2014-05-16 Doug Evans <dje@google.com>
18798
18799 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18800 Update.
18801 (do_syscall_tests_without_xml): Update.
18802
18803 2014-05-16 Pedro Alves <palves@redhat.com>
18804
18805 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18806 instead of "unknown output after running".
18807
18808 2014-05-16 Yao Qi <yao@codesourcery.com>
18809
18810 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18811 file1.txt from host at the end.
18812 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18813
18814 2014-05-15 Doug Evans <dje@google.com>
18815
18816 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18817 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18818 loading file. Add test for TU lookup.
18819
18820 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18821
18822 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18823 calling "-exec-arguments" or "set args" before running the
18824 inferior.
18825
18826 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18827
18828 * lib/mi-support.exp (mi_expect_stop): Expect message for
18829 inferiors that exit with non-zero exit code.
18830
18831 2014-05-14 Yao Qi <yao@codesourcery.com>
18832
18833 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18834 match absolute path on remote host.
18835 (test_file_list_exec_source_files): Remove "/" from the
18836 pattern.
18837
18838 2014-05-14 Yao Qi <yao@codesourcery.com>
18839
18840 * boards/local-remote-host-notty.exp (${board}_file): New
18841 proc.
18842
18843 2014-05-07 Kyle McMartin <kyle@redhat.com>
18844
18845 Pushed by Joel Brobecker <brobecker@adacore.com>.
18846 * gdb.arch/aarch64-atomic-inst.c: New file.
18847 * gdb.arch/aarch64-atomic-inst.exp: New file.
18848
18849 2014-05-07 Yao Qi <yao@codesourcery.com>
18850
18851 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18852 in current context" too.
18853
18854 2014-05-05 Keith Seitz <keiths@redhat.com>
18855
18856 * gdb.linespec/ls-dollar.exp: Add test for linespec
18857 file:convenience_variable.
18858
18859 2014-05-05 Yao Qi <yao@codesourcery.com>
18860
18861 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18862 traceframes into tfile and ctf trace files. Read data from
18863 trace file and test collected data.
18864 (gdb_collect_locals_test): Likewise.
18865 (gdb_unavailable_registers_test): Likewise.
18866 (gdb_unavailable_floats): Likewise.
18867 (gdb_collect_globals_test): Likewise.
18868 (top-level): Append "ctf" to trace_file_targets if GDB
18869 supports.
18870
18871 2014-05-05 Yao Qi <yao@codesourcery.com>
18872
18873 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18874 code to ...
18875 (gdb_collect_args_test_1): ... it. New proc.
18876 (gdb_collect_locals_test): Move some code to ...
18877 (gdb_collect_locals_test_1): ... it. New proc.
18878 (gdb_unavailable_registers_test): Move some code to ...
18879 (gdb_unavailable_registers_test_1): ... it. New proc.
18880 (gdb_unavailable_floats): Move some code to ...
18881 (gdb_unavailable_floats_1): ... it. New proc.
18882
18883 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18884
18885 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18886 probes to test for bitness recognition.
18887 * gdb.arch/amd64-stap-optional-prefix.exp
18888 (test_probe_value_without_reg): New procedure.
18889 Add code to test for different kinds of bitness.
18890
18891 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18892
18893 PR breakpoints/16889
18894 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18895 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18896
18897 2014-05-01 Pedro Alves <palves@redhat.com>
18898
18899 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18900 gdb_file_cmd if no file is specified.
18901 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18902 last_loaded_file to set the remote exec-file.
18903
18904 2014-05-01 Pedro Alves <palves@redhat.com>
18905
18906 * boards/local-remote-host.exp: New file.
18907
18908 2014-05-01 Pedro Alves <palves@redhat.com>
18909
18910 * boards/local-remote-host.exp: Rename to ...
18911 * boards/local-remote-host-notty.exp: ... this.
18912
18913 2014-04-28 Joel Brobecker <brobecker@adacore.com>
18914
18915 * gdb.ada/dyn_arrayidx: New testcase.
18916
18917 2014-04-26 Yao Qi <yao@codesourcery.com>
18918
18919 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18920 and compute the length of function main. Save it in
18921 $main_length.
18922 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18923 (top-level): Use gdb_compile to compile objects into
18924 executable and restart GDB. Remove invocation to
18925 prepare_for_testing.
18926
18927 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18928 Pedro Alves <palves@redhat.com>
18929
18930 PR server/16255
18931 * gdb.multi/multi-attach.c: New file.
18932 * gdb.multi/multi-attach.exp: New file.
18933
18934 2014-04-25 Pedro Alves <palves@redhat.com>
18935
18936 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18937 user.
18938 (top level): Test that "set remote conditional-breakpoints-packet
18939 off" works as intended.
18940 * gdb.base/dprintf.exp: Test that "set remote
18941 breakpoint-commands-packet off" works as intended.
18942 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18943 New function.
18944 (top level): Call it.
18945 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18946 remote fast-tracepoints-packet off" works as intended.
18947 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18948 * lib/gdb.exp (gdb_is_target_remote): ... here.
18949
18950 2014-04-24 David Blaikie <dblaikie@gmail.com>
18951
18952 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18953 ensure clang would not discard them.
18954 * gdb.base/gdbvars.c: Ditto.
18955 * gdb.base/memattr.c: Ditto.
18956 * gdb.base/whatis.c: Ditto.
18957 * gdb.python/py-prettyprint.c: Ditto.
18958 * gdb.trace/actions.c: Ditto.
18959 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18960 ensure clang would not discard it.
18961
18962 2014-04-24 David Blaikie <dblaikie@gmail.com>
18963
18964 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18965 clang to emit the full definition of type required by the test
18966 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18967
18968 2014-04-24 David Blaikie <dblaikie@gmail.com>
18969
18970 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18971 coax Clang into emitting the definition of the type.
18972 * gdb.cp/pr10728-x.h (y): Ditto.
18973 * gdb.cp/pr10728-y.cc (y): Ditto.
18974
18975 2014-04-24 David Blaikie <dblaikie@gmail.com>
18976
18977 * gdb.base/label.exp: XFAIL label related tests under Clang.
18978 * gdb.cp/cplabel.exp: Ditto.
18979 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18980 under Clang those using labels.
18981
18982 2014-04-25 Yao Qi <yao@codesourcery.com>
18983
18984 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18985 double_label.
18986 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18987 partial_label and double_label.
18988
18989 2014-04-24 David Blaikie <dblaikie@gmail.com>
18990
18991 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18992
18993 2014-04-24 David Blaikie <dblaikie@gmail.com>
18994
18995 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18996 of the function to work across GCC and Clang.
18997 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18998 pointer types (const void ** const V void **).
18999
19000 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
19001 Walfred Tedeschi <walfred.tedeschi@intel.com>
19002
19003 * Makefile.in (EXECUTABLES): Added i386-avx512.
19004 * gdb.arch/i386-avx512.c: New file.
19005 * gdb.arch/i386-avx512.exp: Likewise.
19006
19007 2014-04-23 Keith Seitz <keiths@redhat.com>
19008
19009 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19010 (mi_make_breakpoint_table): New procedure.
19011 (mi_create_breakpoint): Use mi_make_breakpoint
19012 and return the result.
19013 (mi_make_breakpoint): New procedure.
19014 (mi_build_kv_pairs): New procedure.
19015
19016 * gdb.mi/mi-break.exp: Remove unused globals,
19017 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19018 All callers updated.
19019 * gdb.mi/mi-dprintf.exp: Use variable to track command
19020 number.
19021 Update all callers of mi_create_breakpoint and use
19022 mi_make_breakpoint_table.
19023 Remove any unused global variables.
19024 * gdb.mi/mi-nonstop.exp: Likewise.
19025 * gdb.mi/mi-nsintrall.exp: Likewise.
19026 * gdb.mi/mi-nsmoribund.exp: Likewise.
19027 * gdb.mi/mi-nsthrexec.exp: Likewise.
19028 * gdb.mi/mi-reverse.exp: Likewise.
19029 * gdb.mi/mi-simplerun.exp: Likewise.
19030 * gdb.mi/mi-stepn.exp: Likewise.
19031 * gdb.mi/mi-syn-frame.exp: Likewise.
19032 * gdb.mi/mi-until.exp: Likewise.
19033 * gdb.mi/mi-var-cp.exp: Likewise.
19034 * gdb.mi/mi-var-display.exp: Likewise.
19035 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19036 * gdb.mi/mi2-var-child.exp: Likewise.
19037 * gdb.mi/mi-vla-c99.exp: Likewise.
19038 * lib/mi-support.exp: Likewise.
19039
19040 From Ian Lance Taylor <iant@cygnus.com>:
19041 * lib/gdb.exp (parse_args): New procedure.
19042
19043 2014-04-23 Pedro Alves <palves@redhat.com>
19044
19045 * gdb.base/break-unload-file.c: New file.
19046 * gdb.base/break-unload-file.exp: New file.
19047 * gdb.base/sym-file-lib.c (baz): New function.
19048 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19049 field.
19050 (load): Store the segment's mapped size.
19051 (unload): New function.
19052 (unload_shlib): New function.
19053 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19054 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19055 set a breakpoint at baz, and call it.
19056 * gdb.base/sym-file.exp: New tests for stale breakpoint
19057 instructions.
19058
19059 2014-04-23 Pedro Alves <palves@redhat.com>
19060
19061 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19062 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19063 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19064 * gdb.base/hbreak-unmapped.c: New file.
19065 * gdb.base/hbreak-unmapped.exp: New file.
19066 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19067 * lib/gdb.exp (gdb_is_target_remote): ... here.
19068
19069 2014-04-22 Pedro Alves <palves@redhat.com>
19070
19071 * gdb.base/consecutive-step-over.c: New file.
19072 * gdb.base/consecutive-step-over.exp: New file.
19073
19074 2014-04-22 Pedro Alves <palves@redhat.com>
19075
19076 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19077 instead of send_gdb/gdb_expect.
19078
19079 2014-04-22 Yao Qi <yao@codesourcery.com>
19080
19081 * lib/trace-support.exp (generate_tracefile): New procedure.
19082 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19083 return 0.
19084 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19085 if generate_tracefile returns 1.
19086
19087 2014-04-18 Tom Tromey <palves@redhat.com>
19088 Pedro alves <tromey@redhat.com>
19089
19090 PR backtrace/15558
19091 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19092 with a backtrace limit.
19093 * gdb.python/py-frame-inline.exp: Test running to an inline
19094 function with a backtrace limit, and printing the newest frame.
19095 * gdb.python/py-frame-inline.c (main): Call f.
19096
19097 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19098
19099 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19100
19101 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19102
19103 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19104 Drop prefix from unsupported source file path.
19105
19106 2014-04-17 Yao Qi <yao@codesourcery.com>
19107
19108 * lib/gdb.exp (with_target_charset): New proc.
19109 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19110 with_target_charset.
19111 (test_print_strings): Likewise.
19112 (test_repeat_bytes): Likewise.
19113 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19114 for some tests.
19115
19116 2014-04-16 Keith Seitz <keiths@redhat.com>
19117
19118 PR gdb/15827
19119 * gdb.dwarf2/corrupt.c: New file.
19120 * gdb.dwarf2/corrupt.exp: New file.
19121
19122 2014-04-16 Keith Seitz <keiths@redhat.com>
19123
19124 PR c++/16597
19125 * gdb.cp/namelessclass.cc: New file.
19126 * gdb.cp/namelessclass.exp: New file.
19127 * gdb.cp/namelessclass.S: New file.
19128
19129 2014-04-16 Doug Evans <dje@google.com>
19130
19131 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19132 Add comment.
19133 (gdbserver_default_get_comm_port): New function.
19134 (gdbserver_start): Check if board file provided
19135 "gdbserver,get_comm_port" and use it if so.
19136 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19137 (gdb,socketport): Set to "stdio".
19138 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19139 (stdio_gdbserver_template): Delete.
19140 (${board}_get_remote_address): Update.
19141 (${board}_build_remote_cmd): Delete.
19142 (${board}_get_comm_port): New function.
19143 (${board}_spawn): Update.
19144 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19145 Delete.
19146 (${board}_get_remote_address): Update.
19147 (${board}_get_comm_port): New function.
19148
19149 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
19150
19151 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19152 appearing in any order.
19153
19154 2014-04-15 Doug Evans <dje@google.com>
19155
19156 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19157 uninitialized value of "description".
19158
19159 2014-04-15 Keith Seitz <keiths@redhat.com>
19160
19161 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19162 Remove unused globals.
19163 (test_running_the_program): Likewise.
19164 (test_controlled_execution): Likewise.
19165 (test_controlling_breakpoints): Likewise.
19166 (test_program_termination): Likewise.
19167
19168 2014-04-15 Keith Seitz <keiths@redhat.com>
19169
19170 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19171 unused globals.
19172 (test_rbreak_creation_and_listing): Likewise.
19173 (test_ignore_count): Likewise.
19174 (test_error): Likewise.
19175
19176 2014-04-15 Pedro Alves <palves@redhat.com>
19177
19178 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19179 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19180 sym-file-loader.c.
19181 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19182 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19183 to sym-file-loader.c.
19184 (struct library): Forward declare.
19185 (load_shlib, lookup_function): Change prototypes.
19186 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19187 (translate_offset): Remove declarations.
19188 (get_text_addr): New declaration.
19189 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19190 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19191 sym-file-loader.h.
19192 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19193 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19194 here from sym-file-loader.h.
19195 (struct library): New structure.
19196 (load_shlib, lookup_function): Change prototypes and adjust to
19197 work with a struct library.
19198 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19199 (translate_offset): Make static.
19200 (get_text_addr): New function.
19201 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19202
19203 2014-04-15 Pedro Alves <palves@redhat.com>
19204
19205 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19206
19207 2014-04-15 Pedro Alves <palves@redhat.com>
19208
19209 * gdb.base/sym-file-loader.c: Include <limits.h>.
19210 (SELF_LINK): New define.
19211 (get_origin): New function.
19212 (load_shlib): Use it.
19213 * gdb.base/sym-file.exp: Don't early return if the target is
19214 remote. Use runto_main, and issue fail is that fails. Use
19215 gdb_load_shlibs.
19216 (shlib_name): Delete.
19217 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19218
19219 2014-04-15 Pedro Alves <palves@redhat.com>
19220
19221 * gdb.base/sym-file.exp: Remove regex characters from test
19222 message. Don't refer to breakpoint numbers in test messages.
19223
19224 2014-04-14 Keith Seitz <keiths@redhat.com>
19225
19226 PR c++/16253
19227 * gdb.cp/var-tag.cc: New file.
19228 * gdb.cp/var-tag.exp: New file.
19229 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19230 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19231 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19232 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19233
19234 2014-04-14 Tom Tromey <tromey@redhat.com>
19235
19236 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19237 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19238 type.
19239 * gdb.cp/enum-class.exp: New file.
19240 * gdb.cp/enum-class.cc: New file.
19241
19242 2014-04-14 Tom Tromey <tromey@redhat.com>
19243
19244 * gdb.dwarf2/enum-type.exp: New file.
19245
19246 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19247
19248 * gdb.mi/mi-vla-c99.exp: New file.
19249 * gdb.mi/vla.c: New file.
19250
19251 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19252
19253 * gdb.base/vla-datatypes.c: New file.
19254 * gdb.base/vla-datatypes.exp: New file.
19255
19256 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19257
19258 * gdb.base/vla-ptr.c: New file.
19259 * gdb.base/vla-ptr.exp: New file.
19260
19261 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19262
19263 * gdb.dwarf2/count.exp: New file.
19264
19265 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19266
19267 * gdb.base/vla-sideeffect.c: New file.
19268 * gdb.base/vla-sideeffect.exp: New file.
19269
19270 2014-04-14 David Blaikie <dblaikie@gmail.com>
19271
19272 * gdb.mi/non-stop.c: Add return value for non-void function return
19273 statement.
19274 * gdb.threads/staticthreads.c: Ditto.
19275
19276 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19277 Doug Evans <xdje42@gmail.com>
19278
19279 * gdb.guile/scm-value.c: Improve test case.
19280 * gdb.guile/scm-value.exp: Add new test.
19281
19282 2014-04-11 David Blaikie <dblaikie@gmail.com>
19283
19284 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19285 override Clang's default.
19286
19287 2014-04-11 Joel Brobecker <brobecker@adacore.com>
19288
19289 Revert the following changes (regressions):
19290
19291 * gdb.base/vla-sideeffect.c: New file.
19292 * gdb.base/vla-sideeffect.exp: New file.
19293
19294 * gdb.dwarf2/count.exp: New file.
19295
19296 * gdb.base/vla-multi.c: New file.
19297 * gdb.base/vla-multi.exp: New file.
19298
19299 * gdb.base/vla-ptr.c: New file.
19300 * gdb.base/vla-ptr.exp: New file.
19301
19302 * gdb.base/vla-datatypes.c: New file.
19303 * gdb.base/vla-datatypes.exp: New file.
19304
19305 * gdb.mi/mi-vla-c99.exp: New file.
19306 * gdb.mi/vla.c: New file.
19307
19308 2014-04-11 Keith Seitz <keiths@redhat.com>
19309
19310 PR c++/16675
19311 * gdb.cp/cpsizeof.exp: New file.
19312 * gdb.cp/cpsizeof.cc: New file.
19313
19314 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19315
19316 * gdb.mi/mi-vla-c99.exp: New file.
19317 * gdb.mi/vla.c: New file.
19318
19319 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19320
19321 * gdb.base/vla-datatypes.c: New file.
19322 * gdb.base/vla-datatypes.exp: New file.
19323
19324 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19325
19326 * gdb.base/vla-ptr.c: New file.
19327 * gdb.base/vla-ptr.exp: New file.
19328
19329 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19330
19331 * gdb.base/vla-multi.c: New file.
19332 * gdb.base/vla-multi.exp: New file.
19333
19334 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19335
19336 * gdb.dwarf2/count.exp: New file.
19337
19338 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19339
19340 * gdb.base/vla-sideeffect.c: New file.
19341 * gdb.base/vla-sideeffect.exp: New file.
19342
19343 2014-04-11 Yao Qi <yao@codesourcery.com>
19344
19345 * gdb.base/completion.exp: Check file exists before running tests
19346 on file completion.
19347
19348 2014-04-10 Pedro Alves <palves@redhat.com>
19349
19350 * gdb.base/cond-eval-mode.c: New file.
19351 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19352 prepare_for_testing to build the new file. Check result of
19353 runto_main.
19354 (test_break, test_watch): New procedures.
19355 (top level): Use them.
19356
19357 2014-04-08 Pierre Muller <muller@sourceware.org>
19358
19359 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19360 Ctrl-V use for mingw hosts.
19361
19362 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19363
19364 * gdb.python/py-value.c: Improve test case.
19365 * gdb.python/py-value.exp: Add new test.
19366
19367 2014-04-07 David Blaikie <dblaikie@gmail.com>
19368
19369 * lib/compiler.c: Identify the clang compiler.
19370 * lib/compiler.cc: Ditto.
19371
19372 2014-04-03 Yao Qi <yao@codesourcery.com>
19373
19374 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19375
19376 2014-04-01 Anton Blanchard <anton@samba.org>
19377
19378 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19379 messages unique.
19380
19381 2014-04-01 Anton Blanchard <anton@samba.org>
19382
19383 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19384 prepare_for_testing.
19385
19386 2014-04-01 Anton Blanchard <anton@samba.org>
19387
19388 * gdb.arch/ppc64-atomic-inst.c: Remove.
19389 * gdb.arch/ppc64-atomic-inst.S: New file.
19390 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19391
19392 2014-03-31 Doug Evans <dje@google.com>
19393
19394 * gdb.base/print-symbol-loading-lib.c: New file.
19395 * gdb.base/print-symbol-loading-main.c: New file.
19396 * gdb.base/print-symbol-loading.exp: New file.
19397
19398 2014-03-31 Yao Qi <yao@codesourcery.com>
19399
19400 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19401
19402 2014-03-28 Joel Brobecker <brobecker@adacore.com>
19403
19404 * gdb.ada/mi_dyn_arr: New testcase.
19405
19406 2014-03-27 Doug Evans <dje@google.com>
19407
19408 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19409
19410 2014-03-27 Yao Qi <yao@codesourcery.com>
19411
19412 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19413 if target is nios2-*-*.
19414
19415 2014-03-26 Yao Qi <yao@codesourcery.com>
19416
19417 * lib/gdb.exp (readline_is_used): New proc.
19418 * gdb.base/completion.exp: Move tests on command complete up.
19419 Skip the rest of tests if readline is not used.
19420 * gdb.ada/complete.exp: Skp the test if readline is not
19421 used.
19422 * gdb.base/filesym.exp: Likewise.
19423 * gdb.base/macscp.exp: Likewise.
19424 * gdb.base/readline-ask.exp: Likewise.
19425 * gdb.base/readline.exp: Likewise.
19426 * gdb.python/py-cmd.exp: Likewise.
19427 * gdb.trace/tfile.exp: Likewise.
19428
19429 2014-03-26 Yao Qi <yao@codesourcery.com>
19430
19431 * gdb.base/macscp.exp: Fix code format issues.
19432
19433 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19434
19435 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19436 * gdb.asm/powerpc64le.inc: New file.
19437
19438 2014-03-25 Pedro Alves <palves@redhat.com>
19439 Doug Evans <dje@google.com>
19440
19441 * gdb.base/source-execution.c: New file.
19442 * gdb.base/source-execution.exp: New file.
19443 * gdb.base/source-execution.gdb: New file.
19444
19445 2014-03-24 Doug Evans <dje@google.com>
19446
19447 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19448 using fission.
19449
19450 2014-03-24 Hui Zhu <hui@codesourcery.com>
19451 Pedro Alves <palves@redhat.com>
19452
19453 PR breakpoints/16101
19454 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19455 test pass/fail messages. Detect missing support for dprintf when
19456 breakpoints are actually inserted.
19457 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19458 breakpoints are actually inserted.
19459 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19460 fails.
19461
19462 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19463
19464 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19465
19466 2014-03-22 Doug Evans <xdje42@gmail.com>
19467
19468 * gdb.python/python.exp (python not supported): Verify multi-line
19469 python command issues an error.
19470 * gdb.guile/guile.exp (guile not supported): Verify multi-line
19471 guile command issues an error.
19472
19473 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19474
19475 * gdb.threads/thread-specific.exp: Handle the lack of usable
19476 $this_breakpoint and $this_thread.
19477
19478 2014-03-21 Hui Zhu <hui@codesourcery.com>
19479
19480 * gdb.base/attach.exp (do_command_attach_tests): New.
19481
19482 2014-03-20 Tom Tromey <tromey@redhat.com>
19483 Pedro Alves <palves@redhat.com>
19484
19485 PR cli/15718
19486 * gdb.base/condbreak-call-false.c: New file.
19487 * gdb.base/condbreak-call-false.exp: New file.
19488
19489 2014-03-20 Pedro Alves <palves@redhat.com>
19490
19491 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19492 Delete.
19493 (block_signals, unblock_signals): Delete.
19494 (child_function_2, main): Remove references to deleted variable
19495 and functions.
19496
19497 2014-03-20 Pedro Alves <palves@redhat.com>
19498
19499 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19500 Use pthread_kill to signal thread 2.
19501 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19502 Adjust to make the test send itself a signal rather than using the
19503 host's "kill" command.
19504
19505 2014-03-20 Pedro Alves <palves@redhat.com>
19506
19507 * gdb.threads/multiple-step-overs.c: New file.
19508 * gdb.threads/multiple-step-overs.exp: New file.
19509 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19510 Adjust expected infrun debug output.
19511
19512 2014-03-20 Pedro Alves <palves@redhat.com>
19513
19514 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19515 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19516
19517 2014-03-20 Pedro Alves <palves@redhat.com>
19518
19519 PR breakpoints/7143
19520 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19521 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19522 of gdb_test_multiple.
19523 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19524 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19525
19526 2014-03-20 Pedro Alves <palves@redhat.com>
19527
19528 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19529 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19530
19531 2014-03-19 Pedro Alves <palves@redhat.com>
19532
19533 * gdb.base/async.exp: Remove early return.
19534
19535 2014-03-19 Pedro Alves <palves@redhat.com>
19536
19537 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19538
19539 2014-03-19 Pedro Alves <palves@redhat.com>
19540
19541 * gdb.base/async.exp (test_background): Expect \r\n after
19542 "completed." in the fail pattern.
19543
19544 2014-03-19 Pedro Alves <palves@redhat.com>
19545
19546 * gdb.base/async.exp (test_background): New procedure.
19547 Use it for all background execution command tests.
19548
19549 2014-03-19 Pedro Alves <palves@redhat.com>
19550
19551 * gdb.base/async.exp: Use prepare_for_testing.
19552
19553 2014-03-19 Pedro Alves <palves@redhat.com>
19554
19555 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19556 the same line.
19557
19558 2014-03-19 Pedro Alves <palves@redhat.com>
19559
19560 * gdb.base/async.c (main): Add "jump here" and "until here" line
19561 marker comments.
19562 * gdb.base/async.exp (jump_here): New global.
19563 (jump& test): Use it.
19564 (until_here): New global.
19565 (until& test): Use it.
19566
19567 2014-03-19 Pedro Alves <palves@redhat.com>
19568
19569 * gdb.base/async.exp: Don't frob gdb_protocol.
19570
19571 2014-03-18 Doug Evans <xdje42@gmail.com>
19572
19573 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19574 Fix spelling of exec-done-display.
19575
19576 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19577
19578 PR gdb/15358
19579 * gdb.base/gdb-sigterm.c: New file.
19580 * gdb.base/gdb-sigterm.exp: New file.
19581
19582 2014-03-18 Pedro Alves <palves@redhat.com>
19583
19584 PR gdb/13860
19585 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19586 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19587 solib-event.
19588
19589 2014-03-17 Joel Brobecker <brobecker@adacore.com>
19590
19591 * gdb.ada/pckd_arr_ren: New testcase.
19592
19593 2014-03-13 Doug Evans <xdje42@gmail.com>
19594
19595 PR guile/16612
19596 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19597 collect after discarding symbols.
19598
19599 2014-03-13 Ludovic Courtès <ludo@gnu.org>
19600 Doug Evans <xdje42@gmail.com>
19601
19602 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19603 to history survives a gc.
19604
19605 2014-03-13 Pedro Alves <palves@redhat.com>
19606
19607 * gdb.base/default.exp: Don't test "target procfs".
19608
19609 2014-03-13 Pedro Alves <palves@redhat.com>
19610
19611 * gdb.base/default.exp: Update "target child" and "target procfs"
19612 tests to not expect "Unix".
19613
19614 2014-03-12 Tom Tromey <tromey@redhat.com>
19615
19616 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19617 New procs. Add target-async tests.
19618 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19619 Add target-async tests.
19620
19621 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19622
19623 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19624 'func_start' and 'func_end' for the beginning and end of the
19625 function code, respectively.
19626 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19627 'func_end' instead of 'func' and 'main'.
19628
19629 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19630
19631 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19632 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19633 generate the debug info assembler source.
19634
19635 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19636
19637 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19638 * gdb.dwarf2/arr-subrange.exp: Likewise.
19639 * gdb.dwarf2/dwz.exp: Likewise.
19640 * gdb.dwarf2/method-ptr.exp: Likewise.
19641 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19642 * gdb.dwarf2/subrange.exp: Likewise.
19643 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19644 * gdb.dwarf2/implptrpiece.exp: Likewise.
19645 * gdb.dwarf2/nostaticblock.exp: Likewise.
19646
19647 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19648
19649 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19650 directory to absolute path name arguments.
19651
19652 2014-03-10 Joel Brobecker <brobecker@adacore.com>
19653
19654 * gdb.ada/tagged_access: New testcase.
19655
19656 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19657
19658 * gdb.btrace/data.exp: Update expected output.
19659
19660 2014-03-06 Yao Qi <yao@codesourcery.com>
19661
19662 * gdb.trace/pr16508.exp: New file.
19663
19664 2014-03-05 Pedro Alves <palves@redhat.com>
19665
19666 PR gdb/16575
19667 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19668 procedure.
19669 (top level): Adjust to use it. Add tests that exercise breakpoint
19670 interaction with the code-cache.
19671
19672 2014-02-26 Ludovic Courtès <ludo@gnu.org>
19673
19674 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19675 test for 'history-append!'.
19676
19677 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19678
19679 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19680 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19681 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19682 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19683 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19684 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19685
19686 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19687
19688 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19689 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19690 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19691
19692 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19693
19694 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19695
19696 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19697
19698 * gdb.dwarf2/arr-stride.c: New file.
19699 * gdb.dwarf2/arr-stride.exp: New file.
19700
19701 2014-02-26 Pedro Alves <palves@redhat.com>
19702
19703 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19704 that won't ever trigger. Make sure that GDB reports the correct
19705 breakpoint that caused the stop.
19706
19707 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19708
19709 PR gdb/16626
19710 * gdb.base/auto-load-script: New file.
19711 * gdb.base/auto-load.c: New file.
19712 * gdb.base/auto-load.exp: New file.
19713
19714 PR gdb/16626
19715 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19716
19717 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19718
19719 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19720 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19721
19722 2014-02-24 Doug Evans <dje@google.com>
19723
19724 * lib/gdb.exp (run_on_host): Log error output if program fails.
19725
19726 2014-02-21 Pedro Alves <palves@redhat.com>
19727
19728 * gdb.threads/step-after-sr-lock.c: Rename to ...
19729 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19730 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19731 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19732 ... this.
19733
19734 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19735
19736 PR tdep/16397
19737 * gdb.arch/amd64-stap-special-operands.exp: New file.
19738 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19739 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19740 * gdb.arch/amd64-stap-triplet.S: Likewise.
19741 * gdb.arch/amd64-stap-triplet.c: Likewise.
19742
19743 2014-02-20 Joel Brobecker <brobecker@adacore.com>
19744
19745 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19746 in .section pseudo-op.
19747
19748 2014-02-20 lin zuojian <manjian2006@gmail.com>
19749 Joel Brobecker <brobecker@adacore.com>
19750 Doug Evans <xdje42@gmail.com>
19751
19752 PR symtab/16581
19753 * gdb.dwarf2/dw2-icycle.S: New file.
19754 * gdb.dwarf2/dw2-icycle.c: New file.
19755 * gdb.dwarf2/dw2-icycle.exp: New file.
19756
19757 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19758
19759 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19760 operations on gdb.Value objects.
19761 * gdb.python/py-value-cc.exp: Add new test to test operations on
19762 gdb.Value objects.
19763
19764 2014-02-18 Doug Evans <dje@google.com>
19765
19766 * Makefile.in (TESTS): New variable.
19767 (expanded_tests, expanded_tests_or_none): New variables
19768 (check-single): Pass $(expanded_tests_or_none) to runtest.
19769 (check-parallel): Only run tests in $(TESTS) if non-empty.
19770 (check/no-matching-tests-found): New rule.
19771 * README: Document TESTS makefile variable.
19772
19773 2014-02-18 Doug Evans <dje@google.com>
19774
19775 * Makefile.in (check-parallel): rm -rf outputs temp.
19776
19777 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19778
19779 Fix "ERROR: no fileid for" in the testsuite.
19780 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19781
19782 2014-02-12 Doug Evans <dje@google.com>
19783
19784 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19785 (MISCELLANEOUS): New variable.
19786 (clean): rm -rf $(MISCELLANEOUS).
19787 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19788 dwp live in the same directory as symlinks, with each symlink pointed
19789 to a differently named file in a different directory.
19790
19791 2014-02-11 Doug Evans <dje@google.com>
19792
19793 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19794 of Tcl file commands.
19795
19796 2014-02-10 Mark Kettenis <kettenis@gnu.org>
19797
19798 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19799 "kill -SIGUSR1 -1".
19800
19801 2014-02-10 Joel Brobecker <brobecker@adacore.com>
19802
19803 * gdb.ada/tick_length_array_enum_idx: New testcase.
19804
19805 2014-02-10 Doug Evans <xdje42@gmail.com>
19806
19807 * configure.ac (AC_OUTPUT): Add gdb.guile.
19808 * configure: Regenerate.
19809 * lib/gdb-guile.exp: New file.
19810 * lib/gdb.exp (get_target_charset): New function.
19811 * gdb.base/help.exp: Update expected output from "apropos apropos".
19812 * gdb.guile/Makefile.in: New file.
19813 * gdb.guile/guile.exp: New file.
19814 * gdb.guile/scm-arch.c: New file.
19815 * gdb.guile/scm-arch.exp: New file.
19816 * gdb.guile/scm-block.c: New file.
19817 * gdb.guile/scm-block.exp: New file.
19818 * gdb.guile/scm-breakpoint.c: New file.
19819 * gdb.guile/scm-breakpoint.exp: New file.
19820 * gdb.guile/scm-disasm.c: New file.
19821 * gdb.guile/scm-disasm.exp: New file.
19822 * gdb.guile/scm-equal.c: New file.
19823 * gdb.guile/scm-equal.exp: New file.
19824 * gdb.guile/scm-error.exp: New file.
19825 * gdb.guile/scm-error.scm: New file.
19826 * gdb.guile/scm-frame-args.c: New file.
19827 * gdb.guile/scm-frame-args.exp: New file.
19828 * gdb.guile/scm-frame-args.scm: New file.
19829 * gdb.guile/scm-frame-inline.c: New file.
19830 * gdb.guile/scm-frame-inline.exp: New file.
19831 * gdb.guile/scm-frame.c: New file.
19832 * gdb.guile/scm-frame.exp: New file.
19833 * gdb.guile/scm-generics.exp: New file.
19834 * gdb.guile/scm-gsmob.exp: New file.
19835 * gdb.guile/scm-iterator.c: New file.
19836 * gdb.guile/scm-iterator.exp: New file.
19837 * gdb.guile/scm-math.c: New file.
19838 * gdb.guile/scm-math.exp: New file.
19839 * gdb.guile/scm-objfile-script-gdb.in: New file.
19840 * gdb.guile/scm-objfile-script.c: New file.
19841 * gdb.guile/scm-objfile-script.exp: New file.
19842 * gdb.guile/scm-objfile.c: New file.
19843 * gdb.guile/scm-objfile.exp: New file.
19844 * gdb.guile/scm-ports.exp: New file.
19845 * gdb.guile/scm-pretty-print.c: New file.
19846 * gdb.guile/scm-pretty-print.exp: New file.
19847 * gdb.guile/scm-pretty-print.scm: New file.
19848 * gdb.guile/scm-section-script.c: New file.
19849 * gdb.guile/scm-section-script.exp: New file.
19850 * gdb.guile/scm-section-script.scm: New file.
19851 * gdb.guile/scm-symbol.c: New file.
19852 * gdb.guile/scm-symbol.exp: New file.
19853 * gdb.guile/scm-symtab-2.c: New file.
19854 * gdb.guile/scm-symtab.c: New file.
19855 * gdb.guile/scm-symtab.exp: New file.
19856 * gdb.guile/scm-type.c: New file.
19857 * gdb.guile/scm-type.exp: New file.
19858 * gdb.guile/scm-value-cc.cc: New file.
19859 * gdb.guile/scm-value-cc.exp: New file.
19860 * gdb.guile/scm-value.c: New file.
19861 * gdb.guile/scm-value.exp: New file.
19862 * gdb.guile/source2.scm: New file.
19863 * gdb.guile/types-module.cc: New file.
19864 * gdb.guile/types-module.exp: New file.
19865
19866 2014-02-10 Yao Qi <yao@codesourcery.com>
19867
19868 PR testsuite/16543
19869 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19870 * configure: Regenerated.
19871 * Makefile.in: New file.
19872
19873 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19874
19875 * gdb.python/py-framefilter.exp: Fix typo.
19876
19877 2014-02-08 Yao Qi <yao@codesourcery.com>
19878
19879 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19880 that no =breakpoint-modified is emitted when breakpoints are
19881 modified through MI commands.
19882
19883 2014-02-07 Pedro Alves <pedro@codesourcery.com>
19884 Pedro Alves <palves@redhat.com>
19885
19886 * gdb.threads/step-after-sr-lock.c: New file.
19887 * gdb.threads/step-after-sr-lock.exp: New file.
19888
19889 2014-02-07 Pedro Alves <palves@redhat.com>
19890
19891 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19892
19893 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19894
19895 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19896 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19897
19898 2014-02-06 Doug Evans <xdje42@gmail.com>
19899
19900 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19901 output.
19902
19903 * gdb.gdb/python-interrupts.exp: New file.
19904
19905 2014-02-05 Yao Qi <yao@codesourcery.com>
19906
19907 * gdb.trace/report.exp (use_collected_data): Test the output
19908 of "info threads" and "info inferiors".
19909
19910 2014-02-05 Yao Qi <yao@codesourcery.com>
19911
19912 Revert this patch:
19913
19914 2013-05-24 Yao Qi <yao@codesourcery.com>
19915
19916 * gdb.trace/tfile.exp: Test inferior and thread.
19917
19918 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19919
19920 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19921 on a function.
19922 * gdb.base/step-bt.c: Call hello via function pointer to make
19923 sure its first instruction is executed on powerpc64le-linux.
19924
19925 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19926
19927 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19928
19929 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19930
19931 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19932 of the test patterns for use on little-endian systems.
19933
19934 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19935
19936 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19937 (decimal_vector): Fix for little-endian.
19938
19939 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19940
19941 * gdb.arch/sparc-sysstep.exp: New file.
19942 * gdb.arch/sparc-sysstep.c: Likewise.
19943
19944 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19945
19946 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19947
19948 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19949
19950 2014-01-23 Tom Tromey <tromey@redhat.com>
19951
19952 * gdb.ada/array_char_idx: New testcase.
19953
19954 2014-01-23 Tom Tromey <tromey@redhat.com>
19955
19956 PR python/16487:
19957 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19958 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19959 classes.
19960
19961 2014-01-23 Tom Tromey <tromey@redhat.com>
19962
19963 PR python/16491:
19964 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19965 string from an inferior frame.
19966 * gdb.python/py-framefilter-mi.exp: Update.
19967
19968 2014-01-22 Doug Evans <dje@google.com>
19969
19970 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19971
19972 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19973
19974 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19975
19976 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19977
19978 * gdb.trace/entry-values.exp: Remove excess space character from
19979 regex patterns. Handle s390 call instruction.
19980
19981 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19982
19983 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19984 define "*_start" label. Make "name" static.
19985 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19986 ${name} by references to ${name}_start.
19987
19988 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19989
19990 * gdb.base/info-macros.exp: Remove "debug" from the compile
19991 options.
19992
19993 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19994
19995 * gdb.dlang/demangle.exp: New file.
19996
19997 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19998
19999 * gdb.dlang/primitive-types.exp: New file.
20000
20001 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20002
20003 * configure.ac: Create gdb.dlang/Makefile.
20004 * configure: Regenerate.
20005 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20006 * gdb.dlang/Makefile.in: New file.
20007 * lib/d-support.exp: New file.
20008 * lib/gdb.exp (skip_d_tests): New proc.
20009
20010 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20011
20012 * gdb.btrace/delta.exp: Check reverse stepi.
20013 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20014 * gdb.btrace/finish.exp: New.
20015 * gdb.btrace/next.exp: New.
20016 * gdb.btrace/nexti.exp: New.
20017 * gdb.btrace/record_goto.c: Add comments.
20018 * gdb.btrace/step.exp: New.
20019 * gdb.btrace/stepi.exp: New.
20020 * gdb.btrace/multi-thread-step.c: New.
20021 * gdb.btrace/multi-thread-step.exp: New.
20022 * gdb.btrace/rn-dl-bind.c: New.
20023 * gdb.btrace/rn-dl-bind.exp: New.
20024 * gdb.btrace/data.c: New.
20025 * gdb.btrace/data.exp: New.
20026 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20027
20028 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20029
20030 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20031 * gdb.btrace/exception.exp: Update.
20032 * gdb.btrace/instruction_history.exp: Update.
20033 * gdb.btrace/record_goto.exp: Update.
20034 * gdb.btrace/tailcall.exp: Update.
20035 * gdb.btrace/unknown_functions.exp: Update.
20036 * gdb.btrace/delta.exp: New.
20037
20038 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20039
20040 * gdb.btrace/record_goto.exp: Add backtrace test.
20041 * gdb.btrace/tailcall.exp: Add backtrace test.
20042
20043 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20044
20045 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20046 * gdb.btrace/record_goto.c: New.
20047 * gdb.btrace/record_goto.exp: New.
20048 * gdb.btrace/x86-record_goto.S: New.
20049
20050 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20051
20052 * gdb.btrace/function_call_history.exp: Update tests.
20053 * gdb.btrace/instruction_history.exp: Update tests.
20054
20055 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20056
20057 * gdb.btrace/function_call_history.exp: Fix expected field
20058 order for "record function-call-history".
20059 Add new tests for "record function-call-history /c".
20060 * gdb.btrace/exception.cc: New.
20061 * gdb.btrace/exception.exp: New.
20062 * gdb.btrace/tailcall.exp: New.
20063 * gdb.btrace/x86-tailcall.S: New.
20064 * gdb.btrace/x86-tailcall.c: New.
20065 * gdb.btrace/unknown_functions.c: New.
20066 * gdb.btrace/unknown_functions.exp: New.
20067 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20068
20069 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20070
20071 * gdb.btrace/instruction_history.exp: Update.
20072 * gdb.btrace/function_call_history.exp: Update.
20073
20074 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20075
20076 * gdb.btrace/function_call_history.exp: Fix expected function
20077 trace.
20078 * gdb.btrace/instruction_history.exp: Initialize traced.
20079 Remove traced_functions.
20080
20081 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20082
20083 * gdb.btrace/function_call_history.exp: Update
20084 * gdb.btrace/instruction_history.exp: Update.
20085
20086 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20087
20088 * gdb.btrace/enable.exp: Update expected text.
20089
20090 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20091
20092 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20093 bytes.
20094
20095 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20096
20097 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20098
20099 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
20100
20101 * lib/gdb.exp (supports_process_record): Return true for
20102 arm*-linux*. (supports_reverse): Likewise.
20103
20104 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20105
20106 PR python/15464
20107 PR python/16113
20108 * gdb.python/py-type.c: Enhance test case.
20109 * gdb.python/py-value-cc.cc: Likewise
20110 * gdb.python/py-type.exp: Add new tests.
20111 * gdb.python/py-value-cc.exp: Likewise
20112
20113 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20114 Pedro Alves <palves@redhat.com>
20115
20116 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20117 Make "name" extern.
20118 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20119 references to ${name}_start by references to ${name}.
20120
20121 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20122
20123 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20124
20125 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20126
20127 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20128
20129 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20130 Pedro Alves <palves@redhat.com>
20131
20132 * gdb.mi/mi-info-os.exp: Connect to the target with
20133 mi_gdb_target_load.
20134
20135 2014-01-08 Pedro Alves <palves@redhat.com>
20136
20137 * gdb.threads/reconnect-signal.c: New file.
20138 * gdb.threads/reconnect-signal.exp: New file.
20139
20140 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20141
20142 * gdb.base/source-dir.exp: New file.
20143
20144 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20145
20146 * gdb.ada/mi_interface: New testcase.
20147
20148 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20149
20150 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20151 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20152 gdb.ada/pp-rec-component/pck.ads: New files.
20153
20154 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20155
20156 * gdb.python/py-pp-integral.c: New file.
20157 * gdb.python/py-pp-integral.py: New file.
20158 * gdb.python/py-pp-integral.exp: New file.
20159
20160 For older changes see ChangeLog-1993-2013.
20161 \f
20162 ;; Local Variables:
20163 ;; mode: change-log
20164 ;; left-margin: 8
20165 ;; fill-column: 74
20166 ;; version-control: never
20167 ;; End:
20168
20169 Copyright 2014-2020 Free Software Foundation, Inc.
20170 Copying and distribution of this file, with or without modification,
20171 are permitted provided the copyright notice and this notice are preserved.
This page took 0.469337 seconds and 4 git commands to generate.