]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
[gdb/testsuite] Fix use of verbose in gdb/jit-*.exp
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-06-03 Tom de Vries <tdevries@suse.de>
2
3 PR testsuite/25609
4 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
5 value of global verbose.
6 * gdb.base/jit-elf.exp: Same.
7 * gdb.base/jit-reader.exp: Same.
8
9 2020-06-02 Tom de Vries <tdevries@suse.de>
10
11 * gdb.dwarf2/multidictionary.exp: Don't use
12 gdb_spawn_with_cmdline_opts.
13
14 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
15
16 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
17 use_header case.
18 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
19 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
20 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
21 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
22 * gdb.dwarf2/dw2-inline-header.c: New file.
23 * gdb.dwarf2/dw2-inline-header.h: New file.
24
25 2020-05-30 Pedro Alves <palves@redhat.com>
26
27 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
28 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
29
30 2020-05-29 Gary Benson <gbenson@redhat.com>
31
32 * gdb.compile/compile-cplus.exp (additional_flags): Also
33 set when building with clang.
34 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
35 when building with clang.
36
37 2020-05-29 Gary Benson <gbenson@redhat.com>
38
39 * gdb.arch/i386-avx.exp (additional_flags): Also set when
40 building with clang.
41 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
42
43 2020-05-29 Gary Benson <gbenson@redhat.com>
44
45 * gdb.cp/koenig.exp (prepare_for_testing): Add
46 additional_flags=-Wno-unused-comparison.
47 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
48
49 2020-05-28 Gary Benson <gbenson@redhat.com>
50
51 * gdb.base/sigaltstack.c (catcher): Add default case to switch
52 statement.
53
54 2020-05-28 Gary Benson <gbenson@redhat.com>
55
56 * gdb.cp/classes.exp (prepare_for_testing): Add
57 additional_flags=-Wno-deprecated-register.
58 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
59 * gdb.cp/misc.exp: Likewise.
60
61 2020-05-28 Gary Benson <gbenson@redhat.com>
62
63 * gdb.linespec/cpls-ops.cc (dummy): New static global.
64 (test_op_new::operator new): Add return statement.
65 (test_op_new_array::operator new[]): Likewise.
66
67 2020-05-27 Pedro Alves <palves@redhat.com>
68
69 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
70 check. Use test_gdb_complete_unique instead of
71 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
72 test_gdb_complete_multiple instead of
73 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
74
75 2020-05-27 Luis Machado <luis.machado@linaro.org>
76
77 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
78 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
79 * gdb.arch/arm-disassembler-options.exp: Likewise.
80 * gdb.arch/arm-disp-step.exp: Likewise.
81 * gdb.arch/thumb-prologue.exp: Likewise.
82 * gdb.base/async.exp: Likewise.
83 * gdb.base/auxv.exp: Likewise.
84 * gdb.base/complex-parts.exp: Likewise.
85 * gdb.base/ena-dis-br.exp: Likewise.
86 * gdb.base/foll-exec.exp: Likewise.
87 * gdb.base/permissions.exp: Likewise.
88 * gdb.base/relocate.exp: Likewise.
89 * gdb.base/return2.exp: Likewise.
90 * gdb.base/sigbpt.exp: Likewise.
91 * gdb.base/siginfo-obj.exp: Likewise.
92 * gdb.cp/converts.exp: Likewise.
93 * gdb.cp/exceptprint.exp: Likewise.
94 * gdb.cp/inherit.exp: Likewise.
95 * gdb.cp/nsnoimports.exp: Likewise.
96 * gdb.cp/virtbase2.exp: Likewise.
97 * gdb.mi/mi-var-cmd.exp: Likewise.
98 * gdb.mi/var-cmd.c: Likewise.
99
100 2020-05-26 Tom Tromey <tromey@adacore.com>
101
102 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
103
104 2020-05-26 Tom Tromey <tromey@adacore.com>
105
106 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
107 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
108 type.
109 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
110 variable.
111
112 2020-05-26 Christian Biesinger <cbiesinger@google.com>
113
114 * Makefile.in: Use = instead of == for the test command
115 for portability.
116
117 2020-05-26 Tom de Vries <tdevries@suse.de>
118
119 * gdb.base/gold-gdb-index-2.c: New test.
120 * gdb.base/gold-gdb-index.c: New test.
121 * gdb.base/gold-gdb-index.exp: New file.
122 * gdb.base/gold-gdb-index.h: New test.
123
124 2020-05-25 Tom de Vries <tdevries@suse.de>
125
126 * boards/gold-gdb-index.exp: New file.
127
128 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
129
130 * boards/simavr.exp: New file.
131
132 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
133
134 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
135 * gdb.base/inferior-args.exp: New file.
136 * gdb.base/inferior-args.c: New file.
137
138 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
139
140 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
141 inferior_args. Pass it to gdb_reload.
142 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
143 inferior_args.
144 (gdb_reload): Add inferior_args argument.
145 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
146 pass it to gdbserver_run.
147 * boards/native-gdbserver.exp: Do not set noargs.
148 * boards/native-extended-gdbserver.exp (gdb_reload): Add
149 inferior_args argument.
150 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
151 * gdb.base/a2-run.exp: Check for use_gdb_stub.
152 * gdb.base/args.exp: Likewise.
153
154 2020-05-25 Tom de Vries <tdevries@suse.de>
155
156 * lib/gdb.exp (exec_is_pie): Add comment.
157
158 2020-05-25 Tom de Vries <tdevries@suse.de>
159
160 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
161 instead of $binfile in the untested message.
162
163 2020-05-25 Tom de Vries <tdevries@suse.de>
164
165 PR testsuite/26031
166 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
167
168 2020-05-25 Tom de Vries <tdevries@suse.de>
169
170 * boards/gold.exp: New file.
171
172 2020-05-23 Tom Tromey <tom@tromey.com>
173
174 * gdb.base/style.exp: Remove completion styling test.
175 * lib/gdb-utils.exp (style): Remove completion styles.
176
177 2020-05-23 Tom Tromey <tom@tromey.com>
178
179 * gdb.base/style.exp: Add completion styling test.
180 * lib/gdb-utils.exp (style): Add completion styles.
181
182 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
183
184 * gdb.base/annota1.exp: Update expected results.
185 * gdb.cp/annota2.exp: Update expected results, remove duplicate
186 test name.
187 * gdb.cp/annota3.exp: Update expected results.
188
189 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
190
191 PR gdb/26016
192 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
193 against MAP_FAILED.
194 * gdb.base/coremaker.c (mmapdata): Likewise.
195 * gdb.base/jit-reader-host.c (main): Likewise.
196 * gdb.base/sym-file-loader.c (load): Likewise.
197 (load_shlib): Likewise.
198
199 2020-05-20 Tom Tromey <tromey@adacore.com>
200
201 * gdb.ada/array_char_idx.exp: Recognize initialized array.
202
203 2020-05-20 Tom de Vries <tdevries@suse.de>
204
205 PR symtab/25833
206 * gdb.base/with-mf-inc.c: New test.
207 * gdb.base/with-mf-main.c: New test.
208 * gdb.base/with-mf.exp: New file.
209
210 2020-05-19 Tom Tromey <tromey@adacore.com>
211
212 * gdb.rust/simple.exp: Restore missing test result.
213
214 2020-05-19 Tom de Vries <tdevries@suse.de>
215
216 * gdb.base/gdb-caching-proc.exp: Fix typo.
217
218 2020-05-19 Tom Tromey <tromey@adacore.com>
219
220 * gdb.rust/simple.exp: Add some test descriptions.
221 (test_one_slice): Use with_test_prefix.
222
223 2020-05-18 Tom de Vries <tdevries@suse.de>
224
225 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
226
227 2020-05-17 Pedro Alves <palves@redhat.com>
228
229 PR gdb/25741
230 * gdb.base/hw-sw-break-same-address.exp: New file.
231
232 2020-05-16 Pedro Alves <palves@redhat.com>
233
234 * gdb.multi/multi-re-run.exp (test_re_run): Switch
235 LAST_LOADED_FILE accordingly.
236
237 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
238
239 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
240
241 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
242
243 * gdb.base/help.exp: Test apropos and help for commands
244 having aliases. Fixed comments not starting with an
245 upper-case letter or not finishing with a dot.
246
247 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
248
249 * gdb.base/alias.exp: Update help output check.
250
251 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
252
253 * gdb.base/default.exp: Update output following fixes.
254
255 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
256
257 * gdb.base/alias.exp: Test aliases starting with a prefix of
258 another alias.
259
260 2020-05-15 Gary Benson <gbenson@redhat.com>
261
262 * gdb.base/info-os.c (main): Add return statement.
263 * gdb.base/info_minsym.c (minsym_fun): Likewise.
264 * gdb.base/large-frame-2.c (func): Likewise.
265 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
266 * gdb.base/pr10179-b.c (foo2): Likewise.
267 * gdb.base/valgrind-disp-step.c (foo): Likewise.
268 * gdb.base/watch-cond.c (func): Likewise.
269 * gdb.multi/goodbye.c (verylongfun): Likewise.
270 * gdb.multi/hello.c (commonfun): Likewise.
271 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
272 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
273 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
274 Likewise.
275 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
276 * gdb.threads/interrupt-while-step-over.c (child_function):
277 Likewise.
278 * gdb.trace/actions-changed.c (end): Likewise.
279
280 2020-05-15 Gary Benson <gbenson@redhat.com>
281
282 * gdb.opencl/callfuncs.exp: Report when test skipped.
283 * gdb.opencl/convs_casts.exp: Likewise.
284 * gdb.opencl/datatypes.exp: Likewise.
285 * gdb.opencl/operators.exp: Likewise.
286 * gdb.opencl/vec_comps.exp: Likewise.
287
288 2020-05-15 Tom de Vries <tdevries@suse.de>
289
290 * gdb.base/align.exp.in: Rename to ...
291 * gdb.base/align.exp.tcl: ... this.
292 * gdb.base/align-c++.exp: Update.
293 * gdb.base/align-c.exp: Update.
294 * gdb.base/all-architectures.exp.in: Rename to ...
295 * gdb.base/all-architectures.exp: ... this.
296 * gdb.base/all-architectures-0.exp: Update.
297 * gdb.base/all-architectures-1.exp: Update.
298 * gdb.base/all-architectures-2.exp: Update.
299 * gdb.base/all-architectures-3.exp: Update.
300 * gdb.base/all-architectures-4.exp: Update.
301 * gdb.base/all-architectures-5.exp: Update.
302 * gdb.base/all-architectures-6.exp: Update.
303 * gdb.base/all-architectures-7.exp: Update.
304 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
305 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
306 * gdb.base/infcall-nested-structs-c++.exp: Update.
307 * gdb.base/infcall-nested-structs-c.exp: Update.
308 * gdb.base/info-types.exp.in: Rename to ...
309 * gdb.base/info-types.exp.tcl: ... this.
310 * gdb.base/info-types-c++.exp: Update.
311 * gdb.base/info-types-c.exp: Update.
312 * gdb.base/max-depth.exp.in: Rename to ...
313 * gdb.base/max-depth.exp.tcl: ... this.
314 * gdb.base/max-depth-c++.exp: Update.
315 * gdb.base/max-depth-c.exp: Update.
316 * gdb.cp/cpexprs.exp.in: Rename to ...
317 * gdb.cp/cpexprs.exp.tcl: ... this.
318 * gdb.cp/cpexprs-debug-types.exp: Update.
319 * gdb.cp/cpexprs.exp: Update.
320 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
321 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
322 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
323 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
324 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
325 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
326 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
327 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
328 * gdb.dwarf2/clang-debug-names-2.exp: Update.
329 * gdb.dwarf2/clang-debug-names.exp: Update.
330
331 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
332
333 * lib/check-test-names.exp: Remove code that prevents this file
334 loading when tests are run in parallel.
335
336 2020-05-15 Pedro Alves <palves@redhat.com>
337
338 * gdb.multi/multi-kill.exp (start_inferior): Remove
339 'testpid' parameter. Refer to namespace variable directly.
340 (testpid): Declare as namespace variable.
341
342 2020-05-15 Pedro Alves <palves@redhat.com>
343
344 * gdb.multi/multi-kill.exp: Wrap in namespace.
345 (start_inferior): Add TESTPID parameter. Use it instead of the
346 testpid global.
347 (top level): Define empty TESTPID array, and pass it down to
348 start_inferior.
349
350 2020-05-14 Tom de Vries <tdevries@suse.de>
351
352 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
353 output.
354
355 2020-05-14 Tom de Vries <tdevries@suse.de>
356
357 * gdb.base/align.exp: Split into ...
358 * gdb.base/align.exp.in: ...
359 * gdb.base/align-c++.exp: ...
360 * gdb.base/align-c.exp: ... these.
361 * gdb.base/infcall-nested-structs.exp: Split into ...
362 * gdb.base/infcall-nested-structs.exp.in: ...
363 * gdb.base/infcall-nested-structs-c++.exp: ...
364 * gdb.base/infcall-nested-structs-c.exp: ... these.
365 * gdb.base/info-types.exp: Split into ...
366 * gdb.base/info-types.exp.in: ...
367 * gdb.base/info-types-c++.exp: ...
368 * gdb.base/info-types-c.exp: ... these.
369 * gdb.base/max-depth.exp: Split into ...
370 * gdb.base/max-depth.exp.in: ...
371 * gdb.base/max-depth-c++.exp: ...
372 * gdb.base/max-depth-c.exp: ... these.
373 * gdb.cp/infcall-nodebug.exp: Split into ...
374 * gdb.cp/infcall-nodebug.exp.in: ...
375 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
376 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
377 * gdb.cp/infcall-nodebug-c-d0.exp: ...
378 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
379
380 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
381 Pedro Alves <palves@redhat.com>
382
383 * gdb.multi/multi-exit.c: New file.
384 * gdb.multi/multi-exit.exp: New file.
385 * gdb.multi/multi-kill.c: New file.
386 * gdb.multi/multi-kill.exp: New file.
387
388 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
389
390 * gdb.base/annota1.exp: Update the expected output.
391 * gdb.cp/annota2.exp: Ditto.
392
393 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
394
395 * lib/check-test-names.exp: Disable when testing is being run in
396 parallel.
397
398 2020-05-12 Tom de Vries <tdevries@suse.de>
399
400 * gdb.base/jit-elf.exp: Fix string concat.
401
402 2020-05-12 Tom de Vries <tdevries@suse.de>
403
404 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
405 messages.
406
407 2020-05-12 Tom de Vries <tdevries@suse.de>
408
409 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
410
411 2020-05-12 Tom de Vries <tdevries@suse.de>
412
413 * gdb.ada/catch_ex.exp: Use with_test_prefix.
414 * gdb.ada/mi_catch_ex.exp: Same.
415 * gdb.ada/mi_catch_ex_hand.exp: Same.
416
417 2020-05-12 Tom de Vries <tdevries@suse.de>
418
419 * gdb.fortran/complex.exp: Use with_test_prefix.
420
421 2020-05-12 Tom de Vries <tdevries@suse.de>
422
423 * gdb.trace/passcount.exp: Fix test-names.
424
425 2020-05-12 Tom de Vries <tdevries@suse.de>
426
427 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
428
429 2020-05-12 Tom de Vries <tdevries@suse.de>
430
431 * gdb.gdb/complaints.exp: Use with_test_prefix.
432 * gdb.xml/tdesc-regs.exp: Same.
433 * gdb.opt/inline-locals.exp: Fix test name.
434
435 2020-05-12 Tom de Vries <tdevries@suse.de>
436
437 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
438 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
439 * gdb.dwarf2/implref-struct.exp: Same.
440 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
441 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
442
443 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
444
445 * gdb.base/jit-so.exp (one_jit_test): Change test name.
446
447 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
448
449 * lib/check-test-names.exp (all_test_names): New module variable.
450 (counts): Add 'duplicates' field.
451 (_check_duplicates): New procedure.
452 (check): Also check for duplicates.
453 (do_log_summary): Print duplicates count.
454 (do_reset_vars): Reset counter for duplicate test names, and
455 discard all know test names.
456
457 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
458
459 * lib/gdb.exp: Include check-test-names.exp library.
460 * lib/check-test-names.exp: New file.
461
462 2020-05-11 Tom de Vries <tdevries@suse.de>
463
464 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
465
466 2020-05-11 Keith Seitz <keiths@redhat.com>
467
468 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
469
470 2020-05-11 Tom de Vries <tdevries@suse.de>
471
472 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
473 * gdb.cp/cpexprs.exp.in: .. here.
474 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
475 cpexprs.exp.
476
477 2020-05-11 Keith Seitz <keiths@redhat.com>
478
479 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
480 test names.
481 * gdb.ada/arrayptr.exp: Likewise.
482 * gdb.ada/assign_arr.exp: Likewise.
483 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
484 * gdb.ada/bp_on_var.exp: Likewise.
485 * gdb.ada/call_pn.exp: Likewise.
486 * gdb.ada/complete.exp: Likewise.
487 * gdb.ada/fun_overload_menu.exp: Likewise.
488 * gdb.ada/funcall_param.exp: Likewise.
489 * gdb.ada/funcall_ref.exp: Likewise.
490 * gdb.ada/packed_array_assign.exp: Likewise.
491 * gdb.ada/same_component_name.exp: Likewise.
492 * gdb.ada/type_coercion.exp: Likewise.
493 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
494 * gdb.ada/variant_record_packed_array.exp: Likewise.
495
496 2020-05-11 Tom de Vries <tdevries@suse.de>
497
498 PR symtab/25941
499 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
500 out of ...
501 * gdb.dwarf2/clang-debug-names.exp: ... here.
502 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
503 clang-debug-names.exp.in.
504 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
505 * gdb.dwarf2/clang-debug-names-2.c: New test.
506
507 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
508
509 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
510 (fortran_runto_main): New Proc, fortran version of runto_main.
511 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
512 * gdb.fortran/array-bounds.exp: Likewise.
513 * gdb.fortran/array-slices.exp: Likewise.
514 * gdb.fortran/block-data.exp: Likewise.
515 * gdb.fortran/charset.exp: Likewise.
516 * gdb.fortran/common-block.exp: Likewise.
517 * gdb.fortran/complex.exp: Likewise.
518 * gdb.fortran/derived-type-function.exp: Likewise.
519 * gdb.fortran/derived-type.exp: Likewise.
520 * gdb.fortran/info-modules.exp: Likewise.
521 * gdb.fortran/info-types.exp: Likewise.
522 * gdb.fortran/intrinsics.exp: Likewise.
523 * gdb.fortran/library-module.exp: Likewise.
524 * gdb.fortran/logical.exp: Likewise.
525 * gdb.fortran/max-depth.exp: Likewise.
526 * gdb.fortran/module.exp: Likewise.
527 * gdb.fortran/multi-dim.exp: Likewise.
528 * gdb.fortran/nested-funcs.exp: Likewise.
529 * gdb.fortran/print-formatted.exp: Likewise.
530 * gdb.fortran/print_type.exp: Likewise.
531 * gdb.fortran/printing-types.exp: Likewise.
532 * gdb.fortran/ptr-indentation.exp: Likewise.
533 * gdb.fortran/ptype-on-functions.exp: Likewise.
534 * gdb.fortran/subarray.exp: Likewise.
535 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
536 * gdb.fortran/vla-datatypes.exp: Likewise.
537 * gdb.fortran/vla-history.exp: Likewise.
538 * gdb.fortran/vla-ptr-info.exp: Likewise.
539 * gdb.fortran/vla-ptype-sub.exp: Likewise.
540 * gdb.fortran/vla-ptype.exp: Likewise.
541 * gdb.fortran/vla-sizeof.exp: Likewise.
542 * gdb.fortran/vla-type.exp: Likewise.
543 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
544 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
545 * gdb.fortran/vla-value-sub.exp: Likewise.
546 * gdb.fortran/vla-value.exp: Likewise.
547 * gdb.fortran/whatis_type.exp: Likewise.
548 * gdb.mi/mi-var-child-f.exp: Likewise.
549
550 2020-05-09 Tom de Vries <tdevries@suse.de>
551
552 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
553
554 2020-05-08 Tom de Vries <tdevries@suse.de>
555
556 * gdb.dwarf2/clang-debug-names.c: New test.
557 * gdb.dwarf2/clang-debug-names.exp: New file.
558
559 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
560
561 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
562 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
563
564 2020-05-06 Tom de Vries <tdevries@suse.de>
565
566 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
567 breakpoint is at a "recommended breakpoint location".
568 * gdb.reverse/consecutive-reverse.exp: Same.
569
570 2020-05-06 Tom de Vries <tdevries@suse.de>
571
572 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
573 address.
574
575 2020-05-06 Tom de Vries <tdevries@suse.de>
576
577 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
578
579 2020-05-06 Tom de Vries <tdevries@suse.de>
580
581 * gdb.base/store.exp (check_set, up_set): Allowing missing location
582 info for r.
583
584 2020-05-06 Tom de Vries <tdevries@suse.de>
585
586 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
587 necessary.
588
589 2020-05-06 Tom de Vries <tdevries@suse.de>
590
591 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
592 void.
593
594 2020-05-06 Tom de Vries <tdevries@suse.de>
595
596 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
597 of ...
598 * gdb.base/async.exp: ... here.
599 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
600 "recommended breakpoint location".
601
602 2020-05-06 Tom de Vries <tdevries@suse.de>
603
604 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
605
606 2020-05-04 Tom de Vries <tdevries@suse.de>
607
608 * gdb.base/async.exp: Check whether instruction addresses are a
609 "recommended breakpoint location".
610
611 2020-05-03 Tom Tromey <tom@tromey.com>
612
613 * gdb.base/sepdebug.exp: Remove "catch" test.
614 * gdb.base/break.exp: Remove "catch" test.
615 * gdb.base/default.exp: Update expected output.
616
617 2020-05-02 Tom de Vries <tdevries@suse.de>
618
619 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
620 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
621 * gdb.arch/i386-mpx-map.exp: Same.
622 * gdb.arch/i386-mpx-sigsegv.exp: Same.
623 * gdb.arch/i386-mpx-simple_segv.exp: Same.
624 * gdb.arch/i386-mpx.exp: Same.
625
626 2020-05-02 Tom de Vries <tdevries@suse.de>
627
628 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
629
630 2020-05-01 Tom de Vries <tdevries@suse.de>
631
632 * gdb.ada/operator_bp.exp: Allow more than required amount of
633 breakpoint.
634
635 2020-05-01 Tom de Vries <tdevries@suse.de>
636
637 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
638
639 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
640
641 PR gdb/18706
642 * gdb.cp/stub-array-size.cc: New test.
643 * gdb.cp/stub-array-size.exp: New file.
644 * gdb.cp/stub-array-size.h: New test.
645 * gdb.cp/stub-array-size2.cc: New test.
646
647 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
648
649 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
650 output to the new format.
651
652 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
653
654 * gdb.base/break.exp: Use with_test_prefix.
655
656 2020-04-29 Tom de Vries <tdevries@suse.de>
657
658 * lib/gdb.exp (debug_types): New proc.
659 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
660 * gdb.python/py-symtab.exp: Same.
661
662 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
663
664 PR gdb/17320
665 * gdb.base/pretty-array.c: New test.
666 * gdb.base/pretty-array.exp: New file.
667
668 2020-04-29 Tom de Vries <tdevries@suse.de>
669
670 PR symtab/25889
671 * gdb.cp/cpexprs.exp: Adapt for inclusion.
672 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
673 and include cpexprs.exp.
674
675 2020-04-28 Mark Williams <mark@myosotissp.com>
676
677 PR gdb/24480
678 * dw4-toplevel-types.exp: Test for top level types.
679 * dw4-toplevel-types.cc: Test for top level types.
680
681 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
682
683 * gdb.threads/stop-with-handle.exp: Fix typo in comment
684 (theads -> threads).
685
686 2020-04-28 Tom de Vries <tdevries@suse.de>
687
688 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
689
690 2020-04-28 Tom de Vries <tdevries@suse.de>
691
692 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
693
694 2020-04-28 Tom de Vries <tdevries@suse.de>
695
696 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
697
698 2020-04-28 Tom de Vries <tdevries@suse.de>
699
700 * gdb.dwarf2/main-foo.c: New test.
701 * gdb.dwarf2/struct-with-sig.exp: New file.
702
703 2020-04-25 Tom de Vries <tdevries@suse.de>
704
705 * boards/debug-types.exp: New file.
706
707 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
708
709 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
710
711 2020-04-24 Tom Tromey <tom@tromey.com>
712
713 PR symtab/12707:
714 * gdb.python/py-symbol.exp: Update expected results for
715 linkage_name test.
716 * gdb.cp/print-demangle.exp: New file.
717 * gdb.base/c-linkage-name.exp: Fix test.
718 * gdb.guile/scm-symbol.exp: Update expected results for
719 linkage_name test.
720
721 2020-04-24 Tom Tromey <tom@tromey.com>
722
723 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
724 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
725 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
726 assembler.
727
728 2020-04-24 Tom de Vries <tdevries@suse.de>
729
730 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
731 C++.
732
733 2020-04-24 Tom Tromey <tromey@adacore.com>
734
735 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
736 values.
737 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
738 values. Update test for minimal encodings.
739 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
740 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
741 values. Update test for minimal encodings.
742
743 2020-04-24 Tom Tromey <tromey@adacore.com>
744
745 PR python/23662:
746 * gdb.ada/variant.exp: Add Python checks.
747 * gdb.rust/simple.exp: Add dynamic type checks.
748
749 2020-04-24 Tom Tromey <tromey@adacore.com>
750
751 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
752 Make array type matching more lax.
753 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
754 * gdb.ada/mi_variant.exp: New file.
755 * gdb.ada/mi_variant/pck.ads: New file.
756 * gdb.ada/mi_variant/pkg.adb: New file.
757 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
758 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
759
760 2020-04-24 Tom Tromey <tromey@adacore.com>
761
762 * gdb.ada/variant.exp: Add dynamic field offset tests.
763 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
764 * gdb.ada/variant/pkg.adb: Add new variables.
765
766 2020-04-24 Tom Tromey <tromey@adacore.com>
767
768 * gdb.ada/variant.exp: New file
769 * gdb.ada/variant/pkg.adb: New file
770 * gdb.ada/variant/pck.adb: New file
771
772 2020-04-24 Tom de Vries <tdevries@suse.de>
773
774 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
775
776 2020-04-24 Tom de Vries <tdevries@suse.de>
777
778 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
779 flags.
780
781 2020-04-24 Tom de Vries <tdevries@suse.de>
782
783 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
784
785 2020-04-24 Tom de Vries <tdevries@suse.de>
786
787 * lib/gdb.exp (default_gdb_start): Handle eof.
788 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
789 failure.
790 * gdb.base/readnever.exp: Handle clean_restart failure.
791
792 2020-04-23 Tom de Vries <tdevries@suse.de>
793
794 * gdb.base/decl-before-def.exp: Run to main and print a again.
795
796 2020-04-23 Tom de Vries <tdevries@suse.de>
797
798 * gdb.base/decl-before-def-decl.c: New test.
799 * gdb.base/decl-before-def-def.c: New test.
800 * gdb.base/decl-before-def.exp: New file.
801
802 2020-04-23 Tom de Vries <tdevries@suse.de>
803
804 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
805
806 2020-04-22 Tom de Vries <tdevries@suse.de>
807
808 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
809 debug_info_offset.
810 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
811 before $objsfile in the line line.
812
813 2020-04-22 Tom de Vries <tdevries@suse.de>
814
815 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
816
817 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
818
819 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
820 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
821 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
822 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
823 * gdb.base/jit-protocol.h: Update definitions to match all usage
824 contexts.
825
826 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
827
828 * gdb.base: Rename all jit related test and source files.
829
830 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
831
832 * gdb.base/jit-reader.exp: Relax register output check.
833
834 2020-04-22 Tom de Vries <tdevries@suse.de>
835
836 PR symtab/25764
837 * gdb.base/psym-external-decl-2.c: New test.
838 * gdb.base/psym-external-decl.c: New test.
839 * gdb.base/psym-external-decl.exp: New file.
840 * gdb.threads/tls.exp: Add PR25807 kfail.
841
842 2020-04-22 Tom de Vries <tdevries@suse.de>
843
844 PR symtab/25801
845 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
846 in "info source" output.
847
848 2020-04-22 Tom de Vries <tdevries@suse.de>
849
850 PR symtab/25700
851 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
852 symtab for imported_unit.c.
853
854 2020-04-21 Gary Benson <gbenson@redhat.com>
855
856 * gdb.base/advance.c (func): New argument, to match call site.
857 (func2, func3): Add return statements.
858
859 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
860
861 * gdb.multi/run-only-second-inf.c: New file.
862 * gdb.multi/run-only-second-inf.exp: New file.
863
864 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
865
866 * gdb.btrace/multi-inferior.c: New test.
867 * gdb.btrace/multi-inferior.exp: New file.
868
869 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
870
871 * gdb.btrace/enable-new-thread.c: New test.
872 * gdb.btrace/enable-new-thread.exp: New file.
873
874 2020-04-21 Tom de Vries <tdevries@suse.de>
875
876 PR gdb/25471
877 * gdb.threads/killed-outside.c: New test.
878 * gdb.threads/killed-outside.exp: New file.
879
880 2020-04-20 Gary Benson <gbenson@redhat.com>
881
882 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
883 * gdb.base/nested-subp2.exp: Likewise.
884 * gdb.base/nested-subp3.exp: Likewise.
885
886 2020-04-20 Gary Benson <gbenson@redhat.com>
887
888 * gdb.base/nested-subp1.exp: Disable test when using clang.
889 * gdb.base/nested-subp2.exp: Likewise.
890 * gdb.base/nested-subp3.exp: Likewise.
891
892 2020-04-20 Gary Benson <gbenson@redhat.com>
893
894 * gdb.cp/exception.cc: Fix compilation error with clang.
895
896 2020-04-20 Gary Benson <gbenson@redhat.com>
897
898 * gdb.trace/tspeed.c: Fix compilation error with clang.
899
900 2020-04-20 Gary Benson <gbenson@redhat.com>
901
902 * gdb.base/jit-main.c: Fix compilation error with clang.
903
904 2020-04-17 Kamil Rytarowski <n54@gmx.com>
905
906 * gdb.base/attach-twice.c: Include "sys/types.h".
907 (PTRACE_ATTACH): Add fallback definition.
908 (main): Pass `0' to the 4th argument of `ptrace'.
909
910 2020-04-17 Kamil Rytarowski <n54@gmx.com>
911
912 * gdb.base/fork-running-state.c: Include "signal.h".
913
914 2020-04-17 Tom Tromey <tromey@adacore.com>
915
916 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
917 Update tests.
918 * gdb.btrace/cpu.exp: Update tests.
919 * gdb.base/maint.exp: Update tests.
920 * gdb.base/default.exp: Update tests.
921 * gdb.base/completion.exp: Update tests.
922
923 2020-04-16 Tom de Vries <tdevries@suse.de>
924
925 PR symtab/25791
926 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
927 (ensure_gdb_index): and factor out and move ...
928 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
929 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
930
931 2020-04-16 Tom de Vries <tdevries@suse.de>
932
933 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
934 loading exec.
935
936 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
937
938 * gdb.base/many-completions.exp: New file.
939
940 2020-04-14 Tom de Vries <tdevries@suse.de>
941
942 PR symtab/25718
943 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
944
945 2020-04-14 Tom de Vries <tdevries@suse.de>
946
947 PR symtab/25720
948 * gdb.base/maint-expand-symbols-header-file.c: New test.
949 * gdb.base/maint-expand-symbols-header-file.exp: New file.
950 * gdb.base/maint-expand-symbols-header-file.h: New test.
951
952 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
953
954 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
955 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
956 get_func_info.
957 (get_func_info): Delete.
958 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
959 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
960 * lib/dwarf.exp (get_func_info): New function.
961
962 2020-04-13 Tom de Vries <tdevries@suse.de>
963
964 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
965 to what find_gnatmake does.
966
967 2020-04-10 Tom de Vries <tdevries@suse.de>
968
969 * gdb.base/style.exp: Expect "Expanding full symbols" message for
970 -readnow.
971
972 2020-04-10 Tom de Vries <tdevries@suse.de>
973
974 PR cli/25808
975 * gdb.base/style.c: Add leading newlines.
976 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
977 Check listing of main's one-line body.
978
979 2020-04-08 Tom de Vries <tdevries@suse.de>
980
981 * lib/gdb.exp (psymtabs_p): New proc.
982 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
983 importing unit" unsupported if there are no partial symbols.
984
985 2020-04-08 Tom de Vries <tdevries@suse.de>
986
987 PR testsuite/25760
988 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
989
990 2020-04-07 Tom de Vries <tdevries@suse.de>
991
992 PR symtab/25796
993 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
994
995 2020-04-07 Tom de Vries <tdevries@suse.de>
996
997 * gdb.base/check-psymtab.c: New test.
998 * gdb.base/check-psymtab.exp: New file.
999
1000 2020-04-06 Tom Tromey <tromey@adacore.com>
1001
1002 * gdb.ada/variant-record/proc.adb: New file.
1003 * gdb.ada/variant-record/value.adb: New file.
1004 * gdb.ada/variant-record/value.s: New file.
1005 * gdb.ada/variant-record.exp: New file.
1006
1007 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
1008
1009 PR gdb/25325
1010 * gdb.cp/typed-enum.cc: New test.
1011 * gdb.cp/typed-enum.exp: New file.
1012
1013 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1014
1015 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1016 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1017 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1018 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1019 * gdb.opt/inline-small-func.c: New file.
1020 * gdb.opt/inline-small-func.exp: New file.
1021 * gdb.opt/inline-small-func.h: New file.
1022
1023 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1024
1025 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1026 function.
1027
1028 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1029
1030 * lib/dwarf.exp (function_range): Allow compiler options to be
1031 specified.
1032
1033 2020-04-02 Tom de Vries <tdevries@suse.de>
1034
1035 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1036 __attribute__((always_inline)).
1037 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1038
1039 2020-04-02 Tom de Vries <tdevries@suse.de>
1040
1041 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1042 (gdbserver_gdb_exit): ... here. Add timeout warning.
1043 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1044 (connect_target_extended_remote): Append new server_spawn_id to
1045 server_spawn_ids.
1046 (cleanup): New proc.
1047 (setup, <toplevel>): Call cleanup.
1048
1049 2020-04-02 Tom de Vries <tdevries@suse.de>
1050
1051 * gdb.base/main-psymtab.exp: New file.
1052
1053 2020-04-02 Tom de Vries <tdevries@suse.de>
1054
1055 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1056
1057 2020-04-01 Tom Tromey <tom@tromey.com>
1058
1059 * gdb.base/complex-parts.exp: Add type tests.
1060
1061 2020-04-01 Tom Tromey <tom@tromey.com>
1062
1063 * gdb.base/complex-parts.exp: Add arithmetic tests.
1064
1065 2020-04-01 Tom Tromey <tom@tromey.com>
1066
1067 * gdb.compile/compile.exp: Update.
1068 * gdb.compile/compile-cplus.exp: Update.
1069 * gdb.base/varargs.exp: Update.
1070 * gdb.base/floatn.exp: Update.
1071 * gdb.base/endianity.exp: Update.
1072 * gdb.base/callfuncs.exp (do_function_calls): Update.
1073 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1074 (complex_float_integral_args): Update.
1075 * gdb.base/complex.exp: Update.
1076 * gdb.base/complex-parts.exp: Update.
1077
1078 2020-04-01 Tom Tromey <tromey@adacore.com>
1079
1080 * gdb.rust/union.rs: New file.
1081 * gdb.rust/union.exp: New file.
1082 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1083 (main): Update.
1084 * gdb.rust/simple.exp: Move union tests to union.exp.
1085
1086 2020-04-01 Tom Tromey <tromey@adacore.com>
1087
1088 * gdb.rust/simple.rs (main): Remove "y0".
1089
1090 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1091
1092 * gdb.multi/stop-all-on-exit.c: New test.
1093 * gdb.multi/stop-all-on-exit.exp: New file.
1094
1095 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
1096
1097 PR gdb/24789
1098 * gdb.cp/misc.cc: Add integer reference variable.
1099 * gdb.cp/misc.exp: Add test.
1100
1101 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1102
1103 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1104 scenario to cover execution until the end and also the case
1105
1106 2020-03-31 Tom de Vries <tdevries@suse.de>
1107
1108 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1109 c. Use "maint info symtabs" to check symtab expansion.
1110
1111 2020-03-30 Tom de Vries <tdevries@suse.de>
1112
1113 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1114 unsupported.
1115 (verify_psymtab_expanded): Move ...
1116 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1117 test.
1118 (readnow): New proc.
1119
1120 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1121
1122 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1123 with $hex.
1124
1125 2020-03-20 Tom Tromey <tromey@adacore.com>
1126
1127 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1128
1129 2020-03-20 Tom Tromey <tromey@adacore.com>
1130
1131 * gdb.ada/sub_variant/subv.adb: New file.
1132 * gdb.ada/sub_variant.exp: New file.
1133
1134 2020-03-20 Tom de Vries <tdevries@suse.de>
1135
1136 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1137 first break fails.
1138 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1139
1140 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1141
1142 * gdb.server/exit-multiple-threads.c: New file.
1143 * gdb.server/exit-multiple-threads.exp: New file.
1144
1145 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1146
1147 * gdb.fortran/mixed-lang-stack.c: New file.
1148 * gdb.fortran/mixed-lang-stack.cpp: New file.
1149 * gdb.fortran/mixed-lang-stack.exp: New file.
1150 * gdb.fortran/mixed-lang-stack.f90: New file.
1151
1152 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1153
1154 * gdb.linespec/cp-completion-aliases.cc: New file.
1155 * gdb.linespec/cp-completion-aliases.exp: New file.
1156
1157 2020-03-19 Tom de Vries <tdevries@suse.de>
1158
1159 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1160 more precise.
1161
1162 2020-03-18 Tom de Vries <tdevries@suse.de>
1163
1164 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1165 * gdb.dwarf2/break-inline-psymtab.c: New test.
1166 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1167
1168 2020-03-16 Tom de Vries <tdevries@suse.de>
1169
1170 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1171 cache_verify and cache_verify_proc.
1172
1173 2020-03-15 Tom de Vries <tdevries@suse.de>
1174
1175 * gdb.server/solib-list.exp: Handle
1176 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1177
1178 2020-03-15 Tom de Vries <tdevries@suse.de>
1179
1180 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1181 objfiles".
1182
1183 2020-03-14 Tom Tromey <tom@tromey.com>
1184
1185 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1186
1187 2020-03-14 Tom de Vries <tdevries@suse.de>
1188
1189 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1190
1191 2020-03-14 Tom de Vries <tdevries@suse.de>
1192
1193 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1194 result in line-by-line fashion.
1195
1196 2020-03-14 Tom de Vries <tdevries@suse.de>
1197
1198 * lib/gdb.exp (supports_statement_frontiers): New proc.
1199 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1200
1201 2020-03-14 Tom de Vries <tdevries@suse.de>
1202
1203 * gdb.base/printcmds.exp: Add missing quoting for "print
1204 teststring2".
1205
1206 2020-03-13 Tom Tromey <tom@tromey.com>
1207
1208 * gdb.base/printcmds.exp (test_print_strings): Add regression
1209 test.
1210 * gdb.base/printcmds.c (charptr): New typedef.
1211 (teststring2): New global.
1212
1213 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1214
1215 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1216 full path in the test name.
1217 (test_ld): Add some with_test_prefix blocks to make test names
1218 unique.
1219
1220 2020-03-13 Tom de Vries <tdevries@suse.de>
1221
1222 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1223
1224 2020-03-13 Tom de Vries <tdevries@suse.de>
1225
1226 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1227
1228 2020-03-13 Tom de Vries <tdevries@suse.de>
1229
1230 PR symtab/25646
1231 * gdb.dwarf2/imported-unit.exp: Add test.
1232
1233 2020-03-13 Tom de Vries <tdevries@suse.de>
1234
1235 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1236 (var1, var2): New variable.
1237 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1238 matching symbols.
1239
1240 2020-03-13 Tom de Vries <tdevries@suse.de>
1241
1242 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1243 (Term::command): Use prompt prefix.
1244 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1245 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1246 command_no_prompt_prefix instead of prefix.
1247 * gdb.tui/tui-layout-asm.exp: Same.
1248
1249 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1250
1251 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1252
1253 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1254
1255 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1256 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1257 on" while stepping over the test instruction, match printed
1258 message.
1259
1260 2020-03-12 Tom de Vries <tdevries@suse.de>
1261
1262 * gdb.base/info-types.exp: Use exp_continue during matching of output
1263 of "info types".
1264
1265 2020-03-12 Tom de Vries <tdevries@suse.de>
1266
1267 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1268
1269 2020-03-12 Tom de Vries <tdevries@suse.de>
1270
1271 * gdb.fortran/module.exp: Use exp_continue during matching of output
1272 of "info variable -n".
1273
1274 2020-03-12 Tom de Vries <tdevries@suse.de>
1275
1276 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1277 gdb.dwarf2/dw2-ranges-base.c.
1278
1279 2020-03-12 Tom de Vries <tdevries@suse.de>
1280
1281 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1282 in presence of GLIBC debuginfo.
1283
1284 2020-03-12 Tom de Vries <tdevries@suse.de>
1285
1286 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1287 $core.
1288
1289 2020-03-12 Tom de Vries <tdevries@suse.de>
1290
1291 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1292 more precise.
1293
1294 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
1295
1296 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1297 from Unix to Windows path.
1298
1299 2020-03-11 Tom de Vries <tdevries@suse.de>
1300
1301 * gdb.ada/minsyms.exp: Set language to ada.
1302
1303 2020-03-11 Tom de Vries <tdevries@suse.de>
1304
1305 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1306
1307 2020-03-11 Tom de Vries <tdevries@suse.de>
1308
1309 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1310
1311 2020-03-11 Tom Tromey <tromey@adacore.com>
1312
1313 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1314
1315 2020-03-11 Tom de Vries <tdevries@suse.de>
1316
1317 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1318
1319 2020-03-11 Tom de Vries <tdevries@suse.de>
1320
1321 * gdb.base/break-interp.exp: Limit verbose scope.
1322
1323 2020-03-11 Tom de Vries <tdevries@suse.de>
1324
1325 * gdb.fortran/logical.f90: Define variable with character type.
1326 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1327
1328 2020-03-11 Tom de Vries <tdevries@suse.de>
1329
1330 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1331
1332 2020-03-11 Tom de Vries <tdevries@suse.de>
1333
1334 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1335 symtabs.
1336
1337 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1338 Bernd Edlinger <bernd.edlinger@hotmail.de>
1339
1340 * gdb.cp/step-and-next-inline.cc: New file.
1341 * gdb.cp/step-and-next-inline.exp: New file.
1342 * gdb.cp/step-and-next-inline.h: New file.
1343 * gdb.dwarf2/dw2-is-stmt.c: New file.
1344 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1345 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1346 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1347 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1348
1349 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1350
1351 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1352 is-stmt flag in the line table.
1353
1354 2020-03-09 Tom de Vries <tdevries@suse.de>
1355
1356 * lib/gdb.exp (cached_file): Create cache dir.
1357
1358 2020-03-07 Tom de Vries <tdevries@suse.de>
1359
1360 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1361 * gdb.cp/rvalue-ref-params.exp: Same.
1362
1363 2020-03-06 Tom de Vries <tdevries@suse.de>
1364
1365 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1366 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1367
1368 2020-03-06 Tom de Vries <tdevries@suse.de>
1369
1370 * README: Fix "the the".
1371 * gdb.base/dprintf.exp: Same.
1372
1373 2020-03-05 Tom de Vries <tdevries@suse.de>
1374
1375 * gdb.base/maint.exp: Update "main print statistics" expected output.
1376
1377 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1378
1379 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1380 (fortran_int8): Likewise.
1381 (fortran_real4): Likewise.
1382 (fortran_real8): Likewise.
1383 (fortran_complex4): Likewise.
1384 (fortran_logical4): Likewise.
1385 (fortran_character1): Likewise.
1386
1387 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1388
1389 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1390 printed as true.
1391
1392 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1393
1394 * gdb.base/printcmds.exp: Add test to verify printf of a
1395 variable holding an address.
1396
1397 2020-03-03 Tom de Vries <tdevries@suse.de>
1398
1399 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1400
1401 2020-03-03 Tom de Vries <tdevries@suse.de>
1402
1403 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1404 gdb_test_multiple call.
1405
1406 2020-03-03 Tom de Vries <tdevries@suse.de>
1407
1408 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1409 gdb_test_multiple calls.
1410
1411 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1412
1413 * gdb.base/default.exp: Remove test of 'set history filename'.
1414 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1415 filename to the empty string.
1416 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1417 and GDBHISTSIZE.
1418
1419 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1420
1421 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1422 disabled.
1423
1424 2020-03-02 Pedro Alves <palves@redhat.com>
1425 Tom de Vries <tdevries@suse.de>
1426
1427 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1428 -prompt prefix, before user_code argument. Add -lbl option likewise.
1429 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1430 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1431 argument.
1432 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1433 have "\r\n" at start-of-line, instead of at end-of-line.
1434
1435 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
1436
1437 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1438 libinproctrace.so.
1439
1440 2020-02-28 Luis Machado <luis.machado@linaro.org>
1441
1442 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1443 to "p/x".
1444
1445 2020-02-28 Luis Machado <luis.machado@linaro.org>
1446
1447 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1448 asm/ptrace.h and error.h.
1449
1450 2020-02-28 Tom de Vries <tdevries@suse.de>
1451
1452 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1453 (struct wrapper, do_something, mundane/symada__cS): Move ...
1454 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1455 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1456 Update "print symada__cS before partial symtab expansion" regexp.
1457 Update breakpoint location. Flush symbol cache after expansion.
1458
1459 2020-02-28 Luis Machado <luis.machado@linaro.org>
1460
1461 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1462
1463 2020-02-27 Tom de Vries <tdevries@suse.de>
1464
1465 * config/sid.exp: Remove unused globals.
1466 * gdb.base/attach.exp: Same.
1467 * gdb.base/catch-load.exp: Same.
1468 * gdb.base/dbx.exp: Same.
1469 * lib/gdb.exp: Same.
1470 * lib/mi-support.exp: Same.
1471 * lib/prompt.exp: Same.
1472
1473 2020-02-27 Tom de Vries <tdevries@suse.de>
1474
1475 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1476 not set.
1477
1478 2020-02-26 Aaron Merey <amerey@redhat.com>
1479
1480 * gdb.debuginfod: New directory for debuginfod tests.
1481 * gdb.debuginfod/main.c: New test file.
1482 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1483
1484 2020-02-26 Tom de Vries <tdevries@suse.de>
1485
1486 PR gdb/25603
1487 * gdb.base/persistent-lang.cc: New test.
1488 * gdb.base/persistent-lang.exp: New file.
1489
1490 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1491
1492 * gdb.fortran/derived-type-striding.exp: Add a new test.
1493 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1494 new test.
1495
1496 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1497
1498 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1499 names.
1500
1501 2020-02-25 Tom de Vries <tdevries@suse.de>
1502
1503 PR go/18926
1504 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1505
1506 2020-02-24 Tom de Vries <tdevries@suse.de>
1507
1508 PR gdb/25592
1509 * gdb.base/info-locals-unused-static-var.c: New test.
1510 * gdb.base/info-locals-unused-static-var.exp: New file.
1511
1512 2020-02-22 Tom Tromey <tom@tromey.com>
1513
1514 * gdb.python/tui-window.exp: New file.
1515 * gdb.python/tui-window.py: New file.
1516
1517 2020-02-22 Tom Tromey <tom@tromey.com>
1518
1519 PR tui/17850:
1520 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1521 tests.
1522
1523 2020-02-22 Tom Tromey <tom@tromey.com>
1524
1525 * gdb.tui/new-layout.exp: Add sub-layout tests.
1526
1527 2020-02-22 Tom Tromey <tom@tromey.com>
1528
1529 * gdb.tui/new-layout.exp: New file.
1530
1531 2020-02-22 Tom Tromey <tom@tromey.com>
1532
1533 * gdb.rust/rust-style.rs: New file.
1534 * gdb.rust/rust-style.exp: New file.
1535 * gdb.base/style.exp: Test structure printing.
1536 * gdb.base/style.c (struct some_struct): New type.
1537 (enum etype): New type.
1538 (struct_value): New global.
1539
1540 2020-02-21 Tom de Vries <tdevries@suse.de>
1541
1542 PR go/18926
1543 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1544 Remove blanket xfails. Use message argument for gdb_breakpoint.
1545 Make continuing to breakpoint test conditional on setting breakpoint.
1546 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1547 DW_AT_name attribute. Add xfail for GCC PR93866.
1548
1549 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1550
1551 * gdb.dwarf2/cpp-linkage-name.c: New file.
1552 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1553
1554 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
1555
1556 * lib/gdb.exp (gdb_wrapper_init): Reset
1557 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1558 not exist.
1559
1560 2020-02-20 Tom de Vries <tdevries@suse.de>
1561
1562 PR go/17018
1563 * gdb.go/hello.exp: Copy ...
1564 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1565 print of st to print value of global definition. Add xfail for GCC
1566 PR93844.
1567 * gdb.go/hello.exp: Remove printing of st before definition.
1568 * gdb.go/hello.go: Copy ...
1569 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1570 to st.
1571 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1572
1573 2020-02-20 Tom de Vries <tdevries@suse.de>
1574
1575 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1576 (gdb_simple_compile): Handle compile_flags go by using .go extension
1577 for source file.
1578 * gdb.go/chan.exp: Use support_go_compile.
1579 * gdb.go/handcall.exp: Same.
1580 * gdb.go/hello.exp: Same.
1581 * gdb.go/integers.exp: Same.
1582 * gdb.go/max-depth.exp: Same.
1583 * gdb.go/methods.exp: Same.
1584 * gdb.go/package.exp: Same.
1585 * gdb.go/strings.exp: Same.
1586 * gdb.go/types.exp: Same.
1587 * gdb.go/unsafe.exp: Same.
1588
1589 2020-02-19 Tom de Vries <tdevries@suse.de>
1590
1591 * gdb.python/lib-types.exp: Make xfail more strict.
1592
1593 2020-02-19 Tom de Vries <tdevries@suse.de>
1594
1595 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1596
1597 2020-02-19 Doug Evans <dje@google.com>
1598
1599 PR rust/25535
1600 * gdb.rust/simple.exp: Add test.
1601 * gdb.rust/simple.rs: Add test.
1602
1603 2020-02-19 Tom de Vries <tdevries@suse.de>
1604
1605 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1606 output line-by-line.
1607
1608 2020-02-19 Tom de Vries <tdevries@suse.de>
1609
1610 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1611
1612 2020-02-19 Tom de Vries <tdevries@suse.de>
1613
1614 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1615 prelink.
1616
1617 2020-02-19 Tom de Vries <tdevries@suse.de>
1618
1619 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1620 (gdb_do_cache): Use gdb_do_cache_wrap.
1621 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1622
1623 2020-02-19 Tom de Vries <tdevries@suse.de>
1624
1625 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1626 gdb_compile option.
1627
1628 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1629
1630 * gdb.base/printcmds.exp (test_print_enums): Update expected
1631 output.
1632
1633 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1634
1635 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1636 for "unknown".
1637
1638 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1639
1640 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1641 enumerator.
1642
1643 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1644
1645 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1646 FE_, add FE_NONE.
1647 (three): Update.
1648 (enum flag_enum_without_zero): New enum.
1649 (flag_enum_without_zero): New variable.
1650 (enum not_flag_enum): New enum.
1651 (three_not_flag): New variable.
1652 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1653 (test_print_enums): Add more tests for printing flag enums.
1654
1655 2020-02-18 Tom de Vries <tdevries@suse.de>
1656
1657 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1658 (gdb_compile_ada): ... here.
1659 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1660 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1661
1662 2020-02-14 Tom Tromey <tom@tromey.com>
1663
1664 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1665 build directory.
1666 * boards/gdbserver-base.exp: Update path to gdbserver.
1667
1668 2020-02-13 Tom de Vries <tdevries@suse.de>
1669
1670 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1671
1672 2020-02-13 Tom de Vries <tdevries@suse.de>
1673
1674 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1675 are missing.
1676
1677 2020-02-13 Tom de Vries <tdevries@suse.de>
1678
1679 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1680 call.
1681
1682 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1683
1684 PR tui/25126
1685 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1686 * gdb.base/cached-source-file.c: New file.
1687 * gdb.base/cached-source-file.exp: New file.
1688
1689 2020-02-11 Tom de Vries <tdevries@suse.de>
1690
1691 PR testsuite/25488
1692 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1693
1694 2020-02-10 Tom de Vries <tdevries@suse.de>
1695
1696 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1697
1698 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
1699
1700 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1701 and $after_addr are both integers before making a comparison.
1702
1703 2020-02-09 Tom de Vries <tdevries@suse.de>
1704
1705 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1706 command output and paste it into gdb.log. If any, paste catch message
1707 to gdb.log.
1708
1709 2020-02-07 Tom Tromey <tromey@adacore.com>
1710
1711 PR breakpoints/24915:
1712 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1713
1714 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
1715
1716 * gdb.tui/tui-missing-src.exp: Add the "missing source
1717 file" test for the TUI.
1718
1719 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1720
1721 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1722 including a port number in the output.
1723
1724 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1725
1726 * lib/fortran.exp (fortran_int4): Handle clang.
1727 (fortran_int8): Likewise.
1728 (fortran_real4): Likewise.
1729 (fortran_real8): Likewise.
1730 (fortran_complex4): Likewise.
1731 (fortran_logical4): Likewise.
1732 (fortran_character1): Likewise.
1733
1734 2020-02-04 Tom de Vries <tdevries@suse.de>
1735
1736 * README (Race detection): Add note.
1737
1738 2020-02-04 Tom de Vries <tdevries@suse.de>
1739
1740 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1741
1742 2020-02-04 Tom de Vries <tdevries@suse.de>
1743
1744 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1745
1746 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1747
1748 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1749 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1750 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1751 blttar, bnetarl.
1752 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1753 binary for blttar, bnetarl.
1754 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1755 wait instruction. Delete ldmx test.
1756 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1757
1758 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1759
1760 * gdb.fortran/array-bounds-high.exp: New file.
1761 * gdb.fortran/array-bounds-high.f90: New file.
1762
1763 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1764
1765 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1766 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1767
1768 2020-02-01 Tom de Vries <tdevries@suse.de>
1769
1770 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1771
1772 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1773
1774 PR tui/9765
1775 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1776 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1777
1778 2020-01-29 Luis Machado <luis.machado@linaro.org>
1779
1780 * gdb.arch/aarch64-brk-patterns.c: New source file.
1781 * gdb.arch/aarch64-brk-patterns.exp: New test.
1782
1783 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1784
1785 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1786 GCC/Clang version.
1787 * gdb.cp/pass-by-ref.exp: Ditto.
1788
1789 2020-01-29 Tom de Vries <tdevries@suse.de>
1790
1791 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1792 * gdb.threads/watchpoint-fork-mt.c: Same.
1793 * gdb.threads/watchpoint-fork-parent.c: Same.
1794 * gdb.threads/watchpoint-fork-st.c: Same.
1795 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1796
1797 2020-01-27 Luis Machado <luis.machado@linaro.org>
1798
1799 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1800 sitting at a syscall instruction when we hit the syscall function's
1801 breakpoint.
1802 Check PC against one obtained with the x command.
1803 Validate syscall number.
1804 (step_over_syscall): Don't continue to the syscall instruction if
1805 we're already there.
1806
1807 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1808
1809 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1810
1811 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1812
1813 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1814 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1815
1816 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1817
1818 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1819 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1820
1821 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1822
1823 * gdb.base/maint.exp: Update line table parsing test.
1824 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1825
1826 2020-01-24 Pedro Alves <palves@redhat.com>
1827
1828 PR gdb/25410
1829 * gdb.multi/multi-re-run-1.c: New.
1830 * gdb.multi/multi-re-run-2.c: New.
1831 * gdb.multi/multi-re-run.exp: New.
1832
1833 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1834
1835 PR gdb/23718
1836 * gdb.server/server-kill-python.exp: New file.
1837
1838 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1839
1840 * gdb.server/multi-ui-errors.c: New file.
1841 * gdb.server/multi-ui-errors.exp: New file.
1842
1843 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1844
1845 PR tui/9765
1846 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1847
1848 2020-01-19 Tom Tromey <tom@tromey.com>
1849
1850 * gdb.tui/main.exp: Add check for plain "file".
1851
1852 2020-01-16 Christian Biesinger <cbiesinger@google.com>
1853
1854 * lib/gdb.exp: Fix spelling error (seperatelly).
1855
1856 2020-01-14 Tom Tromey <tom@tromey.com>
1857
1858 PR symtab/12535:
1859 * gdb.python/python.exp: Test decode_line with empty string
1860 argument.
1861
1862 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1863
1864 * gdb.base/skip-inline.exp: Extend test.
1865
1866 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1867
1868 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1869 * gdb.dwarf2/dw2-bad-elf.c: New file.
1870 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1871
1872 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1873
1874 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1875 _line_saw_file.
1876
1877 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1878
1879 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1880 border.
1881
1882 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1883
1884 * gdb.multi/multi-target.exp (setup): Factor out "info
1885 connections" and "info inferiors" tests to ...
1886 (test_info_inferiors): ... this new procedure.
1887 (top level): Run new "info-inferiors" tests.
1888
1889 2020-01-10 Pedro Alves <palves@redhat.com>
1890
1891 * gdb.server/bkpt-other-inferior.exp: New file.
1892
1893 2020-01-10 Pedro Alves <palves@redhat.com>
1894
1895 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1896 of "add-inferior".
1897 * gdb.base/quit-live.exp: Likewise.
1898 * gdb.base/remote-exec-file.exp: Likewise.
1899 * gdb.guile/scm-progspace.exp: Likewise.
1900 * gdb.linespec/linespec.exp: Likewise.
1901 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1902 * gdb.mi/user-selected-context-sync.exp: Likewise.
1903 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1904 "info inferiors" tests.
1905 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1906 "add-inferior".
1907 * gdb.multi/watchpoint-multi.exp: Likewise.
1908 * gdb.python/py-inferior.exp: Likewise.
1909 * gdb.server/extended-remote-restart.exp: Likewise.
1910 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1911 "info inferiors".
1912 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1913 * gdb.trace/report.exp: Likewise.
1914
1915 2020-01-10 Pedro Alves <palves@redhat.com>
1916
1917 * gdb.multi/multi-target.c: New file.
1918 * gdb.multi/multi-target.exp: New file.
1919 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1920 mode requested, but remote does not support non-stop".
1921
1922 2020-01-10 Pedro Alves <palves@redhat.com>
1923
1924 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1925 disconnect before reconnecting.
1926
1927 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1928 Pedro Alves <palves@redhat.com>
1929
1930 * gdb.server/connect-without-multi-process.exp: Also test
1931 continuing to end.
1932
1933 2020-01-10 Pedro Alves <palves@redhat.com>
1934
1935 * gdb.base/remote-exec-file.exp: New file.
1936
1937 2020-01-10 Pedro Alves <palves@redhat.com>
1938
1939 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1940 output.
1941 * gdb.threads/async.c: New.
1942 * gdb.threads/async.exp: New.
1943 * gdb.multi/tids-gid-reset.c: New.
1944 * gdb.multi/tids-gid-reset.exp: New.
1945
1946 2020-01-10 George Barrett <bob@bob131.so>
1947
1948 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1949 to help in finding the image relocation offset.
1950 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1951 options in arguments.
1952 (stap_test_no_debuginfo): Likewise.
1953 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1954 test variants.
1955 (stap_test): Add null semaphore relocation test.
1956
1957 2020-01-10 George Barrett <bob@bob131.so>
1958
1959 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1960 * gdb.base/stap-probe.exp: Likewise.
1961 (stap_test): Pass argument as an additional flag.
1962 (stap_test_no_debuginfo): Likewise.
1963 (stap_test): Check `info probes stap' output for semaphore
1964 addresses if the test binary is supposed to have them.
1965
1966 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1967
1968 * gdb.tui/basic.exp: Add more scrolling tests.
1969
1970 2020-01-09 Tom Tromey <tom@tromey.com>
1971
1972 PR tui/18932:
1973 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1974 meangingful value.
1975 (Term::command, Term::resize): Update.
1976 * gdb.tui/basic.exp: Add scrolling test.
1977
1978 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1979
1980 * gdb.tui/tui-layout-asm.exp: New file.
1981
1982 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1983
1984 * lib/tuiterm.exp (Term::check_box_contents): New proc.
1985
1986 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1987
1988 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
1989 (Term::enter_tui): Use Term::prepare_for_tui.
1990
1991 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1992
1993 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
1994 called.
1995
1996 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1997
1998 * gdb.base/skip.exp: Fix race condition in test.
1999
2000 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2001
2002 * gdb.base/backtrace.c: New file.
2003 * gdb.base/backtrace.exp: New file.
2004
2005 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2006
2007 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2008
2009 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2010
2011 * gdb.base/style.exp: Test that warnings are styled.
2012
2013 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2014
2015 * gdb.base/line65535.exp: New file.
2016 * gdb.base/line65535.c: New file.
2017
2018 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2019
2020 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2021 * lib/gnat_debug_info_test.adb: New file.
2022 * gdb.ada/ptype_tagged_param.exp: Use
2023 gnat_runtime_has_debug_info, expect a different output if
2024 runtime does not have debug info.
2025
2026 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2027
2028 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2029 (another) quote in test name.
2030
2031 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2032
2033 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2034 Add quote in test name.
2035
2036 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2037
2038 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2039 directory instead.
2040 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2041 * gdb.cp/pass-by-ref-2.cc: New file.
2042 * gdb.cp/pass-by-ref-2.exp: New file.
2043
2044 2019-12-20 Tom Tromey <tom@tromey.com>
2045
2046 * gdb.tui/list-before.exp: New file.
2047
2048 2019-12-20 Tom Tromey <tom@tromey.com>
2049
2050 * gdb.tui/list.exp: Check for source on initial listing.
2051
2052 2019-12-11 Tom Tromey <tromey@adacore.com>
2053
2054 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2055 Add crlf test.
2056
2057 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
2058
2059 * gdb.base/default.exp: Update value of $_gdb_major.
2060
2061 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2062
2063 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2064
2065 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2066
2067 * gdb.base/skip.exp: Whitespace fix.
2068
2069 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2070
2071 * gdb.base/skip-inline.c: New file.
2072 * gdb.base/skip-inline.exp: New file.
2073
2074 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2075
2076 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2077 jit_function_00 to jit_function_stack_mangle.
2078 * gdb.base/jithost.c (jit_function_t): Rename to...
2079 (jit_function_stack_mangle_t): ... this.
2080 (jit_function_add_t): New typedef.
2081 (jit_function_00_code): Rename to...
2082 (jit_function_stack_mangle_code): ... this, make static.
2083 (jit_function_add_code): New.
2084 (main): Generate "add" function and call it. Adjust to changes
2085 in jithost_abi.
2086 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2087 (struct jithost_abi) <begin, end>: Remove fields.
2088 <object, function_stack_mangle, function_add>: New fields.
2089 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2090 code_end>: Remove fields.
2091 <func_stack_mangle>: New field.
2092 (read_debug_info): Adjust to renaming, create block for "add"
2093 function.
2094 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2095
2096 2019-12-11 Tom Tromey <tom@tromey.com>
2097
2098 * gdb.tui/resize.exp: Fix regexp.
2099 * gdb.tui/regs.exp: Fix regexps.
2100 * gdb.tui/main.exp: Fix regexp.
2101
2102 2019-12-11 Tom Tromey <tom@tromey.com>
2103
2104 * gdb.tui/resize.exp: Update.
2105 * gdb.tui/empty.exp (layouts): Update.
2106
2107 2019-12-11 Tom Tromey <tom@tromey.com>
2108
2109 * gdb.tui/regs.exp: Update.
2110 * gdb.tui/empty.exp (layouts): Update.
2111 * gdb.tui/basic.exp: Update.
2112 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2113
2114 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2115
2116 * gdb.base/options.exp: Add -raw-values in the print completion list.
2117 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2118
2119 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2120
2121 * gdb.threads/omp-par-scope.c: New file.
2122 * gdb/threads/omp-par-scope.exp: New file.
2123
2124 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2125
2126 * lib/gdb.exp (support_nested_function_tests): New proc.
2127
2128 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2129
2130 * lib/gdb.exp (gdb_compile_openmp): New proc.
2131 (build_executable_from_specs): Add an "openmp" option.
2132 (gdb_compile_pthreads): Add non-executable case.
2133
2134 2019-12-10 Tom Tromey <tromey@adacore.com>
2135
2136 * gdb.ada/unchecked_union.exp: New file.
2137 * gdb.ada/unchecked_union/pck.adb: New file.
2138 * gdb.ada/unchecked_union/pck.ads: New file.
2139 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2140 * gdb-utils.exp (string_to_regexp): Also quote "?".
2141
2142 2019-12-10 George Barrett <bob@bob131.so>
2143
2144 Test scripted probe breakpoints.
2145 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2146 * gdb.python/py-breakpoint.c (main): Likewise.
2147 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2148 specifier test.
2149 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2150
2151 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2152
2153 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2154 an rvalue parameter.
2155 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2156 parameter.
2157
2158 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2159
2160 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2161 modules.
2162
2163 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2164
2165 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2166 broken version of GCC.
2167
2168 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2169
2170 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2171 sym-info-cmds library.
2172 * gdb.fortran/info-types.exp: Likewise.
2173 * lib/sym-info-cmds.exp: New file.
2174
2175 2019-12-08 Tom de Vries <tdevries@suse.de>
2176
2177 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2178
2179 2019-12-07 Keith Seitz <keiths@redhat.com>
2180
2181 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2182 * gdb.base/corefile-buildid-shlib.c: New file.
2183 * gdb.base/corefile-buildid.c: New file.
2184 * gdb.base/corefile-buildid.exp: New file.
2185
2186 2019-12-06 Tom de Vries <tdevries@suse.de>
2187
2188 * gdb.dwarf2/varval.exp: Add decl before def test.
2189
2190 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2191
2192 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2193
2194 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2195
2196 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2197 CV and reference conversion for overload resolution.
2198 * gdb.cp/rvalue-ref-overload.exp: Test it.
2199
2200 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2201
2202 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2203 * gdb.base/frameapply.exp: Test faas without command.
2204
2205 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2206
2207 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2208 Fortran tests.
2209 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2210 order.
2211
2212 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2213
2214 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2215 casting to type with no kind specified.
2216 (test_basic_parsing_of_type_kinds): Additional tests for types
2217 with no kind specified, and add tests for single/double
2218 precision/complex types.
2219
2220 2019-12-04 Tom Tromey <tromey@adacore.com>
2221
2222 * gdb.base/endianity.c (struct other) <x>: New field.
2223 (main): Initialize it.
2224 * gdb.base/endianity.exp: Update.
2225
2226 2019-12-04 Tom Tromey <tromey@adacore.com>
2227
2228 * gdb.ada/scalar_storage/storage.adb: New file.
2229 * gdb.ada/scalar_storage/pck.adb: New file.
2230 * gdb.ada/scalar_storage/pck.ads: New file.
2231 * gdb.ada/scalar_storage.exp: New file.
2232
2233 2019-12-04 Tom Tromey <tromey@adacore.com>
2234
2235 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2236 (main): Initialize it.
2237 * gdb.base/endianity.exp: Update.
2238
2239 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2240
2241 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2242
2243 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2244
2245 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2246 -symbol-info-module-functions and -symbol-info-module-variables.
2247
2248 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2249
2250 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2251
2252 2019-12-01 Richard Bunt <richard.bunt@arm.com>
2253 Andrew Burgess <andrew.burgess@embecosm.com>
2254
2255 * gdb.fortran/derived-type-striding.exp: New file.
2256 * gdb.fortran/derived-type-striding.f90: New file.
2257 * gdb.fortran/array-slices.exp: New file.
2258 * gdb.fortran/array-slices.f90: New file.
2259
2260 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2261
2262 * gdb.base/define.exp: Test . in command names.
2263 * gdb.base/setshow.exp: Update test, as . is now part of
2264 command name.
2265
2266 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2267
2268 * gdb.base/define-prefix.exp: New file.
2269
2270 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2271
2272 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2273 compile.
2274 (skip_btrace_pt_tests): Likewise.
2275
2276 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2277
2278 * gdb.fortran/info-modules.exp: Compile source files in correct
2279 order.
2280
2281 2019-11-27 Kevin Buettner <kevinb@redhat.com>
2282
2283 * gdb.dwarf2/imported-unit.exp: New file.
2284 * gdb.dwarf2/imported-unit.c: New file.
2285
2286 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2287
2288 * gdb.mi/mi-fortran-modules-2.f90: New file.
2289 * gdb.mi/mi-fortran-modules.exp: New file.
2290 * gdb.mi/mi-fortran-modules.f90: New file.
2291
2292 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2293
2294 * gdb.mi/mi-sym-info-1.c: New file.
2295 * gdb.mi/mi-sym-info-2.c: New file.
2296 * gdb.mi/mi-sym-info.exp: New file.
2297
2298 2019-11-22 Tom Tromey <tromey@adacore.com>
2299
2300 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2301 * gdb.ada/tasks/foo.adb: Add another stopping location.
2302
2303 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2304
2305 * gdb.base/endianity.c: New test.
2306 * gdb.base/endianity.exp: New file.
2307
2308 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2309
2310 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2311
2312 2019-11-21 Tom de Vries <tdevries@suse.de>
2313
2314 PR gdb/24956
2315 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2316
2317 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2318
2319 * gdb.python/py-progspace.exp: Add missing parentheses on some
2320 'print' commands.
2321
2322 2019-11-19 Tom Tromey <tom@tromey.com>
2323
2324 * gdb.tui/winheight.exp: New file.
2325
2326 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2327
2328 * gdb.base/ctf-whatis.c: Delete.
2329 * gdb.base/ctf-whatis.exp: Delete.
2330 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2331
2332 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2333
2334 * gdb.base/ctf-cvexpr.exp: Delete.
2335 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2336
2337 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2338
2339 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2340 the compiler. Clean up header comment a little.
2341 * gdb.base/ctf-ptype.exp: Likewise.
2342 * gdb.base/ctf-whatis.exp: Likewise.
2343 * lib/gdb.exp (skip_ctf_tests): New proc.
2344
2345 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2346
2347 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2348 * gdb.tui/corefile-run.exp: New file.
2349
2350 2019-11-14 Tom Tromey <tromey@adacore.com>
2351
2352 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2353 regression tests.
2354
2355 2019-11-12 Tom Tromey <tom@tromey.com>
2356
2357 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2358 after any command. Expect prompt after WAIT_FOR is seen.
2359 (enter_tui): Enable resize messages.
2360 (command): Expect command in output.
2361 (get_line): Avoid error when cursor appears to be off-screen.
2362 (dump_screen): Include screen size in title.
2363 (_do_resize): New proc, from "resize".
2364 (resize): Rewrite. Do resize in two steps.
2365 * gdb.tui/empty.exp (layouts): Fix entries.
2366 (check_boxes): Remove xfail.
2367 (check_text): Dump screen on failure.
2368
2369 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2370
2371 * gdb.python/py-symbol.exp: Add test for
2372 gdb.lookup_static_symbols.
2373
2374 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2375
2376 * gdb.python/py-symbol.c: Declare and call function from new
2377 py-symbol-2.c file.
2378 * gdb.python/py-symbol.exp: Compile both source files, and add new
2379 tests for gdb.lookup_static_symbol.
2380 * gdb.python/py-symbol-2.c: New file.
2381
2382 2019-11-02 Tom de Vries <tdevries@suse.de>
2383
2384 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2385 * gdb.base/anon.exp: Same.
2386 * gdb.base/auto-connect-native-target.exp: Same.
2387 * gdb.base/call-ar-st.exp: Same.
2388 * gdb.base/catch-syscall.exp: Same.
2389 * gdb.base/commands.exp: Same.
2390 * gdb.base/default.exp: Same.
2391 * gdb.base/display.exp: Same.
2392 * gdb.base/float.exp: Same.
2393 * gdb.base/foll-fork.exp: Same.
2394 * gdb.base/help.exp: Same.
2395 * gdb.base/info-macros.exp: Same.
2396 * gdb.base/info-proc.exp: Same.
2397 * gdb.base/info-target.exp: Same.
2398 * gdb.base/long_long.exp: Same.
2399 * gdb.base/macscp.exp: Same.
2400 * gdb.base/memattr.exp: Same.
2401 * gdb.base/nofield.exp: Same.
2402 * gdb.base/pointers.exp: Same.
2403 * gdb.base/printcmds.exp: Same.
2404 * gdb.base/ptype.exp: Same.
2405 * gdb.base/restore.exp: Same.
2406 * gdb.base/return.exp: Same.
2407 * gdb.base/scope.exp: Same.
2408 * gdb.base/set-noassign.exp: Same.
2409 * gdb.base/setshow.exp: Same.
2410 * gdb.base/shlib-call.exp: Same.
2411 * gdb.base/signals.exp: Same.
2412 * gdb.base/sigstep.exp: Same.
2413 * gdb.base/skip.exp: Same.
2414 * gdb.base/solib-symbol.exp: Same.
2415 * gdb.base/stap-probe.exp: Same.
2416 * gdb.base/step-line.exp: Same.
2417 * gdb.base/step-test.exp: Same.
2418 * gdb.base/style.exp: Same.
2419 * gdb.base/varargs.exp: Same.
2420 * gdb.base/vla-datatypes.exp: Same.
2421 * gdb.base/vla-ptr.exp: Same.
2422 * gdb.base/vla-sideeffect.exp: Same.
2423 * gdb.base/volatile.exp: Same.
2424 * gdb.base/watch-cond-infcall.exp: Same.
2425 * gdb.base/watchpoint.exp: Same.
2426
2427 2019-11-02 Tom de Vries <tdevries@suse.de>
2428
2429 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2430 * gdb.cp/cpexprs.exp: Same.
2431 * gdb.cp/except-multi-location.exp: Same.
2432 * gdb.cp/exceptprint.exp: Same.
2433 * gdb.cp/gdb2384.exp: Same.
2434 * gdb.cp/inherit.exp: Same.
2435 * gdb.cp/m-static.exp: Same.
2436 * gdb.cp/meth-typedefs.exp: Same.
2437 * gdb.cp/misc.exp: Same.
2438 * gdb.cp/namespace.exp: Same.
2439 * gdb.cp/non-trivial-retval.exp: Same.
2440 * gdb.cp/overload.exp: Same.
2441 * gdb.cp/pr17132.exp: Same.
2442 * gdb.cp/re-set-overloaded.exp: Same.
2443 * gdb.cp/rvalue-ref-types.exp: Same.
2444 * gdb.cp/templates.exp: Same.
2445
2446 2019-11-01 Luis Machado <luis.machado@linaro.org>
2447
2448 PR gdb/25124
2449
2450 * gdb.arch/pr25124.S: New file.
2451 * gdb.arch/pr25124.exp: New file.
2452
2453 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2454
2455 * gdb.fortran/info-modules.exp: Update expected results, and add
2456 additional tests for 'info module functinos', and 'info module
2457 variables'.
2458 * gdb.fortran/info-types.exp: Update expected results.
2459 * gdb.fortran/info-types.f90: Extend testcase with additional
2460 module variables and functions.
2461
2462 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2463
2464 * gdb.fortran/info-modules.exp: New file.
2465 * gdb.fortran/info-types.exp: Build with new file.
2466 * gdb.fortran/info-types.f90: Include and use new module.
2467 * gdb.fortran/info-types-2.f90: New file.
2468
2469 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2470
2471 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2472 * gdb.base/settings.exp: Test all settings types using
2473 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2474 that now verifies that the value of "maint show" is the same as
2475 returned by the settings functions. Test the type of the
2476 maintenance settings.
2477 * gdb.base/default.exp: Update show_conv_list.
2478
2479 2019-10-31 Tom de Vries <tdevries@suse.de>
2480
2481 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2482 gdb_test.
2483 * gdb.arch/amd64-disp-step.exp: Same.
2484 * gdb.asm/asm-source.exp: Same.
2485 * gdb.btrace/buffer-size.exp: Same.
2486 * gdb.btrace/cpu.exp: Same.
2487 * gdb.btrace/enable.exp: Same.
2488 * gdb.dwarf2/count.exp: Same.
2489 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2490 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2491 * gdb.fortran/vla-datatypes.exp: Same.
2492 * gdb.fortran/vla-history.exp: Same.
2493 * gdb.fortran/vla-ptype.exp: Same.
2494 * gdb.fortran/vla-value.exp: Same.
2495 * gdb.fortran/whatis_type.exp: Same.
2496 * gdb.guile/guile.exp: Same.
2497 * gdb.multi/tids.exp: Same.
2498 * gdb.python/py-finish-breakpoint.exp: Same.
2499 * gdb.python/py-framefilter.exp: Same.
2500 * gdb.python/py-pp-registration.exp: Same.
2501 * gdb.python/py-xmethods.exp: Same.
2502 * gdb.python/python.exp: Same.
2503 * gdb.server/connect-with-no-symbol-file.exp: Same.
2504 * gdb.server/no-thread-db.exp: Same.
2505 * gdb.server/run-without-local-binary.exp: Same.
2506 * gdb.stabs/weird.exp: Same.
2507 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2508 * gdb.threads/thread-find.exp: Same.
2509 * gdb.threads/tls-shared.exp: Same.
2510 * gdb.threads/tls.exp: Same.
2511 * gdb.threads/wp-replication.exp: Same.
2512 * gdb.trace/ax.exp: Same.
2513 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2514
2515 2019-10-31 Tom de Vries <tdevries@suse.de>
2516
2517 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2518 * gdb.ada/array_subscript_addr.exp: Same.
2519 * gdb.ada/arrayidx.exp: Same.
2520 * gdb.ada/arrayparam.exp: Same.
2521 * gdb.ada/arrayptr.exp: Same.
2522 * gdb.ada/boolean_expr.exp: Same.
2523 * gdb.ada/call_pn.exp: Same.
2524 * gdb.ada/complete.exp: Same.
2525 * gdb.ada/fixed_cmp.exp: Same.
2526 * gdb.ada/fun_addr.exp: Same.
2527 * gdb.ada/funcall_param.exp: Same.
2528 * gdb.ada/interface.exp: Same.
2529 * gdb.ada/mod_from_name.exp: Same.
2530 * gdb.ada/null_array.exp: Same.
2531 * gdb.ada/packed_array.exp: Same.
2532 * gdb.ada/packed_tagged.exp: Same.
2533 * gdb.ada/print_chars.exp: Same.
2534 * gdb.ada/print_pc.exp: Same.
2535 * gdb.ada/ptype_arith_binop.exp: Same.
2536 * gdb.ada/ptype_field.exp: Same.
2537 * gdb.ada/ptype_tagged_param.exp: Same.
2538 * gdb.ada/rec_return.exp: Same.
2539 * gdb.ada/ref_tick_size.exp: Same.
2540 * gdb.ada/str_ref_cmp.exp: Same.
2541 * gdb.ada/taft_type.exp: Same.
2542 * gdb.ada/tagged.exp: Same.
2543 * gdb.ada/type_coercion.exp: Same.
2544 * gdb.ada/uninitialized_vars.exp: Same.
2545
2546 2019-10-30 Tom de Vries <tdevries@suse.de>
2547
2548 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2549
2550 2019-10-26 Tom de Vries <tdevries@suse.de>
2551
2552 * gdb.base/bigcore.c: Fix typos in comments.
2553 * gdb.base/ctf-ptype.c: Same.
2554 * gdb.base/long_long.c: Same.
2555 * gdb.dwarf2/dw2-op-out-param.S: Same.
2556 * gdb.python/py-evthreads.c: Same.
2557 * gdb.reverse/i387-stack-reverse.c: Same.
2558 * gdb.trace/tfile.c: Same.
2559 * lib/compiler.c: Same.
2560 * lib/compiler.cc: Same.
2561
2562 2019-10-25 Tom de Vries <tdevries@suse.de>
2563
2564 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2565 gdb_test_multiple calls.
2566 * gdb.reverse/sigall-reverse.exp: Same.
2567 * gdb.reverse/solib-precsave.exp: Same.
2568 * gdb.reverse/solib-reverse.exp: Same.
2569 * gdb.reverse/until-precsave.exp: Same.
2570 * gdb.reverse/until-reverse.exp: Same.
2571
2572 2019-10-24 Tom de Vries <tdevries@suse.de>
2573
2574 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2575 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2576 kfail using -wrap pattern flag and convenience variable
2577 gdb_test_name.
2578
2579 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2580
2581 * gdb.python/py-progspace.exp: Add tests for the
2582 Progspace.block_for_pc method.
2583
2584 2019-10-23 Tom Tromey <tom@tromey.com>
2585
2586 * configure: Rebuild.
2587 * aclocal.m4: Use m4_include, not sinclude.
2588
2589 2019-10-21 Tom de Vries <tdevries@suse.de>
2590
2591 * gdb.base/infcall-nested-structs.c: Add
2592 __attribute__((noinline,noclone)) to all functions.
2593 (call_all): Add missing variable initialization. Simplify return value.
2594 (breakpt): Increment volatile variable, to prevent call from being
2595 optimized out.
2596 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2597
2598 2019-10-17 Tom de Vries <tdevries@suse.de>
2599
2600 * gdb.fortran/module.exp: Allow info variables to print info for files
2601 other than module.f90.
2602
2603 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2604
2605 * gdb.fortran/module.exp: Extend with 'info variables' test.
2606
2607 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2608
2609 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2610 F77_FOR_TARGET.
2611
2612 2019-10-16 Tom de Vries <tdevries@suse.de>
2613
2614 PR tdep/25096
2615 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2616
2617 2019-10-16 Tom de Vries <tdevries@suse.de>
2618
2619 PR tdep/24104
2620 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2621 Add KFAIL for PR tdep/25096.
2622
2623 2019-10-16 Tom de Vries <tdevries@suse.de>
2624
2625 PR testsuite/25059
2626 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2627
2628 2019-10-16 Tom de Vries <tdevries@suse.de>
2629
2630 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2631 as signed.
2632
2633 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2634
2635 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2636 one instead of increasing timeout.
2637
2638 2019-10-13 Tom de Vries <tdevries@suse.de>
2639
2640 PR record/25038
2641 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2642 * gdb.reverse/sigall-reverse.exp: Same.
2643 * gdb.reverse/solib-precsave.exp: Same.
2644 * gdb.reverse/solib-reverse.exp: Same.
2645 * gdb.reverse/step-precsave.exp: Same.
2646 * gdb.reverse/until-precsave.exp: Same.
2647 * gdb.reverse/until-reverse.exp: Same.
2648 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2649
2650 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2651
2652 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2653 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2654 (cmp_struct_05_01, cmp_struct_static_02_01)
2655 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2656 comparisons.
2657
2658 2019-10-10 Tom de Vries <tdevries@suse.de>
2659
2660 PR testsuite/24888
2661 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2662 gnatlink.
2663
2664 2019-10-09 Tom de Vries <tdevries@suse.de>
2665
2666 PR testsuite/25048
2667 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2668
2669 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2670
2671 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2672 exceptions due to missing debug information.
2673
2674 2019-10-07 Tom de Vries <tdevries@suse.de>
2675
2676 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2677
2678 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2679
2680 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2681 * gdb.base/annota1.exp: Update to use gdb_test_name.
2682
2683 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2684
2685 * gdb.base/ctf-whatis.exp: New file.
2686 * gdb.base/ctf-whatis.c: New file.
2687 * gdb.base/ctf-ptype.exp: New file.
2688 * gdb.base/ctf-ptype.c: New file.
2689 * gdb.base/ctf-constvars.exp: New file.
2690 * gdb.base/ctf-constvars.c: New file.
2691 * gdb.base/ctf-cvexpr.exp: New file.
2692
2693 2019-10-04 Tom de Vries <tdevries@suse.de>
2694
2695 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2696 for loop.
2697
2698 2019-10-03 Tom Tromey <tom@tromey.com>
2699
2700 PR rust/24976:
2701 * gdb.rust/simple.rs (Union2): New type.
2702 (main): Use Union2.
2703 * gdb.rust/simple.exp: Add test.
2704
2705 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2706
2707 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2708 nested function prefix.
2709
2710 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2711 Richard Bunt <richard.bunt@arm.com>
2712 Andrew Burgess <andrew.burgess@embecosm.com>
2713
2714 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2715 nested functions.
2716 * gdb.fortran/nested-funcs.f90: Update expected results.
2717 * gdb.fortran/nested-funcs-2.exp: New file.
2718 * gdb.fortran/nested-funcs-2.f90: New file.
2719
2720 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2721
2722 * gdb.python/py-parameter.exp: Make test names unique.
2723 * gdb.python/py-template.exp: Likewise.
2724 * gdb.python/py-value.exp: Likewise.
2725
2726 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2727
2728 * gdb.base/break-interp.exp: Reduce test name duplication.
2729 * gdb.base/call-sc.exp: Likewise.
2730 * gdb.base/callfuncs.exp: Likewise.
2731 * gdb.base/charset.exp: Likewise.
2732 * gdb.base/dump.exp: Likewise.
2733 * gdb.base/ena-dis-br.exp: Likewise.
2734 * gdb.base/relational.exp: Likewise.
2735 * gdb.base/step-over-syscall.exp: Likewise.
2736 * gdb.base/structs.exp: Likewise.
2737
2738 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2739
2740 * gdb.linespec/explicit.exp: Make test names unique.
2741 * gdb.linespec/ls-errs.exp: Likewise.
2742
2743 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2744
2745 * gdb.reverse/break-precsave.exp: Make test names unique.
2746 * gdb.reverse/break-reverse.exp: Likewise.
2747 * gdb.reverse/finish-precsave.exp: Likewise.
2748 * gdb.reverse/finish-reverse.exp: Likewise.
2749 * gdb.reverse/machinestate-precsave.exp: Likewise.
2750 * gdb.reverse/machinestate.exp: Likewise.
2751 * gdb.reverse/readv-reverse.exp: Likewise.
2752 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2753 * gdb.reverse/sigall-precsave.exp: Likewise.
2754 * gdb.reverse/sigall-reverse.exp: Likewise.
2755 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2756 * gdb.reverse/watch-precsave.exp: Likewise.
2757 * gdb.reverse/watch-reverse.exp: Likewise.
2758
2759 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2760
2761 * gdb.threads/stop-with-handle.c: New file.
2762 * gdb.threads/stop-with-handle.exp: New file.
2763
2764 2019-10-03 Tom de Vries <tdevries@suse.de>
2765
2766 PR testsuite/25059
2767 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2768 directory" line to be missing.
2769
2770 2019-10-03 Tom de Vries <tdevries@suse.de>
2771
2772 PR testsuite/25059
2773 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2774 type optional.
2775
2776 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2777
2778 * gdb.python/py-format-string.c (string.h): New include.
2779 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2780 the same value, for endianness-independence.
2781 * gdb.python/py-format-string.exp (default_regexp_dict)
2782 (test_pretty_structs, test_format): Adjust expected output to the
2783 changed initialization.
2784
2785 2019-10-02 Tom Tromey <tromey@adacore.com>
2786
2787 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2788
2789 2019-10-02 Pedro Alves <palves@redhat.com>
2790 Andrew Burgess <andrew.burgess@embecosm.com>
2791
2792 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2793 "print-file-var.h".
2794 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2795 (get_version_1): Print this_version_id and its address.
2796 Add extern "C" wrappers around interface functions.
2797 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2798 "print-file-var.h".
2799 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2800 (get_version_2): Print this_version_id and its address.
2801 Add extern "C" wrappers around interface functions.
2802 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2803 <stddef.h> and "print-file-var.h".
2804 Add extern "C" wrappers around interface functions.
2805 [VERSION_ID_MAIN] (this_version_id): Define.
2806 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2807 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2808 up extern "C" blocks.
2809 * gdb.base/print-file-var.exp (test): New, factored out from top
2810 level.
2811 (top level): Test all combinations of attribute hidden or not,
2812 dlopen or not, and this_version_id symbol in main file or not.
2813 Compile tests as both C++ and C, make test names unique.
2814
2815 2019-10-01 Tom Tromey <tom@tromey.com>
2816
2817 * gdb.base/style.exp: Test "show logging filename".
2818
2819 2019-10-01 Tom Tromey <tom@tromey.com>
2820
2821 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2822 * gdb.base/style.exp: Add metadata style test.
2823
2824 2019-10-01 Tom Tromey <tom@tromey.com>
2825
2826 * gdb.base/style.exp: Test "pwd".
2827
2828 2019-10-01 Tom Tromey <tom@tromey.com>
2829
2830 * gdb.base/style.exp: Update tests.
2831
2832 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2833
2834 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2835 'six' to unsigned.
2836 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2837 'five'. Use an all-ones bit pattern for each.
2838 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2839 to its changed values.
2840
2841 2019-09-30 Tom Tromey <tromey@adacore.com>
2842
2843 * gdb.rust/traits.rs: Disable all warnings.
2844
2845 2019-09-29 Tom de Vries <tdevries@suse.de>
2846
2847 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
2848
2849 2019-09-29 Tom de Vries <tdevries@suse.de>
2850
2851 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2852
2853 2019-09-27 Tom de Vries <tdevries@suse.de>
2854
2855 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2856
2857 2019-09-27 Tom de Vries <tdevries@suse.de>
2858
2859 PR record/23188
2860 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2861
2862 2019-09-26 Tom Tromey <tromey@adacore.com>
2863
2864 * gdb.ada/py_taft.exp: New file.
2865 * gdb.ada/py_taft/main.adb: New file.
2866 * gdb.ada/py_taft/pkg.adb: New file.
2867 * gdb.ada/py_taft/pkg.ads: New file.
2868
2869 2019-09-24 Tom de Vries <tdevries@suse.de>
2870
2871 PR gdb/24598
2872 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2873
2874 2019-09-22 Tom de Vries <tdevries@suse.de>
2875
2876 * gdb.base/restore.exp: Allow register variables to be optimized out at
2877 -O0.
2878
2879 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2880
2881 * gdb.arch/spu-info.exp: Remove file.
2882 * gdb.arch/spu-info.c: Remove file.
2883 * gdb.arch/spu-ls.exp: Remove file.
2884 * gdb.arch/spu-ls.c: Remove file.
2885
2886 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2887 * gdb.asm/spu.inc: Remove file.
2888
2889 * gdb.base/dump.exp: Remove support for spu*-*-*.
2890 * gdb.base/stack-checking.exp: Likewise.
2891 * gdb.base/overlays.exp: Likewise.
2892 * gdb.base/ovlymgr.c: Likewise.
2893 * gdb.base/spu.ld: Remove file.
2894
2895 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2896 * gdb.cp/cpexprs.exp: Likewise.
2897 * gdb.cp/exception.exp: Likewise.
2898 * gdb.cp/gdb2495.exp: Likewise.
2899 * gdb.cp/mb-templates.exp: Likewise.
2900 * gdb.cp/pr9167.exp: Likewise.
2901 * gdb.cp/userdef.exp: Likewise.
2902
2903 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2904
2905 * gdb.cell: Remove directory.
2906 * lib/cell.exp: Remove file.
2907
2908 2019-09-19 Tom de Vries <tdevries@suse.de>
2909
2910 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2911
2912 2019-09-19 Tom de Vries <tdevries@suse.de>
2913
2914 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2915
2916 2019-09-19 Tom de Vries <tdevries@suse.de>
2917
2918 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2919 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2920 (gdb_target_cmd): ... here.
2921 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2922 value 2.
2923
2924 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2925
2926 * gdb.base/source-dir.exp: Avoid having directory names in test
2927 names.
2928
2929 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2930
2931 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2932 directory.
2933
2934 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2935
2936 * gdb.base/list-missing-source.exp: New file.
2937
2938 2019-09-14 Tom de Vries <tdevries@suse.de>
2939
2940 PR teststuite/24599
2941 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2942 * lib/ada.exp (gnatmake_version_at_least): New proc.
2943
2944 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2945
2946 * gdb.base/maint.exp: Use exec_has_index_section.
2947
2948 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2949
2950 * gdb.base/maint.exp: Add test for 'maint info sections'.
2951
2952 2019-09-12 Tom de Vries <tdevries@suse.de>
2953
2954 * gdb.base/store.exp: Allow register variables to be optimized out at
2955 -O0.
2956
2957 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2958
2959 * gdb.ada/rdv_wait.exp: Update to new task names.
2960 * gdb.base/task_switch_in_core.exp: Likewise.
2961 * gdb.base/info_sources_base.c: Likewise.
2962
2963 2019-09-10 Tom Tromey <tromey@adacore.com>
2964
2965 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2966
2967 2019-09-10 Tom Tromey <tromey@adacore.com>
2968
2969 * gdb.ada/dgopt.exp: New file.
2970 * gdb.ada/dgopt/x.adb: New file.
2971
2972 2019-09-08 Tom Tromey <tom@tromey.com>
2973
2974 * gdb.tui/resize.exp: Remove setup_xfail.
2975 * gdb.tui/regs.exp: Remove setup_xfail.
2976 * gdb.tui/basic.exp: Remove setup_xfail.
2977
2978 2019-09-06 David Blaikie <dblaikie@gmail.com>
2979
2980 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
2981 * gdb.cp/cplabel.exp: Ditto.
2982 * gdb.linespec/ls-errs.exp: Ditto.
2983
2984 2019-09-05 Tom de Vries <tdevries@suse.de>
2985
2986 * lib/gdb.exp (cmp_file_string): New proc.
2987 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
2988 runto_main. Verify save breakpoints output.
2989
2990 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2991
2992 * gdb.base/info-var.exp: Test info variables without running
2993 to main, to avoid expect's buffer overflow.
2994
2995 2019-09-03 Tom Tromey <tromey@adacore.com>
2996
2997 * gdb.ada/bias.exp: New file.
2998 * gdb.ada/bias/bias.adb: New file.
2999 * gdb.ada/print_chars.exp: Add regression test.
3000 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3001 (MC): New variable.
3002
3003 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3004
3005 * gdb.base/argv0-symlink.exp: Run only on native target
3006 and local host.
3007
3008 2019-08-29 Tom de Vries <tdevries@suse.de>
3009
3010 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3011 diverse debug info.
3012 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3013
3014 2019-08-28 Tom de Vries <tdevries@suse.de>
3015
3016 * gdb.base/info-var.exp: Allow info variables to print info for files
3017 other than info-var-f1.c and info-var-f2.c.
3018
3019 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3020
3021 * gdb.fortran/info-types.exp: Add module.
3022 * gdb.fortran/info-types.f90: Update expected results.
3023
3024 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3025
3026 * gdb.fortran/info-types.exp: New file.
3027 * gdb.fortran/info-types.f90: New file.
3028 * lib/fortran.exp (fortran_character1): New proc.
3029
3030 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3031
3032 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3033 functions'. Reindent as needed.
3034 * gdb.base/info-var-f1.c: New file.
3035 * gdb.base/info-var-f2.c: New file.
3036 * gdb.base/info-var.exp: New file.
3037 * gdb.base/info-var.h: New file.
3038
3039 2019-08-26 Tom de Vries <tdevries@suse.de>
3040
3041 PR c++/24852
3042 * gdb.cp/no-libstdcxx-probe.exp: New test.
3043
3044 2019-08-26 Tom de Vries <tdevries@suse.de>
3045
3046 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3047 * tests need to be skipped.
3048 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3049 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3050 mi_skip_libstdcxx_probe_tests.
3051
3052 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3053
3054 * gdb.python/py-xmethods.exp: Use raw strings when passing
3055 arguments to SimpleXMethodMatcher.
3056
3057 2019-08-22 Tom de Vries <tdevries@suse.de>
3058
3059 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3060 more informative.
3061
3062 2019-08-21 Pedro Alves <palves@redhat.com>
3063
3064 * gdb.base/with.exp: Test "with" with no arguments.
3065
3066 2019-08-21 Tom de Vries <tdevries@suse.de>
3067
3068 * gdb.base/gdb-caching-proc.exp: Sort files.
3069
3070 2019-08-20 Tom de Vries <tdevries@suse.de>
3071
3072 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3073 compilation.
3074
3075 2019-08-16 Tom de Vries <tdevries@suse.de>
3076
3077 * gdb.base/compare-sections.exp ("after run to main"): Allow
3078 mismatched read-only sections for PIE executables.
3079
3080 2019-08-16 Tom Tromey <tom@tromey.com>
3081
3082 * lib/tuiterm.exp (_csi_Z): New proc.
3083 * gdb.tui/basic.exp: Update window positions.
3084 * gdb.tui/empty.exp: Update window positions.
3085
3086 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3087
3088 * gdb.base/examine-backward.exp: Correct regexp for
3089 "examine 3 bytes backward from ${address_zero}".
3090
3091 2019-08-15 Tom Tromey <tom@tromey.com>
3092
3093 * gdb.tui/empty.exp: Enable resizing tests.
3094
3095 2019-08-15 Tom Tromey <tromey@adacore.com>
3096
3097 * gdb.ada/char_enum.exp: Add regression tests.
3098 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3099 and '0'.
3100 (Char, Gchar): Update.
3101 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3102
3103 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3104
3105 * gdb.python/python.exp: Expect a leading underscore on
3106 GdbOutput{,Error}File.
3107
3108 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3109
3110 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3111 Windows host.
3112
3113 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3114
3115 * gdb.base/batch-preserve-term-settings.exp
3116 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3117
3118 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3119
3120 * lib/gdb.exp: When running on a mingw target, replace
3121 /x/ with x:/.
3122
3123 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3124
3125 * gdb.arch/aarch64-prologue.c: New test.
3126 * gdb.arch/aarch64-prologue.exp: New file.
3127
3128 2019-08-13 Tom de Vries <tdevries@suse.de>
3129
3130 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3131 Thread.
3132
3133 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3134
3135 * gdb.python/py-completion.exp: Download the .py file to the host
3136 and use its host pathname. Conditionalize tests that use
3137 tab completion and manipulate files on the build machine.
3138 * gdb.python/py-events.exp: Download the .py file to the host
3139 and use its host pathname.
3140 * gdb.python/py-evsignal.exp: Likewise.
3141 * gdb.python/py-evthreads.exp: Likewise.
3142 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3143 pathname syntax.
3144 * gdb.python/py-framefilter.exp: Download the .py file to the right
3145 place on the host. Match Windows pathname syntax.
3146 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3147 .py file to the host and use its host pathname.
3148 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3149 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3150 build pathname. Skip symlink test on Windows host. Add missing
3151 newline at end of file.
3152 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3153 and use its host pathname.
3154 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3155 * gdb.python/py-section-script.exp: Use host location of binfile
3156 on safe-path. Use correct path separator on Windows host.
3157 Reorder alternatives in gdb_test_multiple to prevent matching
3158 the wrong alternative on success.
3159 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3160
3161 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3162
3163 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3164 expect the GDB inferior to no longer immediately stop after
3165 being resumed with "signal SIGINT".
3166
3167 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3168
3169 * gdb.linespec/break-ask.exp: Generalize regexps to match
3170 Windows pathnames too.
3171
3172 2019-08-08 Tom de Vries <tdevries@suse.de>
3173
3174 PR testsuite/24862
3175 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3176
3177 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3178
3179 * gdb.base/style.exp: Update tests for help doc new invariants.
3180 * gdb.base/help.exp: Likewise.
3181
3182 2019-08-06 Tom Tromey <tom@tromey.com>
3183
3184 * gdb.base/style.exp: Add disassemble test.
3185 * gdb.base/style.c (some_called_function): New function.
3186 (main): Use it.
3187
3188 2019-08-05 Christian Biesinger <cbiesinger@google.com>
3189
3190 * gdb.python/py-block.exp: Test dictionary access on blocks.
3191
3192 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
3193
3194 PR gdb/24863
3195 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3196 -list-thread-groups --available test when running under
3197 check-read1.
3198
3199 2019-08-05 Tom de Vries <tdevries@suse.de>
3200
3201 PR testsuite/24863
3202 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3203 * gdb.base/help.exp: Use with_read1_timeout_factor.
3204 * gdb.base/info-macros.exp: Same.
3205 * gdb.cp/nested-types.exp: Same.
3206
3207 2019-08-05 Tom de Vries <tdevries@suse.de>
3208
3209 * lib/gdb.exp (version_at_least): Factor out of ...
3210 (tcl_version_at_least): ... here.
3211 (gdb_compile): Fail if pie results in non-PIE executable.
3212 (readelf_version, readelf_prints_pie): New proc.
3213 (exec_is_pie): Return -1 if unknown.
3214
3215 2019-08-05 Tom de Vries <tdevries@suse.de>
3216
3217 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3218
3219 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3220
3221 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3222
3223 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3224
3225 * lib/completion-support.exp (test_gdb_complete_none): Skip
3226 tab completion tests if no readline support.
3227 (test_gdb_complete_unique_re): Likewise.
3228 (test_gdb_complete_multiple): Likewise.
3229
3230 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3231
3232 * gdb.base/info_sources.exp: New file.
3233 * gdb.base/info_sources.c: New file.
3234 * gdb.base/info_sources_base.c: New file.
3235
3236 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3237
3238 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3239 prefix argument.
3240 (test_exit_status): Add prefix argument.
3241
3242 2019-08-01 Tom de Vries <tdevries@suse.de>
3243
3244 PR testsuite/24863
3245 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3246 calling exp_continue for new thread and thread exited messages.
3247
3248 2019-08-01 Tom de Vries <tdevries@suse.de>
3249
3250 PR testsuite/24863
3251 * gdb.base/structs.exp: Fix check-read1 timeout using
3252 gdb_test_sequence.
3253 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3254
3255 2019-08-01 Tom de Vries <tdevries@suse.de>
3256
3257 PR testsuite/24863
3258 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3259 line.
3260
3261 2019-08-01 Tom de Vries <tdevries@suse.de>
3262
3263 PR testsuite/24863
3264 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3265
3266 2019-07-30 Tom Tromey <tromey@adacore.com>
3267
3268 * gdb.ada/display_nested.exp: New file.
3269 * gdb.ada/display_nested/foo.adb: New file.
3270 * gdb.ada/display_nested/pack.adb: New file.
3271 * gdb.ada/display_nested/pack.ads: New file.
3272
3273 2019-07-30 Christian Biesinger <cbiesinger@google.com>
3274
3275 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3276 namespace.
3277 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3278
3279 2019-07-30 Tom de Vries <tdevries@suse.de>
3280
3281 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3282 instead.
3283
3284 2019-07-30 Tom de Vries <tdevries@suse.de>
3285
3286 PR testsuite/24834
3287 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3288 (exec_is_pie): New proc.
3289
3290 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3291
3292 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3293
3294 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3295
3296 * gdb.python/py-objfile.c: Add global and static vars.
3297 * gdb.python/py-objfile.exp: Test new functions Objfile.
3298 lookup_global_symbol and lookup_static_symbol.
3299
3300 2019-07-29 Tom Tromey <tom@tromey.com>
3301
3302 * lib/tuiterm.exp (Term::_csi_@): New proc.
3303 (Term::_csi_X): Don't move cursor.
3304
3305 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3306
3307 * gdb.base/options.exp: Update backtrace - completion to
3308 new option -frame-info.
3309 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3310 Test new 'set print frame-info'. Test backtrace -frame-info
3311 overriding 'set print frame-info'.
3312 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3313 Test new 'set print frame-info'.
3314 Verify consistency of backtrace with and without filters, with and
3315 without -no-filters.
3316 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3317 default.
3318
3319 2019-07-29 Tom de Vries <tdevries@suse.de>
3320
3321 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3322 no arguments".
3323
3324 2019-07-29 Tom de Vries <tdevries@suse.de>
3325
3326 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3327 is a substring of the first for "complete non-unique file name".
3328
3329 2019-07-29 Tom de Vries <tdevries@suse.de>
3330
3331 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3332 with ".*".
3333
3334 2019-07-29 Tom de Vries <tdevries@suse.de>
3335
3336 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3337 Pass prompt_regexp parameter to gdb_test_multiple calls.
3338
3339 2019-07-29 Tom de Vries <tdevries@suse.de>
3340
3341 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
3342 print registers" regexps.
3343
3344 2019-07-29 Tom de Vries <tdevries@suse.de>
3345
3346 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3347
3348 2019-07-29 Tom de Vries <tdevries@suse.de>
3349
3350 PR gdb/24855
3351 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3352 (skip_python_tests_prompt): Add prompt_regexp argument to
3353 gdb_test_multiple calls.
3354
3355 2019-07-27 Tom Tromey <tom@tromey.com>
3356
3357 * gdb.tui/main.exp: New file.
3358
3359 2019-07-27 Tom Tromey <tom@tromey.com>
3360
3361 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3362 optional.
3363 * gdb.tui/empty.exp: New file.
3364
3365 2019-07-27 Tom Tromey <tom@tromey.com>
3366
3367 * lib/tuiterm.exp (spawn): New proc.
3368 (Term::resize): New proc.
3369 * gdb.tui/resize.exp: New file.
3370
3371 2019-07-27 Tom Tromey <tom@tromey.com>
3372
3373 * gdb.tui/list.exp: New file.
3374
3375 2019-07-27 Tom Tromey <tom@tromey.com>
3376
3377 * gdb.tui/regs.exp: New file.
3378
3379 2019-07-27 Tom Tromey <tom@tromey.com>
3380
3381 * gdb.tui/basic.exp: Add "layout split" test.
3382
3383 2019-07-27 Tom Tromey <tom@tromey.com>
3384
3385 * gdb.tui/basic.exp: Add "layout asm" test.
3386
3387 2019-07-27 Tom Tromey <tom@tromey.com>
3388
3389 * lib/tuiterm.exp: New file.
3390 * gdb.tui/basic.exp: New file.
3391
3392 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3393
3394 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3395 Enable tests associated with this flag. Adjust regex
3396 referencing "foo_low" to now refer to "foo_cold" instead.
3397
3398 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3399
3400 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3401 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3402 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3403 foo_cold. Revise comments to match.
3404 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3405 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3406 were wrapped into this proc; Call do_test in loop from outermost
3407 level.
3408 (foo_low): Rename all occurrences to "foo_cold".
3409 (backtrace from baz): New test.
3410 (x2/i foo_cold): New test.
3411 (info line *foo_cold): New test.
3412
3413 2019-07-26 Tom de Vries <tdevries@suse.de>
3414
3415 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3416
3417 2019-07-25 Tom de Vries <tdevries@suse.de>
3418
3419 PR testsuite/24830
3420 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3421 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3422 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3423 (skip_libstdcxx_probe_tests): ... here.
3424 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3425
3426 2019-07-24 Tom de Vries <tdevries@suse.de>
3427
3428 PR testsuite/24807
3429 * gdb.objc/basicclass.m: Include stdio.h.
3430 * gdb.objc/nondebug.m: Same.
3431 * gdb.objc/objcdecode.m: Same.
3432
3433 2019-07-24 Tom de Vries <tdevries@suse.de>
3434
3435 PR testsuite/24612
3436 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3437 additional_flags.
3438
3439 2019-07-24 Tom de Vries <tdevries@suse.de>
3440
3441 PR testsuite/24831
3442 * gdb.multi/tids.exp: Update error messages for info threads.
3443
3444 2019-07-24 Tom de Vries <tdevries@suse.de>
3445
3446 * gdb.base/info-types.exp: Allow info types to print info for more than
3447 one file.
3448
3449 2019-07-23 Tom de Vries <tdevries@suse.de>
3450
3451 PR testsuite/24842
3452 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3453 gdb_spawn_with_cmdline_opts.
3454
3455 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3456
3457 * gdb.arch/arm-cmse-sgstubs.c: New test.
3458 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3459
3460 2019-07-23 Tom de Vries <tdevries@suse.de>
3461
3462 PR testsuite/24711
3463 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3464 issuing next command.
3465
3466 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3467
3468 * gdb.ada/info_auto_lang.exp: Update expected results.
3469 * gdb.base/info-types.c: Add additional types to check.
3470 * gdb.base/info-types.exp: Update expected results.
3471
3472 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3473
3474 * gdb.base/info-types.c: New file.
3475 * gdb.base/info-types.exp: New file.
3476
3477 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3478
3479 * gdb.arch/riscv-bp-infcall.c: New file.
3480 * gdb.arch/riscv-bp-infcall.exp: New file.
3481
3482 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3483
3484 PR breakpoints/24541
3485 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3486
3487 2019-07-14 Tom de Vries <tdevries@suse.de>
3488
3489 PR testsuite/24760
3490 * gdb.objc/basicclass.exp: Fix unterminated string.
3491
3492 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3493 Andrew Burgess <andrew.burgess@embecosm.com>
3494
3495 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3496 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3497 negative bounds.
3498 * gdb.fortran/vla-value.exp: Print elements of an array with
3499 negative bounds.
3500 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3501 testing.
3502
3503 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3504
3505 * gdb.base/options.exp (expect_string): Dequote strings in
3506 results.
3507 (test-string): Test strings with different quoting and reindent.
3508
3509 2019-07-10 Tom Tromey <tromey@adacore.com>
3510
3511 * gdb.ada/mi_ex_cond.exp: Update expected results.
3512 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3513 * gdb.ada/mi_catch_ex.exp: Update expected results.
3514 * gdb.ada/mi_catch_assert.exp: Update expected results.
3515 * gdb.ada/catch_ex.exp (catch_exception_info)
3516 (catch_exception_entry, catch_assert_entry)
3517 (catch_unhandled_entry): Update.
3518 * gdb.ada/catch_assert_if.exp: Update expected results.
3519
3520 2019-07-10 Richard Bunt <richard.bunt@arm.com>
3521 Stephen Roberts <stephen.roberts@arm.com>
3522
3523 * gdb.base/define.exp: Restore original prompt.
3524
3525 2019-07-09 Pedro Alves <palves@redhat.com>
3526
3527 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3528 breakpoints" output.
3529 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3530 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3531 throw" creates breakpoint.
3532 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3533 'type="catchpoint"'.
3534
3535 2019-07-09 Pedro Alves <palves@redhat.com>
3536
3537 PR c++/15468
3538 * gdb.cp/except-multi-location-lib.cc: New.
3539 * gdb.cp/except-multi-location-main.cc: New.
3540 * gdb.cp/except-multi-location.exp: New.
3541
3542 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3543
3544 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3545 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3546 argument and update callers.
3547
3548 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3549
3550 * gdb.arch/amd64-break-on-asm-line.S: New file.
3551 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3552
3553 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3554
3555 * gdb.base/printcmds.exp: Test printing C string and
3556 C wide string convenience vars without transiting via the inferior.
3557 Also make test names unique.
3558
3559 2019-07-08 Alan Hayward <alan.hayward@arm.com>
3560
3561 PR breakpoints/25011
3562 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3563
3564 2019-07-04 Pedro Alves <palves@redhat.com>
3565
3566 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3567 body returned ok(0), break(3) or continue(4).
3568 * gdb.testsuite/foreach_with_prefix.exp: New file.
3569
3570 2019-07-04 Alan Hayward <alan.hayward@arm.com>
3571
3572 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3573
3574 2019-07-03 Pedro Alves <palves@redhat.com>
3575
3576 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3577 "return -code".
3578
3579 2019-07-03 Pedro Alves <palves@redhat.com>
3580
3581 PR cli/24732
3582 * gdb.base/shell.exp: Load completion-support.exp.
3583 Adjust expected error output. Add completion tests.
3584
3585 2019-07-03 Pedro Alves <palves@redhat.com>
3586
3587 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3588 string_to_regexp.
3589
3590 2019-07-03 Pedro Alves <palves@redhat.com>
3591
3592 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3593 (expect_integer): Adjust to expect "-string".
3594 (expect_string): New.
3595 (all_options): Expect "-string".
3596 (test-flag, test-boolean): Adjust to expect "-string".
3597 (test-string): New proc.
3598 (top level): Call it.
3599
3600 2019-07-03 Pedro Alves <palves@redhat.com>
3601
3602 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3603 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3604 the expected output in the success.
3605
3606 2019-07-03 Pedro Alves <palves@redhat.com>
3607
3608 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3609 Split one gdb_test_multiple call in two to avoid a race.
3610
3611 2019-07-03 Pedro Alves <palves@redhat.com>
3612
3613 * gdb.base/with.c: New file.
3614 * gdb.base/with.exp: New file.
3615
3616 2019-07-03 Pedro Alves <palves@redhat.com>
3617
3618 * gdb.base/settings.exp: Replace all references to "maint
3619 test-settings set" with references to "maint set test-settings",
3620 and all references to "maint test-settings show" with references
3621 to "maint show test-settings".
3622
3623 2019-07-03 Pedro Alves <palves@redhat.com>
3624
3625 * gdb.base/settings.exp (test-string): Adjust expected out when
3626 testing "maint test-settings show filename"
3627
3628 2019-07-02 Pedro Alves <palves@redhat.com>
3629
3630 * gdb.base/options.exp (test-info-threads): New procedure.
3631 (top level): Call it.
3632
3633 2019-06-28 Tom Tromey <tromey@adacore.com>
3634
3635 * gdb.dwarf2/ada-linkage-name.c: New file.
3636 * gdb.dwarf2/ada-linkage-name.exp: New file.
3637
3638 2019-06-27 Tom Tromey <tromey@adacore.com>
3639
3640 PR c++/20020:
3641 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3642
3643 2019-06-26 Tom de Vries <tdevries@suse.de>
3644
3645 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3646
3647 2019-06-26 Tom de Vries <tdevries@suse.de>
3648
3649 * gdb.base/index-cache.exp: Add back missing debug option.
3650
3651 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3652
3653 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3654
3655 2019-06-25 Tom de Vries <tdevries@suse.de>
3656
3657 PR testsuite/24727
3658 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3659
3660 2019-06-24 Tom de Vries <tdevries@suse.de>
3661
3662 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3663
3664 2019-06-24 Tom de Vries <tdevries@suse.de>
3665
3666 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3667 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3668 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3669
3670 2019-06-24 Tom de Vries <tdevries@suse.de>
3671
3672 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3673
3674 2019-06-21 Tom de Vries <tdevries@suse.de>
3675
3676 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3677
3678 2019-06-21 Tom de Vries <tdevries@suse.de>
3679
3680 PR testsuite/24518
3681 PR ada/24713
3682 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3683 index.
3684
3685 2019-06-19 Tom Tromey <tromey@adacore.com>
3686
3687 * gdb.ada/length_cond.exp: Add intro comment.
3688
3689 2019-06-19 Tom Tromey <tromey@adacore.com>
3690
3691 * gdb.ada/length_cond.exp: New file.
3692 * gdb.ada/length_cond/length_cond.adb: New file.
3693 * gdb.ada/length_cond/pck.adb: New file.
3694 * gdb.ada/length_cond/pck.ads: New file.
3695
3696 2019-06-18 Tom de Vries <tdevries@suse.de>
3697
3698 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3699
3700 2019-06-18 Tom Tromey <tromey@adacore.com>
3701
3702 * gdb.base/list0.h: Add comment explaining control character.
3703
3704 2019-06-18 Tom de Vries <tdevries@suse.de>
3705
3706 * boards/fission.exp: Break up long debug_flags line.
3707
3708 2019-06-16 Tom de Vries <tdevries@suse.de>
3709
3710 PR gdb/24445
3711 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3712 generated index.
3713
3714 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3715
3716 PR gdb/24686
3717 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3718 improve detection of bug gdb/24541.
3719
3720 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3721
3722 PR gdb/24669
3723 * gdb.base/index-cache.exp (uses_readnow,
3724 expecting_index_cache_use): Define global variable.
3725 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3726 expecting_index_cache_use.
3727
3728 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3729 Andrew Burgess <andrew.burgess@embecosm.com>
3730
3731 * gdb.fortran/pointers.f90: New file.
3732 * gdb.fortran/print_type.exp: New file.
3733 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3734 * gdb.fortran/vla-type.exp: Likewise.
3735 * gdb.fortran/vla-value.exp: Likewise.
3736 * gdb.mi/mi-vla-fortran.exp: Likewise.
3737
3738 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3739
3740 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3741 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3742 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3743 as a stop reason.
3744
3745 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3746
3747 * gdb.base/annota1.exp: Update expected results.
3748 * gdb.cp/annota2.exp: Likewise.
3749 * gdb.cp/annota3.exp: Likewise.
3750
3751 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3752
3753 * gdb.base/style-logging.exp: Remove path from test name.
3754
3755 2019-06-14 Tom Tromey <tromey@adacore.com>
3756
3757 PR gdb/24502:
3758 * gdb.base/style-logging.exp: New file.
3759
3760 2019-06-14 Tom Tromey <tromey@adacore.com>
3761
3762 * gdb.base/symfile-warn.exp: New file.
3763 * gdb.base/symfile-warn.c: New file.
3764
3765 2019-06-14 Tom Tromey <tromey@adacore.com>
3766
3767 * gdb.base/annotate-symlink.exp: New file.
3768
3769 2019-06-14 Tom Tromey <tromey@adacore.com>
3770
3771 * gdb.ada/set_wstr.exp: Add reassignment test.
3772
3773 2019-06-14 Tom Tromey <tromey@adacore.com>
3774
3775 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3776 'unchecked_access and 'unrestricted_access as well.
3777
3778 2019-06-14 Tom Tromey <tromey@adacore.com>
3779
3780 PR ada/24539:
3781 * gdb.ada/vla.exp: Update tests.
3782 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3783 pragma.
3784
3785 2019-06-13 Pedro Alves <palves@redhat.com>
3786
3787 * gdb.base/settings.exp (test-integer): Test junk after
3788 "unlimited".
3789
3790 2019-06-13 Pedro Alves <palves@redhat.com>
3791
3792 * gdb.base/options.exp (test-thread-apply): New.
3793 (top level): Call it.
3794
3795 2019-06-13 Pedro Alves <palves@redhat.com>
3796
3797 * gdb.base/options.exp (test-frame-apply): New.
3798 (top level): Test print commands with different "frame apply"
3799 prefixes.
3800
3801 2019-06-13 Pedro Alves <palves@redhat.com>
3802
3803 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
3804 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3805 'max_completions' parameter and handle it.
3806 (test_gdb_completion_offers_commands): New.
3807
3808 2019-06-13 Pedro Alves <palves@redhat.com>
3809
3810 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3811
3812 2019-06-13 Pedro Alves <palves@redhat.com>
3813
3814 * gdb.base/options.exp (test-backtrace): New.
3815 (top level): Call it.
3816
3817 2019-06-13 Pedro Alves <palves@redhat.com>
3818
3819 * gdb.guile/scm-frame-args.exp: Use "set print
3820 raw-frame-arguments" instead of "set print raw frame-arguments".
3821 * gdb.python/py-frame-args.exp: Likewise.
3822
3823 2019-06-13 Pedro Alves <palves@redhat.com>
3824
3825 * gdb.compile/compile.exp: Adjust expected output to option
3826 processing changes.
3827
3828 2019-06-13 Pedro Alves <palves@redhat.com>
3829
3830 * gdb.base/options.exp: Build executable.
3831 (test-print): New procedure.
3832 (top level): Call it, once for "print" and another for "compile
3833 print".
3834
3835 2019-06-13 Pedro Alves <palves@redhat.com>
3836
3837 * gdb.base/options.c: New file.
3838 * gdb.base/options.exp: New file.
3839
3840 2019-06-13 Pedro Alves <palves@redhat.com>
3841
3842 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3843 that "o" is ambiguous.
3844
3845 2019-06-13 Pedro Alves <palves@redhat.com>
3846
3847 * gdb.base/settings.c: New file.
3848 * gdb.base/settings.exp: New file.
3849
3850 2019-06-13 Pedro Alves <palves@redhat.com>
3851
3852 * gdb.base/completion.exp: Fix comment typo.
3853
3854 2019-06-13 Pedro Alves <palves@redhat.com>
3855
3856 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3857 foo --1" test.
3858
3859 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3860
3861 * gdb.fortran/block-data.f: New.
3862 * gdb.fortran/block-data.exp: New.
3863
3864 2019-06-11 Tom de Vries <tdevries@suse.de>
3865
3866 PR testsuite/24521
3867 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3868 message.
3869
3870 2019-06-11 Tom de Vries <tdevries@suse.de>
3871
3872 PR testsuite/24521
3873 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3874
3875 2019-06-11 Tom de Vries <tdevries@suse.de>
3876
3877 * boards/readnow.exp: New file.
3878
3879 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3880
3881 * gdb.fortran/vla-sizeof.exp: Update expected results.
3882
3883 2019-06-06 Amos Bird <amosbird@gmail.com>
3884
3885 * gdb.base/annota1.exp (thread_switch): Add test for
3886 thread-exited annotation.
3887
3888 2019-06-06 Tom Tromey <tromey@adacore.com>
3889
3890 * gdb.base/maint.exp: Expect command started/finished output.
3891
3892 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3893
3894 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3895 comment.
3896 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3897
3898 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3899
3900 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3901 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3902 * gdb.arch/riscv-unwind-long-insn.c: New file.
3903 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3904
3905 2019-06-04 Christian Biesinger <cbiesinger@google.com>
3906
3907 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
3908
3909 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3910
3911 * lib/gdb.exp (help_list_trailer): New regexp variable
3912 factorizing the help trailer message.
3913 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3914 arg to allow to better factorize various tests.
3915 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3916 (test_prefix_command_help): Use help_list_trailer.
3917 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3918 * gdb.guile/scm-cmd.exp: Likewise.
3919 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3920 * gdb.base/help.exp: Use test_user_defined_class_help.
3921 * gdb.base/style.exp: Add tests for styling of help and apropos.
3922 * lib/gdb-utils.exp (style): Add title and highlight styles.
3923
3924 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3925
3926 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3927 $_shell_exitsignal.
3928 * gdb.base/default.exp: Update for new convenience variables.
3929
3930 2019-05-29 Tom Tromey <tromey@adacore.com>
3931
3932 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3933 to "break complete ada" test case's regexp.
3934
3935 2019-05-29 Tom Tromey <tromey@adacore.com>
3936
3937 PR c++/20020:
3938 * gdb.cp/constexpr-field.exp: New file.
3939 * gdb.cp/constexpr-field.cc: New file.
3940
3941 2019-05-29 Tom Tromey <tromey@adacore.com>
3942
3943 * gdb.base/finish.exp (finish_no_print): New proc.
3944 (finish_tests): Call it.
3945
3946 2019-05-24 Tom de Vries <tdevries@suse.de>
3947
3948 * gdb.dwarf2/gdb-add-index.exp: New file.
3949
3950 2019-05-22 Tom Tromey <tromey@adacore.com>
3951
3952 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3953 * gdb.base/style.exp: Use "style".
3954 * lib/gdb-utils.exp (style): New proc.
3955
3956 2019-05-22 Tom de Vries <tdevries@suse.de>
3957
3958 * gdb.base/align.exp: Require c++11.
3959
3960 2019-05-22 Tom de Vries <tdevries@suse.de>
3961
3962 PR testsuite/24586
3963 * gdb.python/py-mi-var-info-path-expression.exp: Call
3964 mi_skip_python_tests to check if python is supported.
3965
3966 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3967
3968 * gdb.arch/aarch64-pauth.c: New test.
3969 * gdb.arch/aarch64-pauth.exp: New file.
3970
3971 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3972
3973 * README (Re-running Tests Outside The Testsuite): New section.
3974
3975 2019-05-21 Tom de Vries <tdevries@suse.de>
3976
3977 * gdb.arch/amd64-eval.exp: Require c++11.
3978 * gdb.base/max-depth.exp: Same.
3979 * gdb.compile/compile-cplus-array-decay.exp: Same.
3980 * gdb.cp/meth-typedefs.exp: Same.
3981 * gdb.cp/subtypes.exp: Same.
3982 * gdb.cp/temargs.exp: Same.
3983
3984 2019-05-21 Alan Hayward <alan.hayward@arm.com>
3985
3986 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
3987
3988 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
3989
3990 PR gdb/18644
3991 * gdb.fortran/complex.exp: Remove setup_kfail calls.
3992 * gdb.fortran/printing-types.exp: Add new test.
3993 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
3994 testing.
3995 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
3996 setup_kfail call.
3997
3998 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3999
4000 * README (Running the Testsuite): Change example.
4001 (Testsuite Parameters): Remove TRANSCRIPT.
4002 * lib/gdb.exp: Remove TRANSCRIPT check.
4003
4004 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4005
4006 * README (Testsuite Parameters): Add replay logging to
4007 GDBSERVER_DEBUG.
4008 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4009 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4010 as a comma separated list.
4011 (gdb_debug_init): Override procedure.
4012
4013 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4014
4015 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4016 (gdb_write_cmd_file): New procedure.
4017 * lib/gdbserver-support.exp (gdbserver_start): Call
4018 gdbserver_write_cmd_file.
4019 (gdbserver_write_cmd_file): New procedure.
4020
4021 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4022
4023 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4024 (delete_breakpoints): Likewise.
4025 (gdb_run_cmd): Likewise.
4026 (gdb_start_cmd): Likewise.
4027 (gdb_starti_cmd): Likewise.
4028 (gdb_internal_error_resync): Likewise.
4029 (gdb_test_multiple): Likewise.
4030 (gdb_reinitialize_dir): Likewise.
4031 (default_gdb_exit): Likewise.
4032 (gdb_file_cmd): Mark kill as optional.
4033 (default_gdb_start): Call gdb_stdin_log_init.
4034 (send_gdb): Call gdb_stdin_log_write.
4035 (rerun_to_main): Mark Y as an answer.
4036 (gdb_stdin_log_init): New function.
4037 (gdb_stdin_log_write): Likewise.
4038
4039 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4040
4041 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4042 * gdb.base/debug-expr.exp: Likewise.
4043 * gdb.base/foll-fork.exp: Likewise.
4044 * gdb.base/foll-vfork.exp: Likewise.
4045 * gdb.base/fork-print-inferior-events.exp: Likewise.
4046 * gdb.base/gdb-sigterm.exp: Likewise.
4047 * gdb.base/gdbinit-history.exp: Likewise.
4048 * gdb.base/osabi.exp: Likewise.
4049 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4050 * gdb.base/ui-redirect.exp: Likewise.
4051 * gdb.gdb/unittest.exp: Likewise.
4052 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4053 * gdb.mi/mi-watch.exp: Likewise.
4054 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4055 * gdb.mi/user-selected-context-sync.exp: Likewise.
4056 * gdb.python/python.exp: Disable debug test when debugging.
4057 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4058 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4059 Likewise.
4060 * gdb.threads/stepi-random-signal.exp: Likewise.
4061
4062 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4063
4064 * Makefile.in: Pass through GDB_DEBUG.
4065 * README (Testsuite Parameters): Add GDB_DEBUG.
4066 (gdb,debug): Add board setting.
4067 * lib/gdb.exp (default_gdb_start): Start debugging.
4068 (gdb_debug_enabled): New procedure.
4069 (gdb_debug_init): Likewise.
4070
4071 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4072
4073 * Makefile.in: Pass through GDB_DEBUG.
4074 * README (Testsuite Parameters): Add GDB_DEBUG.
4075 (gdb,debug): Add board setting.
4076 * lib/gdb.exp (default_gdb_start): Start debugging.
4077 (gdb_debug_enabled): New procedure.
4078 (gdb_debug_init): Likewise.
4079
4080 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4081
4082 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4083
4084 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4085
4086 * gdb.base/ui-redirect.exp: Test redirection.
4087
4088 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4089
4090 * gdb.mi/mi-complete.exp: New file.
4091 * gdb.mi/mi-complete.cc: Likewise.
4092
4093 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4094
4095 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4096 indexed and sliced arrays, and pointers to arrays.
4097
4098 2019-05-14 Tom Tromey <tromey@adacore.com>
4099
4100 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4101 styling test.
4102
4103 2019-05-14 Tom de Vries <tdevries@suse.de>
4104
4105 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4106 selection entry encoding.
4107
4108 2019-05-10 Tom Tromey <tromey@adacore.com>
4109
4110 * gdb.ada/info_exc.exp: Add "complete" test.
4111
4112 2019-05-09 Tom de Vries <tdevries@suse.de>
4113
4114 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4115 CU-relative.
4116
4117 2019-05-09 Tom de Vries <tdevries@suse.de>
4118
4119 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4120 CU-relative.
4121
4122 2019-05-08 Joel Brobecker <brobecker@adacore.com>
4123
4124 * gdb.ada/frame_arg_lang.exp: New testcase.
4125 * gdb.ada/frame_arg_lang/bla.adb: New file.
4126 * gdb.ada/frame_arg_lang/pck.ads: New file.
4127 * gdb.ada/frame_arg_lang/pck.adb: New file.
4128 * gdb.ada/frame_arg_lang/foo.c: New file.
4129
4130 2019-05-08 Tom Tromey <tromey@adacore.com>
4131
4132 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4133
4134 2019-05-08 Tom Tromey <tromey@adacore.com>
4135
4136 * gdb.base/ptype-offsets.exp: Update tests.
4137
4138 2019-05-08 Tom Tromey <tromey@adacore.com>
4139
4140 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4141 cases.
4142 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4143 "short".
4144
4145 2019-05-08 Tom Tromey <tromey@adacore.com>
4146
4147 * gdb.ada/vla.exp: New file.
4148 * gdb.ada/vla/vla.adb: New file.
4149
4150 2019-05-07 Tom de Vries <tdevries@suse.de>
4151
4152 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4153
4154 2019-05-07 Tom de Vries <tdevries@suse.de>
4155
4156 PR testsuite/24522
4157 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4158 section.
4159
4160 2019-05-07 Tom de Vries <tdevries@suse.de>
4161
4162 PR testsuite/24522
4163 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4164 .debug_aranges section.
4165
4166 2019-05-07 Tom de Vries <tdevries@suse.de>
4167
4168 PR testsuite/24159
4169 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4170
4171 2019-05-06 Tom de Vries <tdevries@suse.de>
4172
4173 * lib/gdb.exp (exec_has_index_section): New proc.
4174 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4175 section.
4176
4177 2019-05-04 Tom de Vries <tdevries@suse.de>
4178
4179 * boards/cc-with-debug-names.exp: New file.
4180
4181 2019-05-03 Tom Tromey <tromey@adacore.com>
4182
4183 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4184 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4185 * gdb.ada/char_enum.exp: Add test.
4186
4187 2019-05-03 Tom de Vries <tdevries@suse.de>
4188
4189 * boards/cc-with-gdb-index.exp: New file.
4190
4191 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4192
4193 * gdb.rust/simple.exp: Add new test case.
4194 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4195 (main): Initialise an instance of the new struct.
4196
4197 2019-05-01 Tom Tromey <tromey@adacore.com>
4198
4199 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4200 record.
4201 (NPR): New variable.
4202 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4203 test.
4204
4205 2019-05-01 Tom Tromey <tromey@adacore.com>
4206
4207 * gdb.ada/packed_array_assign.exp: Add packed assignment
4208 regression test.
4209
4210 2019-05-01 Tom de Vries <tdevries@suse.de>
4211
4212 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4213
4214 2019-05-01 Tom de Vries <tdevries@suse.de>
4215
4216 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4217
4218 2019-04-30 Ali Tamur <tamur@google.com>
4219
4220 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4221
4222 2019-04-30 Tom Tromey <tromey@adacore.com>
4223
4224 * lib/ada.exp (find_ada_tool): New proc.
4225 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4226 * gdb.ada/catch_ex_std.exp: New file.
4227 * gdb.ada/catch_ex_std/foo.adb: New file.
4228 * gdb.ada/catch_ex_std/some_package.adb: New file.
4229 * gdb.ada/catch_ex_std/some_package.ads: New file.
4230
4231 2019-04-30 Tom Tromey <tromey@adacore.com>
4232
4233 PR c++/24470:
4234 * gdb.cp/temargs.cc: Add test code from PR.
4235
4236 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4237
4238 * gdb.fortran/vla-datatypes.exp: Update expected results.
4239 * gdb.fortran/vla-ptype.exp: Likewise.
4240 * gdb.fortran/vla-type.exp: Likewise.
4241 * gdb.fortran/vla-value.exp: Likewise.
4242
4243 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4244
4245 * gdb.fortran/ptr-indentation.exp: Update expected results.
4246 * gdb.fortran/ptype-on-functions.exp: Likewise.
4247 * gdb.fortran/vla-ptr-info.exp: Likewise.
4248 * gdb.fortran/vla-value.exp: Likewise.
4249
4250 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4251
4252 * gdb.fortran/ptype-on-functions.exp: New file.
4253 * gdb.fortran/ptype-on-functions.f90: New file.
4254
4255 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4256
4257 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4258 case void string.
4259
4260 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4261
4262 * gdb.fortran/complex.exp: Expand.
4263 * gdb.fortran/complex.f: Renamed to...
4264 * gdb.fortran/complex.f90: ...this, and extended to add more
4265 complex values.
4266
4267 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4268
4269 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4270 MODULO, CMPLX.
4271
4272 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4273 Richard Bunt <richard.bunt@arm.com>
4274
4275 * gdb.base/max-depth.c: New file.
4276 * gdb.base/max-depth.exp: New file.
4277 * gdb.python/py-nested-maps.c: New file.
4278 * gdb.python/py-nested-maps.exp: New file.
4279 * gdb.python/py-nested-maps.py: New file.
4280 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4281 (test_all_common): Call test_max_depth.
4282 * gdb.fortran/max-depth.exp: New file.
4283 * gdb.fortran/max-depth.f90: New file.
4284 * gdb.go/max-depth.exp: New file.
4285 * gdb.go/max-depth.go: New file.
4286 * gdb.modula2/max-depth.exp: New file.
4287 * gdb.modula2/max-depth.c: New file.
4288 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4289
4290 2019-04-29 Tom de Vries <tdevries@suse.de>
4291
4292 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4293
4294 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4295
4296 * gdb.base/callexit.exp: Test may-call-functions off.
4297
4298 2019-04-25 Keith Seitz <keiths@redhat.com>
4299
4300 PR c++/24367
4301 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4302 (another_incomplete_struct, test_incomplete): New definitions.
4303 (main): Use new definitions.
4304 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4305 functions.
4306
4307 2019-04-25 Ali Tamur <tamur@google.com>
4308
4309 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4310
4311 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4312
4313 PR corefiles/11608
4314 PR corefiles/18187
4315 * gdb.base/coredump-filter-build-id.exp: New file.
4316
4317 2019-04-25 Alan Hayward <alan.hayward@arm.com>
4318
4319 * Makefile.in: Pass through GDBSERVER_DEBUG.
4320 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4321 (gdbserver,debug): Add board setting.
4322 * gdb.trace/tspeed.exp: Skip when debugging.
4323 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4324 * lib/gdbserver-support.exp: Likewise
4325
4326 2019-04-24 Tom Tromey <tromey@adacore.com>
4327
4328 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4329 Rust.
4330
4331 2019-04-24 Tom Tromey <tromey@adacore.com>
4332
4333 * gdb.arch/amd64-eval.exp: Test bitfield return.
4334 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4335 (class Foo) <return_bitfields>: New method.
4336 (main): Call it.
4337
4338 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4339
4340 * gdb.cp/many-args.cc: New file.
4341 * gdb.cp/many-args.exp: New file.
4342
4343 2019-04-23 Tom de Vries <tdevries@suse.de>
4344
4345 PR gdb/24433
4346 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4347
4348 2019-04-23 Alan Hayward <alan.hayward@arm.com>
4349
4350 * gdb.trace/backtrace.exp: Use nopie flag.
4351 * gdb.trace/circ.exp: Likewise.
4352 * gdb.trace/collection.exp: Likewise.
4353 * gdb.trace/ftrace.exp: Likewise.
4354 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4355 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4356 * gdb.trace/qtro.exp: Likewise.
4357 * gdb.trace/read-memory.exp: Likewise.
4358 * gdb.trace/report.exp: Likewise.
4359 * gdb.trace/tfile.exp: Likewise.
4360 * gdb.trace/tfind.exp: Likewise.
4361 * gdb.trace/unavailable.exp: Likewise.
4362
4363 2019-04-22 Pedro Alves <palves@redhat.com>
4364
4365 * gdb.base/solib-probes-nosharedlibrary.c,
4366 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4367
4368 2019-04-19 Tom Tromey <tromey@adacore.com>
4369
4370 * gdb.ada/ptype_union.c: New file.
4371 * gdb.ada/ptype_union.exp: New file.
4372
4373 2019-04-19 Tom Tromey <tromey@adacore.com>
4374
4375 PR symtab/24423:
4376 * gdb.base/list0.h (foo): Add a control-l character.
4377
4378 2019-04-18 Tom de Vries <tdevries@suse.de>
4379
4380 PR gdb/24433
4381 * boards/local-board.exp: Set sysroot to "".
4382
4383 2019-04-18 Tom de Vries <tdevries@suse.de>
4384 Pedro Alves <palves@redhat.com>
4385
4386 PR gdb/24454
4387 * gdb.threads/vfork-follow-child-exec.c: New file.
4388 * gdb.threads/vfork-follow-child-exec.exp: New file.
4389 * gdb.threads/vfork-follow-child-exit.c: New file.
4390 * gdb.threads/vfork-follow-child-exit.exp: New file.
4391
4392 2019-04-15 Leszek Swirski <leszeks@google.com>
4393
4394 * gdb.arch/amd64-eval.cc: New file.
4395 * gdb.arch/amd64-eval.exp: New file.
4396
4397 2019-04-11 Alan Hayward <alan.hayward@arm.com>
4398
4399 * gdb.server/sysroot.c: New test.
4400 * gdb.server/sysroot.exp: New file.
4401 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4402 matching param.
4403
4404 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4405
4406 * gdb.base/align.exp: Extend test to cover structures containing
4407 only static fields.
4408
4409 2019-04-11 Tom de Vries <tdevries@suse.de>
4410
4411 * boards/cc-with-dwz-m.exp: New file.
4412 * boards/cc-with-dwz.exp: New file.
4413 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4414
4415 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
4416
4417 * gdb.base/start-cpp.exp: New file.
4418 * gdb.base/start-cpp.cc: New file.
4419
4420 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4421
4422 * gdb.python/py-thrhandle.exp: Adjust tests to call
4423 thread_from_handle instead of thread_from_thread_handle.
4424
4425 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4426
4427 * gdb.python/py-thrhandle.exp: Add tests for
4428 gdb.InferiorThread.handle.
4429
4430 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4431
4432 * gdb.python/py-function.exp: Check calling helper function from
4433 all languages.
4434 * lib/gdb.exp (gdb_supported_languages): New proc.
4435
4436 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4437
4438 * gdb.base/complex-parts.c: New file.
4439 * gdb.base/complex-parts.exp: New file.
4440
4441 2019-04-01 Tom Tromey <tromey@adacore.com>
4442
4443 PR symtab/23331:
4444 * gdb.dwarf2/dw2-ranges-main.c: New file.
4445 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4446 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4447
4448 2019-03-30 Simon Marchi <simark@simark.ca>
4449
4450 * gdb.base/default.exp: Add values for $_gdb_major and
4451 $_gdb_minor.
4452
4453 2019-03-29 Tom Tromey <tromey@adacore.com>
4454
4455 * gdb.base/help.exp: Tighten apropos regexp.
4456
4457 2019-03-29 Keith Seitz <keiths@redhat.com>
4458
4459 * gdb.fortran/array-bounds.exp: New file.
4460 * gdb.fortran/array-bounds.f90: New file.
4461
4462 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4463
4464 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4465
4466 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4467
4468 * gdb.multi/hello.c (main): Increase alarm timer.
4469
4470 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4471
4472 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4473 factor when no hardware watchpoint support.
4474
4475 2019-03-28 Alan Hayward <alan.hayward@arm.com>
4476 Pedro Alves <palves@redhat.com>
4477
4478 * boards/local-board.exp: set sysroot to /.
4479
4480 2019-03-27 Alan Hayward <alan.hayward@arm.com>
4481
4482 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4483 in child.
4484
4485 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4486
4487 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4488 field.
4489 (make_container): Initialise new field.
4490 * gdb.python/py-prettyprint.exp: Add new tests.
4491 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4492 <display_hint>: New method.
4493
4494 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4495
4496 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4497 gdb_continue_to_breakpoint more throughout this test.
4498 (run_lang_tests) Supply unique test names, and use
4499 gdb_test_no_output.
4500
4501 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4502
4503 * gdb.base/finish-pretty.exp: Update expected results.
4504 * gdb.base/pretty-print.c: New file.
4505 * gdb.base/pretty-print.exp: New file.
4506
4507 2019-03-25 Pedro Alves <palves@redhat.com>
4508
4509 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4510 move comments outside list. Append '-i "" eof' section.
4511
4512 2019-03-22 Alan Hayward <alan.hayward@arm.com>
4513
4514 PR testsuite/25016
4515 * README: Add pie options.
4516 * gdb.base/break-interp.exp: Ensure pie is disabled.
4517 * gdb.base/dump.exp: Likewise.
4518 * lib/gdb.exp (gdb_compile): Add pie option.
4519
4520 2019-03-19 Tom Tromey <tromey@adacore.com>
4521
4522 * gdb.mi/mi2-cli-display.c: New file.
4523 * gdb.mi/mi2-cli-display.exp: New file.
4524
4525 2019-03-18 Joel Brobecker <brobecker@adacore.com>
4526 Tom Tromey <tromey@adacore.com>
4527
4528 * gdb.ada/ptype_array/pck.adb: New file.
4529 * gdb.ada/ptype_array/pck.ads: New file.
4530 * gdb.ada/ptype_array/foo.adb: New file.
4531 * gdb.ada/ptype_array.exp: New file.
4532
4533 2019-03-14 Tom Tromey <tromey@adacore.com>
4534
4535 * gdb.base/style.exp: Add "set style sources" test.
4536
4537 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4538
4539 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4540 * mi-breakpoint-multiple-locations.exp: ... this.
4541 (make_breakpoints_pattern): New proc.
4542 (do_test): Add mi_version parameter, test -break-insert,
4543 -break-info and =breakpoint-created.
4544
4545 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4546
4547 * config/default.exp: Remove 'load_lib gdb.exp'.
4548 * config/monitor.exp: Likewise.
4549 * config/sid.exp: Likewise.
4550 * config/sim.exp: Likewise.
4551 * config/slite.exp: Likewise.
4552 * config/unix.exp: Likewise.
4553 * gdb.base/default.exp: Remove unhelpful comment.
4554
4555 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4556
4557 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4558
4559 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4560
4561 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4562
4563 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4564
4565 * gdb.fortran/type-kinds.exp: Update expected results.
4566
4567 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4568
4569 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4570
4571 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4572
4573 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4574 function.
4575 (test_basic_parsing_of_type_kinds): Expand types tested.
4576 (test_parsing_invalid_type_kinds): New function.
4577
4578 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4579
4580 * gdb.fortran/intrinsics.exp: New file.
4581 * gdb.fortran/intrinsics.f90: New file.
4582 * gdb.fortran/type-kinds.exp: New file.
4583
4584 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4585
4586 * gdb.fortran/dot-ops.exp: New file.
4587
4588 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4589
4590 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4591 Check upper and lower case logical literals.
4592
4593 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4594
4595 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4596 Remove duplicate tests.
4597
4598 2019-03-06 Alan Hayward <alan.hayward@arm.com>
4599
4600 * lib/gdb.exp (builtin_cd): rename of cd.
4601 (cd): Override builtin.
4602
4603 2019-03-06 Richard Bunt <richard.bunt@arm.com>
4604
4605 * gdb.fortran/function-calls.exp: New file.
4606 * gdb.fortran/function-calls.f90: New test.
4607
4608 2019-03-04 Richard Bunt <richard.bunt@arm.com>
4609
4610 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4611 on user program standard output.
4612 * gdb.fortran/short-circuit-argument-list.f90: Record function
4613 calls.
4614
4615 2019-02-28 Alan Hayward <alan.hayward@arm.com>
4616
4617 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4618 failure.
4619
4620 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4621
4622 PR gdb/8527
4623 * gdb.base/interrupt-daemon-attach.c,
4624 gdb.base/interrupt-daemon-attach.exp: New test.
4625
4626 2019-02-27 Pedro Alves <palves@redhat.com>
4627
4628 * gdb.base/page.exp: Add tests for "set width/height -1".
4629
4630 2019-02-27 Pedro Alves <palves@redhat.com>
4631
4632 * gdb.base/page.exp: Add tests for "set/show width/height" with
4633 "infinite" values.
4634
4635 2019-02-27 Tom Tromey <tromey@adacore.com>
4636
4637 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4638 2.4.
4639 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4640 workaround.
4641
4642 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4643
4644 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4645 tests for structs with static members.
4646
4647 2019-02-26 Tom Tromey <tromey@adacore.com>
4648
4649 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4650 ValueError, not TypeError.
4651
4652 2019-02-26 Kevin Buettner <kevinb@redhat.com>
4653
4654 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4655 call from main program.
4656
4657 2019-02-23 Joel Brobecker <brobecker@adacore.com>
4658
4659 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4660 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4661 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4662 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4663 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4664
4665 2019-02-22 Keith Seitz <keiths@redhat.com>
4666
4667 PR symtab/23853
4668 * gdb.base/symlink-sourcefile.c: New file.
4669 * gdb.base/symlink-sourcefile.exp: New file.
4670
4671 2019-02-20 Tom Tromey <tom@tromey.com>
4672
4673 * gdb.base/info_qt.exp: Update.
4674
4675 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4676
4677 * gdb.base/source.exp: Move "error in sourced script" code to
4678 the end.
4679 * gdb.base/source-error.gdb: Move contents to
4680 source-error-1.gdb. Add new code to source source-error-1.gdb.
4681 * gdb.base/source-error-1.gdb: New file, from previous
4682 source-error.gdb.
4683
4684 2019-02-17 Tom Tromey <tom@tromey.com>
4685
4686 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4687 for macro styling.
4688 * gdb.base/style.c (SOME_MACRO): New macro.
4689
4690 2019-02-17 Tom Tromey <tom@tromey.com>
4691
4692 * gdb.base/style.exp: Add line-wrapping tests.
4693 * gdb.base/page.exp: Add test for quitting during pagination.
4694
4695 2019-02-17 Joel Brobecker <brobecker@adacore.com>
4696
4697 * gdb.ada/big_packed_array: New testcase.
4698 * gdb.ada/homonym.exp: Fix incorrect expected output for
4699 "break <homonym__get_value>" test.
4700
4701 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
4702
4703 PR breakpoints/21870
4704 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4705 and prepare_for_testing. Add comment.
4706 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4707 redundant cleanup call. Clean up comment.
4708
4709 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
4710
4711 PR breakpoints/21870
4712 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4713 * gdb.arch/aarch64-dbreg-contents.c: New file.
4714
4715 2019-02-10 Joel Brobecker <brobecker@adacore.com>
4716
4717 * gdb.ada/mi_ref_changeable: New testcase.
4718
4719 2019-02-07 Alan Hayward <alan.hayward@arm.com>
4720
4721 * gdb.base/attach.exp: Add double attach test.
4722
4723 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4724
4725 * lib/gdb.exp (default_gdb_start): Don't match pagination
4726 prompt.
4727 (gdb_init): Set stty_init.
4728
4729 2019-01-27 Tom Tromey <tom@tromey.com>
4730
4731 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4732 skip_python_tests.
4733
4734 2019-01-24 Alan Hayward <alan.hayward@arm.com>
4735
4736 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4737 New structure.
4738 (struct struct_static_02_02): Likewise.
4739 (struct struct_static_02_03): Likewise.
4740 (struct struct_static_02_04): Likewise.
4741 (struct struct_static_04_01): Likewise.
4742 (struct struct_static_04_02): Likewise.
4743 (struct struct_static_04_03): Likewise.
4744 (struct struct_static_04_04): Likewise.
4745 (struct struct_static_06_01): Likewise.
4746 (struct struct_static_06_02): Likewise.
4747 (struct struct_static_06_03): Likewise.
4748 (struct struct_static_06_04): Likewise.
4749 (cmp_struct_static_02_01): Likewise.
4750 (cmp_struct_static_02_02): Likewise.
4751 (cmp_struct_static_02_03): Likewise.
4752 (cmp_struct_static_02_04): Likewise.
4753 (cmp_struct_static_04_01): Likewise.
4754 (cmp_struct_static_04_02): Likewise.
4755 (cmp_struct_static_04_03): Likewise.
4756 (cmp_struct_static_04_04): Likewise.
4757 (cmp_struct_static_06_01): Likewise.
4758 (cmp_struct_static_06_02): Likewise.
4759 (cmp_struct_static_06_03): Likewise.
4760 (cmp_struct_static_06_04): Likewise.
4761 (call_all): Test new structs.
4762 * gdb.base/infcall-nested-structs.exp: Likewise.
4763
4764 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4765 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4766
4767 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4768 * gdb.base/stack-protector.c: New test.
4769 * gdb.base/stack-protector.exp: New file.
4770 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4771 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4772 option.
4773 (gdb_compile): Remove stack protector for GCC and prevent
4774 recursion.
4775
4776 2019-01-16 Keith Seitz <keiths@redhat.com>
4777
4778 PR gdb/23773
4779 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4780
4781 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4782
4783 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4784 aliases.
4785 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4786 tests.
4787 * gdb.arch/powerpc-vector-regs.c: New file.
4788 * gdb.arch/powerpc-vector-regs.exp: New file.
4789
4790 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4791
4792 * gdb.arch/altivec-regs.exp: Fix the list passed to
4793 gdb_expect_list when testing "info vector".
4794
4795 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4796
4797 * gdb.base/style.exp: Don't include path in testname.
4798
4799 2019-01-10 Keith Seitz <keiths@redhat.com>
4800
4801 PR gdb/23712
4802 PR symtab/23010
4803 * gdb.dwarf2/multidictionary.exp: New file.
4804
4805 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4806
4807 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4808 (test_gnuv3_style_demangling): ... this.
4809 (test_lucid_style_demangling): Remove.
4810 (test_arm_style_demangling): Remove.
4811 (test_hp_style_demangling): Remove.
4812 (do_tests): Remove calls to the above.
4813
4814 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4815
4816 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4817 case.
4818
4819 2019-01-06 Tom Tromey <tom@tromey.com>
4820
4821 PR gdb/28155:
4822 * gdb.dwarf2/typedef-void-finish.exp: New file.
4823
4824 2018-12-28 Tom Tromey <tom@tromey.com>
4825 Simon Marchi <simark@simark.ca>
4826
4827 * gdb.base/jit-exec.exp: New file.
4828 * gdb.base/jit-exec.c: New file.
4829 * gdb.base/jit-execd.c: New file.
4830
4831 2018-12-28 Tom Tromey <tom@tromey.com>
4832
4833 * gdb.base/style.exp: Update test to check for address styling.
4834
4835 2018-12-28 Tom Tromey <tom@tromey.com>
4836
4837 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4838 message.
4839
4840 2018-12-28 Tom Tromey <tom@tromey.com>
4841
4842 * gdb.base/style.exp: Add test for version number styling.
4843
4844 2018-12-28 Tom Tromey <tom@tromey.com>
4845
4846 * gdb.base/style.exp: Add test for print_address_symbolic.
4847
4848 2018-12-28 Tom Tromey <tom@tromey.com>
4849
4850 * gdb.base/style.exp: Add test for breakpoint setting.
4851
4852 2018-12-28 Tom Tromey <tom@tromey.com>
4853
4854 * gdb.base/style.exp: Add test for variable names.
4855
4856 2018-12-28 Tom Tromey <tom@tromey.com>
4857
4858 * gdb.base/style.exp: New file.
4859 * gdb.base/style.c: New file.
4860
4861 2018-12-28 Tom Tromey <tom@tromey.com>
4862
4863 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4864 "dumb".
4865 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4866 the TERM environment variable.
4867
4868 2018-12-27 Tom Tromey <tom@tromey.com>
4869
4870 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4871 pagination test.
4872
4873 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4874
4875 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4876 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4877
4878 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4879
4880 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4881 Filename a.adb changed to bp_fun_addr.adb.
4882 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4883
4884 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4885
4886 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4887 non-PIE executables.
4888 * README: Mention the gdb,nopie_flag board setting.
4889 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4890 non-PIE executable.
4891 * gdb.arch/amd64-entry-value.exp: Likewise.
4892 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4893 * gdb.arch/i386-float.exp: Likewise.
4894 * gdb.arch/i386-signal.exp: Likewise.
4895 * gdb.mi/mi-reg-undefined.exp: Likewise.
4896
4897 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4898
4899 PR gdb/23974
4900 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4901
4902 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4903
4904 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4905 Update order of results accordingly.
4906
4907 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4908
4909 * gdb.base/annota1.exp: Update a test regexp.
4910
4911 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4912
4913 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4914
4915 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4916
4917 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4918 (reuse_time): Initialize to REUSE_TIME_CAP.
4919 (check_rc): New function.
4920 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4921 Check pthread_create rc.
4922 (spawner_thread_func): Check pthread_create and pthread_join rc.
4923
4924 2018-12-08 Pedro Alves <palves@redhat.com>
4925
4926 * gdb.base/list.exp (test_forward_search): Rename to ...
4927 (test_forward_reverse_search): ... this. Also test reverse-search
4928 and the forward-search alias.
4929
4930 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4931
4932 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4933 local timeout variable before return, and remove all local timeout
4934 variable entirely.
4935 (gdb_load): Likewise.
4936
4937 2018-12-01 Tom de Vries <tdevries@suse.de>
4938
4939 * gdb.base/gdb-caching-proc.exp: New file.
4940
4941 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4942
4943 * Makefile.in (TIMESTAMP): New variable.
4944 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4945 command.
4946 (check-single-racy): Likewise.
4947 (check/%.exp): Likewise.
4948 (check-racy/%.exp): Likewise.
4949 (workers/%.worker): Likewise.
4950 (build-perf): Likewise.
4951 (check-perf): Likewise.
4952 * README: Describe new "TS" and "TS_FORMAT" variables.
4953 * print-ts.py: New file.
4954
4955 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4956
4957 PR python/23714
4958 * gdb.python/python.exp: Test command repetition after
4959 gdb.execute.
4960
4961 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4962
4963 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4964 is correctly aligned.
4965
4966 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4967
4968 * gdb.ada/info_auto_lang.exp: New testcase.
4969 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4970 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4971 * gdb.ada/info_auto_lang/some_c.c: New file.
4972
4973 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4974
4975 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4976 FUNC_lang language syntax.
4977
4978 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4979
4980 * gdb.base/info_minsym.c: New file.
4981 * gdb.base/info_minsym.exp: New file.
4982
4983 2018-11-19 Tom Tromey <tom@tromey.com>
4984
4985 PR rust/23625:
4986 * gdb.rust/simple.exp: Add ptype test. Update expected output.
4987 * gdb.rust/expr.exp: Update expected output. Change one test.
4988
4989 2018-11-19 Tom Tromey <tom@tromey.com>
4990
4991 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
4992
4993 2018-11-19 Pedro Alves <palves@redhat.com>
4994
4995 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
4996 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
4997 see the expected warning.
4998
4999 2018-11-16 Alan Hayward <alan.hayward@arm.com>
5000
5001 PR gdb/22736:
5002 * gdb.cp/infcall-nodebug-lib.c: New test.
5003 * gdb.cp/infcall-nodebug-main.c: New test.
5004 * gdb.cp/infcall-nodebug.exp: New file.
5005
5006 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5007
5008 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5009 completer tests.
5010
5011 2018-11-09 Tom de Vries <tdevries@suse.de>
5012
5013 * gdb.base/msym-lang.c: New test.
5014 * gdb.base/msym-lang.exp: New file.
5015 * gdb.base/msym-lang-main.c: New test.
5016
5017 2018-11-08 Tom Tromey <tom@tromey.com>
5018
5019 PR gdb/23555:
5020 PR gdb/23838:
5021 * gdb.base/warning.exp: New file.
5022
5023 2018-11-08 Jan Beulich <jbeulich@suse.com>
5024
5025 * testsuite/gdb.arch/i386-avx512.c,
5026 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5027
5028 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5029
5030 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5031 point hardware.
5032
5033 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5034
5035 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5036 * gdb.dwarf2/missing-type-name.exp: New file.
5037
5038 2018-11-06 Tom de Vries <tdevries@suse.de>
5039
5040 * gdb.base/many-headers.c: New test.
5041 * gdb.base/many-headers.exp: New file.
5042
5043 2018-11-06 Jim Wilson <jimw@sifive.com>
5044
5045 * gdb.base/code_elim.exp: For riscv, set additional_flags
5046 to include -msmall-data-limit=0.
5047
5048 2018-11-01 Joel Brobecker <brobecker@adacore.com>
5049
5050 * gdb.ada/watch_minus_l: New testcase.
5051
5052 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5053
5054 * gdb.arch/aix-sighandle.c: New file.
5055 * gdb.arch/aix-sighandle.exp: New file.
5056
5057 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5058
5059 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5060 registers being unions.
5061
5062 2018-10-31 Tom de Vries <tdevries@suse.de>
5063
5064 * lib/valgrind.exp: New file.
5065 (vgdb_start, vgdb_stop): New procs, factored out of ...
5066 * gdb.base/valgrind-bt.exp: ... here, ...
5067 * gdb.base/valgrind-disp-step.exp: ... here and ...
5068 * gdb.base/valgrind-infcall.exp: ... here.
5069
5070 2018-10-31 Tom de Vries <tdevries@suse.de>
5071
5072 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5073
5074 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5075
5076 * gdb.dwarf2/void-type.c: New file.
5077 * gdb.dwarf2/void-type.exp: New file.
5078
5079 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5080
5081 * gdb.base/info_qt.c: New file.
5082 * gdb.base/info_qt.exp: New file.
5083
5084 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5085
5086 * gdb.arch/powerpc-htm-regs.c: New file.
5087 * gdb.arch/powerpc-htm-regs.exp: New file.
5088
5089 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5090
5091 * gdb.arch/powerpc-tar.c: New file.
5092 * gdb.arch/powerpc-tar.exp: New file.
5093
5094 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5095
5096 * gdb.arch/powerpc-ppr-dscr.c: New file.
5097 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5098
5099 2018-10-25 Tom de Vries <tdevries@suse.de>
5100
5101 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5102
5103 2018-10-24 Tom de Vries <tdevries@suse.de>
5104
5105 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5106 longer exists error.
5107
5108 2018-10-24 Tom de Vries <tdevries@suse.de>
5109
5110 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5111
5112 2018-10-24 Tom de Vries <tdevries@suse.de>
5113
5114 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5115 --db-attach in valgrind.
5116
5117 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5118
5119 * gdb.arch/riscv-reg-aliases.c: New file.
5120 * gdb.arch/riscv-reg-aliases.exp: New file.
5121
5122 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5123
5124 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5125
5126 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5127
5128 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5129
5130 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5131
5132 * gdb.cp/ovldbreak.exp: Fix regexps.
5133
5134 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5135
5136 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5137
5138 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5139
5140 PR cli/23785
5141 * gdb.base/restore.exp: New test to check if "restore" with an
5142 invalid file doesn't segfault.
5143
5144 2018-10-18 Tom de Vries <tdevries@suse.de>
5145
5146 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5147 * gdb.ada/excep_handle.exp: Same.
5148 * gdb.ada/mi_string_access.exp: Same.
5149 * gdb.ada/mi_var_union.exp: Same.
5150 * gdb.arch/arc-analyze-prologue.exp: Same.
5151 * gdb.arch/arc-decode-insn.exp: Same.
5152 * gdb.base/readnever.exp: Same.
5153 * gdb.fortran/printing-types.exp: Same.
5154 * gdb.guile/scm-lazy-string.exp: Same.
5155
5156 2018-10-16 Tom de Vries <tdevries@suse.de>
5157
5158 PR gdb/23730
5159 * gdb.base/catch-follow-exec.c: Add copyright notice.
5160 * gdb.base/catch-follow-exec.exp: Rewrite to use
5161 gdb_spawn_with_cmdline_opts. Require gdb-native.
5162
5163 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5164
5165 * gdb.trace/actions-changed.exp: Check for arch support.
5166 * gdb.trace/actions.exp: Likewise.
5167 * gdb.trace/ax.exp: Likewise.
5168 * gdb.trace/backtrace.exp: Likewise.
5169 * gdb.trace/change-loc.exp: Likewise.
5170 * gdb.trace/deltrace.exp: Likewise.
5171 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5172 * gdb.trace/ftrace.exp: Likewise.
5173 * gdb.trace/infotrace.exp: Check for arch support.
5174 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5175 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5176 * gdb.trace/mi-tsv-changed.exp: Likewise.
5177 * gdb.trace/packetlen.exp: Likewise.
5178 * gdb.trace/passc-dyn.exp: Likewise.
5179 * gdb.trace/passcount.exp: Likewise.
5180 * gdb.trace/pending.exp: Likewise.
5181 * gdb.trace/range-stepping.exp: Check for shlib support.
5182 * gdb.trace/report.exp: Check for arch support.
5183 * gdb.trace/save-trace.exp: Likewise.
5184 * gdb.trace/signal.exp: Check for signal support.
5185 * gdb.trace/tfind.exp: Check for arch support.
5186 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5187 * gdb.trace/trace-common.h: Add comment.
5188 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5189 * gdb.trace/trace-enable-disable.exp: Likewise.
5190 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5191 * gdb.trace/tracecmd.exp: Check for arch support.
5192 * gdb.trace/tspeed.exp: Check for shlib and target support.
5193 * gdb.trace/tstatus.exp: Check for arch support.
5194 * gdb.trace/tsv.exp: Likewise.
5195 * gdb.trace/while-dyn.exp: Likewise.
5196 * gdb.trace/while-stepping.exp: Likewise.
5197 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5198
5199 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5200
5201 * gdb.trace/tspeed.exp: Remove nowarnings.
5202 (prepare_for_trace_test): Declare "global ipalib".
5203 * gdb.trace/tspeed.c: Include unistd.h.
5204 (main): Remove superfluous printf argument.
5205
5206 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5207
5208 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5209 directory prefix on the filename.
5210
5211 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5212
5213 * gdb.gdb/unittest.exp: Update expected message informing that
5214 selftests have been disabled.
5215 * gdb.server/unittest.exp: Likewise.
5216
5217 2018-10-09 Tom de Vries <tdevries@suse.de>
5218
5219 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5220 with runto_main.
5221
5222 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
5223
5224 PR c++/16841
5225 * gdb.cp/virtbase2.cc: New file.
5226 * gdb.cp/virtbase2.exp: New file.
5227
5228 2018-10-06 Tom Tromey <tom@tromey.com>
5229
5230 PR python/19399:
5231 * gdb.python/py-inferior.exp: Add architecture test.
5232
5233 2018-10-06 Tom Tromey <tom@tromey.com>
5234
5235 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5236 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5237
5238 2018-10-06 Tom Tromey <tom@tromey.com>
5239
5240 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5241 of a "throw" catchpoint.
5242
5243 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5244
5245 * gdb.base/info-proc.exp: Update string expected from "help info
5246 proc".
5247
5248 2018-10-04 Tom Tromey <tom@tromey.com>
5249
5250 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5251 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5252 (test_initial_complaints, test_empty_complaints): Update.
5253 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5254
5255 2018-10-04 Tom Tromey <tom@tromey.com>
5256
5257 PR cli/19551:
5258 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5259 * lib/gdb.exp (gdb_file_cmd): Update.
5260 * gdb.stabs/weird.exp (print_weird_var): Update.
5261 * gdb.server/solib-list.exp: Update.
5262 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5263 * gdb.mi/mi-cli.exp: Update.
5264 * gdb.linespec/linespec.exp: Update.
5265 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5266 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5267 * gdb.cp/cp-relocate.exp: Update.
5268 * gdb.base/sym-file.exp: Update.
5269 * gdb.base/relocate.exp: Update.
5270 * gdb.base/readnever.exp: Update.
5271 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5272 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5273 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5274 * gdb.base/code_elim.exp: Update.
5275 * gdb.base/break-unload-file.exp (test_break): Update.
5276 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5277 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5278 Update.
5279 * gdb.base/attach.exp (do_attach_tests): Update.
5280 * gdb.base/sepdebug.exp: Update.
5281 * gdb.python/py-section-script.exp: Update.
5282
5283 2018-10-04 Tom Tromey <tom@tromey.com>
5284
5285 PR cli/22234:
5286 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5287 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5288 output.
5289
5290 2018-10-04 Tom Tromey <tom@tromey.com>
5291
5292 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5293 set width and height to 0.
5294 (test_command_line_attach_run): Use -quiet.
5295
5296 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5297
5298 * lib/gdb.exp (skip_ifunc_tests): New.
5299 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5300 other compile failures.
5301 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5302
5303 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5304
5305 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5306 is_amd64_regs_target.
5307
5308 2018-10-01 Alan Hayward <alan.hayward@arm.com>
5309
5310 * gdb.arch/aarch64-sighandler-regs.c: New test.
5311 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5312 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5313
5314 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5315
5316 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5317 assembly.
5318
5319 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5320
5321 * gdb.base/frame-selection.exp: New file.
5322 * gdb.base/frame-selection.c: New file.
5323
5324 2018-09-27 Alan Hayward <alan.hayward@arm.com>
5325
5326 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5327 pthread barrier.
5328 (main): Likewise.
5329
5330 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5331
5332 * gdb.base/large-frame-1.c: New file.
5333 * gdb.base/large-frame-2.c: New file.
5334 * gdb.base/large-frame.exp: New file.
5335 * gdb.base/large-frame.h: New file.
5336
5337 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5338
5339 PR gdb/20948
5340 * gdb.base/write_mem.exp: New test.
5341 * gdb.base/write_mem.c: Likewise.
5342
5343 2018-09-23 Tom Tromey <tom@tromey.com>
5344
5345 PR python/18852:
5346 * gdb.python/py-parameter.exp: Add test for parameter that throws
5347 on "set".
5348
5349 2018-09-23 Tom Tromey <tom@tromey.com>
5350
5351 PR python/17284:
5352 * gdb.python/py-template.exp (test_template_arg): Add test for
5353 negative template argument number.
5354
5355 2018-09-23 Tom Tromey <tom@tromey.com>
5356
5357 PR python/14062:
5358 * gdb.python/python.exp: Add test for post_event error.
5359
5360 2018-09-23 Tom Tromey <tom@tromey.com>
5361
5362 PR python/18170:
5363 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5364 convert pointers to int and long.
5365
5366 2018-09-23 Tom Tromey <tom@tromey.com>
5367
5368 PR python/20126:
5369 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5370 signed-ness conversion tests.
5371
5372 2018-09-23 Tom Tromey <tom@tromey.com>
5373
5374 PR python/18352;
5375 * gdb.python/py-value.exp (test_float_conversion): New proc.
5376 Use it.
5377
5378 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5379
5380 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5381
5382 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5383
5384 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5385 no readline.
5386 * gdb.base/utf8-identifiers.exp: Likewise.
5387 * gdb.cp/cpcompletion.exp: Likewise.
5388 * gdb.linespec/cpcompletion.exp: Likewise.
5389 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5390 * gdb.linespec/cpls-ops.exp: Likewise.
5391
5392 2018-09-19 Richard Bunt <richard.bunt@arm.com>
5393 Chris January <chris.january@arm.com>
5394
5395 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5396 * gdb.fortran/short-circuit-argument-list.exp: New file.
5397 * gdb.fortran/short-circuit-argument-list.f90: New test.
5398
5399 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5400
5401 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5402 "arch=" keyword when executing "-stack-list-frames".
5403
5404 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5405
5406 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5407 "arch=" keyword when executing "-stack-list-frames".
5408
5409 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5410
5411 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5412 break ada".
5413
5414 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5415
5416 PR python/23669
5417 * gdb.python/python.exp: Test gdb.execute("show commands").
5418
5419 2018-09-16 Tom Tromey <tom@tromey.com>
5420
5421 * gdb.base/new-ui.exp (do_execution_tests): Update.
5422 * gdb.base/dbx.exp (test_breakpoints): Update.
5423
5424 2018-09-14 Alan Hayward <alan.hayward@arm.com>
5425
5426 * lib/gdb.exp (gdb_simple_compile): Add proc.
5427 (is_elf_target): Use gdb_simple_compile.
5428 (skip_altivec_tests): Likewise.
5429 (skip_vsx_tests): Likewise.
5430 (skip_tsx_tests): Likewise.
5431 (skip_btrace_tests): Likewise.
5432 (skip_btrace_pt_tests): Likewise.
5433 (gdb_can_simple_compile): Likewise.
5434 (gdb_has_argv0): Likewise.
5435 (gdb_target_symbol_prefix): Likewise.
5436 (target_supports_scheduler_locking): Likewise.
5437
5438 2018-09-13 Tom Tromey <tom@tromey.com>
5439
5440 * Makefile.in (TAGS): Recognize proc_with_prefix and
5441 gdb_caching_proc.
5442
5443 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5444
5445 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5446 method.
5447
5448 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5449
5450 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5451 and a few other Inferior properties when the Inferior is no
5452 longer valid.
5453
5454 2018-09-13 Tom Tromey <tom@tromey.com>
5455
5456 PR rust/23650:
5457 * gdb.rust/simple.exp: Add test for enum field access error.
5458
5459 2018-09-13 Tom Tromey <tom@tromey.com>
5460
5461 PR rust/23626:
5462 * gdb.rust/simple.rs (EmptyEnum): New type.
5463 (main): Use it.
5464 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5465
5466 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5467
5468 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5469 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5470 * gdb.python/py-symtab.exp: Update test printing an objfile.
5471
5472 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5473
5474 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5475 object.
5476
5477 2018-09-12 Alan Hayward <alan.hayward@arm.com>
5478
5479 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5480 (support_complex_tests): Use gdb_can_simple_compile.
5481 (is_ilp32_target): Likewise.
5482 (is_lp64_target): Likewise.
5483 (is_64_target): Likewise.
5484 (is_amd64_regs_target): Likewise.
5485 (is_aarch32_target): Likewise.
5486 (gdb_int128_helper): Likewise.
5487
5488 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5489
5490 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5491
5492 2018-09-10 Jerome Guitton <guitton@adacore.com>
5493
5494 * gdb.ada/same_component_name: Add test for case of tagged record
5495 with variable-length fields.
5496
5497 2018-09-10 Xavier Roirand <roirand@adacore.com>
5498
5499 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5500 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5501 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5502 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5503
5504 2018-09-10 Xavier Roirand <roirand@adacore.com>
5505
5506 * gdb.ada/mi_string_access.exp: New testcase.
5507 * gdb.ada/mi_string_access/bar.adb: New file.
5508 * gdb.ada/mi_string_access/pck.adb: New file.
5509 * gdb.ada/mi_string_access/pck.asd: New file.
5510
5511 2018-09-10 Xavier Roirand <roirand@adacore.com>
5512
5513 * gdb.ada/mi_var_union.exp: New testcase.
5514 * gdb.ada/mi_var_union/bar.adb: New file.
5515 * gdb.ada/mi_var_union/pck.adb: New file.
5516 * gdb.ada/mi_var_union/pck.asd: New file.
5517
5518 2018-09-08 Tom Tromey <tom@tromey.com>
5519
5520 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5521
5522 2018-09-08 Tom Tromey <tom@tromey.com>
5523
5524 PR python/16047:
5525 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5526 (register_pretty_printers): Register new printer.
5527 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5528 test.
5529 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5530 (an_int_type3): New global.
5531
5532 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5533
5534 * gdb.ada/expr_with_funcall: New testcase.
5535
5536 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5537
5538 * gdb.ada/packed_array_assign: New testcase.
5539
5540 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5541
5542 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5543 names, and add test prefixes to make test names unique.
5544
5545 2018-09-05 Tom de Vries <tdevries@suse.de>
5546
5547 * gdb.dwarf2/varval.exp: Add test.
5548
5549 2018-09-04 Gary Benson <gbenson@redhat.com>
5550
5551 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5552 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5553
5554 2018-08-31 Tom Tromey <tom@tromey.com>
5555
5556 * gdb.rust/simple.rs: Rename second variable "v".
5557
5558 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5559
5560 * gdb.base/funcargs.c (use_a): New function.
5561 (recurse): Call use_a.
5562
5563 2018-08-29 Keith Seitz <keiths@redhat.com>
5564
5565 * gdb.compile/compile-cplus-anonymous.cc: New file.
5566 * gdb.compile/compile-cplus-anonymous.exp: New file.
5567 * gdb.compile/compile-cplus-array-decay.cc: New file.
5568 * gdb.compile/compile-cplus-array-decay.exp: New file.
5569 * gdb.compile/compile-cplus-inherit.cc: New file.
5570 * gdb.compile/compile-cplus-inherit.exp: New file.
5571 * gdb.compile/compile-cplus-member.cc: New file.
5572 * gdb.compile/compile-cplus-member.exp: New file.
5573 * gdb.compile/compile-cplus-method.cc: New file.
5574 * gdb.compile/compile-cplus-method.exp: New file.
5575 * gdb.compile/compile-cplus-mod.c: "New" file.
5576 * gdb.compile/compile-cplus-namespace.cc: New file.
5577 * gdb.compile/compile-cplus-namespace.exp: New file.
5578 * gdb.compile/compile-cplus-nested.cc: New file.
5579 * gdb.compile/compile-cplus-nested.exp: New file.
5580 * gdb.compile/compile-cplus-print.c: "New" file.
5581 * gdb.compile/compile-cplus-print.exp: "New" file.
5582 * gdb.compile/compile-cplus-virtual.cc: New file.
5583 * gdb.compile/compile-cplus-virtual.exp: New file.
5584 * gdb.compile/compile-cplus.c: "New" file.
5585 * gdb.compile/compile-cplus.exp: "New" file.
5586 * lib/compile-support.exp: New file.
5587
5588 2018-08-16 Gary Benson <gbenson@redhat.com>
5589
5590 PR gdb/13000:
5591 * gdb.base/batch-exit-status.exp: New file.
5592 * gdb.base/batch-exit-status.good-commands: Likewise.
5593 * gdb.base/batch-exit-status.bad-commands: Likewise.
5594
5595 2018-08-29 Alan Hayward <alan.hayward@arm.com>
5596
5597 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5598 (struct struct02): Likewise.
5599 (struct struct03): Likewise.
5600 (struct struct04): Likewise.
5601 (struct struct_01_01): New struct.
5602 (struct struct_01_02): Likewise.
5603 (struct struct_01_03): Likewise.
5604 (struct struct_01_04): Likewise.
5605 (struct struct_02_01): Likewise.
5606 (struct struct_02_02): Likewise.
5607 (struct struct_02_03): Likewise.
5608 (struct struct_02_04): Likewise.
5609 (struct struct_04_01): Likewise.
5610 (struct struct_04_02): Likewise.
5611 (struct struct_04_03): Likewise.
5612 (struct struct_04_04): Likewise.
5613 (struct struct_05_01): Likewise.
5614 (struct struct_05_02): Likewise.
5615 (struct struct_05_03): Likewise.
5616 (struct struct_05_04): Likewise.
5617 (cmp_struct01): Remove function.
5618 (cmp_struct02): Likewise.
5619 (cmp_struct03): Likewise.
5620 (cmp_struct04): Likewise.
5621 (cmp_struct_01_01): Add Function.
5622 (cmp_struct_01_02): Likewise.
5623 (cmp_struct_01_03): Likewise.
5624 (cmp_struct_01_04): Likewise.
5625 (cmp_struct_02_01): Likewise.
5626 (cmp_struct_02_02): Likewise.
5627 (cmp_struct_02_03): Likewise.
5628 (cmp_struct_02_04): Likewise.
5629 (cmp_struct_04_01): Likewise.
5630 (cmp_struct_04_02): Likewise.
5631 (cmp_struct_04_03): Likewise.
5632 (cmp_struct_04_04): Likewise.
5633 (cmp_struct_05_01): Likewise.
5634 (cmp_struct_05_02): Likewise.
5635 (cmp_struct_05_03): Likewise.
5636 (cmp_struct_05_04): Likewise.
5637 (call_all): Add new structs.
5638 * gdb.base/infcall-nested-structs.exp: Likewise.
5639
5640 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5641
5642 * gdb.python/py-framefilter-mi.exp: Update regexp to
5643 check for "arch" field in frame output.
5644
5645 2018-08-23 Kevin Buettner <kevinb@redhat.com>
5646
5647 * gdb.dwarf2/dw2-ranges-func.c: New file.
5648 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5649
5650 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5651
5652 * gdb.base/term.exp: Compare terminal settings with values from
5653 the inferior.
5654 * gdb.base/term.c: Get and set terminal settings.
5655
5656 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5657
5658 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5659 accommodate new "arch" field in frame output.
5660 * gdb.mi/mi-return.exp: Likewise.
5661 * gdb.mi/mi-stack.exp: Likewise.
5662 * gdb.mi/mi-syn-frame.exp: Likewise.
5663 * gdb.mi/user-selected-context-sync.exp: Likewise.
5664
5665 2018-08-19 Michael Spang <spang@google.com>
5666
5667 PR gdb/11786
5668 * gdb.base/gcore-tls-pie.c: New file.
5669 * gdb.base/gcore-tls-pie.exp: New file.
5670
5671 2018-08-18 Kevin Buettner <kevinb@redhat.com>
5672
5673 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
5674 * gdb.dwarf2/varval.c: New file.
5675 * gdb.dwarf2/varval.exp: New file.
5676
5677 2018-08-17 Alan Hayward <alan.hayward@arm.com>
5678
5679 PR gdb/18931
5680 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5681
5682 2018-08-16 Keith Seitz <keiths@redhat.com>
5683
5684 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5685 tests expected to pass.
5686
5687 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5688
5689 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5690 -data-disassemble -a.
5691 (test_disassembly_bogus_args): Likewise.
5692
5693 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5694
5695 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5696
5697 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5698
5699 * gdb.base/vla-optimized-out.exp: Add new test.
5700
5701 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5702
5703 * gdb.base/vla-optimized-out-o3.exp: Delete.
5704 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5705 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5706 deleted tests.
5707
5708 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5709
5710 PR gdb/18050:
5711 * gdb.server/extended-remote-restart.c: New file.
5712 * gdb.server/extended-remote-restart.exp: New file.
5713
5714 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5715
5716 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5717 "set variable index = 42".
5718
5719 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5720
5721 * boards/index-cache-gdb.exp: New file.
5722 * gdb.dwarf2/index-cache.exp: New file.
5723 * gdb.dwarf2/index-cache.c: New file.
5724 * gdb.base/maint.exp: Check if we are using the index cache.
5725
5726 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5727
5728 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5729 MAKEFLAGS.
5730
5731 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5732
5733 * dg-extract-results.sh: Move to toplevel contrib.
5734 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5735 * Makefile.in (check-parallel-racy): Likewise.
5736
5737 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5738
5739 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5740 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5741 tests if the target supports scheduler locking.
5742
5743 2018-08-04 Tom de Vries <tdevries@suse.de>
5744
5745 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5746
5747 2018-08-02 Tom Tromey <tom@tromey.com>
5748
5749 PR symtab/16842.
5750 * gdb.cp/temargs.exp: Test "info address" of a template
5751 parameter.
5752
5753 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5754
5755 * gdb.python/py-mi-var-info-path-expression.c: New file.
5756 * gdb.python/py-mi-var-info-path-expression.py: New file.
5757 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5758
5759 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5760
5761 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5762 error after "cannot resolve name" string.
5763
5764 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5765
5766 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5767 started.
5768 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5769
5770 2018-07-28 Tom de Vries <tdevries@suse.de>
5771
5772 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5773
5774 2018-07-26 Tom de Vries <tdevries@suse.de>
5775
5776 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5777
5778 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5779
5780 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5781 is visible.
5782
5783 2018-07-26 Tom de Vries <tdevries@suse.de>
5784
5785 PR breakpoints/23366
5786 * gdb.base/catch-follow-exec.c: New test.
5787 * gdb.base/catch-follow-exec.exp: New file.
5788
5789 2018-07-25 Tom de Vries <tdevries@suse.de>
5790
5791 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5792 vla-optimized-out.c.
5793
5794 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5795
5796 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5797 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5798
5799 2018-07-20 Tom de Vries <tdevries@suse.de>
5800
5801 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5802 NOCLONE macro.
5803 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5804
5805 2018-07-19 Tom de Vries <tdevries@suse.de>
5806
5807 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5808 regular expression.
5809
5810 2018-07-18 Tom de Vries <tdevries@suse.de>
5811
5812 * gdb.base/vla-optimized-out.c: New test.
5813 * gdb.base/vla-optimized-out.exp: New file.
5814
5815 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5816
5817 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5818 message "No address associated with hostname" when gdbserver
5819 cannot resolve the hostname.
5820
5821 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5822
5823 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5824 Add some test prefixes to make tests unique.
5825
5826 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5827
5828 * gdb.base/frameapply.c: New file.
5829 * gdb.base/frameapply.exp: New file.
5830
5831 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5832
5833 * gdb.base/skip.exp: Update expected error message.
5834
5835 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5836 Jan Kratochvil <jan.kratochvil@redhat.com>
5837 Paul Fertser <fercerpav@gmail.com>
5838 Tsutomu Seki <sekiriki@gmail.com>
5839
5840 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5841 parameter.
5842 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5843 by default.
5844 * boards/native-gdbserver.exp: Likewise.
5845 * gdb.server/run-without-local-binary.exp: Improve regexp used
5846 for detecting when a remote debugging connection succeeds.
5847 * gdb.server/server-connect.exp: New file.
5848 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5849 Do not prefix the port number with ":".
5850 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5851 support for detecting and using it. Add '$debughost_gdbserver'
5852 to the list of arguments used to start gdbserver. Handle case
5853 when gdbserver cannot resolve a network name.
5854
5855 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5856
5857 PR c++/23373
5858 * gdb.base/ptype-offsets.cc (struct static_member): New
5859 struct.
5860 (main) <stmember>: New variable.
5861 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5862 with a static member in it.
5863
5864 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5865
5866 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5867 watchpoints enabled and disabled.
5868
5869 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5870
5871 * gdb.base/examine-backward.exp: Still run tests around address
5872 0x0, even if address 0x0 is not readable. Update the pattern for
5873 matching address 0x0 in expected output.
5874
5875 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5876
5877 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5878 malloc/free.
5879
5880 2018-07-04 Tom de Vries <tdevries@suse.de>
5881
5882 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5883
5884 2018-07-02 Maciej W. Rozycki <macro@mips.com>
5885
5886 PR tdep/8282
5887 * gdb.arch/mips-disassembler-options.exp: New test.
5888 * gdb.arch/mips-disassembler-options.s: New test source.
5889
5890 2018-06-29 Pedro Alves <palves@redhat.com>
5891
5892 * gdb.threads/names.exp: Adjust expected "info threads" output.
5893
5894 2018-06-29 Pedro Alves <palves@redhat.com>
5895
5896 * gdb.opt/inline-break.exp (line number, address): Add "info
5897 break" tests.
5898
5899 2018-06-29 Pedro Alves <palves@redhat.com>
5900
5901 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5902 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5903 number and address and running to them.
5904
5905 2018-06-29 Richard Bunt <richard.bunt@arm.com>
5906
5907 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5908
5909 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5910
5911 * lib/compiler.c: Remove executable permission flag.
5912
5913 2018-06-28 Richard Bunt <richard.bunt@arm.com>
5914
5915 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5916 code.
5917 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5918
5919 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5920
5921 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5922
5923 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5924
5925 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5926 address argument is omitted.
5927
5928 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5929
5930 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5931
5932 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
5933
5934 PR gdb/21695
5935 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5936 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5937
5938 2018-06-26 Tom Tromey <tom@tromey.com>
5939
5940 PR rust/22574:
5941 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5942 * gdb.rust/simple.rs (struct SimpleLayout): New.
5943
5944 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5945
5946 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5947 "info registers" output.
5948
5949 2018-06-21 Richard Bunt <richard.bunt@arm.com>
5950
5951 * gdb.base/watchpoint-hw-attach.c: New test.
5952 * gdb.base/watchpoint-hw-attach.exp: New file.
5953
5954 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5955
5956 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5957 through /bin/sh.
5958 * boards/dwarf4-gdb-index.exp: Likewise.
5959 * boards/fission-dwp.exp: Likewise.
5960
5961 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5962
5963 * gdb.base/float128.exp: Add comment and improved fail message
5964 to the failure case of "print large128" test.
5965
5966 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5967
5968 * configure.ac: Remove AC_PREREQ.
5969 * configure: Re-generate.
5970
5971 2018-06-19 Pedro Alves <palves@redhat.com>
5972
5973 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5974 (func_extern_caller): New.
5975 (main): Call func_extern_caller.
5976 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5977 logic change.
5978
5979 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
5980
5981 PR gdb/16841
5982 * gdb.cp/typedef-base.cc: New file.
5983 * gdb.cp/typedef-base.exp: New file.
5984
5985 2018-06-18 Tom de Vries <tdevries@suse.de>
5986
5987 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
5988
5989 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5990 Richard Bunt <Richard.Bunt@arm.com>
5991
5992 * gdb.threads/attach-slow-waitpid.c: New file.
5993 * gdb.threads/attach-slow-waitpid.exp: New file.
5994 * gdb.threads/slow-waitpid.c: New file.
5995
5996 2018-06-14 Pedro Alves <palves@redhat.com>
5997
5998 * gdb.base/fork-running-state.c: Include <errno.h>.
5999 (exit_if_relative_exits): New.
6000 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6001 exits.
6002 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6003 child exits.
6004
6005 2018-06-14 Tom de Vries <tdevries@suse.de>
6006
6007 PR cli/22573
6008 * gdb.base/finish-pretty.c: New test.
6009 * gdb.base/finish-pretty.exp: New file.
6010
6011 2018-06-14 Pedro Alves <palves@redhat.com>
6012
6013 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6014 gdb's expected startup output.
6015
6016 2018-06-14 Pedro Alves <palves@redhat.com>
6017
6018 * lib/selftest-support.exp (selftest_setup): Remove inlined
6019 function handling.
6020
6021 2018-06-14 Tom de Vries <tdevries@suse.de>
6022
6023 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6024 matching of breakpoint printing.
6025
6026 2018-06-13 Tom de Vries <tdevries@suse.de>
6027
6028 PR testsuite/23269
6029 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6030 (fork_child): ... here, and ...
6031 (fork_parent): ... here.
6032
6033 2018-06-12 Tom de Vries <tdevries@suse.de>
6034
6035 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6036
6037 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6038 Stephen Roberts <stephen.roberts@arm.com>
6039
6040 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6041 rewrite test to describe action performed, rather than possible
6042 failure.
6043
6044 2018-06-08 Gary Benson <gbenson@redhat.com>
6045
6046 * gdb.threads/check-libthread-db.exp: New file.
6047 * gdb.threads/check-libthread-db.c: Likewise.
6048
6049 2018-06-05 Tom Tromey <tom@tromey.com>
6050
6051 * gdb.base/default.exp: Update expected "show version" output.
6052
6053 2018-06-05 Tom Tromey <tom@tromey.com>
6054
6055 PR cli/12326:
6056 * gdb.cp/static-print-quit.exp: Update.
6057 * lib/gdb.exp (pagination_prompt): Update.
6058 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6059 * gdb.python/python.exp: Update.
6060
6061 2018-06-04 Joel Brobecker <brobecker@adacore.com>
6062
6063 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6064
6065 2018-06-01 Joel Brobecker <brobecker@adacore.com>
6066
6067 * gdb.ada/bp_fun_addr: New testcase.
6068
6069 2018-06-01 Tom Tromey <tom@tromey.com>
6070
6071 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6072 results.
6073 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6074 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6075 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6076 * gdb.base/maint.exp (maint_pass_if): Update.
6077
6078 2018-05-31 Maciej W. Rozycki <macro@mips.com>
6079
6080 * gdb.base/endian.exp: New test.
6081 * gdb.base/endian.c: New test source.
6082
6083 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6084
6085 PR gdb/23203
6086 * gdb.base/bt-selected-frame.c: New file.
6087 * gdb.base/bt-selected-frame.exp: New file.
6088 * lib/gdb.exp (get_current_frame_number): New function.
6089
6090 2018-05-24 Maciej W. Rozycki <macro@mips.com>
6091 Pedro Alves <palves@redhat.com>
6092
6093 * gdb.threads/tls-core.c: Include <stdlib.h>
6094 (thread_proc): Call `abort'.
6095 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6096 (tls_core_test): New procedure, bits factored out from ...
6097 (top level): ... here. Test both native cores and gcore cores.
6098
6099 2018-05-23 Tom Tromey <tom@tromey.com>
6100
6101 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6102
6103 2018-05-23 Tom Tromey <tom@tromey.com>
6104
6105 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6106 symfile_complaints.
6107 (test_short_complaints): Likewise.
6108 (test_empty_complaints): Likewise.
6109 (test_initial_complaints): Update.
6110
6111 2018-05-23 Tom Tromey <tom@tromey.com>
6112
6113 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6114
6115 2018-05-23 Tom Tromey <tom@tromey.com>
6116
6117 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6118 (test_short_complaints): Update.
6119
6120 2018-05-22 Pedro Alves <palves@redhat.com>
6121
6122 * gdb.base/remote.exp: Only gdb_start after compiling the
6123 testcase. Issue "disconnect" before testing "set remote" command
6124 defaults. Issue clean_restart before running to main.
6125
6126 2018-05-22 Pedro Alves <palves@redhat.com>
6127
6128 * gdb.base/remote.exp: Adjust expected output of "show remote
6129 memory-write-packet-size". Add tests for "set remote
6130 memory-write-packet-size 0" and "set remote
6131 memory-write-packet-size fixed/limit".
6132
6133 2018-05-22 Pedro Alves <palves@redhat.com>
6134
6135 PR gdb/22973
6136 * gdb.base/utf8-identifiers.c: New file.
6137 * gdb.base/utf8-identifiers.exp: New file.
6138
6139 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6140
6141 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6142
6143 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6144
6145 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6146
6147 2018-05-18 Tom Tromey <tom@tromey.com>
6148
6149 * gdb.base/ptype-offsets.exp: Update.
6150
6151 2018-05-17 Keith Seitz <keiths@redhat.com>
6152
6153 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6154 in expected breakpoint stop locations.
6155 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6156 move to proper scope to test variable values.
6157 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6158 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6159 New functions.
6160 (main): Call not_inline_func3.
6161 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6162 inline_func1, inline_func2, and inline_func3. Test that when each
6163 breakpoint is hit, GDB properly reports both the stop location
6164 and the backtrace. Repeat tests for temporary breakpoints.
6165
6166 2018-05-15 Maciej W. Rozycki <macro@mips.com>
6167
6168 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6169 rather then trying to access it in determining whether the PID
6170 of `gdbserver' could have been retrieved.
6171
6172 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6173
6174 * gdb.arch/amd64-init-x87-values.S: New file.
6175 * gdb.arch/amd64-init-x87-values.exp: New file.
6176
6177 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6178
6179 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6180
6181 2018-05-04 Tom Tromey <tom@tromey.com>
6182
6183 PR python/22730:
6184 * gdb.python/python.exp: Test multi-line execute.
6185
6186 2018-05-04 Tom Tromey <tom@tromey.com>
6187
6188 PR python/22731:
6189 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6190
6191 2018-05-04 Tom Tromey <tom@tromey.com>
6192
6193 PR gdb/11750:
6194 * gdb.base/define.exp: Test defining a user command inside a user
6195 command.
6196 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6197
6198 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6199 Pedro Alves <palves@redhat.com>
6200
6201 PR breakpoints/19806 and support for PR external/20207.
6202 * gdb.base/watchpoint-unaligned.c: New file.
6203 * gdb.base/watchpoint-unaligned.exp: New file.
6204
6205 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6206
6207 * gdb.base/maint.exp: Make test names unique, use
6208 test_prefix_command_help to test 'help maint info', and remove
6209 repeated test of 'help maint'.
6210
6211 2018-05-04 Tom Tromey <tom@tromey.com>
6212
6213 PR gdb/22619:
6214 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6215 behavior.
6216
6217 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6218
6219 * gdb.base/maint.exp: Process output from 'maint print registers'
6220 line at a time.
6221
6222 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6223
6224 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6225 timeout.
6226
6227 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6228
6229 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6230 filter pattern.
6231
6232 2018-05-02 Pedro Alves <palves@redhat.com>
6233
6234 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6235 to_log_command renames.
6236 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6237
6238 2018-05-02 Tom Tromey <tom@tromey.com>
6239
6240 * gdb.python/py-parameter.exp: Set test message.
6241
6242 2018-05-02 Tom Tromey <tom@tromey.com>
6243
6244 PR python/20084:
6245 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6246 PARAM_ZUINTEGER_UNLIMITED tests.
6247
6248 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6249
6250 PR rust/23124
6251 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6252 when casting.
6253
6254 2018-04-30 Tom Tromey <tom@tromey.com>
6255
6256 * gdb.python/py-type.exp: Check align attribute.
6257 * gdb.python/py-type.c: New "aligncheck" global.
6258
6259 2018-04-30 Tom Tromey <tom@tromey.com>
6260
6261 PR exp/17095:
6262 * gdb.dwarf2/dw2-align.exp: New file.
6263 * gdb.cp/align.exp: New file.
6264 * gdb.base/align.exp: New file.
6265 * lib/gdb.exp (gdb_int128_helper): New proc.
6266 (has_int128_c, has_int128_cxx): New caching procs.
6267
6268 2018-04-27 Tom Tromey <tom@tromey.com>
6269
6270 PR rust/22545:
6271 * gdb.rust/simple.exp: Add inclusive range tests.
6272
6273 2018-04-26 Pedro Alves <palves@redhat.com>
6274
6275 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6276 ifunc breakpoint locations correctly of ifunc breakpoints set
6277 while the program resolves the ifunc.
6278
6279 2018-04-26 Pedro Alves <palves@redhat.com>
6280
6281 * gdb.base/gnu-ifunc-final.c: New file.
6282 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6283 * gdb.base/gnu-ifunc.exp (executable): Delete.
6284 (staticexecutable): Adjust.
6285 (lib_opts, exec_opts): Delete.
6286 (make_binsuffix, build, set-break): New procedures.
6287 (misc_tests): New, with tests factored out from the top level.
6288 (top level): Test different combinations of ifunc resolver name,
6289 resolver with and with debug info, and ifunc target with and
6290 without debug info. Wrap static tests with with_target_prefix.
6291
6292 2018-04-26 Pedro Alves <palves@redhat.com>
6293
6294 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6295 return type" warnings.
6296
6297 2018-04-25 Pedro Alves <palves@redhat.com>
6298
6299 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6300 killed".
6301 * gdb.base/kill-after-signal.exp: Likewise.
6302 * gdb.threads/kill.exp: Likewise.
6303
6304 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6305 Sergio Durigan Junior <sergiodj@redhat.com>
6306 Pedro Alves <palves@redhat.com>
6307
6308 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6309 regexps to expect for '[Inferior ... detached]' as well.
6310 * gdb.base/attach.exp: Likewise.
6311 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6312 "gdb_continue_to_end".
6313 (test_catch_syscall_with_wrong_args): Likewise.
6314 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6315 ']'. Don't set 'verbose' on.
6316 * gdb.base/foll-vfork.exp: Likewise.
6317 * gdb.base/fork-print-inferior-events.c: New file.
6318 * gdb.base/fork-print-inferior-events.exp: New file.
6319 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6320 '[Inferior ... has been killed]' message.
6321 * gdb.base/kill-after-signal.exp: Likewise.
6322 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6323 detach message.
6324 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6325 message.
6326 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6327 regexps to expect for '[Inferior ... detached]' as well.
6328 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6329
6330 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6331
6332 PR gdb/23104
6333 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6334
6335 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6336
6337 PR gdb/23095
6338 * gdb.base/break-probes.exp: Pass shlib_load to
6339 prepare_for_testing. Set normal_bp to r_debug_state if target is
6340 bsd.
6341
6342 2018-04-19 Richard Bunt <richard.bunt@arm.com>
6343
6344 * gdb.threads/multiple-successive-infcall.c: New test.
6345 * gdb.threads/multiple-successive-infcall.exp: New file.
6346
6347 2018-04-17 Tom Tromey <tom@tromey.com>
6348
6349 * gdb.rust/simple.rs (Union): New type.
6350 (main): New local "u".
6351 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6352
6353 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6354
6355 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6356 number information in output of "whereis" command.
6357 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6358
6359 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6360
6361 * gdb.ada/info_types.exp: Adjust expected output to the line
6362 numbers now printed by "info var/func/type".
6363 * gdb.base/completion.exp: Likewise.
6364 * gdb.base/included.exp: Likewise.
6365 * gdb.cp/cp-relocate.exp: Likewise.
6366 * gdb.cp/cplusfuncs.exp: Likewise.
6367 * gdb.cp/namespace.exp: Likewise.
6368 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6369
6370 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6371
6372 * gdb.btrace/cpu.exp: New.
6373
6374 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6375
6376 * gdb.base/step-indirect-call-thunk.exp: New.
6377 * gdb.base/step-indirect-call-thunk.c: New.
6378 * gdb.reverse/step-indirect-call-thunk.exp: New.
6379 * gdb.reverse/step-indirect-call-thunk.c: New.
6380
6381 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6382
6383 * gdb.base/pie-fork.c: New file.
6384 * gdb.base/pie-fork.exp: New file.
6385
6386 2018-04-11 Tom Tromey <tom@tromey.com>
6387
6388 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6389
6390 2018-04-10 Pedro Alves <palves@redhat.com>
6391
6392 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6393 exits. Instead loop running forever.
6394 (fork_parent): Run forever too.
6395
6396 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6397
6398 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6399 mi_continue_to_line.
6400 * gdb.mi/mi-stack.c (callee4): Add comment.
6401
6402 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6403
6404 * gdb.mi/mi-stack.exp: Fix indentation.
6405
6406 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6407
6408 PR gdb/22979
6409 * gdb.arch/amd64-osabi.exp: New file.
6410
6411 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6412
6413 PR gdb/22980
6414 * gdb.base/osabi.exp: New file.
6415
6416 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
6417
6418 * gdb.cp/static-typedef-print.exp: New file.
6419 * gdb.cp/static-typedef-print.cc: New file.
6420
6421 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6422
6423 * gdb.ada/varsize_limit: New testcase.
6424
6425 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6426
6427 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6428
6429 * gdb.ada/notcplusplus: New testcase.
6430
6431 * gdb.base/c-linkage-name.c: New file.
6432 * gdb.base/c-linkage-name.exp: New testcase.
6433
6434 2018-03-26 Tom Tromey <tom@tromey.com>
6435
6436 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6437 * gdb.python/py-framefilter.py (name_error): New global.
6438 (ErrorInName.function): Use name_error.
6439
6440 2018-03-26 Tom Tromey <tom@tromey.com>
6441
6442 PR backtrace/15582:
6443 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6444
6445 2018-03-23 Keith Seitz <keiths@redhat.com>
6446
6447 PR c++/22968
6448 * gdb.cp/subtypes.exp: New file.
6449 * gdb.cp/subtypes.h: New file.
6450 * gdb.cp/subtypes.cc: New file.
6451 * gdb.cp/subtypes-2.cc: New file.
6452
6453 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6454
6455 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6456 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6457 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6458 -nostartfiles when compiling the test. Confirm that all registers
6459 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6460
6461 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6462
6463 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6464 option, syntax was wrong anyway.
6465 * gdb.arch/arm-disp-step.exp: Likewise.
6466 * gdb.arch/sparc64-regs.exp: Likewise.
6467 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6468 option, syntax was wrong anyway, switch to use
6469 prepare_for_testing.
6470 * gdb.arch/i386-disp-step.exp: Likewise.
6471
6472 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6473
6474 * gdb.ada/exec_changed.exp: Replace "target_info exists
6475 use_gdb_stub" by "use_gdb_stub".
6476 * gdb.ada/start.exp: Likewise.
6477 * gdb.base/async-shell.exp: Likewise.
6478 * gdb.base/attach-pie-misread.exp: Likewise.
6479 * gdb.base/attach-wait-input.exp: Likewise.
6480 * gdb.base/break-entry.exp: Likewise.
6481 * gdb.base/break-interp.exp: Likewise.
6482 * gdb.base/dprintf-detach.exp: Likewise.
6483 * gdb.base/nostdlib.exp: Likewise.
6484 * gdb.base/solib-nodir.exp: Likewise.
6485 * gdb.base/statistics.exp: Likewise.
6486 * gdb.base/testenv.exp: Likewise.
6487 * gdb.mi/mi-exec-run.exp: Likewise.
6488 * gdb.mi/mi-start.exp: Likewise.
6489 * gdb.multi/dummy-frame-restore.exp: Likewise.
6490 * gdb.multi/multi-arch-exec.exp: Likewise.
6491 * gdb.multi/multi-arch.exp: Likewise.
6492 * gdb.multi/tids.exp: Likewise.
6493 * gdb.multi/watchpoint-multi.exp: Likewise.
6494 * gdb.python/py-events.exp: Likewise.
6495 * gdb.threads/attach-into-signal.exp: Likewise.
6496 * gdb.threads/attach-stopped.exp: Likewise.
6497 * gdb.threads/threadapply.exp: Likewise.
6498 * lib/selftest-support.exp: Likewise.
6499
6500 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6501
6502 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6503
6504 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6505
6506 * gdb.perf/template-breakpoints.cc: New file.
6507 * gdb.perf/template-breakpoints.exp: New file.
6508 * gdb.perf/template-breakpoints.py: New file.
6509
6510 2018-03-19 Tom Tromey <tom@tromey.com>
6511
6512 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6513 y0.
6514 * gdb.rust/simple.exp: Test bare identifier form of struct
6515 initializer.
6516
6517 2018-03-19 Tom Tromey <tom@tromey.com>
6518
6519 * gdb.gdb/observer.exp: Remove.
6520
6521 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6522
6523 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6524 "qualified" option when setting breakpoints.
6525 * gdb.trace/backtrace.exp: Likewise.
6526 * gdb.trace/circ.exp: Likewise.
6527 * gdb.trace/collection.exp: Likewise.
6528 * gdb.trace/disconnected-tracing.exp: Likewise.
6529 * gdb.trace/ftrace-lock.exp: Likewise.
6530 * gdb.trace/ftrace.exp: Likewise.
6531 * gdb.trace/infotrace.exp: Likewise.
6532 * gdb.trace/packetlen.exp: Likewise.
6533 * gdb.trace/passc-dyn.exp: Likewise.
6534 * gdb.trace/qtro.exp: Likewise.
6535 * gdb.trace/read-memory.exp: Likewise.
6536 * gdb.trace/report.exp: Likewise.
6537 * gdb.trace/signal.exp: Likewise.
6538 * gdb.trace/status-stop.exp: Likewise.
6539 * gdb.trace/strace.exp: Likewise.
6540 * gdb.trace/tfind.exp: Likewise.
6541 * gdb.trace/trace-break.exp: Likewise.
6542 * gdb.trace/trace-condition.exp: Likewise.
6543 * gdb.trace/trace-mt.exp: Likewise.
6544 * gdb.trace/tstatus.exp: Likewise.
6545 * gdb.trace/tsv.exp: Likewise.
6546 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6547 * gdb.trace/unavailable.exp: Likewise.
6548 * gdb.trace/while-dyn.exp: Likewise.
6549
6550 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6551
6552 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6553 that libinproctrace is copied to the target.
6554
6555 2018-03-14 Tom Tromey <tom@tromey.com>
6556
6557 PR cli/14977:
6558 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6559 a null pointer.
6560 * gdb.base/wchar.exp: Likewise.
6561
6562 2018-03-14 Tom Tromey <tom@tromey.com>
6563
6564 PR cli/19918:
6565 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6566 flag.
6567
6568 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6569
6570 PR gdb/22841
6571 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6572 "target" to remote_exec.
6573
6574 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6575
6576 PR gdb/22841
6577 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6578 ${board}_upload): Remove.
6579
6580 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6581
6582 * gdb.cp/watch-cp.cc: New test.
6583 * gdb.cp/watch-cp.exp: New file.
6584
6585 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6586
6587 * gdb.base/infcall-nested-structs.exp: New file.
6588 * gdb.base/infcall-nested-structs.c: New file.
6589 * gdb.base/float.exp: Add riscv support.
6590
6591 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6592
6593 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6594 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6595
6596 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6597
6598 * gdb.server/abspath.exp: New file.
6599 * lib/gdb.exp (with_cwd): New procedure.
6600
6601 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6602
6603 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6604 use it.
6605 (gdb_is_target_remote_prompt): New proc.
6606 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6607 (gdb_is_target_native): Pass prompt parameter to
6608 gdb_is_target_1.
6609
6610 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6611
6612 * gdb.base/load-command.c: New file.
6613 * gdb.base/load-command.exp: New file.
6614 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6615 (gdb_is_target_1): ...this, and generalize for other targets
6616 than just remote.
6617 (gdb_is_target_remote): Use gdb_is_target_1.
6618 (gdb_is_target_native): use gdb_is_target_1.
6619
6620 2018-02-26 Tom Tromey <tom@tromey.com>
6621
6622 PR python/16497:
6623 * gdb.python/py-framefilter.exp: Update test.
6624
6625 2018-02-26 Tom Tromey <tom@tromey.com>
6626
6627 * gdb.dwarf2/variant.c: New file.
6628 * gdb.dwarf2/variant.exp: New file.
6629
6630 2018-02-26 Tom Tromey <tom@tromey.com>
6631
6632 * gdb.rust/simple.exp: Accept more possible results in enum test.
6633
6634 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6635
6636 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6637 parentheses.
6638
6639 2018-02-23 Maciej W. Rozycki <macro@mips.com>
6640
6641 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6642 name of a variable: $actual_linejj -> $actual_line.
6643
6644 2018-02-21 John Baldwin <jhb@FreeBSD.org>
6645
6646 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6647
6648 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6649
6650 * gdb.btrace/buffer-size.exp: Do not force BTS.
6651
6652 2018-02-14 Pedro Alves <palves@redhat.com>
6653
6654 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6655 getting a "Quit".
6656
6657 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6658
6659 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6660 Fix test name.
6661
6662 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6663
6664 * gdb.cp/m-static.exp: Check type of optimized out static
6665 member.
6666
6667 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6668
6669 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6670 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6671
6672 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6673 Leszek Swirski <leszeks@google.com>
6674
6675 * gdb.python/py-prettyprint.c
6676 (struct to_string_returns_value_inner,
6677 struct to_string_returns_value_wrapper): New.
6678 (main): Add tsrvw variable.
6679 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6680 ToStringReturnsValueWrapper): New classes.
6681 (register_pretty_printers): Register new pretty-printers.
6682 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6683 recursive pretty printer.
6684 * gdb.python/py-mi.exp: Likewise.
6685
6686 2018-02-01 Leszek Swirski <leszeks@google.com>
6687
6688 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6689 functions with the same name as an include file are parsed
6690 correctly.
6691
6692 2018-02-01 Yao Qi <yao.qi@linaro.org>
6693
6694 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6695 "\[^\r\n\]*".
6696
6697 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6698
6699 * gdb.arch/powerpc-prologue-frame.s: New file.
6700 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6701 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6702
6703 2018-01-31 Joel Brobecker <brobecker@adacore.com>
6704
6705 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6706
6707 2018-01-30 Pedro Alves <palves@redhat.com>
6708
6709 PR gdb/13211
6710 * gdb.base/interrupt-daemon.c: New.
6711 * gdb.base/interrupt-daemon.exp: New.
6712 * gdb.multi/multi-term-settings.c: New.
6713 * gdb.multi/multi-term-settings.exp: New.
6714
6715 2018-01-30 Joel Brobecker <brobecker@adacore.com>
6716
6717 * gdb.base/break.exp: Save the location where the breakpoint
6718 on break.c:47 was actually inserted when debugging the version
6719 compiled at -O2 and use it in the expected output of the "info
6720 break" test performed soon after.
6721
6722 2018-01-22 Pedro Alves <palves@redhat.com>
6723 Sergio Durigan Junior <sergiodj@redhat.com>
6724
6725 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6726 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6727
6728 2018-01-22 Joel Brobecker <brobecker@adacore.com>
6729
6730 * gdb.base/break-include.c, gdb.base/break-include.inc,
6731 gdb.base/break-include.exp: New files.
6732 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6733 line number now being the actual line number where the breakpoint
6734 was inserted.
6735 * gdb.mi/mi-break.exp: Likewise.
6736 * gdb.mi/mi-reverse.exp: Likewise.
6737 * gdb.mi/mi-simplerun.exp: Ditto.
6738
6739 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6740
6741 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6742 varobj.
6743 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6744
6745 2018-01-21 Don Breazeal <donb@codesourcery.com>
6746 Andrew Burgess <andrew.burgess@embecosm.com>
6747
6748 * gdb.mi/basics.c: Add new global.
6749 * gdb.mi/mi-frame-regs.exp: New file.
6750 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6751 case.
6752
6753 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6754
6755 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6756 non-parameter, and on an unknown symbol.
6757
6758 2018-01-19 Tom Tromey <tom@tromey.com>
6759
6760 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6761 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6762
6763 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6764
6765 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6766 setrlimit and chdir to int.
6767
6768 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6769
6770 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6771 function.
6772 (my_tend): Likewise.
6773 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6774 rationale of avoiding FP- and vector instructions.
6775
6776 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6777
6778 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6779 "info reg" with "\[ \t\]*".
6780 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6781 "\[ \t\]+".
6782 * gdb.arch/s390-multiarch.exp: Ditto.
6783 * gdb.base/pc-fp.exp: Ditto.
6784 * gdb.reverse/i386-precsave.exp: Ditto.
6785 * gdb.reverse/i386-reverse.exp: Ditto.
6786 * gdb.reverse/i387-env-reverse.exp: Ditto.
6787 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6788
6789 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6790
6791 * lib/gdb.exp (gdb_compile): Re-enable use of
6792 universal_compile_options for languages other than Rust.
6793
6794 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6795
6796 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6797
6798 2018-01-17 Mike Gulick <mgulick@mathworks.com>
6799
6800 PR gdb/16577
6801 * gdb.base/solib-vanish.exp: New.
6802 * gdb.base/solib-vanish-main.c: New.
6803 * gdb.base/solib-vanish-lib1.c: New.
6804 * gdb.base/solib-vanish-lib2.c: New.
6805
6806 2018-01-17 Yao Qi <yao.qi@linaro.org>
6807
6808 * gdb.compile/compile.exp: Match the address printed for
6809 frame in the output of command "bt".
6810
6811 2018-01-15 Tom Tromey <tom@tromey.com>
6812
6813 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6814 compute sp_reg.
6815
6816 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6817
6818 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6819 to prepare.
6820 (prepare): Return 0 on error, 1 on success.
6821
6822 2018-01-12 Pedro Alves <palves@redhat.com>
6823
6824 * gdb.base/continue-after-aborted-step-over.c: New.
6825 * gdb.base/continue-after-aborted-step-over.exp: New.
6826
6827 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6828
6829 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6830 options when not creating an executable.
6831
6832 2018-01-11 Pedro Alves <palves@redhat.com>
6833
6834 PR remote/22597
6835 * gdb.server/stop-reply-no-thread.c: New file.
6836 * gdb.server/stop-reply-no-thread.exp: New file.
6837
6838 2018-01-10 Pedro Alves <palves@redhat.com>
6839
6840 PR gdb/22670
6841 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6842 functions too. Test setting breakpoints and printing C functions
6843 with no debug info too.
6844 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6845
6846 2018-01-10 Pedro Alves <palves@redhat.com>
6847
6848 PR gdb/22670
6849 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6850 a fail.
6851
6852 2018-01-10 Pedro Alves <palves@redhat.com>
6853
6854 PR gdb/22670
6855 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6856
6857 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6858
6859 * gdb.server/unittest.exp: Match the output in non-development
6860 mode.
6861
6862 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6863
6864 * gdb.gdb/unittest.exp: Match output in non-development mode.
6865
6866 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6867
6868 * gdb.ada/access_tagged_param.exp: Relax expected output
6869 for value of "ObjL" in "continue" to pck.inspect breakpoint
6870 test.
6871
6872 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6873
6874 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6875 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
6876
6877 2018-01-05 Pedro Alves <palves@redhat.com>
6878
6879 PR gdb/18653
6880 * gdb.base/libsegfault.exp: New.
6881
6882 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6883
6884 PR gdb/22670
6885 * gdb.ada/access_tagged_param.exp: New file.
6886 * gdb.ada/access_tagged_param/foo.adb: New file.
6887
6888 2018-01-05 Pedro Alves <palves@redhat.com>
6889
6890 PR gdb/22670
6891 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6892 exercise lower case too, and to exercise both full matching and
6893 wild matching.
6894
6895 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6896
6897 * gdb.ada/rename_subscript_param: New testcase.
6898
6899 2018-01-05 Jerome Guitton <guitton@adacore.com>
6900
6901 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6902
6903 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6904
6905 * gdb.ada/convvar_comp: New testcase.
6906
6907 2018-01-05 Xavier Roirand <roirand@adacore.com>
6908
6909 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6910 (My_Table): New global variable.
6911 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6912
6913 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6914
6915 PR gdb/22670
6916 * gdb.ada/maint_with_ada: New testcase.
6917
6918 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6919
6920 PR gdb/22670
6921 * gdb.ada/bp_c_mixed_case: New testcase.
6922
6923 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6924
6925 PR gdb/22670
6926 * gdb.ada/complete.exp: Add "complete break ada" test.
6927
6928 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6929
6930 PR gdb/22670
6931 * gdb.ada/info_addr_mixed_case: New testcase.
6932
6933 2018-01-03 Xavier Roirand <roirand@adacore.com>
6934
6935 * gdb.ada/excep_handle.exp: New testcase.
6936 * gdb.ada/excep_handle/foo.adb: New file.
6937 * gdb.ada/excep_handle/pck.ads: New file.
6938
6939 2018-01-03 Joel Brobecker <brobecker@adacore.com>
6940
6941 * gdb.base/step-line.c: Add extra empty line in copyright header.
6942 * gdb.base/step-line.inp: Likewise.
6943
6944 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6945
6946 * gdb.ada/dyn_stride.exp: Add slice test.
6947
6948 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6949
6950 * gdb.ada/dyn_stride: New testcase.
6951
6952 2017-12-27 Stafford Horne <shorne@gmail.com>
6953
6954 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6955 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6956
6957 2017-12-27 Stafford Horne <shorne@gmail.com>
6958
6959 * gdb.base/reggroups.c: New file.
6960 * gdb.base/reggroups.exp: New file.
6961
6962 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6963
6964 * gdb.dwarf2/ada-valprint-error.c: New file.
6965 * gdb.dwarf2/ada-valprint-error.exp: New file.
6966
6967 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6968
6969 * gdb.ada/assign_arr: New testcase.
6970
6971 2017-12-18 Xavier Roirand <roirand@adacore.com>
6972
6973 * gdb.ada/funcall_ptr: New testcase.
6974
6975 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6976
6977 PR cli/16224
6978 * gdb.base/ptype-offsets.cc: New file.
6979 * gdb.base/ptype-offsets.exp: New file.
6980
6981 2017-12-15 Yao Qi <yao.qi@linaro.org>
6982
6983 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
6984 if XML is disabled.
6985
6986 2017-12-15 Xavier Roirand <roirand@adacore.com>
6987
6988 * gdb.ada/same_component_name: New testcase.
6989
6990 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6991
6992 * gdb.ada/str_binop_equal: New testcase.
6993
6994 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6995
6996 * gdb.ada/task_switch_in_core: New testcase.
6997
6998 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
6999
7000 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7001 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7002 call test_bkpt_qualified.
7003 (test_bkpt_qualified): New proc.
7004
7005 2017-12-13 Pedro Alves <palves@redhat.com>
7006
7007 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7008 Tighten regexp by matching with an anchor.
7009
7010 2017-12-13 Pedro Alves <palves@redhat.com>
7011
7012 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7013 ("expression with namespace"): New set of tests.
7014 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7015 (Nested::Test_NS::qux): New.
7016 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7017 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7018
7019 2017-12-13 Joel Brobecker <brobecker@adacore.com>
7020
7021 * gdb.base/server-del-break.c: New file.
7022 * gdb.base/server-del-break.exp: New file.
7023
7024 2017-12-12 Stafford Horne <shorne@gmail.com>
7025
7026 * gdb.xml/tdesc-regs.exp: Add or1k support.
7027
7028 2017-12-12 Stafford Horne <shorne@gmail.com>
7029
7030 * gdb.base/bp-permanent.c: Define nop of or1k.
7031
7032 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7033
7034 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7035 output with components being reordered.
7036
7037 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7038
7039 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7040 output with components being reordered.
7041
7042 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7043 Pedro Alves <palves@redhat.com>
7044
7045 * gdb.base/maint.exp (check for .gdb_index): Check also for
7046 .debug_names.
7047 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7048 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7049 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7050 (.gdb_index used after symbol reloading): Support also .debug_names.
7051 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7052
7053 2017-12-08 Yao Qi <yao.qi@linaro.org>
7054
7055 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7056 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7057
7058 2017-12-08 Yao Qi <yao.qi@linaro.org>
7059
7060 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7061 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7062
7063 2017-12-08 Yao Qi <yao.qi@linaro.org>
7064
7065 * gdb.arch/aarch64-tagged-pointer.c: New file.
7066 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7067
7068 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7069
7070 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7071 "int".
7072
7073 2017-12-07 Keith Seitz <keiths@redhat.com>
7074
7075 PR breakpoints/22569
7076 * gdb.linespec/ls-errs.exp: Change expected result of "break
7077 -source this file has spaces.c -line 3".
7078 Check that an explicit source file followed by whitespace is
7079 identified as an invalid explicit location.
7080
7081 2017-12-07 Keith Seitz <keiths@redhat.com>
7082
7083 * gdb.cp/nested-types.cc: New file.
7084 * gdb.cp/nested-types.exp: New file.
7085 * lib/cp-support.exp: Load data-structures.exp library.
7086 (debug_cp_test_ptype_class): New global.
7087 (cp_ptype_class_verbose, next_line): New procedures.
7088 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7089 Add and document new return value.
7090 Switch the list of lines to a queue.
7091 Add support for new `type' key for nested type definitions.
7092 Add debugging/troubleshooting messages.
7093 * lib/data-structures.exp: New file.
7094
7095 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7096
7097 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7098 with proc_with_prefix, don't use with_test_prefix.
7099
7100 2017-12-07 Tom Tromey <tom@tromey.com>
7101
7102 * gdb.base/break.exp: Add test for empty "commands".
7103
7104 2017-12-07 Yao Qi <yao.qi@linaro.org>
7105
7106 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7107 malloc and catch syscall.
7108
7109 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7110
7111 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
7112 tests for explicit locations.
7113
7114 2017-12-06 Pedro Alves <palves@redhat.com>
7115
7116 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7117 force-disabling XML descriptions.
7118
7119 2017-12-04 Pedro Alves <palves@redhat.com>
7120
7121 PR gdb/22499
7122 * gdb.arch/amd64-disp-step-avx.S: New file.
7123 * gdb.arch/amd64-disp-step-avx.exp: New file.
7124
7125 2017-12-03 Pedro Alves <palves@redhat.com>
7126
7127 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7128 and <string.h>.
7129 (parent_function): Print distinct messages when waitpid fails, or
7130 the child exits with a signal, or the child exits for an unhandled
7131 reason.
7132 * gdb.threads/process-dies-while-detaching.exp
7133 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7134 it. Wait for both inferior output and GDB's prompt. Use an
7135 indirect spawn id list.
7136 (do_detach): New parameter 'child_exit'. Use it to compute
7137 expected inferior output.
7138 (test_detach, test_detach_watch, test_detach_killed_outside):
7139 Adjust to pass down the expected child exit kind.
7140
7141 2017-12-01 Joel Brobecker <brobecker@adacore.com>
7142 Sergio Durigan Junior <sergiodj@redhat.com>
7143 Pedro Alves <palves@redhat.com>
7144
7145 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7146
7147 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7148
7149 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7150 to 'symbol-file' and 'add-symbol-file' can be
7151 position-independent.
7152
7153 2017-12-01 Yao Qi <yao.qi@linaro.org>
7154
7155 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7156 the URL in copyright header.
7157 * gdb.arch/aarch64-fp.exp: Likewise.
7158 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7159 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7160 * gdb.base/expand-psymtabs.exp: Likewise.
7161 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7162 * gdb.fortran/common-block.exp: Likewise.
7163 * gdb.fortran/common-block.f90: Likewise.
7164 * gdb.fortran/logical.exp: Likewise.
7165 * gdb.fortran/vla-datatypes.f90: Likewise.
7166 * gdb.fortran/vla-sub.f90: Likewise.
7167
7168 2017-11-30 Joel Brobecker <brobecker@adacore.com>
7169
7170 * gdb.ada/repeat_dyn: New testcase.
7171
7172 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7173
7174 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7175 Update for changed thread numbering.
7176 * gdb.cell/bt.exp: Update for changed GDB output.
7177
7178 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7179
7180 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7181 setting isremote by hand.
7182 * boards/dwarf4-gdb-index.exp: Likewise.
7183 * boards/fission.exp: Likewise.
7184 * boards/stabs.exp: Likewise.
7185
7186 2017-11-30 Pedro Alves <palves@redhat.com>
7187
7188 * gdb.linespec/cpls-ops.exp
7189 (check_explicit_skips_function_argument): Extract the underlying
7190 type of size_t instead of hardcoding it.
7191
7192 2017-11-29 Pedro Alves <palves@redhat.com>
7193
7194 PR c++/19436
7195 * gdb.linespec/cpls-abi-tag.cc: New file.
7196 * gdb.linespec/cpls-abi-tag.exp: New file.
7197
7198 2017-11-29 Pedro Alves <palves@redhat.com>
7199
7200 * gdb.base/langs.exp: Use -qualified.
7201 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7202 it.
7203 * gdb.cp/namespace.exp: Use -qualified.
7204 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7205 (overload-3, template-overload, template-ret-type, const-overload)
7206 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7207 procedures.
7208 (test_driver): Call them.
7209 * gdb.cp/save-bp-qualified.cc: New.
7210 * gdb.cp/save-bp-qualified.exp: New.
7211 * gdb.linespec/explicit.exp: Test -qualified.
7212 * lib/completion-support.exp (completion::explicit_opts_list): Add
7213 "-qualified".
7214 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7215
7216 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7217
7218 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7219
7220 2017-11-29 Tom Tromey <tom@tromey.com>
7221
7222 * gdb.base/relocate.exp: Update invalid argument test.
7223 Add new tests for invalid arguments.
7224
7225 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7226
7227 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7228 Return 0 as a long.
7229 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7230
7231 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7232
7233 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7234 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7235 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7236 func ().
7237 * gdb.cp/shadow.cc (B.func): Return 0.
7238
7239 2017-11-27 Joel Brobecker <brobecker@adacore.com>
7240
7241 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7242 expected output in gdb_expect call to allow the exception
7243 message to be present as well. Fix syntax confusion to avoid
7244 TCL thinking that exception_name is an array.
7245
7246 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7247
7248 * gdb.arch/spu-info.c: Include <unistd.h>.
7249 (do_signal_test): Fix broken calls to write.
7250 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7251 Fix checks for empty mailboxes. Update signal tests for corrected
7252 do_signal_test routine. Allow nonzero event status.
7253 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7254 * gdb.cell/arch.exp: Use standard_output_file.
7255 * gdb.cell/break.exp: Likewise.
7256 * gdb.cell/bt.exp: Likewise.
7257 * gdb.cell/core.exp: Likewise.
7258 * gdb.cell/dwarfaddr.exp: Likewise.
7259 * gdb.cell/ea-cache.exp: Likewise.
7260 * gdb.cell/ea-standalone.exp: Likewise.
7261 * gdb.cell/f-regs.exp: Likewise.
7262 * gdb.cell/fork.exp: Likewise.
7263 * gdb.cell/gcore.exp: Likewise.
7264 * gdb.cell/mem-access.exp: Likewise.
7265 * gdb.cell/ptype.exp: Likewise.
7266 * gdb.cell/registers.exp: Likewise.
7267 * gdb.cell/sizeof.exp: Likewise.
7268 * gdb.cell/solib-symbol.exp: Likewise.
7269 * gdb.cell/solib.exp: Likewise.
7270
7271 2017-11-25 Pedro Alves <palves@redhat.com>
7272
7273 * gdb.base/complete-empty.exp: New file.
7274 * gdb.base/completion.exp: Adjust.
7275
7276 2017-11-25 Pedro Alves <palves@redhat.com>
7277
7278 * gdb.linespec/cpls-ops.cc: New file.
7279 * gdb.linespec/cpls-ops.exp: New file.
7280 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7281 factored out from ...
7282 (test_complete_prefix_range): ... this.
7283
7284 2017-11-24 Pedro Alves <palves@redhat.com>
7285
7286 * gdb.linespec/cpcompletion.exp: New file.
7287 * gdb.linespec/cpls-hyphen.cc: New file.
7288 * gdb.linespec/cpls.cc: New file.
7289 * gdb.linespec/cpls2.cc: New file.
7290 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7291 test to use test_gdb_complete_unique. Add label completion,
7292 keyword completion and explicit location completion tests.
7293 * lib/completion-support.exp: New file.
7294
7295 2017-11-24 Joel Brobecker <brobecker@adacore.com>
7296
7297 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7298 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7299 when hitting an exception catchpoint.
7300
7301 2017-11-22 Yao Qi <yao.qi@linaro.org>
7302
7303 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7304
7305 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7306
7307 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7308 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7309 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7310
7311 2017-11-22 Yao Qi <yao.qi@linaro.org>
7312
7313 * gdb.base/info-os.exp: Pass pthreads.
7314 * gdb.multi/multi-attach.exp: Likewise.
7315
7316 2017-11-22 Yao Qi <yao.qi@linaro.org>
7317
7318 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7319 compiler.
7320
7321 2017-11-22 Yao Qi <yao.qi@linaro.org>
7322
7323 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7324 * gdb.base/break-interp.exp: Likewise.
7325 * gdb.base/jit-attach-pie.exp: Likewise.
7326
7327 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7328
7329 * gdb.base/float128.c (large128): New variable.
7330 * gdb.base/float128.exp: Add test to print largest __float128 value.
7331
7332 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7333
7334 * gdb.arch/vsx-regs.exp: Update register content checks.
7335
7336 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7337
7338 * gdb.arch/ppc-longdouble.exp: New file.
7339 * gdb.arch/ppc-longdouble.c: Likewise.
7340
7341 2017-11-21 Pedro Alves <palves@redhat.com>
7342
7343 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7344
7345 2017-11-20 Pedro Alves <palves@redhat.com>
7346
7347 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7348 (long_double_typedef): New typedefs.
7349 Use DEF on double and long double.
7350 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7351 cases.
7352 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7353 and 'long_double_ptr_same_size' locals. Use them to decide
7354 whether cast from array/function to float is valid/invalid.
7355
7356 2017-11-17 Tom Tromey <tom@tromey.com>
7357
7358 * gdb.rust/traits.rs: New file.
7359 * gdb.rust/traits.exp: New file.
7360
7361 2017-11-17 Joel Brobecker <brobecker@adacore.com>
7362
7363 * gdb.ada/minsyms: New testcase.
7364
7365 2017-11-16 Pedro Alves <palves@redhat.com>
7366
7367 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7368 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7369
7370 2017-11-16 Pedro Alves <palves@redhat.com>
7371
7372 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7373 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7374
7375 2017-11-16 Pedro Alves <palves@redhat.com>
7376
7377 * gdb.server/reconnect-ctrl-c.c: New file.
7378 * gdb.server/reconnect-ctrl-c.exp: New file.
7379
7380 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7381
7382 * gdb.python/py-rbreak.exp: New file.
7383 * gdb.python/py-rbreak.c: New file.
7384 * gdb.python/py-rbreak-func2.c: New file.
7385
7386 2017-11-16 Pedro Alves <palves@redhat.com>
7387
7388 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7389 pattern.
7390 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7391 GDB.
7392
7393 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7394
7395 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7396 regex.
7397
7398 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7399
7400 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7401 test names.
7402
7403 2017-11-09 Pedro Alves <palves@redhat.com>
7404
7405 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7406 factored out from ...
7407 (top level): ... here, and adjusted to avoid expecting beyond the
7408 prompt in a single gdb_test_multiple.
7409
7410 2017-11-09 Pedro Alves <palves@redhat.com>
7411
7412 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7413 output.
7414 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7415 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7416 * gdb.server/ext-run.exp ("kill" test): Likewise.
7417 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7418
7419 2017-11-09 Pedro Alves <palves@redhat.com>
7420
7421 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7422 match till end of line.
7423
7424 2017-11-09 Pedro Alves <palves@redhat.com>
7425
7426 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7427
7428 2017-11-09 Pedro Alves <palves@redhat.com>
7429
7430 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7431 New procedures, factored out from ...
7432 (top level): ... here, and adjusted to avoid expecting beyond the
7433 prompt in one go.
7434
7435 2017-11-09 Pedro Alves <palves@redhat.com>
7436
7437 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7438 output. Fix '?' match.
7439
7440 2017-11-08 Joel Brobecker <brobecker@adacore.com>
7441
7442 * gdb.ada/scoped_watch: New testcase.
7443 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7444 which is actually correct.
7445 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7446 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7447
7448 2017-11-08 Pedro Alves <palves@redhat.com>
7449
7450 * gdb.gdb/complaints.exp (test_initial_complaints)
7451 (test_serial_complaints, test_short_complaints): Call
7452 complaint_internal instead of complaint.
7453
7454 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7455
7456 * gdb.threads/tls-core.c: New file.
7457 * gdb.threads/tls-core.exp: Likewise.
7458
7459 2017-11-08 Pedro Alves <palves@redhat.com>
7460
7461 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7462 (p Exported_Capitalized): New test.
7463 (p exported_capitalized): New test.
7464
7465 2017-11-07 Pedro Alves <palves@redhat.com>
7466
7467 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7468
7469 2017-11-07 Pedro Alves <palves@redhat.com>
7470
7471 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7472 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7473 (disable_invalid, disable_inverted, disable_negative): New
7474 procedures.
7475 ("bad numbers"): New set of tests.
7476
7477 2017-11-07 Pedro Alves <palves@redhat.com>
7478
7479 * gdb.cp/ena-dis-br-range.exp: Add tests.
7480
7481 2017-11-07 Pedro Alves <palves@redhat.com>
7482
7483 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7484
7485 2017-11-07 Xavier Roirand <roirand@adacore.com>
7486 Pedro Alves <palves@redhat.com>
7487
7488 * gdb.base/ena-dis-br.exp: Add reference to
7489 gdb.cp/ena-dis-br-range.exp.
7490 * gdb.cp/ena-dis-br-range.exp: New file.
7491 * gdb.cp/ena-dis-br-range.cc: New file.
7492
7493 2017-11-06 Pedro Alves <palves@redhat.com>
7494
7495 * gdb.base/attach-non-pgrp-leader.c: New.
7496 * gdb.base/attach-non-pgrp-leader.exp: New.
7497
7498 2017-11-06 Pedro Alves <palves@redhat.com>
7499
7500 * configure.ac: No longer check for termio.h and sgtty.h.
7501 * configure: Regenerate.
7502 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7503 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7504 Remove termio and sgtty code.
7505
7506 2017-11-03 Yao Qi <yao.qi@linaro.org>
7507
7508 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7509 in GDB is disabled.
7510
7511 2017-11-03 Yao Qi <yao.qi@linaro.org>
7512
7513 * gdb.python/py-thrhandle.exp: Skip it if python is not
7514 enabled.
7515
7516 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7517
7518 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7519 as a breakpoint command.
7520
7521 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7522
7523 PR python/21213
7524 * gdb.python/py-infthread.exp: Test calling
7525 InferiorThread.inferior () multiple times in a row.
7526
7527 2017-10-27 Keith Seitz <keiths@redhat.com>
7528
7529 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7530 Test "info break" for every inlined function breakpoint.
7531
7532 2017-10-27 Yao Qi <yao.qi@linaro.org>
7533
7534 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7535
7536 2017-10-26 Patrick Frants <osscontribute@gmail.com>
7537
7538 * gdb.cp/classes.exp (test_static_members): Test printing
7539 Outer::instance.
7540 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7541 (Inner::instance, Outer::instance): New.
7542
7543 2017-10-24 Pedro Alves <palves@redhat.com>
7544
7545 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7546 extra console" test in two stages.
7547
7548 2017-10-24 Pedro Alves <palves@redhat.com>
7549
7550 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7551
7552 2017-10-24 Pedro Alves <palves@redhat.com>
7553
7554 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7555 loop.
7556
7557 2017-10-24 Pedro Alves <palves@redhat.com>
7558
7559 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7560 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7561
7562 2017-10-24 Pedro Alves <palves@redhat.com>
7563
7564 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7565 parameter and handle it. Don't output read value in test name.
7566
7567 2017-10-24 Pedro Alves <palves@redhat.com>
7568
7569 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7570 custom test name.
7571
7572 2017-10-24 Pedro Alves <palves@redhat.com>
7573
7574 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7575 include the unstable output directory name in the test's name.
7576 (initial_setup_simple) <'set args'>: Use custom test name.
7577
7578 2017-10-24 Pedro Alves <palves@redhat.com>
7579
7580 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7581 with explicit test name.
7582
7583 2017-10-20 Pedro Alves <palves@redhat.com>
7584
7585 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7586 'wait -i'. Use gdb_assert and remote_close.
7587
7588 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7589
7590 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7591 number from variable rather than hard-coded.
7592
7593 2017-10-19 Pedro Alves <palves@redhat.com>
7594
7595 * gdb.base/long-inferior-output.c: New file.
7596 * gdb.base/long-inferior-output.exp: New file.
7597
7598 2017-11-18 Keith Seitz <keiths@redhat.com>
7599
7600 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7601 method.
7602 (main): Call it.
7603 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7604 Add additional user-defined conversion operator tests.
7605
7606 2017-10-17 Pedro Alves <palves@redhat.com>
7607
7608 * boards/native-stdio-gdbserver.exp: Load "local-board".
7609
7610 2017-10-17 Pedro Alves <palves@redhat.com>
7611
7612 * gdb.base/quit-live.c: New file.
7613 * gdb.base/quit-live.exp: New file.
7614
7615 2017-10-16 Keith Seitz <keiths@redhat.com>
7616
7617 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7618 (class_with_protected_typedef, class_with_private_typedef)
7619 (struct_with_public_typedef, struct_with_protected_typedef)
7620 (struct_with_private_typedef): New classes/structs.
7621 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7622 typedefs and access specifiers.
7623
7624 2017-10-16 Pedro Alves <palves@redhat.com>
7625 Simon Marchi <simon.marchi@polymtl.ca>
7626
7627 * README (Local vs Remote vs Native): New section.
7628 * boards/local-board.exp: New file, with bits factored out from
7629 ...
7630 * boards/native-extended-gdbserver.exp: ... here. Load
7631 "local-board".
7632 * boards/native-gdbserver.exp: Load "local-board".
7633 (${board}_spawn, ${board}_exec): Delete.
7634 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7635 ...
7636 * boards/stdio-gdbserver-base.exp: ... this new file.
7637 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7638 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7639 procedure.
7640 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7641 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7642 stdio_gdbserver_command.
7643 (${board}_get_remote_address, ${board}_get_comm_port)
7644 (${board}_download, ${board}_upload): Delete.
7645 (get_target_remote_pipe_cmd): New.
7646
7647 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7648
7649 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7650 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7651 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7652 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7653 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7654 remove with_test_prefix.
7655
7656 2017-10-13 Pedro Alves <palves@redhat.com>
7657
7658 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7659 * gdb.base/annota1.exp: Use it instead of is_remote.
7660 * gdb.base/annota3.exp: Use it instead of is_remote.
7661 * gdb.cp/annota2.exp: Use it instead of is_remote.
7662 * gdb.cp/annota3.exp: Use it instead of is_remote.
7663 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7664
7665 2017-10-13 Pedro Alves <palves@redhat.com>
7666
7667 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7668 (test_num_test_vars, run_and_count_vars, find_env)
7669 (test_set_unset_env, test_inherit_env_var): New procedures.
7670 (top level): Use them.
7671
7672 2017-10-13 Pedro Alves <palves@redhat.com>
7673
7674 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7675 also skip on stub-like targets.
7676
7677 2017-10-13 Pedro Alves <palves@redhat.com>
7678
7679 PR gdb/22293
7680 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7681 (top level): Move some tests to ...
7682 (test_not_found): ... this new procedure.
7683 (top level): Call it.
7684
7685 2017-10-13 Pedro Alves <palves@redhat.com>
7686
7687 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7688 expect different "info terminal" output if testing with a
7689 non-native target.
7690
7691 2017-10-13 Pedro Alves <palves@redhat.com>
7692 Simon Marchi <simon.marchi@polymtl.ca>
7693
7694 PR python/12966
7695 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7696
7697 2017-10-13 Pedro Alves <palves@redhat.com>
7698
7699 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7700 already.
7701
7702 2017-10-13 Pedro Alves <palves@redhat.com>
7703
7704 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7705 is_remote.
7706
7707 2017-10-13 Pedro Alves <palves@redhat.com>
7708
7709 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7710 is_remote.
7711
7712 2017-10-13 Pedro Alves <palves@redhat.com>
7713
7714 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7715 is set.
7716 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7717 instead of is_remote.
7718
7719 2017-10-13 Pedro Alves <palves@redhat.com>
7720
7721 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7722 (top level): Add comment.
7723
7724 2017-10-13 Pedro Alves <palves@redhat.com>
7725
7726 * gdb.base/remote.exp (top level): Fix comment typo and add
7727 missing return.
7728
7729 2017-10-13 Pedro Alves <palves@redhat.com>
7730 Simon Marchi <simon.marchi@polymtl.ca>
7731
7732 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7733 calls and add comments. Skip test if use_gdb_stub is set.
7734 (top level): Use "set cwd" command instead of "cd" command.
7735
7736 2017-10-13 Pedro Alves <palves@redhat.com>
7737
7738 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7739 is_remote target check.
7740
7741 2017-10-13 Pedro Alves <palves@redhat.com>
7742
7743 * gdb.base/scope.exp: Use build_executable + clean_restart +
7744 gdb_file_cmd instead of prepare_for_testing and no longer skip
7745 "before run" tests on is_remote target boards. Update comments.
7746 * boards/native-extended-gdbserver.exp
7747 (extended_gdbserver_load_last_file): New, factored out from ...
7748 (gdb_load): ... this. Move further below and add comment.
7749 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7750
7751 2017-10-12 Pedro Alves <palves@redhat.com>
7752
7753 * gdb.base/attach.exp: Remove references to gdb64.
7754 * gdb.base/dbx.exp: Remove references to gdb64.
7755
7756 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7757 Pedro Alves <palves@redhat.com>
7758
7759 * gdb.base/label.exp: Remove is_remote target check.
7760
7761 2017-10-12 Pedro Alves <palves@redhat.com>
7762
7763 * gdb.base/auvx.exp (coredir): Update comment.
7764 (top level) <core_works>: Use "set cwd" command instead of "cd"
7765 command.
7766
7767 2017-10-12 Pedro Alves <palves@redhat.com>
7768 Simon Marchi <simon.marchi@polymtl.ca>
7769
7770 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7771 target boards.
7772
7773 2017-10-12 Pedro Alves <palves@redhat.com>
7774 Simon Marchi <simon.marchi@polymtl.ca>
7775
7776 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7777 Instead skip if there's any gdb_protocol set.
7778
7779 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7780 Pedro Alves <palves@redhat.com>
7781
7782 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7783
7784 2017-10-12 Pedro Alves <palves@redhat.com>
7785 Simon Marchi <simon.marchi@polymtl.ca>
7786
7787 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7788 instead of on dejagnu remote boards.
7789
7790 2017-10-12 Pedro Alves <palves@redhat.com>
7791 Simon Marchi <simon.marchi@polymtl.ca>
7792
7793 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7794 checks. Use build_executable + clean_restart instead of
7795 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7796 of enabling non-stop after starting gdb.
7797
7798 2017-10-12 Pedro Alves <palves@redhat.com>
7799
7800 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7801 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7802 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7803 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7804
7805 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7806
7807 * gdb.arch/arc-tdesc-cpu.exp: New file.
7808 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7809
7810 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7811
7812 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7813
7814 2017-10-10 Pedro Alves <palves@redhat.com>
7815
7816 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7817 expect CLI output.
7818
7819 2017-10-10 Pedro Alves <palves@redhat.com>
7820
7821 * lib/selftest-support.exp (selftest_setup): Update for
7822 captured_command_loop's prototype change.
7823
7824 2017-10-09 Pedro Alves <palves@redhat.com>
7825
7826 Test both arch1=>arch2 and arch2=>arch1.
7827
7828 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7829 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7830 factored out to...
7831 (append_arch1_options, append_arch2_options, append_arch_options)
7832 (build_executables): New procedures.
7833 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7834 local.
7835 (top level): Add new 'first_arch' testing axis.
7836
7837 2017-10-09 Pedro Alves <palves@redhat.com>
7838
7839 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7840 (barrier): New.
7841 (thread_start, all_started): New functions.
7842 (main): Spawn new thread and wait until it is scheduled.
7843 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7844 option.
7845 (do_test): Add 'selected_thread' parameter. Run to all_started
7846 instead of main. Explicitly set the breakpoint at main. Switch
7847 to the SELECTED_THREAD thread.
7848 (top level): Test handling the exec event with either the main
7849 thread or the second thread selected.
7850
7851 2017-10-09 Pedro Alves <palves@redhat.com>
7852
7853 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7854 logic. Move STOP marker after the value checks.
7855 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7856 regexp.
7857
7858 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7859
7860 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7861
7862 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7863
7864 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7865 integer-to-dfp conversion.
7866 * gdb.base/dfp-test.exp: Likewise.
7867
7868 2017-10-04 Pedro Alves <palves@redhat.com>
7869
7870 * gdb.multi/hangout.c: Include <unistd.h>.
7871 (hangout_loop): New function.
7872 (main): Call alarm. Call hangout_loop in a loop.
7873 * gdb.multi/hello.c: Include <unistd.h>.
7874 (hello_loop): New function.
7875 (main): Call alarm. Call hangout_loop in a loop.
7876 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7877 inferior with the other selected.
7878
7879 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7880
7881 * gdb.mi/list-thread-groups-available.exp: New file.
7882 * gdb.mi/list-thread-groups-available.c: New file.
7883
7884 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7885
7886 * gdb.base/set-cwd.exp: Make it available on
7887 native-extended-gdbserver.
7888
7889 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7890
7891 * gdb.base/set-cwd.c: New file.
7892 * gdb.base/set-cwd.exp: Likewise.
7893
7894 2017-10-02 Tom Tromey <tom@tromey.com>
7895
7896 PR rust/22236:
7897 * gdb.rust/simple.rs (main): New variable "fslice".
7898 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7899
7900 2017-10-02 Tom Tromey <tom@tromey.com>
7901
7902 * gdb.rust/simple.exp: Test ptype of a slice.
7903
7904 2017-10-02 Tom Tromey <tom@tromey.com>
7905
7906 * gdb.rust/simple.exp: Test index of slice.
7907
7908 2017-09-27 Tom Tromey <tom@tromey.com>
7909
7910 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7911
7912 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7913 Pedro Alves <palves@redhat.com>
7914
7915 * gdb.base/compare-sections.exp (get value of read-only section): Read
7916 as unsigned value.
7917 (corrupt read-only section): Likewise and don't set written if patching
7918 failed.
7919
7920 2017-09-21 Kevin Buettner <kevinb@redhat.com>
7921
7922 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7923 files.
7924
7925 2017-09-20 Pedro Alves <palves@redhat.com>
7926
7927 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7928 symbol names in gdb's output.
7929 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7930
7931 2017-09-20 Pedro Alves <palves@redhat.com>
7932
7933 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7934 Rename to ...
7935 (test_list_ambiguous_symbol): ... this and add a symbol name
7936 parameter. Adjust.
7937 (test_list_ambiguous_function): Reimplement on top of
7938 test_list_ambiguous_symbol and also test listing ambiguous
7939 variables.
7940 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7941 (ambiguous_fun): ... this.
7942 (ambiguous_var): New.
7943 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7944 (ambiguous_fun): ... this.
7945 (ambiguous_var): New.
7946
7947 2017-09-19 John Baldwin <jhb@FreeBSD.org>
7948
7949 * gdb.base/starti.c: New file.
7950 * gdb.base/starti.exp: New file.
7951 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7952
7953 2017-09-14 Pedro Alves <palves@redhat.com>
7954
7955 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7956 (top level): Use it instead of runto.
7957
7958 2017-09-11 Tom Tromey <tom@tromey.com>
7959
7960 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7961
7962 2017-09-11 Tom Tromey <tom@tromey.com>
7963
7964 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7965 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7966
7967 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7968
7969 * gdb.fortran/printing-types.exp: New file.
7970 * gdb.fortran/printing-types.exp: New file.
7971
7972 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7973
7974 * gdb.fortran/vla-ptype.exp: Fix typos.
7975 * gdb.fortran/vla-value.exp: Same.
7976
7977 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7978
7979 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
7980 * gdb.mi/mi-var-child-f.exp: Likewise.
7981 * gdb.mi/mi-vla-fortran.exp: Likewise.
7982
7983 2017-09-08 Frank Penczek <frank.penczek@intel.com>
7984 Christoph Weinmann <christoph.t.weinmann@intel.com>
7985 Bernhard Heckel <bernhard.heckel@intel.com>
7986
7987 * gdb.fortran/ptr-indentation.f90: New file.
7988 * gdb.fortran/ptr-indentation.exp: New file.
7989
7990 2017-09-05 Tom Tromey <tom@tromey.com>
7991
7992 PR gdb/22010:
7993 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
7994
7995 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7996
7997 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
7998
7999 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8000
8001 * gdb.threads/tls-nodebug-pie.c: New file.
8002 * gdb.threads/tls-nodebug-pie.exp: New file.
8003
8004 2017-09-05 Tom Tromey <tom@tromey.com>
8005
8006 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8007 for rust.
8008
8009 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8010
8011 * gdb.multi/multi-arch-exec.exp: Test with different
8012 "follow-exec-mode" settings.
8013 (do_test): New procedure.
8014
8015 2017-09-04 Pedro Alves <palves@redhat.com>
8016
8017 * gdb.base/func-static.c (S::method const, S::method volatile)
8018 (S::method volatile const): New methods.
8019 (c_s, v_s, cv_s): New instances.
8020 (main): Call method() on them.
8021 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8022 (cannot_resolve): New procedure.
8023 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8024 print-quote-unquoted columns.
8025 (do_test): Test printing each scope too.
8026
8027 2017-09-04 Pedro Alves <palves@redhat.com>
8028
8029 * gdb.base/local-static.exp: Also test with
8030 class::method::variable wholly quoted.
8031 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8032
8033 2017-09-04 Pedro Alves <palves@redhat.com>
8034
8035 * gdb.base/local-static.c: New.
8036 * gdb.base/local-static.cc: New.
8037 * gdb.base/local-static.exp: New.
8038
8039 2017-09-04 Pedro Alves <palves@redhat.com>
8040
8041 * gdb.asm/asm-source.exp: Add casts to int.
8042 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8043 (dataglobal64_1, dataglobal64_2): New globals.
8044 * gdb.base/nodebug.exp: Test different expressions involving the
8045 new globals, with print, whatis and ptype. Add casts to int.
8046 * gdb.base/solib-display.exp: Add casts to int.
8047 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8048 * gdb.cp/m-static.exp: Add cast to int.
8049 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8050 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8051 tls variable with no debug info without a cast. Test with a cast
8052 to int too.
8053 * gdb.trace/entry-values.exp: Add casts.
8054
8055 2017-09-04 Pedro Alves <palves@redhat.com>
8056
8057 * gdb.base/nodebug.exp: Test that ptype's error about functions
8058 with unknown return type includes the function name too.
8059
8060 2017-09-04 Pedro Alves <palves@redhat.com>
8061
8062 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8063 return type of munmap in infcall.
8064 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8065 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8066 type of ftell in infcall.
8067 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8068 type of getpid in infcall.
8069 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8070 infcall.
8071 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8072 Bail on failure to extract the pid.
8073 * gdb.base/nodebug.c: #include <stdint.h>.
8074 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8075 New functions.
8076 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8077 Change expected output of print/whatis/ptype with functions with
8078 no debug info. Test all supported languages. Call
8079 test_call_promotion.
8080 * gdb.compile/compile.exp: Adjust expected output to expect
8081 warning.
8082 * gdb.threads/siginfo-threads.exp: Likewise.
8083
8084 2017-09-04 Pedro Alves <palves@redhat.com>
8085
8086 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8087 "prototypes". Test calling float functions via prototyped and
8088 unprototyped function pointers.
8089 (perform_all_tests): New parameter "prototypes". Pass it down.
8090 (top level): Pass down "prototypes" parameter to
8091 perform_all_tests.
8092
8093 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8094
8095 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8096 Test with nested loops.
8097
8098 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8099
8100 * gdb.base/commands.exp: Call the new procedures.
8101 (loop_break_test, loop_continue_test): New procedures.
8102
8103 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8104
8105 * gdb.base/commands.exp: Call new procedure.
8106 (define_if_without_arg_test): New procedure.
8107
8108 2017-09-04 Pedro Alves <palves@redhat.com>
8109
8110 * gdb.base/list-ambiguous.exp: New file.
8111 * gdb.base/list-ambiguous0.c: New file.
8112 * gdb.base/list-ambiguous1.c: New file.
8113 * gdb.base/list.exp (test_list_range): Adjust expected output.
8114
8115 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8116
8117 * gdb.base/share-env-with-gdbserver.c: New file.
8118 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8119
8120 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8121
8122 * gdb.base/commands.exp (gdbvar_simple_if_test,
8123 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8124 progvar_simple_if_test, progvar_simple_while_test,
8125 progvar_complex_if_while_test, user_defined_command_test,
8126 user_defined_command_args_eval,
8127 user_defined_command_args_stack_test,
8128 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8129 temporary_breakpoint_commands,
8130 gdb_test_no_prompt, redefine_hook_test,
8131 redefine_backtrace_test): Remove "global gdb_prompt".
8132
8133 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8134
8135 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8136 New proc, call it from toplevel.
8137
8138 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8139
8140 PR remote/21852
8141 * gdb.server/normal.c: New file, copied from gdb.base.
8142 * gdb.server/run-without-local-binary.exp: New file.
8143
8144 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
8145
8146 * gdb.arch/sparc64-adi.exp: New file.
8147 * gdb.arch/sparc64-adi.c: New file.
8148
8149 2017-08-22 Pedro Alves <palves@redhat.com>
8150
8151 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8152 (top level): Add "list all overloads" tests.
8153
8154 2017-08-22 Tom Tromey <tom@tromey.com>
8155
8156 * gdb.gdb/xfullpath.exp: Remove.
8157
8158 2017-08-21 Pedro Alves <palves@redhat.com>
8159
8160 PR gdb/19487
8161 * gdb.base/symbol-alias.c: New.
8162 * gdb.base/symbol-alias2.c: New.
8163 * gdb.base/symbol-alias.exp: New.
8164
8165 2017-08-21 Pedro Alves <palves@redhat.com>
8166
8167 * gdb.base/dfp-test.c
8168 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8169 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8170 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8171 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8172 * gdb.base/whatis-ptype-typedefs.c: New.
8173 * gdb.base/whatis-ptype-typedefs.exp: New.
8174 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8175 (an_int, an_int_type, an_int_type2): New globals.
8176 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8177 involving typedefs and cast expressions.
8178 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8179 (lookup_typedefs_function): New.
8180 (typedefs_pretty_printers_dict): New.
8181 (top level): Register lookup_typedefs_function in
8182 gdb.pretty_printers.
8183
8184 2017-08-18 Yao Qi <yao.qi@linaro.org>
8185
8186 * gdb.server/unittest.exp: New.
8187
8188 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8189
8190 PR gdb/21954
8191 * gdb.base/environ.exp: Add test to check if 'unset environment'
8192 works.
8193
8194 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8195
8196 * lib/gdb.exp (universal_compile_options): New caching proc.
8197 (gdb_compile): Suppress GCC's coloring of messages.
8198
8199 2017-08-14 Tom Tromey <tom@tromey.com>
8200
8201 PR gdb/21675:
8202 * gdb.base/printcmds.exp (test_radices): New function.
8203 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8204 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8205 * lib/gdb.exp (get_integer_valueof): Use p/d.
8206
8207 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8208
8209 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8210 characters.
8211
8212 2017-08-05 Tom Tromey <tom@tromey.com>
8213
8214 * gdb.rust/simple.exp: Allow String to appear in a different
8215 namespace.
8216
8217 2017-07-26 Yao Qi <yao.qi@linaro.org>
8218
8219 * gdb.gdb/unittest.exp: Invoke command
8220 "maintenance check xml-descriptions".
8221
8222 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8223
8224 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8225 calling context.
8226 (hex128): Drop erroneous calculation of parameters.
8227
8228 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8229
8230 * gdb.python/py-unwind.exp: Disable stack protection when
8231 building test file.
8232
8233 2017-07-20 Pedro Alves <palves@redhat.com>
8234
8235 * gdb.base/default.exp (set language): Adjust expected output.
8236
8237 2017-07-20 Pedro Alves <palves@redhat.com>
8238
8239 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8240 (test_minsym): ... this, and make static.
8241 (get_pck__foo__bar__minsym): Rename to ...
8242 (get_test_minsym): ... this.
8243 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8244 symbol names and comments.
8245 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8246 (get_test_minsym): ... this.
8247 (pck__foo__bar__minsym__2): Rename to ...
8248 (test_minsym): ... this.
8249 (main): Adjust.
8250
8251 2017-07-17 Pedro Alves <palves@redhat.com>
8252
8253 * gdb.base/completion.exp: Adjust expected output.
8254 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8255 the completer works.
8256
8257 2017-07-17 Pedro Alves <palves@redhat.com>
8258
8259 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8260
8261 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8262
8263 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8264
8265 2017-07-14 Tom Tromey <tom@tromey.com>
8266
8267 PR rust/21764:
8268 * gdb.rust/simple.exp: Add tests.
8269
8270 2017-07-14 Tom Tromey <tom@tromey.com>
8271
8272 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8273
8274 2017-07-14 Pedro Alves <palves@redhat.com>
8275
8276 * gdb.linespec/base/one/thefile.cc (z1): New function.
8277 * gdb.linespec/base/two/thefile.cc (z2): New function.
8278 * gdb.linespec/linespec.exp: Add tests.
8279
8280 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8281
8282 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8283 to mi_create_breakpoint.
8284
8285 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8286
8287 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8288 mi_create_breakpoint.
8289
8290 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8291
8292 * gdb.dlang/demangle.exp: Update for demangling changes.
8293
8294 2017-07-09 Tom Tromey <tom@tromey.com>
8295
8296 * gdb.dwarf2/shortpiece.exp: New file.
8297
8298 2017-07-06 David Blaikie <dblaikie@gmail.com>
8299
8300 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8301 built from fissiont-multi-cu{1,2}.c.
8302 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8303 except putting 'main' and 'func' in separate CUs in the same DWO file.
8304 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8305 test.
8306 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8307 test.
8308
8309 2017-07-06 Pedro Alves <palves@redhat.com>
8310
8311 * gdb.python/py-unwind.exp: Test flushregs.
8312
8313 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8314
8315 PR cli/21688
8316 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8317 tests for alias commands and trailing whitespace.
8318
8319 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8320
8321 PR cli/21688
8322 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8323 procedure. Call it.
8324
8325 2017-06-29 Pedro Alves <palves@redhat.com>
8326
8327 * gdb.base/printcmds.exp: Add tests.
8328
8329 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8330
8331 PR gdb/21337
8332 * gdb.base/reread-readsym.exp: New file.
8333 * gdb.base/reread-readsym.c: New file.
8334
8335 2017-06-21 Kevin Buettner <kevinb@redhat.com>
8336
8337 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8338 subpattern.
8339
8340 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8341
8342 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8343 extended mnemonic.
8344 * gdb.arch/powerpc-power9.s: Likewise.
8345
8346 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8347
8348 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8349 on 32-bit x86 targets. Exploit is_*_target macros where
8350 appropriate.
8351
8352 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8353
8354 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8355 register pieces.
8356
8357 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8358
8359 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8360 located in one or more DWARF pieces.
8361
8362 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8363
8364 * lib/gdb.exp (get_endianness): New proc.
8365 * gdb.arch/aarch64-fp.exp: Use it.
8366 * gdb.arch/altivec-regs.exp: Likewise.
8367 * gdb.arch/e500-regs.exp: Likewise.
8368 * gdb.arch/vsx-regs.exp: Likewise.
8369 * gdb.base/dump.exp: Likewise.
8370 * gdb.base/funcargs.exp: Likewise.
8371 * gdb.base/gnu_vector.exp: Likewise.
8372 * gdb.dwarf2/formdata16.exp: Likewise.
8373 * gdb.dwarf2/implptrpiece.exp: Likewise.
8374 * gdb.dwarf2/nonvar-access.exp: Likewise.
8375 * gdb.python/py-inferior.exp: Likewise.
8376 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8377
8378 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8379
8380 PR gdb/21226
8381 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8382 stack value pieces are taken from the LSB end.
8383
8384 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8385
8386 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8387 variable at nonzero offset.
8388
8389 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8390
8391 * gdb.dwarf2/var-access.c: New file.
8392 * gdb.dwarf2/var-access.exp: New test.
8393 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8394
8395 2017-06-12 Tom Tromey <tom@tromey.com>
8396
8397 * gdb.dwarf2/formdata16.exp: Add tests.
8398
8399 2017-06-12 Tom Tromey <tom@tromey.com>
8400
8401 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8402
8403 2017-06-12 Tom Tromey <tom@tromey.com>
8404
8405 PR exp/16225:
8406 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8407 * gdb.arch/vsx-regs.exp: Update tests.
8408 * gdb.arch/s390-vregs.exp (hex128): New proc.
8409 Update test.
8410 * gdb.arch/altivec-regs.exp: Update tests.
8411
8412 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8413
8414 * gdb.base/startup-with-shell.c: New file.
8415 * gdb.base/startup-with-shell.exp: Likewise.
8416
8417 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8418
8419 * gdb.server/non-existing-program.exp: Update regex in order to
8420 reflect the fact that gdbserver is now using fork_inferior (with a
8421 shell) to startup the inferior.
8422
8423 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8424
8425 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8426 support function calls from GDB.
8427
8428 2017-05-21 Tom Tromey <tom@tromey.com>
8429
8430 PR rust/21466:
8431 * gdb.rust/unsized.exp: New file.
8432 * gdb.rust/unsized.rs: New file.
8433
8434 2017-05-19 Tom Tromey <tom@tromey.com>
8435
8436 PR rust/21484:
8437 * gdb.rust/watch.exp: New file.
8438 * gdb.rust/watch.rs: New file.
8439
8440 2017-05-18 Tom Tromey <tom@tromey.com>
8441
8442 * gdb.rust/simple.exp: Allow Box to be qualified.
8443
8444 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8445
8446 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8447
8448 2017-05-18 Pedro Alves <palves@redhat.com>
8449
8450 * gdb.base/fileio.c (test_write, test_read, test_close)
8451 (test_fstat): Don't print 'ret' in the fail path.
8452
8453 2017-05-18 Pedro Alves <palves@redhat.com>
8454
8455 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8456 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8457 (test_system, test_rename, test_unlink, test_time): Change
8458 prototypes.
8459 * gdb.base/fileio.exp (stop_msg): Adjust.
8460
8461 2017-05-18 Pedro Alves <palves@redhat.com>
8462
8463 * gdb.base/fileio.c (null_str): New global.
8464 (test_stat): Use it.
8465 * gdb.base/fileio.exp: Remove nowarnings.
8466
8467 2017-05-17 Yao Qi <yao.qi@linaro.org>
8468
8469 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8470
8471 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8472
8473 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8474 argument command.
8475 (top-level): Invoke test_set_inferior_tty.
8476
8477 2017-05-04 Pedro Alves <palves@redhat.com>
8478
8479 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8480 Add parens to print call for Python 3.
8481
8482 2017-05-03 Keith Seitz <keiths@redhat.com>
8483
8484 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8485 (main): Call it.
8486
8487 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8488
8489 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8490 to prev and next.
8491
8492 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8493
8494 * gdb.python/py-record-btrace.exp: Remove test for
8495 gdb.BtraceInstruction.error.
8496
8497 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8498
8499 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8500
8501 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8502
8503 * gdb.python/py-record-btrace-threads.c: New file.
8504 * gdb.python/py-record-btrace-threads.exp: New file.
8505
8506 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8507
8508 PR testsuite/8595
8509 * gdb.base/environ.exp: Make test available in all architectures.
8510 Move bits related to "info program" testing to
8511 gdb.base/info-program.exp. Rewrite tests to use the two new
8512 procedures mentione below.
8513 (test_set_show_env_var) New procedure.
8514 (test_set_show_env_var_equal): Likewise.
8515 * gdb.base/info-program.exp: New file.
8516
8517 2017-04-27 Keith Seitz <keiths@redhat.com>
8518
8519 * gdb.cp/oranking.cc (test15): New function.
8520 (main): Call test15 and declare additional variables for testing.
8521 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8522 "p foo101('abc')" tests.
8523 Add tests for cv qualifier overloads.
8524 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8525 "lvalue reference overload" test.
8526 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8527 "print value of f1 on Child&& in f2" test.
8528
8529 2017-04-19 Pedro Alves <palves@redhat.com>
8530
8531 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8532 procedure.
8533 (top level): Call it.
8534 * lib/gdb.exp (gdb_define_cmd): New procedure.
8535
8536 2017-04-12 Pedro Alves <palves@redhat.com>
8537
8538 PR gdb/21323
8539 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8540 (wchar): New global.
8541 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8542 (do_test_wide_char, wide_char_types_no_program, top level): Add
8543 wchar_t testing.
8544
8545 2017-04-12 Pedro Alves <palves@redhat.com>
8546
8547 PR c++/21323
8548 * gdb.cp/wide_char_types.c: New file.
8549 * gdb.cp/wide_char_types.exp: New file.
8550
8551 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8552
8553 PR gdb/21352
8554 * gdb.trace/tsv.exp: Add test for "tsave -r".
8555
8556 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8557
8558 * gdb.dlang/watch-loc.c: New file.
8559 * gdb.dlang/watch-loc.exp: New file.
8560
8561 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8562
8563 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8564
8565 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8566
8567 * gdb.arch/arc-analyze-prologue.S: New file.
8568 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8569
8570 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8571
8572 * gdb.arch/arc-decode-insn.S: New file.
8573 * gdb.arch/arc-decode-insn.exp: Likewise.
8574
8575 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8576
8577 PR tdep/20928
8578 * gdb.arch/sparc64-regs.exp: New file.
8579 * gdb.arch/sparc64-regs.S: Likewise.
8580
8581 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8582
8583 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8584 and memory view on Python 3.
8585
8586 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
8587 Keith Seitz <keiths@redhat.com>
8588
8589 PR gdb/14441
8590 * gdb.cp/demangle.exp: Add rvalue reference tests.
8591 * gdb.cp/rvalue-ref-casts.cc: New file.
8592 * gdb.cp/rvalue-ref-casts.exp: New file.
8593 * gdb.cp/rvalue-ref-overload.cc: New file.
8594 * gdb.cp/rvalue-ref-overload.exp: New file.
8595 * gdb.cp/rvalue-ref-params.cc: New file.
8596 * gdb.cp/rvalue-ref-params.exp: New file.
8597 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8598 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8599 * gdb.cp/rvalue-ref-types.cc: New file.
8600 * gdb.cp/rvalue-ref-types.exp: New file.
8601 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8602 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8603
8604 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8605
8606 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8607 New procedure.
8608
8609 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8610
8611 * lib/mi-support.exp (mi_gdb_test): Add additional message
8612 for unexpected output.
8613
8614 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8615
8616 * gdb.base/examine-backward.c (Barrier): New character array
8617 constant, to ensure that TestStrings is preceded by a string
8618 terminator.
8619
8620 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8621
8622 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8623 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8624 and implicit pointer into such a location.
8625
8626 2017-03-16 Doug Evans <dje@google.com>
8627
8628 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8629
8630 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8631
8632 * gdb.cp/m-static.exp: Fix expectation for prototype of
8633 test5.single_constructor and single_constructor::single_constructor.
8634
8635 2017-03-16 Doug Evans <dje@google.com>
8636
8637 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8638 * gdb.guile/scm-lazy-string.c: New file.
8639 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8640 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8641 for pointer, array, typedef lazy strings.
8642
8643 2017-03-16 Doug Evans <dje@google.com>
8644
8645 PR python/17728, python/18439, python/18779
8646 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8647 * gdb.python/py-lazy-string.c (pointer): New typedef.
8648 (main): New locals ptr, array, typedef_ptr.
8649 * gdb.python/py-value.exp: Move lazy string tests to ...
8650 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8651 array, typedef lazy strings.
8652
8653 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8654
8655 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8656 Add optional 'test' parameter.
8657
8658 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8659
8660 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8661 Skip for versions of DejaGnu < 1.5.
8662
8663 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8664
8665 * lib/gdb.exp (dejagnu_version): New proc.
8666 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8667 Use dejagnu_version.
8668
8669 2017-03-10 Keith Seitz <keiths@redhat.com>
8670
8671 PR c++/8128
8672 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8673 type from destructor regexps.
8674 Add a branch which actually passes the test.
8675 Adjust "ptype t5i" test names.
8676
8677 2017-03-08 Pedro Alves <palves@redhat.com>
8678
8679 * gdb.base/step-over-exit.exp: Add explicit test message.
8680
8681 2017-03-08 Pedro Alves <palves@redhat.com>
8682
8683 PR gdb/18360
8684 * gdb.threads/interrupt-while-step-over.c: New file.
8685 * gdb.threads/interrupt-while-step-over.exp: New file.
8686
8687 2017-03-08 Pedro Alves <palves@redhat.com>
8688
8689 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8690 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8691
8692 2017-03-08 Pedro Alves <palves@redhat.com>
8693
8694 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8695 PKRU as not supported as a PASS.
8696
8697 2017-03-08 Pedro Alves <palves@redhat.com>
8698
8699 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8700 prefix instead of $binfile1/$binfile2.
8701 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8702 in test message.
8703 * gdb.python/py-completion.exp: Use "load python file" as test
8704 messages instead of unstable path names.
8705
8706 2017-03-08 Pedro Alves <palves@redhat.com>
8707 Jan Kratochvil <jan.kratochvil@redhat.com>
8708
8709 PR cli/21218
8710 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8711 New proc.
8712 (top level): Call it.
8713
8714 2017-03-08 Pedro Alves <palves@redhat.com>
8715
8716 PR tui/21216
8717 * gdb.tui/tui-nl-filtered-output.exp: New file.
8718
8719 2017-03-08 Pedro Alves <palves@redhat.com>
8720
8721 * gdb.base/completion.exp: Move TUI completion tests to ...
8722 * gdb.tui/completion.exp: ... this new file.
8723
8724 2017-03-08 Pedro Alves <palves@redhat.com>
8725
8726 * gdb.base/tui-disasm-long-lines.c,
8727 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8728 gdb.base/tui-layout.exp: Move to ...
8729 * gdb.tui/: ... this new directory.
8730
8731 2017-03-07 Pedro Alves <palves@redhat.com>
8732
8733 * gdb.base/tui-layout.c: New file.
8734 * gdb.base/tui-layout.exp: New file.
8735
8736 2017-03-07 Pedro Alves <palves@redhat.com>
8737
8738 * gdb.base/tui-layout.c: Rename to ...
8739 * gdb.base/tui-disasm-long-lines.c: ... this.
8740 * gdb.base/tui-layout.exp: Rename to ...
8741 * gdb.base/tui-disasm-long-lines.exp: ... this.
8742
8743 2017-03-07 Pedro Alves <palves@redhat.com>
8744
8745 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8746
8747 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8748
8749 * i386-mpx-call.c: New file.
8750 * i386-mpx-call.exp: New file.
8751
8752 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8753
8754 * gdb.arch/powerpc-power.exp: Delete test.
8755 * gdb.arch/powerpc-power.s: Likewise.
8756 * gdb.disasm/disassembler-options.exp: New test.
8757 * gdb.arch/powerpc-altivec.exp: Likewise.
8758 * gdb.arch/powerpc-altivec.s: Likewise.
8759 * gdb.arch/powerpc-altivec2.exp: Likewise.
8760 * gdb.arch/powerpc-altivec2.s: Likewise.
8761 * gdb.arch/powerpc-altivec3.exp: Likewise.
8762 * gdb.arch/powerpc-altivec3.s: Likewise.
8763 * gdb.arch/powerpc-power7.exp: Likewise.
8764 * gdb.arch/powerpc-power7.s: Likewise.
8765 * gdb.arch/powerpc-power8.exp: Likewise.
8766 * gdb.arch/powerpc-power8.s: Likewise.
8767 * gdb.arch/powerpc-power9.exp: Likewise.
8768 * gdb.arch/powerpc-power9.s: Likewise.
8769 * gdb.arch/powerpc-vsx.exp: Likewise.
8770 * gdb.arch/powerpc-vsx.s: Likewise.
8771 * gdb.arch/powerpc-vsx2.exp: Likewise.
8772 * gdb.arch/powerpc-vsx2.s: Likewise.
8773 * gdb.arch/powerpc-vsx3.exp: Likewise.
8774 * gdb.arch/powerpc-vsx3.s: Likewise.
8775 * gdb.arch/arm-disassembler-options.exp: Likewise.
8776 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8777 * gdb.arch/s390-disassembler-options.exp: Likewise.
8778
8779 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
8780
8781 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8782 (check_supported_features): ... this. Changed return type to void.
8783 (supports_rdseed): New static global.
8784 (rdseed): Check supports_rdseed.
8785 (initialize): Call check_supported_features.
8786
8787 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8788
8789 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8790 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8791 and lqarx/stqcx.
8792 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8793 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8794
8795 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8796
8797 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8798 uppercase.
8799
8800 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8801
8802 * gdb.dwarf2/formdata16.c: New file.
8803 * gdb.dwarf2/formdata16.exp: New file.
8804 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8805
8806 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8807
8808 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8809 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8810 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8811 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8812 DW_AT_GNU_*.
8813
8814 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8815
8816 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8817
8818 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8819
8820 PR gdb/21164
8821 * gdb.base/maint.exp: Add testcases for when the commands do
8822 not have arguments.
8823
8824 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8825
8826 * gdb.cp/chained-calls.exp: Use p instead of P.
8827
8828 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8829
8830 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8831 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8832
8833 2017-02-14 Tom Tromey <tom@tromey.com>
8834
8835 PR python/13598:
8836 * gdb.python/py-events.exp: Add before_prompt event tests.
8837
8838 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8839
8840 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8841
8842 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8843
8844 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8845 (main): Call my_unique_function_name.
8846 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8847 completion of patterns with a single match.
8848 Add missing -re switches to gdb_test_multiple calls.
8849
8850 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8851
8852 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8853 return if core file is not recognized.
8854
8855 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8856
8857 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8858 and extra UIs.
8859
8860 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8861
8862 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8863 proc_with_prefix.
8864
8865 2017-02-10 Tom Tromey <tom@tromey.com>
8866
8867 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8868
8869 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
8870
8871 PR gdb/21122
8872 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8873
8874 2017-02-08 Jerome Guitton <guitton@adacore.com>
8875
8876 * gdb.base/define.exp: Add test for command abbreviations
8877 in define.
8878
8879 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
8880
8881 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8882 * gdb.reverse/insn-reverse-x86.c: New file.
8883
8884 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8885
8886 PR tdep/20936
8887 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8888
8889 2017-02-03 Tom Tromey <tom@tromey.com>
8890
8891 PR rust/21097:
8892 * gdb.rust/simple.exp: Add new tests.
8893
8894 2017-02-02 Pedro Alves <palves@redhat.com>
8895
8896 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8897 tests.
8898
8899 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8900
8901 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8902 taking a 2-byte value out of a 4-byte DWARF implicit value on
8903 big-endian targets.
8904 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8905 logic. Add test cases for DW_OP_implicit.
8906
8907 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8908
8909 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8910
8911 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8912
8913 * gdb.btrace/enable.exp: Call gdb_exit before
8914 skip_gdbserver_tests.
8915
8916 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8917
8918 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8919 GDBFLAGS.
8920
8921 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8922
8923 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8924 the test is skipped.
8925 * gdb.btrace/data.exp: Likewise.
8926 * gdb.btrace/delta.exp: Likewise.
8927 * gdb.btrace/dlopen.exp: Likewise.
8928 * gdb.btrace/enable-running.exp: Likewise.
8929 * gdb.btrace/enable.exp: Likewise.
8930 * gdb.btrace/exception.exp: Likewise.
8931 * gdb.btrace/function_call_history.exp: Likewise.
8932 * gdb.btrace/gcore.exp: Likewise.
8933 * gdb.btrace/instruction_history.exp: Likewise.
8934 * gdb.btrace/multi-thread-step.exp: Likewise.
8935 * gdb.btrace/nohist.exp: Likewise.
8936 * gdb.btrace/non-stop.exp: Likewise.
8937 * gdb.btrace/reconnect.exp: Likewise.
8938 * gdb.btrace/record_goto-step.exp: Likewise.
8939 * gdb.btrace/record_goto.exp: Likewise.
8940 * gdb.btrace/rn-dl-bind.exp: Likewise.
8941 * gdb.btrace/segv.exp: Likewise.
8942 * gdb.btrace/step.exp: Likewise.
8943 * gdb.btrace/stepi.exp: Likewise.
8944 * gdb.btrace/tailcall-only.exp: Likewise.
8945 * gdb.btrace/tailcall.exp: Likewise.
8946 * gdb.btrace/tsx.exp: Likewise.
8947 * gdb.btrace/unknown_functions.exp: Likewise.
8948 * gdb.btrace/vdso.exp: Likewise.
8949
8950 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8951
8952 * gdb.btrace/enable-running.c: New.
8953 * gdb.btrace/enable-running.exp: New.
8954
8955 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8956
8957 * gdb.arch/amd64-gs_base.c: New file.
8958 * gdb.arch/amd64-gs_base.exp: New file.
8959
8960 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8961
8962 * lib/memory.exp: Remove spurious empty newlines.
8963
8964 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8965
8966 * gdb.python/py-bad-printers.exp: Load python file using "source".
8967 * gdb.python/py-events.exp: Likewise.
8968 * gdb.python/py-evsignal.exp: Likewise.
8969 * gdb.python/py-evthreads.exp: Likewise.
8970 * gdb.python/py-frame-args.exp: Likewise.
8971 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8972 * gdb.python/py-framefilter-mi.exp: Likewise.
8973 * gdb.python/py-framefilter.exp: Likewise.
8974 * gdb.python/py-mi.exp: Likewise.
8975 * gdb.python/py-pp-maint.exp: Likewise.
8976 * gdb.python/py-pp-registration.exp: Likewise.
8977 * gdb.python/py-prettyprint.exp: Likewise.
8978 (run_lang_tests): Likewise.
8979 * gdb.python/py-typeprint.exp: Likewise.
8980
8981 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8982
8983 * lib/memory.exp: New file.
8984 * lib/gdb.exp: Load memory.exp.
8985 * gdb.base/memattr.exp (delete_memory): Move proc to
8986 lib/memory.exp and rename to delete_memory_regions.
8987 Replace delete_memory with delete_memory_regions.
8988 Cleanup memory regions before tests.
8989 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
8990 before tests.
8991
8992 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8993
8994 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
8995 files.
8996 (initialize): New function conditionally defined.
8997 (testcases): Move within conditional block.
8998 (main): Call initialize.
8999 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9000 of gdb.reverse/insn-reverse.c.
9001 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9002 gdb.reverse/insn-reverse.c.
9003
9004 2017-01-26 Yao Qi <yao.qi@linaro.org>
9005
9006 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9007 disassemble on address 0.
9008
9009 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9010 Yao Qi <yao.qi@linaro.org>
9011
9012 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9013 * gdb.dwarf2/implptr-64bit.S: Remove.
9014 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9015 variables in caller's context. Add DW_OP_implicit_value.
9016
9017 2017-01-25 Yao Qi <yao.qi@linaro.org>
9018
9019 * lib/dwarf.exp (Dwarf::_location): Handle
9020 DW_OP_GNU_implicit_pointer with proper size.
9021
9022 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9023
9024 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9025 and add untested calls.
9026
9027 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9028
9029 * gdb.python/python.exp: Check line number against what GDB thinks
9030 the line number is for func1.
9031
9032 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9033
9034 * gdb.dlang/debug-expr.exp: New file.
9035
9036 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
9037
9038 Fix test names for the following files:
9039
9040 * gdb.ada/exec_changed.exp
9041 * gdb.ada/info_types.exp
9042 * gdb.arch/aarch64-atomic-inst.exp
9043 * gdb.arch/aarch64-fp.exp
9044 * gdb.arch/altivec-abi.exp
9045 * gdb.arch/altivec-regs.exp
9046 * gdb.arch/amd64-byte.exp
9047 * gdb.arch/amd64-disp-step.exp
9048 * gdb.arch/amd64-dword.exp
9049 * gdb.arch/amd64-entry-value-inline.exp
9050 * gdb.arch/amd64-entry-value-param.exp
9051 * gdb.arch/amd64-entry-value-paramref.exp
9052 * gdb.arch/amd64-entry-value.exp
9053 * gdb.arch/amd64-i386-address.exp
9054 * gdb.arch/amd64-invalid-stack-middle.exp
9055 * gdb.arch/amd64-invalid-stack-top.exp
9056 * gdb.arch/amd64-optimout-repeat.exp
9057 * gdb.arch/amd64-prologue-skip.exp
9058 * gdb.arch/amd64-prologue-xmm.exp
9059 * gdb.arch/amd64-stap-special-operands.exp
9060 * gdb.arch/amd64-stap-wrong-subexp.exp
9061 * gdb.arch/amd64-tailcall-cxx.exp
9062 * gdb.arch/amd64-tailcall-noret.exp
9063 * gdb.arch/amd64-tailcall-ret.exp
9064 * gdb.arch/amd64-tailcall-self.exp
9065 * gdb.arch/amd64-word.exp
9066 * gdb.arch/arm-bl-branch-dest.exp
9067 * gdb.arch/arm-disp-step.exp
9068 * gdb.arch/arm-neon.exp
9069 * gdb.arch/arm-single-step-kernel-helper.exp
9070 * gdb.arch/avr-flash-qualifier.exp
9071 * gdb.arch/disp-step-insn-reloc.exp
9072 * gdb.arch/e500-abi.exp
9073 * gdb.arch/e500-regs.exp
9074 * gdb.arch/ftrace-insn-reloc.exp
9075 * gdb.arch/i386-avx512.exp
9076 * gdb.arch/i386-bp_permanent.exp
9077 * gdb.arch/i386-byte.exp
9078 * gdb.arch/i386-cfi-notcurrent.exp
9079 * gdb.arch/i386-disp-step.exp
9080 * gdb.arch/i386-dr3-watch.exp
9081 * gdb.arch/i386-float.exp
9082 * gdb.arch/i386-gnu-cfi.exp
9083 * gdb.arch/i386-mpx-map.exp
9084 * gdb.arch/i386-mpx-sigsegv.exp
9085 * gdb.arch/i386-mpx-simple_segv.exp
9086 * gdb.arch/i386-mpx.exp
9087 * gdb.arch/i386-permbkpt.exp
9088 * gdb.arch/i386-prologue.exp
9089 * gdb.arch/i386-signal.exp
9090 * gdb.arch/i386-size-overlap.exp
9091 * gdb.arch/i386-unwind.exp
9092 * gdb.arch/i386-word.exp
9093 * gdb.arch/mips-fcr.exp
9094 * gdb.arch/powerpc-d128-regs.exp
9095 * gdb.arch/powerpc-stackless.exp
9096 * gdb.arch/ppc64-atomic-inst.exp
9097 * gdb.arch/s390-stackless.exp
9098 * gdb.arch/s390-tdbregs.exp
9099 * gdb.arch/s390-vregs.exp
9100 * gdb.arch/sparc-sysstep.exp
9101 * gdb.arch/thumb-bx-pc.exp
9102 * gdb.arch/thumb-singlestep.exp
9103 * gdb.arch/thumb2-it.exp
9104 * gdb.arch/vsx-regs.exp
9105 * gdb.asm/asm-source.exp
9106 * gdb.base/a2-run.exp
9107 * gdb.base/advance.exp
9108 * gdb.base/all-bin.exp
9109 * gdb.base/anon.exp
9110 * gdb.base/args.exp
9111 * gdb.base/arithmet.exp
9112 * gdb.base/async-shell.exp
9113 * gdb.base/async.exp
9114 * gdb.base/attach-pie-noexec.exp
9115 * gdb.base/attach-twice.exp
9116 * gdb.base/auto-load.exp
9117 * gdb.base/bang.exp
9118 * gdb.base/bitfields.exp
9119 * gdb.base/break-always.exp
9120 * gdb.base/break-caller-line.exp
9121 * gdb.base/break-entry.exp
9122 * gdb.base/break-inline.exp
9123 * gdb.base/break-on-linker-gcd-function.exp
9124 * gdb.base/break-probes.exp
9125 * gdb.base/break.exp
9126 * gdb.base/breakpoint-shadow.exp
9127 * gdb.base/call-ar-st.exp
9128 * gdb.base/call-sc.exp
9129 * gdb.base/call-signal-resume.exp
9130 * gdb.base/call-strs.exp
9131 * gdb.base/callfuncs.exp
9132 * gdb.base/catch-fork-static.exp
9133 * gdb.base/catch-gdb-caused-signals.exp
9134 * gdb.base/catch-load.exp
9135 * gdb.base/catch-signal-fork.exp
9136 * gdb.base/catch-signal.exp
9137 * gdb.base/catch-syscall.exp
9138 * gdb.base/charset.exp
9139 * gdb.base/checkpoint.exp
9140 * gdb.base/chng-syms.exp
9141 * gdb.base/code-expr.exp
9142 * gdb.base/code_elim.exp
9143 * gdb.base/commands.exp
9144 * gdb.base/completion.exp
9145 * gdb.base/complex.exp
9146 * gdb.base/cond-expr.exp
9147 * gdb.base/condbreak.exp
9148 * gdb.base/consecutive.exp
9149 * gdb.base/continue-all-already-running.exp
9150 * gdb.base/coredump-filter.exp
9151 * gdb.base/corefile.exp
9152 * gdb.base/dbx.exp
9153 * gdb.base/debug-expr.exp
9154 * gdb.base/define.exp
9155 * gdb.base/del.exp
9156 * gdb.base/disabled-location.exp
9157 * gdb.base/disasm-end-cu.exp
9158 * gdb.base/disasm-optim.exp
9159 * gdb.base/display.exp
9160 * gdb.base/duplicate-bp.exp
9161 * gdb.base/ena-dis-br.exp
9162 * gdb.base/ending-run.exp
9163 * gdb.base/enumval.exp
9164 * gdb.base/environ.exp
9165 * gdb.base/eu-strip-infcall.exp
9166 * gdb.base/eval-avoid-side-effects.exp
9167 * gdb.base/eval-skip.exp
9168 * gdb.base/exitsignal.exp
9169 * gdb.base/expand-psymtabs.exp
9170 * gdb.base/filesym.exp
9171 * gdb.base/find-unmapped.exp
9172 * gdb.base/finish.exp
9173 * gdb.base/float.exp
9174 * gdb.base/foll-exec-mode.exp
9175 * gdb.base/foll-exec.exp
9176 * gdb.base/foll-fork.exp
9177 * gdb.base/fortran-sym-case.exp
9178 * gdb.base/freebpcmd.exp
9179 * gdb.base/func-ptr.exp
9180 * gdb.base/func-ptrs.exp
9181 * gdb.base/funcargs.exp
9182 * gdb.base/gcore-buffer-overflow.exp
9183 * gdb.base/gcore-relro-pie.exp
9184 * gdb.base/gcore-relro.exp
9185 * gdb.base/gcore.exp
9186 * gdb.base/gdb1090.exp
9187 * gdb.base/gdb11530.exp
9188 * gdb.base/gdb11531.exp
9189 * gdb.base/gdb1821.exp
9190 * gdb.base/gdbindex-stabs.exp
9191 * gdb.base/gdbvars.exp
9192 * gdb.base/hbreak.exp
9193 * gdb.base/hbreak2.exp
9194 * gdb.base/included.exp
9195 * gdb.base/infcall-input.exp
9196 * gdb.base/inferior-died.exp
9197 * gdb.base/infnan.exp
9198 * gdb.base/info-macros.exp
9199 * gdb.base/info-os.exp
9200 * gdb.base/info-proc.exp
9201 * gdb.base/info-shared.exp
9202 * gdb.base/info-target.exp
9203 * gdb.base/infoline.exp
9204 * gdb.base/interp.exp
9205 * gdb.base/interrupt.exp
9206 * gdb.base/jit-reader.exp
9207 * gdb.base/jit-simple.exp
9208 * gdb.base/kill-after-signal.exp
9209 * gdb.base/kill-detach-inferiors-cmd.exp
9210 * gdb.base/label.exp
9211 * gdb.base/langs.exp
9212 * gdb.base/ldbl_e308.exp
9213 * gdb.base/line-symtabs.exp
9214 * gdb.base/linespecs.exp
9215 * gdb.base/list.exp
9216 * gdb.base/long_long.exp
9217 * gdb.base/longest-types.exp
9218 * gdb.base/maint.exp
9219 * gdb.base/max-value-size.exp
9220 * gdb.base/memattr.exp
9221 * gdb.base/mips_pro.exp
9222 * gdb.base/morestack.exp
9223 * gdb.base/moribund-step.exp
9224 * gdb.base/multi-forks.exp
9225 * gdb.base/nested-addr.exp
9226 * gdb.base/nextoverexit.exp
9227 * gdb.base/noreturn-finish.exp
9228 * gdb.base/noreturn-return.exp
9229 * gdb.base/nostdlib.exp
9230 * gdb.base/offsets.exp
9231 * gdb.base/opaque.exp
9232 * gdb.base/pc-fp.exp
9233 * gdb.base/permissions.exp
9234 * gdb.base/print-symbol-loading.exp
9235 * gdb.base/prologue-include.exp
9236 * gdb.base/psymtab.exp
9237 * gdb.base/ptype.exp
9238 * gdb.base/random-signal.exp
9239 * gdb.base/randomize.exp
9240 * gdb.base/range-stepping.exp
9241 * gdb.base/readline-ask.exp
9242 * gdb.base/recpar.exp
9243 * gdb.base/recurse.exp
9244 * gdb.base/relational.exp
9245 * gdb.base/restore.exp
9246 * gdb.base/return-nodebug.exp
9247 * gdb.base/return.exp
9248 * gdb.base/run-after-attach.exp
9249 * gdb.base/save-bp.exp
9250 * gdb.base/scope.exp
9251 * gdb.base/sect-cmd.exp
9252 * gdb.base/set-lang-auto.exp
9253 * gdb.base/set-noassign.exp
9254 * gdb.base/setvar.exp
9255 * gdb.base/sigall.exp
9256 * gdb.base/sigbpt.exp
9257 * gdb.base/siginfo-addr.exp
9258 * gdb.base/siginfo-infcall.exp
9259 * gdb.base/siginfo-obj.exp
9260 * gdb.base/siginfo.exp
9261 * gdb.base/signals-state-child.exp
9262 * gdb.base/signest.exp
9263 * gdb.base/sigstep.exp
9264 * gdb.base/sizeof.exp
9265 * gdb.base/skip.exp
9266 * gdb.base/solib-corrupted.exp
9267 * gdb.base/solib-nodir.exp
9268 * gdb.base/solib-search.exp
9269 * gdb.base/stack-checking.exp
9270 * gdb.base/stale-infcall.exp
9271 * gdb.base/stap-probe.exp
9272 * gdb.base/start.exp
9273 * gdb.base/step-break.exp
9274 * gdb.base/step-bt.exp
9275 * gdb.base/step-line.exp
9276 * gdb.base/step-over-exit.exp
9277 * gdb.base/step-over-syscall.exp
9278 * gdb.base/step-resume-infcall.exp
9279 * gdb.base/step-test.exp
9280 * gdb.base/store.exp
9281 * gdb.base/structs3.exp
9282 * gdb.base/sym-file.exp
9283 * gdb.base/symbol-without-target_section.exp
9284 * gdb.base/term.exp
9285 * gdb.base/testenv.exp
9286 * gdb.base/ui-redirect.exp
9287 * gdb.base/until.exp
9288 * gdb.base/unwindonsignal.exp
9289 * gdb.base/value-double-free.exp
9290 * gdb.base/vla-datatypes.exp
9291 * gdb.base/vla-ptr.exp
9292 * gdb.base/vla-sideeffect.exp
9293 * gdb.base/volatile.exp
9294 * gdb.base/watch-cond-infcall.exp
9295 * gdb.base/watch-cond.exp
9296 * gdb.base/watch-non-mem.exp
9297 * gdb.base/watch-read.exp
9298 * gdb.base/watch-vfork.exp
9299 * gdb.base/watchpoint-cond-gone.exp
9300 * gdb.base/watchpoint-delete.exp
9301 * gdb.base/watchpoint-hw-hit-once.exp
9302 * gdb.base/watchpoint-hw.exp
9303 * gdb.base/watchpoint-stops-at-right-insn.exp
9304 * gdb.base/watchpoints.exp
9305 * gdb.base/wchar.exp
9306 * gdb.base/whatis-exp.exp
9307 * gdb.btrace/buffer-size.exp
9308 * gdb.btrace/data.exp
9309 * gdb.btrace/delta.exp
9310 * gdb.btrace/dlopen.exp
9311 * gdb.btrace/enable.exp
9312 * gdb.btrace/exception.exp
9313 * gdb.btrace/function_call_history.exp
9314 * gdb.btrace/gcore.exp
9315 * gdb.btrace/instruction_history.exp
9316 * gdb.btrace/nohist.exp
9317 * gdb.btrace/reconnect.exp
9318 * gdb.btrace/record_goto-step.exp
9319 * gdb.btrace/record_goto.exp
9320 * gdb.btrace/rn-dl-bind.exp
9321 * gdb.btrace/segv.exp
9322 * gdb.btrace/step.exp
9323 * gdb.btrace/stepi.exp
9324 * gdb.btrace/tailcall-only.exp
9325 * gdb.btrace/tailcall.exp
9326 * gdb.btrace/tsx.exp
9327 * gdb.btrace/unknown_functions.exp
9328 * gdb.btrace/vdso.exp
9329 * gdb.compile/compile-ifunc.exp
9330 * gdb.compile/compile-ops.exp
9331 * gdb.compile/compile-print.exp
9332 * gdb.compile/compile-setjmp.exp
9333 * gdb.cp/abstract-origin.exp
9334 * gdb.cp/ambiguous.exp
9335 * gdb.cp/annota2.exp
9336 * gdb.cp/annota3.exp
9337 * gdb.cp/anon-ns.exp
9338 * gdb.cp/anon-struct.exp
9339 * gdb.cp/anon-union.exp
9340 * gdb.cp/arg-reference.exp
9341 * gdb.cp/baseenum.exp
9342 * gdb.cp/bool.exp
9343 * gdb.cp/breakpoint.exp
9344 * gdb.cp/bs15503.exp
9345 * gdb.cp/call-c.exp
9346 * gdb.cp/casts.exp
9347 * gdb.cp/chained-calls.exp
9348 * gdb.cp/class2.exp
9349 * gdb.cp/classes.exp
9350 * gdb.cp/cmpd-minsyms.exp
9351 * gdb.cp/converts.exp
9352 * gdb.cp/cp-relocate.exp
9353 * gdb.cp/cpcompletion.exp
9354 * gdb.cp/cpexprs.exp
9355 * gdb.cp/cplabel.exp
9356 * gdb.cp/cplusfuncs.exp
9357 * gdb.cp/cpsizeof.exp
9358 * gdb.cp/ctti.exp
9359 * gdb.cp/derivation.exp
9360 * gdb.cp/destrprint.exp
9361 * gdb.cp/dispcxx.exp
9362 * gdb.cp/enum-class.exp
9363 * gdb.cp/exception.exp
9364 * gdb.cp/exceptprint.exp
9365 * gdb.cp/expand-psymtabs-cxx.exp
9366 * gdb.cp/expand-sals.exp
9367 * gdb.cp/extern-c.exp
9368 * gdb.cp/filename.exp
9369 * gdb.cp/formatted-ref.exp
9370 * gdb.cp/fpointer.exp
9371 * gdb.cp/gdb1355.exp
9372 * gdb.cp/gdb2495.exp
9373 * gdb.cp/hang.exp
9374 * gdb.cp/impl-this.exp
9375 * gdb.cp/infcall-dlopen.exp
9376 * gdb.cp/inherit.exp
9377 * gdb.cp/iostream.exp
9378 * gdb.cp/koenig.exp
9379 * gdb.cp/local.exp
9380 * gdb.cp/m-data.exp
9381 * gdb.cp/m-static.exp
9382 * gdb.cp/mb-ctor.exp
9383 * gdb.cp/mb-inline.exp
9384 * gdb.cp/mb-templates.exp
9385 * gdb.cp/member-name.exp
9386 * gdb.cp/member-ptr.exp
9387 * gdb.cp/meth-typedefs.exp
9388 * gdb.cp/method.exp
9389 * gdb.cp/method2.exp
9390 * gdb.cp/minsym-fallback.exp
9391 * gdb.cp/misc.exp
9392 * gdb.cp/namelessclass.exp
9393 * gdb.cp/namespace-enum.exp
9394 * gdb.cp/namespace-nested-import.exp
9395 * gdb.cp/namespace.exp
9396 * gdb.cp/nextoverthrow.exp
9397 * gdb.cp/no-dmgl-verbose.exp
9398 * gdb.cp/non-trivial-retval.exp
9399 * gdb.cp/noparam.exp
9400 * gdb.cp/nsdecl.exp
9401 * gdb.cp/nsimport.exp
9402 * gdb.cp/nsnested.exp
9403 * gdb.cp/nsnoimports.exp
9404 * gdb.cp/nsrecurs.exp
9405 * gdb.cp/nsstress.exp
9406 * gdb.cp/nsusing.exp
9407 * gdb.cp/operator.exp
9408 * gdb.cp/oranking.exp
9409 * gdb.cp/overload-const.exp
9410 * gdb.cp/overload.exp
9411 * gdb.cp/ovldbreak.exp
9412 * gdb.cp/ovsrch.exp
9413 * gdb.cp/paren-type.exp
9414 * gdb.cp/parse-lang.exp
9415 * gdb.cp/pass-by-ref.exp
9416 * gdb.cp/pr-1023.exp
9417 * gdb.cp/pr-1210.exp
9418 * gdb.cp/pr-574.exp
9419 * gdb.cp/pr10687.exp
9420 * gdb.cp/pr12028.exp
9421 * gdb.cp/pr17132.exp
9422 * gdb.cp/pr17494.exp
9423 * gdb.cp/pr9067.exp
9424 * gdb.cp/pr9167.exp
9425 * gdb.cp/pr9631.exp
9426 * gdb.cp/printmethod.exp
9427 * gdb.cp/psmang.exp
9428 * gdb.cp/psymtab-parameter.exp
9429 * gdb.cp/ptype-cv-cp.exp
9430 * gdb.cp/ptype-flags.exp
9431 * gdb.cp/re-set-overloaded.exp
9432 * gdb.cp/ref-types.exp
9433 * gdb.cp/rtti.exp
9434 * gdb.cp/scope-err.exp
9435 * gdb.cp/shadow.exp
9436 * gdb.cp/smartp.exp
9437 * gdb.cp/static-method.exp
9438 * gdb.cp/static-print-quit.exp
9439 * gdb.cp/temargs.exp
9440 * gdb.cp/templates.exp
9441 * gdb.cp/try_catch.exp
9442 * gdb.cp/typedef-operator.exp
9443 * gdb.cp/typeid.exp
9444 * gdb.cp/userdef.exp
9445 * gdb.cp/using-crash.exp
9446 * gdb.cp/var-tag.exp
9447 * gdb.cp/virtbase.exp
9448 * gdb.cp/virtfunc.exp
9449 * gdb.cp/virtfunc2.exp
9450 * gdb.cp/vla-cxx.exp
9451 * gdb.disasm/t01_mov.exp
9452 * gdb.disasm/t02_mova.exp
9453 * gdb.disasm/t03_add.exp
9454 * gdb.disasm/t04_sub.exp
9455 * gdb.disasm/t05_cmp.exp
9456 * gdb.disasm/t06_ari2.exp
9457 * gdb.disasm/t07_ari3.exp
9458 * gdb.disasm/t08_or.exp
9459 * gdb.disasm/t09_xor.exp
9460 * gdb.disasm/t10_and.exp
9461 * gdb.disasm/t11_logs.exp
9462 * gdb.disasm/t12_bit.exp
9463 * gdb.disasm/t13_otr.exp
9464 * gdb.dlang/circular.exp
9465 * gdb.dwarf2/arr-stride.exp
9466 * gdb.dwarf2/arr-subrange.exp
9467 * gdb.dwarf2/atomic-type.exp
9468 * gdb.dwarf2/bad-regnum.exp
9469 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9470 * gdb.dwarf2/callframecfa.exp
9471 * gdb.dwarf2/clztest.exp
9472 * gdb.dwarf2/corrupt.exp
9473 * gdb.dwarf2/data-loc.exp
9474 * gdb.dwarf2/dup-psym.exp
9475 * gdb.dwarf2/dw2-anon-mptr.exp
9476 * gdb.dwarf2/dw2-anonymous-func.exp
9477 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9478 * gdb.dwarf2/dw2-bad-unresolved.exp
9479 * gdb.dwarf2/dw2-basic.exp
9480 * gdb.dwarf2/dw2-canonicalize-type.exp
9481 * gdb.dwarf2/dw2-case-insensitive.exp
9482 * gdb.dwarf2/dw2-common-block.exp
9483 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9484 * gdb.dwarf2/dw2-compressed.exp
9485 * gdb.dwarf2/dw2-const.exp
9486 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9487 * gdb.dwarf2/dw2-cu-size.exp
9488 * gdb.dwarf2/dw2-dup-frame.exp
9489 * gdb.dwarf2/dw2-entry-value.exp
9490 * gdb.dwarf2/dw2-icycle.exp
9491 * gdb.dwarf2/dw2-ifort-parameter.exp
9492 * gdb.dwarf2/dw2-inline-break.exp
9493 * gdb.dwarf2/dw2-inline-param.exp
9494 * gdb.dwarf2/dw2-intercu.exp
9495 * gdb.dwarf2/dw2-intermix.exp
9496 * gdb.dwarf2/dw2-lexical-block-bare.exp
9497 * gdb.dwarf2/dw2-linkage-name-trust.exp
9498 * gdb.dwarf2/dw2-minsym-in-cu.exp
9499 * gdb.dwarf2/dw2-noloc.exp
9500 * gdb.dwarf2/dw2-op-call.exp
9501 * gdb.dwarf2/dw2-op-out-param.exp
9502 * gdb.dwarf2/dw2-opt-structptr.exp
9503 * gdb.dwarf2/dw2-param-error.exp
9504 * gdb.dwarf2/dw2-producer.exp
9505 * gdb.dwarf2/dw2-ranges-base.exp
9506 * gdb.dwarf2/dw2-ref-missing-frame.exp
9507 * gdb.dwarf2/dw2-reg-undefined.exp
9508 * gdb.dwarf2/dw2-regno-invalid.exp
9509 * gdb.dwarf2/dw2-restore.exp
9510 * gdb.dwarf2/dw2-restrict.exp
9511 * gdb.dwarf2/dw2-single-line-discriminators.exp
9512 * gdb.dwarf2/dw2-strp.exp
9513 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9514 * gdb.dwarf2/dw2-unresolved.exp
9515 * gdb.dwarf2/dw2-var-zero-addr.exp
9516 * gdb.dwarf2/dw4-sig-types.exp
9517 * gdb.dwarf2/dwz.exp
9518 * gdb.dwarf2/dynarr-ptr.exp
9519 * gdb.dwarf2/enum-type.exp
9520 * gdb.dwarf2/gdb-index.exp
9521 * gdb.dwarf2/implptr-64bit.exp
9522 * gdb.dwarf2/implptr-optimized-out.exp
9523 * gdb.dwarf2/implptr.exp
9524 * gdb.dwarf2/implref-array.exp
9525 * gdb.dwarf2/implref-const.exp
9526 * gdb.dwarf2/implref-global.exp
9527 * gdb.dwarf2/implref-struct.exp
9528 * gdb.dwarf2/mac-fileno.exp
9529 * gdb.dwarf2/main-subprogram.exp
9530 * gdb.dwarf2/member-ptr-forwardref.exp
9531 * gdb.dwarf2/method-ptr.exp
9532 * gdb.dwarf2/missing-sig-type.exp
9533 * gdb.dwarf2/nonvar-access.exp
9534 * gdb.dwarf2/opaque-type-lookup.exp
9535 * gdb.dwarf2/pieces-optimized-out.exp
9536 * gdb.dwarf2/pieces.exp
9537 * gdb.dwarf2/pr10770.exp
9538 * gdb.dwarf2/pr13961.exp
9539 * gdb.dwarf2/staticvirtual.exp
9540 * gdb.dwarf2/subrange.exp
9541 * gdb.dwarf2/symtab-producer.exp
9542 * gdb.dwarf2/trace-crash.exp
9543 * gdb.dwarf2/typeddwarf.exp
9544 * gdb.dwarf2/valop.exp
9545 * gdb.dwarf2/watch-notconst.exp
9546 * gdb.fortran/array-element.exp
9547 * gdb.fortran/charset.exp
9548 * gdb.fortran/common-block.exp
9549 * gdb.fortran/complex.exp
9550 * gdb.fortran/derived-type-function.exp
9551 * gdb.fortran/derived-type.exp
9552 * gdb.fortran/logical.exp
9553 * gdb.fortran/module.exp
9554 * gdb.fortran/multi-dim.exp
9555 * gdb.fortran/nested-funcs.exp
9556 * gdb.fortran/print-formatted.exp
9557 * gdb.fortran/subarray.exp
9558 * gdb.fortran/vla-alloc-assoc.exp
9559 * gdb.fortran/vla-datatypes.exp
9560 * gdb.fortran/vla-history.exp
9561 * gdb.fortran/vla-ptr-info.exp
9562 * gdb.fortran/vla-ptype-sub.exp
9563 * gdb.fortran/vla-ptype.exp
9564 * gdb.fortran/vla-sizeof.exp
9565 * gdb.fortran/vla-type.exp
9566 * gdb.fortran/vla-value-sub-arbitrary.exp
9567 * gdb.fortran/vla-value-sub-finish.exp
9568 * gdb.fortran/vla-value-sub.exp
9569 * gdb.fortran/vla-value.exp
9570 * gdb.fortran/whatis_type.exp
9571 * gdb.go/chan.exp
9572 * gdb.go/handcall.exp
9573 * gdb.go/hello.exp
9574 * gdb.go/integers.exp
9575 * gdb.go/methods.exp
9576 * gdb.go/package.exp
9577 * gdb.go/strings.exp
9578 * gdb.go/types.exp
9579 * gdb.go/unsafe.exp
9580 * gdb.guile/scm-arch.exp
9581 * gdb.guile/scm-block.exp
9582 * gdb.guile/scm-breakpoint.exp
9583 * gdb.guile/scm-cmd.exp
9584 * gdb.guile/scm-disasm.exp
9585 * gdb.guile/scm-equal.exp
9586 * gdb.guile/scm-frame-args.exp
9587 * gdb.guile/scm-frame-inline.exp
9588 * gdb.guile/scm-frame.exp
9589 * gdb.guile/scm-iterator.exp
9590 * gdb.guile/scm-math.exp
9591 * gdb.guile/scm-objfile.exp
9592 * gdb.guile/scm-ports.exp
9593 * gdb.guile/scm-symbol.exp
9594 * gdb.guile/scm-symtab.exp
9595 * gdb.guile/scm-value-cc.exp
9596 * gdb.guile/types-module.exp
9597 * gdb.linespec/break-ask.exp
9598 * gdb.linespec/cpexplicit.exp
9599 * gdb.linespec/explicit.exp
9600 * gdb.linespec/keywords.exp
9601 * gdb.linespec/linespec.exp
9602 * gdb.linespec/ls-dollar.exp
9603 * gdb.linespec/ls-errs.exp
9604 * gdb.linespec/skip-two.exp
9605 * gdb.linespec/thread.exp
9606 * gdb.mi/mi-async.exp
9607 * gdb.mi/mi-basics.exp
9608 * gdb.mi/mi-break.exp
9609 * gdb.mi/mi-catch-load.exp
9610 * gdb.mi/mi-cli.exp
9611 * gdb.mi/mi-cmd-param-changed.exp
9612 * gdb.mi/mi-console.exp
9613 * gdb.mi/mi-detach.exp
9614 * gdb.mi/mi-disassemble.exp
9615 * gdb.mi/mi-eval.exp
9616 * gdb.mi/mi-file-transfer.exp
9617 * gdb.mi/mi-file.exp
9618 * gdb.mi/mi-fill-memory.exp
9619 * gdb.mi/mi-inheritance-syntax-error.exp
9620 * gdb.mi/mi-linespec-err-cp.exp
9621 * gdb.mi/mi-logging.exp
9622 * gdb.mi/mi-memory-changed.exp
9623 * gdb.mi/mi-read-memory.exp
9624 * gdb.mi/mi-record-changed.exp
9625 * gdb.mi/mi-reg-undefined.exp
9626 * gdb.mi/mi-regs.exp
9627 * gdb.mi/mi-return.exp
9628 * gdb.mi/mi-reverse.exp
9629 * gdb.mi/mi-simplerun.exp
9630 * gdb.mi/mi-solib.exp
9631 * gdb.mi/mi-stack.exp
9632 * gdb.mi/mi-stepi.exp
9633 * gdb.mi/mi-syn-frame.exp
9634 * gdb.mi/mi-until.exp
9635 * gdb.mi/mi-var-block.exp
9636 * gdb.mi/mi-var-child.exp
9637 * gdb.mi/mi-var-cmd.exp
9638 * gdb.mi/mi-var-cp.exp
9639 * gdb.mi/mi-var-display.exp
9640 * gdb.mi/mi-var-invalidate.exp
9641 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9642 * gdb.mi/mi-vla-fortran.exp
9643 * gdb.mi/mi-watch.exp
9644 * gdb.mi/mi2-var-child.exp
9645 * gdb.mi/user-selected-context-sync.exp
9646 * gdb.modula2/unbounded-array.exp
9647 * gdb.multi/dummy-frame-restore.exp
9648 * gdb.multi/multi-arch-exec.exp
9649 * gdb.multi/multi-arch.exp
9650 * gdb.multi/tids.exp
9651 * gdb.multi/watchpoint-multi.exp
9652 * gdb.opencl/callfuncs.exp
9653 * gdb.opencl/convs_casts.exp
9654 * gdb.opencl/datatypes.exp
9655 * gdb.opencl/operators.exp
9656 * gdb.opencl/vec_comps.exp
9657 * gdb.opt/clobbered-registers-O2.exp
9658 * gdb.opt/inline-break.exp
9659 * gdb.opt/inline-bt.exp
9660 * gdb.opt/inline-cmds.exp
9661 * gdb.opt/inline-locals.exp
9662 * gdb.pascal/case-insensitive-symbols.exp
9663 * gdb.pascal/floats.exp
9664 * gdb.pascal/gdb11492.exp
9665 * gdb.python/lib-types.exp
9666 * gdb.python/py-arch.exp
9667 * gdb.python/py-as-string.exp
9668 * gdb.python/py-bad-printers.exp
9669 * gdb.python/py-block.exp
9670 * gdb.python/py-breakpoint-create-fail.exp
9671 * gdb.python/py-breakpoint.exp
9672 * gdb.python/py-caller-is.exp
9673 * gdb.python/py-cmd.exp
9674 * gdb.python/py-explore-cc.exp
9675 * gdb.python/py-explore.exp
9676 * gdb.python/py-finish-breakpoint.exp
9677 * gdb.python/py-finish-breakpoint2.exp
9678 * gdb.python/py-frame-args.exp
9679 * gdb.python/py-frame-inline.exp
9680 * gdb.python/py-frame.exp
9681 * gdb.python/py-framefilter-mi.exp
9682 * gdb.python/py-infthread.exp
9683 * gdb.python/py-lazy-string.exp
9684 * gdb.python/py-linetable.exp
9685 * gdb.python/py-mi-events.exp
9686 * gdb.python/py-mi-objfile.exp
9687 * gdb.python/py-mi.exp
9688 * gdb.python/py-objfile.exp
9689 * gdb.python/py-pp-integral.exp
9690 * gdb.python/py-pp-maint.exp
9691 * gdb.python/py-pp-re-notag.exp
9692 * gdb.python/py-pp-registration.exp
9693 * gdb.python/py-recurse-unwind.exp
9694 * gdb.python/py-strfns.exp
9695 * gdb.python/py-symbol.exp
9696 * gdb.python/py-symtab.exp
9697 * gdb.python/py-sync-interp.exp
9698 * gdb.python/py-typeprint.exp
9699 * gdb.python/py-unwind-maint.exp
9700 * gdb.python/py-unwind.exp
9701 * gdb.python/py-value-cc.exp
9702 * gdb.python/py-xmethods.exp
9703 * gdb.reverse/amd64-tailcall-reverse.exp
9704 * gdb.reverse/break-precsave.exp
9705 * gdb.reverse/break-reverse.exp
9706 * gdb.reverse/consecutive-precsave.exp
9707 * gdb.reverse/consecutive-reverse.exp
9708 * gdb.reverse/finish-precsave.exp
9709 * gdb.reverse/finish-reverse-bkpt.exp
9710 * gdb.reverse/finish-reverse.exp
9711 * gdb.reverse/fstatat-reverse.exp
9712 * gdb.reverse/getresuid-reverse.exp
9713 * gdb.reverse/i386-precsave.exp
9714 * gdb.reverse/i386-reverse.exp
9715 * gdb.reverse/i386-sse-reverse.exp
9716 * gdb.reverse/i387-env-reverse.exp
9717 * gdb.reverse/i387-stack-reverse.exp
9718 * gdb.reverse/insn-reverse.exp
9719 * gdb.reverse/machinestate-precsave.exp
9720 * gdb.reverse/machinestate.exp
9721 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9722 * gdb.reverse/pipe-reverse.exp
9723 * gdb.reverse/readv-reverse.exp
9724 * gdb.reverse/recvmsg-reverse.exp
9725 * gdb.reverse/rerun-prec.exp
9726 * gdb.reverse/s390-mvcle.exp
9727 * gdb.reverse/step-precsave.exp
9728 * gdb.reverse/step-reverse.exp
9729 * gdb.reverse/time-reverse.exp
9730 * gdb.reverse/until-precsave.exp
9731 * gdb.reverse/until-reverse.exp
9732 * gdb.reverse/waitpid-reverse.exp
9733 * gdb.reverse/watch-precsave.exp
9734 * gdb.reverse/watch-reverse.exp
9735 * gdb.rust/generics.exp
9736 * gdb.rust/methods.exp
9737 * gdb.rust/modules.exp
9738 * gdb.rust/simple.exp
9739 * gdb.server/connect-with-no-symbol-file.exp
9740 * gdb.server/ext-attach.exp
9741 * gdb.server/ext-restart.exp
9742 * gdb.server/ext-wrapper.exp
9743 * gdb.server/file-transfer.exp
9744 * gdb.server/server-exec-info.exp
9745 * gdb.server/server-kill.exp
9746 * gdb.server/server-mon.exp
9747 * gdb.server/wrapper.exp
9748 * gdb.stabs/exclfwd.exp
9749 * gdb.stabs/gdb11479.exp
9750 * gdb.threads/clone-new-thread-event.exp
9751 * gdb.threads/corethreads.exp
9752 * gdb.threads/current-lwp-dead.exp
9753 * gdb.threads/dlopen-libpthread.exp
9754 * gdb.threads/gcore-thread.exp
9755 * gdb.threads/sigstep-threads.exp
9756 * gdb.threads/watchpoint-fork.exp
9757 * gdb.trace/actions-changed.exp
9758 * gdb.trace/backtrace.exp
9759 * gdb.trace/change-loc.exp
9760 * gdb.trace/circ.exp
9761 * gdb.trace/collection.exp
9762 * gdb.trace/disconnected-tracing.exp
9763 * gdb.trace/ftrace.exp
9764 * gdb.trace/mi-trace-frame-collected.exp
9765 * gdb.trace/mi-trace-unavailable.exp
9766 * gdb.trace/mi-traceframe-changed.exp
9767 * gdb.trace/mi-tsv-changed.exp
9768 * gdb.trace/no-attach-trace.exp
9769 * gdb.trace/passc-dyn.exp
9770 * gdb.trace/qtro.exp
9771 * gdb.trace/range-stepping.exp
9772 * gdb.trace/read-memory.exp
9773 * gdb.trace/save-trace.exp
9774 * gdb.trace/signal.exp
9775 * gdb.trace/status-stop.exp
9776 * gdb.trace/tfile.exp
9777 * gdb.trace/trace-break.exp
9778 * gdb.trace/trace-buffer-size.exp
9779 * gdb.trace/trace-condition.exp
9780 * gdb.trace/tracefile-pseudo-reg.exp
9781 * gdb.trace/tstatus.exp
9782 * gdb.trace/unavailable.exp
9783 * gdb.trace/while-dyn.exp
9784 * gdb.trace/while-stepping.exp
9785
9786 2016-12-22 Doug Evans <xdje42@gmail.com>
9787
9788 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9789 and msymbols.
9790
9791 2016-12-19 Yao Qi <yao.qi@linaro.org>
9792
9793 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9794 (test_with_self): Don't call do_steps_and_nexts, and remove
9795 code about stepping into xmalloc.
9796
9797 2016-12-09 Yao Qi <yao.qi@linaro.org>
9798
9799 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9800
9801 2016-12-09 Yao Qi <yao.qi@linaro.org>
9802
9803 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9804
9805 2016-12-09 Pedro Alves <palves@redhat.com>
9806
9807 * gdb.base/all-architectures-0.exp: New file.
9808 * gdb.base/all-architectures-1.exp: New file.
9809 * gdb.base/all-architectures-2.exp: New file.
9810 * gdb.base/all-architectures-3.exp: New file.
9811 * gdb.base/all-architectures-4.exp: New file.
9812 * gdb.base/all-architectures-5.exp: New file.
9813 * gdb.base/all-architectures-6.exp: New file.
9814 * gdb.base/all-architectures-7.exp: New file.
9815 * gdb.base/all-architectures.exp.in: New file.
9816
9817 2016-12-09 Yao Qi <yao.qi@linaro.org>
9818
9819 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9820
9821 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9822
9823 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9824 possible.
9825 Remove useless pattern-matching code.
9826
9827 2016-12-02 Pedro Alves <palves@redhat.com>
9828
9829 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9830 procedure.
9831 (top level): Call it.
9832
9833 2016-12-02 Pedro Alves <palves@redhat.com>
9834
9835 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9836 New procedure.
9837 (top level): Call it.
9838
9839 2016-12-02 Pedro Alves <palves@redhat.com>
9840
9841 PR cli/20559
9842 * gdb.base/commands.exp (user_defined_command_args_eval): New
9843 procedure.
9844 (top level): Call it.
9845
9846 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9847
9848 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9849 timeout handling.
9850
9851 2016-12-02 Tom Tromey <tom@tromey.com>
9852
9853 * gdb.dwarf2/main-subprogram.c: New file.
9854 * gdb.dwarf2/main-subprogram.exp: New file.
9855
9856 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9857
9858 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9859 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9860 gdb_test_no_output for a couple of cases.
9861 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9862
9863 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9864
9865 Fix test names and standardize compilation error messages throughout
9866 the following files:
9867
9868 * gdb.ada/start.exp
9869 * gdb.arch/alpha-step.exp
9870 * gdb.arch/e500-prologue.exp
9871 * gdb.arch/ftrace-insn-reloc.exp
9872 * gdb.arch/gdb1291.exp
9873 * gdb.arch/gdb1431.exp
9874 * gdb.arch/gdb1558.exp
9875 * gdb.arch/i386-dr3-watch.exp
9876 * gdb.arch/i386-sse-stack-align.exp
9877 * gdb.arch/ia64-breakpoint-shadow.exp
9878 * gdb.arch/pa-nullify.exp
9879 * gdb.arch/powerpc-aix-prologue.exp
9880 * gdb.arch/thumb-bx-pc.exp
9881 * gdb.base/annota1.exp
9882 * gdb.base/annota3.exp
9883 * gdb.base/arrayidx.exp
9884 * gdb.base/assign.exp
9885 * gdb.base/attach.exp
9886 * gdb.base/auxv.exp
9887 * gdb.base/bang.exp
9888 * gdb.base/bfp-test.exp
9889 * gdb.base/bigcore.exp
9890 * gdb.base/bitfields2.exp
9891 * gdb.base/break-fun-addr.exp
9892 * gdb.base/break-probes.exp
9893 * gdb.base/call-rt-st.exp
9894 * gdb.base/callexit.exp
9895 * gdb.base/catch-fork-kill.exp
9896 * gdb.base/charset.exp
9897 * gdb.base/checkpoint.exp
9898 * gdb.base/comprdebug.exp
9899 * gdb.base/constvars.exp
9900 * gdb.base/coredump-filter.exp
9901 * gdb.base/cursal.exp
9902 * gdb.base/cvexpr.exp
9903 * gdb.base/detach.exp
9904 * gdb.base/display.exp
9905 * gdb.base/dmsym.exp
9906 * gdb.base/dprintf-pending.exp
9907 * gdb.base/dso2dso.exp
9908 * gdb.base/dtrace-probe.exp
9909 * gdb.base/dump.exp
9910 * gdb.base/enum_cond.exp
9911 * gdb.base/exe-lock.exp
9912 * gdb.base/exec-invalid-sysroot.exp
9913 * gdb.base/execl-update-breakpoints.exp
9914 * gdb.base/exprs.exp
9915 * gdb.base/fileio.exp
9916 * gdb.base/find.exp
9917 * gdb.base/finish.exp
9918 * gdb.base/fixsection.exp
9919 * gdb.base/foll-vfork.exp
9920 * gdb.base/frame-args.exp
9921 * gdb.base/gcore.exp
9922 * gdb.base/gdb1250.exp
9923 * gdb.base/global-var-nested-by-dso.exp
9924 * gdb.base/gnu-ifunc.exp
9925 * gdb.base/hashline1.exp
9926 * gdb.base/hashline2.exp
9927 * gdb.base/hashline3.exp
9928 * gdb.base/hbreak-in-shr-unsupported.exp
9929 * gdb.base/huge.exp
9930 * gdb.base/infcall-input.exp
9931 * gdb.base/info-fun.exp
9932 * gdb.base/info-shared.exp
9933 * gdb.base/jit-simple.exp
9934 * gdb.base/jit-so.exp
9935 * gdb.base/jit.exp
9936 * gdb.base/jump.exp
9937 * gdb.base/label.exp
9938 * gdb.base/lineinc.exp
9939 * gdb.base/logical.exp
9940 * gdb.base/longjmp.exp
9941 * gdb.base/macscp.exp
9942 * gdb.base/miscexprs.exp
9943 * gdb.base/new-ui-echo.exp
9944 * gdb.base/new-ui-pending-input.exp
9945 * gdb.base/new-ui.exp
9946 * gdb.base/nodebug.exp
9947 * gdb.base/nofield.exp
9948 * gdb.base/offsets.exp
9949 * gdb.base/overlays.exp
9950 * gdb.base/pending.exp
9951 * gdb.base/pointers.exp
9952 * gdb.base/pr11022.exp
9953 * gdb.base/printcmds.exp
9954 * gdb.base/prologue.exp
9955 * gdb.base/ptr-typedef.exp
9956 * gdb.base/realname-expand.exp
9957 * gdb.base/relativedebug.exp
9958 * gdb.base/relocate.exp
9959 * gdb.base/remote.exp
9960 * gdb.base/reread.exp
9961 * gdb.base/return2.exp
9962 * gdb.base/savedregs.exp
9963 * gdb.base/sep.exp
9964 * gdb.base/sepdebug.exp
9965 * gdb.base/sepsymtab.exp
9966 * gdb.base/set-inferior-tty.exp
9967 * gdb.base/setshow.exp
9968 * gdb.base/shlib-call.exp
9969 * gdb.base/sigaltstack.exp
9970 * gdb.base/siginfo-addr.exp
9971 * gdb.base/signals.exp
9972 * gdb.base/signull.exp
9973 * gdb.base/sigrepeat.exp
9974 * gdb.base/so-impl-ld.exp
9975 * gdb.base/solib-display.exp
9976 * gdb.base/solib-overlap.exp
9977 * gdb.base/solib-search.exp
9978 * gdb.base/solib-symbol.exp
9979 * gdb.base/structs.exp
9980 * gdb.base/structs2.exp
9981 * gdb.base/symtab-search-order.exp
9982 * gdb.base/twice.exp
9983 * gdb.base/unload.exp
9984 * gdb.base/varargs.exp
9985 * gdb.base/watchpoint-solib.exp
9986 * gdb.base/watchpoint.exp
9987 * gdb.base/whatis.exp
9988 * gdb.base/wrong_frame_bt_full.exp
9989 * gdb.btrace/dlopen.exp
9990 * gdb.cell/ea-standalone.exp
9991 * gdb.cell/ea-test.exp
9992 * gdb.cp/dispcxx.exp
9993 * gdb.cp/gdb2384.exp
9994 * gdb.cp/method2.exp
9995 * gdb.cp/nextoverthrow.exp
9996 * gdb.cp/pr10728.exp
9997 * gdb.disasm/am33.exp
9998 * gdb.disasm/h8300s.exp
9999 * gdb.disasm/mn10300.exp
10000 * gdb.disasm/sh3.exp
10001 * gdb.dwarf2/dw2-dir-file-name.exp
10002 * gdb.fortran/complex.exp
10003 * gdb.fortran/library-module.exp
10004 * gdb.guile/scm-pretty-print.exp
10005 * gdb.guile/scm-symbol.exp
10006 * gdb.guile/scm-type.exp
10007 * gdb.guile/scm-value.exp
10008 * gdb.linespec/linespec.exp
10009 * gdb.mi/gdb701.exp
10010 * gdb.mi/gdb792.exp
10011 * gdb.mi/mi-breakpoint-changed.exp
10012 * gdb.mi/mi-dprintf-pending.exp
10013 * gdb.mi/mi-dprintf.exp
10014 * gdb.mi/mi-exit-code.exp
10015 * gdb.mi/mi-pending.exp
10016 * gdb.mi/mi-solib.exp
10017 * gdb.mi/new-ui-mi-sync.exp
10018 * gdb.mi/pr11022.exp
10019 * gdb.mi/user-selected-context-sync.exp
10020 * gdb.opt/solib-intra-step.exp
10021 * gdb.python/py-events.exp
10022 * gdb.python/py-finish-breakpoint.exp
10023 * gdb.python/py-mi.exp
10024 * gdb.python/py-prettyprint.exp
10025 * gdb.python/py-shared.exp
10026 * gdb.python/py-symbol.exp
10027 * gdb.python/py-template.exp
10028 * gdb.python/py-type.exp
10029 * gdb.python/py-value.exp
10030 * gdb.reverse/solib-precsave.exp
10031 * gdb.reverse/solib-reverse.exp
10032 * gdb.server/solib-list.exp
10033 * gdb.stabs/weird.exp
10034 * gdb.threads/reconnect-signal.exp
10035 * gdb.threads/stepi-random-signal.exp
10036 * gdb.trace/actions.exp
10037 * gdb.trace/ax.exp
10038 * gdb.trace/backtrace.exp
10039 * gdb.trace/change-loc.exp
10040 * gdb.trace/deltrace.exp
10041 * gdb.trace/ftrace-lock.exp
10042 * gdb.trace/ftrace.exp
10043 * gdb.trace/infotrace.exp
10044 * gdb.trace/mi-tracepoint-changed.exp
10045 * gdb.trace/packetlen.exp
10046 * gdb.trace/passcount.exp
10047 * gdb.trace/pending.exp
10048 * gdb.trace/range-stepping.exp
10049 * gdb.trace/report.exp
10050 * gdb.trace/stap-trace.exp
10051 * gdb.trace/tfind.exp
10052 * gdb.trace/trace-break.exp
10053 * gdb.trace/trace-condition.exp
10054 * gdb.trace/trace-enable-disable.exp
10055 * gdb.trace/trace-mt.exp
10056 * gdb.trace/tracecmd.exp
10057 * gdb.trace/tspeed.exp
10058 * gdb.trace/tsv.exp
10059 * lib/perftest.exp
10060
10061 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10062
10063 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10064 with gdb_test_no_output.
10065 Use command as test name.
10066
10067 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10068
10069 Fix test names starting with uppercase throughout the files.
10070
10071 * gdb.ada/assign_1.exp
10072 * gdb.ada/boolean_expr.exp
10073 * gdb.base/arrayidx.exp
10074 * gdb.base/del.exp
10075 * gdb.base/gcore-buffer-overflow.exp
10076 * gdb.base/testenv.exp
10077 * gdb.compile/compile.exp
10078 * gdb.python/py-framefilter-invalidarg.exp
10079 * gdb.python/py-framefilter.exp
10080
10081 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10082
10083 Fix test names starting with uppercase throughout the files.
10084
10085 * gdb.ada/array_return.exp
10086 * gdb.ada/expr_delims.exp
10087 * gdb.ada/mi_dyn_arr.exp
10088 * gdb.ada/mi_interface.exp
10089 * gdb.ada/mi_var_array.exp
10090 * gdb.ada/watch_arg.exp
10091 * gdb.arch/alpha-step.exp
10092 * gdb.arch/altivec-regs.exp
10093 * gdb.arch/e500-regs.exp
10094 * gdb.arch/powerpc-d128-regs.exp
10095 * gdb.base/arrayidx.exp
10096 * gdb.base/break.exp
10097 * gdb.base/checkpoint.exp
10098 * gdb.base/debug-expr.exp
10099 * gdb.base/dmsym.exp
10100 * gdb.base/radix.exp
10101 * gdb.base/sepdebug.exp
10102 * gdb.base/testenv.exp
10103 * gdb.base/watch_thread_num.exp
10104 * gdb.base/watchpoint-cond-gone.exp
10105 * gdb.cell/break.exp
10106 * gdb.cell/ea-cache.exp
10107 * gdb.compile/compile.exp
10108 * gdb.cp/gdb2495.exp
10109 * gdb.gdb/selftest.exp
10110 * gdb.gdb/xfullpath.exp
10111 * gdb.go/hello.exp
10112 * gdb.go/integers.exp
10113 * gdb.objc/basicclass.exp
10114 * gdb.pascal/hello.exp
10115 * gdb.pascal/integers.exp
10116 * gdb.python/py-breakpoint.exp
10117 * gdb.python/py-cmd.exp
10118 * gdb.python/py-linetable.exp
10119 * gdb.python/py-xmethods.exp
10120 * gdb.python/python.exp
10121 * gdb.reverse/consecutive-precsave.exp
10122 * gdb.reverse/finish-precsave.exp
10123 * gdb.reverse/i386-precsave.exp
10124 * gdb.reverse/machinestate-precsave.exp
10125 * gdb.reverse/sigall-precsave.exp
10126 * gdb.reverse/solib-precsave.exp
10127 * gdb.reverse/step-precsave.exp
10128 * gdb.reverse/until-precsave.exp
10129 * gdb.reverse/watch-precsave.exp
10130 * gdb.threads/leader-exit.exp
10131 * gdb.threads/pthreads.exp
10132 * gdb.threads/wp-replication.exp
10133 * gdb.trace/actions.exp
10134 * gdb.trace/mi-tsv-changed.exp
10135 * gdb.trace/tsv.exp
10136
10137 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10138
10139 Fix test names starting with uppercase throughout the files.
10140
10141 * gdb.arch/i386-bp_permanent.exp
10142 * gdb.arch/i386-gnu-cfi.exp
10143 * gdb.base/disasm-end-cu.exp
10144 * gdb.base/macscp.exp
10145 * gdb.base/pending.exp
10146 * gdb.base/watch_thread_num.exp
10147 * gdb.cp/exception.exp
10148 * gdb.cp/gdb2495.exp
10149 * gdb.cp/local.exp
10150 * gdb.python/py-evsignal.exp
10151 * gdb.python/python.exp
10152 * gdb.trace/tracecmd.exp
10153
10154 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10155
10156 Fix test names starting with uppercase throughout the files.
10157
10158 * gdb.base/charset.exp
10159 * gdb.base/eval.exp
10160 * gdb.base/multi-forks.exp
10161 * gdb.guile/scm-progspace.exp
10162 * gdb.opencl/datatypes.exp
10163 * gdb.python/py-block.exp
10164 * gdb.python/py-function.exp
10165 * gdb.python/py-symbol.exp
10166 * gdb.python/py-symtab.exp
10167 * gdb.python/py-xmethods.exp
10168 * gdb.reverse/break-precsave.exp
10169 * gdb.reverse/break-reverse.exp
10170 * gdb.reverse/consecutive-precsave.exp
10171 * gdb.reverse/consecutive-reverse.exp
10172 * gdb.reverse/finish-precsave.exp
10173 * gdb.reverse/finish-reverse-bkpt.exp
10174 * gdb.reverse/finish-reverse.exp
10175 * gdb.reverse/fstatat-reverse.exp
10176 * gdb.reverse/getresuid-reverse.exp
10177 * gdb.reverse/i386-precsave.exp
10178 * gdb.reverse/i386-reverse.exp
10179 * gdb.reverse/i386-sse-reverse.exp
10180 * gdb.reverse/i387-stack-reverse.exp
10181 * gdb.reverse/insn-reverse.exp
10182 * gdb.reverse/machinestate-precsave.exp
10183 * gdb.reverse/machinestate.exp
10184 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10185 * gdb.reverse/pipe-reverse.exp
10186 * gdb.reverse/readv-reverse.exp
10187 * gdb.reverse/recvmsg-reverse.exp
10188 * gdb.reverse/rerun-prec.exp
10189 * gdb.reverse/s390-mvcle.exp
10190 * gdb.reverse/sigall-precsave.exp
10191 * gdb.reverse/sigall-reverse.exp
10192 * gdb.reverse/solib-precsave.exp
10193 * gdb.reverse/solib-reverse.exp
10194 * gdb.reverse/step-precsave.exp
10195 * gdb.reverse/step-reverse.exp
10196 * gdb.reverse/time-reverse.exp
10197 * gdb.reverse/until-precsave.exp
10198 * gdb.reverse/until-reverse.exp
10199 * gdb.reverse/waitpid-reverse.exp
10200 * gdb.reverse/watch-precsave.exp
10201 * gdb.reverse/watch-reverse.exp
10202
10203 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10204
10205 Fix test names starting with uppercase throughout the files.
10206
10207 * gdb.arch/i386-mpx-simple_segv.exp
10208 * gdb.arch/i386-mpx.exp
10209 * gdb.arch/i386-permbkpt.exp
10210 * gdb.arch/pa-nullify.exp
10211 * gdb.arch/powerpc-d128-regs.exp
10212 * gdb.arch/vsx-regs.exp
10213 * gdb.base/bfp-test.exp
10214 * gdb.base/break.exp
10215 * gdb.base/breakpoint-shadow.exp
10216 * gdb.base/callfuncs.exp
10217 * gdb.base/charset.exp
10218 * gdb.base/commands.exp
10219 * gdb.base/completion.exp
10220 * gdb.base/dfp-test.exp
10221 * gdb.base/echo.exp
10222 * gdb.base/ending-run.exp
10223 * gdb.base/eval.exp
10224 * gdb.base/expand-psymtabs.exp
10225 * gdb.base/float128.exp
10226 * gdb.base/floatn.exp
10227 * gdb.base/foll-exec-mode.exp
10228 * gdb.base/gdb1056.exp
10229 * gdb.base/gdb11531.exp
10230 * gdb.base/kill-after-signal.exp
10231 * gdb.base/multi-forks.exp
10232 * gdb.base/overlays.exp
10233 * gdb.base/pending.exp
10234 * gdb.base/sepdebug.exp
10235 * gdb.base/testenv.exp
10236 * gdb.base/valgrind-db-attach.exp
10237 * gdb.base/watch_thread_num.exp
10238 * gdb.base/watchpoint-cond-gone.exp
10239 * gdb.base/watchpoint.exp
10240 * gdb.base/watchpoints.exp
10241 * gdb.cp/arg-reference.exp
10242 * gdb.cp/baseenum.exp
10243 * gdb.cp/operator.exp
10244 * gdb.cp/shadow.exp
10245 * gdb.dwarf2/dw2-op-out-param.exp
10246 * gdb.dwarf2/dw2-reg-undefined.exp
10247 * gdb.go/chan.exp
10248 * gdb.go/hello.exp
10249 * gdb.go/integers.exp
10250 * gdb.go/methods.exp
10251 * gdb.go/package.exp
10252 * gdb.guile/scm-parameter.exp
10253 * gdb.guile/scm-progspace.exp
10254 * gdb.guile/scm-value.exp
10255 * gdb.mi/mi-pending.exp
10256 * gdb.mi/user-selected-context-sync.exp
10257 * gdb.multi/multi-attach.exp
10258 * gdb.multi/tids.exp
10259 * gdb.opt/clobbered-registers-O2.exp
10260 * gdb.pascal/floats.exp
10261 * gdb.pascal/integers.exp
10262 * gdb.python/py-block.exp
10263 * gdb.python/py-events.exp
10264 * gdb.python/py-parameter.exp
10265 * gdb.python/py-symbol.exp
10266 * gdb.python/py-symtab.exp
10267 * gdb.python/py-type.exp
10268 * gdb.python/py-value.exp
10269 * gdb.python/py-xmethods.exp
10270 * gdb.python/python.exp
10271 * gdb.reverse/break-precsave.exp
10272 * gdb.reverse/consecutive-precsave.exp
10273 * gdb.reverse/finish-precsave.exp
10274 * gdb.reverse/i386-precsave.exp
10275 * gdb.reverse/machinestate-precsave.exp
10276 * gdb.reverse/sigall-precsave.exp
10277 * gdb.reverse/solib-precsave.exp
10278 * gdb.reverse/step-precsave.exp
10279 * gdb.reverse/until-precsave.exp
10280 * gdb.reverse/watch-precsave.exp
10281 * gdb.server/ext-attach.exp
10282 * gdb.server/ext-restart.exp
10283 * gdb.server/ext-run.exp
10284 * gdb.server/ext-wrapper.exp
10285 * gdb.stabs/gdb11479.exp
10286 * gdb.stabs/weird.exp
10287 * gdb.threads/attach-many-short-lived-threads.exp
10288 * gdb.threads/kill.exp
10289 * gdb.threads/watchpoint-fork.exp
10290
10291 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10292
10293 Fix test names starting with uppercase throughout all the files below.
10294
10295 * gdb.ada/array_return.exp
10296 * gdb.ada/catch_ex.exp
10297 * gdb.ada/info_exc.exp
10298 * gdb.ada/mi_catch_ex.exp
10299 * gdb.ada/mi_dyn_arr.exp
10300 * gdb.ada/mi_ex_cond.exp
10301 * gdb.ada/mi_exc_info.exp
10302 * gdb.ada/mi_interface.exp
10303 * gdb.ada/mi_task_arg.exp
10304 * gdb.ada/mi_task_info.exp
10305 * gdb.ada/mi_var_array.exp
10306 * gdb.arch/alpha-step.exp
10307 * gdb.arch/amd64-disp-step.exp
10308 * gdb.arch/arm-disp-step.exp
10309 * gdb.arch/disp-step-insn-reloc.exp
10310 * gdb.arch/e500-prologue.exp
10311 * gdb.arch/ftrace-insn-reloc.exp
10312 * gdb.arch/gdb1558.exp
10313 * gdb.arch/i386-bp_permanent.exp
10314 * gdb.arch/i386-disp-step.exp
10315 * gdb.arch/i386-float.exp
10316 * gdb.arch/i386-gnu-cfi.exp
10317 * gdb.arch/ia64-breakpoint-shadow.exp
10318 * gdb.arch/mips16-thunks.exp
10319 * gdb.arch/pa-nullify.exp
10320 * gdb.arch/powerpc-aix-prologue.exp
10321 * gdb.arch/powerpc-power.exp
10322 * gdb.arch/ppc-dfp.exp
10323 * gdb.arch/s390-tdbregs.exp
10324 * gdb.arch/spu-info.exp
10325 * gdb.arch/spu-ls.exp
10326 * gdb.arch/thumb-bx-pc.exp
10327 * gdb.base/advance.exp
10328 * gdb.base/annota-input-while-running.exp
10329 * gdb.base/arrayidx.exp
10330 * gdb.base/asmlabel.exp
10331 * gdb.base/async.exp
10332 * gdb.base/attach-wait-input.exp
10333 * gdb.base/auto-connect-native-target.exp
10334 * gdb.base/batch-preserve-term-settings.exp
10335 * gdb.base/bfp-test.exp
10336 * gdb.base/bigcore.exp
10337 * gdb.base/bp-permanent.exp
10338 * gdb.base/break-always.exp
10339 * gdb.base/break-fun-addr.exp
10340 * gdb.base/break-idempotent.exp
10341 * gdb.base/break-main-file-remove-fail.exp
10342 * gdb.base/break-probes.exp
10343 * gdb.base/break-unload-file.exp
10344 * gdb.base/break.exp
10345 * gdb.base/call-ar-st.exp
10346 * gdb.base/call-rt-st.exp
10347 * gdb.base/call-sc.exp
10348 * gdb.base/call-signal-resume.exp
10349 * gdb.base/call-strs.exp
10350 * gdb.base/callexit.exp
10351 * gdb.base/callfuncs.exp
10352 * gdb.base/catch-gdb-caused-signals.exp
10353 * gdb.base/catch-signal-siginfo-cond.exp
10354 * gdb.base/catch-syscall.exp
10355 * gdb.base/compare-sections.exp
10356 * gdb.base/cond-eval-mode.exp
10357 * gdb.base/condbreak-call-false.exp
10358 * gdb.base/consecutive-step-over.exp
10359 * gdb.base/cursal.exp
10360 * gdb.base/disabled-location.exp
10361 * gdb.base/disasm-end-cu.exp
10362 * gdb.base/display.exp
10363 * gdb.base/double-prompt-target-event-error.exp
10364 * gdb.base/dprintf-bp-same-addr.exp
10365 * gdb.base/dprintf-detach.exp
10366 * gdb.base/dprintf-next.exp
10367 * gdb.base/dprintf-non-stop.exp
10368 * gdb.base/dprintf-pending.exp
10369 * gdb.base/dso2dso.exp
10370 * gdb.base/ending-run.exp
10371 * gdb.base/enum_cond.exp
10372 * gdb.base/examine-backward.exp
10373 * gdb.base/exe-lock.exp
10374 * gdb.base/exec-invalid-sysroot.exp
10375 * gdb.base/execl-update-breakpoints.exp
10376 * gdb.base/execution-termios.exp
10377 * gdb.base/fileio.exp
10378 * gdb.base/fixsection.exp
10379 * gdb.base/foll-exec-mode.exp
10380 * gdb.base/foll-exec.exp
10381 * gdb.base/fork-running-state.exp
10382 * gdb.base/frame-args.exp
10383 * gdb.base/fullpath-expand.exp
10384 * gdb.base/func-ptr.exp
10385 * gdb.base/gcore-relro-pie.exp
10386 * gdb.base/gdb1090.exp
10387 * gdb.base/gdb1555.exp
10388 * gdb.base/global-var-nested-by-dso.exp
10389 * gdb.base/gnu-ifunc.exp
10390 * gdb.base/hbreak-in-shr-unsupported.exp
10391 * gdb.base/hbreak-unmapped.exp
10392 * gdb.base/hook-stop.exp
10393 * gdb.base/infcall-input.exp
10394 * gdb.base/info-fun.exp
10395 * gdb.base/info-shared.exp
10396 * gdb.base/interrupt-noterm.exp
10397 * gdb.base/jit-so.exp
10398 * gdb.base/jit.exp
10399 * gdb.base/line-symtabs.exp
10400 * gdb.base/list.exp
10401 * gdb.base/longjmp.exp
10402 * gdb.base/macscp.exp
10403 * gdb.base/max-value-size.exp
10404 * gdb.base/nodebug.exp
10405 * gdb.base/nofield.exp
10406 * gdb.base/overlays.exp
10407 * gdb.base/paginate-after-ctrl-c-running.exp
10408 * gdb.base/paginate-bg-execution.exp
10409 * gdb.base/paginate-inferior-exit.exp
10410 * gdb.base/pending.exp
10411 * gdb.base/pr11022.exp
10412 * gdb.base/printcmds.exp
10413 * gdb.base/ptr-typedef.exp
10414 * gdb.base/ptype.exp
10415 * gdb.base/randomize.exp
10416 * gdb.base/range-stepping.exp
10417 * gdb.base/realname-expand.exp
10418 * gdb.base/relativedebug.exp
10419 * gdb.base/remote.exp
10420 * gdb.base/savedregs.exp
10421 * gdb.base/sepdebug.exp
10422 * gdb.base/set-noassign.exp
10423 * gdb.base/shlib-call.exp
10424 * gdb.base/shreloc.exp
10425 * gdb.base/sigaltstack.exp
10426 * gdb.base/sigbpt.exp
10427 * gdb.base/siginfo-addr.exp
10428 * gdb.base/siginfo-obj.exp
10429 * gdb.base/siginfo-thread.exp
10430 * gdb.base/signest.exp
10431 * gdb.base/signull.exp
10432 * gdb.base/sigrepeat.exp
10433 * gdb.base/skip.exp
10434 * gdb.base/so-impl-ld.exp
10435 * gdb.base/solib-corrupted.exp
10436 * gdb.base/solib-disc.exp
10437 * gdb.base/solib-display.exp
10438 * gdb.base/solib-overlap.exp
10439 * gdb.base/solib-search.exp
10440 * gdb.base/solib-symbol.exp
10441 * gdb.base/source-execution.exp
10442 * gdb.base/sss-bp-on-user-bp-2.exp
10443 * gdb.base/sss-bp-on-user-bp.exp
10444 * gdb.base/stack-checking.exp
10445 * gdb.base/stale-infcall.exp
10446 * gdb.base/step-break.exp
10447 * gdb.base/step-line.exp
10448 * gdb.base/step-over-exit.exp
10449 * gdb.base/step-test.exp
10450 * gdb.base/structs.exp
10451 * gdb.base/sym-file.exp
10452 * gdb.base/symtab-search-order.exp
10453 * gdb.base/term.exp
10454 * gdb.base/type-opaque.exp
10455 * gdb.base/unload.exp
10456 * gdb.base/until-nodebug.exp
10457 * gdb.base/until.exp
10458 * gdb.base/unwindonsignal.exp
10459 * gdb.base/watch-cond.exp
10460 * gdb.base/watch-non-mem.exp
10461 * gdb.base/watch_thread_num.exp
10462 * gdb.base/watchpoint-reuse-slot.exp
10463 * gdb.base/watchpoint-solib.exp
10464 * gdb.base/watchpoint.exp
10465 * gdb.btrace/dlopen.exp
10466 * gdb.cell/arch.exp
10467 * gdb.cell/break.exp
10468 * gdb.cell/bt.exp
10469 * gdb.cell/core.exp
10470 * gdb.cell/data.exp
10471 * gdb.cell/dwarfaddr.exp
10472 * gdb.cell/ea-cache.exp
10473 * gdb.cell/ea-standalone.exp
10474 * gdb.cell/ea-test.exp
10475 * gdb.cell/f-regs.exp
10476 * gdb.cell/fork.exp
10477 * gdb.cell/gcore.exp
10478 * gdb.cell/mem-access.exp
10479 * gdb.cell/ptype.exp
10480 * gdb.cell/registers.exp
10481 * gdb.cell/sizeof.exp
10482 * gdb.cell/solib-symbol.exp
10483 * gdb.cell/solib.exp
10484 * gdb.compile/compile-tls.exp
10485 * gdb.cp/exception.exp
10486 * gdb.cp/gdb2495.exp
10487 * gdb.cp/local.exp
10488 * gdb.cp/mb-inline.exp
10489 * gdb.cp/mb-templates.exp
10490 * gdb.cp/pr10687.exp
10491 * gdb.cp/pr9167.exp
10492 * gdb.cp/scope-err.exp
10493 * gdb.cp/templates.exp
10494 * gdb.cp/virtfunc.exp
10495 * gdb.dwarf2/dw2-dir-file-name.exp
10496 * gdb.dwarf2/dw2-single-line-discriminators.exp
10497 * gdb.fortran/complex.exp
10498 * gdb.fortran/library-module.exp
10499 * gdb.guile/guile.exp
10500 * gdb.guile/scm-cmd.exp
10501 * gdb.guile/scm-frame-inline.exp
10502 * gdb.guile/scm-objfile.exp
10503 * gdb.guile/scm-pretty-print.exp
10504 * gdb.guile/scm-symbol.exp
10505 * gdb.guile/scm-type.exp
10506 * gdb.guile/scm-value.exp
10507 * gdb.linespec/keywords.exp
10508 * gdb.linespec/ls-errs.exp
10509 * gdb.linespec/macro-relative.exp
10510 * gdb.linespec/thread.exp
10511 * gdb.mi/mi-breakpoint-changed.exp
10512 * gdb.mi/mi-dprintf-pending.exp
10513 * gdb.mi/mi-fullname-deleted.exp
10514 * gdb.mi/mi-logging.exp
10515 * gdb.mi/mi-pending.exp
10516 * gdb.mi/mi-solib.exp
10517 * gdb.mi/new-ui-mi-sync.exp
10518 * gdb.mi/user-selected-context-sync.exp
10519 * gdb.multi/dummy-frame-restore.exp
10520 * gdb.multi/multi-arch-exec.exp
10521 * gdb.multi/remove-inferiors.exp
10522 * gdb.multi/watchpoint-multi-exit.exp
10523 * gdb.opt/solib-intra-step.exp
10524 * gdb.perf/backtrace.exp
10525 * gdb.perf/single-step.exp
10526 * gdb.perf/skip-command.exp
10527 * gdb.perf/skip-prologue.exp
10528 * gdb.perf/solib.exp
10529 * gdb.python/lib-types.exp
10530 * gdb.python/py-as-string.exp
10531 * gdb.python/py-bad-printers.exp
10532 * gdb.python/py-block.exp
10533 * gdb.python/py-breakpoint.exp
10534 * gdb.python/py-cmd.exp
10535 * gdb.python/py-events.exp
10536 * gdb.python/py-evthreads.exp
10537 * gdb.python/py-finish-breakpoint.exp
10538 * gdb.python/py-finish-breakpoint2.exp
10539 * gdb.python/py-frame-inline.exp
10540 * gdb.python/py-frame.exp
10541 * gdb.python/py-inferior.exp
10542 * gdb.python/py-infthread.exp
10543 * gdb.python/py-mi.exp
10544 * gdb.python/py-objfile.exp
10545 * gdb.python/py-pp-maint.exp
10546 * gdb.python/py-pp-registration.exp
10547 * gdb.python/py-prettyprint.exp
10548 * gdb.python/py-recurse-unwind.exp
10549 * gdb.python/py-shared.exp
10550 * gdb.python/py-symbol.exp
10551 * gdb.python/py-symtab.exp
10552 * gdb.python/py-template.exp
10553 * gdb.python/py-type.exp
10554 * gdb.python/py-unwind-maint.exp
10555 * gdb.python/py-unwind.exp
10556 * gdb.python/py-value.exp
10557 * gdb.python/python.exp
10558 * gdb.reverse/finish-reverse-bkpt.exp
10559 * gdb.reverse/insn-reverse.exp
10560 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10561 * gdb.reverse/solib-precsave.exp
10562 * gdb.reverse/solib-reverse.exp
10563 * gdb.stabs/gdb11479.exp
10564 * gdb.stabs/weird.exp
10565 * gdb.threads/fork-child-threads.exp
10566 * gdb.threads/fork-plus-threads.exp
10567 * gdb.threads/fork-thread-pending.exp
10568 * gdb.threads/forking-threads-plus-breakpoint.exp
10569 * gdb.threads/hand-call-in-threads.exp
10570 * gdb.threads/interrupted-hand-call.exp
10571 * gdb.threads/linux-dp.exp
10572 * gdb.threads/local-watch-wrong-thread.exp
10573 * gdb.threads/next-while-other-thread-longjmps.exp
10574 * gdb.threads/non-ldr-exit.exp
10575 * gdb.threads/pending-step.exp
10576 * gdb.threads/print-threads.exp
10577 * gdb.threads/process-dies-while-detaching.exp
10578 * gdb.threads/process-dies-while-handling-bp.exp
10579 * gdb.threads/pthreads.exp
10580 * gdb.threads/queue-signal.exp
10581 * gdb.threads/reconnect-signal.exp
10582 * gdb.threads/signal-command-handle-nopass.exp
10583 * gdb.threads/signal-command-multiple-signals-pending.exp
10584 * gdb.threads/signal-delivered-right-thread.exp
10585 * gdb.threads/signal-sigtrap.exp
10586 * gdb.threads/sigthread.exp
10587 * gdb.threads/staticthreads.exp
10588 * gdb.threads/stepi-random-signal.exp
10589 * gdb.threads/thread-unwindonsignal.exp
10590 * gdb.threads/thread_check.exp
10591 * gdb.threads/thread_events.exp
10592 * gdb.threads/tid-reuse.exp
10593 * gdb.threads/tls-nodebug.exp
10594 * gdb.threads/tls-shared.exp
10595 * gdb.threads/tls-so_extern.exp
10596 * gdb.threads/tls.exp
10597 * gdb.threads/wp-replication.exp
10598 * gdb.trace/actions-changed.exp
10599 * gdb.trace/actions.exp
10600 * gdb.trace/backtrace.exp
10601 * gdb.trace/change-loc.exp
10602 * gdb.trace/collection.exp
10603 * gdb.trace/deltrace.exp
10604 * gdb.trace/disconnected-tracing.exp
10605 * gdb.trace/entry-values.exp
10606 * gdb.trace/ftrace-lock.exp
10607 * gdb.trace/ftrace.exp
10608 * gdb.trace/infotrace.exp
10609 * gdb.trace/mi-trace-frame-collected.exp
10610 * gdb.trace/mi-trace-unavailable.exp
10611 * gdb.trace/mi-traceframe-changed.exp
10612 * gdb.trace/mi-tracepoint-changed.exp
10613 * gdb.trace/mi-tsv-changed.exp
10614 * gdb.trace/no-attach-trace.exp
10615 * gdb.trace/packetlen.exp
10616 * gdb.trace/passc-dyn.exp
10617 * gdb.trace/passcount.exp
10618 * gdb.trace/pending.exp
10619 * gdb.trace/pr16508.exp
10620 * gdb.trace/qtro.exp
10621 * gdb.trace/range-stepping.exp
10622 * gdb.trace/read-memory.exp
10623 * gdb.trace/report.exp
10624 * gdb.trace/save-trace.exp
10625 * gdb.trace/signal.exp
10626 * gdb.trace/stap-trace.exp
10627 * gdb.trace/status-stop.exp
10628 * gdb.trace/strace.exp
10629 * gdb.trace/tfile.exp
10630 * gdb.trace/tfind.exp
10631 * gdb.trace/trace-break.exp
10632 * gdb.trace/trace-condition.exp
10633 * gdb.trace/trace-enable-disable.exp
10634 * gdb.trace/trace-mt.exp
10635 * gdb.trace/tracecmd.exp
10636 * gdb.trace/tracefile-pseudo-reg.exp
10637 * gdb.trace/tspeed.exp
10638 * gdb.trace/tstatus.exp
10639 * gdb.trace/tsv.exp
10640 * gdb.trace/unavailable.exp
10641 * gdb.trace/while-dyn.exp
10642 * gdb.trace/while-stepping.exp
10643 * lib/gdb-guile.exp
10644 * lib/gdb.exp
10645 * lib/mi-support.exp
10646 * lib/pascal.exp
10647 * lib/perftest.exp
10648 * lib/prelink-support.exp
10649 * lib/selftest-support.exp
10650
10651 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10652
10653 * Makefile.in: Include disable-implicit-rules.mk.
10654
10655 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10656
10657 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10658 non-byte-aligned bit fields.
10659
10660 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10661
10662 PR gdb/12616
10663 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10664 respects the DW_AT_data_bit_offset attribute.
10665
10666 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10667
10668 * gdb.base/default.exp: Fix output of "set language".
10669
10670 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10671
10672 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10673 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10674 make.
10675 * configure.ac: Remove checks for the make program.
10676 * configure: Re-generate.
10677
10678 2016-11-16 Kevin Buettner <kevinb@redhat.com>
10679
10680 * gdb.python/py-recurse-unwind.c (main): Add loop.
10681 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10682 to read_register() and gdb.parse_and_eval(). Make each code
10683 call a separate case that can be individually tested.
10684 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10685 proc. Call cont_and_backtrace for each of the code paths that
10686 we want to test in the unwinder.
10687
10688 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10689
10690 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10691 the definition of struct S.
10692
10693 2016-11-11 Catherine Moore <clm@codesourcery.com>
10694
10695 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10696
10697 2016-11-09 Pedro Alves <palves@redhat.com>
10698
10699 * gdb.base/commands.exp (runto_or_return): New procedure.
10700 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10701 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10702 (progvar_simple_while_test, progvar_complex_if_while_test)
10703 (if_while_breakpoint_command_test)
10704 (infrun_breakpoint_command_test, breakpoint_command_test)
10705 (user_defined_command_test, watchpoint_command_test)
10706 (test_command_prompt_position, redefine_hook_test)
10707 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10708 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10709 multi_line_input and multi_line. Remove gdb_expect and
10710 gdb_stop_suppressing_tests uses.
10711 * lib/gdb.exp (valnum_re): New global.
10712 (multi_line_input): New procedure.
10713
10714 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10715
10716 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10717 Remove.
10718 (test_setup): Define with proc_with_prefix.
10719 (test_cli_inferior): Likewise.
10720 (test_cli_thread): Likewise.
10721 (test_cli_frame): Likewise.
10722 (test_cli_select_frame): Likewise.
10723 (test_cli_up_down): Likewise.
10724 (test_mi_thread_select): Likewise.
10725 (test_mi_stack_select_frame): Likewise.
10726 (test_cli_in_mi_inferior): Likewise.
10727 (test_cli_in_mi_thread): Likewise.
10728 (test_cli_in_mi_frame): Likewise.
10729 (top level): Do not use with_test_prefix_procname.
10730
10731 2016-11-09 Pedro Alves <palves@redhat.com>
10732
10733 * gdb.base/commands.exp (gdbvar_simple_if_test)
10734 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10735 (progvar_simple_if_test, progvar_simple_while_test)
10736 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10737 (infrun_breakpoint_command_test, breakpoint_command_test)
10738 (user_defined_command_test, watchpoint_command_test)
10739 (test_command_prompt_position, deprecated_command_test)
10740 (bp_deleted_in_command, temporary_breakpoint_commands)
10741 (stray_arg0_test, source_file_with_indented_comment)
10742 (recursive_source_test, if_commands_test)
10743 (error_clears_commands_left, redefine_hook_test)
10744 (redefine_backtrace_test): Use proc_with_prefix.
10745 * lib/gdb.exp (proc_with_prefix): New proc.
10746
10747 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10748
10749 * gdb.base/tui-layout.c: New file.
10750 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10751 disassembly window contains very long lines.
10752
10753 2016-11-08 Tom Tromey <tom@tromey.com>
10754
10755 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10756 depend on Python 2.
10757
10758 2016-11-08 Tom Tromey <tom@tromey.com>
10759
10760 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10761 New method.
10762
10763 2016-10-29 Manish Goregaokar <manish@mozilla.com>
10764
10765 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
10766
10767 2016-10-27 Manish Goregaokar <manish@mozilla.com>
10768
10769 * gdb.rust/simple.rs: Add test for univariant enums without
10770 discriminants and for encoded struct-like enums.
10771
10772 2016-10-28 Pedro Alves <palves@redhat.com>
10773
10774 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10775 gdb_test_multiple, tighten regexps and match symtabs and line
10776 tables incrementally.
10777
10778 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
10779
10780 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10781 general.
10782
10783 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
10784
10785 * gdb.base/exec-invalid-sysroot.exp: New file.
10786
10787 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10788
10789 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10790
10791 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10792
10793 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10794
10795 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10796
10797 * gdb.base/killed-outside.exp: Remove $options from a call to
10798 `prepare_for_testing'.
10799
10800 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10801
10802 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10803 Change test message.
10804
10805 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10806
10807 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10808 Update comment.
10809
10810 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10811
10812 * gdb.trace/mi-trace-save.exp: New file.
10813
10814 2016-10-13 Yao Qi <yao.qi@linaro.org>
10815
10816 * gdb.base/code_elim.exp (get_var_address): Remove.
10817 * gdb.base/relocate.exp: Likewise.
10818 * gdb.base/shreloc.exp: Likewise.
10819 * lib/gdb.exp (get_var_address): New.
10820
10821 2016-10-13 Yao Qi <yao.qi@linaro.org>
10822
10823 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10824 floating point tests if $skip_float_test is false.
10825
10826 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
10827
10828 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10829 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10830 argc values.
10831 Add 1 to argc so we guarantee distinct initial/modified argc values.
10832
10833 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10834
10835 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10836
10837 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10838
10839 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10840 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10841 * gdb.arch/vsx-regs.exp: Likewise.
10842
10843 2016-10-07 Yao Qi <yao.qi@linaro.org>
10844
10845 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10846
10847 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10848
10849 * gdb.python/python.exp: Test decode_line("*0").
10850
10851 2016-10-06 Doug Evans <dje@google.com>
10852
10853 * gdb.python/py-value.exp (test_value_creation): Add test for large
10854 unsigned 64-bit value.
10855
10856 2016-10-06 Tom Tromey <tom@tromey.com>
10857
10858 * gdb.compile/compile.exp: Change java tests to rust.
10859 * gdb.base/setshow.exp: Change java tests to rust.
10860 * gdb.base/default.exp: Remove java from language list.
10861 * README (Examples): Update language example.
10862 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10863 test.
10864 * lib/gdb.exp (skip_java_tests): Remove.
10865 * lib/java.exp: Remove.
10866 * gdb.java: Remove.
10867
10868 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10869
10870 * gdb.arch/mips-fcr.exp: New test.
10871 * gdb.arch/mips-fcr.c: Source for the new test.
10872
10873 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10874
10875 * gdb.base/solib-disc.exp: Use `standard_output_file'
10876 throughout.
10877
10878 2016-10-06 Pedro Alves <palves@redhat.com>
10879
10880 * gdb.base/jit-simple-dl.c: New file.
10881 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10882 * gdb.base/jit-simple.c: ... this.
10883 * gdb.base/jit-simple.exp (jit_run): Delete.
10884 (build_jit): New proc.
10885 (jit_test_reread): Recompile either the main program or the shared
10886 library, depending on what is being tested. Skip changing address
10887 if caller wants to. Compare before/after addresses. If testing
10888 standalone, explicitly load the binary. Test "maint info
10889 breakpoints".
10890 (top level): Add "standalone vs shared lib" and "change address"
10891 vs "same address" axes.
10892
10893 2016-10-06 Pedro Alves <palves@redhat.com>
10894
10895 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10896 call.
10897 (jit_run): Delete.
10898 (jit_test_reread): Use with_test_prefix. Reload the main binary
10899 explicitly. Compare the before/after addresses of the JIT
10900 descriptor.
10901
10902 2016-08-15 Doug Evans <dje@google.com>
10903
10904 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10905 for single bitfields is bool.
10906 * gdb.xml/tdesc-regs.exp: Ditto.
10907
10908 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10909
10910 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10911
10912 2016-10-05 Yao Qi <yao.qi@linaro.org>
10913
10914 * lib/gdb.exp (support_complex_tests): Return zero if
10915 gdb_skip_float_test return true.
10916
10917 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10918 Simon Marchi <simon.marchi@ericsson.com>
10919
10920 PR gdb/20487
10921 * gdb.mi/user-selected-context-sync.exp: New file.
10922 * gdb.mi/user-selected-context-sync.c: New file.
10923
10924 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10925 Simon Marchi <simon.marchi@ericsson.com>
10926
10927 PR gdb/20487
10928 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10929 =thread-select-event check.
10930
10931 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10932
10933 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10934 the compulsory L operand changes.
10935 * gdb.arch/powerpc-power.s: Likewise.
10936
10937 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10938
10939 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10940 * gdb.base/jit-attach-pie.c: New file.
10941 * gdb.base/jit-attach-pie.exp: New file.
10942
10943 2016-09-28 Pedro Alves <palves@redhat.com>
10944
10945 * gdb.base/infcall-input.c: New file.
10946 * gdb.base/infcall-input.exp: New file.
10947
10948 2016-09-22 Yao Qi <yao.qi@linaro.org>
10949
10950 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10951 (gdb_exit): Rename it to ...
10952 (gdbserver_gdb_exit): ... Close GDBserver.
10953 (gdb_exit): New proc, call gdbserver_gdb_exit.
10954 (mi_gdb_exit): Likewise.
10955
10956 2016-09-22 Yao Qi <yao.qi@linaro.org>
10957
10958 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10959 path.
10960 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10961 Remove duplication.
10962
10963 2016-09-22 Yao Qi <yao.qi@linaro.org>
10964
10965 * lib/gdbserver-support.exp: Check the existence of
10966 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10967
10968 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10969
10970 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10971
10972 2016-09-21 Tom Tromey <tom@tromey.com>
10973
10974 PR gdb/20604:
10975 * gdb.base/quit.exp: New file.
10976
10977 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10978
10979 * .gitignore: New file.
10980
10981 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
10982
10983 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
10984 throughout.
10985
10986 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10987
10988 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
10989
10990 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10991
10992 * gdb.cp/casts.cc (decltype): Move it ...
10993 (main): ... with its call to ...
10994 * gdb.cp/casts03.cc: ... a new file.
10995 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
10996
10997 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10998
10999 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11000
11001 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11002
11003 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11004 and sync up the test with tests in gas/testsuite/gas/ppc.
11005 * gdb.arch/powerpc-power.exp: Likewise.
11006
11007 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11008
11009 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11010
11011 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11012 Jan Kratochvil <jan.kratochvil@redhat.com>
11013
11014 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11015 make m1's definition to be different from m2's. Use 'dummy' as an
11016 argument for probe 'two'.
11017
11018 2016-09-10 Jon Beniston <jon@beniston.com>
11019
11020 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11021 for sim target.
11022
11023 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11024
11025 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11026 variable declaration.
11027 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11028 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11029 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11030 received HWCAP as its argument.
11031
11032 2016-09-06 Pedro Alves <palves@redhat.com>
11033
11034 * gdb.base/new-ui-pending-input.c: New file.
11035 * gdb.base/new-ui-pending-input.exp: New file.
11036 * gdb.exp (clear_gdb_spawn_id): New procedure.
11037 (with_spawn_id): Check whether gdb_spawn_id exists before
11038 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11039 on exit.
11040
11041 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11042
11043 * gdb.base/float128.c: New file.
11044 * gdb.base/float128.exp: Likewise.
11045 * gdb.base/floatn.c: Likewise.
11046 * gdb.base/floatn.exp: Likewise.
11047
11048 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11049
11050 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11051
11052 2016-09-05 Pedro Alves <palves@redhat.com>
11053
11054 PR backtrace/19927
11055 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11056 unwinders are immediately called as side effect of "source" or
11057 "disable unwinder" commands.
11058 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11059
11060 2016-09-02 Yao Qi <yao.qi@linaro.org>
11061
11062 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11063 is true and $type is "float" or "double".
11064
11065 2016-09-02 Yao Qi <yao.qi@linaro.org>
11066
11067 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11068 true.
11069 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11070 * gdb.base/call-rt-st.exp: Likewise.
11071 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11072 return value instead of gdb,skip_float_test.
11073 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11074 (do_function_calls): Use its return value instead of
11075 gdb,skip_float_test.
11076 * gdb.base/finish.exp: Likewise.
11077 * gdb.base/funcargs.exp: Likewise.
11078 * gdb.base/return.exp: Likewise.
11079 * gdb.base/return2.exp: Likewise.
11080 * gdb.base/varargs.exp: Likewise.
11081 * lib/gdb.exp (gdb_skip_float_test): Change it to
11082 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11083
11084 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11085
11086 * gdb.multi/tids.exp: Test "thread apply all".
11087
11088 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11089
11090 * gdb.base/default.exp (tty): Remove.
11091
11092 2016-08-24 Kevin Buettner <kevinb@redhat.com>
11093
11094 * gdb.python/py-recurse-unwind.c: New file.
11095 * gdb.python/py-recurse-unwind.py: New file.
11096 * gdb.python/py-recurse-unwind.exp: New file.
11097
11098 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11099
11100 * gdb.base/set-inferior-tty.exp: New file.
11101 * gdb.base/set-inferior-tty.c: New file.
11102
11103 2016-08-23 Pedro Alves <palves@redhat.com>
11104
11105 PR gdb/20494
11106 * gdb.base/new-ui-echo.c: New file.
11107 * gdb.base/new-ui-echo.exp: New file.
11108
11109 2016-08-23 Yao Qi <yao.qi@linaro.org>
11110
11111 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11112 gdbserver_spawn.
11113 * gdb.server/connect-without-multi-process.exp (do_test):
11114 Likewise.
11115
11116 2016-08-23 Yao Qi <yao.qi@linaro.org>
11117
11118 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11119 standalone_txt. Delete gdb_txt and standalone_txt on host
11120 and target. Spawn the binary on target. Copy files from
11121 target to host.
11122
11123 2016-08-22 Pedro Alves <palves@redhat.com>
11124
11125 PR gdb/20505
11126 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11127 with_test_prefix. Factor out bits to ...
11128 (test_no_vdso): ... this new procedure.
11129
11130 2016-08-19 Carl Love <cel@us.ibm.com>
11131
11132 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11133 maintaining separate logic for constructing the output path.
11134 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11135 * gdb.arch/ppc-dfp.exp: Likewise.
11136 * gdb.arch/ppc-fp.exp: Likewise.
11137 * gdb.arch/vsx-regs.exp: Likewise.
11138 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11139 binprefix for generating the additional binary files.
11140
11141 2016-08-19 Pedro Alves <palves@redhat.com>
11142
11143 * gdb.trace/mi-trace-frame-collected.exp
11144 (test_trace_frame_collected): On x32, expect two registers.
11145
11146 2016-08-18 Carl Love <cel@us.ibm.com>
11147
11148 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11149 and sync up the test with tests in gas/testsuite/gas/ppc.
11150 * gdb.arch/powerpc-power.exp: Likewise.
11151
11152 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11153
11154 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11155 expected error message.
11156
11157 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11158
11159 * gdb.multi/remove-inferiors.exp: New file.
11160 * gdb.multi/remove-inferiors.c: New file.
11161
11162 2016-08-12 Yao Qi <yao.qi@linaro.org>
11163
11164 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11165 argument list.
11166
11167 2016-08-10 Pedro Alves <palves@redhat.com>
11168
11169 PR gdb/19187
11170 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11171 setup_kfails.
11172
11173 2016-08-09 Pedro Alves <palves@redhat.com>
11174 Simon Marchi <simon.marchi@ericsson.com>
11175
11176 PR gdb/20418
11177 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11178 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11179
11180 2016-08-09 Pedro Alves <palves@redhat.com>
11181
11182 PR mi/20431
11183 * gdb.mi/mi-cmd-error.exp: New file.
11184
11185 2016-08-09 Pedro Alves <palves@redhat.com>
11186
11187 PR gdb/18653
11188 * gdb.base/signals-state-child.c: New file.
11189 * gdb.base/signals-state-child.exp: New file.
11190 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11191
11192 2016-08-09 Pedro Alves <palves@redhat.com>
11193
11194 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11195
11196 2016-08-03 Tom Tromey <tom@tromey.com>
11197
11198 PR python/18565:
11199 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11200
11201 2016-08-01 Yao Qi <yao.qi@linaro.org>
11202
11203 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11204 variable mode to "multi-process" if $multi_process is 1, otherwise
11205 set it to "single-process".
11206
11207 2016-08-01 Yao Qi <yao.qi@linaro.org>
11208
11209 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11210 * gdb.cp/cpexprs.exp: Likewise.
11211 * gdb.cp/m-static.exp: Likewise.
11212
11213 2016-07-26 Tom Tromey <tom@tromey.com>
11214
11215 PR python/20190:
11216 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11217 test.
11218
11219 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11220
11221 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11222 selecting assembly source files.
11223 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11224 assembly source files.
11225 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11226 assembly source files.
11227 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11228 selecting assembly source files.
11229
11230 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11231
11232 * gdb.base/new-ui.exp (do_test_invalid_args): New
11233 procedure.
11234
11235 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11236
11237 * gdb.btrace/reconnect.c: New file.
11238 * gdb.btrace/reconnect.exp: New file.
11239
11240 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11241
11242 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11243 to test_catch_syscall_group.
11244 (test_catch_syscall_group): New.
11245
11246 2016-07-21 Tom Tromey <tom@tromey.com>
11247
11248 * gdb.rust/simple.rs (main): Use empty struct expression.
11249 * gdb.rust/simple.exp: Add tests for empty struct expression.
11250
11251 2016-07-21 Yao Qi <yao.qi@linaro.org>
11252
11253 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11254 if gdb_skip_xml_test is true on some targets.
11255
11256 2016-07-21 Yao Qi <yao.qi@linaro.org>
11257
11258 * gdb.server/solib-list.exp: Unset last_loaded_file.
11259
11260 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11261
11262 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11263 "step into captured_main (args)".
11264
11265 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11266
11267 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11268
11269 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11270
11271 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11272
11273 2016-07-19 Pedro Alves <palves@redhat.com>
11274
11275 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11276 * gdb.opt/inline-bt.exp: Likewise.
11277 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11278 additional_flags=-Winline.
11279 * gdb.opt/inline-locals.exp: Likewise.
11280 * gdb.opt/inline-markers.c (ATTR): Define.
11281 (inlined_fn): Use it.
11282
11283 2016-07-19 Yao Qi <yao.qi@linaro.org>
11284
11285 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11286 (test_with_self): Remove some code. Remove argument executable.
11287 (top-level): Use do_self_tests.
11288
11289 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
11290 Don Breazeal <donb@codesourcery.com>
11291
11292 * gdb.base/maint.exp: Escape paths used in regular expressions.
11293 * gdb.stabs/weird.exp: Likewise.
11294
11295 2016-07-13 Tom Tromey <tom@tromey.com>
11296
11297 PR python/15620, PR python/18620:
11298 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11299 (test_bkpt_events): New procs.
11300
11301 2016-07-13 Tom Tromey <tom@tromey.com>
11302
11303 PR python/17698:
11304 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11305 test.
11306 (test_watchpoints): Likewise.
11307 (test_bkpt_pending): New proc.
11308
11309 2016-07-13 Tom Tromey <tom@tromey.com>
11310
11311 PR cli/18053:
11312 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11313 completion test.
11314
11315 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11316
11317 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11318 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11319 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11320 f_label.
11321 (g): Rename g_end_lbl to g_label.
11322 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11323 low_pc and high_pc.
11324 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11325
11326 2016-07-12 Tom Tromey <tom@tromey.com>
11327
11328 PR python/19293:
11329 * gdb.python/py-unwind-maint.exp: Update tests.
11330
11331 2016-07-12 Yao Qi <yao.qi@linaro.org>
11332
11333 * lib/selftest-support.exp (selftest_setup): Match the output
11334 when captured_main is inlined.
11335
11336 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11337
11338 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11339 New variables.
11340 (print this%a, print this%b, print this): New tests.
11341 * gdb.fortran/derived-types.f90 (this): New object and
11342 initialization.
11343
11344 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11345
11346 * gdb.ada/arraydim.exp: Remove extra directory level in build
11347 directory.
11348
11349 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11350
11351 * lib/ada.exp: Remove extra directory level in build directory.
11352 * gdb.ada/cond_lang.exp: Likewise.
11353 * gdb.ada/exec_changed.exp: Likewise.
11354 * gdb.ada/lang_switch.exp: Likewise.
11355
11356 2016-07-06 Manish Goregaokar <manish@mozilla.com>
11357
11358 * simple.rs: Add test for raw pointer subscripting.
11359 * simple.exp: Add test expectations.
11360
11361 2016-07-05 Yao Qi <yao.qi@linaro.org>
11362
11363 * gdb.mi/mi-reverse.exp: Match =record-started output.
11364
11365 2016-07-01 Pedro Alves <palves@redhat.com>
11366
11367 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11368 procedure.
11369 (jit_reader_test): Test the jit reader's unwinder.
11370 * gdb.base/jithost.c (jit_function_00_code): New global.
11371 (main): Use memcpy to fill in the mmapped code, instead of poking
11372 bytes manually here.
11373 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11374 value.
11375 (read_debug_info): Save the function's range.
11376 (read_sp): New function.
11377 (unwind_frame): Use it. Also unwind RBP.
11378 (get_frame_id): Use read_sp.
11379 (gdb_init_reader): Use calloc instead of malloc.
11380 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11381 parameter. Use gdb_test_multiple.
11382
11383 2016-07-01 Pedro Alves <palves@redhat.com>
11384 Antoine Tremblay <antoine.tremblay@ericsson.com>
11385
11386 * gdb.threads/process-dies-while-detaching.c: New file.
11387 * gdb.threads/process-dies-while-detaching.exp: New file.
11388
11389 2016-07-01 Pedro Alves <palves@redhat.com>
11390
11391 * gdb.multi/watchpoint-multi-exit.c: New file.
11392 * gdb.multi/watchpoint-multi-exit.exp: New file.
11393
11394 2016-06-30 Pedro Alves <palves@redhat.com>
11395
11396 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11397 unset inferior_spawn_id.
11398
11399 2016-06-30 Pedro Alves <palves@redhat.com>
11400
11401 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11402 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11403
11404 2016-06-29 Yao Qi <yao.qi@linaro.org>
11405
11406 * gdb.base/return.c: Add copyright header.
11407
11408 2016-06-29 Tom Tromey <tom@tromey.com>
11409
11410 PR python/20129:
11411 * gdb.python/py-framefilter.exp: Add tests for setting priority
11412 and disabling of non-existent frame filter.
11413
11414 2016-06-29 Yao Qi <yao.qi@linaro.org>
11415
11416 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11417 0x0f07ff.
11418
11419 2016-06-28 Yao Qi <yao.qi@linaro.org>
11420
11421 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11422 triplets. Start gdb, execute catch syscall, and continue. Check
11423 gdb's output to determine catch syscall is supported.
11424
11425 2016-06-27 Manish Goregaokar <manish@mozilla.com>
11426
11427 * gdb.rust/simple.rs: Add test for returning unit in a function.
11428 * gdb.rust/simple.exp: Add expectation for functions returning
11429 unit.
11430
11431 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11432
11433 * gdb.python/py-breakpoint-create-fail.c,
11434 gdb.python/py-breakpoint-create-fail.exp,
11435 gdb.python/py-breakpoint-create-fail.py: New testcase.
11436
11437 2016-06-25 Manish Goregaokar <manish@mozilla.com>
11438
11439 PR gdb/20239
11440 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
11441 * gdb.rust/simple.exp: Add test expectations for new NonZero
11442 tests.
11443
11444 2016-06-24 David Taylor <dtaylor@emc.com>
11445
11446 * gdb.base/offsets.exp: New file.
11447 * gdb.base/offsets.c: New file.
11448
11449 2016-06-23 Tom Tromey <tom@tromey.com>
11450
11451 PR gdb/16483:
11452 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11453 before any filters are loaded.
11454
11455 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11456
11457 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11458 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11459 structs.
11460 * gdb.fortran/derived-type-function.exp: New file.
11461 * gdb.fortran/derived-type-function.f90: New file.
11462
11463
11464 2016-06-21 Pedro Alves <palves@redhat.com>
11465
11466 * gdb.base/new-ui.exp: New file.
11467 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11468 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11469 (with_spawn_id): New procedure.
11470
11471 2016-06-21 Pedro Alves <palves@redhat.com>
11472
11473 * gdb.mi/mi-exec-run.exp: New file.
11474
11475 2016-06-21 Pedro Alves <palves@redhat.com>
11476
11477 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11478 breakpoint command's output on the main UI.
11479 (test_break): New procedure, factored out from calls in the top
11480 level.
11481 (top level): Use foreach_with_prefix to test MI as main UI and as
11482 separate UI.
11483
11484 2016-06-21 Pedro Alves <palves@redhat.com>
11485
11486 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11487 (test_awatch_creation_and_listing)
11488 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11489 Remove 'type' parameter.
11490 (test_watchpoint_all): New parameter mi_mode. Remove
11491 with_test_prefix.
11492 (top level): Use foreach_with_prefix, and add main/separate UI MI
11493 testing axis.
11494
11495 2016-06-21 Pedro Alves <palves@redhat.com>
11496
11497 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11498 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11499 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11500 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11501 (gdb_main_spawn_id, mi_spawn_id): Declare and
11502 comment.
11503 (mi_create_inferior_pty): New procedure,
11504 factored out from default_mi_gdb_start.
11505 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11506 procedures.
11507 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11508 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11509 Use mi_create_inferior_pty.
11510 (mi_gdb_start): Use eval to pass down args list.
11511
11512 2016-06-21 Pedro Alves <palves@redhat.com>
11513
11514 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11515 * gdb.opt/inline-cmds.exp: Add MI tests.
11516
11517 2016-06-21 Pedro Alves <palves@redhat.com>
11518
11519 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11520
11521 2016-06-21 Pedro Alves <palves@redhat.com>
11522
11523 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11524 (top level): Use it instead of mi_execute_to.
11525
11526 2016-06-21 Pedro Alves <palves@redhat.com>
11527
11528 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11529 (cont_handler_str): New.
11530 (signal_stop_handler): Set stop_handler_str instead of printing to
11531 stdout.
11532 (continue_handler): Set cont_handler_str instead of printing to
11533 stdout.
11534 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11535 mi_send_resuming_command. Print stop_handler_str and
11536 cont_handler_str instead of expecting the python events print
11537 directly.
11538
11539 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11540
11541 * gdb.base/jit-reader.exp: New file.
11542 * gdb.base/jithost.c: New file.
11543 * gdb.base/jithost.h: New file.
11544 * gdb.base/jitreader.c : New file.
11545 * gdb.base/jit-protocol.h: New file.
11546
11547 2016-06-17 Yao Qi <yao.qi@linaro.org>
11548
11549 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11550 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11551 and detach-on-fork. Adjust tests.
11552 (top level): Invoke break_cond_on_syscall with combinations of
11553 syscall, follow-fork-mode and detach-on-fork.
11554
11555 2016-06-17 Yao Qi <yao.qi@linaro.org>
11556
11557 * gdb.base/step-over-exit.c: New.
11558 * gdb.base/step-over-exit.exp: New.
11559
11560 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11561
11562 * gdb.base/float.exp: Add target check for nds32*-*-*.
11563 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11564
11565 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11566
11567 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11568 for unsupported target features.
11569 * gdb.base/call-rt-st.exp: Likewise.
11570 * gdb.base/call-sc.exp: Likewise.
11571 * gdb.base/call-signal-resume.exp: Likewise.
11572 * gdb.base/call-strs.exp: Likewise.
11573 * gdb.base/callexit.exp: Likewise.
11574 * gdb.base/callfuncs.exp: Likewise.
11575 * gdb.base/nodebug.exp: Likewise.
11576 * gdb.base/printcmds.exp: Likewise.
11577 * gdb.base/ptype.exp: Likewise.
11578 * gdb.base/structs.exp: Likewise.
11579 * gdb.base/unwindonsignal.exp: Likewise.
11580 * gdb.cp/gdb2495.exp: Likewise.
11581 * gdb.cp/templates.exp: Likewise.
11582 * gdb.cp/virtfunc.exp: Likewise.
11583 * gdb.threads/hand-call-in-threads.exp: Likewise.
11584 * gdb.threads/interrupted-hand-call.exp: Likewise.
11585 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11586
11587 2016-06-10 Tom Tromey <tom@tromey.com>
11588
11589 PR rust/20110:
11590 * gdb.rust/expr.exp: Add test for integer constant larger than
11591 i32.
11592
11593 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11594
11595 * gdb.fortran/nested-funcs.exp: New.
11596 * gdb.fortran/nested-funcs.f90: New.
11597
11598 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11599
11600 * gdb.base/examine-backward.c: New file.
11601 * gdb.base/examine-backward.exp: New file.
11602
11603 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11604
11605 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11606 matching.
11607
11608 2016-06-02 Tom Tromey <tom@tromey.com>
11609
11610 PR python/18984:
11611 * gdb.python/py-shared.exp: Add solib_name test.
11612
11613 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11614
11615 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11616
11617 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11618
11619 PR c++/19893
11620 * gdb.dwarf2/implref.exp: Rename to...
11621 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11622 * gdb.dwarf2/implref-array.c: New file.
11623 * gdb.dwarf2/implref-array.exp: Likewise.
11624 * gdb.dwarf2/implref-global.c: Likewise.
11625 * gdb.dwarf2/implref-global.exp: Likewise.
11626 * gdb.dwarf2/implref-struct.c: Likewise.
11627 * gdb.dwarf2/implref-struct.exp: Likewise.
11628
11629 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11630
11631 * gdb.trace/trace-condition.exp: Add 64bit tests.
11632
11633 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11634
11635 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11636 bits types.
11637 (main): Adapt to 8 to 64 bits types.
11638 * gdb.trace/trace-condition.exp: Add new tests.
11639
11640 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11641
11642 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11643
11644 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11645
11646 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11647 Move condition tests...
11648 * gdb.trace/trace-condition.exp: Here.
11649
11650 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11651
11652 * gdb.trace/trace-condition.exp: Add counter-case tests.
11653
11654 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11655
11656 PR c++/15231
11657 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11658 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11659
11660 2016-05-27 Pedro Alves <palves@redhat.com>
11661
11662 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11663 New procedure.
11664 (top level): Call it, and bail out of DejaGnu is known to be bad.
11665
11666 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11667
11668 * gdb.base/whatis.c: Extend the test case.
11669 * gdb.base/whatis.exp: Add additional tests.
11670
11671 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11672
11673 * gdb.fortran/type.f90: Add pointer variable.
11674 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11675
11676 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11677
11678 * gdb.fortran/vla-type.exp: Fix testcase name.
11679
11680 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11681
11682 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11683
11684 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11685
11686 * gdb.fortran/type.f90: Add nested structures.
11687 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11688 * gdb.fortran/derived-type.exp: Adapt expected output.
11689 * gdb.fortran/vla-type.exp: Adapt expected output.
11690
11691 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11692
11693 * gdb.fortran/whatis_type.exp: Adapt expected output.
11694
11695 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11696
11697 * gdb.fortran/print_type.exp: Fix expected output.
11698 * gdb.fortran/whatis_type.exp: Fix expected output.
11699
11700 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11701
11702 * gdb.fortran/whatis_type.exp: Use multi_line.
11703
11704 2016-05-24 Tom Tromey <tom@tromey.com>
11705
11706 PR python/17386:
11707 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11708 use value as an index.
11709
11710 2016-05-23 Tom Tromey <tom@tromey.com>
11711
11712 PR python/17981:
11713 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11714 no-breakpoint case.
11715
11716 2016-05-24 Pedro Alves <palves@redhat.com>
11717
11718 PR gdb/19828
11719 * gdb.threads/clone-attach-detach.c: New file.
11720 * gdb.threads/clone-attach-detach.exp: New file.
11721
11722 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11723
11724 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11725
11726 2016-05-23 Tom Tromey <tom@tromey.com>
11727
11728 PR python/19438, PR python/18393:
11729 * gdb.python/py-progspace.exp: Add "dir" test.
11730 * gdb.python/py-objfile.exp: Add "dir" test.
11731
11732 2016-05-23 Yao Qi <yao.qi@linaro.org>
11733
11734 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11735 * gdb.arch/thumb2-it.exp: Likewise.
11736
11737 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11738
11739 * gdb.mi/mi-threads-interrupt.c: New file.
11740 * gdb.mi/mi-threads-interrupt.exp: New file.
11741
11742 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11743
11744 PR gdb/18077
11745 * gdb.mi/mi-async-run.exp: New file.
11746 * gdb.mi/mi-async-run.c: New file.
11747
11748 2016-05-17 Tom Tromey <tom@tromey.com>
11749 Manish Goregaokar <manishsmail@gmail.com>
11750
11751 * lib/rust-support.exp: New file.
11752 * lib/gdb.exp (skip_rust_tests): New proc.
11753 (build_executable_from_specs): Handle rust.
11754 * lib/future.exp (gdb_find_rustc): New proc.
11755 (gdb_default_target_compile): Handle rust.
11756 * gdb.rust/expr.exp: New file.
11757 * gdb.rust/generics.exp: New file.
11758 * gdb.rust/generics.rs: New file.
11759 * gdb.rust/methods.exp: New file.
11760 * gdb.rust/methods.rs: New file.
11761 * gdb.rust/modules.exp: New file.
11762 * gdb.rust/modules.rs: New file.
11763 * gdb.rust/simple.exp: New file.
11764 * gdb.rust/simple.rs: New file.
11765
11766 2016-05-17 Tom Tromey <tom@tromey.com>
11767
11768 * gdb.base/default.exp (set language): Add rust.
11769
11770 2016-05-17 Tom Tromey <tom@tromey.com>
11771
11772 * gdb.gdb/unittest.exp: New file.
11773
11774 2016-05-16 Yao Qi <yao.qi@linaro.org>
11775
11776 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11777 shell_prompt. Update shell_prompt_re.
11778
11779 2016-05-12 Doug Evans <dje@google.com>
11780
11781 PR symtab/19999
11782 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11783 $options when building executable.
11784 * gdb.dwarf2/fission-loclists-pie.S: New file.
11785 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11786
11787 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11788
11789 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11790 of [is_remote target],
11791
11792 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11793
11794 * lib/gdb.exp (use_gdb_stub): New procedure.
11795
11796 2016-05-03 Yunlian Jiang <yunlian@google.com>
11797 Doug Evans <dje@google.com>
11798
11799 PR symtab/19914
11800 * gdb.dwarf2/dwp-sepdebug.c: New file.
11801 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11802
11803 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11804
11805 * gdb.base/detach.exp: Remove is_remote check.
11806
11807 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11808
11809 * gdb.base/annota-input-while-running.exp: Don't check for
11810 [is_remote target]. Enable annotations after running to main.
11811 Remove unused "set test..." line.
11812
11813 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11814
11815 * gdb.trace/trace-enable-disable.exp: New file.
11816 * gdb.trace/trace-enable-disable.c: New file.
11817
11818 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11819
11820 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11821 use it in info sharedlibrary test.
11822 * gdb.trace/ftrace-lock.exp: Likewise.
11823 * gdb.trace/ftrace.exp: Likewise.
11824 * gdb.trace/range-stepping.exp: Likewise.
11825 * gdb.trace/trace-break.exp: Likewise.
11826 * gdb.trace/trace-condition.exp: Likewise.
11827 * gdb.trace/trace-mt.exp: Likewise.
11828
11829 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11830
11831 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11832 (gdb_load_shlib): ... this.
11833 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11834 gdb_load_shlib.
11835 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11836 * gdb.base/ctxobj.exp: Likewise.
11837 * gdb.base/dprintf-pending.exp: Likewise.
11838 * gdb.base/dso2dso.exp: Likewise.
11839 * gdb.base/fixsection.exp: Likewise.
11840 * gdb.base/gcore-relro.exp: Likewise.
11841 * gdb.base/gdb1555.exp: Likewise.
11842 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11843 * gdb.base/gnu-ifunc.exp: Likewise.
11844 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11845 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11846 * gdb.base/pending.exp: Likewise.
11847 * gdb.base/print-file-var.exp: Likewise.
11848 * gdb.base/print-symbol-loading.exp: Likewise.
11849 * gdb.base/shlib-call.exp: Likewise.
11850 * gdb.base/shreloc.exp: Likewise.
11851 * gdb.base/so-impl-ld.exp: Likewise.
11852 * gdb.base/solib-disc.exp: Likewise.
11853 * gdb.base/solib-nodir.exp: Likewise.
11854 * gdb.base/solib-overlap.exp: Likewise.
11855 * gdb.base/solib-symbol.exp: Likewise.
11856 * gdb.base/solib-weak.exp (do_test): Likewise.
11857 * gdb.base/sym-file.exp: Likewise.
11858 * gdb.base/symtab-search-order.exp: Likewise.
11859 * gdb.base/type-opaque.exp: Likewise.
11860 * gdb.base/unload.exp: Likewise.
11861 * gdb.base/watchpoint-solib.exp: Likewise.
11862 * gdb.compile/compile.exp: Likewise.
11863 * gdb.cp/gdb2384.exp: Likewise.
11864 * gdb.cp/infcall-dlopen.exp: Likewise.
11865 * gdb.cp/re-set-overloaded.exp: Likewise.
11866 * gdb.fortran/library-module.exp: Likewise.
11867 * gdb.opt/solib-intra-step.exp: Likewise.
11868 * gdb.python/py-finish-breakpoint.exp: Likewise.
11869 * gdb.python/py-shared.exp: Likewise.
11870 * gdb.reverse/solib-precsave.exp: Likewise.
11871 * gdb.reverse/solib-reverse.exp: Likewise.
11872 * gdb.server/solib-list.exp: Likewise.
11873 * gdb.threads/dlopen-libpthread.exp: Likewise.
11874 * gdb.threads/tls-shared.exp: Likewise.
11875 * gdb.threads/tls-so_extern.exp: Likewise.
11876 * gdb.trace/change-loc.exp: Likewise.
11877 * gdb.trace/ftrace-lock.exp: Likewise.
11878 * gdb.trace/ftrace.exp: Likewise.
11879 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11880 * gdb.trace/pending.exp: Likewise.
11881 * gdb.trace/range-stepping.exp: Likewise.
11882 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11883 (strace_info_marker): Likewise.
11884 (strace_probe_marker): Likewise.
11885 (strace_trace_on_same_addr): Likewise.
11886 (strace_trace_on_diff_addr): Likewise.
11887 * gdb.trace/trace-break.exp: Likewise.
11888 * gdb.trace/trace-condition.exp: Likewise.
11889 * gdb.trace/trace-mt.exp: Likewise.
11890
11891 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11892
11893 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11894 result of gdb_remote_download.
11895 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11896 * gdb.base/dso2dso.exp: Likewise.
11897 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11898 * gdb.base/print-file-var.exp: Likewise.
11899 * gdb.base/shlib-call.exp: Likewise.
11900 * gdb.base/shreloc.exp: Likewise.
11901 * gdb.base/solib-overlap.exp: Likewise.
11902 * gdb.base/solib-weak.exp (do_test): Likewise.
11903 * gdb.base/unload.exp: Likewise.
11904
11905 2016-04-27 Yao Qi <yao.qi@linaro.org>
11906
11907 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11908 exists.
11909
11910 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11911
11912 * vla-type.exp: Print structure from toplevel.
11913
11914 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11915
11916 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11917 of dynamic types.
11918 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11919 of dynamic types.
11920
11921 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11922
11923 * gdb.fortran/vla-type.f90: New file.
11924 * gdb.fortran/vla-type.exp: New file.
11925
11926 2016-04-25 Yao Qi <yao.qi@linaro.org>
11927
11928 * gdb.base/branch-to-self.c: New file.
11929 * gdb.base/branch-to-self.exp: New file.
11930
11931 2016-04-22 Yao Qi <yao.qi@linaro.org>
11932
11933 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11934 more after $hex.
11935
11936 2016-04-22 Yao Qi <yao.qi@linaro.org>
11937
11938 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11939 * gdb.base/annota3.exp: Likewise.
11940
11941 2016-04-22 Yao Qi <yao.qi@linaro.org>
11942
11943 * gdb.reverse/step-precsave.exp: Do one step and test program
11944 stops in "callee" and do multiple steps until program goes out
11945 of "callee".
11946 * gdb.reverse/step-reverse.exp: Likewise.
11947
11948 2016-04-22 Yao Qi <yao.qi@linaro.org>
11949
11950 * gdb.trace/signal.exp: Also pass if
11951 $tracepoint_hits($i) > $iterations.
11952
11953 2016-04-22 Yao Qi <yao.qi@linaro.org>
11954
11955 * gdb.trace/signal.c: New file.
11956 * gdb.trace/signal.exp: New file.
11957
11958 2016-04-19 Doug Evans <xdje42@gmail.com>
11959
11960 * gdb.base/bad-file.exp: New file.
11961
11962 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11963
11964 * gdb.dwarf2/implref.exp: New file.
11965
11966 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11967
11968 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11969 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11970 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11971 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11972 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11973 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11974 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11975 * lib/fortran.exp (fortran_int4): New procedure.
11976 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11977 (fortran_logical4): Likewise.
11978
11979 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
11980
11981 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
11982
11983 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11984
11985 * lib/compiler.c: Add Intel specific preprocessor macros.
11986 * lib/compiler.cc: Likewise.
11987
11988 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
11989
11990 * gdb.server/connect-with-no-symbol-file.c: New file.
11991 * gdb.server/connect-with-no-symbol-file.exp: New file.
11992
11993 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11994
11995 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
11996
11997 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11998
11999 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12000 standard output directory.
12001
12002 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12003
12004 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12005
12006 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12007
12008 * gdb.btrace/instruction_history.c (loop): Add declaration.
12009
12010 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12011
12012 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12013
12014 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12015
12016 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12017 parentheses to print.
12018 (continue_handler): Likewise.
12019
12020 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12021
12022 * gdb.server/solib-list.exp: Remove is_remote check.
12023 Pass shlib= to gdb_compile. Don't link shared library with
12024 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12025 Run binary filename through "readlink -f" on the target.
12026
12027 2016-04-08 Pedro Alves <palves@redhat.com>
12028
12029 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12030 interpreter filename as argument to gdbserver_spawn.
12031 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12032 Return empty if $last_loaded_file does not exist.
12033
12034 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12035
12036 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12037 * gdb.base/jit-main.c: Use exit after usage.
12038
12039 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12040
12041 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12042 GDBHISTSIZE prior to the tests.
12043 * gdb.base/gdbinit-history.exp: Likewise.
12044
12045 2016-04-07 Pedro Alves <palves@redhat.com>
12046
12047 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12048 instead of build_executable. Use gdb_load_shlibs.
12049
12050 2016-04-07 Yao Qi <yao.qi@linaro.org>
12051
12052 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12053 Execute "si" command.
12054
12055 2016-04-07 Yao Qi <yao.qi@linaro.org>
12056
12057 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12058 number instead of the comments on some line.
12059
12060 2016-04-06 Don Breazeal <donb@codesourcery.com>
12061
12062 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12063 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12064
12065 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12066
12067 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12068 standard_output_file. Remove unused binfile variable.
12069
12070 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
12071
12072 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12073 * gdb.python/py-mi-objfile.exp: Match "list main" output
12074 in console format.
12075
12076 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12077
12078 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12079 absolute.
12080
12081 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12082
12083 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12084 absolute.
12085 * gdb.trace/ftrace.exp: Likewise.
12086 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12087 targets as well.
12088 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12089 (gdb_load_shlibs): Copy libraries to test directory when testing
12090 natively. Only set solib-search-path if testing remotely.
12091 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12092
12093 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12094
12095 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12096 gdb_download. Use it even if the target is not remote.
12097 * gdb.base/jit.exp (compile_jit_test): Likewise.
12098 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12099 output directory if the destination board is local, otherwise use
12100 the standard remote_download from DejaGnu.
12101 (gdb_download): Remove.
12102 (gdb_load_shlibs): Use gdb_remote_download instead of
12103 gdb_download.
12104 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12105 Use gdb_remote_download instead of gdb_download. Use it even if
12106 the target is not remote.
12107 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12108 instead of gdb_download.
12109
12110 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12111
12112 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12113 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12114 run.
12115
12116 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
12117
12118 PR gdb/19820
12119 * gdb.base/printcmds.exp: Add artificial arrays tests.
12120
12121 2016-03-31 Pedro Alves <palves@redhat.com>
12122
12123 PR gdb/19858
12124 * gdb.base/jit-main.c: Include unistd.h.
12125 (ATTACH): Define to 0 if not already defined.
12126 (wait_for_gdb, mypid): New globals.
12127 (WAIT_FOR_GDB): New macro.
12128 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12129 some breakpoint locations.
12130 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12131 New procedures.
12132 (one_jit_test): Add REATTACH parameter, and handle it. Use
12133 continue_to_test_location.
12134 (top level): Test attach, and adjusts calls to one_jit_test.
12135
12136 2016-03-31 Pedro Alves <palves@redhat.com>
12137
12138 PR gdb/19858
12139 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12140 BINSUFFIX parameter, and handle it.
12141 (top level): Adjust calls compile_jit_test.
12142
12143 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
12144
12145 PR python/19743
12146 * gdb.python/py-mi-events-gdb.py: New file.
12147 * gdb.python/py-mi-events.c: New file.
12148 * gdb.python/py-mi-events.exp: New file.
12149
12150 2016-03-30 Yao Qi <yao.qi@linaro.org>
12151
12152 * gdb.reverse/until-precsave.exp: Match function name only.
12153 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12154 Move malloc to a condition block.
12155 * gdb.reverse/until-reverse.exp: Match function name only.
12156
12157 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12158
12159 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12160 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12161 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12162 variable for GPR 0 instead of assuming it is register 0.
12163 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12164 * lib/trace-support.exp: Add s390 registers.
12165
12166 2016-03-29 Yao Qi <yao.qi@linaro.org>
12167
12168 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12169
12170 2016-03-24 Yao Qi <yao.qi@linaro.org>
12171
12172 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12173 test message.
12174
12175 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12176
12177 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12178 maintaining separate logic for constructing the output path.
12179
12180 2016-03-16 Don Breazeal <donb@codesourcery.com>
12181
12182 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12183 Retry fork and waitpid on interrupted system call errors.
12184 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12185 Use with_timeout_factor to increase timeout by factor of 10.
12186
12187 2016-03-15 Don Breazeal <donb@codesourcery.com>
12188
12189 * gdb.cp/scope-err.cc: New test program.
12190 * gdb.cp/scope-err.exp: New test script.
12191 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12192 lines and "set breakpoint here" comment.
12193 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12194 Fixed some whitespace and format issues.
12195 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12196 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12197
12198 2016-03-15 Doug Evans <dje@google.com>
12199
12200 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12201 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12202 All callers updated. Add tests for enums, mixed flags register.
12203
12204 2016-03-15 Doug Evans <dje@google.com>
12205
12206 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12207 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12208
12209 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12210
12211 * gdb.base/default.exp: Add $_as_string to the list of expected
12212 convenience functions.
12213
12214 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12215
12216 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12217
12218 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12219
12220 * gdb.python/py-as-string.exp: New file.
12221 * gdb.python/py-as-string.c: New file.
12222
12223 2016-03-09 Pedro Alves <palves@redhat.com>
12224
12225 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12226 signal" -> "Thread NN received signal" output change.
12227 * gdb.threads/ia64-sigill.exp: Likewise.
12228 * gdb.threads/linux-dp.exp: Likewise.
12229 * gdb.threads/manythreads.exp: Likewise.
12230 * gdb.threads/pending-step.exp: Likewise.
12231 * gdb.threads/print-threads.exp: Likewise.
12232 * gdb.threads/sigstep-threads.exp: Likewise.
12233 * gdb.threads/staticthreads.exp: Likewise.
12234 * gdb.threads/tls.exp: Likewise.
12235
12236 2016-03-09 Pedro Alves <palves@redhat.com>
12237
12238 * gdb.base/command-line-input.exp: New file.
12239
12240 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12241
12242 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12243 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12244 * gdb.trace/pending.exp: Accept leading dot before function name.
12245 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12246 * lib/trace-support.exp: Set registers for ppc.
12247
12248 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12249
12250 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12251 use it for disassembly; accept .main in addition to main in backtrace.
12252
12253 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
12254 Marcin Kościelnicki <koriakin@0x04.net>
12255
12256 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12257 (gdb_recursion_test_ptr): New global variable.
12258 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12259 gdb_recursion_test.
12260 (gdb_c_test): Ditto.
12261
12262 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12263
12264 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12265 ordering.
12266
12267 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12268
12269 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12270 (bar): Add bar_start_lbl label.
12271 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12272 of foo/bar for emitting DWARF and tracing.
12273
12274 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12275
12276 * analyze-racy-logs.py: Set executable bit.
12277
12278 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12279
12280 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12281 (CHECK_TARGET_TMP): Likewise.
12282 (check-single-racy): New rule.
12283 (check-parallel-racy): Likewise.
12284 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12285 (do-check-parallel-racy): New rule.
12286 (check-racy/%.exp): Likewise.
12287 * README (Racy testcases): New section.
12288 * analyze-racy-logs.py: New file.
12289
12290 2016-03-03 Doug Evans <dje@google.com>
12291
12292 * gdb.base/skip.exp: Use with_test_prefix.
12293
12294 2016-03-03 Yao Qi <yao.qi@linaro.org>
12295
12296 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12297 Invoke step_over_syscall "clone" and break_cond_on_syscall
12298 "clone".
12299 * gdb.base/step-over-clone.c: New file.
12300
12301 2016-03-03 Yao Qi <yao.qi@linaro.org>
12302
12303 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12304 code format.
12305
12306 2016-03-03 Yao Qi <yao.qi@linaro.org>
12307
12308 * gdb.base/disp-step-fork.c: Rename to ...
12309 * gdb.base/step-over-fork.c: ... it. New file.
12310 * gdb.base/disp-step-vfork.c: Rename to ...
12311 * gdb.base/step-over-vfork.c: ... it. New file.
12312 * gdb.base/disp-step-syscall.exp: Rename to ...
12313 * gdb.base/step-over-syscall.exp: ... it. New file.
12314 (disp_step_cross_syscall): Rename to ...
12315 (step_over_syscall): ... it.
12316
12317 2016-03-03 Yao Qi <yao.qi@linaro.org>
12318
12319 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12320 If target supports condition evaluation on target, invoke
12321 break_cond_on_syscall for fork and vfork.
12322
12323 2016-03-03 Yao Qi <yao.qi@linaro.org>
12324
12325 * gdb.base/disp-step-syscall.exp: Don't invoke
12326 support_displaced_stepping.
12327 (disp_step_cross_syscall): Test with displaced stepping off and
12328 on if supported.
12329
12330 2016-03-03 Yao Qi <yao.qi@linaro.org>
12331
12332 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12333 proc.
12334 (setup): New proc.
12335 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12336 and setup.
12337
12338 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12339
12340 * gdb.fortran/vla-history.exp: Remove breakpoint.
12341
12342 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12343
12344 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12345 exceeds timeout.
12346
12347 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12348
12349 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12350 breakpoint.
12351
12352 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12353
12354 * gdb.mi/vla.f90: Nullify pointer after declaration.
12355
12356 2016-03-01 Pedro Alves <palves@redhat.com>
12357
12358 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12359
12360 2016-03-01 Pedro Alves <palves@redhat.com>
12361
12362 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12363 before anything else.
12364 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12365 _GNU_SOURCE here.
12366 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12367 before anything else.
12368 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12369
12370 2016-03-01 Pedro Alves <palves@redhat.com>
12371
12372 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12373
12374 2016-03-01 Yao Qi <yao.qi@linaro.org>
12375
12376 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12377 prepare_for_testing.
12378
12379 2016-03-01 Yao Qi <yao.qi@linaro.org>
12380
12381 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12382
12383 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12384
12385 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12386 manually constructing the output path.
12387
12388 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12389
12390 * gdb.arch/s390-stackless.S: New.
12391 * gdb.arch/s390-stackless.exp: New.
12392
12393 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12394
12395 * gdb.dlang/circular.c: New file.
12396 * gdb.dlang/circular.exp: New file.
12397
12398 2016-02-26 Yao Qi <yao.qi@linaro.org>
12399
12400 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12401 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12402 (testcases): Update.
12403
12404 2016-02-26 Yao Qi <yao.qi@linaro.org>
12405
12406 * gdb.reverse/aarch64.c: Rename to ...
12407 * gdb.reverse/insn-reverse.c: ... it.
12408 * gdb.reverse/aarch64.exp: Rename to ...
12409 * gdb.reverse/insn-reverse.exp: ... it.
12410
12411 2016-02-26 Yao Qi <yao.qi@linaro.org>
12412
12413 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12414 (testcase_ftype): New.
12415 (testcases): New array.
12416 (n_testcases): New.
12417 (main): Call each element in testcases.
12418 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12419 (read_testcase): New.
12420 Do the tests in a loop.
12421
12422 2016-02-25 Yao Qi <yao.qi@linaro.org>
12423
12424 * gdb.base/branches.c: Remove.
12425
12426 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12427
12428 PR gdb/13808
12429 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12430
12431 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12432
12433 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12434
12435 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12436
12437 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12438 change x86_64 call_insn to 'callq'.
12439
12440 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12441
12442 * gdb.trace/tfile-avx.c: Move to...
12443 * gdb.trace/tracefile-pseudo-reg.c: Here.
12444 * gdb.trace/tfile-avx.exp: Move to...
12445 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12446
12447 2016-02-24 Gary Benson <gbenson@redhat.com>
12448
12449 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12450 message on attach.
12451
12452 2016-02-23 Doug Evans <dje@google.com>
12453
12454 * gdb.base/skip.c (test_skip): New function.
12455 (end_test_skip_file_and_function): New function.
12456 (test_skip_file_and_function): New function.
12457 * gdb.base/skip1.c (test_skip): New function.
12458 (skip1_test_skip_file_and_function): New function.
12459 * gdb.base/skip.exp: Add tests for new skip options.
12460 * gdb.base/skip-solib.exp: Update expected output.
12461 * gdb.perf/skip-command.cc: New file.
12462 * gdb.perf/skip-command.exp: New file.
12463 * gdb.perf/skip-command.py: New file.
12464
12465 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12466
12467 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12468 info registers pattern.
12469
12470 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12471
12472 * lib/future.exp: Add D support.
12473 (gdb_find_gdc): New proc.
12474 (gdb_default_target_compile): Add D support.
12475
12476 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
12477
12478 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12479 user+system time.
12480 (trace_speed_test): Determine the iteration count for a time
12481 between 15..30 seconds.
12482
12483 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12484
12485 * gdb.arch/i386-mpx-sigsegv.c: New file.
12486 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12487 * gdb.arch/i386-mpx-simple_segv.c: New file.
12488 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12489
12490 2016-02-18 Yao Qi <yao.qi@linaro.org>
12491
12492 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12493 Don't call setup_kfail.
12494
12495 2016-02-18 Yao Qi <yao.qi@linaro.org>
12496
12497 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12498 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12499
12500 2016-02-16 Doug Evans <dje@google.com>
12501
12502 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12503 * gdb.base/skip1.c: Ditto.
12504 * gdb.base/skip.exp: Whitespace cleanup.
12505
12506 2016-02-16 Don Breazeal <donb@codesourcery.com>
12507
12508 PR remote/19496
12509 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12510 Remove kfail for PR remote/19496.
12511
12512 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12513
12514 * lib/gdb.exp (standard_temp_file): Return a path specific to
12515 the runtest invocation.
12516
12517 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12518
12519 * gdb.trace/save-trace.exp: Change relative path to be in the
12520 standard output directory.
12521
12522 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12523
12524 * gdb.arch/i386-prologue.c: Add missing prototypes.
12525
12526 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12527
12528 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12529 * gdb.arch/i386-prologue.exp: Likewise.
12530 * gdb.arch/i386-size.exp: Likewise.
12531
12532 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12533
12534 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12535 define object file path.
12536 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12537 file path.
12538 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12539 standard_output_file to define binfile.
12540
12541 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12542
12543 Fix compatibility with recent gfortran-5.3.1.
12544 * gdb.fortran/vla-history.exp (print vla1 allocated)
12545 (print vla2 allocated, print $2, print $3): Remove
12546 (print $4): Rename to ...
12547 (print $2): ... here.
12548 (print $9): Rename to ...
12549 (print $5): ... here.
12550 (print $10): Rename to ...
12551 (print $6): ... here.
12552 * gdb.fortran/vla.f90: Add pvla initialization.
12553
12554 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12555
12556 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12557 New test.
12558 * gdb.fortran/vla-value-sub.exp: Likewise.
12559
12560 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12561
12562 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12563
12564 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12565
12566 * i386-biarch-core.exp: Define corefile using
12567 standard_output_file.
12568
12569 2016-02-12 Yao Qi <yao.qi@linaro.org>
12570
12571 * gdb.arch/arm-single-step-kernel-helper.c: New.
12572 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12573
12574 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12575
12576 * gdb.btrace/tailcall-only.exp: New.
12577 * gdb.btrace/tailcall-only.c: New.
12578 * gdb.btrace/x86_64-tailcall-only.S: New.
12579 * gdb.btrace/i686-tailcall-only.S: New.
12580
12581 2016-02-11 Pedro Alves <palves@redhat.com>
12582
12583 * README (Parallel testing): Add missing double quotes.
12584
12585 2016-02-11 Pedro Alves <palves@redhat.com>
12586
12587 * README (Parallel testing): New section.
12588 (GDB_PARALLEL): Rewrite.
12589 (FORCE_PARALLEL): Document.
12590
12591 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12592
12593 * gdb.trace/tfile-avx.c: New test.
12594 * gdb.trace/tfile-avx.exp: New test.
12595
12596 2016-02-09 Keith Seitz <keiths@redhat.com>
12597
12598 PR breakpoints/19546
12599 * gdb.base/infcall-exec.c: New file.
12600 * gdb.base/infcall-exec2.c: New file.
12601 * gdb.base/infcall-exec.exp: New file.
12602
12603 2016-02-09 Keith Seitz <keiths@redhat.com>
12604
12605 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12606 (toplevel): Call test_bkpt_address.
12607
12608 2016-02-09 Keith Seitz <keiths@redhat.com>
12609
12610 PR python/19506
12611 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12612 (toplevel): Call test_bkpt_address.
12613
12614 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12615
12616 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12617 to AC_OUTPUT.
12618 * configure: Regenerate.
12619
12620 2016-02-09 Pedro Alves <palves@redhat.com>
12621
12622 PR breakpoints/19548
12623 * gdb.base/execl-update-breakpoints.c (some_function): New
12624 function.
12625 (main): Call it.
12626 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12627 Tighten expected GDB output.
12628
12629 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12630
12631 * Makefile.in (ALL_SUBDIRS): Remove.
12632 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12633 (distclean maintainer-clean realclean): Likewise.
12634 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12635 * configure: Regenerate.
12636 * gdb.ada/Makefile.in: Delete.
12637 * gdb.arch/Makefile.in: Likewise.
12638 * gdb.asm/Makefile.in: Likewise.
12639 * gdb.base/Makefile.in: Likewise.
12640 * gdb.btrace/Makefile.in: Likewise.
12641 * gdb.cell/Makefile.in: Likewise.
12642 * gdb.compile/Makefile.in: Likewise.
12643 * gdb.cp/Makefile.in: Likewise.
12644 * gdb.disasm/Makefile.in: Likewise.
12645 * gdb.dlang/Makefile.in: Likewise.
12646 * gdb.dwarf2/Makefile.in: Likewise.
12647 * gdb.fortran/Makefile.in: Likewise.
12648 * gdb.gdb/Makefile.in: Likewise.
12649 * gdb.go/Makefile.in: Likewise.
12650 * gdb.guile/Makefile.in: Likewise.
12651 * gdb.java/Makefile.in: Likewise.
12652 * gdb.linespec/Makefile.in: Likewise.
12653 * gdb.mi/Makefile.in: Likewise.
12654 * gdb.modula2/Makefile.in: Likewise.
12655 * gdb.multi/Makefile.in: Likewise.
12656 * gdb.objc/Makefile.in: Likewise.
12657 * gdb.opencl/Makefile.in: Likewise.
12658 * gdb.opt/Makefile.in: Likewise.
12659 * gdb.pascal/Makefile.in: Likewise.
12660 * gdb.perf/Makefile.in: Likewise.
12661 * gdb.python/Makefile.in: Likewise.
12662 * gdb.reverse/Makefile.in: Likewise.
12663 * gdb.server/Makefile.in: Likewise.
12664 * gdb.stabs/Makefile.in: Likewise.
12665 * gdb.threads/Makefile.in: Likewise.
12666 * gdb.trace/Makefile.in: Likewise.
12667 * gdb.xml/Makefile.in: Likewise.
12668 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12669 GDB_PARALLEL.
12670 (standard_output_file): Remove check for GDB_PARALLEL, always
12671 return path in outputs/$subdir/$testname.
12672
12673 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12674
12675 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12676 (site.exp): Assign abs_srcdir to tcl's srcdir.
12677
12678 2016-02-04 Yao Qi <yao.qi@linaro.org>
12679
12680 * gdb.base/foll-exec-mode.c: Include limits.h.
12681 (main): Add parameters argc and argv. Get directory from
12682 argv[0].
12683 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12684 compilation.
12685 * gdb.base/foll-exec.c: Include limits.h.
12686 (main): Add parameters argc and argv.
12687 Get directory from argv[0].
12688 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12689 Adjust tests on the number of lines as source code changed.
12690 * gdb.base/foll-vfork-exit.c: Include limits.h.
12691 (main): Add one line of statement before vfork.
12692 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12693 (main): Add parameters argc and argv. Get directory from
12694 argv[0].
12695 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12696 (setup_gdb): Set tbreak to skip some source lines.
12697 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12698 (main): Add parameters argc and argv. Get directory from
12699 argv[0].
12700 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12701 compilation.
12702 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12703 (main): Add parameters argc and argv. Get directory from
12704 argv[0].
12705 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12706 compilation.
12707
12708 2016-02-01 Doug Evans <dje@google.com>
12709
12710 * gdb.base/skip.exp: Clean up multiple references to same test name.
12711
12712 2016-02-01 Pedro Alves <palves@redhat.com>
12713
12714 PR remote/19496
12715 * gdb.threads/forking-threads-plus-breakpoint.exp
12716 (displaced_stepping_supported): New global.
12717 (probe_displaced_stepping_support): New procedure.
12718 (do_test): Add 'displaced' parameter, and use it.
12719 (top level): Check for displaced stepping support. Add displaced
12720 stepping on/off testing axis.
12721
12722 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12723
12724 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12725 pointer. Don't perform further tests on the unassociated pointer
12726 if the first test fails.
12727
12728 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12729
12730 * gdb.base/max-value-size.c: New file.
12731 * gdb.base/max-value-size.exp: New file.
12732 * gdb.base/huge.exp: Disable max-value-size for this test.
12733
12734 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12735
12736 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12737
12738 2016-01-28 Yao Qi <yao.qi@linaro.org>
12739
12740 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12741
12742 2016-01-25 Pedro Alves <palves@redhat.com>
12743
12744 PR threads/19461
12745 * gdb.base/fork-running-state.c: New file.
12746 * gdb.base/fork-running-state.exp: New file.
12747
12748 2016-01-25 Pedro Alves <palves@redhat.com>
12749
12750 PR gdb/19494
12751 * gdb.base/catch-fork-kill.c: New file.
12752 * gdb.base/catch-fork-kill.exp: New file.
12753
12754 2016-01-25 Pedro Alves <palves@redhat.com>
12755
12756 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12757 Delete, moved to lib/gdb.exp.
12758 * gdb.threads/forking-threads-plus-breakpoint.exp
12759 (foreach_with_prefix): Likewise.
12760 * gdb.threads/process-dies-while-handling-bp.exp
12761 (foreach_with_prefix): Likewise.
12762 * lib/gdb.exp (foreach_with_prefix): New procedure.
12763
12764 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12765
12766 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12767 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12768
12769 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12770
12771 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12772 endian targets.
12773
12774 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12775 Pedro Alves <palves@redhat.com>
12776
12777 Fix testsuite compatibility with Guile.
12778 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12779 number.
12780
12781 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12782
12783 Fix testsuite compatibility with Guile.
12784 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12785 (thread 1): New test for backtrace through signal handler.
12786
12787 2016-01-22 Yao Qi <yao.qi@linaro.org>
12788
12789 PR testsuite/19491
12790 * gdb.base/multi-forks.c: Include
12791 ../lib/unbuffer_output.c
12792 (main): Call gdb_unbuffer_output.
12793
12794 2016-01-21 Doug Evans <dje@google.com>
12795
12796 * lib/ada.exp (gdb_compile_ada): Fix typo.
12797
12798 2016-01-21 Joel Brobecker <brobecker@adacore.com>
12799
12800 * gdb.base/break-fun-addr.exp: New file.
12801 * gdb.base/break-fun-addr1.c: New file.
12802 * gdb.base/break-fun-addr2.c: New file.
12803
12804 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12805
12806 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12807 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12808 enum flag values.
12809
12810 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12811
12812 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12813 when GDB can not set the vector return value. Add more comments
12814 for clarification.
12815
12816 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12817
12818 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12819 command.
12820
12821 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12822
12823 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12824
12825 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12826
12827 * Makefile.in (check-single): Pass --status to runtest.
12828 (check/%.exp): Likewise.
12829
12830 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12831
12832 * Makefile.in (check-parallel): Propagate return code from make
12833 do-check-parallel.
12834
12835 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12836
12837 * gdb.trace/ftrace.exp: Fix expected message on continue.
12838 * gdb.trace/pending.exp: Fix expected message on continue.
12839 * gdb.trace/trace-break.exp: Fix expected message on continue.
12840
12841 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12842
12843 * lib/gdb.exp (gdb_test): Remove unused global references.
12844
12845 2016-01-18 Pedro Alves <palves@redhat.com>
12846
12847 * gdb.base/async-shell.exp: Adjust expected output.
12848 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12849 * gdb.base/siginfo-thread.exp: Adjust expected output.
12850 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12851 * gdb.java/jnpe.exp: Adjust expected output.
12852 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12853 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12854 * gdb.threads/leader-exit.exp: Adjust expected output.
12855 * gdb.threads/manythreads.exp: Adjust expected output.
12856 * gdb.threads/pthreads.exp: Adjust expected output.
12857 * gdb.threads/schedlock.exp: Adjust expected output.
12858 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12859 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12860 expected output.
12861 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12862 output.
12863 * gdb.threads/sigthread.exp: Adjust expected output.
12864 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12865
12866 2016-01-18 Yao Qi <yao.qi@linaro.org>
12867
12868 * gdb.guile/scm-section-script.c: Replace @progbits with
12869 %progbits.
12870 * gdb.python/py-section-script.c: Likewise.
12871
12872 2016-01-15 Pedro Alves <palves@redhat.com>
12873
12874 * gdb.multi/tids.exp: Test star wildcard ranges.
12875
12876 2016-01-15 Pedro Alves <palves@redhat.com>
12877
12878 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12879 command from "thread apply" invocation.
12880 (thr_apply_info_thr_invalid): Default the expected output to the
12881 input tid list.
12882 (top level): Add tests that use convenience variables. Add tests
12883 for "thread apply" with a valid TID list, but missing the command.
12884
12885 2016-01-13 Pedro Alves <palves@redhat.com>
12886
12887 * gdb.base/default.exp: Expect $_gthread as well.
12888 * gdb.multi/tids.exp: Test $_gthread.
12889 * gdb.threads/thread-specific.exp: Test $_gthread.
12890
12891 2016-01-13 Pedro Alves <palves@redhat.com>
12892
12893 * gdb.multi/tids.exp: Test "info threads -gid".
12894
12895 2016-01-13 Pedro Alves <palves@redhat.com>
12896
12897 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12898 Breakpoint.thread.
12899 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12900
12901 2016-01-07 Pedro Alves <palves@redhat.com>
12902
12903 * gdb.base/break.exp: Adjust to output changes.
12904 * gdb.base/hbreak2.exp: Likewise.
12905 * gdb.base/sepdebug.exp: Likewise.
12906 * gdb.base/watch_thread_num.exp: Likewise.
12907 * gdb.linespec/keywords.exp: Likewise.
12908 * gdb.multi/info-threads.exp: Likewise.
12909 * gdb.threads/thread-find.exp: Likewise.
12910 * gdb.multi/tids.c: New file.
12911 * gdb.multi/tids.exp: New file.
12912
12913 2016-01-13 Pedro Alves <palves@redhat.com>
12914
12915 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12916
12917 2016-01-13 Pedro Alves <palves@redhat.com>
12918
12919 * gdb.base/default.exp: Expect $_inferior as well.
12920 * gdb.multi/base.exp: Test $_inferior.
12921
12922 2016-01-13 Pedro Alves <palves@redhat.com>
12923
12924 PR breakpoints/19388
12925 * gdb.base/catch-signal-siginfo-cond.c: New file.
12926 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12927
12928 2016-01-12 Josh Stone <jistone@redhat.com>
12929 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12930
12931 * gdb.base/catch-syscall.c (do_execve): New variable.
12932 (main): Conditionally trigger an execve.
12933 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12934 (test_catch_syscall_execve): New, check entry/return across execve.
12935 (do_syscall_tests): Call test_catch_syscall_execve.
12936
12937 2016-01-12 Pedro Alves <palves@redhat.com>
12938
12939 * gdb.base/random-signal.exp (do_test): New procedure, with body
12940 of testcase moved in.
12941
12942 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12943 Pedro Alves <palves@redhat.com>
12944
12945 * gdb.base/funcargs.exp (finish from indirectly called function):
12946 Reintroduce the case for 'First'.
12947
12948 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12949 Pedro Alves <palves@redhat.com>
12950
12951 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12952 (tcatch_vfork_then_child_follow_exec)
12953 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12954 identification.
12955
12956 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12957
12958 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12959 and repeats to unlimited.
12960 * gdb.python/py-value.exp: Likewise.
12961 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12962 and repeats to unlimited.
12963
12964 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12965
12966 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12967 and reordering the functions.
12968 * gdb.multi/hangout.c: Likewise.
12969 * gdb.multi/hello.c: Likewise.
12970
12971 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12972
12973 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12974 absolute.
12975 (SingleStatisticTestResult.report): Use dict.keys instead of
12976 dict.iterkeys.
12977
12978 2016-01-06 Pedro Alves <palves@redhat.com>
12979
12980 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
12981
12982 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
12983
12984 * gdb.btrace/dlopen.exp: New.
12985 * gdb.btrace/dlopen.c: New.
12986 * gdb.btrace/dlopen-dso.c: New.
12987
12988 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
12989
12990 * lib/gdb.exp (gdb_test): Update comments to clarify that the
12991 PATTERN argument is optional.
12992
12993 2015-12-24 Joel Brobecker <brobecker@adacore.com>
12994
12995 * lib/ada.exp (target_compile_ada_from_dir): New function.
12996 (gdb_compile_ada): Reimplement avoiding the use of project files.
12997 * gdb.ada/gnat_ada.gpr: Delete.
12998 * gdb.ada/cond_lang.exp: Adjust test to make path before
12999 filename optional.
13000 * gdb.ada/small_reg_param.exp: Likewise.
13001
13002 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13003
13004 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13005
13006 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13007
13008 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13009 case.
13010
13011 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13012
13013 * gdb.base/break.exp: Remove dead code.
13014 * gdb.base/sepdebug.exp: Likewise.
13015
13016 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13017
13018 * gdb.asm/asm-source.exp: Remove HP-UX references.
13019 * gdb.base/annota1.exp: Likewise.
13020 * gdb.base/annota3.exp: Likewise.
13021 * gdb.base/attach.exp: Likewise.
13022 * gdb.base/bigcore.exp: Likewise.
13023 * gdb.base/break.exp: Likewise.
13024 * gdb.base/call-ar-st.exp: Likewise.
13025 * gdb.base/callfuncs.exp: Likewise.
13026 * gdb.base/catch-fork-static.exp: Likewise.
13027 * gdb.base/display.exp: Likewise.
13028 * gdb.base/foll-exec-mode.exp: Likewise.
13029 * gdb.base/foll-exec.exp: Likewise.
13030 * gdb.base/foll-fork.exp: Likewise.
13031 * gdb.base/foll-vfork.exp: Likewise.
13032 * gdb.base/funcargs.exp: Likewise.
13033 * gdb.base/hbreak2.exp: Likewise.
13034 * gdb.base/inferior-died.exp: Likewise.
13035 * gdb.base/interrupt.exp: Likewise.
13036 * gdb.base/multi-forks.exp: Likewise.
13037 * gdb.base/nodebug.exp: Likewise.
13038 * gdb.base/sepdebug.exp: Likewise.
13039 * gdb.base/solib1.c: Likewise.
13040 * gdb.base/step-test.exp: Likewise.
13041 * gdb.mi/non-stop.c: Likewise.
13042 * gdb.mi/pthreads.c: Likewise.
13043 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13044 * gdb.threads/pthreads.c: Likewise.
13045 * gdb.threads/staticthreads.exp: Likewise.
13046 * lib/future.exp: Likewise.
13047 * lib/gdb.exp: Likewise.
13048 * gdb.base/so-indr-cl.c: Remove.
13049 * gdb.base/so-indr-cl.exp: Likewise.
13050 * gdb.base/solib.c: Likewise.
13051 * gdb.base/solib.exp: Likewise.
13052 * gdb.base/solib2.c: Likewise.
13053
13054 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13055
13056 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13057 * gdb.base/call-ar-st.exp: Likewise.
13058 * gdb.base/callfuncs.exp: Likewise.
13059 * gdb.base/condbreak.exp: Likewise.
13060 * gdb.base/constvars.exp: Likewise.
13061 * gdb.base/hbreak2.exp: Likewise.
13062 * gdb.base/langs.exp: Likewise.
13063 * gdb.base/list.exp: Likewise.
13064 * gdb.base/long_long.exp: Likewise.
13065 * gdb.base/ptype.exp: Likewise.
13066 * gdb.base/scope.exp: Likewise.
13067 * gdb.base/signals.exp: Likewise.
13068 * gdb.base/so-impl-ld.exp: Likewise.
13069 * gdb.base/varargs.exp: Likewise.
13070 * gdb.base/volatile.exp: Likewise.
13071 * gdb.base/whatis.exp: Likewise.
13072 * gdb.cp/cplusfuncs.exp: Likewise.
13073 * gdb.cp/inherit.exp: Likewise.
13074 * gdb.cp/local.exp: Likewise.
13075 * gdb.cp/member-ptr.exp: Likewise.
13076 * gdb.cp/method.exp: Likewise.
13077 * gdb.cp/overload.exp: Likewise.
13078 * gdb.cp/templates.exp: Likewise.
13079 * gdb.stabs/weird.exp: Likewise.
13080 * lib/compiler.c: Likewise.
13081 * lib/compiler.cc: Likewise.
13082 * lib/cp-support.exp: Likewise.
13083 * lib/gdb.exp: Likewise.
13084
13085 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13086
13087 * configure.ac: Remove HP-UX case.
13088 * configure: Regenerate.
13089
13090 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13091
13092 * lib/gdb.exp (gdb_compile): Add function doc.
13093
13094 2015-12-17 Pedro Alves <palves@redhat.com>
13095
13096 PR threads/19354
13097 * gdb.multi/info-threads.exp: New file.
13098
13099 2015-12-15 Yao Qi <yao.qi@linaro.org>
13100
13101 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13102 is aarch64*-*-*.
13103
13104 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13105
13106 * gdb.base/history-duplicates.exp: Skip if no readline support.
13107
13108 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13109
13110 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13111
13112 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13113
13114 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13115
13116 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13117
13118 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13119 ctrl-C if nointerrupts target property is set.
13120 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13121 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13122 * gdb.base/paginate-bg-execution.exp: Likewise.
13123 * gdb.base/paginate-execution-startup.exp: Likewise.
13124 * gdb.base/random-signal.exp: Likewise.
13125 * gdb.base/range-stepping.exp: Likewise.
13126 * gdb.cp/annota2.exp: Likewise.
13127 * gdb.cp/annota3.exp: Likewise.
13128 * gdb.gdb/selftest.exp: Likewise.
13129 * gdb.threads/continue-pending-status.exp: Likewise.
13130 * gdb.threads/leader-exit.exp: Likewise.
13131 * gdb.threads/manythreads.exp: Likewise.
13132 * gdb.threads/pthreads.exp: Likewise.
13133 * gdb.threads/schedlock.exp: Likewise.
13134 * gdb.threads/sigthread.exp: Likewise.
13135
13136 2015-12-11 Don Breazeal <donb@codesourcery.com>
13137
13138 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13139 remote.
13140 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13141 * gdb.base/foll-exec.exp (main): Enable for target remote.
13142 * gdb.base/foll-fork.exp (main): Likewise.
13143 * gdb.base/foll-vfork.exp (main): Likewise.
13144 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13145 (proc continue_to_exit_bp_loc): Use clean_restart.
13146 * gdb.base/pie-execl.exp (main): Disable for target remote.
13147 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13148 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13149 * gdb.threads/execl.exp (main): Likewise.
13150 * gdb.threads/fork-child-threads.exp (main): Likewise.
13151 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13152 remote.
13153 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13154 remote.
13155 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13156 pid.tid style ptids, instead of just tid.
13157 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13158 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13159 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13160 ptids, instead of just tid.
13161
13162 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13163
13164 * gdb.base/list.exp (test_list_forward): Add end of file error
13165 test.
13166 (test_repeat_list_command): Add end of file error test.
13167 (test_list_backwards): Add beginning of file error test.
13168
13169 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13170
13171 * gdb.base/list.exp (test_list_invalid_args): New function,
13172 defined, and called.
13173
13174 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13175
13176 * gdb.base/list.exp (test_list): Make test names unique.
13177
13178 2015-12-11 Yao Qi <yao.qi@linaro.org>
13179
13180 * gdb.base/coremaker2.c: Remove.
13181
13182 2015-12-10 Pedro Alves <palves@redhat.com>
13183
13184 * gdb.multi/base.exp: Remove stale "spaces" references.
13185
13186 2015-12-10 Pedro Alves <palves@redhat.com>
13187
13188 * gdb.multi/base.exp: Don't use nowarnings.
13189 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13190 * gdb.multi/hangout.c: Include stdio.h.
13191 * gdb.multi/hello.c: Include stdlib.h.
13192 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13193 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13194 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13195
13196 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13197
13198 * gdb.dwarf2/dw2-ranges-base.c: New file.
13199 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13200 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13201 support additional line table, and debug ranges generation.
13202 (Dwarf::ranges): New function, generate .debug_ranges.
13203 (Dwarf::lines): Support generating simple line table programs.
13204 (Dwarf::assemble): Initialise new namespace variables.
13205
13206 2015-12-09 Kevin Buettner <kevinb@redhat.com>
13207
13208 * gdb.base/async.exp (proc test_background): Add case for
13209 asynchronous execution not supported.
13210
13211 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
13212
13213 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13214 format and change test names to make them unique.
13215
13216 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13217 Pedro Alves <pedro@redhat.com>
13218
13219 PR gdb/18702
13220 Add checking of floatformats setup on x86_64 hosts.
13221 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13222 (smallval, bigval): New labels/constants.
13223 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13224 float" after loading bigval and smallval.
13225
13226 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13227
13228 * gdb.ada/fun_overload_menu.exp: New testcase.
13229 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13230
13231 2015-12-04 Josh Stone <jistone@redhat.com>
13232
13233 * gdb.base/catch-fork-static.exp: New.
13234
13235 2015-12-03 Yao Qi <yao.qi@linaro.org>
13236
13237 * gdb.base/sizeof.c: Don't include stdio.h and
13238 ../lib/unbuffer_output.c.
13239 (main): New variable 'size' and 'value'. Remove printf and
13240 gdb_unbuffer_output. Assign return value to size and value.
13241 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13242 at the beginning.
13243 (check_sizeof): Check the result by printing variable 'size'.
13244 (check_valueof): Check the result by printing variable 'value'.
13245
13246 2015-12-01 Yao Qi <yao.qi@linaro.org>
13247
13248 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13249 for aarch64*-*-linux* target.
13250
13251 2015-11-30 Pedro Alves <palves@redhat.com>
13252
13253 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13254
13255 2015-11-30 Pedro Alves <palves@redhat.com>
13256
13257 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13258 Handle non-stop mode vCont replies.
13259
13260 2015-11-30 Pedro Alves <palves@redhat.com>
13261
13262 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13263 prepare_for_testing. Start gdb with "set non-stop on" appended to
13264 GDBFLAGS. Lax expected stop output.
13265
13266 2015-11-27 Yao Qi <yao.qi@linaro.org>
13267
13268 * gdb.arch/arm-neon.exp: New.
13269 * gdb.arch/arm-neon.c: New.
13270
13271 2015-11-27 Yao Qi <yao.qi@linaro.org>
13272
13273 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13274
13275 2015-11-27 Yao Qi <yao.qi@linaro.org>
13276
13277 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13278 frames-invalid annotation.
13279
13280 2015-11-27 Yao Qi <yao.qi@linaro.org>
13281
13282 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13283
13284 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13285
13286 * gdb.threads/names.exp: New file.
13287 * gdb.threads/names.c: New file.
13288 * README: Mention gdb,no_thread_names.
13289
13290 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13291
13292 PR 19297
13293 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13294 support" error.
13295
13296 2015-11-24 Pedro Alves <palves@redhat.com>
13297
13298 PR 17539
13299 * gdb.base/display.exp: Expect displays to be sorted in ascending
13300 order. Use multi_line.
13301 * gdb.base/solib-display.exp: Likewise.
13302
13303 2015-11-24 Pedro Alves <palves@redhat.com>
13304
13305 PR 17539
13306 * gdb.base/display.exp: Expect displays to be sorted in ascending
13307 order. Use multi_line.
13308 * gdb.base/solib-display.exp: Likewise.
13309
13310 2015-11-24 Pedro Alves <palves@redhat.com>
13311
13312 PR 17539
13313 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13314 threads in ascending order.
13315 * gdb.base/foll-fork.exp: Likewise.
13316 * gdb.base/foll-vfork.exp: Likewise.
13317 * gdb.base/multi-forks.exp: Likewise.
13318 * gdb.mi/mi-nonstop.exp: Likewise.
13319 * gdb.mi/mi-nsintrall.exp: Likewise.
13320 * gdb.multi/base.exp: Likewise.
13321 * gdb.multi/multi-arch.exp: Likewise.
13322 * gdb.python/py-inferior.exp: Likewise.
13323 * gdb.threads/break-while-running.exp: Likewise.
13324 * gdb.threads/execl.exp: Likewise.
13325 * gdb.threads/gcore-thread.exp: Likewise.
13326 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13327 * gdb.threads/kill.exp: Likewise.
13328 * gdb.threads/linux-dp.exp: Likewise.
13329 * gdb.threads/multiple-step-overs.exp: Likewise.
13330 * gdb.threads/next-bp-other-thread.exp: Likewise.
13331 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13332 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13333 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13334 * gdb.threads/thread-find.exp: Likewise.
13335 * gdb.threads/tls.exp: Likewise.
13336 * lib/mi-support.exp (mi_reverse_list): Delete.
13337 (mi_check_thread_states): No longer reverse list.
13338
13339 2015-11-24 Pedro Alves <palves@redhat.com>
13340
13341 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13342 use lowercase.
13343
13344 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13345
13346 * gdb.trace/actions.c: Include trace-common.h.
13347 (main): Add a location for a fast tracepoint.
13348 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13349 the normal tracepoints.
13350 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13351
13352 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13353
13354 * save-trace.exp: Factor out code to these...
13355 (gdb_save_tracepoints): New.
13356 (gdb_load_tracepoints): New.
13357 (do_save_load_test): New.
13358
13359 2015-11-23 Kevin Buettner <kevinb@redhat.com>
13360
13361 * gdb.base/asmlabel.exp: New test.
13362 * gdb.base/asmlabel.c: New test case.
13363
13364 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13365
13366 * gdb.base/wrong_frame_bt_full-main.c: New file.
13367 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13368 * gdb.base/wrong_frame_bt_full.exp: New file.
13369
13370 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13371
13372 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13373
13374 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13375
13376 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
13377 pstate register when comparing registers values in
13378 sparc64-*-linux-gnu targets to avoid spurious differences.
13379
13380 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13381
13382 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
13383
13384 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13385
13386 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13387 as type argument to gdb_compile.
13388 * gdb.base/nested-subp2.exp: Likewise.
13389 * gdb.base/nested-subp3.exp: Likewise.
13390
13391 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13392
13393 * lib/dwarf.exp (_note): Fix left shift of negative value.
13394 * gdb.trace/trace-condition.exp: Likewise.
13395
13396 2015-11-13 Yao Qi <yao.qi@linaro.org>
13397
13398 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13399 comments about d10v.
13400 (test_scalar_returns): Likewise.
13401 * gdb.base/d10v.ld: Remove.
13402 * gdb.base/overlays.exp: Remove the target triplet checking for
13403 d10v-*-*.
13404 * gdb.base/structs.exp (test_struct_returns): Remove the
13405 comments about d10v.
13406 (test_struct_calls): Likewise.
13407
13408 2015-11-13 Yao Qi <yao.qi@linaro.org>
13409
13410 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13411 * gdb.base/gnu_vector.c: Don't include stdio.h.
13412 (main): Don't print res and call add_some_intvecs.
13413
13414 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13415
13416 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13417 macro.
13418 (func5): Removed.
13419 (func4): Use FAST_TRACEPOINT_LABEL.
13420 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13421 macro.
13422 (func): Removed.
13423 (thread_function): Use FAST_TRACEPOINT_LABEL.
13424 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13425 (func): Remove.
13426 (marker): Use FAST_TRACEPOINT_LABEL.
13427 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13428 (pendfunc1): Remove.
13429 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13430 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13431 (foo): Remove.
13432 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13433 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13434 macro.
13435 (func): Remove.
13436 (marker): Use FAST_TRACEPOINT_LABEL.
13437 * gdb.trace/trace-common.h: New header.
13438 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13439 macro.
13440 (func): Remove.
13441 (marker): Use FAST_TRACEPOINT_LABEL.
13442 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13443 (func): Remove.
13444 (thread_function): Use FAST_TRACEPOINT_LABEL.
13445
13446 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13447
13448 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13449 in front.
13450 * gdb.trace/change-loc.exp: Use global pcreg definition.
13451 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13452 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13453 in front.
13454 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13455 * gdb.trace/pending.exp: Likewise.
13456 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13457 * gdb.trace/trace-break.exp: Likewise.
13458 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13459 in front.
13460 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13461 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13462 in front.
13463 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13464
13465 2015-11-09 Joel Brobecker <brobecker@adacore.com>
13466
13467 * gdb.ada/fin_fun_out: New testcase.
13468
13469 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13470
13471 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13472 value associated with DW_AT_byte_size.
13473 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13474 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13475 DW_AT_upper_bound.
13476
13477 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13478
13479 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13480 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13481 version.
13482 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13483 gdb.dwarf2/dw2-canonicalize-type.exp,
13484 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13485 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13486 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13487 provided by gdb_target_symbol_prefix_flags_asm.
13488 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13489 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13490 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13491 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13492 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13493 macros where needed). Use this macro for symbols which require
13494 the prefix provided by SYMBOL_PREFIX.
13495
13496 2015-11-05 Kevin Buettner <kevinb@redhat.com>
13497
13498 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13499 New procs.
13500 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13501 representing expressions, of more than one list element.
13502 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13503 to prepend linker symbol prefix to f.
13504 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13505 table_1 and table_2.
13506 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13507 Likewise, for f and g.
13508 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13509 for ptr.
13510 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13511 for main.
13512 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13513 table_1_ptr and table_2_ptr.
13514
13515 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13516 Joel Brobecker <brobecker@adacore.com>
13517
13518 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13519
13520 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13521
13522 * gdb.reverse/s390-mvcle.c: New test.
13523 * gdb.reverse/s390-mvcle.exp: New file.
13524 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13525
13526 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13527
13528 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13529
13530 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13531
13532 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13533 reaching marker2.
13534 * gdb.reverse/getresuid-reverse.exp: Likewise.
13535 * gdb.reverse/pipe-reverse.exp: Likewise.
13536 * gdb.reverse/readv-reverse.exp: Likewise.
13537 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13538 * gdb.reverse/time-reverse.exp: Likewise.
13539 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13540
13541 2015-10-30 Yao Qi <yao.qi@linaro.org>
13542
13543 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13544 (empty_cycle): Remove.
13545 (main): Don't call empty_cycle. Don't use watch_count_done.
13546 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13547 empty_cycle. Rewrite the code counting HW watchpoints.
13548
13549 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13550
13551 * gdb.reverse/fstatat-reverse.c: New test.
13552 * gdb.reverse/fstatat-reverse.exp: New file.
13553 * gdb.reverse/getresuid-reverse.c: New test.
13554 * gdb.reverse/getresuid-reverse.exp: New file.
13555 * gdb.reverse/pipe-reverse.c: New test.
13556 * gdb.reverse/pipe-reverse.exp: New file.
13557 * gdb.reverse/readv-reverse.c: New test.
13558 * gdb.reverse/readv-reverse.exp: New file.
13559 * gdb.reverse/recvmsg-reverse.c: New test.
13560 * gdb.reverse/recvmsg-reverse.exp: New file.
13561 * gdb.reverse/time-reverse.c: New test.
13562 * gdb.reverse/time-reverse.exp: New file.
13563 * gdb.reverse/waitpid-reverse.c: New test.
13564 * gdb.reverse/waitpid-reverse.exp: New file.
13565
13566 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13567
13568 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13569
13570 2015-10-26 Doug Evans <dje@google.com>
13571
13572 PR symtab/17391
13573 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13574 * gdb.dwarf2/bad-regnum.c: New file.
13575 * gdb.dwarf2/bad-regnum.exp: New file.
13576
13577 2015-10-26 Doug Evans <dje@google.com>
13578
13579 PR python/18938
13580 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13581 file.
13582
13583 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13584
13585 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13586 for a change by "Mention language in compile error message".
13587
13588 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13589
13590 PR python/18073
13591 * gdb.python/py-type.c (C::a_method): New.
13592 (C::a_const_method): New.
13593 (C::a_static_method): New.
13594 (a_function): New.
13595 * gdb.python/py-type.exp (test_fields): Test getting fields
13596 from function and method.
13597
13598 2015-10-21 Keven Boell <keven.boell@intel.com>
13599
13600 * gdb.fortran/vla-alloc-assoc.exp: New file.
13601 * gdb.fortran/vla-datatypes.exp: New file.
13602 * gdb.fortran/vla-datatypes.f90: New file.
13603 * gdb.fortran/vla-history.exp: New file.
13604 * gdb.fortran/vla-ptype-sub.exp: New file.
13605 * gdb.fortran/vla-ptype.exp: New file.
13606 * gdb.fortran/vla-sizeof.exp: New file.
13607 * gdb.fortran/vla-sub.f90: New file.
13608 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13609 * gdb.fortran/vla-value-sub-finish.exp: New file.
13610 * gdb.fortran/vla-value-sub.exp: New file.
13611 * gdb.fortran/vla-value.exp: New file.
13612 * gdb.fortran/vla-ptr-info.exp: New file.
13613 * gdb.mi/mi-vla-fortran.exp: New file.
13614 * gdb.mi/vla.f90: New file.
13615
13616 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13617
13618 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13619 of hardwired timeout value.
13620
13621 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13622 Pedro Alves <palves@redhat.com>
13623
13624 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13625 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13626
13627 2015-10-19 Josh Stone <jistone@redhat.com>
13628
13629 * gdb.base/catch-syscall.c: Include <sched.h>.
13630 (unknown_syscall): New variable.
13631 (main): Trigger a vfork and an unknown syscall.
13632 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13633 (unknown_syscall_number): Likewise.
13634 (check_call_to_syscall): Accept an optional syscall pattern.
13635 (check_return_from_syscall): Likewise.
13636 (check_continue): Likewise.
13637 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13638 (test_catch_syscall_skipping_return): New test toggling off 'catch
13639 syscall' to step over the syscall return, then toggling back on.
13640 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13641 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13642 (do_syscall_tests): Call test_catch_syscall_without_args and
13643 test_catch_syscall_mid_vfork.
13644 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13645 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13646
13647 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
13648
13649 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13650 print g_vE): Add new pass patterns.
13651 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13652 print various symbol names for vptr fields.
13653
13654 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13655
13656 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13657 results.
13658
13659 2015-10-12 Yao Qi <yao.qi@linaro.org>
13660
13661 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13662
13663 2015-10-12 Yao Qi <yao.qi@linaro.org>
13664
13665 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13666 is aarch64*-*-linux*.
13667
13668 2015-10-12 Yao Qi <yao.qi@linaro.org>
13669
13670 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13671 (can_relocate_bcond_true): ... it.
13672 (can_relocate_bcond_false): New function.
13673 (foo): Likewise.
13674 (can_relocate_bl): Likewise.
13675 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13676 can_relocate_bl.
13677
13678 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13679
13680 * gdb.base/nested-addr.c: New file.
13681 * gdb.base/nested-addr.exp: New testcase.
13682
13683 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13684
13685 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13686 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13687 its output. Ignore the output of "record goto begin" and instead
13688 check that GDB is replaying.
13689
13690 2015-10-09 Pedro Alves <palves@redhat.com>
13691
13692 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13693 (top level): Use it in the run with no args test.
13694
13695 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13696
13697 * gdb.dlang/properties.exp: New file.
13698
13699 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13700
13701 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13702 whether or not address 0x1000 is mapped on the target.
13703
13704 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13705
13706 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13707 build.
13708
13709 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13710
13711 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13712 instruction-history test.
13713
13714 2015-09-28 Doug Evans <dje@google.com>
13715
13716 * gdb.base/gcore.c (array_func): Add reference to static_array.
13717
13718 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13719
13720 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13721 source line.
13722
13723 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13724
13725 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13726 short or char as base type.
13727
13728 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13729
13730 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13731 to allow any size enum.
13732
13733 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13734
13735 * gdb.ada/array_ptr_renaming.exp: New testcase.
13736 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13737 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13738
13739 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13740
13741 * gdb.trace/ftrace-lock.c: New file.
13742 * gdb.trace/ftrace-lock.exp: New file.
13743
13744 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13745
13746 * gdb.arch/insn-reloc.c: New file.
13747 * gdb.arch/ftrace-insn-reloc.exp: New file.
13748
13749 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13750
13751 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13752 instruction.
13753 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13754 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13755 * gdb.trace/range-stepping.c: Likewise.
13756 * gdb.trace/trace-break.c: Likewise.
13757 * gdb.trace/trace-mt.c (thread_function): Likewise.
13758 * gdb.trace/ftrace.c (marker): Likewise.
13759 * gdb.trace/trace-condition.c (marker): Likewise.
13760 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13761 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13762 is_aarch64_target.
13763
13764 2015-09-18 Doug Evans <xdje42@gmail.com>
13765
13766 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13767 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13768
13769 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13770
13771 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13772 the breakpoint.
13773
13774 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13775
13776 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13777 the pending breakpoint. Remove timeout override for "Run till
13778 MI pending breakpoint on pendfunc3 on thread 2" test.
13779
13780 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13781
13782 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13783 filename pattern.
13784
13785 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13786
13787 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13788 in breakpoint filename pattern.
13789
13790 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13791
13792 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13793
13794 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13795
13796 * gdb.linespec/explicit.exp: Check for readline support for
13797 tab-completion tests. Fix obvious typo.
13798
13799 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13800
13801 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13802 and replay.
13803
13804 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13805
13806 * gdb.btrace/non-stop.c: New.
13807 * gdb.btrace/non-stop.exp: New.
13808
13809 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13810 Yao Qi <yao.qi@linaro.org>
13811
13812 * gdb.trace/trace-condition.c: New file.
13813 * gdb.trace/trace-condition.exp: New file.
13814
13815 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
13816
13817 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13818 for testing bytecode compilation.
13819
13820 2015-09-16 Pedro Alves <palves@redhat.com>
13821 Sandra Loosemore <sandra@codesourcery.com>
13822
13823 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13824 (SECONDS): Redefine.
13825 (main): Call pthread_kill and alarm early.
13826 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13827 support.
13828 (test): If the target can't hardware step and doesn't support
13829 displaced stepping, increase the timeout.
13830
13831 2015-09-16 Pedro Alves <palves@redhat.com>
13832
13833 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13834 (enable_debug): New procedures.
13835 (test): Use them. Bail out if waiting for threads fails.
13836 (top level): Bail out if a test fails.
13837
13838 2015-09-16 Yao Qi <yao.qi@linaro.org>
13839
13840 * gdb.asm/asm-source.exp: Set asm-arch for
13841 aarch64*-*-* target.
13842 * gdb.asm/aarch64.inc: New file.
13843
13844 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13845
13846 * gdb.ada/array_of_variable_length.exp: New testcase.
13847 * gdb.ada/array_of_variable_length/foo.adb: New file.
13848 * gdb.ada/array_of_variable_length/pck.adb: New file.
13849 * gdb.ada/array_of_variable_length/pck.ads: New file.
13850
13851 2015-09-15 Doug Evans <dje@google.com>
13852
13853 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13854 of function static local variable.
13855
13856 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13857
13858 * gdb.threads/tls-so_extern.exp: New test file.
13859 * gdb.threads/tls-so_extern.c: New test file.
13860 * gdb.threads/tls-so_extern_main.c: New test file.
13861
13862 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13863
13864 * gdb.opt/solib-intra-step-lib.c: New file.
13865 * gdb.opt/solib-intra-step-main.c: New file.
13866 * gdb.opt/solib-intra-step.exp: New file.
13867
13868 2015-09-15 Pedro Alves <palves@redhat.com>
13869
13870 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13871 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13872
13873 2015-09-14 Pedro Alves <palves@redhat.com>
13874
13875 * gdb.base/hook-stop-continue.c: Delete.
13876 * gdb.base/hook-stop-continue.exp: Delete.
13877 * gdb.base/hook-stop-frame.c: Delete.
13878 * gdb.base/hook-stop-frame.exp: Delete.
13879 * gdb.base/hook-stop.c: New file.
13880 * gdb.base/hook-stop.exp: New file.
13881
13882 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13883
13884 * gdb.ada/access_to_packed_array.exp: New testcase.
13885 * gdb.ada/access_to_packed_array/foo.adb: New file.
13886 * gdb.ada/access_to_packed_array/pack.adb: New file.
13887 * gdb.ada/access_to_packed_array/pack.ads: New file.
13888
13889 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13890
13891 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13892 buffer size test.
13893
13894 2015-09-11 Don Breazeal <donb@codesourcery.com>
13895
13896 * gdb.base/foll-exec.c: Add copyright header. Fix
13897 formatting issues.
13898 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13899 (do_exec_tests): Use clean_restart in place of zap_session,
13900 and for test initialization. Fix formatting issues. Use
13901 fail in place of perror.
13902 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13903 an expect statement to match an expression with output from
13904 the program under debug.
13905 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13906 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13907 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13908 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13909 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13910
13911 2015-09-09 Doug Evans <dje@google.com>
13912
13913 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13914
13915 2015-09-09 Doug Evans <dje@google.com>
13916
13917 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13918
13919 2015-09-09 Doug Evans <dje@google.com>
13920
13921 * gdb.base/savedregs.exp: Fix typo.
13922
13923 2015-09-09 Pedro Alves <palves@redhat.com>
13924
13925 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13926
13927 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13928
13929 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13930 command actually switches threads. Give up on remaining
13931 tests if target fails to stop at breakpoint.
13932
13933 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13934
13935 * gdb.ada/funcall_char.exp: New testcase.
13936 * gdb.ada/funcall_char/foo.adb: New file.
13937
13938 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13939
13940 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13941 expected outputs. Add two testcases for completing ambiguous
13942 functions.
13943 * gdb.ada/complete/aux_pck.adb: New file.
13944 * gdb.ada/complete/aux_pck.ads: New file.
13945 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13946 Ambiguous_Func functions.
13947 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13948 * gdb.ada/complete/pck.adb: Likewise.
13949
13950 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13951
13952 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13953 failures to run the test program under GDB.
13954
13955 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
13956
13957 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13958 to C.
13959
13960 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13961
13962 * gdb.base/run-after-attach.exp: New test file.
13963 * gdb.base/run-after-attach.c: New test file.
13964
13965 2015-08-26 Don Breazeal <donb@codesourcery.com>
13966
13967 * gdb.base/foll-exec-2.c: New test program.
13968 * gdb.base/foll-exec-2.exp: New test.
13969
13970 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13971
13972 * gdb.base/nested-subp1.exp: New file.
13973 * gdb.base/nested-subp1.c: New file.
13974 * gdb.base/nested-subp2.exp: New file.
13975 * gdb.base/nested-subp2.c: New file.
13976 * gdb.base/nested-subp3.exp: New file.
13977 * gdb.base/nested-subp3.c: New file.
13978
13979 2015-08-24 Pedro Alves <palves@redhat.com>
13980
13981 * gdb.server/connect-without-multi-process.c: New file.
13982 * gdb.server/connect-without-multi-process.exp: New file.
13983
13984 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13985
13986 * gdb.opt/inline-markers.c: Make z int.
13987
13988 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13989
13990 * gdb.opt/inline-markers.c: Make z volatile.
13991
13992 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13993
13994 * gdb.opt/inline-bt.c: New volatile global z.
13995 * gdb.opt/inline-cmds.c: Likewise.
13996 * gdb.opt/inline-locals.c: Likewise.
13997 * gdb.opt/inline-markers.c: New extern global z.
13998 (marker): Use z.
13999 (inline_fn): Likewise.
14000
14001 2015-08-24 Pedro Alves <palves@redhat.com>
14002
14003 * config/m32r-stub.exp: Remove file.
14004 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14005 * gdb.base/call-rt-st.exp: Likewise.
14006 * gdb.base/call-strs.exp: Likewise.
14007 * gdb.base/default.exp: Remove references to h8300-*-hms and
14008 *-*-udi*.
14009 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14010
14011 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14012
14013 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14014 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14015 and "return" use KFAIL when GDB can not read/write the vector
14016 return value.
14017
14018 2015-08-21 Gary Benson <gbenson@redhat.com>
14019
14020 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14021
14022 2015-08-20 Pedro Alves <palves@redhat.com>
14023
14024 * gdb.server/solib-list.exp: No longer expect an interior stop in
14025 non-stop mode.
14026
14027 2015-08-20 Pedro Alves <palves@redhat.com>
14028
14029 * gdb.server/connect-stopped-target.c: New file.
14030 * gdb.server/connect-stopped-target.exp: New file.
14031
14032 2015-08-20 Pedro Alves <palves@redhat.com>
14033
14034 * gdb.dwarf2/comp-unit-lang.exp: New file.
14035 * gdb.dwarf2/comp-unit-lang.c: New file.
14036
14037 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14038
14039 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14040 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14041
14042 2015-08-19 Kevin Buettner <kevinb@redhat.com>
14043
14044 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14045 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14046
14047 2015-08-18 Doug Evans <dje@google.com>
14048 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14049
14050 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14051 skip_python_tests. New arg prompt_regexp.
14052 (skip_python_tests): New function.
14053 * lib/mi-support.exp (mi_skip_python_tests): New function.
14054 * gdb.python/py-mi-objfile-gdb.py: New file.
14055 * gdb.python/py-mi-objfile.c: New file.
14056 * gdb.python/py-mi-objfile.exp: New file.
14057
14058 2015-08-17 Keith Seitz <keiths@redhat.com>
14059
14060 * gdb.linespec/explicit.exp: Move strace test from here ...
14061 * gdb.trace/strace.exp: ... to here.
14062
14063 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14064
14065 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14066 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14067
14068 2015-08-14 Doug Evans <xdje42@gmail.com>
14069
14070 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14071 inferior before selecting a new file.
14072
14073 2015-08-14 Doug Evans <xdje42@gmail.com>
14074
14075 * gdb.mi/mi-disassemble.exp: Update.
14076 * gdb.base/disasm-optim.S: New file.
14077 * gdb.base/disasm-optim.c: New file.
14078 * gdb.base/disasm-optim.h: New file.
14079 * gdb.base/disasm-optim.exp: New file.
14080
14081 2015-08-14 Keith Seitz <keiths@redhat.com>
14082
14083 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14084 "evaluated-by".
14085
14086 2015-08-13 Joel Brobecker <brobecker@adacore.com>
14087
14088 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14089
14090 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14091
14092 * gdb.ada/fun_renaming.exp: New testcase.
14093 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14094 * gdb.ada/fun_renaming/pack.adb: New file.
14095 * gdb.ada/fun_renaming/pack.ads: New file.
14096
14097 2015-08-12 Keith Seitz <keiths@redhat.com>
14098
14099 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14100 gdb_get_line_number.
14101
14102 2015-08-12 Joel Brobecker <brobecker@adacore.com>
14103
14104 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14105 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14106 gdb.base/dso2dso.exp: New files.
14107
14108 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14109 Pedro Alves <palves@redhat.com>
14110 Keith Seitz <keiths@redhat.com>
14111
14112 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14113 GDBFLAGS.
14114
14115 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14116
14117 * gdb.base/gdbhistsize-history.exp
14118 (test_histsize_history_setting): Use save_vars.
14119 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14120 Use save_vars.
14121 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14122 * gdb.base/readline.exp: Use save_vars.
14123
14124 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14125
14126 * lib/gdb.exp (save_vars): New proc.
14127
14128 2015-08-11 Keith Seitz <keiths@redhat.com>
14129
14130 * gdb.base/help.exp: Update help_breakpoint_text.
14131
14132 2015-08-11 Keith Seitz <keiths@redhat.com>
14133
14134 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14135 (at toplevel): Call test_explicit_breakpoints.
14136 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14137 breakpoints.
14138 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14139 breakpoint conditions, "-cond".
14140
14141 2015-08-11 Keith Seitz <keiths@redhat.com>
14142
14143 * gdb.linespec/3explicit.c: New file.
14144 * gdb.linespec/cpexplicit.cc: New file.
14145 * gdb.linespec/cpexplicit.exp: New file.
14146 * gdb.linespec/explicit.c: New file.
14147 * gdb.linespec/explicit.exp: New file.
14148 * gdb.linespec/explicit2.c: New file.
14149 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14150 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14151 before using in the matching pattern.
14152 Clarify that `prefix' is a regular expression.
14153
14154 2015-08-11 Keith Seitz <keiths@redhat.com>
14155
14156 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14157 test.
14158 Add tests for missing ",FMT" and ",".
14159
14160 2015-08-10 Doug Evans <dje@google.com>
14161 Keith Seitz <keiths@redhat.com>
14162
14163 PR gdb/17960
14164 * gdb.base/completion.exp: Add location completer tests.
14165
14166 2015-08-07 Pedro Alves <palves@redhat.com>
14167
14168 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14169 tests here.
14170 (top level): Run do_test with and without displaced stepping.
14171
14172 2015-08-07 Pedro Alves <palves@redhat.com>
14173
14174 * gdb.base/valgrind-disp-step.c: New file.
14175 * gdb.base/valgrind-disp-step.exp: New file.
14176
14177 2015-08-07 Pedro Alves <palves@redhat.com>
14178
14179 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14180 Delete function.
14181 (main): Add alarm. Run an infinite loop instead of calling
14182 wait_threads.
14183 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14184 comment.
14185 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14186 Delete function.
14187 (main): Add alarm. Run an infinite loop instead of calling
14188 wait_threads.
14189 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14190 comment.
14191
14192 2015-08-07 Pedro Alves <palves@redhat.com>
14193
14194 * gdb.base/checkpoint-ns.exp: New file.
14195 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14196 standard_testfile.
14197
14198 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14199
14200 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14201 * gdb.btrace/instruction_history.exp: Update.
14202 * gdb.btrace/tsx.exp: New.
14203 * gdb.btrace/tsx.c: New.
14204
14205 2015-08-06 Pedro Alves <palves@redhat.com>
14206
14207 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14208 increase timeout.
14209 * gdb.reverse/until-precsave.exp: Bump timeouts.
14210
14211 2015-08-06 Pedro Alves <palves@redhat.com>
14212
14213 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14214
14215 2015-08-06 Pedro Alves <palves@redhat.com>
14216
14217 PR gdb/18749
14218 * gdb.threads/process-dies-while-handling-bp.c: New file.
14219 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14220
14221 2015-08-06 Pedro Alves <palves@redhat.com>
14222
14223 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14224 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14225
14226 2015-08-05 Pedro Alves <palves@redhat.com>
14227
14228 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14229 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14230
14231 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14232
14233 * gdb.base/bp-permanent.exp: Report test as unsupported if
14234 the target cannot stop at the permanent breakpoint.
14235
14236 2015-08-03 Doug Evans <dje@google.com>
14237
14238 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14239 10000.
14240
14241 2015-08-03 Doug Evans <dje@google.com>
14242
14243 * Makefile.in (workers/%.worker, build-perf): New rule.
14244 (GDB_PERFTEST_MODE): New variable.
14245 (check-perf): Use it.
14246 (clean): Clean up gdb.perf parallel build subdirs.
14247 * lib/build-piece.exp: New file.
14248 * lib/gdb.exp (make_gdb_parallel_path): New function
14249 (standard_output_file, standard_temp_file): Call it.
14250 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14251 of $GDB_PARALLEL.
14252 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14253
14254 2015-08-03 Doug Evans <dje@google.com>
14255
14256 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
14257 (LOG_FILE_NAME): New global.
14258 (TextReporter.__init__): Initialize self.txt_sum.
14259 (TextReporter.report): Add support for multiple data-points.
14260 Move report to perftest.sum, put raw data in perftest.log.
14261 (TextReporter.start): Open sum and log files.
14262 (TextReporter.end): Close sum and log files.
14263 * gdb.perf/lib/perftest/testresult.py
14264 (SingleStatisticTestResult.record): Handle multiple data-points.
14265
14266 2015-07-31 Pedro Alves <palves@redhat.com>
14267
14268 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14269 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14270 kill_wait_spawned_process instead of explicit "kill -9".
14271 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14272 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14273 kill_wait_spawned_process.
14274 * gdb.base/attach-twice.exp: Likewise.
14275 * gdb.base/attach.exp: Likewise.
14276 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14277 gdb_test_multiple.
14278 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14279 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14280 kill_wait_spawned_process.
14281 * gdb.base/valgrind-infcall.exp: Likewise.
14282 * gdb.multi/multi-attach.exp: Likewise.
14283 * gdb.python/py-prompt.exp: Likewise.
14284 * gdb.python/py-sync-interp.exp: Likewise.
14285 * gdb.server/ext-attach.exp: Likewise.
14286 * gdb.threads/attach-into-signal.exp (corefunc): Use
14287 spawn_wait_for_attach, spawn_id_get_pid and
14288 kill_wait_spawned_process.
14289 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14290 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14291 spawn_id_get_pid and kill_wait_spawned_process.
14292 * gdb.threads/attach-stopped.exp (corefunc): Use
14293 spawn_wait_for_attach, spawn_id_get_pid and
14294 kill_wait_spawned_process.
14295 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14296 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14297 kill_wait_spawned_process instead of explicit "kill -9".
14298 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14299 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14300 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14301 processes. Don't map cygwin/windows pids here. Now returns a
14302 spawn id list.
14303
14304 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14305
14306 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14307 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14308 correct patch.
14309
14310 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14311
14312 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14313
14314 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14315
14316 Reapply:
14317 2014-05-21 Mark Wielaard <mjw@redhat.com>
14318
14319 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14320
14321 2015-07-30 Pedro Alves <palves@redhat.com>
14322
14323 * linux-low.c (handle_extended_wait): Set the child's last
14324 reported status to TARGET_WAITKIND_STOPPED.
14325
14326 2015-07-30 Pedro Alves <palves@redhat.com>
14327
14328 PR threads/18600
14329 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14330 only shows inferior 1.
14331
14332 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14333 Pedro Alves <palves@redhat.com>
14334
14335 PR threads/18600
14336 * gdb.threads/fork-plus-threads.c: New file.
14337 * gdb.threads/fork-plus-threads.exp: New file.
14338
14339 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14340
14341 * gdb.base/batch-preserve-term-settings.exp
14342 (test_terminal_settings_preserved_after_cli_exit): Use
14343 send_quit_command.
14344
14345 2015-07-29 Pedro Alves <palves@redhat.com>
14346 Don Breazeal <donb@codesourcery.com>
14347
14348 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14349 output from both inferior_spawn_id and gdb_spawn_id.
14350
14351 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14352
14353 * gdb.threads/attach-into-signal.exp (corefunc): Use
14354 with_test_prefix on nested loops, uniquefying the test messages.
14355
14356 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14357
14358 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14359 commit.
14360
14361 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14362
14363 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14364 New proc.
14365 (test_terminal_settings_preserved_after_sigterm): New test.
14366
14367 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14368
14369 * gdb.base/batch-preserve-term-settings.exp
14370 (test_terminal_settings_preserved_after_cli_exit): New test.
14371
14372 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14373
14374 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14375 manipulation of saved_gdbflags.
14376 (test_terminal_settings_preserved): Remove global declaration of
14377 the unused variable pagination_prompt. Remove manipulation of
14378 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14379 GDBFLAGS.
14380
14381 2015-07-29 Pedro Alves <palves@redhat.com>
14382
14383 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14384
14385 2015-07-29 Pedro Alves <palves@redhat.com>
14386
14387 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14388 at the top.
14389
14390 2015-07-29 Pedro Alves <palves@redhat.com>
14391
14392 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14393 (main): Call gdb_unbuffer_output.
14394 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14395 (main): Call gdb_unbuffer_output.
14396 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14397 (main): Call gdb_unbuffer_output.
14398 * gdb.base/call-strs.exp: Adjust to step over the
14399 gdb_unbuffer_output call.
14400 * gdb.base/catch-gdb-caused-signals.c: Include
14401 "../lib/unbuffer_output.c".
14402 (main): Call gdb_unbuffer_output.
14403 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14404 (main): Call gdb_unbuffer_output.
14405 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14406 (main): Call gdb_unbuffer_output.
14407 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14408 (main): Call gdb_unbuffer_output.
14409 * gdb.base/shlib-call.exp: Adjust to step over the
14410 gdb_unbuffer_output call.
14411 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14412 (main): Call gdb_unbuffer_output.
14413 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14414 (main): Call gdb_unbuffer_output.
14415 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14416 (main): Rename to ...
14417 (test): ... this.
14418 (main): Reimplement.
14419 * gdb.base/varargs.exp: Run to test instead of to main.
14420 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14421 (main): Call gdb_unbuffer_output.
14422
14423 2015-07-29 Pedro Alves <palves@redhat.com>
14424
14425 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14426 factore out from mi_continue_dprintf. For call-style dprintfs,
14427 expect dprintf output out of $inferior_spawn_id.
14428 (mi_continue_dprintf): Use mi_expect_dprintf.
14429 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14430 (main): Call gdb_unbuffer_output.
14431
14432 2015-07-29 Pedro Alves <palves@redhat.com>
14433
14434 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14435 (default_mi_gdb_start): Set inferior_spawn_id instead of
14436 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14437 gdb_spawn_id.
14438 (mi_gdb_test): Always expect inferior output from both
14439 $inferior_spawn_id and $gdb_spawn_id.
14440
14441 2015-07-29 Pedro Alves <palves@redhat.com>
14442
14443 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14444 send_inferior and $inferior_spawn_id.
14445
14446 2015-07-29 Pedro Alves <palves@redhat.com>
14447
14448 * gdb.gdb/complaints.exp (test_initial_complaints)
14449 (test_serial_complaints, test_short_complaints): Use
14450 gdb_test_stdio.
14451 (test_empty_complaint): Handle $inferior_spawn_id !=
14452 $gdb_spawn_id.
14453
14454 2015-07-29 Pedro Alves <palves@redhat.com>
14455
14456 * gdb.base/varargs.exp: Use gdb_test_stdio.
14457
14458 2015-07-29 Pedro Alves <palves@redhat.com>
14459
14460 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14461
14462 2015-07-29 Pedro Alves <palves@redhat.com>
14463
14464 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14465
14466 2015-07-29 Pedro Alves <palves@redhat.com>
14467
14468 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14469 parameter into two new parameters, "inf_result" and "gdb_result".
14470 Expect inferior output and gdb output from $inferior_spawn_id and
14471 $gdb_spawn_id, respectively. Adjust all callers.
14472
14473 2015-07-29 Pedro Alves <palves@redhat.com>
14474
14475 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14476 of gdb_test_sequence.
14477
14478 2015-07-29 Pedro Alves <palves@redhat.com>
14479
14480 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14481 (saw_spurious_output): Expect inferior output from
14482 $inferior_spawn_id. Use gdb_test_stdio.
14483
14484 2015-07-29 Pedro Alves <palves@redhat.com>
14485
14486 * gdb.base/dprintf.exp: Use standard_testfile. Change
14487 prepare_for_testing call.
14488 (srcfile): Don't set.
14489 (restart): New procedure.
14490 (test_dprintf): New procecure, use to continue over dprintfs.
14491 (test_call, test_agent): New procedures, tests moved here.
14492 Restart gdb and recreate dprintfs. Adjust expected output.
14493
14494 2015-07-29 Pedro Alves <palves@redhat.com>
14495
14496 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14497
14498 2015-07-29 Pedro Alves <palves@redhat.com>
14499
14500 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14501
14502 2015-07-29 Pedro Alves <palves@redhat.com>
14503
14504 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14505 gdb_test_stdio.
14506
14507 2015-07-29 Pedro Alves <palves@redhat.com>
14508
14509 * lib/gdb.exp (gdb_test_stdio): New procedure.
14510
14511 2015-07-29 Pedro Alves <palves@redhat.com>
14512
14513 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14514
14515 2015-07-29 Pedro Alves <palves@redhat.com>
14516
14517 * gdb.base/call-signal-resume.exp: Remove check for
14518 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14519 * gdb.base/unwindonsignal.exp: Likewise.
14520 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14521 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14522
14523 2015-07-29 Pedro Alves <palves@redhat.com>
14524
14525 * gdb.base/siginfo-addr.c (pass): New function.
14526 (handler): Call it iff si_addr is correct.
14527 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14528 Set a breakpoint at "pass" and continue to it.
14529
14530 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14531
14532 * gdb.python/py-objfile.exp: Make some tests have unique names.
14533 * gdb.python/py-pp-registration.exp: Likewise.
14534
14535 2015-07-28 Pedro Alves <palves@redhat.com>
14536
14537 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14538
14539 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14540
14541 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14542
14543 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14544
14545 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14546
14547 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14548
14549 * gdb.base/gdb-sigterm-2.exp: New test.
14550
14551 2015-07-25 Doug Evans <xdje42@gmail.com>
14552
14553 Revert:
14554 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14555 (workers/%.worker, build-perf): New rule.
14556 (GDB_PERFTEST_MODE): New variable.
14557 (check-perf): Use it.
14558 (clean): Clean up gdb.perf parallel build subdirs.
14559 * lib/build-piece.exp: New file.
14560 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14561 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14562 name.
14563 (standard_temp_file): Ditto.
14564 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14565 of $GDB_PARALLEL.
14566
14567 2015-07-24 Doug Evans <dje@google.com>
14568
14569 * gdb.perf/lib/perftest/utils.py: New file.
14570 * gdb.perf/gm-hello.cc: New file.
14571 * gdb.perf/gm-pervasive-typedef.cc: New file.
14572 * gdb.perf/gm-pervasive-typedef.h: New file.
14573 * gdb.perf/gm-std.cc: New file.
14574 * gdb.perf/gm-std.h: New file.
14575 * gdb.perf/gm-use-cerr.cc: New file.
14576 * gdb.perf/gm-utils.h: New file.
14577 * gdb.perf/gmonster-null-lookup.py: New file.
14578 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14579 * gdb.perf/gmonster-print-cerr.py: New file.
14580 * gdb.perf/gmonster-ptype-string.py: New file.
14581 * gdb.perf/gmonster-runto-main.py: New file.
14582 * gdb.perf/gmonster-select-file.py: New file.
14583 * gdb.perf/gmonster1-null-lookup.exp: New file.
14584 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14585 * gdb.perf/gmonster1-print-cerr.exp: New file.
14586 * gdb.perf/gmonster1-ptype-string.exp: New file.
14587 * gdb.perf/gmonster1-runto-main.exp: New file.
14588 * gdb.perf/gmonster1-select-file.exp: New file.
14589 * gdb.perf/gmonster1.cc: New file.
14590 * gdb.perf/gmonster1.exp: New file.
14591 * gdb.perf/gmonster2-null-lookup.exp: New file.
14592 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14593 * gdb.perf/gmonster2-print-cerr.exp: New file.
14594 * gdb.perf/gmonster2-ptype-string.exp: New file.
14595 * gdb.perf/gmonster2-runto-main.exp: New file.
14596 * gdb.perf/gmonster2-select-file.exp: New file.
14597 * gdb.perf/gmonster2.cc: New file.
14598 * gdb.perf/gmonster2.exp: New file.
14599
14600 2015-07-24 Doug Evans <dje@google.com>
14601
14602 * gdb.perf/README: New file.
14603 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14604 * lib/gen-perf-test.exp: New file.
14605
14606 2015-07-24 Doug Evans <dje@google.com>
14607
14608 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14609 (PerfTest::startup): New function.
14610 (PerfTest::run): Return result of calling body.
14611 (PerfTest::assemble): Rewrite.
14612 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14613 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14614 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14615 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14616 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14617
14618 2015-07-24 Doug Evans <dje@google.com>
14619
14620 * lib/gdb.exp (clean_restart): Make executable optional.
14621
14622 2015-07-24 Doug Evans <dje@google.com>
14623
14624 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14625 compiler_info references.
14626 * gdb.cp/temargs.exp: Ditto.
14627 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14628 (get_compiler_info): Early exit if already computed. Set compiler_info
14629 to "unknown" if there was a problem.
14630 (test_compiler_info): Add function comment. Call get_compiler_info.
14631
14632 2015-07-24 Doug Evans <dje@google.com>
14633
14634 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14635 (workers/%.worker, build-perf): New rule.
14636 (GDB_PERFTEST_MODE): New variable.
14637 (check-perf): Use it.
14638 (clean): Clean up gdb.perf parallel build subdirs.
14639 * lib/build-piece.exp: New file.
14640 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14641 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14642 name.
14643 (standard_temp_file): Ditto.
14644 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14645 of $GDB_PARALLEL.
14646
14647 2015-07-24 Doug Evans <dje@google.com>
14648
14649 * lib/future.exp (gdb_default_target_compile): New option
14650 "early_flags".
14651 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14652 --as-needed.
14653
14654 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14655
14656 * gdb.base/catch-syscall.exp: Call gdb_exit before
14657 gdb_skip_xml_test.
14658
14659 2015-07-24 Pedro Alves <palves@redhat.com>
14660
14661 * gdb.python/py-events.exp: Accept output between the stop event
14662 and the prompt.
14663 * gdb.python/py-evsignal.exp: Likewise.
14664 * gdb.python/py-evthreads.exp: Likewise.
14665
14666 2015-07-24 Pedro Alves <palves@redhat.com>
14667
14668 PR gdb/18717
14669 * gdb.threads/non-ldr-exit.c: New file.
14670 * gdb.threads/non-ldr-exit.exp: New file.
14671
14672 2015-07-24 Yao Qi <yao.qi@linaro.org>
14673
14674 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14675 restarting process.
14676
14677 2015-07-24 Yao Qi <yao.qi@linaro.org>
14678
14679 * gdb.server/ext-restart.exp: New file.
14680
14681 2015-07-24 Yao Qi <yao.qi@linaro.org>
14682
14683 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14684 argument options.
14685 * gdb.server/ext-wrapper.exp: New file.
14686
14687 2015-07-23 Doug Evans <dje@google.com>
14688
14689 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14690 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14691
14692 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14693
14694 * gdb.ada/var_arr_typedef.exp: New testcase.
14695 * gdb.ada/var_arr_typedef/pack.adb: New file.
14696 * gdb.ada/var_arr_typedef/pack.ads: New file.
14697 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14698
14699 2015-07-20 Joel Brobecker <brobecker@adacore.com>
14700
14701 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14702
14703 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14704
14705 * gdb.arch/i386-biarch-core.exp: Replace istarget
14706 by "complete set gnutarget". Remove expectation for the "core-file"
14707 command.
14708
14709 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14710
14711 Revert the previous commit:
14712 Tests for validate symbol file using build-id.
14713
14714 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14715
14716 Tests for validate symbol file using build-id.
14717 * gdb.base/solib-mismatch-lib.c: New file.
14718 * gdb.base/solib-mismatch-libmod.c: New file.
14719 * gdb.base/solib-mismatch.c: New file.
14720 * gdb.base/solib-mismatch.exp: New file.
14721
14722 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14723
14724 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14725 nios2-*-linux*.
14726 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14727 * gdb.base/siginfo.exp: Likewise.
14728 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14729
14730 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14731
14732 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14733 Move it to ...
14734 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14735 ... here.
14736 * gdb.trace/range-stepping.exp: Check that the target supports
14737 range stepping.
14738
14739 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14740
14741 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14742
14743 2015-07-14 Pedro Alves <palves@redhat.com>
14744
14745 * gdb.base/killed-outside.exp: New file.
14746 * gdb.base/killed-outside.c: New file.
14747
14748 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14749
14750 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14751 (n at main): New.
14752 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14753
14754 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14755
14756 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14757 infcall tests instead of setting up for KFAIL.
14758
14759 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14760
14761 * gdb.btrace/record_goto-step.exp: New.
14762
14763 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14764
14765 PR compile/18484
14766 * gdb.compile/compile.c (struct struct_type): Add volatile to
14767 selffield's type.
14768 * gdb.compile/compile.exp
14769 (compile code struct_object.selffield = &struct_object): Skip further
14770 struct_object tests if this one xfails.
14771
14772 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
14773
14774 PR exp/18617
14775 * gdb.trace/ax.exp: Add test.
14776
14777 2015-07-07 Yao Qi <yao.qi@linaro.org>
14778
14779 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14780 instead of istarget "aarch64*-*-*".
14781 * gdb.arch/aarch64-fp.exp: Likewise.
14782 * gdb.base/float.exp: Likewise.
14783 * gdb.reverse/aarch64.exp: Likewise.
14784 * lib/gdb.exp (is_aarch64_target): New proc.
14785
14786 2015-07-07 Yao Qi <yao.qi@linaro.org>
14787
14788 * lib/gdb.exp (is_aarch32_target): New proc.
14789 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14790 instead of "istarget "arm*-*-*"".
14791 * gdb.arch/arm-disp-step.exp: Likewise.
14792 * gdb.arch/thumb-bx-pc.exp: Likewise.
14793 * gdb.arch/thumb-prologue.exp: Likewise.
14794 * gdb.arch/thumb-singlestep.exp: Likewise.
14795 * gdb.base/disp-step-syscall.exp: Likewise.
14796 * gdb.base/float.exp: Likewise.
14797
14798 2015-07-07 Yao Qi <yao.qi@linaro.org>
14799
14800 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14801 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14802
14803 2015-07-07 Yao Qi <yao.qi@linaro.org>
14804
14805 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14806 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14807 if it exists.
14808 * gdb.multi/multi-arch.exp: Likewise.
14809
14810 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14811
14812 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14813 print.
14814
14815 2015-07-07 Yao Qi <yao.qi@linaro.org>
14816
14817 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14818
14819 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14820
14821 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14822 '[' and ']' characters.
14823
14824 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14825
14826 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14827
14828 2015-06-29 Pedro Alves <palves@redhat.com>
14829
14830 PR threads/18127
14831 * gdb.threads/hand-call-new-thread.c: New file.
14832 * gdb.threads/hand-call-new-thread.c: New file.
14833
14834 2015-06-26 Keith Seitz <keiths@redhat.com>
14835 Doug Evans <dje@google.com>
14836
14837 PR 16253
14838 * gdb.cp/var-tag-2.cc: New file.
14839 * gdb.cp/var-tag-3.cc: New file.
14840 * gdb.cp/var-tag-4.cc: New file.
14841 * gdb.cp/var-tag.cc: New file.
14842 * gdb.cp/var-tag.exp: New file.
14843
14844 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14845
14846 * gdb.base/history-duplicates.exp: New test.
14847
14848 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14849
14850 * gdb.base/completion.exp: Test the completion of the "focus"
14851 command.
14852
14853 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14854
14855 * gdb.arch/amd64-prologue-skip.S: New file.
14856 * gdb.arch/amd64-prologue-skip.exp: New file.
14857
14858 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14859
14860 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14861 is_address_zero_readable check.
14862
14863 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14864
14865 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14866 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14867
14868 2015-06-24 Yao Qi <yao.qi@linaro.org>
14869
14870 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14871 linux targets.
14872
14873 2015-06-24 Yao Qi <yao.qi@linaro.org>
14874
14875 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14876 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14877 * gdb.base/siginfo-thread.exp: Likewise.
14878
14879 2015-06-22 Yao Qi <yao.qi@linaro.org>
14880
14881 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14882
14883 2015-06-22 Yao Qi <yao.qi@linaro.org>
14884
14885 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14886 aarch64*-*-*.
14887 (skip_hw_watchpoint_tests): Likewise.
14888
14889 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14890
14891 * gdb.base/gdbinit-history.exp: Test the interaction between
14892 setting GDBHISTSIZE and setting the history size via .gdbinit.
14893
14894 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14895
14896 PR gdb/16999
14897 * gdb.base/gdbhistsize-history.exp: New test.
14898
14899 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14900
14901 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14902 with GDBHISTSIZE.
14903 * gdb.base/readline.exp: Likewise.
14904
14905 2015-06-17 Yao Qi <yao.qi@linaro.org>
14906
14907 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14908 line.
14909
14910 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14911
14912 * gdb.base/gdbinit-history.exp: Add test case to check that
14913 an unlimited history file does not get truncated on exit.
14914
14915 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14916
14917 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14918 (VECTOR): New macro. Use it...
14919 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14920 ...for these typedefs.
14921 (int8, char1, int1, double1): New typedefs.
14922 (struct just_int2, struct two_int2): New structures.
14923 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14924 (add_structvecs, add_singlevecs): New functions.
14925 (main): Call add_some_intvecs twice.
14926 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14927 the compile and exit upon failure. Try compiling for the "native"
14928 architecture. Test inferior function calls with vector arguments
14929 and vector return value handling with "finish" and "return".
14930
14931 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14932
14933 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14934 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14935 PE file.
14936 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14937
14938 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14939
14940 PR breakpoints/16465
14941 * gdb.mi/mi-dprintf-pending.c: New file.
14942 * gdb.mi/mi-dprintf-pending.exp: New test.
14943 * gdb.mi/mi-dprintf-pendshr.c: New file.
14944
14945 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14946 Mircea Gherzan <mircea.gherzan@intel.com>
14947
14948 * gdb.arch/i386-mpx-map.c: New file.
14949 * gdb.arch/i386-mpx-map.exp: New File.
14950
14951 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14952
14953 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14954 * gdb.arch/i386-mpx.exp: Indentation fixed.
14955
14956 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14957
14958 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14959 function and improved indentation.
14960 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14961 gdb_test_multiple. Added additional tests to skip the test.
14962
14963 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14964
14965 * gdb.arch/i386-avx512.c: Change path in include file.
14966 * gdb.arch/i386-avx512.exp: Change include dir path
14967 compilation flag.
14968 * gdb.arch/i386-mpx.c: Change path in include file.
14969 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14970 flag.
14971
14972 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14973
14974 * gdb.compile/compile-print.exp (compile print *vararray@3)
14975 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14976
14977 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14978
14979 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
14980 (do not keep jit in memory): ... this.
14981 (expect 5): Change it to ...
14982 (expect no 5): ... this.
14983
14984 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
14985
14986 PR gdb/15564
14987 * gdb.mi/mi-detach.exp: New file.
14988
14989 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14990
14991 PR symtab/18392
14992 * gdb.arch/amd64-tailcall-self.S: New file.
14993 * gdb.arch/amd64-tailcall-self.c: New file.
14994 * gdb.arch/amd64-tailcall-self.exp: New file.
14995
14996 2015-05-28 Don Breazeal <donb@codesourcery.com>
14997
14998 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
14999 tests for remote targets by checking is_target_gdbserver.
15000
15001 2015-05-27 Doug Evans <dje@google.com>
15002
15003 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15004 * gdb.dwarf2/opaque-type-lookup.c: New file.
15005 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15006
15007 2015-05-26 Doug Evans <dje@google.com>
15008
15009 * gdb.cp/iostream.cc: New file.
15010 * gdb.cp/iostream.exp: New file.
15011
15012 2015-05-26 Doug Evans <dje@google.com>
15013
15014 * gdb.dwarf2/dw2-op-call.exp: Update.
15015 * gdb.dwarf2/dw4-sig-types.exp: Update.
15016 * gdb.dwarf2/implptr.exp: Update.
15017 * gdb.mi/mi-cmd-param-changed.exp: Update.
15018
15019 2015-05-26 Doug Evans <dje@google.com>
15020
15021 * gdb.python/py-lazy-string.c: New file.
15022 * gdb.python/py-lazy-string.exp: New file.
15023 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15024 (main): Update. Add estring3.
15025 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15026 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15027
15028 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15029 Yao Qi <yao.qi@linaro.org>
15030
15031 * gdb.reverse/aarch64.c: New.
15032 * gdb.reverse/aarch64.exp: New.
15033
15034 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15035
15036 * lib/gdb.exp (supports_process_record): Return true for
15037 aarch64*-linux*.
15038 (supports_reverse): Likewise.
15039
15040 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15041
15042 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15043 Use with_test_prefix.
15044
15045 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15046
15047 * gdb.base/completion.exp: Add test for completion of layout
15048 names.
15049
15050 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15051
15052 * lib/gdb.exp (skip_tui_tests): New proc.
15053 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15054
15055 2015-05-19 Pedro Alves <palves@redhat.com>
15056
15057 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15058 Save the whole env array instead of just HOME. Unset HISTSIZE in
15059 the environment while testing. Restore whole environment
15060 afterwards.
15061
15062 2015-05-16 Doug Evans <xdje42@gmail.com>
15063
15064 * gdb.guile/scm-ports.c: New file.
15065 * gdb.guile/scm-ports.exp: Add memory port tests.
15066
15067 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15068
15069 * gdb.compile/compile-print.c: New file.
15070 * gdb.compile/compile-print.exp: New file.
15071
15072 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15073
15074 * gdb.compile/compile-ops.exp: Cast param to void.
15075 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15076 (compile code struct_object.selffield = &struct_object): Add xfail.
15077
15078 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15079
15080 * gdb.ada/arr_enum_with_gap: New testcase.
15081
15082 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15083
15084 * gdb.ada/byte_packed_arr: New testcase.
15085
15086 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15087
15088 * gdb.ada/pckd_neg: New testcase.
15089
15090 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15091
15092 PR gdb/17820
15093 * gdb.base/gdbinit-history.exp: New test.
15094 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15095 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15096
15097 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15098
15099 * gdb.python/py-xmethods.cc: Enhance test case.
15100 * gdb.python/py-xmethods.exp: New tests.
15101 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15102 function.
15103 (B_indexoper): Likewise.
15104 (global_dm_list) : Add new xmethod worker functions.
15105
15106 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15107
15108 * gdb.base/coredump-filter.exp: Correctly unset
15109 "coredump_var_addr" array.
15110
15111 2015-05-08 Pedro Alves <palves@redhat.com>
15112
15113 * gdb.server/non-existing-program.exp: Unset spawn_id.
15114
15115 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15116
15117 PR python/18291
15118 * gdb.python/py-xmethods.exp: Add tests.
15119
15120 2015-05-08 Yao Qi <yao.qi@linaro.org>
15121
15122 PR gdb/18208
15123 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15124 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15125 function set_coredump_filter, and remove remote_exec call.
15126 Remove argument ipid. Callers update.
15127 (top level): Don't get inferior's PID.
15128
15129 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15130
15131 * gdb.base/watch_thread_num.exp: Skip test on targets without
15132 access watchpoints.
15133
15134 2015-05-06 Pedro Alves <palves@redhat.com>
15135
15136 PR server/18081
15137 * gdb.server/non-existing-program.exp: New file.
15138
15139 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15140
15141 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15142
15143 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15144
15145 * gdb.ada/out_of_line_in_inlined: New testcase.
15146
15147 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15148
15149 * gdb.ada/var_rec_arr: New testcase.
15150
15151 2015-04-30 Yao Qi <yao.qi@linaro.org>
15152
15153 * gdb.base/break-idempotent.exp: If
15154 skip_hw_watchpoint_multi_tests returns true, skip the tests
15155 on "rwatch" and "awatch".
15156
15157 2015-04-30 Yao Qi <yao.qi@linaro.org>
15158
15159 * gdb.base/relativedebug.exp: Invoke gdb command
15160 "info sharedlibrary", and if libc.so doesn't have debug info,
15161 skip the test.
15162
15163 2015-04-29 Doug Evans <dje@google.com>
15164
15165 * gdb.python/py-xmethods.exp: Add ptype tests.
15166 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15167 get_result_type method.
15168
15169 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15170
15171 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15172 the target does not support hardware watchpoints.
15173
15174 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15175
15176 * gdb.base/break-always.exp: Abort testing if writing to memory
15177 causes an error.
15178
15179 2015-04-28 Doug Evans <dje@google.com>
15180
15181 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15182 * gdb.python/py-pp-registration.exp: ... here. New file.
15183 * gdb.python/py-pp-registration.c: New file.
15184 * gdb.python/py-pp-registration.py: New file.
15185
15186 2015-04-28 Doug Evans <dje@google.com>
15187
15188 * gdb.python/py-bad-printers.c: New file.
15189 * gdb.python/py-bad-printers.py: New file.
15190 * gdb.python/py-bad-printers.exp: New file.
15191
15192 2015-04-28 Sasha Smundak <asmundak@google.com>
15193
15194 * gdb.python/py-type.exp: New test.
15195
15196 2015-04-28 Andy Wingo <wingo@igalia.com>
15197
15198 * gdb.python/py-parameter.exp:
15199 * gdb.guile/scm-parameter.exp: Escape the path that we are
15200 matching against, as it might contain characters that are special
15201 to regular expressions.
15202
15203 2015-04-27 Joel Brobecker <brobecker@adacore.com>
15204
15205 * gdb.ada/rec_comp: New testcase.
15206
15207 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15208
15209 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15210 before using it.
15211
15212 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15213
15214 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15215 new tests for verilog output.
15216
15217 2015-04-24 Yao Qi <yao.qi@linaro.org>
15218
15219 * boards/remote-gdbserver-on-localhost.exp: New file.
15220
15221 2015-04-23 Pedro Alves <palves@redhat.com>
15222
15223 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15224 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15225 "end of file", remove $inferior_spawn_id from the indirect list.
15226
15227 2015-04-23 Pedro Alves <palves@redhat.com>
15228
15229 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15230
15231 2015-04-23 Pedro Alves <palves@redhat.com>
15232
15233 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15234 on $any_spawn_id instead of only on $gdb_spawn_id.
15235
15236 2015-04-21 Pierre Muller <muller@sourceware.org>
15237
15238 PR pascal/17815
15239 * lib/pascal.exp (gpc_compile): Add new option "class".
15240 (fpc_compile): Likewise.
15241 * gdb.pascal/case-insensitive-symbols.pas: New file.
15242 * gdb.pascal/case-insensitive-symbols.exp: New file.
15243
15244 2015-04-20 Gary Benson <gbenson@redhat.com>
15245
15246 * gdb.base/attach.exp: Fix three extended remote failures.
15247
15248 2015-04-17 Gary Benson <gbenson@redhat.com>
15249
15250 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15251 the main executable over the remote protocol.
15252
15253 2015-04-16 Pedro Alves <palves@redhat.com>
15254
15255 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15256 a new gdbserver if gdbserver_reconnect_p is set.
15257
15258 2015-04-16 Pedro Alves <palves@redhat.com>
15259
15260 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15261 is set, don't exit gdbserver.
15262
15263 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15264
15265 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15266 appropriate .insn, such that an older assembler can be used.
15267 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15268 the z/Architecture instruction set on 31-bit targets as well.
15269
15270 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15271
15272 * gdb.go/handcall.exp: Remove all logic related to the first
15273 breakpoint and rely on go_runto_main instead.
15274 * gdb.go/strings.exp: Likewise.
15275 * gdb.go/unsafe.exp: Likewise.
15276 * gdb.go/hello.exp: Likewise. Also rename the remaining
15277 breakpoint marker to "breakpoint 1".
15278 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15279 * gdb.go/strings.go: Likewise.
15280 * gdb.go/unsafe.go: Likewise.
15281 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15282 "set breakpoint 2 here" and rename the remaining breakpoint marker
15283 to "breakpoint 1".
15284
15285 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15286
15287 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15288 if itertools.imap is not present.
15289 * gdb.python/py-objfile.exp: Add parentheses.
15290 * gdb.python/py-type.exp: Same.
15291 * gdb.python/py-unwind-maint.py: Same.
15292
15293 2015-04-15 Yao Qi <yao.qi@linaro.org>
15294
15295 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15296 of ":$ptr_size" and set its form explicitly.
15297
15298 2015-04-15 Pedro Alves <palves@redhat.com>
15299 Yao Qi <yao.qi@linaro.org>
15300
15301 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15302 timeout by factor of 4.
15303 (test_regular_watch): Likewise.
15304 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15305 * gdb.reverse/sigall-reverse.exp: Likewise.
15306 * gdb.reverse/until-precsave.exp: Likewise.
15307 * lib/gdb.exp (with_timeout_factor): New proc.
15308 (gdb_expect): Move some code to ...
15309 (get_largest_timeout): ... here. New procedure.
15310
15311 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
15312
15313 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15314
15315 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15316
15317 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15318 to write to the .text section.
15319
15320 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15321
15322 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15323 Handle the case of targets that do not provide PID information.
15324
15325 2015-04-13 Yao Qi <yao.qi@linaro.org>
15326
15327 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15328 and use expect instead of gdb_expect.
15329
15330 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15331
15332 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15333 "coredump_var_addr" to avoid naming conflict with other testcases.
15334
15335 2015-04-10 Pedro Alves <palves@redhat.com>
15336
15337 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15338 gdb_test_sequence and gdb_assert.
15339
15340 2015-04-10 Pedro Alves <palves@redhat.com>
15341
15342 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15343 test messages that don't include the breakpoint address.
15344
15345 2015-04-10 Yao Qi <yao.qi@linaro.org>
15346
15347 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15348 false for some offset and width combinations which aren't
15349 supported by linux kernel.
15350
15351 2015-04-10 Pedro Alves <palves@redhat.com>
15352
15353 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15354 procedure, factored out from ...
15355 (top level): ... here. Add "set displaced-stepping" testing axis.
15356 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15357 parameter "displaced". Use it.
15358 (top level): Use foreach and add "set displaced-stepping" testing
15359 axis.
15360
15361 2015-04-10 Pedro Alves <palves@redhat.com>
15362
15363 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15364 Remove comment.
15365 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15366 both the address of the instruction that triggers the watchpoint
15367 and the address of the instruction immediately after, and use
15368 those addresses for the test. Fix comment.
15369
15370 2015-04-10 Pedro Alves <palves@redhat.com>
15371
15372 * gdb.base/sigstep.exp (breakpoint_to_handler)
15373 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15374 Test "backtrace" in handler.
15375 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15376 (top level): Add new "displaced" test axis to
15377 breakpoint_to_handler, breakpoint_to_handler_entry and
15378 breakpoint_over_handler.
15379
15380 2015-04-10 Pedro Alves <palves@redhat.com>
15381
15382 PR gdb/18216
15383 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15384
15385 2015-04-10 Yao Qi <yao.qi@linaro.org>
15386
15387 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15388 (test_add_rn_pc): New function.
15389 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15390 (top level): Invoke test_add_rn_pc.
15391
15392 2015-04-10 Pedro Alves <palves@redhat.com>
15393
15394 PR gdb/13858
15395 * gdb.base/step-over-no-symbols.exp: New file.
15396
15397 2015-04-09 Andy Wingo <wingo@igalia.com>
15398
15399 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15400 after the Python tests.
15401
15402 2015-04-08 Keith Seitz <keiths@redhat.com>
15403
15404 PR python/16699
15405 * gdb.python/py-completion.exp: New tests for completion.
15406 * gdb.python/py-completion.py (CompleteLimit1): New class.
15407 (CompleteLimit2): Likewise.
15408 (CompleteLimit3): Likewise.
15409 (CompleteLimit4): Likewise.
15410 (CompleteLimit5): Likewise.
15411 (CompleteLimit6): Likewise.
15412 (CompleteLimit7): Likewise.
15413
15414 2015-04-08 Pedro Alves <palves@redhat.com>
15415
15416 PR gdb/18214
15417 PR gdb/18216
15418 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15419 function.
15420 (main): Install it as SIGUSR1 handler.
15421 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15422 parameter. Always use "setup" as prefix. Toggle "set
15423 displaced-stepping" off/on depending on global. Don't switch to
15424 thread 1 here.
15425 (top level): Add displaced stepping "off/on" test axis. Update
15426 "setup" calls. Wrap each subtest with with_test_prefix. Test
15427 continuing with a queued signal in each thread.
15428
15429 2015-04-08 Pedro Alves <palves@redhat.com>
15430
15431 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15432 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15433 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15434 Return early if running to main fails.
15435 * gdb.trace/while-stepping.exp: Likewise.
15436
15437 2015-04-07 Pedro Alves <palves@redhat.com>
15438
15439 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15440 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15441 interact with inferior program.
15442
15443 2015-04-07 Pedro Alves <palves@redhat.com>
15444
15445 * lib/gdb.exp (inferior_spawn_id): New global.
15446 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15447 spawn id after processing the user code.
15448 (default_gdb_start): Set inferior_spawn_id.
15449 (send_inferior): New procedure.
15450 * lib/gdbserver-support.exp (gdbserver_start): Set
15451 inferior_spawn_id.
15452 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15453
15454 2015-04-07 Pedro Alves <palves@redhat.com>
15455
15456 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15457 * lib/gdbserver-support.exp (gdbserver_start): Make
15458 $server_spawn_id global.
15459 (gdbserver_start): Don't wait for gdbserver's spawn id with
15460 expect_background.
15461 (close_gdbserver): New procedure.
15462 (gdb_exit): Rename the default version and reimplement.
15463
15464 2015-04-07 Pedro Alves <palves@redhat.com>
15465
15466 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
15467 append the substituted item, not the original item.
15468
15469 2015-04-07 Pedro Alves <palves@redhat.com>
15470
15471 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15472 gdb_expect.
15473
15474 2015-04-07 Pedro Alves <palves@redhat.com>
15475
15476 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15477 output appearing once only.
15478
15479 2015-04-07 Pedro Alves <palves@redhat.com>
15480
15481 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15482 that doesn't expect anything. Return early if running to main
15483 fails.
15484
15485 2015-04-07 Yao Qi <yao.qi@linaro.org>
15486
15487 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15488 (child_function): Call alarm.
15489 (main): Move call to alarm into the loop.
15490 * gdb.threads/non-stop-fair-events.exp: Build program with
15491 -DTIMEOUT=$timeout.
15492
15493 2015-04-06 Doug Evans <xdje42@gmail.com>
15494
15495 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15496 Fix dest parameter to board_info.
15497 (fpc_compile): Ditto.
15498 (gdb_compile_pascal): Rename dest arg to destfile.
15499
15500 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15501
15502 * gdb.ada/funcall_ref.exp: New file.
15503 * gdb.ada/funcall_ref/foo.adb: New file.
15504
15505 2015-04-02 Yao Qi <yao.qi@linaro.org>
15506
15507 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15508 is remote.
15509
15510 2015-04-02 Gary Benson <gbenson@redhat.com>
15511
15512 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15513
15514 2015-04-01 Sasha Smundak <asmundak@google.com>
15515
15516 * gdb.python/py-unwind-maint.c: New file.
15517 * gdb.python/py-unwind-maint.exp: New test.
15518 * gdb.python/py-unwind-maint.py: New file.
15519 * gdb.python/py-unwind.c: New file.
15520 * gdb.python/py-unwind.exp: New test.
15521 * gdb.python/py-unwind.py: New test.
15522
15523 2015-04-01 Pedro Alves <palves@redhat.com>
15524
15525 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15526 to fail instead of non-existent $test.
15527
15528 2015-04-01 Pedro Alves <palves@redhat.com>
15529
15530 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15531 GDBFLAGS if not empty.
15532
15533 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15534
15535 * gdb.ada/complete.exp: Remove "multi_line".
15536 * gdb.ada/info_exc.exp: Remove "multi_line".
15537 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15538 * gdb.ada/ptype_field.exp: Remove "multi_line".
15539 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15540 * gdb.ada/tagged.exp: Remove "multi_line".
15541 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15542 [multi_line ...]
15543 * gdb.btrace/delta.exp: Likewise.
15544 * gdb.btrace/exception.exp: Likewise.
15545 * gdb.btrace/function_call_history.exp: Likewise.
15546 * gdb.btrace/instruction_history.exp: Likewise.
15547 * gdb.btrace/nohist.exp: Likewise.
15548 * gdb.btrace/record_goto.exp: Likewise.
15549 * gdb.btrace/segv.exp: Likewise.
15550 * gdb.btrace/stepi.exp: Likewise.
15551 * gdb.btrace/tailcall.exp: Likewise.
15552 * gdb.btrace/unknown_functions.exp: Likewise.
15553 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15554 * lib/gdb.exp: Add the "multi_line" helper.
15555
15556 2015-04-01 Pedro Alves <palves@redhat.com>
15557
15558 * gdb.threads/tid-reuse.c: New file.
15559 * gdb.threads/tid-reuse.exp: New file.
15560
15561 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15562
15563 PR corefiles/16092
15564 * gdb.base/coredump-filter.c: New file.
15565 * gdb.base/coredump-filter.exp: Likewise.
15566
15567 2015-03-27 Petr Machata <pmachata@redhat.com>
15568
15569 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15570 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15571 (Dwarf::assemble): Initialize them.
15572 (Dwarf::lines): New function.
15573
15574 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15575
15576 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15577 SYMBOL_PREFIX for x86_64-*-cygwin.
15578
15579 2015-03-26 Andy Wingo <wingo@igalia.com>
15580
15581 PR symtab/18148
15582 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15583 const_value but not a location.
15584 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15585 location defined in non-main CUs are visible.
15586
15587 2015-03-26 Yao Qi <yao.qi@linaro.org>
15588
15589 PR testsuite/18139
15590 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15591 Add a line number entry for the same line.
15592 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15593 Add a line number entry for the same line.
15594
15595 2015-03-26 Yao Qi <yao.qi@linaro.org>
15596
15597 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15598 .int 0.
15599 (func): Likewise. Add .Lfunc_1 label.
15600 Use .Lfunc_1 label.
15601 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15602 .int 0.
15603 (func): Likewise.
15604 Use .Lfunc_1 label.
15605
15606 2015-03-26 Yao Qi <yao.qi@linaro.org>
15607
15608 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15609 Call gdb_compile instead to compile each .s files without debug
15610 information.
15611
15612 2015-03-26 Yao Qi <yao.qi@linaro.org>
15613
15614 * gdb.base/savedregs.exp (process_saved_regs): Make
15615 "Saved registers:" optional in the pattern.
15616
15617 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15618
15619 * gdb.btrace/next.exp: Merged into step.exp.
15620 * gdb.btrace/finish.exp: Merged into step.exp.
15621 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15622 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15623 "record goto" and checking the exact replay position.
15624 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15625 check for "Recording format" in "info record" output.
15626 * gdb.btrace/record_goto.exp: Choose test file based on target.
15627 * gdb.btrace/x86-record_goto.S: Renamed into ...
15628 * gdb.btrace/x86_64-record_goto.S: ... this.
15629 * gdb.btrace/i686-record_goto.S: New.
15630 * gdb.btrace/x86-tailcall.S: Renamed into ...
15631 * gdb.btrace/x86_64-tailcall.S: ... this.
15632 * gdb.btrace/i686-tailcall.S: New.
15633 * gdb.btrace/x86-tailcall.c: Renamed into ...
15634 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15635 separate statements. Update test.
15636 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15637 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15638 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15639 * gdb.btrace/tailcall.exp: Choose test file based on target.
15640 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15641
15642 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15643
15644 * gdb.btrace/exception.exp: Increase BTS buffer size.
15645
15646 2015-03-24 Pedro Alves <palves@redhat.com>
15647
15648 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15649
15650 2015-03-24 Pedro Alves <palves@redhat.com>
15651
15652 * gdb.threads/schedlock.exp (test_step): No longer expect that
15653 "set scheduler-locking step" with "next" over a function call runs
15654 threads unlocked.
15655
15656 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15657
15658 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15659
15660 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15661
15662 PR breakpoints/16466
15663 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15664 * gdb.mi/mi-pending.c (thread_func): New function.
15665 (int main): Add threading support required.
15666 * gdb.mi/mi-pending.exp: Add tests for this issue.
15667 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15668 (pendfunc2): Remove stdio dependency.
15669 * gdb.mi/mi-pendshr2.c: New file.
15670
15671 2015-03-23 Keith Seitz <keiths@redhat.com>
15672
15673 * gdb.linespec/keywords.c: New file.
15674 * gdb.linespec/keywords.exp: New file.
15675
15676 2015-03-23 Keith Seitz <keiths@redhat.com>
15677
15678 PR gdb/18021
15679 * gdb.dwarf2/staticvirtual.exp: New test.
15680
15681 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15682
15683 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15684 * README: Remove HP-UX and gdb.hp.
15685 (configuration):
15686 * configure: Regenerate.
15687 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15688 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15689 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15690 gdb.hp/gdb.defects/Makefile.
15691 * gdb.hp/Makefile.in: File deleted.
15692 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15693 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15694 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15695 * gdb.hp/gdb.aCC/run.c: File deleted.
15696 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15697 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15698 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15699 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15700 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15701 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15702 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15703 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15704 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15705 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15706 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15707 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15708 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15709 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15710 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15711 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15712 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15713 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15714 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15715 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15716 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15717 * gdb.hp/gdb.compat/average.c: File deleted.
15718 * gdb.hp/gdb.compat/sum.c: File deleted.
15719 * gdb.hp/gdb.compat/xdb.c: File deleted.
15720 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15721 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15722 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15723 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15724 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15725 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15726 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15727 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15728 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15729 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15730 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15731 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15732 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15733 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15734 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15735 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15736 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15737 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15738 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15739 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15740 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15741 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15742 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15743 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15744 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15745 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15746 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15747 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15748 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15749 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15750 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15751 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15752 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15753 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15754 * gdb.hp/tools/odump: File deleted.
15755
15756 2015-03-19 Pedro Alves <palves@redhat.com>
15757
15758 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15759 (saw_thread_3): New globals.
15760 (top level): Increment them when an event for the corresponding
15761 thread is seen.
15762 (no thread starvation): New test.
15763
15764 2015-03-19 Pedro Alves <palves@redhat.com>
15765
15766 * gdb.threads/continue-pending-status.c: New file.
15767 * gdb.threads/continue-pending-status.exp: New file.
15768
15769 2015-03-18 Pedro Alves <palves@redhat.com>
15770
15771 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15772 Use gdb_is_target_remote instead of is_remote. Use
15773 gdb_test_multiple instead of gdb_expect. Exit early if
15774 gdb_test_multiple hits its internal matches. Tighten stepi tests
15775 expected output. Fail on exit with any signal, instead of just
15776 SIGILL.
15777
15778 2015-03-18 Yao Qi <yao.qi@linaro.org>
15779
15780 PR tdep/18107
15781 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15782 variable.
15783 * gdb.base/catch-syscall.exp: Don't skip it on
15784 aarch64*-*-linux* target. Remove elements in all_syscalls.
15785 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15786 target.
15787 (setup_all_syscalls): New proc.
15788
15789 2015-03-16 Yao Qi <yao.qi@linaro.org>
15790
15791 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15792 (top level): Skip tests if valid_addr_p returns false for
15793 $cmd1 or $cmd2.
15794
15795 2015-03-11 Andy Wingo <wingo@igalia.com>
15796
15797 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15798
15799 2015-03-11 Yao Qi <yao.qi@linaro.org>
15800
15801 * gdb.base/catch-syscall.exp: Fix typo in comments.
15802
15803 2015-03-11 Yao Qi <yao.qi@linaro.org>
15804
15805 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15806
15807 2015-03-09 Pedro Alves <palves@redhat.com>
15808
15809 * dg-extract-results.py: Delete.
15810
15811 2015-03-09 Pedro Alves <palves@redhat.com>
15812
15813 Merge dg-extract-results.sh from GCC upstream (r218843).
15814
15815 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15816 * dg-extract-results.sh: Use --text with grep to avoid issues with
15817 binary files. Fall back to cat -v, if that doesn't work.
15818
15819 2015-03-05 Pedro Alves <palves@redhat.com>
15820
15821 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15822
15823 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15824
15825 * lib/mi-support.exp (mi_expect_interrupt): Accept
15826 alternative event for when in all-stop mode.
15827
15828 2015-03-04 Pedro Alves <palves@redhat.com>
15829
15830 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15831
15832 2015-03-04 Mark Kettenis <kettenis@gnu.org>
15833
15834 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15835
15836 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15837
15838 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15839 regexps for GDB's current line display, accept a hex address
15840 preceding the line number.
15841
15842 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15843
15844 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15845 the 'arch1' variable for "s390*-linux*" targets.
15846
15847 2015-03-04 Pedro Alves <palves@redhat.com>
15848
15849 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15850 (main): Pass missing retval argument to pthread_join call.
15851
15852 2015-03-02 Pedro Alves <palves@redhat.com>
15853
15854 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15855 (top level): Call do_test with non-stop as well.
15856
15857 2015-03-02 Pedro Alves <palves@redhat.com>
15858
15859 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15860 -1.
15861
15862 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15863
15864 * gdb.arch/s390-vregs.exp: New test.
15865 * gdb.arch/s390-vregs.S: New file.
15866
15867 2015-02-27 Pedro Alves <palves@redhat.com>
15868
15869 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15870 call to catch_command_errors.
15871 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15872 catch_command_errors.
15873
15874 2015-02-27 Pedro Alves <palves@redhat.com>
15875
15876 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15877 "true" for boolean result.
15878 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15879 prototype of main.
15880
15881 2015-02-27 Pedro Alves <palves@redhat.com>
15882
15883 * lib/unbuffer_output.c: New file.
15884 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15885 (main): Call gdb_unbuffer_output.
15886
15887 2015-02-27 Yao Qi <yao.qi@linaro.org>
15888
15889 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15890 target.
15891
15892 2015-02-26 Doug Evans <dje@google.com>
15893
15894 * gdb.cp/class2.cc (Dbase, D): New classes.
15895 (main): New local delta.
15896 * gdb.cp/class2.exp: Test printing delta.
15897 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15898 (dynbar): New global.
15899 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15900
15901 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15902
15903 * gdb.compile/compile-ifunc.c: New file.
15904 * gdb.compile/compile-ifunc.exp: New file.
15905
15906 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15907
15908 * gdb.base/structs.exp: Check for correct struct on finish.
15909
15910 2015-02-26 Yao Qi <yao.qi@linaro.org>
15911
15912 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15913 is zero.
15914
15915 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15916
15917 * gdb.arch/cordic.ko.bz2: New file.
15918 * gdb.arch/cordic.ko.debug.bz2: New file.
15919 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15920
15921 2015-02-25 Yao Qi <yao.qi@linaro.org>
15922
15923 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15924 aarch64*-*-* target.
15925
15926 2015-02-23 Pedro Alves <palves@redhat.com>
15927
15928 * lib/gdb.exp (delete_breakpoints): Rewrite using
15929 gdb_test_multiple.
15930
15931 2015-02-23 Pedro Alves <palves@redhat.com>
15932
15933 * gdb.base/info-os.c: Include stdlib.h.
15934
15935 2015-02-22 Doug Evans <xdje42@gmail.com>
15936
15937 PR symtab/17855
15938 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15939 is read after symbols have been re-read.
15940 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15941 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15942
15943 2015-02-21 Doug Evans <dje@google.com>
15944
15945 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15946
15947 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15948
15949 PR corefiles/17808
15950 * gdb.arch/i386-biarch-core.core.bz2: New file.
15951 * gdb.arch/i386-biarch-core.exp: New file.
15952
15953 2015-02-21 Pedro Alves <palves@redhat.com>
15954
15955 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15956 runto_main fails.
15957
15958 2015-02-20 Pedro Alves <palves@redhat.com>
15959
15960 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15961 info probes.
15962
15963 2015-02-20 Pedro Alves <palves@redhat.com>
15964
15965 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15966
15967 2015-02-20 Pedro Alves <palves@redhat.com>
15968
15969 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15970 clean_restart before gdb_target_supports_trace.
15971
15972 2015-02-20 Pedro Alves <palves@redhat.com>
15973
15974 PR threads/18006
15975 * gdb.threads/clone-thread_db.c: New file.
15976 * gdb.threads/clone-thread_db.exp: New file.
15977
15978 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
15979
15980 PR breakpoints/16812
15981 * gdb.base/catch-gdb-caused-signals.c: New file.
15982 * gdb.base/catch-gdb-caused-signals.exp: New file.
15983
15984 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
15985
15986 * configure: Regenerated.
15987 * configure.ac: Use GDB_AC_TRANSFORM.
15988 * aclocal.m4: sinclude ../transform.m4.
15989
15990 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15991
15992 * lib/dtrace.exp: New file.
15993 * gdb.base/dtrace-probe.exp: Likewise.
15994 * gdb.base/dtrace-probe.d: Likewise.
15995 * gdb.base/dtrace-probe.c: Likewise.
15996 * lib/pdtrace.in: Likewise.
15997 * configure.ac: Output variables with the transformed names of
15998 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
15999 * configure: Regenerated.
16000
16001 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16002
16003 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16004 expected message when trying to access $_probe_* convenience
16005 variables while not on a probe.
16006
16007 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16008
16009 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16010
16011 2015-02-11 Pedro Alves <pedro@codesourcery.com>
16012
16013 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16014 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16015
16016 2015-02-10 Doug Evans <xdje42@gmail.com>
16017
16018 * lib/gdb.exp (gdb_load): Always return a result.
16019
16020 2015-02-10 Pedro Alves <palves@redhat.com>
16021
16022 * gdb.threads/signal-sigtrap.c: New file.
16023 * gdb.threads/signal-sigtrap.exp: New file.
16024
16025 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16026
16027 * gdb.trace/no-attach-trace.c: New file.
16028 * gdb.trace/no-attach-trace.exp: New file.
16029
16030 2015-02-09 Mark Wielaard <mjw@redhat.com>
16031
16032 * gdb.dwarf2/atomic.c: New file.
16033 * gdb.dwarf2/atomic-type.exp: Likewise.
16034
16035 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16036
16037 * gdb.btrace/buffer-size.exp: Update "info record" output.
16038 * gdb.btrace/delta.exp: Update "info record" output.
16039 * gdb.btrace/enable.exp: Update "info record" output.
16040 * gdb.btrace/finish.exp: Update "info record" output.
16041 * gdb.btrace/instruction_history.exp: Update "info record" output.
16042 * gdb.btrace/next.exp: Update "info record" output.
16043 * gdb.btrace/nexti.exp: Update "info record" output.
16044 * gdb.btrace/step.exp: Update "info record" output.
16045 * gdb.btrace/stepi.exp: Update "info record" output.
16046 * gdb.btrace/nohist.exp: Update "info record" output.
16047
16048 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16049
16050 * gdb.btrace/buffer-size: New.
16051
16052 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16053
16054 * gdb.btrace/delta.exp: Update "info record" output.
16055 * gdb.btrace/enable.exp: Update "info record" output.
16056 * gdb.btrace/finish.exp: Update "info record" output.
16057 * gdb.btrace/instruction_history.exp: Update "info record" output.
16058 * gdb.btrace/next.exp: Update "info record" output.
16059 * gdb.btrace/nexti.exp: Update "info record" output.
16060 * gdb.btrace/step.exp: Update "info record" output.
16061 * gdb.btrace/stepi.exp: Update "info record" output.
16062 * gdb.btrace/nohist.exp: Update "info record" output.
16063
16064 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16065
16066 PR gdb/15678
16067 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16068
16069 2015-02-06 Pedro Alves <palves@redhat.com>
16070
16071 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16072 macro.
16073 (seconds_left, again): New globals.
16074 (main): Wait seconds_left in a 1-second sleep loop instead of
16075 sleeping 180 seconds. If 'again' is set, reset the seconds
16076 counter.
16077 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16078 'again' in the inferior before detaching. Print the seconds left.
16079 (options): New global.
16080 (top level): Build program with -DTIMEOUT=$timeout.
16081
16082 2015-02-06 Pedro Alves <palves@redhat.com>
16083
16084 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16085 determine how many seconds to pass to 'alarm'.
16086 * gdb.base/gdb-sigterm.exp (top level): Build program with
16087 -DTIMEOUT=$timeout.
16088 (do_test): Return success/failure indication. Add more verbose
16089 logging. Don't fail if 200 single steps are seen. Instead, fail
16090 when the test times out.
16091 (passes): New global.
16092 (top level): Break the testing loop if testing fails on any
16093 iteration. Use gdb_assert.
16094
16095 2015-02-04 Don Breazeal <donb@codesourcery.com>
16096
16097 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16098 and initialize them.
16099 (ipc_cleanup): New function.
16100 (main): Don't declare shmid, semid, and msqid. Add a call to
16101 atexit so that we call ipc_cleanup on exit.
16102
16103 2015-02-04 Pedro Alves <palves@redhat.com>
16104
16105 * boards/native-extended-gdbserver.exp: Remove any target variant
16106 specifications from the board name before clearing the isremote
16107 flag from board_info.
16108
16109 2015-01-31 Doug Evans <xdje42@gmail.com>
16110
16111 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16112
16113 2015-01-31 Gary Benson <gbenson@redhat.com>
16114
16115 * gdb.base/completion.exp: Disable completion limiting for
16116 existing tests. Add new tests to check completion limiting.
16117 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16118
16119 2015-01-31 Doug Evans <xdje42@gmail.com>
16120
16121 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16122
16123 2015-01-31 Doug Evans <xdje42@gmail.com>
16124
16125 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16126 entries. Duplicate file section script entries.
16127 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16128 inlined entries. Add test for safe-path rejection.
16129 * gdb.python/py-section-script.c: Add duplicate inlined section script
16130 entries. Duplicate file section script entries.
16131 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16132 inlined entries. Add test for safe-path rejection.
16133
16134 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16135
16136 * gdb.ada/disc_arr_bound: New testcase.
16137
16138 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16139
16140 * gdb.ada/mi_var_array: New testcase.
16141
16142 2015-01-27 Doug Evans <dje@google.com>
16143
16144 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16145 Add test for objfile.filename, objfile.username after objfile
16146 has been unloaded.
16147
16148 2015-01-26 Joel Brobecker <brobecker@adacore.com>
16149
16150 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16151 the second test to print the name attribute of value
16152 returned by the call to gdb.lookup_type, and adjust
16153 the expected output accordingly.
16154
16155 2015-01-25 Mark Wielaard <mjw@redhat.com>
16156
16157 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16158 * gdb.base/disp-step-fork.c: Include unistd.h.
16159 * gdb.base/siginfo-obj.c: Include stdio.h.
16160 * gdb.base/siginfo-thread.c: Likewise.
16161 * gdb.mi/non-stop.c: Include unistd.h.
16162 * gdb.mi/nsthrexec.c: Include stdio.h.
16163 * gdb.mi/pthreads.c: Include unistd.h.
16164 * gdb.modula2/unbounded1.c (main): Declare returns int.
16165 * gdb.reverse/consecutive-reverse.c: Likewise.
16166 * gdb.threads/create-fail.c: Include unistd.h.
16167 * gdb.threads/killed.c: Likewise.
16168 * gdb.threads/linux-dp.c: Likewise.
16169 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16170 * gdb.threads/non-ldr-exc-2.c: Likewise.
16171 * gdb.threads/non-ldr-exc-3.c: Likewise.
16172 * gdb.threads/non-ldr-exc-4.c: Likewise.
16173 * gdb.threads/pthreads.c: Include unistd.h.
16174 (main): Declare returns int.
16175 * gdb.threads/tls-main.c (foo): New declaration.
16176 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16177
16178 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16179
16180 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16181 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16182
16183 2015-01-15 Mark Wielaard <mjw@redhat.com>
16184
16185 * gdb.base/noreturn-return.c: New file.
16186 * gdb.base/noreturn-return.exp: New file.
16187 * gdb.base/noreturn-finish.c: New file.
16188 * gdb.base/noreturn-finish.exp: New file.
16189
16190 2015-01-23 Pedro Alves <palves@redhat.com>
16191
16192 * gdb.threads/continue-pending-after-query.c: New file.
16193 * gdb.threads/continue-pending-after-query.exp: New file.
16194
16195 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16196 Simon Marchi <simon.marchi@ericsson.com>
16197
16198 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16199 * gdb.base/valgrind-db-attach.exp: Same.
16200 * gdb.base/valgrind-infcall.exp: Same.
16201 * lib/mi-support.exp (default_mi_gdb_start): Same.
16202 * lib/prompt.exp (default_prompt_gdb_start): Same.
16203 * lib/gdb.exp (default_gdb_spawn): Same.
16204 (gdb_interact): New.
16205
16206
16207 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16208
16209 * gdb.compile/compile.exp (pointer to jit function): New test.
16210
16211 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
16212
16213 * lib/gdb.exp (supports_process_record): Return true for
16214 powerpc*-*-linux*.
16215 (supports_reverse): Likewise.
16216
16217 2015-01-15 Don Breazeal <donb@codesourcery.com>
16218
16219 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16220 instead of checking whether the target board is remote and
16221 use spawn_wait_for_attach instead of exec/sleep.
16222 * gdb.base/attach-twice.exp: Likewise.
16223
16224 2015-01-15 Joel Brobecker <brobecker@adacore.com>
16225
16226 * gdb.ada/var_arr_attrs: New testcase.
16227
16228 2015-01-14 Pedro Alves <palves@redhat.com>
16229 Joel Brobecker <brobecker@adacore.com>
16230
16231 PR gdb/17525
16232 * gdb.base/bp-cmds-execution-x-script.c: New file.
16233 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16234 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16235
16236 2015-01-14 Pedro Alves <palves@redhat.com>
16237
16238 PR cli/17828
16239 * gdb.base/batch-preserve-term-settings.c: New file.
16240 * gdb.base/batch-preserve-term-settings.exp: New file.
16241
16242 2015-01-13 Doug Evans <dje@google.com>
16243
16244 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16245 binary.
16246
16247 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16248
16249 * Makefile.in (clean mostlyclean): Do not delete *.py.
16250
16251 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16252
16253 * gdb.python/py-lookup-type.exp: New file.
16254
16255 2015-01-12 Pedro Alves <palves@redhat.com>
16256
16257 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16258 restore GDBFLAGS before returning.
16259
16260 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16261
16262 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16263 is_amd64_regs_target and is_x86_like_target.
16264
16265 2015-01-11 Doug Evans <xdje42@gmail.com>
16266
16267 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16268 is given without an explicit form.
16269 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16270 attributes.
16271 * gdb.dwarf/corrupt.exp: Ditto.
16272 * gdb.dwarf2/enum-type.exp: Ditto.
16273 * gdb.trace/entry-values.exp: Ditto.
16274 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16275
16276 2015-01-11 Doug Evans <xdje42@gmail.com>
16277
16278 PR gdb/15830
16279 * gdb.base/maint.exp: Remove references to "maint demangle".
16280 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16281 Add tests for explicitly specifying language to demangle.
16282 * gdb.dlang/demangle.exp: Ditto.
16283
16284 2015-01-09 Pedro Alves <palves@redhat.com>
16285
16286 * gdb.threads/non-stop-fair-events.c: New file.
16287 * gdb.threads/non-stop-fair-events.exp: New file.
16288
16289 2015-01-09 Pedro Alves <palves@redhat.com>
16290
16291 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16292 the global scope. Set a breakpoint after all threads are started
16293 rather than stepping over two source lines. Expect the prompt.
16294 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16295 global.
16296 (NUM): Now 15.
16297 (main): Use threads_started_barrier to wait for all threads to
16298 start. Main thread no longer calls thread_function. Exit after
16299 180 seconds.
16300 (loop): New function.
16301 (thread_function): Wait on threads_started_barrier barrier. Call
16302 'loop' at each iteration.
16303 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16304 threads have started, instead of hardcoding number of "next"
16305 steps. Use an access watchpoint instead of a write watchpoint.
16306
16307 2015-01-09 Pedro Alves <palves@redhat.com>
16308
16309 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16310 (thread_func): Wait on barrier.
16311 (main): Wait for all threads to start before stopping GDB.
16312 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16313 global.
16314 (thread1_func, thread2_func): Wait on barrier.
16315 (main): Wait for all threads to start before stopping GDB.
16316 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16317 New global.
16318 (thread1_func, thread2_func): Wait on barrier.
16319 (main): Wait for all threads to start before stopping GDB.
16320
16321 2015-01-09 Pedro Alves <palves@redhat.com>
16322
16323 * gdb.threads/attach-many-short-lived-threads.c: New file.
16324 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16325
16326 2014-01-09 Pedro Alves <palves@redhat.com>
16327
16328 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16329 instead of to thread 2.
16330 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16331 Add barrier around each pthread_create call instead of around all
16332 calls.
16333 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16334 Set a break on thread_function and have the child threads hit it
16335 one at at a time.
16336
16337 2015-01-09 Pedro Alves <palves@redhat.com>
16338
16339 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16340 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16341 false.
16342 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16343 checking whether the target board is remote.
16344 * gdb.multi/multi-attach.exp: Likewise.
16345 * gdb.python/py-sync-interp.exp: Likewise.
16346 * gdb.server/ext-attach.exp: Likewise.
16347 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16348 tests that need to attach, instead of checking whether the target
16349 board is remote at the top of the file.
16350
16351 2015-01-08 Yao Qi <yao@codesourcery.com>
16352
16353 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16354
16355 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16356
16357 Fix testcase compilation.
16358 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16359
16360 2015-01-06 Joel Brobecker <brobecker@adacore.com>
16361
16362 * gdb.python/py-type.exp: Add a couple test about empty
16363 array creation, and negative-length array creation.
16364
16365 2015-01-02 Doug Evans <xdje42@gmail.com>
16366
16367 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16368
16369 2015-01-02 Doug Evans <dje@google.com>
16370
16371 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16372
16373 2014-12-29 Yao Qi <yao@codesourcery.com>
16374
16375 * gdb.trace/entry-values.exp: Update comments. Rename variable
16376 bar_call_foo to returned_from_foo.
16377
16378 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16379
16380 PR gdb/17394
16381 * gdb.linespec/break-asm-file.c: New file.
16382 * gdb.linespec/break-asm-file.exp: New file.
16383 * gdb.linespec/break-asm-file0.s: New file.
16384 * gdb.linespec/break-asm-file1.s: New file.
16385
16386 2014-12-18 Nigel Stephens <nigel@mips.com>
16387 Maciej W. Rozycki <macro@codesourcery.com>
16388
16389 * gdb.base/float.exp: Handle the new output from "info float" on
16390 MIPS targets.
16391
16392 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16393
16394 Fix MinGW compilation.
16395 * gdb.compile/compile-ops.exp: Update untested message if
16396 !skip_compile_feature_tests.
16397 * gdb.compile/compile-setjmp.exp: Likewise.
16398 * gdb.compile/compile-tls.exp: Likewise.
16399 * gdb.compile/compile.exp: Likewise.
16400 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16401 supported on this host".
16402
16403 2014-12-16 Doug Evans <xdje42@gmail.com>
16404
16405 * boards/stabs.exp: New file.
16406
16407 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16408
16409 * gdb.base/completion.exp: Adjust to format changes of "maint
16410 print user-registers".
16411
16412 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
16413
16414 PR server/17457
16415 * gdb.arch/aarch64-fp.c: New file.
16416 * gdb.arch/aarch64-fp.exp: New file.
16417
16418 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16419
16420 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16421 r210637, r210913, r211666, r215400, r215817).
16422
16423 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16424 * dg-extract-results.py: New file.
16425 * dg-extract-results.sh: Use it if the environment seems
16426 suitable.
16427
16428 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16429
16430 * dg-extract-results.py (parse_run): Handle warnings that
16431 are printed before a test harness is run.
16432
16433 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16434
16435 * dg-extract-results.py (Named): Remove __cmp__ method.
16436 (output_variation): Use a key to sort variation.harnesses.
16437
16438 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16439
16440 * dg-extract-results.py: For Python 3, force sys.stdout to
16441 handle surrogate escape sequences.
16442 (safe_open): New function.
16443 (output_segment, main): Use it.
16444
16445 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16446
16447 * dg-extract-results.py (Prog.result_re): Include options
16448 in test name.
16449
16450 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16451
16452 * dg-extract-results.py (output_variation): Always sort if
16453 do_sum.
16454
16455 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16456
16457 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16458 as long as we get pagination notifications.
16459
16460 2014-12-15 Jason Merrill <jason@redhat.com>
16461
16462 * Makefile.in (check-gdb.%): Restore.
16463 * README: Mention it.
16464
16465 2014-12-13 Joel Brobecker <brobecker@adacore.com>
16466
16467 * gdb.ada/str_uninit: New testcase.
16468
16469 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16470
16471 PR symtab/17642
16472 * gdb.base/vla-stub-define.c: New file.
16473 * gdb.base/vla-stub.c: New file.
16474 * gdb.base/vla-stub.exp: New file.
16475
16476 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16477 Jan Kratochvil <jan.kratochvil@redhat.com>
16478 Tom Tromey <tromey@redhat.com>
16479
16480 * configure.ac: Add gdb.compile/.
16481 * configure: Regenerate.
16482 * gdb.compile/Makefile.in: New file.
16483 * gdb.compile/compile-ops.exp: New file.
16484 * gdb.compile/compile-ops.c: New file.
16485 * gdb.compile/compile-tls.c: New file.
16486 * gdb.compile/compile-tls.exp: New file.
16487 * gdb.compile/compile-constvar.S: New file.
16488 * gdb.compile/compile-constvar.c: New file.
16489 * gdb.compile/compile-mod.c: New file.
16490 * gdb.compile/compile-nodebug.c: New file.
16491 * gdb.compile/compile-setjmp-mod.c: New file.
16492 * gdb.compile/compile-setjmp.c: New file.
16493 * gdb.compile/compile-setjmp.exp: New file.
16494 * gdb.compile/compile-shlib.c: New file.
16495 * gdb.compile/compile.c: New file.
16496 * gdb.compile/compile.exp: New file.
16497 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16498
16499 2014-12-12 Tom Tromey <tromey@redhat.com>
16500
16501 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16502 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16503
16504 2014-12-12 Doug Evans <dje@google.com>
16505
16506 * lib/gdb-python.exp (get_python_valueof): New function.
16507 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16508
16509 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16510
16511 * gdb.base/completion.exp: Add test for completion of "info
16512 registers ".
16513
16514 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16515
16516 * gdb.base/func-ptrs.c: New file.
16517 * gdb.base/func-ptrs.exp: New file.
16518
16519 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16520
16521 PR breakpoints/17012
16522 * gdb.base/dprintf-detach.c: New file.
16523 * gdb.base/dprintf-detach.exp: New file.
16524
16525 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16526
16527 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16528 * lib/gdb.exp (target_is_gdbserver): New procedure.
16529
16530 2014-12-08 Doug Evans <dje@google.com>
16531
16532 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16533
16534 2014-12-05 Yao Qi <yao@codesourcery.com>
16535
16536 * gdb.guile/scm-error.exp: Remove the third argument to
16537 gdb_remote_download.
16538 * gdb.guile/scm-frame-args.exp: Likewise.
16539 * gdb.guile/scm-section-script.exp: Likewise.
16540
16541 2014-12-05 Yao Qi <yao@codesourcery.com>
16542
16543 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16544
16545 2014-12-04 Doug Evans <dje@google.com>
16546
16547 * gdb.python/py-objfile.exp: Add tests for
16548 objfile.add_separate_debug_file.
16549
16550 2014-12-04 Doug Evans <dje@google.com>
16551
16552 * lib/gdb.exp (get_build_id): New function.
16553 (build_id_debug_filename_get): Rewrite to use it.
16554 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16555
16556 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16557
16558 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16559 `method(long)', not just 0x0.
16560 * gdb.cp/nsalias.exp: Align code labels to 4.
16561 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16562 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16563 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16564 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16565 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16566 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16567
16568 2014-12-02 Doug Evans <dje@google.com>
16569
16570 PR symtab/17602
16571 * gdb.cp/anon-ns.cc: Move guts of this file to ...
16572 * gdb.cp/anon-ns2.cc: ... here. New file.
16573 * gdb.cp/anon-ns.exp: Update.
16574
16575 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
16576
16577 * gdb.python/py-events.py (inferior_call_handler): New.
16578 (register_changed_handler, memory_changed_handler): New.
16579 (test_events.invoke): Register new handlers.
16580 * gdb.python/py-events.exp: Add tests for inferior call,
16581 memory_changed and register_changed events.
16582
16583 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16584
16585 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16586 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16587 if the linker doesn't understand this.
16588
16589 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16590
16591 * gdb.python/python.exp: Change expected reply to help().
16592
16593 2014-12-01 Yao Qi <yao@codesourcery.com>
16594
16595 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16596 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16597 * configure: Re-generated.
16598
16599 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16600
16601 * gdb.cp/chained-calls.cc: New file.
16602 * gdb.cp/chained-calls.exp: New file.
16603 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16604
16605 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16606
16607 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16608 * gdb.dwarf2/symtab-producer.exp: Same.
16609 * gdb.gdb/python-interrupts.exp: Same.
16610 * gdb.gdb/python-selftest.exp: Same.
16611 * gdb.python/py-linetable.exp: Same.
16612 * gdb.python/py-type.exp: Same.
16613 * gdb.python/py-value-cc.exp: Same.
16614 * gdb.python/py-value.exp: Same.
16615
16616 2014-11-28 Yao Qi <yao@codesourcery.com>
16617
16618 * gdb.base/break-probes.exp: Match library name prefixed with
16619 sysroot.
16620
16621 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16622
16623 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16624 test expected output. Add parentheses for the call to print.
16625 Remove L suffix from integers.
16626
16627 2014-11-26 Doug Evans <dje@google.com>
16628
16629 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16630
16631 2014-11-22 Yao Qi <yao@codesourcery.com>
16632
16633 * gdb.trace/entry-values.c: Remove asms.
16634 (foo): Add foo_label.
16635 (bar): Add bar_label.
16636 * gdb.trace/entry-values.exp: Remove code computing foo's
16637 length and bar's length.
16638 (Dwarf::assemble): Invoke function_range for bar and use
16639 MACRO_AT_func for foo.
16640
16641 2014-11-22 Yao Qi <yao@codesourcery.com>
16642
16643 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16644 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16645 Use .Lgcc43_procstart instead of gcc43.
16646
16647 2014-11-21 Joel Brobecker <brobecker@adacore.com>
16648
16649 * gdb.ada/n_arr_bound: New testcase.
16650
16651 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16652
16653 PR breakpoints/10737
16654 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16655 test_catch_syscall_multi_arch.
16656 (test_catch_syscall_multi_arch): New function.
16657
16658 2014-11-20 Doug Evans <xdje42@gmail.com>
16659
16660 * gdb.base/maint.exp: Update expected output.
16661
16662 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16663
16664 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16665 4-byte instruction on S390.
16666
16667 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16668
16669 * gdb.ada/arr_arr: New testcase.
16670
16671 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16672
16673 * gdb.ada/pkd_arr_elem: New Testcase.
16674
16675 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
16676
16677 * gdb.reverse/break-precsave: Expect completion message for
16678 core file reads.
16679 * gdb.reverse/consecutive-precsave.exp: Likewise.
16680 * gdb.reverse/finish-precsave.exp: Likewise.
16681 * gdb.reverse/i386-precsave.exp: Likewise.
16682 * gdb.reverse/machinestate-precsave.exp: Likewise.
16683 * gdb.reverse/sigall-precsave.exp: Likewise.
16684 * gdb.reverse/solib-precsave.exp: Likewise.
16685 * gdb.reverse/step-precsave.exp: Likewise.
16686 * gdb.reverse/until-precsave.exp: Likewise.
16687 * gdb.reverse/watch-precsave.exp: Likewise.
16688
16689 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16690
16691 * gdb.base/bp-permanent.c: Include unistd.h.
16692 * gdb.python/py-framefilter-mi.c (main): Add return type.
16693 * gdb.python/py-framefilter.c (main): Likewise.
16694 * gdb.trace/actions-changed.c (main): Likewise.
16695
16696 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16697
16698 * gdb.mi/until.c: Add eye-catchers.
16699 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16700 line numbers.
16701
16702 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16703
16704 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16705 function header variants in break1.c.
16706 * gdb.base/ena-dis-br.exp: Likewise.
16707 * gdb.base/hbreak2.exp: Likewise.
16708 * gdb.reverse/until-precsave.exp: Drop references to removed
16709 non-prototype function header variants in ur1.c.
16710 * gdb.reverse/until-reverse.exp: Likewise.
16711
16712 2014-11-17 Petr Machata <pmachata@redhat.com>
16713
16714 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16715 ${_cu_offset_size} bytes abbrev offset.
16716
16717 2014-11-15 Doug Evans <xdje42@gmail.com>
16718
16719 PR symtab/17559
16720 * gdb.base/line-symtabs.exp: New file.
16721 * gdb.base/line-symtabs.c: New file.
16722 * gdb.base/line-symtabs.h: New file.
16723
16724 2014-11-14 Yao Qi <yao@codesourcery.com>
16725
16726 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16727 (func): Add label func_label.
16728 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16729 Replace low_pc and high_pc with MACRO_AT_range.
16730 Replace name, low_pc and high_pc with MACRO_AT_func.
16731
16732 2014-11-14 Yao Qi <yao@codesourcery.com>
16733
16734 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16735 Replace name, low_pc and high_pc with MACRO_AT_func.
16736
16737 2014-11-14 Yao Qi <yao@codesourcery.com>
16738
16739 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16740 produce debug information.
16741 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16742
16743 2014-11-14 Yao Qi <yao@codesourcery.com>
16744
16745 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16746 object and get function length.
16747 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16748 with MACRO_AT_func.
16749 (top-level): Replace gdb_compile and clean_restart with
16750 prepare_for_testing.
16751 * gdb.dwarf2/main.c (main): Add label main_label.
16752
16753 2014-11-14 Yao Qi <yao@codesourcery.com>
16754
16755 * lib/dwarf.exp (function_range): New procedure.
16756 (Dwarf::_handle_macro_at_func): New procedure.
16757 (Dwarf::_handle_macro_at_range): New procedure.
16758 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16759
16760 2014-11-14 Yao Qi <yao@codesourcery.com>
16761
16762 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16763 (_handle_attribute): New procedure.
16764
16765 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16766
16767 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16768 * gdb.base/call-sc.c (zed): Likewise.
16769 * gdb.base/checkpoint.c (main): Likewise.
16770 * gdb.base/dump.c (main): Likewise.
16771 * gdb.base/gcore.c (main): Likewise.
16772 * gdb.base/huge.c (main): Likewise.
16773 * gdb.base/multi-forks.c (main): Likewise.
16774 * gdb.base/pr10179-a.c (main): Likewise.
16775 * gdb.base/savedregs.c (main): Likewise.
16776 * gdb.base/sigaltstack.c (main): Likewise.
16777 * gdb.base/siginfo.c (main): Likewise.
16778 * gdb.base/structs.c (zed): Likewise.
16779 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16780 * gdb.mi/mi-syn-frame.c (main): Likewise.
16781 * gdb.mi/until.c (foo, main): Likewise.
16782 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16783 * gdb.base/solib-weak.c (foo): Declare.
16784 * gdb.base/attach-twice.c: Include stdio.h.
16785 * gdb.base/weaklib1.c: Likewise.
16786 * gdb.base/weaklib2.c: Likewise.
16787 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16788 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16789 unistd.h.
16790 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16791 * gdb.mi/mi-exit-code.c: Likewise.
16792 * gdb.base/break-interp-lib.c: Include string.h.
16793 * gdb.base/coremaker.c: Likewise.
16794 * gdb.base/testenv.c: Likewise.
16795 * gdb.python/py-finish-breakpoint.c: Likewise.
16796 * gdb.base/inferior-died.c: Include sys/wait.h.
16797 * gdb.base/fileio.c: Include time.h.
16798 * gdb.base/async-shell.c: Include unistd.h.
16799 * gdb.base/dprintf-non-stop.c: Likewise.
16800 * gdb.base/info-os.c: Likewise.
16801 * gdb.mi/mi-console.c: Likewise.
16802 * gdb.mi/watch-nonstop.c: Likewise.
16803 * gdb.python/py-events.c: Likewise.
16804 * gdb.base/async.c (baz): Move up before its invocation.
16805 * gdb.base/code_elim2.c (my_global_func): Likewise.
16806 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16807 * gdb.base/advance.c (func2): Likewise.
16808
16809 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16810
16811 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16812 variant.
16813 * gdb.base/annota3.c: Likewise.
16814 * gdb.base/async.c: Likewise.
16815 * gdb.base/average.c: Likewise.
16816 * gdb.base/call-ar-st.c: Likewise.
16817 * gdb.base/call-rt-st.c: Likewise.
16818 * gdb.base/call-sc.c: Likewise.
16819 * gdb.base/call-strs.c: Likewise.
16820 * gdb.base/ending-run.c: Likewise.
16821 * gdb.base/execd-prog.c: Likewise.
16822 * gdb.base/exprs.c: Likewise.
16823 * gdb.base/foll-exec.c: Likewise.
16824 * gdb.base/foll-fork.c: Likewise.
16825 * gdb.base/foll-vfork.c: Likewise.
16826 * gdb.base/funcargs.c: Likewise.
16827 * gdb.base/gcore.c: Likewise.
16828 * gdb.base/jump.c: Likewise.
16829 * gdb.base/langs0.c: Likewise.
16830 * gdb.base/langs1.c: Likewise.
16831 * gdb.base/langs2.c: Likewise.
16832 * gdb.base/mips_pro.c: Likewise.
16833 * gdb.base/nodebug.c: Likewise.
16834 * gdb.base/opaque0.c: Likewise.
16835 * gdb.base/opaque1.c: Likewise.
16836 * gdb.base/recurse.c: Likewise.
16837 * gdb.base/run.c: Likewise.
16838 * gdb.base/scope0.c: Likewise.
16839 * gdb.base/scope1.c: Likewise.
16840 * gdb.base/setshow.c: Likewise.
16841 * gdb.base/setvar.c: Likewise.
16842 * gdb.base/shmain.c: Likewise.
16843 * gdb.base/shr1.c: Likewise.
16844 * gdb.base/shr2.c: Likewise.
16845 * gdb.base/sigall.c: Likewise.
16846 * gdb.base/signals.c: Likewise.
16847 * gdb.base/so-indr-cl.c: Likewise.
16848 * gdb.base/solib2.c: Likewise.
16849 * gdb.base/structs.c: Likewise.
16850 * gdb.base/sum.c: Likewise.
16851 * gdb.base/vforked-prog.c: Likewise.
16852 * gdb.base/watchpoint.c: Likewise.
16853 * gdb.reverse/shr2.c: Likewise.
16854 * gdb.reverse/until-reverse.c: Likewise.
16855 * gdb.reverse/ur1.c: Likewise.
16856 * gdb.reverse/watch-reverse.c: Likewise.
16857
16858 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16859
16860 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16861 variant.
16862 * gdb.base/sepdebug.exp: Drop references to removed code.
16863
16864 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16865
16866 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16867 variant. Preserve original line numbering.
16868 * gdb.base/list1.c: Likewise.
16869
16870 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16871
16872 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16873 variant.
16874 * gdb.base/break1.c: Likewise.
16875 * gdb.base/break.exp: Drop references to removed code.
16876
16877 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16878
16879 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16880 variant.
16881
16882 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16883
16884 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16885
16886 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16887
16888 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16889 logic into perform_all_tests() and invoke it with and without
16890 function header prototypes.
16891 (do_function_calls): Remove conditional XFAIL for PR 5318.
16892 (rerun_and_prepare): Remove duplicate code.
16893 (perform_all_tests): New. Main logic moved here.
16894
16895 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16896
16897 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16898 code guarded by #ifdef NO_PROTOTYPES.
16899 (t_double_many_args): Likewise.
16900 (DEF_FUNC_MANY_ARGS_1): Likewise.
16901 (DEF_FUNC_VALUES_1): Likewise.
16902 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16903 guarded by #ifdef PROTOTYPES.
16904
16905 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16906
16907 * gdb.mi/mi-console.c: Add eye-catcher.
16908 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16909 instead of literal line number.
16910
16911 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16912
16913 * gdb.base/shr2.c: Add eye-catcher.
16914 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16915 line number.
16916
16917 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16918
16919 * gdb.base/jump.c: Add eye-catchers.
16920 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16921 numbers.
16922
16923 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16924
16925 * gdb.base/execd-prog.c: Add eye-catchers.
16926 * gdb.base/foll-exec.c: Likewise.
16927 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16928 line numbers.
16929
16930 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16931
16932 * gdb.base/ending-run.c: Add eye-catchers.
16933 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16934 literal line numbers.
16935
16936 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16937
16938 * gdb.base/call-rt-st.c: Add eye-catchers.
16939 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16940 literal line numbers.
16941
16942 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16943
16944 * gdb.base/call-ar-st.c: Add eye-catchers.
16945 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16946 literal line numbers.
16947
16948 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16949
16950 * gdb.base/average.c: Add eye-catchers.
16951 * gdb.base/sum.c: Likewise.
16952 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16953 regexps dynamically.
16954
16955 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16956
16957 * gdb.base/solib1.c: Add eye-catchers.
16958 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16959 literal line numbers.
16960
16961 2014-11-12 Pedro Alves <palves@redhat.com>
16962
16963 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16964 leader has exited.
16965
16966 2014-11-12 Pedro Alves <palves@redhat.com>
16967
16968 * gdb.arch/i386-bp_permanent.c: New file.
16969 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16970 (srcfile): Set to i386-bp_permanent.c.
16971 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16972 that stepi does not execute the 'leave' instruction, instead of
16973 testing it does execute.
16974 * gdb.base/bp-permanent.c: New file.
16975 * gdb.base/bp-permanent.exp: New file.
16976
16977 2014-11-10 Doug Evans <xdje42@gmail.com>
16978
16979 PR symtab/17564
16980 * gdb.base/symtab-search-order.exp: New file.
16981 * gdb.base/symtab-search-order.c: New file.
16982 * gdb.base/symtab-search-order-1.c: New file.
16983 * gdb.base/symtab-search-order-shlib-1.c: New file.
16984
16985 2014-11-07 Pedro Alves <palves@redhat.com>
16986
16987 PR gdb/17511
16988 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
16989 i?86-*-linux*.
16990
16991 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
16992
16993 PR c++/17494
16994 * gdb.cp/pr17494.cc: New file.
16995 * gdb.cp/pr17494.exp: New file.
16996
16997 2014-11-02 Yao Qi <yao@codesourcery.com>
16998
16999 * gdb.python/python.exp: Get working directory and match the
17000 output of "set extended-prompt \\w " with it.
17001
17002 2014-10-30 Doug Evans <dje@google.com>
17003
17004 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17005 in objfiles.
17006 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17007 in progspaces.
17008
17009 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
17010
17011 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17012 * gdb.base/realname-expand.exp: Likewise.
17013 * gdb.linespec/macro-relative.exp: Likewise.
17014
17015 2014-10-29 Pedro Alves <palves@redhat.com>
17016
17017 PR gdb/17408
17018 * gdb.threads/schedlock.c (some_function): New function.
17019 (call_function): New global.
17020 (MAYBE_CALL_SOME_FUNCTION): New macro.
17021 (thread_function): Call it.
17022 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17023 and use it instead of a global counter. Adjust all callers.
17024 (get_current_thread): Use "find current thread" for test message
17025 here rather than having all callers pass down the same string.
17026 (goto_loop): New procedure, factored out from ...
17027 (my_continue): ... this.
17028 (step_ten_loops): Change parameter from test message to command to
17029 use. Adjust.
17030 (list_count): Delete global.
17031 (check_result): New procedure, factored out from duplicate top
17032 level code.
17033 (continue tests): Wrap in with_test_prefix.
17034 (test_step): New procedure, factored out from duplicate top level
17035 code.
17036 (top level): Test "step" in combination with all scheduler-locking
17037 modes. Test "next" in combination with all scheduler-locking
17038 modes, and in combination with stepping over a function call or
17039 not.
17040 * gdb.threads/next-bp-other-thread.c: New file.
17041 * gdb.threads/next-bp-other-thread.exp: New file.
17042
17043 2014-10-29 Pedro Alves <palves@redhat.com>
17044
17045 PR python/17372
17046 * gdb.python/python.exp: Test a multi-line command that spawns
17047 interactive Python.
17048 * gdb.base/multi-line-starts-subshell.exp: New file.
17049
17050 2014-10-29 Yao Qi <yao@codesourcery.com>
17051
17052 * gdb.base/fileio.exp: Make directories on host.
17053
17054 2014-10-29 Yao Qi <yao@codesourcery.com>
17055
17056 * gdb.base/fileio.c (test_write): Close the file.
17057
17058 2014-10-28 Pedro Alves <palves@redhat.com>
17059
17060 PR gdb/12623
17061 * gdb.base/sigstep.c (no_handler): New global.
17062 (main): If 'no_handler is true, set the signal handlers to
17063 SIG_IGN.
17064 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17065 with_sw_watch and no_handler parameters. Handle them.
17066 (top level) <stepping over handler when stopped at a breakpoint
17067 test>: Add a test axis for testing with a software watchpoint, and
17068 another for testing with the signal handler set to SIG_IGN.
17069 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17070 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17071
17072 2014-10-28 Pedro Alves <palves@redhat.com>
17073
17074 PR gdb/17511
17075 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17076 * gdb.base/sigstep.exp (other_handler_location): New global.
17077 (advance): Support stepping into the signal handler, and running
17078 commands while in the handler.
17079 (in_handler_map): New global.
17080 (top level): In the advance test, add combinations for getting
17081 into the handler with stepping commands, and for running commands
17082 in the handler. Add comment descripting the advancei tests.
17083
17084 2014-10-28 Pedro Alves <palves@redhat.com>
17085
17086 * gdb.base/sigstep.exp: Use build_executable instead of
17087 prepare_for_testing.
17088 (top level): Move code that starts GDB, runs to main and creates a
17089 display to ...
17090 (restart): ... this new procedure.
17091 (top level): Move backtrace from signal handler test to ...
17092 (validate_backtrace): ... this new procedure.
17093 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17094 with_test_prefix. Always restart GDB.
17095 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17096 with_test_prefix. Always restart GDB. No need to delete
17097 breakpoints after the test.
17098 (test_skip_handler): Remove prefix parameter.
17099 (skip_over_handler, breakpoint_to_handler)
17100 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17101 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17102 restart GDB. No need to delete breakpoints after the test.
17103 (top level): Use foreach to call the test procedures with
17104 different commands.
17105
17106 2014-10-28 Pedro Alves <palves@redhat.com>
17107
17108 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17109 instead of GNATS numbers.
17110 * gdb.base/sigbpt.exp: Likewise.
17111 * gdb.base/siginfo.exp: Likewise.
17112 * gdb.base/sigstep.exp: Likewise.
17113
17114 2014-10-27 Pedro Alves <palves@redhat.com>
17115
17116 * gdb.base/sigstep.c (dummy): New global.
17117 (main): Issue a couple writes to the new global.
17118 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17119 procedures.
17120 (skip_over_handler): Use test_skip_handler.
17121 (top level): Call skip_over_handler for stepi and nexti too.
17122 (breakpoint_over_handler): Use test_skip_handler.
17123 (top level): Call breakpoint_over_handler for stepi and nexti too.
17124
17125 2014-10-27 Yao Qi <yao@codesourcery.com>
17126
17127 * gdb.trace/tfile.c (adjust_function_address)
17128 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17129 function descriptor.
17130
17131 2014-10-24 Don Breazeal <donb@codesourcery.com>
17132
17133 * gdb.base/foll-fork.exp (test_follow_fork,
17134 catch_fork_child_follow): Check for updated fork messages emitted
17135 from infrun.c.
17136 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17137 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17138 vfork_and_exec_child_follow_through_step): Check for updated vfork
17139 messages emitted from infrun.c.
17140
17141 2014-10-24 Pedro Alves <palves@redhat.com>
17142
17143 * gdb.base/corefile.exp: Remove references to ultrix.
17144 * gdb.base/interrupt.exp: Likewise.
17145 * gdb.base/whatis.exp: Likewise.
17146 * gdb.gdb/selftest.exp: Likewise.
17147 * gdb.threads/manythreads.exp: Likewise.
17148 * gdb.threads/print-threads.exp: Likewise.
17149 * gdb.threads/pthreads.exp:: Likewise.
17150 * gdb.threads/schedlock.exp: Likewise.
17151
17152 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17153
17154 * gdb.cp/non-trivial-retval.cc: Add a test case.
17155 * gdb.cp/non-trivial-retval.exp: Add a test.
17156
17157 2014-10-20 Yao Qi <yao@codesourcery.com>
17158
17159 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17160 * gdb.python/py-objfile-script-gdb.py: New file.
17161 * gdb.python/py-objfile-script.exp: Update reference to
17162 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17163 of remote_download. Remove the dest file.
17164
17165 2014-10-20 Yao Qi <yao@codesourcery.com>
17166
17167 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17168 * gdb.base/step-line.exp: Likewise.
17169 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17170 * gdb.dwarf2/dw2-basic.exp: Likewise.
17171 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17172 * gdb.dwarf2/dw2-filename.exp: Likewise.
17173 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17174 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17175 * gdb.dwarf2/dw2-producer.exp: Likewise.
17176 * gdb.dwarf2/mac-fileno.exp: Likewise.
17177 * gdb.python/py-frame-args.exp: Likewise.
17178 * gdb.python/py-framefilter.exp: Likewise.
17179 * gdb.python/py-mi.exp: Likewise.
17180 * gdb.python/py-objfile-script.exp: Likewise
17181 * gdb.python/py-pp-integral.exp: Likewise.
17182 * gdb.python/py-pp-re-notag.exp: Likewise.
17183 * gdb.python/py-prettyprint.exp: Likewise.
17184 * gdb.python/py-section-script.exp: Likewise.
17185 * gdb.python/py-typeprint.exp: Likewise.
17186 * gdb.python/py-xmethods.exp: Likewise.
17187 * gdb.stabs/weird.exp: Likewise.
17188 * gdb.xml/tdesc-regs.exp: Likewise.
17189
17190 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17191
17192 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17193 (out_cu): Use addr_len for the size of addresses.
17194 (out_line): Likewise. Size DW_LNE_set_address instruction
17195 according to addr_len.
17196 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17197 (FUNC): Add START_INSNS to definition.
17198
17199 2014-10-18 Yao Qi <yao@codesourcery.com>
17200
17201 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17202 gdb_has_argv0 return true.
17203 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17204 check [target_info exists noargs], check [gdb_has_argv0]
17205 instead.
17206 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17207 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17208 procedures.
17209
17210 2014-10-17 Doug Evans <dje@google.com>
17211
17212 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17213 event.
17214 * gdb.python/py-events.py: Add clear_objfiles event.
17215
17216 2014-10-17 Doug Evans <dje@google.com>
17217
17218 * gdb.python/py-objfile.exp: Test progspace attribute.
17219
17220 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
17221
17222 * gdb.guile/scm-breakpoint.exp: Do not assume any
17223 directory separators when matching source file paths.
17224 * gdb.python/py-breakpoint.exp: Likewise.
17225 * gdb.reverse/break-precsave.exp: Likewise.
17226 * gdb.reverse/break-reverse.exp: Likewise.
17227 * gdb.reverse/consecutive-precsave.exp: Likewise.
17228 * gdb.reverse/finish-precsave.exp: Likewise.
17229 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17230 * gdb.reverse/finish-reverse.exp: Likewise.
17231 * gdb.reverse/i386-precsave.exp: Likewise.
17232 * gdb.reverse/i387-env-reverse.exp: Likewise.
17233 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17234 * gdb.reverse/machinestate-precsave.exp: Likewise.
17235 * gdb.reverse/machinestate.exp: Likewise.
17236 * gdb.reverse/sigall-precsave.exp: Likewise.
17237 * gdb.reverse/solib-precsave.exp: Likewise.
17238 * gdb.reverse/step-precsave.exp: Likewise.
17239 * gdb.reverse/until-precsave.exp: Likewise.
17240 * gdb.reverse/watch-precsave.exp: Likewise.
17241 * gdb.reverse/watch-reverse.exp: Likewise.
17242
17243 2014-10-17 Yao Qi <yao@codesourcery.com>
17244
17245 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17246 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17247
17248 2014-10-17 Pedro Alves <palves@redhat.com>
17249
17250 PR gdb/17471
17251 * gdb.base/bg-execution-repeat.c: New file.
17252 * gdb.base/bg-execution-repeat.exp: New file.
17253
17254 2014-10-17 Pedro Alves <palves@redhat.com>
17255
17256 PR gdb/17300
17257 * gdb.base/continue-all-already-running.c: New file.
17258 * gdb.base/continue-all-already-running.exp: New file.
17259
17260 2014-10-17 Pedro Alves <palves@redhat.com>
17261
17262 PR gdb/17472
17263 * gdb.base/annota-input-while-running.c: New file.
17264 * gdb.base/annota-input-while-running.exp: New file.
17265
17266 2014-10-17 Pedro Alves <palves@redhat.com>
17267
17268 * gdb.base/callfuncs.exp: emove references to osf.
17269 * gdb.base/sigall.exp: Likewise.
17270 * gdb.gdb/selftest.exp: Likewise.
17271 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17272 * gdb.mi/non-stop.c: Likewise.
17273 * gdb.mi/pthreads.c: Likewise.
17274 * gdb.reverse/sigall-precsave.exp: Likewise.
17275 * gdb.reverse/sigall-reverse.exp: Likewise.
17276 * gdb.threads/pthreads.c: Likewise.
17277 * gdb.threads/pthreads.exp: Likewise.
17278
17279 2014-10-17 Yao Qi <yao@codesourcery.com>
17280
17281 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17282 check 'target_info exists noargs'.
17283 (test_command_prompt_position): Likewise.
17284 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17285 Remove "set args".
17286 (progvar_simple_while_test): Likewise.
17287 (progvar_complex_if_while_test): Likewise.
17288 (if_while_breakpoint_command_test): Likewise.
17289 (infrun_breakpoint_command_test): Likewise.
17290 (breakpoint_command_test): Likewise.
17291 (watchpoint_command_test): Likewise.
17292 (bp_deleted_in_command_test): Likewise.
17293 (temporary_breakpoint_commands): Likewise.
17294
17295 2014-10-16 Yao Qi <yao@codesourcery.com>
17296
17297 * gdb.base/remotetimeout.exp: Remove noargs checking.
17298
17299 2014-10-15 Pedro Alves <palves@redhat.com>
17300
17301 PR breakpoints/9649
17302 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17303 * gdb.base/breakpoint-in-ro-region.exp
17304 (probe_target_hardware_step): New procedure.
17305 (top level): Probe hardware stepping and hardware breakpoint
17306 support. Test stepping through a read-only region, with both
17307 "breakpoint auto-hw" on and off and both "always-inserted" on and
17308 off.
17309
17310 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17311
17312 * gdb.dlang/demangle.exp: Update for demangling changes.
17313
17314 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17315
17316 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17317 * gdb.cp/non-trivial-retval.exp: Add new tests.
17318
17319 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17320
17321 PR c++/13403
17322 PR c++/15154
17323 * gdb.cp/non-trivial-retval.cc: New file.
17324 * gdb.cp/non-trivial-retval.exp: New file.
17325
17326 2014-10-15 Yao Qi <yao@codesourcery.com>
17327
17328 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17329 remote host.
17330
17331 2014-10-15 Yao Qi <yao@codesourcery.com>
17332
17333 * gdb.python/py-symbol.exp: Match file base name if host is
17334 remote, otherwise match file name with dir name.
17335 * gdb.python/py-symtab.exp: Likewise.
17336 * gdb.python/python.exp: Likewise.
17337
17338 2014-10-15 Yao Qi <yao@codesourcery.com>
17339
17340 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17341 pattern.
17342 * gdb.python/py-symtab.exp: Likewise.
17343 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17344 locationn.
17345
17346 2014-10-14 Joel Brobecker <brobecker@adacore.com>
17347
17348 * gdb.ada/addr_arith: New testcase.
17349
17350 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17351
17352 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17353 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17354 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17355 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17356
17357 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17358
17359 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17360 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17361 * gdb.arch/stap-eval-lang-ada.exp: New file.
17362
17363 2014-10-14 Yao Qi <yao@codesourcery.com>
17364
17365 * gdb.mi/mi-var-child.c (nothing1): New function.
17366 (nothing2): New function.
17367 (do_children_tests): Set function pointers by nothing1 and
17368 nothing2.
17369 * gdb.mi/mi-var-child.exp: Step over new added statements.
17370 Update test to match the new output.
17371 * gdb.mi/var-cmd.c (nothing1): New function.
17372 (nothing2): New function.
17373 (do_children_tests): Set function pointers by nothing1 and
17374 nothing2.
17375 * gdb.mi/mi-var-display.exp: Update test to match output.
17376 Step to the line specified by $line_dct_nothing.
17377 Increase the number of lines to step.
17378
17379 2014-10-14 Yao Qi <yao@codesourcery.com>
17380
17381 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17382 tests.
17383 * gdb.mi/mi2-var-child.exp: Likewise.
17384
17385 2014-10-13 Doug Evans <dje@google.com>
17386
17387 * gdb.python/py-objfile.exp: Change name of file name test.
17388
17389 2014-10-13 Doug Evans <dje@google.com>
17390
17391 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17392 from the start of the CU.
17393
17394 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17395 Yao Qi <yao@codesourcery.com>
17396
17397 Fix "save breakpoints" for "catch" command.
17398 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17399 Remove -nonewline. Match also the added "main" line.
17400
17401 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17402
17403 Fix "save breakpoints" for "disable $bpnum" command.
17404 * gdb.base/save-bp.c (main): Add label.
17405 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17406
17407 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17408
17409 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17410
17411 2014-10-11 Yao Qi <yao@codesourcery.com>
17412
17413 * gdb.server/server-kill.exp: Execute command
17414 "set remote trace-status-packet on" before "tstatus".
17415
17416 2014-10-11 Yao Qi <yao@codesourcery.com>
17417
17418 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17419 (main): Call getppid.
17420 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17421 and continue to it. Read variable "server_pid".
17422
17423 2014-10-11 Yao Qi <yao@codesourcery.com>
17424
17425 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17426
17427 2014-10-11 Yao Qi <yao@codesourcery.com>
17428
17429 * gdb.threads/thread-find.exp: Don't execute command
17430 "info threads".
17431 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17432 * gdb.threads/linux-dp.exp: Don't check the condition
17433 $threads_created equals to zero.
17434
17435 2014-10-10 Pedro Alves <palves@redhat.com>
17436
17437 * gdb.base/bigcore.exp: Remove references to IRIX.
17438 * gdb.base/funcargs.exp: Likewise.
17439 * gdb.base/interrupt.exp: Likewise.
17440 * gdb.base/mips_pro.exp: Likewise.
17441 * gdb.base/nodebug.exp: Likewise.
17442 * gdb.base/setvar.exp: Likewise.
17443 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17444
17445 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17446 Pedro Alves <palves@redhat.com>
17447
17448 PR symtab/14466
17449 * gdb.base/vdso-warning.c: New file.
17450 * gdb.base/vdso-warning.exp: New file.
17451
17452 2014-10-02 Doug Evans <dje@google.com>
17453
17454 * gdb.base/structs.c (main): Don't run forever.
17455
17456 2014-10-02 Pedro Alves <palves@redhat.com>
17457
17458 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17459 (top level) <stop threads 1, stop threads 2>: Use it.
17460
17461 2014-10-02 Pedro Alves <palves@redhat.com>
17462
17463 * gdb.threads/break-while-running.exp (test): Add new
17464 'update_thread_list' argument. Skip "info threads" if false.
17465 (top level): Add new 'update_thread_list' axis.
17466
17467 2014-10-02 Pedro Alves <palves@redhat.com>
17468
17469 PR breakpoints/17431
17470 * gdb.base/execl-update-breakpoints.c: New file.
17471 * gdb.base/execl-update-breakpoints.exp: New file.
17472
17473 2014-10-01 Pedro Alves <palves@redhat.com>
17474
17475 * gdb.base/breakpoint-in-ro-region.c: New file.
17476 * gdb.base/breakpoint-in-ro-region.exp: New file.
17477
17478 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17479
17480 * gdb.mi/mi-exit-code.exp: New file.
17481 * gdb.mi/mi-exit-code.c: New file.
17482
17483 2014-09-30 Yao Qi <yao@codesourcery.com>
17484
17485 * lib/prelink-support.exp (build_executable_own_libs): Error if
17486 the target isn't native.
17487
17488 2014-09-30 Yao Qi <yao@codesourcery.com>
17489
17490 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17491 false.
17492
17493 2014-09-22 Pedro Alves <palves@redhat.com>
17494
17495 * gdb.threads/break-while-running.exp: New file.
17496 * gdb.threads/break-while-running.c: New file.
17497
17498 2014-09-19 Yao Qi <yao@codesourcery.com>
17499
17500 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17501 Invoke test. Restart GDB with --readnow and invoke test again.
17502
17503 2014-09-19 Yao Qi <yao@codesourcery.com>
17504
17505 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17506 proc set_breakpoint_on_gcd_function. Invoke
17507 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17508 invoke set_breakpoint_on_gcd_function again.
17509
17510 2014-09-18 Doug Evans <dje@google.com>
17511
17512 * gdb.dwarf2/symtab-producer.exp: New file.
17513
17514 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17515
17516 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17517 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17518 * gdb.base/global-var-nested-by-dso.c: Likewise.
17519 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17520
17521 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17522 Pedro Alves <palves@redhat.com>
17523
17524 * gdb.base/watch-bitfields.exp: Pass string other than test file
17525 name to prepare_for_testing.
17526 (watch): New procedure.
17527 (expect_watchpoint): Use with_test_prefix.
17528 (top level): Factor out tests to ...
17529 (test_watch_location, test_regular_watch): ... these new
17530 procedures, and use with_test_prefix and gdb_continue_to_end.
17531
17532 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17533
17534 PR breakpoints/12526
17535 * gdb.base/watch-bitfields.exp: New file.
17536 * gdb.base/watch-bitfields.c: New file.
17537
17538 2014-09-16 Pedro Alves <palves@redhat.com>
17539
17540 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17541 software and hardware addresses, not software address against
17542 itself.
17543
17544 2014-09-16 Pedro Alves <palves@redhat.com>
17545
17546 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17547 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17548
17549 2014-09-16 Pedro Alves <palves@redhat.com>
17550
17551 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17552 files.
17553 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17554 "*-*-vxworks*" throughout.
17555 * gdb.base/break.exp: Likewise.
17556 * gdb.base/default.exp: Likewise.
17557 * gdb.base/scope.exp: Likewise.
17558 * gdb.base/sepdebug.exp: Likewise.
17559 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17560 throughout.
17561 * gdb.base/run.c: Likewise.
17562 * gdb.base/sepdebug.c: Likewise.
17563 * gdb.hp/gdb.aCC/run.c: Likewise.
17564 * gdb.reverse/until-reverse.c: Likewise.
17565 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17566
17567 2014-09-16 Yao Qi <yao@codesourcery.com>
17568
17569 * boards/local-remote-host-native.exp: New file.
17570
17571 2014-09-14 Doug Evans <xdje42@gmail.com>
17572
17573 * gdb.threads/queue-signal.c (thread_count): New variable.
17574 (thread_count_mutex, thread_count_condvar): New variables.
17575 (incr_thread_count, wait_all_threads_running): New functions.
17576 (main): Wait for all threads to be in their thread functions.
17577
17578 2014-09-13 Doug Evans <xdje42@gmail.com>
17579
17580 * gdb.threads/queue-signal.c: New file.
17581 * gdb.threads/queue-signal.exp: New file.
17582
17583 2014-09-13 Doug Evans <xdje42@gmail.com>
17584
17585 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17586 be consistent with what default_gdb_init uses.
17587 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17588 the plain text of the prompt. Add some logging printfs.
17589 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17590
17591 2014-09-12 Pedro Alves <palves@redhat.com>
17592
17593 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17594 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17595 * gdb.arch/i386-size-overlap.exp: Likewise.
17596 * gdb.arch/i386-size.exp: Likewise.
17597 * gdb.arch/i386-unwind.exp: Likewise.
17598 * gdb.base/a2-run.exp: Likewise.
17599 * gdb.base/break.exp: Likewise.
17600 * gdb.base/charset.exp: Likewise.
17601 * gdb.base/chng-syms.exp: Likewise.
17602 * gdb.base/commands.exp: Likewise.
17603 * gdb.base/dbx.exp: Likewise.
17604 * gdb.base/find.exp: Likewise.
17605 * gdb.base/funcargs.exp: Likewise.
17606 * gdb.base/jit-simple.exp: Likewise.
17607 * gdb.base/reread.exp: Likewise.
17608 * gdb.base/sepdebug.exp: Likewise.
17609 * gdb.base/step-bt.exp: Likewise.
17610 * gdb.cp/mb-inline.exp: Likewise.
17611 * gdb.cp/mb-templates.exp: Likewise.
17612 * gdb.objc/basicclass.exp: Likewise.
17613 * gdb.threads/killed.exp: Likewise.
17614
17615 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17616
17617 PR tdep/17379
17618 * gdb.arch/powerpc-stackless.S: New file.
17619 * gdb.arch/powerpc-stackless.exp: New file.
17620
17621 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17622
17623 * gdb.base/attach.c: Include unistd.h.
17624 (main): Call alarm. Add label postloop.
17625 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17626 gdb_breakpoint, gdb_continue_to_breakpoint.
17627 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17628
17629 2014-09-11 Pedro Alves <palves@redhat.com>
17630
17631 PR gdb/17347
17632 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17633 * gdb.base/attach.exp (test_command_line_attach_run): New
17634 procedure.
17635 (top level): Call it.
17636
17637 2014-09-11 Pedro Alves <palves@redhat.com>
17638
17639 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17640 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17641 (do_command_attach_tests): Use spawn_wait_for_attach.
17642 * gdb.base/solib-overlap.exp: Likewise.
17643 * gdb.multi/multi-attach.exp: Likewise.
17644 * gdb.python/py-prompt.exp: Likewise.
17645 * gdb.python/py-sync-interp.exp: Likewise.
17646 * gdb.server/ext-attach.exp: Likewise.
17647
17648 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17649
17650 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17651 command in testcase. Simplify testcase.
17652
17653 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17654
17655 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17656
17657 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17658
17659 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17660
17661 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17662
17663 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17664
17665 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17666
17667 * gdb.dwarf2/dynarr-ptr.c: New file.
17668 * gdb.dwarf2/dynarr-ptr.exp: New file.
17669
17670 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17671
17672 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17673 of 30 rather than hardcoding 120 for a slow test case. Take the
17674 `gdb,timeout' target setting into account for this calculation.
17675 Don't extend the timeout for the test cases that don't need it.
17676
17677 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17678
17679 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17680 a factor of 2 for a slow test case. Take the `gdb,timeout'
17681 target setting into account for this calculation.
17682 * gdb.reverse/until-precsave.exp: Increase the timeout by
17683 a factor of 15 and 3 respectively rather than adding 120
17684 for a pair of slow test cases. Take the `gdb,timeout'
17685 target setting into account for this calculation.
17686
17687 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17688
17689 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17690 timeout, don't pass one down to gdb_expect.
17691 (gdb_expect): Rework timeout selection.
17692
17693 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17694
17695 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17696 exception on timeout.
17697 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17698 (gdbserver_start_extended): Catch any `gdbserver_start' error
17699 exceptions.
17700 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17701 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17702 `gdbserver_gdb_load' error exceptions.
17703
17704 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17705
17706 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17707 120 on waiting for the TCP socket to open.
17708
17709 2014-09-09 Doug Evans <xdje42@gmail.com>
17710
17711 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17712 _caller_matches, _any_caller_is, _any_caller_matches.
17713
17714 2014-09-09 Doug Evans <xdje42@gmail.com>
17715
17716 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17717
17718 2014-09-09 Yao Qi <yao@codesourcery.com>
17719
17720 * gdb.mi/mi-var-display.exp: Set print symbol off.
17721
17722 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17723
17724 PR gdb/17035
17725 * gdb.base/commands.exp: Add tests to verify user-defined
17726 commands with empty bodies.
17727 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17728 python commands in `show user command`.
17729 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17730 scheme commands in `show user command`.
17731
17732 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17733
17734 PR python/17355
17735 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17736 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17737 * gdb.python/py-framefilter-invalidarg.exp: New file.
17738 * gdb.python/py-framefilter-invalidarg.py: New file.
17739
17740 2014-09-06 Doug Evans <xdje42@gmail.com>
17741
17742 PR 15276
17743 * gdb.python/py-caller-is.c: New file.
17744 * gdb.python/py-caller-is.exp: New file.
17745
17746 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17747
17748 PR gdb/17235
17749 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17750 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17751
17752 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17753
17754 PR fortran/17237
17755 * gdb.fortran/print-formatted.exp: New file.
17756 * gdb.fortran/print-formatted.f90: Likewise.
17757
17758 2014-09-03 Sasha Smundak <asmundak@google.com>
17759
17760 * gdb.python/py-frame.exp: Test Frame.read_register.
17761
17762 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17763
17764 PR python/16699
17765 * gdb.python/py-completion.exp: New file.
17766 * gdb.python/py-completion.py: Likewise.
17767
17768 2014-08-28 Doug Evans <dje@google.com>
17769
17770 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17771 eax,etc. are live with values set by gdb and thus the compiler can't
17772 use them.
17773 * gdb.arch/i386-pseudo.c (main): Ditto.
17774
17775 2014-08-27 Doug Evans <dje@google.com>
17776
17777 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17778
17779 2014-08-25 Doug Evans <dje@google.com>
17780
17781 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17782 (main): Ditto.
17783
17784 2014-08-25 Doug Evans <dje@google.com>
17785
17786 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17787
17788 2014-08-24 Yao Qi <yao@codesourcery.com>
17789
17790 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17791 symbol off.
17792 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17793
17794 2014-08-22 Doug Evans <dje@google.com>
17795
17796 PR 17276
17797 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17798 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17799 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17800
17801 2014-08-22 Yao Qi <yao@codesourcery.com>
17802
17803 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17804 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17805 * gdb.python/python.exp: Likewise. Use .py file on the host
17806 instead of the build.
17807
17808 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17809
17810 * gdb.threads/gcore-stale-thread.c: New file.
17811 * gdb.threads/gcore-stale-thread.exp: New file.
17812
17813 2014-08-21 Pedro Alves <palves@redhat.com>
17814
17815 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17816 * gdb.base/gcore-relro-pie.exp: Likewise.
17817 * gdb.base/gcore-relro.exp: Likewise.
17818 * gdb.base/gcore.exp: Likewise.
17819 * gdb.base/print-symbol-loading.exp: Likewise.
17820 * gdb.threads/gcore-thread.exp: Likewise.
17821 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17822
17823 2014-08-20 Pedro Alves <palves@redhat.com>
17824 Jan Kratochvil <jan.kratochvil@redhat.com>
17825
17826 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17827 configure.
17828 (EXPECT): Handle READ1 being set.
17829 (all): Depend on EXTRA_RULES.
17830 (check-read1, expect-read1, read1.so, read1): New rules.
17831 * README (Testsuite Parameters): Document the READ1 make variable.
17832 (Race detection): New section.
17833 * configure: Regenerate.
17834 * configure.ac: If build==host==target, and running under a
17835 GNU/glibc system, add read1 to the extra Makefile rules.
17836 (EXTRA_RULES): AC_SUBST it.
17837 * lib/read1.c: New file.
17838
17839 2014-08-20 Joel Brobecker <brobecker@adacore.com>
17840
17841 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17842 the handling of variables declared as a typedef to an array
17843 which a DW_AT_data_location attribute.
17844
17845 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
17846 Pedro Alves <palves@redhat.com>
17847
17848 PR symtab/14604
17849 PR symtab/14605
17850 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17851 gdb_test.
17852
17853 2014-08-19 Pedro Alves <palves@redhat.com>
17854
17855 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17856
17857 2014-08-19 Yao Qi <yao@codesourcery.com>
17858
17859 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17860 right line.
17861
17862 2014-08-18 David Blaikie <dblaikie@gmail.com>
17863
17864 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17865
17866 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17867
17868 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17869 attribute in array range.
17870
17871 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17872
17873 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17874
17875 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17876
17877 PR c++/17132
17878 * gdb.cp/pr17132.cc: New file.
17879 * gdb.cp/pr17132.exp: New file.
17880
17881 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17882
17883 * gdb.python/py-xmethods.py (A_getarrayind)
17884 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17885 Use 'print' with function call syntax.
17886 (E_method_matcher.match): Fix tab vs space indentation mixup.
17887
17888 2014-08-15 Yao Qi <yao@codesourcery.com>
17889
17890 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17891 false.
17892
17893 2014-08-15 Yao Qi <yao@codesourcery.com>
17894
17895 * gdb.cp/casts.exp: Set print symbol off.
17896 * gdb.cp/class2.exp: Likewise.
17897 * gdb.cp/overload.exp: Likewise.
17898 * gdb.cp/templates.exp: Likewise.
17899
17900 2014-08-11 Doug Evans <dje@google.com>
17901
17902 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17903 (test_load_shlib): Update.
17904
17905 2014-08-09 Yao Qi <yao@codesourcery.com>
17906
17907 * gdb.base/display.exp: Invoke is_address_zero_readable.
17908 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17909 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17910 * gdb.base/hbreak-unmapped.exp: Return if
17911 is_address_zero_readable returns true.
17912 * gdb.base/signest.exp: Likewise.
17913 * gdb.base/signull.exp: Likewise.
17914 * gdb.base/sigbpt.exp: Likewise.
17915 * gdb.guile/scm-disasm.exp: Do the test if
17916 is_address_zero_readable returns false.
17917 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17918 * gdb.python/py-arch.exp: Likewise.
17919 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17920 * lib/gdb.exp (is_address_zero_readable): New proc.
17921
17922 2014-08-09 Yao Qi <yao@codesourcery.com>
17923
17924 PR testsuite/13443
17925 * gdb.mi/mi-var-display.exp: Make test messages unique.
17926
17927 2014-08-04 Tom Tromey <tromey@redhat.com>
17928
17929 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17930 target 0".
17931
17932 2014-08-04 Tom Tromey <tromey@redhat.com>
17933
17934 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17935 "target_resume".
17936
17937 2014-08-01 Joel Brobecker <brobecker@adacore.com>
17938
17939 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17940 inner_vla_struct_object_size.
17941 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17942 as xfail.
17943
17944 2014-07-30 Pedro Alves <palves@redhat.com>
17945
17946 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17947 comment.
17948
17949 2014-07-29 Yao Qi <yao@codesourcery.com>
17950
17951 PR gdb/17206
17952 * gdb.base/until-nodebug.exp: New.
17953
17954 2014-07-28 Doug Evans <xdje42@gmail.com>
17955
17956 PR guile/17203
17957 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17958 previously existing parameter, and previously ambiguously spelled
17959 parameter.
17960
17961 2014-07-28 Will Newton <will.newton@linaro.org>
17962
17963 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17964
17965 2014-07-26 Ludovic Courtès <ludo@gnu.org>
17966 Doug Evans <xdje42@gmail.com>
17967
17968 PR guile/17146
17969 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17970
17971 2014-07-25 Pedro Alves <palves@redhat.com>
17972
17973 * gdb.threads/signal-command-handle-nopass.c: New file.
17974 * gdb.threads/signal-command-handle-nopass.exp: New file.
17975 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17976 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17977 * gdb.threads/signal-delivered-right-thread.c: New file.
17978 * gdb.threads/signal-delivered-right-thread.exp: New file.
17979
17980 2014-07-25 Pedro Alves <palves@redhat.com>
17981
17982 * gdb.base/double-prompt-target-event-error.exp
17983 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
17984 match.
17985 (cancel_pagination_in_target_event): Rework double prompt
17986 detection.
17987 * gdb.base/paginate-after-ctrl-c-running.exp
17988 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
17989 <return>' match.
17990 * gdb.base/paginate-bg-execution.exp
17991 (test_bg_execution_pagination_return)
17992 (test_bg_execution_pagination_cancel): Remove '-notransfer
17993 <return>' matches.
17994 * gdb.base/paginate-execution-startup.exp
17995 (test_fg_execution_pagination_return)
17996 (test_fg_execution_pagination_cancel): Remove '-notransfer
17997 <return>' matches.
17998 * gdb.base/paginate-inferior-exit.exp
17999 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18000 match.
18001 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18002 * lib/gdb.exp (pagination_prompt): Run text through
18003 string_to_regexp.
18004 (gdb_test_multiple): Match $pagination_prompt instead of
18005 "<return>".
18006 (string_to_regexp): Move to lib/gdb-utils.exp.
18007
18008 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18009
18010 * gdb.arch/amd64-entry-value-paramref.S: New file.
18011 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18012 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18013 * gdb.arch/amd64-optimout-repeat.S: New file.
18014 * gdb.arch/amd64-optimout-repeat.c: New file.
18015 * gdb.arch/amd64-optimout-repeat.exp: New file.
18016
18017 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18018
18019 PR gdb/17170
18020 * gdb.base/statistics.exp: New file.
18021
18022 2014-07-17 Doug Evans <dje@google.com>
18023
18024 PR gdb/17170
18025 * gdb.base/maint.exp: Update testing of per-command stats.
18026
18027 2014-07-16 Pedro Alves <palves@redhat.com>
18028
18029 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18030 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18031 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18032 (tfile_write_buf): New functions.
18033 (add_memory_block): Rewrite using the above.
18034 (adjust_function_address): New function.
18035 (FUNCTION_ADDRESS): New macro.
18036 (write_basic_trace_file): Remove short_x local, and use
18037 tfile_write_16. Change type of func_addr local to unsigned long
18038 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18039 here. Cast argument of add_memory_block to char pointer.
18040 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18041 (main): Remove parameters.
18042 * gdb.trace/tfile.exp: Remove nowarnings.
18043
18044 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18045
18046 * gdb.base/debug-expr.exp: Test string evaluation with
18047 "debug expression" on.
18048
18049 2014-07-15 Pedro Alves <palves@redhat.com>
18050
18051 * gdb.base/reread.exp: Use clean_restart.
18052
18053 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18054
18055 * gdb.arch/avr-flash-qualifer.c: New.
18056 * gdb.arch/avr-flash-qualifer.exp: New.
18057
18058 2014-07-14 Pedro Alves <palves@redhat.com>
18059
18060 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18061 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18062
18063 2014-07-14 Pedro Alves <palves@redhat.com>
18064
18065 * gdb.base/double-prompt-target-event-error.c: New file.
18066 * gdb.base/double-prompt-target-event-error.exp: New file.
18067
18068 2014-07-14 Pedro Alves <palves@redhat.com>
18069
18070 PR gdb/17072
18071 * gdb.base/paginate-inferior-exit.c: New file.
18072 * gdb.base/paginate-inferior-exit.exp: New file.
18073
18074 2014-07-14 Pedro Alves <palves@redhat.com>
18075
18076 PR gdb/17072
18077 * gdb.base/paginate-bg-execution.c: New file.
18078 * gdb.base/paginate-bg-execution.exp: New file.
18079
18080 2014-07-14 Pedro Alves <palves@redhat.com>
18081
18082 PR gdb/17072
18083 * gdb.base/paginate-execution-startup.c: New file.
18084 * gdb.base/paginate-execution-startup.exp: New file.
18085 * lib/gdb.exp (pagination_prompt): New global.
18086 (default_gdb_spawn): New procedure, factored out from
18087 default_gdb_spawn.
18088 (default_gdb_start): Adjust to call default_gdb_spawn.
18089 (gdb_spawn): New procedure.
18090
18091 2014-07-14 Pedro Alves <palves@redhat.com>
18092
18093 * lib/gdb.exp (gdb_assert): New procedure.
18094 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18095
18096 2014-07-14 Pedro Alves <palves@redhat.com>
18097
18098 * gdb.base/execution-termios.c: New file.
18099 * gdb.base/execution-termios.exp: New file.
18100
18101 2014-07-14 Tom Tromey <tromey@redhat.com>
18102
18103 * gdb.cp/vla-cxx.cc: New file.
18104 * gdb.cp/vla-cxx.exp: New file.
18105
18106 2014-07-14 Tom Tromey <tromey@redhat.com>
18107
18108 * gdb.reverse/rerun-prec.c: New file.
18109 * gdb.reverse/rerun-prec.exp: New file.
18110
18111 2014-07-12 Maciej W. Rozycki <macro@mips.com>
18112 Maciej W. Rozycki <macro@codesourcery.com>
18113
18114 * lib/gdb-utils.exp: New file.
18115 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18116 inline `gdb_init_command' processing.
18117 (gdb_start_cmd): Likewise.
18118 * lib/mi-support.exp (mi_run_cmd): Likewise.
18119 * README: Document `gdb_init_command' and `gdb_init_commands'.
18120
18121 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18122
18123 Fix false FAIL running under a very long directory name.
18124 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18125 and "set print elements 10000". Twice.
18126
18127 2014-07-11 Yao Qi <yao@codesourcery.com>
18128
18129 * gdb.base/exprs.exp: "set print symbol off".
18130
18131 2014-07-11 Pedro Alves <palves@redhat.com>
18132
18133 * gdb.threads/kill.c: New file.
18134 * gdb.threads/kill.exp: New file.
18135
18136 2014-07-10 Yao Qi <yao@codesourcery.com>
18137
18138 * gdb.trace/tfile.c (write_basic_trace_file)
18139 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18140 address written to trace file.
18141
18142 2014-07-09 Pedro Alves <palves@redhat.com>
18143
18144 * gdb.base/attach-wait-input.exp: New file.
18145 * gdb.base/attach-wait-input.c: New file.
18146
18147 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18148
18149 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18150 setting up test structures.
18151 (main): Call new test function.
18152 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18153 test function, continue into test function and walk test
18154 structures.
18155
18156 2014-07-02 Yao Qi <yao@codesourcery.com>
18157
18158 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18159 'bar_start' at the beginning of functions 'foo' and 'bar'
18160 respectively.
18161 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18162 instead of 'foo' and 'bar'.
18163
18164 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18165
18166 * gdb.btrace/segv.exp: New.
18167 * gdb.btrace/segv.c: New.
18168
18169 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
18170
18171 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18172 instruction.
18173
18174 2014-06-30 Mark Wielaard <mjw@redhat.com>
18175
18176 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18177 vulture, vilify, villar): New volatile array constants.
18178 (vindictive, vegetation): New const volatile array constants.
18179 * gdb.base/volatile.exp: Test volatile and const volatile array
18180 types.
18181
18182 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18183
18184 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18185 target lacks support for awatch, rwatch, or hbreak.
18186
18187 2014-06-27 Yao Qi <yao@codesourcery.com>
18188
18189 * gdb.multi/dummy-frame-restore.exp: New.
18190 * gdb.multi/dummy-frame-restore.c: New.
18191
18192 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18193
18194 * gdb.btrace/gcore.exp: New.
18195
18196 2014-06-23 Pedro Alves <palves@redhat.com>
18197
18198 * gdb.base/watchpoint-reuse-slot.c: New file.
18199 * gdb.base/watchpoint-reuse-slot.exp: New file.
18200
18201 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18202
18203 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18204 progspace's filename in 'info', 'enable' and 'disable' command
18205 tests.
18206
18207 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18208
18209 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18210 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18211 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18212
18213 2014-06-20 Gary Benson <gbenson@redhat.com>
18214
18215 * gdb.arch/i386-avx.exp: Fix include file location.
18216 * gdb.arch/i386-sse.exp: Likewise.
18217
18218 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18219
18220 * gdb.dlang/expression.exp: New file.
18221
18222 2014-06-19 Pedro Alves <palves@redhat.com>
18223
18224 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18225 out from ...
18226 (top level): ... here. Iterate running tests under different
18227 scheduler-locking settings.
18228
18229 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
18230
18231 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18232 to DW_FORM_addr and use non-zero addresses.
18233
18234 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18235
18236 PR gdb/17017
18237 * gdb.python/py-xmethods.cc: Add global function call counters and
18238 increment them in their respective functions. Remove "cout"
18239 statements.
18240 * gdb.python/py-xmethods.exp: Make tests check the global function
18241 call counters instead of depending on inferior IO.
18242
18243 2014-06-18 Don Breazeal <donb@codesourcery.com>
18244
18245 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18246 Deleted procedure.
18247 (explicit_fork_parent_follow): Deleted procedure.
18248 (explicit_fork_child_follow): Deleted procedure.
18249 (test_follow_fork): New procedure.
18250 (do_fork_tests): Replace calls to deleted procedures with
18251 calls to test_follow_fork and reset GDB for subsequent
18252 procedure calls.
18253
18254 2014-06-17 Yao Qi <yao@codesourcery.com>
18255
18256 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18257 CP1252.
18258
18259 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
18260
18261 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18262 Initialize ptr and S explicitly.
18263 (skip_type_update_when_not_use_rtti_test): Likewise.
18264
18265 2014-06-16 Keith Seitz <keiths@redhat.com>
18266
18267 PR mi/15863
18268 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18269 the inferior is started.
18270
18271 2014-06-16 Pedro Alves <palves@redhat.com>
18272
18273 * gdb.base/break-main-file-remove-fail.c: New file.
18274 * gdb.base/break-main-file-remove-fail.exp: New file.
18275 * gdb.base/break-unload-file.exp: Use build_executable instead of
18276 prepare_for_testing.
18277 (test_break): New parameter "initial_load". Handle it.
18278 (top level): Add initial_load cmdline/file axis.
18279
18280 2014-06-12 Tom Tromey <tromey@redhat.com>
18281
18282 * gdb.base/completion.exp: Don't use directory name in test.
18283
18284 2014-06-09 Gary Benson <gbenson@redhat.com>
18285
18286 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18287 separate the always-available ANSI-standard signals from the
18288 signals that require checking.
18289 (main): Likewise.
18290 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18291 Likewise.
18292 (main): Likewise.
18293
18294 2014-06-07 Keith Seitz <keiths@redhat.com>
18295
18296 Revert:
18297 PR c++/16253
18298 * gdb.cp/var-tag.cc: New file.
18299 * gdb.cp/var-tag.exp: New file.
18300 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18301 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18302 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18303 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18304
18305 2014-06-06 Doug Evans <xdje42@gmail.com>
18306
18307 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18308
18309 2014-06-06 Pedro Alves <palves@redhat.com>
18310
18311 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18312 in target debug output instead of looking at RSP packets,
18313 disabling the test on any target that uses hardware stepping.
18314 Update comments.
18315
18316 2014-06-06 Pedro Alves <palves@redhat.com>
18317
18318 * gdb.base/break-unload-file.exp: Fix typo.
18319
18320 2014-06-06 Yao Qi <yao@codesourcery.com>
18321
18322 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18323 from "jit_function" to "^jit_function".
18324
18325 2014-06-06 Yao Qi <yao@codesourcery.com>
18326
18327 * gdb.base/async.c (foo): Add one statement.
18328 * gdb.base/async.exp: Get the next instruction address and
18329 match the output of "nexti" by instruction address. Match
18330 the hex address in the output of "finish".
18331
18332 2014-06-06 Gary Benson <gbenson@redhat.com>
18333
18334 * gdb.base/call-signals.c: Remove preprocessor conditionals
18335 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18336 SIGSEGV and SIGTERM.
18337 * gdb.base/sigall.c: Likewise.
18338 * gdb.base/unwindonsignal.c: Likewise.
18339 * gdb.reverse/sigall-reverse.c: Likewise.
18340
18341 2014-06-06 Yao Qi <yao@codesourcery.com>
18342
18343 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18344 readable, skip the test.
18345
18346 2014-06-06 Yao Qi <yao@codesourcery.com>
18347
18348 * gdb.threads/staticthreads.c (thread_function): Move the line
18349 setting breakpoint on forward.
18350 * gdb.threads/staticthreads.exp: Update comments.
18351
18352 2014-06-05 Ludovic Courtès <ludo@gnu.org>
18353
18354 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18355 "history-append! type error".
18356
18357 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18358
18359 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18360 erroneous dprintf expected input.
18361
18362 2014-06-04 Doug Evans <xdje42@gmail.com>
18363
18364 * gdb.guile/scm-generics.exp: Delete.
18365
18366 2014-06-04 Doug Evans <xdje42@gmail.com>
18367
18368 * gdb.guile/scm-breakpoint.exp: Update.
18369 Add tests for breakpoint registration.
18370
18371 2014-06-04 Tom Tromey <tromey@redhat.com>
18372
18373 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18374 VLA-in-union.
18375 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18376 inner_vla_struct, vla_union types. Initialize objects of those
18377 types and compute their sizes.
18378
18379 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18380 Hui Zhu <hui@codesourcery.com>
18381
18382 * gdb.base/fileio.exp: Add test for shell not available as well as
18383 available.
18384 * gdb.base/fileio.c (test_system): Check for shell twice.
18385
18386 2014-06-04 Yao Qi <yao@codesourcery.com>
18387
18388 * gdb.base/auto-connect-native-target.exp: Remove redundant
18389 space from the regexp pattern.
18390
18391 2014-06-04 Yao Qi <yao@codesourcery.com>
18392
18393 * gdb.base/default.exp: Replace "child" with "native" in
18394 regexp pattern.
18395
18396 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18397
18398 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18399 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18400 * gdb.python/py-xmethods.py: Python script supporting the
18401 new testcase and tests.
18402
18403 2014-06-03 Joel Brobecker <brobecker@adacore.com>
18404 Pedro Alves <palves@redhat.com>
18405
18406 PR breakpoints/17000
18407 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18408 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18409
18410 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18411
18412 * gdb.base/subst.exp: Add tests to verify partial path matching
18413 output.
18414
18415 2014-06-03 Pedro Alves <palves@redhat.com>
18416
18417 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18418 target that doesn't use software single-stepping.
18419
18420 2014-06-03 Pedro Alves <palves@redhat.com>
18421
18422 PR breakpoints/17000
18423 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18424 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18425
18426 2014-06-02 Doug Evans <xdje42@gmail.com>
18427
18428 * gdb.guile/scm-parameter.exp: New file.
18429
18430 2014-06-02 Doug Evans <xdje42@gmail.com>
18431
18432 * gdb.guile/scm-cmd.c: New file.
18433 * gdb.guile/scm-cmd.exp: New file.
18434
18435 2014-06-02 Doug Evans <xdje42@gmail.com>
18436
18437 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18438 pretty-printer lookup.
18439 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18440 (make-pp_s-printer): Call it.
18441 (make-pretty-printer-from-dict): New function.
18442 (lookup-pretty-printer-maker-from-dict): New function.
18443 (*pretty-printer*): Simplify.
18444 (make-objfile-pp_s-printer): New function.
18445 (install-objfile-pretty-printers!): New function.
18446 (make-progspace-pp_s-printer): New function.
18447 (install-progspace-pretty-printers!): New function.
18448 * gdb.guile/scm-progspace.c: New file.
18449 * gdb.guile/scm-progspace.exp: New file.
18450
18451 2014-06-02 Pedro Alves <palves@redhat.com>
18452
18453 * gdb.base/dprintf-bp-same-addr.c: New file.
18454 * gdb.base/dprintf-bp-same-addr.exp: New file.
18455
18456 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18457
18458 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18459 * gdb.arch/powerpc-power.s: Likewise.
18460
18461 2014-06-02 Joel Brobecker <brobecker@adacore.com>
18462
18463 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18464
18465 2014-06-01 Yao Qi <yao@codesourcery.com>
18466
18467 * gdb.base/watchpoint.exp (test_watch_location): Check null
18468 pointer can be dereferenced. If not, do the test, otherwise
18469 skip it.
18470
18471 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18472
18473 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18474 results.
18475 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18476
18477 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18478
18479 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18480 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18481 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18482 * gdb.arch/amd64-invalid-stack-top.c: New file.
18483 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18484
18485 2014-05-30 Pedro Alves <palves@redhat.com>
18486
18487 PR breakpoints/17000
18488 * gdb.base/sss-bp-on-user-bp.c: New file.
18489 * gdb.base/sss-bp-on-user-bp.exp: New file.
18490
18491 2014-05-30 David Blaikie <dblaikie@gmail.com>
18492
18493 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18494 gnu_inline semantics via attribute.
18495 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18496 source explicitly specifies the required semantics.
18497
18498 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18499
18500 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18501
18502 2014-05-29 Pedro Alves <palves@redhat.com>
18503 Tom Tromey <tromey@redhat.com>
18504
18505 * gdb.base/async-shell.exp: Don't enable target-async.
18506 * gdb.base/async.exp
18507 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18508 parameter. Adjust.
18509 (top level): Don't test with "target-async".
18510 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18511 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18512 * gdb.base/inferior-died.exp: Don't enable target-async.
18513 * gdb.base/interrupt-noterm.exp: Likewise.
18514 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18515 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18516 * gdb.mi/mi-nonstop.exp: Likewise.
18517 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18518 * gdb.mi/mi-nsintrall.exp: Likewise.
18519 * gdb.mi/mi-nsmoribund.exp: Likewise.
18520 * gdb.mi/mi-nsthrexec.exp: Likewise.
18521 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18522 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18523 * gdb.python/py-evsignal.exp: Don't enable target-async.
18524 * gdb.python/py-evthreads.exp: Likewise.
18525 * gdb.python/py-prompt.exp: Likewise.
18526 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18527 * gdb.server/solib-list.exp: Don't enable target-async.
18528 * gdb.threads/thread-specific-bp.exp: Likewise.
18529 * lib/mi-support.exp: Adjust to use mi-async.
18530
18531 2014-05-29 Pedro Alves <palves@redhat.com>
18532
18533 PR gdb/13860
18534 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18535 reason, even in sync mode.
18536
18537 2014-05-29 Pedro Alves <palves@redhat.com>
18538 Hui Zhu <hui@codesourcery.com>
18539
18540 PR PR15693
18541 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18542 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18543 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18544 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18545
18546 2014-05-28 Joel Brobecker <brobecker@adacore.com>
18547
18548 * config/monitor.exp (gdb_target_monitor): Replace use of
18549 "set remotebaud" by "set serial baud".
18550
18551 2014-05-26 Andy Wingo <wingo@igalia.com>
18552
18553 * gdb.guile/scm-breakpoint.exp:
18554 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18555 properties instead of gdb-object-properties.
18556
18557 2014-05-26 Yao Qi <yao@codesourcery.com>
18558
18559 * gdb.server/no-thread-db.exp: Specify source file name
18560 explicitly when setting a breakpoint.
18561
18562 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18563
18564 * gdb.btrace/vdso.c: New.
18565 * gdb.btrace/vdso.exp: New.
18566
18567 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18568
18569 * gdb.base/gcore.exp (capture_command_output): Move ...
18570 * lib/gdb.exp (capture_command_output): ... here.
18571
18572 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18573
18574 * gdb.btrace/data.exp: Test memory access during btrace replay.
18575
18576 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18577
18578 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18579
18580 2014-05-21 Pedro Alves <palves@redhat.com>
18581
18582 PR gdb/13860
18583 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18584 (top level): Test that output related to execution commands is
18585 sent to the console with CLI commands, but not with MI commands.
18586 Test that breakpoint events are always mirrored to the console.
18587 Also expect the new source line to be output after a "next" in
18588 async mode too. Make it a pass/fail test.
18589 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18590 output.
18591 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18592
18593 2014-05-21 Pedro Alves <palves@redhat.com>
18594
18595 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18596 Use them to test variations of "list" after reaching a breakpoint.
18597 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18598 Test "list" with listsize 10 after reaching a breakpoint.
18599 * gdb.python/python.exp (decode_line current location line
18600 number): Adjust expected line number.
18601
18602 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18603
18604 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18605 behavior for $args, pass it directly to "run".
18606
18607 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18608
18609 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18610 30000 to 65536.
18611
18612 2014-05-21 Pedro Alves <palves@redhat.com>
18613
18614 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18615 auto-connect-native-target off".
18616 * gdb.base/auto-connect-native-target.c: New file.
18617 * gdb.base/auto-connect-native-target.exp: New file.
18618
18619 2014-05-21 Pedro Alves <palves@redhat.com>
18620
18621 * gdb.base/default.exp: Test "target native" instead of "target
18622 child".
18623
18624 2014-05-21 Mark Wielaard <mjw@redhat.com>
18625
18626 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18627
18628 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18629
18630 Fix TLS access for -static -pthread.
18631 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18632 <HAVE_TLS> (thread_function, main): Initialize it.
18633 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18634 Add clean_restart.
18635 <$have_tls != "">: Check TLSVAR.
18636
18637 2014-05-21 Pedro Alves <palves@redhat.com>
18638
18639 * gdb.base/dcache-line-read-error.c: New.
18640 * gdb.base/dcache-line-read-error.exp: New.
18641
18642 2014-05-20 Pedro Alves <palves@redhat.com>
18643
18644 * gdb.base/compare-sections.c: New file.
18645 * gdb.base/compare-sections.exp: New file.
18646
18647 2014-05-20 Pedro Alves <palves@redhat.com>
18648
18649 * gdb.base/break-idempotent.c: New file.
18650 * gdb.base/break-idempotent.exp: New file.
18651
18652 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18653
18654 * gdb.btrace/nohist.exp: New.
18655
18656 2014-05-20 Yao Qi <yao@codesourcery.com>
18657
18658 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18659 gdb.reverse directory and gdb_reverse_timeout exists in board
18660 setting.
18661 * README: Document gdb_reverse_timeout.
18662
18663 2014-05-20 Yao Qi <yao@codesourcery.com>
18664
18665 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18666 'test_file_name'. Treat args as a string instead of a list.
18667 (gdb_init): Rename argument 'args' by 'test_file_name'.
18668
18669 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18670
18671 * gdb.arch/powerpc-power.exp: New file.
18672 * gdb.arch/powerpc-power.s: New file.
18673
18674 2014-05-16 Doug Evans <dje@google.com>
18675
18676 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
18677 * gdb.base/completion.exp: Check that all expected files exist
18678 before doing file completion.
18679
18680 2014-05-16 Doug Evans <dje@google.com>
18681
18682 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18683 Update.
18684 (do_syscall_tests_without_xml): Update.
18685
18686 2014-05-16 Pedro Alves <palves@redhat.com>
18687
18688 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18689 instead of "unknown output after running".
18690
18691 2014-05-16 Yao Qi <yao@codesourcery.com>
18692
18693 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18694 file1.txt from host at the end.
18695 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18696
18697 2014-05-15 Doug Evans <dje@google.com>
18698
18699 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18700 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18701 loading file. Add test for TU lookup.
18702
18703 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18704
18705 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18706 calling "-exec-arguments" or "set args" before running the
18707 inferior.
18708
18709 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18710
18711 * lib/mi-support.exp (mi_expect_stop): Expect message for
18712 inferiors that exit with non-zero exit code.
18713
18714 2014-05-14 Yao Qi <yao@codesourcery.com>
18715
18716 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18717 match absolute path on remote host.
18718 (test_file_list_exec_source_files): Remove "/" from the
18719 pattern.
18720
18721 2014-05-14 Yao Qi <yao@codesourcery.com>
18722
18723 * boards/local-remote-host-notty.exp (${board}_file): New
18724 proc.
18725
18726 2014-05-07 Kyle McMartin <kyle@redhat.com>
18727
18728 Pushed by Joel Brobecker <brobecker@adacore.com>.
18729 * gdb.arch/aarch64-atomic-inst.c: New file.
18730 * gdb.arch/aarch64-atomic-inst.exp: New file.
18731
18732 2014-05-07 Yao Qi <yao@codesourcery.com>
18733
18734 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18735 in current context" too.
18736
18737 2014-05-05 Keith Seitz <keiths@redhat.com>
18738
18739 * gdb.linespec/ls-dollar.exp: Add test for linespec
18740 file:convenience_variable.
18741
18742 2014-05-05 Yao Qi <yao@codesourcery.com>
18743
18744 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18745 traceframes into tfile and ctf trace files. Read data from
18746 trace file and test collected data.
18747 (gdb_collect_locals_test): Likewise.
18748 (gdb_unavailable_registers_test): Likewise.
18749 (gdb_unavailable_floats): Likewise.
18750 (gdb_collect_globals_test): Likewise.
18751 (top-level): Append "ctf" to trace_file_targets if GDB
18752 supports.
18753
18754 2014-05-05 Yao Qi <yao@codesourcery.com>
18755
18756 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18757 code to ...
18758 (gdb_collect_args_test_1): ... it. New proc.
18759 (gdb_collect_locals_test): Move some code to ...
18760 (gdb_collect_locals_test_1): ... it. New proc.
18761 (gdb_unavailable_registers_test): Move some code to ...
18762 (gdb_unavailable_registers_test_1): ... it. New proc.
18763 (gdb_unavailable_floats): Move some code to ...
18764 (gdb_unavailable_floats_1): ... it. New proc.
18765
18766 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18767
18768 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18769 probes to test for bitness recognition.
18770 * gdb.arch/amd64-stap-optional-prefix.exp
18771 (test_probe_value_without_reg): New procedure.
18772 Add code to test for different kinds of bitness.
18773
18774 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18775
18776 PR breakpoints/16889
18777 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18778 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18779
18780 2014-05-01 Pedro Alves <palves@redhat.com>
18781
18782 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18783 gdb_file_cmd if no file is specified.
18784 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18785 last_loaded_file to set the remote exec-file.
18786
18787 2014-05-01 Pedro Alves <palves@redhat.com>
18788
18789 * boards/local-remote-host.exp: New file.
18790
18791 2014-05-01 Pedro Alves <palves@redhat.com>
18792
18793 * boards/local-remote-host.exp: Rename to ...
18794 * boards/local-remote-host-notty.exp: ... this.
18795
18796 2014-04-28 Joel Brobecker <brobecker@adacore.com>
18797
18798 * gdb.ada/dyn_arrayidx: New testcase.
18799
18800 2014-04-26 Yao Qi <yao@codesourcery.com>
18801
18802 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18803 and compute the length of function main. Save it in
18804 $main_length.
18805 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18806 (top-level): Use gdb_compile to compile objects into
18807 executable and restart GDB. Remove invocation to
18808 prepare_for_testing.
18809
18810 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18811 Pedro Alves <palves@redhat.com>
18812
18813 PR server/16255
18814 * gdb.multi/multi-attach.c: New file.
18815 * gdb.multi/multi-attach.exp: New file.
18816
18817 2014-04-25 Pedro Alves <palves@redhat.com>
18818
18819 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18820 user.
18821 (top level): Test that "set remote conditional-breakpoints-packet
18822 off" works as intended.
18823 * gdb.base/dprintf.exp: Test that "set remote
18824 breakpoint-commands-packet off" works as intended.
18825 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18826 New function.
18827 (top level): Call it.
18828 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18829 remote fast-tracepoints-packet off" works as intended.
18830 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18831 * lib/gdb.exp (gdb_is_target_remote): ... here.
18832
18833 2014-04-24 David Blaikie <dblaikie@gmail.com>
18834
18835 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18836 ensure clang would not discard them.
18837 * gdb.base/gdbvars.c: Ditto.
18838 * gdb.base/memattr.c: Ditto.
18839 * gdb.base/whatis.c: Ditto.
18840 * gdb.python/py-prettyprint.c: Ditto.
18841 * gdb.trace/actions.c: Ditto.
18842 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18843 ensure clang would not discard it.
18844
18845 2014-04-24 David Blaikie <dblaikie@gmail.com>
18846
18847 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18848 clang to emit the full definition of type required by the test
18849 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18850
18851 2014-04-24 David Blaikie <dblaikie@gmail.com>
18852
18853 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18854 coax Clang into emitting the definition of the type.
18855 * gdb.cp/pr10728-x.h (y): Ditto.
18856 * gdb.cp/pr10728-y.cc (y): Ditto.
18857
18858 2014-04-24 David Blaikie <dblaikie@gmail.com>
18859
18860 * gdb.base/label.exp: XFAIL label related tests under Clang.
18861 * gdb.cp/cplabel.exp: Ditto.
18862 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18863 under Clang those using labels.
18864
18865 2014-04-25 Yao Qi <yao@codesourcery.com>
18866
18867 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18868 double_label.
18869 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18870 partial_label and double_label.
18871
18872 2014-04-24 David Blaikie <dblaikie@gmail.com>
18873
18874 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18875
18876 2014-04-24 David Blaikie <dblaikie@gmail.com>
18877
18878 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18879 of the function to work across GCC and Clang.
18880 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18881 pointer types (const void ** const V void **).
18882
18883 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
18884 Walfred Tedeschi <walfred.tedeschi@intel.com>
18885
18886 * Makefile.in (EXECUTABLES): Added i386-avx512.
18887 * gdb.arch/i386-avx512.c: New file.
18888 * gdb.arch/i386-avx512.exp: Likewise.
18889
18890 2014-04-23 Keith Seitz <keiths@redhat.com>
18891
18892 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18893 (mi_make_breakpoint_table): New procedure.
18894 (mi_create_breakpoint): Use mi_make_breakpoint
18895 and return the result.
18896 (mi_make_breakpoint): New procedure.
18897 (mi_build_kv_pairs): New procedure.
18898
18899 * gdb.mi/mi-break.exp: Remove unused globals,
18900 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18901 All callers updated.
18902 * gdb.mi/mi-dprintf.exp: Use variable to track command
18903 number.
18904 Update all callers of mi_create_breakpoint and use
18905 mi_make_breakpoint_table.
18906 Remove any unused global variables.
18907 * gdb.mi/mi-nonstop.exp: Likewise.
18908 * gdb.mi/mi-nsintrall.exp: Likewise.
18909 * gdb.mi/mi-nsmoribund.exp: Likewise.
18910 * gdb.mi/mi-nsthrexec.exp: Likewise.
18911 * gdb.mi/mi-reverse.exp: Likewise.
18912 * gdb.mi/mi-simplerun.exp: Likewise.
18913 * gdb.mi/mi-stepn.exp: Likewise.
18914 * gdb.mi/mi-syn-frame.exp: Likewise.
18915 * gdb.mi/mi-until.exp: Likewise.
18916 * gdb.mi/mi-var-cp.exp: Likewise.
18917 * gdb.mi/mi-var-display.exp: Likewise.
18918 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18919 * gdb.mi/mi2-var-child.exp: Likewise.
18920 * gdb.mi/mi-vla-c99.exp: Likewise.
18921 * lib/mi-support.exp: Likewise.
18922
18923 From Ian Lance Taylor <iant@cygnus.com>:
18924 * lib/gdb.exp (parse_args): New procedure.
18925
18926 2014-04-23 Pedro Alves <palves@redhat.com>
18927
18928 * gdb.base/break-unload-file.c: New file.
18929 * gdb.base/break-unload-file.exp: New file.
18930 * gdb.base/sym-file-lib.c (baz): New function.
18931 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18932 field.
18933 (load): Store the segment's mapped size.
18934 (unload): New function.
18935 (unload_shlib): New function.
18936 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18937 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18938 set a breakpoint at baz, and call it.
18939 * gdb.base/sym-file.exp: New tests for stale breakpoint
18940 instructions.
18941
18942 2014-04-23 Pedro Alves <palves@redhat.com>
18943
18944 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18945 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18946 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18947 * gdb.base/hbreak-unmapped.c: New file.
18948 * gdb.base/hbreak-unmapped.exp: New file.
18949 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18950 * lib/gdb.exp (gdb_is_target_remote): ... here.
18951
18952 2014-04-22 Pedro Alves <palves@redhat.com>
18953
18954 * gdb.base/consecutive-step-over.c: New file.
18955 * gdb.base/consecutive-step-over.exp: New file.
18956
18957 2014-04-22 Pedro Alves <palves@redhat.com>
18958
18959 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18960 instead of send_gdb/gdb_expect.
18961
18962 2014-04-22 Yao Qi <yao@codesourcery.com>
18963
18964 * lib/trace-support.exp (generate_tracefile): New procedure.
18965 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18966 return 0.
18967 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18968 if generate_tracefile returns 1.
18969
18970 2014-04-18 Tom Tromey <palves@redhat.com>
18971 Pedro alves <tromey@redhat.com>
18972
18973 PR backtrace/15558
18974 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18975 with a backtrace limit.
18976 * gdb.python/py-frame-inline.exp: Test running to an inline
18977 function with a backtrace limit, and printing the newest frame.
18978 * gdb.python/py-frame-inline.c (main): Call f.
18979
18980 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18981
18982 * gdb.java/jnpe.exp: Drop srcdir from untested path.
18983
18984 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18985
18986 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
18987 Drop prefix from unsupported source file path.
18988
18989 2014-04-17 Yao Qi <yao@codesourcery.com>
18990
18991 * lib/gdb.exp (with_target_charset): New proc.
18992 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
18993 with_target_charset.
18994 (test_print_strings): Likewise.
18995 (test_repeat_bytes): Likewise.
18996 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
18997 for some tests.
18998
18999 2014-04-16 Keith Seitz <keiths@redhat.com>
19000
19001 PR gdb/15827
19002 * gdb.dwarf2/corrupt.c: New file.
19003 * gdb.dwarf2/corrupt.exp: New file.
19004
19005 2014-04-16 Keith Seitz <keiths@redhat.com>
19006
19007 PR c++/16597
19008 * gdb.cp/namelessclass.cc: New file.
19009 * gdb.cp/namelessclass.exp: New file.
19010 * gdb.cp/namelessclass.S: New file.
19011
19012 2014-04-16 Doug Evans <dje@google.com>
19013
19014 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19015 Add comment.
19016 (gdbserver_default_get_comm_port): New function.
19017 (gdbserver_start): Check if board file provided
19018 "gdbserver,get_comm_port" and use it if so.
19019 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19020 (gdb,socketport): Set to "stdio".
19021 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19022 (stdio_gdbserver_template): Delete.
19023 (${board}_get_remote_address): Update.
19024 (${board}_build_remote_cmd): Delete.
19025 (${board}_get_comm_port): New function.
19026 (${board}_spawn): Update.
19027 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19028 Delete.
19029 (${board}_get_remote_address): Update.
19030 (${board}_get_comm_port): New function.
19031
19032 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
19033
19034 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19035 appearing in any order.
19036
19037 2014-04-15 Doug Evans <dje@google.com>
19038
19039 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19040 uninitialized value of "description".
19041
19042 2014-04-15 Keith Seitz <keiths@redhat.com>
19043
19044 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19045 Remove unused globals.
19046 (test_running_the_program): Likewise.
19047 (test_controlled_execution): Likewise.
19048 (test_controlling_breakpoints): Likewise.
19049 (test_program_termination): Likewise.
19050
19051 2014-04-15 Keith Seitz <keiths@redhat.com>
19052
19053 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19054 unused globals.
19055 (test_rbreak_creation_and_listing): Likewise.
19056 (test_ignore_count): Likewise.
19057 (test_error): Likewise.
19058
19059 2014-04-15 Pedro Alves <palves@redhat.com>
19060
19061 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19062 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19063 sym-file-loader.c.
19064 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19065 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19066 to sym-file-loader.c.
19067 (struct library): Forward declare.
19068 (load_shlib, lookup_function): Change prototypes.
19069 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19070 (translate_offset): Remove declarations.
19071 (get_text_addr): New declaration.
19072 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19073 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19074 sym-file-loader.h.
19075 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19076 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19077 here from sym-file-loader.h.
19078 (struct library): New structure.
19079 (load_shlib, lookup_function): Change prototypes and adjust to
19080 work with a struct library.
19081 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19082 (translate_offset): Make static.
19083 (get_text_addr): New function.
19084 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19085
19086 2014-04-15 Pedro Alves <palves@redhat.com>
19087
19088 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19089
19090 2014-04-15 Pedro Alves <palves@redhat.com>
19091
19092 * gdb.base/sym-file-loader.c: Include <limits.h>.
19093 (SELF_LINK): New define.
19094 (get_origin): New function.
19095 (load_shlib): Use it.
19096 * gdb.base/sym-file.exp: Don't early return if the target is
19097 remote. Use runto_main, and issue fail is that fails. Use
19098 gdb_load_shlibs.
19099 (shlib_name): Delete.
19100 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19101
19102 2014-04-15 Pedro Alves <palves@redhat.com>
19103
19104 * gdb.base/sym-file.exp: Remove regex characters from test
19105 message. Don't refer to breakpoint numbers in test messages.
19106
19107 2014-04-14 Keith Seitz <keiths@redhat.com>
19108
19109 PR c++/16253
19110 * gdb.cp/var-tag.cc: New file.
19111 * gdb.cp/var-tag.exp: New file.
19112 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19113 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19114 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19115 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19116
19117 2014-04-14 Tom Tromey <tromey@redhat.com>
19118
19119 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19120 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19121 type.
19122 * gdb.cp/enum-class.exp: New file.
19123 * gdb.cp/enum-class.cc: New file.
19124
19125 2014-04-14 Tom Tromey <tromey@redhat.com>
19126
19127 * gdb.dwarf2/enum-type.exp: New file.
19128
19129 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19130
19131 * gdb.mi/mi-vla-c99.exp: New file.
19132 * gdb.mi/vla.c: New file.
19133
19134 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19135
19136 * gdb.base/vla-datatypes.c: New file.
19137 * gdb.base/vla-datatypes.exp: New file.
19138
19139 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19140
19141 * gdb.base/vla-ptr.c: New file.
19142 * gdb.base/vla-ptr.exp: New file.
19143
19144 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19145
19146 * gdb.dwarf2/count.exp: New file.
19147
19148 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19149
19150 * gdb.base/vla-sideeffect.c: New file.
19151 * gdb.base/vla-sideeffect.exp: New file.
19152
19153 2014-04-14 David Blaikie <dblaikie@gmail.com>
19154
19155 * gdb.mi/non-stop.c: Add return value for non-void function return
19156 statement.
19157 * gdb.threads/staticthreads.c: Ditto.
19158
19159 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19160 Doug Evans <xdje42@gmail.com>
19161
19162 * gdb.guile/scm-value.c: Improve test case.
19163 * gdb.guile/scm-value.exp: Add new test.
19164
19165 2014-04-11 David Blaikie <dblaikie@gmail.com>
19166
19167 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19168 override Clang's default.
19169
19170 2014-04-11 Joel Brobecker <brobecker@adacore.com>
19171
19172 Revert the following changes (regressions):
19173
19174 * gdb.base/vla-sideeffect.c: New file.
19175 * gdb.base/vla-sideeffect.exp: New file.
19176
19177 * gdb.dwarf2/count.exp: New file.
19178
19179 * gdb.base/vla-multi.c: New file.
19180 * gdb.base/vla-multi.exp: New file.
19181
19182 * gdb.base/vla-ptr.c: New file.
19183 * gdb.base/vla-ptr.exp: New file.
19184
19185 * gdb.base/vla-datatypes.c: New file.
19186 * gdb.base/vla-datatypes.exp: New file.
19187
19188 * gdb.mi/mi-vla-c99.exp: New file.
19189 * gdb.mi/vla.c: New file.
19190
19191 2014-04-11 Keith Seitz <keiths@redhat.com>
19192
19193 PR c++/16675
19194 * gdb.cp/cpsizeof.exp: New file.
19195 * gdb.cp/cpsizeof.cc: New file.
19196
19197 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19198
19199 * gdb.mi/mi-vla-c99.exp: New file.
19200 * gdb.mi/vla.c: New file.
19201
19202 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19203
19204 * gdb.base/vla-datatypes.c: New file.
19205 * gdb.base/vla-datatypes.exp: New file.
19206
19207 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19208
19209 * gdb.base/vla-ptr.c: New file.
19210 * gdb.base/vla-ptr.exp: New file.
19211
19212 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19213
19214 * gdb.base/vla-multi.c: New file.
19215 * gdb.base/vla-multi.exp: New file.
19216
19217 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19218
19219 * gdb.dwarf2/count.exp: New file.
19220
19221 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19222
19223 * gdb.base/vla-sideeffect.c: New file.
19224 * gdb.base/vla-sideeffect.exp: New file.
19225
19226 2014-04-11 Yao Qi <yao@codesourcery.com>
19227
19228 * gdb.base/completion.exp: Check file exists before running tests
19229 on file completion.
19230
19231 2014-04-10 Pedro Alves <palves@redhat.com>
19232
19233 * gdb.base/cond-eval-mode.c: New file.
19234 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19235 prepare_for_testing to build the new file. Check result of
19236 runto_main.
19237 (test_break, test_watch): New procedures.
19238 (top level): Use them.
19239
19240 2014-04-08 Pierre Muller <muller@sourceware.org>
19241
19242 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19243 Ctrl-V use for mingw hosts.
19244
19245 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19246
19247 * gdb.python/py-value.c: Improve test case.
19248 * gdb.python/py-value.exp: Add new test.
19249
19250 2014-04-07 David Blaikie <dblaikie@gmail.com>
19251
19252 * lib/compiler.c: Identify the clang compiler.
19253 * lib/compiler.cc: Ditto.
19254
19255 2014-04-03 Yao Qi <yao@codesourcery.com>
19256
19257 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19258
19259 2014-04-01 Anton Blanchard <anton@samba.org>
19260
19261 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19262 messages unique.
19263
19264 2014-04-01 Anton Blanchard <anton@samba.org>
19265
19266 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19267 prepare_for_testing.
19268
19269 2014-04-01 Anton Blanchard <anton@samba.org>
19270
19271 * gdb.arch/ppc64-atomic-inst.c: Remove.
19272 * gdb.arch/ppc64-atomic-inst.S: New file.
19273 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19274
19275 2014-03-31 Doug Evans <dje@google.com>
19276
19277 * gdb.base/print-symbol-loading-lib.c: New file.
19278 * gdb.base/print-symbol-loading-main.c: New file.
19279 * gdb.base/print-symbol-loading.exp: New file.
19280
19281 2014-03-31 Yao Qi <yao@codesourcery.com>
19282
19283 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19284
19285 2014-03-28 Joel Brobecker <brobecker@adacore.com>
19286
19287 * gdb.ada/mi_dyn_arr: New testcase.
19288
19289 2014-03-27 Doug Evans <dje@google.com>
19290
19291 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19292
19293 2014-03-27 Yao Qi <yao@codesourcery.com>
19294
19295 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19296 if target is nios2-*-*.
19297
19298 2014-03-26 Yao Qi <yao@codesourcery.com>
19299
19300 * lib/gdb.exp (readline_is_used): New proc.
19301 * gdb.base/completion.exp: Move tests on command complete up.
19302 Skip the rest of tests if readline is not used.
19303 * gdb.ada/complete.exp: Skp the test if readline is not
19304 used.
19305 * gdb.base/filesym.exp: Likewise.
19306 * gdb.base/macscp.exp: Likewise.
19307 * gdb.base/readline-ask.exp: Likewise.
19308 * gdb.base/readline.exp: Likewise.
19309 * gdb.python/py-cmd.exp: Likewise.
19310 * gdb.trace/tfile.exp: Likewise.
19311
19312 2014-03-26 Yao Qi <yao@codesourcery.com>
19313
19314 * gdb.base/macscp.exp: Fix code format issues.
19315
19316 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19317
19318 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19319 * gdb.asm/powerpc64le.inc: New file.
19320
19321 2014-03-25 Pedro Alves <palves@redhat.com>
19322 Doug Evans <dje@google.com>
19323
19324 * gdb.base/source-execution.c: New file.
19325 * gdb.base/source-execution.exp: New file.
19326 * gdb.base/source-execution.gdb: New file.
19327
19328 2014-03-24 Doug Evans <dje@google.com>
19329
19330 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19331 using fission.
19332
19333 2014-03-24 Hui Zhu <hui@codesourcery.com>
19334 Pedro Alves <palves@redhat.com>
19335
19336 PR breakpoints/16101
19337 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19338 test pass/fail messages. Detect missing support for dprintf when
19339 breakpoints are actually inserted.
19340 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19341 breakpoints are actually inserted.
19342 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19343 fails.
19344
19345 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19346
19347 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19348
19349 2014-03-22 Doug Evans <xdje42@gmail.com>
19350
19351 * gdb.python/python.exp (python not supported): Verify multi-line
19352 python command issues an error.
19353 * gdb.guile/guile.exp (guile not supported): Verify multi-line
19354 guile command issues an error.
19355
19356 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19357
19358 * gdb.threads/thread-specific.exp: Handle the lack of usable
19359 $this_breakpoint and $this_thread.
19360
19361 2014-03-21 Hui Zhu <hui@codesourcery.com>
19362
19363 * gdb.base/attach.exp (do_command_attach_tests): New.
19364
19365 2014-03-20 Tom Tromey <tromey@redhat.com>
19366 Pedro Alves <palves@redhat.com>
19367
19368 PR cli/15718
19369 * gdb.base/condbreak-call-false.c: New file.
19370 * gdb.base/condbreak-call-false.exp: New file.
19371
19372 2014-03-20 Pedro Alves <palves@redhat.com>
19373
19374 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19375 Delete.
19376 (block_signals, unblock_signals): Delete.
19377 (child_function_2, main): Remove references to deleted variable
19378 and functions.
19379
19380 2014-03-20 Pedro Alves <palves@redhat.com>
19381
19382 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19383 Use pthread_kill to signal thread 2.
19384 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19385 Adjust to make the test send itself a signal rather than using the
19386 host's "kill" command.
19387
19388 2014-03-20 Pedro Alves <palves@redhat.com>
19389
19390 * gdb.threads/multiple-step-overs.c: New file.
19391 * gdb.threads/multiple-step-overs.exp: New file.
19392 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19393 Adjust expected infrun debug output.
19394
19395 2014-03-20 Pedro Alves <palves@redhat.com>
19396
19397 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19398 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19399
19400 2014-03-20 Pedro Alves <palves@redhat.com>
19401
19402 PR breakpoints/7143
19403 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19404 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19405 of gdb_test_multiple.
19406 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19407 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19408
19409 2014-03-20 Pedro Alves <palves@redhat.com>
19410
19411 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19412 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19413
19414 2014-03-19 Pedro Alves <palves@redhat.com>
19415
19416 * gdb.base/async.exp: Remove early return.
19417
19418 2014-03-19 Pedro Alves <palves@redhat.com>
19419
19420 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19421
19422 2014-03-19 Pedro Alves <palves@redhat.com>
19423
19424 * gdb.base/async.exp (test_background): Expect \r\n after
19425 "completed." in the fail pattern.
19426
19427 2014-03-19 Pedro Alves <palves@redhat.com>
19428
19429 * gdb.base/async.exp (test_background): New procedure.
19430 Use it for all background execution command tests.
19431
19432 2014-03-19 Pedro Alves <palves@redhat.com>
19433
19434 * gdb.base/async.exp: Use prepare_for_testing.
19435
19436 2014-03-19 Pedro Alves <palves@redhat.com>
19437
19438 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19439 the same line.
19440
19441 2014-03-19 Pedro Alves <palves@redhat.com>
19442
19443 * gdb.base/async.c (main): Add "jump here" and "until here" line
19444 marker comments.
19445 * gdb.base/async.exp (jump_here): New global.
19446 (jump& test): Use it.
19447 (until_here): New global.
19448 (until& test): Use it.
19449
19450 2014-03-19 Pedro Alves <palves@redhat.com>
19451
19452 * gdb.base/async.exp: Don't frob gdb_protocol.
19453
19454 2014-03-18 Doug Evans <xdje42@gmail.com>
19455
19456 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19457 Fix spelling of exec-done-display.
19458
19459 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19460
19461 PR gdb/15358
19462 * gdb.base/gdb-sigterm.c: New file.
19463 * gdb.base/gdb-sigterm.exp: New file.
19464
19465 2014-03-18 Pedro Alves <palves@redhat.com>
19466
19467 PR gdb/13860
19468 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19469 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19470 solib-event.
19471
19472 2014-03-17 Joel Brobecker <brobecker@adacore.com>
19473
19474 * gdb.ada/pckd_arr_ren: New testcase.
19475
19476 2014-03-13 Doug Evans <xdje42@gmail.com>
19477
19478 PR guile/16612
19479 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19480 collect after discarding symbols.
19481
19482 2014-03-13 Ludovic Courtès <ludo@gnu.org>
19483 Doug Evans <xdje42@gmail.com>
19484
19485 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19486 to history survives a gc.
19487
19488 2014-03-13 Pedro Alves <palves@redhat.com>
19489
19490 * gdb.base/default.exp: Don't test "target procfs".
19491
19492 2014-03-13 Pedro Alves <palves@redhat.com>
19493
19494 * gdb.base/default.exp: Update "target child" and "target procfs"
19495 tests to not expect "Unix".
19496
19497 2014-03-12 Tom Tromey <tromey@redhat.com>
19498
19499 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19500 New procs. Add target-async tests.
19501 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19502 Add target-async tests.
19503
19504 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19505
19506 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19507 'func_start' and 'func_end' for the beginning and end of the
19508 function code, respectively.
19509 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19510 'func_end' instead of 'func' and 'main'.
19511
19512 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19513
19514 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19515 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19516 generate the debug info assembler source.
19517
19518 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19519
19520 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19521 * gdb.dwarf2/arr-subrange.exp: Likewise.
19522 * gdb.dwarf2/dwz.exp: Likewise.
19523 * gdb.dwarf2/method-ptr.exp: Likewise.
19524 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19525 * gdb.dwarf2/subrange.exp: Likewise.
19526 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19527 * gdb.dwarf2/implptrpiece.exp: Likewise.
19528 * gdb.dwarf2/nostaticblock.exp: Likewise.
19529
19530 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19531
19532 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19533 directory to absolute path name arguments.
19534
19535 2014-03-10 Joel Brobecker <brobecker@adacore.com>
19536
19537 * gdb.ada/tagged_access: New testcase.
19538
19539 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19540
19541 * gdb.btrace/data.exp: Update expected output.
19542
19543 2014-03-06 Yao Qi <yao@codesourcery.com>
19544
19545 * gdb.trace/pr16508.exp: New file.
19546
19547 2014-03-05 Pedro Alves <palves@redhat.com>
19548
19549 PR gdb/16575
19550 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19551 procedure.
19552 (top level): Adjust to use it. Add tests that exercise breakpoint
19553 interaction with the code-cache.
19554
19555 2014-02-26 Ludovic Courtès <ludo@gnu.org>
19556
19557 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19558 test for 'history-append!'.
19559
19560 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19561
19562 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19563 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19564 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19565 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19566 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19567 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19568
19569 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19570
19571 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19572 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19573 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19574
19575 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19576
19577 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19578
19579 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19580
19581 * gdb.dwarf2/arr-stride.c: New file.
19582 * gdb.dwarf2/arr-stride.exp: New file.
19583
19584 2014-02-26 Pedro Alves <palves@redhat.com>
19585
19586 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19587 that won't ever trigger. Make sure that GDB reports the correct
19588 breakpoint that caused the stop.
19589
19590 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19591
19592 PR gdb/16626
19593 * gdb.base/auto-load-script: New file.
19594 * gdb.base/auto-load.c: New file.
19595 * gdb.base/auto-load.exp: New file.
19596
19597 PR gdb/16626
19598 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19599
19600 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19601
19602 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19603 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19604
19605 2014-02-24 Doug Evans <dje@google.com>
19606
19607 * lib/gdb.exp (run_on_host): Log error output if program fails.
19608
19609 2014-02-21 Pedro Alves <palves@redhat.com>
19610
19611 * gdb.threads/step-after-sr-lock.c: Rename to ...
19612 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19613 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19614 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19615 ... this.
19616
19617 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19618
19619 PR tdep/16397
19620 * gdb.arch/amd64-stap-special-operands.exp: New file.
19621 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19622 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19623 * gdb.arch/amd64-stap-triplet.S: Likewise.
19624 * gdb.arch/amd64-stap-triplet.c: Likewise.
19625
19626 2014-02-20 Joel Brobecker <brobecker@adacore.com>
19627
19628 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19629 in .section pseudo-op.
19630
19631 2014-02-20 lin zuojian <manjian2006@gmail.com>
19632 Joel Brobecker <brobecker@adacore.com>
19633 Doug Evans <xdje42@gmail.com>
19634
19635 PR symtab/16581
19636 * gdb.dwarf2/dw2-icycle.S: New file.
19637 * gdb.dwarf2/dw2-icycle.c: New file.
19638 * gdb.dwarf2/dw2-icycle.exp: New file.
19639
19640 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19641
19642 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19643 operations on gdb.Value objects.
19644 * gdb.python/py-value-cc.exp: Add new test to test operations on
19645 gdb.Value objects.
19646
19647 2014-02-18 Doug Evans <dje@google.com>
19648
19649 * Makefile.in (TESTS): New variable.
19650 (expanded_tests, expanded_tests_or_none): New variables
19651 (check-single): Pass $(expanded_tests_or_none) to runtest.
19652 (check-parallel): Only run tests in $(TESTS) if non-empty.
19653 (check/no-matching-tests-found): New rule.
19654 * README: Document TESTS makefile variable.
19655
19656 2014-02-18 Doug Evans <dje@google.com>
19657
19658 * Makefile.in (check-parallel): rm -rf outputs temp.
19659
19660 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19661
19662 Fix "ERROR: no fileid for" in the testsuite.
19663 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19664
19665 2014-02-12 Doug Evans <dje@google.com>
19666
19667 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19668 (MISCELLANEOUS): New variable.
19669 (clean): rm -rf $(MISCELLANEOUS).
19670 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19671 dwp live in the same directory as symlinks, with each symlink pointed
19672 to a differently named file in a different directory.
19673
19674 2014-02-11 Doug Evans <dje@google.com>
19675
19676 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19677 of Tcl file commands.
19678
19679 2014-02-10 Mark Kettenis <kettenis@gnu.org>
19680
19681 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19682 "kill -SIGUSR1 -1".
19683
19684 2014-02-10 Joel Brobecker <brobecker@adacore.com>
19685
19686 * gdb.ada/tick_length_array_enum_idx: New testcase.
19687
19688 2014-02-10 Doug Evans <xdje42@gmail.com>
19689
19690 * configure.ac (AC_OUTPUT): Add gdb.guile.
19691 * configure: Regenerate.
19692 * lib/gdb-guile.exp: New file.
19693 * lib/gdb.exp (get_target_charset): New function.
19694 * gdb.base/help.exp: Update expected output from "apropos apropos".
19695 * gdb.guile/Makefile.in: New file.
19696 * gdb.guile/guile.exp: New file.
19697 * gdb.guile/scm-arch.c: New file.
19698 * gdb.guile/scm-arch.exp: New file.
19699 * gdb.guile/scm-block.c: New file.
19700 * gdb.guile/scm-block.exp: New file.
19701 * gdb.guile/scm-breakpoint.c: New file.
19702 * gdb.guile/scm-breakpoint.exp: New file.
19703 * gdb.guile/scm-disasm.c: New file.
19704 * gdb.guile/scm-disasm.exp: New file.
19705 * gdb.guile/scm-equal.c: New file.
19706 * gdb.guile/scm-equal.exp: New file.
19707 * gdb.guile/scm-error.exp: New file.
19708 * gdb.guile/scm-error.scm: New file.
19709 * gdb.guile/scm-frame-args.c: New file.
19710 * gdb.guile/scm-frame-args.exp: New file.
19711 * gdb.guile/scm-frame-args.scm: New file.
19712 * gdb.guile/scm-frame-inline.c: New file.
19713 * gdb.guile/scm-frame-inline.exp: New file.
19714 * gdb.guile/scm-frame.c: New file.
19715 * gdb.guile/scm-frame.exp: New file.
19716 * gdb.guile/scm-generics.exp: New file.
19717 * gdb.guile/scm-gsmob.exp: New file.
19718 * gdb.guile/scm-iterator.c: New file.
19719 * gdb.guile/scm-iterator.exp: New file.
19720 * gdb.guile/scm-math.c: New file.
19721 * gdb.guile/scm-math.exp: New file.
19722 * gdb.guile/scm-objfile-script-gdb.in: New file.
19723 * gdb.guile/scm-objfile-script.c: New file.
19724 * gdb.guile/scm-objfile-script.exp: New file.
19725 * gdb.guile/scm-objfile.c: New file.
19726 * gdb.guile/scm-objfile.exp: New file.
19727 * gdb.guile/scm-ports.exp: New file.
19728 * gdb.guile/scm-pretty-print.c: New file.
19729 * gdb.guile/scm-pretty-print.exp: New file.
19730 * gdb.guile/scm-pretty-print.scm: New file.
19731 * gdb.guile/scm-section-script.c: New file.
19732 * gdb.guile/scm-section-script.exp: New file.
19733 * gdb.guile/scm-section-script.scm: New file.
19734 * gdb.guile/scm-symbol.c: New file.
19735 * gdb.guile/scm-symbol.exp: New file.
19736 * gdb.guile/scm-symtab-2.c: New file.
19737 * gdb.guile/scm-symtab.c: New file.
19738 * gdb.guile/scm-symtab.exp: New file.
19739 * gdb.guile/scm-type.c: New file.
19740 * gdb.guile/scm-type.exp: New file.
19741 * gdb.guile/scm-value-cc.cc: New file.
19742 * gdb.guile/scm-value-cc.exp: New file.
19743 * gdb.guile/scm-value.c: New file.
19744 * gdb.guile/scm-value.exp: New file.
19745 * gdb.guile/source2.scm: New file.
19746 * gdb.guile/types-module.cc: New file.
19747 * gdb.guile/types-module.exp: New file.
19748
19749 2014-02-10 Yao Qi <yao@codesourcery.com>
19750
19751 PR testsuite/16543
19752 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19753 * configure: Regenerated.
19754 * Makefile.in: New file.
19755
19756 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19757
19758 * gdb.python/py-framefilter.exp: Fix typo.
19759
19760 2014-02-08 Yao Qi <yao@codesourcery.com>
19761
19762 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19763 that no =breakpoint-modified is emitted when breakpoints are
19764 modified through MI commands.
19765
19766 2014-02-07 Pedro Alves <pedro@codesourcery.com>
19767 Pedro Alves <palves@redhat.com>
19768
19769 * gdb.threads/step-after-sr-lock.c: New file.
19770 * gdb.threads/step-after-sr-lock.exp: New file.
19771
19772 2014-02-07 Pedro Alves <palves@redhat.com>
19773
19774 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19775
19776 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19777
19778 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19779 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19780
19781 2014-02-06 Doug Evans <xdje42@gmail.com>
19782
19783 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19784 output.
19785
19786 * gdb.gdb/python-interrupts.exp: New file.
19787
19788 2014-02-05 Yao Qi <yao@codesourcery.com>
19789
19790 * gdb.trace/report.exp (use_collected_data): Test the output
19791 of "info threads" and "info inferiors".
19792
19793 2014-02-05 Yao Qi <yao@codesourcery.com>
19794
19795 Revert this patch:
19796
19797 2013-05-24 Yao Qi <yao@codesourcery.com>
19798
19799 * gdb.trace/tfile.exp: Test inferior and thread.
19800
19801 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19802
19803 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19804 on a function.
19805 * gdb.base/step-bt.c: Call hello via function pointer to make
19806 sure its first instruction is executed on powerpc64le-linux.
19807
19808 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19809
19810 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19811
19812 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19813
19814 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19815 of the test patterns for use on little-endian systems.
19816
19817 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19818
19819 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19820 (decimal_vector): Fix for little-endian.
19821
19822 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19823
19824 * gdb.arch/sparc-sysstep.exp: New file.
19825 * gdb.arch/sparc-sysstep.c: Likewise.
19826
19827 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19828
19829 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19830
19831 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19832
19833 2014-01-23 Tom Tromey <tromey@redhat.com>
19834
19835 * gdb.ada/array_char_idx: New testcase.
19836
19837 2014-01-23 Tom Tromey <tromey@redhat.com>
19838
19839 PR python/16487:
19840 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19841 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19842 classes.
19843
19844 2014-01-23 Tom Tromey <tromey@redhat.com>
19845
19846 PR python/16491:
19847 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19848 string from an inferior frame.
19849 * gdb.python/py-framefilter-mi.exp: Update.
19850
19851 2014-01-22 Doug Evans <dje@google.com>
19852
19853 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19854
19855 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19856
19857 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19858
19859 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19860
19861 * gdb.trace/entry-values.exp: Remove excess space character from
19862 regex patterns. Handle s390 call instruction.
19863
19864 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19865
19866 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19867 define "*_start" label. Make "name" static.
19868 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19869 ${name} by references to ${name}_start.
19870
19871 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19872
19873 * gdb.base/info-macros.exp: Remove "debug" from the compile
19874 options.
19875
19876 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19877
19878 * gdb.dlang/demangle.exp: New file.
19879
19880 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19881
19882 * gdb.dlang/primitive-types.exp: New file.
19883
19884 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19885
19886 * configure.ac: Create gdb.dlang/Makefile.
19887 * configure: Regenerate.
19888 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19889 * gdb.dlang/Makefile.in: New file.
19890 * lib/d-support.exp: New file.
19891 * lib/gdb.exp (skip_d_tests): New proc.
19892
19893 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19894
19895 * gdb.btrace/delta.exp: Check reverse stepi.
19896 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19897 * gdb.btrace/finish.exp: New.
19898 * gdb.btrace/next.exp: New.
19899 * gdb.btrace/nexti.exp: New.
19900 * gdb.btrace/record_goto.c: Add comments.
19901 * gdb.btrace/step.exp: New.
19902 * gdb.btrace/stepi.exp: New.
19903 * gdb.btrace/multi-thread-step.c: New.
19904 * gdb.btrace/multi-thread-step.exp: New.
19905 * gdb.btrace/rn-dl-bind.c: New.
19906 * gdb.btrace/rn-dl-bind.exp: New.
19907 * gdb.btrace/data.c: New.
19908 * gdb.btrace/data.exp: New.
19909 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19910
19911 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19912
19913 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19914 * gdb.btrace/exception.exp: Update.
19915 * gdb.btrace/instruction_history.exp: Update.
19916 * gdb.btrace/record_goto.exp: Update.
19917 * gdb.btrace/tailcall.exp: Update.
19918 * gdb.btrace/unknown_functions.exp: Update.
19919 * gdb.btrace/delta.exp: New.
19920
19921 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19922
19923 * gdb.btrace/record_goto.exp: Add backtrace test.
19924 * gdb.btrace/tailcall.exp: Add backtrace test.
19925
19926 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19927
19928 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19929 * gdb.btrace/record_goto.c: New.
19930 * gdb.btrace/record_goto.exp: New.
19931 * gdb.btrace/x86-record_goto.S: New.
19932
19933 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19934
19935 * gdb.btrace/function_call_history.exp: Update tests.
19936 * gdb.btrace/instruction_history.exp: Update tests.
19937
19938 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19939
19940 * gdb.btrace/function_call_history.exp: Fix expected field
19941 order for "record function-call-history".
19942 Add new tests for "record function-call-history /c".
19943 * gdb.btrace/exception.cc: New.
19944 * gdb.btrace/exception.exp: New.
19945 * gdb.btrace/tailcall.exp: New.
19946 * gdb.btrace/x86-tailcall.S: New.
19947 * gdb.btrace/x86-tailcall.c: New.
19948 * gdb.btrace/unknown_functions.c: New.
19949 * gdb.btrace/unknown_functions.exp: New.
19950 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19951
19952 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19953
19954 * gdb.btrace/instruction_history.exp: Update.
19955 * gdb.btrace/function_call_history.exp: Update.
19956
19957 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19958
19959 * gdb.btrace/function_call_history.exp: Fix expected function
19960 trace.
19961 * gdb.btrace/instruction_history.exp: Initialize traced.
19962 Remove traced_functions.
19963
19964 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19965
19966 * gdb.btrace/function_call_history.exp: Update
19967 * gdb.btrace/instruction_history.exp: Update.
19968
19969 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19970
19971 * gdb.btrace/enable.exp: Update expected text.
19972
19973 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19974
19975 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19976 bytes.
19977
19978 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
19979
19980 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
19981
19982 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
19983
19984 * lib/gdb.exp (supports_process_record): Return true for
19985 arm*-linux*. (supports_reverse): Likewise.
19986
19987 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
19988
19989 PR python/15464
19990 PR python/16113
19991 * gdb.python/py-type.c: Enhance test case.
19992 * gdb.python/py-value-cc.cc: Likewise
19993 * gdb.python/py-type.exp: Add new tests.
19994 * gdb.python/py-value-cc.exp: Likewise
19995
19996 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19997 Pedro Alves <palves@redhat.com>
19998
19999 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20000 Make "name" extern.
20001 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20002 references to ${name}_start by references to ${name}.
20003
20004 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20005
20006 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20007
20008 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20009
20010 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20011
20012 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20013 Pedro Alves <palves@redhat.com>
20014
20015 * gdb.mi/mi-info-os.exp: Connect to the target with
20016 mi_gdb_target_load.
20017
20018 2014-01-08 Pedro Alves <palves@redhat.com>
20019
20020 * gdb.threads/reconnect-signal.c: New file.
20021 * gdb.threads/reconnect-signal.exp: New file.
20022
20023 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20024
20025 * gdb.base/source-dir.exp: New file.
20026
20027 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20028
20029 * gdb.ada/mi_interface: New testcase.
20030
20031 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20032
20033 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20034 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20035 gdb.ada/pp-rec-component/pck.ads: New files.
20036
20037 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20038
20039 * gdb.python/py-pp-integral.c: New file.
20040 * gdb.python/py-pp-integral.py: New file.
20041 * gdb.python/py-pp-integral.exp: New file.
20042
20043 For older changes see ChangeLog-1993-2013.
20044 \f
20045 ;; Local Variables:
20046 ;; mode: change-log
20047 ;; left-margin: 8
20048 ;; fill-column: 74
20049 ;; version-control: never
20050 ;; End:
20051
20052 Copyright 2014-2020 Free Software Foundation, Inc.
20053 Copying and distribution of this file, with or without modification,
20054 are permitted provided the copyright notice and this notice are preserved.