Fix "enumeration values not handled in switch" error in testsuite
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-05-28 Gary Benson <gbenson@redhat.com>
2
3 * gdb.base/sigaltstack.c (catcher): Add default case to switch
4 statement.
5
6 2020-05-28 Gary Benson <gbenson@redhat.com>
7
8 * gdb.cp/classes.exp (prepare_for_testing): Add
9 additional_flags=-Wno-deprecated-register.
10 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
11 * gdb.cp/misc.exp: Likewise.
12
13 2020-05-28 Gary Benson <gbenson@redhat.com>
14
15 * gdb.linespec/cpls-ops.cc (dummy): New static global.
16 (test_op_new::operator new): Add return statement.
17 (test_op_new_array::operator new[]): Likewise.
18
19 2020-05-27 Pedro Alves <palves@redhat.com>
20
21 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
22 check. Use test_gdb_complete_unique instead of
23 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
24 test_gdb_complete_multiple instead of
25 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
26
27 2020-05-27 Luis Machado <luis.machado@linaro.org>
28
29 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
30 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
31 * gdb.arch/arm-disassembler-options.exp: Likewise.
32 * gdb.arch/arm-disp-step.exp: Likewise.
33 * gdb.arch/thumb-prologue.exp: Likewise.
34 * gdb.base/async.exp: Likewise.
35 * gdb.base/auxv.exp: Likewise.
36 * gdb.base/complex-parts.exp: Likewise.
37 * gdb.base/ena-dis-br.exp: Likewise.
38 * gdb.base/foll-exec.exp: Likewise.
39 * gdb.base/permissions.exp: Likewise.
40 * gdb.base/relocate.exp: Likewise.
41 * gdb.base/return2.exp: Likewise.
42 * gdb.base/sigbpt.exp: Likewise.
43 * gdb.base/siginfo-obj.exp: Likewise.
44 * gdb.cp/converts.exp: Likewise.
45 * gdb.cp/exceptprint.exp: Likewise.
46 * gdb.cp/inherit.exp: Likewise.
47 * gdb.cp/nsnoimports.exp: Likewise.
48 * gdb.cp/virtbase2.exp: Likewise.
49 * gdb.mi/mi-var-cmd.exp: Likewise.
50 * gdb.mi/var-cmd.c: Likewise.
51
52 2020-05-26 Tom Tromey <tromey@adacore.com>
53
54 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
55
56 2020-05-26 Tom Tromey <tromey@adacore.com>
57
58 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
59 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
60 type.
61 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
62 variable.
63
64 2020-05-26 Christian Biesinger <cbiesinger@google.com>
65
66 * Makefile.in: Use = instead of == for the test command
67 for portability.
68
69 2020-05-26 Tom de Vries <tdevries@suse.de>
70
71 * gdb.base/gold-gdb-index-2.c: New test.
72 * gdb.base/gold-gdb-index.c: New test.
73 * gdb.base/gold-gdb-index.exp: New file.
74 * gdb.base/gold-gdb-index.h: New test.
75
76 2020-05-25 Tom de Vries <tdevries@suse.de>
77
78 * boards/gold-gdb-index.exp: New file.
79
80 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
81
82 * boards/simavr.exp: New file.
83
84 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
85
86 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
87 * gdb.base/inferior-args.exp: New file.
88 * gdb.base/inferior-args.c: New file.
89
90 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
91
92 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
93 inferior_args. Pass it to gdb_reload.
94 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
95 inferior_args.
96 (gdb_reload): Add inferior_args argument.
97 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
98 pass it to gdbserver_run.
99 * boards/native-gdbserver.exp: Do not set noargs.
100 * boards/native-extended-gdbserver.exp (gdb_reload): Add
101 inferior_args argument.
102 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
103 * gdb.base/a2-run.exp: Check for use_gdb_stub.
104 * gdb.base/args.exp: Likewise.
105
106 2020-05-25 Tom de Vries <tdevries@suse.de>
107
108 * lib/gdb.exp (exec_is_pie): Add comment.
109
110 2020-05-25 Tom de Vries <tdevries@suse.de>
111
112 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
113 instead of $binfile in the untested message.
114
115 2020-05-25 Tom de Vries <tdevries@suse.de>
116
117 PR testsuite/26031
118 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
119
120 2020-05-25 Tom de Vries <tdevries@suse.de>
121
122 * boards/gold.exp: New file.
123
124 2020-05-23 Tom Tromey <tom@tromey.com>
125
126 * gdb.base/style.exp: Remove completion styling test.
127 * lib/gdb-utils.exp (style): Remove completion styles.
128
129 2020-05-23 Tom Tromey <tom@tromey.com>
130
131 * gdb.base/style.exp: Add completion styling test.
132 * lib/gdb-utils.exp (style): Add completion styles.
133
134 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
135
136 * gdb.base/annota1.exp: Update expected results.
137 * gdb.cp/annota2.exp: Update expected results, remove duplicate
138 test name.
139 * gdb.cp/annota3.exp: Update expected results.
140
141 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
142
143 PR gdb/26016
144 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
145 against MAP_FAILED.
146 * gdb.base/coremaker.c (mmapdata): Likewise.
147 * gdb.base/jit-reader-host.c (main): Likewise.
148 * gdb.base/sym-file-loader.c (load): Likewise.
149 (load_shlib): Likewise.
150
151 2020-05-20 Tom Tromey <tromey@adacore.com>
152
153 * gdb.ada/array_char_idx.exp: Recognize initialized array.
154
155 2020-05-20 Tom de Vries <tdevries@suse.de>
156
157 PR symtab/25833
158 * gdb.base/with-mf-inc.c: New test.
159 * gdb.base/with-mf-main.c: New test.
160 * gdb.base/with-mf.exp: New file.
161
162 2020-05-19 Tom Tromey <tromey@adacore.com>
163
164 * gdb.rust/simple.exp: Restore missing test result.
165
166 2020-05-19 Tom de Vries <tdevries@suse.de>
167
168 * gdb.base/gdb-caching-proc.exp: Fix typo.
169
170 2020-05-19 Tom Tromey <tromey@adacore.com>
171
172 * gdb.rust/simple.exp: Add some test descriptions.
173 (test_one_slice): Use with_test_prefix.
174
175 2020-05-18 Tom de Vries <tdevries@suse.de>
176
177 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
178
179 2020-05-17 Pedro Alves <palves@redhat.com>
180
181 PR gdb/25741
182 * gdb.base/hw-sw-break-same-address.exp: New file.
183
184 2020-05-16 Pedro Alves <palves@redhat.com>
185
186 * gdb.multi/multi-re-run.exp (test_re_run): Switch
187 LAST_LOADED_FILE accordingly.
188
189 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
190
191 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
192
193 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
194
195 * gdb.base/help.exp: Test apropos and help for commands
196 having aliases. Fixed comments not starting with an
197 upper-case letter or not finishing with a dot.
198
199 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
200
201 * gdb.base/alias.exp: Update help output check.
202
203 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
204
205 * gdb.base/default.exp: Update output following fixes.
206
207 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
208
209 * gdb.base/alias.exp: Test aliases starting with a prefix of
210 another alias.
211
212 2020-05-15 Gary Benson <gbenson@redhat.com>
213
214 * gdb.base/info-os.c (main): Add return statement.
215 * gdb.base/info_minsym.c (minsym_fun): Likewise.
216 * gdb.base/large-frame-2.c (func): Likewise.
217 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
218 * gdb.base/pr10179-b.c (foo2): Likewise.
219 * gdb.base/valgrind-disp-step.c (foo): Likewise.
220 * gdb.base/watch-cond.c (func): Likewise.
221 * gdb.multi/goodbye.c (verylongfun): Likewise.
222 * gdb.multi/hello.c (commonfun): Likewise.
223 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
224 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
225 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
226 Likewise.
227 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
228 * gdb.threads/interrupt-while-step-over.c (child_function):
229 Likewise.
230 * gdb.trace/actions-changed.c (end): Likewise.
231
232 2020-05-15 Gary Benson <gbenson@redhat.com>
233
234 * gdb.opencl/callfuncs.exp: Report when test skipped.
235 * gdb.opencl/convs_casts.exp: Likewise.
236 * gdb.opencl/datatypes.exp: Likewise.
237 * gdb.opencl/operators.exp: Likewise.
238 * gdb.opencl/vec_comps.exp: Likewise.
239
240 2020-05-15 Tom de Vries <tdevries@suse.de>
241
242 * gdb.base/align.exp.in: Rename to ...
243 * gdb.base/align.exp.tcl: ... this.
244 * gdb.base/align-c++.exp: Update.
245 * gdb.base/align-c.exp: Update.
246 * gdb.base/all-architectures.exp.in: Rename to ...
247 * gdb.base/all-architectures.exp: ... this.
248 * gdb.base/all-architectures-0.exp: Update.
249 * gdb.base/all-architectures-1.exp: Update.
250 * gdb.base/all-architectures-2.exp: Update.
251 * gdb.base/all-architectures-3.exp: Update.
252 * gdb.base/all-architectures-4.exp: Update.
253 * gdb.base/all-architectures-5.exp: Update.
254 * gdb.base/all-architectures-6.exp: Update.
255 * gdb.base/all-architectures-7.exp: Update.
256 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
257 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
258 * gdb.base/infcall-nested-structs-c++.exp: Update.
259 * gdb.base/infcall-nested-structs-c.exp: Update.
260 * gdb.base/info-types.exp.in: Rename to ...
261 * gdb.base/info-types.exp.tcl: ... this.
262 * gdb.base/info-types-c++.exp: Update.
263 * gdb.base/info-types-c.exp: Update.
264 * gdb.base/max-depth.exp.in: Rename to ...
265 * gdb.base/max-depth.exp.tcl: ... this.
266 * gdb.base/max-depth-c++.exp: Update.
267 * gdb.base/max-depth-c.exp: Update.
268 * gdb.cp/cpexprs.exp.in: Rename to ...
269 * gdb.cp/cpexprs.exp.tcl: ... this.
270 * gdb.cp/cpexprs-debug-types.exp: Update.
271 * gdb.cp/cpexprs.exp: Update.
272 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
273 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
274 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
275 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
276 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
277 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
278 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
279 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
280 * gdb.dwarf2/clang-debug-names-2.exp: Update.
281 * gdb.dwarf2/clang-debug-names.exp: Update.
282
283 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
284
285 * lib/check-test-names.exp: Remove code that prevents this file
286 loading when tests are run in parallel.
287
288 2020-05-15 Pedro Alves <palves@redhat.com>
289
290 * gdb.multi/multi-kill.exp (start_inferior): Remove
291 'testpid' parameter. Refer to namespace variable directly.
292 (testpid): Declare as namespace variable.
293
294 2020-05-15 Pedro Alves <palves@redhat.com>
295
296 * gdb.multi/multi-kill.exp: Wrap in namespace.
297 (start_inferior): Add TESTPID parameter. Use it instead of the
298 testpid global.
299 (top level): Define empty TESTPID array, and pass it down to
300 start_inferior.
301
302 2020-05-14 Tom de Vries <tdevries@suse.de>
303
304 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
305 output.
306
307 2020-05-14 Tom de Vries <tdevries@suse.de>
308
309 * gdb.base/align.exp: Split into ...
310 * gdb.base/align.exp.in: ...
311 * gdb.base/align-c++.exp: ...
312 * gdb.base/align-c.exp: ... these.
313 * gdb.base/infcall-nested-structs.exp: Split into ...
314 * gdb.base/infcall-nested-structs.exp.in: ...
315 * gdb.base/infcall-nested-structs-c++.exp: ...
316 * gdb.base/infcall-nested-structs-c.exp: ... these.
317 * gdb.base/info-types.exp: Split into ...
318 * gdb.base/info-types.exp.in: ...
319 * gdb.base/info-types-c++.exp: ...
320 * gdb.base/info-types-c.exp: ... these.
321 * gdb.base/max-depth.exp: Split into ...
322 * gdb.base/max-depth.exp.in: ...
323 * gdb.base/max-depth-c++.exp: ...
324 * gdb.base/max-depth-c.exp: ... these.
325 * gdb.cp/infcall-nodebug.exp: Split into ...
326 * gdb.cp/infcall-nodebug.exp.in: ...
327 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
328 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
329 * gdb.cp/infcall-nodebug-c-d0.exp: ...
330 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
331
332 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
333 Pedro Alves <palves@redhat.com>
334
335 * gdb.multi/multi-exit.c: New file.
336 * gdb.multi/multi-exit.exp: New file.
337 * gdb.multi/multi-kill.c: New file.
338 * gdb.multi/multi-kill.exp: New file.
339
340 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
341
342 * gdb.base/annota1.exp: Update the expected output.
343 * gdb.cp/annota2.exp: Ditto.
344
345 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
346
347 * lib/check-test-names.exp: Disable when testing is being run in
348 parallel.
349
350 2020-05-12 Tom de Vries <tdevries@suse.de>
351
352 * gdb.base/jit-elf.exp: Fix string concat.
353
354 2020-05-12 Tom de Vries <tdevries@suse.de>
355
356 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
357 messages.
358
359 2020-05-12 Tom de Vries <tdevries@suse.de>
360
361 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
362
363 2020-05-12 Tom de Vries <tdevries@suse.de>
364
365 * gdb.ada/catch_ex.exp: Use with_test_prefix.
366 * gdb.ada/mi_catch_ex.exp: Same.
367 * gdb.ada/mi_catch_ex_hand.exp: Same.
368
369 2020-05-12 Tom de Vries <tdevries@suse.de>
370
371 * gdb.fortran/complex.exp: Use with_test_prefix.
372
373 2020-05-12 Tom de Vries <tdevries@suse.de>
374
375 * gdb.trace/passcount.exp: Fix test-names.
376
377 2020-05-12 Tom de Vries <tdevries@suse.de>
378
379 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
380
381 2020-05-12 Tom de Vries <tdevries@suse.de>
382
383 * gdb.gdb/complaints.exp: Use with_test_prefix.
384 * gdb.xml/tdesc-regs.exp: Same.
385 * gdb.opt/inline-locals.exp: Fix test name.
386
387 2020-05-12 Tom de Vries <tdevries@suse.de>
388
389 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
390 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
391 * gdb.dwarf2/implref-struct.exp: Same.
392 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
393 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
394
395 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
396
397 * gdb.base/jit-so.exp (one_jit_test): Change test name.
398
399 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
400
401 * lib/check-test-names.exp (all_test_names): New module variable.
402 (counts): Add 'duplicates' field.
403 (_check_duplicates): New procedure.
404 (check): Also check for duplicates.
405 (do_log_summary): Print duplicates count.
406 (do_reset_vars): Reset counter for duplicate test names, and
407 discard all know test names.
408
409 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
410
411 * lib/gdb.exp: Include check-test-names.exp library.
412 * lib/check-test-names.exp: New file.
413
414 2020-05-11 Tom de Vries <tdevries@suse.de>
415
416 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
417
418 2020-05-11 Keith Seitz <keiths@redhat.com>
419
420 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
421
422 2020-05-11 Tom de Vries <tdevries@suse.de>
423
424 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
425 * gdb.cp/cpexprs.exp.in: .. here.
426 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
427 cpexprs.exp.
428
429 2020-05-11 Keith Seitz <keiths@redhat.com>
430
431 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
432 test names.
433 * gdb.ada/arrayptr.exp: Likewise.
434 * gdb.ada/assign_arr.exp: Likewise.
435 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
436 * gdb.ada/bp_on_var.exp: Likewise.
437 * gdb.ada/call_pn.exp: Likewise.
438 * gdb.ada/complete.exp: Likewise.
439 * gdb.ada/fun_overload_menu.exp: Likewise.
440 * gdb.ada/funcall_param.exp: Likewise.
441 * gdb.ada/funcall_ref.exp: Likewise.
442 * gdb.ada/packed_array_assign.exp: Likewise.
443 * gdb.ada/same_component_name.exp: Likewise.
444 * gdb.ada/type_coercion.exp: Likewise.
445 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
446 * gdb.ada/variant_record_packed_array.exp: Likewise.
447
448 2020-05-11 Tom de Vries <tdevries@suse.de>
449
450 PR symtab/25941
451 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
452 out of ...
453 * gdb.dwarf2/clang-debug-names.exp: ... here.
454 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
455 clang-debug-names.exp.in.
456 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
457 * gdb.dwarf2/clang-debug-names-2.c: New test.
458
459 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
460
461 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
462 (fortran_runto_main): New Proc, fortran version of runto_main.
463 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
464 * gdb.fortran/array-bounds.exp: Likewise.
465 * gdb.fortran/array-slices.exp: Likewise.
466 * gdb.fortran/block-data.exp: Likewise.
467 * gdb.fortran/charset.exp: Likewise.
468 * gdb.fortran/common-block.exp: Likewise.
469 * gdb.fortran/complex.exp: Likewise.
470 * gdb.fortran/derived-type-function.exp: Likewise.
471 * gdb.fortran/derived-type.exp: Likewise.
472 * gdb.fortran/info-modules.exp: Likewise.
473 * gdb.fortran/info-types.exp: Likewise.
474 * gdb.fortran/intrinsics.exp: Likewise.
475 * gdb.fortran/library-module.exp: Likewise.
476 * gdb.fortran/logical.exp: Likewise.
477 * gdb.fortran/max-depth.exp: Likewise.
478 * gdb.fortran/module.exp: Likewise.
479 * gdb.fortran/multi-dim.exp: Likewise.
480 * gdb.fortran/nested-funcs.exp: Likewise.
481 * gdb.fortran/print-formatted.exp: Likewise.
482 * gdb.fortran/print_type.exp: Likewise.
483 * gdb.fortran/printing-types.exp: Likewise.
484 * gdb.fortran/ptr-indentation.exp: Likewise.
485 * gdb.fortran/ptype-on-functions.exp: Likewise.
486 * gdb.fortran/subarray.exp: Likewise.
487 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
488 * gdb.fortran/vla-datatypes.exp: Likewise.
489 * gdb.fortran/vla-history.exp: Likewise.
490 * gdb.fortran/vla-ptr-info.exp: Likewise.
491 * gdb.fortran/vla-ptype-sub.exp: Likewise.
492 * gdb.fortran/vla-ptype.exp: Likewise.
493 * gdb.fortran/vla-sizeof.exp: Likewise.
494 * gdb.fortran/vla-type.exp: Likewise.
495 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
496 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
497 * gdb.fortran/vla-value-sub.exp: Likewise.
498 * gdb.fortran/vla-value.exp: Likewise.
499 * gdb.fortran/whatis_type.exp: Likewise.
500 * gdb.mi/mi-var-child-f.exp: Likewise.
501
502 2020-05-09 Tom de Vries <tdevries@suse.de>
503
504 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
505
506 2020-05-08 Tom de Vries <tdevries@suse.de>
507
508 * gdb.dwarf2/clang-debug-names.c: New test.
509 * gdb.dwarf2/clang-debug-names.exp: New file.
510
511 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
512
513 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
514 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
515
516 2020-05-06 Tom de Vries <tdevries@suse.de>
517
518 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
519 breakpoint is at a "recommended breakpoint location".
520 * gdb.reverse/consecutive-reverse.exp: Same.
521
522 2020-05-06 Tom de Vries <tdevries@suse.de>
523
524 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
525 address.
526
527 2020-05-06 Tom de Vries <tdevries@suse.de>
528
529 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
530
531 2020-05-06 Tom de Vries <tdevries@suse.de>
532
533 * gdb.base/store.exp (check_set, up_set): Allowing missing location
534 info for r.
535
536 2020-05-06 Tom de Vries <tdevries@suse.de>
537
538 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
539 necessary.
540
541 2020-05-06 Tom de Vries <tdevries@suse.de>
542
543 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
544 void.
545
546 2020-05-06 Tom de Vries <tdevries@suse.de>
547
548 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
549 of ...
550 * gdb.base/async.exp: ... here.
551 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
552 "recommended breakpoint location".
553
554 2020-05-06 Tom de Vries <tdevries@suse.de>
555
556 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
557
558 2020-05-04 Tom de Vries <tdevries@suse.de>
559
560 * gdb.base/async.exp: Check whether instruction addresses are a
561 "recommended breakpoint location".
562
563 2020-05-03 Tom Tromey <tom@tromey.com>
564
565 * gdb.base/sepdebug.exp: Remove "catch" test.
566 * gdb.base/break.exp: Remove "catch" test.
567 * gdb.base/default.exp: Update expected output.
568
569 2020-05-02 Tom de Vries <tdevries@suse.de>
570
571 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
572 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
573 * gdb.arch/i386-mpx-map.exp: Same.
574 * gdb.arch/i386-mpx-sigsegv.exp: Same.
575 * gdb.arch/i386-mpx-simple_segv.exp: Same.
576 * gdb.arch/i386-mpx.exp: Same.
577
578 2020-05-02 Tom de Vries <tdevries@suse.de>
579
580 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
581
582 2020-05-01 Tom de Vries <tdevries@suse.de>
583
584 * gdb.ada/operator_bp.exp: Allow more than required amount of
585 breakpoint.
586
587 2020-05-01 Tom de Vries <tdevries@suse.de>
588
589 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
590
591 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
592
593 PR gdb/18706
594 * gdb.cp/stub-array-size.cc: New test.
595 * gdb.cp/stub-array-size.exp: New file.
596 * gdb.cp/stub-array-size.h: New test.
597 * gdb.cp/stub-array-size2.cc: New test.
598
599 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
600
601 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
602 output to the new format.
603
604 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
605
606 * gdb.base/break.exp: Use with_test_prefix.
607
608 2020-04-29 Tom de Vries <tdevries@suse.de>
609
610 * lib/gdb.exp (debug_types): New proc.
611 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
612 * gdb.python/py-symtab.exp: Same.
613
614 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
615
616 PR gdb/17320
617 * gdb.base/pretty-array.c: New test.
618 * gdb.base/pretty-array.exp: New file.
619
620 2020-04-29 Tom de Vries <tdevries@suse.de>
621
622 PR symtab/25889
623 * gdb.cp/cpexprs.exp: Adapt for inclusion.
624 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
625 and include cpexprs.exp.
626
627 2020-04-28 Mark Williams <mark@myosotissp.com>
628
629 PR gdb/24480
630 * dw4-toplevel-types.exp: Test for top level types.
631 * dw4-toplevel-types.cc: Test for top level types.
632
633 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
634
635 * gdb.threads/stop-with-handle.exp: Fix typo in comment
636 (theads -> threads).
637
638 2020-04-28 Tom de Vries <tdevries@suse.de>
639
640 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
641
642 2020-04-28 Tom de Vries <tdevries@suse.de>
643
644 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
645
646 2020-04-28 Tom de Vries <tdevries@suse.de>
647
648 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
649
650 2020-04-28 Tom de Vries <tdevries@suse.de>
651
652 * gdb.dwarf2/main-foo.c: New test.
653 * gdb.dwarf2/struct-with-sig.exp: New file.
654
655 2020-04-25 Tom de Vries <tdevries@suse.de>
656
657 * boards/debug-types.exp: New file.
658
659 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
660
661 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
662
663 2020-04-24 Tom Tromey <tom@tromey.com>
664
665 PR symtab/12707:
666 * gdb.python/py-symbol.exp: Update expected results for
667 linkage_name test.
668 * gdb.cp/print-demangle.exp: New file.
669 * gdb.base/c-linkage-name.exp: Fix test.
670 * gdb.guile/scm-symbol.exp: Update expected results for
671 linkage_name test.
672
673 2020-04-24 Tom Tromey <tom@tromey.com>
674
675 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
676 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
677 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
678 assembler.
679
680 2020-04-24 Tom de Vries <tdevries@suse.de>
681
682 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
683 C++.
684
685 2020-04-24 Tom Tromey <tromey@adacore.com>
686
687 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
688 values.
689 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
690 values. Update test for minimal encodings.
691 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
692 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
693 values. Update test for minimal encodings.
694
695 2020-04-24 Tom Tromey <tromey@adacore.com>
696
697 PR python/23662:
698 * gdb.ada/variant.exp: Add Python checks.
699 * gdb.rust/simple.exp: Add dynamic type checks.
700
701 2020-04-24 Tom Tromey <tromey@adacore.com>
702
703 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
704 Make array type matching more lax.
705 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
706 * gdb.ada/mi_variant.exp: New file.
707 * gdb.ada/mi_variant/pck.ads: New file.
708 * gdb.ada/mi_variant/pkg.adb: New file.
709 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
710 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
711
712 2020-04-24 Tom Tromey <tromey@adacore.com>
713
714 * gdb.ada/variant.exp: Add dynamic field offset tests.
715 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
716 * gdb.ada/variant/pkg.adb: Add new variables.
717
718 2020-04-24 Tom Tromey <tromey@adacore.com>
719
720 * gdb.ada/variant.exp: New file
721 * gdb.ada/variant/pkg.adb: New file
722 * gdb.ada/variant/pck.adb: New file
723
724 2020-04-24 Tom de Vries <tdevries@suse.de>
725
726 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
727
728 2020-04-24 Tom de Vries <tdevries@suse.de>
729
730 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
731 flags.
732
733 2020-04-24 Tom de Vries <tdevries@suse.de>
734
735 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
736
737 2020-04-24 Tom de Vries <tdevries@suse.de>
738
739 * lib/gdb.exp (default_gdb_start): Handle eof.
740 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
741 failure.
742 * gdb.base/readnever.exp: Handle clean_restart failure.
743
744 2020-04-23 Tom de Vries <tdevries@suse.de>
745
746 * gdb.base/decl-before-def.exp: Run to main and print a again.
747
748 2020-04-23 Tom de Vries <tdevries@suse.de>
749
750 * gdb.base/decl-before-def-decl.c: New test.
751 * gdb.base/decl-before-def-def.c: New test.
752 * gdb.base/decl-before-def.exp: New file.
753
754 2020-04-23 Tom de Vries <tdevries@suse.de>
755
756 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
757
758 2020-04-22 Tom de Vries <tdevries@suse.de>
759
760 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
761 debug_info_offset.
762 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
763 before $objsfile in the line line.
764
765 2020-04-22 Tom de Vries <tdevries@suse.de>
766
767 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
768
769 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
770
771 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
772 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
773 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
774 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
775 * gdb.base/jit-protocol.h: Update definitions to match all usage
776 contexts.
777
778 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
779
780 * gdb.base: Rename all jit related test and source files.
781
782 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
783
784 * gdb.base/jit-reader.exp: Relax register output check.
785
786 2020-04-22 Tom de Vries <tdevries@suse.de>
787
788 PR symtab/25764
789 * gdb.base/psym-external-decl-2.c: New test.
790 * gdb.base/psym-external-decl.c: New test.
791 * gdb.base/psym-external-decl.exp: New file.
792 * gdb.threads/tls.exp: Add PR25807 kfail.
793
794 2020-04-22 Tom de Vries <tdevries@suse.de>
795
796 PR symtab/25801
797 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
798 in "info source" output.
799
800 2020-04-22 Tom de Vries <tdevries@suse.de>
801
802 PR symtab/25700
803 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
804 symtab for imported_unit.c.
805
806 2020-04-21 Gary Benson <gbenson@redhat.com>
807
808 * gdb.base/advance.c (func): New argument, to match call site.
809 (func2, func3): Add return statements.
810
811 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
812
813 * gdb.multi/run-only-second-inf.c: New file.
814 * gdb.multi/run-only-second-inf.exp: New file.
815
816 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
817
818 * gdb.btrace/multi-inferior.c: New test.
819 * gdb.btrace/multi-inferior.exp: New file.
820
821 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
822
823 * gdb.btrace/enable-new-thread.c: New test.
824 * gdb.btrace/enable-new-thread.exp: New file.
825
826 2020-04-21 Tom de Vries <tdevries@suse.de>
827
828 PR gdb/25471
829 * gdb.threads/killed-outside.c: New test.
830 * gdb.threads/killed-outside.exp: New file.
831
832 2020-04-20 Gary Benson <gbenson@redhat.com>
833
834 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
835 * gdb.base/nested-subp2.exp: Likewise.
836 * gdb.base/nested-subp3.exp: Likewise.
837
838 2020-04-20 Gary Benson <gbenson@redhat.com>
839
840 * gdb.base/nested-subp1.exp: Disable test when using clang.
841 * gdb.base/nested-subp2.exp: Likewise.
842 * gdb.base/nested-subp3.exp: Likewise.
843
844 2020-04-20 Gary Benson <gbenson@redhat.com>
845
846 * gdb.cp/exception.cc: Fix compilation error with clang.
847
848 2020-04-20 Gary Benson <gbenson@redhat.com>
849
850 * gdb.trace/tspeed.c: Fix compilation error with clang.
851
852 2020-04-20 Gary Benson <gbenson@redhat.com>
853
854 * gdb.base/jit-main.c: Fix compilation error with clang.
855
856 2020-04-17 Kamil Rytarowski <n54@gmx.com>
857
858 * gdb.base/attach-twice.c: Include "sys/types.h".
859 (PTRACE_ATTACH): Add fallback definition.
860 (main): Pass `0' to the 4th argument of `ptrace'.
861
862 2020-04-17 Kamil Rytarowski <n54@gmx.com>
863
864 * gdb.base/fork-running-state.c: Include "signal.h".
865
866 2020-04-17 Tom Tromey <tromey@adacore.com>
867
868 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
869 Update tests.
870 * gdb.btrace/cpu.exp: Update tests.
871 * gdb.base/maint.exp: Update tests.
872 * gdb.base/default.exp: Update tests.
873 * gdb.base/completion.exp: Update tests.
874
875 2020-04-16 Tom de Vries <tdevries@suse.de>
876
877 PR symtab/25791
878 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
879 (ensure_gdb_index): and factor out and move ...
880 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
881 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
882
883 2020-04-16 Tom de Vries <tdevries@suse.de>
884
885 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
886 loading exec.
887
888 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
889
890 * gdb.base/many-completions.exp: New file.
891
892 2020-04-14 Tom de Vries <tdevries@suse.de>
893
894 PR symtab/25718
895 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
896
897 2020-04-14 Tom de Vries <tdevries@suse.de>
898
899 PR symtab/25720
900 * gdb.base/maint-expand-symbols-header-file.c: New test.
901 * gdb.base/maint-expand-symbols-header-file.exp: New file.
902 * gdb.base/maint-expand-symbols-header-file.h: New test.
903
904 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
905
906 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
907 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
908 get_func_info.
909 (get_func_info): Delete.
910 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
911 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
912 * lib/dwarf.exp (get_func_info): New function.
913
914 2020-04-13 Tom de Vries <tdevries@suse.de>
915
916 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
917 to what find_gnatmake does.
918
919 2020-04-10 Tom de Vries <tdevries@suse.de>
920
921 * gdb.base/style.exp: Expect "Expanding full symbols" message for
922 -readnow.
923
924 2020-04-10 Tom de Vries <tdevries@suse.de>
925
926 PR cli/25808
927 * gdb.base/style.c: Add leading newlines.
928 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
929 Check listing of main's one-line body.
930
931 2020-04-08 Tom de Vries <tdevries@suse.de>
932
933 * lib/gdb.exp (psymtabs_p): New proc.
934 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
935 importing unit" unsupported if there are no partial symbols.
936
937 2020-04-08 Tom de Vries <tdevries@suse.de>
938
939 PR testsuite/25760
940 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
941
942 2020-04-07 Tom de Vries <tdevries@suse.de>
943
944 PR symtab/25796
945 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
946
947 2020-04-07 Tom de Vries <tdevries@suse.de>
948
949 * gdb.base/check-psymtab.c: New test.
950 * gdb.base/check-psymtab.exp: New file.
951
952 2020-04-06 Tom Tromey <tromey@adacore.com>
953
954 * gdb.ada/variant-record/proc.adb: New file.
955 * gdb.ada/variant-record/value.adb: New file.
956 * gdb.ada/variant-record/value.s: New file.
957 * gdb.ada/variant-record.exp: New file.
958
959 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
960
961 PR gdb/25325
962 * gdb.cp/typed-enum.cc: New test.
963 * gdb.cp/typed-enum.exp: New file.
964
965 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
966
967 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
968 * gdb.dwarf2/dw2-inline-small-func.c: New file.
969 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
970 * gdb.dwarf2/dw2-inline-small-func.h: New file.
971 * gdb.opt/inline-small-func.c: New file.
972 * gdb.opt/inline-small-func.exp: New file.
973 * gdb.opt/inline-small-func.h: New file.
974
975 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
976
977 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
978 function.
979
980 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
981
982 * lib/dwarf.exp (function_range): Allow compiler options to be
983 specified.
984
985 2020-04-02 Tom de Vries <tdevries@suse.de>
986
987 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
988 __attribute__((always_inline)).
989 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
990
991 2020-04-02 Tom de Vries <tdevries@suse.de>
992
993 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
994 (gdbserver_gdb_exit): ... here. Add timeout warning.
995 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
996 (connect_target_extended_remote): Append new server_spawn_id to
997 server_spawn_ids.
998 (cleanup): New proc.
999 (setup, <toplevel>): Call cleanup.
1000
1001 2020-04-02 Tom de Vries <tdevries@suse.de>
1002
1003 * gdb.base/main-psymtab.exp: New file.
1004
1005 2020-04-02 Tom de Vries <tdevries@suse.de>
1006
1007 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1008
1009 2020-04-01 Tom Tromey <tom@tromey.com>
1010
1011 * gdb.base/complex-parts.exp: Add type tests.
1012
1013 2020-04-01 Tom Tromey <tom@tromey.com>
1014
1015 * gdb.base/complex-parts.exp: Add arithmetic tests.
1016
1017 2020-04-01 Tom Tromey <tom@tromey.com>
1018
1019 * gdb.compile/compile.exp: Update.
1020 * gdb.compile/compile-cplus.exp: Update.
1021 * gdb.base/varargs.exp: Update.
1022 * gdb.base/floatn.exp: Update.
1023 * gdb.base/endianity.exp: Update.
1024 * gdb.base/callfuncs.exp (do_function_calls): Update.
1025 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1026 (complex_float_integral_args): Update.
1027 * gdb.base/complex.exp: Update.
1028 * gdb.base/complex-parts.exp: Update.
1029
1030 2020-04-01 Tom Tromey <tromey@adacore.com>
1031
1032 * gdb.rust/union.rs: New file.
1033 * gdb.rust/union.exp: New file.
1034 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1035 (main): Update.
1036 * gdb.rust/simple.exp: Move union tests to union.exp.
1037
1038 2020-04-01 Tom Tromey <tromey@adacore.com>
1039
1040 * gdb.rust/simple.rs (main): Remove "y0".
1041
1042 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1043
1044 * gdb.multi/stop-all-on-exit.c: New test.
1045 * gdb.multi/stop-all-on-exit.exp: New file.
1046
1047 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
1048
1049 PR gdb/24789
1050 * gdb.cp/misc.cc: Add integer reference variable.
1051 * gdb.cp/misc.exp: Add test.
1052
1053 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1054
1055 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1056 scenario to cover execution until the end and also the case
1057
1058 2020-03-31 Tom de Vries <tdevries@suse.de>
1059
1060 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1061 c. Use "maint info symtabs" to check symtab expansion.
1062
1063 2020-03-30 Tom de Vries <tdevries@suse.de>
1064
1065 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1066 unsupported.
1067 (verify_psymtab_expanded): Move ...
1068 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1069 test.
1070 (readnow): New proc.
1071
1072 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1073
1074 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1075 with $hex.
1076
1077 2020-03-20 Tom Tromey <tromey@adacore.com>
1078
1079 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1080
1081 2020-03-20 Tom Tromey <tromey@adacore.com>
1082
1083 * gdb.ada/sub_variant/subv.adb: New file.
1084 * gdb.ada/sub_variant.exp: New file.
1085
1086 2020-03-20 Tom de Vries <tdevries@suse.de>
1087
1088 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1089 first break fails.
1090 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1091
1092 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1093
1094 * gdb.server/exit-multiple-threads.c: New file.
1095 * gdb.server/exit-multiple-threads.exp: New file.
1096
1097 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1098
1099 * gdb.fortran/mixed-lang-stack.c: New file.
1100 * gdb.fortran/mixed-lang-stack.cpp: New file.
1101 * gdb.fortran/mixed-lang-stack.exp: New file.
1102 * gdb.fortran/mixed-lang-stack.f90: New file.
1103
1104 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1105
1106 * gdb.linespec/cp-completion-aliases.cc: New file.
1107 * gdb.linespec/cp-completion-aliases.exp: New file.
1108
1109 2020-03-19 Tom de Vries <tdevries@suse.de>
1110
1111 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1112 more precise.
1113
1114 2020-03-18 Tom de Vries <tdevries@suse.de>
1115
1116 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1117 * gdb.dwarf2/break-inline-psymtab.c: New test.
1118 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1119
1120 2020-03-16 Tom de Vries <tdevries@suse.de>
1121
1122 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1123 cache_verify and cache_verify_proc.
1124
1125 2020-03-15 Tom de Vries <tdevries@suse.de>
1126
1127 * gdb.server/solib-list.exp: Handle
1128 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1129
1130 2020-03-15 Tom de Vries <tdevries@suse.de>
1131
1132 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1133 objfiles".
1134
1135 2020-03-14 Tom Tromey <tom@tromey.com>
1136
1137 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1138
1139 2020-03-14 Tom de Vries <tdevries@suse.de>
1140
1141 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1142
1143 2020-03-14 Tom de Vries <tdevries@suse.de>
1144
1145 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1146 result in line-by-line fashion.
1147
1148 2020-03-14 Tom de Vries <tdevries@suse.de>
1149
1150 * lib/gdb.exp (supports_statement_frontiers): New proc.
1151 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1152
1153 2020-03-14 Tom de Vries <tdevries@suse.de>
1154
1155 * gdb.base/printcmds.exp: Add missing quoting for "print
1156 teststring2".
1157
1158 2020-03-13 Tom Tromey <tom@tromey.com>
1159
1160 * gdb.base/printcmds.exp (test_print_strings): Add regression
1161 test.
1162 * gdb.base/printcmds.c (charptr): New typedef.
1163 (teststring2): New global.
1164
1165 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1166
1167 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1168 full path in the test name.
1169 (test_ld): Add some with_test_prefix blocks to make test names
1170 unique.
1171
1172 2020-03-13 Tom de Vries <tdevries@suse.de>
1173
1174 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1175
1176 2020-03-13 Tom de Vries <tdevries@suse.de>
1177
1178 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1179
1180 2020-03-13 Tom de Vries <tdevries@suse.de>
1181
1182 PR symtab/25646
1183 * gdb.dwarf2/imported-unit.exp: Add test.
1184
1185 2020-03-13 Tom de Vries <tdevries@suse.de>
1186
1187 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1188 (var1, var2): New variable.
1189 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1190 matching symbols.
1191
1192 2020-03-13 Tom de Vries <tdevries@suse.de>
1193
1194 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1195 (Term::command): Use prompt prefix.
1196 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1197 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1198 command_no_prompt_prefix instead of prefix.
1199 * gdb.tui/tui-layout-asm.exp: Same.
1200
1201 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1202
1203 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1204
1205 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1206
1207 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1208 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1209 on" while stepping over the test instruction, match printed
1210 message.
1211
1212 2020-03-12 Tom de Vries <tdevries@suse.de>
1213
1214 * gdb.base/info-types.exp: Use exp_continue during matching of output
1215 of "info types".
1216
1217 2020-03-12 Tom de Vries <tdevries@suse.de>
1218
1219 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1220
1221 2020-03-12 Tom de Vries <tdevries@suse.de>
1222
1223 * gdb.fortran/module.exp: Use exp_continue during matching of output
1224 of "info variable -n".
1225
1226 2020-03-12 Tom de Vries <tdevries@suse.de>
1227
1228 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1229 gdb.dwarf2/dw2-ranges-base.c.
1230
1231 2020-03-12 Tom de Vries <tdevries@suse.de>
1232
1233 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1234 in presence of GLIBC debuginfo.
1235
1236 2020-03-12 Tom de Vries <tdevries@suse.de>
1237
1238 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1239 $core.
1240
1241 2020-03-12 Tom de Vries <tdevries@suse.de>
1242
1243 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1244 more precise.
1245
1246 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
1247
1248 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1249 from Unix to Windows path.
1250
1251 2020-03-11 Tom de Vries <tdevries@suse.de>
1252
1253 * gdb.ada/minsyms.exp: Set language to ada.
1254
1255 2020-03-11 Tom de Vries <tdevries@suse.de>
1256
1257 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1258
1259 2020-03-11 Tom de Vries <tdevries@suse.de>
1260
1261 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1262
1263 2020-03-11 Tom Tromey <tromey@adacore.com>
1264
1265 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1266
1267 2020-03-11 Tom de Vries <tdevries@suse.de>
1268
1269 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1270
1271 2020-03-11 Tom de Vries <tdevries@suse.de>
1272
1273 * gdb.base/break-interp.exp: Limit verbose scope.
1274
1275 2020-03-11 Tom de Vries <tdevries@suse.de>
1276
1277 * gdb.fortran/logical.f90: Define variable with character type.
1278 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1279
1280 2020-03-11 Tom de Vries <tdevries@suse.de>
1281
1282 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1283
1284 2020-03-11 Tom de Vries <tdevries@suse.de>
1285
1286 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1287 symtabs.
1288
1289 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1290 Bernd Edlinger <bernd.edlinger@hotmail.de>
1291
1292 * gdb.cp/step-and-next-inline.cc: New file.
1293 * gdb.cp/step-and-next-inline.exp: New file.
1294 * gdb.cp/step-and-next-inline.h: New file.
1295 * gdb.dwarf2/dw2-is-stmt.c: New file.
1296 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1297 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1298 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1299 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1300
1301 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1302
1303 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1304 is-stmt flag in the line table.
1305
1306 2020-03-09 Tom de Vries <tdevries@suse.de>
1307
1308 * lib/gdb.exp (cached_file): Create cache dir.
1309
1310 2020-03-07 Tom de Vries <tdevries@suse.de>
1311
1312 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1313 * gdb.cp/rvalue-ref-params.exp: Same.
1314
1315 2020-03-06 Tom de Vries <tdevries@suse.de>
1316
1317 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1318 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1319
1320 2020-03-06 Tom de Vries <tdevries@suse.de>
1321
1322 * README: Fix "the the".
1323 * gdb.base/dprintf.exp: Same.
1324
1325 2020-03-05 Tom de Vries <tdevries@suse.de>
1326
1327 * gdb.base/maint.exp: Update "main print statistics" expected output.
1328
1329 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1330
1331 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1332 (fortran_int8): Likewise.
1333 (fortran_real4): Likewise.
1334 (fortran_real8): Likewise.
1335 (fortran_complex4): Likewise.
1336 (fortran_logical4): Likewise.
1337 (fortran_character1): Likewise.
1338
1339 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1340
1341 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1342 printed as true.
1343
1344 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1345
1346 * gdb.base/printcmds.exp: Add test to verify printf of a
1347 variable holding an address.
1348
1349 2020-03-03 Tom de Vries <tdevries@suse.de>
1350
1351 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1352
1353 2020-03-03 Tom de Vries <tdevries@suse.de>
1354
1355 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1356 gdb_test_multiple call.
1357
1358 2020-03-03 Tom de Vries <tdevries@suse.de>
1359
1360 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1361 gdb_test_multiple calls.
1362
1363 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1364
1365 * gdb.base/default.exp: Remove test of 'set history filename'.
1366 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1367 filename to the empty string.
1368 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1369 and GDBHISTSIZE.
1370
1371 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1372
1373 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1374 disabled.
1375
1376 2020-03-02 Pedro Alves <palves@redhat.com>
1377 Tom de Vries <tdevries@suse.de>
1378
1379 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1380 -prompt prefix, before user_code argument. Add -lbl option likewise.
1381 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1382 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1383 argument.
1384 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1385 have "\r\n" at start-of-line, instead of at end-of-line.
1386
1387 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
1388
1389 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1390 libinproctrace.so.
1391
1392 2020-02-28 Luis Machado <luis.machado@linaro.org>
1393
1394 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1395 to "p/x".
1396
1397 2020-02-28 Luis Machado <luis.machado@linaro.org>
1398
1399 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1400 asm/ptrace.h and error.h.
1401
1402 2020-02-28 Tom de Vries <tdevries@suse.de>
1403
1404 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1405 (struct wrapper, do_something, mundane/symada__cS): Move ...
1406 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1407 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1408 Update "print symada__cS before partial symtab expansion" regexp.
1409 Update breakpoint location. Flush symbol cache after expansion.
1410
1411 2020-02-28 Luis Machado <luis.machado@linaro.org>
1412
1413 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1414
1415 2020-02-27 Tom de Vries <tdevries@suse.de>
1416
1417 * config/sid.exp: Remove unused globals.
1418 * gdb.base/attach.exp: Same.
1419 * gdb.base/catch-load.exp: Same.
1420 * gdb.base/dbx.exp: Same.
1421 * lib/gdb.exp: Same.
1422 * lib/mi-support.exp: Same.
1423 * lib/prompt.exp: Same.
1424
1425 2020-02-27 Tom de Vries <tdevries@suse.de>
1426
1427 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1428 not set.
1429
1430 2020-02-26 Aaron Merey <amerey@redhat.com>
1431
1432 * gdb.debuginfod: New directory for debuginfod tests.
1433 * gdb.debuginfod/main.c: New test file.
1434 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1435
1436 2020-02-26 Tom de Vries <tdevries@suse.de>
1437
1438 PR gdb/25603
1439 * gdb.base/persistent-lang.cc: New test.
1440 * gdb.base/persistent-lang.exp: New file.
1441
1442 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1443
1444 * gdb.fortran/derived-type-striding.exp: Add a new test.
1445 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1446 new test.
1447
1448 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1449
1450 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1451 names.
1452
1453 2020-02-25 Tom de Vries <tdevries@suse.de>
1454
1455 PR go/18926
1456 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1457
1458 2020-02-24 Tom de Vries <tdevries@suse.de>
1459
1460 PR gdb/25592
1461 * gdb.base/info-locals-unused-static-var.c: New test.
1462 * gdb.base/info-locals-unused-static-var.exp: New file.
1463
1464 2020-02-22 Tom Tromey <tom@tromey.com>
1465
1466 * gdb.python/tui-window.exp: New file.
1467 * gdb.python/tui-window.py: New file.
1468
1469 2020-02-22 Tom Tromey <tom@tromey.com>
1470
1471 PR tui/17850:
1472 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1473 tests.
1474
1475 2020-02-22 Tom Tromey <tom@tromey.com>
1476
1477 * gdb.tui/new-layout.exp: Add sub-layout tests.
1478
1479 2020-02-22 Tom Tromey <tom@tromey.com>
1480
1481 * gdb.tui/new-layout.exp: New file.
1482
1483 2020-02-22 Tom Tromey <tom@tromey.com>
1484
1485 * gdb.rust/rust-style.rs: New file.
1486 * gdb.rust/rust-style.exp: New file.
1487 * gdb.base/style.exp: Test structure printing.
1488 * gdb.base/style.c (struct some_struct): New type.
1489 (enum etype): New type.
1490 (struct_value): New global.
1491
1492 2020-02-21 Tom de Vries <tdevries@suse.de>
1493
1494 PR go/18926
1495 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1496 Remove blanket xfails. Use message argument for gdb_breakpoint.
1497 Make continuing to breakpoint test conditional on setting breakpoint.
1498 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1499 DW_AT_name attribute. Add xfail for GCC PR93866.
1500
1501 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1502
1503 * gdb.dwarf2/cpp-linkage-name.c: New file.
1504 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1505
1506 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
1507
1508 * lib/gdb.exp (gdb_wrapper_init): Reset
1509 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1510 not exist.
1511
1512 2020-02-20 Tom de Vries <tdevries@suse.de>
1513
1514 PR go/17018
1515 * gdb.go/hello.exp: Copy ...
1516 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1517 print of st to print value of global definition. Add xfail for GCC
1518 PR93844.
1519 * gdb.go/hello.exp: Remove printing of st before definition.
1520 * gdb.go/hello.go: Copy ...
1521 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1522 to st.
1523 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1524
1525 2020-02-20 Tom de Vries <tdevries@suse.de>
1526
1527 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1528 (gdb_simple_compile): Handle compile_flags go by using .go extension
1529 for source file.
1530 * gdb.go/chan.exp: Use support_go_compile.
1531 * gdb.go/handcall.exp: Same.
1532 * gdb.go/hello.exp: Same.
1533 * gdb.go/integers.exp: Same.
1534 * gdb.go/max-depth.exp: Same.
1535 * gdb.go/methods.exp: Same.
1536 * gdb.go/package.exp: Same.
1537 * gdb.go/strings.exp: Same.
1538 * gdb.go/types.exp: Same.
1539 * gdb.go/unsafe.exp: Same.
1540
1541 2020-02-19 Tom de Vries <tdevries@suse.de>
1542
1543 * gdb.python/lib-types.exp: Make xfail more strict.
1544
1545 2020-02-19 Tom de Vries <tdevries@suse.de>
1546
1547 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1548
1549 2020-02-19 Doug Evans <dje@google.com>
1550
1551 PR rust/25535
1552 * gdb.rust/simple.exp: Add test.
1553 * gdb.rust/simple.rs: Add test.
1554
1555 2020-02-19 Tom de Vries <tdevries@suse.de>
1556
1557 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1558 output line-by-line.
1559
1560 2020-02-19 Tom de Vries <tdevries@suse.de>
1561
1562 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1563
1564 2020-02-19 Tom de Vries <tdevries@suse.de>
1565
1566 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1567 prelink.
1568
1569 2020-02-19 Tom de Vries <tdevries@suse.de>
1570
1571 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1572 (gdb_do_cache): Use gdb_do_cache_wrap.
1573 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1574
1575 2020-02-19 Tom de Vries <tdevries@suse.de>
1576
1577 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1578 gdb_compile option.
1579
1580 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1581
1582 * gdb.base/printcmds.exp (test_print_enums): Update expected
1583 output.
1584
1585 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1586
1587 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1588 for "unknown".
1589
1590 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1591
1592 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1593 enumerator.
1594
1595 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1596
1597 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1598 FE_, add FE_NONE.
1599 (three): Update.
1600 (enum flag_enum_without_zero): New enum.
1601 (flag_enum_without_zero): New variable.
1602 (enum not_flag_enum): New enum.
1603 (three_not_flag): New variable.
1604 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1605 (test_print_enums): Add more tests for printing flag enums.
1606
1607 2020-02-18 Tom de Vries <tdevries@suse.de>
1608
1609 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1610 (gdb_compile_ada): ... here.
1611 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1612 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1613
1614 2020-02-14 Tom Tromey <tom@tromey.com>
1615
1616 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1617 build directory.
1618 * boards/gdbserver-base.exp: Update path to gdbserver.
1619
1620 2020-02-13 Tom de Vries <tdevries@suse.de>
1621
1622 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1623
1624 2020-02-13 Tom de Vries <tdevries@suse.de>
1625
1626 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1627 are missing.
1628
1629 2020-02-13 Tom de Vries <tdevries@suse.de>
1630
1631 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1632 call.
1633
1634 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1635
1636 PR tui/25126
1637 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1638 * gdb.base/cached-source-file.c: New file.
1639 * gdb.base/cached-source-file.exp: New file.
1640
1641 2020-02-11 Tom de Vries <tdevries@suse.de>
1642
1643 PR testsuite/25488
1644 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1645
1646 2020-02-10 Tom de Vries <tdevries@suse.de>
1647
1648 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1649
1650 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
1651
1652 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1653 and $after_addr are both integers before making a comparison.
1654
1655 2020-02-09 Tom de Vries <tdevries@suse.de>
1656
1657 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1658 command output and paste it into gdb.log. If any, paste catch message
1659 to gdb.log.
1660
1661 2020-02-07 Tom Tromey <tromey@adacore.com>
1662
1663 PR breakpoints/24915:
1664 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1665
1666 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
1667
1668 * gdb.tui/tui-missing-src.exp: Add the "missing source
1669 file" test for the TUI.
1670
1671 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1672
1673 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1674 including a port number in the output.
1675
1676 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1677
1678 * lib/fortran.exp (fortran_int4): Handle clang.
1679 (fortran_int8): Likewise.
1680 (fortran_real4): Likewise.
1681 (fortran_real8): Likewise.
1682 (fortran_complex4): Likewise.
1683 (fortran_logical4): Likewise.
1684 (fortran_character1): Likewise.
1685
1686 2020-02-04 Tom de Vries <tdevries@suse.de>
1687
1688 * README (Race detection): Add note.
1689
1690 2020-02-04 Tom de Vries <tdevries@suse.de>
1691
1692 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1693
1694 2020-02-04 Tom de Vries <tdevries@suse.de>
1695
1696 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1697
1698 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1699
1700 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1701 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1702 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1703 blttar, bnetarl.
1704 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1705 binary for blttar, bnetarl.
1706 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1707 wait instruction. Delete ldmx test.
1708 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1709
1710 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1711
1712 * gdb.fortran/array-bounds-high.exp: New file.
1713 * gdb.fortran/array-bounds-high.f90: New file.
1714
1715 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1716
1717 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1718 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1719
1720 2020-02-01 Tom de Vries <tdevries@suse.de>
1721
1722 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1723
1724 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1725
1726 PR tui/9765
1727 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1728 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1729
1730 2020-01-29 Luis Machado <luis.machado@linaro.org>
1731
1732 * gdb.arch/aarch64-brk-patterns.c: New source file.
1733 * gdb.arch/aarch64-brk-patterns.exp: New test.
1734
1735 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1736
1737 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1738 GCC/Clang version.
1739 * gdb.cp/pass-by-ref.exp: Ditto.
1740
1741 2020-01-29 Tom de Vries <tdevries@suse.de>
1742
1743 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1744 * gdb.threads/watchpoint-fork-mt.c: Same.
1745 * gdb.threads/watchpoint-fork-parent.c: Same.
1746 * gdb.threads/watchpoint-fork-st.c: Same.
1747 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1748
1749 2020-01-27 Luis Machado <luis.machado@linaro.org>
1750
1751 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1752 sitting at a syscall instruction when we hit the syscall function's
1753 breakpoint.
1754 Check PC against one obtained with the x command.
1755 Validate syscall number.
1756 (step_over_syscall): Don't continue to the syscall instruction if
1757 we're already there.
1758
1759 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1760
1761 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1762
1763 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1764
1765 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1766 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1767
1768 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1769
1770 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1771 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1772
1773 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1774
1775 * gdb.base/maint.exp: Update line table parsing test.
1776 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1777
1778 2020-01-24 Pedro Alves <palves@redhat.com>
1779
1780 PR gdb/25410
1781 * gdb.multi/multi-re-run-1.c: New.
1782 * gdb.multi/multi-re-run-2.c: New.
1783 * gdb.multi/multi-re-run.exp: New.
1784
1785 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1786
1787 PR gdb/23718
1788 * gdb.server/server-kill-python.exp: New file.
1789
1790 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1791
1792 * gdb.server/multi-ui-errors.c: New file.
1793 * gdb.server/multi-ui-errors.exp: New file.
1794
1795 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1796
1797 PR tui/9765
1798 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1799
1800 2020-01-19 Tom Tromey <tom@tromey.com>
1801
1802 * gdb.tui/main.exp: Add check for plain "file".
1803
1804 2020-01-16 Christian Biesinger <cbiesinger@google.com>
1805
1806 * lib/gdb.exp: Fix spelling error (seperatelly).
1807
1808 2020-01-14 Tom Tromey <tom@tromey.com>
1809
1810 PR symtab/12535:
1811 * gdb.python/python.exp: Test decode_line with empty string
1812 argument.
1813
1814 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1815
1816 * gdb.base/skip-inline.exp: Extend test.
1817
1818 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1819
1820 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1821 * gdb.dwarf2/dw2-bad-elf.c: New file.
1822 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1823
1824 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1825
1826 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1827 _line_saw_file.
1828
1829 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1830
1831 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1832 border.
1833
1834 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1835
1836 * gdb.multi/multi-target.exp (setup): Factor out "info
1837 connections" and "info inferiors" tests to ...
1838 (test_info_inferiors): ... this new procedure.
1839 (top level): Run new "info-inferiors" tests.
1840
1841 2020-01-10 Pedro Alves <palves@redhat.com>
1842
1843 * gdb.server/bkpt-other-inferior.exp: New file.
1844
1845 2020-01-10 Pedro Alves <palves@redhat.com>
1846
1847 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1848 of "add-inferior".
1849 * gdb.base/quit-live.exp: Likewise.
1850 * gdb.base/remote-exec-file.exp: Likewise.
1851 * gdb.guile/scm-progspace.exp: Likewise.
1852 * gdb.linespec/linespec.exp: Likewise.
1853 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1854 * gdb.mi/user-selected-context-sync.exp: Likewise.
1855 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1856 "info inferiors" tests.
1857 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1858 "add-inferior".
1859 * gdb.multi/watchpoint-multi.exp: Likewise.
1860 * gdb.python/py-inferior.exp: Likewise.
1861 * gdb.server/extended-remote-restart.exp: Likewise.
1862 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1863 "info inferiors".
1864 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1865 * gdb.trace/report.exp: Likewise.
1866
1867 2020-01-10 Pedro Alves <palves@redhat.com>
1868
1869 * gdb.multi/multi-target.c: New file.
1870 * gdb.multi/multi-target.exp: New file.
1871 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1872 mode requested, but remote does not support non-stop".
1873
1874 2020-01-10 Pedro Alves <palves@redhat.com>
1875
1876 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1877 disconnect before reconnecting.
1878
1879 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1880 Pedro Alves <palves@redhat.com>
1881
1882 * gdb.server/connect-without-multi-process.exp: Also test
1883 continuing to end.
1884
1885 2020-01-10 Pedro Alves <palves@redhat.com>
1886
1887 * gdb.base/remote-exec-file.exp: New file.
1888
1889 2020-01-10 Pedro Alves <palves@redhat.com>
1890
1891 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1892 output.
1893 * gdb.threads/async.c: New.
1894 * gdb.threads/async.exp: New.
1895 * gdb.multi/tids-gid-reset.c: New.
1896 * gdb.multi/tids-gid-reset.exp: New.
1897
1898 2020-01-10 George Barrett <bob@bob131.so>
1899
1900 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1901 to help in finding the image relocation offset.
1902 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1903 options in arguments.
1904 (stap_test_no_debuginfo): Likewise.
1905 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1906 test variants.
1907 (stap_test): Add null semaphore relocation test.
1908
1909 2020-01-10 George Barrett <bob@bob131.so>
1910
1911 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1912 * gdb.base/stap-probe.exp: Likewise.
1913 (stap_test): Pass argument as an additional flag.
1914 (stap_test_no_debuginfo): Likewise.
1915 (stap_test): Check `info probes stap' output for semaphore
1916 addresses if the test binary is supposed to have them.
1917
1918 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1919
1920 * gdb.tui/basic.exp: Add more scrolling tests.
1921
1922 2020-01-09 Tom Tromey <tom@tromey.com>
1923
1924 PR tui/18932:
1925 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1926 meangingful value.
1927 (Term::command, Term::resize): Update.
1928 * gdb.tui/basic.exp: Add scrolling test.
1929
1930 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1931
1932 * gdb.tui/tui-layout-asm.exp: New file.
1933
1934 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1935
1936 * lib/tuiterm.exp (Term::check_box_contents): New proc.
1937
1938 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1939
1940 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
1941 (Term::enter_tui): Use Term::prepare_for_tui.
1942
1943 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1944
1945 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
1946 called.
1947
1948 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1949
1950 * gdb.base/skip.exp: Fix race condition in test.
1951
1952 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1953
1954 * gdb.base/backtrace.c: New file.
1955 * gdb.base/backtrace.exp: New file.
1956
1957 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
1958
1959 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
1960
1961 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1962
1963 * gdb.base/style.exp: Test that warnings are styled.
1964
1965 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
1966
1967 * gdb.base/line65535.exp: New file.
1968 * gdb.base/line65535.c: New file.
1969
1970 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
1971
1972 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
1973 * lib/gnat_debug_info_test.adb: New file.
1974 * gdb.ada/ptype_tagged_param.exp: Use
1975 gnat_runtime_has_debug_info, expect a different output if
1976 runtime does not have debug info.
1977
1978 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1979
1980 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
1981 (another) quote in test name.
1982
1983 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1984
1985 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
1986 Add quote in test name.
1987
1988 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1989
1990 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
1991 directory instead.
1992 * gdb.cp/pass-by-ref.exp: Extend with more cases.
1993 * gdb.cp/pass-by-ref-2.cc: New file.
1994 * gdb.cp/pass-by-ref-2.exp: New file.
1995
1996 2019-12-20 Tom Tromey <tom@tromey.com>
1997
1998 * gdb.tui/list-before.exp: New file.
1999
2000 2019-12-20 Tom Tromey <tom@tromey.com>
2001
2002 * gdb.tui/list.exp: Check for source on initial listing.
2003
2004 2019-12-11 Tom Tromey <tromey@adacore.com>
2005
2006 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2007 Add crlf test.
2008
2009 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
2010
2011 * gdb.base/default.exp: Update value of $_gdb_major.
2012
2013 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2014
2015 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2016
2017 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2018
2019 * gdb.base/skip.exp: Whitespace fix.
2020
2021 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2022
2023 * gdb.base/skip-inline.c: New file.
2024 * gdb.base/skip-inline.exp: New file.
2025
2026 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2027
2028 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2029 jit_function_00 to jit_function_stack_mangle.
2030 * gdb.base/jithost.c (jit_function_t): Rename to...
2031 (jit_function_stack_mangle_t): ... this.
2032 (jit_function_add_t): New typedef.
2033 (jit_function_00_code): Rename to...
2034 (jit_function_stack_mangle_code): ... this, make static.
2035 (jit_function_add_code): New.
2036 (main): Generate "add" function and call it. Adjust to changes
2037 in jithost_abi.
2038 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2039 (struct jithost_abi) <begin, end>: Remove fields.
2040 <object, function_stack_mangle, function_add>: New fields.
2041 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2042 code_end>: Remove fields.
2043 <func_stack_mangle>: New field.
2044 (read_debug_info): Adjust to renaming, create block for "add"
2045 function.
2046 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2047
2048 2019-12-11 Tom Tromey <tom@tromey.com>
2049
2050 * gdb.tui/resize.exp: Fix regexp.
2051 * gdb.tui/regs.exp: Fix regexps.
2052 * gdb.tui/main.exp: Fix regexp.
2053
2054 2019-12-11 Tom Tromey <tom@tromey.com>
2055
2056 * gdb.tui/resize.exp: Update.
2057 * gdb.tui/empty.exp (layouts): Update.
2058
2059 2019-12-11 Tom Tromey <tom@tromey.com>
2060
2061 * gdb.tui/regs.exp: Update.
2062 * gdb.tui/empty.exp (layouts): Update.
2063 * gdb.tui/basic.exp: Update.
2064 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2065
2066 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2067
2068 * gdb.base/options.exp: Add -raw-values in the print completion list.
2069 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2070
2071 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2072
2073 * gdb.threads/omp-par-scope.c: New file.
2074 * gdb/threads/omp-par-scope.exp: New file.
2075
2076 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2077
2078 * lib/gdb.exp (support_nested_function_tests): New proc.
2079
2080 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2081
2082 * lib/gdb.exp (gdb_compile_openmp): New proc.
2083 (build_executable_from_specs): Add an "openmp" option.
2084 (gdb_compile_pthreads): Add non-executable case.
2085
2086 2019-12-10 Tom Tromey <tromey@adacore.com>
2087
2088 * gdb.ada/unchecked_union.exp: New file.
2089 * gdb.ada/unchecked_union/pck.adb: New file.
2090 * gdb.ada/unchecked_union/pck.ads: New file.
2091 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2092 * gdb-utils.exp (string_to_regexp): Also quote "?".
2093
2094 2019-12-10 George Barrett <bob@bob131.so>
2095
2096 Test scripted probe breakpoints.
2097 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2098 * gdb.python/py-breakpoint.c (main): Likewise.
2099 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2100 specifier test.
2101 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2102
2103 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2104
2105 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2106 an rvalue parameter.
2107 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2108 parameter.
2109
2110 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2111
2112 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2113 modules.
2114
2115 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2116
2117 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2118 broken version of GCC.
2119
2120 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2121
2122 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2123 sym-info-cmds library.
2124 * gdb.fortran/info-types.exp: Likewise.
2125 * lib/sym-info-cmds.exp: New file.
2126
2127 2019-12-08 Tom de Vries <tdevries@suse.de>
2128
2129 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2130
2131 2019-12-07 Keith Seitz <keiths@redhat.com>
2132
2133 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2134 * gdb.base/corefile-buildid-shlib.c: New file.
2135 * gdb.base/corefile-buildid.c: New file.
2136 * gdb.base/corefile-buildid.exp: New file.
2137
2138 2019-12-06 Tom de Vries <tdevries@suse.de>
2139
2140 * gdb.dwarf2/varval.exp: Add decl before def test.
2141
2142 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2143
2144 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2145
2146 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2147
2148 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2149 CV and reference conversion for overload resolution.
2150 * gdb.cp/rvalue-ref-overload.exp: Test it.
2151
2152 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2153
2154 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2155 * gdb.base/frameapply.exp: Test faas without command.
2156
2157 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2158
2159 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2160 Fortran tests.
2161 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2162 order.
2163
2164 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2165
2166 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2167 casting to type with no kind specified.
2168 (test_basic_parsing_of_type_kinds): Additional tests for types
2169 with no kind specified, and add tests for single/double
2170 precision/complex types.
2171
2172 2019-12-04 Tom Tromey <tromey@adacore.com>
2173
2174 * gdb.base/endianity.c (struct other) <x>: New field.
2175 (main): Initialize it.
2176 * gdb.base/endianity.exp: Update.
2177
2178 2019-12-04 Tom Tromey <tromey@adacore.com>
2179
2180 * gdb.ada/scalar_storage/storage.adb: New file.
2181 * gdb.ada/scalar_storage/pck.adb: New file.
2182 * gdb.ada/scalar_storage/pck.ads: New file.
2183 * gdb.ada/scalar_storage.exp: New file.
2184
2185 2019-12-04 Tom Tromey <tromey@adacore.com>
2186
2187 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2188 (main): Initialize it.
2189 * gdb.base/endianity.exp: Update.
2190
2191 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2192
2193 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2194
2195 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2196
2197 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2198 -symbol-info-module-functions and -symbol-info-module-variables.
2199
2200 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2201
2202 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2203
2204 2019-12-01 Richard Bunt <richard.bunt@arm.com>
2205 Andrew Burgess <andrew.burgess@embecosm.com>
2206
2207 * gdb.fortran/derived-type-striding.exp: New file.
2208 * gdb.fortran/derived-type-striding.f90: New file.
2209 * gdb.fortran/array-slices.exp: New file.
2210 * gdb.fortran/array-slices.f90: New file.
2211
2212 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2213
2214 * gdb.base/define.exp: Test . in command names.
2215 * gdb.base/setshow.exp: Update test, as . is now part of
2216 command name.
2217
2218 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2219
2220 * gdb.base/define-prefix.exp: New file.
2221
2222 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2223
2224 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2225 compile.
2226 (skip_btrace_pt_tests): Likewise.
2227
2228 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2229
2230 * gdb.fortran/info-modules.exp: Compile source files in correct
2231 order.
2232
2233 2019-11-27 Kevin Buettner <kevinb@redhat.com>
2234
2235 * gdb.dwarf2/imported-unit.exp: New file.
2236 * gdb.dwarf2/imported-unit.c: New file.
2237
2238 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2239
2240 * gdb.mi/mi-fortran-modules-2.f90: New file.
2241 * gdb.mi/mi-fortran-modules.exp: New file.
2242 * gdb.mi/mi-fortran-modules.f90: New file.
2243
2244 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2245
2246 * gdb.mi/mi-sym-info-1.c: New file.
2247 * gdb.mi/mi-sym-info-2.c: New file.
2248 * gdb.mi/mi-sym-info.exp: New file.
2249
2250 2019-11-22 Tom Tromey <tromey@adacore.com>
2251
2252 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2253 * gdb.ada/tasks/foo.adb: Add another stopping location.
2254
2255 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2256
2257 * gdb.base/endianity.c: New test.
2258 * gdb.base/endianity.exp: New file.
2259
2260 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2261
2262 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2263
2264 2019-11-21 Tom de Vries <tdevries@suse.de>
2265
2266 PR gdb/24956
2267 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2268
2269 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2270
2271 * gdb.python/py-progspace.exp: Add missing parentheses on some
2272 'print' commands.
2273
2274 2019-11-19 Tom Tromey <tom@tromey.com>
2275
2276 * gdb.tui/winheight.exp: New file.
2277
2278 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2279
2280 * gdb.base/ctf-whatis.c: Delete.
2281 * gdb.base/ctf-whatis.exp: Delete.
2282 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2283
2284 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2285
2286 * gdb.base/ctf-cvexpr.exp: Delete.
2287 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2288
2289 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2290
2291 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2292 the compiler. Clean up header comment a little.
2293 * gdb.base/ctf-ptype.exp: Likewise.
2294 * gdb.base/ctf-whatis.exp: Likewise.
2295 * lib/gdb.exp (skip_ctf_tests): New proc.
2296
2297 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2298
2299 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2300 * gdb.tui/corefile-run.exp: New file.
2301
2302 2019-11-14 Tom Tromey <tromey@adacore.com>
2303
2304 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2305 regression tests.
2306
2307 2019-11-12 Tom Tromey <tom@tromey.com>
2308
2309 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2310 after any command. Expect prompt after WAIT_FOR is seen.
2311 (enter_tui): Enable resize messages.
2312 (command): Expect command in output.
2313 (get_line): Avoid error when cursor appears to be off-screen.
2314 (dump_screen): Include screen size in title.
2315 (_do_resize): New proc, from "resize".
2316 (resize): Rewrite. Do resize in two steps.
2317 * gdb.tui/empty.exp (layouts): Fix entries.
2318 (check_boxes): Remove xfail.
2319 (check_text): Dump screen on failure.
2320
2321 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2322
2323 * gdb.python/py-symbol.exp: Add test for
2324 gdb.lookup_static_symbols.
2325
2326 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2327
2328 * gdb.python/py-symbol.c: Declare and call function from new
2329 py-symbol-2.c file.
2330 * gdb.python/py-symbol.exp: Compile both source files, and add new
2331 tests for gdb.lookup_static_symbol.
2332 * gdb.python/py-symbol-2.c: New file.
2333
2334 2019-11-02 Tom de Vries <tdevries@suse.de>
2335
2336 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2337 * gdb.base/anon.exp: Same.
2338 * gdb.base/auto-connect-native-target.exp: Same.
2339 * gdb.base/call-ar-st.exp: Same.
2340 * gdb.base/catch-syscall.exp: Same.
2341 * gdb.base/commands.exp: Same.
2342 * gdb.base/default.exp: Same.
2343 * gdb.base/display.exp: Same.
2344 * gdb.base/float.exp: Same.
2345 * gdb.base/foll-fork.exp: Same.
2346 * gdb.base/help.exp: Same.
2347 * gdb.base/info-macros.exp: Same.
2348 * gdb.base/info-proc.exp: Same.
2349 * gdb.base/info-target.exp: Same.
2350 * gdb.base/long_long.exp: Same.
2351 * gdb.base/macscp.exp: Same.
2352 * gdb.base/memattr.exp: Same.
2353 * gdb.base/nofield.exp: Same.
2354 * gdb.base/pointers.exp: Same.
2355 * gdb.base/printcmds.exp: Same.
2356 * gdb.base/ptype.exp: Same.
2357 * gdb.base/restore.exp: Same.
2358 * gdb.base/return.exp: Same.
2359 * gdb.base/scope.exp: Same.
2360 * gdb.base/set-noassign.exp: Same.
2361 * gdb.base/setshow.exp: Same.
2362 * gdb.base/shlib-call.exp: Same.
2363 * gdb.base/signals.exp: Same.
2364 * gdb.base/sigstep.exp: Same.
2365 * gdb.base/skip.exp: Same.
2366 * gdb.base/solib-symbol.exp: Same.
2367 * gdb.base/stap-probe.exp: Same.
2368 * gdb.base/step-line.exp: Same.
2369 * gdb.base/step-test.exp: Same.
2370 * gdb.base/style.exp: Same.
2371 * gdb.base/varargs.exp: Same.
2372 * gdb.base/vla-datatypes.exp: Same.
2373 * gdb.base/vla-ptr.exp: Same.
2374 * gdb.base/vla-sideeffect.exp: Same.
2375 * gdb.base/volatile.exp: Same.
2376 * gdb.base/watch-cond-infcall.exp: Same.
2377 * gdb.base/watchpoint.exp: Same.
2378
2379 2019-11-02 Tom de Vries <tdevries@suse.de>
2380
2381 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2382 * gdb.cp/cpexprs.exp: Same.
2383 * gdb.cp/except-multi-location.exp: Same.
2384 * gdb.cp/exceptprint.exp: Same.
2385 * gdb.cp/gdb2384.exp: Same.
2386 * gdb.cp/inherit.exp: Same.
2387 * gdb.cp/m-static.exp: Same.
2388 * gdb.cp/meth-typedefs.exp: Same.
2389 * gdb.cp/misc.exp: Same.
2390 * gdb.cp/namespace.exp: Same.
2391 * gdb.cp/non-trivial-retval.exp: Same.
2392 * gdb.cp/overload.exp: Same.
2393 * gdb.cp/pr17132.exp: Same.
2394 * gdb.cp/re-set-overloaded.exp: Same.
2395 * gdb.cp/rvalue-ref-types.exp: Same.
2396 * gdb.cp/templates.exp: Same.
2397
2398 2019-11-01 Luis Machado <luis.machado@linaro.org>
2399
2400 PR gdb/25124
2401
2402 * gdb.arch/pr25124.S: New file.
2403 * gdb.arch/pr25124.exp: New file.
2404
2405 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2406
2407 * gdb.fortran/info-modules.exp: Update expected results, and add
2408 additional tests for 'info module functinos', and 'info module
2409 variables'.
2410 * gdb.fortran/info-types.exp: Update expected results.
2411 * gdb.fortran/info-types.f90: Extend testcase with additional
2412 module variables and functions.
2413
2414 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2415
2416 * gdb.fortran/info-modules.exp: New file.
2417 * gdb.fortran/info-types.exp: Build with new file.
2418 * gdb.fortran/info-types.f90: Include and use new module.
2419 * gdb.fortran/info-types-2.f90: New file.
2420
2421 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2422
2423 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2424 * gdb.base/settings.exp: Test all settings types using
2425 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2426 that now verifies that the value of "maint show" is the same as
2427 returned by the settings functions. Test the type of the
2428 maintenance settings.
2429 * gdb.base/default.exp: Update show_conv_list.
2430
2431 2019-10-31 Tom de Vries <tdevries@suse.de>
2432
2433 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2434 gdb_test.
2435 * gdb.arch/amd64-disp-step.exp: Same.
2436 * gdb.asm/asm-source.exp: Same.
2437 * gdb.btrace/buffer-size.exp: Same.
2438 * gdb.btrace/cpu.exp: Same.
2439 * gdb.btrace/enable.exp: Same.
2440 * gdb.dwarf2/count.exp: Same.
2441 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2442 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2443 * gdb.fortran/vla-datatypes.exp: Same.
2444 * gdb.fortran/vla-history.exp: Same.
2445 * gdb.fortran/vla-ptype.exp: Same.
2446 * gdb.fortran/vla-value.exp: Same.
2447 * gdb.fortran/whatis_type.exp: Same.
2448 * gdb.guile/guile.exp: Same.
2449 * gdb.multi/tids.exp: Same.
2450 * gdb.python/py-finish-breakpoint.exp: Same.
2451 * gdb.python/py-framefilter.exp: Same.
2452 * gdb.python/py-pp-registration.exp: Same.
2453 * gdb.python/py-xmethods.exp: Same.
2454 * gdb.python/python.exp: Same.
2455 * gdb.server/connect-with-no-symbol-file.exp: Same.
2456 * gdb.server/no-thread-db.exp: Same.
2457 * gdb.server/run-without-local-binary.exp: Same.
2458 * gdb.stabs/weird.exp: Same.
2459 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2460 * gdb.threads/thread-find.exp: Same.
2461 * gdb.threads/tls-shared.exp: Same.
2462 * gdb.threads/tls.exp: Same.
2463 * gdb.threads/wp-replication.exp: Same.
2464 * gdb.trace/ax.exp: Same.
2465 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2466
2467 2019-10-31 Tom de Vries <tdevries@suse.de>
2468
2469 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2470 * gdb.ada/array_subscript_addr.exp: Same.
2471 * gdb.ada/arrayidx.exp: Same.
2472 * gdb.ada/arrayparam.exp: Same.
2473 * gdb.ada/arrayptr.exp: Same.
2474 * gdb.ada/boolean_expr.exp: Same.
2475 * gdb.ada/call_pn.exp: Same.
2476 * gdb.ada/complete.exp: Same.
2477 * gdb.ada/fixed_cmp.exp: Same.
2478 * gdb.ada/fun_addr.exp: Same.
2479 * gdb.ada/funcall_param.exp: Same.
2480 * gdb.ada/interface.exp: Same.
2481 * gdb.ada/mod_from_name.exp: Same.
2482 * gdb.ada/null_array.exp: Same.
2483 * gdb.ada/packed_array.exp: Same.
2484 * gdb.ada/packed_tagged.exp: Same.
2485 * gdb.ada/print_chars.exp: Same.
2486 * gdb.ada/print_pc.exp: Same.
2487 * gdb.ada/ptype_arith_binop.exp: Same.
2488 * gdb.ada/ptype_field.exp: Same.
2489 * gdb.ada/ptype_tagged_param.exp: Same.
2490 * gdb.ada/rec_return.exp: Same.
2491 * gdb.ada/ref_tick_size.exp: Same.
2492 * gdb.ada/str_ref_cmp.exp: Same.
2493 * gdb.ada/taft_type.exp: Same.
2494 * gdb.ada/tagged.exp: Same.
2495 * gdb.ada/type_coercion.exp: Same.
2496 * gdb.ada/uninitialized_vars.exp: Same.
2497
2498 2019-10-30 Tom de Vries <tdevries@suse.de>
2499
2500 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2501
2502 2019-10-26 Tom de Vries <tdevries@suse.de>
2503
2504 * gdb.base/bigcore.c: Fix typos in comments.
2505 * gdb.base/ctf-ptype.c: Same.
2506 * gdb.base/long_long.c: Same.
2507 * gdb.dwarf2/dw2-op-out-param.S: Same.
2508 * gdb.python/py-evthreads.c: Same.
2509 * gdb.reverse/i387-stack-reverse.c: Same.
2510 * gdb.trace/tfile.c: Same.
2511 * lib/compiler.c: Same.
2512 * lib/compiler.cc: Same.
2513
2514 2019-10-25 Tom de Vries <tdevries@suse.de>
2515
2516 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2517 gdb_test_multiple calls.
2518 * gdb.reverse/sigall-reverse.exp: Same.
2519 * gdb.reverse/solib-precsave.exp: Same.
2520 * gdb.reverse/solib-reverse.exp: Same.
2521 * gdb.reverse/until-precsave.exp: Same.
2522 * gdb.reverse/until-reverse.exp: Same.
2523
2524 2019-10-24 Tom de Vries <tdevries@suse.de>
2525
2526 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2527 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2528 kfail using -wrap pattern flag and convenience variable
2529 gdb_test_name.
2530
2531 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2532
2533 * gdb.python/py-progspace.exp: Add tests for the
2534 Progspace.block_for_pc method.
2535
2536 2019-10-23 Tom Tromey <tom@tromey.com>
2537
2538 * configure: Rebuild.
2539 * aclocal.m4: Use m4_include, not sinclude.
2540
2541 2019-10-21 Tom de Vries <tdevries@suse.de>
2542
2543 * gdb.base/infcall-nested-structs.c: Add
2544 __attribute__((noinline,noclone)) to all functions.
2545 (call_all): Add missing variable initialization. Simplify return value.
2546 (breakpt): Increment volatile variable, to prevent call from being
2547 optimized out.
2548 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2549
2550 2019-10-17 Tom de Vries <tdevries@suse.de>
2551
2552 * gdb.fortran/module.exp: Allow info variables to print info for files
2553 other than module.f90.
2554
2555 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2556
2557 * gdb.fortran/module.exp: Extend with 'info variables' test.
2558
2559 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2560
2561 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2562 F77_FOR_TARGET.
2563
2564 2019-10-16 Tom de Vries <tdevries@suse.de>
2565
2566 PR tdep/25096
2567 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2568
2569 2019-10-16 Tom de Vries <tdevries@suse.de>
2570
2571 PR tdep/24104
2572 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2573 Add KFAIL for PR tdep/25096.
2574
2575 2019-10-16 Tom de Vries <tdevries@suse.de>
2576
2577 PR testsuite/25059
2578 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2579
2580 2019-10-16 Tom de Vries <tdevries@suse.de>
2581
2582 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2583 as signed.
2584
2585 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2586
2587 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2588 one instead of increasing timeout.
2589
2590 2019-10-13 Tom de Vries <tdevries@suse.de>
2591
2592 PR record/25038
2593 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2594 * gdb.reverse/sigall-reverse.exp: Same.
2595 * gdb.reverse/solib-precsave.exp: Same.
2596 * gdb.reverse/solib-reverse.exp: Same.
2597 * gdb.reverse/step-precsave.exp: Same.
2598 * gdb.reverse/until-precsave.exp: Same.
2599 * gdb.reverse/until-reverse.exp: Same.
2600 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2601
2602 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2603
2604 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2605 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2606 (cmp_struct_05_01, cmp_struct_static_02_01)
2607 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2608 comparisons.
2609
2610 2019-10-10 Tom de Vries <tdevries@suse.de>
2611
2612 PR testsuite/24888
2613 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2614 gnatlink.
2615
2616 2019-10-09 Tom de Vries <tdevries@suse.de>
2617
2618 PR testsuite/25048
2619 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2620
2621 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2622
2623 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2624 exceptions due to missing debug information.
2625
2626 2019-10-07 Tom de Vries <tdevries@suse.de>
2627
2628 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2629
2630 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2631
2632 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2633 * gdb.base/annota1.exp: Update to use gdb_test_name.
2634
2635 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2636
2637 * gdb.base/ctf-whatis.exp: New file.
2638 * gdb.base/ctf-whatis.c: New file.
2639 * gdb.base/ctf-ptype.exp: New file.
2640 * gdb.base/ctf-ptype.c: New file.
2641 * gdb.base/ctf-constvars.exp: New file.
2642 * gdb.base/ctf-constvars.c: New file.
2643 * gdb.base/ctf-cvexpr.exp: New file.
2644
2645 2019-10-04 Tom de Vries <tdevries@suse.de>
2646
2647 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2648 for loop.
2649
2650 2019-10-03 Tom Tromey <tom@tromey.com>
2651
2652 PR rust/24976:
2653 * gdb.rust/simple.rs (Union2): New type.
2654 (main): Use Union2.
2655 * gdb.rust/simple.exp: Add test.
2656
2657 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2658
2659 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2660 nested function prefix.
2661
2662 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2663 Richard Bunt <richard.bunt@arm.com>
2664 Andrew Burgess <andrew.burgess@embecosm.com>
2665
2666 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2667 nested functions.
2668 * gdb.fortran/nested-funcs.f90: Update expected results.
2669 * gdb.fortran/nested-funcs-2.exp: New file.
2670 * gdb.fortran/nested-funcs-2.f90: New file.
2671
2672 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2673
2674 * gdb.python/py-parameter.exp: Make test names unique.
2675 * gdb.python/py-template.exp: Likewise.
2676 * gdb.python/py-value.exp: Likewise.
2677
2678 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2679
2680 * gdb.base/break-interp.exp: Reduce test name duplication.
2681 * gdb.base/call-sc.exp: Likewise.
2682 * gdb.base/callfuncs.exp: Likewise.
2683 * gdb.base/charset.exp: Likewise.
2684 * gdb.base/dump.exp: Likewise.
2685 * gdb.base/ena-dis-br.exp: Likewise.
2686 * gdb.base/relational.exp: Likewise.
2687 * gdb.base/step-over-syscall.exp: Likewise.
2688 * gdb.base/structs.exp: Likewise.
2689
2690 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2691
2692 * gdb.linespec/explicit.exp: Make test names unique.
2693 * gdb.linespec/ls-errs.exp: Likewise.
2694
2695 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2696
2697 * gdb.reverse/break-precsave.exp: Make test names unique.
2698 * gdb.reverse/break-reverse.exp: Likewise.
2699 * gdb.reverse/finish-precsave.exp: Likewise.
2700 * gdb.reverse/finish-reverse.exp: Likewise.
2701 * gdb.reverse/machinestate-precsave.exp: Likewise.
2702 * gdb.reverse/machinestate.exp: Likewise.
2703 * gdb.reverse/readv-reverse.exp: Likewise.
2704 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2705 * gdb.reverse/sigall-precsave.exp: Likewise.
2706 * gdb.reverse/sigall-reverse.exp: Likewise.
2707 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2708 * gdb.reverse/watch-precsave.exp: Likewise.
2709 * gdb.reverse/watch-reverse.exp: Likewise.
2710
2711 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2712
2713 * gdb.threads/stop-with-handle.c: New file.
2714 * gdb.threads/stop-with-handle.exp: New file.
2715
2716 2019-10-03 Tom de Vries <tdevries@suse.de>
2717
2718 PR testsuite/25059
2719 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2720 directory" line to be missing.
2721
2722 2019-10-03 Tom de Vries <tdevries@suse.de>
2723
2724 PR testsuite/25059
2725 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2726 type optional.
2727
2728 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2729
2730 * gdb.python/py-format-string.c (string.h): New include.
2731 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2732 the same value, for endianness-independence.
2733 * gdb.python/py-format-string.exp (default_regexp_dict)
2734 (test_pretty_structs, test_format): Adjust expected output to the
2735 changed initialization.
2736
2737 2019-10-02 Tom Tromey <tromey@adacore.com>
2738
2739 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2740
2741 2019-10-02 Pedro Alves <palves@redhat.com>
2742 Andrew Burgess <andrew.burgess@embecosm.com>
2743
2744 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2745 "print-file-var.h".
2746 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2747 (get_version_1): Print this_version_id and its address.
2748 Add extern "C" wrappers around interface functions.
2749 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2750 "print-file-var.h".
2751 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2752 (get_version_2): Print this_version_id and its address.
2753 Add extern "C" wrappers around interface functions.
2754 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2755 <stddef.h> and "print-file-var.h".
2756 Add extern "C" wrappers around interface functions.
2757 [VERSION_ID_MAIN] (this_version_id): Define.
2758 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2759 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2760 up extern "C" blocks.
2761 * gdb.base/print-file-var.exp (test): New, factored out from top
2762 level.
2763 (top level): Test all combinations of attribute hidden or not,
2764 dlopen or not, and this_version_id symbol in main file or not.
2765 Compile tests as both C++ and C, make test names unique.
2766
2767 2019-10-01 Tom Tromey <tom@tromey.com>
2768
2769 * gdb.base/style.exp: Test "show logging filename".
2770
2771 2019-10-01 Tom Tromey <tom@tromey.com>
2772
2773 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2774 * gdb.base/style.exp: Add metadata style test.
2775
2776 2019-10-01 Tom Tromey <tom@tromey.com>
2777
2778 * gdb.base/style.exp: Test "pwd".
2779
2780 2019-10-01 Tom Tromey <tom@tromey.com>
2781
2782 * gdb.base/style.exp: Update tests.
2783
2784 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2785
2786 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2787 'six' to unsigned.
2788 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2789 'five'. Use an all-ones bit pattern for each.
2790 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2791 to its changed values.
2792
2793 2019-09-30 Tom Tromey <tromey@adacore.com>
2794
2795 * gdb.rust/traits.rs: Disable all warnings.
2796
2797 2019-09-29 Tom de Vries <tdevries@suse.de>
2798
2799 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
2800
2801 2019-09-29 Tom de Vries <tdevries@suse.de>
2802
2803 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2804
2805 2019-09-27 Tom de Vries <tdevries@suse.de>
2806
2807 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2808
2809 2019-09-27 Tom de Vries <tdevries@suse.de>
2810
2811 PR record/23188
2812 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2813
2814 2019-09-26 Tom Tromey <tromey@adacore.com>
2815
2816 * gdb.ada/py_taft.exp: New file.
2817 * gdb.ada/py_taft/main.adb: New file.
2818 * gdb.ada/py_taft/pkg.adb: New file.
2819 * gdb.ada/py_taft/pkg.ads: New file.
2820
2821 2019-09-24 Tom de Vries <tdevries@suse.de>
2822
2823 PR gdb/24598
2824 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2825
2826 2019-09-22 Tom de Vries <tdevries@suse.de>
2827
2828 * gdb.base/restore.exp: Allow register variables to be optimized out at
2829 -O0.
2830
2831 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2832
2833 * gdb.arch/spu-info.exp: Remove file.
2834 * gdb.arch/spu-info.c: Remove file.
2835 * gdb.arch/spu-ls.exp: Remove file.
2836 * gdb.arch/spu-ls.c: Remove file.
2837
2838 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2839 * gdb.asm/spu.inc: Remove file.
2840
2841 * gdb.base/dump.exp: Remove support for spu*-*-*.
2842 * gdb.base/stack-checking.exp: Likewise.
2843 * gdb.base/overlays.exp: Likewise.
2844 * gdb.base/ovlymgr.c: Likewise.
2845 * gdb.base/spu.ld: Remove file.
2846
2847 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2848 * gdb.cp/cpexprs.exp: Likewise.
2849 * gdb.cp/exception.exp: Likewise.
2850 * gdb.cp/gdb2495.exp: Likewise.
2851 * gdb.cp/mb-templates.exp: Likewise.
2852 * gdb.cp/pr9167.exp: Likewise.
2853 * gdb.cp/userdef.exp: Likewise.
2854
2855 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2856
2857 * gdb.cell: Remove directory.
2858 * lib/cell.exp: Remove file.
2859
2860 2019-09-19 Tom de Vries <tdevries@suse.de>
2861
2862 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2863
2864 2019-09-19 Tom de Vries <tdevries@suse.de>
2865
2866 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2867
2868 2019-09-19 Tom de Vries <tdevries@suse.de>
2869
2870 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2871 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2872 (gdb_target_cmd): ... here.
2873 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2874 value 2.
2875
2876 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2877
2878 * gdb.base/source-dir.exp: Avoid having directory names in test
2879 names.
2880
2881 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2882
2883 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2884 directory.
2885
2886 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2887
2888 * gdb.base/list-missing-source.exp: New file.
2889
2890 2019-09-14 Tom de Vries <tdevries@suse.de>
2891
2892 PR teststuite/24599
2893 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2894 * lib/ada.exp (gnatmake_version_at_least): New proc.
2895
2896 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2897
2898 * gdb.base/maint.exp: Use exec_has_index_section.
2899
2900 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2901
2902 * gdb.base/maint.exp: Add test for 'maint info sections'.
2903
2904 2019-09-12 Tom de Vries <tdevries@suse.de>
2905
2906 * gdb.base/store.exp: Allow register variables to be optimized out at
2907 -O0.
2908
2909 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2910
2911 * gdb.ada/rdv_wait.exp: Update to new task names.
2912 * gdb.base/task_switch_in_core.exp: Likewise.
2913 * gdb.base/info_sources_base.c: Likewise.
2914
2915 2019-09-10 Tom Tromey <tromey@adacore.com>
2916
2917 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2918
2919 2019-09-10 Tom Tromey <tromey@adacore.com>
2920
2921 * gdb.ada/dgopt.exp: New file.
2922 * gdb.ada/dgopt/x.adb: New file.
2923
2924 2019-09-08 Tom Tromey <tom@tromey.com>
2925
2926 * gdb.tui/resize.exp: Remove setup_xfail.
2927 * gdb.tui/regs.exp: Remove setup_xfail.
2928 * gdb.tui/basic.exp: Remove setup_xfail.
2929
2930 2019-09-06 David Blaikie <dblaikie@gmail.com>
2931
2932 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
2933 * gdb.cp/cplabel.exp: Ditto.
2934 * gdb.linespec/ls-errs.exp: Ditto.
2935
2936 2019-09-05 Tom de Vries <tdevries@suse.de>
2937
2938 * lib/gdb.exp (cmp_file_string): New proc.
2939 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
2940 runto_main. Verify save breakpoints output.
2941
2942 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2943
2944 * gdb.base/info-var.exp: Test info variables without running
2945 to main, to avoid expect's buffer overflow.
2946
2947 2019-09-03 Tom Tromey <tromey@adacore.com>
2948
2949 * gdb.ada/bias.exp: New file.
2950 * gdb.ada/bias/bias.adb: New file.
2951 * gdb.ada/print_chars.exp: Add regression test.
2952 * gdb.ada/print_chars/foo.adb (My_Character): New type.
2953 (MC): New variable.
2954
2955 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
2956
2957 * gdb.base/argv0-symlink.exp: Run only on native target
2958 and local host.
2959
2960 2019-08-29 Tom de Vries <tdevries@suse.de>
2961
2962 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
2963 diverse debug info.
2964 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
2965
2966 2019-08-28 Tom de Vries <tdevries@suse.de>
2967
2968 * gdb.base/info-var.exp: Allow info variables to print info for files
2969 other than info-var-f1.c and info-var-f2.c.
2970
2971 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2972
2973 * gdb.fortran/info-types.exp: Add module.
2974 * gdb.fortran/info-types.f90: Update expected results.
2975
2976 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2977
2978 * gdb.fortran/info-types.exp: New file.
2979 * gdb.fortran/info-types.f90: New file.
2980 * lib/fortran.exp (fortran_character1): New proc.
2981
2982 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2983
2984 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
2985 functions'. Reindent as needed.
2986 * gdb.base/info-var-f1.c: New file.
2987 * gdb.base/info-var-f2.c: New file.
2988 * gdb.base/info-var.exp: New file.
2989 * gdb.base/info-var.h: New file.
2990
2991 2019-08-26 Tom de Vries <tdevries@suse.de>
2992
2993 PR c++/24852
2994 * gdb.cp/no-libstdcxx-probe.exp: New test.
2995
2996 2019-08-26 Tom de Vries <tdevries@suse.de>
2997
2998 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
2999 * tests need to be skipped.
3000 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3001 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3002 mi_skip_libstdcxx_probe_tests.
3003
3004 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3005
3006 * gdb.python/py-xmethods.exp: Use raw strings when passing
3007 arguments to SimpleXMethodMatcher.
3008
3009 2019-08-22 Tom de Vries <tdevries@suse.de>
3010
3011 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3012 more informative.
3013
3014 2019-08-21 Pedro Alves <palves@redhat.com>
3015
3016 * gdb.base/with.exp: Test "with" with no arguments.
3017
3018 2019-08-21 Tom de Vries <tdevries@suse.de>
3019
3020 * gdb.base/gdb-caching-proc.exp: Sort files.
3021
3022 2019-08-20 Tom de Vries <tdevries@suse.de>
3023
3024 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3025 compilation.
3026
3027 2019-08-16 Tom de Vries <tdevries@suse.de>
3028
3029 * gdb.base/compare-sections.exp ("after run to main"): Allow
3030 mismatched read-only sections for PIE executables.
3031
3032 2019-08-16 Tom Tromey <tom@tromey.com>
3033
3034 * lib/tuiterm.exp (_csi_Z): New proc.
3035 * gdb.tui/basic.exp: Update window positions.
3036 * gdb.tui/empty.exp: Update window positions.
3037
3038 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3039
3040 * gdb.base/examine-backward.exp: Correct regexp for
3041 "examine 3 bytes backward from ${address_zero}".
3042
3043 2019-08-15 Tom Tromey <tom@tromey.com>
3044
3045 * gdb.tui/empty.exp: Enable resizing tests.
3046
3047 2019-08-15 Tom Tromey <tromey@adacore.com>
3048
3049 * gdb.ada/char_enum.exp: Add regression tests.
3050 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3051 and '0'.
3052 (Char, Gchar): Update.
3053 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3054
3055 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3056
3057 * gdb.python/python.exp: Expect a leading underscore on
3058 GdbOutput{,Error}File.
3059
3060 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3061
3062 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3063 Windows host.
3064
3065 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3066
3067 * gdb.base/batch-preserve-term-settings.exp
3068 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3069
3070 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3071
3072 * lib/gdb.exp: When running on a mingw target, replace
3073 /x/ with x:/.
3074
3075 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3076
3077 * gdb.arch/aarch64-prologue.c: New test.
3078 * gdb.arch/aarch64-prologue.exp: New file.
3079
3080 2019-08-13 Tom de Vries <tdevries@suse.de>
3081
3082 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3083 Thread.
3084
3085 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3086
3087 * gdb.python/py-completion.exp: Download the .py file to the host
3088 and use its host pathname. Conditionalize tests that use
3089 tab completion and manipulate files on the build machine.
3090 * gdb.python/py-events.exp: Download the .py file to the host
3091 and use its host pathname.
3092 * gdb.python/py-evsignal.exp: Likewise.
3093 * gdb.python/py-evthreads.exp: Likewise.
3094 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3095 pathname syntax.
3096 * gdb.python/py-framefilter.exp: Download the .py file to the right
3097 place on the host. Match Windows pathname syntax.
3098 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3099 .py file to the host and use its host pathname.
3100 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3101 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3102 build pathname. Skip symlink test on Windows host. Add missing
3103 newline at end of file.
3104 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3105 and use its host pathname.
3106 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3107 * gdb.python/py-section-script.exp: Use host location of binfile
3108 on safe-path. Use correct path separator on Windows host.
3109 Reorder alternatives in gdb_test_multiple to prevent matching
3110 the wrong alternative on success.
3111 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3112
3113 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3114
3115 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3116 expect the GDB inferior to no longer immediately stop after
3117 being resumed with "signal SIGINT".
3118
3119 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3120
3121 * gdb.linespec/break-ask.exp: Generalize regexps to match
3122 Windows pathnames too.
3123
3124 2019-08-08 Tom de Vries <tdevries@suse.de>
3125
3126 PR testsuite/24862
3127 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3128
3129 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3130
3131 * gdb.base/style.exp: Update tests for help doc new invariants.
3132 * gdb.base/help.exp: Likewise.
3133
3134 2019-08-06 Tom Tromey <tom@tromey.com>
3135
3136 * gdb.base/style.exp: Add disassemble test.
3137 * gdb.base/style.c (some_called_function): New function.
3138 (main): Use it.
3139
3140 2019-08-05 Christian Biesinger <cbiesinger@google.com>
3141
3142 * gdb.python/py-block.exp: Test dictionary access on blocks.
3143
3144 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
3145
3146 PR gdb/24863
3147 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3148 -list-thread-groups --available test when running under
3149 check-read1.
3150
3151 2019-08-05 Tom de Vries <tdevries@suse.de>
3152
3153 PR testsuite/24863
3154 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3155 * gdb.base/help.exp: Use with_read1_timeout_factor.
3156 * gdb.base/info-macros.exp: Same.
3157 * gdb.cp/nested-types.exp: Same.
3158
3159 2019-08-05 Tom de Vries <tdevries@suse.de>
3160
3161 * lib/gdb.exp (version_at_least): Factor out of ...
3162 (tcl_version_at_least): ... here.
3163 (gdb_compile): Fail if pie results in non-PIE executable.
3164 (readelf_version, readelf_prints_pie): New proc.
3165 (exec_is_pie): Return -1 if unknown.
3166
3167 2019-08-05 Tom de Vries <tdevries@suse.de>
3168
3169 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3170
3171 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3172
3173 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3174
3175 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3176
3177 * lib/completion-support.exp (test_gdb_complete_none): Skip
3178 tab completion tests if no readline support.
3179 (test_gdb_complete_unique_re): Likewise.
3180 (test_gdb_complete_multiple): Likewise.
3181
3182 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3183
3184 * gdb.base/info_sources.exp: New file.
3185 * gdb.base/info_sources.c: New file.
3186 * gdb.base/info_sources_base.c: New file.
3187
3188 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3189
3190 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3191 prefix argument.
3192 (test_exit_status): Add prefix argument.
3193
3194 2019-08-01 Tom de Vries <tdevries@suse.de>
3195
3196 PR testsuite/24863
3197 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3198 calling exp_continue for new thread and thread exited messages.
3199
3200 2019-08-01 Tom de Vries <tdevries@suse.de>
3201
3202 PR testsuite/24863
3203 * gdb.base/structs.exp: Fix check-read1 timeout using
3204 gdb_test_sequence.
3205 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3206
3207 2019-08-01 Tom de Vries <tdevries@suse.de>
3208
3209 PR testsuite/24863
3210 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3211 line.
3212
3213 2019-08-01 Tom de Vries <tdevries@suse.de>
3214
3215 PR testsuite/24863
3216 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3217
3218 2019-07-30 Tom Tromey <tromey@adacore.com>
3219
3220 * gdb.ada/display_nested.exp: New file.
3221 * gdb.ada/display_nested/foo.adb: New file.
3222 * gdb.ada/display_nested/pack.adb: New file.
3223 * gdb.ada/display_nested/pack.ads: New file.
3224
3225 2019-07-30 Christian Biesinger <cbiesinger@google.com>
3226
3227 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3228 namespace.
3229 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3230
3231 2019-07-30 Tom de Vries <tdevries@suse.de>
3232
3233 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3234 instead.
3235
3236 2019-07-30 Tom de Vries <tdevries@suse.de>
3237
3238 PR testsuite/24834
3239 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3240 (exec_is_pie): New proc.
3241
3242 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3243
3244 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3245
3246 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3247
3248 * gdb.python/py-objfile.c: Add global and static vars.
3249 * gdb.python/py-objfile.exp: Test new functions Objfile.
3250 lookup_global_symbol and lookup_static_symbol.
3251
3252 2019-07-29 Tom Tromey <tom@tromey.com>
3253
3254 * lib/tuiterm.exp (Term::_csi_@): New proc.
3255 (Term::_csi_X): Don't move cursor.
3256
3257 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3258
3259 * gdb.base/options.exp: Update backtrace - completion to
3260 new option -frame-info.
3261 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3262 Test new 'set print frame-info'. Test backtrace -frame-info
3263 overriding 'set print frame-info'.
3264 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3265 Test new 'set print frame-info'.
3266 Verify consistency of backtrace with and without filters, with and
3267 without -no-filters.
3268 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3269 default.
3270
3271 2019-07-29 Tom de Vries <tdevries@suse.de>
3272
3273 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3274 no arguments".
3275
3276 2019-07-29 Tom de Vries <tdevries@suse.de>
3277
3278 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3279 is a substring of the first for "complete non-unique file name".
3280
3281 2019-07-29 Tom de Vries <tdevries@suse.de>
3282
3283 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3284 with ".*".
3285
3286 2019-07-29 Tom de Vries <tdevries@suse.de>
3287
3288 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3289 Pass prompt_regexp parameter to gdb_test_multiple calls.
3290
3291 2019-07-29 Tom de Vries <tdevries@suse.de>
3292
3293 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
3294 print registers" regexps.
3295
3296 2019-07-29 Tom de Vries <tdevries@suse.de>
3297
3298 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3299
3300 2019-07-29 Tom de Vries <tdevries@suse.de>
3301
3302 PR gdb/24855
3303 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3304 (skip_python_tests_prompt): Add prompt_regexp argument to
3305 gdb_test_multiple calls.
3306
3307 2019-07-27 Tom Tromey <tom@tromey.com>
3308
3309 * gdb.tui/main.exp: New file.
3310
3311 2019-07-27 Tom Tromey <tom@tromey.com>
3312
3313 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3314 optional.
3315 * gdb.tui/empty.exp: New file.
3316
3317 2019-07-27 Tom Tromey <tom@tromey.com>
3318
3319 * lib/tuiterm.exp (spawn): New proc.
3320 (Term::resize): New proc.
3321 * gdb.tui/resize.exp: New file.
3322
3323 2019-07-27 Tom Tromey <tom@tromey.com>
3324
3325 * gdb.tui/list.exp: New file.
3326
3327 2019-07-27 Tom Tromey <tom@tromey.com>
3328
3329 * gdb.tui/regs.exp: New file.
3330
3331 2019-07-27 Tom Tromey <tom@tromey.com>
3332
3333 * gdb.tui/basic.exp: Add "layout split" test.
3334
3335 2019-07-27 Tom Tromey <tom@tromey.com>
3336
3337 * gdb.tui/basic.exp: Add "layout asm" test.
3338
3339 2019-07-27 Tom Tromey <tom@tromey.com>
3340
3341 * lib/tuiterm.exp: New file.
3342 * gdb.tui/basic.exp: New file.
3343
3344 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3345
3346 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3347 Enable tests associated with this flag. Adjust regex
3348 referencing "foo_low" to now refer to "foo_cold" instead.
3349
3350 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3351
3352 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3353 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3354 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3355 foo_cold. Revise comments to match.
3356 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3357 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3358 were wrapped into this proc; Call do_test in loop from outermost
3359 level.
3360 (foo_low): Rename all occurrences to "foo_cold".
3361 (backtrace from baz): New test.
3362 (x2/i foo_cold): New test.
3363 (info line *foo_cold): New test.
3364
3365 2019-07-26 Tom de Vries <tdevries@suse.de>
3366
3367 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3368
3369 2019-07-25 Tom de Vries <tdevries@suse.de>
3370
3371 PR testsuite/24830
3372 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3373 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3374 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3375 (skip_libstdcxx_probe_tests): ... here.
3376 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3377
3378 2019-07-24 Tom de Vries <tdevries@suse.de>
3379
3380 PR testsuite/24807
3381 * gdb.objc/basicclass.m: Include stdio.h.
3382 * gdb.objc/nondebug.m: Same.
3383 * gdb.objc/objcdecode.m: Same.
3384
3385 2019-07-24 Tom de Vries <tdevries@suse.de>
3386
3387 PR testsuite/24612
3388 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3389 additional_flags.
3390
3391 2019-07-24 Tom de Vries <tdevries@suse.de>
3392
3393 PR testsuite/24831
3394 * gdb.multi/tids.exp: Update error messages for info threads.
3395
3396 2019-07-24 Tom de Vries <tdevries@suse.de>
3397
3398 * gdb.base/info-types.exp: Allow info types to print info for more than
3399 one file.
3400
3401 2019-07-23 Tom de Vries <tdevries@suse.de>
3402
3403 PR testsuite/24842
3404 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3405 gdb_spawn_with_cmdline_opts.
3406
3407 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3408
3409 * gdb.arch/arm-cmse-sgstubs.c: New test.
3410 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3411
3412 2019-07-23 Tom de Vries <tdevries@suse.de>
3413
3414 PR testsuite/24711
3415 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3416 issuing next command.
3417
3418 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3419
3420 * gdb.ada/info_auto_lang.exp: Update expected results.
3421 * gdb.base/info-types.c: Add additional types to check.
3422 * gdb.base/info-types.exp: Update expected results.
3423
3424 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3425
3426 * gdb.base/info-types.c: New file.
3427 * gdb.base/info-types.exp: New file.
3428
3429 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3430
3431 * gdb.arch/riscv-bp-infcall.c: New file.
3432 * gdb.arch/riscv-bp-infcall.exp: New file.
3433
3434 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3435
3436 PR breakpoints/24541
3437 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3438
3439 2019-07-14 Tom de Vries <tdevries@suse.de>
3440
3441 PR testsuite/24760
3442 * gdb.objc/basicclass.exp: Fix unterminated string.
3443
3444 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3445 Andrew Burgess <andrew.burgess@embecosm.com>
3446
3447 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3448 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3449 negative bounds.
3450 * gdb.fortran/vla-value.exp: Print elements of an array with
3451 negative bounds.
3452 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3453 testing.
3454
3455 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3456
3457 * gdb.base/options.exp (expect_string): Dequote strings in
3458 results.
3459 (test-string): Test strings with different quoting and reindent.
3460
3461 2019-07-10 Tom Tromey <tromey@adacore.com>
3462
3463 * gdb.ada/mi_ex_cond.exp: Update expected results.
3464 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3465 * gdb.ada/mi_catch_ex.exp: Update expected results.
3466 * gdb.ada/mi_catch_assert.exp: Update expected results.
3467 * gdb.ada/catch_ex.exp (catch_exception_info)
3468 (catch_exception_entry, catch_assert_entry)
3469 (catch_unhandled_entry): Update.
3470 * gdb.ada/catch_assert_if.exp: Update expected results.
3471
3472 2019-07-10 Richard Bunt <richard.bunt@arm.com>
3473 Stephen Roberts <stephen.roberts@arm.com>
3474
3475 * gdb.base/define.exp: Restore original prompt.
3476
3477 2019-07-09 Pedro Alves <palves@redhat.com>
3478
3479 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3480 breakpoints" output.
3481 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3482 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3483 throw" creates breakpoint.
3484 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3485 'type="catchpoint"'.
3486
3487 2019-07-09 Pedro Alves <palves@redhat.com>
3488
3489 PR c++/15468
3490 * gdb.cp/except-multi-location-lib.cc: New.
3491 * gdb.cp/except-multi-location-main.cc: New.
3492 * gdb.cp/except-multi-location.exp: New.
3493
3494 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3495
3496 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3497 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3498 argument and update callers.
3499
3500 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3501
3502 * gdb.arch/amd64-break-on-asm-line.S: New file.
3503 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3504
3505 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3506
3507 * gdb.base/printcmds.exp: Test printing C string and
3508 C wide string convenience vars without transiting via the inferior.
3509 Also make test names unique.
3510
3511 2019-07-08 Alan Hayward <alan.hayward@arm.com>
3512
3513 PR breakpoints/25011
3514 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3515
3516 2019-07-04 Pedro Alves <palves@redhat.com>
3517
3518 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3519 body returned ok(0), break(3) or continue(4).
3520 * gdb.testsuite/foreach_with_prefix.exp: New file.
3521
3522 2019-07-04 Alan Hayward <alan.hayward@arm.com>
3523
3524 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3525
3526 2019-07-03 Pedro Alves <palves@redhat.com>
3527
3528 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3529 "return -code".
3530
3531 2019-07-03 Pedro Alves <palves@redhat.com>
3532
3533 PR cli/24732
3534 * gdb.base/shell.exp: Load completion-support.exp.
3535 Adjust expected error output. Add completion tests.
3536
3537 2019-07-03 Pedro Alves <palves@redhat.com>
3538
3539 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3540 string_to_regexp.
3541
3542 2019-07-03 Pedro Alves <palves@redhat.com>
3543
3544 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3545 (expect_integer): Adjust to expect "-string".
3546 (expect_string): New.
3547 (all_options): Expect "-string".
3548 (test-flag, test-boolean): Adjust to expect "-string".
3549 (test-string): New proc.
3550 (top level): Call it.
3551
3552 2019-07-03 Pedro Alves <palves@redhat.com>
3553
3554 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3555 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3556 the expected output in the success.
3557
3558 2019-07-03 Pedro Alves <palves@redhat.com>
3559
3560 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3561 Split one gdb_test_multiple call in two to avoid a race.
3562
3563 2019-07-03 Pedro Alves <palves@redhat.com>
3564
3565 * gdb.base/with.c: New file.
3566 * gdb.base/with.exp: New file.
3567
3568 2019-07-03 Pedro Alves <palves@redhat.com>
3569
3570 * gdb.base/settings.exp: Replace all references to "maint
3571 test-settings set" with references to "maint set test-settings",
3572 and all references to "maint test-settings show" with references
3573 to "maint show test-settings".
3574
3575 2019-07-03 Pedro Alves <palves@redhat.com>
3576
3577 * gdb.base/settings.exp (test-string): Adjust expected out when
3578 testing "maint test-settings show filename"
3579
3580 2019-07-02 Pedro Alves <palves@redhat.com>
3581
3582 * gdb.base/options.exp (test-info-threads): New procedure.
3583 (top level): Call it.
3584
3585 2019-06-28 Tom Tromey <tromey@adacore.com>
3586
3587 * gdb.dwarf2/ada-linkage-name.c: New file.
3588 * gdb.dwarf2/ada-linkage-name.exp: New file.
3589
3590 2019-06-27 Tom Tromey <tromey@adacore.com>
3591
3592 PR c++/20020:
3593 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3594
3595 2019-06-26 Tom de Vries <tdevries@suse.de>
3596
3597 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3598
3599 2019-06-26 Tom de Vries <tdevries@suse.de>
3600
3601 * gdb.base/index-cache.exp: Add back missing debug option.
3602
3603 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3604
3605 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3606
3607 2019-06-25 Tom de Vries <tdevries@suse.de>
3608
3609 PR testsuite/24727
3610 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3611
3612 2019-06-24 Tom de Vries <tdevries@suse.de>
3613
3614 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3615
3616 2019-06-24 Tom de Vries <tdevries@suse.de>
3617
3618 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3619 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3620 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3621
3622 2019-06-24 Tom de Vries <tdevries@suse.de>
3623
3624 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3625
3626 2019-06-21 Tom de Vries <tdevries@suse.de>
3627
3628 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3629
3630 2019-06-21 Tom de Vries <tdevries@suse.de>
3631
3632 PR testsuite/24518
3633 PR ada/24713
3634 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3635 index.
3636
3637 2019-06-19 Tom Tromey <tromey@adacore.com>
3638
3639 * gdb.ada/length_cond.exp: Add intro comment.
3640
3641 2019-06-19 Tom Tromey <tromey@adacore.com>
3642
3643 * gdb.ada/length_cond.exp: New file.
3644 * gdb.ada/length_cond/length_cond.adb: New file.
3645 * gdb.ada/length_cond/pck.adb: New file.
3646 * gdb.ada/length_cond/pck.ads: New file.
3647
3648 2019-06-18 Tom de Vries <tdevries@suse.de>
3649
3650 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3651
3652 2019-06-18 Tom Tromey <tromey@adacore.com>
3653
3654 * gdb.base/list0.h: Add comment explaining control character.
3655
3656 2019-06-18 Tom de Vries <tdevries@suse.de>
3657
3658 * boards/fission.exp: Break up long debug_flags line.
3659
3660 2019-06-16 Tom de Vries <tdevries@suse.de>
3661
3662 PR gdb/24445
3663 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3664 generated index.
3665
3666 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3667
3668 PR gdb/24686
3669 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3670 improve detection of bug gdb/24541.
3671
3672 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3673
3674 PR gdb/24669
3675 * gdb.base/index-cache.exp (uses_readnow,
3676 expecting_index_cache_use): Define global variable.
3677 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3678 expecting_index_cache_use.
3679
3680 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3681 Andrew Burgess <andrew.burgess@embecosm.com>
3682
3683 * gdb.fortran/pointers.f90: New file.
3684 * gdb.fortran/print_type.exp: New file.
3685 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3686 * gdb.fortran/vla-type.exp: Likewise.
3687 * gdb.fortran/vla-value.exp: Likewise.
3688 * gdb.mi/mi-vla-fortran.exp: Likewise.
3689
3690 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3691
3692 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3693 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3694 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3695 as a stop reason.
3696
3697 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3698
3699 * gdb.base/annota1.exp: Update expected results.
3700 * gdb.cp/annota2.exp: Likewise.
3701 * gdb.cp/annota3.exp: Likewise.
3702
3703 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3704
3705 * gdb.base/style-logging.exp: Remove path from test name.
3706
3707 2019-06-14 Tom Tromey <tromey@adacore.com>
3708
3709 PR gdb/24502:
3710 * gdb.base/style-logging.exp: New file.
3711
3712 2019-06-14 Tom Tromey <tromey@adacore.com>
3713
3714 * gdb.base/symfile-warn.exp: New file.
3715 * gdb.base/symfile-warn.c: New file.
3716
3717 2019-06-14 Tom Tromey <tromey@adacore.com>
3718
3719 * gdb.base/annotate-symlink.exp: New file.
3720
3721 2019-06-14 Tom Tromey <tromey@adacore.com>
3722
3723 * gdb.ada/set_wstr.exp: Add reassignment test.
3724
3725 2019-06-14 Tom Tromey <tromey@adacore.com>
3726
3727 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3728 'unchecked_access and 'unrestricted_access as well.
3729
3730 2019-06-14 Tom Tromey <tromey@adacore.com>
3731
3732 PR ada/24539:
3733 * gdb.ada/vla.exp: Update tests.
3734 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3735 pragma.
3736
3737 2019-06-13 Pedro Alves <palves@redhat.com>
3738
3739 * gdb.base/settings.exp (test-integer): Test junk after
3740 "unlimited".
3741
3742 2019-06-13 Pedro Alves <palves@redhat.com>
3743
3744 * gdb.base/options.exp (test-thread-apply): New.
3745 (top level): Call it.
3746
3747 2019-06-13 Pedro Alves <palves@redhat.com>
3748
3749 * gdb.base/options.exp (test-frame-apply): New.
3750 (top level): Test print commands with different "frame apply"
3751 prefixes.
3752
3753 2019-06-13 Pedro Alves <palves@redhat.com>
3754
3755 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
3756 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3757 'max_completions' parameter and handle it.
3758 (test_gdb_completion_offers_commands): New.
3759
3760 2019-06-13 Pedro Alves <palves@redhat.com>
3761
3762 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3763
3764 2019-06-13 Pedro Alves <palves@redhat.com>
3765
3766 * gdb.base/options.exp (test-backtrace): New.
3767 (top level): Call it.
3768
3769 2019-06-13 Pedro Alves <palves@redhat.com>
3770
3771 * gdb.guile/scm-frame-args.exp: Use "set print
3772 raw-frame-arguments" instead of "set print raw frame-arguments".
3773 * gdb.python/py-frame-args.exp: Likewise.
3774
3775 2019-06-13 Pedro Alves <palves@redhat.com>
3776
3777 * gdb.compile/compile.exp: Adjust expected output to option
3778 processing changes.
3779
3780 2019-06-13 Pedro Alves <palves@redhat.com>
3781
3782 * gdb.base/options.exp: Build executable.
3783 (test-print): New procedure.
3784 (top level): Call it, once for "print" and another for "compile
3785 print".
3786
3787 2019-06-13 Pedro Alves <palves@redhat.com>
3788
3789 * gdb.base/options.c: New file.
3790 * gdb.base/options.exp: New file.
3791
3792 2019-06-13 Pedro Alves <palves@redhat.com>
3793
3794 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3795 that "o" is ambiguous.
3796
3797 2019-06-13 Pedro Alves <palves@redhat.com>
3798
3799 * gdb.base/settings.c: New file.
3800 * gdb.base/settings.exp: New file.
3801
3802 2019-06-13 Pedro Alves <palves@redhat.com>
3803
3804 * gdb.base/completion.exp: Fix comment typo.
3805
3806 2019-06-13 Pedro Alves <palves@redhat.com>
3807
3808 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3809 foo --1" test.
3810
3811 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3812
3813 * gdb.fortran/block-data.f: New.
3814 * gdb.fortran/block-data.exp: New.
3815
3816 2019-06-11 Tom de Vries <tdevries@suse.de>
3817
3818 PR testsuite/24521
3819 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3820 message.
3821
3822 2019-06-11 Tom de Vries <tdevries@suse.de>
3823
3824 PR testsuite/24521
3825 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3826
3827 2019-06-11 Tom de Vries <tdevries@suse.de>
3828
3829 * boards/readnow.exp: New file.
3830
3831 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3832
3833 * gdb.fortran/vla-sizeof.exp: Update expected results.
3834
3835 2019-06-06 Amos Bird <amosbird@gmail.com>
3836
3837 * gdb.base/annota1.exp (thread_switch): Add test for
3838 thread-exited annotation.
3839
3840 2019-06-06 Tom Tromey <tromey@adacore.com>
3841
3842 * gdb.base/maint.exp: Expect command started/finished output.
3843
3844 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3845
3846 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3847 comment.
3848 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3849
3850 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3851
3852 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3853 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3854 * gdb.arch/riscv-unwind-long-insn.c: New file.
3855 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3856
3857 2019-06-04 Christian Biesinger <cbiesinger@google.com>
3858
3859 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
3860
3861 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3862
3863 * lib/gdb.exp (help_list_trailer): New regexp variable
3864 factorizing the help trailer message.
3865 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3866 arg to allow to better factorize various tests.
3867 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3868 (test_prefix_command_help): Use help_list_trailer.
3869 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3870 * gdb.guile/scm-cmd.exp: Likewise.
3871 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3872 * gdb.base/help.exp: Use test_user_defined_class_help.
3873 * gdb.base/style.exp: Add tests for styling of help and apropos.
3874 * lib/gdb-utils.exp (style): Add title and highlight styles.
3875
3876 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3877
3878 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3879 $_shell_exitsignal.
3880 * gdb.base/default.exp: Update for new convenience variables.
3881
3882 2019-05-29 Tom Tromey <tromey@adacore.com>
3883
3884 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3885 to "break complete ada" test case's regexp.
3886
3887 2019-05-29 Tom Tromey <tromey@adacore.com>
3888
3889 PR c++/20020:
3890 * gdb.cp/constexpr-field.exp: New file.
3891 * gdb.cp/constexpr-field.cc: New file.
3892
3893 2019-05-29 Tom Tromey <tromey@adacore.com>
3894
3895 * gdb.base/finish.exp (finish_no_print): New proc.
3896 (finish_tests): Call it.
3897
3898 2019-05-24 Tom de Vries <tdevries@suse.de>
3899
3900 * gdb.dwarf2/gdb-add-index.exp: New file.
3901
3902 2019-05-22 Tom Tromey <tromey@adacore.com>
3903
3904 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3905 * gdb.base/style.exp: Use "style".
3906 * lib/gdb-utils.exp (style): New proc.
3907
3908 2019-05-22 Tom de Vries <tdevries@suse.de>
3909
3910 * gdb.base/align.exp: Require c++11.
3911
3912 2019-05-22 Tom de Vries <tdevries@suse.de>
3913
3914 PR testsuite/24586
3915 * gdb.python/py-mi-var-info-path-expression.exp: Call
3916 mi_skip_python_tests to check if python is supported.
3917
3918 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3919
3920 * gdb.arch/aarch64-pauth.c: New test.
3921 * gdb.arch/aarch64-pauth.exp: New file.
3922
3923 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3924
3925 * README (Re-running Tests Outside The Testsuite): New section.
3926
3927 2019-05-21 Tom de Vries <tdevries@suse.de>
3928
3929 * gdb.arch/amd64-eval.exp: Require c++11.
3930 * gdb.base/max-depth.exp: Same.
3931 * gdb.compile/compile-cplus-array-decay.exp: Same.
3932 * gdb.cp/meth-typedefs.exp: Same.
3933 * gdb.cp/subtypes.exp: Same.
3934 * gdb.cp/temargs.exp: Same.
3935
3936 2019-05-21 Alan Hayward <alan.hayward@arm.com>
3937
3938 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
3939
3940 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
3941
3942 PR gdb/18644
3943 * gdb.fortran/complex.exp: Remove setup_kfail calls.
3944 * gdb.fortran/printing-types.exp: Add new test.
3945 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
3946 testing.
3947 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
3948 setup_kfail call.
3949
3950 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3951
3952 * README (Running the Testsuite): Change example.
3953 (Testsuite Parameters): Remove TRANSCRIPT.
3954 * lib/gdb.exp: Remove TRANSCRIPT check.
3955
3956 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3957
3958 * README (Testsuite Parameters): Add replay logging to
3959 GDBSERVER_DEBUG.
3960 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
3961 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
3962 as a comma separated list.
3963 (gdb_debug_init): Override procedure.
3964
3965 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3966
3967 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
3968 (gdb_write_cmd_file): New procedure.
3969 * lib/gdbserver-support.exp (gdbserver_start): Call
3970 gdbserver_write_cmd_file.
3971 (gdbserver_write_cmd_file): New procedure.
3972
3973 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3974
3975 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
3976 (delete_breakpoints): Likewise.
3977 (gdb_run_cmd): Likewise.
3978 (gdb_start_cmd): Likewise.
3979 (gdb_starti_cmd): Likewise.
3980 (gdb_internal_error_resync): Likewise.
3981 (gdb_test_multiple): Likewise.
3982 (gdb_reinitialize_dir): Likewise.
3983 (default_gdb_exit): Likewise.
3984 (gdb_file_cmd): Mark kill as optional.
3985 (default_gdb_start): Call gdb_stdin_log_init.
3986 (send_gdb): Call gdb_stdin_log_write.
3987 (rerun_to_main): Mark Y as an answer.
3988 (gdb_stdin_log_init): New function.
3989 (gdb_stdin_log_write): Likewise.
3990
3991 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3992
3993 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
3994 * gdb.base/debug-expr.exp: Likewise.
3995 * gdb.base/foll-fork.exp: Likewise.
3996 * gdb.base/foll-vfork.exp: Likewise.
3997 * gdb.base/fork-print-inferior-events.exp: Likewise.
3998 * gdb.base/gdb-sigterm.exp: Likewise.
3999 * gdb.base/gdbinit-history.exp: Likewise.
4000 * gdb.base/osabi.exp: Likewise.
4001 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4002 * gdb.base/ui-redirect.exp: Likewise.
4003 * gdb.gdb/unittest.exp: Likewise.
4004 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4005 * gdb.mi/mi-watch.exp: Likewise.
4006 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4007 * gdb.mi/user-selected-context-sync.exp: Likewise.
4008 * gdb.python/python.exp: Disable debug test when debugging.
4009 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4010 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4011 Likewise.
4012 * gdb.threads/stepi-random-signal.exp: Likewise.
4013
4014 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4015
4016 * Makefile.in: Pass through GDB_DEBUG.
4017 * README (Testsuite Parameters): Add GDB_DEBUG.
4018 (gdb,debug): Add board setting.
4019 * lib/gdb.exp (default_gdb_start): Start debugging.
4020 (gdb_debug_enabled): New procedure.
4021 (gdb_debug_init): Likewise.
4022
4023 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4024
4025 * Makefile.in: Pass through GDB_DEBUG.
4026 * README (Testsuite Parameters): Add GDB_DEBUG.
4027 (gdb,debug): Add board setting.
4028 * lib/gdb.exp (default_gdb_start): Start debugging.
4029 (gdb_debug_enabled): New procedure.
4030 (gdb_debug_init): Likewise.
4031
4032 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4033
4034 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4035
4036 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4037
4038 * gdb.base/ui-redirect.exp: Test redirection.
4039
4040 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4041
4042 * gdb.mi/mi-complete.exp: New file.
4043 * gdb.mi/mi-complete.cc: Likewise.
4044
4045 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4046
4047 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4048 indexed and sliced arrays, and pointers to arrays.
4049
4050 2019-05-14 Tom Tromey <tromey@adacore.com>
4051
4052 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4053 styling test.
4054
4055 2019-05-14 Tom de Vries <tdevries@suse.de>
4056
4057 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4058 selection entry encoding.
4059
4060 2019-05-10 Tom Tromey <tromey@adacore.com>
4061
4062 * gdb.ada/info_exc.exp: Add "complete" test.
4063
4064 2019-05-09 Tom de Vries <tdevries@suse.de>
4065
4066 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4067 CU-relative.
4068
4069 2019-05-09 Tom de Vries <tdevries@suse.de>
4070
4071 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4072 CU-relative.
4073
4074 2019-05-08 Joel Brobecker <brobecker@adacore.com>
4075
4076 * gdb.ada/frame_arg_lang.exp: New testcase.
4077 * gdb.ada/frame_arg_lang/bla.adb: New file.
4078 * gdb.ada/frame_arg_lang/pck.ads: New file.
4079 * gdb.ada/frame_arg_lang/pck.adb: New file.
4080 * gdb.ada/frame_arg_lang/foo.c: New file.
4081
4082 2019-05-08 Tom Tromey <tromey@adacore.com>
4083
4084 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4085
4086 2019-05-08 Tom Tromey <tromey@adacore.com>
4087
4088 * gdb.base/ptype-offsets.exp: Update tests.
4089
4090 2019-05-08 Tom Tromey <tromey@adacore.com>
4091
4092 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4093 cases.
4094 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4095 "short".
4096
4097 2019-05-08 Tom Tromey <tromey@adacore.com>
4098
4099 * gdb.ada/vla.exp: New file.
4100 * gdb.ada/vla/vla.adb: New file.
4101
4102 2019-05-07 Tom de Vries <tdevries@suse.de>
4103
4104 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4105
4106 2019-05-07 Tom de Vries <tdevries@suse.de>
4107
4108 PR testsuite/24522
4109 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4110 section.
4111
4112 2019-05-07 Tom de Vries <tdevries@suse.de>
4113
4114 PR testsuite/24522
4115 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4116 .debug_aranges section.
4117
4118 2019-05-07 Tom de Vries <tdevries@suse.de>
4119
4120 PR testsuite/24159
4121 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4122
4123 2019-05-06 Tom de Vries <tdevries@suse.de>
4124
4125 * lib/gdb.exp (exec_has_index_section): New proc.
4126 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4127 section.
4128
4129 2019-05-04 Tom de Vries <tdevries@suse.de>
4130
4131 * boards/cc-with-debug-names.exp: New file.
4132
4133 2019-05-03 Tom Tromey <tromey@adacore.com>
4134
4135 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4136 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4137 * gdb.ada/char_enum.exp: Add test.
4138
4139 2019-05-03 Tom de Vries <tdevries@suse.de>
4140
4141 * boards/cc-with-gdb-index.exp: New file.
4142
4143 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4144
4145 * gdb.rust/simple.exp: Add new test case.
4146 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4147 (main): Initialise an instance of the new struct.
4148
4149 2019-05-01 Tom Tromey <tromey@adacore.com>
4150
4151 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4152 record.
4153 (NPR): New variable.
4154 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4155 test.
4156
4157 2019-05-01 Tom Tromey <tromey@adacore.com>
4158
4159 * gdb.ada/packed_array_assign.exp: Add packed assignment
4160 regression test.
4161
4162 2019-05-01 Tom de Vries <tdevries@suse.de>
4163
4164 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4165
4166 2019-05-01 Tom de Vries <tdevries@suse.de>
4167
4168 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4169
4170 2019-04-30 Ali Tamur <tamur@google.com>
4171
4172 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4173
4174 2019-04-30 Tom Tromey <tromey@adacore.com>
4175
4176 * lib/ada.exp (find_ada_tool): New proc.
4177 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4178 * gdb.ada/catch_ex_std.exp: New file.
4179 * gdb.ada/catch_ex_std/foo.adb: New file.
4180 * gdb.ada/catch_ex_std/some_package.adb: New file.
4181 * gdb.ada/catch_ex_std/some_package.ads: New file.
4182
4183 2019-04-30 Tom Tromey <tromey@adacore.com>
4184
4185 PR c++/24470:
4186 * gdb.cp/temargs.cc: Add test code from PR.
4187
4188 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4189
4190 * gdb.fortran/vla-datatypes.exp: Update expected results.
4191 * gdb.fortran/vla-ptype.exp: Likewise.
4192 * gdb.fortran/vla-type.exp: Likewise.
4193 * gdb.fortran/vla-value.exp: Likewise.
4194
4195 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4196
4197 * gdb.fortran/ptr-indentation.exp: Update expected results.
4198 * gdb.fortran/ptype-on-functions.exp: Likewise.
4199 * gdb.fortran/vla-ptr-info.exp: Likewise.
4200 * gdb.fortran/vla-value.exp: Likewise.
4201
4202 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4203
4204 * gdb.fortran/ptype-on-functions.exp: New file.
4205 * gdb.fortran/ptype-on-functions.f90: New file.
4206
4207 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4208
4209 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4210 case void string.
4211
4212 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4213
4214 * gdb.fortran/complex.exp: Expand.
4215 * gdb.fortran/complex.f: Renamed to...
4216 * gdb.fortran/complex.f90: ...this, and extended to add more
4217 complex values.
4218
4219 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4220
4221 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4222 MODULO, CMPLX.
4223
4224 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4225 Richard Bunt <richard.bunt@arm.com>
4226
4227 * gdb.base/max-depth.c: New file.
4228 * gdb.base/max-depth.exp: New file.
4229 * gdb.python/py-nested-maps.c: New file.
4230 * gdb.python/py-nested-maps.exp: New file.
4231 * gdb.python/py-nested-maps.py: New file.
4232 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4233 (test_all_common): Call test_max_depth.
4234 * gdb.fortran/max-depth.exp: New file.
4235 * gdb.fortran/max-depth.f90: New file.
4236 * gdb.go/max-depth.exp: New file.
4237 * gdb.go/max-depth.go: New file.
4238 * gdb.modula2/max-depth.exp: New file.
4239 * gdb.modula2/max-depth.c: New file.
4240 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4241
4242 2019-04-29 Tom de Vries <tdevries@suse.de>
4243
4244 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4245
4246 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4247
4248 * gdb.base/callexit.exp: Test may-call-functions off.
4249
4250 2019-04-25 Keith Seitz <keiths@redhat.com>
4251
4252 PR c++/24367
4253 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4254 (another_incomplete_struct, test_incomplete): New definitions.
4255 (main): Use new definitions.
4256 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4257 functions.
4258
4259 2019-04-25 Ali Tamur <tamur@google.com>
4260
4261 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4262
4263 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4264
4265 PR corefiles/11608
4266 PR corefiles/18187
4267 * gdb.base/coredump-filter-build-id.exp: New file.
4268
4269 2019-04-25 Alan Hayward <alan.hayward@arm.com>
4270
4271 * Makefile.in: Pass through GDBSERVER_DEBUG.
4272 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4273 (gdbserver,debug): Add board setting.
4274 * gdb.trace/tspeed.exp: Skip when debugging.
4275 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4276 * lib/gdbserver-support.exp: Likewise
4277
4278 2019-04-24 Tom Tromey <tromey@adacore.com>
4279
4280 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4281 Rust.
4282
4283 2019-04-24 Tom Tromey <tromey@adacore.com>
4284
4285 * gdb.arch/amd64-eval.exp: Test bitfield return.
4286 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4287 (class Foo) <return_bitfields>: New method.
4288 (main): Call it.
4289
4290 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4291
4292 * gdb.cp/many-args.cc: New file.
4293 * gdb.cp/many-args.exp: New file.
4294
4295 2019-04-23 Tom de Vries <tdevries@suse.de>
4296
4297 PR gdb/24433
4298 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4299
4300 2019-04-23 Alan Hayward <alan.hayward@arm.com>
4301
4302 * gdb.trace/backtrace.exp: Use nopie flag.
4303 * gdb.trace/circ.exp: Likewise.
4304 * gdb.trace/collection.exp: Likewise.
4305 * gdb.trace/ftrace.exp: Likewise.
4306 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4307 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4308 * gdb.trace/qtro.exp: Likewise.
4309 * gdb.trace/read-memory.exp: Likewise.
4310 * gdb.trace/report.exp: Likewise.
4311 * gdb.trace/tfile.exp: Likewise.
4312 * gdb.trace/tfind.exp: Likewise.
4313 * gdb.trace/unavailable.exp: Likewise.
4314
4315 2019-04-22 Pedro Alves <palves@redhat.com>
4316
4317 * gdb.base/solib-probes-nosharedlibrary.c,
4318 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4319
4320 2019-04-19 Tom Tromey <tromey@adacore.com>
4321
4322 * gdb.ada/ptype_union.c: New file.
4323 * gdb.ada/ptype_union.exp: New file.
4324
4325 2019-04-19 Tom Tromey <tromey@adacore.com>
4326
4327 PR symtab/24423:
4328 * gdb.base/list0.h (foo): Add a control-l character.
4329
4330 2019-04-18 Tom de Vries <tdevries@suse.de>
4331
4332 PR gdb/24433
4333 * boards/local-board.exp: Set sysroot to "".
4334
4335 2019-04-18 Tom de Vries <tdevries@suse.de>
4336 Pedro Alves <palves@redhat.com>
4337
4338 PR gdb/24454
4339 * gdb.threads/vfork-follow-child-exec.c: New file.
4340 * gdb.threads/vfork-follow-child-exec.exp: New file.
4341 * gdb.threads/vfork-follow-child-exit.c: New file.
4342 * gdb.threads/vfork-follow-child-exit.exp: New file.
4343
4344 2019-04-15 Leszek Swirski <leszeks@google.com>
4345
4346 * gdb.arch/amd64-eval.cc: New file.
4347 * gdb.arch/amd64-eval.exp: New file.
4348
4349 2019-04-11 Alan Hayward <alan.hayward@arm.com>
4350
4351 * gdb.server/sysroot.c: New test.
4352 * gdb.server/sysroot.exp: New file.
4353 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4354 matching param.
4355
4356 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4357
4358 * gdb.base/align.exp: Extend test to cover structures containing
4359 only static fields.
4360
4361 2019-04-11 Tom de Vries <tdevries@suse.de>
4362
4363 * boards/cc-with-dwz-m.exp: New file.
4364 * boards/cc-with-dwz.exp: New file.
4365 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4366
4367 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
4368
4369 * gdb.base/start-cpp.exp: New file.
4370 * gdb.base/start-cpp.cc: New file.
4371
4372 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4373
4374 * gdb.python/py-thrhandle.exp: Adjust tests to call
4375 thread_from_handle instead of thread_from_thread_handle.
4376
4377 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4378
4379 * gdb.python/py-thrhandle.exp: Add tests for
4380 gdb.InferiorThread.handle.
4381
4382 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4383
4384 * gdb.python/py-function.exp: Check calling helper function from
4385 all languages.
4386 * lib/gdb.exp (gdb_supported_languages): New proc.
4387
4388 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4389
4390 * gdb.base/complex-parts.c: New file.
4391 * gdb.base/complex-parts.exp: New file.
4392
4393 2019-04-01 Tom Tromey <tromey@adacore.com>
4394
4395 PR symtab/23331:
4396 * gdb.dwarf2/dw2-ranges-main.c: New file.
4397 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4398 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4399
4400 2019-03-30 Simon Marchi <simark@simark.ca>
4401
4402 * gdb.base/default.exp: Add values for $_gdb_major and
4403 $_gdb_minor.
4404
4405 2019-03-29 Tom Tromey <tromey@adacore.com>
4406
4407 * gdb.base/help.exp: Tighten apropos regexp.
4408
4409 2019-03-29 Keith Seitz <keiths@redhat.com>
4410
4411 * gdb.fortran/array-bounds.exp: New file.
4412 * gdb.fortran/array-bounds.f90: New file.
4413
4414 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4415
4416 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4417
4418 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4419
4420 * gdb.multi/hello.c (main): Increase alarm timer.
4421
4422 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4423
4424 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4425 factor when no hardware watchpoint support.
4426
4427 2019-03-28 Alan Hayward <alan.hayward@arm.com>
4428 Pedro Alves <palves@redhat.com>
4429
4430 * boards/local-board.exp: set sysroot to /.
4431
4432 2019-03-27 Alan Hayward <alan.hayward@arm.com>
4433
4434 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4435 in child.
4436
4437 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4438
4439 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4440 field.
4441 (make_container): Initialise new field.
4442 * gdb.python/py-prettyprint.exp: Add new tests.
4443 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4444 <display_hint>: New method.
4445
4446 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4447
4448 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4449 gdb_continue_to_breakpoint more throughout this test.
4450 (run_lang_tests) Supply unique test names, and use
4451 gdb_test_no_output.
4452
4453 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4454
4455 * gdb.base/finish-pretty.exp: Update expected results.
4456 * gdb.base/pretty-print.c: New file.
4457 * gdb.base/pretty-print.exp: New file.
4458
4459 2019-03-25 Pedro Alves <palves@redhat.com>
4460
4461 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4462 move comments outside list. Append '-i "" eof' section.
4463
4464 2019-03-22 Alan Hayward <alan.hayward@arm.com>
4465
4466 PR testsuite/25016
4467 * README: Add pie options.
4468 * gdb.base/break-interp.exp: Ensure pie is disabled.
4469 * gdb.base/dump.exp: Likewise.
4470 * lib/gdb.exp (gdb_compile): Add pie option.
4471
4472 2019-03-19 Tom Tromey <tromey@adacore.com>
4473
4474 * gdb.mi/mi2-cli-display.c: New file.
4475 * gdb.mi/mi2-cli-display.exp: New file.
4476
4477 2019-03-18 Joel Brobecker <brobecker@adacore.com>
4478 Tom Tromey <tromey@adacore.com>
4479
4480 * gdb.ada/ptype_array/pck.adb: New file.
4481 * gdb.ada/ptype_array/pck.ads: New file.
4482 * gdb.ada/ptype_array/foo.adb: New file.
4483 * gdb.ada/ptype_array.exp: New file.
4484
4485 2019-03-14 Tom Tromey <tromey@adacore.com>
4486
4487 * gdb.base/style.exp: Add "set style sources" test.
4488
4489 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4490
4491 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4492 * mi-breakpoint-multiple-locations.exp: ... this.
4493 (make_breakpoints_pattern): New proc.
4494 (do_test): Add mi_version parameter, test -break-insert,
4495 -break-info and =breakpoint-created.
4496
4497 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4498
4499 * config/default.exp: Remove 'load_lib gdb.exp'.
4500 * config/monitor.exp: Likewise.
4501 * config/sid.exp: Likewise.
4502 * config/sim.exp: Likewise.
4503 * config/slite.exp: Likewise.
4504 * config/unix.exp: Likewise.
4505 * gdb.base/default.exp: Remove unhelpful comment.
4506
4507 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4508
4509 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4510
4511 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4512
4513 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4514
4515 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4516
4517 * gdb.fortran/type-kinds.exp: Update expected results.
4518
4519 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4520
4521 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4522
4523 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4524
4525 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4526 function.
4527 (test_basic_parsing_of_type_kinds): Expand types tested.
4528 (test_parsing_invalid_type_kinds): New function.
4529
4530 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4531
4532 * gdb.fortran/intrinsics.exp: New file.
4533 * gdb.fortran/intrinsics.f90: New file.
4534 * gdb.fortran/type-kinds.exp: New file.
4535
4536 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4537
4538 * gdb.fortran/dot-ops.exp: New file.
4539
4540 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4541
4542 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4543 Check upper and lower case logical literals.
4544
4545 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4546
4547 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4548 Remove duplicate tests.
4549
4550 2019-03-06 Alan Hayward <alan.hayward@arm.com>
4551
4552 * lib/gdb.exp (builtin_cd): rename of cd.
4553 (cd): Override builtin.
4554
4555 2019-03-06 Richard Bunt <richard.bunt@arm.com>
4556
4557 * gdb.fortran/function-calls.exp: New file.
4558 * gdb.fortran/function-calls.f90: New test.
4559
4560 2019-03-04 Richard Bunt <richard.bunt@arm.com>
4561
4562 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4563 on user program standard output.
4564 * gdb.fortran/short-circuit-argument-list.f90: Record function
4565 calls.
4566
4567 2019-02-28 Alan Hayward <alan.hayward@arm.com>
4568
4569 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4570 failure.
4571
4572 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4573
4574 PR gdb/8527
4575 * gdb.base/interrupt-daemon-attach.c,
4576 gdb.base/interrupt-daemon-attach.exp: New test.
4577
4578 2019-02-27 Pedro Alves <palves@redhat.com>
4579
4580 * gdb.base/page.exp: Add tests for "set width/height -1".
4581
4582 2019-02-27 Pedro Alves <palves@redhat.com>
4583
4584 * gdb.base/page.exp: Add tests for "set/show width/height" with
4585 "infinite" values.
4586
4587 2019-02-27 Tom Tromey <tromey@adacore.com>
4588
4589 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4590 2.4.
4591 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4592 workaround.
4593
4594 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4595
4596 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4597 tests for structs with static members.
4598
4599 2019-02-26 Tom Tromey <tromey@adacore.com>
4600
4601 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4602 ValueError, not TypeError.
4603
4604 2019-02-26 Kevin Buettner <kevinb@redhat.com>
4605
4606 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4607 call from main program.
4608
4609 2019-02-23 Joel Brobecker <brobecker@adacore.com>
4610
4611 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4612 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4613 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4614 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4615 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4616
4617 2019-02-22 Keith Seitz <keiths@redhat.com>
4618
4619 PR symtab/23853
4620 * gdb.base/symlink-sourcefile.c: New file.
4621 * gdb.base/symlink-sourcefile.exp: New file.
4622
4623 2019-02-20 Tom Tromey <tom@tromey.com>
4624
4625 * gdb.base/info_qt.exp: Update.
4626
4627 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4628
4629 * gdb.base/source.exp: Move "error in sourced script" code to
4630 the end.
4631 * gdb.base/source-error.gdb: Move contents to
4632 source-error-1.gdb. Add new code to source source-error-1.gdb.
4633 * gdb.base/source-error-1.gdb: New file, from previous
4634 source-error.gdb.
4635
4636 2019-02-17 Tom Tromey <tom@tromey.com>
4637
4638 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4639 for macro styling.
4640 * gdb.base/style.c (SOME_MACRO): New macro.
4641
4642 2019-02-17 Tom Tromey <tom@tromey.com>
4643
4644 * gdb.base/style.exp: Add line-wrapping tests.
4645 * gdb.base/page.exp: Add test for quitting during pagination.
4646
4647 2019-02-17 Joel Brobecker <brobecker@adacore.com>
4648
4649 * gdb.ada/big_packed_array: New testcase.
4650 * gdb.ada/homonym.exp: Fix incorrect expected output for
4651 "break <homonym__get_value>" test.
4652
4653 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
4654
4655 PR breakpoints/21870
4656 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4657 and prepare_for_testing. Add comment.
4658 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4659 redundant cleanup call. Clean up comment.
4660
4661 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
4662
4663 PR breakpoints/21870
4664 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4665 * gdb.arch/aarch64-dbreg-contents.c: New file.
4666
4667 2019-02-10 Joel Brobecker <brobecker@adacore.com>
4668
4669 * gdb.ada/mi_ref_changeable: New testcase.
4670
4671 2019-02-07 Alan Hayward <alan.hayward@arm.com>
4672
4673 * gdb.base/attach.exp: Add double attach test.
4674
4675 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4676
4677 * lib/gdb.exp (default_gdb_start): Don't match pagination
4678 prompt.
4679 (gdb_init): Set stty_init.
4680
4681 2019-01-27 Tom Tromey <tom@tromey.com>
4682
4683 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4684 skip_python_tests.
4685
4686 2019-01-24 Alan Hayward <alan.hayward@arm.com>
4687
4688 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4689 New structure.
4690 (struct struct_static_02_02): Likewise.
4691 (struct struct_static_02_03): Likewise.
4692 (struct struct_static_02_04): Likewise.
4693 (struct struct_static_04_01): Likewise.
4694 (struct struct_static_04_02): Likewise.
4695 (struct struct_static_04_03): Likewise.
4696 (struct struct_static_04_04): Likewise.
4697 (struct struct_static_06_01): Likewise.
4698 (struct struct_static_06_02): Likewise.
4699 (struct struct_static_06_03): Likewise.
4700 (struct struct_static_06_04): Likewise.
4701 (cmp_struct_static_02_01): Likewise.
4702 (cmp_struct_static_02_02): Likewise.
4703 (cmp_struct_static_02_03): Likewise.
4704 (cmp_struct_static_02_04): Likewise.
4705 (cmp_struct_static_04_01): Likewise.
4706 (cmp_struct_static_04_02): Likewise.
4707 (cmp_struct_static_04_03): Likewise.
4708 (cmp_struct_static_04_04): Likewise.
4709 (cmp_struct_static_06_01): Likewise.
4710 (cmp_struct_static_06_02): Likewise.
4711 (cmp_struct_static_06_03): Likewise.
4712 (cmp_struct_static_06_04): Likewise.
4713 (call_all): Test new structs.
4714 * gdb.base/infcall-nested-structs.exp: Likewise.
4715
4716 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4717 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4718
4719 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4720 * gdb.base/stack-protector.c: New test.
4721 * gdb.base/stack-protector.exp: New file.
4722 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4723 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4724 option.
4725 (gdb_compile): Remove stack protector for GCC and prevent
4726 recursion.
4727
4728 2019-01-16 Keith Seitz <keiths@redhat.com>
4729
4730 PR gdb/23773
4731 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4732
4733 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4734
4735 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4736 aliases.
4737 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4738 tests.
4739 * gdb.arch/powerpc-vector-regs.c: New file.
4740 * gdb.arch/powerpc-vector-regs.exp: New file.
4741
4742 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4743
4744 * gdb.arch/altivec-regs.exp: Fix the list passed to
4745 gdb_expect_list when testing "info vector".
4746
4747 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4748
4749 * gdb.base/style.exp: Don't include path in testname.
4750
4751 2019-01-10 Keith Seitz <keiths@redhat.com>
4752
4753 PR gdb/23712
4754 PR symtab/23010
4755 * gdb.dwarf2/multidictionary.exp: New file.
4756
4757 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4758
4759 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4760 (test_gnuv3_style_demangling): ... this.
4761 (test_lucid_style_demangling): Remove.
4762 (test_arm_style_demangling): Remove.
4763 (test_hp_style_demangling): Remove.
4764 (do_tests): Remove calls to the above.
4765
4766 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4767
4768 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4769 case.
4770
4771 2019-01-06 Tom Tromey <tom@tromey.com>
4772
4773 PR gdb/28155:
4774 * gdb.dwarf2/typedef-void-finish.exp: New file.
4775
4776 2018-12-28 Tom Tromey <tom@tromey.com>
4777 Simon Marchi <simark@simark.ca>
4778
4779 * gdb.base/jit-exec.exp: New file.
4780 * gdb.base/jit-exec.c: New file.
4781 * gdb.base/jit-execd.c: New file.
4782
4783 2018-12-28 Tom Tromey <tom@tromey.com>
4784
4785 * gdb.base/style.exp: Update test to check for address styling.
4786
4787 2018-12-28 Tom Tromey <tom@tromey.com>
4788
4789 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4790 message.
4791
4792 2018-12-28 Tom Tromey <tom@tromey.com>
4793
4794 * gdb.base/style.exp: Add test for version number styling.
4795
4796 2018-12-28 Tom Tromey <tom@tromey.com>
4797
4798 * gdb.base/style.exp: Add test for print_address_symbolic.
4799
4800 2018-12-28 Tom Tromey <tom@tromey.com>
4801
4802 * gdb.base/style.exp: Add test for breakpoint setting.
4803
4804 2018-12-28 Tom Tromey <tom@tromey.com>
4805
4806 * gdb.base/style.exp: Add test for variable names.
4807
4808 2018-12-28 Tom Tromey <tom@tromey.com>
4809
4810 * gdb.base/style.exp: New file.
4811 * gdb.base/style.c: New file.
4812
4813 2018-12-28 Tom Tromey <tom@tromey.com>
4814
4815 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4816 "dumb".
4817 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4818 the TERM environment variable.
4819
4820 2018-12-27 Tom Tromey <tom@tromey.com>
4821
4822 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4823 pagination test.
4824
4825 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4826
4827 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4828 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4829
4830 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4831
4832 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4833 Filename a.adb changed to bp_fun_addr.adb.
4834 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4835
4836 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4837
4838 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4839 non-PIE executables.
4840 * README: Mention the gdb,nopie_flag board setting.
4841 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4842 non-PIE executable.
4843 * gdb.arch/amd64-entry-value.exp: Likewise.
4844 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4845 * gdb.arch/i386-float.exp: Likewise.
4846 * gdb.arch/i386-signal.exp: Likewise.
4847 * gdb.mi/mi-reg-undefined.exp: Likewise.
4848
4849 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4850
4851 PR gdb/23974
4852 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4853
4854 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4855
4856 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4857 Update order of results accordingly.
4858
4859 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4860
4861 * gdb.base/annota1.exp: Update a test regexp.
4862
4863 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4864
4865 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4866
4867 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4868
4869 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4870 (reuse_time): Initialize to REUSE_TIME_CAP.
4871 (check_rc): New function.
4872 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4873 Check pthread_create rc.
4874 (spawner_thread_func): Check pthread_create and pthread_join rc.
4875
4876 2018-12-08 Pedro Alves <palves@redhat.com>
4877
4878 * gdb.base/list.exp (test_forward_search): Rename to ...
4879 (test_forward_reverse_search): ... this. Also test reverse-search
4880 and the forward-search alias.
4881
4882 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4883
4884 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4885 local timeout variable before return, and remove all local timeout
4886 variable entirely.
4887 (gdb_load): Likewise.
4888
4889 2018-12-01 Tom de Vries <tdevries@suse.de>
4890
4891 * gdb.base/gdb-caching-proc.exp: New file.
4892
4893 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4894
4895 * Makefile.in (TIMESTAMP): New variable.
4896 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4897 command.
4898 (check-single-racy): Likewise.
4899 (check/%.exp): Likewise.
4900 (check-racy/%.exp): Likewise.
4901 (workers/%.worker): Likewise.
4902 (build-perf): Likewise.
4903 (check-perf): Likewise.
4904 * README: Describe new "TS" and "TS_FORMAT" variables.
4905 * print-ts.py: New file.
4906
4907 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4908
4909 PR python/23714
4910 * gdb.python/python.exp: Test command repetition after
4911 gdb.execute.
4912
4913 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4914
4915 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4916 is correctly aligned.
4917
4918 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4919
4920 * gdb.ada/info_auto_lang.exp: New testcase.
4921 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4922 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4923 * gdb.ada/info_auto_lang/some_c.c: New file.
4924
4925 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4926
4927 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4928 FUNC_lang language syntax.
4929
4930 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4931
4932 * gdb.base/info_minsym.c: New file.
4933 * gdb.base/info_minsym.exp: New file.
4934
4935 2018-11-19 Tom Tromey <tom@tromey.com>
4936
4937 PR rust/23625:
4938 * gdb.rust/simple.exp: Add ptype test. Update expected output.
4939 * gdb.rust/expr.exp: Update expected output. Change one test.
4940
4941 2018-11-19 Tom Tromey <tom@tromey.com>
4942
4943 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
4944
4945 2018-11-19 Pedro Alves <palves@redhat.com>
4946
4947 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
4948 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
4949 see the expected warning.
4950
4951 2018-11-16 Alan Hayward <alan.hayward@arm.com>
4952
4953 PR gdb/22736:
4954 * gdb.cp/infcall-nodebug-lib.c: New test.
4955 * gdb.cp/infcall-nodebug-main.c: New test.
4956 * gdb.cp/infcall-nodebug.exp: New file.
4957
4958 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
4959
4960 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
4961 completer tests.
4962
4963 2018-11-09 Tom de Vries <tdevries@suse.de>
4964
4965 * gdb.base/msym-lang.c: New test.
4966 * gdb.base/msym-lang.exp: New file.
4967 * gdb.base/msym-lang-main.c: New test.
4968
4969 2018-11-08 Tom Tromey <tom@tromey.com>
4970
4971 PR gdb/23555:
4972 PR gdb/23838:
4973 * gdb.base/warning.exp: New file.
4974
4975 2018-11-08 Jan Beulich <jbeulich@suse.com>
4976
4977 * testsuite/gdb.arch/i386-avx512.c,
4978 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
4979
4980 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
4981
4982 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
4983 point hardware.
4984
4985 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
4986
4987 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
4988 * gdb.dwarf2/missing-type-name.exp: New file.
4989
4990 2018-11-06 Tom de Vries <tdevries@suse.de>
4991
4992 * gdb.base/many-headers.c: New test.
4993 * gdb.base/many-headers.exp: New file.
4994
4995 2018-11-06 Jim Wilson <jimw@sifive.com>
4996
4997 * gdb.base/code_elim.exp: For riscv, set additional_flags
4998 to include -msmall-data-limit=0.
4999
5000 2018-11-01 Joel Brobecker <brobecker@adacore.com>
5001
5002 * gdb.ada/watch_minus_l: New testcase.
5003
5004 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5005
5006 * gdb.arch/aix-sighandle.c: New file.
5007 * gdb.arch/aix-sighandle.exp: New file.
5008
5009 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5010
5011 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5012 registers being unions.
5013
5014 2018-10-31 Tom de Vries <tdevries@suse.de>
5015
5016 * lib/valgrind.exp: New file.
5017 (vgdb_start, vgdb_stop): New procs, factored out of ...
5018 * gdb.base/valgrind-bt.exp: ... here, ...
5019 * gdb.base/valgrind-disp-step.exp: ... here and ...
5020 * gdb.base/valgrind-infcall.exp: ... here.
5021
5022 2018-10-31 Tom de Vries <tdevries@suse.de>
5023
5024 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5025
5026 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5027
5028 * gdb.dwarf2/void-type.c: New file.
5029 * gdb.dwarf2/void-type.exp: New file.
5030
5031 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5032
5033 * gdb.base/info_qt.c: New file.
5034 * gdb.base/info_qt.exp: New file.
5035
5036 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5037
5038 * gdb.arch/powerpc-htm-regs.c: New file.
5039 * gdb.arch/powerpc-htm-regs.exp: New file.
5040
5041 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5042
5043 * gdb.arch/powerpc-tar.c: New file.
5044 * gdb.arch/powerpc-tar.exp: New file.
5045
5046 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5047
5048 * gdb.arch/powerpc-ppr-dscr.c: New file.
5049 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5050
5051 2018-10-25 Tom de Vries <tdevries@suse.de>
5052
5053 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5054
5055 2018-10-24 Tom de Vries <tdevries@suse.de>
5056
5057 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5058 longer exists error.
5059
5060 2018-10-24 Tom de Vries <tdevries@suse.de>
5061
5062 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5063
5064 2018-10-24 Tom de Vries <tdevries@suse.de>
5065
5066 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5067 --db-attach in valgrind.
5068
5069 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5070
5071 * gdb.arch/riscv-reg-aliases.c: New file.
5072 * gdb.arch/riscv-reg-aliases.exp: New file.
5073
5074 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5075
5076 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5077
5078 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5079
5080 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5081
5082 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5083
5084 * gdb.cp/ovldbreak.exp: Fix regexps.
5085
5086 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5087
5088 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5089
5090 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5091
5092 PR cli/23785
5093 * gdb.base/restore.exp: New test to check if "restore" with an
5094 invalid file doesn't segfault.
5095
5096 2018-10-18 Tom de Vries <tdevries@suse.de>
5097
5098 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5099 * gdb.ada/excep_handle.exp: Same.
5100 * gdb.ada/mi_string_access.exp: Same.
5101 * gdb.ada/mi_var_union.exp: Same.
5102 * gdb.arch/arc-analyze-prologue.exp: Same.
5103 * gdb.arch/arc-decode-insn.exp: Same.
5104 * gdb.base/readnever.exp: Same.
5105 * gdb.fortran/printing-types.exp: Same.
5106 * gdb.guile/scm-lazy-string.exp: Same.
5107
5108 2018-10-16 Tom de Vries <tdevries@suse.de>
5109
5110 PR gdb/23730
5111 * gdb.base/catch-follow-exec.c: Add copyright notice.
5112 * gdb.base/catch-follow-exec.exp: Rewrite to use
5113 gdb_spawn_with_cmdline_opts. Require gdb-native.
5114
5115 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5116
5117 * gdb.trace/actions-changed.exp: Check for arch support.
5118 * gdb.trace/actions.exp: Likewise.
5119 * gdb.trace/ax.exp: Likewise.
5120 * gdb.trace/backtrace.exp: Likewise.
5121 * gdb.trace/change-loc.exp: Likewise.
5122 * gdb.trace/deltrace.exp: Likewise.
5123 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5124 * gdb.trace/ftrace.exp: Likewise.
5125 * gdb.trace/infotrace.exp: Check for arch support.
5126 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5127 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5128 * gdb.trace/mi-tsv-changed.exp: Likewise.
5129 * gdb.trace/packetlen.exp: Likewise.
5130 * gdb.trace/passc-dyn.exp: Likewise.
5131 * gdb.trace/passcount.exp: Likewise.
5132 * gdb.trace/pending.exp: Likewise.
5133 * gdb.trace/range-stepping.exp: Check for shlib support.
5134 * gdb.trace/report.exp: Check for arch support.
5135 * gdb.trace/save-trace.exp: Likewise.
5136 * gdb.trace/signal.exp: Check for signal support.
5137 * gdb.trace/tfind.exp: Check for arch support.
5138 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5139 * gdb.trace/trace-common.h: Add comment.
5140 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5141 * gdb.trace/trace-enable-disable.exp: Likewise.
5142 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5143 * gdb.trace/tracecmd.exp: Check for arch support.
5144 * gdb.trace/tspeed.exp: Check for shlib and target support.
5145 * gdb.trace/tstatus.exp: Check for arch support.
5146 * gdb.trace/tsv.exp: Likewise.
5147 * gdb.trace/while-dyn.exp: Likewise.
5148 * gdb.trace/while-stepping.exp: Likewise.
5149 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5150
5151 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5152
5153 * gdb.trace/tspeed.exp: Remove nowarnings.
5154 (prepare_for_trace_test): Declare "global ipalib".
5155 * gdb.trace/tspeed.c: Include unistd.h.
5156 (main): Remove superfluous printf argument.
5157
5158 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5159
5160 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5161 directory prefix on the filename.
5162
5163 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5164
5165 * gdb.gdb/unittest.exp: Update expected message informing that
5166 selftests have been disabled.
5167 * gdb.server/unittest.exp: Likewise.
5168
5169 2018-10-09 Tom de Vries <tdevries@suse.de>
5170
5171 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5172 with runto_main.
5173
5174 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
5175
5176 PR c++/16841
5177 * gdb.cp/virtbase2.cc: New file.
5178 * gdb.cp/virtbase2.exp: New file.
5179
5180 2018-10-06 Tom Tromey <tom@tromey.com>
5181
5182 PR python/19399:
5183 * gdb.python/py-inferior.exp: Add architecture test.
5184
5185 2018-10-06 Tom Tromey <tom@tromey.com>
5186
5187 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5188 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5189
5190 2018-10-06 Tom Tromey <tom@tromey.com>
5191
5192 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5193 of a "throw" catchpoint.
5194
5195 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5196
5197 * gdb.base/info-proc.exp: Update string expected from "help info
5198 proc".
5199
5200 2018-10-04 Tom Tromey <tom@tromey.com>
5201
5202 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5203 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5204 (test_initial_complaints, test_empty_complaints): Update.
5205 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5206
5207 2018-10-04 Tom Tromey <tom@tromey.com>
5208
5209 PR cli/19551:
5210 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5211 * lib/gdb.exp (gdb_file_cmd): Update.
5212 * gdb.stabs/weird.exp (print_weird_var): Update.
5213 * gdb.server/solib-list.exp: Update.
5214 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5215 * gdb.mi/mi-cli.exp: Update.
5216 * gdb.linespec/linespec.exp: Update.
5217 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5218 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5219 * gdb.cp/cp-relocate.exp: Update.
5220 * gdb.base/sym-file.exp: Update.
5221 * gdb.base/relocate.exp: Update.
5222 * gdb.base/readnever.exp: Update.
5223 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5224 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5225 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5226 * gdb.base/code_elim.exp: Update.
5227 * gdb.base/break-unload-file.exp (test_break): Update.
5228 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5229 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5230 Update.
5231 * gdb.base/attach.exp (do_attach_tests): Update.
5232 * gdb.base/sepdebug.exp: Update.
5233 * gdb.python/py-section-script.exp: Update.
5234
5235 2018-10-04 Tom Tromey <tom@tromey.com>
5236
5237 PR cli/22234:
5238 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5239 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5240 output.
5241
5242 2018-10-04 Tom Tromey <tom@tromey.com>
5243
5244 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5245 set width and height to 0.
5246 (test_command_line_attach_run): Use -quiet.
5247
5248 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5249
5250 * lib/gdb.exp (skip_ifunc_tests): New.
5251 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5252 other compile failures.
5253 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5254
5255 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5256
5257 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5258 is_amd64_regs_target.
5259
5260 2018-10-01 Alan Hayward <alan.hayward@arm.com>
5261
5262 * gdb.arch/aarch64-sighandler-regs.c: New test.
5263 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5264 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5265
5266 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5267
5268 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5269 assembly.
5270
5271 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5272
5273 * gdb.base/frame-selection.exp: New file.
5274 * gdb.base/frame-selection.c: New file.
5275
5276 2018-09-27 Alan Hayward <alan.hayward@arm.com>
5277
5278 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5279 pthread barrier.
5280 (main): Likewise.
5281
5282 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5283
5284 * gdb.base/large-frame-1.c: New file.
5285 * gdb.base/large-frame-2.c: New file.
5286 * gdb.base/large-frame.exp: New file.
5287 * gdb.base/large-frame.h: New file.
5288
5289 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5290
5291 PR gdb/20948
5292 * gdb.base/write_mem.exp: New test.
5293 * gdb.base/write_mem.c: Likewise.
5294
5295 2018-09-23 Tom Tromey <tom@tromey.com>
5296
5297 PR python/18852:
5298 * gdb.python/py-parameter.exp: Add test for parameter that throws
5299 on "set".
5300
5301 2018-09-23 Tom Tromey <tom@tromey.com>
5302
5303 PR python/17284:
5304 * gdb.python/py-template.exp (test_template_arg): Add test for
5305 negative template argument number.
5306
5307 2018-09-23 Tom Tromey <tom@tromey.com>
5308
5309 PR python/14062:
5310 * gdb.python/python.exp: Add test for post_event error.
5311
5312 2018-09-23 Tom Tromey <tom@tromey.com>
5313
5314 PR python/18170:
5315 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5316 convert pointers to int and long.
5317
5318 2018-09-23 Tom Tromey <tom@tromey.com>
5319
5320 PR python/20126:
5321 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5322 signed-ness conversion tests.
5323
5324 2018-09-23 Tom Tromey <tom@tromey.com>
5325
5326 PR python/18352;
5327 * gdb.python/py-value.exp (test_float_conversion): New proc.
5328 Use it.
5329
5330 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5331
5332 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5333
5334 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5335
5336 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5337 no readline.
5338 * gdb.base/utf8-identifiers.exp: Likewise.
5339 * gdb.cp/cpcompletion.exp: Likewise.
5340 * gdb.linespec/cpcompletion.exp: Likewise.
5341 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5342 * gdb.linespec/cpls-ops.exp: Likewise.
5343
5344 2018-09-19 Richard Bunt <richard.bunt@arm.com>
5345 Chris January <chris.january@arm.com>
5346
5347 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5348 * gdb.fortran/short-circuit-argument-list.exp: New file.
5349 * gdb.fortran/short-circuit-argument-list.f90: New test.
5350
5351 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5352
5353 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5354 "arch=" keyword when executing "-stack-list-frames".
5355
5356 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5357
5358 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5359 "arch=" keyword when executing "-stack-list-frames".
5360
5361 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5362
5363 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5364 break ada".
5365
5366 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5367
5368 PR python/23669
5369 * gdb.python/python.exp: Test gdb.execute("show commands").
5370
5371 2018-09-16 Tom Tromey <tom@tromey.com>
5372
5373 * gdb.base/new-ui.exp (do_execution_tests): Update.
5374 * gdb.base/dbx.exp (test_breakpoints): Update.
5375
5376 2018-09-14 Alan Hayward <alan.hayward@arm.com>
5377
5378 * lib/gdb.exp (gdb_simple_compile): Add proc.
5379 (is_elf_target): Use gdb_simple_compile.
5380 (skip_altivec_tests): Likewise.
5381 (skip_vsx_tests): Likewise.
5382 (skip_tsx_tests): Likewise.
5383 (skip_btrace_tests): Likewise.
5384 (skip_btrace_pt_tests): Likewise.
5385 (gdb_can_simple_compile): Likewise.
5386 (gdb_has_argv0): Likewise.
5387 (gdb_target_symbol_prefix): Likewise.
5388 (target_supports_scheduler_locking): Likewise.
5389
5390 2018-09-13 Tom Tromey <tom@tromey.com>
5391
5392 * Makefile.in (TAGS): Recognize proc_with_prefix and
5393 gdb_caching_proc.
5394
5395 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5396
5397 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5398 method.
5399
5400 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5401
5402 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5403 and a few other Inferior properties when the Inferior is no
5404 longer valid.
5405
5406 2018-09-13 Tom Tromey <tom@tromey.com>
5407
5408 PR rust/23650:
5409 * gdb.rust/simple.exp: Add test for enum field access error.
5410
5411 2018-09-13 Tom Tromey <tom@tromey.com>
5412
5413 PR rust/23626:
5414 * gdb.rust/simple.rs (EmptyEnum): New type.
5415 (main): Use it.
5416 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5417
5418 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5419
5420 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5421 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5422 * gdb.python/py-symtab.exp: Update test printing an objfile.
5423
5424 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5425
5426 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5427 object.
5428
5429 2018-09-12 Alan Hayward <alan.hayward@arm.com>
5430
5431 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5432 (support_complex_tests): Use gdb_can_simple_compile.
5433 (is_ilp32_target): Likewise.
5434 (is_lp64_target): Likewise.
5435 (is_64_target): Likewise.
5436 (is_amd64_regs_target): Likewise.
5437 (is_aarch32_target): Likewise.
5438 (gdb_int128_helper): Likewise.
5439
5440 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5441
5442 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5443
5444 2018-09-10 Jerome Guitton <guitton@adacore.com>
5445
5446 * gdb.ada/same_component_name: Add test for case of tagged record
5447 with variable-length fields.
5448
5449 2018-09-10 Xavier Roirand <roirand@adacore.com>
5450
5451 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5452 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5453 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5454 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5455
5456 2018-09-10 Xavier Roirand <roirand@adacore.com>
5457
5458 * gdb.ada/mi_string_access.exp: New testcase.
5459 * gdb.ada/mi_string_access/bar.adb: New file.
5460 * gdb.ada/mi_string_access/pck.adb: New file.
5461 * gdb.ada/mi_string_access/pck.asd: New file.
5462
5463 2018-09-10 Xavier Roirand <roirand@adacore.com>
5464
5465 * gdb.ada/mi_var_union.exp: New testcase.
5466 * gdb.ada/mi_var_union/bar.adb: New file.
5467 * gdb.ada/mi_var_union/pck.adb: New file.
5468 * gdb.ada/mi_var_union/pck.asd: New file.
5469
5470 2018-09-08 Tom Tromey <tom@tromey.com>
5471
5472 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5473
5474 2018-09-08 Tom Tromey <tom@tromey.com>
5475
5476 PR python/16047:
5477 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5478 (register_pretty_printers): Register new printer.
5479 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5480 test.
5481 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5482 (an_int_type3): New global.
5483
5484 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5485
5486 * gdb.ada/expr_with_funcall: New testcase.
5487
5488 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5489
5490 * gdb.ada/packed_array_assign: New testcase.
5491
5492 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5493
5494 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5495 names, and add test prefixes to make test names unique.
5496
5497 2018-09-05 Tom de Vries <tdevries@suse.de>
5498
5499 * gdb.dwarf2/varval.exp: Add test.
5500
5501 2018-09-04 Gary Benson <gbenson@redhat.com>
5502
5503 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5504 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5505
5506 2018-08-31 Tom Tromey <tom@tromey.com>
5507
5508 * gdb.rust/simple.rs: Rename second variable "v".
5509
5510 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5511
5512 * gdb.base/funcargs.c (use_a): New function.
5513 (recurse): Call use_a.
5514
5515 2018-08-29 Keith Seitz <keiths@redhat.com>
5516
5517 * gdb.compile/compile-cplus-anonymous.cc: New file.
5518 * gdb.compile/compile-cplus-anonymous.exp: New file.
5519 * gdb.compile/compile-cplus-array-decay.cc: New file.
5520 * gdb.compile/compile-cplus-array-decay.exp: New file.
5521 * gdb.compile/compile-cplus-inherit.cc: New file.
5522 * gdb.compile/compile-cplus-inherit.exp: New file.
5523 * gdb.compile/compile-cplus-member.cc: New file.
5524 * gdb.compile/compile-cplus-member.exp: New file.
5525 * gdb.compile/compile-cplus-method.cc: New file.
5526 * gdb.compile/compile-cplus-method.exp: New file.
5527 * gdb.compile/compile-cplus-mod.c: "New" file.
5528 * gdb.compile/compile-cplus-namespace.cc: New file.
5529 * gdb.compile/compile-cplus-namespace.exp: New file.
5530 * gdb.compile/compile-cplus-nested.cc: New file.
5531 * gdb.compile/compile-cplus-nested.exp: New file.
5532 * gdb.compile/compile-cplus-print.c: "New" file.
5533 * gdb.compile/compile-cplus-print.exp: "New" file.
5534 * gdb.compile/compile-cplus-virtual.cc: New file.
5535 * gdb.compile/compile-cplus-virtual.exp: New file.
5536 * gdb.compile/compile-cplus.c: "New" file.
5537 * gdb.compile/compile-cplus.exp: "New" file.
5538 * lib/compile-support.exp: New file.
5539
5540 2018-08-16 Gary Benson <gbenson@redhat.com>
5541
5542 PR gdb/13000:
5543 * gdb.base/batch-exit-status.exp: New file.
5544 * gdb.base/batch-exit-status.good-commands: Likewise.
5545 * gdb.base/batch-exit-status.bad-commands: Likewise.
5546
5547 2018-08-29 Alan Hayward <alan.hayward@arm.com>
5548
5549 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5550 (struct struct02): Likewise.
5551 (struct struct03): Likewise.
5552 (struct struct04): Likewise.
5553 (struct struct_01_01): New struct.
5554 (struct struct_01_02): Likewise.
5555 (struct struct_01_03): Likewise.
5556 (struct struct_01_04): Likewise.
5557 (struct struct_02_01): Likewise.
5558 (struct struct_02_02): Likewise.
5559 (struct struct_02_03): Likewise.
5560 (struct struct_02_04): Likewise.
5561 (struct struct_04_01): Likewise.
5562 (struct struct_04_02): Likewise.
5563 (struct struct_04_03): Likewise.
5564 (struct struct_04_04): Likewise.
5565 (struct struct_05_01): Likewise.
5566 (struct struct_05_02): Likewise.
5567 (struct struct_05_03): Likewise.
5568 (struct struct_05_04): Likewise.
5569 (cmp_struct01): Remove function.
5570 (cmp_struct02): Likewise.
5571 (cmp_struct03): Likewise.
5572 (cmp_struct04): Likewise.
5573 (cmp_struct_01_01): Add Function.
5574 (cmp_struct_01_02): Likewise.
5575 (cmp_struct_01_03): Likewise.
5576 (cmp_struct_01_04): Likewise.
5577 (cmp_struct_02_01): Likewise.
5578 (cmp_struct_02_02): Likewise.
5579 (cmp_struct_02_03): Likewise.
5580 (cmp_struct_02_04): Likewise.
5581 (cmp_struct_04_01): Likewise.
5582 (cmp_struct_04_02): Likewise.
5583 (cmp_struct_04_03): Likewise.
5584 (cmp_struct_04_04): Likewise.
5585 (cmp_struct_05_01): Likewise.
5586 (cmp_struct_05_02): Likewise.
5587 (cmp_struct_05_03): Likewise.
5588 (cmp_struct_05_04): Likewise.
5589 (call_all): Add new structs.
5590 * gdb.base/infcall-nested-structs.exp: Likewise.
5591
5592 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5593
5594 * gdb.python/py-framefilter-mi.exp: Update regexp to
5595 check for "arch" field in frame output.
5596
5597 2018-08-23 Kevin Buettner <kevinb@redhat.com>
5598
5599 * gdb.dwarf2/dw2-ranges-func.c: New file.
5600 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5601
5602 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5603
5604 * gdb.base/term.exp: Compare terminal settings with values from
5605 the inferior.
5606 * gdb.base/term.c: Get and set terminal settings.
5607
5608 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5609
5610 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5611 accommodate new "arch" field in frame output.
5612 * gdb.mi/mi-return.exp: Likewise.
5613 * gdb.mi/mi-stack.exp: Likewise.
5614 * gdb.mi/mi-syn-frame.exp: Likewise.
5615 * gdb.mi/user-selected-context-sync.exp: Likewise.
5616
5617 2018-08-19 Michael Spang <spang@google.com>
5618
5619 PR gdb/11786
5620 * gdb.base/gcore-tls-pie.c: New file.
5621 * gdb.base/gcore-tls-pie.exp: New file.
5622
5623 2018-08-18 Kevin Buettner <kevinb@redhat.com>
5624
5625 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
5626 * gdb.dwarf2/varval.c: New file.
5627 * gdb.dwarf2/varval.exp: New file.
5628
5629 2018-08-17 Alan Hayward <alan.hayward@arm.com>
5630
5631 PR gdb/18931
5632 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5633
5634 2018-08-16 Keith Seitz <keiths@redhat.com>
5635
5636 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5637 tests expected to pass.
5638
5639 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5640
5641 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5642 -data-disassemble -a.
5643 (test_disassembly_bogus_args): Likewise.
5644
5645 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5646
5647 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5648
5649 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5650
5651 * gdb.base/vla-optimized-out.exp: Add new test.
5652
5653 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5654
5655 * gdb.base/vla-optimized-out-o3.exp: Delete.
5656 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5657 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5658 deleted tests.
5659
5660 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5661
5662 PR gdb/18050:
5663 * gdb.server/extended-remote-restart.c: New file.
5664 * gdb.server/extended-remote-restart.exp: New file.
5665
5666 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5667
5668 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5669 "set variable index = 42".
5670
5671 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5672
5673 * boards/index-cache-gdb.exp: New file.
5674 * gdb.dwarf2/index-cache.exp: New file.
5675 * gdb.dwarf2/index-cache.c: New file.
5676 * gdb.base/maint.exp: Check if we are using the index cache.
5677
5678 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5679
5680 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5681 MAKEFLAGS.
5682
5683 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5684
5685 * dg-extract-results.sh: Move to toplevel contrib.
5686 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5687 * Makefile.in (check-parallel-racy): Likewise.
5688
5689 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5690
5691 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5692 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5693 tests if the target supports scheduler locking.
5694
5695 2018-08-04 Tom de Vries <tdevries@suse.de>
5696
5697 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5698
5699 2018-08-02 Tom Tromey <tom@tromey.com>
5700
5701 PR symtab/16842.
5702 * gdb.cp/temargs.exp: Test "info address" of a template
5703 parameter.
5704
5705 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5706
5707 * gdb.python/py-mi-var-info-path-expression.c: New file.
5708 * gdb.python/py-mi-var-info-path-expression.py: New file.
5709 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5710
5711 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5712
5713 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5714 error after "cannot resolve name" string.
5715
5716 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5717
5718 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5719 started.
5720 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5721
5722 2018-07-28 Tom de Vries <tdevries@suse.de>
5723
5724 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5725
5726 2018-07-26 Tom de Vries <tdevries@suse.de>
5727
5728 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5729
5730 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5731
5732 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5733 is visible.
5734
5735 2018-07-26 Tom de Vries <tdevries@suse.de>
5736
5737 PR breakpoints/23366
5738 * gdb.base/catch-follow-exec.c: New test.
5739 * gdb.base/catch-follow-exec.exp: New file.
5740
5741 2018-07-25 Tom de Vries <tdevries@suse.de>
5742
5743 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5744 vla-optimized-out.c.
5745
5746 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5747
5748 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5749 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5750
5751 2018-07-20 Tom de Vries <tdevries@suse.de>
5752
5753 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5754 NOCLONE macro.
5755 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5756
5757 2018-07-19 Tom de Vries <tdevries@suse.de>
5758
5759 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5760 regular expression.
5761
5762 2018-07-18 Tom de Vries <tdevries@suse.de>
5763
5764 * gdb.base/vla-optimized-out.c: New test.
5765 * gdb.base/vla-optimized-out.exp: New file.
5766
5767 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5768
5769 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5770 message "No address associated with hostname" when gdbserver
5771 cannot resolve the hostname.
5772
5773 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5774
5775 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5776 Add some test prefixes to make tests unique.
5777
5778 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5779
5780 * gdb.base/frameapply.c: New file.
5781 * gdb.base/frameapply.exp: New file.
5782
5783 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5784
5785 * gdb.base/skip.exp: Update expected error message.
5786
5787 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5788 Jan Kratochvil <jan.kratochvil@redhat.com>
5789 Paul Fertser <fercerpav@gmail.com>
5790 Tsutomu Seki <sekiriki@gmail.com>
5791
5792 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5793 parameter.
5794 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5795 by default.
5796 * boards/native-gdbserver.exp: Likewise.
5797 * gdb.server/run-without-local-binary.exp: Improve regexp used
5798 for detecting when a remote debugging connection succeeds.
5799 * gdb.server/server-connect.exp: New file.
5800 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5801 Do not prefix the port number with ":".
5802 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5803 support for detecting and using it. Add '$debughost_gdbserver'
5804 to the list of arguments used to start gdbserver. Handle case
5805 when gdbserver cannot resolve a network name.
5806
5807 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5808
5809 PR c++/23373
5810 * gdb.base/ptype-offsets.cc (struct static_member): New
5811 struct.
5812 (main) <stmember>: New variable.
5813 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5814 with a static member in it.
5815
5816 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5817
5818 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5819 watchpoints enabled and disabled.
5820
5821 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5822
5823 * gdb.base/examine-backward.exp: Still run tests around address
5824 0x0, even if address 0x0 is not readable. Update the pattern for
5825 matching address 0x0 in expected output.
5826
5827 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5828
5829 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5830 malloc/free.
5831
5832 2018-07-04 Tom de Vries <tdevries@suse.de>
5833
5834 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5835
5836 2018-07-02 Maciej W. Rozycki <macro@mips.com>
5837
5838 PR tdep/8282
5839 * gdb.arch/mips-disassembler-options.exp: New test.
5840 * gdb.arch/mips-disassembler-options.s: New test source.
5841
5842 2018-06-29 Pedro Alves <palves@redhat.com>
5843
5844 * gdb.threads/names.exp: Adjust expected "info threads" output.
5845
5846 2018-06-29 Pedro Alves <palves@redhat.com>
5847
5848 * gdb.opt/inline-break.exp (line number, address): Add "info
5849 break" tests.
5850
5851 2018-06-29 Pedro Alves <palves@redhat.com>
5852
5853 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5854 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5855 number and address and running to them.
5856
5857 2018-06-29 Richard Bunt <richard.bunt@arm.com>
5858
5859 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5860
5861 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5862
5863 * lib/compiler.c: Remove executable permission flag.
5864
5865 2018-06-28 Richard Bunt <richard.bunt@arm.com>
5866
5867 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5868 code.
5869 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5870
5871 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5872
5873 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5874
5875 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5876
5877 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5878 address argument is omitted.
5879
5880 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5881
5882 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5883
5884 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
5885
5886 PR gdb/21695
5887 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5888 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5889
5890 2018-06-26 Tom Tromey <tom@tromey.com>
5891
5892 PR rust/22574:
5893 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5894 * gdb.rust/simple.rs (struct SimpleLayout): New.
5895
5896 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5897
5898 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5899 "info registers" output.
5900
5901 2018-06-21 Richard Bunt <richard.bunt@arm.com>
5902
5903 * gdb.base/watchpoint-hw-attach.c: New test.
5904 * gdb.base/watchpoint-hw-attach.exp: New file.
5905
5906 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5907
5908 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5909 through /bin/sh.
5910 * boards/dwarf4-gdb-index.exp: Likewise.
5911 * boards/fission-dwp.exp: Likewise.
5912
5913 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5914
5915 * gdb.base/float128.exp: Add comment and improved fail message
5916 to the failure case of "print large128" test.
5917
5918 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5919
5920 * configure.ac: Remove AC_PREREQ.
5921 * configure: Re-generate.
5922
5923 2018-06-19 Pedro Alves <palves@redhat.com>
5924
5925 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5926 (func_extern_caller): New.
5927 (main): Call func_extern_caller.
5928 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5929 logic change.
5930
5931 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
5932
5933 PR gdb/16841
5934 * gdb.cp/typedef-base.cc: New file.
5935 * gdb.cp/typedef-base.exp: New file.
5936
5937 2018-06-18 Tom de Vries <tdevries@suse.de>
5938
5939 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
5940
5941 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5942 Richard Bunt <Richard.Bunt@arm.com>
5943
5944 * gdb.threads/attach-slow-waitpid.c: New file.
5945 * gdb.threads/attach-slow-waitpid.exp: New file.
5946 * gdb.threads/slow-waitpid.c: New file.
5947
5948 2018-06-14 Pedro Alves <palves@redhat.com>
5949
5950 * gdb.base/fork-running-state.c: Include <errno.h>.
5951 (exit_if_relative_exits): New.
5952 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
5953 exits.
5954 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
5955 child exits.
5956
5957 2018-06-14 Tom de Vries <tdevries@suse.de>
5958
5959 PR cli/22573
5960 * gdb.base/finish-pretty.c: New test.
5961 * gdb.base/finish-pretty.exp: New file.
5962
5963 2018-06-14 Pedro Alves <palves@redhat.com>
5964
5965 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
5966 gdb's expected startup output.
5967
5968 2018-06-14 Pedro Alves <palves@redhat.com>
5969
5970 * lib/selftest-support.exp (selftest_setup): Remove inlined
5971 function handling.
5972
5973 2018-06-14 Tom de Vries <tdevries@suse.de>
5974
5975 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
5976 matching of breakpoint printing.
5977
5978 2018-06-13 Tom de Vries <tdevries@suse.de>
5979
5980 PR testsuite/23269
5981 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
5982 (fork_child): ... here, and ...
5983 (fork_parent): ... here.
5984
5985 2018-06-12 Tom de Vries <tdevries@suse.de>
5986
5987 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
5988
5989 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
5990 Stephen Roberts <stephen.roberts@arm.com>
5991
5992 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
5993 rewrite test to describe action performed, rather than possible
5994 failure.
5995
5996 2018-06-08 Gary Benson <gbenson@redhat.com>
5997
5998 * gdb.threads/check-libthread-db.exp: New file.
5999 * gdb.threads/check-libthread-db.c: Likewise.
6000
6001 2018-06-05 Tom Tromey <tom@tromey.com>
6002
6003 * gdb.base/default.exp: Update expected "show version" output.
6004
6005 2018-06-05 Tom Tromey <tom@tromey.com>
6006
6007 PR cli/12326:
6008 * gdb.cp/static-print-quit.exp: Update.
6009 * lib/gdb.exp (pagination_prompt): Update.
6010 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6011 * gdb.python/python.exp: Update.
6012
6013 2018-06-04 Joel Brobecker <brobecker@adacore.com>
6014
6015 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6016
6017 2018-06-01 Joel Brobecker <brobecker@adacore.com>
6018
6019 * gdb.ada/bp_fun_addr: New testcase.
6020
6021 2018-06-01 Tom Tromey <tom@tromey.com>
6022
6023 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6024 results.
6025 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6026 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6027 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6028 * gdb.base/maint.exp (maint_pass_if): Update.
6029
6030 2018-05-31 Maciej W. Rozycki <macro@mips.com>
6031
6032 * gdb.base/endian.exp: New test.
6033 * gdb.base/endian.c: New test source.
6034
6035 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6036
6037 PR gdb/23203
6038 * gdb.base/bt-selected-frame.c: New file.
6039 * gdb.base/bt-selected-frame.exp: New file.
6040 * lib/gdb.exp (get_current_frame_number): New function.
6041
6042 2018-05-24 Maciej W. Rozycki <macro@mips.com>
6043 Pedro Alves <palves@redhat.com>
6044
6045 * gdb.threads/tls-core.c: Include <stdlib.h>
6046 (thread_proc): Call `abort'.
6047 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6048 (tls_core_test): New procedure, bits factored out from ...
6049 (top level): ... here. Test both native cores and gcore cores.
6050
6051 2018-05-23 Tom Tromey <tom@tromey.com>
6052
6053 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6054
6055 2018-05-23 Tom Tromey <tom@tromey.com>
6056
6057 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6058 symfile_complaints.
6059 (test_short_complaints): Likewise.
6060 (test_empty_complaints): Likewise.
6061 (test_initial_complaints): Update.
6062
6063 2018-05-23 Tom Tromey <tom@tromey.com>
6064
6065 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6066
6067 2018-05-23 Tom Tromey <tom@tromey.com>
6068
6069 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6070 (test_short_complaints): Update.
6071
6072 2018-05-22 Pedro Alves <palves@redhat.com>
6073
6074 * gdb.base/remote.exp: Only gdb_start after compiling the
6075 testcase. Issue "disconnect" before testing "set remote" command
6076 defaults. Issue clean_restart before running to main.
6077
6078 2018-05-22 Pedro Alves <palves@redhat.com>
6079
6080 * gdb.base/remote.exp: Adjust expected output of "show remote
6081 memory-write-packet-size". Add tests for "set remote
6082 memory-write-packet-size 0" and "set remote
6083 memory-write-packet-size fixed/limit".
6084
6085 2018-05-22 Pedro Alves <palves@redhat.com>
6086
6087 PR gdb/22973
6088 * gdb.base/utf8-identifiers.c: New file.
6089 * gdb.base/utf8-identifiers.exp: New file.
6090
6091 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6092
6093 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6094
6095 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6096
6097 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6098
6099 2018-05-18 Tom Tromey <tom@tromey.com>
6100
6101 * gdb.base/ptype-offsets.exp: Update.
6102
6103 2018-05-17 Keith Seitz <keiths@redhat.com>
6104
6105 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6106 in expected breakpoint stop locations.
6107 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6108 move to proper scope to test variable values.
6109 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6110 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6111 New functions.
6112 (main): Call not_inline_func3.
6113 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6114 inline_func1, inline_func2, and inline_func3. Test that when each
6115 breakpoint is hit, GDB properly reports both the stop location
6116 and the backtrace. Repeat tests for temporary breakpoints.
6117
6118 2018-05-15 Maciej W. Rozycki <macro@mips.com>
6119
6120 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6121 rather then trying to access it in determining whether the PID
6122 of `gdbserver' could have been retrieved.
6123
6124 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6125
6126 * gdb.arch/amd64-init-x87-values.S: New file.
6127 * gdb.arch/amd64-init-x87-values.exp: New file.
6128
6129 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6130
6131 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6132
6133 2018-05-04 Tom Tromey <tom@tromey.com>
6134
6135 PR python/22730:
6136 * gdb.python/python.exp: Test multi-line execute.
6137
6138 2018-05-04 Tom Tromey <tom@tromey.com>
6139
6140 PR python/22731:
6141 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6142
6143 2018-05-04 Tom Tromey <tom@tromey.com>
6144
6145 PR gdb/11750:
6146 * gdb.base/define.exp: Test defining a user command inside a user
6147 command.
6148 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6149
6150 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6151 Pedro Alves <palves@redhat.com>
6152
6153 PR breakpoints/19806 and support for PR external/20207.
6154 * gdb.base/watchpoint-unaligned.c: New file.
6155 * gdb.base/watchpoint-unaligned.exp: New file.
6156
6157 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6158
6159 * gdb.base/maint.exp: Make test names unique, use
6160 test_prefix_command_help to test 'help maint info', and remove
6161 repeated test of 'help maint'.
6162
6163 2018-05-04 Tom Tromey <tom@tromey.com>
6164
6165 PR gdb/22619:
6166 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6167 behavior.
6168
6169 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6170
6171 * gdb.base/maint.exp: Process output from 'maint print registers'
6172 line at a time.
6173
6174 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6175
6176 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6177 timeout.
6178
6179 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6180
6181 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6182 filter pattern.
6183
6184 2018-05-02 Pedro Alves <palves@redhat.com>
6185
6186 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6187 to_log_command renames.
6188 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6189
6190 2018-05-02 Tom Tromey <tom@tromey.com>
6191
6192 * gdb.python/py-parameter.exp: Set test message.
6193
6194 2018-05-02 Tom Tromey <tom@tromey.com>
6195
6196 PR python/20084:
6197 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6198 PARAM_ZUINTEGER_UNLIMITED tests.
6199
6200 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6201
6202 PR rust/23124
6203 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6204 when casting.
6205
6206 2018-04-30 Tom Tromey <tom@tromey.com>
6207
6208 * gdb.python/py-type.exp: Check align attribute.
6209 * gdb.python/py-type.c: New "aligncheck" global.
6210
6211 2018-04-30 Tom Tromey <tom@tromey.com>
6212
6213 PR exp/17095:
6214 * gdb.dwarf2/dw2-align.exp: New file.
6215 * gdb.cp/align.exp: New file.
6216 * gdb.base/align.exp: New file.
6217 * lib/gdb.exp (gdb_int128_helper): New proc.
6218 (has_int128_c, has_int128_cxx): New caching procs.
6219
6220 2018-04-27 Tom Tromey <tom@tromey.com>
6221
6222 PR rust/22545:
6223 * gdb.rust/simple.exp: Add inclusive range tests.
6224
6225 2018-04-26 Pedro Alves <palves@redhat.com>
6226
6227 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6228 ifunc breakpoint locations correctly of ifunc breakpoints set
6229 while the program resolves the ifunc.
6230
6231 2018-04-26 Pedro Alves <palves@redhat.com>
6232
6233 * gdb.base/gnu-ifunc-final.c: New file.
6234 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6235 * gdb.base/gnu-ifunc.exp (executable): Delete.
6236 (staticexecutable): Adjust.
6237 (lib_opts, exec_opts): Delete.
6238 (make_binsuffix, build, set-break): New procedures.
6239 (misc_tests): New, with tests factored out from the top level.
6240 (top level): Test different combinations of ifunc resolver name,
6241 resolver with and with debug info, and ifunc target with and
6242 without debug info. Wrap static tests with with_target_prefix.
6243
6244 2018-04-26 Pedro Alves <palves@redhat.com>
6245
6246 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6247 return type" warnings.
6248
6249 2018-04-25 Pedro Alves <palves@redhat.com>
6250
6251 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6252 killed".
6253 * gdb.base/kill-after-signal.exp: Likewise.
6254 * gdb.threads/kill.exp: Likewise.
6255
6256 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6257 Sergio Durigan Junior <sergiodj@redhat.com>
6258 Pedro Alves <palves@redhat.com>
6259
6260 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6261 regexps to expect for '[Inferior ... detached]' as well.
6262 * gdb.base/attach.exp: Likewise.
6263 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6264 "gdb_continue_to_end".
6265 (test_catch_syscall_with_wrong_args): Likewise.
6266 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6267 ']'. Don't set 'verbose' on.
6268 * gdb.base/foll-vfork.exp: Likewise.
6269 * gdb.base/fork-print-inferior-events.c: New file.
6270 * gdb.base/fork-print-inferior-events.exp: New file.
6271 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6272 '[Inferior ... has been killed]' message.
6273 * gdb.base/kill-after-signal.exp: Likewise.
6274 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6275 detach message.
6276 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6277 message.
6278 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6279 regexps to expect for '[Inferior ... detached]' as well.
6280 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6281
6282 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6283
6284 PR gdb/23104
6285 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6286
6287 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6288
6289 PR gdb/23095
6290 * gdb.base/break-probes.exp: Pass shlib_load to
6291 prepare_for_testing. Set normal_bp to r_debug_state if target is
6292 bsd.
6293
6294 2018-04-19 Richard Bunt <richard.bunt@arm.com>
6295
6296 * gdb.threads/multiple-successive-infcall.c: New test.
6297 * gdb.threads/multiple-successive-infcall.exp: New file.
6298
6299 2018-04-17 Tom Tromey <tom@tromey.com>
6300
6301 * gdb.rust/simple.rs (Union): New type.
6302 (main): New local "u".
6303 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6304
6305 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6306
6307 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6308 number information in output of "whereis" command.
6309 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6310
6311 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6312
6313 * gdb.ada/info_types.exp: Adjust expected output to the line
6314 numbers now printed by "info var/func/type".
6315 * gdb.base/completion.exp: Likewise.
6316 * gdb.base/included.exp: Likewise.
6317 * gdb.cp/cp-relocate.exp: Likewise.
6318 * gdb.cp/cplusfuncs.exp: Likewise.
6319 * gdb.cp/namespace.exp: Likewise.
6320 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6321
6322 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6323
6324 * gdb.btrace/cpu.exp: New.
6325
6326 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6327
6328 * gdb.base/step-indirect-call-thunk.exp: New.
6329 * gdb.base/step-indirect-call-thunk.c: New.
6330 * gdb.reverse/step-indirect-call-thunk.exp: New.
6331 * gdb.reverse/step-indirect-call-thunk.c: New.
6332
6333 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6334
6335 * gdb.base/pie-fork.c: New file.
6336 * gdb.base/pie-fork.exp: New file.
6337
6338 2018-04-11 Tom Tromey <tom@tromey.com>
6339
6340 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6341
6342 2018-04-10 Pedro Alves <palves@redhat.com>
6343
6344 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6345 exits. Instead loop running forever.
6346 (fork_parent): Run forever too.
6347
6348 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6349
6350 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6351 mi_continue_to_line.
6352 * gdb.mi/mi-stack.c (callee4): Add comment.
6353
6354 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6355
6356 * gdb.mi/mi-stack.exp: Fix indentation.
6357
6358 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6359
6360 PR gdb/22979
6361 * gdb.arch/amd64-osabi.exp: New file.
6362
6363 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6364
6365 PR gdb/22980
6366 * gdb.base/osabi.exp: New file.
6367
6368 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
6369
6370 * gdb.cp/static-typedef-print.exp: New file.
6371 * gdb.cp/static-typedef-print.cc: New file.
6372
6373 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6374
6375 * gdb.ada/varsize_limit: New testcase.
6376
6377 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6378
6379 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6380
6381 * gdb.ada/notcplusplus: New testcase.
6382
6383 * gdb.base/c-linkage-name.c: New file.
6384 * gdb.base/c-linkage-name.exp: New testcase.
6385
6386 2018-03-26 Tom Tromey <tom@tromey.com>
6387
6388 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6389 * gdb.python/py-framefilter.py (name_error): New global.
6390 (ErrorInName.function): Use name_error.
6391
6392 2018-03-26 Tom Tromey <tom@tromey.com>
6393
6394 PR backtrace/15582:
6395 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6396
6397 2018-03-23 Keith Seitz <keiths@redhat.com>
6398
6399 PR c++/22968
6400 * gdb.cp/subtypes.exp: New file.
6401 * gdb.cp/subtypes.h: New file.
6402 * gdb.cp/subtypes.cc: New file.
6403 * gdb.cp/subtypes-2.cc: New file.
6404
6405 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6406
6407 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6408 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6409 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6410 -nostartfiles when compiling the test. Confirm that all registers
6411 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6412
6413 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6414
6415 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6416 option, syntax was wrong anyway.
6417 * gdb.arch/arm-disp-step.exp: Likewise.
6418 * gdb.arch/sparc64-regs.exp: Likewise.
6419 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6420 option, syntax was wrong anyway, switch to use
6421 prepare_for_testing.
6422 * gdb.arch/i386-disp-step.exp: Likewise.
6423
6424 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6425
6426 * gdb.ada/exec_changed.exp: Replace "target_info exists
6427 use_gdb_stub" by "use_gdb_stub".
6428 * gdb.ada/start.exp: Likewise.
6429 * gdb.base/async-shell.exp: Likewise.
6430 * gdb.base/attach-pie-misread.exp: Likewise.
6431 * gdb.base/attach-wait-input.exp: Likewise.
6432 * gdb.base/break-entry.exp: Likewise.
6433 * gdb.base/break-interp.exp: Likewise.
6434 * gdb.base/dprintf-detach.exp: Likewise.
6435 * gdb.base/nostdlib.exp: Likewise.
6436 * gdb.base/solib-nodir.exp: Likewise.
6437 * gdb.base/statistics.exp: Likewise.
6438 * gdb.base/testenv.exp: Likewise.
6439 * gdb.mi/mi-exec-run.exp: Likewise.
6440 * gdb.mi/mi-start.exp: Likewise.
6441 * gdb.multi/dummy-frame-restore.exp: Likewise.
6442 * gdb.multi/multi-arch-exec.exp: Likewise.
6443 * gdb.multi/multi-arch.exp: Likewise.
6444 * gdb.multi/tids.exp: Likewise.
6445 * gdb.multi/watchpoint-multi.exp: Likewise.
6446 * gdb.python/py-events.exp: Likewise.
6447 * gdb.threads/attach-into-signal.exp: Likewise.
6448 * gdb.threads/attach-stopped.exp: Likewise.
6449 * gdb.threads/threadapply.exp: Likewise.
6450 * lib/selftest-support.exp: Likewise.
6451
6452 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6453
6454 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6455
6456 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6457
6458 * gdb.perf/template-breakpoints.cc: New file.
6459 * gdb.perf/template-breakpoints.exp: New file.
6460 * gdb.perf/template-breakpoints.py: New file.
6461
6462 2018-03-19 Tom Tromey <tom@tromey.com>
6463
6464 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6465 y0.
6466 * gdb.rust/simple.exp: Test bare identifier form of struct
6467 initializer.
6468
6469 2018-03-19 Tom Tromey <tom@tromey.com>
6470
6471 * gdb.gdb/observer.exp: Remove.
6472
6473 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6474
6475 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6476 "qualified" option when setting breakpoints.
6477 * gdb.trace/backtrace.exp: Likewise.
6478 * gdb.trace/circ.exp: Likewise.
6479 * gdb.trace/collection.exp: Likewise.
6480 * gdb.trace/disconnected-tracing.exp: Likewise.
6481 * gdb.trace/ftrace-lock.exp: Likewise.
6482 * gdb.trace/ftrace.exp: Likewise.
6483 * gdb.trace/infotrace.exp: Likewise.
6484 * gdb.trace/packetlen.exp: Likewise.
6485 * gdb.trace/passc-dyn.exp: Likewise.
6486 * gdb.trace/qtro.exp: Likewise.
6487 * gdb.trace/read-memory.exp: Likewise.
6488 * gdb.trace/report.exp: Likewise.
6489 * gdb.trace/signal.exp: Likewise.
6490 * gdb.trace/status-stop.exp: Likewise.
6491 * gdb.trace/strace.exp: Likewise.
6492 * gdb.trace/tfind.exp: Likewise.
6493 * gdb.trace/trace-break.exp: Likewise.
6494 * gdb.trace/trace-condition.exp: Likewise.
6495 * gdb.trace/trace-mt.exp: Likewise.
6496 * gdb.trace/tstatus.exp: Likewise.
6497 * gdb.trace/tsv.exp: Likewise.
6498 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6499 * gdb.trace/unavailable.exp: Likewise.
6500 * gdb.trace/while-dyn.exp: Likewise.
6501
6502 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6503
6504 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6505 that libinproctrace is copied to the target.
6506
6507 2018-03-14 Tom Tromey <tom@tromey.com>
6508
6509 PR cli/14977:
6510 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6511 a null pointer.
6512 * gdb.base/wchar.exp: Likewise.
6513
6514 2018-03-14 Tom Tromey <tom@tromey.com>
6515
6516 PR cli/19918:
6517 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6518 flag.
6519
6520 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6521
6522 PR gdb/22841
6523 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6524 "target" to remote_exec.
6525
6526 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6527
6528 PR gdb/22841
6529 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6530 ${board}_upload): Remove.
6531
6532 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6533
6534 * gdb.cp/watch-cp.cc: New test.
6535 * gdb.cp/watch-cp.exp: New file.
6536
6537 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6538
6539 * gdb.base/infcall-nested-structs.exp: New file.
6540 * gdb.base/infcall-nested-structs.c: New file.
6541 * gdb.base/float.exp: Add riscv support.
6542
6543 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6544
6545 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6546 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6547
6548 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6549
6550 * gdb.server/abspath.exp: New file.
6551 * lib/gdb.exp (with_cwd): New procedure.
6552
6553 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6554
6555 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6556 use it.
6557 (gdb_is_target_remote_prompt): New proc.
6558 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6559 (gdb_is_target_native): Pass prompt parameter to
6560 gdb_is_target_1.
6561
6562 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6563
6564 * gdb.base/load-command.c: New file.
6565 * gdb.base/load-command.exp: New file.
6566 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6567 (gdb_is_target_1): ...this, and generalize for other targets
6568 than just remote.
6569 (gdb_is_target_remote): Use gdb_is_target_1.
6570 (gdb_is_target_native): use gdb_is_target_1.
6571
6572 2018-02-26 Tom Tromey <tom@tromey.com>
6573
6574 PR python/16497:
6575 * gdb.python/py-framefilter.exp: Update test.
6576
6577 2018-02-26 Tom Tromey <tom@tromey.com>
6578
6579 * gdb.dwarf2/variant.c: New file.
6580 * gdb.dwarf2/variant.exp: New file.
6581
6582 2018-02-26 Tom Tromey <tom@tromey.com>
6583
6584 * gdb.rust/simple.exp: Accept more possible results in enum test.
6585
6586 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6587
6588 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6589 parentheses.
6590
6591 2018-02-23 Maciej W. Rozycki <macro@mips.com>
6592
6593 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6594 name of a variable: $actual_linejj -> $actual_line.
6595
6596 2018-02-21 John Baldwin <jhb@FreeBSD.org>
6597
6598 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6599
6600 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6601
6602 * gdb.btrace/buffer-size.exp: Do not force BTS.
6603
6604 2018-02-14 Pedro Alves <palves@redhat.com>
6605
6606 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6607 getting a "Quit".
6608
6609 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6610
6611 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6612 Fix test name.
6613
6614 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6615
6616 * gdb.cp/m-static.exp: Check type of optimized out static
6617 member.
6618
6619 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6620
6621 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6622 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6623
6624 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6625 Leszek Swirski <leszeks@google.com>
6626
6627 * gdb.python/py-prettyprint.c
6628 (struct to_string_returns_value_inner,
6629 struct to_string_returns_value_wrapper): New.
6630 (main): Add tsrvw variable.
6631 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6632 ToStringReturnsValueWrapper): New classes.
6633 (register_pretty_printers): Register new pretty-printers.
6634 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6635 recursive pretty printer.
6636 * gdb.python/py-mi.exp: Likewise.
6637
6638 2018-02-01 Leszek Swirski <leszeks@google.com>
6639
6640 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6641 functions with the same name as an include file are parsed
6642 correctly.
6643
6644 2018-02-01 Yao Qi <yao.qi@linaro.org>
6645
6646 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6647 "\[^\r\n\]*".
6648
6649 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6650
6651 * gdb.arch/powerpc-prologue-frame.s: New file.
6652 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6653 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6654
6655 2018-01-31 Joel Brobecker <brobecker@adacore.com>
6656
6657 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6658
6659 2018-01-30 Pedro Alves <palves@redhat.com>
6660
6661 PR gdb/13211
6662 * gdb.base/interrupt-daemon.c: New.
6663 * gdb.base/interrupt-daemon.exp: New.
6664 * gdb.multi/multi-term-settings.c: New.
6665 * gdb.multi/multi-term-settings.exp: New.
6666
6667 2018-01-30 Joel Brobecker <brobecker@adacore.com>
6668
6669 * gdb.base/break.exp: Save the location where the breakpoint
6670 on break.c:47 was actually inserted when debugging the version
6671 compiled at -O2 and use it in the expected output of the "info
6672 break" test performed soon after.
6673
6674 2018-01-22 Pedro Alves <palves@redhat.com>
6675 Sergio Durigan Junior <sergiodj@redhat.com>
6676
6677 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6678 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6679
6680 2018-01-22 Joel Brobecker <brobecker@adacore.com>
6681
6682 * gdb.base/break-include.c, gdb.base/break-include.inc,
6683 gdb.base/break-include.exp: New files.
6684 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6685 line number now being the actual line number where the breakpoint
6686 was inserted.
6687 * gdb.mi/mi-break.exp: Likewise.
6688 * gdb.mi/mi-reverse.exp: Likewise.
6689 * gdb.mi/mi-simplerun.exp: Ditto.
6690
6691 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6692
6693 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6694 varobj.
6695 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6696
6697 2018-01-21 Don Breazeal <donb@codesourcery.com>
6698 Andrew Burgess <andrew.burgess@embecosm.com>
6699
6700 * gdb.mi/basics.c: Add new global.
6701 * gdb.mi/mi-frame-regs.exp: New file.
6702 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6703 case.
6704
6705 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6706
6707 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6708 non-parameter, and on an unknown symbol.
6709
6710 2018-01-19 Tom Tromey <tom@tromey.com>
6711
6712 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6713 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6714
6715 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6716
6717 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6718 setrlimit and chdir to int.
6719
6720 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6721
6722 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6723 function.
6724 (my_tend): Likewise.
6725 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6726 rationale of avoiding FP- and vector instructions.
6727
6728 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6729
6730 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6731 "info reg" with "\[ \t\]*".
6732 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6733 "\[ \t\]+".
6734 * gdb.arch/s390-multiarch.exp: Ditto.
6735 * gdb.base/pc-fp.exp: Ditto.
6736 * gdb.reverse/i386-precsave.exp: Ditto.
6737 * gdb.reverse/i386-reverse.exp: Ditto.
6738 * gdb.reverse/i387-env-reverse.exp: Ditto.
6739 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6740
6741 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6742
6743 * lib/gdb.exp (gdb_compile): Re-enable use of
6744 universal_compile_options for languages other than Rust.
6745
6746 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6747
6748 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6749
6750 2018-01-17 Mike Gulick <mgulick@mathworks.com>
6751
6752 PR gdb/16577
6753 * gdb.base/solib-vanish.exp: New.
6754 * gdb.base/solib-vanish-main.c: New.
6755 * gdb.base/solib-vanish-lib1.c: New.
6756 * gdb.base/solib-vanish-lib2.c: New.
6757
6758 2018-01-17 Yao Qi <yao.qi@linaro.org>
6759
6760 * gdb.compile/compile.exp: Match the address printed for
6761 frame in the output of command "bt".
6762
6763 2018-01-15 Tom Tromey <tom@tromey.com>
6764
6765 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6766 compute sp_reg.
6767
6768 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6769
6770 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6771 to prepare.
6772 (prepare): Return 0 on error, 1 on success.
6773
6774 2018-01-12 Pedro Alves <palves@redhat.com>
6775
6776 * gdb.base/continue-after-aborted-step-over.c: New.
6777 * gdb.base/continue-after-aborted-step-over.exp: New.
6778
6779 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6780
6781 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6782 options when not creating an executable.
6783
6784 2018-01-11 Pedro Alves <palves@redhat.com>
6785
6786 PR remote/22597
6787 * gdb.server/stop-reply-no-thread.c: New file.
6788 * gdb.server/stop-reply-no-thread.exp: New file.
6789
6790 2018-01-10 Pedro Alves <palves@redhat.com>
6791
6792 PR gdb/22670
6793 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6794 functions too. Test setting breakpoints and printing C functions
6795 with no debug info too.
6796 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6797
6798 2018-01-10 Pedro Alves <palves@redhat.com>
6799
6800 PR gdb/22670
6801 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6802 a fail.
6803
6804 2018-01-10 Pedro Alves <palves@redhat.com>
6805
6806 PR gdb/22670
6807 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6808
6809 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6810
6811 * gdb.server/unittest.exp: Match the output in non-development
6812 mode.
6813
6814 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6815
6816 * gdb.gdb/unittest.exp: Match output in non-development mode.
6817
6818 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6819
6820 * gdb.ada/access_tagged_param.exp: Relax expected output
6821 for value of "ObjL" in "continue" to pck.inspect breakpoint
6822 test.
6823
6824 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6825
6826 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6827 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
6828
6829 2018-01-05 Pedro Alves <palves@redhat.com>
6830
6831 PR gdb/18653
6832 * gdb.base/libsegfault.exp: New.
6833
6834 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6835
6836 PR gdb/22670
6837 * gdb.ada/access_tagged_param.exp: New file.
6838 * gdb.ada/access_tagged_param/foo.adb: New file.
6839
6840 2018-01-05 Pedro Alves <palves@redhat.com>
6841
6842 PR gdb/22670
6843 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6844 exercise lower case too, and to exercise both full matching and
6845 wild matching.
6846
6847 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6848
6849 * gdb.ada/rename_subscript_param: New testcase.
6850
6851 2018-01-05 Jerome Guitton <guitton@adacore.com>
6852
6853 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6854
6855 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6856
6857 * gdb.ada/convvar_comp: New testcase.
6858
6859 2018-01-05 Xavier Roirand <roirand@adacore.com>
6860
6861 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6862 (My_Table): New global variable.
6863 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6864
6865 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6866
6867 PR gdb/22670
6868 * gdb.ada/maint_with_ada: New testcase.
6869
6870 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6871
6872 PR gdb/22670
6873 * gdb.ada/bp_c_mixed_case: New testcase.
6874
6875 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6876
6877 PR gdb/22670
6878 * gdb.ada/complete.exp: Add "complete break ada" test.
6879
6880 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6881
6882 PR gdb/22670
6883 * gdb.ada/info_addr_mixed_case: New testcase.
6884
6885 2018-01-03 Xavier Roirand <roirand@adacore.com>
6886
6887 * gdb.ada/excep_handle.exp: New testcase.
6888 * gdb.ada/excep_handle/foo.adb: New file.
6889 * gdb.ada/excep_handle/pck.ads: New file.
6890
6891 2018-01-03 Joel Brobecker <brobecker@adacore.com>
6892
6893 * gdb.base/step-line.c: Add extra empty line in copyright header.
6894 * gdb.base/step-line.inp: Likewise.
6895
6896 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6897
6898 * gdb.ada/dyn_stride.exp: Add slice test.
6899
6900 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6901
6902 * gdb.ada/dyn_stride: New testcase.
6903
6904 2017-12-27 Stafford Horne <shorne@gmail.com>
6905
6906 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6907 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6908
6909 2017-12-27 Stafford Horne <shorne@gmail.com>
6910
6911 * gdb.base/reggroups.c: New file.
6912 * gdb.base/reggroups.exp: New file.
6913
6914 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6915
6916 * gdb.dwarf2/ada-valprint-error.c: New file.
6917 * gdb.dwarf2/ada-valprint-error.exp: New file.
6918
6919 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6920
6921 * gdb.ada/assign_arr: New testcase.
6922
6923 2017-12-18 Xavier Roirand <roirand@adacore.com>
6924
6925 * gdb.ada/funcall_ptr: New testcase.
6926
6927 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6928
6929 PR cli/16224
6930 * gdb.base/ptype-offsets.cc: New file.
6931 * gdb.base/ptype-offsets.exp: New file.
6932
6933 2017-12-15 Yao Qi <yao.qi@linaro.org>
6934
6935 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
6936 if XML is disabled.
6937
6938 2017-12-15 Xavier Roirand <roirand@adacore.com>
6939
6940 * gdb.ada/same_component_name: New testcase.
6941
6942 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6943
6944 * gdb.ada/str_binop_equal: New testcase.
6945
6946 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6947
6948 * gdb.ada/task_switch_in_core: New testcase.
6949
6950 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
6951
6952 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
6953 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
6954 call test_bkpt_qualified.
6955 (test_bkpt_qualified): New proc.
6956
6957 2017-12-13 Pedro Alves <palves@redhat.com>
6958
6959 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6960 Tighten regexp by matching with an anchor.
6961
6962 2017-12-13 Pedro Alves <palves@redhat.com>
6963
6964 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
6965 ("expression with namespace"): New set of tests.
6966 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
6967 (Nested::Test_NS::qux): New.
6968 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
6969 defaults to 'start_quote_char' and 'end_quote_char' parameters.
6970
6971 2017-12-13 Joel Brobecker <brobecker@adacore.com>
6972
6973 * gdb.base/server-del-break.c: New file.
6974 * gdb.base/server-del-break.exp: New file.
6975
6976 2017-12-12 Stafford Horne <shorne@gmail.com>
6977
6978 * gdb.xml/tdesc-regs.exp: Add or1k support.
6979
6980 2017-12-12 Stafford Horne <shorne@gmail.com>
6981
6982 * gdb.base/bp-permanent.c: Define nop of or1k.
6983
6984 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6985
6986 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
6987 output with components being reordered.
6988
6989 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6990
6991 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
6992 output with components being reordered.
6993
6994 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6995 Pedro Alves <palves@redhat.com>
6996
6997 * gdb.base/maint.exp (check for .gdb_index): Check also for
6998 .debug_names.
6999 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7000 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7001 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7002 (.gdb_index used after symbol reloading): Support also .debug_names.
7003 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7004
7005 2017-12-08 Yao Qi <yao.qi@linaro.org>
7006
7007 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7008 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7009
7010 2017-12-08 Yao Qi <yao.qi@linaro.org>
7011
7012 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7013 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7014
7015 2017-12-08 Yao Qi <yao.qi@linaro.org>
7016
7017 * gdb.arch/aarch64-tagged-pointer.c: New file.
7018 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7019
7020 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7021
7022 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7023 "int".
7024
7025 2017-12-07 Keith Seitz <keiths@redhat.com>
7026
7027 PR breakpoints/22569
7028 * gdb.linespec/ls-errs.exp: Change expected result of "break
7029 -source this file has spaces.c -line 3".
7030 Check that an explicit source file followed by whitespace is
7031 identified as an invalid explicit location.
7032
7033 2017-12-07 Keith Seitz <keiths@redhat.com>
7034
7035 * gdb.cp/nested-types.cc: New file.
7036 * gdb.cp/nested-types.exp: New file.
7037 * lib/cp-support.exp: Load data-structures.exp library.
7038 (debug_cp_test_ptype_class): New global.
7039 (cp_ptype_class_verbose, next_line): New procedures.
7040 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7041 Add and document new return value.
7042 Switch the list of lines to a queue.
7043 Add support for new `type' key for nested type definitions.
7044 Add debugging/troubleshooting messages.
7045 * lib/data-structures.exp: New file.
7046
7047 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7048
7049 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7050 with proc_with_prefix, don't use with_test_prefix.
7051
7052 2017-12-07 Tom Tromey <tom@tromey.com>
7053
7054 * gdb.base/break.exp: Add test for empty "commands".
7055
7056 2017-12-07 Yao Qi <yao.qi@linaro.org>
7057
7058 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7059 malloc and catch syscall.
7060
7061 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7062
7063 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
7064 tests for explicit locations.
7065
7066 2017-12-06 Pedro Alves <palves@redhat.com>
7067
7068 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7069 force-disabling XML descriptions.
7070
7071 2017-12-04 Pedro Alves <palves@redhat.com>
7072
7073 PR gdb/22499
7074 * gdb.arch/amd64-disp-step-avx.S: New file.
7075 * gdb.arch/amd64-disp-step-avx.exp: New file.
7076
7077 2017-12-03 Pedro Alves <palves@redhat.com>
7078
7079 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7080 and <string.h>.
7081 (parent_function): Print distinct messages when waitpid fails, or
7082 the child exits with a signal, or the child exits for an unhandled
7083 reason.
7084 * gdb.threads/process-dies-while-detaching.exp
7085 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7086 it. Wait for both inferior output and GDB's prompt. Use an
7087 indirect spawn id list.
7088 (do_detach): New parameter 'child_exit'. Use it to compute
7089 expected inferior output.
7090 (test_detach, test_detach_watch, test_detach_killed_outside):
7091 Adjust to pass down the expected child exit kind.
7092
7093 2017-12-01 Joel Brobecker <brobecker@adacore.com>
7094 Sergio Durigan Junior <sergiodj@redhat.com>
7095 Pedro Alves <palves@redhat.com>
7096
7097 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7098
7099 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7100
7101 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7102 to 'symbol-file' and 'add-symbol-file' can be
7103 position-independent.
7104
7105 2017-12-01 Yao Qi <yao.qi@linaro.org>
7106
7107 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7108 the URL in copyright header.
7109 * gdb.arch/aarch64-fp.exp: Likewise.
7110 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7111 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7112 * gdb.base/expand-psymtabs.exp: Likewise.
7113 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7114 * gdb.fortran/common-block.exp: Likewise.
7115 * gdb.fortran/common-block.f90: Likewise.
7116 * gdb.fortran/logical.exp: Likewise.
7117 * gdb.fortran/vla-datatypes.f90: Likewise.
7118 * gdb.fortran/vla-sub.f90: Likewise.
7119
7120 2017-11-30 Joel Brobecker <brobecker@adacore.com>
7121
7122 * gdb.ada/repeat_dyn: New testcase.
7123
7124 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7125
7126 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7127 Update for changed thread numbering.
7128 * gdb.cell/bt.exp: Update for changed GDB output.
7129
7130 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7131
7132 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7133 setting isremote by hand.
7134 * boards/dwarf4-gdb-index.exp: Likewise.
7135 * boards/fission.exp: Likewise.
7136 * boards/stabs.exp: Likewise.
7137
7138 2017-11-30 Pedro Alves <palves@redhat.com>
7139
7140 * gdb.linespec/cpls-ops.exp
7141 (check_explicit_skips_function_argument): Extract the underlying
7142 type of size_t instead of hardcoding it.
7143
7144 2017-11-29 Pedro Alves <palves@redhat.com>
7145
7146 PR c++/19436
7147 * gdb.linespec/cpls-abi-tag.cc: New file.
7148 * gdb.linespec/cpls-abi-tag.exp: New file.
7149
7150 2017-11-29 Pedro Alves <palves@redhat.com>
7151
7152 * gdb.base/langs.exp: Use -qualified.
7153 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7154 it.
7155 * gdb.cp/namespace.exp: Use -qualified.
7156 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7157 (overload-3, template-overload, template-ret-type, const-overload)
7158 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7159 procedures.
7160 (test_driver): Call them.
7161 * gdb.cp/save-bp-qualified.cc: New.
7162 * gdb.cp/save-bp-qualified.exp: New.
7163 * gdb.linespec/explicit.exp: Test -qualified.
7164 * lib/completion-support.exp (completion::explicit_opts_list): Add
7165 "-qualified".
7166 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7167
7168 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7169
7170 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7171
7172 2017-11-29 Tom Tromey <tom@tromey.com>
7173
7174 * gdb.base/relocate.exp: Update invalid argument test.
7175 Add new tests for invalid arguments.
7176
7177 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7178
7179 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7180 Return 0 as a long.
7181 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7182
7183 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7184
7185 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7186 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7187 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7188 func ().
7189 * gdb.cp/shadow.cc (B.func): Return 0.
7190
7191 2017-11-27 Joel Brobecker <brobecker@adacore.com>
7192
7193 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7194 expected output in gdb_expect call to allow the exception
7195 message to be present as well. Fix syntax confusion to avoid
7196 TCL thinking that exception_name is an array.
7197
7198 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7199
7200 * gdb.arch/spu-info.c: Include <unistd.h>.
7201 (do_signal_test): Fix broken calls to write.
7202 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7203 Fix checks for empty mailboxes. Update signal tests for corrected
7204 do_signal_test routine. Allow nonzero event status.
7205 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7206 * gdb.cell/arch.exp: Use standard_output_file.
7207 * gdb.cell/break.exp: Likewise.
7208 * gdb.cell/bt.exp: Likewise.
7209 * gdb.cell/core.exp: Likewise.
7210 * gdb.cell/dwarfaddr.exp: Likewise.
7211 * gdb.cell/ea-cache.exp: Likewise.
7212 * gdb.cell/ea-standalone.exp: Likewise.
7213 * gdb.cell/f-regs.exp: Likewise.
7214 * gdb.cell/fork.exp: Likewise.
7215 * gdb.cell/gcore.exp: Likewise.
7216 * gdb.cell/mem-access.exp: Likewise.
7217 * gdb.cell/ptype.exp: Likewise.
7218 * gdb.cell/registers.exp: Likewise.
7219 * gdb.cell/sizeof.exp: Likewise.
7220 * gdb.cell/solib-symbol.exp: Likewise.
7221 * gdb.cell/solib.exp: Likewise.
7222
7223 2017-11-25 Pedro Alves <palves@redhat.com>
7224
7225 * gdb.base/complete-empty.exp: New file.
7226 * gdb.base/completion.exp: Adjust.
7227
7228 2017-11-25 Pedro Alves <palves@redhat.com>
7229
7230 * gdb.linespec/cpls-ops.cc: New file.
7231 * gdb.linespec/cpls-ops.exp: New file.
7232 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7233 factored out from ...
7234 (test_complete_prefix_range): ... this.
7235
7236 2017-11-24 Pedro Alves <palves@redhat.com>
7237
7238 * gdb.linespec/cpcompletion.exp: New file.
7239 * gdb.linespec/cpls-hyphen.cc: New file.
7240 * gdb.linespec/cpls.cc: New file.
7241 * gdb.linespec/cpls2.cc: New file.
7242 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7243 test to use test_gdb_complete_unique. Add label completion,
7244 keyword completion and explicit location completion tests.
7245 * lib/completion-support.exp: New file.
7246
7247 2017-11-24 Joel Brobecker <brobecker@adacore.com>
7248
7249 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7250 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7251 when hitting an exception catchpoint.
7252
7253 2017-11-22 Yao Qi <yao.qi@linaro.org>
7254
7255 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7256
7257 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7258
7259 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7260 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7261 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7262
7263 2017-11-22 Yao Qi <yao.qi@linaro.org>
7264
7265 * gdb.base/info-os.exp: Pass pthreads.
7266 * gdb.multi/multi-attach.exp: Likewise.
7267
7268 2017-11-22 Yao Qi <yao.qi@linaro.org>
7269
7270 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7271 compiler.
7272
7273 2017-11-22 Yao Qi <yao.qi@linaro.org>
7274
7275 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7276 * gdb.base/break-interp.exp: Likewise.
7277 * gdb.base/jit-attach-pie.exp: Likewise.
7278
7279 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7280
7281 * gdb.base/float128.c (large128): New variable.
7282 * gdb.base/float128.exp: Add test to print largest __float128 value.
7283
7284 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7285
7286 * gdb.arch/vsx-regs.exp: Update register content checks.
7287
7288 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7289
7290 * gdb.arch/ppc-longdouble.exp: New file.
7291 * gdb.arch/ppc-longdouble.c: Likewise.
7292
7293 2017-11-21 Pedro Alves <palves@redhat.com>
7294
7295 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7296
7297 2017-11-20 Pedro Alves <palves@redhat.com>
7298
7299 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7300 (long_double_typedef): New typedefs.
7301 Use DEF on double and long double.
7302 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7303 cases.
7304 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7305 and 'long_double_ptr_same_size' locals. Use them to decide
7306 whether cast from array/function to float is valid/invalid.
7307
7308 2017-11-17 Tom Tromey <tom@tromey.com>
7309
7310 * gdb.rust/traits.rs: New file.
7311 * gdb.rust/traits.exp: New file.
7312
7313 2017-11-17 Joel Brobecker <brobecker@adacore.com>
7314
7315 * gdb.ada/minsyms: New testcase.
7316
7317 2017-11-16 Pedro Alves <palves@redhat.com>
7318
7319 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7320 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7321
7322 2017-11-16 Pedro Alves <palves@redhat.com>
7323
7324 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7325 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7326
7327 2017-11-16 Pedro Alves <palves@redhat.com>
7328
7329 * gdb.server/reconnect-ctrl-c.c: New file.
7330 * gdb.server/reconnect-ctrl-c.exp: New file.
7331
7332 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7333
7334 * gdb.python/py-rbreak.exp: New file.
7335 * gdb.python/py-rbreak.c: New file.
7336 * gdb.python/py-rbreak-func2.c: New file.
7337
7338 2017-11-16 Pedro Alves <palves@redhat.com>
7339
7340 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7341 pattern.
7342 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7343 GDB.
7344
7345 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7346
7347 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7348 regex.
7349
7350 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7351
7352 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7353 test names.
7354
7355 2017-11-09 Pedro Alves <palves@redhat.com>
7356
7357 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7358 factored out from ...
7359 (top level): ... here, and adjusted to avoid expecting beyond the
7360 prompt in a single gdb_test_multiple.
7361
7362 2017-11-09 Pedro Alves <palves@redhat.com>
7363
7364 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7365 output.
7366 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7367 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7368 * gdb.server/ext-run.exp ("kill" test): Likewise.
7369 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7370
7371 2017-11-09 Pedro Alves <palves@redhat.com>
7372
7373 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7374 match till end of line.
7375
7376 2017-11-09 Pedro Alves <palves@redhat.com>
7377
7378 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7379
7380 2017-11-09 Pedro Alves <palves@redhat.com>
7381
7382 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7383 New procedures, factored out from ...
7384 (top level): ... here, and adjusted to avoid expecting beyond the
7385 prompt in one go.
7386
7387 2017-11-09 Pedro Alves <palves@redhat.com>
7388
7389 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7390 output. Fix '?' match.
7391
7392 2017-11-08 Joel Brobecker <brobecker@adacore.com>
7393
7394 * gdb.ada/scoped_watch: New testcase.
7395 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7396 which is actually correct.
7397 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7398 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7399
7400 2017-11-08 Pedro Alves <palves@redhat.com>
7401
7402 * gdb.gdb/complaints.exp (test_initial_complaints)
7403 (test_serial_complaints, test_short_complaints): Call
7404 complaint_internal instead of complaint.
7405
7406 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7407
7408 * gdb.threads/tls-core.c: New file.
7409 * gdb.threads/tls-core.exp: Likewise.
7410
7411 2017-11-08 Pedro Alves <palves@redhat.com>
7412
7413 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7414 (p Exported_Capitalized): New test.
7415 (p exported_capitalized): New test.
7416
7417 2017-11-07 Pedro Alves <palves@redhat.com>
7418
7419 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7420
7421 2017-11-07 Pedro Alves <palves@redhat.com>
7422
7423 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7424 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7425 (disable_invalid, disable_inverted, disable_negative): New
7426 procedures.
7427 ("bad numbers"): New set of tests.
7428
7429 2017-11-07 Pedro Alves <palves@redhat.com>
7430
7431 * gdb.cp/ena-dis-br-range.exp: Add tests.
7432
7433 2017-11-07 Pedro Alves <palves@redhat.com>
7434
7435 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7436
7437 2017-11-07 Xavier Roirand <roirand@adacore.com>
7438 Pedro Alves <palves@redhat.com>
7439
7440 * gdb.base/ena-dis-br.exp: Add reference to
7441 gdb.cp/ena-dis-br-range.exp.
7442 * gdb.cp/ena-dis-br-range.exp: New file.
7443 * gdb.cp/ena-dis-br-range.cc: New file.
7444
7445 2017-11-06 Pedro Alves <palves@redhat.com>
7446
7447 * gdb.base/attach-non-pgrp-leader.c: New.
7448 * gdb.base/attach-non-pgrp-leader.exp: New.
7449
7450 2017-11-06 Pedro Alves <palves@redhat.com>
7451
7452 * configure.ac: No longer check for termio.h and sgtty.h.
7453 * configure: Regenerate.
7454 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7455 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7456 Remove termio and sgtty code.
7457
7458 2017-11-03 Yao Qi <yao.qi@linaro.org>
7459
7460 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7461 in GDB is disabled.
7462
7463 2017-11-03 Yao Qi <yao.qi@linaro.org>
7464
7465 * gdb.python/py-thrhandle.exp: Skip it if python is not
7466 enabled.
7467
7468 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7469
7470 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7471 as a breakpoint command.
7472
7473 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7474
7475 PR python/21213
7476 * gdb.python/py-infthread.exp: Test calling
7477 InferiorThread.inferior () multiple times in a row.
7478
7479 2017-10-27 Keith Seitz <keiths@redhat.com>
7480
7481 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7482 Test "info break" for every inlined function breakpoint.
7483
7484 2017-10-27 Yao Qi <yao.qi@linaro.org>
7485
7486 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7487
7488 2017-10-26 Patrick Frants <osscontribute@gmail.com>
7489
7490 * gdb.cp/classes.exp (test_static_members): Test printing
7491 Outer::instance.
7492 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7493 (Inner::instance, Outer::instance): New.
7494
7495 2017-10-24 Pedro Alves <palves@redhat.com>
7496
7497 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7498 extra console" test in two stages.
7499
7500 2017-10-24 Pedro Alves <palves@redhat.com>
7501
7502 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7503
7504 2017-10-24 Pedro Alves <palves@redhat.com>
7505
7506 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7507 loop.
7508
7509 2017-10-24 Pedro Alves <palves@redhat.com>
7510
7511 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7512 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7513
7514 2017-10-24 Pedro Alves <palves@redhat.com>
7515
7516 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7517 parameter and handle it. Don't output read value in test name.
7518
7519 2017-10-24 Pedro Alves <palves@redhat.com>
7520
7521 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7522 custom test name.
7523
7524 2017-10-24 Pedro Alves <palves@redhat.com>
7525
7526 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7527 include the unstable output directory name in the test's name.
7528 (initial_setup_simple) <'set args'>: Use custom test name.
7529
7530 2017-10-24 Pedro Alves <palves@redhat.com>
7531
7532 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7533 with explicit test name.
7534
7535 2017-10-20 Pedro Alves <palves@redhat.com>
7536
7537 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7538 'wait -i'. Use gdb_assert and remote_close.
7539
7540 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7541
7542 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7543 number from variable rather than hard-coded.
7544
7545 2017-10-19 Pedro Alves <palves@redhat.com>
7546
7547 * gdb.base/long-inferior-output.c: New file.
7548 * gdb.base/long-inferior-output.exp: New file.
7549
7550 2017-11-18 Keith Seitz <keiths@redhat.com>
7551
7552 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7553 method.
7554 (main): Call it.
7555 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7556 Add additional user-defined conversion operator tests.
7557
7558 2017-10-17 Pedro Alves <palves@redhat.com>
7559
7560 * boards/native-stdio-gdbserver.exp: Load "local-board".
7561
7562 2017-10-17 Pedro Alves <palves@redhat.com>
7563
7564 * gdb.base/quit-live.c: New file.
7565 * gdb.base/quit-live.exp: New file.
7566
7567 2017-10-16 Keith Seitz <keiths@redhat.com>
7568
7569 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7570 (class_with_protected_typedef, class_with_private_typedef)
7571 (struct_with_public_typedef, struct_with_protected_typedef)
7572 (struct_with_private_typedef): New classes/structs.
7573 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7574 typedefs and access specifiers.
7575
7576 2017-10-16 Pedro Alves <palves@redhat.com>
7577 Simon Marchi <simon.marchi@polymtl.ca>
7578
7579 * README (Local vs Remote vs Native): New section.
7580 * boards/local-board.exp: New file, with bits factored out from
7581 ...
7582 * boards/native-extended-gdbserver.exp: ... here. Load
7583 "local-board".
7584 * boards/native-gdbserver.exp: Load "local-board".
7585 (${board}_spawn, ${board}_exec): Delete.
7586 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7587 ...
7588 * boards/stdio-gdbserver-base.exp: ... this new file.
7589 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7590 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7591 procedure.
7592 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7593 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7594 stdio_gdbserver_command.
7595 (${board}_get_remote_address, ${board}_get_comm_port)
7596 (${board}_download, ${board}_upload): Delete.
7597 (get_target_remote_pipe_cmd): New.
7598
7599 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7600
7601 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7602 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7603 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7604 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7605 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7606 remove with_test_prefix.
7607
7608 2017-10-13 Pedro Alves <palves@redhat.com>
7609
7610 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7611 * gdb.base/annota1.exp: Use it instead of is_remote.
7612 * gdb.base/annota3.exp: Use it instead of is_remote.
7613 * gdb.cp/annota2.exp: Use it instead of is_remote.
7614 * gdb.cp/annota3.exp: Use it instead of is_remote.
7615 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7616
7617 2017-10-13 Pedro Alves <palves@redhat.com>
7618
7619 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7620 (test_num_test_vars, run_and_count_vars, find_env)
7621 (test_set_unset_env, test_inherit_env_var): New procedures.
7622 (top level): Use them.
7623
7624 2017-10-13 Pedro Alves <palves@redhat.com>
7625
7626 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7627 also skip on stub-like targets.
7628
7629 2017-10-13 Pedro Alves <palves@redhat.com>
7630
7631 PR gdb/22293
7632 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7633 (top level): Move some tests to ...
7634 (test_not_found): ... this new procedure.
7635 (top level): Call it.
7636
7637 2017-10-13 Pedro Alves <palves@redhat.com>
7638
7639 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7640 expect different "info terminal" output if testing with a
7641 non-native target.
7642
7643 2017-10-13 Pedro Alves <palves@redhat.com>
7644 Simon Marchi <simon.marchi@polymtl.ca>
7645
7646 PR python/12966
7647 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7648
7649 2017-10-13 Pedro Alves <palves@redhat.com>
7650
7651 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7652 already.
7653
7654 2017-10-13 Pedro Alves <palves@redhat.com>
7655
7656 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7657 is_remote.
7658
7659 2017-10-13 Pedro Alves <palves@redhat.com>
7660
7661 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7662 is_remote.
7663
7664 2017-10-13 Pedro Alves <palves@redhat.com>
7665
7666 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7667 is set.
7668 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7669 instead of is_remote.
7670
7671 2017-10-13 Pedro Alves <palves@redhat.com>
7672
7673 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7674 (top level): Add comment.
7675
7676 2017-10-13 Pedro Alves <palves@redhat.com>
7677
7678 * gdb.base/remote.exp (top level): Fix comment typo and add
7679 missing return.
7680
7681 2017-10-13 Pedro Alves <palves@redhat.com>
7682 Simon Marchi <simon.marchi@polymtl.ca>
7683
7684 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7685 calls and add comments. Skip test if use_gdb_stub is set.
7686 (top level): Use "set cwd" command instead of "cd" command.
7687
7688 2017-10-13 Pedro Alves <palves@redhat.com>
7689
7690 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7691 is_remote target check.
7692
7693 2017-10-13 Pedro Alves <palves@redhat.com>
7694
7695 * gdb.base/scope.exp: Use build_executable + clean_restart +
7696 gdb_file_cmd instead of prepare_for_testing and no longer skip
7697 "before run" tests on is_remote target boards. Update comments.
7698 * boards/native-extended-gdbserver.exp
7699 (extended_gdbserver_load_last_file): New, factored out from ...
7700 (gdb_load): ... this. Move further below and add comment.
7701 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7702
7703 2017-10-12 Pedro Alves <palves@redhat.com>
7704
7705 * gdb.base/attach.exp: Remove references to gdb64.
7706 * gdb.base/dbx.exp: Remove references to gdb64.
7707
7708 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7709 Pedro Alves <palves@redhat.com>
7710
7711 * gdb.base/label.exp: Remove is_remote target check.
7712
7713 2017-10-12 Pedro Alves <palves@redhat.com>
7714
7715 * gdb.base/auvx.exp (coredir): Update comment.
7716 (top level) <core_works>: Use "set cwd" command instead of "cd"
7717 command.
7718
7719 2017-10-12 Pedro Alves <palves@redhat.com>
7720 Simon Marchi <simon.marchi@polymtl.ca>
7721
7722 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7723 target boards.
7724
7725 2017-10-12 Pedro Alves <palves@redhat.com>
7726 Simon Marchi <simon.marchi@polymtl.ca>
7727
7728 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7729 Instead skip if there's any gdb_protocol set.
7730
7731 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7732 Pedro Alves <palves@redhat.com>
7733
7734 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7735
7736 2017-10-12 Pedro Alves <palves@redhat.com>
7737 Simon Marchi <simon.marchi@polymtl.ca>
7738
7739 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7740 instead of on dejagnu remote boards.
7741
7742 2017-10-12 Pedro Alves <palves@redhat.com>
7743 Simon Marchi <simon.marchi@polymtl.ca>
7744
7745 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7746 checks. Use build_executable + clean_restart instead of
7747 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7748 of enabling non-stop after starting gdb.
7749
7750 2017-10-12 Pedro Alves <palves@redhat.com>
7751
7752 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7753 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7754 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7755 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7756
7757 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7758
7759 * gdb.arch/arc-tdesc-cpu.exp: New file.
7760 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7761
7762 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7763
7764 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7765
7766 2017-10-10 Pedro Alves <palves@redhat.com>
7767
7768 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7769 expect CLI output.
7770
7771 2017-10-10 Pedro Alves <palves@redhat.com>
7772
7773 * lib/selftest-support.exp (selftest_setup): Update for
7774 captured_command_loop's prototype change.
7775
7776 2017-10-09 Pedro Alves <palves@redhat.com>
7777
7778 Test both arch1=>arch2 and arch2=>arch1.
7779
7780 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7781 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7782 factored out to...
7783 (append_arch1_options, append_arch2_options, append_arch_options)
7784 (build_executables): New procedures.
7785 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7786 local.
7787 (top level): Add new 'first_arch' testing axis.
7788
7789 2017-10-09 Pedro Alves <palves@redhat.com>
7790
7791 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7792 (barrier): New.
7793 (thread_start, all_started): New functions.
7794 (main): Spawn new thread and wait until it is scheduled.
7795 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7796 option.
7797 (do_test): Add 'selected_thread' parameter. Run to all_started
7798 instead of main. Explicitly set the breakpoint at main. Switch
7799 to the SELECTED_THREAD thread.
7800 (top level): Test handling the exec event with either the main
7801 thread or the second thread selected.
7802
7803 2017-10-09 Pedro Alves <palves@redhat.com>
7804
7805 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7806 logic. Move STOP marker after the value checks.
7807 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7808 regexp.
7809
7810 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7811
7812 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7813
7814 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7815
7816 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7817 integer-to-dfp conversion.
7818 * gdb.base/dfp-test.exp: Likewise.
7819
7820 2017-10-04 Pedro Alves <palves@redhat.com>
7821
7822 * gdb.multi/hangout.c: Include <unistd.h>.
7823 (hangout_loop): New function.
7824 (main): Call alarm. Call hangout_loop in a loop.
7825 * gdb.multi/hello.c: Include <unistd.h>.
7826 (hello_loop): New function.
7827 (main): Call alarm. Call hangout_loop in a loop.
7828 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7829 inferior with the other selected.
7830
7831 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7832
7833 * gdb.mi/list-thread-groups-available.exp: New file.
7834 * gdb.mi/list-thread-groups-available.c: New file.
7835
7836 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7837
7838 * gdb.base/set-cwd.exp: Make it available on
7839 native-extended-gdbserver.
7840
7841 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7842
7843 * gdb.base/set-cwd.c: New file.
7844 * gdb.base/set-cwd.exp: Likewise.
7845
7846 2017-10-02 Tom Tromey <tom@tromey.com>
7847
7848 PR rust/22236:
7849 * gdb.rust/simple.rs (main): New variable "fslice".
7850 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7851
7852 2017-10-02 Tom Tromey <tom@tromey.com>
7853
7854 * gdb.rust/simple.exp: Test ptype of a slice.
7855
7856 2017-10-02 Tom Tromey <tom@tromey.com>
7857
7858 * gdb.rust/simple.exp: Test index of slice.
7859
7860 2017-09-27 Tom Tromey <tom@tromey.com>
7861
7862 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7863
7864 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7865 Pedro Alves <palves@redhat.com>
7866
7867 * gdb.base/compare-sections.exp (get value of read-only section): Read
7868 as unsigned value.
7869 (corrupt read-only section): Likewise and don't set written if patching
7870 failed.
7871
7872 2017-09-21 Kevin Buettner <kevinb@redhat.com>
7873
7874 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7875 files.
7876
7877 2017-09-20 Pedro Alves <palves@redhat.com>
7878
7879 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7880 symbol names in gdb's output.
7881 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7882
7883 2017-09-20 Pedro Alves <palves@redhat.com>
7884
7885 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7886 Rename to ...
7887 (test_list_ambiguous_symbol): ... this and add a symbol name
7888 parameter. Adjust.
7889 (test_list_ambiguous_function): Reimplement on top of
7890 test_list_ambiguous_symbol and also test listing ambiguous
7891 variables.
7892 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7893 (ambiguous_fun): ... this.
7894 (ambiguous_var): New.
7895 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7896 (ambiguous_fun): ... this.
7897 (ambiguous_var): New.
7898
7899 2017-09-19 John Baldwin <jhb@FreeBSD.org>
7900
7901 * gdb.base/starti.c: New file.
7902 * gdb.base/starti.exp: New file.
7903 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7904
7905 2017-09-14 Pedro Alves <palves@redhat.com>
7906
7907 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7908 (top level): Use it instead of runto.
7909
7910 2017-09-11 Tom Tromey <tom@tromey.com>
7911
7912 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7913
7914 2017-09-11 Tom Tromey <tom@tromey.com>
7915
7916 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7917 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7918
7919 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7920
7921 * gdb.fortran/printing-types.exp: New file.
7922 * gdb.fortran/printing-types.exp: New file.
7923
7924 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7925
7926 * gdb.fortran/vla-ptype.exp: Fix typos.
7927 * gdb.fortran/vla-value.exp: Same.
7928
7929 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7930
7931 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
7932 * gdb.mi/mi-var-child-f.exp: Likewise.
7933 * gdb.mi/mi-vla-fortran.exp: Likewise.
7934
7935 2017-09-08 Frank Penczek <frank.penczek@intel.com>
7936 Christoph Weinmann <christoph.t.weinmann@intel.com>
7937 Bernhard Heckel <bernhard.heckel@intel.com>
7938
7939 * gdb.fortran/ptr-indentation.f90: New file.
7940 * gdb.fortran/ptr-indentation.exp: New file.
7941
7942 2017-09-05 Tom Tromey <tom@tromey.com>
7943
7944 PR gdb/22010:
7945 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
7946
7947 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7948
7949 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
7950
7951 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7952
7953 * gdb.threads/tls-nodebug-pie.c: New file.
7954 * gdb.threads/tls-nodebug-pie.exp: New file.
7955
7956 2017-09-05 Tom Tromey <tom@tromey.com>
7957
7958 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
7959 for rust.
7960
7961 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7962
7963 * gdb.multi/multi-arch-exec.exp: Test with different
7964 "follow-exec-mode" settings.
7965 (do_test): New procedure.
7966
7967 2017-09-04 Pedro Alves <palves@redhat.com>
7968
7969 * gdb.base/func-static.c (S::method const, S::method volatile)
7970 (S::method volatile const): New methods.
7971 (c_s, v_s, cv_s): New instances.
7972 (main): Call method() on them.
7973 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
7974 (cannot_resolve): New procedure.
7975 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
7976 print-quote-unquoted columns.
7977 (do_test): Test printing each scope too.
7978
7979 2017-09-04 Pedro Alves <palves@redhat.com>
7980
7981 * gdb.base/local-static.exp: Also test with
7982 class::method::variable wholly quoted.
7983 * gdb.cp/m-static.exp (class::method::variable): Remove test.
7984
7985 2017-09-04 Pedro Alves <palves@redhat.com>
7986
7987 * gdb.base/local-static.c: New.
7988 * gdb.base/local-static.cc: New.
7989 * gdb.base/local-static.exp: New.
7990
7991 2017-09-04 Pedro Alves <palves@redhat.com>
7992
7993 * gdb.asm/asm-source.exp: Add casts to int.
7994 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
7995 (dataglobal64_1, dataglobal64_2): New globals.
7996 * gdb.base/nodebug.exp: Test different expressions involving the
7997 new globals, with print, whatis and ptype. Add casts to int.
7998 * gdb.base/solib-display.exp: Add casts to int.
7999 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8000 * gdb.cp/m-static.exp: Add cast to int.
8001 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8002 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8003 tls variable with no debug info without a cast. Test with a cast
8004 to int too.
8005 * gdb.trace/entry-values.exp: Add casts.
8006
8007 2017-09-04 Pedro Alves <palves@redhat.com>
8008
8009 * gdb.base/nodebug.exp: Test that ptype's error about functions
8010 with unknown return type includes the function name too.
8011
8012 2017-09-04 Pedro Alves <palves@redhat.com>
8013
8014 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8015 return type of munmap in infcall.
8016 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8017 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8018 type of ftell in infcall.
8019 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8020 type of getpid in infcall.
8021 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8022 infcall.
8023 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8024 Bail on failure to extract the pid.
8025 * gdb.base/nodebug.c: #include <stdint.h>.
8026 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8027 New functions.
8028 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8029 Change expected output of print/whatis/ptype with functions with
8030 no debug info. Test all supported languages. Call
8031 test_call_promotion.
8032 * gdb.compile/compile.exp: Adjust expected output to expect
8033 warning.
8034 * gdb.threads/siginfo-threads.exp: Likewise.
8035
8036 2017-09-04 Pedro Alves <palves@redhat.com>
8037
8038 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8039 "prototypes". Test calling float functions via prototyped and
8040 unprototyped function pointers.
8041 (perform_all_tests): New parameter "prototypes". Pass it down.
8042 (top level): Pass down "prototypes" parameter to
8043 perform_all_tests.
8044
8045 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8046
8047 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8048 Test with nested loops.
8049
8050 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8051
8052 * gdb.base/commands.exp: Call the new procedures.
8053 (loop_break_test, loop_continue_test): New procedures.
8054
8055 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8056
8057 * gdb.base/commands.exp: Call new procedure.
8058 (define_if_without_arg_test): New procedure.
8059
8060 2017-09-04 Pedro Alves <palves@redhat.com>
8061
8062 * gdb.base/list-ambiguous.exp: New file.
8063 * gdb.base/list-ambiguous0.c: New file.
8064 * gdb.base/list-ambiguous1.c: New file.
8065 * gdb.base/list.exp (test_list_range): Adjust expected output.
8066
8067 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8068
8069 * gdb.base/share-env-with-gdbserver.c: New file.
8070 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8071
8072 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8073
8074 * gdb.base/commands.exp (gdbvar_simple_if_test,
8075 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8076 progvar_simple_if_test, progvar_simple_while_test,
8077 progvar_complex_if_while_test, user_defined_command_test,
8078 user_defined_command_args_eval,
8079 user_defined_command_args_stack_test,
8080 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8081 temporary_breakpoint_commands,
8082 gdb_test_no_prompt, redefine_hook_test,
8083 redefine_backtrace_test): Remove "global gdb_prompt".
8084
8085 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8086
8087 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8088 New proc, call it from toplevel.
8089
8090 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8091
8092 PR remote/21852
8093 * gdb.server/normal.c: New file, copied from gdb.base.
8094 * gdb.server/run-without-local-binary.exp: New file.
8095
8096 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
8097
8098 * gdb.arch/sparc64-adi.exp: New file.
8099 * gdb.arch/sparc64-adi.c: New file.
8100
8101 2017-08-22 Pedro Alves <palves@redhat.com>
8102
8103 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8104 (top level): Add "list all overloads" tests.
8105
8106 2017-08-22 Tom Tromey <tom@tromey.com>
8107
8108 * gdb.gdb/xfullpath.exp: Remove.
8109
8110 2017-08-21 Pedro Alves <palves@redhat.com>
8111
8112 PR gdb/19487
8113 * gdb.base/symbol-alias.c: New.
8114 * gdb.base/symbol-alias2.c: New.
8115 * gdb.base/symbol-alias.exp: New.
8116
8117 2017-08-21 Pedro Alves <palves@redhat.com>
8118
8119 * gdb.base/dfp-test.c
8120 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8121 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8122 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8123 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8124 * gdb.base/whatis-ptype-typedefs.c: New.
8125 * gdb.base/whatis-ptype-typedefs.exp: New.
8126 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8127 (an_int, an_int_type, an_int_type2): New globals.
8128 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8129 involving typedefs and cast expressions.
8130 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8131 (lookup_typedefs_function): New.
8132 (typedefs_pretty_printers_dict): New.
8133 (top level): Register lookup_typedefs_function in
8134 gdb.pretty_printers.
8135
8136 2017-08-18 Yao Qi <yao.qi@linaro.org>
8137
8138 * gdb.server/unittest.exp: New.
8139
8140 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8141
8142 PR gdb/21954
8143 * gdb.base/environ.exp: Add test to check if 'unset environment'
8144 works.
8145
8146 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8147
8148 * lib/gdb.exp (universal_compile_options): New caching proc.
8149 (gdb_compile): Suppress GCC's coloring of messages.
8150
8151 2017-08-14 Tom Tromey <tom@tromey.com>
8152
8153 PR gdb/21675:
8154 * gdb.base/printcmds.exp (test_radices): New function.
8155 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8156 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8157 * lib/gdb.exp (get_integer_valueof): Use p/d.
8158
8159 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8160
8161 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8162 characters.
8163
8164 2017-08-05 Tom Tromey <tom@tromey.com>
8165
8166 * gdb.rust/simple.exp: Allow String to appear in a different
8167 namespace.
8168
8169 2017-07-26 Yao Qi <yao.qi@linaro.org>
8170
8171 * gdb.gdb/unittest.exp: Invoke command
8172 "maintenance check xml-descriptions".
8173
8174 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8175
8176 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8177 calling context.
8178 (hex128): Drop erroneous calculation of parameters.
8179
8180 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8181
8182 * gdb.python/py-unwind.exp: Disable stack protection when
8183 building test file.
8184
8185 2017-07-20 Pedro Alves <palves@redhat.com>
8186
8187 * gdb.base/default.exp (set language): Adjust expected output.
8188
8189 2017-07-20 Pedro Alves <palves@redhat.com>
8190
8191 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8192 (test_minsym): ... this, and make static.
8193 (get_pck__foo__bar__minsym): Rename to ...
8194 (get_test_minsym): ... this.
8195 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8196 symbol names and comments.
8197 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8198 (get_test_minsym): ... this.
8199 (pck__foo__bar__minsym__2): Rename to ...
8200 (test_minsym): ... this.
8201 (main): Adjust.
8202
8203 2017-07-17 Pedro Alves <palves@redhat.com>
8204
8205 * gdb.base/completion.exp: Adjust expected output.
8206 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8207 the completer works.
8208
8209 2017-07-17 Pedro Alves <palves@redhat.com>
8210
8211 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8212
8213 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8214
8215 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8216
8217 2017-07-14 Tom Tromey <tom@tromey.com>
8218
8219 PR rust/21764:
8220 * gdb.rust/simple.exp: Add tests.
8221
8222 2017-07-14 Tom Tromey <tom@tromey.com>
8223
8224 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8225
8226 2017-07-14 Pedro Alves <palves@redhat.com>
8227
8228 * gdb.linespec/base/one/thefile.cc (z1): New function.
8229 * gdb.linespec/base/two/thefile.cc (z2): New function.
8230 * gdb.linespec/linespec.exp: Add tests.
8231
8232 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8233
8234 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8235 to mi_create_breakpoint.
8236
8237 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8238
8239 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8240 mi_create_breakpoint.
8241
8242 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8243
8244 * gdb.dlang/demangle.exp: Update for demangling changes.
8245
8246 2017-07-09 Tom Tromey <tom@tromey.com>
8247
8248 * gdb.dwarf2/shortpiece.exp: New file.
8249
8250 2017-07-06 David Blaikie <dblaikie@gmail.com>
8251
8252 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8253 built from fissiont-multi-cu{1,2}.c.
8254 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8255 except putting 'main' and 'func' in separate CUs in the same DWO file.
8256 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8257 test.
8258 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8259 test.
8260
8261 2017-07-06 Pedro Alves <palves@redhat.com>
8262
8263 * gdb.python/py-unwind.exp: Test flushregs.
8264
8265 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8266
8267 PR cli/21688
8268 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8269 tests for alias commands and trailing whitespace.
8270
8271 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8272
8273 PR cli/21688
8274 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8275 procedure. Call it.
8276
8277 2017-06-29 Pedro Alves <palves@redhat.com>
8278
8279 * gdb.base/printcmds.exp: Add tests.
8280
8281 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8282
8283 PR gdb/21337
8284 * gdb.base/reread-readsym.exp: New file.
8285 * gdb.base/reread-readsym.c: New file.
8286
8287 2017-06-21 Kevin Buettner <kevinb@redhat.com>
8288
8289 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8290 subpattern.
8291
8292 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8293
8294 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8295 extended mnemonic.
8296 * gdb.arch/powerpc-power9.s: Likewise.
8297
8298 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8299
8300 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8301 on 32-bit x86 targets. Exploit is_*_target macros where
8302 appropriate.
8303
8304 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8305
8306 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8307 register pieces.
8308
8309 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8310
8311 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8312 located in one or more DWARF pieces.
8313
8314 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8315
8316 * lib/gdb.exp (get_endianness): New proc.
8317 * gdb.arch/aarch64-fp.exp: Use it.
8318 * gdb.arch/altivec-regs.exp: Likewise.
8319 * gdb.arch/e500-regs.exp: Likewise.
8320 * gdb.arch/vsx-regs.exp: Likewise.
8321 * gdb.base/dump.exp: Likewise.
8322 * gdb.base/funcargs.exp: Likewise.
8323 * gdb.base/gnu_vector.exp: Likewise.
8324 * gdb.dwarf2/formdata16.exp: Likewise.
8325 * gdb.dwarf2/implptrpiece.exp: Likewise.
8326 * gdb.dwarf2/nonvar-access.exp: Likewise.
8327 * gdb.python/py-inferior.exp: Likewise.
8328 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8329
8330 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8331
8332 PR gdb/21226
8333 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8334 stack value pieces are taken from the LSB end.
8335
8336 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8337
8338 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8339 variable at nonzero offset.
8340
8341 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8342
8343 * gdb.dwarf2/var-access.c: New file.
8344 * gdb.dwarf2/var-access.exp: New test.
8345 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8346
8347 2017-06-12 Tom Tromey <tom@tromey.com>
8348
8349 * gdb.dwarf2/formdata16.exp: Add tests.
8350
8351 2017-06-12 Tom Tromey <tom@tromey.com>
8352
8353 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8354
8355 2017-06-12 Tom Tromey <tom@tromey.com>
8356
8357 PR exp/16225:
8358 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8359 * gdb.arch/vsx-regs.exp: Update tests.
8360 * gdb.arch/s390-vregs.exp (hex128): New proc.
8361 Update test.
8362 * gdb.arch/altivec-regs.exp: Update tests.
8363
8364 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8365
8366 * gdb.base/startup-with-shell.c: New file.
8367 * gdb.base/startup-with-shell.exp: Likewise.
8368
8369 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8370
8371 * gdb.server/non-existing-program.exp: Update regex in order to
8372 reflect the fact that gdbserver is now using fork_inferior (with a
8373 shell) to startup the inferior.
8374
8375 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8376
8377 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8378 support function calls from GDB.
8379
8380 2017-05-21 Tom Tromey <tom@tromey.com>
8381
8382 PR rust/21466:
8383 * gdb.rust/unsized.exp: New file.
8384 * gdb.rust/unsized.rs: New file.
8385
8386 2017-05-19 Tom Tromey <tom@tromey.com>
8387
8388 PR rust/21484:
8389 * gdb.rust/watch.exp: New file.
8390 * gdb.rust/watch.rs: New file.
8391
8392 2017-05-18 Tom Tromey <tom@tromey.com>
8393
8394 * gdb.rust/simple.exp: Allow Box to be qualified.
8395
8396 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8397
8398 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8399
8400 2017-05-18 Pedro Alves <palves@redhat.com>
8401
8402 * gdb.base/fileio.c (test_write, test_read, test_close)
8403 (test_fstat): Don't print 'ret' in the fail path.
8404
8405 2017-05-18 Pedro Alves <palves@redhat.com>
8406
8407 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8408 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8409 (test_system, test_rename, test_unlink, test_time): Change
8410 prototypes.
8411 * gdb.base/fileio.exp (stop_msg): Adjust.
8412
8413 2017-05-18 Pedro Alves <palves@redhat.com>
8414
8415 * gdb.base/fileio.c (null_str): New global.
8416 (test_stat): Use it.
8417 * gdb.base/fileio.exp: Remove nowarnings.
8418
8419 2017-05-17 Yao Qi <yao.qi@linaro.org>
8420
8421 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8422
8423 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8424
8425 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8426 argument command.
8427 (top-level): Invoke test_set_inferior_tty.
8428
8429 2017-05-04 Pedro Alves <palves@redhat.com>
8430
8431 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8432 Add parens to print call for Python 3.
8433
8434 2017-05-03 Keith Seitz <keiths@redhat.com>
8435
8436 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8437 (main): Call it.
8438
8439 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8440
8441 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8442 to prev and next.
8443
8444 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8445
8446 * gdb.python/py-record-btrace.exp: Remove test for
8447 gdb.BtraceInstruction.error.
8448
8449 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8450
8451 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8452
8453 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8454
8455 * gdb.python/py-record-btrace-threads.c: New file.
8456 * gdb.python/py-record-btrace-threads.exp: New file.
8457
8458 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8459
8460 PR testsuite/8595
8461 * gdb.base/environ.exp: Make test available in all architectures.
8462 Move bits related to "info program" testing to
8463 gdb.base/info-program.exp. Rewrite tests to use the two new
8464 procedures mentione below.
8465 (test_set_show_env_var) New procedure.
8466 (test_set_show_env_var_equal): Likewise.
8467 * gdb.base/info-program.exp: New file.
8468
8469 2017-04-27 Keith Seitz <keiths@redhat.com>
8470
8471 * gdb.cp/oranking.cc (test15): New function.
8472 (main): Call test15 and declare additional variables for testing.
8473 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8474 "p foo101('abc')" tests.
8475 Add tests for cv qualifier overloads.
8476 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8477 "lvalue reference overload" test.
8478 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8479 "print value of f1 on Child&& in f2" test.
8480
8481 2017-04-19 Pedro Alves <palves@redhat.com>
8482
8483 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8484 procedure.
8485 (top level): Call it.
8486 * lib/gdb.exp (gdb_define_cmd): New procedure.
8487
8488 2017-04-12 Pedro Alves <palves@redhat.com>
8489
8490 PR gdb/21323
8491 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8492 (wchar): New global.
8493 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8494 (do_test_wide_char, wide_char_types_no_program, top level): Add
8495 wchar_t testing.
8496
8497 2017-04-12 Pedro Alves <palves@redhat.com>
8498
8499 PR c++/21323
8500 * gdb.cp/wide_char_types.c: New file.
8501 * gdb.cp/wide_char_types.exp: New file.
8502
8503 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8504
8505 PR gdb/21352
8506 * gdb.trace/tsv.exp: Add test for "tsave -r".
8507
8508 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8509
8510 * gdb.dlang/watch-loc.c: New file.
8511 * gdb.dlang/watch-loc.exp: New file.
8512
8513 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8514
8515 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8516
8517 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8518
8519 * gdb.arch/arc-analyze-prologue.S: New file.
8520 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8521
8522 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8523
8524 * gdb.arch/arc-decode-insn.S: New file.
8525 * gdb.arch/arc-decode-insn.exp: Likewise.
8526
8527 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8528
8529 PR tdep/20928
8530 * gdb.arch/sparc64-regs.exp: New file.
8531 * gdb.arch/sparc64-regs.S: Likewise.
8532
8533 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8534
8535 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8536 and memory view on Python 3.
8537
8538 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
8539 Keith Seitz <keiths@redhat.com>
8540
8541 PR gdb/14441
8542 * gdb.cp/demangle.exp: Add rvalue reference tests.
8543 * gdb.cp/rvalue-ref-casts.cc: New file.
8544 * gdb.cp/rvalue-ref-casts.exp: New file.
8545 * gdb.cp/rvalue-ref-overload.cc: New file.
8546 * gdb.cp/rvalue-ref-overload.exp: New file.
8547 * gdb.cp/rvalue-ref-params.cc: New file.
8548 * gdb.cp/rvalue-ref-params.exp: New file.
8549 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8550 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8551 * gdb.cp/rvalue-ref-types.cc: New file.
8552 * gdb.cp/rvalue-ref-types.exp: New file.
8553 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8554 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8555
8556 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8557
8558 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8559 New procedure.
8560
8561 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8562
8563 * lib/mi-support.exp (mi_gdb_test): Add additional message
8564 for unexpected output.
8565
8566 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8567
8568 * gdb.base/examine-backward.c (Barrier): New character array
8569 constant, to ensure that TestStrings is preceded by a string
8570 terminator.
8571
8572 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8573
8574 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8575 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8576 and implicit pointer into such a location.
8577
8578 2017-03-16 Doug Evans <dje@google.com>
8579
8580 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8581
8582 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8583
8584 * gdb.cp/m-static.exp: Fix expectation for prototype of
8585 test5.single_constructor and single_constructor::single_constructor.
8586
8587 2017-03-16 Doug Evans <dje@google.com>
8588
8589 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8590 * gdb.guile/scm-lazy-string.c: New file.
8591 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8592 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8593 for pointer, array, typedef lazy strings.
8594
8595 2017-03-16 Doug Evans <dje@google.com>
8596
8597 PR python/17728, python/18439, python/18779
8598 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8599 * gdb.python/py-lazy-string.c (pointer): New typedef.
8600 (main): New locals ptr, array, typedef_ptr.
8601 * gdb.python/py-value.exp: Move lazy string tests to ...
8602 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8603 array, typedef lazy strings.
8604
8605 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8606
8607 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8608 Add optional 'test' parameter.
8609
8610 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8611
8612 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8613 Skip for versions of DejaGnu < 1.5.
8614
8615 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8616
8617 * lib/gdb.exp (dejagnu_version): New proc.
8618 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8619 Use dejagnu_version.
8620
8621 2017-03-10 Keith Seitz <keiths@redhat.com>
8622
8623 PR c++/8128
8624 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8625 type from destructor regexps.
8626 Add a branch which actually passes the test.
8627 Adjust "ptype t5i" test names.
8628
8629 2017-03-08 Pedro Alves <palves@redhat.com>
8630
8631 * gdb.base/step-over-exit.exp: Add explicit test message.
8632
8633 2017-03-08 Pedro Alves <palves@redhat.com>
8634
8635 PR gdb/18360
8636 * gdb.threads/interrupt-while-step-over.c: New file.
8637 * gdb.threads/interrupt-while-step-over.exp: New file.
8638
8639 2017-03-08 Pedro Alves <palves@redhat.com>
8640
8641 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8642 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8643
8644 2017-03-08 Pedro Alves <palves@redhat.com>
8645
8646 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8647 PKRU as not supported as a PASS.
8648
8649 2017-03-08 Pedro Alves <palves@redhat.com>
8650
8651 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8652 prefix instead of $binfile1/$binfile2.
8653 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8654 in test message.
8655 * gdb.python/py-completion.exp: Use "load python file" as test
8656 messages instead of unstable path names.
8657
8658 2017-03-08 Pedro Alves <palves@redhat.com>
8659 Jan Kratochvil <jan.kratochvil@redhat.com>
8660
8661 PR cli/21218
8662 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8663 New proc.
8664 (top level): Call it.
8665
8666 2017-03-08 Pedro Alves <palves@redhat.com>
8667
8668 PR tui/21216
8669 * gdb.tui/tui-nl-filtered-output.exp: New file.
8670
8671 2017-03-08 Pedro Alves <palves@redhat.com>
8672
8673 * gdb.base/completion.exp: Move TUI completion tests to ...
8674 * gdb.tui/completion.exp: ... this new file.
8675
8676 2017-03-08 Pedro Alves <palves@redhat.com>
8677
8678 * gdb.base/tui-disasm-long-lines.c,
8679 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8680 gdb.base/tui-layout.exp: Move to ...
8681 * gdb.tui/: ... this new directory.
8682
8683 2017-03-07 Pedro Alves <palves@redhat.com>
8684
8685 * gdb.base/tui-layout.c: New file.
8686 * gdb.base/tui-layout.exp: New file.
8687
8688 2017-03-07 Pedro Alves <palves@redhat.com>
8689
8690 * gdb.base/tui-layout.c: Rename to ...
8691 * gdb.base/tui-disasm-long-lines.c: ... this.
8692 * gdb.base/tui-layout.exp: Rename to ...
8693 * gdb.base/tui-disasm-long-lines.exp: ... this.
8694
8695 2017-03-07 Pedro Alves <palves@redhat.com>
8696
8697 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8698
8699 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8700
8701 * i386-mpx-call.c: New file.
8702 * i386-mpx-call.exp: New file.
8703
8704 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8705
8706 * gdb.arch/powerpc-power.exp: Delete test.
8707 * gdb.arch/powerpc-power.s: Likewise.
8708 * gdb.disasm/disassembler-options.exp: New test.
8709 * gdb.arch/powerpc-altivec.exp: Likewise.
8710 * gdb.arch/powerpc-altivec.s: Likewise.
8711 * gdb.arch/powerpc-altivec2.exp: Likewise.
8712 * gdb.arch/powerpc-altivec2.s: Likewise.
8713 * gdb.arch/powerpc-altivec3.exp: Likewise.
8714 * gdb.arch/powerpc-altivec3.s: Likewise.
8715 * gdb.arch/powerpc-power7.exp: Likewise.
8716 * gdb.arch/powerpc-power7.s: Likewise.
8717 * gdb.arch/powerpc-power8.exp: Likewise.
8718 * gdb.arch/powerpc-power8.s: Likewise.
8719 * gdb.arch/powerpc-power9.exp: Likewise.
8720 * gdb.arch/powerpc-power9.s: Likewise.
8721 * gdb.arch/powerpc-vsx.exp: Likewise.
8722 * gdb.arch/powerpc-vsx.s: Likewise.
8723 * gdb.arch/powerpc-vsx2.exp: Likewise.
8724 * gdb.arch/powerpc-vsx2.s: Likewise.
8725 * gdb.arch/powerpc-vsx3.exp: Likewise.
8726 * gdb.arch/powerpc-vsx3.s: Likewise.
8727 * gdb.arch/arm-disassembler-options.exp: Likewise.
8728 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8729 * gdb.arch/s390-disassembler-options.exp: Likewise.
8730
8731 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
8732
8733 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8734 (check_supported_features): ... this. Changed return type to void.
8735 (supports_rdseed): New static global.
8736 (rdseed): Check supports_rdseed.
8737 (initialize): Call check_supported_features.
8738
8739 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8740
8741 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8742 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8743 and lqarx/stqcx.
8744 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8745 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8746
8747 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8748
8749 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8750 uppercase.
8751
8752 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8753
8754 * gdb.dwarf2/formdata16.c: New file.
8755 * gdb.dwarf2/formdata16.exp: New file.
8756 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8757
8758 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8759
8760 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8761 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8762 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8763 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8764 DW_AT_GNU_*.
8765
8766 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8767
8768 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8769
8770 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8771
8772 PR gdb/21164
8773 * gdb.base/maint.exp: Add testcases for when the commands do
8774 not have arguments.
8775
8776 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8777
8778 * gdb.cp/chained-calls.exp: Use p instead of P.
8779
8780 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8781
8782 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8783 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8784
8785 2017-02-14 Tom Tromey <tom@tromey.com>
8786
8787 PR python/13598:
8788 * gdb.python/py-events.exp: Add before_prompt event tests.
8789
8790 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8791
8792 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8793
8794 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8795
8796 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8797 (main): Call my_unique_function_name.
8798 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8799 completion of patterns with a single match.
8800 Add missing -re switches to gdb_test_multiple calls.
8801
8802 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8803
8804 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8805 return if core file is not recognized.
8806
8807 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8808
8809 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8810 and extra UIs.
8811
8812 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8813
8814 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8815 proc_with_prefix.
8816
8817 2017-02-10 Tom Tromey <tom@tromey.com>
8818
8819 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8820
8821 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
8822
8823 PR gdb/21122
8824 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8825
8826 2017-02-08 Jerome Guitton <guitton@adacore.com>
8827
8828 * gdb.base/define.exp: Add test for command abbreviations
8829 in define.
8830
8831 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
8832
8833 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8834 * gdb.reverse/insn-reverse-x86.c: New file.
8835
8836 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8837
8838 PR tdep/20936
8839 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8840
8841 2017-02-03 Tom Tromey <tom@tromey.com>
8842
8843 PR rust/21097:
8844 * gdb.rust/simple.exp: Add new tests.
8845
8846 2017-02-02 Pedro Alves <palves@redhat.com>
8847
8848 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8849 tests.
8850
8851 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8852
8853 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8854 taking a 2-byte value out of a 4-byte DWARF implicit value on
8855 big-endian targets.
8856 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8857 logic. Add test cases for DW_OP_implicit.
8858
8859 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8860
8861 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8862
8863 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8864
8865 * gdb.btrace/enable.exp: Call gdb_exit before
8866 skip_gdbserver_tests.
8867
8868 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8869
8870 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8871 GDBFLAGS.
8872
8873 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8874
8875 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8876 the test is skipped.
8877 * gdb.btrace/data.exp: Likewise.
8878 * gdb.btrace/delta.exp: Likewise.
8879 * gdb.btrace/dlopen.exp: Likewise.
8880 * gdb.btrace/enable-running.exp: Likewise.
8881 * gdb.btrace/enable.exp: Likewise.
8882 * gdb.btrace/exception.exp: Likewise.
8883 * gdb.btrace/function_call_history.exp: Likewise.
8884 * gdb.btrace/gcore.exp: Likewise.
8885 * gdb.btrace/instruction_history.exp: Likewise.
8886 * gdb.btrace/multi-thread-step.exp: Likewise.
8887 * gdb.btrace/nohist.exp: Likewise.
8888 * gdb.btrace/non-stop.exp: Likewise.
8889 * gdb.btrace/reconnect.exp: Likewise.
8890 * gdb.btrace/record_goto-step.exp: Likewise.
8891 * gdb.btrace/record_goto.exp: Likewise.
8892 * gdb.btrace/rn-dl-bind.exp: Likewise.
8893 * gdb.btrace/segv.exp: Likewise.
8894 * gdb.btrace/step.exp: Likewise.
8895 * gdb.btrace/stepi.exp: Likewise.
8896 * gdb.btrace/tailcall-only.exp: Likewise.
8897 * gdb.btrace/tailcall.exp: Likewise.
8898 * gdb.btrace/tsx.exp: Likewise.
8899 * gdb.btrace/unknown_functions.exp: Likewise.
8900 * gdb.btrace/vdso.exp: Likewise.
8901
8902 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8903
8904 * gdb.btrace/enable-running.c: New.
8905 * gdb.btrace/enable-running.exp: New.
8906
8907 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8908
8909 * gdb.arch/amd64-gs_base.c: New file.
8910 * gdb.arch/amd64-gs_base.exp: New file.
8911
8912 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8913
8914 * lib/memory.exp: Remove spurious empty newlines.
8915
8916 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8917
8918 * gdb.python/py-bad-printers.exp: Load python file using "source".
8919 * gdb.python/py-events.exp: Likewise.
8920 * gdb.python/py-evsignal.exp: Likewise.
8921 * gdb.python/py-evthreads.exp: Likewise.
8922 * gdb.python/py-frame-args.exp: Likewise.
8923 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8924 * gdb.python/py-framefilter-mi.exp: Likewise.
8925 * gdb.python/py-framefilter.exp: Likewise.
8926 * gdb.python/py-mi.exp: Likewise.
8927 * gdb.python/py-pp-maint.exp: Likewise.
8928 * gdb.python/py-pp-registration.exp: Likewise.
8929 * gdb.python/py-prettyprint.exp: Likewise.
8930 (run_lang_tests): Likewise.
8931 * gdb.python/py-typeprint.exp: Likewise.
8932
8933 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8934
8935 * lib/memory.exp: New file.
8936 * lib/gdb.exp: Load memory.exp.
8937 * gdb.base/memattr.exp (delete_memory): Move proc to
8938 lib/memory.exp and rename to delete_memory_regions.
8939 Replace delete_memory with delete_memory_regions.
8940 Cleanup memory regions before tests.
8941 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
8942 before tests.
8943
8944 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8945
8946 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
8947 files.
8948 (initialize): New function conditionally defined.
8949 (testcases): Move within conditional block.
8950 (main): Call initialize.
8951 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
8952 of gdb.reverse/insn-reverse.c.
8953 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
8954 gdb.reverse/insn-reverse.c.
8955
8956 2017-01-26 Yao Qi <yao.qi@linaro.org>
8957
8958 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
8959 disassemble on address 0.
8960
8961 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
8962 Yao Qi <yao.qi@linaro.org>
8963
8964 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
8965 * gdb.dwarf2/implptr-64bit.S: Remove.
8966 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
8967 variables in caller's context. Add DW_OP_implicit_value.
8968
8969 2017-01-25 Yao Qi <yao.qi@linaro.org>
8970
8971 * lib/dwarf.exp (Dwarf::_location): Handle
8972 DW_OP_GNU_implicit_pointer with proper size.
8973
8974 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8975
8976 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
8977 and add untested calls.
8978
8979 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8980
8981 * gdb.python/python.exp: Check line number against what GDB thinks
8982 the line number is for func1.
8983
8984 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
8985
8986 * gdb.dlang/debug-expr.exp: New file.
8987
8988 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
8989
8990 Fix test names for the following files:
8991
8992 * gdb.ada/exec_changed.exp
8993 * gdb.ada/info_types.exp
8994 * gdb.arch/aarch64-atomic-inst.exp
8995 * gdb.arch/aarch64-fp.exp
8996 * gdb.arch/altivec-abi.exp
8997 * gdb.arch/altivec-regs.exp
8998 * gdb.arch/amd64-byte.exp
8999 * gdb.arch/amd64-disp-step.exp
9000 * gdb.arch/amd64-dword.exp
9001 * gdb.arch/amd64-entry-value-inline.exp
9002 * gdb.arch/amd64-entry-value-param.exp
9003 * gdb.arch/amd64-entry-value-paramref.exp
9004 * gdb.arch/amd64-entry-value.exp
9005 * gdb.arch/amd64-i386-address.exp
9006 * gdb.arch/amd64-invalid-stack-middle.exp
9007 * gdb.arch/amd64-invalid-stack-top.exp
9008 * gdb.arch/amd64-optimout-repeat.exp
9009 * gdb.arch/amd64-prologue-skip.exp
9010 * gdb.arch/amd64-prologue-xmm.exp
9011 * gdb.arch/amd64-stap-special-operands.exp
9012 * gdb.arch/amd64-stap-wrong-subexp.exp
9013 * gdb.arch/amd64-tailcall-cxx.exp
9014 * gdb.arch/amd64-tailcall-noret.exp
9015 * gdb.arch/amd64-tailcall-ret.exp
9016 * gdb.arch/amd64-tailcall-self.exp
9017 * gdb.arch/amd64-word.exp
9018 * gdb.arch/arm-bl-branch-dest.exp
9019 * gdb.arch/arm-disp-step.exp
9020 * gdb.arch/arm-neon.exp
9021 * gdb.arch/arm-single-step-kernel-helper.exp
9022 * gdb.arch/avr-flash-qualifier.exp
9023 * gdb.arch/disp-step-insn-reloc.exp
9024 * gdb.arch/e500-abi.exp
9025 * gdb.arch/e500-regs.exp
9026 * gdb.arch/ftrace-insn-reloc.exp
9027 * gdb.arch/i386-avx512.exp
9028 * gdb.arch/i386-bp_permanent.exp
9029 * gdb.arch/i386-byte.exp
9030 * gdb.arch/i386-cfi-notcurrent.exp
9031 * gdb.arch/i386-disp-step.exp
9032 * gdb.arch/i386-dr3-watch.exp
9033 * gdb.arch/i386-float.exp
9034 * gdb.arch/i386-gnu-cfi.exp
9035 * gdb.arch/i386-mpx-map.exp
9036 * gdb.arch/i386-mpx-sigsegv.exp
9037 * gdb.arch/i386-mpx-simple_segv.exp
9038 * gdb.arch/i386-mpx.exp
9039 * gdb.arch/i386-permbkpt.exp
9040 * gdb.arch/i386-prologue.exp
9041 * gdb.arch/i386-signal.exp
9042 * gdb.arch/i386-size-overlap.exp
9043 * gdb.arch/i386-unwind.exp
9044 * gdb.arch/i386-word.exp
9045 * gdb.arch/mips-fcr.exp
9046 * gdb.arch/powerpc-d128-regs.exp
9047 * gdb.arch/powerpc-stackless.exp
9048 * gdb.arch/ppc64-atomic-inst.exp
9049 * gdb.arch/s390-stackless.exp
9050 * gdb.arch/s390-tdbregs.exp
9051 * gdb.arch/s390-vregs.exp
9052 * gdb.arch/sparc-sysstep.exp
9053 * gdb.arch/thumb-bx-pc.exp
9054 * gdb.arch/thumb-singlestep.exp
9055 * gdb.arch/thumb2-it.exp
9056 * gdb.arch/vsx-regs.exp
9057 * gdb.asm/asm-source.exp
9058 * gdb.base/a2-run.exp
9059 * gdb.base/advance.exp
9060 * gdb.base/all-bin.exp
9061 * gdb.base/anon.exp
9062 * gdb.base/args.exp
9063 * gdb.base/arithmet.exp
9064 * gdb.base/async-shell.exp
9065 * gdb.base/async.exp
9066 * gdb.base/attach-pie-noexec.exp
9067 * gdb.base/attach-twice.exp
9068 * gdb.base/auto-load.exp
9069 * gdb.base/bang.exp
9070 * gdb.base/bitfields.exp
9071 * gdb.base/break-always.exp
9072 * gdb.base/break-caller-line.exp
9073 * gdb.base/break-entry.exp
9074 * gdb.base/break-inline.exp
9075 * gdb.base/break-on-linker-gcd-function.exp
9076 * gdb.base/break-probes.exp
9077 * gdb.base/break.exp
9078 * gdb.base/breakpoint-shadow.exp
9079 * gdb.base/call-ar-st.exp
9080 * gdb.base/call-sc.exp
9081 * gdb.base/call-signal-resume.exp
9082 * gdb.base/call-strs.exp
9083 * gdb.base/callfuncs.exp
9084 * gdb.base/catch-fork-static.exp
9085 * gdb.base/catch-gdb-caused-signals.exp
9086 * gdb.base/catch-load.exp
9087 * gdb.base/catch-signal-fork.exp
9088 * gdb.base/catch-signal.exp
9089 * gdb.base/catch-syscall.exp
9090 * gdb.base/charset.exp
9091 * gdb.base/checkpoint.exp
9092 * gdb.base/chng-syms.exp
9093 * gdb.base/code-expr.exp
9094 * gdb.base/code_elim.exp
9095 * gdb.base/commands.exp
9096 * gdb.base/completion.exp
9097 * gdb.base/complex.exp
9098 * gdb.base/cond-expr.exp
9099 * gdb.base/condbreak.exp
9100 * gdb.base/consecutive.exp
9101 * gdb.base/continue-all-already-running.exp
9102 * gdb.base/coredump-filter.exp
9103 * gdb.base/corefile.exp
9104 * gdb.base/dbx.exp
9105 * gdb.base/debug-expr.exp
9106 * gdb.base/define.exp
9107 * gdb.base/del.exp
9108 * gdb.base/disabled-location.exp
9109 * gdb.base/disasm-end-cu.exp
9110 * gdb.base/disasm-optim.exp
9111 * gdb.base/display.exp
9112 * gdb.base/duplicate-bp.exp
9113 * gdb.base/ena-dis-br.exp
9114 * gdb.base/ending-run.exp
9115 * gdb.base/enumval.exp
9116 * gdb.base/environ.exp
9117 * gdb.base/eu-strip-infcall.exp
9118 * gdb.base/eval-avoid-side-effects.exp
9119 * gdb.base/eval-skip.exp
9120 * gdb.base/exitsignal.exp
9121 * gdb.base/expand-psymtabs.exp
9122 * gdb.base/filesym.exp
9123 * gdb.base/find-unmapped.exp
9124 * gdb.base/finish.exp
9125 * gdb.base/float.exp
9126 * gdb.base/foll-exec-mode.exp
9127 * gdb.base/foll-exec.exp
9128 * gdb.base/foll-fork.exp
9129 * gdb.base/fortran-sym-case.exp
9130 * gdb.base/freebpcmd.exp
9131 * gdb.base/func-ptr.exp
9132 * gdb.base/func-ptrs.exp
9133 * gdb.base/funcargs.exp
9134 * gdb.base/gcore-buffer-overflow.exp
9135 * gdb.base/gcore-relro-pie.exp
9136 * gdb.base/gcore-relro.exp
9137 * gdb.base/gcore.exp
9138 * gdb.base/gdb1090.exp
9139 * gdb.base/gdb11530.exp
9140 * gdb.base/gdb11531.exp
9141 * gdb.base/gdb1821.exp
9142 * gdb.base/gdbindex-stabs.exp
9143 * gdb.base/gdbvars.exp
9144 * gdb.base/hbreak.exp
9145 * gdb.base/hbreak2.exp
9146 * gdb.base/included.exp
9147 * gdb.base/infcall-input.exp
9148 * gdb.base/inferior-died.exp
9149 * gdb.base/infnan.exp
9150 * gdb.base/info-macros.exp
9151 * gdb.base/info-os.exp
9152 * gdb.base/info-proc.exp
9153 * gdb.base/info-shared.exp
9154 * gdb.base/info-target.exp
9155 * gdb.base/infoline.exp
9156 * gdb.base/interp.exp
9157 * gdb.base/interrupt.exp
9158 * gdb.base/jit-reader.exp
9159 * gdb.base/jit-simple.exp
9160 * gdb.base/kill-after-signal.exp
9161 * gdb.base/kill-detach-inferiors-cmd.exp
9162 * gdb.base/label.exp
9163 * gdb.base/langs.exp
9164 * gdb.base/ldbl_e308.exp
9165 * gdb.base/line-symtabs.exp
9166 * gdb.base/linespecs.exp
9167 * gdb.base/list.exp
9168 * gdb.base/long_long.exp
9169 * gdb.base/longest-types.exp
9170 * gdb.base/maint.exp
9171 * gdb.base/max-value-size.exp
9172 * gdb.base/memattr.exp
9173 * gdb.base/mips_pro.exp
9174 * gdb.base/morestack.exp
9175 * gdb.base/moribund-step.exp
9176 * gdb.base/multi-forks.exp
9177 * gdb.base/nested-addr.exp
9178 * gdb.base/nextoverexit.exp
9179 * gdb.base/noreturn-finish.exp
9180 * gdb.base/noreturn-return.exp
9181 * gdb.base/nostdlib.exp
9182 * gdb.base/offsets.exp
9183 * gdb.base/opaque.exp
9184 * gdb.base/pc-fp.exp
9185 * gdb.base/permissions.exp
9186 * gdb.base/print-symbol-loading.exp
9187 * gdb.base/prologue-include.exp
9188 * gdb.base/psymtab.exp
9189 * gdb.base/ptype.exp
9190 * gdb.base/random-signal.exp
9191 * gdb.base/randomize.exp
9192 * gdb.base/range-stepping.exp
9193 * gdb.base/readline-ask.exp
9194 * gdb.base/recpar.exp
9195 * gdb.base/recurse.exp
9196 * gdb.base/relational.exp
9197 * gdb.base/restore.exp
9198 * gdb.base/return-nodebug.exp
9199 * gdb.base/return.exp
9200 * gdb.base/run-after-attach.exp
9201 * gdb.base/save-bp.exp
9202 * gdb.base/scope.exp
9203 * gdb.base/sect-cmd.exp
9204 * gdb.base/set-lang-auto.exp
9205 * gdb.base/set-noassign.exp
9206 * gdb.base/setvar.exp
9207 * gdb.base/sigall.exp
9208 * gdb.base/sigbpt.exp
9209 * gdb.base/siginfo-addr.exp
9210 * gdb.base/siginfo-infcall.exp
9211 * gdb.base/siginfo-obj.exp
9212 * gdb.base/siginfo.exp
9213 * gdb.base/signals-state-child.exp
9214 * gdb.base/signest.exp
9215 * gdb.base/sigstep.exp
9216 * gdb.base/sizeof.exp
9217 * gdb.base/skip.exp
9218 * gdb.base/solib-corrupted.exp
9219 * gdb.base/solib-nodir.exp
9220 * gdb.base/solib-search.exp
9221 * gdb.base/stack-checking.exp
9222 * gdb.base/stale-infcall.exp
9223 * gdb.base/stap-probe.exp
9224 * gdb.base/start.exp
9225 * gdb.base/step-break.exp
9226 * gdb.base/step-bt.exp
9227 * gdb.base/step-line.exp
9228 * gdb.base/step-over-exit.exp
9229 * gdb.base/step-over-syscall.exp
9230 * gdb.base/step-resume-infcall.exp
9231 * gdb.base/step-test.exp
9232 * gdb.base/store.exp
9233 * gdb.base/structs3.exp
9234 * gdb.base/sym-file.exp
9235 * gdb.base/symbol-without-target_section.exp
9236 * gdb.base/term.exp
9237 * gdb.base/testenv.exp
9238 * gdb.base/ui-redirect.exp
9239 * gdb.base/until.exp
9240 * gdb.base/unwindonsignal.exp
9241 * gdb.base/value-double-free.exp
9242 * gdb.base/vla-datatypes.exp
9243 * gdb.base/vla-ptr.exp
9244 * gdb.base/vla-sideeffect.exp
9245 * gdb.base/volatile.exp
9246 * gdb.base/watch-cond-infcall.exp
9247 * gdb.base/watch-cond.exp
9248 * gdb.base/watch-non-mem.exp
9249 * gdb.base/watch-read.exp
9250 * gdb.base/watch-vfork.exp
9251 * gdb.base/watchpoint-cond-gone.exp
9252 * gdb.base/watchpoint-delete.exp
9253 * gdb.base/watchpoint-hw-hit-once.exp
9254 * gdb.base/watchpoint-hw.exp
9255 * gdb.base/watchpoint-stops-at-right-insn.exp
9256 * gdb.base/watchpoints.exp
9257 * gdb.base/wchar.exp
9258 * gdb.base/whatis-exp.exp
9259 * gdb.btrace/buffer-size.exp
9260 * gdb.btrace/data.exp
9261 * gdb.btrace/delta.exp
9262 * gdb.btrace/dlopen.exp
9263 * gdb.btrace/enable.exp
9264 * gdb.btrace/exception.exp
9265 * gdb.btrace/function_call_history.exp
9266 * gdb.btrace/gcore.exp
9267 * gdb.btrace/instruction_history.exp
9268 * gdb.btrace/nohist.exp
9269 * gdb.btrace/reconnect.exp
9270 * gdb.btrace/record_goto-step.exp
9271 * gdb.btrace/record_goto.exp
9272 * gdb.btrace/rn-dl-bind.exp
9273 * gdb.btrace/segv.exp
9274 * gdb.btrace/step.exp
9275 * gdb.btrace/stepi.exp
9276 * gdb.btrace/tailcall-only.exp
9277 * gdb.btrace/tailcall.exp
9278 * gdb.btrace/tsx.exp
9279 * gdb.btrace/unknown_functions.exp
9280 * gdb.btrace/vdso.exp
9281 * gdb.compile/compile-ifunc.exp
9282 * gdb.compile/compile-ops.exp
9283 * gdb.compile/compile-print.exp
9284 * gdb.compile/compile-setjmp.exp
9285 * gdb.cp/abstract-origin.exp
9286 * gdb.cp/ambiguous.exp
9287 * gdb.cp/annota2.exp
9288 * gdb.cp/annota3.exp
9289 * gdb.cp/anon-ns.exp
9290 * gdb.cp/anon-struct.exp
9291 * gdb.cp/anon-union.exp
9292 * gdb.cp/arg-reference.exp
9293 * gdb.cp/baseenum.exp
9294 * gdb.cp/bool.exp
9295 * gdb.cp/breakpoint.exp
9296 * gdb.cp/bs15503.exp
9297 * gdb.cp/call-c.exp
9298 * gdb.cp/casts.exp
9299 * gdb.cp/chained-calls.exp
9300 * gdb.cp/class2.exp
9301 * gdb.cp/classes.exp
9302 * gdb.cp/cmpd-minsyms.exp
9303 * gdb.cp/converts.exp
9304 * gdb.cp/cp-relocate.exp
9305 * gdb.cp/cpcompletion.exp
9306 * gdb.cp/cpexprs.exp
9307 * gdb.cp/cplabel.exp
9308 * gdb.cp/cplusfuncs.exp
9309 * gdb.cp/cpsizeof.exp
9310 * gdb.cp/ctti.exp
9311 * gdb.cp/derivation.exp
9312 * gdb.cp/destrprint.exp
9313 * gdb.cp/dispcxx.exp
9314 * gdb.cp/enum-class.exp
9315 * gdb.cp/exception.exp
9316 * gdb.cp/exceptprint.exp
9317 * gdb.cp/expand-psymtabs-cxx.exp
9318 * gdb.cp/expand-sals.exp
9319 * gdb.cp/extern-c.exp
9320 * gdb.cp/filename.exp
9321 * gdb.cp/formatted-ref.exp
9322 * gdb.cp/fpointer.exp
9323 * gdb.cp/gdb1355.exp
9324 * gdb.cp/gdb2495.exp
9325 * gdb.cp/hang.exp
9326 * gdb.cp/impl-this.exp
9327 * gdb.cp/infcall-dlopen.exp
9328 * gdb.cp/inherit.exp
9329 * gdb.cp/iostream.exp
9330 * gdb.cp/koenig.exp
9331 * gdb.cp/local.exp
9332 * gdb.cp/m-data.exp
9333 * gdb.cp/m-static.exp
9334 * gdb.cp/mb-ctor.exp
9335 * gdb.cp/mb-inline.exp
9336 * gdb.cp/mb-templates.exp
9337 * gdb.cp/member-name.exp
9338 * gdb.cp/member-ptr.exp
9339 * gdb.cp/meth-typedefs.exp
9340 * gdb.cp/method.exp
9341 * gdb.cp/method2.exp
9342 * gdb.cp/minsym-fallback.exp
9343 * gdb.cp/misc.exp
9344 * gdb.cp/namelessclass.exp
9345 * gdb.cp/namespace-enum.exp
9346 * gdb.cp/namespace-nested-import.exp
9347 * gdb.cp/namespace.exp
9348 * gdb.cp/nextoverthrow.exp
9349 * gdb.cp/no-dmgl-verbose.exp
9350 * gdb.cp/non-trivial-retval.exp
9351 * gdb.cp/noparam.exp
9352 * gdb.cp/nsdecl.exp
9353 * gdb.cp/nsimport.exp
9354 * gdb.cp/nsnested.exp
9355 * gdb.cp/nsnoimports.exp
9356 * gdb.cp/nsrecurs.exp
9357 * gdb.cp/nsstress.exp
9358 * gdb.cp/nsusing.exp
9359 * gdb.cp/operator.exp
9360 * gdb.cp/oranking.exp
9361 * gdb.cp/overload-const.exp
9362 * gdb.cp/overload.exp
9363 * gdb.cp/ovldbreak.exp
9364 * gdb.cp/ovsrch.exp
9365 * gdb.cp/paren-type.exp
9366 * gdb.cp/parse-lang.exp
9367 * gdb.cp/pass-by-ref.exp
9368 * gdb.cp/pr-1023.exp
9369 * gdb.cp/pr-1210.exp
9370 * gdb.cp/pr-574.exp
9371 * gdb.cp/pr10687.exp
9372 * gdb.cp/pr12028.exp
9373 * gdb.cp/pr17132.exp
9374 * gdb.cp/pr17494.exp
9375 * gdb.cp/pr9067.exp
9376 * gdb.cp/pr9167.exp
9377 * gdb.cp/pr9631.exp
9378 * gdb.cp/printmethod.exp
9379 * gdb.cp/psmang.exp
9380 * gdb.cp/psymtab-parameter.exp
9381 * gdb.cp/ptype-cv-cp.exp
9382 * gdb.cp/ptype-flags.exp
9383 * gdb.cp/re-set-overloaded.exp
9384 * gdb.cp/ref-types.exp
9385 * gdb.cp/rtti.exp
9386 * gdb.cp/scope-err.exp
9387 * gdb.cp/shadow.exp
9388 * gdb.cp/smartp.exp
9389 * gdb.cp/static-method.exp
9390 * gdb.cp/static-print-quit.exp
9391 * gdb.cp/temargs.exp
9392 * gdb.cp/templates.exp
9393 * gdb.cp/try_catch.exp
9394 * gdb.cp/typedef-operator.exp
9395 * gdb.cp/typeid.exp
9396 * gdb.cp/userdef.exp
9397 * gdb.cp/using-crash.exp
9398 * gdb.cp/var-tag.exp
9399 * gdb.cp/virtbase.exp
9400 * gdb.cp/virtfunc.exp
9401 * gdb.cp/virtfunc2.exp
9402 * gdb.cp/vla-cxx.exp
9403 * gdb.disasm/t01_mov.exp
9404 * gdb.disasm/t02_mova.exp
9405 * gdb.disasm/t03_add.exp
9406 * gdb.disasm/t04_sub.exp
9407 * gdb.disasm/t05_cmp.exp
9408 * gdb.disasm/t06_ari2.exp
9409 * gdb.disasm/t07_ari3.exp
9410 * gdb.disasm/t08_or.exp
9411 * gdb.disasm/t09_xor.exp
9412 * gdb.disasm/t10_and.exp
9413 * gdb.disasm/t11_logs.exp
9414 * gdb.disasm/t12_bit.exp
9415 * gdb.disasm/t13_otr.exp
9416 * gdb.dlang/circular.exp
9417 * gdb.dwarf2/arr-stride.exp
9418 * gdb.dwarf2/arr-subrange.exp
9419 * gdb.dwarf2/atomic-type.exp
9420 * gdb.dwarf2/bad-regnum.exp
9421 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9422 * gdb.dwarf2/callframecfa.exp
9423 * gdb.dwarf2/clztest.exp
9424 * gdb.dwarf2/corrupt.exp
9425 * gdb.dwarf2/data-loc.exp
9426 * gdb.dwarf2/dup-psym.exp
9427 * gdb.dwarf2/dw2-anon-mptr.exp
9428 * gdb.dwarf2/dw2-anonymous-func.exp
9429 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9430 * gdb.dwarf2/dw2-bad-unresolved.exp
9431 * gdb.dwarf2/dw2-basic.exp
9432 * gdb.dwarf2/dw2-canonicalize-type.exp
9433 * gdb.dwarf2/dw2-case-insensitive.exp
9434 * gdb.dwarf2/dw2-common-block.exp
9435 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9436 * gdb.dwarf2/dw2-compressed.exp
9437 * gdb.dwarf2/dw2-const.exp
9438 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9439 * gdb.dwarf2/dw2-cu-size.exp
9440 * gdb.dwarf2/dw2-dup-frame.exp
9441 * gdb.dwarf2/dw2-entry-value.exp
9442 * gdb.dwarf2/dw2-icycle.exp
9443 * gdb.dwarf2/dw2-ifort-parameter.exp
9444 * gdb.dwarf2/dw2-inline-break.exp
9445 * gdb.dwarf2/dw2-inline-param.exp
9446 * gdb.dwarf2/dw2-intercu.exp
9447 * gdb.dwarf2/dw2-intermix.exp
9448 * gdb.dwarf2/dw2-lexical-block-bare.exp
9449 * gdb.dwarf2/dw2-linkage-name-trust.exp
9450 * gdb.dwarf2/dw2-minsym-in-cu.exp
9451 * gdb.dwarf2/dw2-noloc.exp
9452 * gdb.dwarf2/dw2-op-call.exp
9453 * gdb.dwarf2/dw2-op-out-param.exp
9454 * gdb.dwarf2/dw2-opt-structptr.exp
9455 * gdb.dwarf2/dw2-param-error.exp
9456 * gdb.dwarf2/dw2-producer.exp
9457 * gdb.dwarf2/dw2-ranges-base.exp
9458 * gdb.dwarf2/dw2-ref-missing-frame.exp
9459 * gdb.dwarf2/dw2-reg-undefined.exp
9460 * gdb.dwarf2/dw2-regno-invalid.exp
9461 * gdb.dwarf2/dw2-restore.exp
9462 * gdb.dwarf2/dw2-restrict.exp
9463 * gdb.dwarf2/dw2-single-line-discriminators.exp
9464 * gdb.dwarf2/dw2-strp.exp
9465 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9466 * gdb.dwarf2/dw2-unresolved.exp
9467 * gdb.dwarf2/dw2-var-zero-addr.exp
9468 * gdb.dwarf2/dw4-sig-types.exp
9469 * gdb.dwarf2/dwz.exp
9470 * gdb.dwarf2/dynarr-ptr.exp
9471 * gdb.dwarf2/enum-type.exp
9472 * gdb.dwarf2/gdb-index.exp
9473 * gdb.dwarf2/implptr-64bit.exp
9474 * gdb.dwarf2/implptr-optimized-out.exp
9475 * gdb.dwarf2/implptr.exp
9476 * gdb.dwarf2/implref-array.exp
9477 * gdb.dwarf2/implref-const.exp
9478 * gdb.dwarf2/implref-global.exp
9479 * gdb.dwarf2/implref-struct.exp
9480 * gdb.dwarf2/mac-fileno.exp
9481 * gdb.dwarf2/main-subprogram.exp
9482 * gdb.dwarf2/member-ptr-forwardref.exp
9483 * gdb.dwarf2/method-ptr.exp
9484 * gdb.dwarf2/missing-sig-type.exp
9485 * gdb.dwarf2/nonvar-access.exp
9486 * gdb.dwarf2/opaque-type-lookup.exp
9487 * gdb.dwarf2/pieces-optimized-out.exp
9488 * gdb.dwarf2/pieces.exp
9489 * gdb.dwarf2/pr10770.exp
9490 * gdb.dwarf2/pr13961.exp
9491 * gdb.dwarf2/staticvirtual.exp
9492 * gdb.dwarf2/subrange.exp
9493 * gdb.dwarf2/symtab-producer.exp
9494 * gdb.dwarf2/trace-crash.exp
9495 * gdb.dwarf2/typeddwarf.exp
9496 * gdb.dwarf2/valop.exp
9497 * gdb.dwarf2/watch-notconst.exp
9498 * gdb.fortran/array-element.exp
9499 * gdb.fortran/charset.exp
9500 * gdb.fortran/common-block.exp
9501 * gdb.fortran/complex.exp
9502 * gdb.fortran/derived-type-function.exp
9503 * gdb.fortran/derived-type.exp
9504 * gdb.fortran/logical.exp
9505 * gdb.fortran/module.exp
9506 * gdb.fortran/multi-dim.exp
9507 * gdb.fortran/nested-funcs.exp
9508 * gdb.fortran/print-formatted.exp
9509 * gdb.fortran/subarray.exp
9510 * gdb.fortran/vla-alloc-assoc.exp
9511 * gdb.fortran/vla-datatypes.exp
9512 * gdb.fortran/vla-history.exp
9513 * gdb.fortran/vla-ptr-info.exp
9514 * gdb.fortran/vla-ptype-sub.exp
9515 * gdb.fortran/vla-ptype.exp
9516 * gdb.fortran/vla-sizeof.exp
9517 * gdb.fortran/vla-type.exp
9518 * gdb.fortran/vla-value-sub-arbitrary.exp
9519 * gdb.fortran/vla-value-sub-finish.exp
9520 * gdb.fortran/vla-value-sub.exp
9521 * gdb.fortran/vla-value.exp
9522 * gdb.fortran/whatis_type.exp
9523 * gdb.go/chan.exp
9524 * gdb.go/handcall.exp
9525 * gdb.go/hello.exp
9526 * gdb.go/integers.exp
9527 * gdb.go/methods.exp
9528 * gdb.go/package.exp
9529 * gdb.go/strings.exp
9530 * gdb.go/types.exp
9531 * gdb.go/unsafe.exp
9532 * gdb.guile/scm-arch.exp
9533 * gdb.guile/scm-block.exp
9534 * gdb.guile/scm-breakpoint.exp
9535 * gdb.guile/scm-cmd.exp
9536 * gdb.guile/scm-disasm.exp
9537 * gdb.guile/scm-equal.exp
9538 * gdb.guile/scm-frame-args.exp
9539 * gdb.guile/scm-frame-inline.exp
9540 * gdb.guile/scm-frame.exp
9541 * gdb.guile/scm-iterator.exp
9542 * gdb.guile/scm-math.exp
9543 * gdb.guile/scm-objfile.exp
9544 * gdb.guile/scm-ports.exp
9545 * gdb.guile/scm-symbol.exp
9546 * gdb.guile/scm-symtab.exp
9547 * gdb.guile/scm-value-cc.exp
9548 * gdb.guile/types-module.exp
9549 * gdb.linespec/break-ask.exp
9550 * gdb.linespec/cpexplicit.exp
9551 * gdb.linespec/explicit.exp
9552 * gdb.linespec/keywords.exp
9553 * gdb.linespec/linespec.exp
9554 * gdb.linespec/ls-dollar.exp
9555 * gdb.linespec/ls-errs.exp
9556 * gdb.linespec/skip-two.exp
9557 * gdb.linespec/thread.exp
9558 * gdb.mi/mi-async.exp
9559 * gdb.mi/mi-basics.exp
9560 * gdb.mi/mi-break.exp
9561 * gdb.mi/mi-catch-load.exp
9562 * gdb.mi/mi-cli.exp
9563 * gdb.mi/mi-cmd-param-changed.exp
9564 * gdb.mi/mi-console.exp
9565 * gdb.mi/mi-detach.exp
9566 * gdb.mi/mi-disassemble.exp
9567 * gdb.mi/mi-eval.exp
9568 * gdb.mi/mi-file-transfer.exp
9569 * gdb.mi/mi-file.exp
9570 * gdb.mi/mi-fill-memory.exp
9571 * gdb.mi/mi-inheritance-syntax-error.exp
9572 * gdb.mi/mi-linespec-err-cp.exp
9573 * gdb.mi/mi-logging.exp
9574 * gdb.mi/mi-memory-changed.exp
9575 * gdb.mi/mi-read-memory.exp
9576 * gdb.mi/mi-record-changed.exp
9577 * gdb.mi/mi-reg-undefined.exp
9578 * gdb.mi/mi-regs.exp
9579 * gdb.mi/mi-return.exp
9580 * gdb.mi/mi-reverse.exp
9581 * gdb.mi/mi-simplerun.exp
9582 * gdb.mi/mi-solib.exp
9583 * gdb.mi/mi-stack.exp
9584 * gdb.mi/mi-stepi.exp
9585 * gdb.mi/mi-syn-frame.exp
9586 * gdb.mi/mi-until.exp
9587 * gdb.mi/mi-var-block.exp
9588 * gdb.mi/mi-var-child.exp
9589 * gdb.mi/mi-var-cmd.exp
9590 * gdb.mi/mi-var-cp.exp
9591 * gdb.mi/mi-var-display.exp
9592 * gdb.mi/mi-var-invalidate.exp
9593 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9594 * gdb.mi/mi-vla-fortran.exp
9595 * gdb.mi/mi-watch.exp
9596 * gdb.mi/mi2-var-child.exp
9597 * gdb.mi/user-selected-context-sync.exp
9598 * gdb.modula2/unbounded-array.exp
9599 * gdb.multi/dummy-frame-restore.exp
9600 * gdb.multi/multi-arch-exec.exp
9601 * gdb.multi/multi-arch.exp
9602 * gdb.multi/tids.exp
9603 * gdb.multi/watchpoint-multi.exp
9604 * gdb.opencl/callfuncs.exp
9605 * gdb.opencl/convs_casts.exp
9606 * gdb.opencl/datatypes.exp
9607 * gdb.opencl/operators.exp
9608 * gdb.opencl/vec_comps.exp
9609 * gdb.opt/clobbered-registers-O2.exp
9610 * gdb.opt/inline-break.exp
9611 * gdb.opt/inline-bt.exp
9612 * gdb.opt/inline-cmds.exp
9613 * gdb.opt/inline-locals.exp
9614 * gdb.pascal/case-insensitive-symbols.exp
9615 * gdb.pascal/floats.exp
9616 * gdb.pascal/gdb11492.exp
9617 * gdb.python/lib-types.exp
9618 * gdb.python/py-arch.exp
9619 * gdb.python/py-as-string.exp
9620 * gdb.python/py-bad-printers.exp
9621 * gdb.python/py-block.exp
9622 * gdb.python/py-breakpoint-create-fail.exp
9623 * gdb.python/py-breakpoint.exp
9624 * gdb.python/py-caller-is.exp
9625 * gdb.python/py-cmd.exp
9626 * gdb.python/py-explore-cc.exp
9627 * gdb.python/py-explore.exp
9628 * gdb.python/py-finish-breakpoint.exp
9629 * gdb.python/py-finish-breakpoint2.exp
9630 * gdb.python/py-frame-args.exp
9631 * gdb.python/py-frame-inline.exp
9632 * gdb.python/py-frame.exp
9633 * gdb.python/py-framefilter-mi.exp
9634 * gdb.python/py-infthread.exp
9635 * gdb.python/py-lazy-string.exp
9636 * gdb.python/py-linetable.exp
9637 * gdb.python/py-mi-events.exp
9638 * gdb.python/py-mi-objfile.exp
9639 * gdb.python/py-mi.exp
9640 * gdb.python/py-objfile.exp
9641 * gdb.python/py-pp-integral.exp
9642 * gdb.python/py-pp-maint.exp
9643 * gdb.python/py-pp-re-notag.exp
9644 * gdb.python/py-pp-registration.exp
9645 * gdb.python/py-recurse-unwind.exp
9646 * gdb.python/py-strfns.exp
9647 * gdb.python/py-symbol.exp
9648 * gdb.python/py-symtab.exp
9649 * gdb.python/py-sync-interp.exp
9650 * gdb.python/py-typeprint.exp
9651 * gdb.python/py-unwind-maint.exp
9652 * gdb.python/py-unwind.exp
9653 * gdb.python/py-value-cc.exp
9654 * gdb.python/py-xmethods.exp
9655 * gdb.reverse/amd64-tailcall-reverse.exp
9656 * gdb.reverse/break-precsave.exp
9657 * gdb.reverse/break-reverse.exp
9658 * gdb.reverse/consecutive-precsave.exp
9659 * gdb.reverse/consecutive-reverse.exp
9660 * gdb.reverse/finish-precsave.exp
9661 * gdb.reverse/finish-reverse-bkpt.exp
9662 * gdb.reverse/finish-reverse.exp
9663 * gdb.reverse/fstatat-reverse.exp
9664 * gdb.reverse/getresuid-reverse.exp
9665 * gdb.reverse/i386-precsave.exp
9666 * gdb.reverse/i386-reverse.exp
9667 * gdb.reverse/i386-sse-reverse.exp
9668 * gdb.reverse/i387-env-reverse.exp
9669 * gdb.reverse/i387-stack-reverse.exp
9670 * gdb.reverse/insn-reverse.exp
9671 * gdb.reverse/machinestate-precsave.exp
9672 * gdb.reverse/machinestate.exp
9673 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9674 * gdb.reverse/pipe-reverse.exp
9675 * gdb.reverse/readv-reverse.exp
9676 * gdb.reverse/recvmsg-reverse.exp
9677 * gdb.reverse/rerun-prec.exp
9678 * gdb.reverse/s390-mvcle.exp
9679 * gdb.reverse/step-precsave.exp
9680 * gdb.reverse/step-reverse.exp
9681 * gdb.reverse/time-reverse.exp
9682 * gdb.reverse/until-precsave.exp
9683 * gdb.reverse/until-reverse.exp
9684 * gdb.reverse/waitpid-reverse.exp
9685 * gdb.reverse/watch-precsave.exp
9686 * gdb.reverse/watch-reverse.exp
9687 * gdb.rust/generics.exp
9688 * gdb.rust/methods.exp
9689 * gdb.rust/modules.exp
9690 * gdb.rust/simple.exp
9691 * gdb.server/connect-with-no-symbol-file.exp
9692 * gdb.server/ext-attach.exp
9693 * gdb.server/ext-restart.exp
9694 * gdb.server/ext-wrapper.exp
9695 * gdb.server/file-transfer.exp
9696 * gdb.server/server-exec-info.exp
9697 * gdb.server/server-kill.exp
9698 * gdb.server/server-mon.exp
9699 * gdb.server/wrapper.exp
9700 * gdb.stabs/exclfwd.exp
9701 * gdb.stabs/gdb11479.exp
9702 * gdb.threads/clone-new-thread-event.exp
9703 * gdb.threads/corethreads.exp
9704 * gdb.threads/current-lwp-dead.exp
9705 * gdb.threads/dlopen-libpthread.exp
9706 * gdb.threads/gcore-thread.exp
9707 * gdb.threads/sigstep-threads.exp
9708 * gdb.threads/watchpoint-fork.exp
9709 * gdb.trace/actions-changed.exp
9710 * gdb.trace/backtrace.exp
9711 * gdb.trace/change-loc.exp
9712 * gdb.trace/circ.exp
9713 * gdb.trace/collection.exp
9714 * gdb.trace/disconnected-tracing.exp
9715 * gdb.trace/ftrace.exp
9716 * gdb.trace/mi-trace-frame-collected.exp
9717 * gdb.trace/mi-trace-unavailable.exp
9718 * gdb.trace/mi-traceframe-changed.exp
9719 * gdb.trace/mi-tsv-changed.exp
9720 * gdb.trace/no-attach-trace.exp
9721 * gdb.trace/passc-dyn.exp
9722 * gdb.trace/qtro.exp
9723 * gdb.trace/range-stepping.exp
9724 * gdb.trace/read-memory.exp
9725 * gdb.trace/save-trace.exp
9726 * gdb.trace/signal.exp
9727 * gdb.trace/status-stop.exp
9728 * gdb.trace/tfile.exp
9729 * gdb.trace/trace-break.exp
9730 * gdb.trace/trace-buffer-size.exp
9731 * gdb.trace/trace-condition.exp
9732 * gdb.trace/tracefile-pseudo-reg.exp
9733 * gdb.trace/tstatus.exp
9734 * gdb.trace/unavailable.exp
9735 * gdb.trace/while-dyn.exp
9736 * gdb.trace/while-stepping.exp
9737
9738 2016-12-22 Doug Evans <xdje42@gmail.com>
9739
9740 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9741 and msymbols.
9742
9743 2016-12-19 Yao Qi <yao.qi@linaro.org>
9744
9745 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9746 (test_with_self): Don't call do_steps_and_nexts, and remove
9747 code about stepping into xmalloc.
9748
9749 2016-12-09 Yao Qi <yao.qi@linaro.org>
9750
9751 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9752
9753 2016-12-09 Yao Qi <yao.qi@linaro.org>
9754
9755 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9756
9757 2016-12-09 Pedro Alves <palves@redhat.com>
9758
9759 * gdb.base/all-architectures-0.exp: New file.
9760 * gdb.base/all-architectures-1.exp: New file.
9761 * gdb.base/all-architectures-2.exp: New file.
9762 * gdb.base/all-architectures-3.exp: New file.
9763 * gdb.base/all-architectures-4.exp: New file.
9764 * gdb.base/all-architectures-5.exp: New file.
9765 * gdb.base/all-architectures-6.exp: New file.
9766 * gdb.base/all-architectures-7.exp: New file.
9767 * gdb.base/all-architectures.exp.in: New file.
9768
9769 2016-12-09 Yao Qi <yao.qi@linaro.org>
9770
9771 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9772
9773 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9774
9775 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9776 possible.
9777 Remove useless pattern-matching code.
9778
9779 2016-12-02 Pedro Alves <palves@redhat.com>
9780
9781 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9782 procedure.
9783 (top level): Call it.
9784
9785 2016-12-02 Pedro Alves <palves@redhat.com>
9786
9787 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9788 New procedure.
9789 (top level): Call it.
9790
9791 2016-12-02 Pedro Alves <palves@redhat.com>
9792
9793 PR cli/20559
9794 * gdb.base/commands.exp (user_defined_command_args_eval): New
9795 procedure.
9796 (top level): Call it.
9797
9798 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9799
9800 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9801 timeout handling.
9802
9803 2016-12-02 Tom Tromey <tom@tromey.com>
9804
9805 * gdb.dwarf2/main-subprogram.c: New file.
9806 * gdb.dwarf2/main-subprogram.exp: New file.
9807
9808 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9809
9810 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9811 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9812 gdb_test_no_output for a couple of cases.
9813 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9814
9815 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9816
9817 Fix test names and standardize compilation error messages throughout
9818 the following files:
9819
9820 * gdb.ada/start.exp
9821 * gdb.arch/alpha-step.exp
9822 * gdb.arch/e500-prologue.exp
9823 * gdb.arch/ftrace-insn-reloc.exp
9824 * gdb.arch/gdb1291.exp
9825 * gdb.arch/gdb1431.exp
9826 * gdb.arch/gdb1558.exp
9827 * gdb.arch/i386-dr3-watch.exp
9828 * gdb.arch/i386-sse-stack-align.exp
9829 * gdb.arch/ia64-breakpoint-shadow.exp
9830 * gdb.arch/pa-nullify.exp
9831 * gdb.arch/powerpc-aix-prologue.exp
9832 * gdb.arch/thumb-bx-pc.exp
9833 * gdb.base/annota1.exp
9834 * gdb.base/annota3.exp
9835 * gdb.base/arrayidx.exp
9836 * gdb.base/assign.exp
9837 * gdb.base/attach.exp
9838 * gdb.base/auxv.exp
9839 * gdb.base/bang.exp
9840 * gdb.base/bfp-test.exp
9841 * gdb.base/bigcore.exp
9842 * gdb.base/bitfields2.exp
9843 * gdb.base/break-fun-addr.exp
9844 * gdb.base/break-probes.exp
9845 * gdb.base/call-rt-st.exp
9846 * gdb.base/callexit.exp
9847 * gdb.base/catch-fork-kill.exp
9848 * gdb.base/charset.exp
9849 * gdb.base/checkpoint.exp
9850 * gdb.base/comprdebug.exp
9851 * gdb.base/constvars.exp
9852 * gdb.base/coredump-filter.exp
9853 * gdb.base/cursal.exp
9854 * gdb.base/cvexpr.exp
9855 * gdb.base/detach.exp
9856 * gdb.base/display.exp
9857 * gdb.base/dmsym.exp
9858 * gdb.base/dprintf-pending.exp
9859 * gdb.base/dso2dso.exp
9860 * gdb.base/dtrace-probe.exp
9861 * gdb.base/dump.exp
9862 * gdb.base/enum_cond.exp
9863 * gdb.base/exe-lock.exp
9864 * gdb.base/exec-invalid-sysroot.exp
9865 * gdb.base/execl-update-breakpoints.exp
9866 * gdb.base/exprs.exp
9867 * gdb.base/fileio.exp
9868 * gdb.base/find.exp
9869 * gdb.base/finish.exp
9870 * gdb.base/fixsection.exp
9871 * gdb.base/foll-vfork.exp
9872 * gdb.base/frame-args.exp
9873 * gdb.base/gcore.exp
9874 * gdb.base/gdb1250.exp
9875 * gdb.base/global-var-nested-by-dso.exp
9876 * gdb.base/gnu-ifunc.exp
9877 * gdb.base/hashline1.exp
9878 * gdb.base/hashline2.exp
9879 * gdb.base/hashline3.exp
9880 * gdb.base/hbreak-in-shr-unsupported.exp
9881 * gdb.base/huge.exp
9882 * gdb.base/infcall-input.exp
9883 * gdb.base/info-fun.exp
9884 * gdb.base/info-shared.exp
9885 * gdb.base/jit-simple.exp
9886 * gdb.base/jit-so.exp
9887 * gdb.base/jit.exp
9888 * gdb.base/jump.exp
9889 * gdb.base/label.exp
9890 * gdb.base/lineinc.exp
9891 * gdb.base/logical.exp
9892 * gdb.base/longjmp.exp
9893 * gdb.base/macscp.exp
9894 * gdb.base/miscexprs.exp
9895 * gdb.base/new-ui-echo.exp
9896 * gdb.base/new-ui-pending-input.exp
9897 * gdb.base/new-ui.exp
9898 * gdb.base/nodebug.exp
9899 * gdb.base/nofield.exp
9900 * gdb.base/offsets.exp
9901 * gdb.base/overlays.exp
9902 * gdb.base/pending.exp
9903 * gdb.base/pointers.exp
9904 * gdb.base/pr11022.exp
9905 * gdb.base/printcmds.exp
9906 * gdb.base/prologue.exp
9907 * gdb.base/ptr-typedef.exp
9908 * gdb.base/realname-expand.exp
9909 * gdb.base/relativedebug.exp
9910 * gdb.base/relocate.exp
9911 * gdb.base/remote.exp
9912 * gdb.base/reread.exp
9913 * gdb.base/return2.exp
9914 * gdb.base/savedregs.exp
9915 * gdb.base/sep.exp
9916 * gdb.base/sepdebug.exp
9917 * gdb.base/sepsymtab.exp
9918 * gdb.base/set-inferior-tty.exp
9919 * gdb.base/setshow.exp
9920 * gdb.base/shlib-call.exp
9921 * gdb.base/sigaltstack.exp
9922 * gdb.base/siginfo-addr.exp
9923 * gdb.base/signals.exp
9924 * gdb.base/signull.exp
9925 * gdb.base/sigrepeat.exp
9926 * gdb.base/so-impl-ld.exp
9927 * gdb.base/solib-display.exp
9928 * gdb.base/solib-overlap.exp
9929 * gdb.base/solib-search.exp
9930 * gdb.base/solib-symbol.exp
9931 * gdb.base/structs.exp
9932 * gdb.base/structs2.exp
9933 * gdb.base/symtab-search-order.exp
9934 * gdb.base/twice.exp
9935 * gdb.base/unload.exp
9936 * gdb.base/varargs.exp
9937 * gdb.base/watchpoint-solib.exp
9938 * gdb.base/watchpoint.exp
9939 * gdb.base/whatis.exp
9940 * gdb.base/wrong_frame_bt_full.exp
9941 * gdb.btrace/dlopen.exp
9942 * gdb.cell/ea-standalone.exp
9943 * gdb.cell/ea-test.exp
9944 * gdb.cp/dispcxx.exp
9945 * gdb.cp/gdb2384.exp
9946 * gdb.cp/method2.exp
9947 * gdb.cp/nextoverthrow.exp
9948 * gdb.cp/pr10728.exp
9949 * gdb.disasm/am33.exp
9950 * gdb.disasm/h8300s.exp
9951 * gdb.disasm/mn10300.exp
9952 * gdb.disasm/sh3.exp
9953 * gdb.dwarf2/dw2-dir-file-name.exp
9954 * gdb.fortran/complex.exp
9955 * gdb.fortran/library-module.exp
9956 * gdb.guile/scm-pretty-print.exp
9957 * gdb.guile/scm-symbol.exp
9958 * gdb.guile/scm-type.exp
9959 * gdb.guile/scm-value.exp
9960 * gdb.linespec/linespec.exp
9961 * gdb.mi/gdb701.exp
9962 * gdb.mi/gdb792.exp
9963 * gdb.mi/mi-breakpoint-changed.exp
9964 * gdb.mi/mi-dprintf-pending.exp
9965 * gdb.mi/mi-dprintf.exp
9966 * gdb.mi/mi-exit-code.exp
9967 * gdb.mi/mi-pending.exp
9968 * gdb.mi/mi-solib.exp
9969 * gdb.mi/new-ui-mi-sync.exp
9970 * gdb.mi/pr11022.exp
9971 * gdb.mi/user-selected-context-sync.exp
9972 * gdb.opt/solib-intra-step.exp
9973 * gdb.python/py-events.exp
9974 * gdb.python/py-finish-breakpoint.exp
9975 * gdb.python/py-mi.exp
9976 * gdb.python/py-prettyprint.exp
9977 * gdb.python/py-shared.exp
9978 * gdb.python/py-symbol.exp
9979 * gdb.python/py-template.exp
9980 * gdb.python/py-type.exp
9981 * gdb.python/py-value.exp
9982 * gdb.reverse/solib-precsave.exp
9983 * gdb.reverse/solib-reverse.exp
9984 * gdb.server/solib-list.exp
9985 * gdb.stabs/weird.exp
9986 * gdb.threads/reconnect-signal.exp
9987 * gdb.threads/stepi-random-signal.exp
9988 * gdb.trace/actions.exp
9989 * gdb.trace/ax.exp
9990 * gdb.trace/backtrace.exp
9991 * gdb.trace/change-loc.exp
9992 * gdb.trace/deltrace.exp
9993 * gdb.trace/ftrace-lock.exp
9994 * gdb.trace/ftrace.exp
9995 * gdb.trace/infotrace.exp
9996 * gdb.trace/mi-tracepoint-changed.exp
9997 * gdb.trace/packetlen.exp
9998 * gdb.trace/passcount.exp
9999 * gdb.trace/pending.exp
10000 * gdb.trace/range-stepping.exp
10001 * gdb.trace/report.exp
10002 * gdb.trace/stap-trace.exp
10003 * gdb.trace/tfind.exp
10004 * gdb.trace/trace-break.exp
10005 * gdb.trace/trace-condition.exp
10006 * gdb.trace/trace-enable-disable.exp
10007 * gdb.trace/trace-mt.exp
10008 * gdb.trace/tracecmd.exp
10009 * gdb.trace/tspeed.exp
10010 * gdb.trace/tsv.exp
10011 * lib/perftest.exp
10012
10013 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10014
10015 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10016 with gdb_test_no_output.
10017 Use command as test name.
10018
10019 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10020
10021 Fix test names starting with uppercase throughout the files.
10022
10023 * gdb.ada/assign_1.exp
10024 * gdb.ada/boolean_expr.exp
10025 * gdb.base/arrayidx.exp
10026 * gdb.base/del.exp
10027 * gdb.base/gcore-buffer-overflow.exp
10028 * gdb.base/testenv.exp
10029 * gdb.compile/compile.exp
10030 * gdb.python/py-framefilter-invalidarg.exp
10031 * gdb.python/py-framefilter.exp
10032
10033 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10034
10035 Fix test names starting with uppercase throughout the files.
10036
10037 * gdb.ada/array_return.exp
10038 * gdb.ada/expr_delims.exp
10039 * gdb.ada/mi_dyn_arr.exp
10040 * gdb.ada/mi_interface.exp
10041 * gdb.ada/mi_var_array.exp
10042 * gdb.ada/watch_arg.exp
10043 * gdb.arch/alpha-step.exp
10044 * gdb.arch/altivec-regs.exp
10045 * gdb.arch/e500-regs.exp
10046 * gdb.arch/powerpc-d128-regs.exp
10047 * gdb.base/arrayidx.exp
10048 * gdb.base/break.exp
10049 * gdb.base/checkpoint.exp
10050 * gdb.base/debug-expr.exp
10051 * gdb.base/dmsym.exp
10052 * gdb.base/radix.exp
10053 * gdb.base/sepdebug.exp
10054 * gdb.base/testenv.exp
10055 * gdb.base/watch_thread_num.exp
10056 * gdb.base/watchpoint-cond-gone.exp
10057 * gdb.cell/break.exp
10058 * gdb.cell/ea-cache.exp
10059 * gdb.compile/compile.exp
10060 * gdb.cp/gdb2495.exp
10061 * gdb.gdb/selftest.exp
10062 * gdb.gdb/xfullpath.exp
10063 * gdb.go/hello.exp
10064 * gdb.go/integers.exp
10065 * gdb.objc/basicclass.exp
10066 * gdb.pascal/hello.exp
10067 * gdb.pascal/integers.exp
10068 * gdb.python/py-breakpoint.exp
10069 * gdb.python/py-cmd.exp
10070 * gdb.python/py-linetable.exp
10071 * gdb.python/py-xmethods.exp
10072 * gdb.python/python.exp
10073 * gdb.reverse/consecutive-precsave.exp
10074 * gdb.reverse/finish-precsave.exp
10075 * gdb.reverse/i386-precsave.exp
10076 * gdb.reverse/machinestate-precsave.exp
10077 * gdb.reverse/sigall-precsave.exp
10078 * gdb.reverse/solib-precsave.exp
10079 * gdb.reverse/step-precsave.exp
10080 * gdb.reverse/until-precsave.exp
10081 * gdb.reverse/watch-precsave.exp
10082 * gdb.threads/leader-exit.exp
10083 * gdb.threads/pthreads.exp
10084 * gdb.threads/wp-replication.exp
10085 * gdb.trace/actions.exp
10086 * gdb.trace/mi-tsv-changed.exp
10087 * gdb.trace/tsv.exp
10088
10089 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10090
10091 Fix test names starting with uppercase throughout the files.
10092
10093 * gdb.arch/i386-bp_permanent.exp
10094 * gdb.arch/i386-gnu-cfi.exp
10095 * gdb.base/disasm-end-cu.exp
10096 * gdb.base/macscp.exp
10097 * gdb.base/pending.exp
10098 * gdb.base/watch_thread_num.exp
10099 * gdb.cp/exception.exp
10100 * gdb.cp/gdb2495.exp
10101 * gdb.cp/local.exp
10102 * gdb.python/py-evsignal.exp
10103 * gdb.python/python.exp
10104 * gdb.trace/tracecmd.exp
10105
10106 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10107
10108 Fix test names starting with uppercase throughout the files.
10109
10110 * gdb.base/charset.exp
10111 * gdb.base/eval.exp
10112 * gdb.base/multi-forks.exp
10113 * gdb.guile/scm-progspace.exp
10114 * gdb.opencl/datatypes.exp
10115 * gdb.python/py-block.exp
10116 * gdb.python/py-function.exp
10117 * gdb.python/py-symbol.exp
10118 * gdb.python/py-symtab.exp
10119 * gdb.python/py-xmethods.exp
10120 * gdb.reverse/break-precsave.exp
10121 * gdb.reverse/break-reverse.exp
10122 * gdb.reverse/consecutive-precsave.exp
10123 * gdb.reverse/consecutive-reverse.exp
10124 * gdb.reverse/finish-precsave.exp
10125 * gdb.reverse/finish-reverse-bkpt.exp
10126 * gdb.reverse/finish-reverse.exp
10127 * gdb.reverse/fstatat-reverse.exp
10128 * gdb.reverse/getresuid-reverse.exp
10129 * gdb.reverse/i386-precsave.exp
10130 * gdb.reverse/i386-reverse.exp
10131 * gdb.reverse/i386-sse-reverse.exp
10132 * gdb.reverse/i387-stack-reverse.exp
10133 * gdb.reverse/insn-reverse.exp
10134 * gdb.reverse/machinestate-precsave.exp
10135 * gdb.reverse/machinestate.exp
10136 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10137 * gdb.reverse/pipe-reverse.exp
10138 * gdb.reverse/readv-reverse.exp
10139 * gdb.reverse/recvmsg-reverse.exp
10140 * gdb.reverse/rerun-prec.exp
10141 * gdb.reverse/s390-mvcle.exp
10142 * gdb.reverse/sigall-precsave.exp
10143 * gdb.reverse/sigall-reverse.exp
10144 * gdb.reverse/solib-precsave.exp
10145 * gdb.reverse/solib-reverse.exp
10146 * gdb.reverse/step-precsave.exp
10147 * gdb.reverse/step-reverse.exp
10148 * gdb.reverse/time-reverse.exp
10149 * gdb.reverse/until-precsave.exp
10150 * gdb.reverse/until-reverse.exp
10151 * gdb.reverse/waitpid-reverse.exp
10152 * gdb.reverse/watch-precsave.exp
10153 * gdb.reverse/watch-reverse.exp
10154
10155 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10156
10157 Fix test names starting with uppercase throughout the files.
10158
10159 * gdb.arch/i386-mpx-simple_segv.exp
10160 * gdb.arch/i386-mpx.exp
10161 * gdb.arch/i386-permbkpt.exp
10162 * gdb.arch/pa-nullify.exp
10163 * gdb.arch/powerpc-d128-regs.exp
10164 * gdb.arch/vsx-regs.exp
10165 * gdb.base/bfp-test.exp
10166 * gdb.base/break.exp
10167 * gdb.base/breakpoint-shadow.exp
10168 * gdb.base/callfuncs.exp
10169 * gdb.base/charset.exp
10170 * gdb.base/commands.exp
10171 * gdb.base/completion.exp
10172 * gdb.base/dfp-test.exp
10173 * gdb.base/echo.exp
10174 * gdb.base/ending-run.exp
10175 * gdb.base/eval.exp
10176 * gdb.base/expand-psymtabs.exp
10177 * gdb.base/float128.exp
10178 * gdb.base/floatn.exp
10179 * gdb.base/foll-exec-mode.exp
10180 * gdb.base/gdb1056.exp
10181 * gdb.base/gdb11531.exp
10182 * gdb.base/kill-after-signal.exp
10183 * gdb.base/multi-forks.exp
10184 * gdb.base/overlays.exp
10185 * gdb.base/pending.exp
10186 * gdb.base/sepdebug.exp
10187 * gdb.base/testenv.exp
10188 * gdb.base/valgrind-db-attach.exp
10189 * gdb.base/watch_thread_num.exp
10190 * gdb.base/watchpoint-cond-gone.exp
10191 * gdb.base/watchpoint.exp
10192 * gdb.base/watchpoints.exp
10193 * gdb.cp/arg-reference.exp
10194 * gdb.cp/baseenum.exp
10195 * gdb.cp/operator.exp
10196 * gdb.cp/shadow.exp
10197 * gdb.dwarf2/dw2-op-out-param.exp
10198 * gdb.dwarf2/dw2-reg-undefined.exp
10199 * gdb.go/chan.exp
10200 * gdb.go/hello.exp
10201 * gdb.go/integers.exp
10202 * gdb.go/methods.exp
10203 * gdb.go/package.exp
10204 * gdb.guile/scm-parameter.exp
10205 * gdb.guile/scm-progspace.exp
10206 * gdb.guile/scm-value.exp
10207 * gdb.mi/mi-pending.exp
10208 * gdb.mi/user-selected-context-sync.exp
10209 * gdb.multi/multi-attach.exp
10210 * gdb.multi/tids.exp
10211 * gdb.opt/clobbered-registers-O2.exp
10212 * gdb.pascal/floats.exp
10213 * gdb.pascal/integers.exp
10214 * gdb.python/py-block.exp
10215 * gdb.python/py-events.exp
10216 * gdb.python/py-parameter.exp
10217 * gdb.python/py-symbol.exp
10218 * gdb.python/py-symtab.exp
10219 * gdb.python/py-type.exp
10220 * gdb.python/py-value.exp
10221 * gdb.python/py-xmethods.exp
10222 * gdb.python/python.exp
10223 * gdb.reverse/break-precsave.exp
10224 * gdb.reverse/consecutive-precsave.exp
10225 * gdb.reverse/finish-precsave.exp
10226 * gdb.reverse/i386-precsave.exp
10227 * gdb.reverse/machinestate-precsave.exp
10228 * gdb.reverse/sigall-precsave.exp
10229 * gdb.reverse/solib-precsave.exp
10230 * gdb.reverse/step-precsave.exp
10231 * gdb.reverse/until-precsave.exp
10232 * gdb.reverse/watch-precsave.exp
10233 * gdb.server/ext-attach.exp
10234 * gdb.server/ext-restart.exp
10235 * gdb.server/ext-run.exp
10236 * gdb.server/ext-wrapper.exp
10237 * gdb.stabs/gdb11479.exp
10238 * gdb.stabs/weird.exp
10239 * gdb.threads/attach-many-short-lived-threads.exp
10240 * gdb.threads/kill.exp
10241 * gdb.threads/watchpoint-fork.exp
10242
10243 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10244
10245 Fix test names starting with uppercase throughout all the files below.
10246
10247 * gdb.ada/array_return.exp
10248 * gdb.ada/catch_ex.exp
10249 * gdb.ada/info_exc.exp
10250 * gdb.ada/mi_catch_ex.exp
10251 * gdb.ada/mi_dyn_arr.exp
10252 * gdb.ada/mi_ex_cond.exp
10253 * gdb.ada/mi_exc_info.exp
10254 * gdb.ada/mi_interface.exp
10255 * gdb.ada/mi_task_arg.exp
10256 * gdb.ada/mi_task_info.exp
10257 * gdb.ada/mi_var_array.exp
10258 * gdb.arch/alpha-step.exp
10259 * gdb.arch/amd64-disp-step.exp
10260 * gdb.arch/arm-disp-step.exp
10261 * gdb.arch/disp-step-insn-reloc.exp
10262 * gdb.arch/e500-prologue.exp
10263 * gdb.arch/ftrace-insn-reloc.exp
10264 * gdb.arch/gdb1558.exp
10265 * gdb.arch/i386-bp_permanent.exp
10266 * gdb.arch/i386-disp-step.exp
10267 * gdb.arch/i386-float.exp
10268 * gdb.arch/i386-gnu-cfi.exp
10269 * gdb.arch/ia64-breakpoint-shadow.exp
10270 * gdb.arch/mips16-thunks.exp
10271 * gdb.arch/pa-nullify.exp
10272 * gdb.arch/powerpc-aix-prologue.exp
10273 * gdb.arch/powerpc-power.exp
10274 * gdb.arch/ppc-dfp.exp
10275 * gdb.arch/s390-tdbregs.exp
10276 * gdb.arch/spu-info.exp
10277 * gdb.arch/spu-ls.exp
10278 * gdb.arch/thumb-bx-pc.exp
10279 * gdb.base/advance.exp
10280 * gdb.base/annota-input-while-running.exp
10281 * gdb.base/arrayidx.exp
10282 * gdb.base/asmlabel.exp
10283 * gdb.base/async.exp
10284 * gdb.base/attach-wait-input.exp
10285 * gdb.base/auto-connect-native-target.exp
10286 * gdb.base/batch-preserve-term-settings.exp
10287 * gdb.base/bfp-test.exp
10288 * gdb.base/bigcore.exp
10289 * gdb.base/bp-permanent.exp
10290 * gdb.base/break-always.exp
10291 * gdb.base/break-fun-addr.exp
10292 * gdb.base/break-idempotent.exp
10293 * gdb.base/break-main-file-remove-fail.exp
10294 * gdb.base/break-probes.exp
10295 * gdb.base/break-unload-file.exp
10296 * gdb.base/break.exp
10297 * gdb.base/call-ar-st.exp
10298 * gdb.base/call-rt-st.exp
10299 * gdb.base/call-sc.exp
10300 * gdb.base/call-signal-resume.exp
10301 * gdb.base/call-strs.exp
10302 * gdb.base/callexit.exp
10303 * gdb.base/callfuncs.exp
10304 * gdb.base/catch-gdb-caused-signals.exp
10305 * gdb.base/catch-signal-siginfo-cond.exp
10306 * gdb.base/catch-syscall.exp
10307 * gdb.base/compare-sections.exp
10308 * gdb.base/cond-eval-mode.exp
10309 * gdb.base/condbreak-call-false.exp
10310 * gdb.base/consecutive-step-over.exp
10311 * gdb.base/cursal.exp
10312 * gdb.base/disabled-location.exp
10313 * gdb.base/disasm-end-cu.exp
10314 * gdb.base/display.exp
10315 * gdb.base/double-prompt-target-event-error.exp
10316 * gdb.base/dprintf-bp-same-addr.exp
10317 * gdb.base/dprintf-detach.exp
10318 * gdb.base/dprintf-next.exp
10319 * gdb.base/dprintf-non-stop.exp
10320 * gdb.base/dprintf-pending.exp
10321 * gdb.base/dso2dso.exp
10322 * gdb.base/ending-run.exp
10323 * gdb.base/enum_cond.exp
10324 * gdb.base/examine-backward.exp
10325 * gdb.base/exe-lock.exp
10326 * gdb.base/exec-invalid-sysroot.exp
10327 * gdb.base/execl-update-breakpoints.exp
10328 * gdb.base/execution-termios.exp
10329 * gdb.base/fileio.exp
10330 * gdb.base/fixsection.exp
10331 * gdb.base/foll-exec-mode.exp
10332 * gdb.base/foll-exec.exp
10333 * gdb.base/fork-running-state.exp
10334 * gdb.base/frame-args.exp
10335 * gdb.base/fullpath-expand.exp
10336 * gdb.base/func-ptr.exp
10337 * gdb.base/gcore-relro-pie.exp
10338 * gdb.base/gdb1090.exp
10339 * gdb.base/gdb1555.exp
10340 * gdb.base/global-var-nested-by-dso.exp
10341 * gdb.base/gnu-ifunc.exp
10342 * gdb.base/hbreak-in-shr-unsupported.exp
10343 * gdb.base/hbreak-unmapped.exp
10344 * gdb.base/hook-stop.exp
10345 * gdb.base/infcall-input.exp
10346 * gdb.base/info-fun.exp
10347 * gdb.base/info-shared.exp
10348 * gdb.base/interrupt-noterm.exp
10349 * gdb.base/jit-so.exp
10350 * gdb.base/jit.exp
10351 * gdb.base/line-symtabs.exp
10352 * gdb.base/list.exp
10353 * gdb.base/longjmp.exp
10354 * gdb.base/macscp.exp
10355 * gdb.base/max-value-size.exp
10356 * gdb.base/nodebug.exp
10357 * gdb.base/nofield.exp
10358 * gdb.base/overlays.exp
10359 * gdb.base/paginate-after-ctrl-c-running.exp
10360 * gdb.base/paginate-bg-execution.exp
10361 * gdb.base/paginate-inferior-exit.exp
10362 * gdb.base/pending.exp
10363 * gdb.base/pr11022.exp
10364 * gdb.base/printcmds.exp
10365 * gdb.base/ptr-typedef.exp
10366 * gdb.base/ptype.exp
10367 * gdb.base/randomize.exp
10368 * gdb.base/range-stepping.exp
10369 * gdb.base/realname-expand.exp
10370 * gdb.base/relativedebug.exp
10371 * gdb.base/remote.exp
10372 * gdb.base/savedregs.exp
10373 * gdb.base/sepdebug.exp
10374 * gdb.base/set-noassign.exp
10375 * gdb.base/shlib-call.exp
10376 * gdb.base/shreloc.exp
10377 * gdb.base/sigaltstack.exp
10378 * gdb.base/sigbpt.exp
10379 * gdb.base/siginfo-addr.exp
10380 * gdb.base/siginfo-obj.exp
10381 * gdb.base/siginfo-thread.exp
10382 * gdb.base/signest.exp
10383 * gdb.base/signull.exp
10384 * gdb.base/sigrepeat.exp
10385 * gdb.base/skip.exp
10386 * gdb.base/so-impl-ld.exp
10387 * gdb.base/solib-corrupted.exp
10388 * gdb.base/solib-disc.exp
10389 * gdb.base/solib-display.exp
10390 * gdb.base/solib-overlap.exp
10391 * gdb.base/solib-search.exp
10392 * gdb.base/solib-symbol.exp
10393 * gdb.base/source-execution.exp
10394 * gdb.base/sss-bp-on-user-bp-2.exp
10395 * gdb.base/sss-bp-on-user-bp.exp
10396 * gdb.base/stack-checking.exp
10397 * gdb.base/stale-infcall.exp
10398 * gdb.base/step-break.exp
10399 * gdb.base/step-line.exp
10400 * gdb.base/step-over-exit.exp
10401 * gdb.base/step-test.exp
10402 * gdb.base/structs.exp
10403 * gdb.base/sym-file.exp
10404 * gdb.base/symtab-search-order.exp
10405 * gdb.base/term.exp
10406 * gdb.base/type-opaque.exp
10407 * gdb.base/unload.exp
10408 * gdb.base/until-nodebug.exp
10409 * gdb.base/until.exp
10410 * gdb.base/unwindonsignal.exp
10411 * gdb.base/watch-cond.exp
10412 * gdb.base/watch-non-mem.exp
10413 * gdb.base/watch_thread_num.exp
10414 * gdb.base/watchpoint-reuse-slot.exp
10415 * gdb.base/watchpoint-solib.exp
10416 * gdb.base/watchpoint.exp
10417 * gdb.btrace/dlopen.exp
10418 * gdb.cell/arch.exp
10419 * gdb.cell/break.exp
10420 * gdb.cell/bt.exp
10421 * gdb.cell/core.exp
10422 * gdb.cell/data.exp
10423 * gdb.cell/dwarfaddr.exp
10424 * gdb.cell/ea-cache.exp
10425 * gdb.cell/ea-standalone.exp
10426 * gdb.cell/ea-test.exp
10427 * gdb.cell/f-regs.exp
10428 * gdb.cell/fork.exp
10429 * gdb.cell/gcore.exp
10430 * gdb.cell/mem-access.exp
10431 * gdb.cell/ptype.exp
10432 * gdb.cell/registers.exp
10433 * gdb.cell/sizeof.exp
10434 * gdb.cell/solib-symbol.exp
10435 * gdb.cell/solib.exp
10436 * gdb.compile/compile-tls.exp
10437 * gdb.cp/exception.exp
10438 * gdb.cp/gdb2495.exp
10439 * gdb.cp/local.exp
10440 * gdb.cp/mb-inline.exp
10441 * gdb.cp/mb-templates.exp
10442 * gdb.cp/pr10687.exp
10443 * gdb.cp/pr9167.exp
10444 * gdb.cp/scope-err.exp
10445 * gdb.cp/templates.exp
10446 * gdb.cp/virtfunc.exp
10447 * gdb.dwarf2/dw2-dir-file-name.exp
10448 * gdb.dwarf2/dw2-single-line-discriminators.exp
10449 * gdb.fortran/complex.exp
10450 * gdb.fortran/library-module.exp
10451 * gdb.guile/guile.exp
10452 * gdb.guile/scm-cmd.exp
10453 * gdb.guile/scm-frame-inline.exp
10454 * gdb.guile/scm-objfile.exp
10455 * gdb.guile/scm-pretty-print.exp
10456 * gdb.guile/scm-symbol.exp
10457 * gdb.guile/scm-type.exp
10458 * gdb.guile/scm-value.exp
10459 * gdb.linespec/keywords.exp
10460 * gdb.linespec/ls-errs.exp
10461 * gdb.linespec/macro-relative.exp
10462 * gdb.linespec/thread.exp
10463 * gdb.mi/mi-breakpoint-changed.exp
10464 * gdb.mi/mi-dprintf-pending.exp
10465 * gdb.mi/mi-fullname-deleted.exp
10466 * gdb.mi/mi-logging.exp
10467 * gdb.mi/mi-pending.exp
10468 * gdb.mi/mi-solib.exp
10469 * gdb.mi/new-ui-mi-sync.exp
10470 * gdb.mi/user-selected-context-sync.exp
10471 * gdb.multi/dummy-frame-restore.exp
10472 * gdb.multi/multi-arch-exec.exp
10473 * gdb.multi/remove-inferiors.exp
10474 * gdb.multi/watchpoint-multi-exit.exp
10475 * gdb.opt/solib-intra-step.exp
10476 * gdb.perf/backtrace.exp
10477 * gdb.perf/single-step.exp
10478 * gdb.perf/skip-command.exp
10479 * gdb.perf/skip-prologue.exp
10480 * gdb.perf/solib.exp
10481 * gdb.python/lib-types.exp
10482 * gdb.python/py-as-string.exp
10483 * gdb.python/py-bad-printers.exp
10484 * gdb.python/py-block.exp
10485 * gdb.python/py-breakpoint.exp
10486 * gdb.python/py-cmd.exp
10487 * gdb.python/py-events.exp
10488 * gdb.python/py-evthreads.exp
10489 * gdb.python/py-finish-breakpoint.exp
10490 * gdb.python/py-finish-breakpoint2.exp
10491 * gdb.python/py-frame-inline.exp
10492 * gdb.python/py-frame.exp
10493 * gdb.python/py-inferior.exp
10494 * gdb.python/py-infthread.exp
10495 * gdb.python/py-mi.exp
10496 * gdb.python/py-objfile.exp
10497 * gdb.python/py-pp-maint.exp
10498 * gdb.python/py-pp-registration.exp
10499 * gdb.python/py-prettyprint.exp
10500 * gdb.python/py-recurse-unwind.exp
10501 * gdb.python/py-shared.exp
10502 * gdb.python/py-symbol.exp
10503 * gdb.python/py-symtab.exp
10504 * gdb.python/py-template.exp
10505 * gdb.python/py-type.exp
10506 * gdb.python/py-unwind-maint.exp
10507 * gdb.python/py-unwind.exp
10508 * gdb.python/py-value.exp
10509 * gdb.python/python.exp
10510 * gdb.reverse/finish-reverse-bkpt.exp
10511 * gdb.reverse/insn-reverse.exp
10512 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10513 * gdb.reverse/solib-precsave.exp
10514 * gdb.reverse/solib-reverse.exp
10515 * gdb.stabs/gdb11479.exp
10516 * gdb.stabs/weird.exp
10517 * gdb.threads/fork-child-threads.exp
10518 * gdb.threads/fork-plus-threads.exp
10519 * gdb.threads/fork-thread-pending.exp
10520 * gdb.threads/forking-threads-plus-breakpoint.exp
10521 * gdb.threads/hand-call-in-threads.exp
10522 * gdb.threads/interrupted-hand-call.exp
10523 * gdb.threads/linux-dp.exp
10524 * gdb.threads/local-watch-wrong-thread.exp
10525 * gdb.threads/next-while-other-thread-longjmps.exp
10526 * gdb.threads/non-ldr-exit.exp
10527 * gdb.threads/pending-step.exp
10528 * gdb.threads/print-threads.exp
10529 * gdb.threads/process-dies-while-detaching.exp
10530 * gdb.threads/process-dies-while-handling-bp.exp
10531 * gdb.threads/pthreads.exp
10532 * gdb.threads/queue-signal.exp
10533 * gdb.threads/reconnect-signal.exp
10534 * gdb.threads/signal-command-handle-nopass.exp
10535 * gdb.threads/signal-command-multiple-signals-pending.exp
10536 * gdb.threads/signal-delivered-right-thread.exp
10537 * gdb.threads/signal-sigtrap.exp
10538 * gdb.threads/sigthread.exp
10539 * gdb.threads/staticthreads.exp
10540 * gdb.threads/stepi-random-signal.exp
10541 * gdb.threads/thread-unwindonsignal.exp
10542 * gdb.threads/thread_check.exp
10543 * gdb.threads/thread_events.exp
10544 * gdb.threads/tid-reuse.exp
10545 * gdb.threads/tls-nodebug.exp
10546 * gdb.threads/tls-shared.exp
10547 * gdb.threads/tls-so_extern.exp
10548 * gdb.threads/tls.exp
10549 * gdb.threads/wp-replication.exp
10550 * gdb.trace/actions-changed.exp
10551 * gdb.trace/actions.exp
10552 * gdb.trace/backtrace.exp
10553 * gdb.trace/change-loc.exp
10554 * gdb.trace/collection.exp
10555 * gdb.trace/deltrace.exp
10556 * gdb.trace/disconnected-tracing.exp
10557 * gdb.trace/entry-values.exp
10558 * gdb.trace/ftrace-lock.exp
10559 * gdb.trace/ftrace.exp
10560 * gdb.trace/infotrace.exp
10561 * gdb.trace/mi-trace-frame-collected.exp
10562 * gdb.trace/mi-trace-unavailable.exp
10563 * gdb.trace/mi-traceframe-changed.exp
10564 * gdb.trace/mi-tracepoint-changed.exp
10565 * gdb.trace/mi-tsv-changed.exp
10566 * gdb.trace/no-attach-trace.exp
10567 * gdb.trace/packetlen.exp
10568 * gdb.trace/passc-dyn.exp
10569 * gdb.trace/passcount.exp
10570 * gdb.trace/pending.exp
10571 * gdb.trace/pr16508.exp
10572 * gdb.trace/qtro.exp
10573 * gdb.trace/range-stepping.exp
10574 * gdb.trace/read-memory.exp
10575 * gdb.trace/report.exp
10576 * gdb.trace/save-trace.exp
10577 * gdb.trace/signal.exp
10578 * gdb.trace/stap-trace.exp
10579 * gdb.trace/status-stop.exp
10580 * gdb.trace/strace.exp
10581 * gdb.trace/tfile.exp
10582 * gdb.trace/tfind.exp
10583 * gdb.trace/trace-break.exp
10584 * gdb.trace/trace-condition.exp
10585 * gdb.trace/trace-enable-disable.exp
10586 * gdb.trace/trace-mt.exp
10587 * gdb.trace/tracecmd.exp
10588 * gdb.trace/tracefile-pseudo-reg.exp
10589 * gdb.trace/tspeed.exp
10590 * gdb.trace/tstatus.exp
10591 * gdb.trace/tsv.exp
10592 * gdb.trace/unavailable.exp
10593 * gdb.trace/while-dyn.exp
10594 * gdb.trace/while-stepping.exp
10595 * lib/gdb-guile.exp
10596 * lib/gdb.exp
10597 * lib/mi-support.exp
10598 * lib/pascal.exp
10599 * lib/perftest.exp
10600 * lib/prelink-support.exp
10601 * lib/selftest-support.exp
10602
10603 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10604
10605 * Makefile.in: Include disable-implicit-rules.mk.
10606
10607 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10608
10609 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10610 non-byte-aligned bit fields.
10611
10612 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10613
10614 PR gdb/12616
10615 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10616 respects the DW_AT_data_bit_offset attribute.
10617
10618 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10619
10620 * gdb.base/default.exp: Fix output of "set language".
10621
10622 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10623
10624 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10625 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10626 make.
10627 * configure.ac: Remove checks for the make program.
10628 * configure: Re-generate.
10629
10630 2016-11-16 Kevin Buettner <kevinb@redhat.com>
10631
10632 * gdb.python/py-recurse-unwind.c (main): Add loop.
10633 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10634 to read_register() and gdb.parse_and_eval(). Make each code
10635 call a separate case that can be individually tested.
10636 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10637 proc. Call cont_and_backtrace for each of the code paths that
10638 we want to test in the unwinder.
10639
10640 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10641
10642 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10643 the definition of struct S.
10644
10645 2016-11-11 Catherine Moore <clm@codesourcery.com>
10646
10647 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10648
10649 2016-11-09 Pedro Alves <palves@redhat.com>
10650
10651 * gdb.base/commands.exp (runto_or_return): New procedure.
10652 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10653 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10654 (progvar_simple_while_test, progvar_complex_if_while_test)
10655 (if_while_breakpoint_command_test)
10656 (infrun_breakpoint_command_test, breakpoint_command_test)
10657 (user_defined_command_test, watchpoint_command_test)
10658 (test_command_prompt_position, redefine_hook_test)
10659 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10660 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10661 multi_line_input and multi_line. Remove gdb_expect and
10662 gdb_stop_suppressing_tests uses.
10663 * lib/gdb.exp (valnum_re): New global.
10664 (multi_line_input): New procedure.
10665
10666 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10667
10668 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10669 Remove.
10670 (test_setup): Define with proc_with_prefix.
10671 (test_cli_inferior): Likewise.
10672 (test_cli_thread): Likewise.
10673 (test_cli_frame): Likewise.
10674 (test_cli_select_frame): Likewise.
10675 (test_cli_up_down): Likewise.
10676 (test_mi_thread_select): Likewise.
10677 (test_mi_stack_select_frame): Likewise.
10678 (test_cli_in_mi_inferior): Likewise.
10679 (test_cli_in_mi_thread): Likewise.
10680 (test_cli_in_mi_frame): Likewise.
10681 (top level): Do not use with_test_prefix_procname.
10682
10683 2016-11-09 Pedro Alves <palves@redhat.com>
10684
10685 * gdb.base/commands.exp (gdbvar_simple_if_test)
10686 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10687 (progvar_simple_if_test, progvar_simple_while_test)
10688 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10689 (infrun_breakpoint_command_test, breakpoint_command_test)
10690 (user_defined_command_test, watchpoint_command_test)
10691 (test_command_prompt_position, deprecated_command_test)
10692 (bp_deleted_in_command, temporary_breakpoint_commands)
10693 (stray_arg0_test, source_file_with_indented_comment)
10694 (recursive_source_test, if_commands_test)
10695 (error_clears_commands_left, redefine_hook_test)
10696 (redefine_backtrace_test): Use proc_with_prefix.
10697 * lib/gdb.exp (proc_with_prefix): New proc.
10698
10699 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10700
10701 * gdb.base/tui-layout.c: New file.
10702 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10703 disassembly window contains very long lines.
10704
10705 2016-11-08 Tom Tromey <tom@tromey.com>
10706
10707 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10708 depend on Python 2.
10709
10710 2016-11-08 Tom Tromey <tom@tromey.com>
10711
10712 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10713 New method.
10714
10715 2016-10-29 Manish Goregaokar <manish@mozilla.com>
10716
10717 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
10718
10719 2016-10-27 Manish Goregaokar <manish@mozilla.com>
10720
10721 * gdb.rust/simple.rs: Add test for univariant enums without
10722 discriminants and for encoded struct-like enums.
10723
10724 2016-10-28 Pedro Alves <palves@redhat.com>
10725
10726 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10727 gdb_test_multiple, tighten regexps and match symtabs and line
10728 tables incrementally.
10729
10730 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
10731
10732 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10733 general.
10734
10735 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
10736
10737 * gdb.base/exec-invalid-sysroot.exp: New file.
10738
10739 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10740
10741 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10742
10743 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10744
10745 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10746
10747 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10748
10749 * gdb.base/killed-outside.exp: Remove $options from a call to
10750 `prepare_for_testing'.
10751
10752 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10753
10754 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10755 Change test message.
10756
10757 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10758
10759 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10760 Update comment.
10761
10762 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10763
10764 * gdb.trace/mi-trace-save.exp: New file.
10765
10766 2016-10-13 Yao Qi <yao.qi@linaro.org>
10767
10768 * gdb.base/code_elim.exp (get_var_address): Remove.
10769 * gdb.base/relocate.exp: Likewise.
10770 * gdb.base/shreloc.exp: Likewise.
10771 * lib/gdb.exp (get_var_address): New.
10772
10773 2016-10-13 Yao Qi <yao.qi@linaro.org>
10774
10775 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10776 floating point tests if $skip_float_test is false.
10777
10778 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
10779
10780 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10781 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10782 argc values.
10783 Add 1 to argc so we guarantee distinct initial/modified argc values.
10784
10785 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10786
10787 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10788
10789 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10790
10791 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10792 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10793 * gdb.arch/vsx-regs.exp: Likewise.
10794
10795 2016-10-07 Yao Qi <yao.qi@linaro.org>
10796
10797 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10798
10799 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10800
10801 * gdb.python/python.exp: Test decode_line("*0").
10802
10803 2016-10-06 Doug Evans <dje@google.com>
10804
10805 * gdb.python/py-value.exp (test_value_creation): Add test for large
10806 unsigned 64-bit value.
10807
10808 2016-10-06 Tom Tromey <tom@tromey.com>
10809
10810 * gdb.compile/compile.exp: Change java tests to rust.
10811 * gdb.base/setshow.exp: Change java tests to rust.
10812 * gdb.base/default.exp: Remove java from language list.
10813 * README (Examples): Update language example.
10814 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10815 test.
10816 * lib/gdb.exp (skip_java_tests): Remove.
10817 * lib/java.exp: Remove.
10818 * gdb.java: Remove.
10819
10820 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10821
10822 * gdb.arch/mips-fcr.exp: New test.
10823 * gdb.arch/mips-fcr.c: Source for the new test.
10824
10825 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10826
10827 * gdb.base/solib-disc.exp: Use `standard_output_file'
10828 throughout.
10829
10830 2016-10-06 Pedro Alves <palves@redhat.com>
10831
10832 * gdb.base/jit-simple-dl.c: New file.
10833 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10834 * gdb.base/jit-simple.c: ... this.
10835 * gdb.base/jit-simple.exp (jit_run): Delete.
10836 (build_jit): New proc.
10837 (jit_test_reread): Recompile either the main program or the shared
10838 library, depending on what is being tested. Skip changing address
10839 if caller wants to. Compare before/after addresses. If testing
10840 standalone, explicitly load the binary. Test "maint info
10841 breakpoints".
10842 (top level): Add "standalone vs shared lib" and "change address"
10843 vs "same address" axes.
10844
10845 2016-10-06 Pedro Alves <palves@redhat.com>
10846
10847 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10848 call.
10849 (jit_run): Delete.
10850 (jit_test_reread): Use with_test_prefix. Reload the main binary
10851 explicitly. Compare the before/after addresses of the JIT
10852 descriptor.
10853
10854 2016-08-15 Doug Evans <dje@google.com>
10855
10856 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10857 for single bitfields is bool.
10858 * gdb.xml/tdesc-regs.exp: Ditto.
10859
10860 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10861
10862 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10863
10864 2016-10-05 Yao Qi <yao.qi@linaro.org>
10865
10866 * lib/gdb.exp (support_complex_tests): Return zero if
10867 gdb_skip_float_test return true.
10868
10869 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10870 Simon Marchi <simon.marchi@ericsson.com>
10871
10872 PR gdb/20487
10873 * gdb.mi/user-selected-context-sync.exp: New file.
10874 * gdb.mi/user-selected-context-sync.c: New file.
10875
10876 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10877 Simon Marchi <simon.marchi@ericsson.com>
10878
10879 PR gdb/20487
10880 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10881 =thread-select-event check.
10882
10883 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10884
10885 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10886 the compulsory L operand changes.
10887 * gdb.arch/powerpc-power.s: Likewise.
10888
10889 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10890
10891 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10892 * gdb.base/jit-attach-pie.c: New file.
10893 * gdb.base/jit-attach-pie.exp: New file.
10894
10895 2016-09-28 Pedro Alves <palves@redhat.com>
10896
10897 * gdb.base/infcall-input.c: New file.
10898 * gdb.base/infcall-input.exp: New file.
10899
10900 2016-09-22 Yao Qi <yao.qi@linaro.org>
10901
10902 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10903 (gdb_exit): Rename it to ...
10904 (gdbserver_gdb_exit): ... Close GDBserver.
10905 (gdb_exit): New proc, call gdbserver_gdb_exit.
10906 (mi_gdb_exit): Likewise.
10907
10908 2016-09-22 Yao Qi <yao.qi@linaro.org>
10909
10910 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10911 path.
10912 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10913 Remove duplication.
10914
10915 2016-09-22 Yao Qi <yao.qi@linaro.org>
10916
10917 * lib/gdbserver-support.exp: Check the existence of
10918 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10919
10920 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10921
10922 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10923
10924 2016-09-21 Tom Tromey <tom@tromey.com>
10925
10926 PR gdb/20604:
10927 * gdb.base/quit.exp: New file.
10928
10929 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10930
10931 * .gitignore: New file.
10932
10933 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
10934
10935 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
10936 throughout.
10937
10938 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10939
10940 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
10941
10942 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10943
10944 * gdb.cp/casts.cc (decltype): Move it ...
10945 (main): ... with its call to ...
10946 * gdb.cp/casts03.cc: ... a new file.
10947 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
10948
10949 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10950
10951 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
10952
10953 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
10954
10955 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
10956 and sync up the test with tests in gas/testsuite/gas/ppc.
10957 * gdb.arch/powerpc-power.exp: Likewise.
10958
10959 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10960
10961 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
10962
10963 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
10964 Jan Kratochvil <jan.kratochvil@redhat.com>
10965
10966 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
10967 make m1's definition to be different from m2's. Use 'dummy' as an
10968 argument for probe 'two'.
10969
10970 2016-09-10 Jon Beniston <jon@beniston.com>
10971
10972 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
10973 for sim target.
10974
10975 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10976
10977 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
10978 variable declaration.
10979 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
10980 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
10981 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
10982 received HWCAP as its argument.
10983
10984 2016-09-06 Pedro Alves <palves@redhat.com>
10985
10986 * gdb.base/new-ui-pending-input.c: New file.
10987 * gdb.base/new-ui-pending-input.exp: New file.
10988 * gdb.exp (clear_gdb_spawn_id): New procedure.
10989 (with_spawn_id): Check whether gdb_spawn_id exists before
10990 referencing it. If gdb_spawn_id didn't exist on entry, clear it
10991 on exit.
10992
10993 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10994
10995 * gdb.base/float128.c: New file.
10996 * gdb.base/float128.exp: Likewise.
10997 * gdb.base/floatn.c: Likewise.
10998 * gdb.base/floatn.exp: Likewise.
10999
11000 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11001
11002 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11003
11004 2016-09-05 Pedro Alves <palves@redhat.com>
11005
11006 PR backtrace/19927
11007 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11008 unwinders are immediately called as side effect of "source" or
11009 "disable unwinder" commands.
11010 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11011
11012 2016-09-02 Yao Qi <yao.qi@linaro.org>
11013
11014 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11015 is true and $type is "float" or "double".
11016
11017 2016-09-02 Yao Qi <yao.qi@linaro.org>
11018
11019 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11020 true.
11021 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11022 * gdb.base/call-rt-st.exp: Likewise.
11023 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11024 return value instead of gdb,skip_float_test.
11025 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11026 (do_function_calls): Use its return value instead of
11027 gdb,skip_float_test.
11028 * gdb.base/finish.exp: Likewise.
11029 * gdb.base/funcargs.exp: Likewise.
11030 * gdb.base/return.exp: Likewise.
11031 * gdb.base/return2.exp: Likewise.
11032 * gdb.base/varargs.exp: Likewise.
11033 * lib/gdb.exp (gdb_skip_float_test): Change it to
11034 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11035
11036 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11037
11038 * gdb.multi/tids.exp: Test "thread apply all".
11039
11040 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11041
11042 * gdb.base/default.exp (tty): Remove.
11043
11044 2016-08-24 Kevin Buettner <kevinb@redhat.com>
11045
11046 * gdb.python/py-recurse-unwind.c: New file.
11047 * gdb.python/py-recurse-unwind.py: New file.
11048 * gdb.python/py-recurse-unwind.exp: New file.
11049
11050 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11051
11052 * gdb.base/set-inferior-tty.exp: New file.
11053 * gdb.base/set-inferior-tty.c: New file.
11054
11055 2016-08-23 Pedro Alves <palves@redhat.com>
11056
11057 PR gdb/20494
11058 * gdb.base/new-ui-echo.c: New file.
11059 * gdb.base/new-ui-echo.exp: New file.
11060
11061 2016-08-23 Yao Qi <yao.qi@linaro.org>
11062
11063 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11064 gdbserver_spawn.
11065 * gdb.server/connect-without-multi-process.exp (do_test):
11066 Likewise.
11067
11068 2016-08-23 Yao Qi <yao.qi@linaro.org>
11069
11070 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11071 standalone_txt. Delete gdb_txt and standalone_txt on host
11072 and target. Spawn the binary on target. Copy files from
11073 target to host.
11074
11075 2016-08-22 Pedro Alves <palves@redhat.com>
11076
11077 PR gdb/20505
11078 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11079 with_test_prefix. Factor out bits to ...
11080 (test_no_vdso): ... this new procedure.
11081
11082 2016-08-19 Carl Love <cel@us.ibm.com>
11083
11084 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11085 maintaining separate logic for constructing the output path.
11086 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11087 * gdb.arch/ppc-dfp.exp: Likewise.
11088 * gdb.arch/ppc-fp.exp: Likewise.
11089 * gdb.arch/vsx-regs.exp: Likewise.
11090 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11091 binprefix for generating the additional binary files.
11092
11093 2016-08-19 Pedro Alves <palves@redhat.com>
11094
11095 * gdb.trace/mi-trace-frame-collected.exp
11096 (test_trace_frame_collected): On x32, expect two registers.
11097
11098 2016-08-18 Carl Love <cel@us.ibm.com>
11099
11100 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11101 and sync up the test with tests in gas/testsuite/gas/ppc.
11102 * gdb.arch/powerpc-power.exp: Likewise.
11103
11104 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11105
11106 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11107 expected error message.
11108
11109 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11110
11111 * gdb.multi/remove-inferiors.exp: New file.
11112 * gdb.multi/remove-inferiors.c: New file.
11113
11114 2016-08-12 Yao Qi <yao.qi@linaro.org>
11115
11116 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11117 argument list.
11118
11119 2016-08-10 Pedro Alves <palves@redhat.com>
11120
11121 PR gdb/19187
11122 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11123 setup_kfails.
11124
11125 2016-08-09 Pedro Alves <palves@redhat.com>
11126 Simon Marchi <simon.marchi@ericsson.com>
11127
11128 PR gdb/20418
11129 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11130 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11131
11132 2016-08-09 Pedro Alves <palves@redhat.com>
11133
11134 PR mi/20431
11135 * gdb.mi/mi-cmd-error.exp: New file.
11136
11137 2016-08-09 Pedro Alves <palves@redhat.com>
11138
11139 PR gdb/18653
11140 * gdb.base/signals-state-child.c: New file.
11141 * gdb.base/signals-state-child.exp: New file.
11142 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11143
11144 2016-08-09 Pedro Alves <palves@redhat.com>
11145
11146 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11147
11148 2016-08-03 Tom Tromey <tom@tromey.com>
11149
11150 PR python/18565:
11151 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11152
11153 2016-08-01 Yao Qi <yao.qi@linaro.org>
11154
11155 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11156 variable mode to "multi-process" if $multi_process is 1, otherwise
11157 set it to "single-process".
11158
11159 2016-08-01 Yao Qi <yao.qi@linaro.org>
11160
11161 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11162 * gdb.cp/cpexprs.exp: Likewise.
11163 * gdb.cp/m-static.exp: Likewise.
11164
11165 2016-07-26 Tom Tromey <tom@tromey.com>
11166
11167 PR python/20190:
11168 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11169 test.
11170
11171 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11172
11173 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11174 selecting assembly source files.
11175 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11176 assembly source files.
11177 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11178 assembly source files.
11179 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11180 selecting assembly source files.
11181
11182 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11183
11184 * gdb.base/new-ui.exp (do_test_invalid_args): New
11185 procedure.
11186
11187 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11188
11189 * gdb.btrace/reconnect.c: New file.
11190 * gdb.btrace/reconnect.exp: New file.
11191
11192 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11193
11194 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11195 to test_catch_syscall_group.
11196 (test_catch_syscall_group): New.
11197
11198 2016-07-21 Tom Tromey <tom@tromey.com>
11199
11200 * gdb.rust/simple.rs (main): Use empty struct expression.
11201 * gdb.rust/simple.exp: Add tests for empty struct expression.
11202
11203 2016-07-21 Yao Qi <yao.qi@linaro.org>
11204
11205 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11206 if gdb_skip_xml_test is true on some targets.
11207
11208 2016-07-21 Yao Qi <yao.qi@linaro.org>
11209
11210 * gdb.server/solib-list.exp: Unset last_loaded_file.
11211
11212 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11213
11214 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11215 "step into captured_main (args)".
11216
11217 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11218
11219 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11220
11221 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11222
11223 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11224
11225 2016-07-19 Pedro Alves <palves@redhat.com>
11226
11227 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11228 * gdb.opt/inline-bt.exp: Likewise.
11229 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11230 additional_flags=-Winline.
11231 * gdb.opt/inline-locals.exp: Likewise.
11232 * gdb.opt/inline-markers.c (ATTR): Define.
11233 (inlined_fn): Use it.
11234
11235 2016-07-19 Yao Qi <yao.qi@linaro.org>
11236
11237 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11238 (test_with_self): Remove some code. Remove argument executable.
11239 (top-level): Use do_self_tests.
11240
11241 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
11242 Don Breazeal <donb@codesourcery.com>
11243
11244 * gdb.base/maint.exp: Escape paths used in regular expressions.
11245 * gdb.stabs/weird.exp: Likewise.
11246
11247 2016-07-13 Tom Tromey <tom@tromey.com>
11248
11249 PR python/15620, PR python/18620:
11250 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11251 (test_bkpt_events): New procs.
11252
11253 2016-07-13 Tom Tromey <tom@tromey.com>
11254
11255 PR python/17698:
11256 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11257 test.
11258 (test_watchpoints): Likewise.
11259 (test_bkpt_pending): New proc.
11260
11261 2016-07-13 Tom Tromey <tom@tromey.com>
11262
11263 PR cli/18053:
11264 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11265 completion test.
11266
11267 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11268
11269 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11270 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11271 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11272 f_label.
11273 (g): Rename g_end_lbl to g_label.
11274 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11275 low_pc and high_pc.
11276 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11277
11278 2016-07-12 Tom Tromey <tom@tromey.com>
11279
11280 PR python/19293:
11281 * gdb.python/py-unwind-maint.exp: Update tests.
11282
11283 2016-07-12 Yao Qi <yao.qi@linaro.org>
11284
11285 * lib/selftest-support.exp (selftest_setup): Match the output
11286 when captured_main is inlined.
11287
11288 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11289
11290 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11291 New variables.
11292 (print this%a, print this%b, print this): New tests.
11293 * gdb.fortran/derived-types.f90 (this): New object and
11294 initialization.
11295
11296 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11297
11298 * gdb.ada/arraydim.exp: Remove extra directory level in build
11299 directory.
11300
11301 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11302
11303 * lib/ada.exp: Remove extra directory level in build directory.
11304 * gdb.ada/cond_lang.exp: Likewise.
11305 * gdb.ada/exec_changed.exp: Likewise.
11306 * gdb.ada/lang_switch.exp: Likewise.
11307
11308 2016-07-06 Manish Goregaokar <manish@mozilla.com>
11309
11310 * simple.rs: Add test for raw pointer subscripting.
11311 * simple.exp: Add test expectations.
11312
11313 2016-07-05 Yao Qi <yao.qi@linaro.org>
11314
11315 * gdb.mi/mi-reverse.exp: Match =record-started output.
11316
11317 2016-07-01 Pedro Alves <palves@redhat.com>
11318
11319 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11320 procedure.
11321 (jit_reader_test): Test the jit reader's unwinder.
11322 * gdb.base/jithost.c (jit_function_00_code): New global.
11323 (main): Use memcpy to fill in the mmapped code, instead of poking
11324 bytes manually here.
11325 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11326 value.
11327 (read_debug_info): Save the function's range.
11328 (read_sp): New function.
11329 (unwind_frame): Use it. Also unwind RBP.
11330 (get_frame_id): Use read_sp.
11331 (gdb_init_reader): Use calloc instead of malloc.
11332 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11333 parameter. Use gdb_test_multiple.
11334
11335 2016-07-01 Pedro Alves <palves@redhat.com>
11336 Antoine Tremblay <antoine.tremblay@ericsson.com>
11337
11338 * gdb.threads/process-dies-while-detaching.c: New file.
11339 * gdb.threads/process-dies-while-detaching.exp: New file.
11340
11341 2016-07-01 Pedro Alves <palves@redhat.com>
11342
11343 * gdb.multi/watchpoint-multi-exit.c: New file.
11344 * gdb.multi/watchpoint-multi-exit.exp: New file.
11345
11346 2016-06-30 Pedro Alves <palves@redhat.com>
11347
11348 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11349 unset inferior_spawn_id.
11350
11351 2016-06-30 Pedro Alves <palves@redhat.com>
11352
11353 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11354 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11355
11356 2016-06-29 Yao Qi <yao.qi@linaro.org>
11357
11358 * gdb.base/return.c: Add copyright header.
11359
11360 2016-06-29 Tom Tromey <tom@tromey.com>
11361
11362 PR python/20129:
11363 * gdb.python/py-framefilter.exp: Add tests for setting priority
11364 and disabling of non-existent frame filter.
11365
11366 2016-06-29 Yao Qi <yao.qi@linaro.org>
11367
11368 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11369 0x0f07ff.
11370
11371 2016-06-28 Yao Qi <yao.qi@linaro.org>
11372
11373 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11374 triplets. Start gdb, execute catch syscall, and continue. Check
11375 gdb's output to determine catch syscall is supported.
11376
11377 2016-06-27 Manish Goregaokar <manish@mozilla.com>
11378
11379 * gdb.rust/simple.rs: Add test for returning unit in a function.
11380 * gdb.rust/simple.exp: Add expectation for functions returning
11381 unit.
11382
11383 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11384
11385 * gdb.python/py-breakpoint-create-fail.c,
11386 gdb.python/py-breakpoint-create-fail.exp,
11387 gdb.python/py-breakpoint-create-fail.py: New testcase.
11388
11389 2016-06-25 Manish Goregaokar <manish@mozilla.com>
11390
11391 PR gdb/20239
11392 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
11393 * gdb.rust/simple.exp: Add test expectations for new NonZero
11394 tests.
11395
11396 2016-06-24 David Taylor <dtaylor@emc.com>
11397
11398 * gdb.base/offsets.exp: New file.
11399 * gdb.base/offsets.c: New file.
11400
11401 2016-06-23 Tom Tromey <tom@tromey.com>
11402
11403 PR gdb/16483:
11404 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11405 before any filters are loaded.
11406
11407 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11408
11409 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11410 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11411 structs.
11412 * gdb.fortran/derived-type-function.exp: New file.
11413 * gdb.fortran/derived-type-function.f90: New file.
11414
11415
11416 2016-06-21 Pedro Alves <palves@redhat.com>
11417
11418 * gdb.base/new-ui.exp: New file.
11419 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11420 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11421 (with_spawn_id): New procedure.
11422
11423 2016-06-21 Pedro Alves <palves@redhat.com>
11424
11425 * gdb.mi/mi-exec-run.exp: New file.
11426
11427 2016-06-21 Pedro Alves <palves@redhat.com>
11428
11429 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11430 breakpoint command's output on the main UI.
11431 (test_break): New procedure, factored out from calls in the top
11432 level.
11433 (top level): Use foreach_with_prefix to test MI as main UI and as
11434 separate UI.
11435
11436 2016-06-21 Pedro Alves <palves@redhat.com>
11437
11438 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11439 (test_awatch_creation_and_listing)
11440 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11441 Remove 'type' parameter.
11442 (test_watchpoint_all): New parameter mi_mode. Remove
11443 with_test_prefix.
11444 (top level): Use foreach_with_prefix, and add main/separate UI MI
11445 testing axis.
11446
11447 2016-06-21 Pedro Alves <palves@redhat.com>
11448
11449 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11450 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11451 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11452 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11453 (gdb_main_spawn_id, mi_spawn_id): Declare and
11454 comment.
11455 (mi_create_inferior_pty): New procedure,
11456 factored out from default_mi_gdb_start.
11457 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11458 procedures.
11459 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11460 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11461 Use mi_create_inferior_pty.
11462 (mi_gdb_start): Use eval to pass down args list.
11463
11464 2016-06-21 Pedro Alves <palves@redhat.com>
11465
11466 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11467 * gdb.opt/inline-cmds.exp: Add MI tests.
11468
11469 2016-06-21 Pedro Alves <palves@redhat.com>
11470
11471 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11472
11473 2016-06-21 Pedro Alves <palves@redhat.com>
11474
11475 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11476 (top level): Use it instead of mi_execute_to.
11477
11478 2016-06-21 Pedro Alves <palves@redhat.com>
11479
11480 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11481 (cont_handler_str): New.
11482 (signal_stop_handler): Set stop_handler_str instead of printing to
11483 stdout.
11484 (continue_handler): Set cont_handler_str instead of printing to
11485 stdout.
11486 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11487 mi_send_resuming_command. Print stop_handler_str and
11488 cont_handler_str instead of expecting the python events print
11489 directly.
11490
11491 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11492
11493 * gdb.base/jit-reader.exp: New file.
11494 * gdb.base/jithost.c: New file.
11495 * gdb.base/jithost.h: New file.
11496 * gdb.base/jitreader.c : New file.
11497 * gdb.base/jit-protocol.h: New file.
11498
11499 2016-06-17 Yao Qi <yao.qi@linaro.org>
11500
11501 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11502 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11503 and detach-on-fork. Adjust tests.
11504 (top level): Invoke break_cond_on_syscall with combinations of
11505 syscall, follow-fork-mode and detach-on-fork.
11506
11507 2016-06-17 Yao Qi <yao.qi@linaro.org>
11508
11509 * gdb.base/step-over-exit.c: New.
11510 * gdb.base/step-over-exit.exp: New.
11511
11512 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11513
11514 * gdb.base/float.exp: Add target check for nds32*-*-*.
11515 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11516
11517 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11518
11519 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11520 for unsupported target features.
11521 * gdb.base/call-rt-st.exp: Likewise.
11522 * gdb.base/call-sc.exp: Likewise.
11523 * gdb.base/call-signal-resume.exp: Likewise.
11524 * gdb.base/call-strs.exp: Likewise.
11525 * gdb.base/callexit.exp: Likewise.
11526 * gdb.base/callfuncs.exp: Likewise.
11527 * gdb.base/nodebug.exp: Likewise.
11528 * gdb.base/printcmds.exp: Likewise.
11529 * gdb.base/ptype.exp: Likewise.
11530 * gdb.base/structs.exp: Likewise.
11531 * gdb.base/unwindonsignal.exp: Likewise.
11532 * gdb.cp/gdb2495.exp: Likewise.
11533 * gdb.cp/templates.exp: Likewise.
11534 * gdb.cp/virtfunc.exp: Likewise.
11535 * gdb.threads/hand-call-in-threads.exp: Likewise.
11536 * gdb.threads/interrupted-hand-call.exp: Likewise.
11537 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11538
11539 2016-06-10 Tom Tromey <tom@tromey.com>
11540
11541 PR rust/20110:
11542 * gdb.rust/expr.exp: Add test for integer constant larger than
11543 i32.
11544
11545 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11546
11547 * gdb.fortran/nested-funcs.exp: New.
11548 * gdb.fortran/nested-funcs.f90: New.
11549
11550 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11551
11552 * gdb.base/examine-backward.c: New file.
11553 * gdb.base/examine-backward.exp: New file.
11554
11555 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11556
11557 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11558 matching.
11559
11560 2016-06-02 Tom Tromey <tom@tromey.com>
11561
11562 PR python/18984:
11563 * gdb.python/py-shared.exp: Add solib_name test.
11564
11565 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11566
11567 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11568
11569 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11570
11571 PR c++/19893
11572 * gdb.dwarf2/implref.exp: Rename to...
11573 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11574 * gdb.dwarf2/implref-array.c: New file.
11575 * gdb.dwarf2/implref-array.exp: Likewise.
11576 * gdb.dwarf2/implref-global.c: Likewise.
11577 * gdb.dwarf2/implref-global.exp: Likewise.
11578 * gdb.dwarf2/implref-struct.c: Likewise.
11579 * gdb.dwarf2/implref-struct.exp: Likewise.
11580
11581 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11582
11583 * gdb.trace/trace-condition.exp: Add 64bit tests.
11584
11585 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11586
11587 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11588 bits types.
11589 (main): Adapt to 8 to 64 bits types.
11590 * gdb.trace/trace-condition.exp: Add new tests.
11591
11592 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11593
11594 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11595
11596 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11597
11598 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11599 Move condition tests...
11600 * gdb.trace/trace-condition.exp: Here.
11601
11602 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11603
11604 * gdb.trace/trace-condition.exp: Add counter-case tests.
11605
11606 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11607
11608 PR c++/15231
11609 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11610 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11611
11612 2016-05-27 Pedro Alves <palves@redhat.com>
11613
11614 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11615 New procedure.
11616 (top level): Call it, and bail out of DejaGnu is known to be bad.
11617
11618 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11619
11620 * gdb.base/whatis.c: Extend the test case.
11621 * gdb.base/whatis.exp: Add additional tests.
11622
11623 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11624
11625 * gdb.fortran/type.f90: Add pointer variable.
11626 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11627
11628 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11629
11630 * gdb.fortran/vla-type.exp: Fix testcase name.
11631
11632 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11633
11634 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11635
11636 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11637
11638 * gdb.fortran/type.f90: Add nested structures.
11639 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11640 * gdb.fortran/derived-type.exp: Adapt expected output.
11641 * gdb.fortran/vla-type.exp: Adapt expected output.
11642
11643 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11644
11645 * gdb.fortran/whatis_type.exp: Adapt expected output.
11646
11647 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11648
11649 * gdb.fortran/print_type.exp: Fix expected output.
11650 * gdb.fortran/whatis_type.exp: Fix expected output.
11651
11652 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11653
11654 * gdb.fortran/whatis_type.exp: Use multi_line.
11655
11656 2016-05-24 Tom Tromey <tom@tromey.com>
11657
11658 PR python/17386:
11659 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11660 use value as an index.
11661
11662 2016-05-23 Tom Tromey <tom@tromey.com>
11663
11664 PR python/17981:
11665 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11666 no-breakpoint case.
11667
11668 2016-05-24 Pedro Alves <palves@redhat.com>
11669
11670 PR gdb/19828
11671 * gdb.threads/clone-attach-detach.c: New file.
11672 * gdb.threads/clone-attach-detach.exp: New file.
11673
11674 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11675
11676 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11677
11678 2016-05-23 Tom Tromey <tom@tromey.com>
11679
11680 PR python/19438, PR python/18393:
11681 * gdb.python/py-progspace.exp: Add "dir" test.
11682 * gdb.python/py-objfile.exp: Add "dir" test.
11683
11684 2016-05-23 Yao Qi <yao.qi@linaro.org>
11685
11686 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11687 * gdb.arch/thumb2-it.exp: Likewise.
11688
11689 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11690
11691 * gdb.mi/mi-threads-interrupt.c: New file.
11692 * gdb.mi/mi-threads-interrupt.exp: New file.
11693
11694 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11695
11696 PR gdb/18077
11697 * gdb.mi/mi-async-run.exp: New file.
11698 * gdb.mi/mi-async-run.c: New file.
11699
11700 2016-05-17 Tom Tromey <tom@tromey.com>
11701 Manish Goregaokar <manishsmail@gmail.com>
11702
11703 * lib/rust-support.exp: New file.
11704 * lib/gdb.exp (skip_rust_tests): New proc.
11705 (build_executable_from_specs): Handle rust.
11706 * lib/future.exp (gdb_find_rustc): New proc.
11707 (gdb_default_target_compile): Handle rust.
11708 * gdb.rust/expr.exp: New file.
11709 * gdb.rust/generics.exp: New file.
11710 * gdb.rust/generics.rs: New file.
11711 * gdb.rust/methods.exp: New file.
11712 * gdb.rust/methods.rs: New file.
11713 * gdb.rust/modules.exp: New file.
11714 * gdb.rust/modules.rs: New file.
11715 * gdb.rust/simple.exp: New file.
11716 * gdb.rust/simple.rs: New file.
11717
11718 2016-05-17 Tom Tromey <tom@tromey.com>
11719
11720 * gdb.base/default.exp (set language): Add rust.
11721
11722 2016-05-17 Tom Tromey <tom@tromey.com>
11723
11724 * gdb.gdb/unittest.exp: New file.
11725
11726 2016-05-16 Yao Qi <yao.qi@linaro.org>
11727
11728 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11729 shell_prompt. Update shell_prompt_re.
11730
11731 2016-05-12 Doug Evans <dje@google.com>
11732
11733 PR symtab/19999
11734 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11735 $options when building executable.
11736 * gdb.dwarf2/fission-loclists-pie.S: New file.
11737 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11738
11739 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11740
11741 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11742 of [is_remote target],
11743
11744 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11745
11746 * lib/gdb.exp (use_gdb_stub): New procedure.
11747
11748 2016-05-03 Yunlian Jiang <yunlian@google.com>
11749 Doug Evans <dje@google.com>
11750
11751 PR symtab/19914
11752 * gdb.dwarf2/dwp-sepdebug.c: New file.
11753 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11754
11755 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11756
11757 * gdb.base/detach.exp: Remove is_remote check.
11758
11759 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11760
11761 * gdb.base/annota-input-while-running.exp: Don't check for
11762 [is_remote target]. Enable annotations after running to main.
11763 Remove unused "set test..." line.
11764
11765 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11766
11767 * gdb.trace/trace-enable-disable.exp: New file.
11768 * gdb.trace/trace-enable-disable.c: New file.
11769
11770 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11771
11772 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11773 use it in info sharedlibrary test.
11774 * gdb.trace/ftrace-lock.exp: Likewise.
11775 * gdb.trace/ftrace.exp: Likewise.
11776 * gdb.trace/range-stepping.exp: Likewise.
11777 * gdb.trace/trace-break.exp: Likewise.
11778 * gdb.trace/trace-condition.exp: Likewise.
11779 * gdb.trace/trace-mt.exp: Likewise.
11780
11781 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11782
11783 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11784 (gdb_load_shlib): ... this.
11785 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11786 gdb_load_shlib.
11787 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11788 * gdb.base/ctxobj.exp: Likewise.
11789 * gdb.base/dprintf-pending.exp: Likewise.
11790 * gdb.base/dso2dso.exp: Likewise.
11791 * gdb.base/fixsection.exp: Likewise.
11792 * gdb.base/gcore-relro.exp: Likewise.
11793 * gdb.base/gdb1555.exp: Likewise.
11794 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11795 * gdb.base/gnu-ifunc.exp: Likewise.
11796 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11797 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11798 * gdb.base/pending.exp: Likewise.
11799 * gdb.base/print-file-var.exp: Likewise.
11800 * gdb.base/print-symbol-loading.exp: Likewise.
11801 * gdb.base/shlib-call.exp: Likewise.
11802 * gdb.base/shreloc.exp: Likewise.
11803 * gdb.base/so-impl-ld.exp: Likewise.
11804 * gdb.base/solib-disc.exp: Likewise.
11805 * gdb.base/solib-nodir.exp: Likewise.
11806 * gdb.base/solib-overlap.exp: Likewise.
11807 * gdb.base/solib-symbol.exp: Likewise.
11808 * gdb.base/solib-weak.exp (do_test): Likewise.
11809 * gdb.base/sym-file.exp: Likewise.
11810 * gdb.base/symtab-search-order.exp: Likewise.
11811 * gdb.base/type-opaque.exp: Likewise.
11812 * gdb.base/unload.exp: Likewise.
11813 * gdb.base/watchpoint-solib.exp: Likewise.
11814 * gdb.compile/compile.exp: Likewise.
11815 * gdb.cp/gdb2384.exp: Likewise.
11816 * gdb.cp/infcall-dlopen.exp: Likewise.
11817 * gdb.cp/re-set-overloaded.exp: Likewise.
11818 * gdb.fortran/library-module.exp: Likewise.
11819 * gdb.opt/solib-intra-step.exp: Likewise.
11820 * gdb.python/py-finish-breakpoint.exp: Likewise.
11821 * gdb.python/py-shared.exp: Likewise.
11822 * gdb.reverse/solib-precsave.exp: Likewise.
11823 * gdb.reverse/solib-reverse.exp: Likewise.
11824 * gdb.server/solib-list.exp: Likewise.
11825 * gdb.threads/dlopen-libpthread.exp: Likewise.
11826 * gdb.threads/tls-shared.exp: Likewise.
11827 * gdb.threads/tls-so_extern.exp: Likewise.
11828 * gdb.trace/change-loc.exp: Likewise.
11829 * gdb.trace/ftrace-lock.exp: Likewise.
11830 * gdb.trace/ftrace.exp: Likewise.
11831 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11832 * gdb.trace/pending.exp: Likewise.
11833 * gdb.trace/range-stepping.exp: Likewise.
11834 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11835 (strace_info_marker): Likewise.
11836 (strace_probe_marker): Likewise.
11837 (strace_trace_on_same_addr): Likewise.
11838 (strace_trace_on_diff_addr): Likewise.
11839 * gdb.trace/trace-break.exp: Likewise.
11840 * gdb.trace/trace-condition.exp: Likewise.
11841 * gdb.trace/trace-mt.exp: Likewise.
11842
11843 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11844
11845 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11846 result of gdb_remote_download.
11847 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11848 * gdb.base/dso2dso.exp: Likewise.
11849 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11850 * gdb.base/print-file-var.exp: Likewise.
11851 * gdb.base/shlib-call.exp: Likewise.
11852 * gdb.base/shreloc.exp: Likewise.
11853 * gdb.base/solib-overlap.exp: Likewise.
11854 * gdb.base/solib-weak.exp (do_test): Likewise.
11855 * gdb.base/unload.exp: Likewise.
11856
11857 2016-04-27 Yao Qi <yao.qi@linaro.org>
11858
11859 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11860 exists.
11861
11862 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11863
11864 * vla-type.exp: Print structure from toplevel.
11865
11866 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11867
11868 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11869 of dynamic types.
11870 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11871 of dynamic types.
11872
11873 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11874
11875 * gdb.fortran/vla-type.f90: New file.
11876 * gdb.fortran/vla-type.exp: New file.
11877
11878 2016-04-25 Yao Qi <yao.qi@linaro.org>
11879
11880 * gdb.base/branch-to-self.c: New file.
11881 * gdb.base/branch-to-self.exp: New file.
11882
11883 2016-04-22 Yao Qi <yao.qi@linaro.org>
11884
11885 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11886 more after $hex.
11887
11888 2016-04-22 Yao Qi <yao.qi@linaro.org>
11889
11890 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11891 * gdb.base/annota3.exp: Likewise.
11892
11893 2016-04-22 Yao Qi <yao.qi@linaro.org>
11894
11895 * gdb.reverse/step-precsave.exp: Do one step and test program
11896 stops in "callee" and do multiple steps until program goes out
11897 of "callee".
11898 * gdb.reverse/step-reverse.exp: Likewise.
11899
11900 2016-04-22 Yao Qi <yao.qi@linaro.org>
11901
11902 * gdb.trace/signal.exp: Also pass if
11903 $tracepoint_hits($i) > $iterations.
11904
11905 2016-04-22 Yao Qi <yao.qi@linaro.org>
11906
11907 * gdb.trace/signal.c: New file.
11908 * gdb.trace/signal.exp: New file.
11909
11910 2016-04-19 Doug Evans <xdje42@gmail.com>
11911
11912 * gdb.base/bad-file.exp: New file.
11913
11914 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11915
11916 * gdb.dwarf2/implref.exp: New file.
11917
11918 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11919
11920 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11921 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11922 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11923 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11924 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11925 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11926 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11927 * lib/fortran.exp (fortran_int4): New procedure.
11928 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11929 (fortran_logical4): Likewise.
11930
11931 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
11932
11933 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
11934
11935 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11936
11937 * lib/compiler.c: Add Intel specific preprocessor macros.
11938 * lib/compiler.cc: Likewise.
11939
11940 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
11941
11942 * gdb.server/connect-with-no-symbol-file.c: New file.
11943 * gdb.server/connect-with-no-symbol-file.exp: New file.
11944
11945 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11946
11947 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
11948
11949 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11950
11951 * boards/gdbserver-base.exp (${board}_download): Copy source file to
11952 standard output directory.
11953
11954 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
11955
11956 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
11957
11958 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
11959
11960 * gdb.btrace/instruction_history.c (loop): Add declaration.
11961
11962 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11963
11964 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
11965
11966 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
11967
11968 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
11969 parentheses to print.
11970 (continue_handler): Likewise.
11971
11972 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
11973
11974 * gdb.server/solib-list.exp: Remove is_remote check.
11975 Pass shlib= to gdb_compile. Don't link shared library with
11976 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
11977 Run binary filename through "readlink -f" on the target.
11978
11979 2016-04-08 Pedro Alves <palves@redhat.com>
11980
11981 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
11982 interpreter filename as argument to gdbserver_spawn.
11983 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11984 Return empty if $last_loaded_file does not exist.
11985
11986 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11987
11988 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
11989 * gdb.base/jit-main.c: Use exit after usage.
11990
11991 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11992
11993 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
11994 GDBHISTSIZE prior to the tests.
11995 * gdb.base/gdbinit-history.exp: Likewise.
11996
11997 2016-04-07 Pedro Alves <palves@redhat.com>
11998
11999 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12000 instead of build_executable. Use gdb_load_shlibs.
12001
12002 2016-04-07 Yao Qi <yao.qi@linaro.org>
12003
12004 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12005 Execute "si" command.
12006
12007 2016-04-07 Yao Qi <yao.qi@linaro.org>
12008
12009 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12010 number instead of the comments on some line.
12011
12012 2016-04-06 Don Breazeal <donb@codesourcery.com>
12013
12014 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12015 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12016
12017 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12018
12019 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12020 standard_output_file. Remove unused binfile variable.
12021
12022 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
12023
12024 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12025 * gdb.python/py-mi-objfile.exp: Match "list main" output
12026 in console format.
12027
12028 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12029
12030 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12031 absolute.
12032
12033 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12034
12035 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12036 absolute.
12037 * gdb.trace/ftrace.exp: Likewise.
12038 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12039 targets as well.
12040 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12041 (gdb_load_shlibs): Copy libraries to test directory when testing
12042 natively. Only set solib-search-path if testing remotely.
12043 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12044
12045 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12046
12047 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12048 gdb_download. Use it even if the target is not remote.
12049 * gdb.base/jit.exp (compile_jit_test): Likewise.
12050 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12051 output directory if the destination board is local, otherwise use
12052 the standard remote_download from DejaGnu.
12053 (gdb_download): Remove.
12054 (gdb_load_shlibs): Use gdb_remote_download instead of
12055 gdb_download.
12056 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12057 Use gdb_remote_download instead of gdb_download. Use it even if
12058 the target is not remote.
12059 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12060 instead of gdb_download.
12061
12062 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12063
12064 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12065 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12066 run.
12067
12068 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
12069
12070 PR gdb/19820
12071 * gdb.base/printcmds.exp: Add artificial arrays tests.
12072
12073 2016-03-31 Pedro Alves <palves@redhat.com>
12074
12075 PR gdb/19858
12076 * gdb.base/jit-main.c: Include unistd.h.
12077 (ATTACH): Define to 0 if not already defined.
12078 (wait_for_gdb, mypid): New globals.
12079 (WAIT_FOR_GDB): New macro.
12080 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12081 some breakpoint locations.
12082 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12083 New procedures.
12084 (one_jit_test): Add REATTACH parameter, and handle it. Use
12085 continue_to_test_location.
12086 (top level): Test attach, and adjusts calls to one_jit_test.
12087
12088 2016-03-31 Pedro Alves <palves@redhat.com>
12089
12090 PR gdb/19858
12091 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12092 BINSUFFIX parameter, and handle it.
12093 (top level): Adjust calls compile_jit_test.
12094
12095 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
12096
12097 PR python/19743
12098 * gdb.python/py-mi-events-gdb.py: New file.
12099 * gdb.python/py-mi-events.c: New file.
12100 * gdb.python/py-mi-events.exp: New file.
12101
12102 2016-03-30 Yao Qi <yao.qi@linaro.org>
12103
12104 * gdb.reverse/until-precsave.exp: Match function name only.
12105 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12106 Move malloc to a condition block.
12107 * gdb.reverse/until-reverse.exp: Match function name only.
12108
12109 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12110
12111 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12112 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12113 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12114 variable for GPR 0 instead of assuming it is register 0.
12115 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12116 * lib/trace-support.exp: Add s390 registers.
12117
12118 2016-03-29 Yao Qi <yao.qi@linaro.org>
12119
12120 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12121
12122 2016-03-24 Yao Qi <yao.qi@linaro.org>
12123
12124 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12125 test message.
12126
12127 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12128
12129 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12130 maintaining separate logic for constructing the output path.
12131
12132 2016-03-16 Don Breazeal <donb@codesourcery.com>
12133
12134 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12135 Retry fork and waitpid on interrupted system call errors.
12136 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12137 Use with_timeout_factor to increase timeout by factor of 10.
12138
12139 2016-03-15 Don Breazeal <donb@codesourcery.com>
12140
12141 * gdb.cp/scope-err.cc: New test program.
12142 * gdb.cp/scope-err.exp: New test script.
12143 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12144 lines and "set breakpoint here" comment.
12145 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12146 Fixed some whitespace and format issues.
12147 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12148 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12149
12150 2016-03-15 Doug Evans <dje@google.com>
12151
12152 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12153 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12154 All callers updated. Add tests for enums, mixed flags register.
12155
12156 2016-03-15 Doug Evans <dje@google.com>
12157
12158 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12159 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12160
12161 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12162
12163 * gdb.base/default.exp: Add $_as_string to the list of expected
12164 convenience functions.
12165
12166 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12167
12168 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12169
12170 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12171
12172 * gdb.python/py-as-string.exp: New file.
12173 * gdb.python/py-as-string.c: New file.
12174
12175 2016-03-09 Pedro Alves <palves@redhat.com>
12176
12177 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12178 signal" -> "Thread NN received signal" output change.
12179 * gdb.threads/ia64-sigill.exp: Likewise.
12180 * gdb.threads/linux-dp.exp: Likewise.
12181 * gdb.threads/manythreads.exp: Likewise.
12182 * gdb.threads/pending-step.exp: Likewise.
12183 * gdb.threads/print-threads.exp: Likewise.
12184 * gdb.threads/sigstep-threads.exp: Likewise.
12185 * gdb.threads/staticthreads.exp: Likewise.
12186 * gdb.threads/tls.exp: Likewise.
12187
12188 2016-03-09 Pedro Alves <palves@redhat.com>
12189
12190 * gdb.base/command-line-input.exp: New file.
12191
12192 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12193
12194 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12195 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12196 * gdb.trace/pending.exp: Accept leading dot before function name.
12197 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12198 * lib/trace-support.exp: Set registers for ppc.
12199
12200 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12201
12202 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12203 use it for disassembly; accept .main in addition to main in backtrace.
12204
12205 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
12206 Marcin Kościelnicki <koriakin@0x04.net>
12207
12208 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12209 (gdb_recursion_test_ptr): New global variable.
12210 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12211 gdb_recursion_test.
12212 (gdb_c_test): Ditto.
12213
12214 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12215
12216 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12217 ordering.
12218
12219 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12220
12221 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12222 (bar): Add bar_start_lbl label.
12223 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12224 of foo/bar for emitting DWARF and tracing.
12225
12226 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12227
12228 * analyze-racy-logs.py: Set executable bit.
12229
12230 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12231
12232 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12233 (CHECK_TARGET_TMP): Likewise.
12234 (check-single-racy): New rule.
12235 (check-parallel-racy): Likewise.
12236 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12237 (do-check-parallel-racy): New rule.
12238 (check-racy/%.exp): Likewise.
12239 * README (Racy testcases): New section.
12240 * analyze-racy-logs.py: New file.
12241
12242 2016-03-03 Doug Evans <dje@google.com>
12243
12244 * gdb.base/skip.exp: Use with_test_prefix.
12245
12246 2016-03-03 Yao Qi <yao.qi@linaro.org>
12247
12248 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12249 Invoke step_over_syscall "clone" and break_cond_on_syscall
12250 "clone".
12251 * gdb.base/step-over-clone.c: New file.
12252
12253 2016-03-03 Yao Qi <yao.qi@linaro.org>
12254
12255 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12256 code format.
12257
12258 2016-03-03 Yao Qi <yao.qi@linaro.org>
12259
12260 * gdb.base/disp-step-fork.c: Rename to ...
12261 * gdb.base/step-over-fork.c: ... it. New file.
12262 * gdb.base/disp-step-vfork.c: Rename to ...
12263 * gdb.base/step-over-vfork.c: ... it. New file.
12264 * gdb.base/disp-step-syscall.exp: Rename to ...
12265 * gdb.base/step-over-syscall.exp: ... it. New file.
12266 (disp_step_cross_syscall): Rename to ...
12267 (step_over_syscall): ... it.
12268
12269 2016-03-03 Yao Qi <yao.qi@linaro.org>
12270
12271 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12272 If target supports condition evaluation on target, invoke
12273 break_cond_on_syscall for fork and vfork.
12274
12275 2016-03-03 Yao Qi <yao.qi@linaro.org>
12276
12277 * gdb.base/disp-step-syscall.exp: Don't invoke
12278 support_displaced_stepping.
12279 (disp_step_cross_syscall): Test with displaced stepping off and
12280 on if supported.
12281
12282 2016-03-03 Yao Qi <yao.qi@linaro.org>
12283
12284 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12285 proc.
12286 (setup): New proc.
12287 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12288 and setup.
12289
12290 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12291
12292 * gdb.fortran/vla-history.exp: Remove breakpoint.
12293
12294 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12295
12296 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12297 exceeds timeout.
12298
12299 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12300
12301 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12302 breakpoint.
12303
12304 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12305
12306 * gdb.mi/vla.f90: Nullify pointer after declaration.
12307
12308 2016-03-01 Pedro Alves <palves@redhat.com>
12309
12310 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12311
12312 2016-03-01 Pedro Alves <palves@redhat.com>
12313
12314 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12315 before anything else.
12316 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12317 _GNU_SOURCE here.
12318 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12319 before anything else.
12320 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12321
12322 2016-03-01 Pedro Alves <palves@redhat.com>
12323
12324 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12325
12326 2016-03-01 Yao Qi <yao.qi@linaro.org>
12327
12328 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12329 prepare_for_testing.
12330
12331 2016-03-01 Yao Qi <yao.qi@linaro.org>
12332
12333 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12334
12335 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12336
12337 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12338 manually constructing the output path.
12339
12340 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12341
12342 * gdb.arch/s390-stackless.S: New.
12343 * gdb.arch/s390-stackless.exp: New.
12344
12345 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12346
12347 * gdb.dlang/circular.c: New file.
12348 * gdb.dlang/circular.exp: New file.
12349
12350 2016-02-26 Yao Qi <yao.qi@linaro.org>
12351
12352 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12353 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12354 (testcases): Update.
12355
12356 2016-02-26 Yao Qi <yao.qi@linaro.org>
12357
12358 * gdb.reverse/aarch64.c: Rename to ...
12359 * gdb.reverse/insn-reverse.c: ... it.
12360 * gdb.reverse/aarch64.exp: Rename to ...
12361 * gdb.reverse/insn-reverse.exp: ... it.
12362
12363 2016-02-26 Yao Qi <yao.qi@linaro.org>
12364
12365 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12366 (testcase_ftype): New.
12367 (testcases): New array.
12368 (n_testcases): New.
12369 (main): Call each element in testcases.
12370 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12371 (read_testcase): New.
12372 Do the tests in a loop.
12373
12374 2016-02-25 Yao Qi <yao.qi@linaro.org>
12375
12376 * gdb.base/branches.c: Remove.
12377
12378 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12379
12380 PR gdb/13808
12381 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12382
12383 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12384
12385 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12386
12387 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12388
12389 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12390 change x86_64 call_insn to 'callq'.
12391
12392 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12393
12394 * gdb.trace/tfile-avx.c: Move to...
12395 * gdb.trace/tracefile-pseudo-reg.c: Here.
12396 * gdb.trace/tfile-avx.exp: Move to...
12397 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12398
12399 2016-02-24 Gary Benson <gbenson@redhat.com>
12400
12401 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12402 message on attach.
12403
12404 2016-02-23 Doug Evans <dje@google.com>
12405
12406 * gdb.base/skip.c (test_skip): New function.
12407 (end_test_skip_file_and_function): New function.
12408 (test_skip_file_and_function): New function.
12409 * gdb.base/skip1.c (test_skip): New function.
12410 (skip1_test_skip_file_and_function): New function.
12411 * gdb.base/skip.exp: Add tests for new skip options.
12412 * gdb.base/skip-solib.exp: Update expected output.
12413 * gdb.perf/skip-command.cc: New file.
12414 * gdb.perf/skip-command.exp: New file.
12415 * gdb.perf/skip-command.py: New file.
12416
12417 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12418
12419 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12420 info registers pattern.
12421
12422 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12423
12424 * lib/future.exp: Add D support.
12425 (gdb_find_gdc): New proc.
12426 (gdb_default_target_compile): Add D support.
12427
12428 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
12429
12430 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12431 user+system time.
12432 (trace_speed_test): Determine the iteration count for a time
12433 between 15..30 seconds.
12434
12435 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12436
12437 * gdb.arch/i386-mpx-sigsegv.c: New file.
12438 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12439 * gdb.arch/i386-mpx-simple_segv.c: New file.
12440 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12441
12442 2016-02-18 Yao Qi <yao.qi@linaro.org>
12443
12444 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12445 Don't call setup_kfail.
12446
12447 2016-02-18 Yao Qi <yao.qi@linaro.org>
12448
12449 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12450 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12451
12452 2016-02-16 Doug Evans <dje@google.com>
12453
12454 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12455 * gdb.base/skip1.c: Ditto.
12456 * gdb.base/skip.exp: Whitespace cleanup.
12457
12458 2016-02-16 Don Breazeal <donb@codesourcery.com>
12459
12460 PR remote/19496
12461 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12462 Remove kfail for PR remote/19496.
12463
12464 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12465
12466 * lib/gdb.exp (standard_temp_file): Return a path specific to
12467 the runtest invocation.
12468
12469 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12470
12471 * gdb.trace/save-trace.exp: Change relative path to be in the
12472 standard output directory.
12473
12474 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12475
12476 * gdb.arch/i386-prologue.c: Add missing prototypes.
12477
12478 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12479
12480 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12481 * gdb.arch/i386-prologue.exp: Likewise.
12482 * gdb.arch/i386-size.exp: Likewise.
12483
12484 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12485
12486 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12487 define object file path.
12488 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12489 file path.
12490 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12491 standard_output_file to define binfile.
12492
12493 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12494
12495 Fix compatibility with recent gfortran-5.3.1.
12496 * gdb.fortran/vla-history.exp (print vla1 allocated)
12497 (print vla2 allocated, print $2, print $3): Remove
12498 (print $4): Rename to ...
12499 (print $2): ... here.
12500 (print $9): Rename to ...
12501 (print $5): ... here.
12502 (print $10): Rename to ...
12503 (print $6): ... here.
12504 * gdb.fortran/vla.f90: Add pvla initialization.
12505
12506 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12507
12508 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12509 New test.
12510 * gdb.fortran/vla-value-sub.exp: Likewise.
12511
12512 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12513
12514 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12515
12516 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12517
12518 * i386-biarch-core.exp: Define corefile using
12519 standard_output_file.
12520
12521 2016-02-12 Yao Qi <yao.qi@linaro.org>
12522
12523 * gdb.arch/arm-single-step-kernel-helper.c: New.
12524 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12525
12526 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12527
12528 * gdb.btrace/tailcall-only.exp: New.
12529 * gdb.btrace/tailcall-only.c: New.
12530 * gdb.btrace/x86_64-tailcall-only.S: New.
12531 * gdb.btrace/i686-tailcall-only.S: New.
12532
12533 2016-02-11 Pedro Alves <palves@redhat.com>
12534
12535 * README (Parallel testing): Add missing double quotes.
12536
12537 2016-02-11 Pedro Alves <palves@redhat.com>
12538
12539 * README (Parallel testing): New section.
12540 (GDB_PARALLEL): Rewrite.
12541 (FORCE_PARALLEL): Document.
12542
12543 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12544
12545 * gdb.trace/tfile-avx.c: New test.
12546 * gdb.trace/tfile-avx.exp: New test.
12547
12548 2016-02-09 Keith Seitz <keiths@redhat.com>
12549
12550 PR breakpoints/19546
12551 * gdb.base/infcall-exec.c: New file.
12552 * gdb.base/infcall-exec2.c: New file.
12553 * gdb.base/infcall-exec.exp: New file.
12554
12555 2016-02-09 Keith Seitz <keiths@redhat.com>
12556
12557 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12558 (toplevel): Call test_bkpt_address.
12559
12560 2016-02-09 Keith Seitz <keiths@redhat.com>
12561
12562 PR python/19506
12563 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12564 (toplevel): Call test_bkpt_address.
12565
12566 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12567
12568 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12569 to AC_OUTPUT.
12570 * configure: Regenerate.
12571
12572 2016-02-09 Pedro Alves <palves@redhat.com>
12573
12574 PR breakpoints/19548
12575 * gdb.base/execl-update-breakpoints.c (some_function): New
12576 function.
12577 (main): Call it.
12578 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12579 Tighten expected GDB output.
12580
12581 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12582
12583 * Makefile.in (ALL_SUBDIRS): Remove.
12584 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12585 (distclean maintainer-clean realclean): Likewise.
12586 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12587 * configure: Regenerate.
12588 * gdb.ada/Makefile.in: Delete.
12589 * gdb.arch/Makefile.in: Likewise.
12590 * gdb.asm/Makefile.in: Likewise.
12591 * gdb.base/Makefile.in: Likewise.
12592 * gdb.btrace/Makefile.in: Likewise.
12593 * gdb.cell/Makefile.in: Likewise.
12594 * gdb.compile/Makefile.in: Likewise.
12595 * gdb.cp/Makefile.in: Likewise.
12596 * gdb.disasm/Makefile.in: Likewise.
12597 * gdb.dlang/Makefile.in: Likewise.
12598 * gdb.dwarf2/Makefile.in: Likewise.
12599 * gdb.fortran/Makefile.in: Likewise.
12600 * gdb.gdb/Makefile.in: Likewise.
12601 * gdb.go/Makefile.in: Likewise.
12602 * gdb.guile/Makefile.in: Likewise.
12603 * gdb.java/Makefile.in: Likewise.
12604 * gdb.linespec/Makefile.in: Likewise.
12605 * gdb.mi/Makefile.in: Likewise.
12606 * gdb.modula2/Makefile.in: Likewise.
12607 * gdb.multi/Makefile.in: Likewise.
12608 * gdb.objc/Makefile.in: Likewise.
12609 * gdb.opencl/Makefile.in: Likewise.
12610 * gdb.opt/Makefile.in: Likewise.
12611 * gdb.pascal/Makefile.in: Likewise.
12612 * gdb.perf/Makefile.in: Likewise.
12613 * gdb.python/Makefile.in: Likewise.
12614 * gdb.reverse/Makefile.in: Likewise.
12615 * gdb.server/Makefile.in: Likewise.
12616 * gdb.stabs/Makefile.in: Likewise.
12617 * gdb.threads/Makefile.in: Likewise.
12618 * gdb.trace/Makefile.in: Likewise.
12619 * gdb.xml/Makefile.in: Likewise.
12620 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12621 GDB_PARALLEL.
12622 (standard_output_file): Remove check for GDB_PARALLEL, always
12623 return path in outputs/$subdir/$testname.
12624
12625 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12626
12627 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12628 (site.exp): Assign abs_srcdir to tcl's srcdir.
12629
12630 2016-02-04 Yao Qi <yao.qi@linaro.org>
12631
12632 * gdb.base/foll-exec-mode.c: Include limits.h.
12633 (main): Add parameters argc and argv. Get directory from
12634 argv[0].
12635 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12636 compilation.
12637 * gdb.base/foll-exec.c: Include limits.h.
12638 (main): Add parameters argc and argv.
12639 Get directory from argv[0].
12640 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12641 Adjust tests on the number of lines as source code changed.
12642 * gdb.base/foll-vfork-exit.c: Include limits.h.
12643 (main): Add one line of statement before vfork.
12644 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12645 (main): Add parameters argc and argv. Get directory from
12646 argv[0].
12647 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12648 (setup_gdb): Set tbreak to skip some source lines.
12649 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12650 (main): Add parameters argc and argv. Get directory from
12651 argv[0].
12652 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12653 compilation.
12654 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12655 (main): Add parameters argc and argv. Get directory from
12656 argv[0].
12657 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12658 compilation.
12659
12660 2016-02-01 Doug Evans <dje@google.com>
12661
12662 * gdb.base/skip.exp: Clean up multiple references to same test name.
12663
12664 2016-02-01 Pedro Alves <palves@redhat.com>
12665
12666 PR remote/19496
12667 * gdb.threads/forking-threads-plus-breakpoint.exp
12668 (displaced_stepping_supported): New global.
12669 (probe_displaced_stepping_support): New procedure.
12670 (do_test): Add 'displaced' parameter, and use it.
12671 (top level): Check for displaced stepping support. Add displaced
12672 stepping on/off testing axis.
12673
12674 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12675
12676 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12677 pointer. Don't perform further tests on the unassociated pointer
12678 if the first test fails.
12679
12680 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12681
12682 * gdb.base/max-value-size.c: New file.
12683 * gdb.base/max-value-size.exp: New file.
12684 * gdb.base/huge.exp: Disable max-value-size for this test.
12685
12686 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12687
12688 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12689
12690 2016-01-28 Yao Qi <yao.qi@linaro.org>
12691
12692 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12693
12694 2016-01-25 Pedro Alves <palves@redhat.com>
12695
12696 PR threads/19461
12697 * gdb.base/fork-running-state.c: New file.
12698 * gdb.base/fork-running-state.exp: New file.
12699
12700 2016-01-25 Pedro Alves <palves@redhat.com>
12701
12702 PR gdb/19494
12703 * gdb.base/catch-fork-kill.c: New file.
12704 * gdb.base/catch-fork-kill.exp: New file.
12705
12706 2016-01-25 Pedro Alves <palves@redhat.com>
12707
12708 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12709 Delete, moved to lib/gdb.exp.
12710 * gdb.threads/forking-threads-plus-breakpoint.exp
12711 (foreach_with_prefix): Likewise.
12712 * gdb.threads/process-dies-while-handling-bp.exp
12713 (foreach_with_prefix): Likewise.
12714 * lib/gdb.exp (foreach_with_prefix): New procedure.
12715
12716 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12717
12718 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12719 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12720
12721 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12722
12723 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12724 endian targets.
12725
12726 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12727 Pedro Alves <palves@redhat.com>
12728
12729 Fix testsuite compatibility with Guile.
12730 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12731 number.
12732
12733 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12734
12735 Fix testsuite compatibility with Guile.
12736 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12737 (thread 1): New test for backtrace through signal handler.
12738
12739 2016-01-22 Yao Qi <yao.qi@linaro.org>
12740
12741 PR testsuite/19491
12742 * gdb.base/multi-forks.c: Include
12743 ../lib/unbuffer_output.c
12744 (main): Call gdb_unbuffer_output.
12745
12746 2016-01-21 Doug Evans <dje@google.com>
12747
12748 * lib/ada.exp (gdb_compile_ada): Fix typo.
12749
12750 2016-01-21 Joel Brobecker <brobecker@adacore.com>
12751
12752 * gdb.base/break-fun-addr.exp: New file.
12753 * gdb.base/break-fun-addr1.c: New file.
12754 * gdb.base/break-fun-addr2.c: New file.
12755
12756 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12757
12758 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12759 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12760 enum flag values.
12761
12762 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12763
12764 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12765 when GDB can not set the vector return value. Add more comments
12766 for clarification.
12767
12768 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12769
12770 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12771 command.
12772
12773 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12774
12775 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12776
12777 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12778
12779 * Makefile.in (check-single): Pass --status to runtest.
12780 (check/%.exp): Likewise.
12781
12782 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12783
12784 * Makefile.in (check-parallel): Propagate return code from make
12785 do-check-parallel.
12786
12787 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12788
12789 * gdb.trace/ftrace.exp: Fix expected message on continue.
12790 * gdb.trace/pending.exp: Fix expected message on continue.
12791 * gdb.trace/trace-break.exp: Fix expected message on continue.
12792
12793 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12794
12795 * lib/gdb.exp (gdb_test): Remove unused global references.
12796
12797 2016-01-18 Pedro Alves <palves@redhat.com>
12798
12799 * gdb.base/async-shell.exp: Adjust expected output.
12800 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12801 * gdb.base/siginfo-thread.exp: Adjust expected output.
12802 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12803 * gdb.java/jnpe.exp: Adjust expected output.
12804 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12805 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12806 * gdb.threads/leader-exit.exp: Adjust expected output.
12807 * gdb.threads/manythreads.exp: Adjust expected output.
12808 * gdb.threads/pthreads.exp: Adjust expected output.
12809 * gdb.threads/schedlock.exp: Adjust expected output.
12810 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12811 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12812 expected output.
12813 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12814 output.
12815 * gdb.threads/sigthread.exp: Adjust expected output.
12816 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12817
12818 2016-01-18 Yao Qi <yao.qi@linaro.org>
12819
12820 * gdb.guile/scm-section-script.c: Replace @progbits with
12821 %progbits.
12822 * gdb.python/py-section-script.c: Likewise.
12823
12824 2016-01-15 Pedro Alves <palves@redhat.com>
12825
12826 * gdb.multi/tids.exp: Test star wildcard ranges.
12827
12828 2016-01-15 Pedro Alves <palves@redhat.com>
12829
12830 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12831 command from "thread apply" invocation.
12832 (thr_apply_info_thr_invalid): Default the expected output to the
12833 input tid list.
12834 (top level): Add tests that use convenience variables. Add tests
12835 for "thread apply" with a valid TID list, but missing the command.
12836
12837 2016-01-13 Pedro Alves <palves@redhat.com>
12838
12839 * gdb.base/default.exp: Expect $_gthread as well.
12840 * gdb.multi/tids.exp: Test $_gthread.
12841 * gdb.threads/thread-specific.exp: Test $_gthread.
12842
12843 2016-01-13 Pedro Alves <palves@redhat.com>
12844
12845 * gdb.multi/tids.exp: Test "info threads -gid".
12846
12847 2016-01-13 Pedro Alves <palves@redhat.com>
12848
12849 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12850 Breakpoint.thread.
12851 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12852
12853 2016-01-07 Pedro Alves <palves@redhat.com>
12854
12855 * gdb.base/break.exp: Adjust to output changes.
12856 * gdb.base/hbreak2.exp: Likewise.
12857 * gdb.base/sepdebug.exp: Likewise.
12858 * gdb.base/watch_thread_num.exp: Likewise.
12859 * gdb.linespec/keywords.exp: Likewise.
12860 * gdb.multi/info-threads.exp: Likewise.
12861 * gdb.threads/thread-find.exp: Likewise.
12862 * gdb.multi/tids.c: New file.
12863 * gdb.multi/tids.exp: New file.
12864
12865 2016-01-13 Pedro Alves <palves@redhat.com>
12866
12867 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12868
12869 2016-01-13 Pedro Alves <palves@redhat.com>
12870
12871 * gdb.base/default.exp: Expect $_inferior as well.
12872 * gdb.multi/base.exp: Test $_inferior.
12873
12874 2016-01-13 Pedro Alves <palves@redhat.com>
12875
12876 PR breakpoints/19388
12877 * gdb.base/catch-signal-siginfo-cond.c: New file.
12878 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12879
12880 2016-01-12 Josh Stone <jistone@redhat.com>
12881 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12882
12883 * gdb.base/catch-syscall.c (do_execve): New variable.
12884 (main): Conditionally trigger an execve.
12885 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12886 (test_catch_syscall_execve): New, check entry/return across execve.
12887 (do_syscall_tests): Call test_catch_syscall_execve.
12888
12889 2016-01-12 Pedro Alves <palves@redhat.com>
12890
12891 * gdb.base/random-signal.exp (do_test): New procedure, with body
12892 of testcase moved in.
12893
12894 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12895 Pedro Alves <palves@redhat.com>
12896
12897 * gdb.base/funcargs.exp (finish from indirectly called function):
12898 Reintroduce the case for 'First'.
12899
12900 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12901 Pedro Alves <palves@redhat.com>
12902
12903 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12904 (tcatch_vfork_then_child_follow_exec)
12905 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12906 identification.
12907
12908 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12909
12910 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12911 and repeats to unlimited.
12912 * gdb.python/py-value.exp: Likewise.
12913 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12914 and repeats to unlimited.
12915
12916 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12917
12918 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12919 and reordering the functions.
12920 * gdb.multi/hangout.c: Likewise.
12921 * gdb.multi/hello.c: Likewise.
12922
12923 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12924
12925 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12926 absolute.
12927 (SingleStatisticTestResult.report): Use dict.keys instead of
12928 dict.iterkeys.
12929
12930 2016-01-06 Pedro Alves <palves@redhat.com>
12931
12932 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
12933
12934 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
12935
12936 * gdb.btrace/dlopen.exp: New.
12937 * gdb.btrace/dlopen.c: New.
12938 * gdb.btrace/dlopen-dso.c: New.
12939
12940 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
12941
12942 * lib/gdb.exp (gdb_test): Update comments to clarify that the
12943 PATTERN argument is optional.
12944
12945 2015-12-24 Joel Brobecker <brobecker@adacore.com>
12946
12947 * lib/ada.exp (target_compile_ada_from_dir): New function.
12948 (gdb_compile_ada): Reimplement avoiding the use of project files.
12949 * gdb.ada/gnat_ada.gpr: Delete.
12950 * gdb.ada/cond_lang.exp: Adjust test to make path before
12951 filename optional.
12952 * gdb.ada/small_reg_param.exp: Likewise.
12953
12954 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
12955
12956 * gdb.base/foll-vork.exp: Remove HP-UX special case.
12957
12958 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
12959
12960 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
12961 case.
12962
12963 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
12964
12965 * gdb.base/break.exp: Remove dead code.
12966 * gdb.base/sepdebug.exp: Likewise.
12967
12968 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12969
12970 * gdb.asm/asm-source.exp: Remove HP-UX references.
12971 * gdb.base/annota1.exp: Likewise.
12972 * gdb.base/annota3.exp: Likewise.
12973 * gdb.base/attach.exp: Likewise.
12974 * gdb.base/bigcore.exp: Likewise.
12975 * gdb.base/break.exp: Likewise.
12976 * gdb.base/call-ar-st.exp: Likewise.
12977 * gdb.base/callfuncs.exp: Likewise.
12978 * gdb.base/catch-fork-static.exp: Likewise.
12979 * gdb.base/display.exp: Likewise.
12980 * gdb.base/foll-exec-mode.exp: Likewise.
12981 * gdb.base/foll-exec.exp: Likewise.
12982 * gdb.base/foll-fork.exp: Likewise.
12983 * gdb.base/foll-vfork.exp: Likewise.
12984 * gdb.base/funcargs.exp: Likewise.
12985 * gdb.base/hbreak2.exp: Likewise.
12986 * gdb.base/inferior-died.exp: Likewise.
12987 * gdb.base/interrupt.exp: Likewise.
12988 * gdb.base/multi-forks.exp: Likewise.
12989 * gdb.base/nodebug.exp: Likewise.
12990 * gdb.base/sepdebug.exp: Likewise.
12991 * gdb.base/solib1.c: Likewise.
12992 * gdb.base/step-test.exp: Likewise.
12993 * gdb.mi/non-stop.c: Likewise.
12994 * gdb.mi/pthreads.c: Likewise.
12995 * gdb.multi/bkpt-multi-exec.ex: Likewise.
12996 * gdb.threads/pthreads.c: Likewise.
12997 * gdb.threads/staticthreads.exp: Likewise.
12998 * lib/future.exp: Likewise.
12999 * lib/gdb.exp: Likewise.
13000 * gdb.base/so-indr-cl.c: Remove.
13001 * gdb.base/so-indr-cl.exp: Likewise.
13002 * gdb.base/solib.c: Likewise.
13003 * gdb.base/solib.exp: Likewise.
13004 * gdb.base/solib2.c: Likewise.
13005
13006 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13007
13008 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13009 * gdb.base/call-ar-st.exp: Likewise.
13010 * gdb.base/callfuncs.exp: Likewise.
13011 * gdb.base/condbreak.exp: Likewise.
13012 * gdb.base/constvars.exp: Likewise.
13013 * gdb.base/hbreak2.exp: Likewise.
13014 * gdb.base/langs.exp: Likewise.
13015 * gdb.base/list.exp: Likewise.
13016 * gdb.base/long_long.exp: Likewise.
13017 * gdb.base/ptype.exp: Likewise.
13018 * gdb.base/scope.exp: Likewise.
13019 * gdb.base/signals.exp: Likewise.
13020 * gdb.base/so-impl-ld.exp: Likewise.
13021 * gdb.base/varargs.exp: Likewise.
13022 * gdb.base/volatile.exp: Likewise.
13023 * gdb.base/whatis.exp: Likewise.
13024 * gdb.cp/cplusfuncs.exp: Likewise.
13025 * gdb.cp/inherit.exp: Likewise.
13026 * gdb.cp/local.exp: Likewise.
13027 * gdb.cp/member-ptr.exp: Likewise.
13028 * gdb.cp/method.exp: Likewise.
13029 * gdb.cp/overload.exp: Likewise.
13030 * gdb.cp/templates.exp: Likewise.
13031 * gdb.stabs/weird.exp: Likewise.
13032 * lib/compiler.c: Likewise.
13033 * lib/compiler.cc: Likewise.
13034 * lib/cp-support.exp: Likewise.
13035 * lib/gdb.exp: Likewise.
13036
13037 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13038
13039 * configure.ac: Remove HP-UX case.
13040 * configure: Regenerate.
13041
13042 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13043
13044 * lib/gdb.exp (gdb_compile): Add function doc.
13045
13046 2015-12-17 Pedro Alves <palves@redhat.com>
13047
13048 PR threads/19354
13049 * gdb.multi/info-threads.exp: New file.
13050
13051 2015-12-15 Yao Qi <yao.qi@linaro.org>
13052
13053 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13054 is aarch64*-*-*.
13055
13056 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13057
13058 * gdb.base/history-duplicates.exp: Skip if no readline support.
13059
13060 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13061
13062 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13063
13064 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13065
13066 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13067
13068 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13069
13070 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13071 ctrl-C if nointerrupts target property is set.
13072 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13073 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13074 * gdb.base/paginate-bg-execution.exp: Likewise.
13075 * gdb.base/paginate-execution-startup.exp: Likewise.
13076 * gdb.base/random-signal.exp: Likewise.
13077 * gdb.base/range-stepping.exp: Likewise.
13078 * gdb.cp/annota2.exp: Likewise.
13079 * gdb.cp/annota3.exp: Likewise.
13080 * gdb.gdb/selftest.exp: Likewise.
13081 * gdb.threads/continue-pending-status.exp: Likewise.
13082 * gdb.threads/leader-exit.exp: Likewise.
13083 * gdb.threads/manythreads.exp: Likewise.
13084 * gdb.threads/pthreads.exp: Likewise.
13085 * gdb.threads/schedlock.exp: Likewise.
13086 * gdb.threads/sigthread.exp: Likewise.
13087
13088 2015-12-11 Don Breazeal <donb@codesourcery.com>
13089
13090 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13091 remote.
13092 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13093 * gdb.base/foll-exec.exp (main): Enable for target remote.
13094 * gdb.base/foll-fork.exp (main): Likewise.
13095 * gdb.base/foll-vfork.exp (main): Likewise.
13096 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13097 (proc continue_to_exit_bp_loc): Use clean_restart.
13098 * gdb.base/pie-execl.exp (main): Disable for target remote.
13099 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13100 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13101 * gdb.threads/execl.exp (main): Likewise.
13102 * gdb.threads/fork-child-threads.exp (main): Likewise.
13103 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13104 remote.
13105 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13106 remote.
13107 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13108 pid.tid style ptids, instead of just tid.
13109 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13110 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13111 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13112 ptids, instead of just tid.
13113
13114 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13115
13116 * gdb.base/list.exp (test_list_forward): Add end of file error
13117 test.
13118 (test_repeat_list_command): Add end of file error test.
13119 (test_list_backwards): Add beginning of file error test.
13120
13121 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13122
13123 * gdb.base/list.exp (test_list_invalid_args): New function,
13124 defined, and called.
13125
13126 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13127
13128 * gdb.base/list.exp (test_list): Make test names unique.
13129
13130 2015-12-11 Yao Qi <yao.qi@linaro.org>
13131
13132 * gdb.base/coremaker2.c: Remove.
13133
13134 2015-12-10 Pedro Alves <palves@redhat.com>
13135
13136 * gdb.multi/base.exp: Remove stale "spaces" references.
13137
13138 2015-12-10 Pedro Alves <palves@redhat.com>
13139
13140 * gdb.multi/base.exp: Don't use nowarnings.
13141 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13142 * gdb.multi/hangout.c: Include stdio.h.
13143 * gdb.multi/hello.c: Include stdlib.h.
13144 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13145 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13146 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13147
13148 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13149
13150 * gdb.dwarf2/dw2-ranges-base.c: New file.
13151 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13152 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13153 support additional line table, and debug ranges generation.
13154 (Dwarf::ranges): New function, generate .debug_ranges.
13155 (Dwarf::lines): Support generating simple line table programs.
13156 (Dwarf::assemble): Initialise new namespace variables.
13157
13158 2015-12-09 Kevin Buettner <kevinb@redhat.com>
13159
13160 * gdb.base/async.exp (proc test_background): Add case for
13161 asynchronous execution not supported.
13162
13163 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
13164
13165 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13166 format and change test names to make them unique.
13167
13168 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13169 Pedro Alves <pedro@redhat.com>
13170
13171 PR gdb/18702
13172 Add checking of floatformats setup on x86_64 hosts.
13173 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13174 (smallval, bigval): New labels/constants.
13175 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13176 float" after loading bigval and smallval.
13177
13178 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13179
13180 * gdb.ada/fun_overload_menu.exp: New testcase.
13181 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13182
13183 2015-12-04 Josh Stone <jistone@redhat.com>
13184
13185 * gdb.base/catch-fork-static.exp: New.
13186
13187 2015-12-03 Yao Qi <yao.qi@linaro.org>
13188
13189 * gdb.base/sizeof.c: Don't include stdio.h and
13190 ../lib/unbuffer_output.c.
13191 (main): New variable 'size' and 'value'. Remove printf and
13192 gdb_unbuffer_output. Assign return value to size and value.
13193 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13194 at the beginning.
13195 (check_sizeof): Check the result by printing variable 'size'.
13196 (check_valueof): Check the result by printing variable 'value'.
13197
13198 2015-12-01 Yao Qi <yao.qi@linaro.org>
13199
13200 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13201 for aarch64*-*-linux* target.
13202
13203 2015-11-30 Pedro Alves <palves@redhat.com>
13204
13205 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13206
13207 2015-11-30 Pedro Alves <palves@redhat.com>
13208
13209 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13210 Handle non-stop mode vCont replies.
13211
13212 2015-11-30 Pedro Alves <palves@redhat.com>
13213
13214 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13215 prepare_for_testing. Start gdb with "set non-stop on" appended to
13216 GDBFLAGS. Lax expected stop output.
13217
13218 2015-11-27 Yao Qi <yao.qi@linaro.org>
13219
13220 * gdb.arch/arm-neon.exp: New.
13221 * gdb.arch/arm-neon.c: New.
13222
13223 2015-11-27 Yao Qi <yao.qi@linaro.org>
13224
13225 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13226
13227 2015-11-27 Yao Qi <yao.qi@linaro.org>
13228
13229 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13230 frames-invalid annotation.
13231
13232 2015-11-27 Yao Qi <yao.qi@linaro.org>
13233
13234 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13235
13236 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13237
13238 * gdb.threads/names.exp: New file.
13239 * gdb.threads/names.c: New file.
13240 * README: Mention gdb,no_thread_names.
13241
13242 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13243
13244 PR 19297
13245 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13246 support" error.
13247
13248 2015-11-24 Pedro Alves <palves@redhat.com>
13249
13250 PR 17539
13251 * gdb.base/display.exp: Expect displays to be sorted in ascending
13252 order. Use multi_line.
13253 * gdb.base/solib-display.exp: Likewise.
13254
13255 2015-11-24 Pedro Alves <palves@redhat.com>
13256
13257 PR 17539
13258 * gdb.base/display.exp: Expect displays to be sorted in ascending
13259 order. Use multi_line.
13260 * gdb.base/solib-display.exp: Likewise.
13261
13262 2015-11-24 Pedro Alves <palves@redhat.com>
13263
13264 PR 17539
13265 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13266 threads in ascending order.
13267 * gdb.base/foll-fork.exp: Likewise.
13268 * gdb.base/foll-vfork.exp: Likewise.
13269 * gdb.base/multi-forks.exp: Likewise.
13270 * gdb.mi/mi-nonstop.exp: Likewise.
13271 * gdb.mi/mi-nsintrall.exp: Likewise.
13272 * gdb.multi/base.exp: Likewise.
13273 * gdb.multi/multi-arch.exp: Likewise.
13274 * gdb.python/py-inferior.exp: Likewise.
13275 * gdb.threads/break-while-running.exp: Likewise.
13276 * gdb.threads/execl.exp: Likewise.
13277 * gdb.threads/gcore-thread.exp: Likewise.
13278 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13279 * gdb.threads/kill.exp: Likewise.
13280 * gdb.threads/linux-dp.exp: Likewise.
13281 * gdb.threads/multiple-step-overs.exp: Likewise.
13282 * gdb.threads/next-bp-other-thread.exp: Likewise.
13283 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13284 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13285 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13286 * gdb.threads/thread-find.exp: Likewise.
13287 * gdb.threads/tls.exp: Likewise.
13288 * lib/mi-support.exp (mi_reverse_list): Delete.
13289 (mi_check_thread_states): No longer reverse list.
13290
13291 2015-11-24 Pedro Alves <palves@redhat.com>
13292
13293 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13294 use lowercase.
13295
13296 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13297
13298 * gdb.trace/actions.c: Include trace-common.h.
13299 (main): Add a location for a fast tracepoint.
13300 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13301 the normal tracepoints.
13302 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13303
13304 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13305
13306 * save-trace.exp: Factor out code to these...
13307 (gdb_save_tracepoints): New.
13308 (gdb_load_tracepoints): New.
13309 (do_save_load_test): New.
13310
13311 2015-11-23 Kevin Buettner <kevinb@redhat.com>
13312
13313 * gdb.base/asmlabel.exp: New test.
13314 * gdb.base/asmlabel.c: New test case.
13315
13316 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13317
13318 * gdb.base/wrong_frame_bt_full-main.c: New file.
13319 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13320 * gdb.base/wrong_frame_bt_full.exp: New file.
13321
13322 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13323
13324 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13325
13326 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13327
13328 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
13329 pstate register when comparing registers values in
13330 sparc64-*-linux-gnu targets to avoid spurious differences.
13331
13332 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13333
13334 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
13335
13336 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13337
13338 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13339 as type argument to gdb_compile.
13340 * gdb.base/nested-subp2.exp: Likewise.
13341 * gdb.base/nested-subp3.exp: Likewise.
13342
13343 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13344
13345 * lib/dwarf.exp (_note): Fix left shift of negative value.
13346 * gdb.trace/trace-condition.exp: Likewise.
13347
13348 2015-11-13 Yao Qi <yao.qi@linaro.org>
13349
13350 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13351 comments about d10v.
13352 (test_scalar_returns): Likewise.
13353 * gdb.base/d10v.ld: Remove.
13354 * gdb.base/overlays.exp: Remove the target triplet checking for
13355 d10v-*-*.
13356 * gdb.base/structs.exp (test_struct_returns): Remove the
13357 comments about d10v.
13358 (test_struct_calls): Likewise.
13359
13360 2015-11-13 Yao Qi <yao.qi@linaro.org>
13361
13362 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13363 * gdb.base/gnu_vector.c: Don't include stdio.h.
13364 (main): Don't print res and call add_some_intvecs.
13365
13366 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13367
13368 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13369 macro.
13370 (func5): Removed.
13371 (func4): Use FAST_TRACEPOINT_LABEL.
13372 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13373 macro.
13374 (func): Removed.
13375 (thread_function): Use FAST_TRACEPOINT_LABEL.
13376 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13377 (func): Remove.
13378 (marker): Use FAST_TRACEPOINT_LABEL.
13379 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13380 (pendfunc1): Remove.
13381 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13382 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13383 (foo): Remove.
13384 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13385 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13386 macro.
13387 (func): Remove.
13388 (marker): Use FAST_TRACEPOINT_LABEL.
13389 * gdb.trace/trace-common.h: New header.
13390 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13391 macro.
13392 (func): Remove.
13393 (marker): Use FAST_TRACEPOINT_LABEL.
13394 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13395 (func): Remove.
13396 (thread_function): Use FAST_TRACEPOINT_LABEL.
13397
13398 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13399
13400 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13401 in front.
13402 * gdb.trace/change-loc.exp: Use global pcreg definition.
13403 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13404 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13405 in front.
13406 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13407 * gdb.trace/pending.exp: Likewise.
13408 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13409 * gdb.trace/trace-break.exp: Likewise.
13410 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13411 in front.
13412 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13413 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13414 in front.
13415 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13416
13417 2015-11-09 Joel Brobecker <brobecker@adacore.com>
13418
13419 * gdb.ada/fin_fun_out: New testcase.
13420
13421 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13422
13423 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13424 value associated with DW_AT_byte_size.
13425 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13426 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13427 DW_AT_upper_bound.
13428
13429 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13430
13431 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13432 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13433 version.
13434 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13435 gdb.dwarf2/dw2-canonicalize-type.exp,
13436 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13437 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13438 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13439 provided by gdb_target_symbol_prefix_flags_asm.
13440 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13441 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13442 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13443 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13444 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13445 macros where needed). Use this macro for symbols which require
13446 the prefix provided by SYMBOL_PREFIX.
13447
13448 2015-11-05 Kevin Buettner <kevinb@redhat.com>
13449
13450 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13451 New procs.
13452 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13453 representing expressions, of more than one list element.
13454 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13455 to prepend linker symbol prefix to f.
13456 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13457 table_1 and table_2.
13458 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13459 Likewise, for f and g.
13460 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13461 for ptr.
13462 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13463 for main.
13464 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13465 table_1_ptr and table_2_ptr.
13466
13467 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13468 Joel Brobecker <brobecker@adacore.com>
13469
13470 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13471
13472 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13473
13474 * gdb.reverse/s390-mvcle.c: New test.
13475 * gdb.reverse/s390-mvcle.exp: New file.
13476 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13477
13478 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13479
13480 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13481
13482 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13483
13484 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13485 reaching marker2.
13486 * gdb.reverse/getresuid-reverse.exp: Likewise.
13487 * gdb.reverse/pipe-reverse.exp: Likewise.
13488 * gdb.reverse/readv-reverse.exp: Likewise.
13489 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13490 * gdb.reverse/time-reverse.exp: Likewise.
13491 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13492
13493 2015-10-30 Yao Qi <yao.qi@linaro.org>
13494
13495 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13496 (empty_cycle): Remove.
13497 (main): Don't call empty_cycle. Don't use watch_count_done.
13498 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13499 empty_cycle. Rewrite the code counting HW watchpoints.
13500
13501 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13502
13503 * gdb.reverse/fstatat-reverse.c: New test.
13504 * gdb.reverse/fstatat-reverse.exp: New file.
13505 * gdb.reverse/getresuid-reverse.c: New test.
13506 * gdb.reverse/getresuid-reverse.exp: New file.
13507 * gdb.reverse/pipe-reverse.c: New test.
13508 * gdb.reverse/pipe-reverse.exp: New file.
13509 * gdb.reverse/readv-reverse.c: New test.
13510 * gdb.reverse/readv-reverse.exp: New file.
13511 * gdb.reverse/recvmsg-reverse.c: New test.
13512 * gdb.reverse/recvmsg-reverse.exp: New file.
13513 * gdb.reverse/time-reverse.c: New test.
13514 * gdb.reverse/time-reverse.exp: New file.
13515 * gdb.reverse/waitpid-reverse.c: New test.
13516 * gdb.reverse/waitpid-reverse.exp: New file.
13517
13518 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13519
13520 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13521
13522 2015-10-26 Doug Evans <dje@google.com>
13523
13524 PR symtab/17391
13525 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13526 * gdb.dwarf2/bad-regnum.c: New file.
13527 * gdb.dwarf2/bad-regnum.exp: New file.
13528
13529 2015-10-26 Doug Evans <dje@google.com>
13530
13531 PR python/18938
13532 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13533 file.
13534
13535 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13536
13537 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13538 for a change by "Mention language in compile error message".
13539
13540 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13541
13542 PR python/18073
13543 * gdb.python/py-type.c (C::a_method): New.
13544 (C::a_const_method): New.
13545 (C::a_static_method): New.
13546 (a_function): New.
13547 * gdb.python/py-type.exp (test_fields): Test getting fields
13548 from function and method.
13549
13550 2015-10-21 Keven Boell <keven.boell@intel.com>
13551
13552 * gdb.fortran/vla-alloc-assoc.exp: New file.
13553 * gdb.fortran/vla-datatypes.exp: New file.
13554 * gdb.fortran/vla-datatypes.f90: New file.
13555 * gdb.fortran/vla-history.exp: New file.
13556 * gdb.fortran/vla-ptype-sub.exp: New file.
13557 * gdb.fortran/vla-ptype.exp: New file.
13558 * gdb.fortran/vla-sizeof.exp: New file.
13559 * gdb.fortran/vla-sub.f90: New file.
13560 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13561 * gdb.fortran/vla-value-sub-finish.exp: New file.
13562 * gdb.fortran/vla-value-sub.exp: New file.
13563 * gdb.fortran/vla-value.exp: New file.
13564 * gdb.fortran/vla-ptr-info.exp: New file.
13565 * gdb.mi/mi-vla-fortran.exp: New file.
13566 * gdb.mi/vla.f90: New file.
13567
13568 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13569
13570 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13571 of hardwired timeout value.
13572
13573 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13574 Pedro Alves <palves@redhat.com>
13575
13576 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13577 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13578
13579 2015-10-19 Josh Stone <jistone@redhat.com>
13580
13581 * gdb.base/catch-syscall.c: Include <sched.h>.
13582 (unknown_syscall): New variable.
13583 (main): Trigger a vfork and an unknown syscall.
13584 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13585 (unknown_syscall_number): Likewise.
13586 (check_call_to_syscall): Accept an optional syscall pattern.
13587 (check_return_from_syscall): Likewise.
13588 (check_continue): Likewise.
13589 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13590 (test_catch_syscall_skipping_return): New test toggling off 'catch
13591 syscall' to step over the syscall return, then toggling back on.
13592 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13593 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13594 (do_syscall_tests): Call test_catch_syscall_without_args and
13595 test_catch_syscall_mid_vfork.
13596 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13597 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13598
13599 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
13600
13601 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13602 print g_vE): Add new pass patterns.
13603 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13604 print various symbol names for vptr fields.
13605
13606 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13607
13608 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13609 results.
13610
13611 2015-10-12 Yao Qi <yao.qi@linaro.org>
13612
13613 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13614
13615 2015-10-12 Yao Qi <yao.qi@linaro.org>
13616
13617 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13618 is aarch64*-*-linux*.
13619
13620 2015-10-12 Yao Qi <yao.qi@linaro.org>
13621
13622 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13623 (can_relocate_bcond_true): ... it.
13624 (can_relocate_bcond_false): New function.
13625 (foo): Likewise.
13626 (can_relocate_bl): Likewise.
13627 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13628 can_relocate_bl.
13629
13630 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13631
13632 * gdb.base/nested-addr.c: New file.
13633 * gdb.base/nested-addr.exp: New testcase.
13634
13635 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13636
13637 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13638 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13639 its output. Ignore the output of "record goto begin" and instead
13640 check that GDB is replaying.
13641
13642 2015-10-09 Pedro Alves <palves@redhat.com>
13643
13644 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13645 (top level): Use it in the run with no args test.
13646
13647 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13648
13649 * gdb.dlang/properties.exp: New file.
13650
13651 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13652
13653 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13654 whether or not address 0x1000 is mapped on the target.
13655
13656 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13657
13658 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13659 build.
13660
13661 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13662
13663 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13664 instruction-history test.
13665
13666 2015-09-28 Doug Evans <dje@google.com>
13667
13668 * gdb.base/gcore.c (array_func): Add reference to static_array.
13669
13670 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13671
13672 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13673 source line.
13674
13675 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13676
13677 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13678 short or char as base type.
13679
13680 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13681
13682 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13683 to allow any size enum.
13684
13685 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13686
13687 * gdb.ada/array_ptr_renaming.exp: New testcase.
13688 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13689 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13690
13691 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13692
13693 * gdb.trace/ftrace-lock.c: New file.
13694 * gdb.trace/ftrace-lock.exp: New file.
13695
13696 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13697
13698 * gdb.arch/insn-reloc.c: New file.
13699 * gdb.arch/ftrace-insn-reloc.exp: New file.
13700
13701 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13702
13703 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13704 instruction.
13705 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13706 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13707 * gdb.trace/range-stepping.c: Likewise.
13708 * gdb.trace/trace-break.c: Likewise.
13709 * gdb.trace/trace-mt.c (thread_function): Likewise.
13710 * gdb.trace/ftrace.c (marker): Likewise.
13711 * gdb.trace/trace-condition.c (marker): Likewise.
13712 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13713 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13714 is_aarch64_target.
13715
13716 2015-09-18 Doug Evans <xdje42@gmail.com>
13717
13718 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13719 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13720
13721 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13722
13723 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13724 the breakpoint.
13725
13726 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13727
13728 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13729 the pending breakpoint. Remove timeout override for "Run till
13730 MI pending breakpoint on pendfunc3 on thread 2" test.
13731
13732 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13733
13734 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13735 filename pattern.
13736
13737 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13738
13739 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13740 in breakpoint filename pattern.
13741
13742 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13743
13744 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13745
13746 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13747
13748 * gdb.linespec/explicit.exp: Check for readline support for
13749 tab-completion tests. Fix obvious typo.
13750
13751 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13752
13753 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13754 and replay.
13755
13756 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13757
13758 * gdb.btrace/non-stop.c: New.
13759 * gdb.btrace/non-stop.exp: New.
13760
13761 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13762 Yao Qi <yao.qi@linaro.org>
13763
13764 * gdb.trace/trace-condition.c: New file.
13765 * gdb.trace/trace-condition.exp: New file.
13766
13767 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
13768
13769 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13770 for testing bytecode compilation.
13771
13772 2015-09-16 Pedro Alves <palves@redhat.com>
13773 Sandra Loosemore <sandra@codesourcery.com>
13774
13775 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13776 (SECONDS): Redefine.
13777 (main): Call pthread_kill and alarm early.
13778 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13779 support.
13780 (test): If the target can't hardware step and doesn't support
13781 displaced stepping, increase the timeout.
13782
13783 2015-09-16 Pedro Alves <palves@redhat.com>
13784
13785 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13786 (enable_debug): New procedures.
13787 (test): Use them. Bail out if waiting for threads fails.
13788 (top level): Bail out if a test fails.
13789
13790 2015-09-16 Yao Qi <yao.qi@linaro.org>
13791
13792 * gdb.asm/asm-source.exp: Set asm-arch for
13793 aarch64*-*-* target.
13794 * gdb.asm/aarch64.inc: New file.
13795
13796 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13797
13798 * gdb.ada/array_of_variable_length.exp: New testcase.
13799 * gdb.ada/array_of_variable_length/foo.adb: New file.
13800 * gdb.ada/array_of_variable_length/pck.adb: New file.
13801 * gdb.ada/array_of_variable_length/pck.ads: New file.
13802
13803 2015-09-15 Doug Evans <dje@google.com>
13804
13805 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13806 of function static local variable.
13807
13808 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13809
13810 * gdb.threads/tls-so_extern.exp: New test file.
13811 * gdb.threads/tls-so_extern.c: New test file.
13812 * gdb.threads/tls-so_extern_main.c: New test file.
13813
13814 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13815
13816 * gdb.opt/solib-intra-step-lib.c: New file.
13817 * gdb.opt/solib-intra-step-main.c: New file.
13818 * gdb.opt/solib-intra-step.exp: New file.
13819
13820 2015-09-15 Pedro Alves <palves@redhat.com>
13821
13822 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13823 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13824
13825 2015-09-14 Pedro Alves <palves@redhat.com>
13826
13827 * gdb.base/hook-stop-continue.c: Delete.
13828 * gdb.base/hook-stop-continue.exp: Delete.
13829 * gdb.base/hook-stop-frame.c: Delete.
13830 * gdb.base/hook-stop-frame.exp: Delete.
13831 * gdb.base/hook-stop.c: New file.
13832 * gdb.base/hook-stop.exp: New file.
13833
13834 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13835
13836 * gdb.ada/access_to_packed_array.exp: New testcase.
13837 * gdb.ada/access_to_packed_array/foo.adb: New file.
13838 * gdb.ada/access_to_packed_array/pack.adb: New file.
13839 * gdb.ada/access_to_packed_array/pack.ads: New file.
13840
13841 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13842
13843 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13844 buffer size test.
13845
13846 2015-09-11 Don Breazeal <donb@codesourcery.com>
13847
13848 * gdb.base/foll-exec.c: Add copyright header. Fix
13849 formatting issues.
13850 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13851 (do_exec_tests): Use clean_restart in place of zap_session,
13852 and for test initialization. Fix formatting issues. Use
13853 fail in place of perror.
13854 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13855 an expect statement to match an expression with output from
13856 the program under debug.
13857 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13858 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13859 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13860 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13861 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13862
13863 2015-09-09 Doug Evans <dje@google.com>
13864
13865 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13866
13867 2015-09-09 Doug Evans <dje@google.com>
13868
13869 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13870
13871 2015-09-09 Doug Evans <dje@google.com>
13872
13873 * gdb.base/savedregs.exp: Fix typo.
13874
13875 2015-09-09 Pedro Alves <palves@redhat.com>
13876
13877 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13878
13879 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13880
13881 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13882 command actually switches threads. Give up on remaining
13883 tests if target fails to stop at breakpoint.
13884
13885 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13886
13887 * gdb.ada/funcall_char.exp: New testcase.
13888 * gdb.ada/funcall_char/foo.adb: New file.
13889
13890 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13891
13892 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13893 expected outputs. Add two testcases for completing ambiguous
13894 functions.
13895 * gdb.ada/complete/aux_pck.adb: New file.
13896 * gdb.ada/complete/aux_pck.ads: New file.
13897 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13898 Ambiguous_Func functions.
13899 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13900 * gdb.ada/complete/pck.adb: Likewise.
13901
13902 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13903
13904 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13905 failures to run the test program under GDB.
13906
13907 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
13908
13909 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13910 to C.
13911
13912 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13913
13914 * gdb.base/run-after-attach.exp: New test file.
13915 * gdb.base/run-after-attach.c: New test file.
13916
13917 2015-08-26 Don Breazeal <donb@codesourcery.com>
13918
13919 * gdb.base/foll-exec-2.c: New test program.
13920 * gdb.base/foll-exec-2.exp: New test.
13921
13922 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13923
13924 * gdb.base/nested-subp1.exp: New file.
13925 * gdb.base/nested-subp1.c: New file.
13926 * gdb.base/nested-subp2.exp: New file.
13927 * gdb.base/nested-subp2.c: New file.
13928 * gdb.base/nested-subp3.exp: New file.
13929 * gdb.base/nested-subp3.c: New file.
13930
13931 2015-08-24 Pedro Alves <palves@redhat.com>
13932
13933 * gdb.server/connect-without-multi-process.c: New file.
13934 * gdb.server/connect-without-multi-process.exp: New file.
13935
13936 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13937
13938 * gdb.opt/inline-markers.c: Make z int.
13939
13940 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13941
13942 * gdb.opt/inline-markers.c: Make z volatile.
13943
13944 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13945
13946 * gdb.opt/inline-bt.c: New volatile global z.
13947 * gdb.opt/inline-cmds.c: Likewise.
13948 * gdb.opt/inline-locals.c: Likewise.
13949 * gdb.opt/inline-markers.c: New extern global z.
13950 (marker): Use z.
13951 (inline_fn): Likewise.
13952
13953 2015-08-24 Pedro Alves <palves@redhat.com>
13954
13955 * config/m32r-stub.exp: Remove file.
13956 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
13957 * gdb.base/call-rt-st.exp: Likewise.
13958 * gdb.base/call-strs.exp: Likewise.
13959 * gdb.base/default.exp: Remove references to h8300-*-hms and
13960 *-*-udi*.
13961 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
13962
13963 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13964
13965 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
13966 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
13967 and "return" use KFAIL when GDB can not read/write the vector
13968 return value.
13969
13970 2015-08-21 Gary Benson <gbenson@redhat.com>
13971
13972 * gdb.trace/pending.exp: Cope with remote transfer warnings.
13973
13974 2015-08-20 Pedro Alves <palves@redhat.com>
13975
13976 * gdb.server/solib-list.exp: No longer expect an interior stop in
13977 non-stop mode.
13978
13979 2015-08-20 Pedro Alves <palves@redhat.com>
13980
13981 * gdb.server/connect-stopped-target.c: New file.
13982 * gdb.server/connect-stopped-target.exp: New file.
13983
13984 2015-08-20 Pedro Alves <palves@redhat.com>
13985
13986 * gdb.dwarf2/comp-unit-lang.exp: New file.
13987 * gdb.dwarf2/comp-unit-lang.c: New file.
13988
13989 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
13990
13991 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
13992 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
13993
13994 2015-08-19 Kevin Buettner <kevinb@redhat.com>
13995
13996 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
13997 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
13998
13999 2015-08-18 Doug Evans <dje@google.com>
14000 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14001
14002 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14003 skip_python_tests. New arg prompt_regexp.
14004 (skip_python_tests): New function.
14005 * lib/mi-support.exp (mi_skip_python_tests): New function.
14006 * gdb.python/py-mi-objfile-gdb.py: New file.
14007 * gdb.python/py-mi-objfile.c: New file.
14008 * gdb.python/py-mi-objfile.exp: New file.
14009
14010 2015-08-17 Keith Seitz <keiths@redhat.com>
14011
14012 * gdb.linespec/explicit.exp: Move strace test from here ...
14013 * gdb.trace/strace.exp: ... to here.
14014
14015 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14016
14017 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14018 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14019
14020 2015-08-14 Doug Evans <xdje42@gmail.com>
14021
14022 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14023 inferior before selecting a new file.
14024
14025 2015-08-14 Doug Evans <xdje42@gmail.com>
14026
14027 * gdb.mi/mi-disassemble.exp: Update.
14028 * gdb.base/disasm-optim.S: New file.
14029 * gdb.base/disasm-optim.c: New file.
14030 * gdb.base/disasm-optim.h: New file.
14031 * gdb.base/disasm-optim.exp: New file.
14032
14033 2015-08-14 Keith Seitz <keiths@redhat.com>
14034
14035 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14036 "evaluated-by".
14037
14038 2015-08-13 Joel Brobecker <brobecker@adacore.com>
14039
14040 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14041
14042 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14043
14044 * gdb.ada/fun_renaming.exp: New testcase.
14045 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14046 * gdb.ada/fun_renaming/pack.adb: New file.
14047 * gdb.ada/fun_renaming/pack.ads: New file.
14048
14049 2015-08-12 Keith Seitz <keiths@redhat.com>
14050
14051 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14052 gdb_get_line_number.
14053
14054 2015-08-12 Joel Brobecker <brobecker@adacore.com>
14055
14056 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14057 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14058 gdb.base/dso2dso.exp: New files.
14059
14060 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14061 Pedro Alves <palves@redhat.com>
14062 Keith Seitz <keiths@redhat.com>
14063
14064 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14065 GDBFLAGS.
14066
14067 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14068
14069 * gdb.base/gdbhistsize-history.exp
14070 (test_histsize_history_setting): Use save_vars.
14071 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14072 Use save_vars.
14073 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14074 * gdb.base/readline.exp: Use save_vars.
14075
14076 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14077
14078 * lib/gdb.exp (save_vars): New proc.
14079
14080 2015-08-11 Keith Seitz <keiths@redhat.com>
14081
14082 * gdb.base/help.exp: Update help_breakpoint_text.
14083
14084 2015-08-11 Keith Seitz <keiths@redhat.com>
14085
14086 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14087 (at toplevel): Call test_explicit_breakpoints.
14088 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14089 breakpoints.
14090 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14091 breakpoint conditions, "-cond".
14092
14093 2015-08-11 Keith Seitz <keiths@redhat.com>
14094
14095 * gdb.linespec/3explicit.c: New file.
14096 * gdb.linespec/cpexplicit.cc: New file.
14097 * gdb.linespec/cpexplicit.exp: New file.
14098 * gdb.linespec/explicit.c: New file.
14099 * gdb.linespec/explicit.exp: New file.
14100 * gdb.linespec/explicit2.c: New file.
14101 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14102 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14103 before using in the matching pattern.
14104 Clarify that `prefix' is a regular expression.
14105
14106 2015-08-11 Keith Seitz <keiths@redhat.com>
14107
14108 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14109 test.
14110 Add tests for missing ",FMT" and ",".
14111
14112 2015-08-10 Doug Evans <dje@google.com>
14113 Keith Seitz <keiths@redhat.com>
14114
14115 PR gdb/17960
14116 * gdb.base/completion.exp: Add location completer tests.
14117
14118 2015-08-07 Pedro Alves <palves@redhat.com>
14119
14120 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14121 tests here.
14122 (top level): Run do_test with and without displaced stepping.
14123
14124 2015-08-07 Pedro Alves <palves@redhat.com>
14125
14126 * gdb.base/valgrind-disp-step.c: New file.
14127 * gdb.base/valgrind-disp-step.exp: New file.
14128
14129 2015-08-07 Pedro Alves <palves@redhat.com>
14130
14131 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14132 Delete function.
14133 (main): Add alarm. Run an infinite loop instead of calling
14134 wait_threads.
14135 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14136 comment.
14137 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14138 Delete function.
14139 (main): Add alarm. Run an infinite loop instead of calling
14140 wait_threads.
14141 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14142 comment.
14143
14144 2015-08-07 Pedro Alves <palves@redhat.com>
14145
14146 * gdb.base/checkpoint-ns.exp: New file.
14147 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14148 standard_testfile.
14149
14150 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14151
14152 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14153 * gdb.btrace/instruction_history.exp: Update.
14154 * gdb.btrace/tsx.exp: New.
14155 * gdb.btrace/tsx.c: New.
14156
14157 2015-08-06 Pedro Alves <palves@redhat.com>
14158
14159 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14160 increase timeout.
14161 * gdb.reverse/until-precsave.exp: Bump timeouts.
14162
14163 2015-08-06 Pedro Alves <palves@redhat.com>
14164
14165 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14166
14167 2015-08-06 Pedro Alves <palves@redhat.com>
14168
14169 PR gdb/18749
14170 * gdb.threads/process-dies-while-handling-bp.c: New file.
14171 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14172
14173 2015-08-06 Pedro Alves <palves@redhat.com>
14174
14175 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14176 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14177
14178 2015-08-05 Pedro Alves <palves@redhat.com>
14179
14180 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14181 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14182
14183 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14184
14185 * gdb.base/bp-permanent.exp: Report test as unsupported if
14186 the target cannot stop at the permanent breakpoint.
14187
14188 2015-08-03 Doug Evans <dje@google.com>
14189
14190 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14191 10000.
14192
14193 2015-08-03 Doug Evans <dje@google.com>
14194
14195 * Makefile.in (workers/%.worker, build-perf): New rule.
14196 (GDB_PERFTEST_MODE): New variable.
14197 (check-perf): Use it.
14198 (clean): Clean up gdb.perf parallel build subdirs.
14199 * lib/build-piece.exp: New file.
14200 * lib/gdb.exp (make_gdb_parallel_path): New function
14201 (standard_output_file, standard_temp_file): Call it.
14202 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14203 of $GDB_PARALLEL.
14204 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14205
14206 2015-08-03 Doug Evans <dje@google.com>
14207
14208 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
14209 (LOG_FILE_NAME): New global.
14210 (TextReporter.__init__): Initialize self.txt_sum.
14211 (TextReporter.report): Add support for multiple data-points.
14212 Move report to perftest.sum, put raw data in perftest.log.
14213 (TextReporter.start): Open sum and log files.
14214 (TextReporter.end): Close sum and log files.
14215 * gdb.perf/lib/perftest/testresult.py
14216 (SingleStatisticTestResult.record): Handle multiple data-points.
14217
14218 2015-07-31 Pedro Alves <palves@redhat.com>
14219
14220 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14221 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14222 kill_wait_spawned_process instead of explicit "kill -9".
14223 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14224 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14225 kill_wait_spawned_process.
14226 * gdb.base/attach-twice.exp: Likewise.
14227 * gdb.base/attach.exp: Likewise.
14228 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14229 gdb_test_multiple.
14230 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14231 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14232 kill_wait_spawned_process.
14233 * gdb.base/valgrind-infcall.exp: Likewise.
14234 * gdb.multi/multi-attach.exp: Likewise.
14235 * gdb.python/py-prompt.exp: Likewise.
14236 * gdb.python/py-sync-interp.exp: Likewise.
14237 * gdb.server/ext-attach.exp: Likewise.
14238 * gdb.threads/attach-into-signal.exp (corefunc): Use
14239 spawn_wait_for_attach, spawn_id_get_pid and
14240 kill_wait_spawned_process.
14241 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14242 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14243 spawn_id_get_pid and kill_wait_spawned_process.
14244 * gdb.threads/attach-stopped.exp (corefunc): Use
14245 spawn_wait_for_attach, spawn_id_get_pid and
14246 kill_wait_spawned_process.
14247 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14248 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14249 kill_wait_spawned_process instead of explicit "kill -9".
14250 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14251 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14252 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14253 processes. Don't map cygwin/windows pids here. Now returns a
14254 spawn id list.
14255
14256 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14257
14258 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14259 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14260 correct patch.
14261
14262 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14263
14264 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14265
14266 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14267
14268 Reapply:
14269 2014-05-21 Mark Wielaard <mjw@redhat.com>
14270
14271 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14272
14273 2015-07-30 Pedro Alves <palves@redhat.com>
14274
14275 * linux-low.c (handle_extended_wait): Set the child's last
14276 reported status to TARGET_WAITKIND_STOPPED.
14277
14278 2015-07-30 Pedro Alves <palves@redhat.com>
14279
14280 PR threads/18600
14281 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14282 only shows inferior 1.
14283
14284 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14285 Pedro Alves <palves@redhat.com>
14286
14287 PR threads/18600
14288 * gdb.threads/fork-plus-threads.c: New file.
14289 * gdb.threads/fork-plus-threads.exp: New file.
14290
14291 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14292
14293 * gdb.base/batch-preserve-term-settings.exp
14294 (test_terminal_settings_preserved_after_cli_exit): Use
14295 send_quit_command.
14296
14297 2015-07-29 Pedro Alves <palves@redhat.com>
14298 Don Breazeal <donb@codesourcery.com>
14299
14300 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14301 output from both inferior_spawn_id and gdb_spawn_id.
14302
14303 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14304
14305 * gdb.threads/attach-into-signal.exp (corefunc): Use
14306 with_test_prefix on nested loops, uniquefying the test messages.
14307
14308 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14309
14310 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14311 commit.
14312
14313 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14314
14315 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14316 New proc.
14317 (test_terminal_settings_preserved_after_sigterm): New test.
14318
14319 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14320
14321 * gdb.base/batch-preserve-term-settings.exp
14322 (test_terminal_settings_preserved_after_cli_exit): New test.
14323
14324 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14325
14326 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14327 manipulation of saved_gdbflags.
14328 (test_terminal_settings_preserved): Remove global declaration of
14329 the unused variable pagination_prompt. Remove manipulation of
14330 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14331 GDBFLAGS.
14332
14333 2015-07-29 Pedro Alves <palves@redhat.com>
14334
14335 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14336
14337 2015-07-29 Pedro Alves <palves@redhat.com>
14338
14339 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14340 at the top.
14341
14342 2015-07-29 Pedro Alves <palves@redhat.com>
14343
14344 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14345 (main): Call gdb_unbuffer_output.
14346 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14347 (main): Call gdb_unbuffer_output.
14348 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14349 (main): Call gdb_unbuffer_output.
14350 * gdb.base/call-strs.exp: Adjust to step over the
14351 gdb_unbuffer_output call.
14352 * gdb.base/catch-gdb-caused-signals.c: Include
14353 "../lib/unbuffer_output.c".
14354 (main): Call gdb_unbuffer_output.
14355 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14356 (main): Call gdb_unbuffer_output.
14357 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14358 (main): Call gdb_unbuffer_output.
14359 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14360 (main): Call gdb_unbuffer_output.
14361 * gdb.base/shlib-call.exp: Adjust to step over the
14362 gdb_unbuffer_output call.
14363 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14364 (main): Call gdb_unbuffer_output.
14365 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14366 (main): Call gdb_unbuffer_output.
14367 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14368 (main): Rename to ...
14369 (test): ... this.
14370 (main): Reimplement.
14371 * gdb.base/varargs.exp: Run to test instead of to main.
14372 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14373 (main): Call gdb_unbuffer_output.
14374
14375 2015-07-29 Pedro Alves <palves@redhat.com>
14376
14377 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14378 factore out from mi_continue_dprintf. For call-style dprintfs,
14379 expect dprintf output out of $inferior_spawn_id.
14380 (mi_continue_dprintf): Use mi_expect_dprintf.
14381 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14382 (main): Call gdb_unbuffer_output.
14383
14384 2015-07-29 Pedro Alves <palves@redhat.com>
14385
14386 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14387 (default_mi_gdb_start): Set inferior_spawn_id instead of
14388 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14389 gdb_spawn_id.
14390 (mi_gdb_test): Always expect inferior output from both
14391 $inferior_spawn_id and $gdb_spawn_id.
14392
14393 2015-07-29 Pedro Alves <palves@redhat.com>
14394
14395 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14396 send_inferior and $inferior_spawn_id.
14397
14398 2015-07-29 Pedro Alves <palves@redhat.com>
14399
14400 * gdb.gdb/complaints.exp (test_initial_complaints)
14401 (test_serial_complaints, test_short_complaints): Use
14402 gdb_test_stdio.
14403 (test_empty_complaint): Handle $inferior_spawn_id !=
14404 $gdb_spawn_id.
14405
14406 2015-07-29 Pedro Alves <palves@redhat.com>
14407
14408 * gdb.base/varargs.exp: Use gdb_test_stdio.
14409
14410 2015-07-29 Pedro Alves <palves@redhat.com>
14411
14412 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14413
14414 2015-07-29 Pedro Alves <palves@redhat.com>
14415
14416 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14417
14418 2015-07-29 Pedro Alves <palves@redhat.com>
14419
14420 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14421 parameter into two new parameters, "inf_result" and "gdb_result".
14422 Expect inferior output and gdb output from $inferior_spawn_id and
14423 $gdb_spawn_id, respectively. Adjust all callers.
14424
14425 2015-07-29 Pedro Alves <palves@redhat.com>
14426
14427 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14428 of gdb_test_sequence.
14429
14430 2015-07-29 Pedro Alves <palves@redhat.com>
14431
14432 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14433 (saw_spurious_output): Expect inferior output from
14434 $inferior_spawn_id. Use gdb_test_stdio.
14435
14436 2015-07-29 Pedro Alves <palves@redhat.com>
14437
14438 * gdb.base/dprintf.exp: Use standard_testfile. Change
14439 prepare_for_testing call.
14440 (srcfile): Don't set.
14441 (restart): New procedure.
14442 (test_dprintf): New procecure, use to continue over dprintfs.
14443 (test_call, test_agent): New procedures, tests moved here.
14444 Restart gdb and recreate dprintfs. Adjust expected output.
14445
14446 2015-07-29 Pedro Alves <palves@redhat.com>
14447
14448 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14449
14450 2015-07-29 Pedro Alves <palves@redhat.com>
14451
14452 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14453
14454 2015-07-29 Pedro Alves <palves@redhat.com>
14455
14456 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14457 gdb_test_stdio.
14458
14459 2015-07-29 Pedro Alves <palves@redhat.com>
14460
14461 * lib/gdb.exp (gdb_test_stdio): New procedure.
14462
14463 2015-07-29 Pedro Alves <palves@redhat.com>
14464
14465 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14466
14467 2015-07-29 Pedro Alves <palves@redhat.com>
14468
14469 * gdb.base/call-signal-resume.exp: Remove check for
14470 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14471 * gdb.base/unwindonsignal.exp: Likewise.
14472 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14473 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14474
14475 2015-07-29 Pedro Alves <palves@redhat.com>
14476
14477 * gdb.base/siginfo-addr.c (pass): New function.
14478 (handler): Call it iff si_addr is correct.
14479 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14480 Set a breakpoint at "pass" and continue to it.
14481
14482 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14483
14484 * gdb.python/py-objfile.exp: Make some tests have unique names.
14485 * gdb.python/py-pp-registration.exp: Likewise.
14486
14487 2015-07-28 Pedro Alves <palves@redhat.com>
14488
14489 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14490
14491 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14492
14493 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14494
14495 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14496
14497 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14498
14499 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14500
14501 * gdb.base/gdb-sigterm-2.exp: New test.
14502
14503 2015-07-25 Doug Evans <xdje42@gmail.com>
14504
14505 Revert:
14506 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14507 (workers/%.worker, build-perf): New rule.
14508 (GDB_PERFTEST_MODE): New variable.
14509 (check-perf): Use it.
14510 (clean): Clean up gdb.perf parallel build subdirs.
14511 * lib/build-piece.exp: New file.
14512 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14513 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14514 name.
14515 (standard_temp_file): Ditto.
14516 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14517 of $GDB_PARALLEL.
14518
14519 2015-07-24 Doug Evans <dje@google.com>
14520
14521 * gdb.perf/lib/perftest/utils.py: New file.
14522 * gdb.perf/gm-hello.cc: New file.
14523 * gdb.perf/gm-pervasive-typedef.cc: New file.
14524 * gdb.perf/gm-pervasive-typedef.h: New file.
14525 * gdb.perf/gm-std.cc: New file.
14526 * gdb.perf/gm-std.h: New file.
14527 * gdb.perf/gm-use-cerr.cc: New file.
14528 * gdb.perf/gm-utils.h: New file.
14529 * gdb.perf/gmonster-null-lookup.py: New file.
14530 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14531 * gdb.perf/gmonster-print-cerr.py: New file.
14532 * gdb.perf/gmonster-ptype-string.py: New file.
14533 * gdb.perf/gmonster-runto-main.py: New file.
14534 * gdb.perf/gmonster-select-file.py: New file.
14535 * gdb.perf/gmonster1-null-lookup.exp: New file.
14536 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14537 * gdb.perf/gmonster1-print-cerr.exp: New file.
14538 * gdb.perf/gmonster1-ptype-string.exp: New file.
14539 * gdb.perf/gmonster1-runto-main.exp: New file.
14540 * gdb.perf/gmonster1-select-file.exp: New file.
14541 * gdb.perf/gmonster1.cc: New file.
14542 * gdb.perf/gmonster1.exp: New file.
14543 * gdb.perf/gmonster2-null-lookup.exp: New file.
14544 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14545 * gdb.perf/gmonster2-print-cerr.exp: New file.
14546 * gdb.perf/gmonster2-ptype-string.exp: New file.
14547 * gdb.perf/gmonster2-runto-main.exp: New file.
14548 * gdb.perf/gmonster2-select-file.exp: New file.
14549 * gdb.perf/gmonster2.cc: New file.
14550 * gdb.perf/gmonster2.exp: New file.
14551
14552 2015-07-24 Doug Evans <dje@google.com>
14553
14554 * gdb.perf/README: New file.
14555 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14556 * lib/gen-perf-test.exp: New file.
14557
14558 2015-07-24 Doug Evans <dje@google.com>
14559
14560 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14561 (PerfTest::startup): New function.
14562 (PerfTest::run): Return result of calling body.
14563 (PerfTest::assemble): Rewrite.
14564 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14565 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14566 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14567 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14568 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14569
14570 2015-07-24 Doug Evans <dje@google.com>
14571
14572 * lib/gdb.exp (clean_restart): Make executable optional.
14573
14574 2015-07-24 Doug Evans <dje@google.com>
14575
14576 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14577 compiler_info references.
14578 * gdb.cp/temargs.exp: Ditto.
14579 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14580 (get_compiler_info): Early exit if already computed. Set compiler_info
14581 to "unknown" if there was a problem.
14582 (test_compiler_info): Add function comment. Call get_compiler_info.
14583
14584 2015-07-24 Doug Evans <dje@google.com>
14585
14586 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14587 (workers/%.worker, build-perf): New rule.
14588 (GDB_PERFTEST_MODE): New variable.
14589 (check-perf): Use it.
14590 (clean): Clean up gdb.perf parallel build subdirs.
14591 * lib/build-piece.exp: New file.
14592 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14593 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14594 name.
14595 (standard_temp_file): Ditto.
14596 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14597 of $GDB_PARALLEL.
14598
14599 2015-07-24 Doug Evans <dje@google.com>
14600
14601 * lib/future.exp (gdb_default_target_compile): New option
14602 "early_flags".
14603 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14604 --as-needed.
14605
14606 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14607
14608 * gdb.base/catch-syscall.exp: Call gdb_exit before
14609 gdb_skip_xml_test.
14610
14611 2015-07-24 Pedro Alves <palves@redhat.com>
14612
14613 * gdb.python/py-events.exp: Accept output between the stop event
14614 and the prompt.
14615 * gdb.python/py-evsignal.exp: Likewise.
14616 * gdb.python/py-evthreads.exp: Likewise.
14617
14618 2015-07-24 Pedro Alves <palves@redhat.com>
14619
14620 PR gdb/18717
14621 * gdb.threads/non-ldr-exit.c: New file.
14622 * gdb.threads/non-ldr-exit.exp: New file.
14623
14624 2015-07-24 Yao Qi <yao.qi@linaro.org>
14625
14626 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14627 restarting process.
14628
14629 2015-07-24 Yao Qi <yao.qi@linaro.org>
14630
14631 * gdb.server/ext-restart.exp: New file.
14632
14633 2015-07-24 Yao Qi <yao.qi@linaro.org>
14634
14635 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14636 argument options.
14637 * gdb.server/ext-wrapper.exp: New file.
14638
14639 2015-07-23 Doug Evans <dje@google.com>
14640
14641 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14642 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14643
14644 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14645
14646 * gdb.ada/var_arr_typedef.exp: New testcase.
14647 * gdb.ada/var_arr_typedef/pack.adb: New file.
14648 * gdb.ada/var_arr_typedef/pack.ads: New file.
14649 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14650
14651 2015-07-20 Joel Brobecker <brobecker@adacore.com>
14652
14653 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14654
14655 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14656
14657 * gdb.arch/i386-biarch-core.exp: Replace istarget
14658 by "complete set gnutarget". Remove expectation for the "core-file"
14659 command.
14660
14661 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14662
14663 Revert the previous commit:
14664 Tests for validate symbol file using build-id.
14665
14666 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14667
14668 Tests for validate symbol file using build-id.
14669 * gdb.base/solib-mismatch-lib.c: New file.
14670 * gdb.base/solib-mismatch-libmod.c: New file.
14671 * gdb.base/solib-mismatch.c: New file.
14672 * gdb.base/solib-mismatch.exp: New file.
14673
14674 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14675
14676 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14677 nios2-*-linux*.
14678 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14679 * gdb.base/siginfo.exp: Likewise.
14680 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14681
14682 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14683
14684 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14685 Move it to ...
14686 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14687 ... here.
14688 * gdb.trace/range-stepping.exp: Check that the target supports
14689 range stepping.
14690
14691 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14692
14693 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14694
14695 2015-07-14 Pedro Alves <palves@redhat.com>
14696
14697 * gdb.base/killed-outside.exp: New file.
14698 * gdb.base/killed-outside.c: New file.
14699
14700 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14701
14702 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14703 (n at main): New.
14704 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14705
14706 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14707
14708 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14709 infcall tests instead of setting up for KFAIL.
14710
14711 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14712
14713 * gdb.btrace/record_goto-step.exp: New.
14714
14715 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14716
14717 PR compile/18484
14718 * gdb.compile/compile.c (struct struct_type): Add volatile to
14719 selffield's type.
14720 * gdb.compile/compile.exp
14721 (compile code struct_object.selffield = &struct_object): Skip further
14722 struct_object tests if this one xfails.
14723
14724 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
14725
14726 PR exp/18617
14727 * gdb.trace/ax.exp: Add test.
14728
14729 2015-07-07 Yao Qi <yao.qi@linaro.org>
14730
14731 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14732 instead of istarget "aarch64*-*-*".
14733 * gdb.arch/aarch64-fp.exp: Likewise.
14734 * gdb.base/float.exp: Likewise.
14735 * gdb.reverse/aarch64.exp: Likewise.
14736 * lib/gdb.exp (is_aarch64_target): New proc.
14737
14738 2015-07-07 Yao Qi <yao.qi@linaro.org>
14739
14740 * lib/gdb.exp (is_aarch32_target): New proc.
14741 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14742 instead of "istarget "arm*-*-*"".
14743 * gdb.arch/arm-disp-step.exp: Likewise.
14744 * gdb.arch/thumb-bx-pc.exp: Likewise.
14745 * gdb.arch/thumb-prologue.exp: Likewise.
14746 * gdb.arch/thumb-singlestep.exp: Likewise.
14747 * gdb.base/disp-step-syscall.exp: Likewise.
14748 * gdb.base/float.exp: Likewise.
14749
14750 2015-07-07 Yao Qi <yao.qi@linaro.org>
14751
14752 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14753 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14754
14755 2015-07-07 Yao Qi <yao.qi@linaro.org>
14756
14757 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14758 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14759 if it exists.
14760 * gdb.multi/multi-arch.exp: Likewise.
14761
14762 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14763
14764 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14765 print.
14766
14767 2015-07-07 Yao Qi <yao.qi@linaro.org>
14768
14769 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14770
14771 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14772
14773 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14774 '[' and ']' characters.
14775
14776 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14777
14778 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14779
14780 2015-06-29 Pedro Alves <palves@redhat.com>
14781
14782 PR threads/18127
14783 * gdb.threads/hand-call-new-thread.c: New file.
14784 * gdb.threads/hand-call-new-thread.c: New file.
14785
14786 2015-06-26 Keith Seitz <keiths@redhat.com>
14787 Doug Evans <dje@google.com>
14788
14789 PR 16253
14790 * gdb.cp/var-tag-2.cc: New file.
14791 * gdb.cp/var-tag-3.cc: New file.
14792 * gdb.cp/var-tag-4.cc: New file.
14793 * gdb.cp/var-tag.cc: New file.
14794 * gdb.cp/var-tag.exp: New file.
14795
14796 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14797
14798 * gdb.base/history-duplicates.exp: New test.
14799
14800 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14801
14802 * gdb.base/completion.exp: Test the completion of the "focus"
14803 command.
14804
14805 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14806
14807 * gdb.arch/amd64-prologue-skip.S: New file.
14808 * gdb.arch/amd64-prologue-skip.exp: New file.
14809
14810 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14811
14812 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14813 is_address_zero_readable check.
14814
14815 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14816
14817 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14818 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14819
14820 2015-06-24 Yao Qi <yao.qi@linaro.org>
14821
14822 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14823 linux targets.
14824
14825 2015-06-24 Yao Qi <yao.qi@linaro.org>
14826
14827 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14828 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14829 * gdb.base/siginfo-thread.exp: Likewise.
14830
14831 2015-06-22 Yao Qi <yao.qi@linaro.org>
14832
14833 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14834
14835 2015-06-22 Yao Qi <yao.qi@linaro.org>
14836
14837 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14838 aarch64*-*-*.
14839 (skip_hw_watchpoint_tests): Likewise.
14840
14841 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14842
14843 * gdb.base/gdbinit-history.exp: Test the interaction between
14844 setting GDBHISTSIZE and setting the history size via .gdbinit.
14845
14846 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14847
14848 PR gdb/16999
14849 * gdb.base/gdbhistsize-history.exp: New test.
14850
14851 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14852
14853 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14854 with GDBHISTSIZE.
14855 * gdb.base/readline.exp: Likewise.
14856
14857 2015-06-17 Yao Qi <yao.qi@linaro.org>
14858
14859 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14860 line.
14861
14862 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14863
14864 * gdb.base/gdbinit-history.exp: Add test case to check that
14865 an unlimited history file does not get truncated on exit.
14866
14867 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14868
14869 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14870 (VECTOR): New macro. Use it...
14871 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14872 ...for these typedefs.
14873 (int8, char1, int1, double1): New typedefs.
14874 (struct just_int2, struct two_int2): New structures.
14875 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14876 (add_structvecs, add_singlevecs): New functions.
14877 (main): Call add_some_intvecs twice.
14878 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14879 the compile and exit upon failure. Try compiling for the "native"
14880 architecture. Test inferior function calls with vector arguments
14881 and vector return value handling with "finish" and "return".
14882
14883 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14884
14885 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14886 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14887 PE file.
14888 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14889
14890 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14891
14892 PR breakpoints/16465
14893 * gdb.mi/mi-dprintf-pending.c: New file.
14894 * gdb.mi/mi-dprintf-pending.exp: New test.
14895 * gdb.mi/mi-dprintf-pendshr.c: New file.
14896
14897 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14898 Mircea Gherzan <mircea.gherzan@intel.com>
14899
14900 * gdb.arch/i386-mpx-map.c: New file.
14901 * gdb.arch/i386-mpx-map.exp: New File.
14902
14903 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14904
14905 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14906 * gdb.arch/i386-mpx.exp: Indentation fixed.
14907
14908 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14909
14910 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14911 function and improved indentation.
14912 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14913 gdb_test_multiple. Added additional tests to skip the test.
14914
14915 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14916
14917 * gdb.arch/i386-avx512.c: Change path in include file.
14918 * gdb.arch/i386-avx512.exp: Change include dir path
14919 compilation flag.
14920 * gdb.arch/i386-mpx.c: Change path in include file.
14921 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14922 flag.
14923
14924 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14925
14926 * gdb.compile/compile-print.exp (compile print *vararray@3)
14927 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14928
14929 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14930
14931 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
14932 (do not keep jit in memory): ... this.
14933 (expect 5): Change it to ...
14934 (expect no 5): ... this.
14935
14936 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
14937
14938 PR gdb/15564
14939 * gdb.mi/mi-detach.exp: New file.
14940
14941 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14942
14943 PR symtab/18392
14944 * gdb.arch/amd64-tailcall-self.S: New file.
14945 * gdb.arch/amd64-tailcall-self.c: New file.
14946 * gdb.arch/amd64-tailcall-self.exp: New file.
14947
14948 2015-05-28 Don Breazeal <donb@codesourcery.com>
14949
14950 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
14951 tests for remote targets by checking is_target_gdbserver.
14952
14953 2015-05-27 Doug Evans <dje@google.com>
14954
14955 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
14956 * gdb.dwarf2/opaque-type-lookup.c: New file.
14957 * gdb.dwarf2/opaque-type-lookup.exp: New file.
14958
14959 2015-05-26 Doug Evans <dje@google.com>
14960
14961 * gdb.cp/iostream.cc: New file.
14962 * gdb.cp/iostream.exp: New file.
14963
14964 2015-05-26 Doug Evans <dje@google.com>
14965
14966 * gdb.dwarf2/dw2-op-call.exp: Update.
14967 * gdb.dwarf2/dw4-sig-types.exp: Update.
14968 * gdb.dwarf2/implptr.exp: Update.
14969 * gdb.mi/mi-cmd-param-changed.exp: Update.
14970
14971 2015-05-26 Doug Evans <dje@google.com>
14972
14973 * gdb.python/py-lazy-string.c: New file.
14974 * gdb.python/py-lazy-string.exp: New file.
14975 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
14976 (main): Update. Add estring3.
14977 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
14978 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
14979
14980 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14981 Yao Qi <yao.qi@linaro.org>
14982
14983 * gdb.reverse/aarch64.c: New.
14984 * gdb.reverse/aarch64.exp: New.
14985
14986 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14987
14988 * lib/gdb.exp (supports_process_record): Return true for
14989 aarch64*-linux*.
14990 (supports_reverse): Likewise.
14991
14992 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
14993
14994 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14995 Use with_test_prefix.
14996
14997 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
14998
14999 * gdb.base/completion.exp: Add test for completion of layout
15000 names.
15001
15002 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15003
15004 * lib/gdb.exp (skip_tui_tests): New proc.
15005 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15006
15007 2015-05-19 Pedro Alves <palves@redhat.com>
15008
15009 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15010 Save the whole env array instead of just HOME. Unset HISTSIZE in
15011 the environment while testing. Restore whole environment
15012 afterwards.
15013
15014 2015-05-16 Doug Evans <xdje42@gmail.com>
15015
15016 * gdb.guile/scm-ports.c: New file.
15017 * gdb.guile/scm-ports.exp: Add memory port tests.
15018
15019 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15020
15021 * gdb.compile/compile-print.c: New file.
15022 * gdb.compile/compile-print.exp: New file.
15023
15024 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15025
15026 * gdb.compile/compile-ops.exp: Cast param to void.
15027 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15028 (compile code struct_object.selffield = &struct_object): Add xfail.
15029
15030 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15031
15032 * gdb.ada/arr_enum_with_gap: New testcase.
15033
15034 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15035
15036 * gdb.ada/byte_packed_arr: New testcase.
15037
15038 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15039
15040 * gdb.ada/pckd_neg: New testcase.
15041
15042 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15043
15044 PR gdb/17820
15045 * gdb.base/gdbinit-history.exp: New test.
15046 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15047 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15048
15049 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15050
15051 * gdb.python/py-xmethods.cc: Enhance test case.
15052 * gdb.python/py-xmethods.exp: New tests.
15053 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15054 function.
15055 (B_indexoper): Likewise.
15056 (global_dm_list) : Add new xmethod worker functions.
15057
15058 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15059
15060 * gdb.base/coredump-filter.exp: Correctly unset
15061 "coredump_var_addr" array.
15062
15063 2015-05-08 Pedro Alves <palves@redhat.com>
15064
15065 * gdb.server/non-existing-program.exp: Unset spawn_id.
15066
15067 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15068
15069 PR python/18291
15070 * gdb.python/py-xmethods.exp: Add tests.
15071
15072 2015-05-08 Yao Qi <yao.qi@linaro.org>
15073
15074 PR gdb/18208
15075 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15076 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15077 function set_coredump_filter, and remove remote_exec call.
15078 Remove argument ipid. Callers update.
15079 (top level): Don't get inferior's PID.
15080
15081 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15082
15083 * gdb.base/watch_thread_num.exp: Skip test on targets without
15084 access watchpoints.
15085
15086 2015-05-06 Pedro Alves <palves@redhat.com>
15087
15088 PR server/18081
15089 * gdb.server/non-existing-program.exp: New file.
15090
15091 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15092
15093 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15094
15095 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15096
15097 * gdb.ada/out_of_line_in_inlined: New testcase.
15098
15099 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15100
15101 * gdb.ada/var_rec_arr: New testcase.
15102
15103 2015-04-30 Yao Qi <yao.qi@linaro.org>
15104
15105 * gdb.base/break-idempotent.exp: If
15106 skip_hw_watchpoint_multi_tests returns true, skip the tests
15107 on "rwatch" and "awatch".
15108
15109 2015-04-30 Yao Qi <yao.qi@linaro.org>
15110
15111 * gdb.base/relativedebug.exp: Invoke gdb command
15112 "info sharedlibrary", and if libc.so doesn't have debug info,
15113 skip the test.
15114
15115 2015-04-29 Doug Evans <dje@google.com>
15116
15117 * gdb.python/py-xmethods.exp: Add ptype tests.
15118 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15119 get_result_type method.
15120
15121 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15122
15123 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15124 the target does not support hardware watchpoints.
15125
15126 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15127
15128 * gdb.base/break-always.exp: Abort testing if writing to memory
15129 causes an error.
15130
15131 2015-04-28 Doug Evans <dje@google.com>
15132
15133 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15134 * gdb.python/py-pp-registration.exp: ... here. New file.
15135 * gdb.python/py-pp-registration.c: New file.
15136 * gdb.python/py-pp-registration.py: New file.
15137
15138 2015-04-28 Doug Evans <dje@google.com>
15139
15140 * gdb.python/py-bad-printers.c: New file.
15141 * gdb.python/py-bad-printers.py: New file.
15142 * gdb.python/py-bad-printers.exp: New file.
15143
15144 2015-04-28 Sasha Smundak <asmundak@google.com>
15145
15146 * gdb.python/py-type.exp: New test.
15147
15148 2015-04-28 Andy Wingo <wingo@igalia.com>
15149
15150 * gdb.python/py-parameter.exp:
15151 * gdb.guile/scm-parameter.exp: Escape the path that we are
15152 matching against, as it might contain characters that are special
15153 to regular expressions.
15154
15155 2015-04-27 Joel Brobecker <brobecker@adacore.com>
15156
15157 * gdb.ada/rec_comp: New testcase.
15158
15159 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15160
15161 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15162 before using it.
15163
15164 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15165
15166 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15167 new tests for verilog output.
15168
15169 2015-04-24 Yao Qi <yao.qi@linaro.org>
15170
15171 * boards/remote-gdbserver-on-localhost.exp: New file.
15172
15173 2015-04-23 Pedro Alves <palves@redhat.com>
15174
15175 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15176 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15177 "end of file", remove $inferior_spawn_id from the indirect list.
15178
15179 2015-04-23 Pedro Alves <palves@redhat.com>
15180
15181 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15182
15183 2015-04-23 Pedro Alves <palves@redhat.com>
15184
15185 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15186 on $any_spawn_id instead of only on $gdb_spawn_id.
15187
15188 2015-04-21 Pierre Muller <muller@sourceware.org>
15189
15190 PR pascal/17815
15191 * lib/pascal.exp (gpc_compile): Add new option "class".
15192 (fpc_compile): Likewise.
15193 * gdb.pascal/case-insensitive-symbols.pas: New file.
15194 * gdb.pascal/case-insensitive-symbols.exp: New file.
15195
15196 2015-04-20 Gary Benson <gbenson@redhat.com>
15197
15198 * gdb.base/attach.exp: Fix three extended remote failures.
15199
15200 2015-04-17 Gary Benson <gbenson@redhat.com>
15201
15202 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15203 the main executable over the remote protocol.
15204
15205 2015-04-16 Pedro Alves <palves@redhat.com>
15206
15207 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15208 a new gdbserver if gdbserver_reconnect_p is set.
15209
15210 2015-04-16 Pedro Alves <palves@redhat.com>
15211
15212 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15213 is set, don't exit gdbserver.
15214
15215 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15216
15217 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15218 appropriate .insn, such that an older assembler can be used.
15219 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15220 the z/Architecture instruction set on 31-bit targets as well.
15221
15222 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15223
15224 * gdb.go/handcall.exp: Remove all logic related to the first
15225 breakpoint and rely on go_runto_main instead.
15226 * gdb.go/strings.exp: Likewise.
15227 * gdb.go/unsafe.exp: Likewise.
15228 * gdb.go/hello.exp: Likewise. Also rename the remaining
15229 breakpoint marker to "breakpoint 1".
15230 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15231 * gdb.go/strings.go: Likewise.
15232 * gdb.go/unsafe.go: Likewise.
15233 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15234 "set breakpoint 2 here" and rename the remaining breakpoint marker
15235 to "breakpoint 1".
15236
15237 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15238
15239 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15240 if itertools.imap is not present.
15241 * gdb.python/py-objfile.exp: Add parentheses.
15242 * gdb.python/py-type.exp: Same.
15243 * gdb.python/py-unwind-maint.py: Same.
15244
15245 2015-04-15 Yao Qi <yao.qi@linaro.org>
15246
15247 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15248 of ":$ptr_size" and set its form explicitly.
15249
15250 2015-04-15 Pedro Alves <palves@redhat.com>
15251 Yao Qi <yao.qi@linaro.org>
15252
15253 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15254 timeout by factor of 4.
15255 (test_regular_watch): Likewise.
15256 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15257 * gdb.reverse/sigall-reverse.exp: Likewise.
15258 * gdb.reverse/until-precsave.exp: Likewise.
15259 * lib/gdb.exp (with_timeout_factor): New proc.
15260 (gdb_expect): Move some code to ...
15261 (get_largest_timeout): ... here. New procedure.
15262
15263 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
15264
15265 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15266
15267 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15268
15269 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15270 to write to the .text section.
15271
15272 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15273
15274 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15275 Handle the case of targets that do not provide PID information.
15276
15277 2015-04-13 Yao Qi <yao.qi@linaro.org>
15278
15279 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15280 and use expect instead of gdb_expect.
15281
15282 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15283
15284 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15285 "coredump_var_addr" to avoid naming conflict with other testcases.
15286
15287 2015-04-10 Pedro Alves <palves@redhat.com>
15288
15289 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15290 gdb_test_sequence and gdb_assert.
15291
15292 2015-04-10 Pedro Alves <palves@redhat.com>
15293
15294 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15295 test messages that don't include the breakpoint address.
15296
15297 2015-04-10 Yao Qi <yao.qi@linaro.org>
15298
15299 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15300 false for some offset and width combinations which aren't
15301 supported by linux kernel.
15302
15303 2015-04-10 Pedro Alves <palves@redhat.com>
15304
15305 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15306 procedure, factored out from ...
15307 (top level): ... here. Add "set displaced-stepping" testing axis.
15308 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15309 parameter "displaced". Use it.
15310 (top level): Use foreach and add "set displaced-stepping" testing
15311 axis.
15312
15313 2015-04-10 Pedro Alves <palves@redhat.com>
15314
15315 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15316 Remove comment.
15317 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15318 both the address of the instruction that triggers the watchpoint
15319 and the address of the instruction immediately after, and use
15320 those addresses for the test. Fix comment.
15321
15322 2015-04-10 Pedro Alves <palves@redhat.com>
15323
15324 * gdb.base/sigstep.exp (breakpoint_to_handler)
15325 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15326 Test "backtrace" in handler.
15327 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15328 (top level): Add new "displaced" test axis to
15329 breakpoint_to_handler, breakpoint_to_handler_entry and
15330 breakpoint_over_handler.
15331
15332 2015-04-10 Pedro Alves <palves@redhat.com>
15333
15334 PR gdb/18216
15335 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15336
15337 2015-04-10 Yao Qi <yao.qi@linaro.org>
15338
15339 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15340 (test_add_rn_pc): New function.
15341 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15342 (top level): Invoke test_add_rn_pc.
15343
15344 2015-04-10 Pedro Alves <palves@redhat.com>
15345
15346 PR gdb/13858
15347 * gdb.base/step-over-no-symbols.exp: New file.
15348
15349 2015-04-09 Andy Wingo <wingo@igalia.com>
15350
15351 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15352 after the Python tests.
15353
15354 2015-04-08 Keith Seitz <keiths@redhat.com>
15355
15356 PR python/16699
15357 * gdb.python/py-completion.exp: New tests for completion.
15358 * gdb.python/py-completion.py (CompleteLimit1): New class.
15359 (CompleteLimit2): Likewise.
15360 (CompleteLimit3): Likewise.
15361 (CompleteLimit4): Likewise.
15362 (CompleteLimit5): Likewise.
15363 (CompleteLimit6): Likewise.
15364 (CompleteLimit7): Likewise.
15365
15366 2015-04-08 Pedro Alves <palves@redhat.com>
15367
15368 PR gdb/18214
15369 PR gdb/18216
15370 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15371 function.
15372 (main): Install it as SIGUSR1 handler.
15373 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15374 parameter. Always use "setup" as prefix. Toggle "set
15375 displaced-stepping" off/on depending on global. Don't switch to
15376 thread 1 here.
15377 (top level): Add displaced stepping "off/on" test axis. Update
15378 "setup" calls. Wrap each subtest with with_test_prefix. Test
15379 continuing with a queued signal in each thread.
15380
15381 2015-04-08 Pedro Alves <palves@redhat.com>
15382
15383 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15384 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15385 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15386 Return early if running to main fails.
15387 * gdb.trace/while-stepping.exp: Likewise.
15388
15389 2015-04-07 Pedro Alves <palves@redhat.com>
15390
15391 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15392 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15393 interact with inferior program.
15394
15395 2015-04-07 Pedro Alves <palves@redhat.com>
15396
15397 * lib/gdb.exp (inferior_spawn_id): New global.
15398 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15399 spawn id after processing the user code.
15400 (default_gdb_start): Set inferior_spawn_id.
15401 (send_inferior): New procedure.
15402 * lib/gdbserver-support.exp (gdbserver_start): Set
15403 inferior_spawn_id.
15404 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15405
15406 2015-04-07 Pedro Alves <palves@redhat.com>
15407
15408 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15409 * lib/gdbserver-support.exp (gdbserver_start): Make
15410 $server_spawn_id global.
15411 (gdbserver_start): Don't wait for gdbserver's spawn id with
15412 expect_background.
15413 (close_gdbserver): New procedure.
15414 (gdb_exit): Rename the default version and reimplement.
15415
15416 2015-04-07 Pedro Alves <palves@redhat.com>
15417
15418 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
15419 append the substituted item, not the original item.
15420
15421 2015-04-07 Pedro Alves <palves@redhat.com>
15422
15423 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15424 gdb_expect.
15425
15426 2015-04-07 Pedro Alves <palves@redhat.com>
15427
15428 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15429 output appearing once only.
15430
15431 2015-04-07 Pedro Alves <palves@redhat.com>
15432
15433 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15434 that doesn't expect anything. Return early if running to main
15435 fails.
15436
15437 2015-04-07 Yao Qi <yao.qi@linaro.org>
15438
15439 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15440 (child_function): Call alarm.
15441 (main): Move call to alarm into the loop.
15442 * gdb.threads/non-stop-fair-events.exp: Build program with
15443 -DTIMEOUT=$timeout.
15444
15445 2015-04-06 Doug Evans <xdje42@gmail.com>
15446
15447 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15448 Fix dest parameter to board_info.
15449 (fpc_compile): Ditto.
15450 (gdb_compile_pascal): Rename dest arg to destfile.
15451
15452 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15453
15454 * gdb.ada/funcall_ref.exp: New file.
15455 * gdb.ada/funcall_ref/foo.adb: New file.
15456
15457 2015-04-02 Yao Qi <yao.qi@linaro.org>
15458
15459 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15460 is remote.
15461
15462 2015-04-02 Gary Benson <gbenson@redhat.com>
15463
15464 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15465
15466 2015-04-01 Sasha Smundak <asmundak@google.com>
15467
15468 * gdb.python/py-unwind-maint.c: New file.
15469 * gdb.python/py-unwind-maint.exp: New test.
15470 * gdb.python/py-unwind-maint.py: New file.
15471 * gdb.python/py-unwind.c: New file.
15472 * gdb.python/py-unwind.exp: New test.
15473 * gdb.python/py-unwind.py: New test.
15474
15475 2015-04-01 Pedro Alves <palves@redhat.com>
15476
15477 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15478 to fail instead of non-existent $test.
15479
15480 2015-04-01 Pedro Alves <palves@redhat.com>
15481
15482 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15483 GDBFLAGS if not empty.
15484
15485 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15486
15487 * gdb.ada/complete.exp: Remove "multi_line".
15488 * gdb.ada/info_exc.exp: Remove "multi_line".
15489 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15490 * gdb.ada/ptype_field.exp: Remove "multi_line".
15491 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15492 * gdb.ada/tagged.exp: Remove "multi_line".
15493 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15494 [multi_line ...]
15495 * gdb.btrace/delta.exp: Likewise.
15496 * gdb.btrace/exception.exp: Likewise.
15497 * gdb.btrace/function_call_history.exp: Likewise.
15498 * gdb.btrace/instruction_history.exp: Likewise.
15499 * gdb.btrace/nohist.exp: Likewise.
15500 * gdb.btrace/record_goto.exp: Likewise.
15501 * gdb.btrace/segv.exp: Likewise.
15502 * gdb.btrace/stepi.exp: Likewise.
15503 * gdb.btrace/tailcall.exp: Likewise.
15504 * gdb.btrace/unknown_functions.exp: Likewise.
15505 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15506 * lib/gdb.exp: Add the "multi_line" helper.
15507
15508 2015-04-01 Pedro Alves <palves@redhat.com>
15509
15510 * gdb.threads/tid-reuse.c: New file.
15511 * gdb.threads/tid-reuse.exp: New file.
15512
15513 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15514
15515 PR corefiles/16092
15516 * gdb.base/coredump-filter.c: New file.
15517 * gdb.base/coredump-filter.exp: Likewise.
15518
15519 2015-03-27 Petr Machata <pmachata@redhat.com>
15520
15521 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15522 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15523 (Dwarf::assemble): Initialize them.
15524 (Dwarf::lines): New function.
15525
15526 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15527
15528 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15529 SYMBOL_PREFIX for x86_64-*-cygwin.
15530
15531 2015-03-26 Andy Wingo <wingo@igalia.com>
15532
15533 PR symtab/18148
15534 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15535 const_value but not a location.
15536 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15537 location defined in non-main CUs are visible.
15538
15539 2015-03-26 Yao Qi <yao.qi@linaro.org>
15540
15541 PR testsuite/18139
15542 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15543 Add a line number entry for the same line.
15544 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15545 Add a line number entry for the same line.
15546
15547 2015-03-26 Yao Qi <yao.qi@linaro.org>
15548
15549 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15550 .int 0.
15551 (func): Likewise. Add .Lfunc_1 label.
15552 Use .Lfunc_1 label.
15553 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15554 .int 0.
15555 (func): Likewise.
15556 Use .Lfunc_1 label.
15557
15558 2015-03-26 Yao Qi <yao.qi@linaro.org>
15559
15560 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15561 Call gdb_compile instead to compile each .s files without debug
15562 information.
15563
15564 2015-03-26 Yao Qi <yao.qi@linaro.org>
15565
15566 * gdb.base/savedregs.exp (process_saved_regs): Make
15567 "Saved registers:" optional in the pattern.
15568
15569 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15570
15571 * gdb.btrace/next.exp: Merged into step.exp.
15572 * gdb.btrace/finish.exp: Merged into step.exp.
15573 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15574 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15575 "record goto" and checking the exact replay position.
15576 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15577 check for "Recording format" in "info record" output.
15578 * gdb.btrace/record_goto.exp: Choose test file based on target.
15579 * gdb.btrace/x86-record_goto.S: Renamed into ...
15580 * gdb.btrace/x86_64-record_goto.S: ... this.
15581 * gdb.btrace/i686-record_goto.S: New.
15582 * gdb.btrace/x86-tailcall.S: Renamed into ...
15583 * gdb.btrace/x86_64-tailcall.S: ... this.
15584 * gdb.btrace/i686-tailcall.S: New.
15585 * gdb.btrace/x86-tailcall.c: Renamed into ...
15586 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15587 separate statements. Update test.
15588 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15589 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15590 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15591 * gdb.btrace/tailcall.exp: Choose test file based on target.
15592 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15593
15594 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15595
15596 * gdb.btrace/exception.exp: Increase BTS buffer size.
15597
15598 2015-03-24 Pedro Alves <palves@redhat.com>
15599
15600 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15601
15602 2015-03-24 Pedro Alves <palves@redhat.com>
15603
15604 * gdb.threads/schedlock.exp (test_step): No longer expect that
15605 "set scheduler-locking step" with "next" over a function call runs
15606 threads unlocked.
15607
15608 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15609
15610 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15611
15612 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15613
15614 PR breakpoints/16466
15615 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15616 * gdb.mi/mi-pending.c (thread_func): New function.
15617 (int main): Add threading support required.
15618 * gdb.mi/mi-pending.exp: Add tests for this issue.
15619 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15620 (pendfunc2): Remove stdio dependency.
15621 * gdb.mi/mi-pendshr2.c: New file.
15622
15623 2015-03-23 Keith Seitz <keiths@redhat.com>
15624
15625 * gdb.linespec/keywords.c: New file.
15626 * gdb.linespec/keywords.exp: New file.
15627
15628 2015-03-23 Keith Seitz <keiths@redhat.com>
15629
15630 PR gdb/18021
15631 * gdb.dwarf2/staticvirtual.exp: New test.
15632
15633 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15634
15635 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15636 * README: Remove HP-UX and gdb.hp.
15637 (configuration):
15638 * configure: Regenerate.
15639 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15640 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15641 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15642 gdb.hp/gdb.defects/Makefile.
15643 * gdb.hp/Makefile.in: File deleted.
15644 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15645 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15646 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15647 * gdb.hp/gdb.aCC/run.c: File deleted.
15648 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15649 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15650 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15651 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15652 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15653 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15654 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15655 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15656 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15657 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15658 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15659 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15660 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15661 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15662 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15663 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15664 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15665 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15666 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15667 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15668 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15669 * gdb.hp/gdb.compat/average.c: File deleted.
15670 * gdb.hp/gdb.compat/sum.c: File deleted.
15671 * gdb.hp/gdb.compat/xdb.c: File deleted.
15672 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15673 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15674 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15675 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15676 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15677 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15678 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15679 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15680 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15681 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15682 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15683 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15684 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15685 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15686 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15687 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15688 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15689 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15690 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15691 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15692 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15693 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15694 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15695 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15696 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15697 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15698 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15699 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15700 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15701 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15702 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15703 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15704 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15705 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15706 * gdb.hp/tools/odump: File deleted.
15707
15708 2015-03-19 Pedro Alves <palves@redhat.com>
15709
15710 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15711 (saw_thread_3): New globals.
15712 (top level): Increment them when an event for the corresponding
15713 thread is seen.
15714 (no thread starvation): New test.
15715
15716 2015-03-19 Pedro Alves <palves@redhat.com>
15717
15718 * gdb.threads/continue-pending-status.c: New file.
15719 * gdb.threads/continue-pending-status.exp: New file.
15720
15721 2015-03-18 Pedro Alves <palves@redhat.com>
15722
15723 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15724 Use gdb_is_target_remote instead of is_remote. Use
15725 gdb_test_multiple instead of gdb_expect. Exit early if
15726 gdb_test_multiple hits its internal matches. Tighten stepi tests
15727 expected output. Fail on exit with any signal, instead of just
15728 SIGILL.
15729
15730 2015-03-18 Yao Qi <yao.qi@linaro.org>
15731
15732 PR tdep/18107
15733 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15734 variable.
15735 * gdb.base/catch-syscall.exp: Don't skip it on
15736 aarch64*-*-linux* target. Remove elements in all_syscalls.
15737 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15738 target.
15739 (setup_all_syscalls): New proc.
15740
15741 2015-03-16 Yao Qi <yao.qi@linaro.org>
15742
15743 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15744 (top level): Skip tests if valid_addr_p returns false for
15745 $cmd1 or $cmd2.
15746
15747 2015-03-11 Andy Wingo <wingo@igalia.com>
15748
15749 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15750
15751 2015-03-11 Yao Qi <yao.qi@linaro.org>
15752
15753 * gdb.base/catch-syscall.exp: Fix typo in comments.
15754
15755 2015-03-11 Yao Qi <yao.qi@linaro.org>
15756
15757 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15758
15759 2015-03-09 Pedro Alves <palves@redhat.com>
15760
15761 * dg-extract-results.py: Delete.
15762
15763 2015-03-09 Pedro Alves <palves@redhat.com>
15764
15765 Merge dg-extract-results.sh from GCC upstream (r218843).
15766
15767 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15768 * dg-extract-results.sh: Use --text with grep to avoid issues with
15769 binary files. Fall back to cat -v, if that doesn't work.
15770
15771 2015-03-05 Pedro Alves <palves@redhat.com>
15772
15773 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15774
15775 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15776
15777 * lib/mi-support.exp (mi_expect_interrupt): Accept
15778 alternative event for when in all-stop mode.
15779
15780 2015-03-04 Pedro Alves <palves@redhat.com>
15781
15782 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15783
15784 2015-03-04 Mark Kettenis <kettenis@gnu.org>
15785
15786 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15787
15788 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15789
15790 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15791 regexps for GDB's current line display, accept a hex address
15792 preceding the line number.
15793
15794 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15795
15796 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15797 the 'arch1' variable for "s390*-linux*" targets.
15798
15799 2015-03-04 Pedro Alves <palves@redhat.com>
15800
15801 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15802 (main): Pass missing retval argument to pthread_join call.
15803
15804 2015-03-02 Pedro Alves <palves@redhat.com>
15805
15806 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15807 (top level): Call do_test with non-stop as well.
15808
15809 2015-03-02 Pedro Alves <palves@redhat.com>
15810
15811 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15812 -1.
15813
15814 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15815
15816 * gdb.arch/s390-vregs.exp: New test.
15817 * gdb.arch/s390-vregs.S: New file.
15818
15819 2015-02-27 Pedro Alves <palves@redhat.com>
15820
15821 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15822 call to catch_command_errors.
15823 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15824 catch_command_errors.
15825
15826 2015-02-27 Pedro Alves <palves@redhat.com>
15827
15828 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15829 "true" for boolean result.
15830 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15831 prototype of main.
15832
15833 2015-02-27 Pedro Alves <palves@redhat.com>
15834
15835 * lib/unbuffer_output.c: New file.
15836 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15837 (main): Call gdb_unbuffer_output.
15838
15839 2015-02-27 Yao Qi <yao.qi@linaro.org>
15840
15841 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15842 target.
15843
15844 2015-02-26 Doug Evans <dje@google.com>
15845
15846 * gdb.cp/class2.cc (Dbase, D): New classes.
15847 (main): New local delta.
15848 * gdb.cp/class2.exp: Test printing delta.
15849 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15850 (dynbar): New global.
15851 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15852
15853 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15854
15855 * gdb.compile/compile-ifunc.c: New file.
15856 * gdb.compile/compile-ifunc.exp: New file.
15857
15858 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15859
15860 * gdb.base/structs.exp: Check for correct struct on finish.
15861
15862 2015-02-26 Yao Qi <yao.qi@linaro.org>
15863
15864 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15865 is zero.
15866
15867 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15868
15869 * gdb.arch/cordic.ko.bz2: New file.
15870 * gdb.arch/cordic.ko.debug.bz2: New file.
15871 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15872
15873 2015-02-25 Yao Qi <yao.qi@linaro.org>
15874
15875 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15876 aarch64*-*-* target.
15877
15878 2015-02-23 Pedro Alves <palves@redhat.com>
15879
15880 * lib/gdb.exp (delete_breakpoints): Rewrite using
15881 gdb_test_multiple.
15882
15883 2015-02-23 Pedro Alves <palves@redhat.com>
15884
15885 * gdb.base/info-os.c: Include stdlib.h.
15886
15887 2015-02-22 Doug Evans <xdje42@gmail.com>
15888
15889 PR symtab/17855
15890 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15891 is read after symbols have been re-read.
15892 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15893 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15894
15895 2015-02-21 Doug Evans <dje@google.com>
15896
15897 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15898
15899 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15900
15901 PR corefiles/17808
15902 * gdb.arch/i386-biarch-core.core.bz2: New file.
15903 * gdb.arch/i386-biarch-core.exp: New file.
15904
15905 2015-02-21 Pedro Alves <palves@redhat.com>
15906
15907 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15908 runto_main fails.
15909
15910 2015-02-20 Pedro Alves <palves@redhat.com>
15911
15912 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15913 info probes.
15914
15915 2015-02-20 Pedro Alves <palves@redhat.com>
15916
15917 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15918
15919 2015-02-20 Pedro Alves <palves@redhat.com>
15920
15921 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15922 clean_restart before gdb_target_supports_trace.
15923
15924 2015-02-20 Pedro Alves <palves@redhat.com>
15925
15926 PR threads/18006
15927 * gdb.threads/clone-thread_db.c: New file.
15928 * gdb.threads/clone-thread_db.exp: New file.
15929
15930 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
15931
15932 PR breakpoints/16812
15933 * gdb.base/catch-gdb-caused-signals.c: New file.
15934 * gdb.base/catch-gdb-caused-signals.exp: New file.
15935
15936 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
15937
15938 * configure: Regenerated.
15939 * configure.ac: Use GDB_AC_TRANSFORM.
15940 * aclocal.m4: sinclude ../transform.m4.
15941
15942 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15943
15944 * lib/dtrace.exp: New file.
15945 * gdb.base/dtrace-probe.exp: Likewise.
15946 * gdb.base/dtrace-probe.d: Likewise.
15947 * gdb.base/dtrace-probe.c: Likewise.
15948 * lib/pdtrace.in: Likewise.
15949 * configure.ac: Output variables with the transformed names of
15950 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
15951 * configure: Regenerated.
15952
15953 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15954
15955 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
15956 expected message when trying to access $_probe_* convenience
15957 variables while not on a probe.
15958
15959 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15960
15961 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
15962
15963 2015-02-11 Pedro Alves <pedro@codesourcery.com>
15964
15965 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
15966 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
15967
15968 2015-02-10 Doug Evans <xdje42@gmail.com>
15969
15970 * lib/gdb.exp (gdb_load): Always return a result.
15971
15972 2015-02-10 Pedro Alves <palves@redhat.com>
15973
15974 * gdb.threads/signal-sigtrap.c: New file.
15975 * gdb.threads/signal-sigtrap.exp: New file.
15976
15977 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
15978
15979 * gdb.trace/no-attach-trace.c: New file.
15980 * gdb.trace/no-attach-trace.exp: New file.
15981
15982 2015-02-09 Mark Wielaard <mjw@redhat.com>
15983
15984 * gdb.dwarf2/atomic.c: New file.
15985 * gdb.dwarf2/atomic-type.exp: Likewise.
15986
15987 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15988
15989 * gdb.btrace/buffer-size.exp: Update "info record" output.
15990 * gdb.btrace/delta.exp: Update "info record" output.
15991 * gdb.btrace/enable.exp: Update "info record" output.
15992 * gdb.btrace/finish.exp: Update "info record" output.
15993 * gdb.btrace/instruction_history.exp: Update "info record" output.
15994 * gdb.btrace/next.exp: Update "info record" output.
15995 * gdb.btrace/nexti.exp: Update "info record" output.
15996 * gdb.btrace/step.exp: Update "info record" output.
15997 * gdb.btrace/stepi.exp: Update "info record" output.
15998 * gdb.btrace/nohist.exp: Update "info record" output.
15999
16000 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16001
16002 * gdb.btrace/buffer-size: New.
16003
16004 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16005
16006 * gdb.btrace/delta.exp: Update "info record" output.
16007 * gdb.btrace/enable.exp: Update "info record" output.
16008 * gdb.btrace/finish.exp: Update "info record" output.
16009 * gdb.btrace/instruction_history.exp: Update "info record" output.
16010 * gdb.btrace/next.exp: Update "info record" output.
16011 * gdb.btrace/nexti.exp: Update "info record" output.
16012 * gdb.btrace/step.exp: Update "info record" output.
16013 * gdb.btrace/stepi.exp: Update "info record" output.
16014 * gdb.btrace/nohist.exp: Update "info record" output.
16015
16016 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16017
16018 PR gdb/15678
16019 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16020
16021 2015-02-06 Pedro Alves <palves@redhat.com>
16022
16023 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16024 macro.
16025 (seconds_left, again): New globals.
16026 (main): Wait seconds_left in a 1-second sleep loop instead of
16027 sleeping 180 seconds. If 'again' is set, reset the seconds
16028 counter.
16029 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16030 'again' in the inferior before detaching. Print the seconds left.
16031 (options): New global.
16032 (top level): Build program with -DTIMEOUT=$timeout.
16033
16034 2015-02-06 Pedro Alves <palves@redhat.com>
16035
16036 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16037 determine how many seconds to pass to 'alarm'.
16038 * gdb.base/gdb-sigterm.exp (top level): Build program with
16039 -DTIMEOUT=$timeout.
16040 (do_test): Return success/failure indication. Add more verbose
16041 logging. Don't fail if 200 single steps are seen. Instead, fail
16042 when the test times out.
16043 (passes): New global.
16044 (top level): Break the testing loop if testing fails on any
16045 iteration. Use gdb_assert.
16046
16047 2015-02-04 Don Breazeal <donb@codesourcery.com>
16048
16049 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16050 and initialize them.
16051 (ipc_cleanup): New function.
16052 (main): Don't declare shmid, semid, and msqid. Add a call to
16053 atexit so that we call ipc_cleanup on exit.
16054
16055 2015-02-04 Pedro Alves <palves@redhat.com>
16056
16057 * boards/native-extended-gdbserver.exp: Remove any target variant
16058 specifications from the board name before clearing the isremote
16059 flag from board_info.
16060
16061 2015-01-31 Doug Evans <xdje42@gmail.com>
16062
16063 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16064
16065 2015-01-31 Gary Benson <gbenson@redhat.com>
16066
16067 * gdb.base/completion.exp: Disable completion limiting for
16068 existing tests. Add new tests to check completion limiting.
16069 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16070
16071 2015-01-31 Doug Evans <xdje42@gmail.com>
16072
16073 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16074
16075 2015-01-31 Doug Evans <xdje42@gmail.com>
16076
16077 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16078 entries. Duplicate file section script entries.
16079 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16080 inlined entries. Add test for safe-path rejection.
16081 * gdb.python/py-section-script.c: Add duplicate inlined section script
16082 entries. Duplicate file section script entries.
16083 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16084 inlined entries. Add test for safe-path rejection.
16085
16086 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16087
16088 * gdb.ada/disc_arr_bound: New testcase.
16089
16090 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16091
16092 * gdb.ada/mi_var_array: New testcase.
16093
16094 2015-01-27 Doug Evans <dje@google.com>
16095
16096 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16097 Add test for objfile.filename, objfile.username after objfile
16098 has been unloaded.
16099
16100 2015-01-26 Joel Brobecker <brobecker@adacore.com>
16101
16102 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16103 the second test to print the name attribute of value
16104 returned by the call to gdb.lookup_type, and adjust
16105 the expected output accordingly.
16106
16107 2015-01-25 Mark Wielaard <mjw@redhat.com>
16108
16109 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16110 * gdb.base/disp-step-fork.c: Include unistd.h.
16111 * gdb.base/siginfo-obj.c: Include stdio.h.
16112 * gdb.base/siginfo-thread.c: Likewise.
16113 * gdb.mi/non-stop.c: Include unistd.h.
16114 * gdb.mi/nsthrexec.c: Include stdio.h.
16115 * gdb.mi/pthreads.c: Include unistd.h.
16116 * gdb.modula2/unbounded1.c (main): Declare returns int.
16117 * gdb.reverse/consecutive-reverse.c: Likewise.
16118 * gdb.threads/create-fail.c: Include unistd.h.
16119 * gdb.threads/killed.c: Likewise.
16120 * gdb.threads/linux-dp.c: Likewise.
16121 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16122 * gdb.threads/non-ldr-exc-2.c: Likewise.
16123 * gdb.threads/non-ldr-exc-3.c: Likewise.
16124 * gdb.threads/non-ldr-exc-4.c: Likewise.
16125 * gdb.threads/pthreads.c: Include unistd.h.
16126 (main): Declare returns int.
16127 * gdb.threads/tls-main.c (foo): New declaration.
16128 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16129
16130 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16131
16132 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16133 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16134
16135 2015-01-15 Mark Wielaard <mjw@redhat.com>
16136
16137 * gdb.base/noreturn-return.c: New file.
16138 * gdb.base/noreturn-return.exp: New file.
16139 * gdb.base/noreturn-finish.c: New file.
16140 * gdb.base/noreturn-finish.exp: New file.
16141
16142 2015-01-23 Pedro Alves <palves@redhat.com>
16143
16144 * gdb.threads/continue-pending-after-query.c: New file.
16145 * gdb.threads/continue-pending-after-query.exp: New file.
16146
16147 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16148 Simon Marchi <simon.marchi@ericsson.com>
16149
16150 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16151 * gdb.base/valgrind-db-attach.exp: Same.
16152 * gdb.base/valgrind-infcall.exp: Same.
16153 * lib/mi-support.exp (default_mi_gdb_start): Same.
16154 * lib/prompt.exp (default_prompt_gdb_start): Same.
16155 * lib/gdb.exp (default_gdb_spawn): Same.
16156 (gdb_interact): New.
16157
16158
16159 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16160
16161 * gdb.compile/compile.exp (pointer to jit function): New test.
16162
16163 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
16164
16165 * lib/gdb.exp (supports_process_record): Return true for
16166 powerpc*-*-linux*.
16167 (supports_reverse): Likewise.
16168
16169 2015-01-15 Don Breazeal <donb@codesourcery.com>
16170
16171 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16172 instead of checking whether the target board is remote and
16173 use spawn_wait_for_attach instead of exec/sleep.
16174 * gdb.base/attach-twice.exp: Likewise.
16175
16176 2015-01-15 Joel Brobecker <brobecker@adacore.com>
16177
16178 * gdb.ada/var_arr_attrs: New testcase.
16179
16180 2015-01-14 Pedro Alves <palves@redhat.com>
16181 Joel Brobecker <brobecker@adacore.com>
16182
16183 PR gdb/17525
16184 * gdb.base/bp-cmds-execution-x-script.c: New file.
16185 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16186 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16187
16188 2015-01-14 Pedro Alves <palves@redhat.com>
16189
16190 PR cli/17828
16191 * gdb.base/batch-preserve-term-settings.c: New file.
16192 * gdb.base/batch-preserve-term-settings.exp: New file.
16193
16194 2015-01-13 Doug Evans <dje@google.com>
16195
16196 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16197 binary.
16198
16199 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16200
16201 * Makefile.in (clean mostlyclean): Do not delete *.py.
16202
16203 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16204
16205 * gdb.python/py-lookup-type.exp: New file.
16206
16207 2015-01-12 Pedro Alves <palves@redhat.com>
16208
16209 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16210 restore GDBFLAGS before returning.
16211
16212 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16213
16214 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16215 is_amd64_regs_target and is_x86_like_target.
16216
16217 2015-01-11 Doug Evans <xdje42@gmail.com>
16218
16219 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16220 is given without an explicit form.
16221 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16222 attributes.
16223 * gdb.dwarf/corrupt.exp: Ditto.
16224 * gdb.dwarf2/enum-type.exp: Ditto.
16225 * gdb.trace/entry-values.exp: Ditto.
16226 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16227
16228 2015-01-11 Doug Evans <xdje42@gmail.com>
16229
16230 PR gdb/15830
16231 * gdb.base/maint.exp: Remove references to "maint demangle".
16232 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16233 Add tests for explicitly specifying language to demangle.
16234 * gdb.dlang/demangle.exp: Ditto.
16235
16236 2015-01-09 Pedro Alves <palves@redhat.com>
16237
16238 * gdb.threads/non-stop-fair-events.c: New file.
16239 * gdb.threads/non-stop-fair-events.exp: New file.
16240
16241 2015-01-09 Pedro Alves <palves@redhat.com>
16242
16243 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16244 the global scope. Set a breakpoint after all threads are started
16245 rather than stepping over two source lines. Expect the prompt.
16246 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16247 global.
16248 (NUM): Now 15.
16249 (main): Use threads_started_barrier to wait for all threads to
16250 start. Main thread no longer calls thread_function. Exit after
16251 180 seconds.
16252 (loop): New function.
16253 (thread_function): Wait on threads_started_barrier barrier. Call
16254 'loop' at each iteration.
16255 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16256 threads have started, instead of hardcoding number of "next"
16257 steps. Use an access watchpoint instead of a write watchpoint.
16258
16259 2015-01-09 Pedro Alves <palves@redhat.com>
16260
16261 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16262 (thread_func): Wait on barrier.
16263 (main): Wait for all threads to start before stopping GDB.
16264 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16265 global.
16266 (thread1_func, thread2_func): Wait on barrier.
16267 (main): Wait for all threads to start before stopping GDB.
16268 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16269 New global.
16270 (thread1_func, thread2_func): Wait on barrier.
16271 (main): Wait for all threads to start before stopping GDB.
16272
16273 2015-01-09 Pedro Alves <palves@redhat.com>
16274
16275 * gdb.threads/attach-many-short-lived-threads.c: New file.
16276 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16277
16278 2014-01-09 Pedro Alves <palves@redhat.com>
16279
16280 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16281 instead of to thread 2.
16282 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16283 Add barrier around each pthread_create call instead of around all
16284 calls.
16285 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16286 Set a break on thread_function and have the child threads hit it
16287 one at at a time.
16288
16289 2015-01-09 Pedro Alves <palves@redhat.com>
16290
16291 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16292 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16293 false.
16294 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16295 checking whether the target board is remote.
16296 * gdb.multi/multi-attach.exp: Likewise.
16297 * gdb.python/py-sync-interp.exp: Likewise.
16298 * gdb.server/ext-attach.exp: Likewise.
16299 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16300 tests that need to attach, instead of checking whether the target
16301 board is remote at the top of the file.
16302
16303 2015-01-08 Yao Qi <yao@codesourcery.com>
16304
16305 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16306
16307 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16308
16309 Fix testcase compilation.
16310 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16311
16312 2015-01-06 Joel Brobecker <brobecker@adacore.com>
16313
16314 * gdb.python/py-type.exp: Add a couple test about empty
16315 array creation, and negative-length array creation.
16316
16317 2015-01-02 Doug Evans <xdje42@gmail.com>
16318
16319 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16320
16321 2015-01-02 Doug Evans <dje@google.com>
16322
16323 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16324
16325 2014-12-29 Yao Qi <yao@codesourcery.com>
16326
16327 * gdb.trace/entry-values.exp: Update comments. Rename variable
16328 bar_call_foo to returned_from_foo.
16329
16330 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16331
16332 PR gdb/17394
16333 * gdb.linespec/break-asm-file.c: New file.
16334 * gdb.linespec/break-asm-file.exp: New file.
16335 * gdb.linespec/break-asm-file0.s: New file.
16336 * gdb.linespec/break-asm-file1.s: New file.
16337
16338 2014-12-18 Nigel Stephens <nigel@mips.com>
16339 Maciej W. Rozycki <macro@codesourcery.com>
16340
16341 * gdb.base/float.exp: Handle the new output from "info float" on
16342 MIPS targets.
16343
16344 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16345
16346 Fix MinGW compilation.
16347 * gdb.compile/compile-ops.exp: Update untested message if
16348 !skip_compile_feature_tests.
16349 * gdb.compile/compile-setjmp.exp: Likewise.
16350 * gdb.compile/compile-tls.exp: Likewise.
16351 * gdb.compile/compile.exp: Likewise.
16352 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16353 supported on this host".
16354
16355 2014-12-16 Doug Evans <xdje42@gmail.com>
16356
16357 * boards/stabs.exp: New file.
16358
16359 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16360
16361 * gdb.base/completion.exp: Adjust to format changes of "maint
16362 print user-registers".
16363
16364 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
16365
16366 PR server/17457
16367 * gdb.arch/aarch64-fp.c: New file.
16368 * gdb.arch/aarch64-fp.exp: New file.
16369
16370 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16371
16372 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16373 r210637, r210913, r211666, r215400, r215817).
16374
16375 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16376 * dg-extract-results.py: New file.
16377 * dg-extract-results.sh: Use it if the environment seems
16378 suitable.
16379
16380 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16381
16382 * dg-extract-results.py (parse_run): Handle warnings that
16383 are printed before a test harness is run.
16384
16385 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16386
16387 * dg-extract-results.py (Named): Remove __cmp__ method.
16388 (output_variation): Use a key to sort variation.harnesses.
16389
16390 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16391
16392 * dg-extract-results.py: For Python 3, force sys.stdout to
16393 handle surrogate escape sequences.
16394 (safe_open): New function.
16395 (output_segment, main): Use it.
16396
16397 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16398
16399 * dg-extract-results.py (Prog.result_re): Include options
16400 in test name.
16401
16402 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16403
16404 * dg-extract-results.py (output_variation): Always sort if
16405 do_sum.
16406
16407 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16408
16409 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16410 as long as we get pagination notifications.
16411
16412 2014-12-15 Jason Merrill <jason@redhat.com>
16413
16414 * Makefile.in (check-gdb.%): Restore.
16415 * README: Mention it.
16416
16417 2014-12-13 Joel Brobecker <brobecker@adacore.com>
16418
16419 * gdb.ada/str_uninit: New testcase.
16420
16421 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16422
16423 PR symtab/17642
16424 * gdb.base/vla-stub-define.c: New file.
16425 * gdb.base/vla-stub.c: New file.
16426 * gdb.base/vla-stub.exp: New file.
16427
16428 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16429 Jan Kratochvil <jan.kratochvil@redhat.com>
16430 Tom Tromey <tromey@redhat.com>
16431
16432 * configure.ac: Add gdb.compile/.
16433 * configure: Regenerate.
16434 * gdb.compile/Makefile.in: New file.
16435 * gdb.compile/compile-ops.exp: New file.
16436 * gdb.compile/compile-ops.c: New file.
16437 * gdb.compile/compile-tls.c: New file.
16438 * gdb.compile/compile-tls.exp: New file.
16439 * gdb.compile/compile-constvar.S: New file.
16440 * gdb.compile/compile-constvar.c: New file.
16441 * gdb.compile/compile-mod.c: New file.
16442 * gdb.compile/compile-nodebug.c: New file.
16443 * gdb.compile/compile-setjmp-mod.c: New file.
16444 * gdb.compile/compile-setjmp.c: New file.
16445 * gdb.compile/compile-setjmp.exp: New file.
16446 * gdb.compile/compile-shlib.c: New file.
16447 * gdb.compile/compile.c: New file.
16448 * gdb.compile/compile.exp: New file.
16449 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16450
16451 2014-12-12 Tom Tromey <tromey@redhat.com>
16452
16453 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16454 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16455
16456 2014-12-12 Doug Evans <dje@google.com>
16457
16458 * lib/gdb-python.exp (get_python_valueof): New function.
16459 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16460
16461 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16462
16463 * gdb.base/completion.exp: Add test for completion of "info
16464 registers ".
16465
16466 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16467
16468 * gdb.base/func-ptrs.c: New file.
16469 * gdb.base/func-ptrs.exp: New file.
16470
16471 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16472
16473 PR breakpoints/17012
16474 * gdb.base/dprintf-detach.c: New file.
16475 * gdb.base/dprintf-detach.exp: New file.
16476
16477 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16478
16479 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16480 * lib/gdb.exp (target_is_gdbserver): New procedure.
16481
16482 2014-12-08 Doug Evans <dje@google.com>
16483
16484 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16485
16486 2014-12-05 Yao Qi <yao@codesourcery.com>
16487
16488 * gdb.guile/scm-error.exp: Remove the third argument to
16489 gdb_remote_download.
16490 * gdb.guile/scm-frame-args.exp: Likewise.
16491 * gdb.guile/scm-section-script.exp: Likewise.
16492
16493 2014-12-05 Yao Qi <yao@codesourcery.com>
16494
16495 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16496
16497 2014-12-04 Doug Evans <dje@google.com>
16498
16499 * gdb.python/py-objfile.exp: Add tests for
16500 objfile.add_separate_debug_file.
16501
16502 2014-12-04 Doug Evans <dje@google.com>
16503
16504 * lib/gdb.exp (get_build_id): New function.
16505 (build_id_debug_filename_get): Rewrite to use it.
16506 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16507
16508 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16509
16510 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16511 `method(long)', not just 0x0.
16512 * gdb.cp/nsalias.exp: Align code labels to 4.
16513 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16514 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16515 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16516 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16517 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16518 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16519
16520 2014-12-02 Doug Evans <dje@google.com>
16521
16522 PR symtab/17602
16523 * gdb.cp/anon-ns.cc: Move guts of this file to ...
16524 * gdb.cp/anon-ns2.cc: ... here. New file.
16525 * gdb.cp/anon-ns.exp: Update.
16526
16527 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
16528
16529 * gdb.python/py-events.py (inferior_call_handler): New.
16530 (register_changed_handler, memory_changed_handler): New.
16531 (test_events.invoke): Register new handlers.
16532 * gdb.python/py-events.exp: Add tests for inferior call,
16533 memory_changed and register_changed events.
16534
16535 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16536
16537 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16538 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16539 if the linker doesn't understand this.
16540
16541 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16542
16543 * gdb.python/python.exp: Change expected reply to help().
16544
16545 2014-12-01 Yao Qi <yao@codesourcery.com>
16546
16547 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16548 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16549 * configure: Re-generated.
16550
16551 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16552
16553 * gdb.cp/chained-calls.cc: New file.
16554 * gdb.cp/chained-calls.exp: New file.
16555 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16556
16557 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16558
16559 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16560 * gdb.dwarf2/symtab-producer.exp: Same.
16561 * gdb.gdb/python-interrupts.exp: Same.
16562 * gdb.gdb/python-selftest.exp: Same.
16563 * gdb.python/py-linetable.exp: Same.
16564 * gdb.python/py-type.exp: Same.
16565 * gdb.python/py-value-cc.exp: Same.
16566 * gdb.python/py-value.exp: Same.
16567
16568 2014-11-28 Yao Qi <yao@codesourcery.com>
16569
16570 * gdb.base/break-probes.exp: Match library name prefixed with
16571 sysroot.
16572
16573 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16574
16575 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16576 test expected output. Add parentheses for the call to print.
16577 Remove L suffix from integers.
16578
16579 2014-11-26 Doug Evans <dje@google.com>
16580
16581 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16582
16583 2014-11-22 Yao Qi <yao@codesourcery.com>
16584
16585 * gdb.trace/entry-values.c: Remove asms.
16586 (foo): Add foo_label.
16587 (bar): Add bar_label.
16588 * gdb.trace/entry-values.exp: Remove code computing foo's
16589 length and bar's length.
16590 (Dwarf::assemble): Invoke function_range for bar and use
16591 MACRO_AT_func for foo.
16592
16593 2014-11-22 Yao Qi <yao@codesourcery.com>
16594
16595 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16596 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16597 Use .Lgcc43_procstart instead of gcc43.
16598
16599 2014-11-21 Joel Brobecker <brobecker@adacore.com>
16600
16601 * gdb.ada/n_arr_bound: New testcase.
16602
16603 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16604
16605 PR breakpoints/10737
16606 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16607 test_catch_syscall_multi_arch.
16608 (test_catch_syscall_multi_arch): New function.
16609
16610 2014-11-20 Doug Evans <xdje42@gmail.com>
16611
16612 * gdb.base/maint.exp: Update expected output.
16613
16614 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16615
16616 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16617 4-byte instruction on S390.
16618
16619 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16620
16621 * gdb.ada/arr_arr: New testcase.
16622
16623 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16624
16625 * gdb.ada/pkd_arr_elem: New Testcase.
16626
16627 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
16628
16629 * gdb.reverse/break-precsave: Expect completion message for
16630 core file reads.
16631 * gdb.reverse/consecutive-precsave.exp: Likewise.
16632 * gdb.reverse/finish-precsave.exp: Likewise.
16633 * gdb.reverse/i386-precsave.exp: Likewise.
16634 * gdb.reverse/machinestate-precsave.exp: Likewise.
16635 * gdb.reverse/sigall-precsave.exp: Likewise.
16636 * gdb.reverse/solib-precsave.exp: Likewise.
16637 * gdb.reverse/step-precsave.exp: Likewise.
16638 * gdb.reverse/until-precsave.exp: Likewise.
16639 * gdb.reverse/watch-precsave.exp: Likewise.
16640
16641 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16642
16643 * gdb.base/bp-permanent.c: Include unistd.h.
16644 * gdb.python/py-framefilter-mi.c (main): Add return type.
16645 * gdb.python/py-framefilter.c (main): Likewise.
16646 * gdb.trace/actions-changed.c (main): Likewise.
16647
16648 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16649
16650 * gdb.mi/until.c: Add eye-catchers.
16651 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16652 line numbers.
16653
16654 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16655
16656 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16657 function header variants in break1.c.
16658 * gdb.base/ena-dis-br.exp: Likewise.
16659 * gdb.base/hbreak2.exp: Likewise.
16660 * gdb.reverse/until-precsave.exp: Drop references to removed
16661 non-prototype function header variants in ur1.c.
16662 * gdb.reverse/until-reverse.exp: Likewise.
16663
16664 2014-11-17 Petr Machata <pmachata@redhat.com>
16665
16666 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16667 ${_cu_offset_size} bytes abbrev offset.
16668
16669 2014-11-15 Doug Evans <xdje42@gmail.com>
16670
16671 PR symtab/17559
16672 * gdb.base/line-symtabs.exp: New file.
16673 * gdb.base/line-symtabs.c: New file.
16674 * gdb.base/line-symtabs.h: New file.
16675
16676 2014-11-14 Yao Qi <yao@codesourcery.com>
16677
16678 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16679 (func): Add label func_label.
16680 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16681 Replace low_pc and high_pc with MACRO_AT_range.
16682 Replace name, low_pc and high_pc with MACRO_AT_func.
16683
16684 2014-11-14 Yao Qi <yao@codesourcery.com>
16685
16686 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16687 Replace name, low_pc and high_pc with MACRO_AT_func.
16688
16689 2014-11-14 Yao Qi <yao@codesourcery.com>
16690
16691 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16692 produce debug information.
16693 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16694
16695 2014-11-14 Yao Qi <yao@codesourcery.com>
16696
16697 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16698 object and get function length.
16699 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16700 with MACRO_AT_func.
16701 (top-level): Replace gdb_compile and clean_restart with
16702 prepare_for_testing.
16703 * gdb.dwarf2/main.c (main): Add label main_label.
16704
16705 2014-11-14 Yao Qi <yao@codesourcery.com>
16706
16707 * lib/dwarf.exp (function_range): New procedure.
16708 (Dwarf::_handle_macro_at_func): New procedure.
16709 (Dwarf::_handle_macro_at_range): New procedure.
16710 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16711
16712 2014-11-14 Yao Qi <yao@codesourcery.com>
16713
16714 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16715 (_handle_attribute): New procedure.
16716
16717 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16718
16719 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16720 * gdb.base/call-sc.c (zed): Likewise.
16721 * gdb.base/checkpoint.c (main): Likewise.
16722 * gdb.base/dump.c (main): Likewise.
16723 * gdb.base/gcore.c (main): Likewise.
16724 * gdb.base/huge.c (main): Likewise.
16725 * gdb.base/multi-forks.c (main): Likewise.
16726 * gdb.base/pr10179-a.c (main): Likewise.
16727 * gdb.base/savedregs.c (main): Likewise.
16728 * gdb.base/sigaltstack.c (main): Likewise.
16729 * gdb.base/siginfo.c (main): Likewise.
16730 * gdb.base/structs.c (zed): Likewise.
16731 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16732 * gdb.mi/mi-syn-frame.c (main): Likewise.
16733 * gdb.mi/until.c (foo, main): Likewise.
16734 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16735 * gdb.base/solib-weak.c (foo): Declare.
16736 * gdb.base/attach-twice.c: Include stdio.h.
16737 * gdb.base/weaklib1.c: Likewise.
16738 * gdb.base/weaklib2.c: Likewise.
16739 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16740 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16741 unistd.h.
16742 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16743 * gdb.mi/mi-exit-code.c: Likewise.
16744 * gdb.base/break-interp-lib.c: Include string.h.
16745 * gdb.base/coremaker.c: Likewise.
16746 * gdb.base/testenv.c: Likewise.
16747 * gdb.python/py-finish-breakpoint.c: Likewise.
16748 * gdb.base/inferior-died.c: Include sys/wait.h.
16749 * gdb.base/fileio.c: Include time.h.
16750 * gdb.base/async-shell.c: Include unistd.h.
16751 * gdb.base/dprintf-non-stop.c: Likewise.
16752 * gdb.base/info-os.c: Likewise.
16753 * gdb.mi/mi-console.c: Likewise.
16754 * gdb.mi/watch-nonstop.c: Likewise.
16755 * gdb.python/py-events.c: Likewise.
16756 * gdb.base/async.c (baz): Move up before its invocation.
16757 * gdb.base/code_elim2.c (my_global_func): Likewise.
16758 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16759 * gdb.base/advance.c (func2): Likewise.
16760
16761 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16762
16763 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16764 variant.
16765 * gdb.base/annota3.c: Likewise.
16766 * gdb.base/async.c: Likewise.
16767 * gdb.base/average.c: Likewise.
16768 * gdb.base/call-ar-st.c: Likewise.
16769 * gdb.base/call-rt-st.c: Likewise.
16770 * gdb.base/call-sc.c: Likewise.
16771 * gdb.base/call-strs.c: Likewise.
16772 * gdb.base/ending-run.c: Likewise.
16773 * gdb.base/execd-prog.c: Likewise.
16774 * gdb.base/exprs.c: Likewise.
16775 * gdb.base/foll-exec.c: Likewise.
16776 * gdb.base/foll-fork.c: Likewise.
16777 * gdb.base/foll-vfork.c: Likewise.
16778 * gdb.base/funcargs.c: Likewise.
16779 * gdb.base/gcore.c: Likewise.
16780 * gdb.base/jump.c: Likewise.
16781 * gdb.base/langs0.c: Likewise.
16782 * gdb.base/langs1.c: Likewise.
16783 * gdb.base/langs2.c: Likewise.
16784 * gdb.base/mips_pro.c: Likewise.
16785 * gdb.base/nodebug.c: Likewise.
16786 * gdb.base/opaque0.c: Likewise.
16787 * gdb.base/opaque1.c: Likewise.
16788 * gdb.base/recurse.c: Likewise.
16789 * gdb.base/run.c: Likewise.
16790 * gdb.base/scope0.c: Likewise.
16791 * gdb.base/scope1.c: Likewise.
16792 * gdb.base/setshow.c: Likewise.
16793 * gdb.base/setvar.c: Likewise.
16794 * gdb.base/shmain.c: Likewise.
16795 * gdb.base/shr1.c: Likewise.
16796 * gdb.base/shr2.c: Likewise.
16797 * gdb.base/sigall.c: Likewise.
16798 * gdb.base/signals.c: Likewise.
16799 * gdb.base/so-indr-cl.c: Likewise.
16800 * gdb.base/solib2.c: Likewise.
16801 * gdb.base/structs.c: Likewise.
16802 * gdb.base/sum.c: Likewise.
16803 * gdb.base/vforked-prog.c: Likewise.
16804 * gdb.base/watchpoint.c: Likewise.
16805 * gdb.reverse/shr2.c: Likewise.
16806 * gdb.reverse/until-reverse.c: Likewise.
16807 * gdb.reverse/ur1.c: Likewise.
16808 * gdb.reverse/watch-reverse.c: Likewise.
16809
16810 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16811
16812 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16813 variant.
16814 * gdb.base/sepdebug.exp: Drop references to removed code.
16815
16816 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16817
16818 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16819 variant. Preserve original line numbering.
16820 * gdb.base/list1.c: Likewise.
16821
16822 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16823
16824 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16825 variant.
16826 * gdb.base/break1.c: Likewise.
16827 * gdb.base/break.exp: Drop references to removed code.
16828
16829 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16830
16831 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16832 variant.
16833
16834 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16835
16836 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16837
16838 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16839
16840 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16841 logic into perform_all_tests() and invoke it with and without
16842 function header prototypes.
16843 (do_function_calls): Remove conditional XFAIL for PR 5318.
16844 (rerun_and_prepare): Remove duplicate code.
16845 (perform_all_tests): New. Main logic moved here.
16846
16847 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16848
16849 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16850 code guarded by #ifdef NO_PROTOTYPES.
16851 (t_double_many_args): Likewise.
16852 (DEF_FUNC_MANY_ARGS_1): Likewise.
16853 (DEF_FUNC_VALUES_1): Likewise.
16854 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16855 guarded by #ifdef PROTOTYPES.
16856
16857 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16858
16859 * gdb.mi/mi-console.c: Add eye-catcher.
16860 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16861 instead of literal line number.
16862
16863 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16864
16865 * gdb.base/shr2.c: Add eye-catcher.
16866 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16867 line number.
16868
16869 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16870
16871 * gdb.base/jump.c: Add eye-catchers.
16872 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16873 numbers.
16874
16875 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16876
16877 * gdb.base/execd-prog.c: Add eye-catchers.
16878 * gdb.base/foll-exec.c: Likewise.
16879 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16880 line numbers.
16881
16882 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16883
16884 * gdb.base/ending-run.c: Add eye-catchers.
16885 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16886 literal line numbers.
16887
16888 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16889
16890 * gdb.base/call-rt-st.c: Add eye-catchers.
16891 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16892 literal line numbers.
16893
16894 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16895
16896 * gdb.base/call-ar-st.c: Add eye-catchers.
16897 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16898 literal line numbers.
16899
16900 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16901
16902 * gdb.base/average.c: Add eye-catchers.
16903 * gdb.base/sum.c: Likewise.
16904 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16905 regexps dynamically.
16906
16907 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16908
16909 * gdb.base/solib1.c: Add eye-catchers.
16910 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16911 literal line numbers.
16912
16913 2014-11-12 Pedro Alves <palves@redhat.com>
16914
16915 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16916 leader has exited.
16917
16918 2014-11-12 Pedro Alves <palves@redhat.com>
16919
16920 * gdb.arch/i386-bp_permanent.c: New file.
16921 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16922 (srcfile): Set to i386-bp_permanent.c.
16923 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16924 that stepi does not execute the 'leave' instruction, instead of
16925 testing it does execute.
16926 * gdb.base/bp-permanent.c: New file.
16927 * gdb.base/bp-permanent.exp: New file.
16928
16929 2014-11-10 Doug Evans <xdje42@gmail.com>
16930
16931 PR symtab/17564
16932 * gdb.base/symtab-search-order.exp: New file.
16933 * gdb.base/symtab-search-order.c: New file.
16934 * gdb.base/symtab-search-order-1.c: New file.
16935 * gdb.base/symtab-search-order-shlib-1.c: New file.
16936
16937 2014-11-07 Pedro Alves <palves@redhat.com>
16938
16939 PR gdb/17511
16940 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
16941 i?86-*-linux*.
16942
16943 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
16944
16945 PR c++/17494
16946 * gdb.cp/pr17494.cc: New file.
16947 * gdb.cp/pr17494.exp: New file.
16948
16949 2014-11-02 Yao Qi <yao@codesourcery.com>
16950
16951 * gdb.python/python.exp: Get working directory and match the
16952 output of "set extended-prompt \\w " with it.
16953
16954 2014-10-30 Doug Evans <dje@google.com>
16955
16956 * gdb.python/py-objfile.exp: Add tests for setting random attributes
16957 in objfiles.
16958 * gdb.python/py-progspace.exp: Add tests for setting random attributes
16959 in progspaces.
16960
16961 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
16962
16963 * gdb.base/fullpath-expand.exp: Skip for a remote host.
16964 * gdb.base/realname-expand.exp: Likewise.
16965 * gdb.linespec/macro-relative.exp: Likewise.
16966
16967 2014-10-29 Pedro Alves <palves@redhat.com>
16968
16969 PR gdb/17408
16970 * gdb.threads/schedlock.c (some_function): New function.
16971 (call_function): New global.
16972 (MAYBE_CALL_SOME_FUNCTION): New macro.
16973 (thread_function): Call it.
16974 * gdb.threads/schedlock.exp (get_args): Add description parameter,
16975 and use it instead of a global counter. Adjust all callers.
16976 (get_current_thread): Use "find current thread" for test message
16977 here rather than having all callers pass down the same string.
16978 (goto_loop): New procedure, factored out from ...
16979 (my_continue): ... this.
16980 (step_ten_loops): Change parameter from test message to command to
16981 use. Adjust.
16982 (list_count): Delete global.
16983 (check_result): New procedure, factored out from duplicate top
16984 level code.
16985 (continue tests): Wrap in with_test_prefix.
16986 (test_step): New procedure, factored out from duplicate top level
16987 code.
16988 (top level): Test "step" in combination with all scheduler-locking
16989 modes. Test "next" in combination with all scheduler-locking
16990 modes, and in combination with stepping over a function call or
16991 not.
16992 * gdb.threads/next-bp-other-thread.c: New file.
16993 * gdb.threads/next-bp-other-thread.exp: New file.
16994
16995 2014-10-29 Pedro Alves <palves@redhat.com>
16996
16997 PR python/17372
16998 * gdb.python/python.exp: Test a multi-line command that spawns
16999 interactive Python.
17000 * gdb.base/multi-line-starts-subshell.exp: New file.
17001
17002 2014-10-29 Yao Qi <yao@codesourcery.com>
17003
17004 * gdb.base/fileio.exp: Make directories on host.
17005
17006 2014-10-29 Yao Qi <yao@codesourcery.com>
17007
17008 * gdb.base/fileio.c (test_write): Close the file.
17009
17010 2014-10-28 Pedro Alves <palves@redhat.com>
17011
17012 PR gdb/12623
17013 * gdb.base/sigstep.c (no_handler): New global.
17014 (main): If 'no_handler is true, set the signal handlers to
17015 SIG_IGN.
17016 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17017 with_sw_watch and no_handler parameters. Handle them.
17018 (top level) <stepping over handler when stopped at a breakpoint
17019 test>: Add a test axis for testing with a software watchpoint, and
17020 another for testing with the signal handler set to SIG_IGN.
17021 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17022 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17023
17024 2014-10-28 Pedro Alves <palves@redhat.com>
17025
17026 PR gdb/17511
17027 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17028 * gdb.base/sigstep.exp (other_handler_location): New global.
17029 (advance): Support stepping into the signal handler, and running
17030 commands while in the handler.
17031 (in_handler_map): New global.
17032 (top level): In the advance test, add combinations for getting
17033 into the handler with stepping commands, and for running commands
17034 in the handler. Add comment descripting the advancei tests.
17035
17036 2014-10-28 Pedro Alves <palves@redhat.com>
17037
17038 * gdb.base/sigstep.exp: Use build_executable instead of
17039 prepare_for_testing.
17040 (top level): Move code that starts GDB, runs to main and creates a
17041 display to ...
17042 (restart): ... this new procedure.
17043 (top level): Move backtrace from signal handler test to ...
17044 (validate_backtrace): ... this new procedure.
17045 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17046 with_test_prefix. Always restart GDB.
17047 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17048 with_test_prefix. Always restart GDB. No need to delete
17049 breakpoints after the test.
17050 (test_skip_handler): Remove prefix parameter.
17051 (skip_over_handler, breakpoint_to_handler)
17052 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17053 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17054 restart GDB. No need to delete breakpoints after the test.
17055 (top level): Use foreach to call the test procedures with
17056 different commands.
17057
17058 2014-10-28 Pedro Alves <palves@redhat.com>
17059
17060 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17061 instead of GNATS numbers.
17062 * gdb.base/sigbpt.exp: Likewise.
17063 * gdb.base/siginfo.exp: Likewise.
17064 * gdb.base/sigstep.exp: Likewise.
17065
17066 2014-10-27 Pedro Alves <palves@redhat.com>
17067
17068 * gdb.base/sigstep.c (dummy): New global.
17069 (main): Issue a couple writes to the new global.
17070 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17071 procedures.
17072 (skip_over_handler): Use test_skip_handler.
17073 (top level): Call skip_over_handler for stepi and nexti too.
17074 (breakpoint_over_handler): Use test_skip_handler.
17075 (top level): Call breakpoint_over_handler for stepi and nexti too.
17076
17077 2014-10-27 Yao Qi <yao@codesourcery.com>
17078
17079 * gdb.trace/tfile.c (adjust_function_address)
17080 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17081 function descriptor.
17082
17083 2014-10-24 Don Breazeal <donb@codesourcery.com>
17084
17085 * gdb.base/foll-fork.exp (test_follow_fork,
17086 catch_fork_child_follow): Check for updated fork messages emitted
17087 from infrun.c.
17088 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17089 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17090 vfork_and_exec_child_follow_through_step): Check for updated vfork
17091 messages emitted from infrun.c.
17092
17093 2014-10-24 Pedro Alves <palves@redhat.com>
17094
17095 * gdb.base/corefile.exp: Remove references to ultrix.
17096 * gdb.base/interrupt.exp: Likewise.
17097 * gdb.base/whatis.exp: Likewise.
17098 * gdb.gdb/selftest.exp: Likewise.
17099 * gdb.threads/manythreads.exp: Likewise.
17100 * gdb.threads/print-threads.exp: Likewise.
17101 * gdb.threads/pthreads.exp:: Likewise.
17102 * gdb.threads/schedlock.exp: Likewise.
17103
17104 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17105
17106 * gdb.cp/non-trivial-retval.cc: Add a test case.
17107 * gdb.cp/non-trivial-retval.exp: Add a test.
17108
17109 2014-10-20 Yao Qi <yao@codesourcery.com>
17110
17111 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17112 * gdb.python/py-objfile-script-gdb.py: New file.
17113 * gdb.python/py-objfile-script.exp: Update reference to
17114 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17115 of remote_download. Remove the dest file.
17116
17117 2014-10-20 Yao Qi <yao@codesourcery.com>
17118
17119 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17120 * gdb.base/step-line.exp: Likewise.
17121 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17122 * gdb.dwarf2/dw2-basic.exp: Likewise.
17123 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17124 * gdb.dwarf2/dw2-filename.exp: Likewise.
17125 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17126 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17127 * gdb.dwarf2/dw2-producer.exp: Likewise.
17128 * gdb.dwarf2/mac-fileno.exp: Likewise.
17129 * gdb.python/py-frame-args.exp: Likewise.
17130 * gdb.python/py-framefilter.exp: Likewise.
17131 * gdb.python/py-mi.exp: Likewise.
17132 * gdb.python/py-objfile-script.exp: Likewise
17133 * gdb.python/py-pp-integral.exp: Likewise.
17134 * gdb.python/py-pp-re-notag.exp: Likewise.
17135 * gdb.python/py-prettyprint.exp: Likewise.
17136 * gdb.python/py-section-script.exp: Likewise.
17137 * gdb.python/py-typeprint.exp: Likewise.
17138 * gdb.python/py-xmethods.exp: Likewise.
17139 * gdb.stabs/weird.exp: Likewise.
17140 * gdb.xml/tdesc-regs.exp: Likewise.
17141
17142 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17143
17144 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17145 (out_cu): Use addr_len for the size of addresses.
17146 (out_line): Likewise. Size DW_LNE_set_address instruction
17147 according to addr_len.
17148 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17149 (FUNC): Add START_INSNS to definition.
17150
17151 2014-10-18 Yao Qi <yao@codesourcery.com>
17152
17153 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17154 gdb_has_argv0 return true.
17155 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17156 check [target_info exists noargs], check [gdb_has_argv0]
17157 instead.
17158 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17159 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17160 procedures.
17161
17162 2014-10-17 Doug Evans <dje@google.com>
17163
17164 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17165 event.
17166 * gdb.python/py-events.py: Add clear_objfiles event.
17167
17168 2014-10-17 Doug Evans <dje@google.com>
17169
17170 * gdb.python/py-objfile.exp: Test progspace attribute.
17171
17172 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
17173
17174 * gdb.guile/scm-breakpoint.exp: Do not assume any
17175 directory separators when matching source file paths.
17176 * gdb.python/py-breakpoint.exp: Likewise.
17177 * gdb.reverse/break-precsave.exp: Likewise.
17178 * gdb.reverse/break-reverse.exp: Likewise.
17179 * gdb.reverse/consecutive-precsave.exp: Likewise.
17180 * gdb.reverse/finish-precsave.exp: Likewise.
17181 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17182 * gdb.reverse/finish-reverse.exp: Likewise.
17183 * gdb.reverse/i386-precsave.exp: Likewise.
17184 * gdb.reverse/i387-env-reverse.exp: Likewise.
17185 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17186 * gdb.reverse/machinestate-precsave.exp: Likewise.
17187 * gdb.reverse/machinestate.exp: Likewise.
17188 * gdb.reverse/sigall-precsave.exp: Likewise.
17189 * gdb.reverse/solib-precsave.exp: Likewise.
17190 * gdb.reverse/step-precsave.exp: Likewise.
17191 * gdb.reverse/until-precsave.exp: Likewise.
17192 * gdb.reverse/watch-precsave.exp: Likewise.
17193 * gdb.reverse/watch-reverse.exp: Likewise.
17194
17195 2014-10-17 Yao Qi <yao@codesourcery.com>
17196
17197 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17198 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17199
17200 2014-10-17 Pedro Alves <palves@redhat.com>
17201
17202 PR gdb/17471
17203 * gdb.base/bg-execution-repeat.c: New file.
17204 * gdb.base/bg-execution-repeat.exp: New file.
17205
17206 2014-10-17 Pedro Alves <palves@redhat.com>
17207
17208 PR gdb/17300
17209 * gdb.base/continue-all-already-running.c: New file.
17210 * gdb.base/continue-all-already-running.exp: New file.
17211
17212 2014-10-17 Pedro Alves <palves@redhat.com>
17213
17214 PR gdb/17472
17215 * gdb.base/annota-input-while-running.c: New file.
17216 * gdb.base/annota-input-while-running.exp: New file.
17217
17218 2014-10-17 Pedro Alves <palves@redhat.com>
17219
17220 * gdb.base/callfuncs.exp: emove references to osf.
17221 * gdb.base/sigall.exp: Likewise.
17222 * gdb.gdb/selftest.exp: Likewise.
17223 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17224 * gdb.mi/non-stop.c: Likewise.
17225 * gdb.mi/pthreads.c: Likewise.
17226 * gdb.reverse/sigall-precsave.exp: Likewise.
17227 * gdb.reverse/sigall-reverse.exp: Likewise.
17228 * gdb.threads/pthreads.c: Likewise.
17229 * gdb.threads/pthreads.exp: Likewise.
17230
17231 2014-10-17 Yao Qi <yao@codesourcery.com>
17232
17233 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17234 check 'target_info exists noargs'.
17235 (test_command_prompt_position): Likewise.
17236 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17237 Remove "set args".
17238 (progvar_simple_while_test): Likewise.
17239 (progvar_complex_if_while_test): Likewise.
17240 (if_while_breakpoint_command_test): Likewise.
17241 (infrun_breakpoint_command_test): Likewise.
17242 (breakpoint_command_test): Likewise.
17243 (watchpoint_command_test): Likewise.
17244 (bp_deleted_in_command_test): Likewise.
17245 (temporary_breakpoint_commands): Likewise.
17246
17247 2014-10-16 Yao Qi <yao@codesourcery.com>
17248
17249 * gdb.base/remotetimeout.exp: Remove noargs checking.
17250
17251 2014-10-15 Pedro Alves <palves@redhat.com>
17252
17253 PR breakpoints/9649
17254 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17255 * gdb.base/breakpoint-in-ro-region.exp
17256 (probe_target_hardware_step): New procedure.
17257 (top level): Probe hardware stepping and hardware breakpoint
17258 support. Test stepping through a read-only region, with both
17259 "breakpoint auto-hw" on and off and both "always-inserted" on and
17260 off.
17261
17262 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17263
17264 * gdb.dlang/demangle.exp: Update for demangling changes.
17265
17266 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17267
17268 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17269 * gdb.cp/non-trivial-retval.exp: Add new tests.
17270
17271 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17272
17273 PR c++/13403
17274 PR c++/15154
17275 * gdb.cp/non-trivial-retval.cc: New file.
17276 * gdb.cp/non-trivial-retval.exp: New file.
17277
17278 2014-10-15 Yao Qi <yao@codesourcery.com>
17279
17280 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17281 remote host.
17282
17283 2014-10-15 Yao Qi <yao@codesourcery.com>
17284
17285 * gdb.python/py-symbol.exp: Match file base name if host is
17286 remote, otherwise match file name with dir name.
17287 * gdb.python/py-symtab.exp: Likewise.
17288 * gdb.python/python.exp: Likewise.
17289
17290 2014-10-15 Yao Qi <yao@codesourcery.com>
17291
17292 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17293 pattern.
17294 * gdb.python/py-symtab.exp: Likewise.
17295 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17296 locationn.
17297
17298 2014-10-14 Joel Brobecker <brobecker@adacore.com>
17299
17300 * gdb.ada/addr_arith: New testcase.
17301
17302 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17303
17304 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17305 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17306 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17307 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17308
17309 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17310
17311 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17312 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17313 * gdb.arch/stap-eval-lang-ada.exp: New file.
17314
17315 2014-10-14 Yao Qi <yao@codesourcery.com>
17316
17317 * gdb.mi/mi-var-child.c (nothing1): New function.
17318 (nothing2): New function.
17319 (do_children_tests): Set function pointers by nothing1 and
17320 nothing2.
17321 * gdb.mi/mi-var-child.exp: Step over new added statements.
17322 Update test to match the new output.
17323 * gdb.mi/var-cmd.c (nothing1): New function.
17324 (nothing2): New function.
17325 (do_children_tests): Set function pointers by nothing1 and
17326 nothing2.
17327 * gdb.mi/mi-var-display.exp: Update test to match output.
17328 Step to the line specified by $line_dct_nothing.
17329 Increase the number of lines to step.
17330
17331 2014-10-14 Yao Qi <yao@codesourcery.com>
17332
17333 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17334 tests.
17335 * gdb.mi/mi2-var-child.exp: Likewise.
17336
17337 2014-10-13 Doug Evans <dje@google.com>
17338
17339 * gdb.python/py-objfile.exp: Change name of file name test.
17340
17341 2014-10-13 Doug Evans <dje@google.com>
17342
17343 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17344 from the start of the CU.
17345
17346 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17347 Yao Qi <yao@codesourcery.com>
17348
17349 Fix "save breakpoints" for "catch" command.
17350 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17351 Remove -nonewline. Match also the added "main" line.
17352
17353 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17354
17355 Fix "save breakpoints" for "disable $bpnum" command.
17356 * gdb.base/save-bp.c (main): Add label.
17357 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17358
17359 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17360
17361 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17362
17363 2014-10-11 Yao Qi <yao@codesourcery.com>
17364
17365 * gdb.server/server-kill.exp: Execute command
17366 "set remote trace-status-packet on" before "tstatus".
17367
17368 2014-10-11 Yao Qi <yao@codesourcery.com>
17369
17370 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17371 (main): Call getppid.
17372 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17373 and continue to it. Read variable "server_pid".
17374
17375 2014-10-11 Yao Qi <yao@codesourcery.com>
17376
17377 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17378
17379 2014-10-11 Yao Qi <yao@codesourcery.com>
17380
17381 * gdb.threads/thread-find.exp: Don't execute command
17382 "info threads".
17383 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17384 * gdb.threads/linux-dp.exp: Don't check the condition
17385 $threads_created equals to zero.
17386
17387 2014-10-10 Pedro Alves <palves@redhat.com>
17388
17389 * gdb.base/bigcore.exp: Remove references to IRIX.
17390 * gdb.base/funcargs.exp: Likewise.
17391 * gdb.base/interrupt.exp: Likewise.
17392 * gdb.base/mips_pro.exp: Likewise.
17393 * gdb.base/nodebug.exp: Likewise.
17394 * gdb.base/setvar.exp: Likewise.
17395 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17396
17397 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17398 Pedro Alves <palves@redhat.com>
17399
17400 PR symtab/14466
17401 * gdb.base/vdso-warning.c: New file.
17402 * gdb.base/vdso-warning.exp: New file.
17403
17404 2014-10-02 Doug Evans <dje@google.com>
17405
17406 * gdb.base/structs.c (main): Don't run forever.
17407
17408 2014-10-02 Pedro Alves <palves@redhat.com>
17409
17410 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17411 (top level) <stop threads 1, stop threads 2>: Use it.
17412
17413 2014-10-02 Pedro Alves <palves@redhat.com>
17414
17415 * gdb.threads/break-while-running.exp (test): Add new
17416 'update_thread_list' argument. Skip "info threads" if false.
17417 (top level): Add new 'update_thread_list' axis.
17418
17419 2014-10-02 Pedro Alves <palves@redhat.com>
17420
17421 PR breakpoints/17431
17422 * gdb.base/execl-update-breakpoints.c: New file.
17423 * gdb.base/execl-update-breakpoints.exp: New file.
17424
17425 2014-10-01 Pedro Alves <palves@redhat.com>
17426
17427 * gdb.base/breakpoint-in-ro-region.c: New file.
17428 * gdb.base/breakpoint-in-ro-region.exp: New file.
17429
17430 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17431
17432 * gdb.mi/mi-exit-code.exp: New file.
17433 * gdb.mi/mi-exit-code.c: New file.
17434
17435 2014-09-30 Yao Qi <yao@codesourcery.com>
17436
17437 * lib/prelink-support.exp (build_executable_own_libs): Error if
17438 the target isn't native.
17439
17440 2014-09-30 Yao Qi <yao@codesourcery.com>
17441
17442 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17443 false.
17444
17445 2014-09-22 Pedro Alves <palves@redhat.com>
17446
17447 * gdb.threads/break-while-running.exp: New file.
17448 * gdb.threads/break-while-running.c: New file.
17449
17450 2014-09-19 Yao Qi <yao@codesourcery.com>
17451
17452 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17453 Invoke test. Restart GDB with --readnow and invoke test again.
17454
17455 2014-09-19 Yao Qi <yao@codesourcery.com>
17456
17457 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17458 proc set_breakpoint_on_gcd_function. Invoke
17459 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17460 invoke set_breakpoint_on_gcd_function again.
17461
17462 2014-09-18 Doug Evans <dje@google.com>
17463
17464 * gdb.dwarf2/symtab-producer.exp: New file.
17465
17466 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17467
17468 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17469 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17470 * gdb.base/global-var-nested-by-dso.c: Likewise.
17471 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17472
17473 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17474 Pedro Alves <palves@redhat.com>
17475
17476 * gdb.base/watch-bitfields.exp: Pass string other than test file
17477 name to prepare_for_testing.
17478 (watch): New procedure.
17479 (expect_watchpoint): Use with_test_prefix.
17480 (top level): Factor out tests to ...
17481 (test_watch_location, test_regular_watch): ... these new
17482 procedures, and use with_test_prefix and gdb_continue_to_end.
17483
17484 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17485
17486 PR breakpoints/12526
17487 * gdb.base/watch-bitfields.exp: New file.
17488 * gdb.base/watch-bitfields.c: New file.
17489
17490 2014-09-16 Pedro Alves <palves@redhat.com>
17491
17492 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17493 software and hardware addresses, not software address against
17494 itself.
17495
17496 2014-09-16 Pedro Alves <palves@redhat.com>
17497
17498 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17499 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17500
17501 2014-09-16 Pedro Alves <palves@redhat.com>
17502
17503 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17504 files.
17505 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17506 "*-*-vxworks*" throughout.
17507 * gdb.base/break.exp: Likewise.
17508 * gdb.base/default.exp: Likewise.
17509 * gdb.base/scope.exp: Likewise.
17510 * gdb.base/sepdebug.exp: Likewise.
17511 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17512 throughout.
17513 * gdb.base/run.c: Likewise.
17514 * gdb.base/sepdebug.c: Likewise.
17515 * gdb.hp/gdb.aCC/run.c: Likewise.
17516 * gdb.reverse/until-reverse.c: Likewise.
17517 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17518
17519 2014-09-16 Yao Qi <yao@codesourcery.com>
17520
17521 * boards/local-remote-host-native.exp: New file.
17522
17523 2014-09-14 Doug Evans <xdje42@gmail.com>
17524
17525 * gdb.threads/queue-signal.c (thread_count): New variable.
17526 (thread_count_mutex, thread_count_condvar): New variables.
17527 (incr_thread_count, wait_all_threads_running): New functions.
17528 (main): Wait for all threads to be in their thread functions.
17529
17530 2014-09-13 Doug Evans <xdje42@gmail.com>
17531
17532 * gdb.threads/queue-signal.c: New file.
17533 * gdb.threads/queue-signal.exp: New file.
17534
17535 2014-09-13 Doug Evans <xdje42@gmail.com>
17536
17537 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17538 be consistent with what default_gdb_init uses.
17539 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17540 the plain text of the prompt. Add some logging printfs.
17541 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17542
17543 2014-09-12 Pedro Alves <palves@redhat.com>
17544
17545 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17546 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17547 * gdb.arch/i386-size-overlap.exp: Likewise.
17548 * gdb.arch/i386-size.exp: Likewise.
17549 * gdb.arch/i386-unwind.exp: Likewise.
17550 * gdb.base/a2-run.exp: Likewise.
17551 * gdb.base/break.exp: Likewise.
17552 * gdb.base/charset.exp: Likewise.
17553 * gdb.base/chng-syms.exp: Likewise.
17554 * gdb.base/commands.exp: Likewise.
17555 * gdb.base/dbx.exp: Likewise.
17556 * gdb.base/find.exp: Likewise.
17557 * gdb.base/funcargs.exp: Likewise.
17558 * gdb.base/jit-simple.exp: Likewise.
17559 * gdb.base/reread.exp: Likewise.
17560 * gdb.base/sepdebug.exp: Likewise.
17561 * gdb.base/step-bt.exp: Likewise.
17562 * gdb.cp/mb-inline.exp: Likewise.
17563 * gdb.cp/mb-templates.exp: Likewise.
17564 * gdb.objc/basicclass.exp: Likewise.
17565 * gdb.threads/killed.exp: Likewise.
17566
17567 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17568
17569 PR tdep/17379
17570 * gdb.arch/powerpc-stackless.S: New file.
17571 * gdb.arch/powerpc-stackless.exp: New file.
17572
17573 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17574
17575 * gdb.base/attach.c: Include unistd.h.
17576 (main): Call alarm. Add label postloop.
17577 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17578 gdb_breakpoint, gdb_continue_to_breakpoint.
17579 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17580
17581 2014-09-11 Pedro Alves <palves@redhat.com>
17582
17583 PR gdb/17347
17584 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17585 * gdb.base/attach.exp (test_command_line_attach_run): New
17586 procedure.
17587 (top level): Call it.
17588
17589 2014-09-11 Pedro Alves <palves@redhat.com>
17590
17591 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17592 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17593 (do_command_attach_tests): Use spawn_wait_for_attach.
17594 * gdb.base/solib-overlap.exp: Likewise.
17595 * gdb.multi/multi-attach.exp: Likewise.
17596 * gdb.python/py-prompt.exp: Likewise.
17597 * gdb.python/py-sync-interp.exp: Likewise.
17598 * gdb.server/ext-attach.exp: Likewise.
17599
17600 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17601
17602 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17603 command in testcase. Simplify testcase.
17604
17605 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17606
17607 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17608
17609 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17610
17611 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17612
17613 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17614
17615 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17616
17617 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17618
17619 * gdb.dwarf2/dynarr-ptr.c: New file.
17620 * gdb.dwarf2/dynarr-ptr.exp: New file.
17621
17622 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17623
17624 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17625 of 30 rather than hardcoding 120 for a slow test case. Take the
17626 `gdb,timeout' target setting into account for this calculation.
17627 Don't extend the timeout for the test cases that don't need it.
17628
17629 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17630
17631 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17632 a factor of 2 for a slow test case. Take the `gdb,timeout'
17633 target setting into account for this calculation.
17634 * gdb.reverse/until-precsave.exp: Increase the timeout by
17635 a factor of 15 and 3 respectively rather than adding 120
17636 for a pair of slow test cases. Take the `gdb,timeout'
17637 target setting into account for this calculation.
17638
17639 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17640
17641 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17642 timeout, don't pass one down to gdb_expect.
17643 (gdb_expect): Rework timeout selection.
17644
17645 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17646
17647 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17648 exception on timeout.
17649 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17650 (gdbserver_start_extended): Catch any `gdbserver_start' error
17651 exceptions.
17652 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17653 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17654 `gdbserver_gdb_load' error exceptions.
17655
17656 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17657
17658 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17659 120 on waiting for the TCP socket to open.
17660
17661 2014-09-09 Doug Evans <xdje42@gmail.com>
17662
17663 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17664 _caller_matches, _any_caller_is, _any_caller_matches.
17665
17666 2014-09-09 Doug Evans <xdje42@gmail.com>
17667
17668 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17669
17670 2014-09-09 Yao Qi <yao@codesourcery.com>
17671
17672 * gdb.mi/mi-var-display.exp: Set print symbol off.
17673
17674 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17675
17676 PR gdb/17035
17677 * gdb.base/commands.exp: Add tests to verify user-defined
17678 commands with empty bodies.
17679 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17680 python commands in `show user command`.
17681 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17682 scheme commands in `show user command`.
17683
17684 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17685
17686 PR python/17355
17687 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17688 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17689 * gdb.python/py-framefilter-invalidarg.exp: New file.
17690 * gdb.python/py-framefilter-invalidarg.py: New file.
17691
17692 2014-09-06 Doug Evans <xdje42@gmail.com>
17693
17694 PR 15276
17695 * gdb.python/py-caller-is.c: New file.
17696 * gdb.python/py-caller-is.exp: New file.
17697
17698 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17699
17700 PR gdb/17235
17701 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17702 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17703
17704 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17705
17706 PR fortran/17237
17707 * gdb.fortran/print-formatted.exp: New file.
17708 * gdb.fortran/print-formatted.f90: Likewise.
17709
17710 2014-09-03 Sasha Smundak <asmundak@google.com>
17711
17712 * gdb.python/py-frame.exp: Test Frame.read_register.
17713
17714 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17715
17716 PR python/16699
17717 * gdb.python/py-completion.exp: New file.
17718 * gdb.python/py-completion.py: Likewise.
17719
17720 2014-08-28 Doug Evans <dje@google.com>
17721
17722 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17723 eax,etc. are live with values set by gdb and thus the compiler can't
17724 use them.
17725 * gdb.arch/i386-pseudo.c (main): Ditto.
17726
17727 2014-08-27 Doug Evans <dje@google.com>
17728
17729 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17730
17731 2014-08-25 Doug Evans <dje@google.com>
17732
17733 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17734 (main): Ditto.
17735
17736 2014-08-25 Doug Evans <dje@google.com>
17737
17738 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17739
17740 2014-08-24 Yao Qi <yao@codesourcery.com>
17741
17742 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17743 symbol off.
17744 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17745
17746 2014-08-22 Doug Evans <dje@google.com>
17747
17748 PR 17276
17749 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17750 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17751 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17752
17753 2014-08-22 Yao Qi <yao@codesourcery.com>
17754
17755 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17756 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17757 * gdb.python/python.exp: Likewise. Use .py file on the host
17758 instead of the build.
17759
17760 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17761
17762 * gdb.threads/gcore-stale-thread.c: New file.
17763 * gdb.threads/gcore-stale-thread.exp: New file.
17764
17765 2014-08-21 Pedro Alves <palves@redhat.com>
17766
17767 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17768 * gdb.base/gcore-relro-pie.exp: Likewise.
17769 * gdb.base/gcore-relro.exp: Likewise.
17770 * gdb.base/gcore.exp: Likewise.
17771 * gdb.base/print-symbol-loading.exp: Likewise.
17772 * gdb.threads/gcore-thread.exp: Likewise.
17773 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17774
17775 2014-08-20 Pedro Alves <palves@redhat.com>
17776 Jan Kratochvil <jan.kratochvil@redhat.com>
17777
17778 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17779 configure.
17780 (EXPECT): Handle READ1 being set.
17781 (all): Depend on EXTRA_RULES.
17782 (check-read1, expect-read1, read1.so, read1): New rules.
17783 * README (Testsuite Parameters): Document the READ1 make variable.
17784 (Race detection): New section.
17785 * configure: Regenerate.
17786 * configure.ac: If build==host==target, and running under a
17787 GNU/glibc system, add read1 to the extra Makefile rules.
17788 (EXTRA_RULES): AC_SUBST it.
17789 * lib/read1.c: New file.
17790
17791 2014-08-20 Joel Brobecker <brobecker@adacore.com>
17792
17793 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17794 the handling of variables declared as a typedef to an array
17795 which a DW_AT_data_location attribute.
17796
17797 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
17798 Pedro Alves <palves@redhat.com>
17799
17800 PR symtab/14604
17801 PR symtab/14605
17802 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17803 gdb_test.
17804
17805 2014-08-19 Pedro Alves <palves@redhat.com>
17806
17807 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17808
17809 2014-08-19 Yao Qi <yao@codesourcery.com>
17810
17811 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17812 right line.
17813
17814 2014-08-18 David Blaikie <dblaikie@gmail.com>
17815
17816 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17817
17818 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17819
17820 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17821 attribute in array range.
17822
17823 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17824
17825 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17826
17827 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17828
17829 PR c++/17132
17830 * gdb.cp/pr17132.cc: New file.
17831 * gdb.cp/pr17132.exp: New file.
17832
17833 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17834
17835 * gdb.python/py-xmethods.py (A_getarrayind)
17836 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17837 Use 'print' with function call syntax.
17838 (E_method_matcher.match): Fix tab vs space indentation mixup.
17839
17840 2014-08-15 Yao Qi <yao@codesourcery.com>
17841
17842 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17843 false.
17844
17845 2014-08-15 Yao Qi <yao@codesourcery.com>
17846
17847 * gdb.cp/casts.exp: Set print symbol off.
17848 * gdb.cp/class2.exp: Likewise.
17849 * gdb.cp/overload.exp: Likewise.
17850 * gdb.cp/templates.exp: Likewise.
17851
17852 2014-08-11 Doug Evans <dje@google.com>
17853
17854 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17855 (test_load_shlib): Update.
17856
17857 2014-08-09 Yao Qi <yao@codesourcery.com>
17858
17859 * gdb.base/display.exp: Invoke is_address_zero_readable.
17860 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17861 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17862 * gdb.base/hbreak-unmapped.exp: Return if
17863 is_address_zero_readable returns true.
17864 * gdb.base/signest.exp: Likewise.
17865 * gdb.base/signull.exp: Likewise.
17866 * gdb.base/sigbpt.exp: Likewise.
17867 * gdb.guile/scm-disasm.exp: Do the test if
17868 is_address_zero_readable returns false.
17869 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17870 * gdb.python/py-arch.exp: Likewise.
17871 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17872 * lib/gdb.exp (is_address_zero_readable): New proc.
17873
17874 2014-08-09 Yao Qi <yao@codesourcery.com>
17875
17876 PR testsuite/13443
17877 * gdb.mi/mi-var-display.exp: Make test messages unique.
17878
17879 2014-08-04 Tom Tromey <tromey@redhat.com>
17880
17881 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17882 target 0".
17883
17884 2014-08-04 Tom Tromey <tromey@redhat.com>
17885
17886 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17887 "target_resume".
17888
17889 2014-08-01 Joel Brobecker <brobecker@adacore.com>
17890
17891 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17892 inner_vla_struct_object_size.
17893 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17894 as xfail.
17895
17896 2014-07-30 Pedro Alves <palves@redhat.com>
17897
17898 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17899 comment.
17900
17901 2014-07-29 Yao Qi <yao@codesourcery.com>
17902
17903 PR gdb/17206
17904 * gdb.base/until-nodebug.exp: New.
17905
17906 2014-07-28 Doug Evans <xdje42@gmail.com>
17907
17908 PR guile/17203
17909 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17910 previously existing parameter, and previously ambiguously spelled
17911 parameter.
17912
17913 2014-07-28 Will Newton <will.newton@linaro.org>
17914
17915 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17916
17917 2014-07-26 Ludovic Courtès <ludo@gnu.org>
17918 Doug Evans <xdje42@gmail.com>
17919
17920 PR guile/17146
17921 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17922
17923 2014-07-25 Pedro Alves <palves@redhat.com>
17924
17925 * gdb.threads/signal-command-handle-nopass.c: New file.
17926 * gdb.threads/signal-command-handle-nopass.exp: New file.
17927 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17928 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17929 * gdb.threads/signal-delivered-right-thread.c: New file.
17930 * gdb.threads/signal-delivered-right-thread.exp: New file.
17931
17932 2014-07-25 Pedro Alves <palves@redhat.com>
17933
17934 * gdb.base/double-prompt-target-event-error.exp
17935 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
17936 match.
17937 (cancel_pagination_in_target_event): Rework double prompt
17938 detection.
17939 * gdb.base/paginate-after-ctrl-c-running.exp
17940 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
17941 <return>' match.
17942 * gdb.base/paginate-bg-execution.exp
17943 (test_bg_execution_pagination_return)
17944 (test_bg_execution_pagination_cancel): Remove '-notransfer
17945 <return>' matches.
17946 * gdb.base/paginate-execution-startup.exp
17947 (test_fg_execution_pagination_return)
17948 (test_fg_execution_pagination_cancel): Remove '-notransfer
17949 <return>' matches.
17950 * gdb.base/paginate-inferior-exit.exp
17951 (test_paginate_inferior_exited): Remove '-notransfer <return>'
17952 match.
17953 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
17954 * lib/gdb.exp (pagination_prompt): Run text through
17955 string_to_regexp.
17956 (gdb_test_multiple): Match $pagination_prompt instead of
17957 "<return>".
17958 (string_to_regexp): Move to lib/gdb-utils.exp.
17959
17960 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17961
17962 * gdb.arch/amd64-entry-value-paramref.S: New file.
17963 * gdb.arch/amd64-entry-value-paramref.cc: New file.
17964 * gdb.arch/amd64-entry-value-paramref.exp: New file.
17965 * gdb.arch/amd64-optimout-repeat.S: New file.
17966 * gdb.arch/amd64-optimout-repeat.c: New file.
17967 * gdb.arch/amd64-optimout-repeat.exp: New file.
17968
17969 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17970
17971 PR gdb/17170
17972 * gdb.base/statistics.exp: New file.
17973
17974 2014-07-17 Doug Evans <dje@google.com>
17975
17976 PR gdb/17170
17977 * gdb.base/maint.exp: Update testing of per-command stats.
17978
17979 2014-07-16 Pedro Alves <palves@redhat.com>
17980
17981 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
17982 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
17983 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
17984 (tfile_write_buf): New functions.
17985 (add_memory_block): Rewrite using the above.
17986 (adjust_function_address): New function.
17987 (FUNCTION_ADDRESS): New macro.
17988 (write_basic_trace_file): Remove short_x local, and use
17989 tfile_write_16. Change type of func_addr local to unsigned long
17990 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
17991 here. Cast argument of add_memory_block to char pointer.
17992 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
17993 (main): Remove parameters.
17994 * gdb.trace/tfile.exp: Remove nowarnings.
17995
17996 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
17997
17998 * gdb.base/debug-expr.exp: Test string evaluation with
17999 "debug expression" on.
18000
18001 2014-07-15 Pedro Alves <palves@redhat.com>
18002
18003 * gdb.base/reread.exp: Use clean_restart.
18004
18005 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18006
18007 * gdb.arch/avr-flash-qualifer.c: New.
18008 * gdb.arch/avr-flash-qualifer.exp: New.
18009
18010 2014-07-14 Pedro Alves <palves@redhat.com>
18011
18012 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18013 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18014
18015 2014-07-14 Pedro Alves <palves@redhat.com>
18016
18017 * gdb.base/double-prompt-target-event-error.c: New file.
18018 * gdb.base/double-prompt-target-event-error.exp: New file.
18019
18020 2014-07-14 Pedro Alves <palves@redhat.com>
18021
18022 PR gdb/17072
18023 * gdb.base/paginate-inferior-exit.c: New file.
18024 * gdb.base/paginate-inferior-exit.exp: New file.
18025
18026 2014-07-14 Pedro Alves <palves@redhat.com>
18027
18028 PR gdb/17072
18029 * gdb.base/paginate-bg-execution.c: New file.
18030 * gdb.base/paginate-bg-execution.exp: New file.
18031
18032 2014-07-14 Pedro Alves <palves@redhat.com>
18033
18034 PR gdb/17072
18035 * gdb.base/paginate-execution-startup.c: New file.
18036 * gdb.base/paginate-execution-startup.exp: New file.
18037 * lib/gdb.exp (pagination_prompt): New global.
18038 (default_gdb_spawn): New procedure, factored out from
18039 default_gdb_spawn.
18040 (default_gdb_start): Adjust to call default_gdb_spawn.
18041 (gdb_spawn): New procedure.
18042
18043 2014-07-14 Pedro Alves <palves@redhat.com>
18044
18045 * lib/gdb.exp (gdb_assert): New procedure.
18046 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18047
18048 2014-07-14 Pedro Alves <palves@redhat.com>
18049
18050 * gdb.base/execution-termios.c: New file.
18051 * gdb.base/execution-termios.exp: New file.
18052
18053 2014-07-14 Tom Tromey <tromey@redhat.com>
18054
18055 * gdb.cp/vla-cxx.cc: New file.
18056 * gdb.cp/vla-cxx.exp: New file.
18057
18058 2014-07-14 Tom Tromey <tromey@redhat.com>
18059
18060 * gdb.reverse/rerun-prec.c: New file.
18061 * gdb.reverse/rerun-prec.exp: New file.
18062
18063 2014-07-12 Maciej W. Rozycki <macro@mips.com>
18064 Maciej W. Rozycki <macro@codesourcery.com>
18065
18066 * lib/gdb-utils.exp: New file.
18067 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18068 inline `gdb_init_command' processing.
18069 (gdb_start_cmd): Likewise.
18070 * lib/mi-support.exp (mi_run_cmd): Likewise.
18071 * README: Document `gdb_init_command' and `gdb_init_commands'.
18072
18073 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18074
18075 Fix false FAIL running under a very long directory name.
18076 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18077 and "set print elements 10000". Twice.
18078
18079 2014-07-11 Yao Qi <yao@codesourcery.com>
18080
18081 * gdb.base/exprs.exp: "set print symbol off".
18082
18083 2014-07-11 Pedro Alves <palves@redhat.com>
18084
18085 * gdb.threads/kill.c: New file.
18086 * gdb.threads/kill.exp: New file.
18087
18088 2014-07-10 Yao Qi <yao@codesourcery.com>
18089
18090 * gdb.trace/tfile.c (write_basic_trace_file)
18091 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18092 address written to trace file.
18093
18094 2014-07-09 Pedro Alves <palves@redhat.com>
18095
18096 * gdb.base/attach-wait-input.exp: New file.
18097 * gdb.base/attach-wait-input.c: New file.
18098
18099 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18100
18101 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18102 setting up test structures.
18103 (main): Call new test function.
18104 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18105 test function, continue into test function and walk test
18106 structures.
18107
18108 2014-07-02 Yao Qi <yao@codesourcery.com>
18109
18110 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18111 'bar_start' at the beginning of functions 'foo' and 'bar'
18112 respectively.
18113 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18114 instead of 'foo' and 'bar'.
18115
18116 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18117
18118 * gdb.btrace/segv.exp: New.
18119 * gdb.btrace/segv.c: New.
18120
18121 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
18122
18123 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18124 instruction.
18125
18126 2014-06-30 Mark Wielaard <mjw@redhat.com>
18127
18128 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18129 vulture, vilify, villar): New volatile array constants.
18130 (vindictive, vegetation): New const volatile array constants.
18131 * gdb.base/volatile.exp: Test volatile and const volatile array
18132 types.
18133
18134 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18135
18136 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18137 target lacks support for awatch, rwatch, or hbreak.
18138
18139 2014-06-27 Yao Qi <yao@codesourcery.com>
18140
18141 * gdb.multi/dummy-frame-restore.exp: New.
18142 * gdb.multi/dummy-frame-restore.c: New.
18143
18144 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18145
18146 * gdb.btrace/gcore.exp: New.
18147
18148 2014-06-23 Pedro Alves <palves@redhat.com>
18149
18150 * gdb.base/watchpoint-reuse-slot.c: New file.
18151 * gdb.base/watchpoint-reuse-slot.exp: New file.
18152
18153 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18154
18155 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18156 progspace's filename in 'info', 'enable' and 'disable' command
18157 tests.
18158
18159 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18160
18161 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18162 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18163 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18164
18165 2014-06-20 Gary Benson <gbenson@redhat.com>
18166
18167 * gdb.arch/i386-avx.exp: Fix include file location.
18168 * gdb.arch/i386-sse.exp: Likewise.
18169
18170 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18171
18172 * gdb.dlang/expression.exp: New file.
18173
18174 2014-06-19 Pedro Alves <palves@redhat.com>
18175
18176 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18177 out from ...
18178 (top level): ... here. Iterate running tests under different
18179 scheduler-locking settings.
18180
18181 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
18182
18183 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18184 to DW_FORM_addr and use non-zero addresses.
18185
18186 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18187
18188 PR gdb/17017
18189 * gdb.python/py-xmethods.cc: Add global function call counters and
18190 increment them in their respective functions. Remove "cout"
18191 statements.
18192 * gdb.python/py-xmethods.exp: Make tests check the global function
18193 call counters instead of depending on inferior IO.
18194
18195 2014-06-18 Don Breazeal <donb@codesourcery.com>
18196
18197 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18198 Deleted procedure.
18199 (explicit_fork_parent_follow): Deleted procedure.
18200 (explicit_fork_child_follow): Deleted procedure.
18201 (test_follow_fork): New procedure.
18202 (do_fork_tests): Replace calls to deleted procedures with
18203 calls to test_follow_fork and reset GDB for subsequent
18204 procedure calls.
18205
18206 2014-06-17 Yao Qi <yao@codesourcery.com>
18207
18208 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18209 CP1252.
18210
18211 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
18212
18213 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18214 Initialize ptr and S explicitly.
18215 (skip_type_update_when_not_use_rtti_test): Likewise.
18216
18217 2014-06-16 Keith Seitz <keiths@redhat.com>
18218
18219 PR mi/15863
18220 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18221 the inferior is started.
18222
18223 2014-06-16 Pedro Alves <palves@redhat.com>
18224
18225 * gdb.base/break-main-file-remove-fail.c: New file.
18226 * gdb.base/break-main-file-remove-fail.exp: New file.
18227 * gdb.base/break-unload-file.exp: Use build_executable instead of
18228 prepare_for_testing.
18229 (test_break): New parameter "initial_load". Handle it.
18230 (top level): Add initial_load cmdline/file axis.
18231
18232 2014-06-12 Tom Tromey <tromey@redhat.com>
18233
18234 * gdb.base/completion.exp: Don't use directory name in test.
18235
18236 2014-06-09 Gary Benson <gbenson@redhat.com>
18237
18238 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18239 separate the always-available ANSI-standard signals from the
18240 signals that require checking.
18241 (main): Likewise.
18242 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18243 Likewise.
18244 (main): Likewise.
18245
18246 2014-06-07 Keith Seitz <keiths@redhat.com>
18247
18248 Revert:
18249 PR c++/16253
18250 * gdb.cp/var-tag.cc: New file.
18251 * gdb.cp/var-tag.exp: New file.
18252 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18253 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18254 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18255 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18256
18257 2014-06-06 Doug Evans <xdje42@gmail.com>
18258
18259 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18260
18261 2014-06-06 Pedro Alves <palves@redhat.com>
18262
18263 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18264 in target debug output instead of looking at RSP packets,
18265 disabling the test on any target that uses hardware stepping.
18266 Update comments.
18267
18268 2014-06-06 Pedro Alves <palves@redhat.com>
18269
18270 * gdb.base/break-unload-file.exp: Fix typo.
18271
18272 2014-06-06 Yao Qi <yao@codesourcery.com>
18273
18274 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18275 from "jit_function" to "^jit_function".
18276
18277 2014-06-06 Yao Qi <yao@codesourcery.com>
18278
18279 * gdb.base/async.c (foo): Add one statement.
18280 * gdb.base/async.exp: Get the next instruction address and
18281 match the output of "nexti" by instruction address. Match
18282 the hex address in the output of "finish".
18283
18284 2014-06-06 Gary Benson <gbenson@redhat.com>
18285
18286 * gdb.base/call-signals.c: Remove preprocessor conditionals
18287 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18288 SIGSEGV and SIGTERM.
18289 * gdb.base/sigall.c: Likewise.
18290 * gdb.base/unwindonsignal.c: Likewise.
18291 * gdb.reverse/sigall-reverse.c: Likewise.
18292
18293 2014-06-06 Yao Qi <yao@codesourcery.com>
18294
18295 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18296 readable, skip the test.
18297
18298 2014-06-06 Yao Qi <yao@codesourcery.com>
18299
18300 * gdb.threads/staticthreads.c (thread_function): Move the line
18301 setting breakpoint on forward.
18302 * gdb.threads/staticthreads.exp: Update comments.
18303
18304 2014-06-05 Ludovic Courtès <ludo@gnu.org>
18305
18306 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18307 "history-append! type error".
18308
18309 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18310
18311 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18312 erroneous dprintf expected input.
18313
18314 2014-06-04 Doug Evans <xdje42@gmail.com>
18315
18316 * gdb.guile/scm-generics.exp: Delete.
18317
18318 2014-06-04 Doug Evans <xdje42@gmail.com>
18319
18320 * gdb.guile/scm-breakpoint.exp: Update.
18321 Add tests for breakpoint registration.
18322
18323 2014-06-04 Tom Tromey <tromey@redhat.com>
18324
18325 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18326 VLA-in-union.
18327 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18328 inner_vla_struct, vla_union types. Initialize objects of those
18329 types and compute their sizes.
18330
18331 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18332 Hui Zhu <hui@codesourcery.com>
18333
18334 * gdb.base/fileio.exp: Add test for shell not available as well as
18335 available.
18336 * gdb.base/fileio.c (test_system): Check for shell twice.
18337
18338 2014-06-04 Yao Qi <yao@codesourcery.com>
18339
18340 * gdb.base/auto-connect-native-target.exp: Remove redundant
18341 space from the regexp pattern.
18342
18343 2014-06-04 Yao Qi <yao@codesourcery.com>
18344
18345 * gdb.base/default.exp: Replace "child" with "native" in
18346 regexp pattern.
18347
18348 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18349
18350 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18351 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18352 * gdb.python/py-xmethods.py: Python script supporting the
18353 new testcase and tests.
18354
18355 2014-06-03 Joel Brobecker <brobecker@adacore.com>
18356 Pedro Alves <palves@redhat.com>
18357
18358 PR breakpoints/17000
18359 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18360 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18361
18362 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18363
18364 * gdb.base/subst.exp: Add tests to verify partial path matching
18365 output.
18366
18367 2014-06-03 Pedro Alves <palves@redhat.com>
18368
18369 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18370 target that doesn't use software single-stepping.
18371
18372 2014-06-03 Pedro Alves <palves@redhat.com>
18373
18374 PR breakpoints/17000
18375 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18376 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18377
18378 2014-06-02 Doug Evans <xdje42@gmail.com>
18379
18380 * gdb.guile/scm-parameter.exp: New file.
18381
18382 2014-06-02 Doug Evans <xdje42@gmail.com>
18383
18384 * gdb.guile/scm-cmd.c: New file.
18385 * gdb.guile/scm-cmd.exp: New file.
18386
18387 2014-06-02 Doug Evans <xdje42@gmail.com>
18388
18389 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18390 pretty-printer lookup.
18391 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18392 (make-pp_s-printer): Call it.
18393 (make-pretty-printer-from-dict): New function.
18394 (lookup-pretty-printer-maker-from-dict): New function.
18395 (*pretty-printer*): Simplify.
18396 (make-objfile-pp_s-printer): New function.
18397 (install-objfile-pretty-printers!): New function.
18398 (make-progspace-pp_s-printer): New function.
18399 (install-progspace-pretty-printers!): New function.
18400 * gdb.guile/scm-progspace.c: New file.
18401 * gdb.guile/scm-progspace.exp: New file.
18402
18403 2014-06-02 Pedro Alves <palves@redhat.com>
18404
18405 * gdb.base/dprintf-bp-same-addr.c: New file.
18406 * gdb.base/dprintf-bp-same-addr.exp: New file.
18407
18408 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18409
18410 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18411 * gdb.arch/powerpc-power.s: Likewise.
18412
18413 2014-06-02 Joel Brobecker <brobecker@adacore.com>
18414
18415 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18416
18417 2014-06-01 Yao Qi <yao@codesourcery.com>
18418
18419 * gdb.base/watchpoint.exp (test_watch_location): Check null
18420 pointer can be dereferenced. If not, do the test, otherwise
18421 skip it.
18422
18423 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18424
18425 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18426 results.
18427 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18428
18429 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18430
18431 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18432 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18433 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18434 * gdb.arch/amd64-invalid-stack-top.c: New file.
18435 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18436
18437 2014-05-30 Pedro Alves <palves@redhat.com>
18438
18439 PR breakpoints/17000
18440 * gdb.base/sss-bp-on-user-bp.c: New file.
18441 * gdb.base/sss-bp-on-user-bp.exp: New file.
18442
18443 2014-05-30 David Blaikie <dblaikie@gmail.com>
18444
18445 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18446 gnu_inline semantics via attribute.
18447 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18448 source explicitly specifies the required semantics.
18449
18450 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18451
18452 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18453
18454 2014-05-29 Pedro Alves <palves@redhat.com>
18455 Tom Tromey <tromey@redhat.com>
18456
18457 * gdb.base/async-shell.exp: Don't enable target-async.
18458 * gdb.base/async.exp
18459 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18460 parameter. Adjust.
18461 (top level): Don't test with "target-async".
18462 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18463 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18464 * gdb.base/inferior-died.exp: Don't enable target-async.
18465 * gdb.base/interrupt-noterm.exp: Likewise.
18466 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18467 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18468 * gdb.mi/mi-nonstop.exp: Likewise.
18469 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18470 * gdb.mi/mi-nsintrall.exp: Likewise.
18471 * gdb.mi/mi-nsmoribund.exp: Likewise.
18472 * gdb.mi/mi-nsthrexec.exp: Likewise.
18473 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18474 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18475 * gdb.python/py-evsignal.exp: Don't enable target-async.
18476 * gdb.python/py-evthreads.exp: Likewise.
18477 * gdb.python/py-prompt.exp: Likewise.
18478 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18479 * gdb.server/solib-list.exp: Don't enable target-async.
18480 * gdb.threads/thread-specific-bp.exp: Likewise.
18481 * lib/mi-support.exp: Adjust to use mi-async.
18482
18483 2014-05-29 Pedro Alves <palves@redhat.com>
18484
18485 PR gdb/13860
18486 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18487 reason, even in sync mode.
18488
18489 2014-05-29 Pedro Alves <palves@redhat.com>
18490 Hui Zhu <hui@codesourcery.com>
18491
18492 PR PR15693
18493 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18494 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18495 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18496 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18497
18498 2014-05-28 Joel Brobecker <brobecker@adacore.com>
18499
18500 * config/monitor.exp (gdb_target_monitor): Replace use of
18501 "set remotebaud" by "set serial baud".
18502
18503 2014-05-26 Andy Wingo <wingo@igalia.com>
18504
18505 * gdb.guile/scm-breakpoint.exp:
18506 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18507 properties instead of gdb-object-properties.
18508
18509 2014-05-26 Yao Qi <yao@codesourcery.com>
18510
18511 * gdb.server/no-thread-db.exp: Specify source file name
18512 explicitly when setting a breakpoint.
18513
18514 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18515
18516 * gdb.btrace/vdso.c: New.
18517 * gdb.btrace/vdso.exp: New.
18518
18519 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18520
18521 * gdb.base/gcore.exp (capture_command_output): Move ...
18522 * lib/gdb.exp (capture_command_output): ... here.
18523
18524 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18525
18526 * gdb.btrace/data.exp: Test memory access during btrace replay.
18527
18528 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18529
18530 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18531
18532 2014-05-21 Pedro Alves <palves@redhat.com>
18533
18534 PR gdb/13860
18535 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18536 (top level): Test that output related to execution commands is
18537 sent to the console with CLI commands, but not with MI commands.
18538 Test that breakpoint events are always mirrored to the console.
18539 Also expect the new source line to be output after a "next" in
18540 async mode too. Make it a pass/fail test.
18541 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18542 output.
18543 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18544
18545 2014-05-21 Pedro Alves <palves@redhat.com>
18546
18547 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18548 Use them to test variations of "list" after reaching a breakpoint.
18549 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18550 Test "list" with listsize 10 after reaching a breakpoint.
18551 * gdb.python/python.exp (decode_line current location line
18552 number): Adjust expected line number.
18553
18554 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18555
18556 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18557 behavior for $args, pass it directly to "run".
18558
18559 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18560
18561 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18562 30000 to 65536.
18563
18564 2014-05-21 Pedro Alves <palves@redhat.com>
18565
18566 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18567 auto-connect-native-target off".
18568 * gdb.base/auto-connect-native-target.c: New file.
18569 * gdb.base/auto-connect-native-target.exp: New file.
18570
18571 2014-05-21 Pedro Alves <palves@redhat.com>
18572
18573 * gdb.base/default.exp: Test "target native" instead of "target
18574 child".
18575
18576 2014-05-21 Mark Wielaard <mjw@redhat.com>
18577
18578 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18579
18580 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18581
18582 Fix TLS access for -static -pthread.
18583 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18584 <HAVE_TLS> (thread_function, main): Initialize it.
18585 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18586 Add clean_restart.
18587 <$have_tls != "">: Check TLSVAR.
18588
18589 2014-05-21 Pedro Alves <palves@redhat.com>
18590
18591 * gdb.base/dcache-line-read-error.c: New.
18592 * gdb.base/dcache-line-read-error.exp: New.
18593
18594 2014-05-20 Pedro Alves <palves@redhat.com>
18595
18596 * gdb.base/compare-sections.c: New file.
18597 * gdb.base/compare-sections.exp: New file.
18598
18599 2014-05-20 Pedro Alves <palves@redhat.com>
18600
18601 * gdb.base/break-idempotent.c: New file.
18602 * gdb.base/break-idempotent.exp: New file.
18603
18604 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18605
18606 * gdb.btrace/nohist.exp: New.
18607
18608 2014-05-20 Yao Qi <yao@codesourcery.com>
18609
18610 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18611 gdb.reverse directory and gdb_reverse_timeout exists in board
18612 setting.
18613 * README: Document gdb_reverse_timeout.
18614
18615 2014-05-20 Yao Qi <yao@codesourcery.com>
18616
18617 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18618 'test_file_name'. Treat args as a string instead of a list.
18619 (gdb_init): Rename argument 'args' by 'test_file_name'.
18620
18621 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18622
18623 * gdb.arch/powerpc-power.exp: New file.
18624 * gdb.arch/powerpc-power.s: New file.
18625
18626 2014-05-16 Doug Evans <dje@google.com>
18627
18628 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
18629 * gdb.base/completion.exp: Check that all expected files exist
18630 before doing file completion.
18631
18632 2014-05-16 Doug Evans <dje@google.com>
18633
18634 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18635 Update.
18636 (do_syscall_tests_without_xml): Update.
18637
18638 2014-05-16 Pedro Alves <palves@redhat.com>
18639
18640 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18641 instead of "unknown output after running".
18642
18643 2014-05-16 Yao Qi <yao@codesourcery.com>
18644
18645 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18646 file1.txt from host at the end.
18647 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18648
18649 2014-05-15 Doug Evans <dje@google.com>
18650
18651 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18652 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18653 loading file. Add test for TU lookup.
18654
18655 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18656
18657 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18658 calling "-exec-arguments" or "set args" before running the
18659 inferior.
18660
18661 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18662
18663 * lib/mi-support.exp (mi_expect_stop): Expect message for
18664 inferiors that exit with non-zero exit code.
18665
18666 2014-05-14 Yao Qi <yao@codesourcery.com>
18667
18668 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18669 match absolute path on remote host.
18670 (test_file_list_exec_source_files): Remove "/" from the
18671 pattern.
18672
18673 2014-05-14 Yao Qi <yao@codesourcery.com>
18674
18675 * boards/local-remote-host-notty.exp (${board}_file): New
18676 proc.
18677
18678 2014-05-07 Kyle McMartin <kyle@redhat.com>
18679
18680 Pushed by Joel Brobecker <brobecker@adacore.com>.
18681 * gdb.arch/aarch64-atomic-inst.c: New file.
18682 * gdb.arch/aarch64-atomic-inst.exp: New file.
18683
18684 2014-05-07 Yao Qi <yao@codesourcery.com>
18685
18686 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18687 in current context" too.
18688
18689 2014-05-05 Keith Seitz <keiths@redhat.com>
18690
18691 * gdb.linespec/ls-dollar.exp: Add test for linespec
18692 file:convenience_variable.
18693
18694 2014-05-05 Yao Qi <yao@codesourcery.com>
18695
18696 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18697 traceframes into tfile and ctf trace files. Read data from
18698 trace file and test collected data.
18699 (gdb_collect_locals_test): Likewise.
18700 (gdb_unavailable_registers_test): Likewise.
18701 (gdb_unavailable_floats): Likewise.
18702 (gdb_collect_globals_test): Likewise.
18703 (top-level): Append "ctf" to trace_file_targets if GDB
18704 supports.
18705
18706 2014-05-05 Yao Qi <yao@codesourcery.com>
18707
18708 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18709 code to ...
18710 (gdb_collect_args_test_1): ... it. New proc.
18711 (gdb_collect_locals_test): Move some code to ...
18712 (gdb_collect_locals_test_1): ... it. New proc.
18713 (gdb_unavailable_registers_test): Move some code to ...
18714 (gdb_unavailable_registers_test_1): ... it. New proc.
18715 (gdb_unavailable_floats): Move some code to ...
18716 (gdb_unavailable_floats_1): ... it. New proc.
18717
18718 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18719
18720 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18721 probes to test for bitness recognition.
18722 * gdb.arch/amd64-stap-optional-prefix.exp
18723 (test_probe_value_without_reg): New procedure.
18724 Add code to test for different kinds of bitness.
18725
18726 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18727
18728 PR breakpoints/16889
18729 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18730 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18731
18732 2014-05-01 Pedro Alves <palves@redhat.com>
18733
18734 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18735 gdb_file_cmd if no file is specified.
18736 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18737 last_loaded_file to set the remote exec-file.
18738
18739 2014-05-01 Pedro Alves <palves@redhat.com>
18740
18741 * boards/local-remote-host.exp: New file.
18742
18743 2014-05-01 Pedro Alves <palves@redhat.com>
18744
18745 * boards/local-remote-host.exp: Rename to ...
18746 * boards/local-remote-host-notty.exp: ... this.
18747
18748 2014-04-28 Joel Brobecker <brobecker@adacore.com>
18749
18750 * gdb.ada/dyn_arrayidx: New testcase.
18751
18752 2014-04-26 Yao Qi <yao@codesourcery.com>
18753
18754 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18755 and compute the length of function main. Save it in
18756 $main_length.
18757 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18758 (top-level): Use gdb_compile to compile objects into
18759 executable and restart GDB. Remove invocation to
18760 prepare_for_testing.
18761
18762 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18763 Pedro Alves <palves@redhat.com>
18764
18765 PR server/16255
18766 * gdb.multi/multi-attach.c: New file.
18767 * gdb.multi/multi-attach.exp: New file.
18768
18769 2014-04-25 Pedro Alves <palves@redhat.com>
18770
18771 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18772 user.
18773 (top level): Test that "set remote conditional-breakpoints-packet
18774 off" works as intended.
18775 * gdb.base/dprintf.exp: Test that "set remote
18776 breakpoint-commands-packet off" works as intended.
18777 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18778 New function.
18779 (top level): Call it.
18780 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18781 remote fast-tracepoints-packet off" works as intended.
18782 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18783 * lib/gdb.exp (gdb_is_target_remote): ... here.
18784
18785 2014-04-24 David Blaikie <dblaikie@gmail.com>
18786
18787 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18788 ensure clang would not discard them.
18789 * gdb.base/gdbvars.c: Ditto.
18790 * gdb.base/memattr.c: Ditto.
18791 * gdb.base/whatis.c: Ditto.
18792 * gdb.python/py-prettyprint.c: Ditto.
18793 * gdb.trace/actions.c: Ditto.
18794 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18795 ensure clang would not discard it.
18796
18797 2014-04-24 David Blaikie <dblaikie@gmail.com>
18798
18799 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18800 clang to emit the full definition of type required by the test
18801 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18802
18803 2014-04-24 David Blaikie <dblaikie@gmail.com>
18804
18805 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18806 coax Clang into emitting the definition of the type.
18807 * gdb.cp/pr10728-x.h (y): Ditto.
18808 * gdb.cp/pr10728-y.cc (y): Ditto.
18809
18810 2014-04-24 David Blaikie <dblaikie@gmail.com>
18811
18812 * gdb.base/label.exp: XFAIL label related tests under Clang.
18813 * gdb.cp/cplabel.exp: Ditto.
18814 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18815 under Clang those using labels.
18816
18817 2014-04-25 Yao Qi <yao@codesourcery.com>
18818
18819 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18820 double_label.
18821 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18822 partial_label and double_label.
18823
18824 2014-04-24 David Blaikie <dblaikie@gmail.com>
18825
18826 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18827
18828 2014-04-24 David Blaikie <dblaikie@gmail.com>
18829
18830 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18831 of the function to work across GCC and Clang.
18832 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18833 pointer types (const void ** const V void **).
18834
18835 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
18836 Walfred Tedeschi <walfred.tedeschi@intel.com>
18837
18838 * Makefile.in (EXECUTABLES): Added i386-avx512.
18839 * gdb.arch/i386-avx512.c: New file.
18840 * gdb.arch/i386-avx512.exp: Likewise.
18841
18842 2014-04-23 Keith Seitz <keiths@redhat.com>
18843
18844 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18845 (mi_make_breakpoint_table): New procedure.
18846 (mi_create_breakpoint): Use mi_make_breakpoint
18847 and return the result.
18848 (mi_make_breakpoint): New procedure.
18849 (mi_build_kv_pairs): New procedure.
18850
18851 * gdb.mi/mi-break.exp: Remove unused globals,
18852 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18853 All callers updated.
18854 * gdb.mi/mi-dprintf.exp: Use variable to track command
18855 number.
18856 Update all callers of mi_create_breakpoint and use
18857 mi_make_breakpoint_table.
18858 Remove any unused global variables.
18859 * gdb.mi/mi-nonstop.exp: Likewise.
18860 * gdb.mi/mi-nsintrall.exp: Likewise.
18861 * gdb.mi/mi-nsmoribund.exp: Likewise.
18862 * gdb.mi/mi-nsthrexec.exp: Likewise.
18863 * gdb.mi/mi-reverse.exp: Likewise.
18864 * gdb.mi/mi-simplerun.exp: Likewise.
18865 * gdb.mi/mi-stepn.exp: Likewise.
18866 * gdb.mi/mi-syn-frame.exp: Likewise.
18867 * gdb.mi/mi-until.exp: Likewise.
18868 * gdb.mi/mi-var-cp.exp: Likewise.
18869 * gdb.mi/mi-var-display.exp: Likewise.
18870 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18871 * gdb.mi/mi2-var-child.exp: Likewise.
18872 * gdb.mi/mi-vla-c99.exp: Likewise.
18873 * lib/mi-support.exp: Likewise.
18874
18875 From Ian Lance Taylor <iant@cygnus.com>:
18876 * lib/gdb.exp (parse_args): New procedure.
18877
18878 2014-04-23 Pedro Alves <palves@redhat.com>
18879
18880 * gdb.base/break-unload-file.c: New file.
18881 * gdb.base/break-unload-file.exp: New file.
18882 * gdb.base/sym-file-lib.c (baz): New function.
18883 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18884 field.
18885 (load): Store the segment's mapped size.
18886 (unload): New function.
18887 (unload_shlib): New function.
18888 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18889 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18890 set a breakpoint at baz, and call it.
18891 * gdb.base/sym-file.exp: New tests for stale breakpoint
18892 instructions.
18893
18894 2014-04-23 Pedro Alves <palves@redhat.com>
18895
18896 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18897 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18898 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18899 * gdb.base/hbreak-unmapped.c: New file.
18900 * gdb.base/hbreak-unmapped.exp: New file.
18901 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18902 * lib/gdb.exp (gdb_is_target_remote): ... here.
18903
18904 2014-04-22 Pedro Alves <palves@redhat.com>
18905
18906 * gdb.base/consecutive-step-over.c: New file.
18907 * gdb.base/consecutive-step-over.exp: New file.
18908
18909 2014-04-22 Pedro Alves <palves@redhat.com>
18910
18911 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18912 instead of send_gdb/gdb_expect.
18913
18914 2014-04-22 Yao Qi <yao@codesourcery.com>
18915
18916 * lib/trace-support.exp (generate_tracefile): New procedure.
18917 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18918 return 0.
18919 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18920 if generate_tracefile returns 1.
18921
18922 2014-04-18 Tom Tromey <palves@redhat.com>
18923 Pedro alves <tromey@redhat.com>
18924
18925 PR backtrace/15558
18926 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18927 with a backtrace limit.
18928 * gdb.python/py-frame-inline.exp: Test running to an inline
18929 function with a backtrace limit, and printing the newest frame.
18930 * gdb.python/py-frame-inline.c (main): Call f.
18931
18932 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18933
18934 * gdb.java/jnpe.exp: Drop srcdir from untested path.
18935
18936 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18937
18938 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
18939 Drop prefix from unsupported source file path.
18940
18941 2014-04-17 Yao Qi <yao@codesourcery.com>
18942
18943 * lib/gdb.exp (with_target_charset): New proc.
18944 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
18945 with_target_charset.
18946 (test_print_strings): Likewise.
18947 (test_repeat_bytes): Likewise.
18948 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
18949 for some tests.
18950
18951 2014-04-16 Keith Seitz <keiths@redhat.com>
18952
18953 PR gdb/15827
18954 * gdb.dwarf2/corrupt.c: New file.
18955 * gdb.dwarf2/corrupt.exp: New file.
18956
18957 2014-04-16 Keith Seitz <keiths@redhat.com>
18958
18959 PR c++/16597
18960 * gdb.cp/namelessclass.cc: New file.
18961 * gdb.cp/namelessclass.exp: New file.
18962 * gdb.cp/namelessclass.S: New file.
18963
18964 2014-04-16 Doug Evans <dje@google.com>
18965
18966 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
18967 Add comment.
18968 (gdbserver_default_get_comm_port): New function.
18969 (gdbserver_start): Check if board file provided
18970 "gdbserver,get_comm_port" and use it if so.
18971 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
18972 (gdb,socketport): Set to "stdio".
18973 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
18974 (stdio_gdbserver_template): Delete.
18975 (${board}_get_remote_address): Update.
18976 (${board}_build_remote_cmd): Delete.
18977 (${board}_get_comm_port): New function.
18978 (${board}_spawn): Update.
18979 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
18980 Delete.
18981 (${board}_get_remote_address): Update.
18982 (${board}_get_comm_port): New function.
18983
18984 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
18985
18986 * gdb.base/memattr.exp: Improve regexps to handle memory regions
18987 appearing in any order.
18988
18989 2014-04-15 Doug Evans <dje@google.com>
18990
18991 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
18992 uninitialized value of "description".
18993
18994 2014-04-15 Keith Seitz <keiths@redhat.com>
18995
18996 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
18997 Remove unused globals.
18998 (test_running_the_program): Likewise.
18999 (test_controlled_execution): Likewise.
19000 (test_controlling_breakpoints): Likewise.
19001 (test_program_termination): Likewise.
19002
19003 2014-04-15 Keith Seitz <keiths@redhat.com>
19004
19005 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19006 unused globals.
19007 (test_rbreak_creation_and_listing): Likewise.
19008 (test_ignore_count): Likewise.
19009 (test_error): Likewise.
19010
19011 2014-04-15 Pedro Alves <palves@redhat.com>
19012
19013 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19014 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19015 sym-file-loader.c.
19016 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19017 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19018 to sym-file-loader.c.
19019 (struct library): Forward declare.
19020 (load_shlib, lookup_function): Change prototypes.
19021 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19022 (translate_offset): Remove declarations.
19023 (get_text_addr): New declaration.
19024 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19025 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19026 sym-file-loader.h.
19027 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19028 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19029 here from sym-file-loader.h.
19030 (struct library): New structure.
19031 (load_shlib, lookup_function): Change prototypes and adjust to
19032 work with a struct library.
19033 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19034 (translate_offset): Make static.
19035 (get_text_addr): New function.
19036 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19037
19038 2014-04-15 Pedro Alves <palves@redhat.com>
19039
19040 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19041
19042 2014-04-15 Pedro Alves <palves@redhat.com>
19043
19044 * gdb.base/sym-file-loader.c: Include <limits.h>.
19045 (SELF_LINK): New define.
19046 (get_origin): New function.
19047 (load_shlib): Use it.
19048 * gdb.base/sym-file.exp: Don't early return if the target is
19049 remote. Use runto_main, and issue fail is that fails. Use
19050 gdb_load_shlibs.
19051 (shlib_name): Delete.
19052 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19053
19054 2014-04-15 Pedro Alves <palves@redhat.com>
19055
19056 * gdb.base/sym-file.exp: Remove regex characters from test
19057 message. Don't refer to breakpoint numbers in test messages.
19058
19059 2014-04-14 Keith Seitz <keiths@redhat.com>
19060
19061 PR c++/16253
19062 * gdb.cp/var-tag.cc: New file.
19063 * gdb.cp/var-tag.exp: New file.
19064 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19065 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19066 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19067 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19068
19069 2014-04-14 Tom Tromey <tromey@redhat.com>
19070
19071 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19072 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19073 type.
19074 * gdb.cp/enum-class.exp: New file.
19075 * gdb.cp/enum-class.cc: New file.
19076
19077 2014-04-14 Tom Tromey <tromey@redhat.com>
19078
19079 * gdb.dwarf2/enum-type.exp: New file.
19080
19081 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19082
19083 * gdb.mi/mi-vla-c99.exp: New file.
19084 * gdb.mi/vla.c: New file.
19085
19086 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19087
19088 * gdb.base/vla-datatypes.c: New file.
19089 * gdb.base/vla-datatypes.exp: New file.
19090
19091 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19092
19093 * gdb.base/vla-ptr.c: New file.
19094 * gdb.base/vla-ptr.exp: New file.
19095
19096 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19097
19098 * gdb.dwarf2/count.exp: New file.
19099
19100 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19101
19102 * gdb.base/vla-sideeffect.c: New file.
19103 * gdb.base/vla-sideeffect.exp: New file.
19104
19105 2014-04-14 David Blaikie <dblaikie@gmail.com>
19106
19107 * gdb.mi/non-stop.c: Add return value for non-void function return
19108 statement.
19109 * gdb.threads/staticthreads.c: Ditto.
19110
19111 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19112 Doug Evans <xdje42@gmail.com>
19113
19114 * gdb.guile/scm-value.c: Improve test case.
19115 * gdb.guile/scm-value.exp: Add new test.
19116
19117 2014-04-11 David Blaikie <dblaikie@gmail.com>
19118
19119 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19120 override Clang's default.
19121
19122 2014-04-11 Joel Brobecker <brobecker@adacore.com>
19123
19124 Revert the following changes (regressions):
19125
19126 * gdb.base/vla-sideeffect.c: New file.
19127 * gdb.base/vla-sideeffect.exp: New file.
19128
19129 * gdb.dwarf2/count.exp: New file.
19130
19131 * gdb.base/vla-multi.c: New file.
19132 * gdb.base/vla-multi.exp: New file.
19133
19134 * gdb.base/vla-ptr.c: New file.
19135 * gdb.base/vla-ptr.exp: New file.
19136
19137 * gdb.base/vla-datatypes.c: New file.
19138 * gdb.base/vla-datatypes.exp: New file.
19139
19140 * gdb.mi/mi-vla-c99.exp: New file.
19141 * gdb.mi/vla.c: New file.
19142
19143 2014-04-11 Keith Seitz <keiths@redhat.com>
19144
19145 PR c++/16675
19146 * gdb.cp/cpsizeof.exp: New file.
19147 * gdb.cp/cpsizeof.cc: New file.
19148
19149 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19150
19151 * gdb.mi/mi-vla-c99.exp: New file.
19152 * gdb.mi/vla.c: New file.
19153
19154 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19155
19156 * gdb.base/vla-datatypes.c: New file.
19157 * gdb.base/vla-datatypes.exp: New file.
19158
19159 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19160
19161 * gdb.base/vla-ptr.c: New file.
19162 * gdb.base/vla-ptr.exp: New file.
19163
19164 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19165
19166 * gdb.base/vla-multi.c: New file.
19167 * gdb.base/vla-multi.exp: New file.
19168
19169 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19170
19171 * gdb.dwarf2/count.exp: New file.
19172
19173 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19174
19175 * gdb.base/vla-sideeffect.c: New file.
19176 * gdb.base/vla-sideeffect.exp: New file.
19177
19178 2014-04-11 Yao Qi <yao@codesourcery.com>
19179
19180 * gdb.base/completion.exp: Check file exists before running tests
19181 on file completion.
19182
19183 2014-04-10 Pedro Alves <palves@redhat.com>
19184
19185 * gdb.base/cond-eval-mode.c: New file.
19186 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19187 prepare_for_testing to build the new file. Check result of
19188 runto_main.
19189 (test_break, test_watch): New procedures.
19190 (top level): Use them.
19191
19192 2014-04-08 Pierre Muller <muller@sourceware.org>
19193
19194 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19195 Ctrl-V use for mingw hosts.
19196
19197 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19198
19199 * gdb.python/py-value.c: Improve test case.
19200 * gdb.python/py-value.exp: Add new test.
19201
19202 2014-04-07 David Blaikie <dblaikie@gmail.com>
19203
19204 * lib/compiler.c: Identify the clang compiler.
19205 * lib/compiler.cc: Ditto.
19206
19207 2014-04-03 Yao Qi <yao@codesourcery.com>
19208
19209 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19210
19211 2014-04-01 Anton Blanchard <anton@samba.org>
19212
19213 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19214 messages unique.
19215
19216 2014-04-01 Anton Blanchard <anton@samba.org>
19217
19218 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19219 prepare_for_testing.
19220
19221 2014-04-01 Anton Blanchard <anton@samba.org>
19222
19223 * gdb.arch/ppc64-atomic-inst.c: Remove.
19224 * gdb.arch/ppc64-atomic-inst.S: New file.
19225 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19226
19227 2014-03-31 Doug Evans <dje@google.com>
19228
19229 * gdb.base/print-symbol-loading-lib.c: New file.
19230 * gdb.base/print-symbol-loading-main.c: New file.
19231 * gdb.base/print-symbol-loading.exp: New file.
19232
19233 2014-03-31 Yao Qi <yao@codesourcery.com>
19234
19235 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19236
19237 2014-03-28 Joel Brobecker <brobecker@adacore.com>
19238
19239 * gdb.ada/mi_dyn_arr: New testcase.
19240
19241 2014-03-27 Doug Evans <dje@google.com>
19242
19243 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19244
19245 2014-03-27 Yao Qi <yao@codesourcery.com>
19246
19247 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19248 if target is nios2-*-*.
19249
19250 2014-03-26 Yao Qi <yao@codesourcery.com>
19251
19252 * lib/gdb.exp (readline_is_used): New proc.
19253 * gdb.base/completion.exp: Move tests on command complete up.
19254 Skip the rest of tests if readline is not used.
19255 * gdb.ada/complete.exp: Skp the test if readline is not
19256 used.
19257 * gdb.base/filesym.exp: Likewise.
19258 * gdb.base/macscp.exp: Likewise.
19259 * gdb.base/readline-ask.exp: Likewise.
19260 * gdb.base/readline.exp: Likewise.
19261 * gdb.python/py-cmd.exp: Likewise.
19262 * gdb.trace/tfile.exp: Likewise.
19263
19264 2014-03-26 Yao Qi <yao@codesourcery.com>
19265
19266 * gdb.base/macscp.exp: Fix code format issues.
19267
19268 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19269
19270 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19271 * gdb.asm/powerpc64le.inc: New file.
19272
19273 2014-03-25 Pedro Alves <palves@redhat.com>
19274 Doug Evans <dje@google.com>
19275
19276 * gdb.base/source-execution.c: New file.
19277 * gdb.base/source-execution.exp: New file.
19278 * gdb.base/source-execution.gdb: New file.
19279
19280 2014-03-24 Doug Evans <dje@google.com>
19281
19282 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19283 using fission.
19284
19285 2014-03-24 Hui Zhu <hui@codesourcery.com>
19286 Pedro Alves <palves@redhat.com>
19287
19288 PR breakpoints/16101
19289 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19290 test pass/fail messages. Detect missing support for dprintf when
19291 breakpoints are actually inserted.
19292 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19293 breakpoints are actually inserted.
19294 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19295 fails.
19296
19297 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19298
19299 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19300
19301 2014-03-22 Doug Evans <xdje42@gmail.com>
19302
19303 * gdb.python/python.exp (python not supported): Verify multi-line
19304 python command issues an error.
19305 * gdb.guile/guile.exp (guile not supported): Verify multi-line
19306 guile command issues an error.
19307
19308 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19309
19310 * gdb.threads/thread-specific.exp: Handle the lack of usable
19311 $this_breakpoint and $this_thread.
19312
19313 2014-03-21 Hui Zhu <hui@codesourcery.com>
19314
19315 * gdb.base/attach.exp (do_command_attach_tests): New.
19316
19317 2014-03-20 Tom Tromey <tromey@redhat.com>
19318 Pedro Alves <palves@redhat.com>
19319
19320 PR cli/15718
19321 * gdb.base/condbreak-call-false.c: New file.
19322 * gdb.base/condbreak-call-false.exp: New file.
19323
19324 2014-03-20 Pedro Alves <palves@redhat.com>
19325
19326 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19327 Delete.
19328 (block_signals, unblock_signals): Delete.
19329 (child_function_2, main): Remove references to deleted variable
19330 and functions.
19331
19332 2014-03-20 Pedro Alves <palves@redhat.com>
19333
19334 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19335 Use pthread_kill to signal thread 2.
19336 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19337 Adjust to make the test send itself a signal rather than using the
19338 host's "kill" command.
19339
19340 2014-03-20 Pedro Alves <palves@redhat.com>
19341
19342 * gdb.threads/multiple-step-overs.c: New file.
19343 * gdb.threads/multiple-step-overs.exp: New file.
19344 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19345 Adjust expected infrun debug output.
19346
19347 2014-03-20 Pedro Alves <palves@redhat.com>
19348
19349 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19350 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19351
19352 2014-03-20 Pedro Alves <palves@redhat.com>
19353
19354 PR breakpoints/7143
19355 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19356 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19357 of gdb_test_multiple.
19358 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19359 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19360
19361 2014-03-20 Pedro Alves <palves@redhat.com>
19362
19363 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19364 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19365
19366 2014-03-19 Pedro Alves <palves@redhat.com>
19367
19368 * gdb.base/async.exp: Remove early return.
19369
19370 2014-03-19 Pedro Alves <palves@redhat.com>
19371
19372 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19373
19374 2014-03-19 Pedro Alves <palves@redhat.com>
19375
19376 * gdb.base/async.exp (test_background): Expect \r\n after
19377 "completed." in the fail pattern.
19378
19379 2014-03-19 Pedro Alves <palves@redhat.com>
19380
19381 * gdb.base/async.exp (test_background): New procedure.
19382 Use it for all background execution command tests.
19383
19384 2014-03-19 Pedro Alves <palves@redhat.com>
19385
19386 * gdb.base/async.exp: Use prepare_for_testing.
19387
19388 2014-03-19 Pedro Alves <palves@redhat.com>
19389
19390 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19391 the same line.
19392
19393 2014-03-19 Pedro Alves <palves@redhat.com>
19394
19395 * gdb.base/async.c (main): Add "jump here" and "until here" line
19396 marker comments.
19397 * gdb.base/async.exp (jump_here): New global.
19398 (jump& test): Use it.
19399 (until_here): New global.
19400 (until& test): Use it.
19401
19402 2014-03-19 Pedro Alves <palves@redhat.com>
19403
19404 * gdb.base/async.exp: Don't frob gdb_protocol.
19405
19406 2014-03-18 Doug Evans <xdje42@gmail.com>
19407
19408 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19409 Fix spelling of exec-done-display.
19410
19411 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19412
19413 PR gdb/15358
19414 * gdb.base/gdb-sigterm.c: New file.
19415 * gdb.base/gdb-sigterm.exp: New file.
19416
19417 2014-03-18 Pedro Alves <palves@redhat.com>
19418
19419 PR gdb/13860
19420 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19421 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19422 solib-event.
19423
19424 2014-03-17 Joel Brobecker <brobecker@adacore.com>
19425
19426 * gdb.ada/pckd_arr_ren: New testcase.
19427
19428 2014-03-13 Doug Evans <xdje42@gmail.com>
19429
19430 PR guile/16612
19431 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19432 collect after discarding symbols.
19433
19434 2014-03-13 Ludovic Courtès <ludo@gnu.org>
19435 Doug Evans <xdje42@gmail.com>
19436
19437 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19438 to history survives a gc.
19439
19440 2014-03-13 Pedro Alves <palves@redhat.com>
19441
19442 * gdb.base/default.exp: Don't test "target procfs".
19443
19444 2014-03-13 Pedro Alves <palves@redhat.com>
19445
19446 * gdb.base/default.exp: Update "target child" and "target procfs"
19447 tests to not expect "Unix".
19448
19449 2014-03-12 Tom Tromey <tromey@redhat.com>
19450
19451 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19452 New procs. Add target-async tests.
19453 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19454 Add target-async tests.
19455
19456 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19457
19458 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19459 'func_start' and 'func_end' for the beginning and end of the
19460 function code, respectively.
19461 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19462 'func_end' instead of 'func' and 'main'.
19463
19464 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19465
19466 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19467 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19468 generate the debug info assembler source.
19469
19470 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19471
19472 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19473 * gdb.dwarf2/arr-subrange.exp: Likewise.
19474 * gdb.dwarf2/dwz.exp: Likewise.
19475 * gdb.dwarf2/method-ptr.exp: Likewise.
19476 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19477 * gdb.dwarf2/subrange.exp: Likewise.
19478 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19479 * gdb.dwarf2/implptrpiece.exp: Likewise.
19480 * gdb.dwarf2/nostaticblock.exp: Likewise.
19481
19482 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19483
19484 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19485 directory to absolute path name arguments.
19486
19487 2014-03-10 Joel Brobecker <brobecker@adacore.com>
19488
19489 * gdb.ada/tagged_access: New testcase.
19490
19491 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19492
19493 * gdb.btrace/data.exp: Update expected output.
19494
19495 2014-03-06 Yao Qi <yao@codesourcery.com>
19496
19497 * gdb.trace/pr16508.exp: New file.
19498
19499 2014-03-05 Pedro Alves <palves@redhat.com>
19500
19501 PR gdb/16575
19502 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19503 procedure.
19504 (top level): Adjust to use it. Add tests that exercise breakpoint
19505 interaction with the code-cache.
19506
19507 2014-02-26 Ludovic Courtès <ludo@gnu.org>
19508
19509 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19510 test for 'history-append!'.
19511
19512 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19513
19514 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19515 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19516 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19517 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19518 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19519 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19520
19521 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19522
19523 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19524 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19525 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19526
19527 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19528
19529 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19530
19531 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19532
19533 * gdb.dwarf2/arr-stride.c: New file.
19534 * gdb.dwarf2/arr-stride.exp: New file.
19535
19536 2014-02-26 Pedro Alves <palves@redhat.com>
19537
19538 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19539 that won't ever trigger. Make sure that GDB reports the correct
19540 breakpoint that caused the stop.
19541
19542 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19543
19544 PR gdb/16626
19545 * gdb.base/auto-load-script: New file.
19546 * gdb.base/auto-load.c: New file.
19547 * gdb.base/auto-load.exp: New file.
19548
19549 PR gdb/16626
19550 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19551
19552 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19553
19554 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19555 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19556
19557 2014-02-24 Doug Evans <dje@google.com>
19558
19559 * lib/gdb.exp (run_on_host): Log error output if program fails.
19560
19561 2014-02-21 Pedro Alves <palves@redhat.com>
19562
19563 * gdb.threads/step-after-sr-lock.c: Rename to ...
19564 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19565 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19566 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19567 ... this.
19568
19569 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19570
19571 PR tdep/16397
19572 * gdb.arch/amd64-stap-special-operands.exp: New file.
19573 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19574 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19575 * gdb.arch/amd64-stap-triplet.S: Likewise.
19576 * gdb.arch/amd64-stap-triplet.c: Likewise.
19577
19578 2014-02-20 Joel Brobecker <brobecker@adacore.com>
19579
19580 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19581 in .section pseudo-op.
19582
19583 2014-02-20 lin zuojian <manjian2006@gmail.com>
19584 Joel Brobecker <brobecker@adacore.com>
19585 Doug Evans <xdje42@gmail.com>
19586
19587 PR symtab/16581
19588 * gdb.dwarf2/dw2-icycle.S: New file.
19589 * gdb.dwarf2/dw2-icycle.c: New file.
19590 * gdb.dwarf2/dw2-icycle.exp: New file.
19591
19592 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19593
19594 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19595 operations on gdb.Value objects.
19596 * gdb.python/py-value-cc.exp: Add new test to test operations on
19597 gdb.Value objects.
19598
19599 2014-02-18 Doug Evans <dje@google.com>
19600
19601 * Makefile.in (TESTS): New variable.
19602 (expanded_tests, expanded_tests_or_none): New variables
19603 (check-single): Pass $(expanded_tests_or_none) to runtest.
19604 (check-parallel): Only run tests in $(TESTS) if non-empty.
19605 (check/no-matching-tests-found): New rule.
19606 * README: Document TESTS makefile variable.
19607
19608 2014-02-18 Doug Evans <dje@google.com>
19609
19610 * Makefile.in (check-parallel): rm -rf outputs temp.
19611
19612 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19613
19614 Fix "ERROR: no fileid for" in the testsuite.
19615 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19616
19617 2014-02-12 Doug Evans <dje@google.com>
19618
19619 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19620 (MISCELLANEOUS): New variable.
19621 (clean): rm -rf $(MISCELLANEOUS).
19622 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19623 dwp live in the same directory as symlinks, with each symlink pointed
19624 to a differently named file in a different directory.
19625
19626 2014-02-11 Doug Evans <dje@google.com>
19627
19628 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19629 of Tcl file commands.
19630
19631 2014-02-10 Mark Kettenis <kettenis@gnu.org>
19632
19633 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19634 "kill -SIGUSR1 -1".
19635
19636 2014-02-10 Joel Brobecker <brobecker@adacore.com>
19637
19638 * gdb.ada/tick_length_array_enum_idx: New testcase.
19639
19640 2014-02-10 Doug Evans <xdje42@gmail.com>
19641
19642 * configure.ac (AC_OUTPUT): Add gdb.guile.
19643 * configure: Regenerate.
19644 * lib/gdb-guile.exp: New file.
19645 * lib/gdb.exp (get_target_charset): New function.
19646 * gdb.base/help.exp: Update expected output from "apropos apropos".
19647 * gdb.guile/Makefile.in: New file.
19648 * gdb.guile/guile.exp: New file.
19649 * gdb.guile/scm-arch.c: New file.
19650 * gdb.guile/scm-arch.exp: New file.
19651 * gdb.guile/scm-block.c: New file.
19652 * gdb.guile/scm-block.exp: New file.
19653 * gdb.guile/scm-breakpoint.c: New file.
19654 * gdb.guile/scm-breakpoint.exp: New file.
19655 * gdb.guile/scm-disasm.c: New file.
19656 * gdb.guile/scm-disasm.exp: New file.
19657 * gdb.guile/scm-equal.c: New file.
19658 * gdb.guile/scm-equal.exp: New file.
19659 * gdb.guile/scm-error.exp: New file.
19660 * gdb.guile/scm-error.scm: New file.
19661 * gdb.guile/scm-frame-args.c: New file.
19662 * gdb.guile/scm-frame-args.exp: New file.
19663 * gdb.guile/scm-frame-args.scm: New file.
19664 * gdb.guile/scm-frame-inline.c: New file.
19665 * gdb.guile/scm-frame-inline.exp: New file.
19666 * gdb.guile/scm-frame.c: New file.
19667 * gdb.guile/scm-frame.exp: New file.
19668 * gdb.guile/scm-generics.exp: New file.
19669 * gdb.guile/scm-gsmob.exp: New file.
19670 * gdb.guile/scm-iterator.c: New file.
19671 * gdb.guile/scm-iterator.exp: New file.
19672 * gdb.guile/scm-math.c: New file.
19673 * gdb.guile/scm-math.exp: New file.
19674 * gdb.guile/scm-objfile-script-gdb.in: New file.
19675 * gdb.guile/scm-objfile-script.c: New file.
19676 * gdb.guile/scm-objfile-script.exp: New file.
19677 * gdb.guile/scm-objfile.c: New file.
19678 * gdb.guile/scm-objfile.exp: New file.
19679 * gdb.guile/scm-ports.exp: New file.
19680 * gdb.guile/scm-pretty-print.c: New file.
19681 * gdb.guile/scm-pretty-print.exp: New file.
19682 * gdb.guile/scm-pretty-print.scm: New file.
19683 * gdb.guile/scm-section-script.c: New file.
19684 * gdb.guile/scm-section-script.exp: New file.
19685 * gdb.guile/scm-section-script.scm: New file.
19686 * gdb.guile/scm-symbol.c: New file.
19687 * gdb.guile/scm-symbol.exp: New file.
19688 * gdb.guile/scm-symtab-2.c: New file.
19689 * gdb.guile/scm-symtab.c: New file.
19690 * gdb.guile/scm-symtab.exp: New file.
19691 * gdb.guile/scm-type.c: New file.
19692 * gdb.guile/scm-type.exp: New file.
19693 * gdb.guile/scm-value-cc.cc: New file.
19694 * gdb.guile/scm-value-cc.exp: New file.
19695 * gdb.guile/scm-value.c: New file.
19696 * gdb.guile/scm-value.exp: New file.
19697 * gdb.guile/source2.scm: New file.
19698 * gdb.guile/types-module.cc: New file.
19699 * gdb.guile/types-module.exp: New file.
19700
19701 2014-02-10 Yao Qi <yao@codesourcery.com>
19702
19703 PR testsuite/16543
19704 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19705 * configure: Regenerated.
19706 * Makefile.in: New file.
19707
19708 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19709
19710 * gdb.python/py-framefilter.exp: Fix typo.
19711
19712 2014-02-08 Yao Qi <yao@codesourcery.com>
19713
19714 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19715 that no =breakpoint-modified is emitted when breakpoints are
19716 modified through MI commands.
19717
19718 2014-02-07 Pedro Alves <pedro@codesourcery.com>
19719 Pedro Alves <palves@redhat.com>
19720
19721 * gdb.threads/step-after-sr-lock.c: New file.
19722 * gdb.threads/step-after-sr-lock.exp: New file.
19723
19724 2014-02-07 Pedro Alves <palves@redhat.com>
19725
19726 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19727
19728 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19729
19730 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19731 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19732
19733 2014-02-06 Doug Evans <xdje42@gmail.com>
19734
19735 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19736 output.
19737
19738 * gdb.gdb/python-interrupts.exp: New file.
19739
19740 2014-02-05 Yao Qi <yao@codesourcery.com>
19741
19742 * gdb.trace/report.exp (use_collected_data): Test the output
19743 of "info threads" and "info inferiors".
19744
19745 2014-02-05 Yao Qi <yao@codesourcery.com>
19746
19747 Revert this patch:
19748
19749 2013-05-24 Yao Qi <yao@codesourcery.com>
19750
19751 * gdb.trace/tfile.exp: Test inferior and thread.
19752
19753 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19754
19755 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19756 on a function.
19757 * gdb.base/step-bt.c: Call hello via function pointer to make
19758 sure its first instruction is executed on powerpc64le-linux.
19759
19760 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19761
19762 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19763
19764 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19765
19766 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19767 of the test patterns for use on little-endian systems.
19768
19769 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19770
19771 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19772 (decimal_vector): Fix for little-endian.
19773
19774 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19775
19776 * gdb.arch/sparc-sysstep.exp: New file.
19777 * gdb.arch/sparc-sysstep.c: Likewise.
19778
19779 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19780
19781 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19782
19783 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19784
19785 2014-01-23 Tom Tromey <tromey@redhat.com>
19786
19787 * gdb.ada/array_char_idx: New testcase.
19788
19789 2014-01-23 Tom Tromey <tromey@redhat.com>
19790
19791 PR python/16487:
19792 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19793 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19794 classes.
19795
19796 2014-01-23 Tom Tromey <tromey@redhat.com>
19797
19798 PR python/16491:
19799 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19800 string from an inferior frame.
19801 * gdb.python/py-framefilter-mi.exp: Update.
19802
19803 2014-01-22 Doug Evans <dje@google.com>
19804
19805 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19806
19807 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19808
19809 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19810
19811 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19812
19813 * gdb.trace/entry-values.exp: Remove excess space character from
19814 regex patterns. Handle s390 call instruction.
19815
19816 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19817
19818 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19819 define "*_start" label. Make "name" static.
19820 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19821 ${name} by references to ${name}_start.
19822
19823 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19824
19825 * gdb.base/info-macros.exp: Remove "debug" from the compile
19826 options.
19827
19828 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19829
19830 * gdb.dlang/demangle.exp: New file.
19831
19832 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19833
19834 * gdb.dlang/primitive-types.exp: New file.
19835
19836 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19837
19838 * configure.ac: Create gdb.dlang/Makefile.
19839 * configure: Regenerate.
19840 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19841 * gdb.dlang/Makefile.in: New file.
19842 * lib/d-support.exp: New file.
19843 * lib/gdb.exp (skip_d_tests): New proc.
19844
19845 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19846
19847 * gdb.btrace/delta.exp: Check reverse stepi.
19848 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19849 * gdb.btrace/finish.exp: New.
19850 * gdb.btrace/next.exp: New.
19851 * gdb.btrace/nexti.exp: New.
19852 * gdb.btrace/record_goto.c: Add comments.
19853 * gdb.btrace/step.exp: New.
19854 * gdb.btrace/stepi.exp: New.
19855 * gdb.btrace/multi-thread-step.c: New.
19856 * gdb.btrace/multi-thread-step.exp: New.
19857 * gdb.btrace/rn-dl-bind.c: New.
19858 * gdb.btrace/rn-dl-bind.exp: New.
19859 * gdb.btrace/data.c: New.
19860 * gdb.btrace/data.exp: New.
19861 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19862
19863 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19864
19865 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19866 * gdb.btrace/exception.exp: Update.
19867 * gdb.btrace/instruction_history.exp: Update.
19868 * gdb.btrace/record_goto.exp: Update.
19869 * gdb.btrace/tailcall.exp: Update.
19870 * gdb.btrace/unknown_functions.exp: Update.
19871 * gdb.btrace/delta.exp: New.
19872
19873 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19874
19875 * gdb.btrace/record_goto.exp: Add backtrace test.
19876 * gdb.btrace/tailcall.exp: Add backtrace test.
19877
19878 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19879
19880 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19881 * gdb.btrace/record_goto.c: New.
19882 * gdb.btrace/record_goto.exp: New.
19883 * gdb.btrace/x86-record_goto.S: New.
19884
19885 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19886
19887 * gdb.btrace/function_call_history.exp: Update tests.
19888 * gdb.btrace/instruction_history.exp: Update tests.
19889
19890 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19891
19892 * gdb.btrace/function_call_history.exp: Fix expected field
19893 order for "record function-call-history".
19894 Add new tests for "record function-call-history /c".
19895 * gdb.btrace/exception.cc: New.
19896 * gdb.btrace/exception.exp: New.
19897 * gdb.btrace/tailcall.exp: New.
19898 * gdb.btrace/x86-tailcall.S: New.
19899 * gdb.btrace/x86-tailcall.c: New.
19900 * gdb.btrace/unknown_functions.c: New.
19901 * gdb.btrace/unknown_functions.exp: New.
19902 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19903
19904 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19905
19906 * gdb.btrace/instruction_history.exp: Update.
19907 * gdb.btrace/function_call_history.exp: Update.
19908
19909 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19910
19911 * gdb.btrace/function_call_history.exp: Fix expected function
19912 trace.
19913 * gdb.btrace/instruction_history.exp: Initialize traced.
19914 Remove traced_functions.
19915
19916 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19917
19918 * gdb.btrace/function_call_history.exp: Update
19919 * gdb.btrace/instruction_history.exp: Update.
19920
19921 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19922
19923 * gdb.btrace/enable.exp: Update expected text.
19924
19925 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19926
19927 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19928 bytes.
19929
19930 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
19931
19932 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
19933
19934 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
19935
19936 * lib/gdb.exp (supports_process_record): Return true for
19937 arm*-linux*. (supports_reverse): Likewise.
19938
19939 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
19940
19941 PR python/15464
19942 PR python/16113
19943 * gdb.python/py-type.c: Enhance test case.
19944 * gdb.python/py-value-cc.cc: Likewise
19945 * gdb.python/py-type.exp: Add new tests.
19946 * gdb.python/py-value-cc.exp: Likewise
19947
19948 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19949 Pedro Alves <palves@redhat.com>
19950
19951 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
19952 Make "name" extern.
19953 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
19954 references to ${name}_start by references to ${name}.
19955
19956 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19957
19958 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
19959
19960 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19961
19962 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
19963
19964 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
19965 Pedro Alves <palves@redhat.com>
19966
19967 * gdb.mi/mi-info-os.exp: Connect to the target with
19968 mi_gdb_target_load.
19969
19970 2014-01-08 Pedro Alves <palves@redhat.com>
19971
19972 * gdb.threads/reconnect-signal.c: New file.
19973 * gdb.threads/reconnect-signal.exp: New file.
19974
19975 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19976
19977 * gdb.base/source-dir.exp: New file.
19978
19979 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19980
19981 * gdb.ada/mi_interface: New testcase.
19982
19983 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19984
19985 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
19986 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
19987 gdb.ada/pp-rec-component/pck.ads: New files.
19988
19989 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19990
19991 * gdb.python/py-pp-integral.c: New file.
19992 * gdb.python/py-pp-integral.py: New file.
19993 * gdb.python/py-pp-integral.exp: New file.
19994
19995 For older changes see ChangeLog-1993-2013.
19996 \f
19997 ;; Local Variables:
19998 ;; mode: change-log
19999 ;; left-margin: 8
20000 ;; fill-column: 74
20001 ;; version-control: never
20002 ;; End:
20003
20004 Copyright 2014-2020 Free Software Foundation, Inc.
20005 Copying and distribution of this file, with or without modification,
20006 are permitted provided the copyright notice and this notice are preserved.
This page took 0.468243 seconds and 4 git commands to generate.