Fix file-not-found error with clang in gdb.arch/i386-{avx,sse}.c
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-05-29 Gary Benson <gbenson@redhat.com>
2
3 * gdb.arch/i386-avx.exp (additional_flags): Also set when
4 building with clang.
5 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
6
7 2020-05-29 Gary Benson <gbenson@redhat.com>
8
9 * gdb.cp/koenig.exp (prepare_for_testing): Add
10 additional_flags=-Wno-unused-comparison.
11 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
12
13 2020-05-28 Gary Benson <gbenson@redhat.com>
14
15 * gdb.base/sigaltstack.c (catcher): Add default case to switch
16 statement.
17
18 2020-05-28 Gary Benson <gbenson@redhat.com>
19
20 * gdb.cp/classes.exp (prepare_for_testing): Add
21 additional_flags=-Wno-deprecated-register.
22 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
23 * gdb.cp/misc.exp: Likewise.
24
25 2020-05-28 Gary Benson <gbenson@redhat.com>
26
27 * gdb.linespec/cpls-ops.cc (dummy): New static global.
28 (test_op_new::operator new): Add return statement.
29 (test_op_new_array::operator new[]): Likewise.
30
31 2020-05-27 Pedro Alves <palves@redhat.com>
32
33 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
34 check. Use test_gdb_complete_unique instead of
35 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
36 test_gdb_complete_multiple instead of
37 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
38
39 2020-05-27 Luis Machado <luis.machado@linaro.org>
40
41 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
42 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
43 * gdb.arch/arm-disassembler-options.exp: Likewise.
44 * gdb.arch/arm-disp-step.exp: Likewise.
45 * gdb.arch/thumb-prologue.exp: Likewise.
46 * gdb.base/async.exp: Likewise.
47 * gdb.base/auxv.exp: Likewise.
48 * gdb.base/complex-parts.exp: Likewise.
49 * gdb.base/ena-dis-br.exp: Likewise.
50 * gdb.base/foll-exec.exp: Likewise.
51 * gdb.base/permissions.exp: Likewise.
52 * gdb.base/relocate.exp: Likewise.
53 * gdb.base/return2.exp: Likewise.
54 * gdb.base/sigbpt.exp: Likewise.
55 * gdb.base/siginfo-obj.exp: Likewise.
56 * gdb.cp/converts.exp: Likewise.
57 * gdb.cp/exceptprint.exp: Likewise.
58 * gdb.cp/inherit.exp: Likewise.
59 * gdb.cp/nsnoimports.exp: Likewise.
60 * gdb.cp/virtbase2.exp: Likewise.
61 * gdb.mi/mi-var-cmd.exp: Likewise.
62 * gdb.mi/var-cmd.c: Likewise.
63
64 2020-05-26 Tom Tromey <tromey@adacore.com>
65
66 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
67
68 2020-05-26 Tom Tromey <tromey@adacore.com>
69
70 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
71 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
72 type.
73 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
74 variable.
75
76 2020-05-26 Christian Biesinger <cbiesinger@google.com>
77
78 * Makefile.in: Use = instead of == for the test command
79 for portability.
80
81 2020-05-26 Tom de Vries <tdevries@suse.de>
82
83 * gdb.base/gold-gdb-index-2.c: New test.
84 * gdb.base/gold-gdb-index.c: New test.
85 * gdb.base/gold-gdb-index.exp: New file.
86 * gdb.base/gold-gdb-index.h: New test.
87
88 2020-05-25 Tom de Vries <tdevries@suse.de>
89
90 * boards/gold-gdb-index.exp: New file.
91
92 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
93
94 * boards/simavr.exp: New file.
95
96 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
97
98 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
99 * gdb.base/inferior-args.exp: New file.
100 * gdb.base/inferior-args.c: New file.
101
102 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
103
104 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
105 inferior_args. Pass it to gdb_reload.
106 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
107 inferior_args.
108 (gdb_reload): Add inferior_args argument.
109 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
110 pass it to gdbserver_run.
111 * boards/native-gdbserver.exp: Do not set noargs.
112 * boards/native-extended-gdbserver.exp (gdb_reload): Add
113 inferior_args argument.
114 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
115 * gdb.base/a2-run.exp: Check for use_gdb_stub.
116 * gdb.base/args.exp: Likewise.
117
118 2020-05-25 Tom de Vries <tdevries@suse.de>
119
120 * lib/gdb.exp (exec_is_pie): Add comment.
121
122 2020-05-25 Tom de Vries <tdevries@suse.de>
123
124 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
125 instead of $binfile in the untested message.
126
127 2020-05-25 Tom de Vries <tdevries@suse.de>
128
129 PR testsuite/26031
130 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
131
132 2020-05-25 Tom de Vries <tdevries@suse.de>
133
134 * boards/gold.exp: New file.
135
136 2020-05-23 Tom Tromey <tom@tromey.com>
137
138 * gdb.base/style.exp: Remove completion styling test.
139 * lib/gdb-utils.exp (style): Remove completion styles.
140
141 2020-05-23 Tom Tromey <tom@tromey.com>
142
143 * gdb.base/style.exp: Add completion styling test.
144 * lib/gdb-utils.exp (style): Add completion styles.
145
146 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
147
148 * gdb.base/annota1.exp: Update expected results.
149 * gdb.cp/annota2.exp: Update expected results, remove duplicate
150 test name.
151 * gdb.cp/annota3.exp: Update expected results.
152
153 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
154
155 PR gdb/26016
156 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
157 against MAP_FAILED.
158 * gdb.base/coremaker.c (mmapdata): Likewise.
159 * gdb.base/jit-reader-host.c (main): Likewise.
160 * gdb.base/sym-file-loader.c (load): Likewise.
161 (load_shlib): Likewise.
162
163 2020-05-20 Tom Tromey <tromey@adacore.com>
164
165 * gdb.ada/array_char_idx.exp: Recognize initialized array.
166
167 2020-05-20 Tom de Vries <tdevries@suse.de>
168
169 PR symtab/25833
170 * gdb.base/with-mf-inc.c: New test.
171 * gdb.base/with-mf-main.c: New test.
172 * gdb.base/with-mf.exp: New file.
173
174 2020-05-19 Tom Tromey <tromey@adacore.com>
175
176 * gdb.rust/simple.exp: Restore missing test result.
177
178 2020-05-19 Tom de Vries <tdevries@suse.de>
179
180 * gdb.base/gdb-caching-proc.exp: Fix typo.
181
182 2020-05-19 Tom Tromey <tromey@adacore.com>
183
184 * gdb.rust/simple.exp: Add some test descriptions.
185 (test_one_slice): Use with_test_prefix.
186
187 2020-05-18 Tom de Vries <tdevries@suse.de>
188
189 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
190
191 2020-05-17 Pedro Alves <palves@redhat.com>
192
193 PR gdb/25741
194 * gdb.base/hw-sw-break-same-address.exp: New file.
195
196 2020-05-16 Pedro Alves <palves@redhat.com>
197
198 * gdb.multi/multi-re-run.exp (test_re_run): Switch
199 LAST_LOADED_FILE accordingly.
200
201 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
202
203 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
204
205 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
206
207 * gdb.base/help.exp: Test apropos and help for commands
208 having aliases. Fixed comments not starting with an
209 upper-case letter or not finishing with a dot.
210
211 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
212
213 * gdb.base/alias.exp: Update help output check.
214
215 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
216
217 * gdb.base/default.exp: Update output following fixes.
218
219 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
220
221 * gdb.base/alias.exp: Test aliases starting with a prefix of
222 another alias.
223
224 2020-05-15 Gary Benson <gbenson@redhat.com>
225
226 * gdb.base/info-os.c (main): Add return statement.
227 * gdb.base/info_minsym.c (minsym_fun): Likewise.
228 * gdb.base/large-frame-2.c (func): Likewise.
229 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
230 * gdb.base/pr10179-b.c (foo2): Likewise.
231 * gdb.base/valgrind-disp-step.c (foo): Likewise.
232 * gdb.base/watch-cond.c (func): Likewise.
233 * gdb.multi/goodbye.c (verylongfun): Likewise.
234 * gdb.multi/hello.c (commonfun): Likewise.
235 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
236 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
237 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
238 Likewise.
239 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
240 * gdb.threads/interrupt-while-step-over.c (child_function):
241 Likewise.
242 * gdb.trace/actions-changed.c (end): Likewise.
243
244 2020-05-15 Gary Benson <gbenson@redhat.com>
245
246 * gdb.opencl/callfuncs.exp: Report when test skipped.
247 * gdb.opencl/convs_casts.exp: Likewise.
248 * gdb.opencl/datatypes.exp: Likewise.
249 * gdb.opencl/operators.exp: Likewise.
250 * gdb.opencl/vec_comps.exp: Likewise.
251
252 2020-05-15 Tom de Vries <tdevries@suse.de>
253
254 * gdb.base/align.exp.in: Rename to ...
255 * gdb.base/align.exp.tcl: ... this.
256 * gdb.base/align-c++.exp: Update.
257 * gdb.base/align-c.exp: Update.
258 * gdb.base/all-architectures.exp.in: Rename to ...
259 * gdb.base/all-architectures.exp: ... this.
260 * gdb.base/all-architectures-0.exp: Update.
261 * gdb.base/all-architectures-1.exp: Update.
262 * gdb.base/all-architectures-2.exp: Update.
263 * gdb.base/all-architectures-3.exp: Update.
264 * gdb.base/all-architectures-4.exp: Update.
265 * gdb.base/all-architectures-5.exp: Update.
266 * gdb.base/all-architectures-6.exp: Update.
267 * gdb.base/all-architectures-7.exp: Update.
268 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
269 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
270 * gdb.base/infcall-nested-structs-c++.exp: Update.
271 * gdb.base/infcall-nested-structs-c.exp: Update.
272 * gdb.base/info-types.exp.in: Rename to ...
273 * gdb.base/info-types.exp.tcl: ... this.
274 * gdb.base/info-types-c++.exp: Update.
275 * gdb.base/info-types-c.exp: Update.
276 * gdb.base/max-depth.exp.in: Rename to ...
277 * gdb.base/max-depth.exp.tcl: ... this.
278 * gdb.base/max-depth-c++.exp: Update.
279 * gdb.base/max-depth-c.exp: Update.
280 * gdb.cp/cpexprs.exp.in: Rename to ...
281 * gdb.cp/cpexprs.exp.tcl: ... this.
282 * gdb.cp/cpexprs-debug-types.exp: Update.
283 * gdb.cp/cpexprs.exp: Update.
284 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
285 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
286 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
287 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
288 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
289 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
290 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
291 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
292 * gdb.dwarf2/clang-debug-names-2.exp: Update.
293 * gdb.dwarf2/clang-debug-names.exp: Update.
294
295 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
296
297 * lib/check-test-names.exp: Remove code that prevents this file
298 loading when tests are run in parallel.
299
300 2020-05-15 Pedro Alves <palves@redhat.com>
301
302 * gdb.multi/multi-kill.exp (start_inferior): Remove
303 'testpid' parameter. Refer to namespace variable directly.
304 (testpid): Declare as namespace variable.
305
306 2020-05-15 Pedro Alves <palves@redhat.com>
307
308 * gdb.multi/multi-kill.exp: Wrap in namespace.
309 (start_inferior): Add TESTPID parameter. Use it instead of the
310 testpid global.
311 (top level): Define empty TESTPID array, and pass it down to
312 start_inferior.
313
314 2020-05-14 Tom de Vries <tdevries@suse.de>
315
316 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
317 output.
318
319 2020-05-14 Tom de Vries <tdevries@suse.de>
320
321 * gdb.base/align.exp: Split into ...
322 * gdb.base/align.exp.in: ...
323 * gdb.base/align-c++.exp: ...
324 * gdb.base/align-c.exp: ... these.
325 * gdb.base/infcall-nested-structs.exp: Split into ...
326 * gdb.base/infcall-nested-structs.exp.in: ...
327 * gdb.base/infcall-nested-structs-c++.exp: ...
328 * gdb.base/infcall-nested-structs-c.exp: ... these.
329 * gdb.base/info-types.exp: Split into ...
330 * gdb.base/info-types.exp.in: ...
331 * gdb.base/info-types-c++.exp: ...
332 * gdb.base/info-types-c.exp: ... these.
333 * gdb.base/max-depth.exp: Split into ...
334 * gdb.base/max-depth.exp.in: ...
335 * gdb.base/max-depth-c++.exp: ...
336 * gdb.base/max-depth-c.exp: ... these.
337 * gdb.cp/infcall-nodebug.exp: Split into ...
338 * gdb.cp/infcall-nodebug.exp.in: ...
339 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
340 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
341 * gdb.cp/infcall-nodebug-c-d0.exp: ...
342 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
343
344 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
345 Pedro Alves <palves@redhat.com>
346
347 * gdb.multi/multi-exit.c: New file.
348 * gdb.multi/multi-exit.exp: New file.
349 * gdb.multi/multi-kill.c: New file.
350 * gdb.multi/multi-kill.exp: New file.
351
352 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
353
354 * gdb.base/annota1.exp: Update the expected output.
355 * gdb.cp/annota2.exp: Ditto.
356
357 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
358
359 * lib/check-test-names.exp: Disable when testing is being run in
360 parallel.
361
362 2020-05-12 Tom de Vries <tdevries@suse.de>
363
364 * gdb.base/jit-elf.exp: Fix string concat.
365
366 2020-05-12 Tom de Vries <tdevries@suse.de>
367
368 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
369 messages.
370
371 2020-05-12 Tom de Vries <tdevries@suse.de>
372
373 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
374
375 2020-05-12 Tom de Vries <tdevries@suse.de>
376
377 * gdb.ada/catch_ex.exp: Use with_test_prefix.
378 * gdb.ada/mi_catch_ex.exp: Same.
379 * gdb.ada/mi_catch_ex_hand.exp: Same.
380
381 2020-05-12 Tom de Vries <tdevries@suse.de>
382
383 * gdb.fortran/complex.exp: Use with_test_prefix.
384
385 2020-05-12 Tom de Vries <tdevries@suse.de>
386
387 * gdb.trace/passcount.exp: Fix test-names.
388
389 2020-05-12 Tom de Vries <tdevries@suse.de>
390
391 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
392
393 2020-05-12 Tom de Vries <tdevries@suse.de>
394
395 * gdb.gdb/complaints.exp: Use with_test_prefix.
396 * gdb.xml/tdesc-regs.exp: Same.
397 * gdb.opt/inline-locals.exp: Fix test name.
398
399 2020-05-12 Tom de Vries <tdevries@suse.de>
400
401 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
402 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
403 * gdb.dwarf2/implref-struct.exp: Same.
404 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
405 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
406
407 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
408
409 * gdb.base/jit-so.exp (one_jit_test): Change test name.
410
411 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
412
413 * lib/check-test-names.exp (all_test_names): New module variable.
414 (counts): Add 'duplicates' field.
415 (_check_duplicates): New procedure.
416 (check): Also check for duplicates.
417 (do_log_summary): Print duplicates count.
418 (do_reset_vars): Reset counter for duplicate test names, and
419 discard all know test names.
420
421 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
422
423 * lib/gdb.exp: Include check-test-names.exp library.
424 * lib/check-test-names.exp: New file.
425
426 2020-05-11 Tom de Vries <tdevries@suse.de>
427
428 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
429
430 2020-05-11 Keith Seitz <keiths@redhat.com>
431
432 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
433
434 2020-05-11 Tom de Vries <tdevries@suse.de>
435
436 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
437 * gdb.cp/cpexprs.exp.in: .. here.
438 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
439 cpexprs.exp.
440
441 2020-05-11 Keith Seitz <keiths@redhat.com>
442
443 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
444 test names.
445 * gdb.ada/arrayptr.exp: Likewise.
446 * gdb.ada/assign_arr.exp: Likewise.
447 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
448 * gdb.ada/bp_on_var.exp: Likewise.
449 * gdb.ada/call_pn.exp: Likewise.
450 * gdb.ada/complete.exp: Likewise.
451 * gdb.ada/fun_overload_menu.exp: Likewise.
452 * gdb.ada/funcall_param.exp: Likewise.
453 * gdb.ada/funcall_ref.exp: Likewise.
454 * gdb.ada/packed_array_assign.exp: Likewise.
455 * gdb.ada/same_component_name.exp: Likewise.
456 * gdb.ada/type_coercion.exp: Likewise.
457 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
458 * gdb.ada/variant_record_packed_array.exp: Likewise.
459
460 2020-05-11 Tom de Vries <tdevries@suse.de>
461
462 PR symtab/25941
463 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
464 out of ...
465 * gdb.dwarf2/clang-debug-names.exp: ... here.
466 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
467 clang-debug-names.exp.in.
468 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
469 * gdb.dwarf2/clang-debug-names-2.c: New test.
470
471 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
472
473 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
474 (fortran_runto_main): New Proc, fortran version of runto_main.
475 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
476 * gdb.fortran/array-bounds.exp: Likewise.
477 * gdb.fortran/array-slices.exp: Likewise.
478 * gdb.fortran/block-data.exp: Likewise.
479 * gdb.fortran/charset.exp: Likewise.
480 * gdb.fortran/common-block.exp: Likewise.
481 * gdb.fortran/complex.exp: Likewise.
482 * gdb.fortran/derived-type-function.exp: Likewise.
483 * gdb.fortran/derived-type.exp: Likewise.
484 * gdb.fortran/info-modules.exp: Likewise.
485 * gdb.fortran/info-types.exp: Likewise.
486 * gdb.fortran/intrinsics.exp: Likewise.
487 * gdb.fortran/library-module.exp: Likewise.
488 * gdb.fortran/logical.exp: Likewise.
489 * gdb.fortran/max-depth.exp: Likewise.
490 * gdb.fortran/module.exp: Likewise.
491 * gdb.fortran/multi-dim.exp: Likewise.
492 * gdb.fortran/nested-funcs.exp: Likewise.
493 * gdb.fortran/print-formatted.exp: Likewise.
494 * gdb.fortran/print_type.exp: Likewise.
495 * gdb.fortran/printing-types.exp: Likewise.
496 * gdb.fortran/ptr-indentation.exp: Likewise.
497 * gdb.fortran/ptype-on-functions.exp: Likewise.
498 * gdb.fortran/subarray.exp: Likewise.
499 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
500 * gdb.fortran/vla-datatypes.exp: Likewise.
501 * gdb.fortran/vla-history.exp: Likewise.
502 * gdb.fortran/vla-ptr-info.exp: Likewise.
503 * gdb.fortran/vla-ptype-sub.exp: Likewise.
504 * gdb.fortran/vla-ptype.exp: Likewise.
505 * gdb.fortran/vla-sizeof.exp: Likewise.
506 * gdb.fortran/vla-type.exp: Likewise.
507 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
508 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
509 * gdb.fortran/vla-value-sub.exp: Likewise.
510 * gdb.fortran/vla-value.exp: Likewise.
511 * gdb.fortran/whatis_type.exp: Likewise.
512 * gdb.mi/mi-var-child-f.exp: Likewise.
513
514 2020-05-09 Tom de Vries <tdevries@suse.de>
515
516 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
517
518 2020-05-08 Tom de Vries <tdevries@suse.de>
519
520 * gdb.dwarf2/clang-debug-names.c: New test.
521 * gdb.dwarf2/clang-debug-names.exp: New file.
522
523 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
524
525 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
526 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
527
528 2020-05-06 Tom de Vries <tdevries@suse.de>
529
530 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
531 breakpoint is at a "recommended breakpoint location".
532 * gdb.reverse/consecutive-reverse.exp: Same.
533
534 2020-05-06 Tom de Vries <tdevries@suse.de>
535
536 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
537 address.
538
539 2020-05-06 Tom de Vries <tdevries@suse.de>
540
541 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
542
543 2020-05-06 Tom de Vries <tdevries@suse.de>
544
545 * gdb.base/store.exp (check_set, up_set): Allowing missing location
546 info for r.
547
548 2020-05-06 Tom de Vries <tdevries@suse.de>
549
550 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
551 necessary.
552
553 2020-05-06 Tom de Vries <tdevries@suse.de>
554
555 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
556 void.
557
558 2020-05-06 Tom de Vries <tdevries@suse.de>
559
560 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
561 of ...
562 * gdb.base/async.exp: ... here.
563 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
564 "recommended breakpoint location".
565
566 2020-05-06 Tom de Vries <tdevries@suse.de>
567
568 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
569
570 2020-05-04 Tom de Vries <tdevries@suse.de>
571
572 * gdb.base/async.exp: Check whether instruction addresses are a
573 "recommended breakpoint location".
574
575 2020-05-03 Tom Tromey <tom@tromey.com>
576
577 * gdb.base/sepdebug.exp: Remove "catch" test.
578 * gdb.base/break.exp: Remove "catch" test.
579 * gdb.base/default.exp: Update expected output.
580
581 2020-05-02 Tom de Vries <tdevries@suse.de>
582
583 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
584 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
585 * gdb.arch/i386-mpx-map.exp: Same.
586 * gdb.arch/i386-mpx-sigsegv.exp: Same.
587 * gdb.arch/i386-mpx-simple_segv.exp: Same.
588 * gdb.arch/i386-mpx.exp: Same.
589
590 2020-05-02 Tom de Vries <tdevries@suse.de>
591
592 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
593
594 2020-05-01 Tom de Vries <tdevries@suse.de>
595
596 * gdb.ada/operator_bp.exp: Allow more than required amount of
597 breakpoint.
598
599 2020-05-01 Tom de Vries <tdevries@suse.de>
600
601 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
602
603 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
604
605 PR gdb/18706
606 * gdb.cp/stub-array-size.cc: New test.
607 * gdb.cp/stub-array-size.exp: New file.
608 * gdb.cp/stub-array-size.h: New test.
609 * gdb.cp/stub-array-size2.cc: New test.
610
611 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
612
613 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
614 output to the new format.
615
616 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
617
618 * gdb.base/break.exp: Use with_test_prefix.
619
620 2020-04-29 Tom de Vries <tdevries@suse.de>
621
622 * lib/gdb.exp (debug_types): New proc.
623 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
624 * gdb.python/py-symtab.exp: Same.
625
626 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
627
628 PR gdb/17320
629 * gdb.base/pretty-array.c: New test.
630 * gdb.base/pretty-array.exp: New file.
631
632 2020-04-29 Tom de Vries <tdevries@suse.de>
633
634 PR symtab/25889
635 * gdb.cp/cpexprs.exp: Adapt for inclusion.
636 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
637 and include cpexprs.exp.
638
639 2020-04-28 Mark Williams <mark@myosotissp.com>
640
641 PR gdb/24480
642 * dw4-toplevel-types.exp: Test for top level types.
643 * dw4-toplevel-types.cc: Test for top level types.
644
645 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
646
647 * gdb.threads/stop-with-handle.exp: Fix typo in comment
648 (theads -> threads).
649
650 2020-04-28 Tom de Vries <tdevries@suse.de>
651
652 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
653
654 2020-04-28 Tom de Vries <tdevries@suse.de>
655
656 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
657
658 2020-04-28 Tom de Vries <tdevries@suse.de>
659
660 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
661
662 2020-04-28 Tom de Vries <tdevries@suse.de>
663
664 * gdb.dwarf2/main-foo.c: New test.
665 * gdb.dwarf2/struct-with-sig.exp: New file.
666
667 2020-04-25 Tom de Vries <tdevries@suse.de>
668
669 * boards/debug-types.exp: New file.
670
671 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
672
673 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
674
675 2020-04-24 Tom Tromey <tom@tromey.com>
676
677 PR symtab/12707:
678 * gdb.python/py-symbol.exp: Update expected results for
679 linkage_name test.
680 * gdb.cp/print-demangle.exp: New file.
681 * gdb.base/c-linkage-name.exp: Fix test.
682 * gdb.guile/scm-symbol.exp: Update expected results for
683 linkage_name test.
684
685 2020-04-24 Tom Tromey <tom@tromey.com>
686
687 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
688 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
689 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
690 assembler.
691
692 2020-04-24 Tom de Vries <tdevries@suse.de>
693
694 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
695 C++.
696
697 2020-04-24 Tom Tromey <tromey@adacore.com>
698
699 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
700 values.
701 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
702 values. Update test for minimal encodings.
703 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
704 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
705 values. Update test for minimal encodings.
706
707 2020-04-24 Tom Tromey <tromey@adacore.com>
708
709 PR python/23662:
710 * gdb.ada/variant.exp: Add Python checks.
711 * gdb.rust/simple.exp: Add dynamic type checks.
712
713 2020-04-24 Tom Tromey <tromey@adacore.com>
714
715 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
716 Make array type matching more lax.
717 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
718 * gdb.ada/mi_variant.exp: New file.
719 * gdb.ada/mi_variant/pck.ads: New file.
720 * gdb.ada/mi_variant/pkg.adb: New file.
721 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
722 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
723
724 2020-04-24 Tom Tromey <tromey@adacore.com>
725
726 * gdb.ada/variant.exp: Add dynamic field offset tests.
727 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
728 * gdb.ada/variant/pkg.adb: Add new variables.
729
730 2020-04-24 Tom Tromey <tromey@adacore.com>
731
732 * gdb.ada/variant.exp: New file
733 * gdb.ada/variant/pkg.adb: New file
734 * gdb.ada/variant/pck.adb: New file
735
736 2020-04-24 Tom de Vries <tdevries@suse.de>
737
738 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
739
740 2020-04-24 Tom de Vries <tdevries@suse.de>
741
742 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
743 flags.
744
745 2020-04-24 Tom de Vries <tdevries@suse.de>
746
747 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
748
749 2020-04-24 Tom de Vries <tdevries@suse.de>
750
751 * lib/gdb.exp (default_gdb_start): Handle eof.
752 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
753 failure.
754 * gdb.base/readnever.exp: Handle clean_restart failure.
755
756 2020-04-23 Tom de Vries <tdevries@suse.de>
757
758 * gdb.base/decl-before-def.exp: Run to main and print a again.
759
760 2020-04-23 Tom de Vries <tdevries@suse.de>
761
762 * gdb.base/decl-before-def-decl.c: New test.
763 * gdb.base/decl-before-def-def.c: New test.
764 * gdb.base/decl-before-def.exp: New file.
765
766 2020-04-23 Tom de Vries <tdevries@suse.de>
767
768 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
769
770 2020-04-22 Tom de Vries <tdevries@suse.de>
771
772 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
773 debug_info_offset.
774 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
775 before $objsfile in the line line.
776
777 2020-04-22 Tom de Vries <tdevries@suse.de>
778
779 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
780
781 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
782
783 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
784 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
785 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
786 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
787 * gdb.base/jit-protocol.h: Update definitions to match all usage
788 contexts.
789
790 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
791
792 * gdb.base: Rename all jit related test and source files.
793
794 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
795
796 * gdb.base/jit-reader.exp: Relax register output check.
797
798 2020-04-22 Tom de Vries <tdevries@suse.de>
799
800 PR symtab/25764
801 * gdb.base/psym-external-decl-2.c: New test.
802 * gdb.base/psym-external-decl.c: New test.
803 * gdb.base/psym-external-decl.exp: New file.
804 * gdb.threads/tls.exp: Add PR25807 kfail.
805
806 2020-04-22 Tom de Vries <tdevries@suse.de>
807
808 PR symtab/25801
809 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
810 in "info source" output.
811
812 2020-04-22 Tom de Vries <tdevries@suse.de>
813
814 PR symtab/25700
815 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
816 symtab for imported_unit.c.
817
818 2020-04-21 Gary Benson <gbenson@redhat.com>
819
820 * gdb.base/advance.c (func): New argument, to match call site.
821 (func2, func3): Add return statements.
822
823 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
824
825 * gdb.multi/run-only-second-inf.c: New file.
826 * gdb.multi/run-only-second-inf.exp: New file.
827
828 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
829
830 * gdb.btrace/multi-inferior.c: New test.
831 * gdb.btrace/multi-inferior.exp: New file.
832
833 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
834
835 * gdb.btrace/enable-new-thread.c: New test.
836 * gdb.btrace/enable-new-thread.exp: New file.
837
838 2020-04-21 Tom de Vries <tdevries@suse.de>
839
840 PR gdb/25471
841 * gdb.threads/killed-outside.c: New test.
842 * gdb.threads/killed-outside.exp: New file.
843
844 2020-04-20 Gary Benson <gbenson@redhat.com>
845
846 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
847 * gdb.base/nested-subp2.exp: Likewise.
848 * gdb.base/nested-subp3.exp: Likewise.
849
850 2020-04-20 Gary Benson <gbenson@redhat.com>
851
852 * gdb.base/nested-subp1.exp: Disable test when using clang.
853 * gdb.base/nested-subp2.exp: Likewise.
854 * gdb.base/nested-subp3.exp: Likewise.
855
856 2020-04-20 Gary Benson <gbenson@redhat.com>
857
858 * gdb.cp/exception.cc: Fix compilation error with clang.
859
860 2020-04-20 Gary Benson <gbenson@redhat.com>
861
862 * gdb.trace/tspeed.c: Fix compilation error with clang.
863
864 2020-04-20 Gary Benson <gbenson@redhat.com>
865
866 * gdb.base/jit-main.c: Fix compilation error with clang.
867
868 2020-04-17 Kamil Rytarowski <n54@gmx.com>
869
870 * gdb.base/attach-twice.c: Include "sys/types.h".
871 (PTRACE_ATTACH): Add fallback definition.
872 (main): Pass `0' to the 4th argument of `ptrace'.
873
874 2020-04-17 Kamil Rytarowski <n54@gmx.com>
875
876 * gdb.base/fork-running-state.c: Include "signal.h".
877
878 2020-04-17 Tom Tromey <tromey@adacore.com>
879
880 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
881 Update tests.
882 * gdb.btrace/cpu.exp: Update tests.
883 * gdb.base/maint.exp: Update tests.
884 * gdb.base/default.exp: Update tests.
885 * gdb.base/completion.exp: Update tests.
886
887 2020-04-16 Tom de Vries <tdevries@suse.de>
888
889 PR symtab/25791
890 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
891 (ensure_gdb_index): and factor out and move ...
892 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
893 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
894
895 2020-04-16 Tom de Vries <tdevries@suse.de>
896
897 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
898 loading exec.
899
900 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
901
902 * gdb.base/many-completions.exp: New file.
903
904 2020-04-14 Tom de Vries <tdevries@suse.de>
905
906 PR symtab/25718
907 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
908
909 2020-04-14 Tom de Vries <tdevries@suse.de>
910
911 PR symtab/25720
912 * gdb.base/maint-expand-symbols-header-file.c: New test.
913 * gdb.base/maint-expand-symbols-header-file.exp: New file.
914 * gdb.base/maint-expand-symbols-header-file.h: New test.
915
916 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
917
918 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
919 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
920 get_func_info.
921 (get_func_info): Delete.
922 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
923 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
924 * lib/dwarf.exp (get_func_info): New function.
925
926 2020-04-13 Tom de Vries <tdevries@suse.de>
927
928 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
929 to what find_gnatmake does.
930
931 2020-04-10 Tom de Vries <tdevries@suse.de>
932
933 * gdb.base/style.exp: Expect "Expanding full symbols" message for
934 -readnow.
935
936 2020-04-10 Tom de Vries <tdevries@suse.de>
937
938 PR cli/25808
939 * gdb.base/style.c: Add leading newlines.
940 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
941 Check listing of main's one-line body.
942
943 2020-04-08 Tom de Vries <tdevries@suse.de>
944
945 * lib/gdb.exp (psymtabs_p): New proc.
946 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
947 importing unit" unsupported if there are no partial symbols.
948
949 2020-04-08 Tom de Vries <tdevries@suse.de>
950
951 PR testsuite/25760
952 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
953
954 2020-04-07 Tom de Vries <tdevries@suse.de>
955
956 PR symtab/25796
957 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
958
959 2020-04-07 Tom de Vries <tdevries@suse.de>
960
961 * gdb.base/check-psymtab.c: New test.
962 * gdb.base/check-psymtab.exp: New file.
963
964 2020-04-06 Tom Tromey <tromey@adacore.com>
965
966 * gdb.ada/variant-record/proc.adb: New file.
967 * gdb.ada/variant-record/value.adb: New file.
968 * gdb.ada/variant-record/value.s: New file.
969 * gdb.ada/variant-record.exp: New file.
970
971 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
972
973 PR gdb/25325
974 * gdb.cp/typed-enum.cc: New test.
975 * gdb.cp/typed-enum.exp: New file.
976
977 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
978
979 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
980 * gdb.dwarf2/dw2-inline-small-func.c: New file.
981 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
982 * gdb.dwarf2/dw2-inline-small-func.h: New file.
983 * gdb.opt/inline-small-func.c: New file.
984 * gdb.opt/inline-small-func.exp: New file.
985 * gdb.opt/inline-small-func.h: New file.
986
987 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
988
989 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
990 function.
991
992 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
993
994 * lib/dwarf.exp (function_range): Allow compiler options to be
995 specified.
996
997 2020-04-02 Tom de Vries <tdevries@suse.de>
998
999 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1000 __attribute__((always_inline)).
1001 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1002
1003 2020-04-02 Tom de Vries <tdevries@suse.de>
1004
1005 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1006 (gdbserver_gdb_exit): ... here. Add timeout warning.
1007 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1008 (connect_target_extended_remote): Append new server_spawn_id to
1009 server_spawn_ids.
1010 (cleanup): New proc.
1011 (setup, <toplevel>): Call cleanup.
1012
1013 2020-04-02 Tom de Vries <tdevries@suse.de>
1014
1015 * gdb.base/main-psymtab.exp: New file.
1016
1017 2020-04-02 Tom de Vries <tdevries@suse.de>
1018
1019 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1020
1021 2020-04-01 Tom Tromey <tom@tromey.com>
1022
1023 * gdb.base/complex-parts.exp: Add type tests.
1024
1025 2020-04-01 Tom Tromey <tom@tromey.com>
1026
1027 * gdb.base/complex-parts.exp: Add arithmetic tests.
1028
1029 2020-04-01 Tom Tromey <tom@tromey.com>
1030
1031 * gdb.compile/compile.exp: Update.
1032 * gdb.compile/compile-cplus.exp: Update.
1033 * gdb.base/varargs.exp: Update.
1034 * gdb.base/floatn.exp: Update.
1035 * gdb.base/endianity.exp: Update.
1036 * gdb.base/callfuncs.exp (do_function_calls): Update.
1037 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1038 (complex_float_integral_args): Update.
1039 * gdb.base/complex.exp: Update.
1040 * gdb.base/complex-parts.exp: Update.
1041
1042 2020-04-01 Tom Tromey <tromey@adacore.com>
1043
1044 * gdb.rust/union.rs: New file.
1045 * gdb.rust/union.exp: New file.
1046 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1047 (main): Update.
1048 * gdb.rust/simple.exp: Move union tests to union.exp.
1049
1050 2020-04-01 Tom Tromey <tromey@adacore.com>
1051
1052 * gdb.rust/simple.rs (main): Remove "y0".
1053
1054 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1055
1056 * gdb.multi/stop-all-on-exit.c: New test.
1057 * gdb.multi/stop-all-on-exit.exp: New file.
1058
1059 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
1060
1061 PR gdb/24789
1062 * gdb.cp/misc.cc: Add integer reference variable.
1063 * gdb.cp/misc.exp: Add test.
1064
1065 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1066
1067 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1068 scenario to cover execution until the end and also the case
1069
1070 2020-03-31 Tom de Vries <tdevries@suse.de>
1071
1072 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1073 c. Use "maint info symtabs" to check symtab expansion.
1074
1075 2020-03-30 Tom de Vries <tdevries@suse.de>
1076
1077 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1078 unsupported.
1079 (verify_psymtab_expanded): Move ...
1080 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1081 test.
1082 (readnow): New proc.
1083
1084 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1085
1086 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1087 with $hex.
1088
1089 2020-03-20 Tom Tromey <tromey@adacore.com>
1090
1091 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1092
1093 2020-03-20 Tom Tromey <tromey@adacore.com>
1094
1095 * gdb.ada/sub_variant/subv.adb: New file.
1096 * gdb.ada/sub_variant.exp: New file.
1097
1098 2020-03-20 Tom de Vries <tdevries@suse.de>
1099
1100 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1101 first break fails.
1102 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1103
1104 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1105
1106 * gdb.server/exit-multiple-threads.c: New file.
1107 * gdb.server/exit-multiple-threads.exp: New file.
1108
1109 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1110
1111 * gdb.fortran/mixed-lang-stack.c: New file.
1112 * gdb.fortran/mixed-lang-stack.cpp: New file.
1113 * gdb.fortran/mixed-lang-stack.exp: New file.
1114 * gdb.fortran/mixed-lang-stack.f90: New file.
1115
1116 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1117
1118 * gdb.linespec/cp-completion-aliases.cc: New file.
1119 * gdb.linespec/cp-completion-aliases.exp: New file.
1120
1121 2020-03-19 Tom de Vries <tdevries@suse.de>
1122
1123 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1124 more precise.
1125
1126 2020-03-18 Tom de Vries <tdevries@suse.de>
1127
1128 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1129 * gdb.dwarf2/break-inline-psymtab.c: New test.
1130 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1131
1132 2020-03-16 Tom de Vries <tdevries@suse.de>
1133
1134 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1135 cache_verify and cache_verify_proc.
1136
1137 2020-03-15 Tom de Vries <tdevries@suse.de>
1138
1139 * gdb.server/solib-list.exp: Handle
1140 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1141
1142 2020-03-15 Tom de Vries <tdevries@suse.de>
1143
1144 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1145 objfiles".
1146
1147 2020-03-14 Tom Tromey <tom@tromey.com>
1148
1149 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1150
1151 2020-03-14 Tom de Vries <tdevries@suse.de>
1152
1153 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1154
1155 2020-03-14 Tom de Vries <tdevries@suse.de>
1156
1157 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1158 result in line-by-line fashion.
1159
1160 2020-03-14 Tom de Vries <tdevries@suse.de>
1161
1162 * lib/gdb.exp (supports_statement_frontiers): New proc.
1163 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1164
1165 2020-03-14 Tom de Vries <tdevries@suse.de>
1166
1167 * gdb.base/printcmds.exp: Add missing quoting for "print
1168 teststring2".
1169
1170 2020-03-13 Tom Tromey <tom@tromey.com>
1171
1172 * gdb.base/printcmds.exp (test_print_strings): Add regression
1173 test.
1174 * gdb.base/printcmds.c (charptr): New typedef.
1175 (teststring2): New global.
1176
1177 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1178
1179 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1180 full path in the test name.
1181 (test_ld): Add some with_test_prefix blocks to make test names
1182 unique.
1183
1184 2020-03-13 Tom de Vries <tdevries@suse.de>
1185
1186 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1187
1188 2020-03-13 Tom de Vries <tdevries@suse.de>
1189
1190 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1191
1192 2020-03-13 Tom de Vries <tdevries@suse.de>
1193
1194 PR symtab/25646
1195 * gdb.dwarf2/imported-unit.exp: Add test.
1196
1197 2020-03-13 Tom de Vries <tdevries@suse.de>
1198
1199 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1200 (var1, var2): New variable.
1201 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1202 matching symbols.
1203
1204 2020-03-13 Tom de Vries <tdevries@suse.de>
1205
1206 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1207 (Term::command): Use prompt prefix.
1208 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1209 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1210 command_no_prompt_prefix instead of prefix.
1211 * gdb.tui/tui-layout-asm.exp: Same.
1212
1213 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1214
1215 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1216
1217 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1218
1219 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1220 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1221 on" while stepping over the test instruction, match printed
1222 message.
1223
1224 2020-03-12 Tom de Vries <tdevries@suse.de>
1225
1226 * gdb.base/info-types.exp: Use exp_continue during matching of output
1227 of "info types".
1228
1229 2020-03-12 Tom de Vries <tdevries@suse.de>
1230
1231 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1232
1233 2020-03-12 Tom de Vries <tdevries@suse.de>
1234
1235 * gdb.fortran/module.exp: Use exp_continue during matching of output
1236 of "info variable -n".
1237
1238 2020-03-12 Tom de Vries <tdevries@suse.de>
1239
1240 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1241 gdb.dwarf2/dw2-ranges-base.c.
1242
1243 2020-03-12 Tom de Vries <tdevries@suse.de>
1244
1245 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1246 in presence of GLIBC debuginfo.
1247
1248 2020-03-12 Tom de Vries <tdevries@suse.de>
1249
1250 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1251 $core.
1252
1253 2020-03-12 Tom de Vries <tdevries@suse.de>
1254
1255 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1256 more precise.
1257
1258 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
1259
1260 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1261 from Unix to Windows path.
1262
1263 2020-03-11 Tom de Vries <tdevries@suse.de>
1264
1265 * gdb.ada/minsyms.exp: Set language to ada.
1266
1267 2020-03-11 Tom de Vries <tdevries@suse.de>
1268
1269 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1270
1271 2020-03-11 Tom de Vries <tdevries@suse.de>
1272
1273 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1274
1275 2020-03-11 Tom Tromey <tromey@adacore.com>
1276
1277 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1278
1279 2020-03-11 Tom de Vries <tdevries@suse.de>
1280
1281 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1282
1283 2020-03-11 Tom de Vries <tdevries@suse.de>
1284
1285 * gdb.base/break-interp.exp: Limit verbose scope.
1286
1287 2020-03-11 Tom de Vries <tdevries@suse.de>
1288
1289 * gdb.fortran/logical.f90: Define variable with character type.
1290 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1291
1292 2020-03-11 Tom de Vries <tdevries@suse.de>
1293
1294 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1295
1296 2020-03-11 Tom de Vries <tdevries@suse.de>
1297
1298 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1299 symtabs.
1300
1301 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1302 Bernd Edlinger <bernd.edlinger@hotmail.de>
1303
1304 * gdb.cp/step-and-next-inline.cc: New file.
1305 * gdb.cp/step-and-next-inline.exp: New file.
1306 * gdb.cp/step-and-next-inline.h: New file.
1307 * gdb.dwarf2/dw2-is-stmt.c: New file.
1308 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1309 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1310 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1311 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1312
1313 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1314
1315 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1316 is-stmt flag in the line table.
1317
1318 2020-03-09 Tom de Vries <tdevries@suse.de>
1319
1320 * lib/gdb.exp (cached_file): Create cache dir.
1321
1322 2020-03-07 Tom de Vries <tdevries@suse.de>
1323
1324 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1325 * gdb.cp/rvalue-ref-params.exp: Same.
1326
1327 2020-03-06 Tom de Vries <tdevries@suse.de>
1328
1329 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1330 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1331
1332 2020-03-06 Tom de Vries <tdevries@suse.de>
1333
1334 * README: Fix "the the".
1335 * gdb.base/dprintf.exp: Same.
1336
1337 2020-03-05 Tom de Vries <tdevries@suse.de>
1338
1339 * gdb.base/maint.exp: Update "main print statistics" expected output.
1340
1341 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1342
1343 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1344 (fortran_int8): Likewise.
1345 (fortran_real4): Likewise.
1346 (fortran_real8): Likewise.
1347 (fortran_complex4): Likewise.
1348 (fortran_logical4): Likewise.
1349 (fortran_character1): Likewise.
1350
1351 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1352
1353 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1354 printed as true.
1355
1356 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1357
1358 * gdb.base/printcmds.exp: Add test to verify printf of a
1359 variable holding an address.
1360
1361 2020-03-03 Tom de Vries <tdevries@suse.de>
1362
1363 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1364
1365 2020-03-03 Tom de Vries <tdevries@suse.de>
1366
1367 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1368 gdb_test_multiple call.
1369
1370 2020-03-03 Tom de Vries <tdevries@suse.de>
1371
1372 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1373 gdb_test_multiple calls.
1374
1375 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1376
1377 * gdb.base/default.exp: Remove test of 'set history filename'.
1378 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1379 filename to the empty string.
1380 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1381 and GDBHISTSIZE.
1382
1383 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1384
1385 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1386 disabled.
1387
1388 2020-03-02 Pedro Alves <palves@redhat.com>
1389 Tom de Vries <tdevries@suse.de>
1390
1391 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1392 -prompt prefix, before user_code argument. Add -lbl option likewise.
1393 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1394 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1395 argument.
1396 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1397 have "\r\n" at start-of-line, instead of at end-of-line.
1398
1399 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
1400
1401 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1402 libinproctrace.so.
1403
1404 2020-02-28 Luis Machado <luis.machado@linaro.org>
1405
1406 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1407 to "p/x".
1408
1409 2020-02-28 Luis Machado <luis.machado@linaro.org>
1410
1411 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1412 asm/ptrace.h and error.h.
1413
1414 2020-02-28 Tom de Vries <tdevries@suse.de>
1415
1416 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1417 (struct wrapper, do_something, mundane/symada__cS): Move ...
1418 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1419 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1420 Update "print symada__cS before partial symtab expansion" regexp.
1421 Update breakpoint location. Flush symbol cache after expansion.
1422
1423 2020-02-28 Luis Machado <luis.machado@linaro.org>
1424
1425 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1426
1427 2020-02-27 Tom de Vries <tdevries@suse.de>
1428
1429 * config/sid.exp: Remove unused globals.
1430 * gdb.base/attach.exp: Same.
1431 * gdb.base/catch-load.exp: Same.
1432 * gdb.base/dbx.exp: Same.
1433 * lib/gdb.exp: Same.
1434 * lib/mi-support.exp: Same.
1435 * lib/prompt.exp: Same.
1436
1437 2020-02-27 Tom de Vries <tdevries@suse.de>
1438
1439 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1440 not set.
1441
1442 2020-02-26 Aaron Merey <amerey@redhat.com>
1443
1444 * gdb.debuginfod: New directory for debuginfod tests.
1445 * gdb.debuginfod/main.c: New test file.
1446 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1447
1448 2020-02-26 Tom de Vries <tdevries@suse.de>
1449
1450 PR gdb/25603
1451 * gdb.base/persistent-lang.cc: New test.
1452 * gdb.base/persistent-lang.exp: New file.
1453
1454 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1455
1456 * gdb.fortran/derived-type-striding.exp: Add a new test.
1457 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1458 new test.
1459
1460 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1461
1462 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1463 names.
1464
1465 2020-02-25 Tom de Vries <tdevries@suse.de>
1466
1467 PR go/18926
1468 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1469
1470 2020-02-24 Tom de Vries <tdevries@suse.de>
1471
1472 PR gdb/25592
1473 * gdb.base/info-locals-unused-static-var.c: New test.
1474 * gdb.base/info-locals-unused-static-var.exp: New file.
1475
1476 2020-02-22 Tom Tromey <tom@tromey.com>
1477
1478 * gdb.python/tui-window.exp: New file.
1479 * gdb.python/tui-window.py: New file.
1480
1481 2020-02-22 Tom Tromey <tom@tromey.com>
1482
1483 PR tui/17850:
1484 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1485 tests.
1486
1487 2020-02-22 Tom Tromey <tom@tromey.com>
1488
1489 * gdb.tui/new-layout.exp: Add sub-layout tests.
1490
1491 2020-02-22 Tom Tromey <tom@tromey.com>
1492
1493 * gdb.tui/new-layout.exp: New file.
1494
1495 2020-02-22 Tom Tromey <tom@tromey.com>
1496
1497 * gdb.rust/rust-style.rs: New file.
1498 * gdb.rust/rust-style.exp: New file.
1499 * gdb.base/style.exp: Test structure printing.
1500 * gdb.base/style.c (struct some_struct): New type.
1501 (enum etype): New type.
1502 (struct_value): New global.
1503
1504 2020-02-21 Tom de Vries <tdevries@suse.de>
1505
1506 PR go/18926
1507 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1508 Remove blanket xfails. Use message argument for gdb_breakpoint.
1509 Make continuing to breakpoint test conditional on setting breakpoint.
1510 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1511 DW_AT_name attribute. Add xfail for GCC PR93866.
1512
1513 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1514
1515 * gdb.dwarf2/cpp-linkage-name.c: New file.
1516 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1517
1518 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
1519
1520 * lib/gdb.exp (gdb_wrapper_init): Reset
1521 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1522 not exist.
1523
1524 2020-02-20 Tom de Vries <tdevries@suse.de>
1525
1526 PR go/17018
1527 * gdb.go/hello.exp: Copy ...
1528 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1529 print of st to print value of global definition. Add xfail for GCC
1530 PR93844.
1531 * gdb.go/hello.exp: Remove printing of st before definition.
1532 * gdb.go/hello.go: Copy ...
1533 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1534 to st.
1535 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1536
1537 2020-02-20 Tom de Vries <tdevries@suse.de>
1538
1539 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1540 (gdb_simple_compile): Handle compile_flags go by using .go extension
1541 for source file.
1542 * gdb.go/chan.exp: Use support_go_compile.
1543 * gdb.go/handcall.exp: Same.
1544 * gdb.go/hello.exp: Same.
1545 * gdb.go/integers.exp: Same.
1546 * gdb.go/max-depth.exp: Same.
1547 * gdb.go/methods.exp: Same.
1548 * gdb.go/package.exp: Same.
1549 * gdb.go/strings.exp: Same.
1550 * gdb.go/types.exp: Same.
1551 * gdb.go/unsafe.exp: Same.
1552
1553 2020-02-19 Tom de Vries <tdevries@suse.de>
1554
1555 * gdb.python/lib-types.exp: Make xfail more strict.
1556
1557 2020-02-19 Tom de Vries <tdevries@suse.de>
1558
1559 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1560
1561 2020-02-19 Doug Evans <dje@google.com>
1562
1563 PR rust/25535
1564 * gdb.rust/simple.exp: Add test.
1565 * gdb.rust/simple.rs: Add test.
1566
1567 2020-02-19 Tom de Vries <tdevries@suse.de>
1568
1569 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1570 output line-by-line.
1571
1572 2020-02-19 Tom de Vries <tdevries@suse.de>
1573
1574 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1575
1576 2020-02-19 Tom de Vries <tdevries@suse.de>
1577
1578 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1579 prelink.
1580
1581 2020-02-19 Tom de Vries <tdevries@suse.de>
1582
1583 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1584 (gdb_do_cache): Use gdb_do_cache_wrap.
1585 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1586
1587 2020-02-19 Tom de Vries <tdevries@suse.de>
1588
1589 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1590 gdb_compile option.
1591
1592 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1593
1594 * gdb.base/printcmds.exp (test_print_enums): Update expected
1595 output.
1596
1597 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1598
1599 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1600 for "unknown".
1601
1602 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1603
1604 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1605 enumerator.
1606
1607 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1608
1609 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1610 FE_, add FE_NONE.
1611 (three): Update.
1612 (enum flag_enum_without_zero): New enum.
1613 (flag_enum_without_zero): New variable.
1614 (enum not_flag_enum): New enum.
1615 (three_not_flag): New variable.
1616 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1617 (test_print_enums): Add more tests for printing flag enums.
1618
1619 2020-02-18 Tom de Vries <tdevries@suse.de>
1620
1621 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1622 (gdb_compile_ada): ... here.
1623 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1624 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1625
1626 2020-02-14 Tom Tromey <tom@tromey.com>
1627
1628 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1629 build directory.
1630 * boards/gdbserver-base.exp: Update path to gdbserver.
1631
1632 2020-02-13 Tom de Vries <tdevries@suse.de>
1633
1634 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1635
1636 2020-02-13 Tom de Vries <tdevries@suse.de>
1637
1638 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1639 are missing.
1640
1641 2020-02-13 Tom de Vries <tdevries@suse.de>
1642
1643 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1644 call.
1645
1646 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1647
1648 PR tui/25126
1649 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1650 * gdb.base/cached-source-file.c: New file.
1651 * gdb.base/cached-source-file.exp: New file.
1652
1653 2020-02-11 Tom de Vries <tdevries@suse.de>
1654
1655 PR testsuite/25488
1656 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1657
1658 2020-02-10 Tom de Vries <tdevries@suse.de>
1659
1660 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1661
1662 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
1663
1664 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1665 and $after_addr are both integers before making a comparison.
1666
1667 2020-02-09 Tom de Vries <tdevries@suse.de>
1668
1669 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1670 command output and paste it into gdb.log. If any, paste catch message
1671 to gdb.log.
1672
1673 2020-02-07 Tom Tromey <tromey@adacore.com>
1674
1675 PR breakpoints/24915:
1676 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1677
1678 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
1679
1680 * gdb.tui/tui-missing-src.exp: Add the "missing source
1681 file" test for the TUI.
1682
1683 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1684
1685 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1686 including a port number in the output.
1687
1688 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1689
1690 * lib/fortran.exp (fortran_int4): Handle clang.
1691 (fortran_int8): Likewise.
1692 (fortran_real4): Likewise.
1693 (fortran_real8): Likewise.
1694 (fortran_complex4): Likewise.
1695 (fortran_logical4): Likewise.
1696 (fortran_character1): Likewise.
1697
1698 2020-02-04 Tom de Vries <tdevries@suse.de>
1699
1700 * README (Race detection): Add note.
1701
1702 2020-02-04 Tom de Vries <tdevries@suse.de>
1703
1704 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1705
1706 2020-02-04 Tom de Vries <tdevries@suse.de>
1707
1708 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1709
1710 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1711
1712 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1713 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1714 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1715 blttar, bnetarl.
1716 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1717 binary for blttar, bnetarl.
1718 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1719 wait instruction. Delete ldmx test.
1720 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1721
1722 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1723
1724 * gdb.fortran/array-bounds-high.exp: New file.
1725 * gdb.fortran/array-bounds-high.f90: New file.
1726
1727 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1728
1729 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1730 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1731
1732 2020-02-01 Tom de Vries <tdevries@suse.de>
1733
1734 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1735
1736 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1737
1738 PR tui/9765
1739 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1740 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1741
1742 2020-01-29 Luis Machado <luis.machado@linaro.org>
1743
1744 * gdb.arch/aarch64-brk-patterns.c: New source file.
1745 * gdb.arch/aarch64-brk-patterns.exp: New test.
1746
1747 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1748
1749 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1750 GCC/Clang version.
1751 * gdb.cp/pass-by-ref.exp: Ditto.
1752
1753 2020-01-29 Tom de Vries <tdevries@suse.de>
1754
1755 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1756 * gdb.threads/watchpoint-fork-mt.c: Same.
1757 * gdb.threads/watchpoint-fork-parent.c: Same.
1758 * gdb.threads/watchpoint-fork-st.c: Same.
1759 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1760
1761 2020-01-27 Luis Machado <luis.machado@linaro.org>
1762
1763 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1764 sitting at a syscall instruction when we hit the syscall function's
1765 breakpoint.
1766 Check PC against one obtained with the x command.
1767 Validate syscall number.
1768 (step_over_syscall): Don't continue to the syscall instruction if
1769 we're already there.
1770
1771 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1772
1773 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1774
1775 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1776
1777 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1778 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1779
1780 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1781
1782 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1783 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1784
1785 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1786
1787 * gdb.base/maint.exp: Update line table parsing test.
1788 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1789
1790 2020-01-24 Pedro Alves <palves@redhat.com>
1791
1792 PR gdb/25410
1793 * gdb.multi/multi-re-run-1.c: New.
1794 * gdb.multi/multi-re-run-2.c: New.
1795 * gdb.multi/multi-re-run.exp: New.
1796
1797 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1798
1799 PR gdb/23718
1800 * gdb.server/server-kill-python.exp: New file.
1801
1802 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1803
1804 * gdb.server/multi-ui-errors.c: New file.
1805 * gdb.server/multi-ui-errors.exp: New file.
1806
1807 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1808
1809 PR tui/9765
1810 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1811
1812 2020-01-19 Tom Tromey <tom@tromey.com>
1813
1814 * gdb.tui/main.exp: Add check for plain "file".
1815
1816 2020-01-16 Christian Biesinger <cbiesinger@google.com>
1817
1818 * lib/gdb.exp: Fix spelling error (seperatelly).
1819
1820 2020-01-14 Tom Tromey <tom@tromey.com>
1821
1822 PR symtab/12535:
1823 * gdb.python/python.exp: Test decode_line with empty string
1824 argument.
1825
1826 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1827
1828 * gdb.base/skip-inline.exp: Extend test.
1829
1830 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1831
1832 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1833 * gdb.dwarf2/dw2-bad-elf.c: New file.
1834 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1835
1836 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1837
1838 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1839 _line_saw_file.
1840
1841 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1842
1843 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1844 border.
1845
1846 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1847
1848 * gdb.multi/multi-target.exp (setup): Factor out "info
1849 connections" and "info inferiors" tests to ...
1850 (test_info_inferiors): ... this new procedure.
1851 (top level): Run new "info-inferiors" tests.
1852
1853 2020-01-10 Pedro Alves <palves@redhat.com>
1854
1855 * gdb.server/bkpt-other-inferior.exp: New file.
1856
1857 2020-01-10 Pedro Alves <palves@redhat.com>
1858
1859 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1860 of "add-inferior".
1861 * gdb.base/quit-live.exp: Likewise.
1862 * gdb.base/remote-exec-file.exp: Likewise.
1863 * gdb.guile/scm-progspace.exp: Likewise.
1864 * gdb.linespec/linespec.exp: Likewise.
1865 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1866 * gdb.mi/user-selected-context-sync.exp: Likewise.
1867 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1868 "info inferiors" tests.
1869 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1870 "add-inferior".
1871 * gdb.multi/watchpoint-multi.exp: Likewise.
1872 * gdb.python/py-inferior.exp: Likewise.
1873 * gdb.server/extended-remote-restart.exp: Likewise.
1874 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1875 "info inferiors".
1876 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1877 * gdb.trace/report.exp: Likewise.
1878
1879 2020-01-10 Pedro Alves <palves@redhat.com>
1880
1881 * gdb.multi/multi-target.c: New file.
1882 * gdb.multi/multi-target.exp: New file.
1883 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1884 mode requested, but remote does not support non-stop".
1885
1886 2020-01-10 Pedro Alves <palves@redhat.com>
1887
1888 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1889 disconnect before reconnecting.
1890
1891 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1892 Pedro Alves <palves@redhat.com>
1893
1894 * gdb.server/connect-without-multi-process.exp: Also test
1895 continuing to end.
1896
1897 2020-01-10 Pedro Alves <palves@redhat.com>
1898
1899 * gdb.base/remote-exec-file.exp: New file.
1900
1901 2020-01-10 Pedro Alves <palves@redhat.com>
1902
1903 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1904 output.
1905 * gdb.threads/async.c: New.
1906 * gdb.threads/async.exp: New.
1907 * gdb.multi/tids-gid-reset.c: New.
1908 * gdb.multi/tids-gid-reset.exp: New.
1909
1910 2020-01-10 George Barrett <bob@bob131.so>
1911
1912 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1913 to help in finding the image relocation offset.
1914 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1915 options in arguments.
1916 (stap_test_no_debuginfo): Likewise.
1917 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1918 test variants.
1919 (stap_test): Add null semaphore relocation test.
1920
1921 2020-01-10 George Barrett <bob@bob131.so>
1922
1923 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1924 * gdb.base/stap-probe.exp: Likewise.
1925 (stap_test): Pass argument as an additional flag.
1926 (stap_test_no_debuginfo): Likewise.
1927 (stap_test): Check `info probes stap' output for semaphore
1928 addresses if the test binary is supposed to have them.
1929
1930 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1931
1932 * gdb.tui/basic.exp: Add more scrolling tests.
1933
1934 2020-01-09 Tom Tromey <tom@tromey.com>
1935
1936 PR tui/18932:
1937 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1938 meangingful value.
1939 (Term::command, Term::resize): Update.
1940 * gdb.tui/basic.exp: Add scrolling test.
1941
1942 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1943
1944 * gdb.tui/tui-layout-asm.exp: New file.
1945
1946 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1947
1948 * lib/tuiterm.exp (Term::check_box_contents): New proc.
1949
1950 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1951
1952 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
1953 (Term::enter_tui): Use Term::prepare_for_tui.
1954
1955 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1956
1957 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
1958 called.
1959
1960 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1961
1962 * gdb.base/skip.exp: Fix race condition in test.
1963
1964 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1965
1966 * gdb.base/backtrace.c: New file.
1967 * gdb.base/backtrace.exp: New file.
1968
1969 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
1970
1971 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
1972
1973 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1974
1975 * gdb.base/style.exp: Test that warnings are styled.
1976
1977 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
1978
1979 * gdb.base/line65535.exp: New file.
1980 * gdb.base/line65535.c: New file.
1981
1982 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
1983
1984 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
1985 * lib/gnat_debug_info_test.adb: New file.
1986 * gdb.ada/ptype_tagged_param.exp: Use
1987 gnat_runtime_has_debug_info, expect a different output if
1988 runtime does not have debug info.
1989
1990 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1991
1992 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
1993 (another) quote in test name.
1994
1995 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1996
1997 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
1998 Add quote in test name.
1999
2000 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2001
2002 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2003 directory instead.
2004 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2005 * gdb.cp/pass-by-ref-2.cc: New file.
2006 * gdb.cp/pass-by-ref-2.exp: New file.
2007
2008 2019-12-20 Tom Tromey <tom@tromey.com>
2009
2010 * gdb.tui/list-before.exp: New file.
2011
2012 2019-12-20 Tom Tromey <tom@tromey.com>
2013
2014 * gdb.tui/list.exp: Check for source on initial listing.
2015
2016 2019-12-11 Tom Tromey <tromey@adacore.com>
2017
2018 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2019 Add crlf test.
2020
2021 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
2022
2023 * gdb.base/default.exp: Update value of $_gdb_major.
2024
2025 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2026
2027 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2028
2029 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2030
2031 * gdb.base/skip.exp: Whitespace fix.
2032
2033 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2034
2035 * gdb.base/skip-inline.c: New file.
2036 * gdb.base/skip-inline.exp: New file.
2037
2038 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2039
2040 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2041 jit_function_00 to jit_function_stack_mangle.
2042 * gdb.base/jithost.c (jit_function_t): Rename to...
2043 (jit_function_stack_mangle_t): ... this.
2044 (jit_function_add_t): New typedef.
2045 (jit_function_00_code): Rename to...
2046 (jit_function_stack_mangle_code): ... this, make static.
2047 (jit_function_add_code): New.
2048 (main): Generate "add" function and call it. Adjust to changes
2049 in jithost_abi.
2050 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2051 (struct jithost_abi) <begin, end>: Remove fields.
2052 <object, function_stack_mangle, function_add>: New fields.
2053 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2054 code_end>: Remove fields.
2055 <func_stack_mangle>: New field.
2056 (read_debug_info): Adjust to renaming, create block for "add"
2057 function.
2058 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2059
2060 2019-12-11 Tom Tromey <tom@tromey.com>
2061
2062 * gdb.tui/resize.exp: Fix regexp.
2063 * gdb.tui/regs.exp: Fix regexps.
2064 * gdb.tui/main.exp: Fix regexp.
2065
2066 2019-12-11 Tom Tromey <tom@tromey.com>
2067
2068 * gdb.tui/resize.exp: Update.
2069 * gdb.tui/empty.exp (layouts): Update.
2070
2071 2019-12-11 Tom Tromey <tom@tromey.com>
2072
2073 * gdb.tui/regs.exp: Update.
2074 * gdb.tui/empty.exp (layouts): Update.
2075 * gdb.tui/basic.exp: Update.
2076 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2077
2078 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2079
2080 * gdb.base/options.exp: Add -raw-values in the print completion list.
2081 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2082
2083 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2084
2085 * gdb.threads/omp-par-scope.c: New file.
2086 * gdb/threads/omp-par-scope.exp: New file.
2087
2088 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2089
2090 * lib/gdb.exp (support_nested_function_tests): New proc.
2091
2092 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2093
2094 * lib/gdb.exp (gdb_compile_openmp): New proc.
2095 (build_executable_from_specs): Add an "openmp" option.
2096 (gdb_compile_pthreads): Add non-executable case.
2097
2098 2019-12-10 Tom Tromey <tromey@adacore.com>
2099
2100 * gdb.ada/unchecked_union.exp: New file.
2101 * gdb.ada/unchecked_union/pck.adb: New file.
2102 * gdb.ada/unchecked_union/pck.ads: New file.
2103 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2104 * gdb-utils.exp (string_to_regexp): Also quote "?".
2105
2106 2019-12-10 George Barrett <bob@bob131.so>
2107
2108 Test scripted probe breakpoints.
2109 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2110 * gdb.python/py-breakpoint.c (main): Likewise.
2111 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2112 specifier test.
2113 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2114
2115 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2116
2117 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2118 an rvalue parameter.
2119 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2120 parameter.
2121
2122 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2123
2124 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2125 modules.
2126
2127 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2128
2129 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2130 broken version of GCC.
2131
2132 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2133
2134 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2135 sym-info-cmds library.
2136 * gdb.fortran/info-types.exp: Likewise.
2137 * lib/sym-info-cmds.exp: New file.
2138
2139 2019-12-08 Tom de Vries <tdevries@suse.de>
2140
2141 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2142
2143 2019-12-07 Keith Seitz <keiths@redhat.com>
2144
2145 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2146 * gdb.base/corefile-buildid-shlib.c: New file.
2147 * gdb.base/corefile-buildid.c: New file.
2148 * gdb.base/corefile-buildid.exp: New file.
2149
2150 2019-12-06 Tom de Vries <tdevries@suse.de>
2151
2152 * gdb.dwarf2/varval.exp: Add decl before def test.
2153
2154 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2155
2156 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2157
2158 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2159
2160 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2161 CV and reference conversion for overload resolution.
2162 * gdb.cp/rvalue-ref-overload.exp: Test it.
2163
2164 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2165
2166 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2167 * gdb.base/frameapply.exp: Test faas without command.
2168
2169 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2170
2171 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2172 Fortran tests.
2173 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2174 order.
2175
2176 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2177
2178 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2179 casting to type with no kind specified.
2180 (test_basic_parsing_of_type_kinds): Additional tests for types
2181 with no kind specified, and add tests for single/double
2182 precision/complex types.
2183
2184 2019-12-04 Tom Tromey <tromey@adacore.com>
2185
2186 * gdb.base/endianity.c (struct other) <x>: New field.
2187 (main): Initialize it.
2188 * gdb.base/endianity.exp: Update.
2189
2190 2019-12-04 Tom Tromey <tromey@adacore.com>
2191
2192 * gdb.ada/scalar_storage/storage.adb: New file.
2193 * gdb.ada/scalar_storage/pck.adb: New file.
2194 * gdb.ada/scalar_storage/pck.ads: New file.
2195 * gdb.ada/scalar_storage.exp: New file.
2196
2197 2019-12-04 Tom Tromey <tromey@adacore.com>
2198
2199 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2200 (main): Initialize it.
2201 * gdb.base/endianity.exp: Update.
2202
2203 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2204
2205 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2206
2207 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2208
2209 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2210 -symbol-info-module-functions and -symbol-info-module-variables.
2211
2212 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2213
2214 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2215
2216 2019-12-01 Richard Bunt <richard.bunt@arm.com>
2217 Andrew Burgess <andrew.burgess@embecosm.com>
2218
2219 * gdb.fortran/derived-type-striding.exp: New file.
2220 * gdb.fortran/derived-type-striding.f90: New file.
2221 * gdb.fortran/array-slices.exp: New file.
2222 * gdb.fortran/array-slices.f90: New file.
2223
2224 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2225
2226 * gdb.base/define.exp: Test . in command names.
2227 * gdb.base/setshow.exp: Update test, as . is now part of
2228 command name.
2229
2230 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2231
2232 * gdb.base/define-prefix.exp: New file.
2233
2234 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2235
2236 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2237 compile.
2238 (skip_btrace_pt_tests): Likewise.
2239
2240 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2241
2242 * gdb.fortran/info-modules.exp: Compile source files in correct
2243 order.
2244
2245 2019-11-27 Kevin Buettner <kevinb@redhat.com>
2246
2247 * gdb.dwarf2/imported-unit.exp: New file.
2248 * gdb.dwarf2/imported-unit.c: New file.
2249
2250 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2251
2252 * gdb.mi/mi-fortran-modules-2.f90: New file.
2253 * gdb.mi/mi-fortran-modules.exp: New file.
2254 * gdb.mi/mi-fortran-modules.f90: New file.
2255
2256 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2257
2258 * gdb.mi/mi-sym-info-1.c: New file.
2259 * gdb.mi/mi-sym-info-2.c: New file.
2260 * gdb.mi/mi-sym-info.exp: New file.
2261
2262 2019-11-22 Tom Tromey <tromey@adacore.com>
2263
2264 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2265 * gdb.ada/tasks/foo.adb: Add another stopping location.
2266
2267 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2268
2269 * gdb.base/endianity.c: New test.
2270 * gdb.base/endianity.exp: New file.
2271
2272 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2273
2274 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2275
2276 2019-11-21 Tom de Vries <tdevries@suse.de>
2277
2278 PR gdb/24956
2279 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2280
2281 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2282
2283 * gdb.python/py-progspace.exp: Add missing parentheses on some
2284 'print' commands.
2285
2286 2019-11-19 Tom Tromey <tom@tromey.com>
2287
2288 * gdb.tui/winheight.exp: New file.
2289
2290 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2291
2292 * gdb.base/ctf-whatis.c: Delete.
2293 * gdb.base/ctf-whatis.exp: Delete.
2294 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2295
2296 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2297
2298 * gdb.base/ctf-cvexpr.exp: Delete.
2299 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2300
2301 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2302
2303 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2304 the compiler. Clean up header comment a little.
2305 * gdb.base/ctf-ptype.exp: Likewise.
2306 * gdb.base/ctf-whatis.exp: Likewise.
2307 * lib/gdb.exp (skip_ctf_tests): New proc.
2308
2309 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2310
2311 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2312 * gdb.tui/corefile-run.exp: New file.
2313
2314 2019-11-14 Tom Tromey <tromey@adacore.com>
2315
2316 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2317 regression tests.
2318
2319 2019-11-12 Tom Tromey <tom@tromey.com>
2320
2321 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2322 after any command. Expect prompt after WAIT_FOR is seen.
2323 (enter_tui): Enable resize messages.
2324 (command): Expect command in output.
2325 (get_line): Avoid error when cursor appears to be off-screen.
2326 (dump_screen): Include screen size in title.
2327 (_do_resize): New proc, from "resize".
2328 (resize): Rewrite. Do resize in two steps.
2329 * gdb.tui/empty.exp (layouts): Fix entries.
2330 (check_boxes): Remove xfail.
2331 (check_text): Dump screen on failure.
2332
2333 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2334
2335 * gdb.python/py-symbol.exp: Add test for
2336 gdb.lookup_static_symbols.
2337
2338 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2339
2340 * gdb.python/py-symbol.c: Declare and call function from new
2341 py-symbol-2.c file.
2342 * gdb.python/py-symbol.exp: Compile both source files, and add new
2343 tests for gdb.lookup_static_symbol.
2344 * gdb.python/py-symbol-2.c: New file.
2345
2346 2019-11-02 Tom de Vries <tdevries@suse.de>
2347
2348 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2349 * gdb.base/anon.exp: Same.
2350 * gdb.base/auto-connect-native-target.exp: Same.
2351 * gdb.base/call-ar-st.exp: Same.
2352 * gdb.base/catch-syscall.exp: Same.
2353 * gdb.base/commands.exp: Same.
2354 * gdb.base/default.exp: Same.
2355 * gdb.base/display.exp: Same.
2356 * gdb.base/float.exp: Same.
2357 * gdb.base/foll-fork.exp: Same.
2358 * gdb.base/help.exp: Same.
2359 * gdb.base/info-macros.exp: Same.
2360 * gdb.base/info-proc.exp: Same.
2361 * gdb.base/info-target.exp: Same.
2362 * gdb.base/long_long.exp: Same.
2363 * gdb.base/macscp.exp: Same.
2364 * gdb.base/memattr.exp: Same.
2365 * gdb.base/nofield.exp: Same.
2366 * gdb.base/pointers.exp: Same.
2367 * gdb.base/printcmds.exp: Same.
2368 * gdb.base/ptype.exp: Same.
2369 * gdb.base/restore.exp: Same.
2370 * gdb.base/return.exp: Same.
2371 * gdb.base/scope.exp: Same.
2372 * gdb.base/set-noassign.exp: Same.
2373 * gdb.base/setshow.exp: Same.
2374 * gdb.base/shlib-call.exp: Same.
2375 * gdb.base/signals.exp: Same.
2376 * gdb.base/sigstep.exp: Same.
2377 * gdb.base/skip.exp: Same.
2378 * gdb.base/solib-symbol.exp: Same.
2379 * gdb.base/stap-probe.exp: Same.
2380 * gdb.base/step-line.exp: Same.
2381 * gdb.base/step-test.exp: Same.
2382 * gdb.base/style.exp: Same.
2383 * gdb.base/varargs.exp: Same.
2384 * gdb.base/vla-datatypes.exp: Same.
2385 * gdb.base/vla-ptr.exp: Same.
2386 * gdb.base/vla-sideeffect.exp: Same.
2387 * gdb.base/volatile.exp: Same.
2388 * gdb.base/watch-cond-infcall.exp: Same.
2389 * gdb.base/watchpoint.exp: Same.
2390
2391 2019-11-02 Tom de Vries <tdevries@suse.de>
2392
2393 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2394 * gdb.cp/cpexprs.exp: Same.
2395 * gdb.cp/except-multi-location.exp: Same.
2396 * gdb.cp/exceptprint.exp: Same.
2397 * gdb.cp/gdb2384.exp: Same.
2398 * gdb.cp/inherit.exp: Same.
2399 * gdb.cp/m-static.exp: Same.
2400 * gdb.cp/meth-typedefs.exp: Same.
2401 * gdb.cp/misc.exp: Same.
2402 * gdb.cp/namespace.exp: Same.
2403 * gdb.cp/non-trivial-retval.exp: Same.
2404 * gdb.cp/overload.exp: Same.
2405 * gdb.cp/pr17132.exp: Same.
2406 * gdb.cp/re-set-overloaded.exp: Same.
2407 * gdb.cp/rvalue-ref-types.exp: Same.
2408 * gdb.cp/templates.exp: Same.
2409
2410 2019-11-01 Luis Machado <luis.machado@linaro.org>
2411
2412 PR gdb/25124
2413
2414 * gdb.arch/pr25124.S: New file.
2415 * gdb.arch/pr25124.exp: New file.
2416
2417 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2418
2419 * gdb.fortran/info-modules.exp: Update expected results, and add
2420 additional tests for 'info module functinos', and 'info module
2421 variables'.
2422 * gdb.fortran/info-types.exp: Update expected results.
2423 * gdb.fortran/info-types.f90: Extend testcase with additional
2424 module variables and functions.
2425
2426 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2427
2428 * gdb.fortran/info-modules.exp: New file.
2429 * gdb.fortran/info-types.exp: Build with new file.
2430 * gdb.fortran/info-types.f90: Include and use new module.
2431 * gdb.fortran/info-types-2.f90: New file.
2432
2433 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2434
2435 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2436 * gdb.base/settings.exp: Test all settings types using
2437 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2438 that now verifies that the value of "maint show" is the same as
2439 returned by the settings functions. Test the type of the
2440 maintenance settings.
2441 * gdb.base/default.exp: Update show_conv_list.
2442
2443 2019-10-31 Tom de Vries <tdevries@suse.de>
2444
2445 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2446 gdb_test.
2447 * gdb.arch/amd64-disp-step.exp: Same.
2448 * gdb.asm/asm-source.exp: Same.
2449 * gdb.btrace/buffer-size.exp: Same.
2450 * gdb.btrace/cpu.exp: Same.
2451 * gdb.btrace/enable.exp: Same.
2452 * gdb.dwarf2/count.exp: Same.
2453 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2454 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2455 * gdb.fortran/vla-datatypes.exp: Same.
2456 * gdb.fortran/vla-history.exp: Same.
2457 * gdb.fortran/vla-ptype.exp: Same.
2458 * gdb.fortran/vla-value.exp: Same.
2459 * gdb.fortran/whatis_type.exp: Same.
2460 * gdb.guile/guile.exp: Same.
2461 * gdb.multi/tids.exp: Same.
2462 * gdb.python/py-finish-breakpoint.exp: Same.
2463 * gdb.python/py-framefilter.exp: Same.
2464 * gdb.python/py-pp-registration.exp: Same.
2465 * gdb.python/py-xmethods.exp: Same.
2466 * gdb.python/python.exp: Same.
2467 * gdb.server/connect-with-no-symbol-file.exp: Same.
2468 * gdb.server/no-thread-db.exp: Same.
2469 * gdb.server/run-without-local-binary.exp: Same.
2470 * gdb.stabs/weird.exp: Same.
2471 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2472 * gdb.threads/thread-find.exp: Same.
2473 * gdb.threads/tls-shared.exp: Same.
2474 * gdb.threads/tls.exp: Same.
2475 * gdb.threads/wp-replication.exp: Same.
2476 * gdb.trace/ax.exp: Same.
2477 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2478
2479 2019-10-31 Tom de Vries <tdevries@suse.de>
2480
2481 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2482 * gdb.ada/array_subscript_addr.exp: Same.
2483 * gdb.ada/arrayidx.exp: Same.
2484 * gdb.ada/arrayparam.exp: Same.
2485 * gdb.ada/arrayptr.exp: Same.
2486 * gdb.ada/boolean_expr.exp: Same.
2487 * gdb.ada/call_pn.exp: Same.
2488 * gdb.ada/complete.exp: Same.
2489 * gdb.ada/fixed_cmp.exp: Same.
2490 * gdb.ada/fun_addr.exp: Same.
2491 * gdb.ada/funcall_param.exp: Same.
2492 * gdb.ada/interface.exp: Same.
2493 * gdb.ada/mod_from_name.exp: Same.
2494 * gdb.ada/null_array.exp: Same.
2495 * gdb.ada/packed_array.exp: Same.
2496 * gdb.ada/packed_tagged.exp: Same.
2497 * gdb.ada/print_chars.exp: Same.
2498 * gdb.ada/print_pc.exp: Same.
2499 * gdb.ada/ptype_arith_binop.exp: Same.
2500 * gdb.ada/ptype_field.exp: Same.
2501 * gdb.ada/ptype_tagged_param.exp: Same.
2502 * gdb.ada/rec_return.exp: Same.
2503 * gdb.ada/ref_tick_size.exp: Same.
2504 * gdb.ada/str_ref_cmp.exp: Same.
2505 * gdb.ada/taft_type.exp: Same.
2506 * gdb.ada/tagged.exp: Same.
2507 * gdb.ada/type_coercion.exp: Same.
2508 * gdb.ada/uninitialized_vars.exp: Same.
2509
2510 2019-10-30 Tom de Vries <tdevries@suse.de>
2511
2512 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2513
2514 2019-10-26 Tom de Vries <tdevries@suse.de>
2515
2516 * gdb.base/bigcore.c: Fix typos in comments.
2517 * gdb.base/ctf-ptype.c: Same.
2518 * gdb.base/long_long.c: Same.
2519 * gdb.dwarf2/dw2-op-out-param.S: Same.
2520 * gdb.python/py-evthreads.c: Same.
2521 * gdb.reverse/i387-stack-reverse.c: Same.
2522 * gdb.trace/tfile.c: Same.
2523 * lib/compiler.c: Same.
2524 * lib/compiler.cc: Same.
2525
2526 2019-10-25 Tom de Vries <tdevries@suse.de>
2527
2528 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2529 gdb_test_multiple calls.
2530 * gdb.reverse/sigall-reverse.exp: Same.
2531 * gdb.reverse/solib-precsave.exp: Same.
2532 * gdb.reverse/solib-reverse.exp: Same.
2533 * gdb.reverse/until-precsave.exp: Same.
2534 * gdb.reverse/until-reverse.exp: Same.
2535
2536 2019-10-24 Tom de Vries <tdevries@suse.de>
2537
2538 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2539 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2540 kfail using -wrap pattern flag and convenience variable
2541 gdb_test_name.
2542
2543 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2544
2545 * gdb.python/py-progspace.exp: Add tests for the
2546 Progspace.block_for_pc method.
2547
2548 2019-10-23 Tom Tromey <tom@tromey.com>
2549
2550 * configure: Rebuild.
2551 * aclocal.m4: Use m4_include, not sinclude.
2552
2553 2019-10-21 Tom de Vries <tdevries@suse.de>
2554
2555 * gdb.base/infcall-nested-structs.c: Add
2556 __attribute__((noinline,noclone)) to all functions.
2557 (call_all): Add missing variable initialization. Simplify return value.
2558 (breakpt): Increment volatile variable, to prevent call from being
2559 optimized out.
2560 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2561
2562 2019-10-17 Tom de Vries <tdevries@suse.de>
2563
2564 * gdb.fortran/module.exp: Allow info variables to print info for files
2565 other than module.f90.
2566
2567 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2568
2569 * gdb.fortran/module.exp: Extend with 'info variables' test.
2570
2571 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2572
2573 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2574 F77_FOR_TARGET.
2575
2576 2019-10-16 Tom de Vries <tdevries@suse.de>
2577
2578 PR tdep/25096
2579 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2580
2581 2019-10-16 Tom de Vries <tdevries@suse.de>
2582
2583 PR tdep/24104
2584 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2585 Add KFAIL for PR tdep/25096.
2586
2587 2019-10-16 Tom de Vries <tdevries@suse.de>
2588
2589 PR testsuite/25059
2590 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2591
2592 2019-10-16 Tom de Vries <tdevries@suse.de>
2593
2594 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2595 as signed.
2596
2597 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2598
2599 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2600 one instead of increasing timeout.
2601
2602 2019-10-13 Tom de Vries <tdevries@suse.de>
2603
2604 PR record/25038
2605 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2606 * gdb.reverse/sigall-reverse.exp: Same.
2607 * gdb.reverse/solib-precsave.exp: Same.
2608 * gdb.reverse/solib-reverse.exp: Same.
2609 * gdb.reverse/step-precsave.exp: Same.
2610 * gdb.reverse/until-precsave.exp: Same.
2611 * gdb.reverse/until-reverse.exp: Same.
2612 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2613
2614 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2615
2616 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2617 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2618 (cmp_struct_05_01, cmp_struct_static_02_01)
2619 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2620 comparisons.
2621
2622 2019-10-10 Tom de Vries <tdevries@suse.de>
2623
2624 PR testsuite/24888
2625 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2626 gnatlink.
2627
2628 2019-10-09 Tom de Vries <tdevries@suse.de>
2629
2630 PR testsuite/25048
2631 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2632
2633 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2634
2635 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2636 exceptions due to missing debug information.
2637
2638 2019-10-07 Tom de Vries <tdevries@suse.de>
2639
2640 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2641
2642 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2643
2644 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2645 * gdb.base/annota1.exp: Update to use gdb_test_name.
2646
2647 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2648
2649 * gdb.base/ctf-whatis.exp: New file.
2650 * gdb.base/ctf-whatis.c: New file.
2651 * gdb.base/ctf-ptype.exp: New file.
2652 * gdb.base/ctf-ptype.c: New file.
2653 * gdb.base/ctf-constvars.exp: New file.
2654 * gdb.base/ctf-constvars.c: New file.
2655 * gdb.base/ctf-cvexpr.exp: New file.
2656
2657 2019-10-04 Tom de Vries <tdevries@suse.de>
2658
2659 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2660 for loop.
2661
2662 2019-10-03 Tom Tromey <tom@tromey.com>
2663
2664 PR rust/24976:
2665 * gdb.rust/simple.rs (Union2): New type.
2666 (main): Use Union2.
2667 * gdb.rust/simple.exp: Add test.
2668
2669 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2670
2671 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2672 nested function prefix.
2673
2674 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2675 Richard Bunt <richard.bunt@arm.com>
2676 Andrew Burgess <andrew.burgess@embecosm.com>
2677
2678 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2679 nested functions.
2680 * gdb.fortran/nested-funcs.f90: Update expected results.
2681 * gdb.fortran/nested-funcs-2.exp: New file.
2682 * gdb.fortran/nested-funcs-2.f90: New file.
2683
2684 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2685
2686 * gdb.python/py-parameter.exp: Make test names unique.
2687 * gdb.python/py-template.exp: Likewise.
2688 * gdb.python/py-value.exp: Likewise.
2689
2690 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2691
2692 * gdb.base/break-interp.exp: Reduce test name duplication.
2693 * gdb.base/call-sc.exp: Likewise.
2694 * gdb.base/callfuncs.exp: Likewise.
2695 * gdb.base/charset.exp: Likewise.
2696 * gdb.base/dump.exp: Likewise.
2697 * gdb.base/ena-dis-br.exp: Likewise.
2698 * gdb.base/relational.exp: Likewise.
2699 * gdb.base/step-over-syscall.exp: Likewise.
2700 * gdb.base/structs.exp: Likewise.
2701
2702 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2703
2704 * gdb.linespec/explicit.exp: Make test names unique.
2705 * gdb.linespec/ls-errs.exp: Likewise.
2706
2707 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2708
2709 * gdb.reverse/break-precsave.exp: Make test names unique.
2710 * gdb.reverse/break-reverse.exp: Likewise.
2711 * gdb.reverse/finish-precsave.exp: Likewise.
2712 * gdb.reverse/finish-reverse.exp: Likewise.
2713 * gdb.reverse/machinestate-precsave.exp: Likewise.
2714 * gdb.reverse/machinestate.exp: Likewise.
2715 * gdb.reverse/readv-reverse.exp: Likewise.
2716 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2717 * gdb.reverse/sigall-precsave.exp: Likewise.
2718 * gdb.reverse/sigall-reverse.exp: Likewise.
2719 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2720 * gdb.reverse/watch-precsave.exp: Likewise.
2721 * gdb.reverse/watch-reverse.exp: Likewise.
2722
2723 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2724
2725 * gdb.threads/stop-with-handle.c: New file.
2726 * gdb.threads/stop-with-handle.exp: New file.
2727
2728 2019-10-03 Tom de Vries <tdevries@suse.de>
2729
2730 PR testsuite/25059
2731 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2732 directory" line to be missing.
2733
2734 2019-10-03 Tom de Vries <tdevries@suse.de>
2735
2736 PR testsuite/25059
2737 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2738 type optional.
2739
2740 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2741
2742 * gdb.python/py-format-string.c (string.h): New include.
2743 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2744 the same value, for endianness-independence.
2745 * gdb.python/py-format-string.exp (default_regexp_dict)
2746 (test_pretty_structs, test_format): Adjust expected output to the
2747 changed initialization.
2748
2749 2019-10-02 Tom Tromey <tromey@adacore.com>
2750
2751 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2752
2753 2019-10-02 Pedro Alves <palves@redhat.com>
2754 Andrew Burgess <andrew.burgess@embecosm.com>
2755
2756 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2757 "print-file-var.h".
2758 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2759 (get_version_1): Print this_version_id and its address.
2760 Add extern "C" wrappers around interface functions.
2761 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2762 "print-file-var.h".
2763 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2764 (get_version_2): Print this_version_id and its address.
2765 Add extern "C" wrappers around interface functions.
2766 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2767 <stddef.h> and "print-file-var.h".
2768 Add extern "C" wrappers around interface functions.
2769 [VERSION_ID_MAIN] (this_version_id): Define.
2770 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2771 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2772 up extern "C" blocks.
2773 * gdb.base/print-file-var.exp (test): New, factored out from top
2774 level.
2775 (top level): Test all combinations of attribute hidden or not,
2776 dlopen or not, and this_version_id symbol in main file or not.
2777 Compile tests as both C++ and C, make test names unique.
2778
2779 2019-10-01 Tom Tromey <tom@tromey.com>
2780
2781 * gdb.base/style.exp: Test "show logging filename".
2782
2783 2019-10-01 Tom Tromey <tom@tromey.com>
2784
2785 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2786 * gdb.base/style.exp: Add metadata style test.
2787
2788 2019-10-01 Tom Tromey <tom@tromey.com>
2789
2790 * gdb.base/style.exp: Test "pwd".
2791
2792 2019-10-01 Tom Tromey <tom@tromey.com>
2793
2794 * gdb.base/style.exp: Update tests.
2795
2796 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2797
2798 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2799 'six' to unsigned.
2800 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2801 'five'. Use an all-ones bit pattern for each.
2802 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2803 to its changed values.
2804
2805 2019-09-30 Tom Tromey <tromey@adacore.com>
2806
2807 * gdb.rust/traits.rs: Disable all warnings.
2808
2809 2019-09-29 Tom de Vries <tdevries@suse.de>
2810
2811 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
2812
2813 2019-09-29 Tom de Vries <tdevries@suse.de>
2814
2815 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2816
2817 2019-09-27 Tom de Vries <tdevries@suse.de>
2818
2819 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2820
2821 2019-09-27 Tom de Vries <tdevries@suse.de>
2822
2823 PR record/23188
2824 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2825
2826 2019-09-26 Tom Tromey <tromey@adacore.com>
2827
2828 * gdb.ada/py_taft.exp: New file.
2829 * gdb.ada/py_taft/main.adb: New file.
2830 * gdb.ada/py_taft/pkg.adb: New file.
2831 * gdb.ada/py_taft/pkg.ads: New file.
2832
2833 2019-09-24 Tom de Vries <tdevries@suse.de>
2834
2835 PR gdb/24598
2836 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2837
2838 2019-09-22 Tom de Vries <tdevries@suse.de>
2839
2840 * gdb.base/restore.exp: Allow register variables to be optimized out at
2841 -O0.
2842
2843 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2844
2845 * gdb.arch/spu-info.exp: Remove file.
2846 * gdb.arch/spu-info.c: Remove file.
2847 * gdb.arch/spu-ls.exp: Remove file.
2848 * gdb.arch/spu-ls.c: Remove file.
2849
2850 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2851 * gdb.asm/spu.inc: Remove file.
2852
2853 * gdb.base/dump.exp: Remove support for spu*-*-*.
2854 * gdb.base/stack-checking.exp: Likewise.
2855 * gdb.base/overlays.exp: Likewise.
2856 * gdb.base/ovlymgr.c: Likewise.
2857 * gdb.base/spu.ld: Remove file.
2858
2859 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2860 * gdb.cp/cpexprs.exp: Likewise.
2861 * gdb.cp/exception.exp: Likewise.
2862 * gdb.cp/gdb2495.exp: Likewise.
2863 * gdb.cp/mb-templates.exp: Likewise.
2864 * gdb.cp/pr9167.exp: Likewise.
2865 * gdb.cp/userdef.exp: Likewise.
2866
2867 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2868
2869 * gdb.cell: Remove directory.
2870 * lib/cell.exp: Remove file.
2871
2872 2019-09-19 Tom de Vries <tdevries@suse.de>
2873
2874 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2875
2876 2019-09-19 Tom de Vries <tdevries@suse.de>
2877
2878 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2879
2880 2019-09-19 Tom de Vries <tdevries@suse.de>
2881
2882 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2883 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2884 (gdb_target_cmd): ... here.
2885 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2886 value 2.
2887
2888 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2889
2890 * gdb.base/source-dir.exp: Avoid having directory names in test
2891 names.
2892
2893 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2894
2895 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2896 directory.
2897
2898 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2899
2900 * gdb.base/list-missing-source.exp: New file.
2901
2902 2019-09-14 Tom de Vries <tdevries@suse.de>
2903
2904 PR teststuite/24599
2905 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2906 * lib/ada.exp (gnatmake_version_at_least): New proc.
2907
2908 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2909
2910 * gdb.base/maint.exp: Use exec_has_index_section.
2911
2912 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2913
2914 * gdb.base/maint.exp: Add test for 'maint info sections'.
2915
2916 2019-09-12 Tom de Vries <tdevries@suse.de>
2917
2918 * gdb.base/store.exp: Allow register variables to be optimized out at
2919 -O0.
2920
2921 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2922
2923 * gdb.ada/rdv_wait.exp: Update to new task names.
2924 * gdb.base/task_switch_in_core.exp: Likewise.
2925 * gdb.base/info_sources_base.c: Likewise.
2926
2927 2019-09-10 Tom Tromey <tromey@adacore.com>
2928
2929 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2930
2931 2019-09-10 Tom Tromey <tromey@adacore.com>
2932
2933 * gdb.ada/dgopt.exp: New file.
2934 * gdb.ada/dgopt/x.adb: New file.
2935
2936 2019-09-08 Tom Tromey <tom@tromey.com>
2937
2938 * gdb.tui/resize.exp: Remove setup_xfail.
2939 * gdb.tui/regs.exp: Remove setup_xfail.
2940 * gdb.tui/basic.exp: Remove setup_xfail.
2941
2942 2019-09-06 David Blaikie <dblaikie@gmail.com>
2943
2944 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
2945 * gdb.cp/cplabel.exp: Ditto.
2946 * gdb.linespec/ls-errs.exp: Ditto.
2947
2948 2019-09-05 Tom de Vries <tdevries@suse.de>
2949
2950 * lib/gdb.exp (cmp_file_string): New proc.
2951 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
2952 runto_main. Verify save breakpoints output.
2953
2954 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2955
2956 * gdb.base/info-var.exp: Test info variables without running
2957 to main, to avoid expect's buffer overflow.
2958
2959 2019-09-03 Tom Tromey <tromey@adacore.com>
2960
2961 * gdb.ada/bias.exp: New file.
2962 * gdb.ada/bias/bias.adb: New file.
2963 * gdb.ada/print_chars.exp: Add regression test.
2964 * gdb.ada/print_chars/foo.adb (My_Character): New type.
2965 (MC): New variable.
2966
2967 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
2968
2969 * gdb.base/argv0-symlink.exp: Run only on native target
2970 and local host.
2971
2972 2019-08-29 Tom de Vries <tdevries@suse.de>
2973
2974 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
2975 diverse debug info.
2976 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
2977
2978 2019-08-28 Tom de Vries <tdevries@suse.de>
2979
2980 * gdb.base/info-var.exp: Allow info variables to print info for files
2981 other than info-var-f1.c and info-var-f2.c.
2982
2983 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2984
2985 * gdb.fortran/info-types.exp: Add module.
2986 * gdb.fortran/info-types.f90: Update expected results.
2987
2988 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2989
2990 * gdb.fortran/info-types.exp: New file.
2991 * gdb.fortran/info-types.f90: New file.
2992 * lib/fortran.exp (fortran_character1): New proc.
2993
2994 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2995
2996 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
2997 functions'. Reindent as needed.
2998 * gdb.base/info-var-f1.c: New file.
2999 * gdb.base/info-var-f2.c: New file.
3000 * gdb.base/info-var.exp: New file.
3001 * gdb.base/info-var.h: New file.
3002
3003 2019-08-26 Tom de Vries <tdevries@suse.de>
3004
3005 PR c++/24852
3006 * gdb.cp/no-libstdcxx-probe.exp: New test.
3007
3008 2019-08-26 Tom de Vries <tdevries@suse.de>
3009
3010 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3011 * tests need to be skipped.
3012 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3013 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3014 mi_skip_libstdcxx_probe_tests.
3015
3016 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3017
3018 * gdb.python/py-xmethods.exp: Use raw strings when passing
3019 arguments to SimpleXMethodMatcher.
3020
3021 2019-08-22 Tom de Vries <tdevries@suse.de>
3022
3023 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3024 more informative.
3025
3026 2019-08-21 Pedro Alves <palves@redhat.com>
3027
3028 * gdb.base/with.exp: Test "with" with no arguments.
3029
3030 2019-08-21 Tom de Vries <tdevries@suse.de>
3031
3032 * gdb.base/gdb-caching-proc.exp: Sort files.
3033
3034 2019-08-20 Tom de Vries <tdevries@suse.de>
3035
3036 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3037 compilation.
3038
3039 2019-08-16 Tom de Vries <tdevries@suse.de>
3040
3041 * gdb.base/compare-sections.exp ("after run to main"): Allow
3042 mismatched read-only sections for PIE executables.
3043
3044 2019-08-16 Tom Tromey <tom@tromey.com>
3045
3046 * lib/tuiterm.exp (_csi_Z): New proc.
3047 * gdb.tui/basic.exp: Update window positions.
3048 * gdb.tui/empty.exp: Update window positions.
3049
3050 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3051
3052 * gdb.base/examine-backward.exp: Correct regexp for
3053 "examine 3 bytes backward from ${address_zero}".
3054
3055 2019-08-15 Tom Tromey <tom@tromey.com>
3056
3057 * gdb.tui/empty.exp: Enable resizing tests.
3058
3059 2019-08-15 Tom Tromey <tromey@adacore.com>
3060
3061 * gdb.ada/char_enum.exp: Add regression tests.
3062 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3063 and '0'.
3064 (Char, Gchar): Update.
3065 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3066
3067 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3068
3069 * gdb.python/python.exp: Expect a leading underscore on
3070 GdbOutput{,Error}File.
3071
3072 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3073
3074 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3075 Windows host.
3076
3077 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3078
3079 * gdb.base/batch-preserve-term-settings.exp
3080 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3081
3082 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3083
3084 * lib/gdb.exp: When running on a mingw target, replace
3085 /x/ with x:/.
3086
3087 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3088
3089 * gdb.arch/aarch64-prologue.c: New test.
3090 * gdb.arch/aarch64-prologue.exp: New file.
3091
3092 2019-08-13 Tom de Vries <tdevries@suse.de>
3093
3094 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3095 Thread.
3096
3097 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3098
3099 * gdb.python/py-completion.exp: Download the .py file to the host
3100 and use its host pathname. Conditionalize tests that use
3101 tab completion and manipulate files on the build machine.
3102 * gdb.python/py-events.exp: Download the .py file to the host
3103 and use its host pathname.
3104 * gdb.python/py-evsignal.exp: Likewise.
3105 * gdb.python/py-evthreads.exp: Likewise.
3106 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3107 pathname syntax.
3108 * gdb.python/py-framefilter.exp: Download the .py file to the right
3109 place on the host. Match Windows pathname syntax.
3110 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3111 .py file to the host and use its host pathname.
3112 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3113 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3114 build pathname. Skip symlink test on Windows host. Add missing
3115 newline at end of file.
3116 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3117 and use its host pathname.
3118 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3119 * gdb.python/py-section-script.exp: Use host location of binfile
3120 on safe-path. Use correct path separator on Windows host.
3121 Reorder alternatives in gdb_test_multiple to prevent matching
3122 the wrong alternative on success.
3123 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3124
3125 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3126
3127 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3128 expect the GDB inferior to no longer immediately stop after
3129 being resumed with "signal SIGINT".
3130
3131 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3132
3133 * gdb.linespec/break-ask.exp: Generalize regexps to match
3134 Windows pathnames too.
3135
3136 2019-08-08 Tom de Vries <tdevries@suse.de>
3137
3138 PR testsuite/24862
3139 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3140
3141 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3142
3143 * gdb.base/style.exp: Update tests for help doc new invariants.
3144 * gdb.base/help.exp: Likewise.
3145
3146 2019-08-06 Tom Tromey <tom@tromey.com>
3147
3148 * gdb.base/style.exp: Add disassemble test.
3149 * gdb.base/style.c (some_called_function): New function.
3150 (main): Use it.
3151
3152 2019-08-05 Christian Biesinger <cbiesinger@google.com>
3153
3154 * gdb.python/py-block.exp: Test dictionary access on blocks.
3155
3156 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
3157
3158 PR gdb/24863
3159 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3160 -list-thread-groups --available test when running under
3161 check-read1.
3162
3163 2019-08-05 Tom de Vries <tdevries@suse.de>
3164
3165 PR testsuite/24863
3166 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3167 * gdb.base/help.exp: Use with_read1_timeout_factor.
3168 * gdb.base/info-macros.exp: Same.
3169 * gdb.cp/nested-types.exp: Same.
3170
3171 2019-08-05 Tom de Vries <tdevries@suse.de>
3172
3173 * lib/gdb.exp (version_at_least): Factor out of ...
3174 (tcl_version_at_least): ... here.
3175 (gdb_compile): Fail if pie results in non-PIE executable.
3176 (readelf_version, readelf_prints_pie): New proc.
3177 (exec_is_pie): Return -1 if unknown.
3178
3179 2019-08-05 Tom de Vries <tdevries@suse.de>
3180
3181 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3182
3183 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3184
3185 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3186
3187 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3188
3189 * lib/completion-support.exp (test_gdb_complete_none): Skip
3190 tab completion tests if no readline support.
3191 (test_gdb_complete_unique_re): Likewise.
3192 (test_gdb_complete_multiple): Likewise.
3193
3194 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3195
3196 * gdb.base/info_sources.exp: New file.
3197 * gdb.base/info_sources.c: New file.
3198 * gdb.base/info_sources_base.c: New file.
3199
3200 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3201
3202 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3203 prefix argument.
3204 (test_exit_status): Add prefix argument.
3205
3206 2019-08-01 Tom de Vries <tdevries@suse.de>
3207
3208 PR testsuite/24863
3209 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3210 calling exp_continue for new thread and thread exited messages.
3211
3212 2019-08-01 Tom de Vries <tdevries@suse.de>
3213
3214 PR testsuite/24863
3215 * gdb.base/structs.exp: Fix check-read1 timeout using
3216 gdb_test_sequence.
3217 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3218
3219 2019-08-01 Tom de Vries <tdevries@suse.de>
3220
3221 PR testsuite/24863
3222 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3223 line.
3224
3225 2019-08-01 Tom de Vries <tdevries@suse.de>
3226
3227 PR testsuite/24863
3228 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3229
3230 2019-07-30 Tom Tromey <tromey@adacore.com>
3231
3232 * gdb.ada/display_nested.exp: New file.
3233 * gdb.ada/display_nested/foo.adb: New file.
3234 * gdb.ada/display_nested/pack.adb: New file.
3235 * gdb.ada/display_nested/pack.ads: New file.
3236
3237 2019-07-30 Christian Biesinger <cbiesinger@google.com>
3238
3239 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3240 namespace.
3241 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3242
3243 2019-07-30 Tom de Vries <tdevries@suse.de>
3244
3245 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3246 instead.
3247
3248 2019-07-30 Tom de Vries <tdevries@suse.de>
3249
3250 PR testsuite/24834
3251 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3252 (exec_is_pie): New proc.
3253
3254 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3255
3256 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3257
3258 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3259
3260 * gdb.python/py-objfile.c: Add global and static vars.
3261 * gdb.python/py-objfile.exp: Test new functions Objfile.
3262 lookup_global_symbol and lookup_static_symbol.
3263
3264 2019-07-29 Tom Tromey <tom@tromey.com>
3265
3266 * lib/tuiterm.exp (Term::_csi_@): New proc.
3267 (Term::_csi_X): Don't move cursor.
3268
3269 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3270
3271 * gdb.base/options.exp: Update backtrace - completion to
3272 new option -frame-info.
3273 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3274 Test new 'set print frame-info'. Test backtrace -frame-info
3275 overriding 'set print frame-info'.
3276 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3277 Test new 'set print frame-info'.
3278 Verify consistency of backtrace with and without filters, with and
3279 without -no-filters.
3280 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3281 default.
3282
3283 2019-07-29 Tom de Vries <tdevries@suse.de>
3284
3285 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3286 no arguments".
3287
3288 2019-07-29 Tom de Vries <tdevries@suse.de>
3289
3290 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3291 is a substring of the first for "complete non-unique file name".
3292
3293 2019-07-29 Tom de Vries <tdevries@suse.de>
3294
3295 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3296 with ".*".
3297
3298 2019-07-29 Tom de Vries <tdevries@suse.de>
3299
3300 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3301 Pass prompt_regexp parameter to gdb_test_multiple calls.
3302
3303 2019-07-29 Tom de Vries <tdevries@suse.de>
3304
3305 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
3306 print registers" regexps.
3307
3308 2019-07-29 Tom de Vries <tdevries@suse.de>
3309
3310 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3311
3312 2019-07-29 Tom de Vries <tdevries@suse.de>
3313
3314 PR gdb/24855
3315 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3316 (skip_python_tests_prompt): Add prompt_regexp argument to
3317 gdb_test_multiple calls.
3318
3319 2019-07-27 Tom Tromey <tom@tromey.com>
3320
3321 * gdb.tui/main.exp: New file.
3322
3323 2019-07-27 Tom Tromey <tom@tromey.com>
3324
3325 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3326 optional.
3327 * gdb.tui/empty.exp: New file.
3328
3329 2019-07-27 Tom Tromey <tom@tromey.com>
3330
3331 * lib/tuiterm.exp (spawn): New proc.
3332 (Term::resize): New proc.
3333 * gdb.tui/resize.exp: New file.
3334
3335 2019-07-27 Tom Tromey <tom@tromey.com>
3336
3337 * gdb.tui/list.exp: New file.
3338
3339 2019-07-27 Tom Tromey <tom@tromey.com>
3340
3341 * gdb.tui/regs.exp: New file.
3342
3343 2019-07-27 Tom Tromey <tom@tromey.com>
3344
3345 * gdb.tui/basic.exp: Add "layout split" test.
3346
3347 2019-07-27 Tom Tromey <tom@tromey.com>
3348
3349 * gdb.tui/basic.exp: Add "layout asm" test.
3350
3351 2019-07-27 Tom Tromey <tom@tromey.com>
3352
3353 * lib/tuiterm.exp: New file.
3354 * gdb.tui/basic.exp: New file.
3355
3356 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3357
3358 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3359 Enable tests associated with this flag. Adjust regex
3360 referencing "foo_low" to now refer to "foo_cold" instead.
3361
3362 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3363
3364 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3365 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3366 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3367 foo_cold. Revise comments to match.
3368 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3369 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3370 were wrapped into this proc; Call do_test in loop from outermost
3371 level.
3372 (foo_low): Rename all occurrences to "foo_cold".
3373 (backtrace from baz): New test.
3374 (x2/i foo_cold): New test.
3375 (info line *foo_cold): New test.
3376
3377 2019-07-26 Tom de Vries <tdevries@suse.de>
3378
3379 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3380
3381 2019-07-25 Tom de Vries <tdevries@suse.de>
3382
3383 PR testsuite/24830
3384 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3385 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3386 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3387 (skip_libstdcxx_probe_tests): ... here.
3388 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3389
3390 2019-07-24 Tom de Vries <tdevries@suse.de>
3391
3392 PR testsuite/24807
3393 * gdb.objc/basicclass.m: Include stdio.h.
3394 * gdb.objc/nondebug.m: Same.
3395 * gdb.objc/objcdecode.m: Same.
3396
3397 2019-07-24 Tom de Vries <tdevries@suse.de>
3398
3399 PR testsuite/24612
3400 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3401 additional_flags.
3402
3403 2019-07-24 Tom de Vries <tdevries@suse.de>
3404
3405 PR testsuite/24831
3406 * gdb.multi/tids.exp: Update error messages for info threads.
3407
3408 2019-07-24 Tom de Vries <tdevries@suse.de>
3409
3410 * gdb.base/info-types.exp: Allow info types to print info for more than
3411 one file.
3412
3413 2019-07-23 Tom de Vries <tdevries@suse.de>
3414
3415 PR testsuite/24842
3416 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3417 gdb_spawn_with_cmdline_opts.
3418
3419 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3420
3421 * gdb.arch/arm-cmse-sgstubs.c: New test.
3422 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3423
3424 2019-07-23 Tom de Vries <tdevries@suse.de>
3425
3426 PR testsuite/24711
3427 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3428 issuing next command.
3429
3430 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3431
3432 * gdb.ada/info_auto_lang.exp: Update expected results.
3433 * gdb.base/info-types.c: Add additional types to check.
3434 * gdb.base/info-types.exp: Update expected results.
3435
3436 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3437
3438 * gdb.base/info-types.c: New file.
3439 * gdb.base/info-types.exp: New file.
3440
3441 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3442
3443 * gdb.arch/riscv-bp-infcall.c: New file.
3444 * gdb.arch/riscv-bp-infcall.exp: New file.
3445
3446 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3447
3448 PR breakpoints/24541
3449 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3450
3451 2019-07-14 Tom de Vries <tdevries@suse.de>
3452
3453 PR testsuite/24760
3454 * gdb.objc/basicclass.exp: Fix unterminated string.
3455
3456 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3457 Andrew Burgess <andrew.burgess@embecosm.com>
3458
3459 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3460 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3461 negative bounds.
3462 * gdb.fortran/vla-value.exp: Print elements of an array with
3463 negative bounds.
3464 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3465 testing.
3466
3467 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3468
3469 * gdb.base/options.exp (expect_string): Dequote strings in
3470 results.
3471 (test-string): Test strings with different quoting and reindent.
3472
3473 2019-07-10 Tom Tromey <tromey@adacore.com>
3474
3475 * gdb.ada/mi_ex_cond.exp: Update expected results.
3476 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3477 * gdb.ada/mi_catch_ex.exp: Update expected results.
3478 * gdb.ada/mi_catch_assert.exp: Update expected results.
3479 * gdb.ada/catch_ex.exp (catch_exception_info)
3480 (catch_exception_entry, catch_assert_entry)
3481 (catch_unhandled_entry): Update.
3482 * gdb.ada/catch_assert_if.exp: Update expected results.
3483
3484 2019-07-10 Richard Bunt <richard.bunt@arm.com>
3485 Stephen Roberts <stephen.roberts@arm.com>
3486
3487 * gdb.base/define.exp: Restore original prompt.
3488
3489 2019-07-09 Pedro Alves <palves@redhat.com>
3490
3491 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3492 breakpoints" output.
3493 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3494 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3495 throw" creates breakpoint.
3496 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3497 'type="catchpoint"'.
3498
3499 2019-07-09 Pedro Alves <palves@redhat.com>
3500
3501 PR c++/15468
3502 * gdb.cp/except-multi-location-lib.cc: New.
3503 * gdb.cp/except-multi-location-main.cc: New.
3504 * gdb.cp/except-multi-location.exp: New.
3505
3506 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3507
3508 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3509 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3510 argument and update callers.
3511
3512 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3513
3514 * gdb.arch/amd64-break-on-asm-line.S: New file.
3515 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3516
3517 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3518
3519 * gdb.base/printcmds.exp: Test printing C string and
3520 C wide string convenience vars without transiting via the inferior.
3521 Also make test names unique.
3522
3523 2019-07-08 Alan Hayward <alan.hayward@arm.com>
3524
3525 PR breakpoints/25011
3526 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3527
3528 2019-07-04 Pedro Alves <palves@redhat.com>
3529
3530 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3531 body returned ok(0), break(3) or continue(4).
3532 * gdb.testsuite/foreach_with_prefix.exp: New file.
3533
3534 2019-07-04 Alan Hayward <alan.hayward@arm.com>
3535
3536 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3537
3538 2019-07-03 Pedro Alves <palves@redhat.com>
3539
3540 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3541 "return -code".
3542
3543 2019-07-03 Pedro Alves <palves@redhat.com>
3544
3545 PR cli/24732
3546 * gdb.base/shell.exp: Load completion-support.exp.
3547 Adjust expected error output. Add completion tests.
3548
3549 2019-07-03 Pedro Alves <palves@redhat.com>
3550
3551 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3552 string_to_regexp.
3553
3554 2019-07-03 Pedro Alves <palves@redhat.com>
3555
3556 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3557 (expect_integer): Adjust to expect "-string".
3558 (expect_string): New.
3559 (all_options): Expect "-string".
3560 (test-flag, test-boolean): Adjust to expect "-string".
3561 (test-string): New proc.
3562 (top level): Call it.
3563
3564 2019-07-03 Pedro Alves <palves@redhat.com>
3565
3566 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3567 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3568 the expected output in the success.
3569
3570 2019-07-03 Pedro Alves <palves@redhat.com>
3571
3572 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3573 Split one gdb_test_multiple call in two to avoid a race.
3574
3575 2019-07-03 Pedro Alves <palves@redhat.com>
3576
3577 * gdb.base/with.c: New file.
3578 * gdb.base/with.exp: New file.
3579
3580 2019-07-03 Pedro Alves <palves@redhat.com>
3581
3582 * gdb.base/settings.exp: Replace all references to "maint
3583 test-settings set" with references to "maint set test-settings",
3584 and all references to "maint test-settings show" with references
3585 to "maint show test-settings".
3586
3587 2019-07-03 Pedro Alves <palves@redhat.com>
3588
3589 * gdb.base/settings.exp (test-string): Adjust expected out when
3590 testing "maint test-settings show filename"
3591
3592 2019-07-02 Pedro Alves <palves@redhat.com>
3593
3594 * gdb.base/options.exp (test-info-threads): New procedure.
3595 (top level): Call it.
3596
3597 2019-06-28 Tom Tromey <tromey@adacore.com>
3598
3599 * gdb.dwarf2/ada-linkage-name.c: New file.
3600 * gdb.dwarf2/ada-linkage-name.exp: New file.
3601
3602 2019-06-27 Tom Tromey <tromey@adacore.com>
3603
3604 PR c++/20020:
3605 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3606
3607 2019-06-26 Tom de Vries <tdevries@suse.de>
3608
3609 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3610
3611 2019-06-26 Tom de Vries <tdevries@suse.de>
3612
3613 * gdb.base/index-cache.exp: Add back missing debug option.
3614
3615 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3616
3617 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3618
3619 2019-06-25 Tom de Vries <tdevries@suse.de>
3620
3621 PR testsuite/24727
3622 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3623
3624 2019-06-24 Tom de Vries <tdevries@suse.de>
3625
3626 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3627
3628 2019-06-24 Tom de Vries <tdevries@suse.de>
3629
3630 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3631 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3632 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3633
3634 2019-06-24 Tom de Vries <tdevries@suse.de>
3635
3636 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3637
3638 2019-06-21 Tom de Vries <tdevries@suse.de>
3639
3640 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3641
3642 2019-06-21 Tom de Vries <tdevries@suse.de>
3643
3644 PR testsuite/24518
3645 PR ada/24713
3646 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3647 index.
3648
3649 2019-06-19 Tom Tromey <tromey@adacore.com>
3650
3651 * gdb.ada/length_cond.exp: Add intro comment.
3652
3653 2019-06-19 Tom Tromey <tromey@adacore.com>
3654
3655 * gdb.ada/length_cond.exp: New file.
3656 * gdb.ada/length_cond/length_cond.adb: New file.
3657 * gdb.ada/length_cond/pck.adb: New file.
3658 * gdb.ada/length_cond/pck.ads: New file.
3659
3660 2019-06-18 Tom de Vries <tdevries@suse.de>
3661
3662 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3663
3664 2019-06-18 Tom Tromey <tromey@adacore.com>
3665
3666 * gdb.base/list0.h: Add comment explaining control character.
3667
3668 2019-06-18 Tom de Vries <tdevries@suse.de>
3669
3670 * boards/fission.exp: Break up long debug_flags line.
3671
3672 2019-06-16 Tom de Vries <tdevries@suse.de>
3673
3674 PR gdb/24445
3675 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3676 generated index.
3677
3678 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3679
3680 PR gdb/24686
3681 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3682 improve detection of bug gdb/24541.
3683
3684 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3685
3686 PR gdb/24669
3687 * gdb.base/index-cache.exp (uses_readnow,
3688 expecting_index_cache_use): Define global variable.
3689 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3690 expecting_index_cache_use.
3691
3692 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3693 Andrew Burgess <andrew.burgess@embecosm.com>
3694
3695 * gdb.fortran/pointers.f90: New file.
3696 * gdb.fortran/print_type.exp: New file.
3697 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3698 * gdb.fortran/vla-type.exp: Likewise.
3699 * gdb.fortran/vla-value.exp: Likewise.
3700 * gdb.mi/mi-vla-fortran.exp: Likewise.
3701
3702 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3703
3704 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3705 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3706 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3707 as a stop reason.
3708
3709 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3710
3711 * gdb.base/annota1.exp: Update expected results.
3712 * gdb.cp/annota2.exp: Likewise.
3713 * gdb.cp/annota3.exp: Likewise.
3714
3715 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3716
3717 * gdb.base/style-logging.exp: Remove path from test name.
3718
3719 2019-06-14 Tom Tromey <tromey@adacore.com>
3720
3721 PR gdb/24502:
3722 * gdb.base/style-logging.exp: New file.
3723
3724 2019-06-14 Tom Tromey <tromey@adacore.com>
3725
3726 * gdb.base/symfile-warn.exp: New file.
3727 * gdb.base/symfile-warn.c: New file.
3728
3729 2019-06-14 Tom Tromey <tromey@adacore.com>
3730
3731 * gdb.base/annotate-symlink.exp: New file.
3732
3733 2019-06-14 Tom Tromey <tromey@adacore.com>
3734
3735 * gdb.ada/set_wstr.exp: Add reassignment test.
3736
3737 2019-06-14 Tom Tromey <tromey@adacore.com>
3738
3739 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3740 'unchecked_access and 'unrestricted_access as well.
3741
3742 2019-06-14 Tom Tromey <tromey@adacore.com>
3743
3744 PR ada/24539:
3745 * gdb.ada/vla.exp: Update tests.
3746 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3747 pragma.
3748
3749 2019-06-13 Pedro Alves <palves@redhat.com>
3750
3751 * gdb.base/settings.exp (test-integer): Test junk after
3752 "unlimited".
3753
3754 2019-06-13 Pedro Alves <palves@redhat.com>
3755
3756 * gdb.base/options.exp (test-thread-apply): New.
3757 (top level): Call it.
3758
3759 2019-06-13 Pedro Alves <palves@redhat.com>
3760
3761 * gdb.base/options.exp (test-frame-apply): New.
3762 (top level): Test print commands with different "frame apply"
3763 prefixes.
3764
3765 2019-06-13 Pedro Alves <palves@redhat.com>
3766
3767 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
3768 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3769 'max_completions' parameter and handle it.
3770 (test_gdb_completion_offers_commands): New.
3771
3772 2019-06-13 Pedro Alves <palves@redhat.com>
3773
3774 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3775
3776 2019-06-13 Pedro Alves <palves@redhat.com>
3777
3778 * gdb.base/options.exp (test-backtrace): New.
3779 (top level): Call it.
3780
3781 2019-06-13 Pedro Alves <palves@redhat.com>
3782
3783 * gdb.guile/scm-frame-args.exp: Use "set print
3784 raw-frame-arguments" instead of "set print raw frame-arguments".
3785 * gdb.python/py-frame-args.exp: Likewise.
3786
3787 2019-06-13 Pedro Alves <palves@redhat.com>
3788
3789 * gdb.compile/compile.exp: Adjust expected output to option
3790 processing changes.
3791
3792 2019-06-13 Pedro Alves <palves@redhat.com>
3793
3794 * gdb.base/options.exp: Build executable.
3795 (test-print): New procedure.
3796 (top level): Call it, once for "print" and another for "compile
3797 print".
3798
3799 2019-06-13 Pedro Alves <palves@redhat.com>
3800
3801 * gdb.base/options.c: New file.
3802 * gdb.base/options.exp: New file.
3803
3804 2019-06-13 Pedro Alves <palves@redhat.com>
3805
3806 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3807 that "o" is ambiguous.
3808
3809 2019-06-13 Pedro Alves <palves@redhat.com>
3810
3811 * gdb.base/settings.c: New file.
3812 * gdb.base/settings.exp: New file.
3813
3814 2019-06-13 Pedro Alves <palves@redhat.com>
3815
3816 * gdb.base/completion.exp: Fix comment typo.
3817
3818 2019-06-13 Pedro Alves <palves@redhat.com>
3819
3820 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3821 foo --1" test.
3822
3823 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3824
3825 * gdb.fortran/block-data.f: New.
3826 * gdb.fortran/block-data.exp: New.
3827
3828 2019-06-11 Tom de Vries <tdevries@suse.de>
3829
3830 PR testsuite/24521
3831 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3832 message.
3833
3834 2019-06-11 Tom de Vries <tdevries@suse.de>
3835
3836 PR testsuite/24521
3837 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3838
3839 2019-06-11 Tom de Vries <tdevries@suse.de>
3840
3841 * boards/readnow.exp: New file.
3842
3843 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3844
3845 * gdb.fortran/vla-sizeof.exp: Update expected results.
3846
3847 2019-06-06 Amos Bird <amosbird@gmail.com>
3848
3849 * gdb.base/annota1.exp (thread_switch): Add test for
3850 thread-exited annotation.
3851
3852 2019-06-06 Tom Tromey <tromey@adacore.com>
3853
3854 * gdb.base/maint.exp: Expect command started/finished output.
3855
3856 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3857
3858 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3859 comment.
3860 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3861
3862 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3863
3864 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3865 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3866 * gdb.arch/riscv-unwind-long-insn.c: New file.
3867 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3868
3869 2019-06-04 Christian Biesinger <cbiesinger@google.com>
3870
3871 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
3872
3873 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3874
3875 * lib/gdb.exp (help_list_trailer): New regexp variable
3876 factorizing the help trailer message.
3877 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3878 arg to allow to better factorize various tests.
3879 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3880 (test_prefix_command_help): Use help_list_trailer.
3881 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3882 * gdb.guile/scm-cmd.exp: Likewise.
3883 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3884 * gdb.base/help.exp: Use test_user_defined_class_help.
3885 * gdb.base/style.exp: Add tests for styling of help and apropos.
3886 * lib/gdb-utils.exp (style): Add title and highlight styles.
3887
3888 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3889
3890 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3891 $_shell_exitsignal.
3892 * gdb.base/default.exp: Update for new convenience variables.
3893
3894 2019-05-29 Tom Tromey <tromey@adacore.com>
3895
3896 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3897 to "break complete ada" test case's regexp.
3898
3899 2019-05-29 Tom Tromey <tromey@adacore.com>
3900
3901 PR c++/20020:
3902 * gdb.cp/constexpr-field.exp: New file.
3903 * gdb.cp/constexpr-field.cc: New file.
3904
3905 2019-05-29 Tom Tromey <tromey@adacore.com>
3906
3907 * gdb.base/finish.exp (finish_no_print): New proc.
3908 (finish_tests): Call it.
3909
3910 2019-05-24 Tom de Vries <tdevries@suse.de>
3911
3912 * gdb.dwarf2/gdb-add-index.exp: New file.
3913
3914 2019-05-22 Tom Tromey <tromey@adacore.com>
3915
3916 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3917 * gdb.base/style.exp: Use "style".
3918 * lib/gdb-utils.exp (style): New proc.
3919
3920 2019-05-22 Tom de Vries <tdevries@suse.de>
3921
3922 * gdb.base/align.exp: Require c++11.
3923
3924 2019-05-22 Tom de Vries <tdevries@suse.de>
3925
3926 PR testsuite/24586
3927 * gdb.python/py-mi-var-info-path-expression.exp: Call
3928 mi_skip_python_tests to check if python is supported.
3929
3930 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3931
3932 * gdb.arch/aarch64-pauth.c: New test.
3933 * gdb.arch/aarch64-pauth.exp: New file.
3934
3935 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3936
3937 * README (Re-running Tests Outside The Testsuite): New section.
3938
3939 2019-05-21 Tom de Vries <tdevries@suse.de>
3940
3941 * gdb.arch/amd64-eval.exp: Require c++11.
3942 * gdb.base/max-depth.exp: Same.
3943 * gdb.compile/compile-cplus-array-decay.exp: Same.
3944 * gdb.cp/meth-typedefs.exp: Same.
3945 * gdb.cp/subtypes.exp: Same.
3946 * gdb.cp/temargs.exp: Same.
3947
3948 2019-05-21 Alan Hayward <alan.hayward@arm.com>
3949
3950 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
3951
3952 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
3953
3954 PR gdb/18644
3955 * gdb.fortran/complex.exp: Remove setup_kfail calls.
3956 * gdb.fortran/printing-types.exp: Add new test.
3957 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
3958 testing.
3959 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
3960 setup_kfail call.
3961
3962 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3963
3964 * README (Running the Testsuite): Change example.
3965 (Testsuite Parameters): Remove TRANSCRIPT.
3966 * lib/gdb.exp: Remove TRANSCRIPT check.
3967
3968 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3969
3970 * README (Testsuite Parameters): Add replay logging to
3971 GDBSERVER_DEBUG.
3972 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
3973 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
3974 as a comma separated list.
3975 (gdb_debug_init): Override procedure.
3976
3977 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3978
3979 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
3980 (gdb_write_cmd_file): New procedure.
3981 * lib/gdbserver-support.exp (gdbserver_start): Call
3982 gdbserver_write_cmd_file.
3983 (gdbserver_write_cmd_file): New procedure.
3984
3985 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3986
3987 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
3988 (delete_breakpoints): Likewise.
3989 (gdb_run_cmd): Likewise.
3990 (gdb_start_cmd): Likewise.
3991 (gdb_starti_cmd): Likewise.
3992 (gdb_internal_error_resync): Likewise.
3993 (gdb_test_multiple): Likewise.
3994 (gdb_reinitialize_dir): Likewise.
3995 (default_gdb_exit): Likewise.
3996 (gdb_file_cmd): Mark kill as optional.
3997 (default_gdb_start): Call gdb_stdin_log_init.
3998 (send_gdb): Call gdb_stdin_log_write.
3999 (rerun_to_main): Mark Y as an answer.
4000 (gdb_stdin_log_init): New function.
4001 (gdb_stdin_log_write): Likewise.
4002
4003 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4004
4005 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4006 * gdb.base/debug-expr.exp: Likewise.
4007 * gdb.base/foll-fork.exp: Likewise.
4008 * gdb.base/foll-vfork.exp: Likewise.
4009 * gdb.base/fork-print-inferior-events.exp: Likewise.
4010 * gdb.base/gdb-sigterm.exp: Likewise.
4011 * gdb.base/gdbinit-history.exp: Likewise.
4012 * gdb.base/osabi.exp: Likewise.
4013 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4014 * gdb.base/ui-redirect.exp: Likewise.
4015 * gdb.gdb/unittest.exp: Likewise.
4016 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4017 * gdb.mi/mi-watch.exp: Likewise.
4018 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4019 * gdb.mi/user-selected-context-sync.exp: Likewise.
4020 * gdb.python/python.exp: Disable debug test when debugging.
4021 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4022 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4023 Likewise.
4024 * gdb.threads/stepi-random-signal.exp: Likewise.
4025
4026 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4027
4028 * Makefile.in: Pass through GDB_DEBUG.
4029 * README (Testsuite Parameters): Add GDB_DEBUG.
4030 (gdb,debug): Add board setting.
4031 * lib/gdb.exp (default_gdb_start): Start debugging.
4032 (gdb_debug_enabled): New procedure.
4033 (gdb_debug_init): Likewise.
4034
4035 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4036
4037 * Makefile.in: Pass through GDB_DEBUG.
4038 * README (Testsuite Parameters): Add GDB_DEBUG.
4039 (gdb,debug): Add board setting.
4040 * lib/gdb.exp (default_gdb_start): Start debugging.
4041 (gdb_debug_enabled): New procedure.
4042 (gdb_debug_init): Likewise.
4043
4044 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4045
4046 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4047
4048 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4049
4050 * gdb.base/ui-redirect.exp: Test redirection.
4051
4052 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4053
4054 * gdb.mi/mi-complete.exp: New file.
4055 * gdb.mi/mi-complete.cc: Likewise.
4056
4057 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4058
4059 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4060 indexed and sliced arrays, and pointers to arrays.
4061
4062 2019-05-14 Tom Tromey <tromey@adacore.com>
4063
4064 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4065 styling test.
4066
4067 2019-05-14 Tom de Vries <tdevries@suse.de>
4068
4069 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4070 selection entry encoding.
4071
4072 2019-05-10 Tom Tromey <tromey@adacore.com>
4073
4074 * gdb.ada/info_exc.exp: Add "complete" test.
4075
4076 2019-05-09 Tom de Vries <tdevries@suse.de>
4077
4078 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4079 CU-relative.
4080
4081 2019-05-09 Tom de Vries <tdevries@suse.de>
4082
4083 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4084 CU-relative.
4085
4086 2019-05-08 Joel Brobecker <brobecker@adacore.com>
4087
4088 * gdb.ada/frame_arg_lang.exp: New testcase.
4089 * gdb.ada/frame_arg_lang/bla.adb: New file.
4090 * gdb.ada/frame_arg_lang/pck.ads: New file.
4091 * gdb.ada/frame_arg_lang/pck.adb: New file.
4092 * gdb.ada/frame_arg_lang/foo.c: New file.
4093
4094 2019-05-08 Tom Tromey <tromey@adacore.com>
4095
4096 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4097
4098 2019-05-08 Tom Tromey <tromey@adacore.com>
4099
4100 * gdb.base/ptype-offsets.exp: Update tests.
4101
4102 2019-05-08 Tom Tromey <tromey@adacore.com>
4103
4104 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4105 cases.
4106 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4107 "short".
4108
4109 2019-05-08 Tom Tromey <tromey@adacore.com>
4110
4111 * gdb.ada/vla.exp: New file.
4112 * gdb.ada/vla/vla.adb: New file.
4113
4114 2019-05-07 Tom de Vries <tdevries@suse.de>
4115
4116 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4117
4118 2019-05-07 Tom de Vries <tdevries@suse.de>
4119
4120 PR testsuite/24522
4121 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4122 section.
4123
4124 2019-05-07 Tom de Vries <tdevries@suse.de>
4125
4126 PR testsuite/24522
4127 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4128 .debug_aranges section.
4129
4130 2019-05-07 Tom de Vries <tdevries@suse.de>
4131
4132 PR testsuite/24159
4133 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4134
4135 2019-05-06 Tom de Vries <tdevries@suse.de>
4136
4137 * lib/gdb.exp (exec_has_index_section): New proc.
4138 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4139 section.
4140
4141 2019-05-04 Tom de Vries <tdevries@suse.de>
4142
4143 * boards/cc-with-debug-names.exp: New file.
4144
4145 2019-05-03 Tom Tromey <tromey@adacore.com>
4146
4147 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4148 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4149 * gdb.ada/char_enum.exp: Add test.
4150
4151 2019-05-03 Tom de Vries <tdevries@suse.de>
4152
4153 * boards/cc-with-gdb-index.exp: New file.
4154
4155 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4156
4157 * gdb.rust/simple.exp: Add new test case.
4158 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4159 (main): Initialise an instance of the new struct.
4160
4161 2019-05-01 Tom Tromey <tromey@adacore.com>
4162
4163 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4164 record.
4165 (NPR): New variable.
4166 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4167 test.
4168
4169 2019-05-01 Tom Tromey <tromey@adacore.com>
4170
4171 * gdb.ada/packed_array_assign.exp: Add packed assignment
4172 regression test.
4173
4174 2019-05-01 Tom de Vries <tdevries@suse.de>
4175
4176 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4177
4178 2019-05-01 Tom de Vries <tdevries@suse.de>
4179
4180 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4181
4182 2019-04-30 Ali Tamur <tamur@google.com>
4183
4184 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4185
4186 2019-04-30 Tom Tromey <tromey@adacore.com>
4187
4188 * lib/ada.exp (find_ada_tool): New proc.
4189 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4190 * gdb.ada/catch_ex_std.exp: New file.
4191 * gdb.ada/catch_ex_std/foo.adb: New file.
4192 * gdb.ada/catch_ex_std/some_package.adb: New file.
4193 * gdb.ada/catch_ex_std/some_package.ads: New file.
4194
4195 2019-04-30 Tom Tromey <tromey@adacore.com>
4196
4197 PR c++/24470:
4198 * gdb.cp/temargs.cc: Add test code from PR.
4199
4200 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4201
4202 * gdb.fortran/vla-datatypes.exp: Update expected results.
4203 * gdb.fortran/vla-ptype.exp: Likewise.
4204 * gdb.fortran/vla-type.exp: Likewise.
4205 * gdb.fortran/vla-value.exp: Likewise.
4206
4207 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4208
4209 * gdb.fortran/ptr-indentation.exp: Update expected results.
4210 * gdb.fortran/ptype-on-functions.exp: Likewise.
4211 * gdb.fortran/vla-ptr-info.exp: Likewise.
4212 * gdb.fortran/vla-value.exp: Likewise.
4213
4214 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4215
4216 * gdb.fortran/ptype-on-functions.exp: New file.
4217 * gdb.fortran/ptype-on-functions.f90: New file.
4218
4219 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4220
4221 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4222 case void string.
4223
4224 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4225
4226 * gdb.fortran/complex.exp: Expand.
4227 * gdb.fortran/complex.f: Renamed to...
4228 * gdb.fortran/complex.f90: ...this, and extended to add more
4229 complex values.
4230
4231 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4232
4233 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4234 MODULO, CMPLX.
4235
4236 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4237 Richard Bunt <richard.bunt@arm.com>
4238
4239 * gdb.base/max-depth.c: New file.
4240 * gdb.base/max-depth.exp: New file.
4241 * gdb.python/py-nested-maps.c: New file.
4242 * gdb.python/py-nested-maps.exp: New file.
4243 * gdb.python/py-nested-maps.py: New file.
4244 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4245 (test_all_common): Call test_max_depth.
4246 * gdb.fortran/max-depth.exp: New file.
4247 * gdb.fortran/max-depth.f90: New file.
4248 * gdb.go/max-depth.exp: New file.
4249 * gdb.go/max-depth.go: New file.
4250 * gdb.modula2/max-depth.exp: New file.
4251 * gdb.modula2/max-depth.c: New file.
4252 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4253
4254 2019-04-29 Tom de Vries <tdevries@suse.de>
4255
4256 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4257
4258 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4259
4260 * gdb.base/callexit.exp: Test may-call-functions off.
4261
4262 2019-04-25 Keith Seitz <keiths@redhat.com>
4263
4264 PR c++/24367
4265 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4266 (another_incomplete_struct, test_incomplete): New definitions.
4267 (main): Use new definitions.
4268 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4269 functions.
4270
4271 2019-04-25 Ali Tamur <tamur@google.com>
4272
4273 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4274
4275 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4276
4277 PR corefiles/11608
4278 PR corefiles/18187
4279 * gdb.base/coredump-filter-build-id.exp: New file.
4280
4281 2019-04-25 Alan Hayward <alan.hayward@arm.com>
4282
4283 * Makefile.in: Pass through GDBSERVER_DEBUG.
4284 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4285 (gdbserver,debug): Add board setting.
4286 * gdb.trace/tspeed.exp: Skip when debugging.
4287 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4288 * lib/gdbserver-support.exp: Likewise
4289
4290 2019-04-24 Tom Tromey <tromey@adacore.com>
4291
4292 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4293 Rust.
4294
4295 2019-04-24 Tom Tromey <tromey@adacore.com>
4296
4297 * gdb.arch/amd64-eval.exp: Test bitfield return.
4298 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4299 (class Foo) <return_bitfields>: New method.
4300 (main): Call it.
4301
4302 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4303
4304 * gdb.cp/many-args.cc: New file.
4305 * gdb.cp/many-args.exp: New file.
4306
4307 2019-04-23 Tom de Vries <tdevries@suse.de>
4308
4309 PR gdb/24433
4310 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4311
4312 2019-04-23 Alan Hayward <alan.hayward@arm.com>
4313
4314 * gdb.trace/backtrace.exp: Use nopie flag.
4315 * gdb.trace/circ.exp: Likewise.
4316 * gdb.trace/collection.exp: Likewise.
4317 * gdb.trace/ftrace.exp: Likewise.
4318 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4319 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4320 * gdb.trace/qtro.exp: Likewise.
4321 * gdb.trace/read-memory.exp: Likewise.
4322 * gdb.trace/report.exp: Likewise.
4323 * gdb.trace/tfile.exp: Likewise.
4324 * gdb.trace/tfind.exp: Likewise.
4325 * gdb.trace/unavailable.exp: Likewise.
4326
4327 2019-04-22 Pedro Alves <palves@redhat.com>
4328
4329 * gdb.base/solib-probes-nosharedlibrary.c,
4330 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4331
4332 2019-04-19 Tom Tromey <tromey@adacore.com>
4333
4334 * gdb.ada/ptype_union.c: New file.
4335 * gdb.ada/ptype_union.exp: New file.
4336
4337 2019-04-19 Tom Tromey <tromey@adacore.com>
4338
4339 PR symtab/24423:
4340 * gdb.base/list0.h (foo): Add a control-l character.
4341
4342 2019-04-18 Tom de Vries <tdevries@suse.de>
4343
4344 PR gdb/24433
4345 * boards/local-board.exp: Set sysroot to "".
4346
4347 2019-04-18 Tom de Vries <tdevries@suse.de>
4348 Pedro Alves <palves@redhat.com>
4349
4350 PR gdb/24454
4351 * gdb.threads/vfork-follow-child-exec.c: New file.
4352 * gdb.threads/vfork-follow-child-exec.exp: New file.
4353 * gdb.threads/vfork-follow-child-exit.c: New file.
4354 * gdb.threads/vfork-follow-child-exit.exp: New file.
4355
4356 2019-04-15 Leszek Swirski <leszeks@google.com>
4357
4358 * gdb.arch/amd64-eval.cc: New file.
4359 * gdb.arch/amd64-eval.exp: New file.
4360
4361 2019-04-11 Alan Hayward <alan.hayward@arm.com>
4362
4363 * gdb.server/sysroot.c: New test.
4364 * gdb.server/sysroot.exp: New file.
4365 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4366 matching param.
4367
4368 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4369
4370 * gdb.base/align.exp: Extend test to cover structures containing
4371 only static fields.
4372
4373 2019-04-11 Tom de Vries <tdevries@suse.de>
4374
4375 * boards/cc-with-dwz-m.exp: New file.
4376 * boards/cc-with-dwz.exp: New file.
4377 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4378
4379 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
4380
4381 * gdb.base/start-cpp.exp: New file.
4382 * gdb.base/start-cpp.cc: New file.
4383
4384 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4385
4386 * gdb.python/py-thrhandle.exp: Adjust tests to call
4387 thread_from_handle instead of thread_from_thread_handle.
4388
4389 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4390
4391 * gdb.python/py-thrhandle.exp: Add tests for
4392 gdb.InferiorThread.handle.
4393
4394 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4395
4396 * gdb.python/py-function.exp: Check calling helper function from
4397 all languages.
4398 * lib/gdb.exp (gdb_supported_languages): New proc.
4399
4400 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4401
4402 * gdb.base/complex-parts.c: New file.
4403 * gdb.base/complex-parts.exp: New file.
4404
4405 2019-04-01 Tom Tromey <tromey@adacore.com>
4406
4407 PR symtab/23331:
4408 * gdb.dwarf2/dw2-ranges-main.c: New file.
4409 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4410 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4411
4412 2019-03-30 Simon Marchi <simark@simark.ca>
4413
4414 * gdb.base/default.exp: Add values for $_gdb_major and
4415 $_gdb_minor.
4416
4417 2019-03-29 Tom Tromey <tromey@adacore.com>
4418
4419 * gdb.base/help.exp: Tighten apropos regexp.
4420
4421 2019-03-29 Keith Seitz <keiths@redhat.com>
4422
4423 * gdb.fortran/array-bounds.exp: New file.
4424 * gdb.fortran/array-bounds.f90: New file.
4425
4426 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4427
4428 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4429
4430 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4431
4432 * gdb.multi/hello.c (main): Increase alarm timer.
4433
4434 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4435
4436 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4437 factor when no hardware watchpoint support.
4438
4439 2019-03-28 Alan Hayward <alan.hayward@arm.com>
4440 Pedro Alves <palves@redhat.com>
4441
4442 * boards/local-board.exp: set sysroot to /.
4443
4444 2019-03-27 Alan Hayward <alan.hayward@arm.com>
4445
4446 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4447 in child.
4448
4449 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4450
4451 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4452 field.
4453 (make_container): Initialise new field.
4454 * gdb.python/py-prettyprint.exp: Add new tests.
4455 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4456 <display_hint>: New method.
4457
4458 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4459
4460 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4461 gdb_continue_to_breakpoint more throughout this test.
4462 (run_lang_tests) Supply unique test names, and use
4463 gdb_test_no_output.
4464
4465 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4466
4467 * gdb.base/finish-pretty.exp: Update expected results.
4468 * gdb.base/pretty-print.c: New file.
4469 * gdb.base/pretty-print.exp: New file.
4470
4471 2019-03-25 Pedro Alves <palves@redhat.com>
4472
4473 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4474 move comments outside list. Append '-i "" eof' section.
4475
4476 2019-03-22 Alan Hayward <alan.hayward@arm.com>
4477
4478 PR testsuite/25016
4479 * README: Add pie options.
4480 * gdb.base/break-interp.exp: Ensure pie is disabled.
4481 * gdb.base/dump.exp: Likewise.
4482 * lib/gdb.exp (gdb_compile): Add pie option.
4483
4484 2019-03-19 Tom Tromey <tromey@adacore.com>
4485
4486 * gdb.mi/mi2-cli-display.c: New file.
4487 * gdb.mi/mi2-cli-display.exp: New file.
4488
4489 2019-03-18 Joel Brobecker <brobecker@adacore.com>
4490 Tom Tromey <tromey@adacore.com>
4491
4492 * gdb.ada/ptype_array/pck.adb: New file.
4493 * gdb.ada/ptype_array/pck.ads: New file.
4494 * gdb.ada/ptype_array/foo.adb: New file.
4495 * gdb.ada/ptype_array.exp: New file.
4496
4497 2019-03-14 Tom Tromey <tromey@adacore.com>
4498
4499 * gdb.base/style.exp: Add "set style sources" test.
4500
4501 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4502
4503 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4504 * mi-breakpoint-multiple-locations.exp: ... this.
4505 (make_breakpoints_pattern): New proc.
4506 (do_test): Add mi_version parameter, test -break-insert,
4507 -break-info and =breakpoint-created.
4508
4509 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4510
4511 * config/default.exp: Remove 'load_lib gdb.exp'.
4512 * config/monitor.exp: Likewise.
4513 * config/sid.exp: Likewise.
4514 * config/sim.exp: Likewise.
4515 * config/slite.exp: Likewise.
4516 * config/unix.exp: Likewise.
4517 * gdb.base/default.exp: Remove unhelpful comment.
4518
4519 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4520
4521 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4522
4523 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4524
4525 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4526
4527 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4528
4529 * gdb.fortran/type-kinds.exp: Update expected results.
4530
4531 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4532
4533 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4534
4535 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4536
4537 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4538 function.
4539 (test_basic_parsing_of_type_kinds): Expand types tested.
4540 (test_parsing_invalid_type_kinds): New function.
4541
4542 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4543
4544 * gdb.fortran/intrinsics.exp: New file.
4545 * gdb.fortran/intrinsics.f90: New file.
4546 * gdb.fortran/type-kinds.exp: New file.
4547
4548 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4549
4550 * gdb.fortran/dot-ops.exp: New file.
4551
4552 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4553
4554 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4555 Check upper and lower case logical literals.
4556
4557 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4558
4559 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4560 Remove duplicate tests.
4561
4562 2019-03-06 Alan Hayward <alan.hayward@arm.com>
4563
4564 * lib/gdb.exp (builtin_cd): rename of cd.
4565 (cd): Override builtin.
4566
4567 2019-03-06 Richard Bunt <richard.bunt@arm.com>
4568
4569 * gdb.fortran/function-calls.exp: New file.
4570 * gdb.fortran/function-calls.f90: New test.
4571
4572 2019-03-04 Richard Bunt <richard.bunt@arm.com>
4573
4574 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4575 on user program standard output.
4576 * gdb.fortran/short-circuit-argument-list.f90: Record function
4577 calls.
4578
4579 2019-02-28 Alan Hayward <alan.hayward@arm.com>
4580
4581 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4582 failure.
4583
4584 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4585
4586 PR gdb/8527
4587 * gdb.base/interrupt-daemon-attach.c,
4588 gdb.base/interrupt-daemon-attach.exp: New test.
4589
4590 2019-02-27 Pedro Alves <palves@redhat.com>
4591
4592 * gdb.base/page.exp: Add tests for "set width/height -1".
4593
4594 2019-02-27 Pedro Alves <palves@redhat.com>
4595
4596 * gdb.base/page.exp: Add tests for "set/show width/height" with
4597 "infinite" values.
4598
4599 2019-02-27 Tom Tromey <tromey@adacore.com>
4600
4601 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4602 2.4.
4603 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4604 workaround.
4605
4606 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4607
4608 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4609 tests for structs with static members.
4610
4611 2019-02-26 Tom Tromey <tromey@adacore.com>
4612
4613 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4614 ValueError, not TypeError.
4615
4616 2019-02-26 Kevin Buettner <kevinb@redhat.com>
4617
4618 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4619 call from main program.
4620
4621 2019-02-23 Joel Brobecker <brobecker@adacore.com>
4622
4623 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4624 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4625 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4626 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4627 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4628
4629 2019-02-22 Keith Seitz <keiths@redhat.com>
4630
4631 PR symtab/23853
4632 * gdb.base/symlink-sourcefile.c: New file.
4633 * gdb.base/symlink-sourcefile.exp: New file.
4634
4635 2019-02-20 Tom Tromey <tom@tromey.com>
4636
4637 * gdb.base/info_qt.exp: Update.
4638
4639 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4640
4641 * gdb.base/source.exp: Move "error in sourced script" code to
4642 the end.
4643 * gdb.base/source-error.gdb: Move contents to
4644 source-error-1.gdb. Add new code to source source-error-1.gdb.
4645 * gdb.base/source-error-1.gdb: New file, from previous
4646 source-error.gdb.
4647
4648 2019-02-17 Tom Tromey <tom@tromey.com>
4649
4650 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4651 for macro styling.
4652 * gdb.base/style.c (SOME_MACRO): New macro.
4653
4654 2019-02-17 Tom Tromey <tom@tromey.com>
4655
4656 * gdb.base/style.exp: Add line-wrapping tests.
4657 * gdb.base/page.exp: Add test for quitting during pagination.
4658
4659 2019-02-17 Joel Brobecker <brobecker@adacore.com>
4660
4661 * gdb.ada/big_packed_array: New testcase.
4662 * gdb.ada/homonym.exp: Fix incorrect expected output for
4663 "break <homonym__get_value>" test.
4664
4665 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
4666
4667 PR breakpoints/21870
4668 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4669 and prepare_for_testing. Add comment.
4670 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4671 redundant cleanup call. Clean up comment.
4672
4673 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
4674
4675 PR breakpoints/21870
4676 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4677 * gdb.arch/aarch64-dbreg-contents.c: New file.
4678
4679 2019-02-10 Joel Brobecker <brobecker@adacore.com>
4680
4681 * gdb.ada/mi_ref_changeable: New testcase.
4682
4683 2019-02-07 Alan Hayward <alan.hayward@arm.com>
4684
4685 * gdb.base/attach.exp: Add double attach test.
4686
4687 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4688
4689 * lib/gdb.exp (default_gdb_start): Don't match pagination
4690 prompt.
4691 (gdb_init): Set stty_init.
4692
4693 2019-01-27 Tom Tromey <tom@tromey.com>
4694
4695 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4696 skip_python_tests.
4697
4698 2019-01-24 Alan Hayward <alan.hayward@arm.com>
4699
4700 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4701 New structure.
4702 (struct struct_static_02_02): Likewise.
4703 (struct struct_static_02_03): Likewise.
4704 (struct struct_static_02_04): Likewise.
4705 (struct struct_static_04_01): Likewise.
4706 (struct struct_static_04_02): Likewise.
4707 (struct struct_static_04_03): Likewise.
4708 (struct struct_static_04_04): Likewise.
4709 (struct struct_static_06_01): Likewise.
4710 (struct struct_static_06_02): Likewise.
4711 (struct struct_static_06_03): Likewise.
4712 (struct struct_static_06_04): Likewise.
4713 (cmp_struct_static_02_01): Likewise.
4714 (cmp_struct_static_02_02): Likewise.
4715 (cmp_struct_static_02_03): Likewise.
4716 (cmp_struct_static_02_04): Likewise.
4717 (cmp_struct_static_04_01): Likewise.
4718 (cmp_struct_static_04_02): Likewise.
4719 (cmp_struct_static_04_03): Likewise.
4720 (cmp_struct_static_04_04): Likewise.
4721 (cmp_struct_static_06_01): Likewise.
4722 (cmp_struct_static_06_02): Likewise.
4723 (cmp_struct_static_06_03): Likewise.
4724 (cmp_struct_static_06_04): Likewise.
4725 (call_all): Test new structs.
4726 * gdb.base/infcall-nested-structs.exp: Likewise.
4727
4728 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4729 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4730
4731 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4732 * gdb.base/stack-protector.c: New test.
4733 * gdb.base/stack-protector.exp: New file.
4734 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4735 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4736 option.
4737 (gdb_compile): Remove stack protector for GCC and prevent
4738 recursion.
4739
4740 2019-01-16 Keith Seitz <keiths@redhat.com>
4741
4742 PR gdb/23773
4743 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4744
4745 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4746
4747 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4748 aliases.
4749 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4750 tests.
4751 * gdb.arch/powerpc-vector-regs.c: New file.
4752 * gdb.arch/powerpc-vector-regs.exp: New file.
4753
4754 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4755
4756 * gdb.arch/altivec-regs.exp: Fix the list passed to
4757 gdb_expect_list when testing "info vector".
4758
4759 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4760
4761 * gdb.base/style.exp: Don't include path in testname.
4762
4763 2019-01-10 Keith Seitz <keiths@redhat.com>
4764
4765 PR gdb/23712
4766 PR symtab/23010
4767 * gdb.dwarf2/multidictionary.exp: New file.
4768
4769 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4770
4771 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4772 (test_gnuv3_style_demangling): ... this.
4773 (test_lucid_style_demangling): Remove.
4774 (test_arm_style_demangling): Remove.
4775 (test_hp_style_demangling): Remove.
4776 (do_tests): Remove calls to the above.
4777
4778 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4779
4780 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4781 case.
4782
4783 2019-01-06 Tom Tromey <tom@tromey.com>
4784
4785 PR gdb/28155:
4786 * gdb.dwarf2/typedef-void-finish.exp: New file.
4787
4788 2018-12-28 Tom Tromey <tom@tromey.com>
4789 Simon Marchi <simark@simark.ca>
4790
4791 * gdb.base/jit-exec.exp: New file.
4792 * gdb.base/jit-exec.c: New file.
4793 * gdb.base/jit-execd.c: New file.
4794
4795 2018-12-28 Tom Tromey <tom@tromey.com>
4796
4797 * gdb.base/style.exp: Update test to check for address styling.
4798
4799 2018-12-28 Tom Tromey <tom@tromey.com>
4800
4801 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4802 message.
4803
4804 2018-12-28 Tom Tromey <tom@tromey.com>
4805
4806 * gdb.base/style.exp: Add test for version number styling.
4807
4808 2018-12-28 Tom Tromey <tom@tromey.com>
4809
4810 * gdb.base/style.exp: Add test for print_address_symbolic.
4811
4812 2018-12-28 Tom Tromey <tom@tromey.com>
4813
4814 * gdb.base/style.exp: Add test for breakpoint setting.
4815
4816 2018-12-28 Tom Tromey <tom@tromey.com>
4817
4818 * gdb.base/style.exp: Add test for variable names.
4819
4820 2018-12-28 Tom Tromey <tom@tromey.com>
4821
4822 * gdb.base/style.exp: New file.
4823 * gdb.base/style.c: New file.
4824
4825 2018-12-28 Tom Tromey <tom@tromey.com>
4826
4827 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4828 "dumb".
4829 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4830 the TERM environment variable.
4831
4832 2018-12-27 Tom Tromey <tom@tromey.com>
4833
4834 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4835 pagination test.
4836
4837 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4838
4839 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4840 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4841
4842 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4843
4844 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4845 Filename a.adb changed to bp_fun_addr.adb.
4846 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4847
4848 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4849
4850 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4851 non-PIE executables.
4852 * README: Mention the gdb,nopie_flag board setting.
4853 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4854 non-PIE executable.
4855 * gdb.arch/amd64-entry-value.exp: Likewise.
4856 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4857 * gdb.arch/i386-float.exp: Likewise.
4858 * gdb.arch/i386-signal.exp: Likewise.
4859 * gdb.mi/mi-reg-undefined.exp: Likewise.
4860
4861 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4862
4863 PR gdb/23974
4864 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4865
4866 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4867
4868 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4869 Update order of results accordingly.
4870
4871 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4872
4873 * gdb.base/annota1.exp: Update a test regexp.
4874
4875 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4876
4877 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4878
4879 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4880
4881 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4882 (reuse_time): Initialize to REUSE_TIME_CAP.
4883 (check_rc): New function.
4884 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4885 Check pthread_create rc.
4886 (spawner_thread_func): Check pthread_create and pthread_join rc.
4887
4888 2018-12-08 Pedro Alves <palves@redhat.com>
4889
4890 * gdb.base/list.exp (test_forward_search): Rename to ...
4891 (test_forward_reverse_search): ... this. Also test reverse-search
4892 and the forward-search alias.
4893
4894 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4895
4896 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4897 local timeout variable before return, and remove all local timeout
4898 variable entirely.
4899 (gdb_load): Likewise.
4900
4901 2018-12-01 Tom de Vries <tdevries@suse.de>
4902
4903 * gdb.base/gdb-caching-proc.exp: New file.
4904
4905 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4906
4907 * Makefile.in (TIMESTAMP): New variable.
4908 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4909 command.
4910 (check-single-racy): Likewise.
4911 (check/%.exp): Likewise.
4912 (check-racy/%.exp): Likewise.
4913 (workers/%.worker): Likewise.
4914 (build-perf): Likewise.
4915 (check-perf): Likewise.
4916 * README: Describe new "TS" and "TS_FORMAT" variables.
4917 * print-ts.py: New file.
4918
4919 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4920
4921 PR python/23714
4922 * gdb.python/python.exp: Test command repetition after
4923 gdb.execute.
4924
4925 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4926
4927 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4928 is correctly aligned.
4929
4930 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4931
4932 * gdb.ada/info_auto_lang.exp: New testcase.
4933 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4934 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4935 * gdb.ada/info_auto_lang/some_c.c: New file.
4936
4937 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4938
4939 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4940 FUNC_lang language syntax.
4941
4942 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4943
4944 * gdb.base/info_minsym.c: New file.
4945 * gdb.base/info_minsym.exp: New file.
4946
4947 2018-11-19 Tom Tromey <tom@tromey.com>
4948
4949 PR rust/23625:
4950 * gdb.rust/simple.exp: Add ptype test. Update expected output.
4951 * gdb.rust/expr.exp: Update expected output. Change one test.
4952
4953 2018-11-19 Tom Tromey <tom@tromey.com>
4954
4955 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
4956
4957 2018-11-19 Pedro Alves <palves@redhat.com>
4958
4959 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
4960 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
4961 see the expected warning.
4962
4963 2018-11-16 Alan Hayward <alan.hayward@arm.com>
4964
4965 PR gdb/22736:
4966 * gdb.cp/infcall-nodebug-lib.c: New test.
4967 * gdb.cp/infcall-nodebug-main.c: New test.
4968 * gdb.cp/infcall-nodebug.exp: New file.
4969
4970 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
4971
4972 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
4973 completer tests.
4974
4975 2018-11-09 Tom de Vries <tdevries@suse.de>
4976
4977 * gdb.base/msym-lang.c: New test.
4978 * gdb.base/msym-lang.exp: New file.
4979 * gdb.base/msym-lang-main.c: New test.
4980
4981 2018-11-08 Tom Tromey <tom@tromey.com>
4982
4983 PR gdb/23555:
4984 PR gdb/23838:
4985 * gdb.base/warning.exp: New file.
4986
4987 2018-11-08 Jan Beulich <jbeulich@suse.com>
4988
4989 * testsuite/gdb.arch/i386-avx512.c,
4990 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
4991
4992 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
4993
4994 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
4995 point hardware.
4996
4997 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
4998
4999 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5000 * gdb.dwarf2/missing-type-name.exp: New file.
5001
5002 2018-11-06 Tom de Vries <tdevries@suse.de>
5003
5004 * gdb.base/many-headers.c: New test.
5005 * gdb.base/many-headers.exp: New file.
5006
5007 2018-11-06 Jim Wilson <jimw@sifive.com>
5008
5009 * gdb.base/code_elim.exp: For riscv, set additional_flags
5010 to include -msmall-data-limit=0.
5011
5012 2018-11-01 Joel Brobecker <brobecker@adacore.com>
5013
5014 * gdb.ada/watch_minus_l: New testcase.
5015
5016 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5017
5018 * gdb.arch/aix-sighandle.c: New file.
5019 * gdb.arch/aix-sighandle.exp: New file.
5020
5021 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5022
5023 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5024 registers being unions.
5025
5026 2018-10-31 Tom de Vries <tdevries@suse.de>
5027
5028 * lib/valgrind.exp: New file.
5029 (vgdb_start, vgdb_stop): New procs, factored out of ...
5030 * gdb.base/valgrind-bt.exp: ... here, ...
5031 * gdb.base/valgrind-disp-step.exp: ... here and ...
5032 * gdb.base/valgrind-infcall.exp: ... here.
5033
5034 2018-10-31 Tom de Vries <tdevries@suse.de>
5035
5036 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5037
5038 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5039
5040 * gdb.dwarf2/void-type.c: New file.
5041 * gdb.dwarf2/void-type.exp: New file.
5042
5043 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5044
5045 * gdb.base/info_qt.c: New file.
5046 * gdb.base/info_qt.exp: New file.
5047
5048 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5049
5050 * gdb.arch/powerpc-htm-regs.c: New file.
5051 * gdb.arch/powerpc-htm-regs.exp: New file.
5052
5053 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5054
5055 * gdb.arch/powerpc-tar.c: New file.
5056 * gdb.arch/powerpc-tar.exp: New file.
5057
5058 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5059
5060 * gdb.arch/powerpc-ppr-dscr.c: New file.
5061 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5062
5063 2018-10-25 Tom de Vries <tdevries@suse.de>
5064
5065 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5066
5067 2018-10-24 Tom de Vries <tdevries@suse.de>
5068
5069 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5070 longer exists error.
5071
5072 2018-10-24 Tom de Vries <tdevries@suse.de>
5073
5074 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5075
5076 2018-10-24 Tom de Vries <tdevries@suse.de>
5077
5078 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5079 --db-attach in valgrind.
5080
5081 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5082
5083 * gdb.arch/riscv-reg-aliases.c: New file.
5084 * gdb.arch/riscv-reg-aliases.exp: New file.
5085
5086 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5087
5088 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5089
5090 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5091
5092 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5093
5094 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5095
5096 * gdb.cp/ovldbreak.exp: Fix regexps.
5097
5098 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5099
5100 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5101
5102 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5103
5104 PR cli/23785
5105 * gdb.base/restore.exp: New test to check if "restore" with an
5106 invalid file doesn't segfault.
5107
5108 2018-10-18 Tom de Vries <tdevries@suse.de>
5109
5110 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5111 * gdb.ada/excep_handle.exp: Same.
5112 * gdb.ada/mi_string_access.exp: Same.
5113 * gdb.ada/mi_var_union.exp: Same.
5114 * gdb.arch/arc-analyze-prologue.exp: Same.
5115 * gdb.arch/arc-decode-insn.exp: Same.
5116 * gdb.base/readnever.exp: Same.
5117 * gdb.fortran/printing-types.exp: Same.
5118 * gdb.guile/scm-lazy-string.exp: Same.
5119
5120 2018-10-16 Tom de Vries <tdevries@suse.de>
5121
5122 PR gdb/23730
5123 * gdb.base/catch-follow-exec.c: Add copyright notice.
5124 * gdb.base/catch-follow-exec.exp: Rewrite to use
5125 gdb_spawn_with_cmdline_opts. Require gdb-native.
5126
5127 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5128
5129 * gdb.trace/actions-changed.exp: Check for arch support.
5130 * gdb.trace/actions.exp: Likewise.
5131 * gdb.trace/ax.exp: Likewise.
5132 * gdb.trace/backtrace.exp: Likewise.
5133 * gdb.trace/change-loc.exp: Likewise.
5134 * gdb.trace/deltrace.exp: Likewise.
5135 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5136 * gdb.trace/ftrace.exp: Likewise.
5137 * gdb.trace/infotrace.exp: Check for arch support.
5138 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5139 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5140 * gdb.trace/mi-tsv-changed.exp: Likewise.
5141 * gdb.trace/packetlen.exp: Likewise.
5142 * gdb.trace/passc-dyn.exp: Likewise.
5143 * gdb.trace/passcount.exp: Likewise.
5144 * gdb.trace/pending.exp: Likewise.
5145 * gdb.trace/range-stepping.exp: Check for shlib support.
5146 * gdb.trace/report.exp: Check for arch support.
5147 * gdb.trace/save-trace.exp: Likewise.
5148 * gdb.trace/signal.exp: Check for signal support.
5149 * gdb.trace/tfind.exp: Check for arch support.
5150 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5151 * gdb.trace/trace-common.h: Add comment.
5152 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5153 * gdb.trace/trace-enable-disable.exp: Likewise.
5154 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5155 * gdb.trace/tracecmd.exp: Check for arch support.
5156 * gdb.trace/tspeed.exp: Check for shlib and target support.
5157 * gdb.trace/tstatus.exp: Check for arch support.
5158 * gdb.trace/tsv.exp: Likewise.
5159 * gdb.trace/while-dyn.exp: Likewise.
5160 * gdb.trace/while-stepping.exp: Likewise.
5161 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5162
5163 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5164
5165 * gdb.trace/tspeed.exp: Remove nowarnings.
5166 (prepare_for_trace_test): Declare "global ipalib".
5167 * gdb.trace/tspeed.c: Include unistd.h.
5168 (main): Remove superfluous printf argument.
5169
5170 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5171
5172 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5173 directory prefix on the filename.
5174
5175 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5176
5177 * gdb.gdb/unittest.exp: Update expected message informing that
5178 selftests have been disabled.
5179 * gdb.server/unittest.exp: Likewise.
5180
5181 2018-10-09 Tom de Vries <tdevries@suse.de>
5182
5183 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5184 with runto_main.
5185
5186 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
5187
5188 PR c++/16841
5189 * gdb.cp/virtbase2.cc: New file.
5190 * gdb.cp/virtbase2.exp: New file.
5191
5192 2018-10-06 Tom Tromey <tom@tromey.com>
5193
5194 PR python/19399:
5195 * gdb.python/py-inferior.exp: Add architecture test.
5196
5197 2018-10-06 Tom Tromey <tom@tromey.com>
5198
5199 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5200 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5201
5202 2018-10-06 Tom Tromey <tom@tromey.com>
5203
5204 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5205 of a "throw" catchpoint.
5206
5207 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5208
5209 * gdb.base/info-proc.exp: Update string expected from "help info
5210 proc".
5211
5212 2018-10-04 Tom Tromey <tom@tromey.com>
5213
5214 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5215 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5216 (test_initial_complaints, test_empty_complaints): Update.
5217 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5218
5219 2018-10-04 Tom Tromey <tom@tromey.com>
5220
5221 PR cli/19551:
5222 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5223 * lib/gdb.exp (gdb_file_cmd): Update.
5224 * gdb.stabs/weird.exp (print_weird_var): Update.
5225 * gdb.server/solib-list.exp: Update.
5226 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5227 * gdb.mi/mi-cli.exp: Update.
5228 * gdb.linespec/linespec.exp: Update.
5229 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5230 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5231 * gdb.cp/cp-relocate.exp: Update.
5232 * gdb.base/sym-file.exp: Update.
5233 * gdb.base/relocate.exp: Update.
5234 * gdb.base/readnever.exp: Update.
5235 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5236 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5237 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5238 * gdb.base/code_elim.exp: Update.
5239 * gdb.base/break-unload-file.exp (test_break): Update.
5240 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5241 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5242 Update.
5243 * gdb.base/attach.exp (do_attach_tests): Update.
5244 * gdb.base/sepdebug.exp: Update.
5245 * gdb.python/py-section-script.exp: Update.
5246
5247 2018-10-04 Tom Tromey <tom@tromey.com>
5248
5249 PR cli/22234:
5250 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5251 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5252 output.
5253
5254 2018-10-04 Tom Tromey <tom@tromey.com>
5255
5256 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5257 set width and height to 0.
5258 (test_command_line_attach_run): Use -quiet.
5259
5260 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5261
5262 * lib/gdb.exp (skip_ifunc_tests): New.
5263 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5264 other compile failures.
5265 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5266
5267 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5268
5269 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5270 is_amd64_regs_target.
5271
5272 2018-10-01 Alan Hayward <alan.hayward@arm.com>
5273
5274 * gdb.arch/aarch64-sighandler-regs.c: New test.
5275 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5276 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5277
5278 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5279
5280 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5281 assembly.
5282
5283 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5284
5285 * gdb.base/frame-selection.exp: New file.
5286 * gdb.base/frame-selection.c: New file.
5287
5288 2018-09-27 Alan Hayward <alan.hayward@arm.com>
5289
5290 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5291 pthread barrier.
5292 (main): Likewise.
5293
5294 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5295
5296 * gdb.base/large-frame-1.c: New file.
5297 * gdb.base/large-frame-2.c: New file.
5298 * gdb.base/large-frame.exp: New file.
5299 * gdb.base/large-frame.h: New file.
5300
5301 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5302
5303 PR gdb/20948
5304 * gdb.base/write_mem.exp: New test.
5305 * gdb.base/write_mem.c: Likewise.
5306
5307 2018-09-23 Tom Tromey <tom@tromey.com>
5308
5309 PR python/18852:
5310 * gdb.python/py-parameter.exp: Add test for parameter that throws
5311 on "set".
5312
5313 2018-09-23 Tom Tromey <tom@tromey.com>
5314
5315 PR python/17284:
5316 * gdb.python/py-template.exp (test_template_arg): Add test for
5317 negative template argument number.
5318
5319 2018-09-23 Tom Tromey <tom@tromey.com>
5320
5321 PR python/14062:
5322 * gdb.python/python.exp: Add test for post_event error.
5323
5324 2018-09-23 Tom Tromey <tom@tromey.com>
5325
5326 PR python/18170:
5327 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5328 convert pointers to int and long.
5329
5330 2018-09-23 Tom Tromey <tom@tromey.com>
5331
5332 PR python/20126:
5333 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5334 signed-ness conversion tests.
5335
5336 2018-09-23 Tom Tromey <tom@tromey.com>
5337
5338 PR python/18352;
5339 * gdb.python/py-value.exp (test_float_conversion): New proc.
5340 Use it.
5341
5342 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5343
5344 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5345
5346 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5347
5348 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5349 no readline.
5350 * gdb.base/utf8-identifiers.exp: Likewise.
5351 * gdb.cp/cpcompletion.exp: Likewise.
5352 * gdb.linespec/cpcompletion.exp: Likewise.
5353 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5354 * gdb.linespec/cpls-ops.exp: Likewise.
5355
5356 2018-09-19 Richard Bunt <richard.bunt@arm.com>
5357 Chris January <chris.january@arm.com>
5358
5359 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5360 * gdb.fortran/short-circuit-argument-list.exp: New file.
5361 * gdb.fortran/short-circuit-argument-list.f90: New test.
5362
5363 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5364
5365 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5366 "arch=" keyword when executing "-stack-list-frames".
5367
5368 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5369
5370 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5371 "arch=" keyword when executing "-stack-list-frames".
5372
5373 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5374
5375 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5376 break ada".
5377
5378 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5379
5380 PR python/23669
5381 * gdb.python/python.exp: Test gdb.execute("show commands").
5382
5383 2018-09-16 Tom Tromey <tom@tromey.com>
5384
5385 * gdb.base/new-ui.exp (do_execution_tests): Update.
5386 * gdb.base/dbx.exp (test_breakpoints): Update.
5387
5388 2018-09-14 Alan Hayward <alan.hayward@arm.com>
5389
5390 * lib/gdb.exp (gdb_simple_compile): Add proc.
5391 (is_elf_target): Use gdb_simple_compile.
5392 (skip_altivec_tests): Likewise.
5393 (skip_vsx_tests): Likewise.
5394 (skip_tsx_tests): Likewise.
5395 (skip_btrace_tests): Likewise.
5396 (skip_btrace_pt_tests): Likewise.
5397 (gdb_can_simple_compile): Likewise.
5398 (gdb_has_argv0): Likewise.
5399 (gdb_target_symbol_prefix): Likewise.
5400 (target_supports_scheduler_locking): Likewise.
5401
5402 2018-09-13 Tom Tromey <tom@tromey.com>
5403
5404 * Makefile.in (TAGS): Recognize proc_with_prefix and
5405 gdb_caching_proc.
5406
5407 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5408
5409 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5410 method.
5411
5412 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5413
5414 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5415 and a few other Inferior properties when the Inferior is no
5416 longer valid.
5417
5418 2018-09-13 Tom Tromey <tom@tromey.com>
5419
5420 PR rust/23650:
5421 * gdb.rust/simple.exp: Add test for enum field access error.
5422
5423 2018-09-13 Tom Tromey <tom@tromey.com>
5424
5425 PR rust/23626:
5426 * gdb.rust/simple.rs (EmptyEnum): New type.
5427 (main): Use it.
5428 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5429
5430 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5431
5432 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5433 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5434 * gdb.python/py-symtab.exp: Update test printing an objfile.
5435
5436 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5437
5438 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5439 object.
5440
5441 2018-09-12 Alan Hayward <alan.hayward@arm.com>
5442
5443 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5444 (support_complex_tests): Use gdb_can_simple_compile.
5445 (is_ilp32_target): Likewise.
5446 (is_lp64_target): Likewise.
5447 (is_64_target): Likewise.
5448 (is_amd64_regs_target): Likewise.
5449 (is_aarch32_target): Likewise.
5450 (gdb_int128_helper): Likewise.
5451
5452 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5453
5454 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5455
5456 2018-09-10 Jerome Guitton <guitton@adacore.com>
5457
5458 * gdb.ada/same_component_name: Add test for case of tagged record
5459 with variable-length fields.
5460
5461 2018-09-10 Xavier Roirand <roirand@adacore.com>
5462
5463 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5464 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5465 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5466 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5467
5468 2018-09-10 Xavier Roirand <roirand@adacore.com>
5469
5470 * gdb.ada/mi_string_access.exp: New testcase.
5471 * gdb.ada/mi_string_access/bar.adb: New file.
5472 * gdb.ada/mi_string_access/pck.adb: New file.
5473 * gdb.ada/mi_string_access/pck.asd: New file.
5474
5475 2018-09-10 Xavier Roirand <roirand@adacore.com>
5476
5477 * gdb.ada/mi_var_union.exp: New testcase.
5478 * gdb.ada/mi_var_union/bar.adb: New file.
5479 * gdb.ada/mi_var_union/pck.adb: New file.
5480 * gdb.ada/mi_var_union/pck.asd: New file.
5481
5482 2018-09-08 Tom Tromey <tom@tromey.com>
5483
5484 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5485
5486 2018-09-08 Tom Tromey <tom@tromey.com>
5487
5488 PR python/16047:
5489 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5490 (register_pretty_printers): Register new printer.
5491 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5492 test.
5493 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5494 (an_int_type3): New global.
5495
5496 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5497
5498 * gdb.ada/expr_with_funcall: New testcase.
5499
5500 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5501
5502 * gdb.ada/packed_array_assign: New testcase.
5503
5504 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5505
5506 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5507 names, and add test prefixes to make test names unique.
5508
5509 2018-09-05 Tom de Vries <tdevries@suse.de>
5510
5511 * gdb.dwarf2/varval.exp: Add test.
5512
5513 2018-09-04 Gary Benson <gbenson@redhat.com>
5514
5515 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5516 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5517
5518 2018-08-31 Tom Tromey <tom@tromey.com>
5519
5520 * gdb.rust/simple.rs: Rename second variable "v".
5521
5522 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5523
5524 * gdb.base/funcargs.c (use_a): New function.
5525 (recurse): Call use_a.
5526
5527 2018-08-29 Keith Seitz <keiths@redhat.com>
5528
5529 * gdb.compile/compile-cplus-anonymous.cc: New file.
5530 * gdb.compile/compile-cplus-anonymous.exp: New file.
5531 * gdb.compile/compile-cplus-array-decay.cc: New file.
5532 * gdb.compile/compile-cplus-array-decay.exp: New file.
5533 * gdb.compile/compile-cplus-inherit.cc: New file.
5534 * gdb.compile/compile-cplus-inherit.exp: New file.
5535 * gdb.compile/compile-cplus-member.cc: New file.
5536 * gdb.compile/compile-cplus-member.exp: New file.
5537 * gdb.compile/compile-cplus-method.cc: New file.
5538 * gdb.compile/compile-cplus-method.exp: New file.
5539 * gdb.compile/compile-cplus-mod.c: "New" file.
5540 * gdb.compile/compile-cplus-namespace.cc: New file.
5541 * gdb.compile/compile-cplus-namespace.exp: New file.
5542 * gdb.compile/compile-cplus-nested.cc: New file.
5543 * gdb.compile/compile-cplus-nested.exp: New file.
5544 * gdb.compile/compile-cplus-print.c: "New" file.
5545 * gdb.compile/compile-cplus-print.exp: "New" file.
5546 * gdb.compile/compile-cplus-virtual.cc: New file.
5547 * gdb.compile/compile-cplus-virtual.exp: New file.
5548 * gdb.compile/compile-cplus.c: "New" file.
5549 * gdb.compile/compile-cplus.exp: "New" file.
5550 * lib/compile-support.exp: New file.
5551
5552 2018-08-16 Gary Benson <gbenson@redhat.com>
5553
5554 PR gdb/13000:
5555 * gdb.base/batch-exit-status.exp: New file.
5556 * gdb.base/batch-exit-status.good-commands: Likewise.
5557 * gdb.base/batch-exit-status.bad-commands: Likewise.
5558
5559 2018-08-29 Alan Hayward <alan.hayward@arm.com>
5560
5561 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5562 (struct struct02): Likewise.
5563 (struct struct03): Likewise.
5564 (struct struct04): Likewise.
5565 (struct struct_01_01): New struct.
5566 (struct struct_01_02): Likewise.
5567 (struct struct_01_03): Likewise.
5568 (struct struct_01_04): Likewise.
5569 (struct struct_02_01): Likewise.
5570 (struct struct_02_02): Likewise.
5571 (struct struct_02_03): Likewise.
5572 (struct struct_02_04): Likewise.
5573 (struct struct_04_01): Likewise.
5574 (struct struct_04_02): Likewise.
5575 (struct struct_04_03): Likewise.
5576 (struct struct_04_04): Likewise.
5577 (struct struct_05_01): Likewise.
5578 (struct struct_05_02): Likewise.
5579 (struct struct_05_03): Likewise.
5580 (struct struct_05_04): Likewise.
5581 (cmp_struct01): Remove function.
5582 (cmp_struct02): Likewise.
5583 (cmp_struct03): Likewise.
5584 (cmp_struct04): Likewise.
5585 (cmp_struct_01_01): Add Function.
5586 (cmp_struct_01_02): Likewise.
5587 (cmp_struct_01_03): Likewise.
5588 (cmp_struct_01_04): Likewise.
5589 (cmp_struct_02_01): Likewise.
5590 (cmp_struct_02_02): Likewise.
5591 (cmp_struct_02_03): Likewise.
5592 (cmp_struct_02_04): Likewise.
5593 (cmp_struct_04_01): Likewise.
5594 (cmp_struct_04_02): Likewise.
5595 (cmp_struct_04_03): Likewise.
5596 (cmp_struct_04_04): Likewise.
5597 (cmp_struct_05_01): Likewise.
5598 (cmp_struct_05_02): Likewise.
5599 (cmp_struct_05_03): Likewise.
5600 (cmp_struct_05_04): Likewise.
5601 (call_all): Add new structs.
5602 * gdb.base/infcall-nested-structs.exp: Likewise.
5603
5604 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5605
5606 * gdb.python/py-framefilter-mi.exp: Update regexp to
5607 check for "arch" field in frame output.
5608
5609 2018-08-23 Kevin Buettner <kevinb@redhat.com>
5610
5611 * gdb.dwarf2/dw2-ranges-func.c: New file.
5612 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5613
5614 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5615
5616 * gdb.base/term.exp: Compare terminal settings with values from
5617 the inferior.
5618 * gdb.base/term.c: Get and set terminal settings.
5619
5620 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5621
5622 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5623 accommodate new "arch" field in frame output.
5624 * gdb.mi/mi-return.exp: Likewise.
5625 * gdb.mi/mi-stack.exp: Likewise.
5626 * gdb.mi/mi-syn-frame.exp: Likewise.
5627 * gdb.mi/user-selected-context-sync.exp: Likewise.
5628
5629 2018-08-19 Michael Spang <spang@google.com>
5630
5631 PR gdb/11786
5632 * gdb.base/gcore-tls-pie.c: New file.
5633 * gdb.base/gcore-tls-pie.exp: New file.
5634
5635 2018-08-18 Kevin Buettner <kevinb@redhat.com>
5636
5637 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
5638 * gdb.dwarf2/varval.c: New file.
5639 * gdb.dwarf2/varval.exp: New file.
5640
5641 2018-08-17 Alan Hayward <alan.hayward@arm.com>
5642
5643 PR gdb/18931
5644 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5645
5646 2018-08-16 Keith Seitz <keiths@redhat.com>
5647
5648 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5649 tests expected to pass.
5650
5651 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5652
5653 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5654 -data-disassemble -a.
5655 (test_disassembly_bogus_args): Likewise.
5656
5657 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5658
5659 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5660
5661 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5662
5663 * gdb.base/vla-optimized-out.exp: Add new test.
5664
5665 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5666
5667 * gdb.base/vla-optimized-out-o3.exp: Delete.
5668 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5669 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5670 deleted tests.
5671
5672 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5673
5674 PR gdb/18050:
5675 * gdb.server/extended-remote-restart.c: New file.
5676 * gdb.server/extended-remote-restart.exp: New file.
5677
5678 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5679
5680 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5681 "set variable index = 42".
5682
5683 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5684
5685 * boards/index-cache-gdb.exp: New file.
5686 * gdb.dwarf2/index-cache.exp: New file.
5687 * gdb.dwarf2/index-cache.c: New file.
5688 * gdb.base/maint.exp: Check if we are using the index cache.
5689
5690 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5691
5692 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5693 MAKEFLAGS.
5694
5695 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5696
5697 * dg-extract-results.sh: Move to toplevel contrib.
5698 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5699 * Makefile.in (check-parallel-racy): Likewise.
5700
5701 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5702
5703 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5704 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5705 tests if the target supports scheduler locking.
5706
5707 2018-08-04 Tom de Vries <tdevries@suse.de>
5708
5709 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5710
5711 2018-08-02 Tom Tromey <tom@tromey.com>
5712
5713 PR symtab/16842.
5714 * gdb.cp/temargs.exp: Test "info address" of a template
5715 parameter.
5716
5717 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5718
5719 * gdb.python/py-mi-var-info-path-expression.c: New file.
5720 * gdb.python/py-mi-var-info-path-expression.py: New file.
5721 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5722
5723 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5724
5725 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5726 error after "cannot resolve name" string.
5727
5728 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5729
5730 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5731 started.
5732 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5733
5734 2018-07-28 Tom de Vries <tdevries@suse.de>
5735
5736 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5737
5738 2018-07-26 Tom de Vries <tdevries@suse.de>
5739
5740 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5741
5742 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5743
5744 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5745 is visible.
5746
5747 2018-07-26 Tom de Vries <tdevries@suse.de>
5748
5749 PR breakpoints/23366
5750 * gdb.base/catch-follow-exec.c: New test.
5751 * gdb.base/catch-follow-exec.exp: New file.
5752
5753 2018-07-25 Tom de Vries <tdevries@suse.de>
5754
5755 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5756 vla-optimized-out.c.
5757
5758 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5759
5760 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5761 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5762
5763 2018-07-20 Tom de Vries <tdevries@suse.de>
5764
5765 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5766 NOCLONE macro.
5767 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5768
5769 2018-07-19 Tom de Vries <tdevries@suse.de>
5770
5771 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5772 regular expression.
5773
5774 2018-07-18 Tom de Vries <tdevries@suse.de>
5775
5776 * gdb.base/vla-optimized-out.c: New test.
5777 * gdb.base/vla-optimized-out.exp: New file.
5778
5779 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5780
5781 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5782 message "No address associated with hostname" when gdbserver
5783 cannot resolve the hostname.
5784
5785 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5786
5787 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5788 Add some test prefixes to make tests unique.
5789
5790 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5791
5792 * gdb.base/frameapply.c: New file.
5793 * gdb.base/frameapply.exp: New file.
5794
5795 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5796
5797 * gdb.base/skip.exp: Update expected error message.
5798
5799 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5800 Jan Kratochvil <jan.kratochvil@redhat.com>
5801 Paul Fertser <fercerpav@gmail.com>
5802 Tsutomu Seki <sekiriki@gmail.com>
5803
5804 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5805 parameter.
5806 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5807 by default.
5808 * boards/native-gdbserver.exp: Likewise.
5809 * gdb.server/run-without-local-binary.exp: Improve regexp used
5810 for detecting when a remote debugging connection succeeds.
5811 * gdb.server/server-connect.exp: New file.
5812 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5813 Do not prefix the port number with ":".
5814 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5815 support for detecting and using it. Add '$debughost_gdbserver'
5816 to the list of arguments used to start gdbserver. Handle case
5817 when gdbserver cannot resolve a network name.
5818
5819 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5820
5821 PR c++/23373
5822 * gdb.base/ptype-offsets.cc (struct static_member): New
5823 struct.
5824 (main) <stmember>: New variable.
5825 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5826 with a static member in it.
5827
5828 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5829
5830 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5831 watchpoints enabled and disabled.
5832
5833 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5834
5835 * gdb.base/examine-backward.exp: Still run tests around address
5836 0x0, even if address 0x0 is not readable. Update the pattern for
5837 matching address 0x0 in expected output.
5838
5839 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5840
5841 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5842 malloc/free.
5843
5844 2018-07-04 Tom de Vries <tdevries@suse.de>
5845
5846 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5847
5848 2018-07-02 Maciej W. Rozycki <macro@mips.com>
5849
5850 PR tdep/8282
5851 * gdb.arch/mips-disassembler-options.exp: New test.
5852 * gdb.arch/mips-disassembler-options.s: New test source.
5853
5854 2018-06-29 Pedro Alves <palves@redhat.com>
5855
5856 * gdb.threads/names.exp: Adjust expected "info threads" output.
5857
5858 2018-06-29 Pedro Alves <palves@redhat.com>
5859
5860 * gdb.opt/inline-break.exp (line number, address): Add "info
5861 break" tests.
5862
5863 2018-06-29 Pedro Alves <palves@redhat.com>
5864
5865 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5866 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5867 number and address and running to them.
5868
5869 2018-06-29 Richard Bunt <richard.bunt@arm.com>
5870
5871 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5872
5873 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5874
5875 * lib/compiler.c: Remove executable permission flag.
5876
5877 2018-06-28 Richard Bunt <richard.bunt@arm.com>
5878
5879 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5880 code.
5881 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5882
5883 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5884
5885 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5886
5887 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5888
5889 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5890 address argument is omitted.
5891
5892 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5893
5894 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5895
5896 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
5897
5898 PR gdb/21695
5899 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5900 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5901
5902 2018-06-26 Tom Tromey <tom@tromey.com>
5903
5904 PR rust/22574:
5905 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5906 * gdb.rust/simple.rs (struct SimpleLayout): New.
5907
5908 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5909
5910 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5911 "info registers" output.
5912
5913 2018-06-21 Richard Bunt <richard.bunt@arm.com>
5914
5915 * gdb.base/watchpoint-hw-attach.c: New test.
5916 * gdb.base/watchpoint-hw-attach.exp: New file.
5917
5918 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5919
5920 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5921 through /bin/sh.
5922 * boards/dwarf4-gdb-index.exp: Likewise.
5923 * boards/fission-dwp.exp: Likewise.
5924
5925 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5926
5927 * gdb.base/float128.exp: Add comment and improved fail message
5928 to the failure case of "print large128" test.
5929
5930 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5931
5932 * configure.ac: Remove AC_PREREQ.
5933 * configure: Re-generate.
5934
5935 2018-06-19 Pedro Alves <palves@redhat.com>
5936
5937 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5938 (func_extern_caller): New.
5939 (main): Call func_extern_caller.
5940 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5941 logic change.
5942
5943 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
5944
5945 PR gdb/16841
5946 * gdb.cp/typedef-base.cc: New file.
5947 * gdb.cp/typedef-base.exp: New file.
5948
5949 2018-06-18 Tom de Vries <tdevries@suse.de>
5950
5951 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
5952
5953 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5954 Richard Bunt <Richard.Bunt@arm.com>
5955
5956 * gdb.threads/attach-slow-waitpid.c: New file.
5957 * gdb.threads/attach-slow-waitpid.exp: New file.
5958 * gdb.threads/slow-waitpid.c: New file.
5959
5960 2018-06-14 Pedro Alves <palves@redhat.com>
5961
5962 * gdb.base/fork-running-state.c: Include <errno.h>.
5963 (exit_if_relative_exits): New.
5964 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
5965 exits.
5966 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
5967 child exits.
5968
5969 2018-06-14 Tom de Vries <tdevries@suse.de>
5970
5971 PR cli/22573
5972 * gdb.base/finish-pretty.c: New test.
5973 * gdb.base/finish-pretty.exp: New file.
5974
5975 2018-06-14 Pedro Alves <palves@redhat.com>
5976
5977 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
5978 gdb's expected startup output.
5979
5980 2018-06-14 Pedro Alves <palves@redhat.com>
5981
5982 * lib/selftest-support.exp (selftest_setup): Remove inlined
5983 function handling.
5984
5985 2018-06-14 Tom de Vries <tdevries@suse.de>
5986
5987 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
5988 matching of breakpoint printing.
5989
5990 2018-06-13 Tom de Vries <tdevries@suse.de>
5991
5992 PR testsuite/23269
5993 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
5994 (fork_child): ... here, and ...
5995 (fork_parent): ... here.
5996
5997 2018-06-12 Tom de Vries <tdevries@suse.de>
5998
5999 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6000
6001 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6002 Stephen Roberts <stephen.roberts@arm.com>
6003
6004 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6005 rewrite test to describe action performed, rather than possible
6006 failure.
6007
6008 2018-06-08 Gary Benson <gbenson@redhat.com>
6009
6010 * gdb.threads/check-libthread-db.exp: New file.
6011 * gdb.threads/check-libthread-db.c: Likewise.
6012
6013 2018-06-05 Tom Tromey <tom@tromey.com>
6014
6015 * gdb.base/default.exp: Update expected "show version" output.
6016
6017 2018-06-05 Tom Tromey <tom@tromey.com>
6018
6019 PR cli/12326:
6020 * gdb.cp/static-print-quit.exp: Update.
6021 * lib/gdb.exp (pagination_prompt): Update.
6022 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6023 * gdb.python/python.exp: Update.
6024
6025 2018-06-04 Joel Brobecker <brobecker@adacore.com>
6026
6027 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6028
6029 2018-06-01 Joel Brobecker <brobecker@adacore.com>
6030
6031 * gdb.ada/bp_fun_addr: New testcase.
6032
6033 2018-06-01 Tom Tromey <tom@tromey.com>
6034
6035 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6036 results.
6037 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6038 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6039 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6040 * gdb.base/maint.exp (maint_pass_if): Update.
6041
6042 2018-05-31 Maciej W. Rozycki <macro@mips.com>
6043
6044 * gdb.base/endian.exp: New test.
6045 * gdb.base/endian.c: New test source.
6046
6047 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6048
6049 PR gdb/23203
6050 * gdb.base/bt-selected-frame.c: New file.
6051 * gdb.base/bt-selected-frame.exp: New file.
6052 * lib/gdb.exp (get_current_frame_number): New function.
6053
6054 2018-05-24 Maciej W. Rozycki <macro@mips.com>
6055 Pedro Alves <palves@redhat.com>
6056
6057 * gdb.threads/tls-core.c: Include <stdlib.h>
6058 (thread_proc): Call `abort'.
6059 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6060 (tls_core_test): New procedure, bits factored out from ...
6061 (top level): ... here. Test both native cores and gcore cores.
6062
6063 2018-05-23 Tom Tromey <tom@tromey.com>
6064
6065 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6066
6067 2018-05-23 Tom Tromey <tom@tromey.com>
6068
6069 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6070 symfile_complaints.
6071 (test_short_complaints): Likewise.
6072 (test_empty_complaints): Likewise.
6073 (test_initial_complaints): Update.
6074
6075 2018-05-23 Tom Tromey <tom@tromey.com>
6076
6077 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6078
6079 2018-05-23 Tom Tromey <tom@tromey.com>
6080
6081 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6082 (test_short_complaints): Update.
6083
6084 2018-05-22 Pedro Alves <palves@redhat.com>
6085
6086 * gdb.base/remote.exp: Only gdb_start after compiling the
6087 testcase. Issue "disconnect" before testing "set remote" command
6088 defaults. Issue clean_restart before running to main.
6089
6090 2018-05-22 Pedro Alves <palves@redhat.com>
6091
6092 * gdb.base/remote.exp: Adjust expected output of "show remote
6093 memory-write-packet-size". Add tests for "set remote
6094 memory-write-packet-size 0" and "set remote
6095 memory-write-packet-size fixed/limit".
6096
6097 2018-05-22 Pedro Alves <palves@redhat.com>
6098
6099 PR gdb/22973
6100 * gdb.base/utf8-identifiers.c: New file.
6101 * gdb.base/utf8-identifiers.exp: New file.
6102
6103 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6104
6105 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6106
6107 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6108
6109 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6110
6111 2018-05-18 Tom Tromey <tom@tromey.com>
6112
6113 * gdb.base/ptype-offsets.exp: Update.
6114
6115 2018-05-17 Keith Seitz <keiths@redhat.com>
6116
6117 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6118 in expected breakpoint stop locations.
6119 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6120 move to proper scope to test variable values.
6121 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6122 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6123 New functions.
6124 (main): Call not_inline_func3.
6125 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6126 inline_func1, inline_func2, and inline_func3. Test that when each
6127 breakpoint is hit, GDB properly reports both the stop location
6128 and the backtrace. Repeat tests for temporary breakpoints.
6129
6130 2018-05-15 Maciej W. Rozycki <macro@mips.com>
6131
6132 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6133 rather then trying to access it in determining whether the PID
6134 of `gdbserver' could have been retrieved.
6135
6136 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6137
6138 * gdb.arch/amd64-init-x87-values.S: New file.
6139 * gdb.arch/amd64-init-x87-values.exp: New file.
6140
6141 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6142
6143 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6144
6145 2018-05-04 Tom Tromey <tom@tromey.com>
6146
6147 PR python/22730:
6148 * gdb.python/python.exp: Test multi-line execute.
6149
6150 2018-05-04 Tom Tromey <tom@tromey.com>
6151
6152 PR python/22731:
6153 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6154
6155 2018-05-04 Tom Tromey <tom@tromey.com>
6156
6157 PR gdb/11750:
6158 * gdb.base/define.exp: Test defining a user command inside a user
6159 command.
6160 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6161
6162 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6163 Pedro Alves <palves@redhat.com>
6164
6165 PR breakpoints/19806 and support for PR external/20207.
6166 * gdb.base/watchpoint-unaligned.c: New file.
6167 * gdb.base/watchpoint-unaligned.exp: New file.
6168
6169 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6170
6171 * gdb.base/maint.exp: Make test names unique, use
6172 test_prefix_command_help to test 'help maint info', and remove
6173 repeated test of 'help maint'.
6174
6175 2018-05-04 Tom Tromey <tom@tromey.com>
6176
6177 PR gdb/22619:
6178 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6179 behavior.
6180
6181 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6182
6183 * gdb.base/maint.exp: Process output from 'maint print registers'
6184 line at a time.
6185
6186 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6187
6188 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6189 timeout.
6190
6191 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6192
6193 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6194 filter pattern.
6195
6196 2018-05-02 Pedro Alves <palves@redhat.com>
6197
6198 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6199 to_log_command renames.
6200 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6201
6202 2018-05-02 Tom Tromey <tom@tromey.com>
6203
6204 * gdb.python/py-parameter.exp: Set test message.
6205
6206 2018-05-02 Tom Tromey <tom@tromey.com>
6207
6208 PR python/20084:
6209 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6210 PARAM_ZUINTEGER_UNLIMITED tests.
6211
6212 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6213
6214 PR rust/23124
6215 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6216 when casting.
6217
6218 2018-04-30 Tom Tromey <tom@tromey.com>
6219
6220 * gdb.python/py-type.exp: Check align attribute.
6221 * gdb.python/py-type.c: New "aligncheck" global.
6222
6223 2018-04-30 Tom Tromey <tom@tromey.com>
6224
6225 PR exp/17095:
6226 * gdb.dwarf2/dw2-align.exp: New file.
6227 * gdb.cp/align.exp: New file.
6228 * gdb.base/align.exp: New file.
6229 * lib/gdb.exp (gdb_int128_helper): New proc.
6230 (has_int128_c, has_int128_cxx): New caching procs.
6231
6232 2018-04-27 Tom Tromey <tom@tromey.com>
6233
6234 PR rust/22545:
6235 * gdb.rust/simple.exp: Add inclusive range tests.
6236
6237 2018-04-26 Pedro Alves <palves@redhat.com>
6238
6239 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6240 ifunc breakpoint locations correctly of ifunc breakpoints set
6241 while the program resolves the ifunc.
6242
6243 2018-04-26 Pedro Alves <palves@redhat.com>
6244
6245 * gdb.base/gnu-ifunc-final.c: New file.
6246 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6247 * gdb.base/gnu-ifunc.exp (executable): Delete.
6248 (staticexecutable): Adjust.
6249 (lib_opts, exec_opts): Delete.
6250 (make_binsuffix, build, set-break): New procedures.
6251 (misc_tests): New, with tests factored out from the top level.
6252 (top level): Test different combinations of ifunc resolver name,
6253 resolver with and with debug info, and ifunc target with and
6254 without debug info. Wrap static tests with with_target_prefix.
6255
6256 2018-04-26 Pedro Alves <palves@redhat.com>
6257
6258 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6259 return type" warnings.
6260
6261 2018-04-25 Pedro Alves <palves@redhat.com>
6262
6263 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6264 killed".
6265 * gdb.base/kill-after-signal.exp: Likewise.
6266 * gdb.threads/kill.exp: Likewise.
6267
6268 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6269 Sergio Durigan Junior <sergiodj@redhat.com>
6270 Pedro Alves <palves@redhat.com>
6271
6272 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6273 regexps to expect for '[Inferior ... detached]' as well.
6274 * gdb.base/attach.exp: Likewise.
6275 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6276 "gdb_continue_to_end".
6277 (test_catch_syscall_with_wrong_args): Likewise.
6278 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6279 ']'. Don't set 'verbose' on.
6280 * gdb.base/foll-vfork.exp: Likewise.
6281 * gdb.base/fork-print-inferior-events.c: New file.
6282 * gdb.base/fork-print-inferior-events.exp: New file.
6283 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6284 '[Inferior ... has been killed]' message.
6285 * gdb.base/kill-after-signal.exp: Likewise.
6286 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6287 detach message.
6288 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6289 message.
6290 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6291 regexps to expect for '[Inferior ... detached]' as well.
6292 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6293
6294 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6295
6296 PR gdb/23104
6297 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6298
6299 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6300
6301 PR gdb/23095
6302 * gdb.base/break-probes.exp: Pass shlib_load to
6303 prepare_for_testing. Set normal_bp to r_debug_state if target is
6304 bsd.
6305
6306 2018-04-19 Richard Bunt <richard.bunt@arm.com>
6307
6308 * gdb.threads/multiple-successive-infcall.c: New test.
6309 * gdb.threads/multiple-successive-infcall.exp: New file.
6310
6311 2018-04-17 Tom Tromey <tom@tromey.com>
6312
6313 * gdb.rust/simple.rs (Union): New type.
6314 (main): New local "u".
6315 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6316
6317 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6318
6319 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6320 number information in output of "whereis" command.
6321 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6322
6323 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6324
6325 * gdb.ada/info_types.exp: Adjust expected output to the line
6326 numbers now printed by "info var/func/type".
6327 * gdb.base/completion.exp: Likewise.
6328 * gdb.base/included.exp: Likewise.
6329 * gdb.cp/cp-relocate.exp: Likewise.
6330 * gdb.cp/cplusfuncs.exp: Likewise.
6331 * gdb.cp/namespace.exp: Likewise.
6332 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6333
6334 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6335
6336 * gdb.btrace/cpu.exp: New.
6337
6338 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6339
6340 * gdb.base/step-indirect-call-thunk.exp: New.
6341 * gdb.base/step-indirect-call-thunk.c: New.
6342 * gdb.reverse/step-indirect-call-thunk.exp: New.
6343 * gdb.reverse/step-indirect-call-thunk.c: New.
6344
6345 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6346
6347 * gdb.base/pie-fork.c: New file.
6348 * gdb.base/pie-fork.exp: New file.
6349
6350 2018-04-11 Tom Tromey <tom@tromey.com>
6351
6352 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6353
6354 2018-04-10 Pedro Alves <palves@redhat.com>
6355
6356 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6357 exits. Instead loop running forever.
6358 (fork_parent): Run forever too.
6359
6360 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6361
6362 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6363 mi_continue_to_line.
6364 * gdb.mi/mi-stack.c (callee4): Add comment.
6365
6366 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6367
6368 * gdb.mi/mi-stack.exp: Fix indentation.
6369
6370 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6371
6372 PR gdb/22979
6373 * gdb.arch/amd64-osabi.exp: New file.
6374
6375 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6376
6377 PR gdb/22980
6378 * gdb.base/osabi.exp: New file.
6379
6380 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
6381
6382 * gdb.cp/static-typedef-print.exp: New file.
6383 * gdb.cp/static-typedef-print.cc: New file.
6384
6385 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6386
6387 * gdb.ada/varsize_limit: New testcase.
6388
6389 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6390
6391 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6392
6393 * gdb.ada/notcplusplus: New testcase.
6394
6395 * gdb.base/c-linkage-name.c: New file.
6396 * gdb.base/c-linkage-name.exp: New testcase.
6397
6398 2018-03-26 Tom Tromey <tom@tromey.com>
6399
6400 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6401 * gdb.python/py-framefilter.py (name_error): New global.
6402 (ErrorInName.function): Use name_error.
6403
6404 2018-03-26 Tom Tromey <tom@tromey.com>
6405
6406 PR backtrace/15582:
6407 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6408
6409 2018-03-23 Keith Seitz <keiths@redhat.com>
6410
6411 PR c++/22968
6412 * gdb.cp/subtypes.exp: New file.
6413 * gdb.cp/subtypes.h: New file.
6414 * gdb.cp/subtypes.cc: New file.
6415 * gdb.cp/subtypes-2.cc: New file.
6416
6417 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6418
6419 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6420 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6421 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6422 -nostartfiles when compiling the test. Confirm that all registers
6423 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6424
6425 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6426
6427 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6428 option, syntax was wrong anyway.
6429 * gdb.arch/arm-disp-step.exp: Likewise.
6430 * gdb.arch/sparc64-regs.exp: Likewise.
6431 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6432 option, syntax was wrong anyway, switch to use
6433 prepare_for_testing.
6434 * gdb.arch/i386-disp-step.exp: Likewise.
6435
6436 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6437
6438 * gdb.ada/exec_changed.exp: Replace "target_info exists
6439 use_gdb_stub" by "use_gdb_stub".
6440 * gdb.ada/start.exp: Likewise.
6441 * gdb.base/async-shell.exp: Likewise.
6442 * gdb.base/attach-pie-misread.exp: Likewise.
6443 * gdb.base/attach-wait-input.exp: Likewise.
6444 * gdb.base/break-entry.exp: Likewise.
6445 * gdb.base/break-interp.exp: Likewise.
6446 * gdb.base/dprintf-detach.exp: Likewise.
6447 * gdb.base/nostdlib.exp: Likewise.
6448 * gdb.base/solib-nodir.exp: Likewise.
6449 * gdb.base/statistics.exp: Likewise.
6450 * gdb.base/testenv.exp: Likewise.
6451 * gdb.mi/mi-exec-run.exp: Likewise.
6452 * gdb.mi/mi-start.exp: Likewise.
6453 * gdb.multi/dummy-frame-restore.exp: Likewise.
6454 * gdb.multi/multi-arch-exec.exp: Likewise.
6455 * gdb.multi/multi-arch.exp: Likewise.
6456 * gdb.multi/tids.exp: Likewise.
6457 * gdb.multi/watchpoint-multi.exp: Likewise.
6458 * gdb.python/py-events.exp: Likewise.
6459 * gdb.threads/attach-into-signal.exp: Likewise.
6460 * gdb.threads/attach-stopped.exp: Likewise.
6461 * gdb.threads/threadapply.exp: Likewise.
6462 * lib/selftest-support.exp: Likewise.
6463
6464 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6465
6466 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6467
6468 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6469
6470 * gdb.perf/template-breakpoints.cc: New file.
6471 * gdb.perf/template-breakpoints.exp: New file.
6472 * gdb.perf/template-breakpoints.py: New file.
6473
6474 2018-03-19 Tom Tromey <tom@tromey.com>
6475
6476 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6477 y0.
6478 * gdb.rust/simple.exp: Test bare identifier form of struct
6479 initializer.
6480
6481 2018-03-19 Tom Tromey <tom@tromey.com>
6482
6483 * gdb.gdb/observer.exp: Remove.
6484
6485 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6486
6487 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6488 "qualified" option when setting breakpoints.
6489 * gdb.trace/backtrace.exp: Likewise.
6490 * gdb.trace/circ.exp: Likewise.
6491 * gdb.trace/collection.exp: Likewise.
6492 * gdb.trace/disconnected-tracing.exp: Likewise.
6493 * gdb.trace/ftrace-lock.exp: Likewise.
6494 * gdb.trace/ftrace.exp: Likewise.
6495 * gdb.trace/infotrace.exp: Likewise.
6496 * gdb.trace/packetlen.exp: Likewise.
6497 * gdb.trace/passc-dyn.exp: Likewise.
6498 * gdb.trace/qtro.exp: Likewise.
6499 * gdb.trace/read-memory.exp: Likewise.
6500 * gdb.trace/report.exp: Likewise.
6501 * gdb.trace/signal.exp: Likewise.
6502 * gdb.trace/status-stop.exp: Likewise.
6503 * gdb.trace/strace.exp: Likewise.
6504 * gdb.trace/tfind.exp: Likewise.
6505 * gdb.trace/trace-break.exp: Likewise.
6506 * gdb.trace/trace-condition.exp: Likewise.
6507 * gdb.trace/trace-mt.exp: Likewise.
6508 * gdb.trace/tstatus.exp: Likewise.
6509 * gdb.trace/tsv.exp: Likewise.
6510 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6511 * gdb.trace/unavailable.exp: Likewise.
6512 * gdb.trace/while-dyn.exp: Likewise.
6513
6514 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6515
6516 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6517 that libinproctrace is copied to the target.
6518
6519 2018-03-14 Tom Tromey <tom@tromey.com>
6520
6521 PR cli/14977:
6522 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6523 a null pointer.
6524 * gdb.base/wchar.exp: Likewise.
6525
6526 2018-03-14 Tom Tromey <tom@tromey.com>
6527
6528 PR cli/19918:
6529 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6530 flag.
6531
6532 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6533
6534 PR gdb/22841
6535 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6536 "target" to remote_exec.
6537
6538 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6539
6540 PR gdb/22841
6541 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6542 ${board}_upload): Remove.
6543
6544 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6545
6546 * gdb.cp/watch-cp.cc: New test.
6547 * gdb.cp/watch-cp.exp: New file.
6548
6549 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6550
6551 * gdb.base/infcall-nested-structs.exp: New file.
6552 * gdb.base/infcall-nested-structs.c: New file.
6553 * gdb.base/float.exp: Add riscv support.
6554
6555 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6556
6557 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6558 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6559
6560 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6561
6562 * gdb.server/abspath.exp: New file.
6563 * lib/gdb.exp (with_cwd): New procedure.
6564
6565 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6566
6567 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6568 use it.
6569 (gdb_is_target_remote_prompt): New proc.
6570 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6571 (gdb_is_target_native): Pass prompt parameter to
6572 gdb_is_target_1.
6573
6574 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6575
6576 * gdb.base/load-command.c: New file.
6577 * gdb.base/load-command.exp: New file.
6578 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6579 (gdb_is_target_1): ...this, and generalize for other targets
6580 than just remote.
6581 (gdb_is_target_remote): Use gdb_is_target_1.
6582 (gdb_is_target_native): use gdb_is_target_1.
6583
6584 2018-02-26 Tom Tromey <tom@tromey.com>
6585
6586 PR python/16497:
6587 * gdb.python/py-framefilter.exp: Update test.
6588
6589 2018-02-26 Tom Tromey <tom@tromey.com>
6590
6591 * gdb.dwarf2/variant.c: New file.
6592 * gdb.dwarf2/variant.exp: New file.
6593
6594 2018-02-26 Tom Tromey <tom@tromey.com>
6595
6596 * gdb.rust/simple.exp: Accept more possible results in enum test.
6597
6598 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6599
6600 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6601 parentheses.
6602
6603 2018-02-23 Maciej W. Rozycki <macro@mips.com>
6604
6605 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6606 name of a variable: $actual_linejj -> $actual_line.
6607
6608 2018-02-21 John Baldwin <jhb@FreeBSD.org>
6609
6610 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6611
6612 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6613
6614 * gdb.btrace/buffer-size.exp: Do not force BTS.
6615
6616 2018-02-14 Pedro Alves <palves@redhat.com>
6617
6618 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6619 getting a "Quit".
6620
6621 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6622
6623 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6624 Fix test name.
6625
6626 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6627
6628 * gdb.cp/m-static.exp: Check type of optimized out static
6629 member.
6630
6631 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6632
6633 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6634 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6635
6636 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6637 Leszek Swirski <leszeks@google.com>
6638
6639 * gdb.python/py-prettyprint.c
6640 (struct to_string_returns_value_inner,
6641 struct to_string_returns_value_wrapper): New.
6642 (main): Add tsrvw variable.
6643 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6644 ToStringReturnsValueWrapper): New classes.
6645 (register_pretty_printers): Register new pretty-printers.
6646 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6647 recursive pretty printer.
6648 * gdb.python/py-mi.exp: Likewise.
6649
6650 2018-02-01 Leszek Swirski <leszeks@google.com>
6651
6652 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6653 functions with the same name as an include file are parsed
6654 correctly.
6655
6656 2018-02-01 Yao Qi <yao.qi@linaro.org>
6657
6658 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6659 "\[^\r\n\]*".
6660
6661 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6662
6663 * gdb.arch/powerpc-prologue-frame.s: New file.
6664 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6665 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6666
6667 2018-01-31 Joel Brobecker <brobecker@adacore.com>
6668
6669 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6670
6671 2018-01-30 Pedro Alves <palves@redhat.com>
6672
6673 PR gdb/13211
6674 * gdb.base/interrupt-daemon.c: New.
6675 * gdb.base/interrupt-daemon.exp: New.
6676 * gdb.multi/multi-term-settings.c: New.
6677 * gdb.multi/multi-term-settings.exp: New.
6678
6679 2018-01-30 Joel Brobecker <brobecker@adacore.com>
6680
6681 * gdb.base/break.exp: Save the location where the breakpoint
6682 on break.c:47 was actually inserted when debugging the version
6683 compiled at -O2 and use it in the expected output of the "info
6684 break" test performed soon after.
6685
6686 2018-01-22 Pedro Alves <palves@redhat.com>
6687 Sergio Durigan Junior <sergiodj@redhat.com>
6688
6689 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6690 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6691
6692 2018-01-22 Joel Brobecker <brobecker@adacore.com>
6693
6694 * gdb.base/break-include.c, gdb.base/break-include.inc,
6695 gdb.base/break-include.exp: New files.
6696 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6697 line number now being the actual line number where the breakpoint
6698 was inserted.
6699 * gdb.mi/mi-break.exp: Likewise.
6700 * gdb.mi/mi-reverse.exp: Likewise.
6701 * gdb.mi/mi-simplerun.exp: Ditto.
6702
6703 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6704
6705 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6706 varobj.
6707 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6708
6709 2018-01-21 Don Breazeal <donb@codesourcery.com>
6710 Andrew Burgess <andrew.burgess@embecosm.com>
6711
6712 * gdb.mi/basics.c: Add new global.
6713 * gdb.mi/mi-frame-regs.exp: New file.
6714 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6715 case.
6716
6717 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6718
6719 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6720 non-parameter, and on an unknown symbol.
6721
6722 2018-01-19 Tom Tromey <tom@tromey.com>
6723
6724 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6725 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6726
6727 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6728
6729 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6730 setrlimit and chdir to int.
6731
6732 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6733
6734 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6735 function.
6736 (my_tend): Likewise.
6737 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6738 rationale of avoiding FP- and vector instructions.
6739
6740 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6741
6742 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6743 "info reg" with "\[ \t\]*".
6744 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6745 "\[ \t\]+".
6746 * gdb.arch/s390-multiarch.exp: Ditto.
6747 * gdb.base/pc-fp.exp: Ditto.
6748 * gdb.reverse/i386-precsave.exp: Ditto.
6749 * gdb.reverse/i386-reverse.exp: Ditto.
6750 * gdb.reverse/i387-env-reverse.exp: Ditto.
6751 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6752
6753 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6754
6755 * lib/gdb.exp (gdb_compile): Re-enable use of
6756 universal_compile_options for languages other than Rust.
6757
6758 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6759
6760 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6761
6762 2018-01-17 Mike Gulick <mgulick@mathworks.com>
6763
6764 PR gdb/16577
6765 * gdb.base/solib-vanish.exp: New.
6766 * gdb.base/solib-vanish-main.c: New.
6767 * gdb.base/solib-vanish-lib1.c: New.
6768 * gdb.base/solib-vanish-lib2.c: New.
6769
6770 2018-01-17 Yao Qi <yao.qi@linaro.org>
6771
6772 * gdb.compile/compile.exp: Match the address printed for
6773 frame in the output of command "bt".
6774
6775 2018-01-15 Tom Tromey <tom@tromey.com>
6776
6777 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6778 compute sp_reg.
6779
6780 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6781
6782 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6783 to prepare.
6784 (prepare): Return 0 on error, 1 on success.
6785
6786 2018-01-12 Pedro Alves <palves@redhat.com>
6787
6788 * gdb.base/continue-after-aborted-step-over.c: New.
6789 * gdb.base/continue-after-aborted-step-over.exp: New.
6790
6791 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6792
6793 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6794 options when not creating an executable.
6795
6796 2018-01-11 Pedro Alves <palves@redhat.com>
6797
6798 PR remote/22597
6799 * gdb.server/stop-reply-no-thread.c: New file.
6800 * gdb.server/stop-reply-no-thread.exp: New file.
6801
6802 2018-01-10 Pedro Alves <palves@redhat.com>
6803
6804 PR gdb/22670
6805 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6806 functions too. Test setting breakpoints and printing C functions
6807 with no debug info too.
6808 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6809
6810 2018-01-10 Pedro Alves <palves@redhat.com>
6811
6812 PR gdb/22670
6813 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6814 a fail.
6815
6816 2018-01-10 Pedro Alves <palves@redhat.com>
6817
6818 PR gdb/22670
6819 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6820
6821 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6822
6823 * gdb.server/unittest.exp: Match the output in non-development
6824 mode.
6825
6826 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6827
6828 * gdb.gdb/unittest.exp: Match output in non-development mode.
6829
6830 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6831
6832 * gdb.ada/access_tagged_param.exp: Relax expected output
6833 for value of "ObjL" in "continue" to pck.inspect breakpoint
6834 test.
6835
6836 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6837
6838 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6839 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
6840
6841 2018-01-05 Pedro Alves <palves@redhat.com>
6842
6843 PR gdb/18653
6844 * gdb.base/libsegfault.exp: New.
6845
6846 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6847
6848 PR gdb/22670
6849 * gdb.ada/access_tagged_param.exp: New file.
6850 * gdb.ada/access_tagged_param/foo.adb: New file.
6851
6852 2018-01-05 Pedro Alves <palves@redhat.com>
6853
6854 PR gdb/22670
6855 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6856 exercise lower case too, and to exercise both full matching and
6857 wild matching.
6858
6859 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6860
6861 * gdb.ada/rename_subscript_param: New testcase.
6862
6863 2018-01-05 Jerome Guitton <guitton@adacore.com>
6864
6865 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6866
6867 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6868
6869 * gdb.ada/convvar_comp: New testcase.
6870
6871 2018-01-05 Xavier Roirand <roirand@adacore.com>
6872
6873 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6874 (My_Table): New global variable.
6875 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6876
6877 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6878
6879 PR gdb/22670
6880 * gdb.ada/maint_with_ada: New testcase.
6881
6882 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6883
6884 PR gdb/22670
6885 * gdb.ada/bp_c_mixed_case: New testcase.
6886
6887 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6888
6889 PR gdb/22670
6890 * gdb.ada/complete.exp: Add "complete break ada" test.
6891
6892 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6893
6894 PR gdb/22670
6895 * gdb.ada/info_addr_mixed_case: New testcase.
6896
6897 2018-01-03 Xavier Roirand <roirand@adacore.com>
6898
6899 * gdb.ada/excep_handle.exp: New testcase.
6900 * gdb.ada/excep_handle/foo.adb: New file.
6901 * gdb.ada/excep_handle/pck.ads: New file.
6902
6903 2018-01-03 Joel Brobecker <brobecker@adacore.com>
6904
6905 * gdb.base/step-line.c: Add extra empty line in copyright header.
6906 * gdb.base/step-line.inp: Likewise.
6907
6908 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6909
6910 * gdb.ada/dyn_stride.exp: Add slice test.
6911
6912 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6913
6914 * gdb.ada/dyn_stride: New testcase.
6915
6916 2017-12-27 Stafford Horne <shorne@gmail.com>
6917
6918 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6919 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6920
6921 2017-12-27 Stafford Horne <shorne@gmail.com>
6922
6923 * gdb.base/reggroups.c: New file.
6924 * gdb.base/reggroups.exp: New file.
6925
6926 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6927
6928 * gdb.dwarf2/ada-valprint-error.c: New file.
6929 * gdb.dwarf2/ada-valprint-error.exp: New file.
6930
6931 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6932
6933 * gdb.ada/assign_arr: New testcase.
6934
6935 2017-12-18 Xavier Roirand <roirand@adacore.com>
6936
6937 * gdb.ada/funcall_ptr: New testcase.
6938
6939 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6940
6941 PR cli/16224
6942 * gdb.base/ptype-offsets.cc: New file.
6943 * gdb.base/ptype-offsets.exp: New file.
6944
6945 2017-12-15 Yao Qi <yao.qi@linaro.org>
6946
6947 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
6948 if XML is disabled.
6949
6950 2017-12-15 Xavier Roirand <roirand@adacore.com>
6951
6952 * gdb.ada/same_component_name: New testcase.
6953
6954 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6955
6956 * gdb.ada/str_binop_equal: New testcase.
6957
6958 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6959
6960 * gdb.ada/task_switch_in_core: New testcase.
6961
6962 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
6963
6964 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
6965 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
6966 call test_bkpt_qualified.
6967 (test_bkpt_qualified): New proc.
6968
6969 2017-12-13 Pedro Alves <palves@redhat.com>
6970
6971 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6972 Tighten regexp by matching with an anchor.
6973
6974 2017-12-13 Pedro Alves <palves@redhat.com>
6975
6976 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
6977 ("expression with namespace"): New set of tests.
6978 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
6979 (Nested::Test_NS::qux): New.
6980 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
6981 defaults to 'start_quote_char' and 'end_quote_char' parameters.
6982
6983 2017-12-13 Joel Brobecker <brobecker@adacore.com>
6984
6985 * gdb.base/server-del-break.c: New file.
6986 * gdb.base/server-del-break.exp: New file.
6987
6988 2017-12-12 Stafford Horne <shorne@gmail.com>
6989
6990 * gdb.xml/tdesc-regs.exp: Add or1k support.
6991
6992 2017-12-12 Stafford Horne <shorne@gmail.com>
6993
6994 * gdb.base/bp-permanent.c: Define nop of or1k.
6995
6996 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6997
6998 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
6999 output with components being reordered.
7000
7001 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7002
7003 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7004 output with components being reordered.
7005
7006 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7007 Pedro Alves <palves@redhat.com>
7008
7009 * gdb.base/maint.exp (check for .gdb_index): Check also for
7010 .debug_names.
7011 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7012 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7013 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7014 (.gdb_index used after symbol reloading): Support also .debug_names.
7015 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7016
7017 2017-12-08 Yao Qi <yao.qi@linaro.org>
7018
7019 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7020 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7021
7022 2017-12-08 Yao Qi <yao.qi@linaro.org>
7023
7024 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7025 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7026
7027 2017-12-08 Yao Qi <yao.qi@linaro.org>
7028
7029 * gdb.arch/aarch64-tagged-pointer.c: New file.
7030 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7031
7032 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7033
7034 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7035 "int".
7036
7037 2017-12-07 Keith Seitz <keiths@redhat.com>
7038
7039 PR breakpoints/22569
7040 * gdb.linespec/ls-errs.exp: Change expected result of "break
7041 -source this file has spaces.c -line 3".
7042 Check that an explicit source file followed by whitespace is
7043 identified as an invalid explicit location.
7044
7045 2017-12-07 Keith Seitz <keiths@redhat.com>
7046
7047 * gdb.cp/nested-types.cc: New file.
7048 * gdb.cp/nested-types.exp: New file.
7049 * lib/cp-support.exp: Load data-structures.exp library.
7050 (debug_cp_test_ptype_class): New global.
7051 (cp_ptype_class_verbose, next_line): New procedures.
7052 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7053 Add and document new return value.
7054 Switch the list of lines to a queue.
7055 Add support for new `type' key for nested type definitions.
7056 Add debugging/troubleshooting messages.
7057 * lib/data-structures.exp: New file.
7058
7059 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7060
7061 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7062 with proc_with_prefix, don't use with_test_prefix.
7063
7064 2017-12-07 Tom Tromey <tom@tromey.com>
7065
7066 * gdb.base/break.exp: Add test for empty "commands".
7067
7068 2017-12-07 Yao Qi <yao.qi@linaro.org>
7069
7070 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7071 malloc and catch syscall.
7072
7073 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7074
7075 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
7076 tests for explicit locations.
7077
7078 2017-12-06 Pedro Alves <palves@redhat.com>
7079
7080 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7081 force-disabling XML descriptions.
7082
7083 2017-12-04 Pedro Alves <palves@redhat.com>
7084
7085 PR gdb/22499
7086 * gdb.arch/amd64-disp-step-avx.S: New file.
7087 * gdb.arch/amd64-disp-step-avx.exp: New file.
7088
7089 2017-12-03 Pedro Alves <palves@redhat.com>
7090
7091 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7092 and <string.h>.
7093 (parent_function): Print distinct messages when waitpid fails, or
7094 the child exits with a signal, or the child exits for an unhandled
7095 reason.
7096 * gdb.threads/process-dies-while-detaching.exp
7097 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7098 it. Wait for both inferior output and GDB's prompt. Use an
7099 indirect spawn id list.
7100 (do_detach): New parameter 'child_exit'. Use it to compute
7101 expected inferior output.
7102 (test_detach, test_detach_watch, test_detach_killed_outside):
7103 Adjust to pass down the expected child exit kind.
7104
7105 2017-12-01 Joel Brobecker <brobecker@adacore.com>
7106 Sergio Durigan Junior <sergiodj@redhat.com>
7107 Pedro Alves <palves@redhat.com>
7108
7109 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7110
7111 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7112
7113 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7114 to 'symbol-file' and 'add-symbol-file' can be
7115 position-independent.
7116
7117 2017-12-01 Yao Qi <yao.qi@linaro.org>
7118
7119 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7120 the URL in copyright header.
7121 * gdb.arch/aarch64-fp.exp: Likewise.
7122 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7123 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7124 * gdb.base/expand-psymtabs.exp: Likewise.
7125 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7126 * gdb.fortran/common-block.exp: Likewise.
7127 * gdb.fortran/common-block.f90: Likewise.
7128 * gdb.fortran/logical.exp: Likewise.
7129 * gdb.fortran/vla-datatypes.f90: Likewise.
7130 * gdb.fortran/vla-sub.f90: Likewise.
7131
7132 2017-11-30 Joel Brobecker <brobecker@adacore.com>
7133
7134 * gdb.ada/repeat_dyn: New testcase.
7135
7136 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7137
7138 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7139 Update for changed thread numbering.
7140 * gdb.cell/bt.exp: Update for changed GDB output.
7141
7142 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7143
7144 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7145 setting isremote by hand.
7146 * boards/dwarf4-gdb-index.exp: Likewise.
7147 * boards/fission.exp: Likewise.
7148 * boards/stabs.exp: Likewise.
7149
7150 2017-11-30 Pedro Alves <palves@redhat.com>
7151
7152 * gdb.linespec/cpls-ops.exp
7153 (check_explicit_skips_function_argument): Extract the underlying
7154 type of size_t instead of hardcoding it.
7155
7156 2017-11-29 Pedro Alves <palves@redhat.com>
7157
7158 PR c++/19436
7159 * gdb.linespec/cpls-abi-tag.cc: New file.
7160 * gdb.linespec/cpls-abi-tag.exp: New file.
7161
7162 2017-11-29 Pedro Alves <palves@redhat.com>
7163
7164 * gdb.base/langs.exp: Use -qualified.
7165 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7166 it.
7167 * gdb.cp/namespace.exp: Use -qualified.
7168 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7169 (overload-3, template-overload, template-ret-type, const-overload)
7170 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7171 procedures.
7172 (test_driver): Call them.
7173 * gdb.cp/save-bp-qualified.cc: New.
7174 * gdb.cp/save-bp-qualified.exp: New.
7175 * gdb.linespec/explicit.exp: Test -qualified.
7176 * lib/completion-support.exp (completion::explicit_opts_list): Add
7177 "-qualified".
7178 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7179
7180 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7181
7182 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7183
7184 2017-11-29 Tom Tromey <tom@tromey.com>
7185
7186 * gdb.base/relocate.exp: Update invalid argument test.
7187 Add new tests for invalid arguments.
7188
7189 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7190
7191 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7192 Return 0 as a long.
7193 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7194
7195 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7196
7197 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7198 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7199 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7200 func ().
7201 * gdb.cp/shadow.cc (B.func): Return 0.
7202
7203 2017-11-27 Joel Brobecker <brobecker@adacore.com>
7204
7205 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7206 expected output in gdb_expect call to allow the exception
7207 message to be present as well. Fix syntax confusion to avoid
7208 TCL thinking that exception_name is an array.
7209
7210 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7211
7212 * gdb.arch/spu-info.c: Include <unistd.h>.
7213 (do_signal_test): Fix broken calls to write.
7214 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7215 Fix checks for empty mailboxes. Update signal tests for corrected
7216 do_signal_test routine. Allow nonzero event status.
7217 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7218 * gdb.cell/arch.exp: Use standard_output_file.
7219 * gdb.cell/break.exp: Likewise.
7220 * gdb.cell/bt.exp: Likewise.
7221 * gdb.cell/core.exp: Likewise.
7222 * gdb.cell/dwarfaddr.exp: Likewise.
7223 * gdb.cell/ea-cache.exp: Likewise.
7224 * gdb.cell/ea-standalone.exp: Likewise.
7225 * gdb.cell/f-regs.exp: Likewise.
7226 * gdb.cell/fork.exp: Likewise.
7227 * gdb.cell/gcore.exp: Likewise.
7228 * gdb.cell/mem-access.exp: Likewise.
7229 * gdb.cell/ptype.exp: Likewise.
7230 * gdb.cell/registers.exp: Likewise.
7231 * gdb.cell/sizeof.exp: Likewise.
7232 * gdb.cell/solib-symbol.exp: Likewise.
7233 * gdb.cell/solib.exp: Likewise.
7234
7235 2017-11-25 Pedro Alves <palves@redhat.com>
7236
7237 * gdb.base/complete-empty.exp: New file.
7238 * gdb.base/completion.exp: Adjust.
7239
7240 2017-11-25 Pedro Alves <palves@redhat.com>
7241
7242 * gdb.linespec/cpls-ops.cc: New file.
7243 * gdb.linespec/cpls-ops.exp: New file.
7244 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7245 factored out from ...
7246 (test_complete_prefix_range): ... this.
7247
7248 2017-11-24 Pedro Alves <palves@redhat.com>
7249
7250 * gdb.linespec/cpcompletion.exp: New file.
7251 * gdb.linespec/cpls-hyphen.cc: New file.
7252 * gdb.linespec/cpls.cc: New file.
7253 * gdb.linespec/cpls2.cc: New file.
7254 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7255 test to use test_gdb_complete_unique. Add label completion,
7256 keyword completion and explicit location completion tests.
7257 * lib/completion-support.exp: New file.
7258
7259 2017-11-24 Joel Brobecker <brobecker@adacore.com>
7260
7261 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7262 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7263 when hitting an exception catchpoint.
7264
7265 2017-11-22 Yao Qi <yao.qi@linaro.org>
7266
7267 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7268
7269 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7270
7271 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7272 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7273 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7274
7275 2017-11-22 Yao Qi <yao.qi@linaro.org>
7276
7277 * gdb.base/info-os.exp: Pass pthreads.
7278 * gdb.multi/multi-attach.exp: Likewise.
7279
7280 2017-11-22 Yao Qi <yao.qi@linaro.org>
7281
7282 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7283 compiler.
7284
7285 2017-11-22 Yao Qi <yao.qi@linaro.org>
7286
7287 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7288 * gdb.base/break-interp.exp: Likewise.
7289 * gdb.base/jit-attach-pie.exp: Likewise.
7290
7291 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7292
7293 * gdb.base/float128.c (large128): New variable.
7294 * gdb.base/float128.exp: Add test to print largest __float128 value.
7295
7296 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7297
7298 * gdb.arch/vsx-regs.exp: Update register content checks.
7299
7300 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7301
7302 * gdb.arch/ppc-longdouble.exp: New file.
7303 * gdb.arch/ppc-longdouble.c: Likewise.
7304
7305 2017-11-21 Pedro Alves <palves@redhat.com>
7306
7307 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7308
7309 2017-11-20 Pedro Alves <palves@redhat.com>
7310
7311 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7312 (long_double_typedef): New typedefs.
7313 Use DEF on double and long double.
7314 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7315 cases.
7316 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7317 and 'long_double_ptr_same_size' locals. Use them to decide
7318 whether cast from array/function to float is valid/invalid.
7319
7320 2017-11-17 Tom Tromey <tom@tromey.com>
7321
7322 * gdb.rust/traits.rs: New file.
7323 * gdb.rust/traits.exp: New file.
7324
7325 2017-11-17 Joel Brobecker <brobecker@adacore.com>
7326
7327 * gdb.ada/minsyms: New testcase.
7328
7329 2017-11-16 Pedro Alves <palves@redhat.com>
7330
7331 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7332 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7333
7334 2017-11-16 Pedro Alves <palves@redhat.com>
7335
7336 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7337 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7338
7339 2017-11-16 Pedro Alves <palves@redhat.com>
7340
7341 * gdb.server/reconnect-ctrl-c.c: New file.
7342 * gdb.server/reconnect-ctrl-c.exp: New file.
7343
7344 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7345
7346 * gdb.python/py-rbreak.exp: New file.
7347 * gdb.python/py-rbreak.c: New file.
7348 * gdb.python/py-rbreak-func2.c: New file.
7349
7350 2017-11-16 Pedro Alves <palves@redhat.com>
7351
7352 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7353 pattern.
7354 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7355 GDB.
7356
7357 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7358
7359 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7360 regex.
7361
7362 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7363
7364 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7365 test names.
7366
7367 2017-11-09 Pedro Alves <palves@redhat.com>
7368
7369 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7370 factored out from ...
7371 (top level): ... here, and adjusted to avoid expecting beyond the
7372 prompt in a single gdb_test_multiple.
7373
7374 2017-11-09 Pedro Alves <palves@redhat.com>
7375
7376 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7377 output.
7378 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7379 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7380 * gdb.server/ext-run.exp ("kill" test): Likewise.
7381 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7382
7383 2017-11-09 Pedro Alves <palves@redhat.com>
7384
7385 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7386 match till end of line.
7387
7388 2017-11-09 Pedro Alves <palves@redhat.com>
7389
7390 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7391
7392 2017-11-09 Pedro Alves <palves@redhat.com>
7393
7394 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7395 New procedures, factored out from ...
7396 (top level): ... here, and adjusted to avoid expecting beyond the
7397 prompt in one go.
7398
7399 2017-11-09 Pedro Alves <palves@redhat.com>
7400
7401 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7402 output. Fix '?' match.
7403
7404 2017-11-08 Joel Brobecker <brobecker@adacore.com>
7405
7406 * gdb.ada/scoped_watch: New testcase.
7407 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7408 which is actually correct.
7409 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7410 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7411
7412 2017-11-08 Pedro Alves <palves@redhat.com>
7413
7414 * gdb.gdb/complaints.exp (test_initial_complaints)
7415 (test_serial_complaints, test_short_complaints): Call
7416 complaint_internal instead of complaint.
7417
7418 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7419
7420 * gdb.threads/tls-core.c: New file.
7421 * gdb.threads/tls-core.exp: Likewise.
7422
7423 2017-11-08 Pedro Alves <palves@redhat.com>
7424
7425 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7426 (p Exported_Capitalized): New test.
7427 (p exported_capitalized): New test.
7428
7429 2017-11-07 Pedro Alves <palves@redhat.com>
7430
7431 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7432
7433 2017-11-07 Pedro Alves <palves@redhat.com>
7434
7435 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7436 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7437 (disable_invalid, disable_inverted, disable_negative): New
7438 procedures.
7439 ("bad numbers"): New set of tests.
7440
7441 2017-11-07 Pedro Alves <palves@redhat.com>
7442
7443 * gdb.cp/ena-dis-br-range.exp: Add tests.
7444
7445 2017-11-07 Pedro Alves <palves@redhat.com>
7446
7447 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7448
7449 2017-11-07 Xavier Roirand <roirand@adacore.com>
7450 Pedro Alves <palves@redhat.com>
7451
7452 * gdb.base/ena-dis-br.exp: Add reference to
7453 gdb.cp/ena-dis-br-range.exp.
7454 * gdb.cp/ena-dis-br-range.exp: New file.
7455 * gdb.cp/ena-dis-br-range.cc: New file.
7456
7457 2017-11-06 Pedro Alves <palves@redhat.com>
7458
7459 * gdb.base/attach-non-pgrp-leader.c: New.
7460 * gdb.base/attach-non-pgrp-leader.exp: New.
7461
7462 2017-11-06 Pedro Alves <palves@redhat.com>
7463
7464 * configure.ac: No longer check for termio.h and sgtty.h.
7465 * configure: Regenerate.
7466 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7467 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7468 Remove termio and sgtty code.
7469
7470 2017-11-03 Yao Qi <yao.qi@linaro.org>
7471
7472 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7473 in GDB is disabled.
7474
7475 2017-11-03 Yao Qi <yao.qi@linaro.org>
7476
7477 * gdb.python/py-thrhandle.exp: Skip it if python is not
7478 enabled.
7479
7480 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7481
7482 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7483 as a breakpoint command.
7484
7485 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7486
7487 PR python/21213
7488 * gdb.python/py-infthread.exp: Test calling
7489 InferiorThread.inferior () multiple times in a row.
7490
7491 2017-10-27 Keith Seitz <keiths@redhat.com>
7492
7493 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7494 Test "info break" for every inlined function breakpoint.
7495
7496 2017-10-27 Yao Qi <yao.qi@linaro.org>
7497
7498 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7499
7500 2017-10-26 Patrick Frants <osscontribute@gmail.com>
7501
7502 * gdb.cp/classes.exp (test_static_members): Test printing
7503 Outer::instance.
7504 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7505 (Inner::instance, Outer::instance): New.
7506
7507 2017-10-24 Pedro Alves <palves@redhat.com>
7508
7509 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7510 extra console" test in two stages.
7511
7512 2017-10-24 Pedro Alves <palves@redhat.com>
7513
7514 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7515
7516 2017-10-24 Pedro Alves <palves@redhat.com>
7517
7518 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7519 loop.
7520
7521 2017-10-24 Pedro Alves <palves@redhat.com>
7522
7523 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7524 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7525
7526 2017-10-24 Pedro Alves <palves@redhat.com>
7527
7528 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7529 parameter and handle it. Don't output read value in test name.
7530
7531 2017-10-24 Pedro Alves <palves@redhat.com>
7532
7533 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7534 custom test name.
7535
7536 2017-10-24 Pedro Alves <palves@redhat.com>
7537
7538 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7539 include the unstable output directory name in the test's name.
7540 (initial_setup_simple) <'set args'>: Use custom test name.
7541
7542 2017-10-24 Pedro Alves <palves@redhat.com>
7543
7544 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7545 with explicit test name.
7546
7547 2017-10-20 Pedro Alves <palves@redhat.com>
7548
7549 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7550 'wait -i'. Use gdb_assert and remote_close.
7551
7552 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7553
7554 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7555 number from variable rather than hard-coded.
7556
7557 2017-10-19 Pedro Alves <palves@redhat.com>
7558
7559 * gdb.base/long-inferior-output.c: New file.
7560 * gdb.base/long-inferior-output.exp: New file.
7561
7562 2017-11-18 Keith Seitz <keiths@redhat.com>
7563
7564 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7565 method.
7566 (main): Call it.
7567 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7568 Add additional user-defined conversion operator tests.
7569
7570 2017-10-17 Pedro Alves <palves@redhat.com>
7571
7572 * boards/native-stdio-gdbserver.exp: Load "local-board".
7573
7574 2017-10-17 Pedro Alves <palves@redhat.com>
7575
7576 * gdb.base/quit-live.c: New file.
7577 * gdb.base/quit-live.exp: New file.
7578
7579 2017-10-16 Keith Seitz <keiths@redhat.com>
7580
7581 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7582 (class_with_protected_typedef, class_with_private_typedef)
7583 (struct_with_public_typedef, struct_with_protected_typedef)
7584 (struct_with_private_typedef): New classes/structs.
7585 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7586 typedefs and access specifiers.
7587
7588 2017-10-16 Pedro Alves <palves@redhat.com>
7589 Simon Marchi <simon.marchi@polymtl.ca>
7590
7591 * README (Local vs Remote vs Native): New section.
7592 * boards/local-board.exp: New file, with bits factored out from
7593 ...
7594 * boards/native-extended-gdbserver.exp: ... here. Load
7595 "local-board".
7596 * boards/native-gdbserver.exp: Load "local-board".
7597 (${board}_spawn, ${board}_exec): Delete.
7598 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7599 ...
7600 * boards/stdio-gdbserver-base.exp: ... this new file.
7601 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7602 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7603 procedure.
7604 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7605 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7606 stdio_gdbserver_command.
7607 (${board}_get_remote_address, ${board}_get_comm_port)
7608 (${board}_download, ${board}_upload): Delete.
7609 (get_target_remote_pipe_cmd): New.
7610
7611 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7612
7613 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7614 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7615 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7616 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7617 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7618 remove with_test_prefix.
7619
7620 2017-10-13 Pedro Alves <palves@redhat.com>
7621
7622 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7623 * gdb.base/annota1.exp: Use it instead of is_remote.
7624 * gdb.base/annota3.exp: Use it instead of is_remote.
7625 * gdb.cp/annota2.exp: Use it instead of is_remote.
7626 * gdb.cp/annota3.exp: Use it instead of is_remote.
7627 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7628
7629 2017-10-13 Pedro Alves <palves@redhat.com>
7630
7631 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7632 (test_num_test_vars, run_and_count_vars, find_env)
7633 (test_set_unset_env, test_inherit_env_var): New procedures.
7634 (top level): Use them.
7635
7636 2017-10-13 Pedro Alves <palves@redhat.com>
7637
7638 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7639 also skip on stub-like targets.
7640
7641 2017-10-13 Pedro Alves <palves@redhat.com>
7642
7643 PR gdb/22293
7644 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7645 (top level): Move some tests to ...
7646 (test_not_found): ... this new procedure.
7647 (top level): Call it.
7648
7649 2017-10-13 Pedro Alves <palves@redhat.com>
7650
7651 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7652 expect different "info terminal" output if testing with a
7653 non-native target.
7654
7655 2017-10-13 Pedro Alves <palves@redhat.com>
7656 Simon Marchi <simon.marchi@polymtl.ca>
7657
7658 PR python/12966
7659 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7660
7661 2017-10-13 Pedro Alves <palves@redhat.com>
7662
7663 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7664 already.
7665
7666 2017-10-13 Pedro Alves <palves@redhat.com>
7667
7668 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7669 is_remote.
7670
7671 2017-10-13 Pedro Alves <palves@redhat.com>
7672
7673 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7674 is_remote.
7675
7676 2017-10-13 Pedro Alves <palves@redhat.com>
7677
7678 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7679 is set.
7680 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7681 instead of is_remote.
7682
7683 2017-10-13 Pedro Alves <palves@redhat.com>
7684
7685 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7686 (top level): Add comment.
7687
7688 2017-10-13 Pedro Alves <palves@redhat.com>
7689
7690 * gdb.base/remote.exp (top level): Fix comment typo and add
7691 missing return.
7692
7693 2017-10-13 Pedro Alves <palves@redhat.com>
7694 Simon Marchi <simon.marchi@polymtl.ca>
7695
7696 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7697 calls and add comments. Skip test if use_gdb_stub is set.
7698 (top level): Use "set cwd" command instead of "cd" command.
7699
7700 2017-10-13 Pedro Alves <palves@redhat.com>
7701
7702 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7703 is_remote target check.
7704
7705 2017-10-13 Pedro Alves <palves@redhat.com>
7706
7707 * gdb.base/scope.exp: Use build_executable + clean_restart +
7708 gdb_file_cmd instead of prepare_for_testing and no longer skip
7709 "before run" tests on is_remote target boards. Update comments.
7710 * boards/native-extended-gdbserver.exp
7711 (extended_gdbserver_load_last_file): New, factored out from ...
7712 (gdb_load): ... this. Move further below and add comment.
7713 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7714
7715 2017-10-12 Pedro Alves <palves@redhat.com>
7716
7717 * gdb.base/attach.exp: Remove references to gdb64.
7718 * gdb.base/dbx.exp: Remove references to gdb64.
7719
7720 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7721 Pedro Alves <palves@redhat.com>
7722
7723 * gdb.base/label.exp: Remove is_remote target check.
7724
7725 2017-10-12 Pedro Alves <palves@redhat.com>
7726
7727 * gdb.base/auvx.exp (coredir): Update comment.
7728 (top level) <core_works>: Use "set cwd" command instead of "cd"
7729 command.
7730
7731 2017-10-12 Pedro Alves <palves@redhat.com>
7732 Simon Marchi <simon.marchi@polymtl.ca>
7733
7734 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7735 target boards.
7736
7737 2017-10-12 Pedro Alves <palves@redhat.com>
7738 Simon Marchi <simon.marchi@polymtl.ca>
7739
7740 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7741 Instead skip if there's any gdb_protocol set.
7742
7743 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7744 Pedro Alves <palves@redhat.com>
7745
7746 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7747
7748 2017-10-12 Pedro Alves <palves@redhat.com>
7749 Simon Marchi <simon.marchi@polymtl.ca>
7750
7751 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7752 instead of on dejagnu remote boards.
7753
7754 2017-10-12 Pedro Alves <palves@redhat.com>
7755 Simon Marchi <simon.marchi@polymtl.ca>
7756
7757 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7758 checks. Use build_executable + clean_restart instead of
7759 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7760 of enabling non-stop after starting gdb.
7761
7762 2017-10-12 Pedro Alves <palves@redhat.com>
7763
7764 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7765 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7766 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7767 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7768
7769 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7770
7771 * gdb.arch/arc-tdesc-cpu.exp: New file.
7772 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7773
7774 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7775
7776 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7777
7778 2017-10-10 Pedro Alves <palves@redhat.com>
7779
7780 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7781 expect CLI output.
7782
7783 2017-10-10 Pedro Alves <palves@redhat.com>
7784
7785 * lib/selftest-support.exp (selftest_setup): Update for
7786 captured_command_loop's prototype change.
7787
7788 2017-10-09 Pedro Alves <palves@redhat.com>
7789
7790 Test both arch1=>arch2 and arch2=>arch1.
7791
7792 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7793 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7794 factored out to...
7795 (append_arch1_options, append_arch2_options, append_arch_options)
7796 (build_executables): New procedures.
7797 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7798 local.
7799 (top level): Add new 'first_arch' testing axis.
7800
7801 2017-10-09 Pedro Alves <palves@redhat.com>
7802
7803 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7804 (barrier): New.
7805 (thread_start, all_started): New functions.
7806 (main): Spawn new thread and wait until it is scheduled.
7807 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7808 option.
7809 (do_test): Add 'selected_thread' parameter. Run to all_started
7810 instead of main. Explicitly set the breakpoint at main. Switch
7811 to the SELECTED_THREAD thread.
7812 (top level): Test handling the exec event with either the main
7813 thread or the second thread selected.
7814
7815 2017-10-09 Pedro Alves <palves@redhat.com>
7816
7817 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7818 logic. Move STOP marker after the value checks.
7819 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7820 regexp.
7821
7822 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7823
7824 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7825
7826 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7827
7828 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7829 integer-to-dfp conversion.
7830 * gdb.base/dfp-test.exp: Likewise.
7831
7832 2017-10-04 Pedro Alves <palves@redhat.com>
7833
7834 * gdb.multi/hangout.c: Include <unistd.h>.
7835 (hangout_loop): New function.
7836 (main): Call alarm. Call hangout_loop in a loop.
7837 * gdb.multi/hello.c: Include <unistd.h>.
7838 (hello_loop): New function.
7839 (main): Call alarm. Call hangout_loop in a loop.
7840 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7841 inferior with the other selected.
7842
7843 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7844
7845 * gdb.mi/list-thread-groups-available.exp: New file.
7846 * gdb.mi/list-thread-groups-available.c: New file.
7847
7848 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7849
7850 * gdb.base/set-cwd.exp: Make it available on
7851 native-extended-gdbserver.
7852
7853 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7854
7855 * gdb.base/set-cwd.c: New file.
7856 * gdb.base/set-cwd.exp: Likewise.
7857
7858 2017-10-02 Tom Tromey <tom@tromey.com>
7859
7860 PR rust/22236:
7861 * gdb.rust/simple.rs (main): New variable "fslice".
7862 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7863
7864 2017-10-02 Tom Tromey <tom@tromey.com>
7865
7866 * gdb.rust/simple.exp: Test ptype of a slice.
7867
7868 2017-10-02 Tom Tromey <tom@tromey.com>
7869
7870 * gdb.rust/simple.exp: Test index of slice.
7871
7872 2017-09-27 Tom Tromey <tom@tromey.com>
7873
7874 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7875
7876 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7877 Pedro Alves <palves@redhat.com>
7878
7879 * gdb.base/compare-sections.exp (get value of read-only section): Read
7880 as unsigned value.
7881 (corrupt read-only section): Likewise and don't set written if patching
7882 failed.
7883
7884 2017-09-21 Kevin Buettner <kevinb@redhat.com>
7885
7886 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7887 files.
7888
7889 2017-09-20 Pedro Alves <palves@redhat.com>
7890
7891 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7892 symbol names in gdb's output.
7893 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7894
7895 2017-09-20 Pedro Alves <palves@redhat.com>
7896
7897 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7898 Rename to ...
7899 (test_list_ambiguous_symbol): ... this and add a symbol name
7900 parameter. Adjust.
7901 (test_list_ambiguous_function): Reimplement on top of
7902 test_list_ambiguous_symbol and also test listing ambiguous
7903 variables.
7904 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7905 (ambiguous_fun): ... this.
7906 (ambiguous_var): New.
7907 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7908 (ambiguous_fun): ... this.
7909 (ambiguous_var): New.
7910
7911 2017-09-19 John Baldwin <jhb@FreeBSD.org>
7912
7913 * gdb.base/starti.c: New file.
7914 * gdb.base/starti.exp: New file.
7915 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7916
7917 2017-09-14 Pedro Alves <palves@redhat.com>
7918
7919 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7920 (top level): Use it instead of runto.
7921
7922 2017-09-11 Tom Tromey <tom@tromey.com>
7923
7924 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7925
7926 2017-09-11 Tom Tromey <tom@tromey.com>
7927
7928 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7929 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7930
7931 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7932
7933 * gdb.fortran/printing-types.exp: New file.
7934 * gdb.fortran/printing-types.exp: New file.
7935
7936 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7937
7938 * gdb.fortran/vla-ptype.exp: Fix typos.
7939 * gdb.fortran/vla-value.exp: Same.
7940
7941 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7942
7943 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
7944 * gdb.mi/mi-var-child-f.exp: Likewise.
7945 * gdb.mi/mi-vla-fortran.exp: Likewise.
7946
7947 2017-09-08 Frank Penczek <frank.penczek@intel.com>
7948 Christoph Weinmann <christoph.t.weinmann@intel.com>
7949 Bernhard Heckel <bernhard.heckel@intel.com>
7950
7951 * gdb.fortran/ptr-indentation.f90: New file.
7952 * gdb.fortran/ptr-indentation.exp: New file.
7953
7954 2017-09-05 Tom Tromey <tom@tromey.com>
7955
7956 PR gdb/22010:
7957 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
7958
7959 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7960
7961 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
7962
7963 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7964
7965 * gdb.threads/tls-nodebug-pie.c: New file.
7966 * gdb.threads/tls-nodebug-pie.exp: New file.
7967
7968 2017-09-05 Tom Tromey <tom@tromey.com>
7969
7970 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
7971 for rust.
7972
7973 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7974
7975 * gdb.multi/multi-arch-exec.exp: Test with different
7976 "follow-exec-mode" settings.
7977 (do_test): New procedure.
7978
7979 2017-09-04 Pedro Alves <palves@redhat.com>
7980
7981 * gdb.base/func-static.c (S::method const, S::method volatile)
7982 (S::method volatile const): New methods.
7983 (c_s, v_s, cv_s): New instances.
7984 (main): Call method() on them.
7985 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
7986 (cannot_resolve): New procedure.
7987 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
7988 print-quote-unquoted columns.
7989 (do_test): Test printing each scope too.
7990
7991 2017-09-04 Pedro Alves <palves@redhat.com>
7992
7993 * gdb.base/local-static.exp: Also test with
7994 class::method::variable wholly quoted.
7995 * gdb.cp/m-static.exp (class::method::variable): Remove test.
7996
7997 2017-09-04 Pedro Alves <palves@redhat.com>
7998
7999 * gdb.base/local-static.c: New.
8000 * gdb.base/local-static.cc: New.
8001 * gdb.base/local-static.exp: New.
8002
8003 2017-09-04 Pedro Alves <palves@redhat.com>
8004
8005 * gdb.asm/asm-source.exp: Add casts to int.
8006 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8007 (dataglobal64_1, dataglobal64_2): New globals.
8008 * gdb.base/nodebug.exp: Test different expressions involving the
8009 new globals, with print, whatis and ptype. Add casts to int.
8010 * gdb.base/solib-display.exp: Add casts to int.
8011 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8012 * gdb.cp/m-static.exp: Add cast to int.
8013 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8014 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8015 tls variable with no debug info without a cast. Test with a cast
8016 to int too.
8017 * gdb.trace/entry-values.exp: Add casts.
8018
8019 2017-09-04 Pedro Alves <palves@redhat.com>
8020
8021 * gdb.base/nodebug.exp: Test that ptype's error about functions
8022 with unknown return type includes the function name too.
8023
8024 2017-09-04 Pedro Alves <palves@redhat.com>
8025
8026 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8027 return type of munmap in infcall.
8028 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8029 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8030 type of ftell in infcall.
8031 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8032 type of getpid in infcall.
8033 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8034 infcall.
8035 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8036 Bail on failure to extract the pid.
8037 * gdb.base/nodebug.c: #include <stdint.h>.
8038 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8039 New functions.
8040 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8041 Change expected output of print/whatis/ptype with functions with
8042 no debug info. Test all supported languages. Call
8043 test_call_promotion.
8044 * gdb.compile/compile.exp: Adjust expected output to expect
8045 warning.
8046 * gdb.threads/siginfo-threads.exp: Likewise.
8047
8048 2017-09-04 Pedro Alves <palves@redhat.com>
8049
8050 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8051 "prototypes". Test calling float functions via prototyped and
8052 unprototyped function pointers.
8053 (perform_all_tests): New parameter "prototypes". Pass it down.
8054 (top level): Pass down "prototypes" parameter to
8055 perform_all_tests.
8056
8057 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8058
8059 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8060 Test with nested loops.
8061
8062 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8063
8064 * gdb.base/commands.exp: Call the new procedures.
8065 (loop_break_test, loop_continue_test): New procedures.
8066
8067 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8068
8069 * gdb.base/commands.exp: Call new procedure.
8070 (define_if_without_arg_test): New procedure.
8071
8072 2017-09-04 Pedro Alves <palves@redhat.com>
8073
8074 * gdb.base/list-ambiguous.exp: New file.
8075 * gdb.base/list-ambiguous0.c: New file.
8076 * gdb.base/list-ambiguous1.c: New file.
8077 * gdb.base/list.exp (test_list_range): Adjust expected output.
8078
8079 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8080
8081 * gdb.base/share-env-with-gdbserver.c: New file.
8082 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8083
8084 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8085
8086 * gdb.base/commands.exp (gdbvar_simple_if_test,
8087 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8088 progvar_simple_if_test, progvar_simple_while_test,
8089 progvar_complex_if_while_test, user_defined_command_test,
8090 user_defined_command_args_eval,
8091 user_defined_command_args_stack_test,
8092 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8093 temporary_breakpoint_commands,
8094 gdb_test_no_prompt, redefine_hook_test,
8095 redefine_backtrace_test): Remove "global gdb_prompt".
8096
8097 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8098
8099 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8100 New proc, call it from toplevel.
8101
8102 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8103
8104 PR remote/21852
8105 * gdb.server/normal.c: New file, copied from gdb.base.
8106 * gdb.server/run-without-local-binary.exp: New file.
8107
8108 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
8109
8110 * gdb.arch/sparc64-adi.exp: New file.
8111 * gdb.arch/sparc64-adi.c: New file.
8112
8113 2017-08-22 Pedro Alves <palves@redhat.com>
8114
8115 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8116 (top level): Add "list all overloads" tests.
8117
8118 2017-08-22 Tom Tromey <tom@tromey.com>
8119
8120 * gdb.gdb/xfullpath.exp: Remove.
8121
8122 2017-08-21 Pedro Alves <palves@redhat.com>
8123
8124 PR gdb/19487
8125 * gdb.base/symbol-alias.c: New.
8126 * gdb.base/symbol-alias2.c: New.
8127 * gdb.base/symbol-alias.exp: New.
8128
8129 2017-08-21 Pedro Alves <palves@redhat.com>
8130
8131 * gdb.base/dfp-test.c
8132 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8133 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8134 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8135 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8136 * gdb.base/whatis-ptype-typedefs.c: New.
8137 * gdb.base/whatis-ptype-typedefs.exp: New.
8138 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8139 (an_int, an_int_type, an_int_type2): New globals.
8140 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8141 involving typedefs and cast expressions.
8142 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8143 (lookup_typedefs_function): New.
8144 (typedefs_pretty_printers_dict): New.
8145 (top level): Register lookup_typedefs_function in
8146 gdb.pretty_printers.
8147
8148 2017-08-18 Yao Qi <yao.qi@linaro.org>
8149
8150 * gdb.server/unittest.exp: New.
8151
8152 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8153
8154 PR gdb/21954
8155 * gdb.base/environ.exp: Add test to check if 'unset environment'
8156 works.
8157
8158 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8159
8160 * lib/gdb.exp (universal_compile_options): New caching proc.
8161 (gdb_compile): Suppress GCC's coloring of messages.
8162
8163 2017-08-14 Tom Tromey <tom@tromey.com>
8164
8165 PR gdb/21675:
8166 * gdb.base/printcmds.exp (test_radices): New function.
8167 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8168 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8169 * lib/gdb.exp (get_integer_valueof): Use p/d.
8170
8171 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8172
8173 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8174 characters.
8175
8176 2017-08-05 Tom Tromey <tom@tromey.com>
8177
8178 * gdb.rust/simple.exp: Allow String to appear in a different
8179 namespace.
8180
8181 2017-07-26 Yao Qi <yao.qi@linaro.org>
8182
8183 * gdb.gdb/unittest.exp: Invoke command
8184 "maintenance check xml-descriptions".
8185
8186 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8187
8188 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8189 calling context.
8190 (hex128): Drop erroneous calculation of parameters.
8191
8192 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8193
8194 * gdb.python/py-unwind.exp: Disable stack protection when
8195 building test file.
8196
8197 2017-07-20 Pedro Alves <palves@redhat.com>
8198
8199 * gdb.base/default.exp (set language): Adjust expected output.
8200
8201 2017-07-20 Pedro Alves <palves@redhat.com>
8202
8203 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8204 (test_minsym): ... this, and make static.
8205 (get_pck__foo__bar__minsym): Rename to ...
8206 (get_test_minsym): ... this.
8207 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8208 symbol names and comments.
8209 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8210 (get_test_minsym): ... this.
8211 (pck__foo__bar__minsym__2): Rename to ...
8212 (test_minsym): ... this.
8213 (main): Adjust.
8214
8215 2017-07-17 Pedro Alves <palves@redhat.com>
8216
8217 * gdb.base/completion.exp: Adjust expected output.
8218 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8219 the completer works.
8220
8221 2017-07-17 Pedro Alves <palves@redhat.com>
8222
8223 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8224
8225 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8226
8227 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8228
8229 2017-07-14 Tom Tromey <tom@tromey.com>
8230
8231 PR rust/21764:
8232 * gdb.rust/simple.exp: Add tests.
8233
8234 2017-07-14 Tom Tromey <tom@tromey.com>
8235
8236 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8237
8238 2017-07-14 Pedro Alves <palves@redhat.com>
8239
8240 * gdb.linespec/base/one/thefile.cc (z1): New function.
8241 * gdb.linespec/base/two/thefile.cc (z2): New function.
8242 * gdb.linespec/linespec.exp: Add tests.
8243
8244 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8245
8246 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8247 to mi_create_breakpoint.
8248
8249 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8250
8251 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8252 mi_create_breakpoint.
8253
8254 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8255
8256 * gdb.dlang/demangle.exp: Update for demangling changes.
8257
8258 2017-07-09 Tom Tromey <tom@tromey.com>
8259
8260 * gdb.dwarf2/shortpiece.exp: New file.
8261
8262 2017-07-06 David Blaikie <dblaikie@gmail.com>
8263
8264 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8265 built from fissiont-multi-cu{1,2}.c.
8266 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8267 except putting 'main' and 'func' in separate CUs in the same DWO file.
8268 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8269 test.
8270 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8271 test.
8272
8273 2017-07-06 Pedro Alves <palves@redhat.com>
8274
8275 * gdb.python/py-unwind.exp: Test flushregs.
8276
8277 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8278
8279 PR cli/21688
8280 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8281 tests for alias commands and trailing whitespace.
8282
8283 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8284
8285 PR cli/21688
8286 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8287 procedure. Call it.
8288
8289 2017-06-29 Pedro Alves <palves@redhat.com>
8290
8291 * gdb.base/printcmds.exp: Add tests.
8292
8293 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8294
8295 PR gdb/21337
8296 * gdb.base/reread-readsym.exp: New file.
8297 * gdb.base/reread-readsym.c: New file.
8298
8299 2017-06-21 Kevin Buettner <kevinb@redhat.com>
8300
8301 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8302 subpattern.
8303
8304 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8305
8306 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8307 extended mnemonic.
8308 * gdb.arch/powerpc-power9.s: Likewise.
8309
8310 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8311
8312 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8313 on 32-bit x86 targets. Exploit is_*_target macros where
8314 appropriate.
8315
8316 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8317
8318 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8319 register pieces.
8320
8321 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8322
8323 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8324 located in one or more DWARF pieces.
8325
8326 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8327
8328 * lib/gdb.exp (get_endianness): New proc.
8329 * gdb.arch/aarch64-fp.exp: Use it.
8330 * gdb.arch/altivec-regs.exp: Likewise.
8331 * gdb.arch/e500-regs.exp: Likewise.
8332 * gdb.arch/vsx-regs.exp: Likewise.
8333 * gdb.base/dump.exp: Likewise.
8334 * gdb.base/funcargs.exp: Likewise.
8335 * gdb.base/gnu_vector.exp: Likewise.
8336 * gdb.dwarf2/formdata16.exp: Likewise.
8337 * gdb.dwarf2/implptrpiece.exp: Likewise.
8338 * gdb.dwarf2/nonvar-access.exp: Likewise.
8339 * gdb.python/py-inferior.exp: Likewise.
8340 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8341
8342 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8343
8344 PR gdb/21226
8345 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8346 stack value pieces are taken from the LSB end.
8347
8348 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8349
8350 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8351 variable at nonzero offset.
8352
8353 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8354
8355 * gdb.dwarf2/var-access.c: New file.
8356 * gdb.dwarf2/var-access.exp: New test.
8357 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8358
8359 2017-06-12 Tom Tromey <tom@tromey.com>
8360
8361 * gdb.dwarf2/formdata16.exp: Add tests.
8362
8363 2017-06-12 Tom Tromey <tom@tromey.com>
8364
8365 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8366
8367 2017-06-12 Tom Tromey <tom@tromey.com>
8368
8369 PR exp/16225:
8370 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8371 * gdb.arch/vsx-regs.exp: Update tests.
8372 * gdb.arch/s390-vregs.exp (hex128): New proc.
8373 Update test.
8374 * gdb.arch/altivec-regs.exp: Update tests.
8375
8376 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8377
8378 * gdb.base/startup-with-shell.c: New file.
8379 * gdb.base/startup-with-shell.exp: Likewise.
8380
8381 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8382
8383 * gdb.server/non-existing-program.exp: Update regex in order to
8384 reflect the fact that gdbserver is now using fork_inferior (with a
8385 shell) to startup the inferior.
8386
8387 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8388
8389 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8390 support function calls from GDB.
8391
8392 2017-05-21 Tom Tromey <tom@tromey.com>
8393
8394 PR rust/21466:
8395 * gdb.rust/unsized.exp: New file.
8396 * gdb.rust/unsized.rs: New file.
8397
8398 2017-05-19 Tom Tromey <tom@tromey.com>
8399
8400 PR rust/21484:
8401 * gdb.rust/watch.exp: New file.
8402 * gdb.rust/watch.rs: New file.
8403
8404 2017-05-18 Tom Tromey <tom@tromey.com>
8405
8406 * gdb.rust/simple.exp: Allow Box to be qualified.
8407
8408 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8409
8410 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8411
8412 2017-05-18 Pedro Alves <palves@redhat.com>
8413
8414 * gdb.base/fileio.c (test_write, test_read, test_close)
8415 (test_fstat): Don't print 'ret' in the fail path.
8416
8417 2017-05-18 Pedro Alves <palves@redhat.com>
8418
8419 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8420 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8421 (test_system, test_rename, test_unlink, test_time): Change
8422 prototypes.
8423 * gdb.base/fileio.exp (stop_msg): Adjust.
8424
8425 2017-05-18 Pedro Alves <palves@redhat.com>
8426
8427 * gdb.base/fileio.c (null_str): New global.
8428 (test_stat): Use it.
8429 * gdb.base/fileio.exp: Remove nowarnings.
8430
8431 2017-05-17 Yao Qi <yao.qi@linaro.org>
8432
8433 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8434
8435 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8436
8437 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8438 argument command.
8439 (top-level): Invoke test_set_inferior_tty.
8440
8441 2017-05-04 Pedro Alves <palves@redhat.com>
8442
8443 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8444 Add parens to print call for Python 3.
8445
8446 2017-05-03 Keith Seitz <keiths@redhat.com>
8447
8448 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8449 (main): Call it.
8450
8451 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8452
8453 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8454 to prev and next.
8455
8456 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8457
8458 * gdb.python/py-record-btrace.exp: Remove test for
8459 gdb.BtraceInstruction.error.
8460
8461 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8462
8463 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8464
8465 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8466
8467 * gdb.python/py-record-btrace-threads.c: New file.
8468 * gdb.python/py-record-btrace-threads.exp: New file.
8469
8470 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8471
8472 PR testsuite/8595
8473 * gdb.base/environ.exp: Make test available in all architectures.
8474 Move bits related to "info program" testing to
8475 gdb.base/info-program.exp. Rewrite tests to use the two new
8476 procedures mentione below.
8477 (test_set_show_env_var) New procedure.
8478 (test_set_show_env_var_equal): Likewise.
8479 * gdb.base/info-program.exp: New file.
8480
8481 2017-04-27 Keith Seitz <keiths@redhat.com>
8482
8483 * gdb.cp/oranking.cc (test15): New function.
8484 (main): Call test15 and declare additional variables for testing.
8485 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8486 "p foo101('abc')" tests.
8487 Add tests for cv qualifier overloads.
8488 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8489 "lvalue reference overload" test.
8490 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8491 "print value of f1 on Child&& in f2" test.
8492
8493 2017-04-19 Pedro Alves <palves@redhat.com>
8494
8495 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8496 procedure.
8497 (top level): Call it.
8498 * lib/gdb.exp (gdb_define_cmd): New procedure.
8499
8500 2017-04-12 Pedro Alves <palves@redhat.com>
8501
8502 PR gdb/21323
8503 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8504 (wchar): New global.
8505 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8506 (do_test_wide_char, wide_char_types_no_program, top level): Add
8507 wchar_t testing.
8508
8509 2017-04-12 Pedro Alves <palves@redhat.com>
8510
8511 PR c++/21323
8512 * gdb.cp/wide_char_types.c: New file.
8513 * gdb.cp/wide_char_types.exp: New file.
8514
8515 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8516
8517 PR gdb/21352
8518 * gdb.trace/tsv.exp: Add test for "tsave -r".
8519
8520 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8521
8522 * gdb.dlang/watch-loc.c: New file.
8523 * gdb.dlang/watch-loc.exp: New file.
8524
8525 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8526
8527 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8528
8529 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8530
8531 * gdb.arch/arc-analyze-prologue.S: New file.
8532 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8533
8534 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8535
8536 * gdb.arch/arc-decode-insn.S: New file.
8537 * gdb.arch/arc-decode-insn.exp: Likewise.
8538
8539 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8540
8541 PR tdep/20928
8542 * gdb.arch/sparc64-regs.exp: New file.
8543 * gdb.arch/sparc64-regs.S: Likewise.
8544
8545 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8546
8547 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8548 and memory view on Python 3.
8549
8550 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
8551 Keith Seitz <keiths@redhat.com>
8552
8553 PR gdb/14441
8554 * gdb.cp/demangle.exp: Add rvalue reference tests.
8555 * gdb.cp/rvalue-ref-casts.cc: New file.
8556 * gdb.cp/rvalue-ref-casts.exp: New file.
8557 * gdb.cp/rvalue-ref-overload.cc: New file.
8558 * gdb.cp/rvalue-ref-overload.exp: New file.
8559 * gdb.cp/rvalue-ref-params.cc: New file.
8560 * gdb.cp/rvalue-ref-params.exp: New file.
8561 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8562 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8563 * gdb.cp/rvalue-ref-types.cc: New file.
8564 * gdb.cp/rvalue-ref-types.exp: New file.
8565 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8566 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8567
8568 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8569
8570 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8571 New procedure.
8572
8573 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8574
8575 * lib/mi-support.exp (mi_gdb_test): Add additional message
8576 for unexpected output.
8577
8578 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8579
8580 * gdb.base/examine-backward.c (Barrier): New character array
8581 constant, to ensure that TestStrings is preceded by a string
8582 terminator.
8583
8584 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8585
8586 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8587 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8588 and implicit pointer into such a location.
8589
8590 2017-03-16 Doug Evans <dje@google.com>
8591
8592 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8593
8594 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8595
8596 * gdb.cp/m-static.exp: Fix expectation for prototype of
8597 test5.single_constructor and single_constructor::single_constructor.
8598
8599 2017-03-16 Doug Evans <dje@google.com>
8600
8601 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8602 * gdb.guile/scm-lazy-string.c: New file.
8603 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8604 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8605 for pointer, array, typedef lazy strings.
8606
8607 2017-03-16 Doug Evans <dje@google.com>
8608
8609 PR python/17728, python/18439, python/18779
8610 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8611 * gdb.python/py-lazy-string.c (pointer): New typedef.
8612 (main): New locals ptr, array, typedef_ptr.
8613 * gdb.python/py-value.exp: Move lazy string tests to ...
8614 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8615 array, typedef lazy strings.
8616
8617 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8618
8619 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8620 Add optional 'test' parameter.
8621
8622 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8623
8624 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8625 Skip for versions of DejaGnu < 1.5.
8626
8627 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8628
8629 * lib/gdb.exp (dejagnu_version): New proc.
8630 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8631 Use dejagnu_version.
8632
8633 2017-03-10 Keith Seitz <keiths@redhat.com>
8634
8635 PR c++/8128
8636 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8637 type from destructor regexps.
8638 Add a branch which actually passes the test.
8639 Adjust "ptype t5i" test names.
8640
8641 2017-03-08 Pedro Alves <palves@redhat.com>
8642
8643 * gdb.base/step-over-exit.exp: Add explicit test message.
8644
8645 2017-03-08 Pedro Alves <palves@redhat.com>
8646
8647 PR gdb/18360
8648 * gdb.threads/interrupt-while-step-over.c: New file.
8649 * gdb.threads/interrupt-while-step-over.exp: New file.
8650
8651 2017-03-08 Pedro Alves <palves@redhat.com>
8652
8653 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8654 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8655
8656 2017-03-08 Pedro Alves <palves@redhat.com>
8657
8658 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8659 PKRU as not supported as a PASS.
8660
8661 2017-03-08 Pedro Alves <palves@redhat.com>
8662
8663 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8664 prefix instead of $binfile1/$binfile2.
8665 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8666 in test message.
8667 * gdb.python/py-completion.exp: Use "load python file" as test
8668 messages instead of unstable path names.
8669
8670 2017-03-08 Pedro Alves <palves@redhat.com>
8671 Jan Kratochvil <jan.kratochvil@redhat.com>
8672
8673 PR cli/21218
8674 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8675 New proc.
8676 (top level): Call it.
8677
8678 2017-03-08 Pedro Alves <palves@redhat.com>
8679
8680 PR tui/21216
8681 * gdb.tui/tui-nl-filtered-output.exp: New file.
8682
8683 2017-03-08 Pedro Alves <palves@redhat.com>
8684
8685 * gdb.base/completion.exp: Move TUI completion tests to ...
8686 * gdb.tui/completion.exp: ... this new file.
8687
8688 2017-03-08 Pedro Alves <palves@redhat.com>
8689
8690 * gdb.base/tui-disasm-long-lines.c,
8691 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8692 gdb.base/tui-layout.exp: Move to ...
8693 * gdb.tui/: ... this new directory.
8694
8695 2017-03-07 Pedro Alves <palves@redhat.com>
8696
8697 * gdb.base/tui-layout.c: New file.
8698 * gdb.base/tui-layout.exp: New file.
8699
8700 2017-03-07 Pedro Alves <palves@redhat.com>
8701
8702 * gdb.base/tui-layout.c: Rename to ...
8703 * gdb.base/tui-disasm-long-lines.c: ... this.
8704 * gdb.base/tui-layout.exp: Rename to ...
8705 * gdb.base/tui-disasm-long-lines.exp: ... this.
8706
8707 2017-03-07 Pedro Alves <palves@redhat.com>
8708
8709 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8710
8711 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8712
8713 * i386-mpx-call.c: New file.
8714 * i386-mpx-call.exp: New file.
8715
8716 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8717
8718 * gdb.arch/powerpc-power.exp: Delete test.
8719 * gdb.arch/powerpc-power.s: Likewise.
8720 * gdb.disasm/disassembler-options.exp: New test.
8721 * gdb.arch/powerpc-altivec.exp: Likewise.
8722 * gdb.arch/powerpc-altivec.s: Likewise.
8723 * gdb.arch/powerpc-altivec2.exp: Likewise.
8724 * gdb.arch/powerpc-altivec2.s: Likewise.
8725 * gdb.arch/powerpc-altivec3.exp: Likewise.
8726 * gdb.arch/powerpc-altivec3.s: Likewise.
8727 * gdb.arch/powerpc-power7.exp: Likewise.
8728 * gdb.arch/powerpc-power7.s: Likewise.
8729 * gdb.arch/powerpc-power8.exp: Likewise.
8730 * gdb.arch/powerpc-power8.s: Likewise.
8731 * gdb.arch/powerpc-power9.exp: Likewise.
8732 * gdb.arch/powerpc-power9.s: Likewise.
8733 * gdb.arch/powerpc-vsx.exp: Likewise.
8734 * gdb.arch/powerpc-vsx.s: Likewise.
8735 * gdb.arch/powerpc-vsx2.exp: Likewise.
8736 * gdb.arch/powerpc-vsx2.s: Likewise.
8737 * gdb.arch/powerpc-vsx3.exp: Likewise.
8738 * gdb.arch/powerpc-vsx3.s: Likewise.
8739 * gdb.arch/arm-disassembler-options.exp: Likewise.
8740 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8741 * gdb.arch/s390-disassembler-options.exp: Likewise.
8742
8743 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
8744
8745 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8746 (check_supported_features): ... this. Changed return type to void.
8747 (supports_rdseed): New static global.
8748 (rdseed): Check supports_rdseed.
8749 (initialize): Call check_supported_features.
8750
8751 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8752
8753 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8754 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8755 and lqarx/stqcx.
8756 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8757 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8758
8759 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8760
8761 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8762 uppercase.
8763
8764 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8765
8766 * gdb.dwarf2/formdata16.c: New file.
8767 * gdb.dwarf2/formdata16.exp: New file.
8768 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8769
8770 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8771
8772 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8773 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8774 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8775 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8776 DW_AT_GNU_*.
8777
8778 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8779
8780 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8781
8782 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8783
8784 PR gdb/21164
8785 * gdb.base/maint.exp: Add testcases for when the commands do
8786 not have arguments.
8787
8788 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8789
8790 * gdb.cp/chained-calls.exp: Use p instead of P.
8791
8792 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8793
8794 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8795 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8796
8797 2017-02-14 Tom Tromey <tom@tromey.com>
8798
8799 PR python/13598:
8800 * gdb.python/py-events.exp: Add before_prompt event tests.
8801
8802 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8803
8804 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8805
8806 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8807
8808 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8809 (main): Call my_unique_function_name.
8810 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8811 completion of patterns with a single match.
8812 Add missing -re switches to gdb_test_multiple calls.
8813
8814 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8815
8816 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8817 return if core file is not recognized.
8818
8819 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8820
8821 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8822 and extra UIs.
8823
8824 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8825
8826 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8827 proc_with_prefix.
8828
8829 2017-02-10 Tom Tromey <tom@tromey.com>
8830
8831 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8832
8833 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
8834
8835 PR gdb/21122
8836 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8837
8838 2017-02-08 Jerome Guitton <guitton@adacore.com>
8839
8840 * gdb.base/define.exp: Add test for command abbreviations
8841 in define.
8842
8843 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
8844
8845 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8846 * gdb.reverse/insn-reverse-x86.c: New file.
8847
8848 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8849
8850 PR tdep/20936
8851 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8852
8853 2017-02-03 Tom Tromey <tom@tromey.com>
8854
8855 PR rust/21097:
8856 * gdb.rust/simple.exp: Add new tests.
8857
8858 2017-02-02 Pedro Alves <palves@redhat.com>
8859
8860 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8861 tests.
8862
8863 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8864
8865 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8866 taking a 2-byte value out of a 4-byte DWARF implicit value on
8867 big-endian targets.
8868 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8869 logic. Add test cases for DW_OP_implicit.
8870
8871 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8872
8873 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8874
8875 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8876
8877 * gdb.btrace/enable.exp: Call gdb_exit before
8878 skip_gdbserver_tests.
8879
8880 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8881
8882 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8883 GDBFLAGS.
8884
8885 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8886
8887 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8888 the test is skipped.
8889 * gdb.btrace/data.exp: Likewise.
8890 * gdb.btrace/delta.exp: Likewise.
8891 * gdb.btrace/dlopen.exp: Likewise.
8892 * gdb.btrace/enable-running.exp: Likewise.
8893 * gdb.btrace/enable.exp: Likewise.
8894 * gdb.btrace/exception.exp: Likewise.
8895 * gdb.btrace/function_call_history.exp: Likewise.
8896 * gdb.btrace/gcore.exp: Likewise.
8897 * gdb.btrace/instruction_history.exp: Likewise.
8898 * gdb.btrace/multi-thread-step.exp: Likewise.
8899 * gdb.btrace/nohist.exp: Likewise.
8900 * gdb.btrace/non-stop.exp: Likewise.
8901 * gdb.btrace/reconnect.exp: Likewise.
8902 * gdb.btrace/record_goto-step.exp: Likewise.
8903 * gdb.btrace/record_goto.exp: Likewise.
8904 * gdb.btrace/rn-dl-bind.exp: Likewise.
8905 * gdb.btrace/segv.exp: Likewise.
8906 * gdb.btrace/step.exp: Likewise.
8907 * gdb.btrace/stepi.exp: Likewise.
8908 * gdb.btrace/tailcall-only.exp: Likewise.
8909 * gdb.btrace/tailcall.exp: Likewise.
8910 * gdb.btrace/tsx.exp: Likewise.
8911 * gdb.btrace/unknown_functions.exp: Likewise.
8912 * gdb.btrace/vdso.exp: Likewise.
8913
8914 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8915
8916 * gdb.btrace/enable-running.c: New.
8917 * gdb.btrace/enable-running.exp: New.
8918
8919 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8920
8921 * gdb.arch/amd64-gs_base.c: New file.
8922 * gdb.arch/amd64-gs_base.exp: New file.
8923
8924 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8925
8926 * lib/memory.exp: Remove spurious empty newlines.
8927
8928 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8929
8930 * gdb.python/py-bad-printers.exp: Load python file using "source".
8931 * gdb.python/py-events.exp: Likewise.
8932 * gdb.python/py-evsignal.exp: Likewise.
8933 * gdb.python/py-evthreads.exp: Likewise.
8934 * gdb.python/py-frame-args.exp: Likewise.
8935 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8936 * gdb.python/py-framefilter-mi.exp: Likewise.
8937 * gdb.python/py-framefilter.exp: Likewise.
8938 * gdb.python/py-mi.exp: Likewise.
8939 * gdb.python/py-pp-maint.exp: Likewise.
8940 * gdb.python/py-pp-registration.exp: Likewise.
8941 * gdb.python/py-prettyprint.exp: Likewise.
8942 (run_lang_tests): Likewise.
8943 * gdb.python/py-typeprint.exp: Likewise.
8944
8945 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8946
8947 * lib/memory.exp: New file.
8948 * lib/gdb.exp: Load memory.exp.
8949 * gdb.base/memattr.exp (delete_memory): Move proc to
8950 lib/memory.exp and rename to delete_memory_regions.
8951 Replace delete_memory with delete_memory_regions.
8952 Cleanup memory regions before tests.
8953 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
8954 before tests.
8955
8956 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8957
8958 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
8959 files.
8960 (initialize): New function conditionally defined.
8961 (testcases): Move within conditional block.
8962 (main): Call initialize.
8963 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
8964 of gdb.reverse/insn-reverse.c.
8965 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
8966 gdb.reverse/insn-reverse.c.
8967
8968 2017-01-26 Yao Qi <yao.qi@linaro.org>
8969
8970 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
8971 disassemble on address 0.
8972
8973 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
8974 Yao Qi <yao.qi@linaro.org>
8975
8976 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
8977 * gdb.dwarf2/implptr-64bit.S: Remove.
8978 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
8979 variables in caller's context. Add DW_OP_implicit_value.
8980
8981 2017-01-25 Yao Qi <yao.qi@linaro.org>
8982
8983 * lib/dwarf.exp (Dwarf::_location): Handle
8984 DW_OP_GNU_implicit_pointer with proper size.
8985
8986 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8987
8988 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
8989 and add untested calls.
8990
8991 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8992
8993 * gdb.python/python.exp: Check line number against what GDB thinks
8994 the line number is for func1.
8995
8996 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
8997
8998 * gdb.dlang/debug-expr.exp: New file.
8999
9000 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
9001
9002 Fix test names for the following files:
9003
9004 * gdb.ada/exec_changed.exp
9005 * gdb.ada/info_types.exp
9006 * gdb.arch/aarch64-atomic-inst.exp
9007 * gdb.arch/aarch64-fp.exp
9008 * gdb.arch/altivec-abi.exp
9009 * gdb.arch/altivec-regs.exp
9010 * gdb.arch/amd64-byte.exp
9011 * gdb.arch/amd64-disp-step.exp
9012 * gdb.arch/amd64-dword.exp
9013 * gdb.arch/amd64-entry-value-inline.exp
9014 * gdb.arch/amd64-entry-value-param.exp
9015 * gdb.arch/amd64-entry-value-paramref.exp
9016 * gdb.arch/amd64-entry-value.exp
9017 * gdb.arch/amd64-i386-address.exp
9018 * gdb.arch/amd64-invalid-stack-middle.exp
9019 * gdb.arch/amd64-invalid-stack-top.exp
9020 * gdb.arch/amd64-optimout-repeat.exp
9021 * gdb.arch/amd64-prologue-skip.exp
9022 * gdb.arch/amd64-prologue-xmm.exp
9023 * gdb.arch/amd64-stap-special-operands.exp
9024 * gdb.arch/amd64-stap-wrong-subexp.exp
9025 * gdb.arch/amd64-tailcall-cxx.exp
9026 * gdb.arch/amd64-tailcall-noret.exp
9027 * gdb.arch/amd64-tailcall-ret.exp
9028 * gdb.arch/amd64-tailcall-self.exp
9029 * gdb.arch/amd64-word.exp
9030 * gdb.arch/arm-bl-branch-dest.exp
9031 * gdb.arch/arm-disp-step.exp
9032 * gdb.arch/arm-neon.exp
9033 * gdb.arch/arm-single-step-kernel-helper.exp
9034 * gdb.arch/avr-flash-qualifier.exp
9035 * gdb.arch/disp-step-insn-reloc.exp
9036 * gdb.arch/e500-abi.exp
9037 * gdb.arch/e500-regs.exp
9038 * gdb.arch/ftrace-insn-reloc.exp
9039 * gdb.arch/i386-avx512.exp
9040 * gdb.arch/i386-bp_permanent.exp
9041 * gdb.arch/i386-byte.exp
9042 * gdb.arch/i386-cfi-notcurrent.exp
9043 * gdb.arch/i386-disp-step.exp
9044 * gdb.arch/i386-dr3-watch.exp
9045 * gdb.arch/i386-float.exp
9046 * gdb.arch/i386-gnu-cfi.exp
9047 * gdb.arch/i386-mpx-map.exp
9048 * gdb.arch/i386-mpx-sigsegv.exp
9049 * gdb.arch/i386-mpx-simple_segv.exp
9050 * gdb.arch/i386-mpx.exp
9051 * gdb.arch/i386-permbkpt.exp
9052 * gdb.arch/i386-prologue.exp
9053 * gdb.arch/i386-signal.exp
9054 * gdb.arch/i386-size-overlap.exp
9055 * gdb.arch/i386-unwind.exp
9056 * gdb.arch/i386-word.exp
9057 * gdb.arch/mips-fcr.exp
9058 * gdb.arch/powerpc-d128-regs.exp
9059 * gdb.arch/powerpc-stackless.exp
9060 * gdb.arch/ppc64-atomic-inst.exp
9061 * gdb.arch/s390-stackless.exp
9062 * gdb.arch/s390-tdbregs.exp
9063 * gdb.arch/s390-vregs.exp
9064 * gdb.arch/sparc-sysstep.exp
9065 * gdb.arch/thumb-bx-pc.exp
9066 * gdb.arch/thumb-singlestep.exp
9067 * gdb.arch/thumb2-it.exp
9068 * gdb.arch/vsx-regs.exp
9069 * gdb.asm/asm-source.exp
9070 * gdb.base/a2-run.exp
9071 * gdb.base/advance.exp
9072 * gdb.base/all-bin.exp
9073 * gdb.base/anon.exp
9074 * gdb.base/args.exp
9075 * gdb.base/arithmet.exp
9076 * gdb.base/async-shell.exp
9077 * gdb.base/async.exp
9078 * gdb.base/attach-pie-noexec.exp
9079 * gdb.base/attach-twice.exp
9080 * gdb.base/auto-load.exp
9081 * gdb.base/bang.exp
9082 * gdb.base/bitfields.exp
9083 * gdb.base/break-always.exp
9084 * gdb.base/break-caller-line.exp
9085 * gdb.base/break-entry.exp
9086 * gdb.base/break-inline.exp
9087 * gdb.base/break-on-linker-gcd-function.exp
9088 * gdb.base/break-probes.exp
9089 * gdb.base/break.exp
9090 * gdb.base/breakpoint-shadow.exp
9091 * gdb.base/call-ar-st.exp
9092 * gdb.base/call-sc.exp
9093 * gdb.base/call-signal-resume.exp
9094 * gdb.base/call-strs.exp
9095 * gdb.base/callfuncs.exp
9096 * gdb.base/catch-fork-static.exp
9097 * gdb.base/catch-gdb-caused-signals.exp
9098 * gdb.base/catch-load.exp
9099 * gdb.base/catch-signal-fork.exp
9100 * gdb.base/catch-signal.exp
9101 * gdb.base/catch-syscall.exp
9102 * gdb.base/charset.exp
9103 * gdb.base/checkpoint.exp
9104 * gdb.base/chng-syms.exp
9105 * gdb.base/code-expr.exp
9106 * gdb.base/code_elim.exp
9107 * gdb.base/commands.exp
9108 * gdb.base/completion.exp
9109 * gdb.base/complex.exp
9110 * gdb.base/cond-expr.exp
9111 * gdb.base/condbreak.exp
9112 * gdb.base/consecutive.exp
9113 * gdb.base/continue-all-already-running.exp
9114 * gdb.base/coredump-filter.exp
9115 * gdb.base/corefile.exp
9116 * gdb.base/dbx.exp
9117 * gdb.base/debug-expr.exp
9118 * gdb.base/define.exp
9119 * gdb.base/del.exp
9120 * gdb.base/disabled-location.exp
9121 * gdb.base/disasm-end-cu.exp
9122 * gdb.base/disasm-optim.exp
9123 * gdb.base/display.exp
9124 * gdb.base/duplicate-bp.exp
9125 * gdb.base/ena-dis-br.exp
9126 * gdb.base/ending-run.exp
9127 * gdb.base/enumval.exp
9128 * gdb.base/environ.exp
9129 * gdb.base/eu-strip-infcall.exp
9130 * gdb.base/eval-avoid-side-effects.exp
9131 * gdb.base/eval-skip.exp
9132 * gdb.base/exitsignal.exp
9133 * gdb.base/expand-psymtabs.exp
9134 * gdb.base/filesym.exp
9135 * gdb.base/find-unmapped.exp
9136 * gdb.base/finish.exp
9137 * gdb.base/float.exp
9138 * gdb.base/foll-exec-mode.exp
9139 * gdb.base/foll-exec.exp
9140 * gdb.base/foll-fork.exp
9141 * gdb.base/fortran-sym-case.exp
9142 * gdb.base/freebpcmd.exp
9143 * gdb.base/func-ptr.exp
9144 * gdb.base/func-ptrs.exp
9145 * gdb.base/funcargs.exp
9146 * gdb.base/gcore-buffer-overflow.exp
9147 * gdb.base/gcore-relro-pie.exp
9148 * gdb.base/gcore-relro.exp
9149 * gdb.base/gcore.exp
9150 * gdb.base/gdb1090.exp
9151 * gdb.base/gdb11530.exp
9152 * gdb.base/gdb11531.exp
9153 * gdb.base/gdb1821.exp
9154 * gdb.base/gdbindex-stabs.exp
9155 * gdb.base/gdbvars.exp
9156 * gdb.base/hbreak.exp
9157 * gdb.base/hbreak2.exp
9158 * gdb.base/included.exp
9159 * gdb.base/infcall-input.exp
9160 * gdb.base/inferior-died.exp
9161 * gdb.base/infnan.exp
9162 * gdb.base/info-macros.exp
9163 * gdb.base/info-os.exp
9164 * gdb.base/info-proc.exp
9165 * gdb.base/info-shared.exp
9166 * gdb.base/info-target.exp
9167 * gdb.base/infoline.exp
9168 * gdb.base/interp.exp
9169 * gdb.base/interrupt.exp
9170 * gdb.base/jit-reader.exp
9171 * gdb.base/jit-simple.exp
9172 * gdb.base/kill-after-signal.exp
9173 * gdb.base/kill-detach-inferiors-cmd.exp
9174 * gdb.base/label.exp
9175 * gdb.base/langs.exp
9176 * gdb.base/ldbl_e308.exp
9177 * gdb.base/line-symtabs.exp
9178 * gdb.base/linespecs.exp
9179 * gdb.base/list.exp
9180 * gdb.base/long_long.exp
9181 * gdb.base/longest-types.exp
9182 * gdb.base/maint.exp
9183 * gdb.base/max-value-size.exp
9184 * gdb.base/memattr.exp
9185 * gdb.base/mips_pro.exp
9186 * gdb.base/morestack.exp
9187 * gdb.base/moribund-step.exp
9188 * gdb.base/multi-forks.exp
9189 * gdb.base/nested-addr.exp
9190 * gdb.base/nextoverexit.exp
9191 * gdb.base/noreturn-finish.exp
9192 * gdb.base/noreturn-return.exp
9193 * gdb.base/nostdlib.exp
9194 * gdb.base/offsets.exp
9195 * gdb.base/opaque.exp
9196 * gdb.base/pc-fp.exp
9197 * gdb.base/permissions.exp
9198 * gdb.base/print-symbol-loading.exp
9199 * gdb.base/prologue-include.exp
9200 * gdb.base/psymtab.exp
9201 * gdb.base/ptype.exp
9202 * gdb.base/random-signal.exp
9203 * gdb.base/randomize.exp
9204 * gdb.base/range-stepping.exp
9205 * gdb.base/readline-ask.exp
9206 * gdb.base/recpar.exp
9207 * gdb.base/recurse.exp
9208 * gdb.base/relational.exp
9209 * gdb.base/restore.exp
9210 * gdb.base/return-nodebug.exp
9211 * gdb.base/return.exp
9212 * gdb.base/run-after-attach.exp
9213 * gdb.base/save-bp.exp
9214 * gdb.base/scope.exp
9215 * gdb.base/sect-cmd.exp
9216 * gdb.base/set-lang-auto.exp
9217 * gdb.base/set-noassign.exp
9218 * gdb.base/setvar.exp
9219 * gdb.base/sigall.exp
9220 * gdb.base/sigbpt.exp
9221 * gdb.base/siginfo-addr.exp
9222 * gdb.base/siginfo-infcall.exp
9223 * gdb.base/siginfo-obj.exp
9224 * gdb.base/siginfo.exp
9225 * gdb.base/signals-state-child.exp
9226 * gdb.base/signest.exp
9227 * gdb.base/sigstep.exp
9228 * gdb.base/sizeof.exp
9229 * gdb.base/skip.exp
9230 * gdb.base/solib-corrupted.exp
9231 * gdb.base/solib-nodir.exp
9232 * gdb.base/solib-search.exp
9233 * gdb.base/stack-checking.exp
9234 * gdb.base/stale-infcall.exp
9235 * gdb.base/stap-probe.exp
9236 * gdb.base/start.exp
9237 * gdb.base/step-break.exp
9238 * gdb.base/step-bt.exp
9239 * gdb.base/step-line.exp
9240 * gdb.base/step-over-exit.exp
9241 * gdb.base/step-over-syscall.exp
9242 * gdb.base/step-resume-infcall.exp
9243 * gdb.base/step-test.exp
9244 * gdb.base/store.exp
9245 * gdb.base/structs3.exp
9246 * gdb.base/sym-file.exp
9247 * gdb.base/symbol-without-target_section.exp
9248 * gdb.base/term.exp
9249 * gdb.base/testenv.exp
9250 * gdb.base/ui-redirect.exp
9251 * gdb.base/until.exp
9252 * gdb.base/unwindonsignal.exp
9253 * gdb.base/value-double-free.exp
9254 * gdb.base/vla-datatypes.exp
9255 * gdb.base/vla-ptr.exp
9256 * gdb.base/vla-sideeffect.exp
9257 * gdb.base/volatile.exp
9258 * gdb.base/watch-cond-infcall.exp
9259 * gdb.base/watch-cond.exp
9260 * gdb.base/watch-non-mem.exp
9261 * gdb.base/watch-read.exp
9262 * gdb.base/watch-vfork.exp
9263 * gdb.base/watchpoint-cond-gone.exp
9264 * gdb.base/watchpoint-delete.exp
9265 * gdb.base/watchpoint-hw-hit-once.exp
9266 * gdb.base/watchpoint-hw.exp
9267 * gdb.base/watchpoint-stops-at-right-insn.exp
9268 * gdb.base/watchpoints.exp
9269 * gdb.base/wchar.exp
9270 * gdb.base/whatis-exp.exp
9271 * gdb.btrace/buffer-size.exp
9272 * gdb.btrace/data.exp
9273 * gdb.btrace/delta.exp
9274 * gdb.btrace/dlopen.exp
9275 * gdb.btrace/enable.exp
9276 * gdb.btrace/exception.exp
9277 * gdb.btrace/function_call_history.exp
9278 * gdb.btrace/gcore.exp
9279 * gdb.btrace/instruction_history.exp
9280 * gdb.btrace/nohist.exp
9281 * gdb.btrace/reconnect.exp
9282 * gdb.btrace/record_goto-step.exp
9283 * gdb.btrace/record_goto.exp
9284 * gdb.btrace/rn-dl-bind.exp
9285 * gdb.btrace/segv.exp
9286 * gdb.btrace/step.exp
9287 * gdb.btrace/stepi.exp
9288 * gdb.btrace/tailcall-only.exp
9289 * gdb.btrace/tailcall.exp
9290 * gdb.btrace/tsx.exp
9291 * gdb.btrace/unknown_functions.exp
9292 * gdb.btrace/vdso.exp
9293 * gdb.compile/compile-ifunc.exp
9294 * gdb.compile/compile-ops.exp
9295 * gdb.compile/compile-print.exp
9296 * gdb.compile/compile-setjmp.exp
9297 * gdb.cp/abstract-origin.exp
9298 * gdb.cp/ambiguous.exp
9299 * gdb.cp/annota2.exp
9300 * gdb.cp/annota3.exp
9301 * gdb.cp/anon-ns.exp
9302 * gdb.cp/anon-struct.exp
9303 * gdb.cp/anon-union.exp
9304 * gdb.cp/arg-reference.exp
9305 * gdb.cp/baseenum.exp
9306 * gdb.cp/bool.exp
9307 * gdb.cp/breakpoint.exp
9308 * gdb.cp/bs15503.exp
9309 * gdb.cp/call-c.exp
9310 * gdb.cp/casts.exp
9311 * gdb.cp/chained-calls.exp
9312 * gdb.cp/class2.exp
9313 * gdb.cp/classes.exp
9314 * gdb.cp/cmpd-minsyms.exp
9315 * gdb.cp/converts.exp
9316 * gdb.cp/cp-relocate.exp
9317 * gdb.cp/cpcompletion.exp
9318 * gdb.cp/cpexprs.exp
9319 * gdb.cp/cplabel.exp
9320 * gdb.cp/cplusfuncs.exp
9321 * gdb.cp/cpsizeof.exp
9322 * gdb.cp/ctti.exp
9323 * gdb.cp/derivation.exp
9324 * gdb.cp/destrprint.exp
9325 * gdb.cp/dispcxx.exp
9326 * gdb.cp/enum-class.exp
9327 * gdb.cp/exception.exp
9328 * gdb.cp/exceptprint.exp
9329 * gdb.cp/expand-psymtabs-cxx.exp
9330 * gdb.cp/expand-sals.exp
9331 * gdb.cp/extern-c.exp
9332 * gdb.cp/filename.exp
9333 * gdb.cp/formatted-ref.exp
9334 * gdb.cp/fpointer.exp
9335 * gdb.cp/gdb1355.exp
9336 * gdb.cp/gdb2495.exp
9337 * gdb.cp/hang.exp
9338 * gdb.cp/impl-this.exp
9339 * gdb.cp/infcall-dlopen.exp
9340 * gdb.cp/inherit.exp
9341 * gdb.cp/iostream.exp
9342 * gdb.cp/koenig.exp
9343 * gdb.cp/local.exp
9344 * gdb.cp/m-data.exp
9345 * gdb.cp/m-static.exp
9346 * gdb.cp/mb-ctor.exp
9347 * gdb.cp/mb-inline.exp
9348 * gdb.cp/mb-templates.exp
9349 * gdb.cp/member-name.exp
9350 * gdb.cp/member-ptr.exp
9351 * gdb.cp/meth-typedefs.exp
9352 * gdb.cp/method.exp
9353 * gdb.cp/method2.exp
9354 * gdb.cp/minsym-fallback.exp
9355 * gdb.cp/misc.exp
9356 * gdb.cp/namelessclass.exp
9357 * gdb.cp/namespace-enum.exp
9358 * gdb.cp/namespace-nested-import.exp
9359 * gdb.cp/namespace.exp
9360 * gdb.cp/nextoverthrow.exp
9361 * gdb.cp/no-dmgl-verbose.exp
9362 * gdb.cp/non-trivial-retval.exp
9363 * gdb.cp/noparam.exp
9364 * gdb.cp/nsdecl.exp
9365 * gdb.cp/nsimport.exp
9366 * gdb.cp/nsnested.exp
9367 * gdb.cp/nsnoimports.exp
9368 * gdb.cp/nsrecurs.exp
9369 * gdb.cp/nsstress.exp
9370 * gdb.cp/nsusing.exp
9371 * gdb.cp/operator.exp
9372 * gdb.cp/oranking.exp
9373 * gdb.cp/overload-const.exp
9374 * gdb.cp/overload.exp
9375 * gdb.cp/ovldbreak.exp
9376 * gdb.cp/ovsrch.exp
9377 * gdb.cp/paren-type.exp
9378 * gdb.cp/parse-lang.exp
9379 * gdb.cp/pass-by-ref.exp
9380 * gdb.cp/pr-1023.exp
9381 * gdb.cp/pr-1210.exp
9382 * gdb.cp/pr-574.exp
9383 * gdb.cp/pr10687.exp
9384 * gdb.cp/pr12028.exp
9385 * gdb.cp/pr17132.exp
9386 * gdb.cp/pr17494.exp
9387 * gdb.cp/pr9067.exp
9388 * gdb.cp/pr9167.exp
9389 * gdb.cp/pr9631.exp
9390 * gdb.cp/printmethod.exp
9391 * gdb.cp/psmang.exp
9392 * gdb.cp/psymtab-parameter.exp
9393 * gdb.cp/ptype-cv-cp.exp
9394 * gdb.cp/ptype-flags.exp
9395 * gdb.cp/re-set-overloaded.exp
9396 * gdb.cp/ref-types.exp
9397 * gdb.cp/rtti.exp
9398 * gdb.cp/scope-err.exp
9399 * gdb.cp/shadow.exp
9400 * gdb.cp/smartp.exp
9401 * gdb.cp/static-method.exp
9402 * gdb.cp/static-print-quit.exp
9403 * gdb.cp/temargs.exp
9404 * gdb.cp/templates.exp
9405 * gdb.cp/try_catch.exp
9406 * gdb.cp/typedef-operator.exp
9407 * gdb.cp/typeid.exp
9408 * gdb.cp/userdef.exp
9409 * gdb.cp/using-crash.exp
9410 * gdb.cp/var-tag.exp
9411 * gdb.cp/virtbase.exp
9412 * gdb.cp/virtfunc.exp
9413 * gdb.cp/virtfunc2.exp
9414 * gdb.cp/vla-cxx.exp
9415 * gdb.disasm/t01_mov.exp
9416 * gdb.disasm/t02_mova.exp
9417 * gdb.disasm/t03_add.exp
9418 * gdb.disasm/t04_sub.exp
9419 * gdb.disasm/t05_cmp.exp
9420 * gdb.disasm/t06_ari2.exp
9421 * gdb.disasm/t07_ari3.exp
9422 * gdb.disasm/t08_or.exp
9423 * gdb.disasm/t09_xor.exp
9424 * gdb.disasm/t10_and.exp
9425 * gdb.disasm/t11_logs.exp
9426 * gdb.disasm/t12_bit.exp
9427 * gdb.disasm/t13_otr.exp
9428 * gdb.dlang/circular.exp
9429 * gdb.dwarf2/arr-stride.exp
9430 * gdb.dwarf2/arr-subrange.exp
9431 * gdb.dwarf2/atomic-type.exp
9432 * gdb.dwarf2/bad-regnum.exp
9433 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9434 * gdb.dwarf2/callframecfa.exp
9435 * gdb.dwarf2/clztest.exp
9436 * gdb.dwarf2/corrupt.exp
9437 * gdb.dwarf2/data-loc.exp
9438 * gdb.dwarf2/dup-psym.exp
9439 * gdb.dwarf2/dw2-anon-mptr.exp
9440 * gdb.dwarf2/dw2-anonymous-func.exp
9441 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9442 * gdb.dwarf2/dw2-bad-unresolved.exp
9443 * gdb.dwarf2/dw2-basic.exp
9444 * gdb.dwarf2/dw2-canonicalize-type.exp
9445 * gdb.dwarf2/dw2-case-insensitive.exp
9446 * gdb.dwarf2/dw2-common-block.exp
9447 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9448 * gdb.dwarf2/dw2-compressed.exp
9449 * gdb.dwarf2/dw2-const.exp
9450 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9451 * gdb.dwarf2/dw2-cu-size.exp
9452 * gdb.dwarf2/dw2-dup-frame.exp
9453 * gdb.dwarf2/dw2-entry-value.exp
9454 * gdb.dwarf2/dw2-icycle.exp
9455 * gdb.dwarf2/dw2-ifort-parameter.exp
9456 * gdb.dwarf2/dw2-inline-break.exp
9457 * gdb.dwarf2/dw2-inline-param.exp
9458 * gdb.dwarf2/dw2-intercu.exp
9459 * gdb.dwarf2/dw2-intermix.exp
9460 * gdb.dwarf2/dw2-lexical-block-bare.exp
9461 * gdb.dwarf2/dw2-linkage-name-trust.exp
9462 * gdb.dwarf2/dw2-minsym-in-cu.exp
9463 * gdb.dwarf2/dw2-noloc.exp
9464 * gdb.dwarf2/dw2-op-call.exp
9465 * gdb.dwarf2/dw2-op-out-param.exp
9466 * gdb.dwarf2/dw2-opt-structptr.exp
9467 * gdb.dwarf2/dw2-param-error.exp
9468 * gdb.dwarf2/dw2-producer.exp
9469 * gdb.dwarf2/dw2-ranges-base.exp
9470 * gdb.dwarf2/dw2-ref-missing-frame.exp
9471 * gdb.dwarf2/dw2-reg-undefined.exp
9472 * gdb.dwarf2/dw2-regno-invalid.exp
9473 * gdb.dwarf2/dw2-restore.exp
9474 * gdb.dwarf2/dw2-restrict.exp
9475 * gdb.dwarf2/dw2-single-line-discriminators.exp
9476 * gdb.dwarf2/dw2-strp.exp
9477 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9478 * gdb.dwarf2/dw2-unresolved.exp
9479 * gdb.dwarf2/dw2-var-zero-addr.exp
9480 * gdb.dwarf2/dw4-sig-types.exp
9481 * gdb.dwarf2/dwz.exp
9482 * gdb.dwarf2/dynarr-ptr.exp
9483 * gdb.dwarf2/enum-type.exp
9484 * gdb.dwarf2/gdb-index.exp
9485 * gdb.dwarf2/implptr-64bit.exp
9486 * gdb.dwarf2/implptr-optimized-out.exp
9487 * gdb.dwarf2/implptr.exp
9488 * gdb.dwarf2/implref-array.exp
9489 * gdb.dwarf2/implref-const.exp
9490 * gdb.dwarf2/implref-global.exp
9491 * gdb.dwarf2/implref-struct.exp
9492 * gdb.dwarf2/mac-fileno.exp
9493 * gdb.dwarf2/main-subprogram.exp
9494 * gdb.dwarf2/member-ptr-forwardref.exp
9495 * gdb.dwarf2/method-ptr.exp
9496 * gdb.dwarf2/missing-sig-type.exp
9497 * gdb.dwarf2/nonvar-access.exp
9498 * gdb.dwarf2/opaque-type-lookup.exp
9499 * gdb.dwarf2/pieces-optimized-out.exp
9500 * gdb.dwarf2/pieces.exp
9501 * gdb.dwarf2/pr10770.exp
9502 * gdb.dwarf2/pr13961.exp
9503 * gdb.dwarf2/staticvirtual.exp
9504 * gdb.dwarf2/subrange.exp
9505 * gdb.dwarf2/symtab-producer.exp
9506 * gdb.dwarf2/trace-crash.exp
9507 * gdb.dwarf2/typeddwarf.exp
9508 * gdb.dwarf2/valop.exp
9509 * gdb.dwarf2/watch-notconst.exp
9510 * gdb.fortran/array-element.exp
9511 * gdb.fortran/charset.exp
9512 * gdb.fortran/common-block.exp
9513 * gdb.fortran/complex.exp
9514 * gdb.fortran/derived-type-function.exp
9515 * gdb.fortran/derived-type.exp
9516 * gdb.fortran/logical.exp
9517 * gdb.fortran/module.exp
9518 * gdb.fortran/multi-dim.exp
9519 * gdb.fortran/nested-funcs.exp
9520 * gdb.fortran/print-formatted.exp
9521 * gdb.fortran/subarray.exp
9522 * gdb.fortran/vla-alloc-assoc.exp
9523 * gdb.fortran/vla-datatypes.exp
9524 * gdb.fortran/vla-history.exp
9525 * gdb.fortran/vla-ptr-info.exp
9526 * gdb.fortran/vla-ptype-sub.exp
9527 * gdb.fortran/vla-ptype.exp
9528 * gdb.fortran/vla-sizeof.exp
9529 * gdb.fortran/vla-type.exp
9530 * gdb.fortran/vla-value-sub-arbitrary.exp
9531 * gdb.fortran/vla-value-sub-finish.exp
9532 * gdb.fortran/vla-value-sub.exp
9533 * gdb.fortran/vla-value.exp
9534 * gdb.fortran/whatis_type.exp
9535 * gdb.go/chan.exp
9536 * gdb.go/handcall.exp
9537 * gdb.go/hello.exp
9538 * gdb.go/integers.exp
9539 * gdb.go/methods.exp
9540 * gdb.go/package.exp
9541 * gdb.go/strings.exp
9542 * gdb.go/types.exp
9543 * gdb.go/unsafe.exp
9544 * gdb.guile/scm-arch.exp
9545 * gdb.guile/scm-block.exp
9546 * gdb.guile/scm-breakpoint.exp
9547 * gdb.guile/scm-cmd.exp
9548 * gdb.guile/scm-disasm.exp
9549 * gdb.guile/scm-equal.exp
9550 * gdb.guile/scm-frame-args.exp
9551 * gdb.guile/scm-frame-inline.exp
9552 * gdb.guile/scm-frame.exp
9553 * gdb.guile/scm-iterator.exp
9554 * gdb.guile/scm-math.exp
9555 * gdb.guile/scm-objfile.exp
9556 * gdb.guile/scm-ports.exp
9557 * gdb.guile/scm-symbol.exp
9558 * gdb.guile/scm-symtab.exp
9559 * gdb.guile/scm-value-cc.exp
9560 * gdb.guile/types-module.exp
9561 * gdb.linespec/break-ask.exp
9562 * gdb.linespec/cpexplicit.exp
9563 * gdb.linespec/explicit.exp
9564 * gdb.linespec/keywords.exp
9565 * gdb.linespec/linespec.exp
9566 * gdb.linespec/ls-dollar.exp
9567 * gdb.linespec/ls-errs.exp
9568 * gdb.linespec/skip-two.exp
9569 * gdb.linespec/thread.exp
9570 * gdb.mi/mi-async.exp
9571 * gdb.mi/mi-basics.exp
9572 * gdb.mi/mi-break.exp
9573 * gdb.mi/mi-catch-load.exp
9574 * gdb.mi/mi-cli.exp
9575 * gdb.mi/mi-cmd-param-changed.exp
9576 * gdb.mi/mi-console.exp
9577 * gdb.mi/mi-detach.exp
9578 * gdb.mi/mi-disassemble.exp
9579 * gdb.mi/mi-eval.exp
9580 * gdb.mi/mi-file-transfer.exp
9581 * gdb.mi/mi-file.exp
9582 * gdb.mi/mi-fill-memory.exp
9583 * gdb.mi/mi-inheritance-syntax-error.exp
9584 * gdb.mi/mi-linespec-err-cp.exp
9585 * gdb.mi/mi-logging.exp
9586 * gdb.mi/mi-memory-changed.exp
9587 * gdb.mi/mi-read-memory.exp
9588 * gdb.mi/mi-record-changed.exp
9589 * gdb.mi/mi-reg-undefined.exp
9590 * gdb.mi/mi-regs.exp
9591 * gdb.mi/mi-return.exp
9592 * gdb.mi/mi-reverse.exp
9593 * gdb.mi/mi-simplerun.exp
9594 * gdb.mi/mi-solib.exp
9595 * gdb.mi/mi-stack.exp
9596 * gdb.mi/mi-stepi.exp
9597 * gdb.mi/mi-syn-frame.exp
9598 * gdb.mi/mi-until.exp
9599 * gdb.mi/mi-var-block.exp
9600 * gdb.mi/mi-var-child.exp
9601 * gdb.mi/mi-var-cmd.exp
9602 * gdb.mi/mi-var-cp.exp
9603 * gdb.mi/mi-var-display.exp
9604 * gdb.mi/mi-var-invalidate.exp
9605 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9606 * gdb.mi/mi-vla-fortran.exp
9607 * gdb.mi/mi-watch.exp
9608 * gdb.mi/mi2-var-child.exp
9609 * gdb.mi/user-selected-context-sync.exp
9610 * gdb.modula2/unbounded-array.exp
9611 * gdb.multi/dummy-frame-restore.exp
9612 * gdb.multi/multi-arch-exec.exp
9613 * gdb.multi/multi-arch.exp
9614 * gdb.multi/tids.exp
9615 * gdb.multi/watchpoint-multi.exp
9616 * gdb.opencl/callfuncs.exp
9617 * gdb.opencl/convs_casts.exp
9618 * gdb.opencl/datatypes.exp
9619 * gdb.opencl/operators.exp
9620 * gdb.opencl/vec_comps.exp
9621 * gdb.opt/clobbered-registers-O2.exp
9622 * gdb.opt/inline-break.exp
9623 * gdb.opt/inline-bt.exp
9624 * gdb.opt/inline-cmds.exp
9625 * gdb.opt/inline-locals.exp
9626 * gdb.pascal/case-insensitive-symbols.exp
9627 * gdb.pascal/floats.exp
9628 * gdb.pascal/gdb11492.exp
9629 * gdb.python/lib-types.exp
9630 * gdb.python/py-arch.exp
9631 * gdb.python/py-as-string.exp
9632 * gdb.python/py-bad-printers.exp
9633 * gdb.python/py-block.exp
9634 * gdb.python/py-breakpoint-create-fail.exp
9635 * gdb.python/py-breakpoint.exp
9636 * gdb.python/py-caller-is.exp
9637 * gdb.python/py-cmd.exp
9638 * gdb.python/py-explore-cc.exp
9639 * gdb.python/py-explore.exp
9640 * gdb.python/py-finish-breakpoint.exp
9641 * gdb.python/py-finish-breakpoint2.exp
9642 * gdb.python/py-frame-args.exp
9643 * gdb.python/py-frame-inline.exp
9644 * gdb.python/py-frame.exp
9645 * gdb.python/py-framefilter-mi.exp
9646 * gdb.python/py-infthread.exp
9647 * gdb.python/py-lazy-string.exp
9648 * gdb.python/py-linetable.exp
9649 * gdb.python/py-mi-events.exp
9650 * gdb.python/py-mi-objfile.exp
9651 * gdb.python/py-mi.exp
9652 * gdb.python/py-objfile.exp
9653 * gdb.python/py-pp-integral.exp
9654 * gdb.python/py-pp-maint.exp
9655 * gdb.python/py-pp-re-notag.exp
9656 * gdb.python/py-pp-registration.exp
9657 * gdb.python/py-recurse-unwind.exp
9658 * gdb.python/py-strfns.exp
9659 * gdb.python/py-symbol.exp
9660 * gdb.python/py-symtab.exp
9661 * gdb.python/py-sync-interp.exp
9662 * gdb.python/py-typeprint.exp
9663 * gdb.python/py-unwind-maint.exp
9664 * gdb.python/py-unwind.exp
9665 * gdb.python/py-value-cc.exp
9666 * gdb.python/py-xmethods.exp
9667 * gdb.reverse/amd64-tailcall-reverse.exp
9668 * gdb.reverse/break-precsave.exp
9669 * gdb.reverse/break-reverse.exp
9670 * gdb.reverse/consecutive-precsave.exp
9671 * gdb.reverse/consecutive-reverse.exp
9672 * gdb.reverse/finish-precsave.exp
9673 * gdb.reverse/finish-reverse-bkpt.exp
9674 * gdb.reverse/finish-reverse.exp
9675 * gdb.reverse/fstatat-reverse.exp
9676 * gdb.reverse/getresuid-reverse.exp
9677 * gdb.reverse/i386-precsave.exp
9678 * gdb.reverse/i386-reverse.exp
9679 * gdb.reverse/i386-sse-reverse.exp
9680 * gdb.reverse/i387-env-reverse.exp
9681 * gdb.reverse/i387-stack-reverse.exp
9682 * gdb.reverse/insn-reverse.exp
9683 * gdb.reverse/machinestate-precsave.exp
9684 * gdb.reverse/machinestate.exp
9685 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9686 * gdb.reverse/pipe-reverse.exp
9687 * gdb.reverse/readv-reverse.exp
9688 * gdb.reverse/recvmsg-reverse.exp
9689 * gdb.reverse/rerun-prec.exp
9690 * gdb.reverse/s390-mvcle.exp
9691 * gdb.reverse/step-precsave.exp
9692 * gdb.reverse/step-reverse.exp
9693 * gdb.reverse/time-reverse.exp
9694 * gdb.reverse/until-precsave.exp
9695 * gdb.reverse/until-reverse.exp
9696 * gdb.reverse/waitpid-reverse.exp
9697 * gdb.reverse/watch-precsave.exp
9698 * gdb.reverse/watch-reverse.exp
9699 * gdb.rust/generics.exp
9700 * gdb.rust/methods.exp
9701 * gdb.rust/modules.exp
9702 * gdb.rust/simple.exp
9703 * gdb.server/connect-with-no-symbol-file.exp
9704 * gdb.server/ext-attach.exp
9705 * gdb.server/ext-restart.exp
9706 * gdb.server/ext-wrapper.exp
9707 * gdb.server/file-transfer.exp
9708 * gdb.server/server-exec-info.exp
9709 * gdb.server/server-kill.exp
9710 * gdb.server/server-mon.exp
9711 * gdb.server/wrapper.exp
9712 * gdb.stabs/exclfwd.exp
9713 * gdb.stabs/gdb11479.exp
9714 * gdb.threads/clone-new-thread-event.exp
9715 * gdb.threads/corethreads.exp
9716 * gdb.threads/current-lwp-dead.exp
9717 * gdb.threads/dlopen-libpthread.exp
9718 * gdb.threads/gcore-thread.exp
9719 * gdb.threads/sigstep-threads.exp
9720 * gdb.threads/watchpoint-fork.exp
9721 * gdb.trace/actions-changed.exp
9722 * gdb.trace/backtrace.exp
9723 * gdb.trace/change-loc.exp
9724 * gdb.trace/circ.exp
9725 * gdb.trace/collection.exp
9726 * gdb.trace/disconnected-tracing.exp
9727 * gdb.trace/ftrace.exp
9728 * gdb.trace/mi-trace-frame-collected.exp
9729 * gdb.trace/mi-trace-unavailable.exp
9730 * gdb.trace/mi-traceframe-changed.exp
9731 * gdb.trace/mi-tsv-changed.exp
9732 * gdb.trace/no-attach-trace.exp
9733 * gdb.trace/passc-dyn.exp
9734 * gdb.trace/qtro.exp
9735 * gdb.trace/range-stepping.exp
9736 * gdb.trace/read-memory.exp
9737 * gdb.trace/save-trace.exp
9738 * gdb.trace/signal.exp
9739 * gdb.trace/status-stop.exp
9740 * gdb.trace/tfile.exp
9741 * gdb.trace/trace-break.exp
9742 * gdb.trace/trace-buffer-size.exp
9743 * gdb.trace/trace-condition.exp
9744 * gdb.trace/tracefile-pseudo-reg.exp
9745 * gdb.trace/tstatus.exp
9746 * gdb.trace/unavailable.exp
9747 * gdb.trace/while-dyn.exp
9748 * gdb.trace/while-stepping.exp
9749
9750 2016-12-22 Doug Evans <xdje42@gmail.com>
9751
9752 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9753 and msymbols.
9754
9755 2016-12-19 Yao Qi <yao.qi@linaro.org>
9756
9757 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9758 (test_with_self): Don't call do_steps_and_nexts, and remove
9759 code about stepping into xmalloc.
9760
9761 2016-12-09 Yao Qi <yao.qi@linaro.org>
9762
9763 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9764
9765 2016-12-09 Yao Qi <yao.qi@linaro.org>
9766
9767 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9768
9769 2016-12-09 Pedro Alves <palves@redhat.com>
9770
9771 * gdb.base/all-architectures-0.exp: New file.
9772 * gdb.base/all-architectures-1.exp: New file.
9773 * gdb.base/all-architectures-2.exp: New file.
9774 * gdb.base/all-architectures-3.exp: New file.
9775 * gdb.base/all-architectures-4.exp: New file.
9776 * gdb.base/all-architectures-5.exp: New file.
9777 * gdb.base/all-architectures-6.exp: New file.
9778 * gdb.base/all-architectures-7.exp: New file.
9779 * gdb.base/all-architectures.exp.in: New file.
9780
9781 2016-12-09 Yao Qi <yao.qi@linaro.org>
9782
9783 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9784
9785 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9786
9787 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9788 possible.
9789 Remove useless pattern-matching code.
9790
9791 2016-12-02 Pedro Alves <palves@redhat.com>
9792
9793 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9794 procedure.
9795 (top level): Call it.
9796
9797 2016-12-02 Pedro Alves <palves@redhat.com>
9798
9799 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9800 New procedure.
9801 (top level): Call it.
9802
9803 2016-12-02 Pedro Alves <palves@redhat.com>
9804
9805 PR cli/20559
9806 * gdb.base/commands.exp (user_defined_command_args_eval): New
9807 procedure.
9808 (top level): Call it.
9809
9810 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9811
9812 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9813 timeout handling.
9814
9815 2016-12-02 Tom Tromey <tom@tromey.com>
9816
9817 * gdb.dwarf2/main-subprogram.c: New file.
9818 * gdb.dwarf2/main-subprogram.exp: New file.
9819
9820 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9821
9822 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9823 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9824 gdb_test_no_output for a couple of cases.
9825 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9826
9827 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9828
9829 Fix test names and standardize compilation error messages throughout
9830 the following files:
9831
9832 * gdb.ada/start.exp
9833 * gdb.arch/alpha-step.exp
9834 * gdb.arch/e500-prologue.exp
9835 * gdb.arch/ftrace-insn-reloc.exp
9836 * gdb.arch/gdb1291.exp
9837 * gdb.arch/gdb1431.exp
9838 * gdb.arch/gdb1558.exp
9839 * gdb.arch/i386-dr3-watch.exp
9840 * gdb.arch/i386-sse-stack-align.exp
9841 * gdb.arch/ia64-breakpoint-shadow.exp
9842 * gdb.arch/pa-nullify.exp
9843 * gdb.arch/powerpc-aix-prologue.exp
9844 * gdb.arch/thumb-bx-pc.exp
9845 * gdb.base/annota1.exp
9846 * gdb.base/annota3.exp
9847 * gdb.base/arrayidx.exp
9848 * gdb.base/assign.exp
9849 * gdb.base/attach.exp
9850 * gdb.base/auxv.exp
9851 * gdb.base/bang.exp
9852 * gdb.base/bfp-test.exp
9853 * gdb.base/bigcore.exp
9854 * gdb.base/bitfields2.exp
9855 * gdb.base/break-fun-addr.exp
9856 * gdb.base/break-probes.exp
9857 * gdb.base/call-rt-st.exp
9858 * gdb.base/callexit.exp
9859 * gdb.base/catch-fork-kill.exp
9860 * gdb.base/charset.exp
9861 * gdb.base/checkpoint.exp
9862 * gdb.base/comprdebug.exp
9863 * gdb.base/constvars.exp
9864 * gdb.base/coredump-filter.exp
9865 * gdb.base/cursal.exp
9866 * gdb.base/cvexpr.exp
9867 * gdb.base/detach.exp
9868 * gdb.base/display.exp
9869 * gdb.base/dmsym.exp
9870 * gdb.base/dprintf-pending.exp
9871 * gdb.base/dso2dso.exp
9872 * gdb.base/dtrace-probe.exp
9873 * gdb.base/dump.exp
9874 * gdb.base/enum_cond.exp
9875 * gdb.base/exe-lock.exp
9876 * gdb.base/exec-invalid-sysroot.exp
9877 * gdb.base/execl-update-breakpoints.exp
9878 * gdb.base/exprs.exp
9879 * gdb.base/fileio.exp
9880 * gdb.base/find.exp
9881 * gdb.base/finish.exp
9882 * gdb.base/fixsection.exp
9883 * gdb.base/foll-vfork.exp
9884 * gdb.base/frame-args.exp
9885 * gdb.base/gcore.exp
9886 * gdb.base/gdb1250.exp
9887 * gdb.base/global-var-nested-by-dso.exp
9888 * gdb.base/gnu-ifunc.exp
9889 * gdb.base/hashline1.exp
9890 * gdb.base/hashline2.exp
9891 * gdb.base/hashline3.exp
9892 * gdb.base/hbreak-in-shr-unsupported.exp
9893 * gdb.base/huge.exp
9894 * gdb.base/infcall-input.exp
9895 * gdb.base/info-fun.exp
9896 * gdb.base/info-shared.exp
9897 * gdb.base/jit-simple.exp
9898 * gdb.base/jit-so.exp
9899 * gdb.base/jit.exp
9900 * gdb.base/jump.exp
9901 * gdb.base/label.exp
9902 * gdb.base/lineinc.exp
9903 * gdb.base/logical.exp
9904 * gdb.base/longjmp.exp
9905 * gdb.base/macscp.exp
9906 * gdb.base/miscexprs.exp
9907 * gdb.base/new-ui-echo.exp
9908 * gdb.base/new-ui-pending-input.exp
9909 * gdb.base/new-ui.exp
9910 * gdb.base/nodebug.exp
9911 * gdb.base/nofield.exp
9912 * gdb.base/offsets.exp
9913 * gdb.base/overlays.exp
9914 * gdb.base/pending.exp
9915 * gdb.base/pointers.exp
9916 * gdb.base/pr11022.exp
9917 * gdb.base/printcmds.exp
9918 * gdb.base/prologue.exp
9919 * gdb.base/ptr-typedef.exp
9920 * gdb.base/realname-expand.exp
9921 * gdb.base/relativedebug.exp
9922 * gdb.base/relocate.exp
9923 * gdb.base/remote.exp
9924 * gdb.base/reread.exp
9925 * gdb.base/return2.exp
9926 * gdb.base/savedregs.exp
9927 * gdb.base/sep.exp
9928 * gdb.base/sepdebug.exp
9929 * gdb.base/sepsymtab.exp
9930 * gdb.base/set-inferior-tty.exp
9931 * gdb.base/setshow.exp
9932 * gdb.base/shlib-call.exp
9933 * gdb.base/sigaltstack.exp
9934 * gdb.base/siginfo-addr.exp
9935 * gdb.base/signals.exp
9936 * gdb.base/signull.exp
9937 * gdb.base/sigrepeat.exp
9938 * gdb.base/so-impl-ld.exp
9939 * gdb.base/solib-display.exp
9940 * gdb.base/solib-overlap.exp
9941 * gdb.base/solib-search.exp
9942 * gdb.base/solib-symbol.exp
9943 * gdb.base/structs.exp
9944 * gdb.base/structs2.exp
9945 * gdb.base/symtab-search-order.exp
9946 * gdb.base/twice.exp
9947 * gdb.base/unload.exp
9948 * gdb.base/varargs.exp
9949 * gdb.base/watchpoint-solib.exp
9950 * gdb.base/watchpoint.exp
9951 * gdb.base/whatis.exp
9952 * gdb.base/wrong_frame_bt_full.exp
9953 * gdb.btrace/dlopen.exp
9954 * gdb.cell/ea-standalone.exp
9955 * gdb.cell/ea-test.exp
9956 * gdb.cp/dispcxx.exp
9957 * gdb.cp/gdb2384.exp
9958 * gdb.cp/method2.exp
9959 * gdb.cp/nextoverthrow.exp
9960 * gdb.cp/pr10728.exp
9961 * gdb.disasm/am33.exp
9962 * gdb.disasm/h8300s.exp
9963 * gdb.disasm/mn10300.exp
9964 * gdb.disasm/sh3.exp
9965 * gdb.dwarf2/dw2-dir-file-name.exp
9966 * gdb.fortran/complex.exp
9967 * gdb.fortran/library-module.exp
9968 * gdb.guile/scm-pretty-print.exp
9969 * gdb.guile/scm-symbol.exp
9970 * gdb.guile/scm-type.exp
9971 * gdb.guile/scm-value.exp
9972 * gdb.linespec/linespec.exp
9973 * gdb.mi/gdb701.exp
9974 * gdb.mi/gdb792.exp
9975 * gdb.mi/mi-breakpoint-changed.exp
9976 * gdb.mi/mi-dprintf-pending.exp
9977 * gdb.mi/mi-dprintf.exp
9978 * gdb.mi/mi-exit-code.exp
9979 * gdb.mi/mi-pending.exp
9980 * gdb.mi/mi-solib.exp
9981 * gdb.mi/new-ui-mi-sync.exp
9982 * gdb.mi/pr11022.exp
9983 * gdb.mi/user-selected-context-sync.exp
9984 * gdb.opt/solib-intra-step.exp
9985 * gdb.python/py-events.exp
9986 * gdb.python/py-finish-breakpoint.exp
9987 * gdb.python/py-mi.exp
9988 * gdb.python/py-prettyprint.exp
9989 * gdb.python/py-shared.exp
9990 * gdb.python/py-symbol.exp
9991 * gdb.python/py-template.exp
9992 * gdb.python/py-type.exp
9993 * gdb.python/py-value.exp
9994 * gdb.reverse/solib-precsave.exp
9995 * gdb.reverse/solib-reverse.exp
9996 * gdb.server/solib-list.exp
9997 * gdb.stabs/weird.exp
9998 * gdb.threads/reconnect-signal.exp
9999 * gdb.threads/stepi-random-signal.exp
10000 * gdb.trace/actions.exp
10001 * gdb.trace/ax.exp
10002 * gdb.trace/backtrace.exp
10003 * gdb.trace/change-loc.exp
10004 * gdb.trace/deltrace.exp
10005 * gdb.trace/ftrace-lock.exp
10006 * gdb.trace/ftrace.exp
10007 * gdb.trace/infotrace.exp
10008 * gdb.trace/mi-tracepoint-changed.exp
10009 * gdb.trace/packetlen.exp
10010 * gdb.trace/passcount.exp
10011 * gdb.trace/pending.exp
10012 * gdb.trace/range-stepping.exp
10013 * gdb.trace/report.exp
10014 * gdb.trace/stap-trace.exp
10015 * gdb.trace/tfind.exp
10016 * gdb.trace/trace-break.exp
10017 * gdb.trace/trace-condition.exp
10018 * gdb.trace/trace-enable-disable.exp
10019 * gdb.trace/trace-mt.exp
10020 * gdb.trace/tracecmd.exp
10021 * gdb.trace/tspeed.exp
10022 * gdb.trace/tsv.exp
10023 * lib/perftest.exp
10024
10025 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10026
10027 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10028 with gdb_test_no_output.
10029 Use command as test name.
10030
10031 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10032
10033 Fix test names starting with uppercase throughout the files.
10034
10035 * gdb.ada/assign_1.exp
10036 * gdb.ada/boolean_expr.exp
10037 * gdb.base/arrayidx.exp
10038 * gdb.base/del.exp
10039 * gdb.base/gcore-buffer-overflow.exp
10040 * gdb.base/testenv.exp
10041 * gdb.compile/compile.exp
10042 * gdb.python/py-framefilter-invalidarg.exp
10043 * gdb.python/py-framefilter.exp
10044
10045 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10046
10047 Fix test names starting with uppercase throughout the files.
10048
10049 * gdb.ada/array_return.exp
10050 * gdb.ada/expr_delims.exp
10051 * gdb.ada/mi_dyn_arr.exp
10052 * gdb.ada/mi_interface.exp
10053 * gdb.ada/mi_var_array.exp
10054 * gdb.ada/watch_arg.exp
10055 * gdb.arch/alpha-step.exp
10056 * gdb.arch/altivec-regs.exp
10057 * gdb.arch/e500-regs.exp
10058 * gdb.arch/powerpc-d128-regs.exp
10059 * gdb.base/arrayidx.exp
10060 * gdb.base/break.exp
10061 * gdb.base/checkpoint.exp
10062 * gdb.base/debug-expr.exp
10063 * gdb.base/dmsym.exp
10064 * gdb.base/radix.exp
10065 * gdb.base/sepdebug.exp
10066 * gdb.base/testenv.exp
10067 * gdb.base/watch_thread_num.exp
10068 * gdb.base/watchpoint-cond-gone.exp
10069 * gdb.cell/break.exp
10070 * gdb.cell/ea-cache.exp
10071 * gdb.compile/compile.exp
10072 * gdb.cp/gdb2495.exp
10073 * gdb.gdb/selftest.exp
10074 * gdb.gdb/xfullpath.exp
10075 * gdb.go/hello.exp
10076 * gdb.go/integers.exp
10077 * gdb.objc/basicclass.exp
10078 * gdb.pascal/hello.exp
10079 * gdb.pascal/integers.exp
10080 * gdb.python/py-breakpoint.exp
10081 * gdb.python/py-cmd.exp
10082 * gdb.python/py-linetable.exp
10083 * gdb.python/py-xmethods.exp
10084 * gdb.python/python.exp
10085 * gdb.reverse/consecutive-precsave.exp
10086 * gdb.reverse/finish-precsave.exp
10087 * gdb.reverse/i386-precsave.exp
10088 * gdb.reverse/machinestate-precsave.exp
10089 * gdb.reverse/sigall-precsave.exp
10090 * gdb.reverse/solib-precsave.exp
10091 * gdb.reverse/step-precsave.exp
10092 * gdb.reverse/until-precsave.exp
10093 * gdb.reverse/watch-precsave.exp
10094 * gdb.threads/leader-exit.exp
10095 * gdb.threads/pthreads.exp
10096 * gdb.threads/wp-replication.exp
10097 * gdb.trace/actions.exp
10098 * gdb.trace/mi-tsv-changed.exp
10099 * gdb.trace/tsv.exp
10100
10101 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10102
10103 Fix test names starting with uppercase throughout the files.
10104
10105 * gdb.arch/i386-bp_permanent.exp
10106 * gdb.arch/i386-gnu-cfi.exp
10107 * gdb.base/disasm-end-cu.exp
10108 * gdb.base/macscp.exp
10109 * gdb.base/pending.exp
10110 * gdb.base/watch_thread_num.exp
10111 * gdb.cp/exception.exp
10112 * gdb.cp/gdb2495.exp
10113 * gdb.cp/local.exp
10114 * gdb.python/py-evsignal.exp
10115 * gdb.python/python.exp
10116 * gdb.trace/tracecmd.exp
10117
10118 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10119
10120 Fix test names starting with uppercase throughout the files.
10121
10122 * gdb.base/charset.exp
10123 * gdb.base/eval.exp
10124 * gdb.base/multi-forks.exp
10125 * gdb.guile/scm-progspace.exp
10126 * gdb.opencl/datatypes.exp
10127 * gdb.python/py-block.exp
10128 * gdb.python/py-function.exp
10129 * gdb.python/py-symbol.exp
10130 * gdb.python/py-symtab.exp
10131 * gdb.python/py-xmethods.exp
10132 * gdb.reverse/break-precsave.exp
10133 * gdb.reverse/break-reverse.exp
10134 * gdb.reverse/consecutive-precsave.exp
10135 * gdb.reverse/consecutive-reverse.exp
10136 * gdb.reverse/finish-precsave.exp
10137 * gdb.reverse/finish-reverse-bkpt.exp
10138 * gdb.reverse/finish-reverse.exp
10139 * gdb.reverse/fstatat-reverse.exp
10140 * gdb.reverse/getresuid-reverse.exp
10141 * gdb.reverse/i386-precsave.exp
10142 * gdb.reverse/i386-reverse.exp
10143 * gdb.reverse/i386-sse-reverse.exp
10144 * gdb.reverse/i387-stack-reverse.exp
10145 * gdb.reverse/insn-reverse.exp
10146 * gdb.reverse/machinestate-precsave.exp
10147 * gdb.reverse/machinestate.exp
10148 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10149 * gdb.reverse/pipe-reverse.exp
10150 * gdb.reverse/readv-reverse.exp
10151 * gdb.reverse/recvmsg-reverse.exp
10152 * gdb.reverse/rerun-prec.exp
10153 * gdb.reverse/s390-mvcle.exp
10154 * gdb.reverse/sigall-precsave.exp
10155 * gdb.reverse/sigall-reverse.exp
10156 * gdb.reverse/solib-precsave.exp
10157 * gdb.reverse/solib-reverse.exp
10158 * gdb.reverse/step-precsave.exp
10159 * gdb.reverse/step-reverse.exp
10160 * gdb.reverse/time-reverse.exp
10161 * gdb.reverse/until-precsave.exp
10162 * gdb.reverse/until-reverse.exp
10163 * gdb.reverse/waitpid-reverse.exp
10164 * gdb.reverse/watch-precsave.exp
10165 * gdb.reverse/watch-reverse.exp
10166
10167 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10168
10169 Fix test names starting with uppercase throughout the files.
10170
10171 * gdb.arch/i386-mpx-simple_segv.exp
10172 * gdb.arch/i386-mpx.exp
10173 * gdb.arch/i386-permbkpt.exp
10174 * gdb.arch/pa-nullify.exp
10175 * gdb.arch/powerpc-d128-regs.exp
10176 * gdb.arch/vsx-regs.exp
10177 * gdb.base/bfp-test.exp
10178 * gdb.base/break.exp
10179 * gdb.base/breakpoint-shadow.exp
10180 * gdb.base/callfuncs.exp
10181 * gdb.base/charset.exp
10182 * gdb.base/commands.exp
10183 * gdb.base/completion.exp
10184 * gdb.base/dfp-test.exp
10185 * gdb.base/echo.exp
10186 * gdb.base/ending-run.exp
10187 * gdb.base/eval.exp
10188 * gdb.base/expand-psymtabs.exp
10189 * gdb.base/float128.exp
10190 * gdb.base/floatn.exp
10191 * gdb.base/foll-exec-mode.exp
10192 * gdb.base/gdb1056.exp
10193 * gdb.base/gdb11531.exp
10194 * gdb.base/kill-after-signal.exp
10195 * gdb.base/multi-forks.exp
10196 * gdb.base/overlays.exp
10197 * gdb.base/pending.exp
10198 * gdb.base/sepdebug.exp
10199 * gdb.base/testenv.exp
10200 * gdb.base/valgrind-db-attach.exp
10201 * gdb.base/watch_thread_num.exp
10202 * gdb.base/watchpoint-cond-gone.exp
10203 * gdb.base/watchpoint.exp
10204 * gdb.base/watchpoints.exp
10205 * gdb.cp/arg-reference.exp
10206 * gdb.cp/baseenum.exp
10207 * gdb.cp/operator.exp
10208 * gdb.cp/shadow.exp
10209 * gdb.dwarf2/dw2-op-out-param.exp
10210 * gdb.dwarf2/dw2-reg-undefined.exp
10211 * gdb.go/chan.exp
10212 * gdb.go/hello.exp
10213 * gdb.go/integers.exp
10214 * gdb.go/methods.exp
10215 * gdb.go/package.exp
10216 * gdb.guile/scm-parameter.exp
10217 * gdb.guile/scm-progspace.exp
10218 * gdb.guile/scm-value.exp
10219 * gdb.mi/mi-pending.exp
10220 * gdb.mi/user-selected-context-sync.exp
10221 * gdb.multi/multi-attach.exp
10222 * gdb.multi/tids.exp
10223 * gdb.opt/clobbered-registers-O2.exp
10224 * gdb.pascal/floats.exp
10225 * gdb.pascal/integers.exp
10226 * gdb.python/py-block.exp
10227 * gdb.python/py-events.exp
10228 * gdb.python/py-parameter.exp
10229 * gdb.python/py-symbol.exp
10230 * gdb.python/py-symtab.exp
10231 * gdb.python/py-type.exp
10232 * gdb.python/py-value.exp
10233 * gdb.python/py-xmethods.exp
10234 * gdb.python/python.exp
10235 * gdb.reverse/break-precsave.exp
10236 * gdb.reverse/consecutive-precsave.exp
10237 * gdb.reverse/finish-precsave.exp
10238 * gdb.reverse/i386-precsave.exp
10239 * gdb.reverse/machinestate-precsave.exp
10240 * gdb.reverse/sigall-precsave.exp
10241 * gdb.reverse/solib-precsave.exp
10242 * gdb.reverse/step-precsave.exp
10243 * gdb.reverse/until-precsave.exp
10244 * gdb.reverse/watch-precsave.exp
10245 * gdb.server/ext-attach.exp
10246 * gdb.server/ext-restart.exp
10247 * gdb.server/ext-run.exp
10248 * gdb.server/ext-wrapper.exp
10249 * gdb.stabs/gdb11479.exp
10250 * gdb.stabs/weird.exp
10251 * gdb.threads/attach-many-short-lived-threads.exp
10252 * gdb.threads/kill.exp
10253 * gdb.threads/watchpoint-fork.exp
10254
10255 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10256
10257 Fix test names starting with uppercase throughout all the files below.
10258
10259 * gdb.ada/array_return.exp
10260 * gdb.ada/catch_ex.exp
10261 * gdb.ada/info_exc.exp
10262 * gdb.ada/mi_catch_ex.exp
10263 * gdb.ada/mi_dyn_arr.exp
10264 * gdb.ada/mi_ex_cond.exp
10265 * gdb.ada/mi_exc_info.exp
10266 * gdb.ada/mi_interface.exp
10267 * gdb.ada/mi_task_arg.exp
10268 * gdb.ada/mi_task_info.exp
10269 * gdb.ada/mi_var_array.exp
10270 * gdb.arch/alpha-step.exp
10271 * gdb.arch/amd64-disp-step.exp
10272 * gdb.arch/arm-disp-step.exp
10273 * gdb.arch/disp-step-insn-reloc.exp
10274 * gdb.arch/e500-prologue.exp
10275 * gdb.arch/ftrace-insn-reloc.exp
10276 * gdb.arch/gdb1558.exp
10277 * gdb.arch/i386-bp_permanent.exp
10278 * gdb.arch/i386-disp-step.exp
10279 * gdb.arch/i386-float.exp
10280 * gdb.arch/i386-gnu-cfi.exp
10281 * gdb.arch/ia64-breakpoint-shadow.exp
10282 * gdb.arch/mips16-thunks.exp
10283 * gdb.arch/pa-nullify.exp
10284 * gdb.arch/powerpc-aix-prologue.exp
10285 * gdb.arch/powerpc-power.exp
10286 * gdb.arch/ppc-dfp.exp
10287 * gdb.arch/s390-tdbregs.exp
10288 * gdb.arch/spu-info.exp
10289 * gdb.arch/spu-ls.exp
10290 * gdb.arch/thumb-bx-pc.exp
10291 * gdb.base/advance.exp
10292 * gdb.base/annota-input-while-running.exp
10293 * gdb.base/arrayidx.exp
10294 * gdb.base/asmlabel.exp
10295 * gdb.base/async.exp
10296 * gdb.base/attach-wait-input.exp
10297 * gdb.base/auto-connect-native-target.exp
10298 * gdb.base/batch-preserve-term-settings.exp
10299 * gdb.base/bfp-test.exp
10300 * gdb.base/bigcore.exp
10301 * gdb.base/bp-permanent.exp
10302 * gdb.base/break-always.exp
10303 * gdb.base/break-fun-addr.exp
10304 * gdb.base/break-idempotent.exp
10305 * gdb.base/break-main-file-remove-fail.exp
10306 * gdb.base/break-probes.exp
10307 * gdb.base/break-unload-file.exp
10308 * gdb.base/break.exp
10309 * gdb.base/call-ar-st.exp
10310 * gdb.base/call-rt-st.exp
10311 * gdb.base/call-sc.exp
10312 * gdb.base/call-signal-resume.exp
10313 * gdb.base/call-strs.exp
10314 * gdb.base/callexit.exp
10315 * gdb.base/callfuncs.exp
10316 * gdb.base/catch-gdb-caused-signals.exp
10317 * gdb.base/catch-signal-siginfo-cond.exp
10318 * gdb.base/catch-syscall.exp
10319 * gdb.base/compare-sections.exp
10320 * gdb.base/cond-eval-mode.exp
10321 * gdb.base/condbreak-call-false.exp
10322 * gdb.base/consecutive-step-over.exp
10323 * gdb.base/cursal.exp
10324 * gdb.base/disabled-location.exp
10325 * gdb.base/disasm-end-cu.exp
10326 * gdb.base/display.exp
10327 * gdb.base/double-prompt-target-event-error.exp
10328 * gdb.base/dprintf-bp-same-addr.exp
10329 * gdb.base/dprintf-detach.exp
10330 * gdb.base/dprintf-next.exp
10331 * gdb.base/dprintf-non-stop.exp
10332 * gdb.base/dprintf-pending.exp
10333 * gdb.base/dso2dso.exp
10334 * gdb.base/ending-run.exp
10335 * gdb.base/enum_cond.exp
10336 * gdb.base/examine-backward.exp
10337 * gdb.base/exe-lock.exp
10338 * gdb.base/exec-invalid-sysroot.exp
10339 * gdb.base/execl-update-breakpoints.exp
10340 * gdb.base/execution-termios.exp
10341 * gdb.base/fileio.exp
10342 * gdb.base/fixsection.exp
10343 * gdb.base/foll-exec-mode.exp
10344 * gdb.base/foll-exec.exp
10345 * gdb.base/fork-running-state.exp
10346 * gdb.base/frame-args.exp
10347 * gdb.base/fullpath-expand.exp
10348 * gdb.base/func-ptr.exp
10349 * gdb.base/gcore-relro-pie.exp
10350 * gdb.base/gdb1090.exp
10351 * gdb.base/gdb1555.exp
10352 * gdb.base/global-var-nested-by-dso.exp
10353 * gdb.base/gnu-ifunc.exp
10354 * gdb.base/hbreak-in-shr-unsupported.exp
10355 * gdb.base/hbreak-unmapped.exp
10356 * gdb.base/hook-stop.exp
10357 * gdb.base/infcall-input.exp
10358 * gdb.base/info-fun.exp
10359 * gdb.base/info-shared.exp
10360 * gdb.base/interrupt-noterm.exp
10361 * gdb.base/jit-so.exp
10362 * gdb.base/jit.exp
10363 * gdb.base/line-symtabs.exp
10364 * gdb.base/list.exp
10365 * gdb.base/longjmp.exp
10366 * gdb.base/macscp.exp
10367 * gdb.base/max-value-size.exp
10368 * gdb.base/nodebug.exp
10369 * gdb.base/nofield.exp
10370 * gdb.base/overlays.exp
10371 * gdb.base/paginate-after-ctrl-c-running.exp
10372 * gdb.base/paginate-bg-execution.exp
10373 * gdb.base/paginate-inferior-exit.exp
10374 * gdb.base/pending.exp
10375 * gdb.base/pr11022.exp
10376 * gdb.base/printcmds.exp
10377 * gdb.base/ptr-typedef.exp
10378 * gdb.base/ptype.exp
10379 * gdb.base/randomize.exp
10380 * gdb.base/range-stepping.exp
10381 * gdb.base/realname-expand.exp
10382 * gdb.base/relativedebug.exp
10383 * gdb.base/remote.exp
10384 * gdb.base/savedregs.exp
10385 * gdb.base/sepdebug.exp
10386 * gdb.base/set-noassign.exp
10387 * gdb.base/shlib-call.exp
10388 * gdb.base/shreloc.exp
10389 * gdb.base/sigaltstack.exp
10390 * gdb.base/sigbpt.exp
10391 * gdb.base/siginfo-addr.exp
10392 * gdb.base/siginfo-obj.exp
10393 * gdb.base/siginfo-thread.exp
10394 * gdb.base/signest.exp
10395 * gdb.base/signull.exp
10396 * gdb.base/sigrepeat.exp
10397 * gdb.base/skip.exp
10398 * gdb.base/so-impl-ld.exp
10399 * gdb.base/solib-corrupted.exp
10400 * gdb.base/solib-disc.exp
10401 * gdb.base/solib-display.exp
10402 * gdb.base/solib-overlap.exp
10403 * gdb.base/solib-search.exp
10404 * gdb.base/solib-symbol.exp
10405 * gdb.base/source-execution.exp
10406 * gdb.base/sss-bp-on-user-bp-2.exp
10407 * gdb.base/sss-bp-on-user-bp.exp
10408 * gdb.base/stack-checking.exp
10409 * gdb.base/stale-infcall.exp
10410 * gdb.base/step-break.exp
10411 * gdb.base/step-line.exp
10412 * gdb.base/step-over-exit.exp
10413 * gdb.base/step-test.exp
10414 * gdb.base/structs.exp
10415 * gdb.base/sym-file.exp
10416 * gdb.base/symtab-search-order.exp
10417 * gdb.base/term.exp
10418 * gdb.base/type-opaque.exp
10419 * gdb.base/unload.exp
10420 * gdb.base/until-nodebug.exp
10421 * gdb.base/until.exp
10422 * gdb.base/unwindonsignal.exp
10423 * gdb.base/watch-cond.exp
10424 * gdb.base/watch-non-mem.exp
10425 * gdb.base/watch_thread_num.exp
10426 * gdb.base/watchpoint-reuse-slot.exp
10427 * gdb.base/watchpoint-solib.exp
10428 * gdb.base/watchpoint.exp
10429 * gdb.btrace/dlopen.exp
10430 * gdb.cell/arch.exp
10431 * gdb.cell/break.exp
10432 * gdb.cell/bt.exp
10433 * gdb.cell/core.exp
10434 * gdb.cell/data.exp
10435 * gdb.cell/dwarfaddr.exp
10436 * gdb.cell/ea-cache.exp
10437 * gdb.cell/ea-standalone.exp
10438 * gdb.cell/ea-test.exp
10439 * gdb.cell/f-regs.exp
10440 * gdb.cell/fork.exp
10441 * gdb.cell/gcore.exp
10442 * gdb.cell/mem-access.exp
10443 * gdb.cell/ptype.exp
10444 * gdb.cell/registers.exp
10445 * gdb.cell/sizeof.exp
10446 * gdb.cell/solib-symbol.exp
10447 * gdb.cell/solib.exp
10448 * gdb.compile/compile-tls.exp
10449 * gdb.cp/exception.exp
10450 * gdb.cp/gdb2495.exp
10451 * gdb.cp/local.exp
10452 * gdb.cp/mb-inline.exp
10453 * gdb.cp/mb-templates.exp
10454 * gdb.cp/pr10687.exp
10455 * gdb.cp/pr9167.exp
10456 * gdb.cp/scope-err.exp
10457 * gdb.cp/templates.exp
10458 * gdb.cp/virtfunc.exp
10459 * gdb.dwarf2/dw2-dir-file-name.exp
10460 * gdb.dwarf2/dw2-single-line-discriminators.exp
10461 * gdb.fortran/complex.exp
10462 * gdb.fortran/library-module.exp
10463 * gdb.guile/guile.exp
10464 * gdb.guile/scm-cmd.exp
10465 * gdb.guile/scm-frame-inline.exp
10466 * gdb.guile/scm-objfile.exp
10467 * gdb.guile/scm-pretty-print.exp
10468 * gdb.guile/scm-symbol.exp
10469 * gdb.guile/scm-type.exp
10470 * gdb.guile/scm-value.exp
10471 * gdb.linespec/keywords.exp
10472 * gdb.linespec/ls-errs.exp
10473 * gdb.linespec/macro-relative.exp
10474 * gdb.linespec/thread.exp
10475 * gdb.mi/mi-breakpoint-changed.exp
10476 * gdb.mi/mi-dprintf-pending.exp
10477 * gdb.mi/mi-fullname-deleted.exp
10478 * gdb.mi/mi-logging.exp
10479 * gdb.mi/mi-pending.exp
10480 * gdb.mi/mi-solib.exp
10481 * gdb.mi/new-ui-mi-sync.exp
10482 * gdb.mi/user-selected-context-sync.exp
10483 * gdb.multi/dummy-frame-restore.exp
10484 * gdb.multi/multi-arch-exec.exp
10485 * gdb.multi/remove-inferiors.exp
10486 * gdb.multi/watchpoint-multi-exit.exp
10487 * gdb.opt/solib-intra-step.exp
10488 * gdb.perf/backtrace.exp
10489 * gdb.perf/single-step.exp
10490 * gdb.perf/skip-command.exp
10491 * gdb.perf/skip-prologue.exp
10492 * gdb.perf/solib.exp
10493 * gdb.python/lib-types.exp
10494 * gdb.python/py-as-string.exp
10495 * gdb.python/py-bad-printers.exp
10496 * gdb.python/py-block.exp
10497 * gdb.python/py-breakpoint.exp
10498 * gdb.python/py-cmd.exp
10499 * gdb.python/py-events.exp
10500 * gdb.python/py-evthreads.exp
10501 * gdb.python/py-finish-breakpoint.exp
10502 * gdb.python/py-finish-breakpoint2.exp
10503 * gdb.python/py-frame-inline.exp
10504 * gdb.python/py-frame.exp
10505 * gdb.python/py-inferior.exp
10506 * gdb.python/py-infthread.exp
10507 * gdb.python/py-mi.exp
10508 * gdb.python/py-objfile.exp
10509 * gdb.python/py-pp-maint.exp
10510 * gdb.python/py-pp-registration.exp
10511 * gdb.python/py-prettyprint.exp
10512 * gdb.python/py-recurse-unwind.exp
10513 * gdb.python/py-shared.exp
10514 * gdb.python/py-symbol.exp
10515 * gdb.python/py-symtab.exp
10516 * gdb.python/py-template.exp
10517 * gdb.python/py-type.exp
10518 * gdb.python/py-unwind-maint.exp
10519 * gdb.python/py-unwind.exp
10520 * gdb.python/py-value.exp
10521 * gdb.python/python.exp
10522 * gdb.reverse/finish-reverse-bkpt.exp
10523 * gdb.reverse/insn-reverse.exp
10524 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10525 * gdb.reverse/solib-precsave.exp
10526 * gdb.reverse/solib-reverse.exp
10527 * gdb.stabs/gdb11479.exp
10528 * gdb.stabs/weird.exp
10529 * gdb.threads/fork-child-threads.exp
10530 * gdb.threads/fork-plus-threads.exp
10531 * gdb.threads/fork-thread-pending.exp
10532 * gdb.threads/forking-threads-plus-breakpoint.exp
10533 * gdb.threads/hand-call-in-threads.exp
10534 * gdb.threads/interrupted-hand-call.exp
10535 * gdb.threads/linux-dp.exp
10536 * gdb.threads/local-watch-wrong-thread.exp
10537 * gdb.threads/next-while-other-thread-longjmps.exp
10538 * gdb.threads/non-ldr-exit.exp
10539 * gdb.threads/pending-step.exp
10540 * gdb.threads/print-threads.exp
10541 * gdb.threads/process-dies-while-detaching.exp
10542 * gdb.threads/process-dies-while-handling-bp.exp
10543 * gdb.threads/pthreads.exp
10544 * gdb.threads/queue-signal.exp
10545 * gdb.threads/reconnect-signal.exp
10546 * gdb.threads/signal-command-handle-nopass.exp
10547 * gdb.threads/signal-command-multiple-signals-pending.exp
10548 * gdb.threads/signal-delivered-right-thread.exp
10549 * gdb.threads/signal-sigtrap.exp
10550 * gdb.threads/sigthread.exp
10551 * gdb.threads/staticthreads.exp
10552 * gdb.threads/stepi-random-signal.exp
10553 * gdb.threads/thread-unwindonsignal.exp
10554 * gdb.threads/thread_check.exp
10555 * gdb.threads/thread_events.exp
10556 * gdb.threads/tid-reuse.exp
10557 * gdb.threads/tls-nodebug.exp
10558 * gdb.threads/tls-shared.exp
10559 * gdb.threads/tls-so_extern.exp
10560 * gdb.threads/tls.exp
10561 * gdb.threads/wp-replication.exp
10562 * gdb.trace/actions-changed.exp
10563 * gdb.trace/actions.exp
10564 * gdb.trace/backtrace.exp
10565 * gdb.trace/change-loc.exp
10566 * gdb.trace/collection.exp
10567 * gdb.trace/deltrace.exp
10568 * gdb.trace/disconnected-tracing.exp
10569 * gdb.trace/entry-values.exp
10570 * gdb.trace/ftrace-lock.exp
10571 * gdb.trace/ftrace.exp
10572 * gdb.trace/infotrace.exp
10573 * gdb.trace/mi-trace-frame-collected.exp
10574 * gdb.trace/mi-trace-unavailable.exp
10575 * gdb.trace/mi-traceframe-changed.exp
10576 * gdb.trace/mi-tracepoint-changed.exp
10577 * gdb.trace/mi-tsv-changed.exp
10578 * gdb.trace/no-attach-trace.exp
10579 * gdb.trace/packetlen.exp
10580 * gdb.trace/passc-dyn.exp
10581 * gdb.trace/passcount.exp
10582 * gdb.trace/pending.exp
10583 * gdb.trace/pr16508.exp
10584 * gdb.trace/qtro.exp
10585 * gdb.trace/range-stepping.exp
10586 * gdb.trace/read-memory.exp
10587 * gdb.trace/report.exp
10588 * gdb.trace/save-trace.exp
10589 * gdb.trace/signal.exp
10590 * gdb.trace/stap-trace.exp
10591 * gdb.trace/status-stop.exp
10592 * gdb.trace/strace.exp
10593 * gdb.trace/tfile.exp
10594 * gdb.trace/tfind.exp
10595 * gdb.trace/trace-break.exp
10596 * gdb.trace/trace-condition.exp
10597 * gdb.trace/trace-enable-disable.exp
10598 * gdb.trace/trace-mt.exp
10599 * gdb.trace/tracecmd.exp
10600 * gdb.trace/tracefile-pseudo-reg.exp
10601 * gdb.trace/tspeed.exp
10602 * gdb.trace/tstatus.exp
10603 * gdb.trace/tsv.exp
10604 * gdb.trace/unavailable.exp
10605 * gdb.trace/while-dyn.exp
10606 * gdb.trace/while-stepping.exp
10607 * lib/gdb-guile.exp
10608 * lib/gdb.exp
10609 * lib/mi-support.exp
10610 * lib/pascal.exp
10611 * lib/perftest.exp
10612 * lib/prelink-support.exp
10613 * lib/selftest-support.exp
10614
10615 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10616
10617 * Makefile.in: Include disable-implicit-rules.mk.
10618
10619 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10620
10621 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10622 non-byte-aligned bit fields.
10623
10624 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10625
10626 PR gdb/12616
10627 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10628 respects the DW_AT_data_bit_offset attribute.
10629
10630 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10631
10632 * gdb.base/default.exp: Fix output of "set language".
10633
10634 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10635
10636 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10637 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10638 make.
10639 * configure.ac: Remove checks for the make program.
10640 * configure: Re-generate.
10641
10642 2016-11-16 Kevin Buettner <kevinb@redhat.com>
10643
10644 * gdb.python/py-recurse-unwind.c (main): Add loop.
10645 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10646 to read_register() and gdb.parse_and_eval(). Make each code
10647 call a separate case that can be individually tested.
10648 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10649 proc. Call cont_and_backtrace for each of the code paths that
10650 we want to test in the unwinder.
10651
10652 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10653
10654 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10655 the definition of struct S.
10656
10657 2016-11-11 Catherine Moore <clm@codesourcery.com>
10658
10659 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10660
10661 2016-11-09 Pedro Alves <palves@redhat.com>
10662
10663 * gdb.base/commands.exp (runto_or_return): New procedure.
10664 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10665 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10666 (progvar_simple_while_test, progvar_complex_if_while_test)
10667 (if_while_breakpoint_command_test)
10668 (infrun_breakpoint_command_test, breakpoint_command_test)
10669 (user_defined_command_test, watchpoint_command_test)
10670 (test_command_prompt_position, redefine_hook_test)
10671 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10672 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10673 multi_line_input and multi_line. Remove gdb_expect and
10674 gdb_stop_suppressing_tests uses.
10675 * lib/gdb.exp (valnum_re): New global.
10676 (multi_line_input): New procedure.
10677
10678 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10679
10680 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10681 Remove.
10682 (test_setup): Define with proc_with_prefix.
10683 (test_cli_inferior): Likewise.
10684 (test_cli_thread): Likewise.
10685 (test_cli_frame): Likewise.
10686 (test_cli_select_frame): Likewise.
10687 (test_cli_up_down): Likewise.
10688 (test_mi_thread_select): Likewise.
10689 (test_mi_stack_select_frame): Likewise.
10690 (test_cli_in_mi_inferior): Likewise.
10691 (test_cli_in_mi_thread): Likewise.
10692 (test_cli_in_mi_frame): Likewise.
10693 (top level): Do not use with_test_prefix_procname.
10694
10695 2016-11-09 Pedro Alves <palves@redhat.com>
10696
10697 * gdb.base/commands.exp (gdbvar_simple_if_test)
10698 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10699 (progvar_simple_if_test, progvar_simple_while_test)
10700 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10701 (infrun_breakpoint_command_test, breakpoint_command_test)
10702 (user_defined_command_test, watchpoint_command_test)
10703 (test_command_prompt_position, deprecated_command_test)
10704 (bp_deleted_in_command, temporary_breakpoint_commands)
10705 (stray_arg0_test, source_file_with_indented_comment)
10706 (recursive_source_test, if_commands_test)
10707 (error_clears_commands_left, redefine_hook_test)
10708 (redefine_backtrace_test): Use proc_with_prefix.
10709 * lib/gdb.exp (proc_with_prefix): New proc.
10710
10711 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10712
10713 * gdb.base/tui-layout.c: New file.
10714 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10715 disassembly window contains very long lines.
10716
10717 2016-11-08 Tom Tromey <tom@tromey.com>
10718
10719 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10720 depend on Python 2.
10721
10722 2016-11-08 Tom Tromey <tom@tromey.com>
10723
10724 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10725 New method.
10726
10727 2016-10-29 Manish Goregaokar <manish@mozilla.com>
10728
10729 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
10730
10731 2016-10-27 Manish Goregaokar <manish@mozilla.com>
10732
10733 * gdb.rust/simple.rs: Add test for univariant enums without
10734 discriminants and for encoded struct-like enums.
10735
10736 2016-10-28 Pedro Alves <palves@redhat.com>
10737
10738 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10739 gdb_test_multiple, tighten regexps and match symtabs and line
10740 tables incrementally.
10741
10742 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
10743
10744 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10745 general.
10746
10747 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
10748
10749 * gdb.base/exec-invalid-sysroot.exp: New file.
10750
10751 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10752
10753 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10754
10755 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10756
10757 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10758
10759 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10760
10761 * gdb.base/killed-outside.exp: Remove $options from a call to
10762 `prepare_for_testing'.
10763
10764 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10765
10766 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10767 Change test message.
10768
10769 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10770
10771 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10772 Update comment.
10773
10774 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10775
10776 * gdb.trace/mi-trace-save.exp: New file.
10777
10778 2016-10-13 Yao Qi <yao.qi@linaro.org>
10779
10780 * gdb.base/code_elim.exp (get_var_address): Remove.
10781 * gdb.base/relocate.exp: Likewise.
10782 * gdb.base/shreloc.exp: Likewise.
10783 * lib/gdb.exp (get_var_address): New.
10784
10785 2016-10-13 Yao Qi <yao.qi@linaro.org>
10786
10787 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10788 floating point tests if $skip_float_test is false.
10789
10790 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
10791
10792 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10793 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10794 argc values.
10795 Add 1 to argc so we guarantee distinct initial/modified argc values.
10796
10797 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10798
10799 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10800
10801 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10802
10803 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10804 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10805 * gdb.arch/vsx-regs.exp: Likewise.
10806
10807 2016-10-07 Yao Qi <yao.qi@linaro.org>
10808
10809 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10810
10811 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10812
10813 * gdb.python/python.exp: Test decode_line("*0").
10814
10815 2016-10-06 Doug Evans <dje@google.com>
10816
10817 * gdb.python/py-value.exp (test_value_creation): Add test for large
10818 unsigned 64-bit value.
10819
10820 2016-10-06 Tom Tromey <tom@tromey.com>
10821
10822 * gdb.compile/compile.exp: Change java tests to rust.
10823 * gdb.base/setshow.exp: Change java tests to rust.
10824 * gdb.base/default.exp: Remove java from language list.
10825 * README (Examples): Update language example.
10826 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10827 test.
10828 * lib/gdb.exp (skip_java_tests): Remove.
10829 * lib/java.exp: Remove.
10830 * gdb.java: Remove.
10831
10832 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10833
10834 * gdb.arch/mips-fcr.exp: New test.
10835 * gdb.arch/mips-fcr.c: Source for the new test.
10836
10837 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10838
10839 * gdb.base/solib-disc.exp: Use `standard_output_file'
10840 throughout.
10841
10842 2016-10-06 Pedro Alves <palves@redhat.com>
10843
10844 * gdb.base/jit-simple-dl.c: New file.
10845 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10846 * gdb.base/jit-simple.c: ... this.
10847 * gdb.base/jit-simple.exp (jit_run): Delete.
10848 (build_jit): New proc.
10849 (jit_test_reread): Recompile either the main program or the shared
10850 library, depending on what is being tested. Skip changing address
10851 if caller wants to. Compare before/after addresses. If testing
10852 standalone, explicitly load the binary. Test "maint info
10853 breakpoints".
10854 (top level): Add "standalone vs shared lib" and "change address"
10855 vs "same address" axes.
10856
10857 2016-10-06 Pedro Alves <palves@redhat.com>
10858
10859 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10860 call.
10861 (jit_run): Delete.
10862 (jit_test_reread): Use with_test_prefix. Reload the main binary
10863 explicitly. Compare the before/after addresses of the JIT
10864 descriptor.
10865
10866 2016-08-15 Doug Evans <dje@google.com>
10867
10868 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10869 for single bitfields is bool.
10870 * gdb.xml/tdesc-regs.exp: Ditto.
10871
10872 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10873
10874 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10875
10876 2016-10-05 Yao Qi <yao.qi@linaro.org>
10877
10878 * lib/gdb.exp (support_complex_tests): Return zero if
10879 gdb_skip_float_test return true.
10880
10881 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10882 Simon Marchi <simon.marchi@ericsson.com>
10883
10884 PR gdb/20487
10885 * gdb.mi/user-selected-context-sync.exp: New file.
10886 * gdb.mi/user-selected-context-sync.c: New file.
10887
10888 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10889 Simon Marchi <simon.marchi@ericsson.com>
10890
10891 PR gdb/20487
10892 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10893 =thread-select-event check.
10894
10895 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10896
10897 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10898 the compulsory L operand changes.
10899 * gdb.arch/powerpc-power.s: Likewise.
10900
10901 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10902
10903 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10904 * gdb.base/jit-attach-pie.c: New file.
10905 * gdb.base/jit-attach-pie.exp: New file.
10906
10907 2016-09-28 Pedro Alves <palves@redhat.com>
10908
10909 * gdb.base/infcall-input.c: New file.
10910 * gdb.base/infcall-input.exp: New file.
10911
10912 2016-09-22 Yao Qi <yao.qi@linaro.org>
10913
10914 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10915 (gdb_exit): Rename it to ...
10916 (gdbserver_gdb_exit): ... Close GDBserver.
10917 (gdb_exit): New proc, call gdbserver_gdb_exit.
10918 (mi_gdb_exit): Likewise.
10919
10920 2016-09-22 Yao Qi <yao.qi@linaro.org>
10921
10922 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10923 path.
10924 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10925 Remove duplication.
10926
10927 2016-09-22 Yao Qi <yao.qi@linaro.org>
10928
10929 * lib/gdbserver-support.exp: Check the existence of
10930 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10931
10932 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10933
10934 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10935
10936 2016-09-21 Tom Tromey <tom@tromey.com>
10937
10938 PR gdb/20604:
10939 * gdb.base/quit.exp: New file.
10940
10941 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10942
10943 * .gitignore: New file.
10944
10945 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
10946
10947 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
10948 throughout.
10949
10950 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10951
10952 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
10953
10954 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10955
10956 * gdb.cp/casts.cc (decltype): Move it ...
10957 (main): ... with its call to ...
10958 * gdb.cp/casts03.cc: ... a new file.
10959 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
10960
10961 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10962
10963 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
10964
10965 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
10966
10967 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
10968 and sync up the test with tests in gas/testsuite/gas/ppc.
10969 * gdb.arch/powerpc-power.exp: Likewise.
10970
10971 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10972
10973 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
10974
10975 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
10976 Jan Kratochvil <jan.kratochvil@redhat.com>
10977
10978 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
10979 make m1's definition to be different from m2's. Use 'dummy' as an
10980 argument for probe 'two'.
10981
10982 2016-09-10 Jon Beniston <jon@beniston.com>
10983
10984 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
10985 for sim target.
10986
10987 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10988
10989 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
10990 variable declaration.
10991 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
10992 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
10993 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
10994 received HWCAP as its argument.
10995
10996 2016-09-06 Pedro Alves <palves@redhat.com>
10997
10998 * gdb.base/new-ui-pending-input.c: New file.
10999 * gdb.base/new-ui-pending-input.exp: New file.
11000 * gdb.exp (clear_gdb_spawn_id): New procedure.
11001 (with_spawn_id): Check whether gdb_spawn_id exists before
11002 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11003 on exit.
11004
11005 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11006
11007 * gdb.base/float128.c: New file.
11008 * gdb.base/float128.exp: Likewise.
11009 * gdb.base/floatn.c: Likewise.
11010 * gdb.base/floatn.exp: Likewise.
11011
11012 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11013
11014 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11015
11016 2016-09-05 Pedro Alves <palves@redhat.com>
11017
11018 PR backtrace/19927
11019 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11020 unwinders are immediately called as side effect of "source" or
11021 "disable unwinder" commands.
11022 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11023
11024 2016-09-02 Yao Qi <yao.qi@linaro.org>
11025
11026 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11027 is true and $type is "float" or "double".
11028
11029 2016-09-02 Yao Qi <yao.qi@linaro.org>
11030
11031 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11032 true.
11033 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11034 * gdb.base/call-rt-st.exp: Likewise.
11035 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11036 return value instead of gdb,skip_float_test.
11037 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11038 (do_function_calls): Use its return value instead of
11039 gdb,skip_float_test.
11040 * gdb.base/finish.exp: Likewise.
11041 * gdb.base/funcargs.exp: Likewise.
11042 * gdb.base/return.exp: Likewise.
11043 * gdb.base/return2.exp: Likewise.
11044 * gdb.base/varargs.exp: Likewise.
11045 * lib/gdb.exp (gdb_skip_float_test): Change it to
11046 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11047
11048 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11049
11050 * gdb.multi/tids.exp: Test "thread apply all".
11051
11052 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11053
11054 * gdb.base/default.exp (tty): Remove.
11055
11056 2016-08-24 Kevin Buettner <kevinb@redhat.com>
11057
11058 * gdb.python/py-recurse-unwind.c: New file.
11059 * gdb.python/py-recurse-unwind.py: New file.
11060 * gdb.python/py-recurse-unwind.exp: New file.
11061
11062 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11063
11064 * gdb.base/set-inferior-tty.exp: New file.
11065 * gdb.base/set-inferior-tty.c: New file.
11066
11067 2016-08-23 Pedro Alves <palves@redhat.com>
11068
11069 PR gdb/20494
11070 * gdb.base/new-ui-echo.c: New file.
11071 * gdb.base/new-ui-echo.exp: New file.
11072
11073 2016-08-23 Yao Qi <yao.qi@linaro.org>
11074
11075 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11076 gdbserver_spawn.
11077 * gdb.server/connect-without-multi-process.exp (do_test):
11078 Likewise.
11079
11080 2016-08-23 Yao Qi <yao.qi@linaro.org>
11081
11082 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11083 standalone_txt. Delete gdb_txt and standalone_txt on host
11084 and target. Spawn the binary on target. Copy files from
11085 target to host.
11086
11087 2016-08-22 Pedro Alves <palves@redhat.com>
11088
11089 PR gdb/20505
11090 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11091 with_test_prefix. Factor out bits to ...
11092 (test_no_vdso): ... this new procedure.
11093
11094 2016-08-19 Carl Love <cel@us.ibm.com>
11095
11096 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11097 maintaining separate logic for constructing the output path.
11098 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11099 * gdb.arch/ppc-dfp.exp: Likewise.
11100 * gdb.arch/ppc-fp.exp: Likewise.
11101 * gdb.arch/vsx-regs.exp: Likewise.
11102 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11103 binprefix for generating the additional binary files.
11104
11105 2016-08-19 Pedro Alves <palves@redhat.com>
11106
11107 * gdb.trace/mi-trace-frame-collected.exp
11108 (test_trace_frame_collected): On x32, expect two registers.
11109
11110 2016-08-18 Carl Love <cel@us.ibm.com>
11111
11112 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11113 and sync up the test with tests in gas/testsuite/gas/ppc.
11114 * gdb.arch/powerpc-power.exp: Likewise.
11115
11116 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11117
11118 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11119 expected error message.
11120
11121 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11122
11123 * gdb.multi/remove-inferiors.exp: New file.
11124 * gdb.multi/remove-inferiors.c: New file.
11125
11126 2016-08-12 Yao Qi <yao.qi@linaro.org>
11127
11128 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11129 argument list.
11130
11131 2016-08-10 Pedro Alves <palves@redhat.com>
11132
11133 PR gdb/19187
11134 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11135 setup_kfails.
11136
11137 2016-08-09 Pedro Alves <palves@redhat.com>
11138 Simon Marchi <simon.marchi@ericsson.com>
11139
11140 PR gdb/20418
11141 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11142 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11143
11144 2016-08-09 Pedro Alves <palves@redhat.com>
11145
11146 PR mi/20431
11147 * gdb.mi/mi-cmd-error.exp: New file.
11148
11149 2016-08-09 Pedro Alves <palves@redhat.com>
11150
11151 PR gdb/18653
11152 * gdb.base/signals-state-child.c: New file.
11153 * gdb.base/signals-state-child.exp: New file.
11154 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11155
11156 2016-08-09 Pedro Alves <palves@redhat.com>
11157
11158 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11159
11160 2016-08-03 Tom Tromey <tom@tromey.com>
11161
11162 PR python/18565:
11163 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11164
11165 2016-08-01 Yao Qi <yao.qi@linaro.org>
11166
11167 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11168 variable mode to "multi-process" if $multi_process is 1, otherwise
11169 set it to "single-process".
11170
11171 2016-08-01 Yao Qi <yao.qi@linaro.org>
11172
11173 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11174 * gdb.cp/cpexprs.exp: Likewise.
11175 * gdb.cp/m-static.exp: Likewise.
11176
11177 2016-07-26 Tom Tromey <tom@tromey.com>
11178
11179 PR python/20190:
11180 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11181 test.
11182
11183 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11184
11185 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11186 selecting assembly source files.
11187 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11188 assembly source files.
11189 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11190 assembly source files.
11191 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11192 selecting assembly source files.
11193
11194 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11195
11196 * gdb.base/new-ui.exp (do_test_invalid_args): New
11197 procedure.
11198
11199 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11200
11201 * gdb.btrace/reconnect.c: New file.
11202 * gdb.btrace/reconnect.exp: New file.
11203
11204 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11205
11206 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11207 to test_catch_syscall_group.
11208 (test_catch_syscall_group): New.
11209
11210 2016-07-21 Tom Tromey <tom@tromey.com>
11211
11212 * gdb.rust/simple.rs (main): Use empty struct expression.
11213 * gdb.rust/simple.exp: Add tests for empty struct expression.
11214
11215 2016-07-21 Yao Qi <yao.qi@linaro.org>
11216
11217 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11218 if gdb_skip_xml_test is true on some targets.
11219
11220 2016-07-21 Yao Qi <yao.qi@linaro.org>
11221
11222 * gdb.server/solib-list.exp: Unset last_loaded_file.
11223
11224 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11225
11226 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11227 "step into captured_main (args)".
11228
11229 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11230
11231 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11232
11233 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11234
11235 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11236
11237 2016-07-19 Pedro Alves <palves@redhat.com>
11238
11239 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11240 * gdb.opt/inline-bt.exp: Likewise.
11241 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11242 additional_flags=-Winline.
11243 * gdb.opt/inline-locals.exp: Likewise.
11244 * gdb.opt/inline-markers.c (ATTR): Define.
11245 (inlined_fn): Use it.
11246
11247 2016-07-19 Yao Qi <yao.qi@linaro.org>
11248
11249 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11250 (test_with_self): Remove some code. Remove argument executable.
11251 (top-level): Use do_self_tests.
11252
11253 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
11254 Don Breazeal <donb@codesourcery.com>
11255
11256 * gdb.base/maint.exp: Escape paths used in regular expressions.
11257 * gdb.stabs/weird.exp: Likewise.
11258
11259 2016-07-13 Tom Tromey <tom@tromey.com>
11260
11261 PR python/15620, PR python/18620:
11262 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11263 (test_bkpt_events): New procs.
11264
11265 2016-07-13 Tom Tromey <tom@tromey.com>
11266
11267 PR python/17698:
11268 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11269 test.
11270 (test_watchpoints): Likewise.
11271 (test_bkpt_pending): New proc.
11272
11273 2016-07-13 Tom Tromey <tom@tromey.com>
11274
11275 PR cli/18053:
11276 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11277 completion test.
11278
11279 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11280
11281 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11282 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11283 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11284 f_label.
11285 (g): Rename g_end_lbl to g_label.
11286 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11287 low_pc and high_pc.
11288 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11289
11290 2016-07-12 Tom Tromey <tom@tromey.com>
11291
11292 PR python/19293:
11293 * gdb.python/py-unwind-maint.exp: Update tests.
11294
11295 2016-07-12 Yao Qi <yao.qi@linaro.org>
11296
11297 * lib/selftest-support.exp (selftest_setup): Match the output
11298 when captured_main is inlined.
11299
11300 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11301
11302 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11303 New variables.
11304 (print this%a, print this%b, print this): New tests.
11305 * gdb.fortran/derived-types.f90 (this): New object and
11306 initialization.
11307
11308 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11309
11310 * gdb.ada/arraydim.exp: Remove extra directory level in build
11311 directory.
11312
11313 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11314
11315 * lib/ada.exp: Remove extra directory level in build directory.
11316 * gdb.ada/cond_lang.exp: Likewise.
11317 * gdb.ada/exec_changed.exp: Likewise.
11318 * gdb.ada/lang_switch.exp: Likewise.
11319
11320 2016-07-06 Manish Goregaokar <manish@mozilla.com>
11321
11322 * simple.rs: Add test for raw pointer subscripting.
11323 * simple.exp: Add test expectations.
11324
11325 2016-07-05 Yao Qi <yao.qi@linaro.org>
11326
11327 * gdb.mi/mi-reverse.exp: Match =record-started output.
11328
11329 2016-07-01 Pedro Alves <palves@redhat.com>
11330
11331 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11332 procedure.
11333 (jit_reader_test): Test the jit reader's unwinder.
11334 * gdb.base/jithost.c (jit_function_00_code): New global.
11335 (main): Use memcpy to fill in the mmapped code, instead of poking
11336 bytes manually here.
11337 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11338 value.
11339 (read_debug_info): Save the function's range.
11340 (read_sp): New function.
11341 (unwind_frame): Use it. Also unwind RBP.
11342 (get_frame_id): Use read_sp.
11343 (gdb_init_reader): Use calloc instead of malloc.
11344 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11345 parameter. Use gdb_test_multiple.
11346
11347 2016-07-01 Pedro Alves <palves@redhat.com>
11348 Antoine Tremblay <antoine.tremblay@ericsson.com>
11349
11350 * gdb.threads/process-dies-while-detaching.c: New file.
11351 * gdb.threads/process-dies-while-detaching.exp: New file.
11352
11353 2016-07-01 Pedro Alves <palves@redhat.com>
11354
11355 * gdb.multi/watchpoint-multi-exit.c: New file.
11356 * gdb.multi/watchpoint-multi-exit.exp: New file.
11357
11358 2016-06-30 Pedro Alves <palves@redhat.com>
11359
11360 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11361 unset inferior_spawn_id.
11362
11363 2016-06-30 Pedro Alves <palves@redhat.com>
11364
11365 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11366 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11367
11368 2016-06-29 Yao Qi <yao.qi@linaro.org>
11369
11370 * gdb.base/return.c: Add copyright header.
11371
11372 2016-06-29 Tom Tromey <tom@tromey.com>
11373
11374 PR python/20129:
11375 * gdb.python/py-framefilter.exp: Add tests for setting priority
11376 and disabling of non-existent frame filter.
11377
11378 2016-06-29 Yao Qi <yao.qi@linaro.org>
11379
11380 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11381 0x0f07ff.
11382
11383 2016-06-28 Yao Qi <yao.qi@linaro.org>
11384
11385 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11386 triplets. Start gdb, execute catch syscall, and continue. Check
11387 gdb's output to determine catch syscall is supported.
11388
11389 2016-06-27 Manish Goregaokar <manish@mozilla.com>
11390
11391 * gdb.rust/simple.rs: Add test for returning unit in a function.
11392 * gdb.rust/simple.exp: Add expectation for functions returning
11393 unit.
11394
11395 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11396
11397 * gdb.python/py-breakpoint-create-fail.c,
11398 gdb.python/py-breakpoint-create-fail.exp,
11399 gdb.python/py-breakpoint-create-fail.py: New testcase.
11400
11401 2016-06-25 Manish Goregaokar <manish@mozilla.com>
11402
11403 PR gdb/20239
11404 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
11405 * gdb.rust/simple.exp: Add test expectations for new NonZero
11406 tests.
11407
11408 2016-06-24 David Taylor <dtaylor@emc.com>
11409
11410 * gdb.base/offsets.exp: New file.
11411 * gdb.base/offsets.c: New file.
11412
11413 2016-06-23 Tom Tromey <tom@tromey.com>
11414
11415 PR gdb/16483:
11416 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11417 before any filters are loaded.
11418
11419 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11420
11421 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11422 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11423 structs.
11424 * gdb.fortran/derived-type-function.exp: New file.
11425 * gdb.fortran/derived-type-function.f90: New file.
11426
11427
11428 2016-06-21 Pedro Alves <palves@redhat.com>
11429
11430 * gdb.base/new-ui.exp: New file.
11431 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11432 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11433 (with_spawn_id): New procedure.
11434
11435 2016-06-21 Pedro Alves <palves@redhat.com>
11436
11437 * gdb.mi/mi-exec-run.exp: New file.
11438
11439 2016-06-21 Pedro Alves <palves@redhat.com>
11440
11441 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11442 breakpoint command's output on the main UI.
11443 (test_break): New procedure, factored out from calls in the top
11444 level.
11445 (top level): Use foreach_with_prefix to test MI as main UI and as
11446 separate UI.
11447
11448 2016-06-21 Pedro Alves <palves@redhat.com>
11449
11450 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11451 (test_awatch_creation_and_listing)
11452 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11453 Remove 'type' parameter.
11454 (test_watchpoint_all): New parameter mi_mode. Remove
11455 with_test_prefix.
11456 (top level): Use foreach_with_prefix, and add main/separate UI MI
11457 testing axis.
11458
11459 2016-06-21 Pedro Alves <palves@redhat.com>
11460
11461 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11462 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11463 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11464 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11465 (gdb_main_spawn_id, mi_spawn_id): Declare and
11466 comment.
11467 (mi_create_inferior_pty): New procedure,
11468 factored out from default_mi_gdb_start.
11469 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11470 procedures.
11471 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11472 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11473 Use mi_create_inferior_pty.
11474 (mi_gdb_start): Use eval to pass down args list.
11475
11476 2016-06-21 Pedro Alves <palves@redhat.com>
11477
11478 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11479 * gdb.opt/inline-cmds.exp: Add MI tests.
11480
11481 2016-06-21 Pedro Alves <palves@redhat.com>
11482
11483 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11484
11485 2016-06-21 Pedro Alves <palves@redhat.com>
11486
11487 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11488 (top level): Use it instead of mi_execute_to.
11489
11490 2016-06-21 Pedro Alves <palves@redhat.com>
11491
11492 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11493 (cont_handler_str): New.
11494 (signal_stop_handler): Set stop_handler_str instead of printing to
11495 stdout.
11496 (continue_handler): Set cont_handler_str instead of printing to
11497 stdout.
11498 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11499 mi_send_resuming_command. Print stop_handler_str and
11500 cont_handler_str instead of expecting the python events print
11501 directly.
11502
11503 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11504
11505 * gdb.base/jit-reader.exp: New file.
11506 * gdb.base/jithost.c: New file.
11507 * gdb.base/jithost.h: New file.
11508 * gdb.base/jitreader.c : New file.
11509 * gdb.base/jit-protocol.h: New file.
11510
11511 2016-06-17 Yao Qi <yao.qi@linaro.org>
11512
11513 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11514 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11515 and detach-on-fork. Adjust tests.
11516 (top level): Invoke break_cond_on_syscall with combinations of
11517 syscall, follow-fork-mode and detach-on-fork.
11518
11519 2016-06-17 Yao Qi <yao.qi@linaro.org>
11520
11521 * gdb.base/step-over-exit.c: New.
11522 * gdb.base/step-over-exit.exp: New.
11523
11524 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11525
11526 * gdb.base/float.exp: Add target check for nds32*-*-*.
11527 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11528
11529 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11530
11531 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11532 for unsupported target features.
11533 * gdb.base/call-rt-st.exp: Likewise.
11534 * gdb.base/call-sc.exp: Likewise.
11535 * gdb.base/call-signal-resume.exp: Likewise.
11536 * gdb.base/call-strs.exp: Likewise.
11537 * gdb.base/callexit.exp: Likewise.
11538 * gdb.base/callfuncs.exp: Likewise.
11539 * gdb.base/nodebug.exp: Likewise.
11540 * gdb.base/printcmds.exp: Likewise.
11541 * gdb.base/ptype.exp: Likewise.
11542 * gdb.base/structs.exp: Likewise.
11543 * gdb.base/unwindonsignal.exp: Likewise.
11544 * gdb.cp/gdb2495.exp: Likewise.
11545 * gdb.cp/templates.exp: Likewise.
11546 * gdb.cp/virtfunc.exp: Likewise.
11547 * gdb.threads/hand-call-in-threads.exp: Likewise.
11548 * gdb.threads/interrupted-hand-call.exp: Likewise.
11549 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11550
11551 2016-06-10 Tom Tromey <tom@tromey.com>
11552
11553 PR rust/20110:
11554 * gdb.rust/expr.exp: Add test for integer constant larger than
11555 i32.
11556
11557 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11558
11559 * gdb.fortran/nested-funcs.exp: New.
11560 * gdb.fortran/nested-funcs.f90: New.
11561
11562 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11563
11564 * gdb.base/examine-backward.c: New file.
11565 * gdb.base/examine-backward.exp: New file.
11566
11567 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11568
11569 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11570 matching.
11571
11572 2016-06-02 Tom Tromey <tom@tromey.com>
11573
11574 PR python/18984:
11575 * gdb.python/py-shared.exp: Add solib_name test.
11576
11577 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11578
11579 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11580
11581 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11582
11583 PR c++/19893
11584 * gdb.dwarf2/implref.exp: Rename to...
11585 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11586 * gdb.dwarf2/implref-array.c: New file.
11587 * gdb.dwarf2/implref-array.exp: Likewise.
11588 * gdb.dwarf2/implref-global.c: Likewise.
11589 * gdb.dwarf2/implref-global.exp: Likewise.
11590 * gdb.dwarf2/implref-struct.c: Likewise.
11591 * gdb.dwarf2/implref-struct.exp: Likewise.
11592
11593 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11594
11595 * gdb.trace/trace-condition.exp: Add 64bit tests.
11596
11597 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11598
11599 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11600 bits types.
11601 (main): Adapt to 8 to 64 bits types.
11602 * gdb.trace/trace-condition.exp: Add new tests.
11603
11604 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11605
11606 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11607
11608 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11609
11610 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11611 Move condition tests...
11612 * gdb.trace/trace-condition.exp: Here.
11613
11614 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11615
11616 * gdb.trace/trace-condition.exp: Add counter-case tests.
11617
11618 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11619
11620 PR c++/15231
11621 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11622 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11623
11624 2016-05-27 Pedro Alves <palves@redhat.com>
11625
11626 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11627 New procedure.
11628 (top level): Call it, and bail out of DejaGnu is known to be bad.
11629
11630 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11631
11632 * gdb.base/whatis.c: Extend the test case.
11633 * gdb.base/whatis.exp: Add additional tests.
11634
11635 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11636
11637 * gdb.fortran/type.f90: Add pointer variable.
11638 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11639
11640 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11641
11642 * gdb.fortran/vla-type.exp: Fix testcase name.
11643
11644 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11645
11646 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11647
11648 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11649
11650 * gdb.fortran/type.f90: Add nested structures.
11651 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11652 * gdb.fortran/derived-type.exp: Adapt expected output.
11653 * gdb.fortran/vla-type.exp: Adapt expected output.
11654
11655 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11656
11657 * gdb.fortran/whatis_type.exp: Adapt expected output.
11658
11659 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11660
11661 * gdb.fortran/print_type.exp: Fix expected output.
11662 * gdb.fortran/whatis_type.exp: Fix expected output.
11663
11664 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11665
11666 * gdb.fortran/whatis_type.exp: Use multi_line.
11667
11668 2016-05-24 Tom Tromey <tom@tromey.com>
11669
11670 PR python/17386:
11671 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11672 use value as an index.
11673
11674 2016-05-23 Tom Tromey <tom@tromey.com>
11675
11676 PR python/17981:
11677 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11678 no-breakpoint case.
11679
11680 2016-05-24 Pedro Alves <palves@redhat.com>
11681
11682 PR gdb/19828
11683 * gdb.threads/clone-attach-detach.c: New file.
11684 * gdb.threads/clone-attach-detach.exp: New file.
11685
11686 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11687
11688 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11689
11690 2016-05-23 Tom Tromey <tom@tromey.com>
11691
11692 PR python/19438, PR python/18393:
11693 * gdb.python/py-progspace.exp: Add "dir" test.
11694 * gdb.python/py-objfile.exp: Add "dir" test.
11695
11696 2016-05-23 Yao Qi <yao.qi@linaro.org>
11697
11698 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11699 * gdb.arch/thumb2-it.exp: Likewise.
11700
11701 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11702
11703 * gdb.mi/mi-threads-interrupt.c: New file.
11704 * gdb.mi/mi-threads-interrupt.exp: New file.
11705
11706 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11707
11708 PR gdb/18077
11709 * gdb.mi/mi-async-run.exp: New file.
11710 * gdb.mi/mi-async-run.c: New file.
11711
11712 2016-05-17 Tom Tromey <tom@tromey.com>
11713 Manish Goregaokar <manishsmail@gmail.com>
11714
11715 * lib/rust-support.exp: New file.
11716 * lib/gdb.exp (skip_rust_tests): New proc.
11717 (build_executable_from_specs): Handle rust.
11718 * lib/future.exp (gdb_find_rustc): New proc.
11719 (gdb_default_target_compile): Handle rust.
11720 * gdb.rust/expr.exp: New file.
11721 * gdb.rust/generics.exp: New file.
11722 * gdb.rust/generics.rs: New file.
11723 * gdb.rust/methods.exp: New file.
11724 * gdb.rust/methods.rs: New file.
11725 * gdb.rust/modules.exp: New file.
11726 * gdb.rust/modules.rs: New file.
11727 * gdb.rust/simple.exp: New file.
11728 * gdb.rust/simple.rs: New file.
11729
11730 2016-05-17 Tom Tromey <tom@tromey.com>
11731
11732 * gdb.base/default.exp (set language): Add rust.
11733
11734 2016-05-17 Tom Tromey <tom@tromey.com>
11735
11736 * gdb.gdb/unittest.exp: New file.
11737
11738 2016-05-16 Yao Qi <yao.qi@linaro.org>
11739
11740 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11741 shell_prompt. Update shell_prompt_re.
11742
11743 2016-05-12 Doug Evans <dje@google.com>
11744
11745 PR symtab/19999
11746 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11747 $options when building executable.
11748 * gdb.dwarf2/fission-loclists-pie.S: New file.
11749 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11750
11751 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11752
11753 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11754 of [is_remote target],
11755
11756 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11757
11758 * lib/gdb.exp (use_gdb_stub): New procedure.
11759
11760 2016-05-03 Yunlian Jiang <yunlian@google.com>
11761 Doug Evans <dje@google.com>
11762
11763 PR symtab/19914
11764 * gdb.dwarf2/dwp-sepdebug.c: New file.
11765 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11766
11767 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11768
11769 * gdb.base/detach.exp: Remove is_remote check.
11770
11771 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11772
11773 * gdb.base/annota-input-while-running.exp: Don't check for
11774 [is_remote target]. Enable annotations after running to main.
11775 Remove unused "set test..." line.
11776
11777 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11778
11779 * gdb.trace/trace-enable-disable.exp: New file.
11780 * gdb.trace/trace-enable-disable.c: New file.
11781
11782 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11783
11784 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11785 use it in info sharedlibrary test.
11786 * gdb.trace/ftrace-lock.exp: Likewise.
11787 * gdb.trace/ftrace.exp: Likewise.
11788 * gdb.trace/range-stepping.exp: Likewise.
11789 * gdb.trace/trace-break.exp: Likewise.
11790 * gdb.trace/trace-condition.exp: Likewise.
11791 * gdb.trace/trace-mt.exp: Likewise.
11792
11793 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11794
11795 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11796 (gdb_load_shlib): ... this.
11797 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11798 gdb_load_shlib.
11799 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11800 * gdb.base/ctxobj.exp: Likewise.
11801 * gdb.base/dprintf-pending.exp: Likewise.
11802 * gdb.base/dso2dso.exp: Likewise.
11803 * gdb.base/fixsection.exp: Likewise.
11804 * gdb.base/gcore-relro.exp: Likewise.
11805 * gdb.base/gdb1555.exp: Likewise.
11806 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11807 * gdb.base/gnu-ifunc.exp: Likewise.
11808 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11809 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11810 * gdb.base/pending.exp: Likewise.
11811 * gdb.base/print-file-var.exp: Likewise.
11812 * gdb.base/print-symbol-loading.exp: Likewise.
11813 * gdb.base/shlib-call.exp: Likewise.
11814 * gdb.base/shreloc.exp: Likewise.
11815 * gdb.base/so-impl-ld.exp: Likewise.
11816 * gdb.base/solib-disc.exp: Likewise.
11817 * gdb.base/solib-nodir.exp: Likewise.
11818 * gdb.base/solib-overlap.exp: Likewise.
11819 * gdb.base/solib-symbol.exp: Likewise.
11820 * gdb.base/solib-weak.exp (do_test): Likewise.
11821 * gdb.base/sym-file.exp: Likewise.
11822 * gdb.base/symtab-search-order.exp: Likewise.
11823 * gdb.base/type-opaque.exp: Likewise.
11824 * gdb.base/unload.exp: Likewise.
11825 * gdb.base/watchpoint-solib.exp: Likewise.
11826 * gdb.compile/compile.exp: Likewise.
11827 * gdb.cp/gdb2384.exp: Likewise.
11828 * gdb.cp/infcall-dlopen.exp: Likewise.
11829 * gdb.cp/re-set-overloaded.exp: Likewise.
11830 * gdb.fortran/library-module.exp: Likewise.
11831 * gdb.opt/solib-intra-step.exp: Likewise.
11832 * gdb.python/py-finish-breakpoint.exp: Likewise.
11833 * gdb.python/py-shared.exp: Likewise.
11834 * gdb.reverse/solib-precsave.exp: Likewise.
11835 * gdb.reverse/solib-reverse.exp: Likewise.
11836 * gdb.server/solib-list.exp: Likewise.
11837 * gdb.threads/dlopen-libpthread.exp: Likewise.
11838 * gdb.threads/tls-shared.exp: Likewise.
11839 * gdb.threads/tls-so_extern.exp: Likewise.
11840 * gdb.trace/change-loc.exp: Likewise.
11841 * gdb.trace/ftrace-lock.exp: Likewise.
11842 * gdb.trace/ftrace.exp: Likewise.
11843 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11844 * gdb.trace/pending.exp: Likewise.
11845 * gdb.trace/range-stepping.exp: Likewise.
11846 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11847 (strace_info_marker): Likewise.
11848 (strace_probe_marker): Likewise.
11849 (strace_trace_on_same_addr): Likewise.
11850 (strace_trace_on_diff_addr): Likewise.
11851 * gdb.trace/trace-break.exp: Likewise.
11852 * gdb.trace/trace-condition.exp: Likewise.
11853 * gdb.trace/trace-mt.exp: Likewise.
11854
11855 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11856
11857 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11858 result of gdb_remote_download.
11859 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11860 * gdb.base/dso2dso.exp: Likewise.
11861 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11862 * gdb.base/print-file-var.exp: Likewise.
11863 * gdb.base/shlib-call.exp: Likewise.
11864 * gdb.base/shreloc.exp: Likewise.
11865 * gdb.base/solib-overlap.exp: Likewise.
11866 * gdb.base/solib-weak.exp (do_test): Likewise.
11867 * gdb.base/unload.exp: Likewise.
11868
11869 2016-04-27 Yao Qi <yao.qi@linaro.org>
11870
11871 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11872 exists.
11873
11874 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11875
11876 * vla-type.exp: Print structure from toplevel.
11877
11878 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11879
11880 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11881 of dynamic types.
11882 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11883 of dynamic types.
11884
11885 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11886
11887 * gdb.fortran/vla-type.f90: New file.
11888 * gdb.fortran/vla-type.exp: New file.
11889
11890 2016-04-25 Yao Qi <yao.qi@linaro.org>
11891
11892 * gdb.base/branch-to-self.c: New file.
11893 * gdb.base/branch-to-self.exp: New file.
11894
11895 2016-04-22 Yao Qi <yao.qi@linaro.org>
11896
11897 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11898 more after $hex.
11899
11900 2016-04-22 Yao Qi <yao.qi@linaro.org>
11901
11902 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11903 * gdb.base/annota3.exp: Likewise.
11904
11905 2016-04-22 Yao Qi <yao.qi@linaro.org>
11906
11907 * gdb.reverse/step-precsave.exp: Do one step and test program
11908 stops in "callee" and do multiple steps until program goes out
11909 of "callee".
11910 * gdb.reverse/step-reverse.exp: Likewise.
11911
11912 2016-04-22 Yao Qi <yao.qi@linaro.org>
11913
11914 * gdb.trace/signal.exp: Also pass if
11915 $tracepoint_hits($i) > $iterations.
11916
11917 2016-04-22 Yao Qi <yao.qi@linaro.org>
11918
11919 * gdb.trace/signal.c: New file.
11920 * gdb.trace/signal.exp: New file.
11921
11922 2016-04-19 Doug Evans <xdje42@gmail.com>
11923
11924 * gdb.base/bad-file.exp: New file.
11925
11926 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11927
11928 * gdb.dwarf2/implref.exp: New file.
11929
11930 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11931
11932 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11933 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11934 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11935 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11936 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11937 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11938 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11939 * lib/fortran.exp (fortran_int4): New procedure.
11940 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11941 (fortran_logical4): Likewise.
11942
11943 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
11944
11945 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
11946
11947 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11948
11949 * lib/compiler.c: Add Intel specific preprocessor macros.
11950 * lib/compiler.cc: Likewise.
11951
11952 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
11953
11954 * gdb.server/connect-with-no-symbol-file.c: New file.
11955 * gdb.server/connect-with-no-symbol-file.exp: New file.
11956
11957 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11958
11959 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
11960
11961 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11962
11963 * boards/gdbserver-base.exp (${board}_download): Copy source file to
11964 standard output directory.
11965
11966 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
11967
11968 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
11969
11970 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
11971
11972 * gdb.btrace/instruction_history.c (loop): Add declaration.
11973
11974 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11975
11976 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
11977
11978 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
11979
11980 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
11981 parentheses to print.
11982 (continue_handler): Likewise.
11983
11984 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
11985
11986 * gdb.server/solib-list.exp: Remove is_remote check.
11987 Pass shlib= to gdb_compile. Don't link shared library with
11988 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
11989 Run binary filename through "readlink -f" on the target.
11990
11991 2016-04-08 Pedro Alves <palves@redhat.com>
11992
11993 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
11994 interpreter filename as argument to gdbserver_spawn.
11995 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11996 Return empty if $last_loaded_file does not exist.
11997
11998 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11999
12000 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12001 * gdb.base/jit-main.c: Use exit after usage.
12002
12003 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12004
12005 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12006 GDBHISTSIZE prior to the tests.
12007 * gdb.base/gdbinit-history.exp: Likewise.
12008
12009 2016-04-07 Pedro Alves <palves@redhat.com>
12010
12011 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12012 instead of build_executable. Use gdb_load_shlibs.
12013
12014 2016-04-07 Yao Qi <yao.qi@linaro.org>
12015
12016 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12017 Execute "si" command.
12018
12019 2016-04-07 Yao Qi <yao.qi@linaro.org>
12020
12021 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12022 number instead of the comments on some line.
12023
12024 2016-04-06 Don Breazeal <donb@codesourcery.com>
12025
12026 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12027 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12028
12029 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12030
12031 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12032 standard_output_file. Remove unused binfile variable.
12033
12034 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
12035
12036 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12037 * gdb.python/py-mi-objfile.exp: Match "list main" output
12038 in console format.
12039
12040 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12041
12042 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12043 absolute.
12044
12045 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12046
12047 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12048 absolute.
12049 * gdb.trace/ftrace.exp: Likewise.
12050 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12051 targets as well.
12052 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12053 (gdb_load_shlibs): Copy libraries to test directory when testing
12054 natively. Only set solib-search-path if testing remotely.
12055 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12056
12057 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12058
12059 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12060 gdb_download. Use it even if the target is not remote.
12061 * gdb.base/jit.exp (compile_jit_test): Likewise.
12062 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12063 output directory if the destination board is local, otherwise use
12064 the standard remote_download from DejaGnu.
12065 (gdb_download): Remove.
12066 (gdb_load_shlibs): Use gdb_remote_download instead of
12067 gdb_download.
12068 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12069 Use gdb_remote_download instead of gdb_download. Use it even if
12070 the target is not remote.
12071 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12072 instead of gdb_download.
12073
12074 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12075
12076 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12077 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12078 run.
12079
12080 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
12081
12082 PR gdb/19820
12083 * gdb.base/printcmds.exp: Add artificial arrays tests.
12084
12085 2016-03-31 Pedro Alves <palves@redhat.com>
12086
12087 PR gdb/19858
12088 * gdb.base/jit-main.c: Include unistd.h.
12089 (ATTACH): Define to 0 if not already defined.
12090 (wait_for_gdb, mypid): New globals.
12091 (WAIT_FOR_GDB): New macro.
12092 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12093 some breakpoint locations.
12094 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12095 New procedures.
12096 (one_jit_test): Add REATTACH parameter, and handle it. Use
12097 continue_to_test_location.
12098 (top level): Test attach, and adjusts calls to one_jit_test.
12099
12100 2016-03-31 Pedro Alves <palves@redhat.com>
12101
12102 PR gdb/19858
12103 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12104 BINSUFFIX parameter, and handle it.
12105 (top level): Adjust calls compile_jit_test.
12106
12107 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
12108
12109 PR python/19743
12110 * gdb.python/py-mi-events-gdb.py: New file.
12111 * gdb.python/py-mi-events.c: New file.
12112 * gdb.python/py-mi-events.exp: New file.
12113
12114 2016-03-30 Yao Qi <yao.qi@linaro.org>
12115
12116 * gdb.reverse/until-precsave.exp: Match function name only.
12117 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12118 Move malloc to a condition block.
12119 * gdb.reverse/until-reverse.exp: Match function name only.
12120
12121 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12122
12123 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12124 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12125 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12126 variable for GPR 0 instead of assuming it is register 0.
12127 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12128 * lib/trace-support.exp: Add s390 registers.
12129
12130 2016-03-29 Yao Qi <yao.qi@linaro.org>
12131
12132 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12133
12134 2016-03-24 Yao Qi <yao.qi@linaro.org>
12135
12136 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12137 test message.
12138
12139 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12140
12141 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12142 maintaining separate logic for constructing the output path.
12143
12144 2016-03-16 Don Breazeal <donb@codesourcery.com>
12145
12146 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12147 Retry fork and waitpid on interrupted system call errors.
12148 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12149 Use with_timeout_factor to increase timeout by factor of 10.
12150
12151 2016-03-15 Don Breazeal <donb@codesourcery.com>
12152
12153 * gdb.cp/scope-err.cc: New test program.
12154 * gdb.cp/scope-err.exp: New test script.
12155 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12156 lines and "set breakpoint here" comment.
12157 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12158 Fixed some whitespace and format issues.
12159 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12160 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12161
12162 2016-03-15 Doug Evans <dje@google.com>
12163
12164 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12165 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12166 All callers updated. Add tests for enums, mixed flags register.
12167
12168 2016-03-15 Doug Evans <dje@google.com>
12169
12170 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12171 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12172
12173 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12174
12175 * gdb.base/default.exp: Add $_as_string to the list of expected
12176 convenience functions.
12177
12178 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12179
12180 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12181
12182 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12183
12184 * gdb.python/py-as-string.exp: New file.
12185 * gdb.python/py-as-string.c: New file.
12186
12187 2016-03-09 Pedro Alves <palves@redhat.com>
12188
12189 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12190 signal" -> "Thread NN received signal" output change.
12191 * gdb.threads/ia64-sigill.exp: Likewise.
12192 * gdb.threads/linux-dp.exp: Likewise.
12193 * gdb.threads/manythreads.exp: Likewise.
12194 * gdb.threads/pending-step.exp: Likewise.
12195 * gdb.threads/print-threads.exp: Likewise.
12196 * gdb.threads/sigstep-threads.exp: Likewise.
12197 * gdb.threads/staticthreads.exp: Likewise.
12198 * gdb.threads/tls.exp: Likewise.
12199
12200 2016-03-09 Pedro Alves <palves@redhat.com>
12201
12202 * gdb.base/command-line-input.exp: New file.
12203
12204 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12205
12206 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12207 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12208 * gdb.trace/pending.exp: Accept leading dot before function name.
12209 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12210 * lib/trace-support.exp: Set registers for ppc.
12211
12212 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12213
12214 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12215 use it for disassembly; accept .main in addition to main in backtrace.
12216
12217 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
12218 Marcin Kościelnicki <koriakin@0x04.net>
12219
12220 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12221 (gdb_recursion_test_ptr): New global variable.
12222 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12223 gdb_recursion_test.
12224 (gdb_c_test): Ditto.
12225
12226 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12227
12228 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12229 ordering.
12230
12231 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12232
12233 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12234 (bar): Add bar_start_lbl label.
12235 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12236 of foo/bar for emitting DWARF and tracing.
12237
12238 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12239
12240 * analyze-racy-logs.py: Set executable bit.
12241
12242 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12243
12244 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12245 (CHECK_TARGET_TMP): Likewise.
12246 (check-single-racy): New rule.
12247 (check-parallel-racy): Likewise.
12248 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12249 (do-check-parallel-racy): New rule.
12250 (check-racy/%.exp): Likewise.
12251 * README (Racy testcases): New section.
12252 * analyze-racy-logs.py: New file.
12253
12254 2016-03-03 Doug Evans <dje@google.com>
12255
12256 * gdb.base/skip.exp: Use with_test_prefix.
12257
12258 2016-03-03 Yao Qi <yao.qi@linaro.org>
12259
12260 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12261 Invoke step_over_syscall "clone" and break_cond_on_syscall
12262 "clone".
12263 * gdb.base/step-over-clone.c: New file.
12264
12265 2016-03-03 Yao Qi <yao.qi@linaro.org>
12266
12267 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12268 code format.
12269
12270 2016-03-03 Yao Qi <yao.qi@linaro.org>
12271
12272 * gdb.base/disp-step-fork.c: Rename to ...
12273 * gdb.base/step-over-fork.c: ... it. New file.
12274 * gdb.base/disp-step-vfork.c: Rename to ...
12275 * gdb.base/step-over-vfork.c: ... it. New file.
12276 * gdb.base/disp-step-syscall.exp: Rename to ...
12277 * gdb.base/step-over-syscall.exp: ... it. New file.
12278 (disp_step_cross_syscall): Rename to ...
12279 (step_over_syscall): ... it.
12280
12281 2016-03-03 Yao Qi <yao.qi@linaro.org>
12282
12283 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12284 If target supports condition evaluation on target, invoke
12285 break_cond_on_syscall for fork and vfork.
12286
12287 2016-03-03 Yao Qi <yao.qi@linaro.org>
12288
12289 * gdb.base/disp-step-syscall.exp: Don't invoke
12290 support_displaced_stepping.
12291 (disp_step_cross_syscall): Test with displaced stepping off and
12292 on if supported.
12293
12294 2016-03-03 Yao Qi <yao.qi@linaro.org>
12295
12296 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12297 proc.
12298 (setup): New proc.
12299 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12300 and setup.
12301
12302 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12303
12304 * gdb.fortran/vla-history.exp: Remove breakpoint.
12305
12306 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12307
12308 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12309 exceeds timeout.
12310
12311 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12312
12313 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12314 breakpoint.
12315
12316 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12317
12318 * gdb.mi/vla.f90: Nullify pointer after declaration.
12319
12320 2016-03-01 Pedro Alves <palves@redhat.com>
12321
12322 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12323
12324 2016-03-01 Pedro Alves <palves@redhat.com>
12325
12326 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12327 before anything else.
12328 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12329 _GNU_SOURCE here.
12330 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12331 before anything else.
12332 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12333
12334 2016-03-01 Pedro Alves <palves@redhat.com>
12335
12336 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12337
12338 2016-03-01 Yao Qi <yao.qi@linaro.org>
12339
12340 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12341 prepare_for_testing.
12342
12343 2016-03-01 Yao Qi <yao.qi@linaro.org>
12344
12345 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12346
12347 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12348
12349 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12350 manually constructing the output path.
12351
12352 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12353
12354 * gdb.arch/s390-stackless.S: New.
12355 * gdb.arch/s390-stackless.exp: New.
12356
12357 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12358
12359 * gdb.dlang/circular.c: New file.
12360 * gdb.dlang/circular.exp: New file.
12361
12362 2016-02-26 Yao Qi <yao.qi@linaro.org>
12363
12364 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12365 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12366 (testcases): Update.
12367
12368 2016-02-26 Yao Qi <yao.qi@linaro.org>
12369
12370 * gdb.reverse/aarch64.c: Rename to ...
12371 * gdb.reverse/insn-reverse.c: ... it.
12372 * gdb.reverse/aarch64.exp: Rename to ...
12373 * gdb.reverse/insn-reverse.exp: ... it.
12374
12375 2016-02-26 Yao Qi <yao.qi@linaro.org>
12376
12377 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12378 (testcase_ftype): New.
12379 (testcases): New array.
12380 (n_testcases): New.
12381 (main): Call each element in testcases.
12382 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12383 (read_testcase): New.
12384 Do the tests in a loop.
12385
12386 2016-02-25 Yao Qi <yao.qi@linaro.org>
12387
12388 * gdb.base/branches.c: Remove.
12389
12390 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12391
12392 PR gdb/13808
12393 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12394
12395 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12396
12397 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12398
12399 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12400
12401 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12402 change x86_64 call_insn to 'callq'.
12403
12404 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12405
12406 * gdb.trace/tfile-avx.c: Move to...
12407 * gdb.trace/tracefile-pseudo-reg.c: Here.
12408 * gdb.trace/tfile-avx.exp: Move to...
12409 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12410
12411 2016-02-24 Gary Benson <gbenson@redhat.com>
12412
12413 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12414 message on attach.
12415
12416 2016-02-23 Doug Evans <dje@google.com>
12417
12418 * gdb.base/skip.c (test_skip): New function.
12419 (end_test_skip_file_and_function): New function.
12420 (test_skip_file_and_function): New function.
12421 * gdb.base/skip1.c (test_skip): New function.
12422 (skip1_test_skip_file_and_function): New function.
12423 * gdb.base/skip.exp: Add tests for new skip options.
12424 * gdb.base/skip-solib.exp: Update expected output.
12425 * gdb.perf/skip-command.cc: New file.
12426 * gdb.perf/skip-command.exp: New file.
12427 * gdb.perf/skip-command.py: New file.
12428
12429 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12430
12431 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12432 info registers pattern.
12433
12434 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12435
12436 * lib/future.exp: Add D support.
12437 (gdb_find_gdc): New proc.
12438 (gdb_default_target_compile): Add D support.
12439
12440 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
12441
12442 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12443 user+system time.
12444 (trace_speed_test): Determine the iteration count for a time
12445 between 15..30 seconds.
12446
12447 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12448
12449 * gdb.arch/i386-mpx-sigsegv.c: New file.
12450 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12451 * gdb.arch/i386-mpx-simple_segv.c: New file.
12452 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12453
12454 2016-02-18 Yao Qi <yao.qi@linaro.org>
12455
12456 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12457 Don't call setup_kfail.
12458
12459 2016-02-18 Yao Qi <yao.qi@linaro.org>
12460
12461 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12462 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12463
12464 2016-02-16 Doug Evans <dje@google.com>
12465
12466 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12467 * gdb.base/skip1.c: Ditto.
12468 * gdb.base/skip.exp: Whitespace cleanup.
12469
12470 2016-02-16 Don Breazeal <donb@codesourcery.com>
12471
12472 PR remote/19496
12473 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12474 Remove kfail for PR remote/19496.
12475
12476 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12477
12478 * lib/gdb.exp (standard_temp_file): Return a path specific to
12479 the runtest invocation.
12480
12481 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12482
12483 * gdb.trace/save-trace.exp: Change relative path to be in the
12484 standard output directory.
12485
12486 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12487
12488 * gdb.arch/i386-prologue.c: Add missing prototypes.
12489
12490 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12491
12492 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12493 * gdb.arch/i386-prologue.exp: Likewise.
12494 * gdb.arch/i386-size.exp: Likewise.
12495
12496 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12497
12498 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12499 define object file path.
12500 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12501 file path.
12502 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12503 standard_output_file to define binfile.
12504
12505 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12506
12507 Fix compatibility with recent gfortran-5.3.1.
12508 * gdb.fortran/vla-history.exp (print vla1 allocated)
12509 (print vla2 allocated, print $2, print $3): Remove
12510 (print $4): Rename to ...
12511 (print $2): ... here.
12512 (print $9): Rename to ...
12513 (print $5): ... here.
12514 (print $10): Rename to ...
12515 (print $6): ... here.
12516 * gdb.fortran/vla.f90: Add pvla initialization.
12517
12518 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12519
12520 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12521 New test.
12522 * gdb.fortran/vla-value-sub.exp: Likewise.
12523
12524 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12525
12526 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12527
12528 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12529
12530 * i386-biarch-core.exp: Define corefile using
12531 standard_output_file.
12532
12533 2016-02-12 Yao Qi <yao.qi@linaro.org>
12534
12535 * gdb.arch/arm-single-step-kernel-helper.c: New.
12536 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12537
12538 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12539
12540 * gdb.btrace/tailcall-only.exp: New.
12541 * gdb.btrace/tailcall-only.c: New.
12542 * gdb.btrace/x86_64-tailcall-only.S: New.
12543 * gdb.btrace/i686-tailcall-only.S: New.
12544
12545 2016-02-11 Pedro Alves <palves@redhat.com>
12546
12547 * README (Parallel testing): Add missing double quotes.
12548
12549 2016-02-11 Pedro Alves <palves@redhat.com>
12550
12551 * README (Parallel testing): New section.
12552 (GDB_PARALLEL): Rewrite.
12553 (FORCE_PARALLEL): Document.
12554
12555 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12556
12557 * gdb.trace/tfile-avx.c: New test.
12558 * gdb.trace/tfile-avx.exp: New test.
12559
12560 2016-02-09 Keith Seitz <keiths@redhat.com>
12561
12562 PR breakpoints/19546
12563 * gdb.base/infcall-exec.c: New file.
12564 * gdb.base/infcall-exec2.c: New file.
12565 * gdb.base/infcall-exec.exp: New file.
12566
12567 2016-02-09 Keith Seitz <keiths@redhat.com>
12568
12569 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12570 (toplevel): Call test_bkpt_address.
12571
12572 2016-02-09 Keith Seitz <keiths@redhat.com>
12573
12574 PR python/19506
12575 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12576 (toplevel): Call test_bkpt_address.
12577
12578 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12579
12580 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12581 to AC_OUTPUT.
12582 * configure: Regenerate.
12583
12584 2016-02-09 Pedro Alves <palves@redhat.com>
12585
12586 PR breakpoints/19548
12587 * gdb.base/execl-update-breakpoints.c (some_function): New
12588 function.
12589 (main): Call it.
12590 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12591 Tighten expected GDB output.
12592
12593 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12594
12595 * Makefile.in (ALL_SUBDIRS): Remove.
12596 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12597 (distclean maintainer-clean realclean): Likewise.
12598 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12599 * configure: Regenerate.
12600 * gdb.ada/Makefile.in: Delete.
12601 * gdb.arch/Makefile.in: Likewise.
12602 * gdb.asm/Makefile.in: Likewise.
12603 * gdb.base/Makefile.in: Likewise.
12604 * gdb.btrace/Makefile.in: Likewise.
12605 * gdb.cell/Makefile.in: Likewise.
12606 * gdb.compile/Makefile.in: Likewise.
12607 * gdb.cp/Makefile.in: Likewise.
12608 * gdb.disasm/Makefile.in: Likewise.
12609 * gdb.dlang/Makefile.in: Likewise.
12610 * gdb.dwarf2/Makefile.in: Likewise.
12611 * gdb.fortran/Makefile.in: Likewise.
12612 * gdb.gdb/Makefile.in: Likewise.
12613 * gdb.go/Makefile.in: Likewise.
12614 * gdb.guile/Makefile.in: Likewise.
12615 * gdb.java/Makefile.in: Likewise.
12616 * gdb.linespec/Makefile.in: Likewise.
12617 * gdb.mi/Makefile.in: Likewise.
12618 * gdb.modula2/Makefile.in: Likewise.
12619 * gdb.multi/Makefile.in: Likewise.
12620 * gdb.objc/Makefile.in: Likewise.
12621 * gdb.opencl/Makefile.in: Likewise.
12622 * gdb.opt/Makefile.in: Likewise.
12623 * gdb.pascal/Makefile.in: Likewise.
12624 * gdb.perf/Makefile.in: Likewise.
12625 * gdb.python/Makefile.in: Likewise.
12626 * gdb.reverse/Makefile.in: Likewise.
12627 * gdb.server/Makefile.in: Likewise.
12628 * gdb.stabs/Makefile.in: Likewise.
12629 * gdb.threads/Makefile.in: Likewise.
12630 * gdb.trace/Makefile.in: Likewise.
12631 * gdb.xml/Makefile.in: Likewise.
12632 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12633 GDB_PARALLEL.
12634 (standard_output_file): Remove check for GDB_PARALLEL, always
12635 return path in outputs/$subdir/$testname.
12636
12637 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12638
12639 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12640 (site.exp): Assign abs_srcdir to tcl's srcdir.
12641
12642 2016-02-04 Yao Qi <yao.qi@linaro.org>
12643
12644 * gdb.base/foll-exec-mode.c: Include limits.h.
12645 (main): Add parameters argc and argv. Get directory from
12646 argv[0].
12647 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12648 compilation.
12649 * gdb.base/foll-exec.c: Include limits.h.
12650 (main): Add parameters argc and argv.
12651 Get directory from argv[0].
12652 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12653 Adjust tests on the number of lines as source code changed.
12654 * gdb.base/foll-vfork-exit.c: Include limits.h.
12655 (main): Add one line of statement before vfork.
12656 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12657 (main): Add parameters argc and argv. Get directory from
12658 argv[0].
12659 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12660 (setup_gdb): Set tbreak to skip some source lines.
12661 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12662 (main): Add parameters argc and argv. Get directory from
12663 argv[0].
12664 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12665 compilation.
12666 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12667 (main): Add parameters argc and argv. Get directory from
12668 argv[0].
12669 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12670 compilation.
12671
12672 2016-02-01 Doug Evans <dje@google.com>
12673
12674 * gdb.base/skip.exp: Clean up multiple references to same test name.
12675
12676 2016-02-01 Pedro Alves <palves@redhat.com>
12677
12678 PR remote/19496
12679 * gdb.threads/forking-threads-plus-breakpoint.exp
12680 (displaced_stepping_supported): New global.
12681 (probe_displaced_stepping_support): New procedure.
12682 (do_test): Add 'displaced' parameter, and use it.
12683 (top level): Check for displaced stepping support. Add displaced
12684 stepping on/off testing axis.
12685
12686 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12687
12688 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12689 pointer. Don't perform further tests on the unassociated pointer
12690 if the first test fails.
12691
12692 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12693
12694 * gdb.base/max-value-size.c: New file.
12695 * gdb.base/max-value-size.exp: New file.
12696 * gdb.base/huge.exp: Disable max-value-size for this test.
12697
12698 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12699
12700 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12701
12702 2016-01-28 Yao Qi <yao.qi@linaro.org>
12703
12704 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12705
12706 2016-01-25 Pedro Alves <palves@redhat.com>
12707
12708 PR threads/19461
12709 * gdb.base/fork-running-state.c: New file.
12710 * gdb.base/fork-running-state.exp: New file.
12711
12712 2016-01-25 Pedro Alves <palves@redhat.com>
12713
12714 PR gdb/19494
12715 * gdb.base/catch-fork-kill.c: New file.
12716 * gdb.base/catch-fork-kill.exp: New file.
12717
12718 2016-01-25 Pedro Alves <palves@redhat.com>
12719
12720 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12721 Delete, moved to lib/gdb.exp.
12722 * gdb.threads/forking-threads-plus-breakpoint.exp
12723 (foreach_with_prefix): Likewise.
12724 * gdb.threads/process-dies-while-handling-bp.exp
12725 (foreach_with_prefix): Likewise.
12726 * lib/gdb.exp (foreach_with_prefix): New procedure.
12727
12728 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12729
12730 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12731 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12732
12733 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12734
12735 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12736 endian targets.
12737
12738 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12739 Pedro Alves <palves@redhat.com>
12740
12741 Fix testsuite compatibility with Guile.
12742 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12743 number.
12744
12745 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12746
12747 Fix testsuite compatibility with Guile.
12748 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12749 (thread 1): New test for backtrace through signal handler.
12750
12751 2016-01-22 Yao Qi <yao.qi@linaro.org>
12752
12753 PR testsuite/19491
12754 * gdb.base/multi-forks.c: Include
12755 ../lib/unbuffer_output.c
12756 (main): Call gdb_unbuffer_output.
12757
12758 2016-01-21 Doug Evans <dje@google.com>
12759
12760 * lib/ada.exp (gdb_compile_ada): Fix typo.
12761
12762 2016-01-21 Joel Brobecker <brobecker@adacore.com>
12763
12764 * gdb.base/break-fun-addr.exp: New file.
12765 * gdb.base/break-fun-addr1.c: New file.
12766 * gdb.base/break-fun-addr2.c: New file.
12767
12768 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12769
12770 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12771 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12772 enum flag values.
12773
12774 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12775
12776 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12777 when GDB can not set the vector return value. Add more comments
12778 for clarification.
12779
12780 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12781
12782 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12783 command.
12784
12785 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12786
12787 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12788
12789 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12790
12791 * Makefile.in (check-single): Pass --status to runtest.
12792 (check/%.exp): Likewise.
12793
12794 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12795
12796 * Makefile.in (check-parallel): Propagate return code from make
12797 do-check-parallel.
12798
12799 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12800
12801 * gdb.trace/ftrace.exp: Fix expected message on continue.
12802 * gdb.trace/pending.exp: Fix expected message on continue.
12803 * gdb.trace/trace-break.exp: Fix expected message on continue.
12804
12805 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12806
12807 * lib/gdb.exp (gdb_test): Remove unused global references.
12808
12809 2016-01-18 Pedro Alves <palves@redhat.com>
12810
12811 * gdb.base/async-shell.exp: Adjust expected output.
12812 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12813 * gdb.base/siginfo-thread.exp: Adjust expected output.
12814 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12815 * gdb.java/jnpe.exp: Adjust expected output.
12816 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12817 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12818 * gdb.threads/leader-exit.exp: Adjust expected output.
12819 * gdb.threads/manythreads.exp: Adjust expected output.
12820 * gdb.threads/pthreads.exp: Adjust expected output.
12821 * gdb.threads/schedlock.exp: Adjust expected output.
12822 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12823 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12824 expected output.
12825 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12826 output.
12827 * gdb.threads/sigthread.exp: Adjust expected output.
12828 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12829
12830 2016-01-18 Yao Qi <yao.qi@linaro.org>
12831
12832 * gdb.guile/scm-section-script.c: Replace @progbits with
12833 %progbits.
12834 * gdb.python/py-section-script.c: Likewise.
12835
12836 2016-01-15 Pedro Alves <palves@redhat.com>
12837
12838 * gdb.multi/tids.exp: Test star wildcard ranges.
12839
12840 2016-01-15 Pedro Alves <palves@redhat.com>
12841
12842 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12843 command from "thread apply" invocation.
12844 (thr_apply_info_thr_invalid): Default the expected output to the
12845 input tid list.
12846 (top level): Add tests that use convenience variables. Add tests
12847 for "thread apply" with a valid TID list, but missing the command.
12848
12849 2016-01-13 Pedro Alves <palves@redhat.com>
12850
12851 * gdb.base/default.exp: Expect $_gthread as well.
12852 * gdb.multi/tids.exp: Test $_gthread.
12853 * gdb.threads/thread-specific.exp: Test $_gthread.
12854
12855 2016-01-13 Pedro Alves <palves@redhat.com>
12856
12857 * gdb.multi/tids.exp: Test "info threads -gid".
12858
12859 2016-01-13 Pedro Alves <palves@redhat.com>
12860
12861 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12862 Breakpoint.thread.
12863 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12864
12865 2016-01-07 Pedro Alves <palves@redhat.com>
12866
12867 * gdb.base/break.exp: Adjust to output changes.
12868 * gdb.base/hbreak2.exp: Likewise.
12869 * gdb.base/sepdebug.exp: Likewise.
12870 * gdb.base/watch_thread_num.exp: Likewise.
12871 * gdb.linespec/keywords.exp: Likewise.
12872 * gdb.multi/info-threads.exp: Likewise.
12873 * gdb.threads/thread-find.exp: Likewise.
12874 * gdb.multi/tids.c: New file.
12875 * gdb.multi/tids.exp: New file.
12876
12877 2016-01-13 Pedro Alves <palves@redhat.com>
12878
12879 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12880
12881 2016-01-13 Pedro Alves <palves@redhat.com>
12882
12883 * gdb.base/default.exp: Expect $_inferior as well.
12884 * gdb.multi/base.exp: Test $_inferior.
12885
12886 2016-01-13 Pedro Alves <palves@redhat.com>
12887
12888 PR breakpoints/19388
12889 * gdb.base/catch-signal-siginfo-cond.c: New file.
12890 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12891
12892 2016-01-12 Josh Stone <jistone@redhat.com>
12893 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12894
12895 * gdb.base/catch-syscall.c (do_execve): New variable.
12896 (main): Conditionally trigger an execve.
12897 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12898 (test_catch_syscall_execve): New, check entry/return across execve.
12899 (do_syscall_tests): Call test_catch_syscall_execve.
12900
12901 2016-01-12 Pedro Alves <palves@redhat.com>
12902
12903 * gdb.base/random-signal.exp (do_test): New procedure, with body
12904 of testcase moved in.
12905
12906 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12907 Pedro Alves <palves@redhat.com>
12908
12909 * gdb.base/funcargs.exp (finish from indirectly called function):
12910 Reintroduce the case for 'First'.
12911
12912 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12913 Pedro Alves <palves@redhat.com>
12914
12915 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12916 (tcatch_vfork_then_child_follow_exec)
12917 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12918 identification.
12919
12920 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12921
12922 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12923 and repeats to unlimited.
12924 * gdb.python/py-value.exp: Likewise.
12925 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12926 and repeats to unlimited.
12927
12928 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12929
12930 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12931 and reordering the functions.
12932 * gdb.multi/hangout.c: Likewise.
12933 * gdb.multi/hello.c: Likewise.
12934
12935 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12936
12937 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12938 absolute.
12939 (SingleStatisticTestResult.report): Use dict.keys instead of
12940 dict.iterkeys.
12941
12942 2016-01-06 Pedro Alves <palves@redhat.com>
12943
12944 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
12945
12946 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
12947
12948 * gdb.btrace/dlopen.exp: New.
12949 * gdb.btrace/dlopen.c: New.
12950 * gdb.btrace/dlopen-dso.c: New.
12951
12952 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
12953
12954 * lib/gdb.exp (gdb_test): Update comments to clarify that the
12955 PATTERN argument is optional.
12956
12957 2015-12-24 Joel Brobecker <brobecker@adacore.com>
12958
12959 * lib/ada.exp (target_compile_ada_from_dir): New function.
12960 (gdb_compile_ada): Reimplement avoiding the use of project files.
12961 * gdb.ada/gnat_ada.gpr: Delete.
12962 * gdb.ada/cond_lang.exp: Adjust test to make path before
12963 filename optional.
12964 * gdb.ada/small_reg_param.exp: Likewise.
12965
12966 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
12967
12968 * gdb.base/foll-vork.exp: Remove HP-UX special case.
12969
12970 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
12971
12972 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
12973 case.
12974
12975 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
12976
12977 * gdb.base/break.exp: Remove dead code.
12978 * gdb.base/sepdebug.exp: Likewise.
12979
12980 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12981
12982 * gdb.asm/asm-source.exp: Remove HP-UX references.
12983 * gdb.base/annota1.exp: Likewise.
12984 * gdb.base/annota3.exp: Likewise.
12985 * gdb.base/attach.exp: Likewise.
12986 * gdb.base/bigcore.exp: Likewise.
12987 * gdb.base/break.exp: Likewise.
12988 * gdb.base/call-ar-st.exp: Likewise.
12989 * gdb.base/callfuncs.exp: Likewise.
12990 * gdb.base/catch-fork-static.exp: Likewise.
12991 * gdb.base/display.exp: Likewise.
12992 * gdb.base/foll-exec-mode.exp: Likewise.
12993 * gdb.base/foll-exec.exp: Likewise.
12994 * gdb.base/foll-fork.exp: Likewise.
12995 * gdb.base/foll-vfork.exp: Likewise.
12996 * gdb.base/funcargs.exp: Likewise.
12997 * gdb.base/hbreak2.exp: Likewise.
12998 * gdb.base/inferior-died.exp: Likewise.
12999 * gdb.base/interrupt.exp: Likewise.
13000 * gdb.base/multi-forks.exp: Likewise.
13001 * gdb.base/nodebug.exp: Likewise.
13002 * gdb.base/sepdebug.exp: Likewise.
13003 * gdb.base/solib1.c: Likewise.
13004 * gdb.base/step-test.exp: Likewise.
13005 * gdb.mi/non-stop.c: Likewise.
13006 * gdb.mi/pthreads.c: Likewise.
13007 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13008 * gdb.threads/pthreads.c: Likewise.
13009 * gdb.threads/staticthreads.exp: Likewise.
13010 * lib/future.exp: Likewise.
13011 * lib/gdb.exp: Likewise.
13012 * gdb.base/so-indr-cl.c: Remove.
13013 * gdb.base/so-indr-cl.exp: Likewise.
13014 * gdb.base/solib.c: Likewise.
13015 * gdb.base/solib.exp: Likewise.
13016 * gdb.base/solib2.c: Likewise.
13017
13018 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13019
13020 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13021 * gdb.base/call-ar-st.exp: Likewise.
13022 * gdb.base/callfuncs.exp: Likewise.
13023 * gdb.base/condbreak.exp: Likewise.
13024 * gdb.base/constvars.exp: Likewise.
13025 * gdb.base/hbreak2.exp: Likewise.
13026 * gdb.base/langs.exp: Likewise.
13027 * gdb.base/list.exp: Likewise.
13028 * gdb.base/long_long.exp: Likewise.
13029 * gdb.base/ptype.exp: Likewise.
13030 * gdb.base/scope.exp: Likewise.
13031 * gdb.base/signals.exp: Likewise.
13032 * gdb.base/so-impl-ld.exp: Likewise.
13033 * gdb.base/varargs.exp: Likewise.
13034 * gdb.base/volatile.exp: Likewise.
13035 * gdb.base/whatis.exp: Likewise.
13036 * gdb.cp/cplusfuncs.exp: Likewise.
13037 * gdb.cp/inherit.exp: Likewise.
13038 * gdb.cp/local.exp: Likewise.
13039 * gdb.cp/member-ptr.exp: Likewise.
13040 * gdb.cp/method.exp: Likewise.
13041 * gdb.cp/overload.exp: Likewise.
13042 * gdb.cp/templates.exp: Likewise.
13043 * gdb.stabs/weird.exp: Likewise.
13044 * lib/compiler.c: Likewise.
13045 * lib/compiler.cc: Likewise.
13046 * lib/cp-support.exp: Likewise.
13047 * lib/gdb.exp: Likewise.
13048
13049 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13050
13051 * configure.ac: Remove HP-UX case.
13052 * configure: Regenerate.
13053
13054 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13055
13056 * lib/gdb.exp (gdb_compile): Add function doc.
13057
13058 2015-12-17 Pedro Alves <palves@redhat.com>
13059
13060 PR threads/19354
13061 * gdb.multi/info-threads.exp: New file.
13062
13063 2015-12-15 Yao Qi <yao.qi@linaro.org>
13064
13065 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13066 is aarch64*-*-*.
13067
13068 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13069
13070 * gdb.base/history-duplicates.exp: Skip if no readline support.
13071
13072 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13073
13074 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13075
13076 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13077
13078 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13079
13080 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13081
13082 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13083 ctrl-C if nointerrupts target property is set.
13084 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13085 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13086 * gdb.base/paginate-bg-execution.exp: Likewise.
13087 * gdb.base/paginate-execution-startup.exp: Likewise.
13088 * gdb.base/random-signal.exp: Likewise.
13089 * gdb.base/range-stepping.exp: Likewise.
13090 * gdb.cp/annota2.exp: Likewise.
13091 * gdb.cp/annota3.exp: Likewise.
13092 * gdb.gdb/selftest.exp: Likewise.
13093 * gdb.threads/continue-pending-status.exp: Likewise.
13094 * gdb.threads/leader-exit.exp: Likewise.
13095 * gdb.threads/manythreads.exp: Likewise.
13096 * gdb.threads/pthreads.exp: Likewise.
13097 * gdb.threads/schedlock.exp: Likewise.
13098 * gdb.threads/sigthread.exp: Likewise.
13099
13100 2015-12-11 Don Breazeal <donb@codesourcery.com>
13101
13102 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13103 remote.
13104 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13105 * gdb.base/foll-exec.exp (main): Enable for target remote.
13106 * gdb.base/foll-fork.exp (main): Likewise.
13107 * gdb.base/foll-vfork.exp (main): Likewise.
13108 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13109 (proc continue_to_exit_bp_loc): Use clean_restart.
13110 * gdb.base/pie-execl.exp (main): Disable for target remote.
13111 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13112 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13113 * gdb.threads/execl.exp (main): Likewise.
13114 * gdb.threads/fork-child-threads.exp (main): Likewise.
13115 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13116 remote.
13117 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13118 remote.
13119 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13120 pid.tid style ptids, instead of just tid.
13121 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13122 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13123 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13124 ptids, instead of just tid.
13125
13126 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13127
13128 * gdb.base/list.exp (test_list_forward): Add end of file error
13129 test.
13130 (test_repeat_list_command): Add end of file error test.
13131 (test_list_backwards): Add beginning of file error test.
13132
13133 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13134
13135 * gdb.base/list.exp (test_list_invalid_args): New function,
13136 defined, and called.
13137
13138 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13139
13140 * gdb.base/list.exp (test_list): Make test names unique.
13141
13142 2015-12-11 Yao Qi <yao.qi@linaro.org>
13143
13144 * gdb.base/coremaker2.c: Remove.
13145
13146 2015-12-10 Pedro Alves <palves@redhat.com>
13147
13148 * gdb.multi/base.exp: Remove stale "spaces" references.
13149
13150 2015-12-10 Pedro Alves <palves@redhat.com>
13151
13152 * gdb.multi/base.exp: Don't use nowarnings.
13153 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13154 * gdb.multi/hangout.c: Include stdio.h.
13155 * gdb.multi/hello.c: Include stdlib.h.
13156 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13157 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13158 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13159
13160 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13161
13162 * gdb.dwarf2/dw2-ranges-base.c: New file.
13163 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13164 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13165 support additional line table, and debug ranges generation.
13166 (Dwarf::ranges): New function, generate .debug_ranges.
13167 (Dwarf::lines): Support generating simple line table programs.
13168 (Dwarf::assemble): Initialise new namespace variables.
13169
13170 2015-12-09 Kevin Buettner <kevinb@redhat.com>
13171
13172 * gdb.base/async.exp (proc test_background): Add case for
13173 asynchronous execution not supported.
13174
13175 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
13176
13177 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13178 format and change test names to make them unique.
13179
13180 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13181 Pedro Alves <pedro@redhat.com>
13182
13183 PR gdb/18702
13184 Add checking of floatformats setup on x86_64 hosts.
13185 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13186 (smallval, bigval): New labels/constants.
13187 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13188 float" after loading bigval and smallval.
13189
13190 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13191
13192 * gdb.ada/fun_overload_menu.exp: New testcase.
13193 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13194
13195 2015-12-04 Josh Stone <jistone@redhat.com>
13196
13197 * gdb.base/catch-fork-static.exp: New.
13198
13199 2015-12-03 Yao Qi <yao.qi@linaro.org>
13200
13201 * gdb.base/sizeof.c: Don't include stdio.h and
13202 ../lib/unbuffer_output.c.
13203 (main): New variable 'size' and 'value'. Remove printf and
13204 gdb_unbuffer_output. Assign return value to size and value.
13205 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13206 at the beginning.
13207 (check_sizeof): Check the result by printing variable 'size'.
13208 (check_valueof): Check the result by printing variable 'value'.
13209
13210 2015-12-01 Yao Qi <yao.qi@linaro.org>
13211
13212 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13213 for aarch64*-*-linux* target.
13214
13215 2015-11-30 Pedro Alves <palves@redhat.com>
13216
13217 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13218
13219 2015-11-30 Pedro Alves <palves@redhat.com>
13220
13221 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13222 Handle non-stop mode vCont replies.
13223
13224 2015-11-30 Pedro Alves <palves@redhat.com>
13225
13226 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13227 prepare_for_testing. Start gdb with "set non-stop on" appended to
13228 GDBFLAGS. Lax expected stop output.
13229
13230 2015-11-27 Yao Qi <yao.qi@linaro.org>
13231
13232 * gdb.arch/arm-neon.exp: New.
13233 * gdb.arch/arm-neon.c: New.
13234
13235 2015-11-27 Yao Qi <yao.qi@linaro.org>
13236
13237 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13238
13239 2015-11-27 Yao Qi <yao.qi@linaro.org>
13240
13241 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13242 frames-invalid annotation.
13243
13244 2015-11-27 Yao Qi <yao.qi@linaro.org>
13245
13246 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13247
13248 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13249
13250 * gdb.threads/names.exp: New file.
13251 * gdb.threads/names.c: New file.
13252 * README: Mention gdb,no_thread_names.
13253
13254 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13255
13256 PR 19297
13257 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13258 support" error.
13259
13260 2015-11-24 Pedro Alves <palves@redhat.com>
13261
13262 PR 17539
13263 * gdb.base/display.exp: Expect displays to be sorted in ascending
13264 order. Use multi_line.
13265 * gdb.base/solib-display.exp: Likewise.
13266
13267 2015-11-24 Pedro Alves <palves@redhat.com>
13268
13269 PR 17539
13270 * gdb.base/display.exp: Expect displays to be sorted in ascending
13271 order. Use multi_line.
13272 * gdb.base/solib-display.exp: Likewise.
13273
13274 2015-11-24 Pedro Alves <palves@redhat.com>
13275
13276 PR 17539
13277 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13278 threads in ascending order.
13279 * gdb.base/foll-fork.exp: Likewise.
13280 * gdb.base/foll-vfork.exp: Likewise.
13281 * gdb.base/multi-forks.exp: Likewise.
13282 * gdb.mi/mi-nonstop.exp: Likewise.
13283 * gdb.mi/mi-nsintrall.exp: Likewise.
13284 * gdb.multi/base.exp: Likewise.
13285 * gdb.multi/multi-arch.exp: Likewise.
13286 * gdb.python/py-inferior.exp: Likewise.
13287 * gdb.threads/break-while-running.exp: Likewise.
13288 * gdb.threads/execl.exp: Likewise.
13289 * gdb.threads/gcore-thread.exp: Likewise.
13290 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13291 * gdb.threads/kill.exp: Likewise.
13292 * gdb.threads/linux-dp.exp: Likewise.
13293 * gdb.threads/multiple-step-overs.exp: Likewise.
13294 * gdb.threads/next-bp-other-thread.exp: Likewise.
13295 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13296 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13297 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13298 * gdb.threads/thread-find.exp: Likewise.
13299 * gdb.threads/tls.exp: Likewise.
13300 * lib/mi-support.exp (mi_reverse_list): Delete.
13301 (mi_check_thread_states): No longer reverse list.
13302
13303 2015-11-24 Pedro Alves <palves@redhat.com>
13304
13305 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13306 use lowercase.
13307
13308 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13309
13310 * gdb.trace/actions.c: Include trace-common.h.
13311 (main): Add a location for a fast tracepoint.
13312 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13313 the normal tracepoints.
13314 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13315
13316 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13317
13318 * save-trace.exp: Factor out code to these...
13319 (gdb_save_tracepoints): New.
13320 (gdb_load_tracepoints): New.
13321 (do_save_load_test): New.
13322
13323 2015-11-23 Kevin Buettner <kevinb@redhat.com>
13324
13325 * gdb.base/asmlabel.exp: New test.
13326 * gdb.base/asmlabel.c: New test case.
13327
13328 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13329
13330 * gdb.base/wrong_frame_bt_full-main.c: New file.
13331 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13332 * gdb.base/wrong_frame_bt_full.exp: New file.
13333
13334 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13335
13336 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13337
13338 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13339
13340 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
13341 pstate register when comparing registers values in
13342 sparc64-*-linux-gnu targets to avoid spurious differences.
13343
13344 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13345
13346 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
13347
13348 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13349
13350 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13351 as type argument to gdb_compile.
13352 * gdb.base/nested-subp2.exp: Likewise.
13353 * gdb.base/nested-subp3.exp: Likewise.
13354
13355 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13356
13357 * lib/dwarf.exp (_note): Fix left shift of negative value.
13358 * gdb.trace/trace-condition.exp: Likewise.
13359
13360 2015-11-13 Yao Qi <yao.qi@linaro.org>
13361
13362 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13363 comments about d10v.
13364 (test_scalar_returns): Likewise.
13365 * gdb.base/d10v.ld: Remove.
13366 * gdb.base/overlays.exp: Remove the target triplet checking for
13367 d10v-*-*.
13368 * gdb.base/structs.exp (test_struct_returns): Remove the
13369 comments about d10v.
13370 (test_struct_calls): Likewise.
13371
13372 2015-11-13 Yao Qi <yao.qi@linaro.org>
13373
13374 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13375 * gdb.base/gnu_vector.c: Don't include stdio.h.
13376 (main): Don't print res and call add_some_intvecs.
13377
13378 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13379
13380 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13381 macro.
13382 (func5): Removed.
13383 (func4): Use FAST_TRACEPOINT_LABEL.
13384 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13385 macro.
13386 (func): Removed.
13387 (thread_function): Use FAST_TRACEPOINT_LABEL.
13388 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13389 (func): Remove.
13390 (marker): Use FAST_TRACEPOINT_LABEL.
13391 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13392 (pendfunc1): Remove.
13393 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13394 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13395 (foo): Remove.
13396 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13397 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13398 macro.
13399 (func): Remove.
13400 (marker): Use FAST_TRACEPOINT_LABEL.
13401 * gdb.trace/trace-common.h: New header.
13402 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13403 macro.
13404 (func): Remove.
13405 (marker): Use FAST_TRACEPOINT_LABEL.
13406 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13407 (func): Remove.
13408 (thread_function): Use FAST_TRACEPOINT_LABEL.
13409
13410 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13411
13412 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13413 in front.
13414 * gdb.trace/change-loc.exp: Use global pcreg definition.
13415 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13416 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13417 in front.
13418 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13419 * gdb.trace/pending.exp: Likewise.
13420 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13421 * gdb.trace/trace-break.exp: Likewise.
13422 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13423 in front.
13424 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13425 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13426 in front.
13427 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13428
13429 2015-11-09 Joel Brobecker <brobecker@adacore.com>
13430
13431 * gdb.ada/fin_fun_out: New testcase.
13432
13433 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13434
13435 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13436 value associated with DW_AT_byte_size.
13437 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13438 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13439 DW_AT_upper_bound.
13440
13441 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13442
13443 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13444 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13445 version.
13446 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13447 gdb.dwarf2/dw2-canonicalize-type.exp,
13448 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13449 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13450 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13451 provided by gdb_target_symbol_prefix_flags_asm.
13452 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13453 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13454 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13455 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13456 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13457 macros where needed). Use this macro for symbols which require
13458 the prefix provided by SYMBOL_PREFIX.
13459
13460 2015-11-05 Kevin Buettner <kevinb@redhat.com>
13461
13462 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13463 New procs.
13464 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13465 representing expressions, of more than one list element.
13466 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13467 to prepend linker symbol prefix to f.
13468 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13469 table_1 and table_2.
13470 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13471 Likewise, for f and g.
13472 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13473 for ptr.
13474 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13475 for main.
13476 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13477 table_1_ptr and table_2_ptr.
13478
13479 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13480 Joel Brobecker <brobecker@adacore.com>
13481
13482 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13483
13484 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13485
13486 * gdb.reverse/s390-mvcle.c: New test.
13487 * gdb.reverse/s390-mvcle.exp: New file.
13488 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13489
13490 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13491
13492 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13493
13494 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13495
13496 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13497 reaching marker2.
13498 * gdb.reverse/getresuid-reverse.exp: Likewise.
13499 * gdb.reverse/pipe-reverse.exp: Likewise.
13500 * gdb.reverse/readv-reverse.exp: Likewise.
13501 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13502 * gdb.reverse/time-reverse.exp: Likewise.
13503 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13504
13505 2015-10-30 Yao Qi <yao.qi@linaro.org>
13506
13507 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13508 (empty_cycle): Remove.
13509 (main): Don't call empty_cycle. Don't use watch_count_done.
13510 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13511 empty_cycle. Rewrite the code counting HW watchpoints.
13512
13513 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13514
13515 * gdb.reverse/fstatat-reverse.c: New test.
13516 * gdb.reverse/fstatat-reverse.exp: New file.
13517 * gdb.reverse/getresuid-reverse.c: New test.
13518 * gdb.reverse/getresuid-reverse.exp: New file.
13519 * gdb.reverse/pipe-reverse.c: New test.
13520 * gdb.reverse/pipe-reverse.exp: New file.
13521 * gdb.reverse/readv-reverse.c: New test.
13522 * gdb.reverse/readv-reverse.exp: New file.
13523 * gdb.reverse/recvmsg-reverse.c: New test.
13524 * gdb.reverse/recvmsg-reverse.exp: New file.
13525 * gdb.reverse/time-reverse.c: New test.
13526 * gdb.reverse/time-reverse.exp: New file.
13527 * gdb.reverse/waitpid-reverse.c: New test.
13528 * gdb.reverse/waitpid-reverse.exp: New file.
13529
13530 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13531
13532 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13533
13534 2015-10-26 Doug Evans <dje@google.com>
13535
13536 PR symtab/17391
13537 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13538 * gdb.dwarf2/bad-regnum.c: New file.
13539 * gdb.dwarf2/bad-regnum.exp: New file.
13540
13541 2015-10-26 Doug Evans <dje@google.com>
13542
13543 PR python/18938
13544 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13545 file.
13546
13547 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13548
13549 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13550 for a change by "Mention language in compile error message".
13551
13552 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13553
13554 PR python/18073
13555 * gdb.python/py-type.c (C::a_method): New.
13556 (C::a_const_method): New.
13557 (C::a_static_method): New.
13558 (a_function): New.
13559 * gdb.python/py-type.exp (test_fields): Test getting fields
13560 from function and method.
13561
13562 2015-10-21 Keven Boell <keven.boell@intel.com>
13563
13564 * gdb.fortran/vla-alloc-assoc.exp: New file.
13565 * gdb.fortran/vla-datatypes.exp: New file.
13566 * gdb.fortran/vla-datatypes.f90: New file.
13567 * gdb.fortran/vla-history.exp: New file.
13568 * gdb.fortran/vla-ptype-sub.exp: New file.
13569 * gdb.fortran/vla-ptype.exp: New file.
13570 * gdb.fortran/vla-sizeof.exp: New file.
13571 * gdb.fortran/vla-sub.f90: New file.
13572 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13573 * gdb.fortran/vla-value-sub-finish.exp: New file.
13574 * gdb.fortran/vla-value-sub.exp: New file.
13575 * gdb.fortran/vla-value.exp: New file.
13576 * gdb.fortran/vla-ptr-info.exp: New file.
13577 * gdb.mi/mi-vla-fortran.exp: New file.
13578 * gdb.mi/vla.f90: New file.
13579
13580 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13581
13582 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13583 of hardwired timeout value.
13584
13585 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13586 Pedro Alves <palves@redhat.com>
13587
13588 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13589 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13590
13591 2015-10-19 Josh Stone <jistone@redhat.com>
13592
13593 * gdb.base/catch-syscall.c: Include <sched.h>.
13594 (unknown_syscall): New variable.
13595 (main): Trigger a vfork and an unknown syscall.
13596 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13597 (unknown_syscall_number): Likewise.
13598 (check_call_to_syscall): Accept an optional syscall pattern.
13599 (check_return_from_syscall): Likewise.
13600 (check_continue): Likewise.
13601 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13602 (test_catch_syscall_skipping_return): New test toggling off 'catch
13603 syscall' to step over the syscall return, then toggling back on.
13604 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13605 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13606 (do_syscall_tests): Call test_catch_syscall_without_args and
13607 test_catch_syscall_mid_vfork.
13608 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13609 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13610
13611 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
13612
13613 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13614 print g_vE): Add new pass patterns.
13615 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13616 print various symbol names for vptr fields.
13617
13618 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13619
13620 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13621 results.
13622
13623 2015-10-12 Yao Qi <yao.qi@linaro.org>
13624
13625 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13626
13627 2015-10-12 Yao Qi <yao.qi@linaro.org>
13628
13629 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13630 is aarch64*-*-linux*.
13631
13632 2015-10-12 Yao Qi <yao.qi@linaro.org>
13633
13634 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13635 (can_relocate_bcond_true): ... it.
13636 (can_relocate_bcond_false): New function.
13637 (foo): Likewise.
13638 (can_relocate_bl): Likewise.
13639 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13640 can_relocate_bl.
13641
13642 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13643
13644 * gdb.base/nested-addr.c: New file.
13645 * gdb.base/nested-addr.exp: New testcase.
13646
13647 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13648
13649 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13650 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13651 its output. Ignore the output of "record goto begin" and instead
13652 check that GDB is replaying.
13653
13654 2015-10-09 Pedro Alves <palves@redhat.com>
13655
13656 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13657 (top level): Use it in the run with no args test.
13658
13659 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13660
13661 * gdb.dlang/properties.exp: New file.
13662
13663 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13664
13665 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13666 whether or not address 0x1000 is mapped on the target.
13667
13668 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13669
13670 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13671 build.
13672
13673 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13674
13675 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13676 instruction-history test.
13677
13678 2015-09-28 Doug Evans <dje@google.com>
13679
13680 * gdb.base/gcore.c (array_func): Add reference to static_array.
13681
13682 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13683
13684 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13685 source line.
13686
13687 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13688
13689 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13690 short or char as base type.
13691
13692 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13693
13694 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13695 to allow any size enum.
13696
13697 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13698
13699 * gdb.ada/array_ptr_renaming.exp: New testcase.
13700 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13701 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13702
13703 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13704
13705 * gdb.trace/ftrace-lock.c: New file.
13706 * gdb.trace/ftrace-lock.exp: New file.
13707
13708 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13709
13710 * gdb.arch/insn-reloc.c: New file.
13711 * gdb.arch/ftrace-insn-reloc.exp: New file.
13712
13713 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13714
13715 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13716 instruction.
13717 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13718 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13719 * gdb.trace/range-stepping.c: Likewise.
13720 * gdb.trace/trace-break.c: Likewise.
13721 * gdb.trace/trace-mt.c (thread_function): Likewise.
13722 * gdb.trace/ftrace.c (marker): Likewise.
13723 * gdb.trace/trace-condition.c (marker): Likewise.
13724 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13725 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13726 is_aarch64_target.
13727
13728 2015-09-18 Doug Evans <xdje42@gmail.com>
13729
13730 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13731 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13732
13733 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13734
13735 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13736 the breakpoint.
13737
13738 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13739
13740 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13741 the pending breakpoint. Remove timeout override for "Run till
13742 MI pending breakpoint on pendfunc3 on thread 2" test.
13743
13744 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13745
13746 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13747 filename pattern.
13748
13749 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13750
13751 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13752 in breakpoint filename pattern.
13753
13754 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13755
13756 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13757
13758 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13759
13760 * gdb.linespec/explicit.exp: Check for readline support for
13761 tab-completion tests. Fix obvious typo.
13762
13763 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13764
13765 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13766 and replay.
13767
13768 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13769
13770 * gdb.btrace/non-stop.c: New.
13771 * gdb.btrace/non-stop.exp: New.
13772
13773 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13774 Yao Qi <yao.qi@linaro.org>
13775
13776 * gdb.trace/trace-condition.c: New file.
13777 * gdb.trace/trace-condition.exp: New file.
13778
13779 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
13780
13781 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13782 for testing bytecode compilation.
13783
13784 2015-09-16 Pedro Alves <palves@redhat.com>
13785 Sandra Loosemore <sandra@codesourcery.com>
13786
13787 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13788 (SECONDS): Redefine.
13789 (main): Call pthread_kill and alarm early.
13790 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13791 support.
13792 (test): If the target can't hardware step and doesn't support
13793 displaced stepping, increase the timeout.
13794
13795 2015-09-16 Pedro Alves <palves@redhat.com>
13796
13797 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13798 (enable_debug): New procedures.
13799 (test): Use them. Bail out if waiting for threads fails.
13800 (top level): Bail out if a test fails.
13801
13802 2015-09-16 Yao Qi <yao.qi@linaro.org>
13803
13804 * gdb.asm/asm-source.exp: Set asm-arch for
13805 aarch64*-*-* target.
13806 * gdb.asm/aarch64.inc: New file.
13807
13808 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13809
13810 * gdb.ada/array_of_variable_length.exp: New testcase.
13811 * gdb.ada/array_of_variable_length/foo.adb: New file.
13812 * gdb.ada/array_of_variable_length/pck.adb: New file.
13813 * gdb.ada/array_of_variable_length/pck.ads: New file.
13814
13815 2015-09-15 Doug Evans <dje@google.com>
13816
13817 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13818 of function static local variable.
13819
13820 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13821
13822 * gdb.threads/tls-so_extern.exp: New test file.
13823 * gdb.threads/tls-so_extern.c: New test file.
13824 * gdb.threads/tls-so_extern_main.c: New test file.
13825
13826 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13827
13828 * gdb.opt/solib-intra-step-lib.c: New file.
13829 * gdb.opt/solib-intra-step-main.c: New file.
13830 * gdb.opt/solib-intra-step.exp: New file.
13831
13832 2015-09-15 Pedro Alves <palves@redhat.com>
13833
13834 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13835 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13836
13837 2015-09-14 Pedro Alves <palves@redhat.com>
13838
13839 * gdb.base/hook-stop-continue.c: Delete.
13840 * gdb.base/hook-stop-continue.exp: Delete.
13841 * gdb.base/hook-stop-frame.c: Delete.
13842 * gdb.base/hook-stop-frame.exp: Delete.
13843 * gdb.base/hook-stop.c: New file.
13844 * gdb.base/hook-stop.exp: New file.
13845
13846 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13847
13848 * gdb.ada/access_to_packed_array.exp: New testcase.
13849 * gdb.ada/access_to_packed_array/foo.adb: New file.
13850 * gdb.ada/access_to_packed_array/pack.adb: New file.
13851 * gdb.ada/access_to_packed_array/pack.ads: New file.
13852
13853 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13854
13855 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13856 buffer size test.
13857
13858 2015-09-11 Don Breazeal <donb@codesourcery.com>
13859
13860 * gdb.base/foll-exec.c: Add copyright header. Fix
13861 formatting issues.
13862 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13863 (do_exec_tests): Use clean_restart in place of zap_session,
13864 and for test initialization. Fix formatting issues. Use
13865 fail in place of perror.
13866 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13867 an expect statement to match an expression with output from
13868 the program under debug.
13869 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13870 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13871 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13872 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13873 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13874
13875 2015-09-09 Doug Evans <dje@google.com>
13876
13877 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13878
13879 2015-09-09 Doug Evans <dje@google.com>
13880
13881 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13882
13883 2015-09-09 Doug Evans <dje@google.com>
13884
13885 * gdb.base/savedregs.exp: Fix typo.
13886
13887 2015-09-09 Pedro Alves <palves@redhat.com>
13888
13889 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13890
13891 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13892
13893 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13894 command actually switches threads. Give up on remaining
13895 tests if target fails to stop at breakpoint.
13896
13897 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13898
13899 * gdb.ada/funcall_char.exp: New testcase.
13900 * gdb.ada/funcall_char/foo.adb: New file.
13901
13902 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13903
13904 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13905 expected outputs. Add two testcases for completing ambiguous
13906 functions.
13907 * gdb.ada/complete/aux_pck.adb: New file.
13908 * gdb.ada/complete/aux_pck.ads: New file.
13909 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13910 Ambiguous_Func functions.
13911 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13912 * gdb.ada/complete/pck.adb: Likewise.
13913
13914 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13915
13916 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13917 failures to run the test program under GDB.
13918
13919 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
13920
13921 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13922 to C.
13923
13924 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13925
13926 * gdb.base/run-after-attach.exp: New test file.
13927 * gdb.base/run-after-attach.c: New test file.
13928
13929 2015-08-26 Don Breazeal <donb@codesourcery.com>
13930
13931 * gdb.base/foll-exec-2.c: New test program.
13932 * gdb.base/foll-exec-2.exp: New test.
13933
13934 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13935
13936 * gdb.base/nested-subp1.exp: New file.
13937 * gdb.base/nested-subp1.c: New file.
13938 * gdb.base/nested-subp2.exp: New file.
13939 * gdb.base/nested-subp2.c: New file.
13940 * gdb.base/nested-subp3.exp: New file.
13941 * gdb.base/nested-subp3.c: New file.
13942
13943 2015-08-24 Pedro Alves <palves@redhat.com>
13944
13945 * gdb.server/connect-without-multi-process.c: New file.
13946 * gdb.server/connect-without-multi-process.exp: New file.
13947
13948 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13949
13950 * gdb.opt/inline-markers.c: Make z int.
13951
13952 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13953
13954 * gdb.opt/inline-markers.c: Make z volatile.
13955
13956 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13957
13958 * gdb.opt/inline-bt.c: New volatile global z.
13959 * gdb.opt/inline-cmds.c: Likewise.
13960 * gdb.opt/inline-locals.c: Likewise.
13961 * gdb.opt/inline-markers.c: New extern global z.
13962 (marker): Use z.
13963 (inline_fn): Likewise.
13964
13965 2015-08-24 Pedro Alves <palves@redhat.com>
13966
13967 * config/m32r-stub.exp: Remove file.
13968 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
13969 * gdb.base/call-rt-st.exp: Likewise.
13970 * gdb.base/call-strs.exp: Likewise.
13971 * gdb.base/default.exp: Remove references to h8300-*-hms and
13972 *-*-udi*.
13973 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
13974
13975 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13976
13977 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
13978 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
13979 and "return" use KFAIL when GDB can not read/write the vector
13980 return value.
13981
13982 2015-08-21 Gary Benson <gbenson@redhat.com>
13983
13984 * gdb.trace/pending.exp: Cope with remote transfer warnings.
13985
13986 2015-08-20 Pedro Alves <palves@redhat.com>
13987
13988 * gdb.server/solib-list.exp: No longer expect an interior stop in
13989 non-stop mode.
13990
13991 2015-08-20 Pedro Alves <palves@redhat.com>
13992
13993 * gdb.server/connect-stopped-target.c: New file.
13994 * gdb.server/connect-stopped-target.exp: New file.
13995
13996 2015-08-20 Pedro Alves <palves@redhat.com>
13997
13998 * gdb.dwarf2/comp-unit-lang.exp: New file.
13999 * gdb.dwarf2/comp-unit-lang.c: New file.
14000
14001 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14002
14003 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14004 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14005
14006 2015-08-19 Kevin Buettner <kevinb@redhat.com>
14007
14008 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14009 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14010
14011 2015-08-18 Doug Evans <dje@google.com>
14012 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14013
14014 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14015 skip_python_tests. New arg prompt_regexp.
14016 (skip_python_tests): New function.
14017 * lib/mi-support.exp (mi_skip_python_tests): New function.
14018 * gdb.python/py-mi-objfile-gdb.py: New file.
14019 * gdb.python/py-mi-objfile.c: New file.
14020 * gdb.python/py-mi-objfile.exp: New file.
14021
14022 2015-08-17 Keith Seitz <keiths@redhat.com>
14023
14024 * gdb.linespec/explicit.exp: Move strace test from here ...
14025 * gdb.trace/strace.exp: ... to here.
14026
14027 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14028
14029 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14030 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14031
14032 2015-08-14 Doug Evans <xdje42@gmail.com>
14033
14034 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14035 inferior before selecting a new file.
14036
14037 2015-08-14 Doug Evans <xdje42@gmail.com>
14038
14039 * gdb.mi/mi-disassemble.exp: Update.
14040 * gdb.base/disasm-optim.S: New file.
14041 * gdb.base/disasm-optim.c: New file.
14042 * gdb.base/disasm-optim.h: New file.
14043 * gdb.base/disasm-optim.exp: New file.
14044
14045 2015-08-14 Keith Seitz <keiths@redhat.com>
14046
14047 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14048 "evaluated-by".
14049
14050 2015-08-13 Joel Brobecker <brobecker@adacore.com>
14051
14052 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14053
14054 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14055
14056 * gdb.ada/fun_renaming.exp: New testcase.
14057 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14058 * gdb.ada/fun_renaming/pack.adb: New file.
14059 * gdb.ada/fun_renaming/pack.ads: New file.
14060
14061 2015-08-12 Keith Seitz <keiths@redhat.com>
14062
14063 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14064 gdb_get_line_number.
14065
14066 2015-08-12 Joel Brobecker <brobecker@adacore.com>
14067
14068 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14069 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14070 gdb.base/dso2dso.exp: New files.
14071
14072 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14073 Pedro Alves <palves@redhat.com>
14074 Keith Seitz <keiths@redhat.com>
14075
14076 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14077 GDBFLAGS.
14078
14079 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14080
14081 * gdb.base/gdbhistsize-history.exp
14082 (test_histsize_history_setting): Use save_vars.
14083 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14084 Use save_vars.
14085 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14086 * gdb.base/readline.exp: Use save_vars.
14087
14088 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14089
14090 * lib/gdb.exp (save_vars): New proc.
14091
14092 2015-08-11 Keith Seitz <keiths@redhat.com>
14093
14094 * gdb.base/help.exp: Update help_breakpoint_text.
14095
14096 2015-08-11 Keith Seitz <keiths@redhat.com>
14097
14098 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14099 (at toplevel): Call test_explicit_breakpoints.
14100 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14101 breakpoints.
14102 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14103 breakpoint conditions, "-cond".
14104
14105 2015-08-11 Keith Seitz <keiths@redhat.com>
14106
14107 * gdb.linespec/3explicit.c: New file.
14108 * gdb.linespec/cpexplicit.cc: New file.
14109 * gdb.linespec/cpexplicit.exp: New file.
14110 * gdb.linespec/explicit.c: New file.
14111 * gdb.linespec/explicit.exp: New file.
14112 * gdb.linespec/explicit2.c: New file.
14113 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14114 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14115 before using in the matching pattern.
14116 Clarify that `prefix' is a regular expression.
14117
14118 2015-08-11 Keith Seitz <keiths@redhat.com>
14119
14120 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14121 test.
14122 Add tests for missing ",FMT" and ",".
14123
14124 2015-08-10 Doug Evans <dje@google.com>
14125 Keith Seitz <keiths@redhat.com>
14126
14127 PR gdb/17960
14128 * gdb.base/completion.exp: Add location completer tests.
14129
14130 2015-08-07 Pedro Alves <palves@redhat.com>
14131
14132 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14133 tests here.
14134 (top level): Run do_test with and without displaced stepping.
14135
14136 2015-08-07 Pedro Alves <palves@redhat.com>
14137
14138 * gdb.base/valgrind-disp-step.c: New file.
14139 * gdb.base/valgrind-disp-step.exp: New file.
14140
14141 2015-08-07 Pedro Alves <palves@redhat.com>
14142
14143 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14144 Delete function.
14145 (main): Add alarm. Run an infinite loop instead of calling
14146 wait_threads.
14147 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14148 comment.
14149 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14150 Delete function.
14151 (main): Add alarm. Run an infinite loop instead of calling
14152 wait_threads.
14153 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14154 comment.
14155
14156 2015-08-07 Pedro Alves <palves@redhat.com>
14157
14158 * gdb.base/checkpoint-ns.exp: New file.
14159 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14160 standard_testfile.
14161
14162 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14163
14164 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14165 * gdb.btrace/instruction_history.exp: Update.
14166 * gdb.btrace/tsx.exp: New.
14167 * gdb.btrace/tsx.c: New.
14168
14169 2015-08-06 Pedro Alves <palves@redhat.com>
14170
14171 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14172 increase timeout.
14173 * gdb.reverse/until-precsave.exp: Bump timeouts.
14174
14175 2015-08-06 Pedro Alves <palves@redhat.com>
14176
14177 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14178
14179 2015-08-06 Pedro Alves <palves@redhat.com>
14180
14181 PR gdb/18749
14182 * gdb.threads/process-dies-while-handling-bp.c: New file.
14183 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14184
14185 2015-08-06 Pedro Alves <palves@redhat.com>
14186
14187 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14188 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14189
14190 2015-08-05 Pedro Alves <palves@redhat.com>
14191
14192 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14193 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14194
14195 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14196
14197 * gdb.base/bp-permanent.exp: Report test as unsupported if
14198 the target cannot stop at the permanent breakpoint.
14199
14200 2015-08-03 Doug Evans <dje@google.com>
14201
14202 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14203 10000.
14204
14205 2015-08-03 Doug Evans <dje@google.com>
14206
14207 * Makefile.in (workers/%.worker, build-perf): New rule.
14208 (GDB_PERFTEST_MODE): New variable.
14209 (check-perf): Use it.
14210 (clean): Clean up gdb.perf parallel build subdirs.
14211 * lib/build-piece.exp: New file.
14212 * lib/gdb.exp (make_gdb_parallel_path): New function
14213 (standard_output_file, standard_temp_file): Call it.
14214 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14215 of $GDB_PARALLEL.
14216 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14217
14218 2015-08-03 Doug Evans <dje@google.com>
14219
14220 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
14221 (LOG_FILE_NAME): New global.
14222 (TextReporter.__init__): Initialize self.txt_sum.
14223 (TextReporter.report): Add support for multiple data-points.
14224 Move report to perftest.sum, put raw data in perftest.log.
14225 (TextReporter.start): Open sum and log files.
14226 (TextReporter.end): Close sum and log files.
14227 * gdb.perf/lib/perftest/testresult.py
14228 (SingleStatisticTestResult.record): Handle multiple data-points.
14229
14230 2015-07-31 Pedro Alves <palves@redhat.com>
14231
14232 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14233 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14234 kill_wait_spawned_process instead of explicit "kill -9".
14235 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14236 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14237 kill_wait_spawned_process.
14238 * gdb.base/attach-twice.exp: Likewise.
14239 * gdb.base/attach.exp: Likewise.
14240 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14241 gdb_test_multiple.
14242 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14243 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14244 kill_wait_spawned_process.
14245 * gdb.base/valgrind-infcall.exp: Likewise.
14246 * gdb.multi/multi-attach.exp: Likewise.
14247 * gdb.python/py-prompt.exp: Likewise.
14248 * gdb.python/py-sync-interp.exp: Likewise.
14249 * gdb.server/ext-attach.exp: Likewise.
14250 * gdb.threads/attach-into-signal.exp (corefunc): Use
14251 spawn_wait_for_attach, spawn_id_get_pid and
14252 kill_wait_spawned_process.
14253 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14254 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14255 spawn_id_get_pid and kill_wait_spawned_process.
14256 * gdb.threads/attach-stopped.exp (corefunc): Use
14257 spawn_wait_for_attach, spawn_id_get_pid and
14258 kill_wait_spawned_process.
14259 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14260 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14261 kill_wait_spawned_process instead of explicit "kill -9".
14262 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14263 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14264 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14265 processes. Don't map cygwin/windows pids here. Now returns a
14266 spawn id list.
14267
14268 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14269
14270 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14271 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14272 correct patch.
14273
14274 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14275
14276 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14277
14278 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14279
14280 Reapply:
14281 2014-05-21 Mark Wielaard <mjw@redhat.com>
14282
14283 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14284
14285 2015-07-30 Pedro Alves <palves@redhat.com>
14286
14287 * linux-low.c (handle_extended_wait): Set the child's last
14288 reported status to TARGET_WAITKIND_STOPPED.
14289
14290 2015-07-30 Pedro Alves <palves@redhat.com>
14291
14292 PR threads/18600
14293 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14294 only shows inferior 1.
14295
14296 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14297 Pedro Alves <palves@redhat.com>
14298
14299 PR threads/18600
14300 * gdb.threads/fork-plus-threads.c: New file.
14301 * gdb.threads/fork-plus-threads.exp: New file.
14302
14303 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14304
14305 * gdb.base/batch-preserve-term-settings.exp
14306 (test_terminal_settings_preserved_after_cli_exit): Use
14307 send_quit_command.
14308
14309 2015-07-29 Pedro Alves <palves@redhat.com>
14310 Don Breazeal <donb@codesourcery.com>
14311
14312 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14313 output from both inferior_spawn_id and gdb_spawn_id.
14314
14315 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14316
14317 * gdb.threads/attach-into-signal.exp (corefunc): Use
14318 with_test_prefix on nested loops, uniquefying the test messages.
14319
14320 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14321
14322 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14323 commit.
14324
14325 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14326
14327 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14328 New proc.
14329 (test_terminal_settings_preserved_after_sigterm): New test.
14330
14331 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14332
14333 * gdb.base/batch-preserve-term-settings.exp
14334 (test_terminal_settings_preserved_after_cli_exit): New test.
14335
14336 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14337
14338 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14339 manipulation of saved_gdbflags.
14340 (test_terminal_settings_preserved): Remove global declaration of
14341 the unused variable pagination_prompt. Remove manipulation of
14342 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14343 GDBFLAGS.
14344
14345 2015-07-29 Pedro Alves <palves@redhat.com>
14346
14347 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14348
14349 2015-07-29 Pedro Alves <palves@redhat.com>
14350
14351 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14352 at the top.
14353
14354 2015-07-29 Pedro Alves <palves@redhat.com>
14355
14356 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14357 (main): Call gdb_unbuffer_output.
14358 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14359 (main): Call gdb_unbuffer_output.
14360 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14361 (main): Call gdb_unbuffer_output.
14362 * gdb.base/call-strs.exp: Adjust to step over the
14363 gdb_unbuffer_output call.
14364 * gdb.base/catch-gdb-caused-signals.c: Include
14365 "../lib/unbuffer_output.c".
14366 (main): Call gdb_unbuffer_output.
14367 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14368 (main): Call gdb_unbuffer_output.
14369 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14370 (main): Call gdb_unbuffer_output.
14371 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14372 (main): Call gdb_unbuffer_output.
14373 * gdb.base/shlib-call.exp: Adjust to step over the
14374 gdb_unbuffer_output call.
14375 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14376 (main): Call gdb_unbuffer_output.
14377 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14378 (main): Call gdb_unbuffer_output.
14379 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14380 (main): Rename to ...
14381 (test): ... this.
14382 (main): Reimplement.
14383 * gdb.base/varargs.exp: Run to test instead of to main.
14384 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14385 (main): Call gdb_unbuffer_output.
14386
14387 2015-07-29 Pedro Alves <palves@redhat.com>
14388
14389 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14390 factore out from mi_continue_dprintf. For call-style dprintfs,
14391 expect dprintf output out of $inferior_spawn_id.
14392 (mi_continue_dprintf): Use mi_expect_dprintf.
14393 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14394 (main): Call gdb_unbuffer_output.
14395
14396 2015-07-29 Pedro Alves <palves@redhat.com>
14397
14398 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14399 (default_mi_gdb_start): Set inferior_spawn_id instead of
14400 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14401 gdb_spawn_id.
14402 (mi_gdb_test): Always expect inferior output from both
14403 $inferior_spawn_id and $gdb_spawn_id.
14404
14405 2015-07-29 Pedro Alves <palves@redhat.com>
14406
14407 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14408 send_inferior and $inferior_spawn_id.
14409
14410 2015-07-29 Pedro Alves <palves@redhat.com>
14411
14412 * gdb.gdb/complaints.exp (test_initial_complaints)
14413 (test_serial_complaints, test_short_complaints): Use
14414 gdb_test_stdio.
14415 (test_empty_complaint): Handle $inferior_spawn_id !=
14416 $gdb_spawn_id.
14417
14418 2015-07-29 Pedro Alves <palves@redhat.com>
14419
14420 * gdb.base/varargs.exp: Use gdb_test_stdio.
14421
14422 2015-07-29 Pedro Alves <palves@redhat.com>
14423
14424 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14425
14426 2015-07-29 Pedro Alves <palves@redhat.com>
14427
14428 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14429
14430 2015-07-29 Pedro Alves <palves@redhat.com>
14431
14432 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14433 parameter into two new parameters, "inf_result" and "gdb_result".
14434 Expect inferior output and gdb output from $inferior_spawn_id and
14435 $gdb_spawn_id, respectively. Adjust all callers.
14436
14437 2015-07-29 Pedro Alves <palves@redhat.com>
14438
14439 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14440 of gdb_test_sequence.
14441
14442 2015-07-29 Pedro Alves <palves@redhat.com>
14443
14444 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14445 (saw_spurious_output): Expect inferior output from
14446 $inferior_spawn_id. Use gdb_test_stdio.
14447
14448 2015-07-29 Pedro Alves <palves@redhat.com>
14449
14450 * gdb.base/dprintf.exp: Use standard_testfile. Change
14451 prepare_for_testing call.
14452 (srcfile): Don't set.
14453 (restart): New procedure.
14454 (test_dprintf): New procecure, use to continue over dprintfs.
14455 (test_call, test_agent): New procedures, tests moved here.
14456 Restart gdb and recreate dprintfs. Adjust expected output.
14457
14458 2015-07-29 Pedro Alves <palves@redhat.com>
14459
14460 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14461
14462 2015-07-29 Pedro Alves <palves@redhat.com>
14463
14464 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14465
14466 2015-07-29 Pedro Alves <palves@redhat.com>
14467
14468 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14469 gdb_test_stdio.
14470
14471 2015-07-29 Pedro Alves <palves@redhat.com>
14472
14473 * lib/gdb.exp (gdb_test_stdio): New procedure.
14474
14475 2015-07-29 Pedro Alves <palves@redhat.com>
14476
14477 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14478
14479 2015-07-29 Pedro Alves <palves@redhat.com>
14480
14481 * gdb.base/call-signal-resume.exp: Remove check for
14482 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14483 * gdb.base/unwindonsignal.exp: Likewise.
14484 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14485 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14486
14487 2015-07-29 Pedro Alves <palves@redhat.com>
14488
14489 * gdb.base/siginfo-addr.c (pass): New function.
14490 (handler): Call it iff si_addr is correct.
14491 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14492 Set a breakpoint at "pass" and continue to it.
14493
14494 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14495
14496 * gdb.python/py-objfile.exp: Make some tests have unique names.
14497 * gdb.python/py-pp-registration.exp: Likewise.
14498
14499 2015-07-28 Pedro Alves <palves@redhat.com>
14500
14501 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14502
14503 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14504
14505 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14506
14507 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14508
14509 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14510
14511 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14512
14513 * gdb.base/gdb-sigterm-2.exp: New test.
14514
14515 2015-07-25 Doug Evans <xdje42@gmail.com>
14516
14517 Revert:
14518 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14519 (workers/%.worker, build-perf): New rule.
14520 (GDB_PERFTEST_MODE): New variable.
14521 (check-perf): Use it.
14522 (clean): Clean up gdb.perf parallel build subdirs.
14523 * lib/build-piece.exp: New file.
14524 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14525 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14526 name.
14527 (standard_temp_file): Ditto.
14528 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14529 of $GDB_PARALLEL.
14530
14531 2015-07-24 Doug Evans <dje@google.com>
14532
14533 * gdb.perf/lib/perftest/utils.py: New file.
14534 * gdb.perf/gm-hello.cc: New file.
14535 * gdb.perf/gm-pervasive-typedef.cc: New file.
14536 * gdb.perf/gm-pervasive-typedef.h: New file.
14537 * gdb.perf/gm-std.cc: New file.
14538 * gdb.perf/gm-std.h: New file.
14539 * gdb.perf/gm-use-cerr.cc: New file.
14540 * gdb.perf/gm-utils.h: New file.
14541 * gdb.perf/gmonster-null-lookup.py: New file.
14542 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14543 * gdb.perf/gmonster-print-cerr.py: New file.
14544 * gdb.perf/gmonster-ptype-string.py: New file.
14545 * gdb.perf/gmonster-runto-main.py: New file.
14546 * gdb.perf/gmonster-select-file.py: New file.
14547 * gdb.perf/gmonster1-null-lookup.exp: New file.
14548 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14549 * gdb.perf/gmonster1-print-cerr.exp: New file.
14550 * gdb.perf/gmonster1-ptype-string.exp: New file.
14551 * gdb.perf/gmonster1-runto-main.exp: New file.
14552 * gdb.perf/gmonster1-select-file.exp: New file.
14553 * gdb.perf/gmonster1.cc: New file.
14554 * gdb.perf/gmonster1.exp: New file.
14555 * gdb.perf/gmonster2-null-lookup.exp: New file.
14556 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14557 * gdb.perf/gmonster2-print-cerr.exp: New file.
14558 * gdb.perf/gmonster2-ptype-string.exp: New file.
14559 * gdb.perf/gmonster2-runto-main.exp: New file.
14560 * gdb.perf/gmonster2-select-file.exp: New file.
14561 * gdb.perf/gmonster2.cc: New file.
14562 * gdb.perf/gmonster2.exp: New file.
14563
14564 2015-07-24 Doug Evans <dje@google.com>
14565
14566 * gdb.perf/README: New file.
14567 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14568 * lib/gen-perf-test.exp: New file.
14569
14570 2015-07-24 Doug Evans <dje@google.com>
14571
14572 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14573 (PerfTest::startup): New function.
14574 (PerfTest::run): Return result of calling body.
14575 (PerfTest::assemble): Rewrite.
14576 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14577 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14578 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14579 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14580 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14581
14582 2015-07-24 Doug Evans <dje@google.com>
14583
14584 * lib/gdb.exp (clean_restart): Make executable optional.
14585
14586 2015-07-24 Doug Evans <dje@google.com>
14587
14588 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14589 compiler_info references.
14590 * gdb.cp/temargs.exp: Ditto.
14591 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14592 (get_compiler_info): Early exit if already computed. Set compiler_info
14593 to "unknown" if there was a problem.
14594 (test_compiler_info): Add function comment. Call get_compiler_info.
14595
14596 2015-07-24 Doug Evans <dje@google.com>
14597
14598 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14599 (workers/%.worker, build-perf): New rule.
14600 (GDB_PERFTEST_MODE): New variable.
14601 (check-perf): Use it.
14602 (clean): Clean up gdb.perf parallel build subdirs.
14603 * lib/build-piece.exp: New file.
14604 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14605 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14606 name.
14607 (standard_temp_file): Ditto.
14608 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14609 of $GDB_PARALLEL.
14610
14611 2015-07-24 Doug Evans <dje@google.com>
14612
14613 * lib/future.exp (gdb_default_target_compile): New option
14614 "early_flags".
14615 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14616 --as-needed.
14617
14618 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14619
14620 * gdb.base/catch-syscall.exp: Call gdb_exit before
14621 gdb_skip_xml_test.
14622
14623 2015-07-24 Pedro Alves <palves@redhat.com>
14624
14625 * gdb.python/py-events.exp: Accept output between the stop event
14626 and the prompt.
14627 * gdb.python/py-evsignal.exp: Likewise.
14628 * gdb.python/py-evthreads.exp: Likewise.
14629
14630 2015-07-24 Pedro Alves <palves@redhat.com>
14631
14632 PR gdb/18717
14633 * gdb.threads/non-ldr-exit.c: New file.
14634 * gdb.threads/non-ldr-exit.exp: New file.
14635
14636 2015-07-24 Yao Qi <yao.qi@linaro.org>
14637
14638 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14639 restarting process.
14640
14641 2015-07-24 Yao Qi <yao.qi@linaro.org>
14642
14643 * gdb.server/ext-restart.exp: New file.
14644
14645 2015-07-24 Yao Qi <yao.qi@linaro.org>
14646
14647 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14648 argument options.
14649 * gdb.server/ext-wrapper.exp: New file.
14650
14651 2015-07-23 Doug Evans <dje@google.com>
14652
14653 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14654 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14655
14656 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14657
14658 * gdb.ada/var_arr_typedef.exp: New testcase.
14659 * gdb.ada/var_arr_typedef/pack.adb: New file.
14660 * gdb.ada/var_arr_typedef/pack.ads: New file.
14661 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14662
14663 2015-07-20 Joel Brobecker <brobecker@adacore.com>
14664
14665 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14666
14667 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14668
14669 * gdb.arch/i386-biarch-core.exp: Replace istarget
14670 by "complete set gnutarget". Remove expectation for the "core-file"
14671 command.
14672
14673 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14674
14675 Revert the previous commit:
14676 Tests for validate symbol file using build-id.
14677
14678 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14679
14680 Tests for validate symbol file using build-id.
14681 * gdb.base/solib-mismatch-lib.c: New file.
14682 * gdb.base/solib-mismatch-libmod.c: New file.
14683 * gdb.base/solib-mismatch.c: New file.
14684 * gdb.base/solib-mismatch.exp: New file.
14685
14686 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14687
14688 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14689 nios2-*-linux*.
14690 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14691 * gdb.base/siginfo.exp: Likewise.
14692 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14693
14694 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14695
14696 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14697 Move it to ...
14698 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14699 ... here.
14700 * gdb.trace/range-stepping.exp: Check that the target supports
14701 range stepping.
14702
14703 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14704
14705 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14706
14707 2015-07-14 Pedro Alves <palves@redhat.com>
14708
14709 * gdb.base/killed-outside.exp: New file.
14710 * gdb.base/killed-outside.c: New file.
14711
14712 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14713
14714 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14715 (n at main): New.
14716 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14717
14718 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14719
14720 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14721 infcall tests instead of setting up for KFAIL.
14722
14723 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14724
14725 * gdb.btrace/record_goto-step.exp: New.
14726
14727 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14728
14729 PR compile/18484
14730 * gdb.compile/compile.c (struct struct_type): Add volatile to
14731 selffield's type.
14732 * gdb.compile/compile.exp
14733 (compile code struct_object.selffield = &struct_object): Skip further
14734 struct_object tests if this one xfails.
14735
14736 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
14737
14738 PR exp/18617
14739 * gdb.trace/ax.exp: Add test.
14740
14741 2015-07-07 Yao Qi <yao.qi@linaro.org>
14742
14743 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14744 instead of istarget "aarch64*-*-*".
14745 * gdb.arch/aarch64-fp.exp: Likewise.
14746 * gdb.base/float.exp: Likewise.
14747 * gdb.reverse/aarch64.exp: Likewise.
14748 * lib/gdb.exp (is_aarch64_target): New proc.
14749
14750 2015-07-07 Yao Qi <yao.qi@linaro.org>
14751
14752 * lib/gdb.exp (is_aarch32_target): New proc.
14753 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14754 instead of "istarget "arm*-*-*"".
14755 * gdb.arch/arm-disp-step.exp: Likewise.
14756 * gdb.arch/thumb-bx-pc.exp: Likewise.
14757 * gdb.arch/thumb-prologue.exp: Likewise.
14758 * gdb.arch/thumb-singlestep.exp: Likewise.
14759 * gdb.base/disp-step-syscall.exp: Likewise.
14760 * gdb.base/float.exp: Likewise.
14761
14762 2015-07-07 Yao Qi <yao.qi@linaro.org>
14763
14764 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14765 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14766
14767 2015-07-07 Yao Qi <yao.qi@linaro.org>
14768
14769 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14770 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14771 if it exists.
14772 * gdb.multi/multi-arch.exp: Likewise.
14773
14774 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14775
14776 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14777 print.
14778
14779 2015-07-07 Yao Qi <yao.qi@linaro.org>
14780
14781 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14782
14783 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14784
14785 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14786 '[' and ']' characters.
14787
14788 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14789
14790 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14791
14792 2015-06-29 Pedro Alves <palves@redhat.com>
14793
14794 PR threads/18127
14795 * gdb.threads/hand-call-new-thread.c: New file.
14796 * gdb.threads/hand-call-new-thread.c: New file.
14797
14798 2015-06-26 Keith Seitz <keiths@redhat.com>
14799 Doug Evans <dje@google.com>
14800
14801 PR 16253
14802 * gdb.cp/var-tag-2.cc: New file.
14803 * gdb.cp/var-tag-3.cc: New file.
14804 * gdb.cp/var-tag-4.cc: New file.
14805 * gdb.cp/var-tag.cc: New file.
14806 * gdb.cp/var-tag.exp: New file.
14807
14808 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14809
14810 * gdb.base/history-duplicates.exp: New test.
14811
14812 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14813
14814 * gdb.base/completion.exp: Test the completion of the "focus"
14815 command.
14816
14817 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14818
14819 * gdb.arch/amd64-prologue-skip.S: New file.
14820 * gdb.arch/amd64-prologue-skip.exp: New file.
14821
14822 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14823
14824 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14825 is_address_zero_readable check.
14826
14827 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14828
14829 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14830 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14831
14832 2015-06-24 Yao Qi <yao.qi@linaro.org>
14833
14834 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14835 linux targets.
14836
14837 2015-06-24 Yao Qi <yao.qi@linaro.org>
14838
14839 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14840 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14841 * gdb.base/siginfo-thread.exp: Likewise.
14842
14843 2015-06-22 Yao Qi <yao.qi@linaro.org>
14844
14845 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14846
14847 2015-06-22 Yao Qi <yao.qi@linaro.org>
14848
14849 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14850 aarch64*-*-*.
14851 (skip_hw_watchpoint_tests): Likewise.
14852
14853 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14854
14855 * gdb.base/gdbinit-history.exp: Test the interaction between
14856 setting GDBHISTSIZE and setting the history size via .gdbinit.
14857
14858 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14859
14860 PR gdb/16999
14861 * gdb.base/gdbhistsize-history.exp: New test.
14862
14863 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14864
14865 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14866 with GDBHISTSIZE.
14867 * gdb.base/readline.exp: Likewise.
14868
14869 2015-06-17 Yao Qi <yao.qi@linaro.org>
14870
14871 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14872 line.
14873
14874 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14875
14876 * gdb.base/gdbinit-history.exp: Add test case to check that
14877 an unlimited history file does not get truncated on exit.
14878
14879 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14880
14881 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14882 (VECTOR): New macro. Use it...
14883 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14884 ...for these typedefs.
14885 (int8, char1, int1, double1): New typedefs.
14886 (struct just_int2, struct two_int2): New structures.
14887 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14888 (add_structvecs, add_singlevecs): New functions.
14889 (main): Call add_some_intvecs twice.
14890 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14891 the compile and exit upon failure. Try compiling for the "native"
14892 architecture. Test inferior function calls with vector arguments
14893 and vector return value handling with "finish" and "return".
14894
14895 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14896
14897 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14898 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14899 PE file.
14900 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14901
14902 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14903
14904 PR breakpoints/16465
14905 * gdb.mi/mi-dprintf-pending.c: New file.
14906 * gdb.mi/mi-dprintf-pending.exp: New test.
14907 * gdb.mi/mi-dprintf-pendshr.c: New file.
14908
14909 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14910 Mircea Gherzan <mircea.gherzan@intel.com>
14911
14912 * gdb.arch/i386-mpx-map.c: New file.
14913 * gdb.arch/i386-mpx-map.exp: New File.
14914
14915 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14916
14917 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14918 * gdb.arch/i386-mpx.exp: Indentation fixed.
14919
14920 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14921
14922 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14923 function and improved indentation.
14924 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14925 gdb_test_multiple. Added additional tests to skip the test.
14926
14927 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14928
14929 * gdb.arch/i386-avx512.c: Change path in include file.
14930 * gdb.arch/i386-avx512.exp: Change include dir path
14931 compilation flag.
14932 * gdb.arch/i386-mpx.c: Change path in include file.
14933 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14934 flag.
14935
14936 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14937
14938 * gdb.compile/compile-print.exp (compile print *vararray@3)
14939 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14940
14941 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14942
14943 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
14944 (do not keep jit in memory): ... this.
14945 (expect 5): Change it to ...
14946 (expect no 5): ... this.
14947
14948 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
14949
14950 PR gdb/15564
14951 * gdb.mi/mi-detach.exp: New file.
14952
14953 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14954
14955 PR symtab/18392
14956 * gdb.arch/amd64-tailcall-self.S: New file.
14957 * gdb.arch/amd64-tailcall-self.c: New file.
14958 * gdb.arch/amd64-tailcall-self.exp: New file.
14959
14960 2015-05-28 Don Breazeal <donb@codesourcery.com>
14961
14962 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
14963 tests for remote targets by checking is_target_gdbserver.
14964
14965 2015-05-27 Doug Evans <dje@google.com>
14966
14967 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
14968 * gdb.dwarf2/opaque-type-lookup.c: New file.
14969 * gdb.dwarf2/opaque-type-lookup.exp: New file.
14970
14971 2015-05-26 Doug Evans <dje@google.com>
14972
14973 * gdb.cp/iostream.cc: New file.
14974 * gdb.cp/iostream.exp: New file.
14975
14976 2015-05-26 Doug Evans <dje@google.com>
14977
14978 * gdb.dwarf2/dw2-op-call.exp: Update.
14979 * gdb.dwarf2/dw4-sig-types.exp: Update.
14980 * gdb.dwarf2/implptr.exp: Update.
14981 * gdb.mi/mi-cmd-param-changed.exp: Update.
14982
14983 2015-05-26 Doug Evans <dje@google.com>
14984
14985 * gdb.python/py-lazy-string.c: New file.
14986 * gdb.python/py-lazy-string.exp: New file.
14987 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
14988 (main): Update. Add estring3.
14989 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
14990 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
14991
14992 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14993 Yao Qi <yao.qi@linaro.org>
14994
14995 * gdb.reverse/aarch64.c: New.
14996 * gdb.reverse/aarch64.exp: New.
14997
14998 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14999
15000 * lib/gdb.exp (supports_process_record): Return true for
15001 aarch64*-linux*.
15002 (supports_reverse): Likewise.
15003
15004 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15005
15006 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15007 Use with_test_prefix.
15008
15009 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15010
15011 * gdb.base/completion.exp: Add test for completion of layout
15012 names.
15013
15014 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15015
15016 * lib/gdb.exp (skip_tui_tests): New proc.
15017 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15018
15019 2015-05-19 Pedro Alves <palves@redhat.com>
15020
15021 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15022 Save the whole env array instead of just HOME. Unset HISTSIZE in
15023 the environment while testing. Restore whole environment
15024 afterwards.
15025
15026 2015-05-16 Doug Evans <xdje42@gmail.com>
15027
15028 * gdb.guile/scm-ports.c: New file.
15029 * gdb.guile/scm-ports.exp: Add memory port tests.
15030
15031 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15032
15033 * gdb.compile/compile-print.c: New file.
15034 * gdb.compile/compile-print.exp: New file.
15035
15036 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15037
15038 * gdb.compile/compile-ops.exp: Cast param to void.
15039 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15040 (compile code struct_object.selffield = &struct_object): Add xfail.
15041
15042 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15043
15044 * gdb.ada/arr_enum_with_gap: New testcase.
15045
15046 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15047
15048 * gdb.ada/byte_packed_arr: New testcase.
15049
15050 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15051
15052 * gdb.ada/pckd_neg: New testcase.
15053
15054 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15055
15056 PR gdb/17820
15057 * gdb.base/gdbinit-history.exp: New test.
15058 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15059 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15060
15061 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15062
15063 * gdb.python/py-xmethods.cc: Enhance test case.
15064 * gdb.python/py-xmethods.exp: New tests.
15065 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15066 function.
15067 (B_indexoper): Likewise.
15068 (global_dm_list) : Add new xmethod worker functions.
15069
15070 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15071
15072 * gdb.base/coredump-filter.exp: Correctly unset
15073 "coredump_var_addr" array.
15074
15075 2015-05-08 Pedro Alves <palves@redhat.com>
15076
15077 * gdb.server/non-existing-program.exp: Unset spawn_id.
15078
15079 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15080
15081 PR python/18291
15082 * gdb.python/py-xmethods.exp: Add tests.
15083
15084 2015-05-08 Yao Qi <yao.qi@linaro.org>
15085
15086 PR gdb/18208
15087 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15088 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15089 function set_coredump_filter, and remove remote_exec call.
15090 Remove argument ipid. Callers update.
15091 (top level): Don't get inferior's PID.
15092
15093 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15094
15095 * gdb.base/watch_thread_num.exp: Skip test on targets without
15096 access watchpoints.
15097
15098 2015-05-06 Pedro Alves <palves@redhat.com>
15099
15100 PR server/18081
15101 * gdb.server/non-existing-program.exp: New file.
15102
15103 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15104
15105 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15106
15107 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15108
15109 * gdb.ada/out_of_line_in_inlined: New testcase.
15110
15111 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15112
15113 * gdb.ada/var_rec_arr: New testcase.
15114
15115 2015-04-30 Yao Qi <yao.qi@linaro.org>
15116
15117 * gdb.base/break-idempotent.exp: If
15118 skip_hw_watchpoint_multi_tests returns true, skip the tests
15119 on "rwatch" and "awatch".
15120
15121 2015-04-30 Yao Qi <yao.qi@linaro.org>
15122
15123 * gdb.base/relativedebug.exp: Invoke gdb command
15124 "info sharedlibrary", and if libc.so doesn't have debug info,
15125 skip the test.
15126
15127 2015-04-29 Doug Evans <dje@google.com>
15128
15129 * gdb.python/py-xmethods.exp: Add ptype tests.
15130 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15131 get_result_type method.
15132
15133 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15134
15135 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15136 the target does not support hardware watchpoints.
15137
15138 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15139
15140 * gdb.base/break-always.exp: Abort testing if writing to memory
15141 causes an error.
15142
15143 2015-04-28 Doug Evans <dje@google.com>
15144
15145 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15146 * gdb.python/py-pp-registration.exp: ... here. New file.
15147 * gdb.python/py-pp-registration.c: New file.
15148 * gdb.python/py-pp-registration.py: New file.
15149
15150 2015-04-28 Doug Evans <dje@google.com>
15151
15152 * gdb.python/py-bad-printers.c: New file.
15153 * gdb.python/py-bad-printers.py: New file.
15154 * gdb.python/py-bad-printers.exp: New file.
15155
15156 2015-04-28 Sasha Smundak <asmundak@google.com>
15157
15158 * gdb.python/py-type.exp: New test.
15159
15160 2015-04-28 Andy Wingo <wingo@igalia.com>
15161
15162 * gdb.python/py-parameter.exp:
15163 * gdb.guile/scm-parameter.exp: Escape the path that we are
15164 matching against, as it might contain characters that are special
15165 to regular expressions.
15166
15167 2015-04-27 Joel Brobecker <brobecker@adacore.com>
15168
15169 * gdb.ada/rec_comp: New testcase.
15170
15171 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15172
15173 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15174 before using it.
15175
15176 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15177
15178 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15179 new tests for verilog output.
15180
15181 2015-04-24 Yao Qi <yao.qi@linaro.org>
15182
15183 * boards/remote-gdbserver-on-localhost.exp: New file.
15184
15185 2015-04-23 Pedro Alves <palves@redhat.com>
15186
15187 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15188 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15189 "end of file", remove $inferior_spawn_id from the indirect list.
15190
15191 2015-04-23 Pedro Alves <palves@redhat.com>
15192
15193 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15194
15195 2015-04-23 Pedro Alves <palves@redhat.com>
15196
15197 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15198 on $any_spawn_id instead of only on $gdb_spawn_id.
15199
15200 2015-04-21 Pierre Muller <muller@sourceware.org>
15201
15202 PR pascal/17815
15203 * lib/pascal.exp (gpc_compile): Add new option "class".
15204 (fpc_compile): Likewise.
15205 * gdb.pascal/case-insensitive-symbols.pas: New file.
15206 * gdb.pascal/case-insensitive-symbols.exp: New file.
15207
15208 2015-04-20 Gary Benson <gbenson@redhat.com>
15209
15210 * gdb.base/attach.exp: Fix three extended remote failures.
15211
15212 2015-04-17 Gary Benson <gbenson@redhat.com>
15213
15214 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15215 the main executable over the remote protocol.
15216
15217 2015-04-16 Pedro Alves <palves@redhat.com>
15218
15219 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15220 a new gdbserver if gdbserver_reconnect_p is set.
15221
15222 2015-04-16 Pedro Alves <palves@redhat.com>
15223
15224 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15225 is set, don't exit gdbserver.
15226
15227 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15228
15229 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15230 appropriate .insn, such that an older assembler can be used.
15231 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15232 the z/Architecture instruction set on 31-bit targets as well.
15233
15234 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15235
15236 * gdb.go/handcall.exp: Remove all logic related to the first
15237 breakpoint and rely on go_runto_main instead.
15238 * gdb.go/strings.exp: Likewise.
15239 * gdb.go/unsafe.exp: Likewise.
15240 * gdb.go/hello.exp: Likewise. Also rename the remaining
15241 breakpoint marker to "breakpoint 1".
15242 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15243 * gdb.go/strings.go: Likewise.
15244 * gdb.go/unsafe.go: Likewise.
15245 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15246 "set breakpoint 2 here" and rename the remaining breakpoint marker
15247 to "breakpoint 1".
15248
15249 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15250
15251 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15252 if itertools.imap is not present.
15253 * gdb.python/py-objfile.exp: Add parentheses.
15254 * gdb.python/py-type.exp: Same.
15255 * gdb.python/py-unwind-maint.py: Same.
15256
15257 2015-04-15 Yao Qi <yao.qi@linaro.org>
15258
15259 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15260 of ":$ptr_size" and set its form explicitly.
15261
15262 2015-04-15 Pedro Alves <palves@redhat.com>
15263 Yao Qi <yao.qi@linaro.org>
15264
15265 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15266 timeout by factor of 4.
15267 (test_regular_watch): Likewise.
15268 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15269 * gdb.reverse/sigall-reverse.exp: Likewise.
15270 * gdb.reverse/until-precsave.exp: Likewise.
15271 * lib/gdb.exp (with_timeout_factor): New proc.
15272 (gdb_expect): Move some code to ...
15273 (get_largest_timeout): ... here. New procedure.
15274
15275 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
15276
15277 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15278
15279 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15280
15281 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15282 to write to the .text section.
15283
15284 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15285
15286 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15287 Handle the case of targets that do not provide PID information.
15288
15289 2015-04-13 Yao Qi <yao.qi@linaro.org>
15290
15291 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15292 and use expect instead of gdb_expect.
15293
15294 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15295
15296 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15297 "coredump_var_addr" to avoid naming conflict with other testcases.
15298
15299 2015-04-10 Pedro Alves <palves@redhat.com>
15300
15301 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15302 gdb_test_sequence and gdb_assert.
15303
15304 2015-04-10 Pedro Alves <palves@redhat.com>
15305
15306 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15307 test messages that don't include the breakpoint address.
15308
15309 2015-04-10 Yao Qi <yao.qi@linaro.org>
15310
15311 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15312 false for some offset and width combinations which aren't
15313 supported by linux kernel.
15314
15315 2015-04-10 Pedro Alves <palves@redhat.com>
15316
15317 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15318 procedure, factored out from ...
15319 (top level): ... here. Add "set displaced-stepping" testing axis.
15320 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15321 parameter "displaced". Use it.
15322 (top level): Use foreach and add "set displaced-stepping" testing
15323 axis.
15324
15325 2015-04-10 Pedro Alves <palves@redhat.com>
15326
15327 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15328 Remove comment.
15329 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15330 both the address of the instruction that triggers the watchpoint
15331 and the address of the instruction immediately after, and use
15332 those addresses for the test. Fix comment.
15333
15334 2015-04-10 Pedro Alves <palves@redhat.com>
15335
15336 * gdb.base/sigstep.exp (breakpoint_to_handler)
15337 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15338 Test "backtrace" in handler.
15339 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15340 (top level): Add new "displaced" test axis to
15341 breakpoint_to_handler, breakpoint_to_handler_entry and
15342 breakpoint_over_handler.
15343
15344 2015-04-10 Pedro Alves <palves@redhat.com>
15345
15346 PR gdb/18216
15347 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15348
15349 2015-04-10 Yao Qi <yao.qi@linaro.org>
15350
15351 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15352 (test_add_rn_pc): New function.
15353 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15354 (top level): Invoke test_add_rn_pc.
15355
15356 2015-04-10 Pedro Alves <palves@redhat.com>
15357
15358 PR gdb/13858
15359 * gdb.base/step-over-no-symbols.exp: New file.
15360
15361 2015-04-09 Andy Wingo <wingo@igalia.com>
15362
15363 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15364 after the Python tests.
15365
15366 2015-04-08 Keith Seitz <keiths@redhat.com>
15367
15368 PR python/16699
15369 * gdb.python/py-completion.exp: New tests for completion.
15370 * gdb.python/py-completion.py (CompleteLimit1): New class.
15371 (CompleteLimit2): Likewise.
15372 (CompleteLimit3): Likewise.
15373 (CompleteLimit4): Likewise.
15374 (CompleteLimit5): Likewise.
15375 (CompleteLimit6): Likewise.
15376 (CompleteLimit7): Likewise.
15377
15378 2015-04-08 Pedro Alves <palves@redhat.com>
15379
15380 PR gdb/18214
15381 PR gdb/18216
15382 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15383 function.
15384 (main): Install it as SIGUSR1 handler.
15385 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15386 parameter. Always use "setup" as prefix. Toggle "set
15387 displaced-stepping" off/on depending on global. Don't switch to
15388 thread 1 here.
15389 (top level): Add displaced stepping "off/on" test axis. Update
15390 "setup" calls. Wrap each subtest with with_test_prefix. Test
15391 continuing with a queued signal in each thread.
15392
15393 2015-04-08 Pedro Alves <palves@redhat.com>
15394
15395 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15396 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15397 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15398 Return early if running to main fails.
15399 * gdb.trace/while-stepping.exp: Likewise.
15400
15401 2015-04-07 Pedro Alves <palves@redhat.com>
15402
15403 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15404 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15405 interact with inferior program.
15406
15407 2015-04-07 Pedro Alves <palves@redhat.com>
15408
15409 * lib/gdb.exp (inferior_spawn_id): New global.
15410 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15411 spawn id after processing the user code.
15412 (default_gdb_start): Set inferior_spawn_id.
15413 (send_inferior): New procedure.
15414 * lib/gdbserver-support.exp (gdbserver_start): Set
15415 inferior_spawn_id.
15416 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15417
15418 2015-04-07 Pedro Alves <palves@redhat.com>
15419
15420 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15421 * lib/gdbserver-support.exp (gdbserver_start): Make
15422 $server_spawn_id global.
15423 (gdbserver_start): Don't wait for gdbserver's spawn id with
15424 expect_background.
15425 (close_gdbserver): New procedure.
15426 (gdb_exit): Rename the default version and reimplement.
15427
15428 2015-04-07 Pedro Alves <palves@redhat.com>
15429
15430 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
15431 append the substituted item, not the original item.
15432
15433 2015-04-07 Pedro Alves <palves@redhat.com>
15434
15435 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15436 gdb_expect.
15437
15438 2015-04-07 Pedro Alves <palves@redhat.com>
15439
15440 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15441 output appearing once only.
15442
15443 2015-04-07 Pedro Alves <palves@redhat.com>
15444
15445 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15446 that doesn't expect anything. Return early if running to main
15447 fails.
15448
15449 2015-04-07 Yao Qi <yao.qi@linaro.org>
15450
15451 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15452 (child_function): Call alarm.
15453 (main): Move call to alarm into the loop.
15454 * gdb.threads/non-stop-fair-events.exp: Build program with
15455 -DTIMEOUT=$timeout.
15456
15457 2015-04-06 Doug Evans <xdje42@gmail.com>
15458
15459 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15460 Fix dest parameter to board_info.
15461 (fpc_compile): Ditto.
15462 (gdb_compile_pascal): Rename dest arg to destfile.
15463
15464 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15465
15466 * gdb.ada/funcall_ref.exp: New file.
15467 * gdb.ada/funcall_ref/foo.adb: New file.
15468
15469 2015-04-02 Yao Qi <yao.qi@linaro.org>
15470
15471 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15472 is remote.
15473
15474 2015-04-02 Gary Benson <gbenson@redhat.com>
15475
15476 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15477
15478 2015-04-01 Sasha Smundak <asmundak@google.com>
15479
15480 * gdb.python/py-unwind-maint.c: New file.
15481 * gdb.python/py-unwind-maint.exp: New test.
15482 * gdb.python/py-unwind-maint.py: New file.
15483 * gdb.python/py-unwind.c: New file.
15484 * gdb.python/py-unwind.exp: New test.
15485 * gdb.python/py-unwind.py: New test.
15486
15487 2015-04-01 Pedro Alves <palves@redhat.com>
15488
15489 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15490 to fail instead of non-existent $test.
15491
15492 2015-04-01 Pedro Alves <palves@redhat.com>
15493
15494 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15495 GDBFLAGS if not empty.
15496
15497 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15498
15499 * gdb.ada/complete.exp: Remove "multi_line".
15500 * gdb.ada/info_exc.exp: Remove "multi_line".
15501 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15502 * gdb.ada/ptype_field.exp: Remove "multi_line".
15503 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15504 * gdb.ada/tagged.exp: Remove "multi_line".
15505 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15506 [multi_line ...]
15507 * gdb.btrace/delta.exp: Likewise.
15508 * gdb.btrace/exception.exp: Likewise.
15509 * gdb.btrace/function_call_history.exp: Likewise.
15510 * gdb.btrace/instruction_history.exp: Likewise.
15511 * gdb.btrace/nohist.exp: Likewise.
15512 * gdb.btrace/record_goto.exp: Likewise.
15513 * gdb.btrace/segv.exp: Likewise.
15514 * gdb.btrace/stepi.exp: Likewise.
15515 * gdb.btrace/tailcall.exp: Likewise.
15516 * gdb.btrace/unknown_functions.exp: Likewise.
15517 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15518 * lib/gdb.exp: Add the "multi_line" helper.
15519
15520 2015-04-01 Pedro Alves <palves@redhat.com>
15521
15522 * gdb.threads/tid-reuse.c: New file.
15523 * gdb.threads/tid-reuse.exp: New file.
15524
15525 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15526
15527 PR corefiles/16092
15528 * gdb.base/coredump-filter.c: New file.
15529 * gdb.base/coredump-filter.exp: Likewise.
15530
15531 2015-03-27 Petr Machata <pmachata@redhat.com>
15532
15533 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15534 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15535 (Dwarf::assemble): Initialize them.
15536 (Dwarf::lines): New function.
15537
15538 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15539
15540 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15541 SYMBOL_PREFIX for x86_64-*-cygwin.
15542
15543 2015-03-26 Andy Wingo <wingo@igalia.com>
15544
15545 PR symtab/18148
15546 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15547 const_value but not a location.
15548 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15549 location defined in non-main CUs are visible.
15550
15551 2015-03-26 Yao Qi <yao.qi@linaro.org>
15552
15553 PR testsuite/18139
15554 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15555 Add a line number entry for the same line.
15556 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15557 Add a line number entry for the same line.
15558
15559 2015-03-26 Yao Qi <yao.qi@linaro.org>
15560
15561 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15562 .int 0.
15563 (func): Likewise. Add .Lfunc_1 label.
15564 Use .Lfunc_1 label.
15565 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15566 .int 0.
15567 (func): Likewise.
15568 Use .Lfunc_1 label.
15569
15570 2015-03-26 Yao Qi <yao.qi@linaro.org>
15571
15572 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15573 Call gdb_compile instead to compile each .s files without debug
15574 information.
15575
15576 2015-03-26 Yao Qi <yao.qi@linaro.org>
15577
15578 * gdb.base/savedregs.exp (process_saved_regs): Make
15579 "Saved registers:" optional in the pattern.
15580
15581 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15582
15583 * gdb.btrace/next.exp: Merged into step.exp.
15584 * gdb.btrace/finish.exp: Merged into step.exp.
15585 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15586 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15587 "record goto" and checking the exact replay position.
15588 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15589 check for "Recording format" in "info record" output.
15590 * gdb.btrace/record_goto.exp: Choose test file based on target.
15591 * gdb.btrace/x86-record_goto.S: Renamed into ...
15592 * gdb.btrace/x86_64-record_goto.S: ... this.
15593 * gdb.btrace/i686-record_goto.S: New.
15594 * gdb.btrace/x86-tailcall.S: Renamed into ...
15595 * gdb.btrace/x86_64-tailcall.S: ... this.
15596 * gdb.btrace/i686-tailcall.S: New.
15597 * gdb.btrace/x86-tailcall.c: Renamed into ...
15598 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15599 separate statements. Update test.
15600 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15601 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15602 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15603 * gdb.btrace/tailcall.exp: Choose test file based on target.
15604 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15605
15606 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15607
15608 * gdb.btrace/exception.exp: Increase BTS buffer size.
15609
15610 2015-03-24 Pedro Alves <palves@redhat.com>
15611
15612 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15613
15614 2015-03-24 Pedro Alves <palves@redhat.com>
15615
15616 * gdb.threads/schedlock.exp (test_step): No longer expect that
15617 "set scheduler-locking step" with "next" over a function call runs
15618 threads unlocked.
15619
15620 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15621
15622 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15623
15624 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15625
15626 PR breakpoints/16466
15627 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15628 * gdb.mi/mi-pending.c (thread_func): New function.
15629 (int main): Add threading support required.
15630 * gdb.mi/mi-pending.exp: Add tests for this issue.
15631 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15632 (pendfunc2): Remove stdio dependency.
15633 * gdb.mi/mi-pendshr2.c: New file.
15634
15635 2015-03-23 Keith Seitz <keiths@redhat.com>
15636
15637 * gdb.linespec/keywords.c: New file.
15638 * gdb.linespec/keywords.exp: New file.
15639
15640 2015-03-23 Keith Seitz <keiths@redhat.com>
15641
15642 PR gdb/18021
15643 * gdb.dwarf2/staticvirtual.exp: New test.
15644
15645 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15646
15647 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15648 * README: Remove HP-UX and gdb.hp.
15649 (configuration):
15650 * configure: Regenerate.
15651 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15652 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15653 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15654 gdb.hp/gdb.defects/Makefile.
15655 * gdb.hp/Makefile.in: File deleted.
15656 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15657 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15658 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15659 * gdb.hp/gdb.aCC/run.c: File deleted.
15660 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15661 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15662 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15663 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15664 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15665 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15666 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15667 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15668 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15669 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15670 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15671 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15672 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15673 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15674 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15675 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15676 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15677 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15678 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15679 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15680 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15681 * gdb.hp/gdb.compat/average.c: File deleted.
15682 * gdb.hp/gdb.compat/sum.c: File deleted.
15683 * gdb.hp/gdb.compat/xdb.c: File deleted.
15684 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15685 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15686 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15687 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15688 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15689 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15690 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15691 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15692 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15693 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15694 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15695 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15696 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15697 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15698 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15699 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15700 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15701 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15702 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15703 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15704 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15705 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15706 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15707 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15708 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15709 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15710 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15711 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15712 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15713 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15714 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15715 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15716 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15717 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15718 * gdb.hp/tools/odump: File deleted.
15719
15720 2015-03-19 Pedro Alves <palves@redhat.com>
15721
15722 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15723 (saw_thread_3): New globals.
15724 (top level): Increment them when an event for the corresponding
15725 thread is seen.
15726 (no thread starvation): New test.
15727
15728 2015-03-19 Pedro Alves <palves@redhat.com>
15729
15730 * gdb.threads/continue-pending-status.c: New file.
15731 * gdb.threads/continue-pending-status.exp: New file.
15732
15733 2015-03-18 Pedro Alves <palves@redhat.com>
15734
15735 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15736 Use gdb_is_target_remote instead of is_remote. Use
15737 gdb_test_multiple instead of gdb_expect. Exit early if
15738 gdb_test_multiple hits its internal matches. Tighten stepi tests
15739 expected output. Fail on exit with any signal, instead of just
15740 SIGILL.
15741
15742 2015-03-18 Yao Qi <yao.qi@linaro.org>
15743
15744 PR tdep/18107
15745 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15746 variable.
15747 * gdb.base/catch-syscall.exp: Don't skip it on
15748 aarch64*-*-linux* target. Remove elements in all_syscalls.
15749 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15750 target.
15751 (setup_all_syscalls): New proc.
15752
15753 2015-03-16 Yao Qi <yao.qi@linaro.org>
15754
15755 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15756 (top level): Skip tests if valid_addr_p returns false for
15757 $cmd1 or $cmd2.
15758
15759 2015-03-11 Andy Wingo <wingo@igalia.com>
15760
15761 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15762
15763 2015-03-11 Yao Qi <yao.qi@linaro.org>
15764
15765 * gdb.base/catch-syscall.exp: Fix typo in comments.
15766
15767 2015-03-11 Yao Qi <yao.qi@linaro.org>
15768
15769 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15770
15771 2015-03-09 Pedro Alves <palves@redhat.com>
15772
15773 * dg-extract-results.py: Delete.
15774
15775 2015-03-09 Pedro Alves <palves@redhat.com>
15776
15777 Merge dg-extract-results.sh from GCC upstream (r218843).
15778
15779 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15780 * dg-extract-results.sh: Use --text with grep to avoid issues with
15781 binary files. Fall back to cat -v, if that doesn't work.
15782
15783 2015-03-05 Pedro Alves <palves@redhat.com>
15784
15785 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15786
15787 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15788
15789 * lib/mi-support.exp (mi_expect_interrupt): Accept
15790 alternative event for when in all-stop mode.
15791
15792 2015-03-04 Pedro Alves <palves@redhat.com>
15793
15794 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15795
15796 2015-03-04 Mark Kettenis <kettenis@gnu.org>
15797
15798 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15799
15800 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15801
15802 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15803 regexps for GDB's current line display, accept a hex address
15804 preceding the line number.
15805
15806 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15807
15808 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15809 the 'arch1' variable for "s390*-linux*" targets.
15810
15811 2015-03-04 Pedro Alves <palves@redhat.com>
15812
15813 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15814 (main): Pass missing retval argument to pthread_join call.
15815
15816 2015-03-02 Pedro Alves <palves@redhat.com>
15817
15818 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15819 (top level): Call do_test with non-stop as well.
15820
15821 2015-03-02 Pedro Alves <palves@redhat.com>
15822
15823 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15824 -1.
15825
15826 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15827
15828 * gdb.arch/s390-vregs.exp: New test.
15829 * gdb.arch/s390-vregs.S: New file.
15830
15831 2015-02-27 Pedro Alves <palves@redhat.com>
15832
15833 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15834 call to catch_command_errors.
15835 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15836 catch_command_errors.
15837
15838 2015-02-27 Pedro Alves <palves@redhat.com>
15839
15840 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15841 "true" for boolean result.
15842 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15843 prototype of main.
15844
15845 2015-02-27 Pedro Alves <palves@redhat.com>
15846
15847 * lib/unbuffer_output.c: New file.
15848 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15849 (main): Call gdb_unbuffer_output.
15850
15851 2015-02-27 Yao Qi <yao.qi@linaro.org>
15852
15853 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15854 target.
15855
15856 2015-02-26 Doug Evans <dje@google.com>
15857
15858 * gdb.cp/class2.cc (Dbase, D): New classes.
15859 (main): New local delta.
15860 * gdb.cp/class2.exp: Test printing delta.
15861 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15862 (dynbar): New global.
15863 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15864
15865 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15866
15867 * gdb.compile/compile-ifunc.c: New file.
15868 * gdb.compile/compile-ifunc.exp: New file.
15869
15870 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15871
15872 * gdb.base/structs.exp: Check for correct struct on finish.
15873
15874 2015-02-26 Yao Qi <yao.qi@linaro.org>
15875
15876 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15877 is zero.
15878
15879 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15880
15881 * gdb.arch/cordic.ko.bz2: New file.
15882 * gdb.arch/cordic.ko.debug.bz2: New file.
15883 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15884
15885 2015-02-25 Yao Qi <yao.qi@linaro.org>
15886
15887 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15888 aarch64*-*-* target.
15889
15890 2015-02-23 Pedro Alves <palves@redhat.com>
15891
15892 * lib/gdb.exp (delete_breakpoints): Rewrite using
15893 gdb_test_multiple.
15894
15895 2015-02-23 Pedro Alves <palves@redhat.com>
15896
15897 * gdb.base/info-os.c: Include stdlib.h.
15898
15899 2015-02-22 Doug Evans <xdje42@gmail.com>
15900
15901 PR symtab/17855
15902 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15903 is read after symbols have been re-read.
15904 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15905 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15906
15907 2015-02-21 Doug Evans <dje@google.com>
15908
15909 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15910
15911 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15912
15913 PR corefiles/17808
15914 * gdb.arch/i386-biarch-core.core.bz2: New file.
15915 * gdb.arch/i386-biarch-core.exp: New file.
15916
15917 2015-02-21 Pedro Alves <palves@redhat.com>
15918
15919 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15920 runto_main fails.
15921
15922 2015-02-20 Pedro Alves <palves@redhat.com>
15923
15924 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15925 info probes.
15926
15927 2015-02-20 Pedro Alves <palves@redhat.com>
15928
15929 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15930
15931 2015-02-20 Pedro Alves <palves@redhat.com>
15932
15933 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15934 clean_restart before gdb_target_supports_trace.
15935
15936 2015-02-20 Pedro Alves <palves@redhat.com>
15937
15938 PR threads/18006
15939 * gdb.threads/clone-thread_db.c: New file.
15940 * gdb.threads/clone-thread_db.exp: New file.
15941
15942 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
15943
15944 PR breakpoints/16812
15945 * gdb.base/catch-gdb-caused-signals.c: New file.
15946 * gdb.base/catch-gdb-caused-signals.exp: New file.
15947
15948 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
15949
15950 * configure: Regenerated.
15951 * configure.ac: Use GDB_AC_TRANSFORM.
15952 * aclocal.m4: sinclude ../transform.m4.
15953
15954 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15955
15956 * lib/dtrace.exp: New file.
15957 * gdb.base/dtrace-probe.exp: Likewise.
15958 * gdb.base/dtrace-probe.d: Likewise.
15959 * gdb.base/dtrace-probe.c: Likewise.
15960 * lib/pdtrace.in: Likewise.
15961 * configure.ac: Output variables with the transformed names of
15962 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
15963 * configure: Regenerated.
15964
15965 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15966
15967 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
15968 expected message when trying to access $_probe_* convenience
15969 variables while not on a probe.
15970
15971 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15972
15973 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
15974
15975 2015-02-11 Pedro Alves <pedro@codesourcery.com>
15976
15977 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
15978 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
15979
15980 2015-02-10 Doug Evans <xdje42@gmail.com>
15981
15982 * lib/gdb.exp (gdb_load): Always return a result.
15983
15984 2015-02-10 Pedro Alves <palves@redhat.com>
15985
15986 * gdb.threads/signal-sigtrap.c: New file.
15987 * gdb.threads/signal-sigtrap.exp: New file.
15988
15989 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
15990
15991 * gdb.trace/no-attach-trace.c: New file.
15992 * gdb.trace/no-attach-trace.exp: New file.
15993
15994 2015-02-09 Mark Wielaard <mjw@redhat.com>
15995
15996 * gdb.dwarf2/atomic.c: New file.
15997 * gdb.dwarf2/atomic-type.exp: Likewise.
15998
15999 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16000
16001 * gdb.btrace/buffer-size.exp: Update "info record" output.
16002 * gdb.btrace/delta.exp: Update "info record" output.
16003 * gdb.btrace/enable.exp: Update "info record" output.
16004 * gdb.btrace/finish.exp: Update "info record" output.
16005 * gdb.btrace/instruction_history.exp: Update "info record" output.
16006 * gdb.btrace/next.exp: Update "info record" output.
16007 * gdb.btrace/nexti.exp: Update "info record" output.
16008 * gdb.btrace/step.exp: Update "info record" output.
16009 * gdb.btrace/stepi.exp: Update "info record" output.
16010 * gdb.btrace/nohist.exp: Update "info record" output.
16011
16012 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16013
16014 * gdb.btrace/buffer-size: New.
16015
16016 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16017
16018 * gdb.btrace/delta.exp: Update "info record" output.
16019 * gdb.btrace/enable.exp: Update "info record" output.
16020 * gdb.btrace/finish.exp: Update "info record" output.
16021 * gdb.btrace/instruction_history.exp: Update "info record" output.
16022 * gdb.btrace/next.exp: Update "info record" output.
16023 * gdb.btrace/nexti.exp: Update "info record" output.
16024 * gdb.btrace/step.exp: Update "info record" output.
16025 * gdb.btrace/stepi.exp: Update "info record" output.
16026 * gdb.btrace/nohist.exp: Update "info record" output.
16027
16028 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16029
16030 PR gdb/15678
16031 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16032
16033 2015-02-06 Pedro Alves <palves@redhat.com>
16034
16035 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16036 macro.
16037 (seconds_left, again): New globals.
16038 (main): Wait seconds_left in a 1-second sleep loop instead of
16039 sleeping 180 seconds. If 'again' is set, reset the seconds
16040 counter.
16041 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16042 'again' in the inferior before detaching. Print the seconds left.
16043 (options): New global.
16044 (top level): Build program with -DTIMEOUT=$timeout.
16045
16046 2015-02-06 Pedro Alves <palves@redhat.com>
16047
16048 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16049 determine how many seconds to pass to 'alarm'.
16050 * gdb.base/gdb-sigterm.exp (top level): Build program with
16051 -DTIMEOUT=$timeout.
16052 (do_test): Return success/failure indication. Add more verbose
16053 logging. Don't fail if 200 single steps are seen. Instead, fail
16054 when the test times out.
16055 (passes): New global.
16056 (top level): Break the testing loop if testing fails on any
16057 iteration. Use gdb_assert.
16058
16059 2015-02-04 Don Breazeal <donb@codesourcery.com>
16060
16061 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16062 and initialize them.
16063 (ipc_cleanup): New function.
16064 (main): Don't declare shmid, semid, and msqid. Add a call to
16065 atexit so that we call ipc_cleanup on exit.
16066
16067 2015-02-04 Pedro Alves <palves@redhat.com>
16068
16069 * boards/native-extended-gdbserver.exp: Remove any target variant
16070 specifications from the board name before clearing the isremote
16071 flag from board_info.
16072
16073 2015-01-31 Doug Evans <xdje42@gmail.com>
16074
16075 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16076
16077 2015-01-31 Gary Benson <gbenson@redhat.com>
16078
16079 * gdb.base/completion.exp: Disable completion limiting for
16080 existing tests. Add new tests to check completion limiting.
16081 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16082
16083 2015-01-31 Doug Evans <xdje42@gmail.com>
16084
16085 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16086
16087 2015-01-31 Doug Evans <xdje42@gmail.com>
16088
16089 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16090 entries. Duplicate file section script entries.
16091 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16092 inlined entries. Add test for safe-path rejection.
16093 * gdb.python/py-section-script.c: Add duplicate inlined section script
16094 entries. Duplicate file section script entries.
16095 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16096 inlined entries. Add test for safe-path rejection.
16097
16098 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16099
16100 * gdb.ada/disc_arr_bound: New testcase.
16101
16102 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16103
16104 * gdb.ada/mi_var_array: New testcase.
16105
16106 2015-01-27 Doug Evans <dje@google.com>
16107
16108 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16109 Add test for objfile.filename, objfile.username after objfile
16110 has been unloaded.
16111
16112 2015-01-26 Joel Brobecker <brobecker@adacore.com>
16113
16114 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16115 the second test to print the name attribute of value
16116 returned by the call to gdb.lookup_type, and adjust
16117 the expected output accordingly.
16118
16119 2015-01-25 Mark Wielaard <mjw@redhat.com>
16120
16121 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16122 * gdb.base/disp-step-fork.c: Include unistd.h.
16123 * gdb.base/siginfo-obj.c: Include stdio.h.
16124 * gdb.base/siginfo-thread.c: Likewise.
16125 * gdb.mi/non-stop.c: Include unistd.h.
16126 * gdb.mi/nsthrexec.c: Include stdio.h.
16127 * gdb.mi/pthreads.c: Include unistd.h.
16128 * gdb.modula2/unbounded1.c (main): Declare returns int.
16129 * gdb.reverse/consecutive-reverse.c: Likewise.
16130 * gdb.threads/create-fail.c: Include unistd.h.
16131 * gdb.threads/killed.c: Likewise.
16132 * gdb.threads/linux-dp.c: Likewise.
16133 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16134 * gdb.threads/non-ldr-exc-2.c: Likewise.
16135 * gdb.threads/non-ldr-exc-3.c: Likewise.
16136 * gdb.threads/non-ldr-exc-4.c: Likewise.
16137 * gdb.threads/pthreads.c: Include unistd.h.
16138 (main): Declare returns int.
16139 * gdb.threads/tls-main.c (foo): New declaration.
16140 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16141
16142 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16143
16144 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16145 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16146
16147 2015-01-15 Mark Wielaard <mjw@redhat.com>
16148
16149 * gdb.base/noreturn-return.c: New file.
16150 * gdb.base/noreturn-return.exp: New file.
16151 * gdb.base/noreturn-finish.c: New file.
16152 * gdb.base/noreturn-finish.exp: New file.
16153
16154 2015-01-23 Pedro Alves <palves@redhat.com>
16155
16156 * gdb.threads/continue-pending-after-query.c: New file.
16157 * gdb.threads/continue-pending-after-query.exp: New file.
16158
16159 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16160 Simon Marchi <simon.marchi@ericsson.com>
16161
16162 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16163 * gdb.base/valgrind-db-attach.exp: Same.
16164 * gdb.base/valgrind-infcall.exp: Same.
16165 * lib/mi-support.exp (default_mi_gdb_start): Same.
16166 * lib/prompt.exp (default_prompt_gdb_start): Same.
16167 * lib/gdb.exp (default_gdb_spawn): Same.
16168 (gdb_interact): New.
16169
16170
16171 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16172
16173 * gdb.compile/compile.exp (pointer to jit function): New test.
16174
16175 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
16176
16177 * lib/gdb.exp (supports_process_record): Return true for
16178 powerpc*-*-linux*.
16179 (supports_reverse): Likewise.
16180
16181 2015-01-15 Don Breazeal <donb@codesourcery.com>
16182
16183 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16184 instead of checking whether the target board is remote and
16185 use spawn_wait_for_attach instead of exec/sleep.
16186 * gdb.base/attach-twice.exp: Likewise.
16187
16188 2015-01-15 Joel Brobecker <brobecker@adacore.com>
16189
16190 * gdb.ada/var_arr_attrs: New testcase.
16191
16192 2015-01-14 Pedro Alves <palves@redhat.com>
16193 Joel Brobecker <brobecker@adacore.com>
16194
16195 PR gdb/17525
16196 * gdb.base/bp-cmds-execution-x-script.c: New file.
16197 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16198 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16199
16200 2015-01-14 Pedro Alves <palves@redhat.com>
16201
16202 PR cli/17828
16203 * gdb.base/batch-preserve-term-settings.c: New file.
16204 * gdb.base/batch-preserve-term-settings.exp: New file.
16205
16206 2015-01-13 Doug Evans <dje@google.com>
16207
16208 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16209 binary.
16210
16211 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16212
16213 * Makefile.in (clean mostlyclean): Do not delete *.py.
16214
16215 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16216
16217 * gdb.python/py-lookup-type.exp: New file.
16218
16219 2015-01-12 Pedro Alves <palves@redhat.com>
16220
16221 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16222 restore GDBFLAGS before returning.
16223
16224 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16225
16226 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16227 is_amd64_regs_target and is_x86_like_target.
16228
16229 2015-01-11 Doug Evans <xdje42@gmail.com>
16230
16231 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16232 is given without an explicit form.
16233 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16234 attributes.
16235 * gdb.dwarf/corrupt.exp: Ditto.
16236 * gdb.dwarf2/enum-type.exp: Ditto.
16237 * gdb.trace/entry-values.exp: Ditto.
16238 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16239
16240 2015-01-11 Doug Evans <xdje42@gmail.com>
16241
16242 PR gdb/15830
16243 * gdb.base/maint.exp: Remove references to "maint demangle".
16244 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16245 Add tests for explicitly specifying language to demangle.
16246 * gdb.dlang/demangle.exp: Ditto.
16247
16248 2015-01-09 Pedro Alves <palves@redhat.com>
16249
16250 * gdb.threads/non-stop-fair-events.c: New file.
16251 * gdb.threads/non-stop-fair-events.exp: New file.
16252
16253 2015-01-09 Pedro Alves <palves@redhat.com>
16254
16255 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16256 the global scope. Set a breakpoint after all threads are started
16257 rather than stepping over two source lines. Expect the prompt.
16258 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16259 global.
16260 (NUM): Now 15.
16261 (main): Use threads_started_barrier to wait for all threads to
16262 start. Main thread no longer calls thread_function. Exit after
16263 180 seconds.
16264 (loop): New function.
16265 (thread_function): Wait on threads_started_barrier barrier. Call
16266 'loop' at each iteration.
16267 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16268 threads have started, instead of hardcoding number of "next"
16269 steps. Use an access watchpoint instead of a write watchpoint.
16270
16271 2015-01-09 Pedro Alves <palves@redhat.com>
16272
16273 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16274 (thread_func): Wait on barrier.
16275 (main): Wait for all threads to start before stopping GDB.
16276 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16277 global.
16278 (thread1_func, thread2_func): Wait on barrier.
16279 (main): Wait for all threads to start before stopping GDB.
16280 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16281 New global.
16282 (thread1_func, thread2_func): Wait on barrier.
16283 (main): Wait for all threads to start before stopping GDB.
16284
16285 2015-01-09 Pedro Alves <palves@redhat.com>
16286
16287 * gdb.threads/attach-many-short-lived-threads.c: New file.
16288 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16289
16290 2014-01-09 Pedro Alves <palves@redhat.com>
16291
16292 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16293 instead of to thread 2.
16294 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16295 Add barrier around each pthread_create call instead of around all
16296 calls.
16297 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16298 Set a break on thread_function and have the child threads hit it
16299 one at at a time.
16300
16301 2015-01-09 Pedro Alves <palves@redhat.com>
16302
16303 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16304 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16305 false.
16306 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16307 checking whether the target board is remote.
16308 * gdb.multi/multi-attach.exp: Likewise.
16309 * gdb.python/py-sync-interp.exp: Likewise.
16310 * gdb.server/ext-attach.exp: Likewise.
16311 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16312 tests that need to attach, instead of checking whether the target
16313 board is remote at the top of the file.
16314
16315 2015-01-08 Yao Qi <yao@codesourcery.com>
16316
16317 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16318
16319 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16320
16321 Fix testcase compilation.
16322 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16323
16324 2015-01-06 Joel Brobecker <brobecker@adacore.com>
16325
16326 * gdb.python/py-type.exp: Add a couple test about empty
16327 array creation, and negative-length array creation.
16328
16329 2015-01-02 Doug Evans <xdje42@gmail.com>
16330
16331 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16332
16333 2015-01-02 Doug Evans <dje@google.com>
16334
16335 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16336
16337 2014-12-29 Yao Qi <yao@codesourcery.com>
16338
16339 * gdb.trace/entry-values.exp: Update comments. Rename variable
16340 bar_call_foo to returned_from_foo.
16341
16342 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16343
16344 PR gdb/17394
16345 * gdb.linespec/break-asm-file.c: New file.
16346 * gdb.linespec/break-asm-file.exp: New file.
16347 * gdb.linespec/break-asm-file0.s: New file.
16348 * gdb.linespec/break-asm-file1.s: New file.
16349
16350 2014-12-18 Nigel Stephens <nigel@mips.com>
16351 Maciej W. Rozycki <macro@codesourcery.com>
16352
16353 * gdb.base/float.exp: Handle the new output from "info float" on
16354 MIPS targets.
16355
16356 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16357
16358 Fix MinGW compilation.
16359 * gdb.compile/compile-ops.exp: Update untested message if
16360 !skip_compile_feature_tests.
16361 * gdb.compile/compile-setjmp.exp: Likewise.
16362 * gdb.compile/compile-tls.exp: Likewise.
16363 * gdb.compile/compile.exp: Likewise.
16364 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16365 supported on this host".
16366
16367 2014-12-16 Doug Evans <xdje42@gmail.com>
16368
16369 * boards/stabs.exp: New file.
16370
16371 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16372
16373 * gdb.base/completion.exp: Adjust to format changes of "maint
16374 print user-registers".
16375
16376 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
16377
16378 PR server/17457
16379 * gdb.arch/aarch64-fp.c: New file.
16380 * gdb.arch/aarch64-fp.exp: New file.
16381
16382 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16383
16384 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16385 r210637, r210913, r211666, r215400, r215817).
16386
16387 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16388 * dg-extract-results.py: New file.
16389 * dg-extract-results.sh: Use it if the environment seems
16390 suitable.
16391
16392 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16393
16394 * dg-extract-results.py (parse_run): Handle warnings that
16395 are printed before a test harness is run.
16396
16397 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16398
16399 * dg-extract-results.py (Named): Remove __cmp__ method.
16400 (output_variation): Use a key to sort variation.harnesses.
16401
16402 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16403
16404 * dg-extract-results.py: For Python 3, force sys.stdout to
16405 handle surrogate escape sequences.
16406 (safe_open): New function.
16407 (output_segment, main): Use it.
16408
16409 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16410
16411 * dg-extract-results.py (Prog.result_re): Include options
16412 in test name.
16413
16414 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16415
16416 * dg-extract-results.py (output_variation): Always sort if
16417 do_sum.
16418
16419 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16420
16421 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16422 as long as we get pagination notifications.
16423
16424 2014-12-15 Jason Merrill <jason@redhat.com>
16425
16426 * Makefile.in (check-gdb.%): Restore.
16427 * README: Mention it.
16428
16429 2014-12-13 Joel Brobecker <brobecker@adacore.com>
16430
16431 * gdb.ada/str_uninit: New testcase.
16432
16433 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16434
16435 PR symtab/17642
16436 * gdb.base/vla-stub-define.c: New file.
16437 * gdb.base/vla-stub.c: New file.
16438 * gdb.base/vla-stub.exp: New file.
16439
16440 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16441 Jan Kratochvil <jan.kratochvil@redhat.com>
16442 Tom Tromey <tromey@redhat.com>
16443
16444 * configure.ac: Add gdb.compile/.
16445 * configure: Regenerate.
16446 * gdb.compile/Makefile.in: New file.
16447 * gdb.compile/compile-ops.exp: New file.
16448 * gdb.compile/compile-ops.c: New file.
16449 * gdb.compile/compile-tls.c: New file.
16450 * gdb.compile/compile-tls.exp: New file.
16451 * gdb.compile/compile-constvar.S: New file.
16452 * gdb.compile/compile-constvar.c: New file.
16453 * gdb.compile/compile-mod.c: New file.
16454 * gdb.compile/compile-nodebug.c: New file.
16455 * gdb.compile/compile-setjmp-mod.c: New file.
16456 * gdb.compile/compile-setjmp.c: New file.
16457 * gdb.compile/compile-setjmp.exp: New file.
16458 * gdb.compile/compile-shlib.c: New file.
16459 * gdb.compile/compile.c: New file.
16460 * gdb.compile/compile.exp: New file.
16461 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16462
16463 2014-12-12 Tom Tromey <tromey@redhat.com>
16464
16465 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16466 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16467
16468 2014-12-12 Doug Evans <dje@google.com>
16469
16470 * lib/gdb-python.exp (get_python_valueof): New function.
16471 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16472
16473 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16474
16475 * gdb.base/completion.exp: Add test for completion of "info
16476 registers ".
16477
16478 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16479
16480 * gdb.base/func-ptrs.c: New file.
16481 * gdb.base/func-ptrs.exp: New file.
16482
16483 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16484
16485 PR breakpoints/17012
16486 * gdb.base/dprintf-detach.c: New file.
16487 * gdb.base/dprintf-detach.exp: New file.
16488
16489 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16490
16491 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16492 * lib/gdb.exp (target_is_gdbserver): New procedure.
16493
16494 2014-12-08 Doug Evans <dje@google.com>
16495
16496 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16497
16498 2014-12-05 Yao Qi <yao@codesourcery.com>
16499
16500 * gdb.guile/scm-error.exp: Remove the third argument to
16501 gdb_remote_download.
16502 * gdb.guile/scm-frame-args.exp: Likewise.
16503 * gdb.guile/scm-section-script.exp: Likewise.
16504
16505 2014-12-05 Yao Qi <yao@codesourcery.com>
16506
16507 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16508
16509 2014-12-04 Doug Evans <dje@google.com>
16510
16511 * gdb.python/py-objfile.exp: Add tests for
16512 objfile.add_separate_debug_file.
16513
16514 2014-12-04 Doug Evans <dje@google.com>
16515
16516 * lib/gdb.exp (get_build_id): New function.
16517 (build_id_debug_filename_get): Rewrite to use it.
16518 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16519
16520 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16521
16522 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16523 `method(long)', not just 0x0.
16524 * gdb.cp/nsalias.exp: Align code labels to 4.
16525 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16526 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16527 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16528 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16529 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16530 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16531
16532 2014-12-02 Doug Evans <dje@google.com>
16533
16534 PR symtab/17602
16535 * gdb.cp/anon-ns.cc: Move guts of this file to ...
16536 * gdb.cp/anon-ns2.cc: ... here. New file.
16537 * gdb.cp/anon-ns.exp: Update.
16538
16539 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
16540
16541 * gdb.python/py-events.py (inferior_call_handler): New.
16542 (register_changed_handler, memory_changed_handler): New.
16543 (test_events.invoke): Register new handlers.
16544 * gdb.python/py-events.exp: Add tests for inferior call,
16545 memory_changed and register_changed events.
16546
16547 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16548
16549 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16550 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16551 if the linker doesn't understand this.
16552
16553 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16554
16555 * gdb.python/python.exp: Change expected reply to help().
16556
16557 2014-12-01 Yao Qi <yao@codesourcery.com>
16558
16559 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16560 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16561 * configure: Re-generated.
16562
16563 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16564
16565 * gdb.cp/chained-calls.cc: New file.
16566 * gdb.cp/chained-calls.exp: New file.
16567 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16568
16569 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16570
16571 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16572 * gdb.dwarf2/symtab-producer.exp: Same.
16573 * gdb.gdb/python-interrupts.exp: Same.
16574 * gdb.gdb/python-selftest.exp: Same.
16575 * gdb.python/py-linetable.exp: Same.
16576 * gdb.python/py-type.exp: Same.
16577 * gdb.python/py-value-cc.exp: Same.
16578 * gdb.python/py-value.exp: Same.
16579
16580 2014-11-28 Yao Qi <yao@codesourcery.com>
16581
16582 * gdb.base/break-probes.exp: Match library name prefixed with
16583 sysroot.
16584
16585 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16586
16587 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16588 test expected output. Add parentheses for the call to print.
16589 Remove L suffix from integers.
16590
16591 2014-11-26 Doug Evans <dje@google.com>
16592
16593 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16594
16595 2014-11-22 Yao Qi <yao@codesourcery.com>
16596
16597 * gdb.trace/entry-values.c: Remove asms.
16598 (foo): Add foo_label.
16599 (bar): Add bar_label.
16600 * gdb.trace/entry-values.exp: Remove code computing foo's
16601 length and bar's length.
16602 (Dwarf::assemble): Invoke function_range for bar and use
16603 MACRO_AT_func for foo.
16604
16605 2014-11-22 Yao Qi <yao@codesourcery.com>
16606
16607 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16608 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16609 Use .Lgcc43_procstart instead of gcc43.
16610
16611 2014-11-21 Joel Brobecker <brobecker@adacore.com>
16612
16613 * gdb.ada/n_arr_bound: New testcase.
16614
16615 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16616
16617 PR breakpoints/10737
16618 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16619 test_catch_syscall_multi_arch.
16620 (test_catch_syscall_multi_arch): New function.
16621
16622 2014-11-20 Doug Evans <xdje42@gmail.com>
16623
16624 * gdb.base/maint.exp: Update expected output.
16625
16626 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16627
16628 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16629 4-byte instruction on S390.
16630
16631 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16632
16633 * gdb.ada/arr_arr: New testcase.
16634
16635 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16636
16637 * gdb.ada/pkd_arr_elem: New Testcase.
16638
16639 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
16640
16641 * gdb.reverse/break-precsave: Expect completion message for
16642 core file reads.
16643 * gdb.reverse/consecutive-precsave.exp: Likewise.
16644 * gdb.reverse/finish-precsave.exp: Likewise.
16645 * gdb.reverse/i386-precsave.exp: Likewise.
16646 * gdb.reverse/machinestate-precsave.exp: Likewise.
16647 * gdb.reverse/sigall-precsave.exp: Likewise.
16648 * gdb.reverse/solib-precsave.exp: Likewise.
16649 * gdb.reverse/step-precsave.exp: Likewise.
16650 * gdb.reverse/until-precsave.exp: Likewise.
16651 * gdb.reverse/watch-precsave.exp: Likewise.
16652
16653 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16654
16655 * gdb.base/bp-permanent.c: Include unistd.h.
16656 * gdb.python/py-framefilter-mi.c (main): Add return type.
16657 * gdb.python/py-framefilter.c (main): Likewise.
16658 * gdb.trace/actions-changed.c (main): Likewise.
16659
16660 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16661
16662 * gdb.mi/until.c: Add eye-catchers.
16663 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16664 line numbers.
16665
16666 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16667
16668 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16669 function header variants in break1.c.
16670 * gdb.base/ena-dis-br.exp: Likewise.
16671 * gdb.base/hbreak2.exp: Likewise.
16672 * gdb.reverse/until-precsave.exp: Drop references to removed
16673 non-prototype function header variants in ur1.c.
16674 * gdb.reverse/until-reverse.exp: Likewise.
16675
16676 2014-11-17 Petr Machata <pmachata@redhat.com>
16677
16678 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16679 ${_cu_offset_size} bytes abbrev offset.
16680
16681 2014-11-15 Doug Evans <xdje42@gmail.com>
16682
16683 PR symtab/17559
16684 * gdb.base/line-symtabs.exp: New file.
16685 * gdb.base/line-symtabs.c: New file.
16686 * gdb.base/line-symtabs.h: New file.
16687
16688 2014-11-14 Yao Qi <yao@codesourcery.com>
16689
16690 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16691 (func): Add label func_label.
16692 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16693 Replace low_pc and high_pc with MACRO_AT_range.
16694 Replace name, low_pc and high_pc with MACRO_AT_func.
16695
16696 2014-11-14 Yao Qi <yao@codesourcery.com>
16697
16698 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16699 Replace name, low_pc and high_pc with MACRO_AT_func.
16700
16701 2014-11-14 Yao Qi <yao@codesourcery.com>
16702
16703 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16704 produce debug information.
16705 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16706
16707 2014-11-14 Yao Qi <yao@codesourcery.com>
16708
16709 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16710 object and get function length.
16711 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16712 with MACRO_AT_func.
16713 (top-level): Replace gdb_compile and clean_restart with
16714 prepare_for_testing.
16715 * gdb.dwarf2/main.c (main): Add label main_label.
16716
16717 2014-11-14 Yao Qi <yao@codesourcery.com>
16718
16719 * lib/dwarf.exp (function_range): New procedure.
16720 (Dwarf::_handle_macro_at_func): New procedure.
16721 (Dwarf::_handle_macro_at_range): New procedure.
16722 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16723
16724 2014-11-14 Yao Qi <yao@codesourcery.com>
16725
16726 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16727 (_handle_attribute): New procedure.
16728
16729 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16730
16731 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16732 * gdb.base/call-sc.c (zed): Likewise.
16733 * gdb.base/checkpoint.c (main): Likewise.
16734 * gdb.base/dump.c (main): Likewise.
16735 * gdb.base/gcore.c (main): Likewise.
16736 * gdb.base/huge.c (main): Likewise.
16737 * gdb.base/multi-forks.c (main): Likewise.
16738 * gdb.base/pr10179-a.c (main): Likewise.
16739 * gdb.base/savedregs.c (main): Likewise.
16740 * gdb.base/sigaltstack.c (main): Likewise.
16741 * gdb.base/siginfo.c (main): Likewise.
16742 * gdb.base/structs.c (zed): Likewise.
16743 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16744 * gdb.mi/mi-syn-frame.c (main): Likewise.
16745 * gdb.mi/until.c (foo, main): Likewise.
16746 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16747 * gdb.base/solib-weak.c (foo): Declare.
16748 * gdb.base/attach-twice.c: Include stdio.h.
16749 * gdb.base/weaklib1.c: Likewise.
16750 * gdb.base/weaklib2.c: Likewise.
16751 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16752 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16753 unistd.h.
16754 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16755 * gdb.mi/mi-exit-code.c: Likewise.
16756 * gdb.base/break-interp-lib.c: Include string.h.
16757 * gdb.base/coremaker.c: Likewise.
16758 * gdb.base/testenv.c: Likewise.
16759 * gdb.python/py-finish-breakpoint.c: Likewise.
16760 * gdb.base/inferior-died.c: Include sys/wait.h.
16761 * gdb.base/fileio.c: Include time.h.
16762 * gdb.base/async-shell.c: Include unistd.h.
16763 * gdb.base/dprintf-non-stop.c: Likewise.
16764 * gdb.base/info-os.c: Likewise.
16765 * gdb.mi/mi-console.c: Likewise.
16766 * gdb.mi/watch-nonstop.c: Likewise.
16767 * gdb.python/py-events.c: Likewise.
16768 * gdb.base/async.c (baz): Move up before its invocation.
16769 * gdb.base/code_elim2.c (my_global_func): Likewise.
16770 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16771 * gdb.base/advance.c (func2): Likewise.
16772
16773 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16774
16775 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16776 variant.
16777 * gdb.base/annota3.c: Likewise.
16778 * gdb.base/async.c: Likewise.
16779 * gdb.base/average.c: Likewise.
16780 * gdb.base/call-ar-st.c: Likewise.
16781 * gdb.base/call-rt-st.c: Likewise.
16782 * gdb.base/call-sc.c: Likewise.
16783 * gdb.base/call-strs.c: Likewise.
16784 * gdb.base/ending-run.c: Likewise.
16785 * gdb.base/execd-prog.c: Likewise.
16786 * gdb.base/exprs.c: Likewise.
16787 * gdb.base/foll-exec.c: Likewise.
16788 * gdb.base/foll-fork.c: Likewise.
16789 * gdb.base/foll-vfork.c: Likewise.
16790 * gdb.base/funcargs.c: Likewise.
16791 * gdb.base/gcore.c: Likewise.
16792 * gdb.base/jump.c: Likewise.
16793 * gdb.base/langs0.c: Likewise.
16794 * gdb.base/langs1.c: Likewise.
16795 * gdb.base/langs2.c: Likewise.
16796 * gdb.base/mips_pro.c: Likewise.
16797 * gdb.base/nodebug.c: Likewise.
16798 * gdb.base/opaque0.c: Likewise.
16799 * gdb.base/opaque1.c: Likewise.
16800 * gdb.base/recurse.c: Likewise.
16801 * gdb.base/run.c: Likewise.
16802 * gdb.base/scope0.c: Likewise.
16803 * gdb.base/scope1.c: Likewise.
16804 * gdb.base/setshow.c: Likewise.
16805 * gdb.base/setvar.c: Likewise.
16806 * gdb.base/shmain.c: Likewise.
16807 * gdb.base/shr1.c: Likewise.
16808 * gdb.base/shr2.c: Likewise.
16809 * gdb.base/sigall.c: Likewise.
16810 * gdb.base/signals.c: Likewise.
16811 * gdb.base/so-indr-cl.c: Likewise.
16812 * gdb.base/solib2.c: Likewise.
16813 * gdb.base/structs.c: Likewise.
16814 * gdb.base/sum.c: Likewise.
16815 * gdb.base/vforked-prog.c: Likewise.
16816 * gdb.base/watchpoint.c: Likewise.
16817 * gdb.reverse/shr2.c: Likewise.
16818 * gdb.reverse/until-reverse.c: Likewise.
16819 * gdb.reverse/ur1.c: Likewise.
16820 * gdb.reverse/watch-reverse.c: Likewise.
16821
16822 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16823
16824 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16825 variant.
16826 * gdb.base/sepdebug.exp: Drop references to removed code.
16827
16828 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16829
16830 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16831 variant. Preserve original line numbering.
16832 * gdb.base/list1.c: Likewise.
16833
16834 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16835
16836 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16837 variant.
16838 * gdb.base/break1.c: Likewise.
16839 * gdb.base/break.exp: Drop references to removed code.
16840
16841 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16842
16843 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16844 variant.
16845
16846 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16847
16848 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16849
16850 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16851
16852 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16853 logic into perform_all_tests() and invoke it with and without
16854 function header prototypes.
16855 (do_function_calls): Remove conditional XFAIL for PR 5318.
16856 (rerun_and_prepare): Remove duplicate code.
16857 (perform_all_tests): New. Main logic moved here.
16858
16859 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16860
16861 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16862 code guarded by #ifdef NO_PROTOTYPES.
16863 (t_double_many_args): Likewise.
16864 (DEF_FUNC_MANY_ARGS_1): Likewise.
16865 (DEF_FUNC_VALUES_1): Likewise.
16866 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16867 guarded by #ifdef PROTOTYPES.
16868
16869 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16870
16871 * gdb.mi/mi-console.c: Add eye-catcher.
16872 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16873 instead of literal line number.
16874
16875 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16876
16877 * gdb.base/shr2.c: Add eye-catcher.
16878 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16879 line number.
16880
16881 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16882
16883 * gdb.base/jump.c: Add eye-catchers.
16884 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16885 numbers.
16886
16887 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16888
16889 * gdb.base/execd-prog.c: Add eye-catchers.
16890 * gdb.base/foll-exec.c: Likewise.
16891 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16892 line numbers.
16893
16894 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16895
16896 * gdb.base/ending-run.c: Add eye-catchers.
16897 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16898 literal line numbers.
16899
16900 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16901
16902 * gdb.base/call-rt-st.c: Add eye-catchers.
16903 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16904 literal line numbers.
16905
16906 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16907
16908 * gdb.base/call-ar-st.c: Add eye-catchers.
16909 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16910 literal line numbers.
16911
16912 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16913
16914 * gdb.base/average.c: Add eye-catchers.
16915 * gdb.base/sum.c: Likewise.
16916 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16917 regexps dynamically.
16918
16919 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16920
16921 * gdb.base/solib1.c: Add eye-catchers.
16922 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16923 literal line numbers.
16924
16925 2014-11-12 Pedro Alves <palves@redhat.com>
16926
16927 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16928 leader has exited.
16929
16930 2014-11-12 Pedro Alves <palves@redhat.com>
16931
16932 * gdb.arch/i386-bp_permanent.c: New file.
16933 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16934 (srcfile): Set to i386-bp_permanent.c.
16935 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16936 that stepi does not execute the 'leave' instruction, instead of
16937 testing it does execute.
16938 * gdb.base/bp-permanent.c: New file.
16939 * gdb.base/bp-permanent.exp: New file.
16940
16941 2014-11-10 Doug Evans <xdje42@gmail.com>
16942
16943 PR symtab/17564
16944 * gdb.base/symtab-search-order.exp: New file.
16945 * gdb.base/symtab-search-order.c: New file.
16946 * gdb.base/symtab-search-order-1.c: New file.
16947 * gdb.base/symtab-search-order-shlib-1.c: New file.
16948
16949 2014-11-07 Pedro Alves <palves@redhat.com>
16950
16951 PR gdb/17511
16952 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
16953 i?86-*-linux*.
16954
16955 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
16956
16957 PR c++/17494
16958 * gdb.cp/pr17494.cc: New file.
16959 * gdb.cp/pr17494.exp: New file.
16960
16961 2014-11-02 Yao Qi <yao@codesourcery.com>
16962
16963 * gdb.python/python.exp: Get working directory and match the
16964 output of "set extended-prompt \\w " with it.
16965
16966 2014-10-30 Doug Evans <dje@google.com>
16967
16968 * gdb.python/py-objfile.exp: Add tests for setting random attributes
16969 in objfiles.
16970 * gdb.python/py-progspace.exp: Add tests for setting random attributes
16971 in progspaces.
16972
16973 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
16974
16975 * gdb.base/fullpath-expand.exp: Skip for a remote host.
16976 * gdb.base/realname-expand.exp: Likewise.
16977 * gdb.linespec/macro-relative.exp: Likewise.
16978
16979 2014-10-29 Pedro Alves <palves@redhat.com>
16980
16981 PR gdb/17408
16982 * gdb.threads/schedlock.c (some_function): New function.
16983 (call_function): New global.
16984 (MAYBE_CALL_SOME_FUNCTION): New macro.
16985 (thread_function): Call it.
16986 * gdb.threads/schedlock.exp (get_args): Add description parameter,
16987 and use it instead of a global counter. Adjust all callers.
16988 (get_current_thread): Use "find current thread" for test message
16989 here rather than having all callers pass down the same string.
16990 (goto_loop): New procedure, factored out from ...
16991 (my_continue): ... this.
16992 (step_ten_loops): Change parameter from test message to command to
16993 use. Adjust.
16994 (list_count): Delete global.
16995 (check_result): New procedure, factored out from duplicate top
16996 level code.
16997 (continue tests): Wrap in with_test_prefix.
16998 (test_step): New procedure, factored out from duplicate top level
16999 code.
17000 (top level): Test "step" in combination with all scheduler-locking
17001 modes. Test "next" in combination with all scheduler-locking
17002 modes, and in combination with stepping over a function call or
17003 not.
17004 * gdb.threads/next-bp-other-thread.c: New file.
17005 * gdb.threads/next-bp-other-thread.exp: New file.
17006
17007 2014-10-29 Pedro Alves <palves@redhat.com>
17008
17009 PR python/17372
17010 * gdb.python/python.exp: Test a multi-line command that spawns
17011 interactive Python.
17012 * gdb.base/multi-line-starts-subshell.exp: New file.
17013
17014 2014-10-29 Yao Qi <yao@codesourcery.com>
17015
17016 * gdb.base/fileio.exp: Make directories on host.
17017
17018 2014-10-29 Yao Qi <yao@codesourcery.com>
17019
17020 * gdb.base/fileio.c (test_write): Close the file.
17021
17022 2014-10-28 Pedro Alves <palves@redhat.com>
17023
17024 PR gdb/12623
17025 * gdb.base/sigstep.c (no_handler): New global.
17026 (main): If 'no_handler is true, set the signal handlers to
17027 SIG_IGN.
17028 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17029 with_sw_watch and no_handler parameters. Handle them.
17030 (top level) <stepping over handler when stopped at a breakpoint
17031 test>: Add a test axis for testing with a software watchpoint, and
17032 another for testing with the signal handler set to SIG_IGN.
17033 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17034 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17035
17036 2014-10-28 Pedro Alves <palves@redhat.com>
17037
17038 PR gdb/17511
17039 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17040 * gdb.base/sigstep.exp (other_handler_location): New global.
17041 (advance): Support stepping into the signal handler, and running
17042 commands while in the handler.
17043 (in_handler_map): New global.
17044 (top level): In the advance test, add combinations for getting
17045 into the handler with stepping commands, and for running commands
17046 in the handler. Add comment descripting the advancei tests.
17047
17048 2014-10-28 Pedro Alves <palves@redhat.com>
17049
17050 * gdb.base/sigstep.exp: Use build_executable instead of
17051 prepare_for_testing.
17052 (top level): Move code that starts GDB, runs to main and creates a
17053 display to ...
17054 (restart): ... this new procedure.
17055 (top level): Move backtrace from signal handler test to ...
17056 (validate_backtrace): ... this new procedure.
17057 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17058 with_test_prefix. Always restart GDB.
17059 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17060 with_test_prefix. Always restart GDB. No need to delete
17061 breakpoints after the test.
17062 (test_skip_handler): Remove prefix parameter.
17063 (skip_over_handler, breakpoint_to_handler)
17064 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17065 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17066 restart GDB. No need to delete breakpoints after the test.
17067 (top level): Use foreach to call the test procedures with
17068 different commands.
17069
17070 2014-10-28 Pedro Alves <palves@redhat.com>
17071
17072 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17073 instead of GNATS numbers.
17074 * gdb.base/sigbpt.exp: Likewise.
17075 * gdb.base/siginfo.exp: Likewise.
17076 * gdb.base/sigstep.exp: Likewise.
17077
17078 2014-10-27 Pedro Alves <palves@redhat.com>
17079
17080 * gdb.base/sigstep.c (dummy): New global.
17081 (main): Issue a couple writes to the new global.
17082 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17083 procedures.
17084 (skip_over_handler): Use test_skip_handler.
17085 (top level): Call skip_over_handler for stepi and nexti too.
17086 (breakpoint_over_handler): Use test_skip_handler.
17087 (top level): Call breakpoint_over_handler for stepi and nexti too.
17088
17089 2014-10-27 Yao Qi <yao@codesourcery.com>
17090
17091 * gdb.trace/tfile.c (adjust_function_address)
17092 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17093 function descriptor.
17094
17095 2014-10-24 Don Breazeal <donb@codesourcery.com>
17096
17097 * gdb.base/foll-fork.exp (test_follow_fork,
17098 catch_fork_child_follow): Check for updated fork messages emitted
17099 from infrun.c.
17100 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17101 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17102 vfork_and_exec_child_follow_through_step): Check for updated vfork
17103 messages emitted from infrun.c.
17104
17105 2014-10-24 Pedro Alves <palves@redhat.com>
17106
17107 * gdb.base/corefile.exp: Remove references to ultrix.
17108 * gdb.base/interrupt.exp: Likewise.
17109 * gdb.base/whatis.exp: Likewise.
17110 * gdb.gdb/selftest.exp: Likewise.
17111 * gdb.threads/manythreads.exp: Likewise.
17112 * gdb.threads/print-threads.exp: Likewise.
17113 * gdb.threads/pthreads.exp:: Likewise.
17114 * gdb.threads/schedlock.exp: Likewise.
17115
17116 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17117
17118 * gdb.cp/non-trivial-retval.cc: Add a test case.
17119 * gdb.cp/non-trivial-retval.exp: Add a test.
17120
17121 2014-10-20 Yao Qi <yao@codesourcery.com>
17122
17123 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17124 * gdb.python/py-objfile-script-gdb.py: New file.
17125 * gdb.python/py-objfile-script.exp: Update reference to
17126 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17127 of remote_download. Remove the dest file.
17128
17129 2014-10-20 Yao Qi <yao@codesourcery.com>
17130
17131 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17132 * gdb.base/step-line.exp: Likewise.
17133 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17134 * gdb.dwarf2/dw2-basic.exp: Likewise.
17135 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17136 * gdb.dwarf2/dw2-filename.exp: Likewise.
17137 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17138 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17139 * gdb.dwarf2/dw2-producer.exp: Likewise.
17140 * gdb.dwarf2/mac-fileno.exp: Likewise.
17141 * gdb.python/py-frame-args.exp: Likewise.
17142 * gdb.python/py-framefilter.exp: Likewise.
17143 * gdb.python/py-mi.exp: Likewise.
17144 * gdb.python/py-objfile-script.exp: Likewise
17145 * gdb.python/py-pp-integral.exp: Likewise.
17146 * gdb.python/py-pp-re-notag.exp: Likewise.
17147 * gdb.python/py-prettyprint.exp: Likewise.
17148 * gdb.python/py-section-script.exp: Likewise.
17149 * gdb.python/py-typeprint.exp: Likewise.
17150 * gdb.python/py-xmethods.exp: Likewise.
17151 * gdb.stabs/weird.exp: Likewise.
17152 * gdb.xml/tdesc-regs.exp: Likewise.
17153
17154 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17155
17156 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17157 (out_cu): Use addr_len for the size of addresses.
17158 (out_line): Likewise. Size DW_LNE_set_address instruction
17159 according to addr_len.
17160 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17161 (FUNC): Add START_INSNS to definition.
17162
17163 2014-10-18 Yao Qi <yao@codesourcery.com>
17164
17165 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17166 gdb_has_argv0 return true.
17167 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17168 check [target_info exists noargs], check [gdb_has_argv0]
17169 instead.
17170 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17171 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17172 procedures.
17173
17174 2014-10-17 Doug Evans <dje@google.com>
17175
17176 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17177 event.
17178 * gdb.python/py-events.py: Add clear_objfiles event.
17179
17180 2014-10-17 Doug Evans <dje@google.com>
17181
17182 * gdb.python/py-objfile.exp: Test progspace attribute.
17183
17184 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
17185
17186 * gdb.guile/scm-breakpoint.exp: Do not assume any
17187 directory separators when matching source file paths.
17188 * gdb.python/py-breakpoint.exp: Likewise.
17189 * gdb.reverse/break-precsave.exp: Likewise.
17190 * gdb.reverse/break-reverse.exp: Likewise.
17191 * gdb.reverse/consecutive-precsave.exp: Likewise.
17192 * gdb.reverse/finish-precsave.exp: Likewise.
17193 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17194 * gdb.reverse/finish-reverse.exp: Likewise.
17195 * gdb.reverse/i386-precsave.exp: Likewise.
17196 * gdb.reverse/i387-env-reverse.exp: Likewise.
17197 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17198 * gdb.reverse/machinestate-precsave.exp: Likewise.
17199 * gdb.reverse/machinestate.exp: Likewise.
17200 * gdb.reverse/sigall-precsave.exp: Likewise.
17201 * gdb.reverse/solib-precsave.exp: Likewise.
17202 * gdb.reverse/step-precsave.exp: Likewise.
17203 * gdb.reverse/until-precsave.exp: Likewise.
17204 * gdb.reverse/watch-precsave.exp: Likewise.
17205 * gdb.reverse/watch-reverse.exp: Likewise.
17206
17207 2014-10-17 Yao Qi <yao@codesourcery.com>
17208
17209 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17210 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17211
17212 2014-10-17 Pedro Alves <palves@redhat.com>
17213
17214 PR gdb/17471
17215 * gdb.base/bg-execution-repeat.c: New file.
17216 * gdb.base/bg-execution-repeat.exp: New file.
17217
17218 2014-10-17 Pedro Alves <palves@redhat.com>
17219
17220 PR gdb/17300
17221 * gdb.base/continue-all-already-running.c: New file.
17222 * gdb.base/continue-all-already-running.exp: New file.
17223
17224 2014-10-17 Pedro Alves <palves@redhat.com>
17225
17226 PR gdb/17472
17227 * gdb.base/annota-input-while-running.c: New file.
17228 * gdb.base/annota-input-while-running.exp: New file.
17229
17230 2014-10-17 Pedro Alves <palves@redhat.com>
17231
17232 * gdb.base/callfuncs.exp: emove references to osf.
17233 * gdb.base/sigall.exp: Likewise.
17234 * gdb.gdb/selftest.exp: Likewise.
17235 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17236 * gdb.mi/non-stop.c: Likewise.
17237 * gdb.mi/pthreads.c: Likewise.
17238 * gdb.reverse/sigall-precsave.exp: Likewise.
17239 * gdb.reverse/sigall-reverse.exp: Likewise.
17240 * gdb.threads/pthreads.c: Likewise.
17241 * gdb.threads/pthreads.exp: Likewise.
17242
17243 2014-10-17 Yao Qi <yao@codesourcery.com>
17244
17245 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17246 check 'target_info exists noargs'.
17247 (test_command_prompt_position): Likewise.
17248 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17249 Remove "set args".
17250 (progvar_simple_while_test): Likewise.
17251 (progvar_complex_if_while_test): Likewise.
17252 (if_while_breakpoint_command_test): Likewise.
17253 (infrun_breakpoint_command_test): Likewise.
17254 (breakpoint_command_test): Likewise.
17255 (watchpoint_command_test): Likewise.
17256 (bp_deleted_in_command_test): Likewise.
17257 (temporary_breakpoint_commands): Likewise.
17258
17259 2014-10-16 Yao Qi <yao@codesourcery.com>
17260
17261 * gdb.base/remotetimeout.exp: Remove noargs checking.
17262
17263 2014-10-15 Pedro Alves <palves@redhat.com>
17264
17265 PR breakpoints/9649
17266 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17267 * gdb.base/breakpoint-in-ro-region.exp
17268 (probe_target_hardware_step): New procedure.
17269 (top level): Probe hardware stepping and hardware breakpoint
17270 support. Test stepping through a read-only region, with both
17271 "breakpoint auto-hw" on and off and both "always-inserted" on and
17272 off.
17273
17274 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17275
17276 * gdb.dlang/demangle.exp: Update for demangling changes.
17277
17278 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17279
17280 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17281 * gdb.cp/non-trivial-retval.exp: Add new tests.
17282
17283 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17284
17285 PR c++/13403
17286 PR c++/15154
17287 * gdb.cp/non-trivial-retval.cc: New file.
17288 * gdb.cp/non-trivial-retval.exp: New file.
17289
17290 2014-10-15 Yao Qi <yao@codesourcery.com>
17291
17292 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17293 remote host.
17294
17295 2014-10-15 Yao Qi <yao@codesourcery.com>
17296
17297 * gdb.python/py-symbol.exp: Match file base name if host is
17298 remote, otherwise match file name with dir name.
17299 * gdb.python/py-symtab.exp: Likewise.
17300 * gdb.python/python.exp: Likewise.
17301
17302 2014-10-15 Yao Qi <yao@codesourcery.com>
17303
17304 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17305 pattern.
17306 * gdb.python/py-symtab.exp: Likewise.
17307 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17308 locationn.
17309
17310 2014-10-14 Joel Brobecker <brobecker@adacore.com>
17311
17312 * gdb.ada/addr_arith: New testcase.
17313
17314 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17315
17316 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17317 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17318 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17319 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17320
17321 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17322
17323 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17324 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17325 * gdb.arch/stap-eval-lang-ada.exp: New file.
17326
17327 2014-10-14 Yao Qi <yao@codesourcery.com>
17328
17329 * gdb.mi/mi-var-child.c (nothing1): New function.
17330 (nothing2): New function.
17331 (do_children_tests): Set function pointers by nothing1 and
17332 nothing2.
17333 * gdb.mi/mi-var-child.exp: Step over new added statements.
17334 Update test to match the new output.
17335 * gdb.mi/var-cmd.c (nothing1): New function.
17336 (nothing2): New function.
17337 (do_children_tests): Set function pointers by nothing1 and
17338 nothing2.
17339 * gdb.mi/mi-var-display.exp: Update test to match output.
17340 Step to the line specified by $line_dct_nothing.
17341 Increase the number of lines to step.
17342
17343 2014-10-14 Yao Qi <yao@codesourcery.com>
17344
17345 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17346 tests.
17347 * gdb.mi/mi2-var-child.exp: Likewise.
17348
17349 2014-10-13 Doug Evans <dje@google.com>
17350
17351 * gdb.python/py-objfile.exp: Change name of file name test.
17352
17353 2014-10-13 Doug Evans <dje@google.com>
17354
17355 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17356 from the start of the CU.
17357
17358 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17359 Yao Qi <yao@codesourcery.com>
17360
17361 Fix "save breakpoints" for "catch" command.
17362 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17363 Remove -nonewline. Match also the added "main" line.
17364
17365 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17366
17367 Fix "save breakpoints" for "disable $bpnum" command.
17368 * gdb.base/save-bp.c (main): Add label.
17369 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17370
17371 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17372
17373 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17374
17375 2014-10-11 Yao Qi <yao@codesourcery.com>
17376
17377 * gdb.server/server-kill.exp: Execute command
17378 "set remote trace-status-packet on" before "tstatus".
17379
17380 2014-10-11 Yao Qi <yao@codesourcery.com>
17381
17382 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17383 (main): Call getppid.
17384 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17385 and continue to it. Read variable "server_pid".
17386
17387 2014-10-11 Yao Qi <yao@codesourcery.com>
17388
17389 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17390
17391 2014-10-11 Yao Qi <yao@codesourcery.com>
17392
17393 * gdb.threads/thread-find.exp: Don't execute command
17394 "info threads".
17395 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17396 * gdb.threads/linux-dp.exp: Don't check the condition
17397 $threads_created equals to zero.
17398
17399 2014-10-10 Pedro Alves <palves@redhat.com>
17400
17401 * gdb.base/bigcore.exp: Remove references to IRIX.
17402 * gdb.base/funcargs.exp: Likewise.
17403 * gdb.base/interrupt.exp: Likewise.
17404 * gdb.base/mips_pro.exp: Likewise.
17405 * gdb.base/nodebug.exp: Likewise.
17406 * gdb.base/setvar.exp: Likewise.
17407 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17408
17409 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17410 Pedro Alves <palves@redhat.com>
17411
17412 PR symtab/14466
17413 * gdb.base/vdso-warning.c: New file.
17414 * gdb.base/vdso-warning.exp: New file.
17415
17416 2014-10-02 Doug Evans <dje@google.com>
17417
17418 * gdb.base/structs.c (main): Don't run forever.
17419
17420 2014-10-02 Pedro Alves <palves@redhat.com>
17421
17422 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17423 (top level) <stop threads 1, stop threads 2>: Use it.
17424
17425 2014-10-02 Pedro Alves <palves@redhat.com>
17426
17427 * gdb.threads/break-while-running.exp (test): Add new
17428 'update_thread_list' argument. Skip "info threads" if false.
17429 (top level): Add new 'update_thread_list' axis.
17430
17431 2014-10-02 Pedro Alves <palves@redhat.com>
17432
17433 PR breakpoints/17431
17434 * gdb.base/execl-update-breakpoints.c: New file.
17435 * gdb.base/execl-update-breakpoints.exp: New file.
17436
17437 2014-10-01 Pedro Alves <palves@redhat.com>
17438
17439 * gdb.base/breakpoint-in-ro-region.c: New file.
17440 * gdb.base/breakpoint-in-ro-region.exp: New file.
17441
17442 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17443
17444 * gdb.mi/mi-exit-code.exp: New file.
17445 * gdb.mi/mi-exit-code.c: New file.
17446
17447 2014-09-30 Yao Qi <yao@codesourcery.com>
17448
17449 * lib/prelink-support.exp (build_executable_own_libs): Error if
17450 the target isn't native.
17451
17452 2014-09-30 Yao Qi <yao@codesourcery.com>
17453
17454 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17455 false.
17456
17457 2014-09-22 Pedro Alves <palves@redhat.com>
17458
17459 * gdb.threads/break-while-running.exp: New file.
17460 * gdb.threads/break-while-running.c: New file.
17461
17462 2014-09-19 Yao Qi <yao@codesourcery.com>
17463
17464 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17465 Invoke test. Restart GDB with --readnow and invoke test again.
17466
17467 2014-09-19 Yao Qi <yao@codesourcery.com>
17468
17469 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17470 proc set_breakpoint_on_gcd_function. Invoke
17471 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17472 invoke set_breakpoint_on_gcd_function again.
17473
17474 2014-09-18 Doug Evans <dje@google.com>
17475
17476 * gdb.dwarf2/symtab-producer.exp: New file.
17477
17478 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17479
17480 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17481 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17482 * gdb.base/global-var-nested-by-dso.c: Likewise.
17483 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17484
17485 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17486 Pedro Alves <palves@redhat.com>
17487
17488 * gdb.base/watch-bitfields.exp: Pass string other than test file
17489 name to prepare_for_testing.
17490 (watch): New procedure.
17491 (expect_watchpoint): Use with_test_prefix.
17492 (top level): Factor out tests to ...
17493 (test_watch_location, test_regular_watch): ... these new
17494 procedures, and use with_test_prefix and gdb_continue_to_end.
17495
17496 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17497
17498 PR breakpoints/12526
17499 * gdb.base/watch-bitfields.exp: New file.
17500 * gdb.base/watch-bitfields.c: New file.
17501
17502 2014-09-16 Pedro Alves <palves@redhat.com>
17503
17504 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17505 software and hardware addresses, not software address against
17506 itself.
17507
17508 2014-09-16 Pedro Alves <palves@redhat.com>
17509
17510 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17511 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17512
17513 2014-09-16 Pedro Alves <palves@redhat.com>
17514
17515 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17516 files.
17517 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17518 "*-*-vxworks*" throughout.
17519 * gdb.base/break.exp: Likewise.
17520 * gdb.base/default.exp: Likewise.
17521 * gdb.base/scope.exp: Likewise.
17522 * gdb.base/sepdebug.exp: Likewise.
17523 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17524 throughout.
17525 * gdb.base/run.c: Likewise.
17526 * gdb.base/sepdebug.c: Likewise.
17527 * gdb.hp/gdb.aCC/run.c: Likewise.
17528 * gdb.reverse/until-reverse.c: Likewise.
17529 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17530
17531 2014-09-16 Yao Qi <yao@codesourcery.com>
17532
17533 * boards/local-remote-host-native.exp: New file.
17534
17535 2014-09-14 Doug Evans <xdje42@gmail.com>
17536
17537 * gdb.threads/queue-signal.c (thread_count): New variable.
17538 (thread_count_mutex, thread_count_condvar): New variables.
17539 (incr_thread_count, wait_all_threads_running): New functions.
17540 (main): Wait for all threads to be in their thread functions.
17541
17542 2014-09-13 Doug Evans <xdje42@gmail.com>
17543
17544 * gdb.threads/queue-signal.c: New file.
17545 * gdb.threads/queue-signal.exp: New file.
17546
17547 2014-09-13 Doug Evans <xdje42@gmail.com>
17548
17549 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17550 be consistent with what default_gdb_init uses.
17551 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17552 the plain text of the prompt. Add some logging printfs.
17553 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17554
17555 2014-09-12 Pedro Alves <palves@redhat.com>
17556
17557 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17558 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17559 * gdb.arch/i386-size-overlap.exp: Likewise.
17560 * gdb.arch/i386-size.exp: Likewise.
17561 * gdb.arch/i386-unwind.exp: Likewise.
17562 * gdb.base/a2-run.exp: Likewise.
17563 * gdb.base/break.exp: Likewise.
17564 * gdb.base/charset.exp: Likewise.
17565 * gdb.base/chng-syms.exp: Likewise.
17566 * gdb.base/commands.exp: Likewise.
17567 * gdb.base/dbx.exp: Likewise.
17568 * gdb.base/find.exp: Likewise.
17569 * gdb.base/funcargs.exp: Likewise.
17570 * gdb.base/jit-simple.exp: Likewise.
17571 * gdb.base/reread.exp: Likewise.
17572 * gdb.base/sepdebug.exp: Likewise.
17573 * gdb.base/step-bt.exp: Likewise.
17574 * gdb.cp/mb-inline.exp: Likewise.
17575 * gdb.cp/mb-templates.exp: Likewise.
17576 * gdb.objc/basicclass.exp: Likewise.
17577 * gdb.threads/killed.exp: Likewise.
17578
17579 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17580
17581 PR tdep/17379
17582 * gdb.arch/powerpc-stackless.S: New file.
17583 * gdb.arch/powerpc-stackless.exp: New file.
17584
17585 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17586
17587 * gdb.base/attach.c: Include unistd.h.
17588 (main): Call alarm. Add label postloop.
17589 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17590 gdb_breakpoint, gdb_continue_to_breakpoint.
17591 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17592
17593 2014-09-11 Pedro Alves <palves@redhat.com>
17594
17595 PR gdb/17347
17596 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17597 * gdb.base/attach.exp (test_command_line_attach_run): New
17598 procedure.
17599 (top level): Call it.
17600
17601 2014-09-11 Pedro Alves <palves@redhat.com>
17602
17603 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17604 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17605 (do_command_attach_tests): Use spawn_wait_for_attach.
17606 * gdb.base/solib-overlap.exp: Likewise.
17607 * gdb.multi/multi-attach.exp: Likewise.
17608 * gdb.python/py-prompt.exp: Likewise.
17609 * gdb.python/py-sync-interp.exp: Likewise.
17610 * gdb.server/ext-attach.exp: Likewise.
17611
17612 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17613
17614 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17615 command in testcase. Simplify testcase.
17616
17617 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17618
17619 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17620
17621 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17622
17623 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17624
17625 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17626
17627 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17628
17629 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17630
17631 * gdb.dwarf2/dynarr-ptr.c: New file.
17632 * gdb.dwarf2/dynarr-ptr.exp: New file.
17633
17634 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17635
17636 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17637 of 30 rather than hardcoding 120 for a slow test case. Take the
17638 `gdb,timeout' target setting into account for this calculation.
17639 Don't extend the timeout for the test cases that don't need it.
17640
17641 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17642
17643 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17644 a factor of 2 for a slow test case. Take the `gdb,timeout'
17645 target setting into account for this calculation.
17646 * gdb.reverse/until-precsave.exp: Increase the timeout by
17647 a factor of 15 and 3 respectively rather than adding 120
17648 for a pair of slow test cases. Take the `gdb,timeout'
17649 target setting into account for this calculation.
17650
17651 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17652
17653 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17654 timeout, don't pass one down to gdb_expect.
17655 (gdb_expect): Rework timeout selection.
17656
17657 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17658
17659 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17660 exception on timeout.
17661 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17662 (gdbserver_start_extended): Catch any `gdbserver_start' error
17663 exceptions.
17664 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17665 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17666 `gdbserver_gdb_load' error exceptions.
17667
17668 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17669
17670 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17671 120 on waiting for the TCP socket to open.
17672
17673 2014-09-09 Doug Evans <xdje42@gmail.com>
17674
17675 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17676 _caller_matches, _any_caller_is, _any_caller_matches.
17677
17678 2014-09-09 Doug Evans <xdje42@gmail.com>
17679
17680 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17681
17682 2014-09-09 Yao Qi <yao@codesourcery.com>
17683
17684 * gdb.mi/mi-var-display.exp: Set print symbol off.
17685
17686 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17687
17688 PR gdb/17035
17689 * gdb.base/commands.exp: Add tests to verify user-defined
17690 commands with empty bodies.
17691 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17692 python commands in `show user command`.
17693 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17694 scheme commands in `show user command`.
17695
17696 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17697
17698 PR python/17355
17699 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17700 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17701 * gdb.python/py-framefilter-invalidarg.exp: New file.
17702 * gdb.python/py-framefilter-invalidarg.py: New file.
17703
17704 2014-09-06 Doug Evans <xdje42@gmail.com>
17705
17706 PR 15276
17707 * gdb.python/py-caller-is.c: New file.
17708 * gdb.python/py-caller-is.exp: New file.
17709
17710 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17711
17712 PR gdb/17235
17713 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17714 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17715
17716 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17717
17718 PR fortran/17237
17719 * gdb.fortran/print-formatted.exp: New file.
17720 * gdb.fortran/print-formatted.f90: Likewise.
17721
17722 2014-09-03 Sasha Smundak <asmundak@google.com>
17723
17724 * gdb.python/py-frame.exp: Test Frame.read_register.
17725
17726 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17727
17728 PR python/16699
17729 * gdb.python/py-completion.exp: New file.
17730 * gdb.python/py-completion.py: Likewise.
17731
17732 2014-08-28 Doug Evans <dje@google.com>
17733
17734 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17735 eax,etc. are live with values set by gdb and thus the compiler can't
17736 use them.
17737 * gdb.arch/i386-pseudo.c (main): Ditto.
17738
17739 2014-08-27 Doug Evans <dje@google.com>
17740
17741 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17742
17743 2014-08-25 Doug Evans <dje@google.com>
17744
17745 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17746 (main): Ditto.
17747
17748 2014-08-25 Doug Evans <dje@google.com>
17749
17750 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17751
17752 2014-08-24 Yao Qi <yao@codesourcery.com>
17753
17754 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17755 symbol off.
17756 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17757
17758 2014-08-22 Doug Evans <dje@google.com>
17759
17760 PR 17276
17761 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17762 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17763 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17764
17765 2014-08-22 Yao Qi <yao@codesourcery.com>
17766
17767 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17768 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17769 * gdb.python/python.exp: Likewise. Use .py file on the host
17770 instead of the build.
17771
17772 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17773
17774 * gdb.threads/gcore-stale-thread.c: New file.
17775 * gdb.threads/gcore-stale-thread.exp: New file.
17776
17777 2014-08-21 Pedro Alves <palves@redhat.com>
17778
17779 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17780 * gdb.base/gcore-relro-pie.exp: Likewise.
17781 * gdb.base/gcore-relro.exp: Likewise.
17782 * gdb.base/gcore.exp: Likewise.
17783 * gdb.base/print-symbol-loading.exp: Likewise.
17784 * gdb.threads/gcore-thread.exp: Likewise.
17785 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17786
17787 2014-08-20 Pedro Alves <palves@redhat.com>
17788 Jan Kratochvil <jan.kratochvil@redhat.com>
17789
17790 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17791 configure.
17792 (EXPECT): Handle READ1 being set.
17793 (all): Depend on EXTRA_RULES.
17794 (check-read1, expect-read1, read1.so, read1): New rules.
17795 * README (Testsuite Parameters): Document the READ1 make variable.
17796 (Race detection): New section.
17797 * configure: Regenerate.
17798 * configure.ac: If build==host==target, and running under a
17799 GNU/glibc system, add read1 to the extra Makefile rules.
17800 (EXTRA_RULES): AC_SUBST it.
17801 * lib/read1.c: New file.
17802
17803 2014-08-20 Joel Brobecker <brobecker@adacore.com>
17804
17805 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17806 the handling of variables declared as a typedef to an array
17807 which a DW_AT_data_location attribute.
17808
17809 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
17810 Pedro Alves <palves@redhat.com>
17811
17812 PR symtab/14604
17813 PR symtab/14605
17814 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17815 gdb_test.
17816
17817 2014-08-19 Pedro Alves <palves@redhat.com>
17818
17819 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17820
17821 2014-08-19 Yao Qi <yao@codesourcery.com>
17822
17823 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17824 right line.
17825
17826 2014-08-18 David Blaikie <dblaikie@gmail.com>
17827
17828 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17829
17830 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17831
17832 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17833 attribute in array range.
17834
17835 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17836
17837 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17838
17839 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17840
17841 PR c++/17132
17842 * gdb.cp/pr17132.cc: New file.
17843 * gdb.cp/pr17132.exp: New file.
17844
17845 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17846
17847 * gdb.python/py-xmethods.py (A_getarrayind)
17848 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17849 Use 'print' with function call syntax.
17850 (E_method_matcher.match): Fix tab vs space indentation mixup.
17851
17852 2014-08-15 Yao Qi <yao@codesourcery.com>
17853
17854 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17855 false.
17856
17857 2014-08-15 Yao Qi <yao@codesourcery.com>
17858
17859 * gdb.cp/casts.exp: Set print symbol off.
17860 * gdb.cp/class2.exp: Likewise.
17861 * gdb.cp/overload.exp: Likewise.
17862 * gdb.cp/templates.exp: Likewise.
17863
17864 2014-08-11 Doug Evans <dje@google.com>
17865
17866 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17867 (test_load_shlib): Update.
17868
17869 2014-08-09 Yao Qi <yao@codesourcery.com>
17870
17871 * gdb.base/display.exp: Invoke is_address_zero_readable.
17872 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17873 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17874 * gdb.base/hbreak-unmapped.exp: Return if
17875 is_address_zero_readable returns true.
17876 * gdb.base/signest.exp: Likewise.
17877 * gdb.base/signull.exp: Likewise.
17878 * gdb.base/sigbpt.exp: Likewise.
17879 * gdb.guile/scm-disasm.exp: Do the test if
17880 is_address_zero_readable returns false.
17881 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17882 * gdb.python/py-arch.exp: Likewise.
17883 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17884 * lib/gdb.exp (is_address_zero_readable): New proc.
17885
17886 2014-08-09 Yao Qi <yao@codesourcery.com>
17887
17888 PR testsuite/13443
17889 * gdb.mi/mi-var-display.exp: Make test messages unique.
17890
17891 2014-08-04 Tom Tromey <tromey@redhat.com>
17892
17893 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17894 target 0".
17895
17896 2014-08-04 Tom Tromey <tromey@redhat.com>
17897
17898 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17899 "target_resume".
17900
17901 2014-08-01 Joel Brobecker <brobecker@adacore.com>
17902
17903 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17904 inner_vla_struct_object_size.
17905 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17906 as xfail.
17907
17908 2014-07-30 Pedro Alves <palves@redhat.com>
17909
17910 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17911 comment.
17912
17913 2014-07-29 Yao Qi <yao@codesourcery.com>
17914
17915 PR gdb/17206
17916 * gdb.base/until-nodebug.exp: New.
17917
17918 2014-07-28 Doug Evans <xdje42@gmail.com>
17919
17920 PR guile/17203
17921 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17922 previously existing parameter, and previously ambiguously spelled
17923 parameter.
17924
17925 2014-07-28 Will Newton <will.newton@linaro.org>
17926
17927 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17928
17929 2014-07-26 Ludovic Courtès <ludo@gnu.org>
17930 Doug Evans <xdje42@gmail.com>
17931
17932 PR guile/17146
17933 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17934
17935 2014-07-25 Pedro Alves <palves@redhat.com>
17936
17937 * gdb.threads/signal-command-handle-nopass.c: New file.
17938 * gdb.threads/signal-command-handle-nopass.exp: New file.
17939 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17940 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17941 * gdb.threads/signal-delivered-right-thread.c: New file.
17942 * gdb.threads/signal-delivered-right-thread.exp: New file.
17943
17944 2014-07-25 Pedro Alves <palves@redhat.com>
17945
17946 * gdb.base/double-prompt-target-event-error.exp
17947 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
17948 match.
17949 (cancel_pagination_in_target_event): Rework double prompt
17950 detection.
17951 * gdb.base/paginate-after-ctrl-c-running.exp
17952 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
17953 <return>' match.
17954 * gdb.base/paginate-bg-execution.exp
17955 (test_bg_execution_pagination_return)
17956 (test_bg_execution_pagination_cancel): Remove '-notransfer
17957 <return>' matches.
17958 * gdb.base/paginate-execution-startup.exp
17959 (test_fg_execution_pagination_return)
17960 (test_fg_execution_pagination_cancel): Remove '-notransfer
17961 <return>' matches.
17962 * gdb.base/paginate-inferior-exit.exp
17963 (test_paginate_inferior_exited): Remove '-notransfer <return>'
17964 match.
17965 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
17966 * lib/gdb.exp (pagination_prompt): Run text through
17967 string_to_regexp.
17968 (gdb_test_multiple): Match $pagination_prompt instead of
17969 "<return>".
17970 (string_to_regexp): Move to lib/gdb-utils.exp.
17971
17972 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17973
17974 * gdb.arch/amd64-entry-value-paramref.S: New file.
17975 * gdb.arch/amd64-entry-value-paramref.cc: New file.
17976 * gdb.arch/amd64-entry-value-paramref.exp: New file.
17977 * gdb.arch/amd64-optimout-repeat.S: New file.
17978 * gdb.arch/amd64-optimout-repeat.c: New file.
17979 * gdb.arch/amd64-optimout-repeat.exp: New file.
17980
17981 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17982
17983 PR gdb/17170
17984 * gdb.base/statistics.exp: New file.
17985
17986 2014-07-17 Doug Evans <dje@google.com>
17987
17988 PR gdb/17170
17989 * gdb.base/maint.exp: Update testing of per-command stats.
17990
17991 2014-07-16 Pedro Alves <palves@redhat.com>
17992
17993 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
17994 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
17995 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
17996 (tfile_write_buf): New functions.
17997 (add_memory_block): Rewrite using the above.
17998 (adjust_function_address): New function.
17999 (FUNCTION_ADDRESS): New macro.
18000 (write_basic_trace_file): Remove short_x local, and use
18001 tfile_write_16. Change type of func_addr local to unsigned long
18002 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18003 here. Cast argument of add_memory_block to char pointer.
18004 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18005 (main): Remove parameters.
18006 * gdb.trace/tfile.exp: Remove nowarnings.
18007
18008 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18009
18010 * gdb.base/debug-expr.exp: Test string evaluation with
18011 "debug expression" on.
18012
18013 2014-07-15 Pedro Alves <palves@redhat.com>
18014
18015 * gdb.base/reread.exp: Use clean_restart.
18016
18017 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18018
18019 * gdb.arch/avr-flash-qualifer.c: New.
18020 * gdb.arch/avr-flash-qualifer.exp: New.
18021
18022 2014-07-14 Pedro Alves <palves@redhat.com>
18023
18024 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18025 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18026
18027 2014-07-14 Pedro Alves <palves@redhat.com>
18028
18029 * gdb.base/double-prompt-target-event-error.c: New file.
18030 * gdb.base/double-prompt-target-event-error.exp: New file.
18031
18032 2014-07-14 Pedro Alves <palves@redhat.com>
18033
18034 PR gdb/17072
18035 * gdb.base/paginate-inferior-exit.c: New file.
18036 * gdb.base/paginate-inferior-exit.exp: New file.
18037
18038 2014-07-14 Pedro Alves <palves@redhat.com>
18039
18040 PR gdb/17072
18041 * gdb.base/paginate-bg-execution.c: New file.
18042 * gdb.base/paginate-bg-execution.exp: New file.
18043
18044 2014-07-14 Pedro Alves <palves@redhat.com>
18045
18046 PR gdb/17072
18047 * gdb.base/paginate-execution-startup.c: New file.
18048 * gdb.base/paginate-execution-startup.exp: New file.
18049 * lib/gdb.exp (pagination_prompt): New global.
18050 (default_gdb_spawn): New procedure, factored out from
18051 default_gdb_spawn.
18052 (default_gdb_start): Adjust to call default_gdb_spawn.
18053 (gdb_spawn): New procedure.
18054
18055 2014-07-14 Pedro Alves <palves@redhat.com>
18056
18057 * lib/gdb.exp (gdb_assert): New procedure.
18058 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18059
18060 2014-07-14 Pedro Alves <palves@redhat.com>
18061
18062 * gdb.base/execution-termios.c: New file.
18063 * gdb.base/execution-termios.exp: New file.
18064
18065 2014-07-14 Tom Tromey <tromey@redhat.com>
18066
18067 * gdb.cp/vla-cxx.cc: New file.
18068 * gdb.cp/vla-cxx.exp: New file.
18069
18070 2014-07-14 Tom Tromey <tromey@redhat.com>
18071
18072 * gdb.reverse/rerun-prec.c: New file.
18073 * gdb.reverse/rerun-prec.exp: New file.
18074
18075 2014-07-12 Maciej W. Rozycki <macro@mips.com>
18076 Maciej W. Rozycki <macro@codesourcery.com>
18077
18078 * lib/gdb-utils.exp: New file.
18079 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18080 inline `gdb_init_command' processing.
18081 (gdb_start_cmd): Likewise.
18082 * lib/mi-support.exp (mi_run_cmd): Likewise.
18083 * README: Document `gdb_init_command' and `gdb_init_commands'.
18084
18085 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18086
18087 Fix false FAIL running under a very long directory name.
18088 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18089 and "set print elements 10000". Twice.
18090
18091 2014-07-11 Yao Qi <yao@codesourcery.com>
18092
18093 * gdb.base/exprs.exp: "set print symbol off".
18094
18095 2014-07-11 Pedro Alves <palves@redhat.com>
18096
18097 * gdb.threads/kill.c: New file.
18098 * gdb.threads/kill.exp: New file.
18099
18100 2014-07-10 Yao Qi <yao@codesourcery.com>
18101
18102 * gdb.trace/tfile.c (write_basic_trace_file)
18103 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18104 address written to trace file.
18105
18106 2014-07-09 Pedro Alves <palves@redhat.com>
18107
18108 * gdb.base/attach-wait-input.exp: New file.
18109 * gdb.base/attach-wait-input.c: New file.
18110
18111 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18112
18113 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18114 setting up test structures.
18115 (main): Call new test function.
18116 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18117 test function, continue into test function and walk test
18118 structures.
18119
18120 2014-07-02 Yao Qi <yao@codesourcery.com>
18121
18122 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18123 'bar_start' at the beginning of functions 'foo' and 'bar'
18124 respectively.
18125 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18126 instead of 'foo' and 'bar'.
18127
18128 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18129
18130 * gdb.btrace/segv.exp: New.
18131 * gdb.btrace/segv.c: New.
18132
18133 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
18134
18135 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18136 instruction.
18137
18138 2014-06-30 Mark Wielaard <mjw@redhat.com>
18139
18140 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18141 vulture, vilify, villar): New volatile array constants.
18142 (vindictive, vegetation): New const volatile array constants.
18143 * gdb.base/volatile.exp: Test volatile and const volatile array
18144 types.
18145
18146 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18147
18148 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18149 target lacks support for awatch, rwatch, or hbreak.
18150
18151 2014-06-27 Yao Qi <yao@codesourcery.com>
18152
18153 * gdb.multi/dummy-frame-restore.exp: New.
18154 * gdb.multi/dummy-frame-restore.c: New.
18155
18156 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18157
18158 * gdb.btrace/gcore.exp: New.
18159
18160 2014-06-23 Pedro Alves <palves@redhat.com>
18161
18162 * gdb.base/watchpoint-reuse-slot.c: New file.
18163 * gdb.base/watchpoint-reuse-slot.exp: New file.
18164
18165 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18166
18167 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18168 progspace's filename in 'info', 'enable' and 'disable' command
18169 tests.
18170
18171 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18172
18173 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18174 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18175 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18176
18177 2014-06-20 Gary Benson <gbenson@redhat.com>
18178
18179 * gdb.arch/i386-avx.exp: Fix include file location.
18180 * gdb.arch/i386-sse.exp: Likewise.
18181
18182 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18183
18184 * gdb.dlang/expression.exp: New file.
18185
18186 2014-06-19 Pedro Alves <palves@redhat.com>
18187
18188 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18189 out from ...
18190 (top level): ... here. Iterate running tests under different
18191 scheduler-locking settings.
18192
18193 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
18194
18195 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18196 to DW_FORM_addr and use non-zero addresses.
18197
18198 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18199
18200 PR gdb/17017
18201 * gdb.python/py-xmethods.cc: Add global function call counters and
18202 increment them in their respective functions. Remove "cout"
18203 statements.
18204 * gdb.python/py-xmethods.exp: Make tests check the global function
18205 call counters instead of depending on inferior IO.
18206
18207 2014-06-18 Don Breazeal <donb@codesourcery.com>
18208
18209 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18210 Deleted procedure.
18211 (explicit_fork_parent_follow): Deleted procedure.
18212 (explicit_fork_child_follow): Deleted procedure.
18213 (test_follow_fork): New procedure.
18214 (do_fork_tests): Replace calls to deleted procedures with
18215 calls to test_follow_fork and reset GDB for subsequent
18216 procedure calls.
18217
18218 2014-06-17 Yao Qi <yao@codesourcery.com>
18219
18220 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18221 CP1252.
18222
18223 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
18224
18225 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18226 Initialize ptr and S explicitly.
18227 (skip_type_update_when_not_use_rtti_test): Likewise.
18228
18229 2014-06-16 Keith Seitz <keiths@redhat.com>
18230
18231 PR mi/15863
18232 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18233 the inferior is started.
18234
18235 2014-06-16 Pedro Alves <palves@redhat.com>
18236
18237 * gdb.base/break-main-file-remove-fail.c: New file.
18238 * gdb.base/break-main-file-remove-fail.exp: New file.
18239 * gdb.base/break-unload-file.exp: Use build_executable instead of
18240 prepare_for_testing.
18241 (test_break): New parameter "initial_load". Handle it.
18242 (top level): Add initial_load cmdline/file axis.
18243
18244 2014-06-12 Tom Tromey <tromey@redhat.com>
18245
18246 * gdb.base/completion.exp: Don't use directory name in test.
18247
18248 2014-06-09 Gary Benson <gbenson@redhat.com>
18249
18250 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18251 separate the always-available ANSI-standard signals from the
18252 signals that require checking.
18253 (main): Likewise.
18254 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18255 Likewise.
18256 (main): Likewise.
18257
18258 2014-06-07 Keith Seitz <keiths@redhat.com>
18259
18260 Revert:
18261 PR c++/16253
18262 * gdb.cp/var-tag.cc: New file.
18263 * gdb.cp/var-tag.exp: New file.
18264 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18265 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18266 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18267 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18268
18269 2014-06-06 Doug Evans <xdje42@gmail.com>
18270
18271 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18272
18273 2014-06-06 Pedro Alves <palves@redhat.com>
18274
18275 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18276 in target debug output instead of looking at RSP packets,
18277 disabling the test on any target that uses hardware stepping.
18278 Update comments.
18279
18280 2014-06-06 Pedro Alves <palves@redhat.com>
18281
18282 * gdb.base/break-unload-file.exp: Fix typo.
18283
18284 2014-06-06 Yao Qi <yao@codesourcery.com>
18285
18286 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18287 from "jit_function" to "^jit_function".
18288
18289 2014-06-06 Yao Qi <yao@codesourcery.com>
18290
18291 * gdb.base/async.c (foo): Add one statement.
18292 * gdb.base/async.exp: Get the next instruction address and
18293 match the output of "nexti" by instruction address. Match
18294 the hex address in the output of "finish".
18295
18296 2014-06-06 Gary Benson <gbenson@redhat.com>
18297
18298 * gdb.base/call-signals.c: Remove preprocessor conditionals
18299 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18300 SIGSEGV and SIGTERM.
18301 * gdb.base/sigall.c: Likewise.
18302 * gdb.base/unwindonsignal.c: Likewise.
18303 * gdb.reverse/sigall-reverse.c: Likewise.
18304
18305 2014-06-06 Yao Qi <yao@codesourcery.com>
18306
18307 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18308 readable, skip the test.
18309
18310 2014-06-06 Yao Qi <yao@codesourcery.com>
18311
18312 * gdb.threads/staticthreads.c (thread_function): Move the line
18313 setting breakpoint on forward.
18314 * gdb.threads/staticthreads.exp: Update comments.
18315
18316 2014-06-05 Ludovic Courtès <ludo@gnu.org>
18317
18318 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18319 "history-append! type error".
18320
18321 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18322
18323 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18324 erroneous dprintf expected input.
18325
18326 2014-06-04 Doug Evans <xdje42@gmail.com>
18327
18328 * gdb.guile/scm-generics.exp: Delete.
18329
18330 2014-06-04 Doug Evans <xdje42@gmail.com>
18331
18332 * gdb.guile/scm-breakpoint.exp: Update.
18333 Add tests for breakpoint registration.
18334
18335 2014-06-04 Tom Tromey <tromey@redhat.com>
18336
18337 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18338 VLA-in-union.
18339 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18340 inner_vla_struct, vla_union types. Initialize objects of those
18341 types and compute their sizes.
18342
18343 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18344 Hui Zhu <hui@codesourcery.com>
18345
18346 * gdb.base/fileio.exp: Add test for shell not available as well as
18347 available.
18348 * gdb.base/fileio.c (test_system): Check for shell twice.
18349
18350 2014-06-04 Yao Qi <yao@codesourcery.com>
18351
18352 * gdb.base/auto-connect-native-target.exp: Remove redundant
18353 space from the regexp pattern.
18354
18355 2014-06-04 Yao Qi <yao@codesourcery.com>
18356
18357 * gdb.base/default.exp: Replace "child" with "native" in
18358 regexp pattern.
18359
18360 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18361
18362 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18363 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18364 * gdb.python/py-xmethods.py: Python script supporting the
18365 new testcase and tests.
18366
18367 2014-06-03 Joel Brobecker <brobecker@adacore.com>
18368 Pedro Alves <palves@redhat.com>
18369
18370 PR breakpoints/17000
18371 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18372 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18373
18374 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18375
18376 * gdb.base/subst.exp: Add tests to verify partial path matching
18377 output.
18378
18379 2014-06-03 Pedro Alves <palves@redhat.com>
18380
18381 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18382 target that doesn't use software single-stepping.
18383
18384 2014-06-03 Pedro Alves <palves@redhat.com>
18385
18386 PR breakpoints/17000
18387 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18388 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18389
18390 2014-06-02 Doug Evans <xdje42@gmail.com>
18391
18392 * gdb.guile/scm-parameter.exp: New file.
18393
18394 2014-06-02 Doug Evans <xdje42@gmail.com>
18395
18396 * gdb.guile/scm-cmd.c: New file.
18397 * gdb.guile/scm-cmd.exp: New file.
18398
18399 2014-06-02 Doug Evans <xdje42@gmail.com>
18400
18401 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18402 pretty-printer lookup.
18403 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18404 (make-pp_s-printer): Call it.
18405 (make-pretty-printer-from-dict): New function.
18406 (lookup-pretty-printer-maker-from-dict): New function.
18407 (*pretty-printer*): Simplify.
18408 (make-objfile-pp_s-printer): New function.
18409 (install-objfile-pretty-printers!): New function.
18410 (make-progspace-pp_s-printer): New function.
18411 (install-progspace-pretty-printers!): New function.
18412 * gdb.guile/scm-progspace.c: New file.
18413 * gdb.guile/scm-progspace.exp: New file.
18414
18415 2014-06-02 Pedro Alves <palves@redhat.com>
18416
18417 * gdb.base/dprintf-bp-same-addr.c: New file.
18418 * gdb.base/dprintf-bp-same-addr.exp: New file.
18419
18420 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18421
18422 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18423 * gdb.arch/powerpc-power.s: Likewise.
18424
18425 2014-06-02 Joel Brobecker <brobecker@adacore.com>
18426
18427 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18428
18429 2014-06-01 Yao Qi <yao@codesourcery.com>
18430
18431 * gdb.base/watchpoint.exp (test_watch_location): Check null
18432 pointer can be dereferenced. If not, do the test, otherwise
18433 skip it.
18434
18435 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18436
18437 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18438 results.
18439 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18440
18441 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18442
18443 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18444 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18445 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18446 * gdb.arch/amd64-invalid-stack-top.c: New file.
18447 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18448
18449 2014-05-30 Pedro Alves <palves@redhat.com>
18450
18451 PR breakpoints/17000
18452 * gdb.base/sss-bp-on-user-bp.c: New file.
18453 * gdb.base/sss-bp-on-user-bp.exp: New file.
18454
18455 2014-05-30 David Blaikie <dblaikie@gmail.com>
18456
18457 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18458 gnu_inline semantics via attribute.
18459 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18460 source explicitly specifies the required semantics.
18461
18462 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18463
18464 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18465
18466 2014-05-29 Pedro Alves <palves@redhat.com>
18467 Tom Tromey <tromey@redhat.com>
18468
18469 * gdb.base/async-shell.exp: Don't enable target-async.
18470 * gdb.base/async.exp
18471 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18472 parameter. Adjust.
18473 (top level): Don't test with "target-async".
18474 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18475 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18476 * gdb.base/inferior-died.exp: Don't enable target-async.
18477 * gdb.base/interrupt-noterm.exp: Likewise.
18478 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18479 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18480 * gdb.mi/mi-nonstop.exp: Likewise.
18481 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18482 * gdb.mi/mi-nsintrall.exp: Likewise.
18483 * gdb.mi/mi-nsmoribund.exp: Likewise.
18484 * gdb.mi/mi-nsthrexec.exp: Likewise.
18485 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18486 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18487 * gdb.python/py-evsignal.exp: Don't enable target-async.
18488 * gdb.python/py-evthreads.exp: Likewise.
18489 * gdb.python/py-prompt.exp: Likewise.
18490 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18491 * gdb.server/solib-list.exp: Don't enable target-async.
18492 * gdb.threads/thread-specific-bp.exp: Likewise.
18493 * lib/mi-support.exp: Adjust to use mi-async.
18494
18495 2014-05-29 Pedro Alves <palves@redhat.com>
18496
18497 PR gdb/13860
18498 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18499 reason, even in sync mode.
18500
18501 2014-05-29 Pedro Alves <palves@redhat.com>
18502 Hui Zhu <hui@codesourcery.com>
18503
18504 PR PR15693
18505 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18506 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18507 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18508 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18509
18510 2014-05-28 Joel Brobecker <brobecker@adacore.com>
18511
18512 * config/monitor.exp (gdb_target_monitor): Replace use of
18513 "set remotebaud" by "set serial baud".
18514
18515 2014-05-26 Andy Wingo <wingo@igalia.com>
18516
18517 * gdb.guile/scm-breakpoint.exp:
18518 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18519 properties instead of gdb-object-properties.
18520
18521 2014-05-26 Yao Qi <yao@codesourcery.com>
18522
18523 * gdb.server/no-thread-db.exp: Specify source file name
18524 explicitly when setting a breakpoint.
18525
18526 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18527
18528 * gdb.btrace/vdso.c: New.
18529 * gdb.btrace/vdso.exp: New.
18530
18531 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18532
18533 * gdb.base/gcore.exp (capture_command_output): Move ...
18534 * lib/gdb.exp (capture_command_output): ... here.
18535
18536 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18537
18538 * gdb.btrace/data.exp: Test memory access during btrace replay.
18539
18540 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18541
18542 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18543
18544 2014-05-21 Pedro Alves <palves@redhat.com>
18545
18546 PR gdb/13860
18547 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18548 (top level): Test that output related to execution commands is
18549 sent to the console with CLI commands, but not with MI commands.
18550 Test that breakpoint events are always mirrored to the console.
18551 Also expect the new source line to be output after a "next" in
18552 async mode too. Make it a pass/fail test.
18553 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18554 output.
18555 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18556
18557 2014-05-21 Pedro Alves <palves@redhat.com>
18558
18559 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18560 Use them to test variations of "list" after reaching a breakpoint.
18561 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18562 Test "list" with listsize 10 after reaching a breakpoint.
18563 * gdb.python/python.exp (decode_line current location line
18564 number): Adjust expected line number.
18565
18566 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18567
18568 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18569 behavior for $args, pass it directly to "run".
18570
18571 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18572
18573 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18574 30000 to 65536.
18575
18576 2014-05-21 Pedro Alves <palves@redhat.com>
18577
18578 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18579 auto-connect-native-target off".
18580 * gdb.base/auto-connect-native-target.c: New file.
18581 * gdb.base/auto-connect-native-target.exp: New file.
18582
18583 2014-05-21 Pedro Alves <palves@redhat.com>
18584
18585 * gdb.base/default.exp: Test "target native" instead of "target
18586 child".
18587
18588 2014-05-21 Mark Wielaard <mjw@redhat.com>
18589
18590 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18591
18592 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18593
18594 Fix TLS access for -static -pthread.
18595 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18596 <HAVE_TLS> (thread_function, main): Initialize it.
18597 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18598 Add clean_restart.
18599 <$have_tls != "">: Check TLSVAR.
18600
18601 2014-05-21 Pedro Alves <palves@redhat.com>
18602
18603 * gdb.base/dcache-line-read-error.c: New.
18604 * gdb.base/dcache-line-read-error.exp: New.
18605
18606 2014-05-20 Pedro Alves <palves@redhat.com>
18607
18608 * gdb.base/compare-sections.c: New file.
18609 * gdb.base/compare-sections.exp: New file.
18610
18611 2014-05-20 Pedro Alves <palves@redhat.com>
18612
18613 * gdb.base/break-idempotent.c: New file.
18614 * gdb.base/break-idempotent.exp: New file.
18615
18616 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18617
18618 * gdb.btrace/nohist.exp: New.
18619
18620 2014-05-20 Yao Qi <yao@codesourcery.com>
18621
18622 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18623 gdb.reverse directory and gdb_reverse_timeout exists in board
18624 setting.
18625 * README: Document gdb_reverse_timeout.
18626
18627 2014-05-20 Yao Qi <yao@codesourcery.com>
18628
18629 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18630 'test_file_name'. Treat args as a string instead of a list.
18631 (gdb_init): Rename argument 'args' by 'test_file_name'.
18632
18633 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18634
18635 * gdb.arch/powerpc-power.exp: New file.
18636 * gdb.arch/powerpc-power.s: New file.
18637
18638 2014-05-16 Doug Evans <dje@google.com>
18639
18640 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
18641 * gdb.base/completion.exp: Check that all expected files exist
18642 before doing file completion.
18643
18644 2014-05-16 Doug Evans <dje@google.com>
18645
18646 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18647 Update.
18648 (do_syscall_tests_without_xml): Update.
18649
18650 2014-05-16 Pedro Alves <palves@redhat.com>
18651
18652 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18653 instead of "unknown output after running".
18654
18655 2014-05-16 Yao Qi <yao@codesourcery.com>
18656
18657 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18658 file1.txt from host at the end.
18659 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18660
18661 2014-05-15 Doug Evans <dje@google.com>
18662
18663 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18664 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18665 loading file. Add test for TU lookup.
18666
18667 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18668
18669 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18670 calling "-exec-arguments" or "set args" before running the
18671 inferior.
18672
18673 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18674
18675 * lib/mi-support.exp (mi_expect_stop): Expect message for
18676 inferiors that exit with non-zero exit code.
18677
18678 2014-05-14 Yao Qi <yao@codesourcery.com>
18679
18680 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18681 match absolute path on remote host.
18682 (test_file_list_exec_source_files): Remove "/" from the
18683 pattern.
18684
18685 2014-05-14 Yao Qi <yao@codesourcery.com>
18686
18687 * boards/local-remote-host-notty.exp (${board}_file): New
18688 proc.
18689
18690 2014-05-07 Kyle McMartin <kyle@redhat.com>
18691
18692 Pushed by Joel Brobecker <brobecker@adacore.com>.
18693 * gdb.arch/aarch64-atomic-inst.c: New file.
18694 * gdb.arch/aarch64-atomic-inst.exp: New file.
18695
18696 2014-05-07 Yao Qi <yao@codesourcery.com>
18697
18698 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18699 in current context" too.
18700
18701 2014-05-05 Keith Seitz <keiths@redhat.com>
18702
18703 * gdb.linespec/ls-dollar.exp: Add test for linespec
18704 file:convenience_variable.
18705
18706 2014-05-05 Yao Qi <yao@codesourcery.com>
18707
18708 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18709 traceframes into tfile and ctf trace files. Read data from
18710 trace file and test collected data.
18711 (gdb_collect_locals_test): Likewise.
18712 (gdb_unavailable_registers_test): Likewise.
18713 (gdb_unavailable_floats): Likewise.
18714 (gdb_collect_globals_test): Likewise.
18715 (top-level): Append "ctf" to trace_file_targets if GDB
18716 supports.
18717
18718 2014-05-05 Yao Qi <yao@codesourcery.com>
18719
18720 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18721 code to ...
18722 (gdb_collect_args_test_1): ... it. New proc.
18723 (gdb_collect_locals_test): Move some code to ...
18724 (gdb_collect_locals_test_1): ... it. New proc.
18725 (gdb_unavailable_registers_test): Move some code to ...
18726 (gdb_unavailable_registers_test_1): ... it. New proc.
18727 (gdb_unavailable_floats): Move some code to ...
18728 (gdb_unavailable_floats_1): ... it. New proc.
18729
18730 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18731
18732 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18733 probes to test for bitness recognition.
18734 * gdb.arch/amd64-stap-optional-prefix.exp
18735 (test_probe_value_without_reg): New procedure.
18736 Add code to test for different kinds of bitness.
18737
18738 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18739
18740 PR breakpoints/16889
18741 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18742 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18743
18744 2014-05-01 Pedro Alves <palves@redhat.com>
18745
18746 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18747 gdb_file_cmd if no file is specified.
18748 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18749 last_loaded_file to set the remote exec-file.
18750
18751 2014-05-01 Pedro Alves <palves@redhat.com>
18752
18753 * boards/local-remote-host.exp: New file.
18754
18755 2014-05-01 Pedro Alves <palves@redhat.com>
18756
18757 * boards/local-remote-host.exp: Rename to ...
18758 * boards/local-remote-host-notty.exp: ... this.
18759
18760 2014-04-28 Joel Brobecker <brobecker@adacore.com>
18761
18762 * gdb.ada/dyn_arrayidx: New testcase.
18763
18764 2014-04-26 Yao Qi <yao@codesourcery.com>
18765
18766 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18767 and compute the length of function main. Save it in
18768 $main_length.
18769 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18770 (top-level): Use gdb_compile to compile objects into
18771 executable and restart GDB. Remove invocation to
18772 prepare_for_testing.
18773
18774 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18775 Pedro Alves <palves@redhat.com>
18776
18777 PR server/16255
18778 * gdb.multi/multi-attach.c: New file.
18779 * gdb.multi/multi-attach.exp: New file.
18780
18781 2014-04-25 Pedro Alves <palves@redhat.com>
18782
18783 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18784 user.
18785 (top level): Test that "set remote conditional-breakpoints-packet
18786 off" works as intended.
18787 * gdb.base/dprintf.exp: Test that "set remote
18788 breakpoint-commands-packet off" works as intended.
18789 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18790 New function.
18791 (top level): Call it.
18792 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18793 remote fast-tracepoints-packet off" works as intended.
18794 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18795 * lib/gdb.exp (gdb_is_target_remote): ... here.
18796
18797 2014-04-24 David Blaikie <dblaikie@gmail.com>
18798
18799 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18800 ensure clang would not discard them.
18801 * gdb.base/gdbvars.c: Ditto.
18802 * gdb.base/memattr.c: Ditto.
18803 * gdb.base/whatis.c: Ditto.
18804 * gdb.python/py-prettyprint.c: Ditto.
18805 * gdb.trace/actions.c: Ditto.
18806 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18807 ensure clang would not discard it.
18808
18809 2014-04-24 David Blaikie <dblaikie@gmail.com>
18810
18811 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18812 clang to emit the full definition of type required by the test
18813 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18814
18815 2014-04-24 David Blaikie <dblaikie@gmail.com>
18816
18817 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18818 coax Clang into emitting the definition of the type.
18819 * gdb.cp/pr10728-x.h (y): Ditto.
18820 * gdb.cp/pr10728-y.cc (y): Ditto.
18821
18822 2014-04-24 David Blaikie <dblaikie@gmail.com>
18823
18824 * gdb.base/label.exp: XFAIL label related tests under Clang.
18825 * gdb.cp/cplabel.exp: Ditto.
18826 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18827 under Clang those using labels.
18828
18829 2014-04-25 Yao Qi <yao@codesourcery.com>
18830
18831 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18832 double_label.
18833 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18834 partial_label and double_label.
18835
18836 2014-04-24 David Blaikie <dblaikie@gmail.com>
18837
18838 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18839
18840 2014-04-24 David Blaikie <dblaikie@gmail.com>
18841
18842 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18843 of the function to work across GCC and Clang.
18844 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18845 pointer types (const void ** const V void **).
18846
18847 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
18848 Walfred Tedeschi <walfred.tedeschi@intel.com>
18849
18850 * Makefile.in (EXECUTABLES): Added i386-avx512.
18851 * gdb.arch/i386-avx512.c: New file.
18852 * gdb.arch/i386-avx512.exp: Likewise.
18853
18854 2014-04-23 Keith Seitz <keiths@redhat.com>
18855
18856 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18857 (mi_make_breakpoint_table): New procedure.
18858 (mi_create_breakpoint): Use mi_make_breakpoint
18859 and return the result.
18860 (mi_make_breakpoint): New procedure.
18861 (mi_build_kv_pairs): New procedure.
18862
18863 * gdb.mi/mi-break.exp: Remove unused globals,
18864 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18865 All callers updated.
18866 * gdb.mi/mi-dprintf.exp: Use variable to track command
18867 number.
18868 Update all callers of mi_create_breakpoint and use
18869 mi_make_breakpoint_table.
18870 Remove any unused global variables.
18871 * gdb.mi/mi-nonstop.exp: Likewise.
18872 * gdb.mi/mi-nsintrall.exp: Likewise.
18873 * gdb.mi/mi-nsmoribund.exp: Likewise.
18874 * gdb.mi/mi-nsthrexec.exp: Likewise.
18875 * gdb.mi/mi-reverse.exp: Likewise.
18876 * gdb.mi/mi-simplerun.exp: Likewise.
18877 * gdb.mi/mi-stepn.exp: Likewise.
18878 * gdb.mi/mi-syn-frame.exp: Likewise.
18879 * gdb.mi/mi-until.exp: Likewise.
18880 * gdb.mi/mi-var-cp.exp: Likewise.
18881 * gdb.mi/mi-var-display.exp: Likewise.
18882 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18883 * gdb.mi/mi2-var-child.exp: Likewise.
18884 * gdb.mi/mi-vla-c99.exp: Likewise.
18885 * lib/mi-support.exp: Likewise.
18886
18887 From Ian Lance Taylor <iant@cygnus.com>:
18888 * lib/gdb.exp (parse_args): New procedure.
18889
18890 2014-04-23 Pedro Alves <palves@redhat.com>
18891
18892 * gdb.base/break-unload-file.c: New file.
18893 * gdb.base/break-unload-file.exp: New file.
18894 * gdb.base/sym-file-lib.c (baz): New function.
18895 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18896 field.
18897 (load): Store the segment's mapped size.
18898 (unload): New function.
18899 (unload_shlib): New function.
18900 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18901 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18902 set a breakpoint at baz, and call it.
18903 * gdb.base/sym-file.exp: New tests for stale breakpoint
18904 instructions.
18905
18906 2014-04-23 Pedro Alves <palves@redhat.com>
18907
18908 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18909 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18910 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18911 * gdb.base/hbreak-unmapped.c: New file.
18912 * gdb.base/hbreak-unmapped.exp: New file.
18913 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18914 * lib/gdb.exp (gdb_is_target_remote): ... here.
18915
18916 2014-04-22 Pedro Alves <palves@redhat.com>
18917
18918 * gdb.base/consecutive-step-over.c: New file.
18919 * gdb.base/consecutive-step-over.exp: New file.
18920
18921 2014-04-22 Pedro Alves <palves@redhat.com>
18922
18923 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18924 instead of send_gdb/gdb_expect.
18925
18926 2014-04-22 Yao Qi <yao@codesourcery.com>
18927
18928 * lib/trace-support.exp (generate_tracefile): New procedure.
18929 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18930 return 0.
18931 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18932 if generate_tracefile returns 1.
18933
18934 2014-04-18 Tom Tromey <palves@redhat.com>
18935 Pedro alves <tromey@redhat.com>
18936
18937 PR backtrace/15558
18938 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18939 with a backtrace limit.
18940 * gdb.python/py-frame-inline.exp: Test running to an inline
18941 function with a backtrace limit, and printing the newest frame.
18942 * gdb.python/py-frame-inline.c (main): Call f.
18943
18944 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18945
18946 * gdb.java/jnpe.exp: Drop srcdir from untested path.
18947
18948 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18949
18950 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
18951 Drop prefix from unsupported source file path.
18952
18953 2014-04-17 Yao Qi <yao@codesourcery.com>
18954
18955 * lib/gdb.exp (with_target_charset): New proc.
18956 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
18957 with_target_charset.
18958 (test_print_strings): Likewise.
18959 (test_repeat_bytes): Likewise.
18960 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
18961 for some tests.
18962
18963 2014-04-16 Keith Seitz <keiths@redhat.com>
18964
18965 PR gdb/15827
18966 * gdb.dwarf2/corrupt.c: New file.
18967 * gdb.dwarf2/corrupt.exp: New file.
18968
18969 2014-04-16 Keith Seitz <keiths@redhat.com>
18970
18971 PR c++/16597
18972 * gdb.cp/namelessclass.cc: New file.
18973 * gdb.cp/namelessclass.exp: New file.
18974 * gdb.cp/namelessclass.S: New file.
18975
18976 2014-04-16 Doug Evans <dje@google.com>
18977
18978 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
18979 Add comment.
18980 (gdbserver_default_get_comm_port): New function.
18981 (gdbserver_start): Check if board file provided
18982 "gdbserver,get_comm_port" and use it if so.
18983 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
18984 (gdb,socketport): Set to "stdio".
18985 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
18986 (stdio_gdbserver_template): Delete.
18987 (${board}_get_remote_address): Update.
18988 (${board}_build_remote_cmd): Delete.
18989 (${board}_get_comm_port): New function.
18990 (${board}_spawn): Update.
18991 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
18992 Delete.
18993 (${board}_get_remote_address): Update.
18994 (${board}_get_comm_port): New function.
18995
18996 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
18997
18998 * gdb.base/memattr.exp: Improve regexps to handle memory regions
18999 appearing in any order.
19000
19001 2014-04-15 Doug Evans <dje@google.com>
19002
19003 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19004 uninitialized value of "description".
19005
19006 2014-04-15 Keith Seitz <keiths@redhat.com>
19007
19008 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19009 Remove unused globals.
19010 (test_running_the_program): Likewise.
19011 (test_controlled_execution): Likewise.
19012 (test_controlling_breakpoints): Likewise.
19013 (test_program_termination): Likewise.
19014
19015 2014-04-15 Keith Seitz <keiths@redhat.com>
19016
19017 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19018 unused globals.
19019 (test_rbreak_creation_and_listing): Likewise.
19020 (test_ignore_count): Likewise.
19021 (test_error): Likewise.
19022
19023 2014-04-15 Pedro Alves <palves@redhat.com>
19024
19025 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19026 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19027 sym-file-loader.c.
19028 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19029 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19030 to sym-file-loader.c.
19031 (struct library): Forward declare.
19032 (load_shlib, lookup_function): Change prototypes.
19033 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19034 (translate_offset): Remove declarations.
19035 (get_text_addr): New declaration.
19036 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19037 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19038 sym-file-loader.h.
19039 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19040 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19041 here from sym-file-loader.h.
19042 (struct library): New structure.
19043 (load_shlib, lookup_function): Change prototypes and adjust to
19044 work with a struct library.
19045 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19046 (translate_offset): Make static.
19047 (get_text_addr): New function.
19048 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19049
19050 2014-04-15 Pedro Alves <palves@redhat.com>
19051
19052 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19053
19054 2014-04-15 Pedro Alves <palves@redhat.com>
19055
19056 * gdb.base/sym-file-loader.c: Include <limits.h>.
19057 (SELF_LINK): New define.
19058 (get_origin): New function.
19059 (load_shlib): Use it.
19060 * gdb.base/sym-file.exp: Don't early return if the target is
19061 remote. Use runto_main, and issue fail is that fails. Use
19062 gdb_load_shlibs.
19063 (shlib_name): Delete.
19064 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19065
19066 2014-04-15 Pedro Alves <palves@redhat.com>
19067
19068 * gdb.base/sym-file.exp: Remove regex characters from test
19069 message. Don't refer to breakpoint numbers in test messages.
19070
19071 2014-04-14 Keith Seitz <keiths@redhat.com>
19072
19073 PR c++/16253
19074 * gdb.cp/var-tag.cc: New file.
19075 * gdb.cp/var-tag.exp: New file.
19076 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19077 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19078 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19079 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19080
19081 2014-04-14 Tom Tromey <tromey@redhat.com>
19082
19083 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19084 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19085 type.
19086 * gdb.cp/enum-class.exp: New file.
19087 * gdb.cp/enum-class.cc: New file.
19088
19089 2014-04-14 Tom Tromey <tromey@redhat.com>
19090
19091 * gdb.dwarf2/enum-type.exp: New file.
19092
19093 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19094
19095 * gdb.mi/mi-vla-c99.exp: New file.
19096 * gdb.mi/vla.c: New file.
19097
19098 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19099
19100 * gdb.base/vla-datatypes.c: New file.
19101 * gdb.base/vla-datatypes.exp: New file.
19102
19103 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19104
19105 * gdb.base/vla-ptr.c: New file.
19106 * gdb.base/vla-ptr.exp: New file.
19107
19108 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19109
19110 * gdb.dwarf2/count.exp: New file.
19111
19112 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19113
19114 * gdb.base/vla-sideeffect.c: New file.
19115 * gdb.base/vla-sideeffect.exp: New file.
19116
19117 2014-04-14 David Blaikie <dblaikie@gmail.com>
19118
19119 * gdb.mi/non-stop.c: Add return value for non-void function return
19120 statement.
19121 * gdb.threads/staticthreads.c: Ditto.
19122
19123 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19124 Doug Evans <xdje42@gmail.com>
19125
19126 * gdb.guile/scm-value.c: Improve test case.
19127 * gdb.guile/scm-value.exp: Add new test.
19128
19129 2014-04-11 David Blaikie <dblaikie@gmail.com>
19130
19131 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19132 override Clang's default.
19133
19134 2014-04-11 Joel Brobecker <brobecker@adacore.com>
19135
19136 Revert the following changes (regressions):
19137
19138 * gdb.base/vla-sideeffect.c: New file.
19139 * gdb.base/vla-sideeffect.exp: New file.
19140
19141 * gdb.dwarf2/count.exp: New file.
19142
19143 * gdb.base/vla-multi.c: New file.
19144 * gdb.base/vla-multi.exp: New file.
19145
19146 * gdb.base/vla-ptr.c: New file.
19147 * gdb.base/vla-ptr.exp: New file.
19148
19149 * gdb.base/vla-datatypes.c: New file.
19150 * gdb.base/vla-datatypes.exp: New file.
19151
19152 * gdb.mi/mi-vla-c99.exp: New file.
19153 * gdb.mi/vla.c: New file.
19154
19155 2014-04-11 Keith Seitz <keiths@redhat.com>
19156
19157 PR c++/16675
19158 * gdb.cp/cpsizeof.exp: New file.
19159 * gdb.cp/cpsizeof.cc: New file.
19160
19161 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19162
19163 * gdb.mi/mi-vla-c99.exp: New file.
19164 * gdb.mi/vla.c: New file.
19165
19166 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19167
19168 * gdb.base/vla-datatypes.c: New file.
19169 * gdb.base/vla-datatypes.exp: New file.
19170
19171 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19172
19173 * gdb.base/vla-ptr.c: New file.
19174 * gdb.base/vla-ptr.exp: New file.
19175
19176 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19177
19178 * gdb.base/vla-multi.c: New file.
19179 * gdb.base/vla-multi.exp: New file.
19180
19181 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19182
19183 * gdb.dwarf2/count.exp: New file.
19184
19185 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19186
19187 * gdb.base/vla-sideeffect.c: New file.
19188 * gdb.base/vla-sideeffect.exp: New file.
19189
19190 2014-04-11 Yao Qi <yao@codesourcery.com>
19191
19192 * gdb.base/completion.exp: Check file exists before running tests
19193 on file completion.
19194
19195 2014-04-10 Pedro Alves <palves@redhat.com>
19196
19197 * gdb.base/cond-eval-mode.c: New file.
19198 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19199 prepare_for_testing to build the new file. Check result of
19200 runto_main.
19201 (test_break, test_watch): New procedures.
19202 (top level): Use them.
19203
19204 2014-04-08 Pierre Muller <muller@sourceware.org>
19205
19206 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19207 Ctrl-V use for mingw hosts.
19208
19209 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19210
19211 * gdb.python/py-value.c: Improve test case.
19212 * gdb.python/py-value.exp: Add new test.
19213
19214 2014-04-07 David Blaikie <dblaikie@gmail.com>
19215
19216 * lib/compiler.c: Identify the clang compiler.
19217 * lib/compiler.cc: Ditto.
19218
19219 2014-04-03 Yao Qi <yao@codesourcery.com>
19220
19221 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19222
19223 2014-04-01 Anton Blanchard <anton@samba.org>
19224
19225 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19226 messages unique.
19227
19228 2014-04-01 Anton Blanchard <anton@samba.org>
19229
19230 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19231 prepare_for_testing.
19232
19233 2014-04-01 Anton Blanchard <anton@samba.org>
19234
19235 * gdb.arch/ppc64-atomic-inst.c: Remove.
19236 * gdb.arch/ppc64-atomic-inst.S: New file.
19237 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19238
19239 2014-03-31 Doug Evans <dje@google.com>
19240
19241 * gdb.base/print-symbol-loading-lib.c: New file.
19242 * gdb.base/print-symbol-loading-main.c: New file.
19243 * gdb.base/print-symbol-loading.exp: New file.
19244
19245 2014-03-31 Yao Qi <yao@codesourcery.com>
19246
19247 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19248
19249 2014-03-28 Joel Brobecker <brobecker@adacore.com>
19250
19251 * gdb.ada/mi_dyn_arr: New testcase.
19252
19253 2014-03-27 Doug Evans <dje@google.com>
19254
19255 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19256
19257 2014-03-27 Yao Qi <yao@codesourcery.com>
19258
19259 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19260 if target is nios2-*-*.
19261
19262 2014-03-26 Yao Qi <yao@codesourcery.com>
19263
19264 * lib/gdb.exp (readline_is_used): New proc.
19265 * gdb.base/completion.exp: Move tests on command complete up.
19266 Skip the rest of tests if readline is not used.
19267 * gdb.ada/complete.exp: Skp the test if readline is not
19268 used.
19269 * gdb.base/filesym.exp: Likewise.
19270 * gdb.base/macscp.exp: Likewise.
19271 * gdb.base/readline-ask.exp: Likewise.
19272 * gdb.base/readline.exp: Likewise.
19273 * gdb.python/py-cmd.exp: Likewise.
19274 * gdb.trace/tfile.exp: Likewise.
19275
19276 2014-03-26 Yao Qi <yao@codesourcery.com>
19277
19278 * gdb.base/macscp.exp: Fix code format issues.
19279
19280 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19281
19282 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19283 * gdb.asm/powerpc64le.inc: New file.
19284
19285 2014-03-25 Pedro Alves <palves@redhat.com>
19286 Doug Evans <dje@google.com>
19287
19288 * gdb.base/source-execution.c: New file.
19289 * gdb.base/source-execution.exp: New file.
19290 * gdb.base/source-execution.gdb: New file.
19291
19292 2014-03-24 Doug Evans <dje@google.com>
19293
19294 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19295 using fission.
19296
19297 2014-03-24 Hui Zhu <hui@codesourcery.com>
19298 Pedro Alves <palves@redhat.com>
19299
19300 PR breakpoints/16101
19301 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19302 test pass/fail messages. Detect missing support for dprintf when
19303 breakpoints are actually inserted.
19304 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19305 breakpoints are actually inserted.
19306 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19307 fails.
19308
19309 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19310
19311 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19312
19313 2014-03-22 Doug Evans <xdje42@gmail.com>
19314
19315 * gdb.python/python.exp (python not supported): Verify multi-line
19316 python command issues an error.
19317 * gdb.guile/guile.exp (guile not supported): Verify multi-line
19318 guile command issues an error.
19319
19320 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19321
19322 * gdb.threads/thread-specific.exp: Handle the lack of usable
19323 $this_breakpoint and $this_thread.
19324
19325 2014-03-21 Hui Zhu <hui@codesourcery.com>
19326
19327 * gdb.base/attach.exp (do_command_attach_tests): New.
19328
19329 2014-03-20 Tom Tromey <tromey@redhat.com>
19330 Pedro Alves <palves@redhat.com>
19331
19332 PR cli/15718
19333 * gdb.base/condbreak-call-false.c: New file.
19334 * gdb.base/condbreak-call-false.exp: New file.
19335
19336 2014-03-20 Pedro Alves <palves@redhat.com>
19337
19338 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19339 Delete.
19340 (block_signals, unblock_signals): Delete.
19341 (child_function_2, main): Remove references to deleted variable
19342 and functions.
19343
19344 2014-03-20 Pedro Alves <palves@redhat.com>
19345
19346 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19347 Use pthread_kill to signal thread 2.
19348 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19349 Adjust to make the test send itself a signal rather than using the
19350 host's "kill" command.
19351
19352 2014-03-20 Pedro Alves <palves@redhat.com>
19353
19354 * gdb.threads/multiple-step-overs.c: New file.
19355 * gdb.threads/multiple-step-overs.exp: New file.
19356 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19357 Adjust expected infrun debug output.
19358
19359 2014-03-20 Pedro Alves <palves@redhat.com>
19360
19361 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19362 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19363
19364 2014-03-20 Pedro Alves <palves@redhat.com>
19365
19366 PR breakpoints/7143
19367 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19368 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19369 of gdb_test_multiple.
19370 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19371 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19372
19373 2014-03-20 Pedro Alves <palves@redhat.com>
19374
19375 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19376 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19377
19378 2014-03-19 Pedro Alves <palves@redhat.com>
19379
19380 * gdb.base/async.exp: Remove early return.
19381
19382 2014-03-19 Pedro Alves <palves@redhat.com>
19383
19384 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19385
19386 2014-03-19 Pedro Alves <palves@redhat.com>
19387
19388 * gdb.base/async.exp (test_background): Expect \r\n after
19389 "completed." in the fail pattern.
19390
19391 2014-03-19 Pedro Alves <palves@redhat.com>
19392
19393 * gdb.base/async.exp (test_background): New procedure.
19394 Use it for all background execution command tests.
19395
19396 2014-03-19 Pedro Alves <palves@redhat.com>
19397
19398 * gdb.base/async.exp: Use prepare_for_testing.
19399
19400 2014-03-19 Pedro Alves <palves@redhat.com>
19401
19402 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19403 the same line.
19404
19405 2014-03-19 Pedro Alves <palves@redhat.com>
19406
19407 * gdb.base/async.c (main): Add "jump here" and "until here" line
19408 marker comments.
19409 * gdb.base/async.exp (jump_here): New global.
19410 (jump& test): Use it.
19411 (until_here): New global.
19412 (until& test): Use it.
19413
19414 2014-03-19 Pedro Alves <palves@redhat.com>
19415
19416 * gdb.base/async.exp: Don't frob gdb_protocol.
19417
19418 2014-03-18 Doug Evans <xdje42@gmail.com>
19419
19420 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19421 Fix spelling of exec-done-display.
19422
19423 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19424
19425 PR gdb/15358
19426 * gdb.base/gdb-sigterm.c: New file.
19427 * gdb.base/gdb-sigterm.exp: New file.
19428
19429 2014-03-18 Pedro Alves <palves@redhat.com>
19430
19431 PR gdb/13860
19432 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19433 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19434 solib-event.
19435
19436 2014-03-17 Joel Brobecker <brobecker@adacore.com>
19437
19438 * gdb.ada/pckd_arr_ren: New testcase.
19439
19440 2014-03-13 Doug Evans <xdje42@gmail.com>
19441
19442 PR guile/16612
19443 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19444 collect after discarding symbols.
19445
19446 2014-03-13 Ludovic Courtès <ludo@gnu.org>
19447 Doug Evans <xdje42@gmail.com>
19448
19449 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19450 to history survives a gc.
19451
19452 2014-03-13 Pedro Alves <palves@redhat.com>
19453
19454 * gdb.base/default.exp: Don't test "target procfs".
19455
19456 2014-03-13 Pedro Alves <palves@redhat.com>
19457
19458 * gdb.base/default.exp: Update "target child" and "target procfs"
19459 tests to not expect "Unix".
19460
19461 2014-03-12 Tom Tromey <tromey@redhat.com>
19462
19463 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19464 New procs. Add target-async tests.
19465 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19466 Add target-async tests.
19467
19468 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19469
19470 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19471 'func_start' and 'func_end' for the beginning and end of the
19472 function code, respectively.
19473 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19474 'func_end' instead of 'func' and 'main'.
19475
19476 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19477
19478 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19479 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19480 generate the debug info assembler source.
19481
19482 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19483
19484 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19485 * gdb.dwarf2/arr-subrange.exp: Likewise.
19486 * gdb.dwarf2/dwz.exp: Likewise.
19487 * gdb.dwarf2/method-ptr.exp: Likewise.
19488 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19489 * gdb.dwarf2/subrange.exp: Likewise.
19490 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19491 * gdb.dwarf2/implptrpiece.exp: Likewise.
19492 * gdb.dwarf2/nostaticblock.exp: Likewise.
19493
19494 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19495
19496 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19497 directory to absolute path name arguments.
19498
19499 2014-03-10 Joel Brobecker <brobecker@adacore.com>
19500
19501 * gdb.ada/tagged_access: New testcase.
19502
19503 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19504
19505 * gdb.btrace/data.exp: Update expected output.
19506
19507 2014-03-06 Yao Qi <yao@codesourcery.com>
19508
19509 * gdb.trace/pr16508.exp: New file.
19510
19511 2014-03-05 Pedro Alves <palves@redhat.com>
19512
19513 PR gdb/16575
19514 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19515 procedure.
19516 (top level): Adjust to use it. Add tests that exercise breakpoint
19517 interaction with the code-cache.
19518
19519 2014-02-26 Ludovic Courtès <ludo@gnu.org>
19520
19521 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19522 test for 'history-append!'.
19523
19524 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19525
19526 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19527 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19528 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19529 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19530 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19531 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19532
19533 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19534
19535 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19536 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19537 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19538
19539 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19540
19541 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19542
19543 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19544
19545 * gdb.dwarf2/arr-stride.c: New file.
19546 * gdb.dwarf2/arr-stride.exp: New file.
19547
19548 2014-02-26 Pedro Alves <palves@redhat.com>
19549
19550 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19551 that won't ever trigger. Make sure that GDB reports the correct
19552 breakpoint that caused the stop.
19553
19554 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19555
19556 PR gdb/16626
19557 * gdb.base/auto-load-script: New file.
19558 * gdb.base/auto-load.c: New file.
19559 * gdb.base/auto-load.exp: New file.
19560
19561 PR gdb/16626
19562 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19563
19564 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19565
19566 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19567 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19568
19569 2014-02-24 Doug Evans <dje@google.com>
19570
19571 * lib/gdb.exp (run_on_host): Log error output if program fails.
19572
19573 2014-02-21 Pedro Alves <palves@redhat.com>
19574
19575 * gdb.threads/step-after-sr-lock.c: Rename to ...
19576 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19577 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19578 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19579 ... this.
19580
19581 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19582
19583 PR tdep/16397
19584 * gdb.arch/amd64-stap-special-operands.exp: New file.
19585 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19586 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19587 * gdb.arch/amd64-stap-triplet.S: Likewise.
19588 * gdb.arch/amd64-stap-triplet.c: Likewise.
19589
19590 2014-02-20 Joel Brobecker <brobecker@adacore.com>
19591
19592 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19593 in .section pseudo-op.
19594
19595 2014-02-20 lin zuojian <manjian2006@gmail.com>
19596 Joel Brobecker <brobecker@adacore.com>
19597 Doug Evans <xdje42@gmail.com>
19598
19599 PR symtab/16581
19600 * gdb.dwarf2/dw2-icycle.S: New file.
19601 * gdb.dwarf2/dw2-icycle.c: New file.
19602 * gdb.dwarf2/dw2-icycle.exp: New file.
19603
19604 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19605
19606 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19607 operations on gdb.Value objects.
19608 * gdb.python/py-value-cc.exp: Add new test to test operations on
19609 gdb.Value objects.
19610
19611 2014-02-18 Doug Evans <dje@google.com>
19612
19613 * Makefile.in (TESTS): New variable.
19614 (expanded_tests, expanded_tests_or_none): New variables
19615 (check-single): Pass $(expanded_tests_or_none) to runtest.
19616 (check-parallel): Only run tests in $(TESTS) if non-empty.
19617 (check/no-matching-tests-found): New rule.
19618 * README: Document TESTS makefile variable.
19619
19620 2014-02-18 Doug Evans <dje@google.com>
19621
19622 * Makefile.in (check-parallel): rm -rf outputs temp.
19623
19624 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19625
19626 Fix "ERROR: no fileid for" in the testsuite.
19627 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19628
19629 2014-02-12 Doug Evans <dje@google.com>
19630
19631 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19632 (MISCELLANEOUS): New variable.
19633 (clean): rm -rf $(MISCELLANEOUS).
19634 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19635 dwp live in the same directory as symlinks, with each symlink pointed
19636 to a differently named file in a different directory.
19637
19638 2014-02-11 Doug Evans <dje@google.com>
19639
19640 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19641 of Tcl file commands.
19642
19643 2014-02-10 Mark Kettenis <kettenis@gnu.org>
19644
19645 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19646 "kill -SIGUSR1 -1".
19647
19648 2014-02-10 Joel Brobecker <brobecker@adacore.com>
19649
19650 * gdb.ada/tick_length_array_enum_idx: New testcase.
19651
19652 2014-02-10 Doug Evans <xdje42@gmail.com>
19653
19654 * configure.ac (AC_OUTPUT): Add gdb.guile.
19655 * configure: Regenerate.
19656 * lib/gdb-guile.exp: New file.
19657 * lib/gdb.exp (get_target_charset): New function.
19658 * gdb.base/help.exp: Update expected output from "apropos apropos".
19659 * gdb.guile/Makefile.in: New file.
19660 * gdb.guile/guile.exp: New file.
19661 * gdb.guile/scm-arch.c: New file.
19662 * gdb.guile/scm-arch.exp: New file.
19663 * gdb.guile/scm-block.c: New file.
19664 * gdb.guile/scm-block.exp: New file.
19665 * gdb.guile/scm-breakpoint.c: New file.
19666 * gdb.guile/scm-breakpoint.exp: New file.
19667 * gdb.guile/scm-disasm.c: New file.
19668 * gdb.guile/scm-disasm.exp: New file.
19669 * gdb.guile/scm-equal.c: New file.
19670 * gdb.guile/scm-equal.exp: New file.
19671 * gdb.guile/scm-error.exp: New file.
19672 * gdb.guile/scm-error.scm: New file.
19673 * gdb.guile/scm-frame-args.c: New file.
19674 * gdb.guile/scm-frame-args.exp: New file.
19675 * gdb.guile/scm-frame-args.scm: New file.
19676 * gdb.guile/scm-frame-inline.c: New file.
19677 * gdb.guile/scm-frame-inline.exp: New file.
19678 * gdb.guile/scm-frame.c: New file.
19679 * gdb.guile/scm-frame.exp: New file.
19680 * gdb.guile/scm-generics.exp: New file.
19681 * gdb.guile/scm-gsmob.exp: New file.
19682 * gdb.guile/scm-iterator.c: New file.
19683 * gdb.guile/scm-iterator.exp: New file.
19684 * gdb.guile/scm-math.c: New file.
19685 * gdb.guile/scm-math.exp: New file.
19686 * gdb.guile/scm-objfile-script-gdb.in: New file.
19687 * gdb.guile/scm-objfile-script.c: New file.
19688 * gdb.guile/scm-objfile-script.exp: New file.
19689 * gdb.guile/scm-objfile.c: New file.
19690 * gdb.guile/scm-objfile.exp: New file.
19691 * gdb.guile/scm-ports.exp: New file.
19692 * gdb.guile/scm-pretty-print.c: New file.
19693 * gdb.guile/scm-pretty-print.exp: New file.
19694 * gdb.guile/scm-pretty-print.scm: New file.
19695 * gdb.guile/scm-section-script.c: New file.
19696 * gdb.guile/scm-section-script.exp: New file.
19697 * gdb.guile/scm-section-script.scm: New file.
19698 * gdb.guile/scm-symbol.c: New file.
19699 * gdb.guile/scm-symbol.exp: New file.
19700 * gdb.guile/scm-symtab-2.c: New file.
19701 * gdb.guile/scm-symtab.c: New file.
19702 * gdb.guile/scm-symtab.exp: New file.
19703 * gdb.guile/scm-type.c: New file.
19704 * gdb.guile/scm-type.exp: New file.
19705 * gdb.guile/scm-value-cc.cc: New file.
19706 * gdb.guile/scm-value-cc.exp: New file.
19707 * gdb.guile/scm-value.c: New file.
19708 * gdb.guile/scm-value.exp: New file.
19709 * gdb.guile/source2.scm: New file.
19710 * gdb.guile/types-module.cc: New file.
19711 * gdb.guile/types-module.exp: New file.
19712
19713 2014-02-10 Yao Qi <yao@codesourcery.com>
19714
19715 PR testsuite/16543
19716 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19717 * configure: Regenerated.
19718 * Makefile.in: New file.
19719
19720 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19721
19722 * gdb.python/py-framefilter.exp: Fix typo.
19723
19724 2014-02-08 Yao Qi <yao@codesourcery.com>
19725
19726 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19727 that no =breakpoint-modified is emitted when breakpoints are
19728 modified through MI commands.
19729
19730 2014-02-07 Pedro Alves <pedro@codesourcery.com>
19731 Pedro Alves <palves@redhat.com>
19732
19733 * gdb.threads/step-after-sr-lock.c: New file.
19734 * gdb.threads/step-after-sr-lock.exp: New file.
19735
19736 2014-02-07 Pedro Alves <palves@redhat.com>
19737
19738 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19739
19740 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19741
19742 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19743 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19744
19745 2014-02-06 Doug Evans <xdje42@gmail.com>
19746
19747 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19748 output.
19749
19750 * gdb.gdb/python-interrupts.exp: New file.
19751
19752 2014-02-05 Yao Qi <yao@codesourcery.com>
19753
19754 * gdb.trace/report.exp (use_collected_data): Test the output
19755 of "info threads" and "info inferiors".
19756
19757 2014-02-05 Yao Qi <yao@codesourcery.com>
19758
19759 Revert this patch:
19760
19761 2013-05-24 Yao Qi <yao@codesourcery.com>
19762
19763 * gdb.trace/tfile.exp: Test inferior and thread.
19764
19765 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19766
19767 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19768 on a function.
19769 * gdb.base/step-bt.c: Call hello via function pointer to make
19770 sure its first instruction is executed on powerpc64le-linux.
19771
19772 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19773
19774 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19775
19776 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19777
19778 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19779 of the test patterns for use on little-endian systems.
19780
19781 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19782
19783 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19784 (decimal_vector): Fix for little-endian.
19785
19786 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19787
19788 * gdb.arch/sparc-sysstep.exp: New file.
19789 * gdb.arch/sparc-sysstep.c: Likewise.
19790
19791 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19792
19793 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19794
19795 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19796
19797 2014-01-23 Tom Tromey <tromey@redhat.com>
19798
19799 * gdb.ada/array_char_idx: New testcase.
19800
19801 2014-01-23 Tom Tromey <tromey@redhat.com>
19802
19803 PR python/16487:
19804 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19805 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19806 classes.
19807
19808 2014-01-23 Tom Tromey <tromey@redhat.com>
19809
19810 PR python/16491:
19811 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19812 string from an inferior frame.
19813 * gdb.python/py-framefilter-mi.exp: Update.
19814
19815 2014-01-22 Doug Evans <dje@google.com>
19816
19817 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19818
19819 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19820
19821 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19822
19823 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19824
19825 * gdb.trace/entry-values.exp: Remove excess space character from
19826 regex patterns. Handle s390 call instruction.
19827
19828 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19829
19830 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19831 define "*_start" label. Make "name" static.
19832 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19833 ${name} by references to ${name}_start.
19834
19835 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19836
19837 * gdb.base/info-macros.exp: Remove "debug" from the compile
19838 options.
19839
19840 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19841
19842 * gdb.dlang/demangle.exp: New file.
19843
19844 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19845
19846 * gdb.dlang/primitive-types.exp: New file.
19847
19848 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19849
19850 * configure.ac: Create gdb.dlang/Makefile.
19851 * configure: Regenerate.
19852 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19853 * gdb.dlang/Makefile.in: New file.
19854 * lib/d-support.exp: New file.
19855 * lib/gdb.exp (skip_d_tests): New proc.
19856
19857 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19858
19859 * gdb.btrace/delta.exp: Check reverse stepi.
19860 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19861 * gdb.btrace/finish.exp: New.
19862 * gdb.btrace/next.exp: New.
19863 * gdb.btrace/nexti.exp: New.
19864 * gdb.btrace/record_goto.c: Add comments.
19865 * gdb.btrace/step.exp: New.
19866 * gdb.btrace/stepi.exp: New.
19867 * gdb.btrace/multi-thread-step.c: New.
19868 * gdb.btrace/multi-thread-step.exp: New.
19869 * gdb.btrace/rn-dl-bind.c: New.
19870 * gdb.btrace/rn-dl-bind.exp: New.
19871 * gdb.btrace/data.c: New.
19872 * gdb.btrace/data.exp: New.
19873 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19874
19875 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19876
19877 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19878 * gdb.btrace/exception.exp: Update.
19879 * gdb.btrace/instruction_history.exp: Update.
19880 * gdb.btrace/record_goto.exp: Update.
19881 * gdb.btrace/tailcall.exp: Update.
19882 * gdb.btrace/unknown_functions.exp: Update.
19883 * gdb.btrace/delta.exp: New.
19884
19885 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19886
19887 * gdb.btrace/record_goto.exp: Add backtrace test.
19888 * gdb.btrace/tailcall.exp: Add backtrace test.
19889
19890 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19891
19892 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19893 * gdb.btrace/record_goto.c: New.
19894 * gdb.btrace/record_goto.exp: New.
19895 * gdb.btrace/x86-record_goto.S: New.
19896
19897 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19898
19899 * gdb.btrace/function_call_history.exp: Update tests.
19900 * gdb.btrace/instruction_history.exp: Update tests.
19901
19902 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19903
19904 * gdb.btrace/function_call_history.exp: Fix expected field
19905 order for "record function-call-history".
19906 Add new tests for "record function-call-history /c".
19907 * gdb.btrace/exception.cc: New.
19908 * gdb.btrace/exception.exp: New.
19909 * gdb.btrace/tailcall.exp: New.
19910 * gdb.btrace/x86-tailcall.S: New.
19911 * gdb.btrace/x86-tailcall.c: New.
19912 * gdb.btrace/unknown_functions.c: New.
19913 * gdb.btrace/unknown_functions.exp: New.
19914 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19915
19916 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19917
19918 * gdb.btrace/instruction_history.exp: Update.
19919 * gdb.btrace/function_call_history.exp: Update.
19920
19921 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19922
19923 * gdb.btrace/function_call_history.exp: Fix expected function
19924 trace.
19925 * gdb.btrace/instruction_history.exp: Initialize traced.
19926 Remove traced_functions.
19927
19928 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19929
19930 * gdb.btrace/function_call_history.exp: Update
19931 * gdb.btrace/instruction_history.exp: Update.
19932
19933 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19934
19935 * gdb.btrace/enable.exp: Update expected text.
19936
19937 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19938
19939 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19940 bytes.
19941
19942 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
19943
19944 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
19945
19946 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
19947
19948 * lib/gdb.exp (supports_process_record): Return true for
19949 arm*-linux*. (supports_reverse): Likewise.
19950
19951 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
19952
19953 PR python/15464
19954 PR python/16113
19955 * gdb.python/py-type.c: Enhance test case.
19956 * gdb.python/py-value-cc.cc: Likewise
19957 * gdb.python/py-type.exp: Add new tests.
19958 * gdb.python/py-value-cc.exp: Likewise
19959
19960 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19961 Pedro Alves <palves@redhat.com>
19962
19963 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
19964 Make "name" extern.
19965 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
19966 references to ${name}_start by references to ${name}.
19967
19968 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19969
19970 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
19971
19972 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19973
19974 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
19975
19976 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
19977 Pedro Alves <palves@redhat.com>
19978
19979 * gdb.mi/mi-info-os.exp: Connect to the target with
19980 mi_gdb_target_load.
19981
19982 2014-01-08 Pedro Alves <palves@redhat.com>
19983
19984 * gdb.threads/reconnect-signal.c: New file.
19985 * gdb.threads/reconnect-signal.exp: New file.
19986
19987 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19988
19989 * gdb.base/source-dir.exp: New file.
19990
19991 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19992
19993 * gdb.ada/mi_interface: New testcase.
19994
19995 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19996
19997 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
19998 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
19999 gdb.ada/pp-rec-component/pck.ads: New files.
20000
20001 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20002
20003 * gdb.python/py-pp-integral.c: New file.
20004 * gdb.python/py-pp-integral.py: New file.
20005 * gdb.python/py-pp-integral.exp: New file.
20006
20007 For older changes see ChangeLog-1993-2013.
20008 \f
20009 ;; Local Variables:
20010 ;; mode: change-log
20011 ;; left-margin: 8
20012 ;; fill-column: 74
20013 ;; version-control: never
20014 ;; End:
20015
20016 Copyright 2014-2020 Free Software Foundation, Inc.
20017 Copying and distribution of this file, with or without modification,
20018 are permitted provided the copyright notice and this notice are preserved.
This page took 0.424588 seconds and 5 git commands to generate.