replace_typedefs: handle templates in namespaces
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-05-30 Pedro Alves <palves@redhat.com>
2
3 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
4 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
5
6 2020-05-29 Gary Benson <gbenson@redhat.com>
7
8 * gdb.compile/compile-cplus.exp (additional_flags): Also
9 set when building with clang.
10 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
11 when building with clang.
12
13 2020-05-29 Gary Benson <gbenson@redhat.com>
14
15 * gdb.arch/i386-avx.exp (additional_flags): Also set when
16 building with clang.
17 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
18
19 2020-05-29 Gary Benson <gbenson@redhat.com>
20
21 * gdb.cp/koenig.exp (prepare_for_testing): Add
22 additional_flags=-Wno-unused-comparison.
23 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
24
25 2020-05-28 Gary Benson <gbenson@redhat.com>
26
27 * gdb.base/sigaltstack.c (catcher): Add default case to switch
28 statement.
29
30 2020-05-28 Gary Benson <gbenson@redhat.com>
31
32 * gdb.cp/classes.exp (prepare_for_testing): Add
33 additional_flags=-Wno-deprecated-register.
34 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
35 * gdb.cp/misc.exp: Likewise.
36
37 2020-05-28 Gary Benson <gbenson@redhat.com>
38
39 * gdb.linespec/cpls-ops.cc (dummy): New static global.
40 (test_op_new::operator new): Add return statement.
41 (test_op_new_array::operator new[]): Likewise.
42
43 2020-05-27 Pedro Alves <palves@redhat.com>
44
45 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
46 check. Use test_gdb_complete_unique instead of
47 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
48 test_gdb_complete_multiple instead of
49 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
50
51 2020-05-27 Luis Machado <luis.machado@linaro.org>
52
53 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
54 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
55 * gdb.arch/arm-disassembler-options.exp: Likewise.
56 * gdb.arch/arm-disp-step.exp: Likewise.
57 * gdb.arch/thumb-prologue.exp: Likewise.
58 * gdb.base/async.exp: Likewise.
59 * gdb.base/auxv.exp: Likewise.
60 * gdb.base/complex-parts.exp: Likewise.
61 * gdb.base/ena-dis-br.exp: Likewise.
62 * gdb.base/foll-exec.exp: Likewise.
63 * gdb.base/permissions.exp: Likewise.
64 * gdb.base/relocate.exp: Likewise.
65 * gdb.base/return2.exp: Likewise.
66 * gdb.base/sigbpt.exp: Likewise.
67 * gdb.base/siginfo-obj.exp: Likewise.
68 * gdb.cp/converts.exp: Likewise.
69 * gdb.cp/exceptprint.exp: Likewise.
70 * gdb.cp/inherit.exp: Likewise.
71 * gdb.cp/nsnoimports.exp: Likewise.
72 * gdb.cp/virtbase2.exp: Likewise.
73 * gdb.mi/mi-var-cmd.exp: Likewise.
74 * gdb.mi/var-cmd.c: Likewise.
75
76 2020-05-26 Tom Tromey <tromey@adacore.com>
77
78 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
79
80 2020-05-26 Tom Tromey <tromey@adacore.com>
81
82 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
83 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
84 type.
85 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
86 variable.
87
88 2020-05-26 Christian Biesinger <cbiesinger@google.com>
89
90 * Makefile.in: Use = instead of == for the test command
91 for portability.
92
93 2020-05-26 Tom de Vries <tdevries@suse.de>
94
95 * gdb.base/gold-gdb-index-2.c: New test.
96 * gdb.base/gold-gdb-index.c: New test.
97 * gdb.base/gold-gdb-index.exp: New file.
98 * gdb.base/gold-gdb-index.h: New test.
99
100 2020-05-25 Tom de Vries <tdevries@suse.de>
101
102 * boards/gold-gdb-index.exp: New file.
103
104 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
105
106 * boards/simavr.exp: New file.
107
108 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
109
110 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
111 * gdb.base/inferior-args.exp: New file.
112 * gdb.base/inferior-args.c: New file.
113
114 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
115
116 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
117 inferior_args. Pass it to gdb_reload.
118 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
119 inferior_args.
120 (gdb_reload): Add inferior_args argument.
121 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
122 pass it to gdbserver_run.
123 * boards/native-gdbserver.exp: Do not set noargs.
124 * boards/native-extended-gdbserver.exp (gdb_reload): Add
125 inferior_args argument.
126 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
127 * gdb.base/a2-run.exp: Check for use_gdb_stub.
128 * gdb.base/args.exp: Likewise.
129
130 2020-05-25 Tom de Vries <tdevries@suse.de>
131
132 * lib/gdb.exp (exec_is_pie): Add comment.
133
134 2020-05-25 Tom de Vries <tdevries@suse.de>
135
136 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
137 instead of $binfile in the untested message.
138
139 2020-05-25 Tom de Vries <tdevries@suse.de>
140
141 PR testsuite/26031
142 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
143
144 2020-05-25 Tom de Vries <tdevries@suse.de>
145
146 * boards/gold.exp: New file.
147
148 2020-05-23 Tom Tromey <tom@tromey.com>
149
150 * gdb.base/style.exp: Remove completion styling test.
151 * lib/gdb-utils.exp (style): Remove completion styles.
152
153 2020-05-23 Tom Tromey <tom@tromey.com>
154
155 * gdb.base/style.exp: Add completion styling test.
156 * lib/gdb-utils.exp (style): Add completion styles.
157
158 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
159
160 * gdb.base/annota1.exp: Update expected results.
161 * gdb.cp/annota2.exp: Update expected results, remove duplicate
162 test name.
163 * gdb.cp/annota3.exp: Update expected results.
164
165 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
166
167 PR gdb/26016
168 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
169 against MAP_FAILED.
170 * gdb.base/coremaker.c (mmapdata): Likewise.
171 * gdb.base/jit-reader-host.c (main): Likewise.
172 * gdb.base/sym-file-loader.c (load): Likewise.
173 (load_shlib): Likewise.
174
175 2020-05-20 Tom Tromey <tromey@adacore.com>
176
177 * gdb.ada/array_char_idx.exp: Recognize initialized array.
178
179 2020-05-20 Tom de Vries <tdevries@suse.de>
180
181 PR symtab/25833
182 * gdb.base/with-mf-inc.c: New test.
183 * gdb.base/with-mf-main.c: New test.
184 * gdb.base/with-mf.exp: New file.
185
186 2020-05-19 Tom Tromey <tromey@adacore.com>
187
188 * gdb.rust/simple.exp: Restore missing test result.
189
190 2020-05-19 Tom de Vries <tdevries@suse.de>
191
192 * gdb.base/gdb-caching-proc.exp: Fix typo.
193
194 2020-05-19 Tom Tromey <tromey@adacore.com>
195
196 * gdb.rust/simple.exp: Add some test descriptions.
197 (test_one_slice): Use with_test_prefix.
198
199 2020-05-18 Tom de Vries <tdevries@suse.de>
200
201 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
202
203 2020-05-17 Pedro Alves <palves@redhat.com>
204
205 PR gdb/25741
206 * gdb.base/hw-sw-break-same-address.exp: New file.
207
208 2020-05-16 Pedro Alves <palves@redhat.com>
209
210 * gdb.multi/multi-re-run.exp (test_re_run): Switch
211 LAST_LOADED_FILE accordingly.
212
213 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
214
215 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
216
217 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
218
219 * gdb.base/help.exp: Test apropos and help for commands
220 having aliases. Fixed comments not starting with an
221 upper-case letter or not finishing with a dot.
222
223 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
224
225 * gdb.base/alias.exp: Update help output check.
226
227 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
228
229 * gdb.base/default.exp: Update output following fixes.
230
231 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
232
233 * gdb.base/alias.exp: Test aliases starting with a prefix of
234 another alias.
235
236 2020-05-15 Gary Benson <gbenson@redhat.com>
237
238 * gdb.base/info-os.c (main): Add return statement.
239 * gdb.base/info_minsym.c (minsym_fun): Likewise.
240 * gdb.base/large-frame-2.c (func): Likewise.
241 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
242 * gdb.base/pr10179-b.c (foo2): Likewise.
243 * gdb.base/valgrind-disp-step.c (foo): Likewise.
244 * gdb.base/watch-cond.c (func): Likewise.
245 * gdb.multi/goodbye.c (verylongfun): Likewise.
246 * gdb.multi/hello.c (commonfun): Likewise.
247 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
248 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
249 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
250 Likewise.
251 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
252 * gdb.threads/interrupt-while-step-over.c (child_function):
253 Likewise.
254 * gdb.trace/actions-changed.c (end): Likewise.
255
256 2020-05-15 Gary Benson <gbenson@redhat.com>
257
258 * gdb.opencl/callfuncs.exp: Report when test skipped.
259 * gdb.opencl/convs_casts.exp: Likewise.
260 * gdb.opencl/datatypes.exp: Likewise.
261 * gdb.opencl/operators.exp: Likewise.
262 * gdb.opencl/vec_comps.exp: Likewise.
263
264 2020-05-15 Tom de Vries <tdevries@suse.de>
265
266 * gdb.base/align.exp.in: Rename to ...
267 * gdb.base/align.exp.tcl: ... this.
268 * gdb.base/align-c++.exp: Update.
269 * gdb.base/align-c.exp: Update.
270 * gdb.base/all-architectures.exp.in: Rename to ...
271 * gdb.base/all-architectures.exp: ... this.
272 * gdb.base/all-architectures-0.exp: Update.
273 * gdb.base/all-architectures-1.exp: Update.
274 * gdb.base/all-architectures-2.exp: Update.
275 * gdb.base/all-architectures-3.exp: Update.
276 * gdb.base/all-architectures-4.exp: Update.
277 * gdb.base/all-architectures-5.exp: Update.
278 * gdb.base/all-architectures-6.exp: Update.
279 * gdb.base/all-architectures-7.exp: Update.
280 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
281 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
282 * gdb.base/infcall-nested-structs-c++.exp: Update.
283 * gdb.base/infcall-nested-structs-c.exp: Update.
284 * gdb.base/info-types.exp.in: Rename to ...
285 * gdb.base/info-types.exp.tcl: ... this.
286 * gdb.base/info-types-c++.exp: Update.
287 * gdb.base/info-types-c.exp: Update.
288 * gdb.base/max-depth.exp.in: Rename to ...
289 * gdb.base/max-depth.exp.tcl: ... this.
290 * gdb.base/max-depth-c++.exp: Update.
291 * gdb.base/max-depth-c.exp: Update.
292 * gdb.cp/cpexprs.exp.in: Rename to ...
293 * gdb.cp/cpexprs.exp.tcl: ... this.
294 * gdb.cp/cpexprs-debug-types.exp: Update.
295 * gdb.cp/cpexprs.exp: Update.
296 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
297 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
298 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
299 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
300 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
301 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
302 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
303 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
304 * gdb.dwarf2/clang-debug-names-2.exp: Update.
305 * gdb.dwarf2/clang-debug-names.exp: Update.
306
307 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
308
309 * lib/check-test-names.exp: Remove code that prevents this file
310 loading when tests are run in parallel.
311
312 2020-05-15 Pedro Alves <palves@redhat.com>
313
314 * gdb.multi/multi-kill.exp (start_inferior): Remove
315 'testpid' parameter. Refer to namespace variable directly.
316 (testpid): Declare as namespace variable.
317
318 2020-05-15 Pedro Alves <palves@redhat.com>
319
320 * gdb.multi/multi-kill.exp: Wrap in namespace.
321 (start_inferior): Add TESTPID parameter. Use it instead of the
322 testpid global.
323 (top level): Define empty TESTPID array, and pass it down to
324 start_inferior.
325
326 2020-05-14 Tom de Vries <tdevries@suse.de>
327
328 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
329 output.
330
331 2020-05-14 Tom de Vries <tdevries@suse.de>
332
333 * gdb.base/align.exp: Split into ...
334 * gdb.base/align.exp.in: ...
335 * gdb.base/align-c++.exp: ...
336 * gdb.base/align-c.exp: ... these.
337 * gdb.base/infcall-nested-structs.exp: Split into ...
338 * gdb.base/infcall-nested-structs.exp.in: ...
339 * gdb.base/infcall-nested-structs-c++.exp: ...
340 * gdb.base/infcall-nested-structs-c.exp: ... these.
341 * gdb.base/info-types.exp: Split into ...
342 * gdb.base/info-types.exp.in: ...
343 * gdb.base/info-types-c++.exp: ...
344 * gdb.base/info-types-c.exp: ... these.
345 * gdb.base/max-depth.exp: Split into ...
346 * gdb.base/max-depth.exp.in: ...
347 * gdb.base/max-depth-c++.exp: ...
348 * gdb.base/max-depth-c.exp: ... these.
349 * gdb.cp/infcall-nodebug.exp: Split into ...
350 * gdb.cp/infcall-nodebug.exp.in: ...
351 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
352 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
353 * gdb.cp/infcall-nodebug-c-d0.exp: ...
354 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
355
356 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
357 Pedro Alves <palves@redhat.com>
358
359 * gdb.multi/multi-exit.c: New file.
360 * gdb.multi/multi-exit.exp: New file.
361 * gdb.multi/multi-kill.c: New file.
362 * gdb.multi/multi-kill.exp: New file.
363
364 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
365
366 * gdb.base/annota1.exp: Update the expected output.
367 * gdb.cp/annota2.exp: Ditto.
368
369 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
370
371 * lib/check-test-names.exp: Disable when testing is being run in
372 parallel.
373
374 2020-05-12 Tom de Vries <tdevries@suse.de>
375
376 * gdb.base/jit-elf.exp: Fix string concat.
377
378 2020-05-12 Tom de Vries <tdevries@suse.de>
379
380 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
381 messages.
382
383 2020-05-12 Tom de Vries <tdevries@suse.de>
384
385 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
386
387 2020-05-12 Tom de Vries <tdevries@suse.de>
388
389 * gdb.ada/catch_ex.exp: Use with_test_prefix.
390 * gdb.ada/mi_catch_ex.exp: Same.
391 * gdb.ada/mi_catch_ex_hand.exp: Same.
392
393 2020-05-12 Tom de Vries <tdevries@suse.de>
394
395 * gdb.fortran/complex.exp: Use with_test_prefix.
396
397 2020-05-12 Tom de Vries <tdevries@suse.de>
398
399 * gdb.trace/passcount.exp: Fix test-names.
400
401 2020-05-12 Tom de Vries <tdevries@suse.de>
402
403 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
404
405 2020-05-12 Tom de Vries <tdevries@suse.de>
406
407 * gdb.gdb/complaints.exp: Use with_test_prefix.
408 * gdb.xml/tdesc-regs.exp: Same.
409 * gdb.opt/inline-locals.exp: Fix test name.
410
411 2020-05-12 Tom de Vries <tdevries@suse.de>
412
413 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
414 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
415 * gdb.dwarf2/implref-struct.exp: Same.
416 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
417 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
418
419 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
420
421 * gdb.base/jit-so.exp (one_jit_test): Change test name.
422
423 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
424
425 * lib/check-test-names.exp (all_test_names): New module variable.
426 (counts): Add 'duplicates' field.
427 (_check_duplicates): New procedure.
428 (check): Also check for duplicates.
429 (do_log_summary): Print duplicates count.
430 (do_reset_vars): Reset counter for duplicate test names, and
431 discard all know test names.
432
433 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
434
435 * lib/gdb.exp: Include check-test-names.exp library.
436 * lib/check-test-names.exp: New file.
437
438 2020-05-11 Tom de Vries <tdevries@suse.de>
439
440 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
441
442 2020-05-11 Keith Seitz <keiths@redhat.com>
443
444 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
445
446 2020-05-11 Tom de Vries <tdevries@suse.de>
447
448 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
449 * gdb.cp/cpexprs.exp.in: .. here.
450 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
451 cpexprs.exp.
452
453 2020-05-11 Keith Seitz <keiths@redhat.com>
454
455 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
456 test names.
457 * gdb.ada/arrayptr.exp: Likewise.
458 * gdb.ada/assign_arr.exp: Likewise.
459 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
460 * gdb.ada/bp_on_var.exp: Likewise.
461 * gdb.ada/call_pn.exp: Likewise.
462 * gdb.ada/complete.exp: Likewise.
463 * gdb.ada/fun_overload_menu.exp: Likewise.
464 * gdb.ada/funcall_param.exp: Likewise.
465 * gdb.ada/funcall_ref.exp: Likewise.
466 * gdb.ada/packed_array_assign.exp: Likewise.
467 * gdb.ada/same_component_name.exp: Likewise.
468 * gdb.ada/type_coercion.exp: Likewise.
469 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
470 * gdb.ada/variant_record_packed_array.exp: Likewise.
471
472 2020-05-11 Tom de Vries <tdevries@suse.de>
473
474 PR symtab/25941
475 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
476 out of ...
477 * gdb.dwarf2/clang-debug-names.exp: ... here.
478 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
479 clang-debug-names.exp.in.
480 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
481 * gdb.dwarf2/clang-debug-names-2.c: New test.
482
483 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
484
485 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
486 (fortran_runto_main): New Proc, fortran version of runto_main.
487 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
488 * gdb.fortran/array-bounds.exp: Likewise.
489 * gdb.fortran/array-slices.exp: Likewise.
490 * gdb.fortran/block-data.exp: Likewise.
491 * gdb.fortran/charset.exp: Likewise.
492 * gdb.fortran/common-block.exp: Likewise.
493 * gdb.fortran/complex.exp: Likewise.
494 * gdb.fortran/derived-type-function.exp: Likewise.
495 * gdb.fortran/derived-type.exp: Likewise.
496 * gdb.fortran/info-modules.exp: Likewise.
497 * gdb.fortran/info-types.exp: Likewise.
498 * gdb.fortran/intrinsics.exp: Likewise.
499 * gdb.fortran/library-module.exp: Likewise.
500 * gdb.fortran/logical.exp: Likewise.
501 * gdb.fortran/max-depth.exp: Likewise.
502 * gdb.fortran/module.exp: Likewise.
503 * gdb.fortran/multi-dim.exp: Likewise.
504 * gdb.fortran/nested-funcs.exp: Likewise.
505 * gdb.fortran/print-formatted.exp: Likewise.
506 * gdb.fortran/print_type.exp: Likewise.
507 * gdb.fortran/printing-types.exp: Likewise.
508 * gdb.fortran/ptr-indentation.exp: Likewise.
509 * gdb.fortran/ptype-on-functions.exp: Likewise.
510 * gdb.fortran/subarray.exp: Likewise.
511 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
512 * gdb.fortran/vla-datatypes.exp: Likewise.
513 * gdb.fortran/vla-history.exp: Likewise.
514 * gdb.fortran/vla-ptr-info.exp: Likewise.
515 * gdb.fortran/vla-ptype-sub.exp: Likewise.
516 * gdb.fortran/vla-ptype.exp: Likewise.
517 * gdb.fortran/vla-sizeof.exp: Likewise.
518 * gdb.fortran/vla-type.exp: Likewise.
519 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
520 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
521 * gdb.fortran/vla-value-sub.exp: Likewise.
522 * gdb.fortran/vla-value.exp: Likewise.
523 * gdb.fortran/whatis_type.exp: Likewise.
524 * gdb.mi/mi-var-child-f.exp: Likewise.
525
526 2020-05-09 Tom de Vries <tdevries@suse.de>
527
528 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
529
530 2020-05-08 Tom de Vries <tdevries@suse.de>
531
532 * gdb.dwarf2/clang-debug-names.c: New test.
533 * gdb.dwarf2/clang-debug-names.exp: New file.
534
535 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
536
537 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
538 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
539
540 2020-05-06 Tom de Vries <tdevries@suse.de>
541
542 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
543 breakpoint is at a "recommended breakpoint location".
544 * gdb.reverse/consecutive-reverse.exp: Same.
545
546 2020-05-06 Tom de Vries <tdevries@suse.de>
547
548 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
549 address.
550
551 2020-05-06 Tom de Vries <tdevries@suse.de>
552
553 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
554
555 2020-05-06 Tom de Vries <tdevries@suse.de>
556
557 * gdb.base/store.exp (check_set, up_set): Allowing missing location
558 info for r.
559
560 2020-05-06 Tom de Vries <tdevries@suse.de>
561
562 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
563 necessary.
564
565 2020-05-06 Tom de Vries <tdevries@suse.de>
566
567 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
568 void.
569
570 2020-05-06 Tom de Vries <tdevries@suse.de>
571
572 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
573 of ...
574 * gdb.base/async.exp: ... here.
575 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
576 "recommended breakpoint location".
577
578 2020-05-06 Tom de Vries <tdevries@suse.de>
579
580 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
581
582 2020-05-04 Tom de Vries <tdevries@suse.de>
583
584 * gdb.base/async.exp: Check whether instruction addresses are a
585 "recommended breakpoint location".
586
587 2020-05-03 Tom Tromey <tom@tromey.com>
588
589 * gdb.base/sepdebug.exp: Remove "catch" test.
590 * gdb.base/break.exp: Remove "catch" test.
591 * gdb.base/default.exp: Update expected output.
592
593 2020-05-02 Tom de Vries <tdevries@suse.de>
594
595 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
596 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
597 * gdb.arch/i386-mpx-map.exp: Same.
598 * gdb.arch/i386-mpx-sigsegv.exp: Same.
599 * gdb.arch/i386-mpx-simple_segv.exp: Same.
600 * gdb.arch/i386-mpx.exp: Same.
601
602 2020-05-02 Tom de Vries <tdevries@suse.de>
603
604 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
605
606 2020-05-01 Tom de Vries <tdevries@suse.de>
607
608 * gdb.ada/operator_bp.exp: Allow more than required amount of
609 breakpoint.
610
611 2020-05-01 Tom de Vries <tdevries@suse.de>
612
613 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
614
615 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
616
617 PR gdb/18706
618 * gdb.cp/stub-array-size.cc: New test.
619 * gdb.cp/stub-array-size.exp: New file.
620 * gdb.cp/stub-array-size.h: New test.
621 * gdb.cp/stub-array-size2.cc: New test.
622
623 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
624
625 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
626 output to the new format.
627
628 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
629
630 * gdb.base/break.exp: Use with_test_prefix.
631
632 2020-04-29 Tom de Vries <tdevries@suse.de>
633
634 * lib/gdb.exp (debug_types): New proc.
635 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
636 * gdb.python/py-symtab.exp: Same.
637
638 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
639
640 PR gdb/17320
641 * gdb.base/pretty-array.c: New test.
642 * gdb.base/pretty-array.exp: New file.
643
644 2020-04-29 Tom de Vries <tdevries@suse.de>
645
646 PR symtab/25889
647 * gdb.cp/cpexprs.exp: Adapt for inclusion.
648 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
649 and include cpexprs.exp.
650
651 2020-04-28 Mark Williams <mark@myosotissp.com>
652
653 PR gdb/24480
654 * dw4-toplevel-types.exp: Test for top level types.
655 * dw4-toplevel-types.cc: Test for top level types.
656
657 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
658
659 * gdb.threads/stop-with-handle.exp: Fix typo in comment
660 (theads -> threads).
661
662 2020-04-28 Tom de Vries <tdevries@suse.de>
663
664 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
665
666 2020-04-28 Tom de Vries <tdevries@suse.de>
667
668 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
669
670 2020-04-28 Tom de Vries <tdevries@suse.de>
671
672 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
673
674 2020-04-28 Tom de Vries <tdevries@suse.de>
675
676 * gdb.dwarf2/main-foo.c: New test.
677 * gdb.dwarf2/struct-with-sig.exp: New file.
678
679 2020-04-25 Tom de Vries <tdevries@suse.de>
680
681 * boards/debug-types.exp: New file.
682
683 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
684
685 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
686
687 2020-04-24 Tom Tromey <tom@tromey.com>
688
689 PR symtab/12707:
690 * gdb.python/py-symbol.exp: Update expected results for
691 linkage_name test.
692 * gdb.cp/print-demangle.exp: New file.
693 * gdb.base/c-linkage-name.exp: Fix test.
694 * gdb.guile/scm-symbol.exp: Update expected results for
695 linkage_name test.
696
697 2020-04-24 Tom Tromey <tom@tromey.com>
698
699 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
700 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
701 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
702 assembler.
703
704 2020-04-24 Tom de Vries <tdevries@suse.de>
705
706 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
707 C++.
708
709 2020-04-24 Tom Tromey <tromey@adacore.com>
710
711 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
712 values.
713 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
714 values. Update test for minimal encodings.
715 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
716 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
717 values. Update test for minimal encodings.
718
719 2020-04-24 Tom Tromey <tromey@adacore.com>
720
721 PR python/23662:
722 * gdb.ada/variant.exp: Add Python checks.
723 * gdb.rust/simple.exp: Add dynamic type checks.
724
725 2020-04-24 Tom Tromey <tromey@adacore.com>
726
727 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
728 Make array type matching more lax.
729 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
730 * gdb.ada/mi_variant.exp: New file.
731 * gdb.ada/mi_variant/pck.ads: New file.
732 * gdb.ada/mi_variant/pkg.adb: New file.
733 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
734 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
735
736 2020-04-24 Tom Tromey <tromey@adacore.com>
737
738 * gdb.ada/variant.exp: Add dynamic field offset tests.
739 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
740 * gdb.ada/variant/pkg.adb: Add new variables.
741
742 2020-04-24 Tom Tromey <tromey@adacore.com>
743
744 * gdb.ada/variant.exp: New file
745 * gdb.ada/variant/pkg.adb: New file
746 * gdb.ada/variant/pck.adb: New file
747
748 2020-04-24 Tom de Vries <tdevries@suse.de>
749
750 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
751
752 2020-04-24 Tom de Vries <tdevries@suse.de>
753
754 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
755 flags.
756
757 2020-04-24 Tom de Vries <tdevries@suse.de>
758
759 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
760
761 2020-04-24 Tom de Vries <tdevries@suse.de>
762
763 * lib/gdb.exp (default_gdb_start): Handle eof.
764 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
765 failure.
766 * gdb.base/readnever.exp: Handle clean_restart failure.
767
768 2020-04-23 Tom de Vries <tdevries@suse.de>
769
770 * gdb.base/decl-before-def.exp: Run to main and print a again.
771
772 2020-04-23 Tom de Vries <tdevries@suse.de>
773
774 * gdb.base/decl-before-def-decl.c: New test.
775 * gdb.base/decl-before-def-def.c: New test.
776 * gdb.base/decl-before-def.exp: New file.
777
778 2020-04-23 Tom de Vries <tdevries@suse.de>
779
780 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
781
782 2020-04-22 Tom de Vries <tdevries@suse.de>
783
784 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
785 debug_info_offset.
786 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
787 before $objsfile in the line line.
788
789 2020-04-22 Tom de Vries <tdevries@suse.de>
790
791 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
792
793 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
794
795 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
796 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
797 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
798 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
799 * gdb.base/jit-protocol.h: Update definitions to match all usage
800 contexts.
801
802 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
803
804 * gdb.base: Rename all jit related test and source files.
805
806 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
807
808 * gdb.base/jit-reader.exp: Relax register output check.
809
810 2020-04-22 Tom de Vries <tdevries@suse.de>
811
812 PR symtab/25764
813 * gdb.base/psym-external-decl-2.c: New test.
814 * gdb.base/psym-external-decl.c: New test.
815 * gdb.base/psym-external-decl.exp: New file.
816 * gdb.threads/tls.exp: Add PR25807 kfail.
817
818 2020-04-22 Tom de Vries <tdevries@suse.de>
819
820 PR symtab/25801
821 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
822 in "info source" output.
823
824 2020-04-22 Tom de Vries <tdevries@suse.de>
825
826 PR symtab/25700
827 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
828 symtab for imported_unit.c.
829
830 2020-04-21 Gary Benson <gbenson@redhat.com>
831
832 * gdb.base/advance.c (func): New argument, to match call site.
833 (func2, func3): Add return statements.
834
835 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
836
837 * gdb.multi/run-only-second-inf.c: New file.
838 * gdb.multi/run-only-second-inf.exp: New file.
839
840 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
841
842 * gdb.btrace/multi-inferior.c: New test.
843 * gdb.btrace/multi-inferior.exp: New file.
844
845 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
846
847 * gdb.btrace/enable-new-thread.c: New test.
848 * gdb.btrace/enable-new-thread.exp: New file.
849
850 2020-04-21 Tom de Vries <tdevries@suse.de>
851
852 PR gdb/25471
853 * gdb.threads/killed-outside.c: New test.
854 * gdb.threads/killed-outside.exp: New file.
855
856 2020-04-20 Gary Benson <gbenson@redhat.com>
857
858 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
859 * gdb.base/nested-subp2.exp: Likewise.
860 * gdb.base/nested-subp3.exp: Likewise.
861
862 2020-04-20 Gary Benson <gbenson@redhat.com>
863
864 * gdb.base/nested-subp1.exp: Disable test when using clang.
865 * gdb.base/nested-subp2.exp: Likewise.
866 * gdb.base/nested-subp3.exp: Likewise.
867
868 2020-04-20 Gary Benson <gbenson@redhat.com>
869
870 * gdb.cp/exception.cc: Fix compilation error with clang.
871
872 2020-04-20 Gary Benson <gbenson@redhat.com>
873
874 * gdb.trace/tspeed.c: Fix compilation error with clang.
875
876 2020-04-20 Gary Benson <gbenson@redhat.com>
877
878 * gdb.base/jit-main.c: Fix compilation error with clang.
879
880 2020-04-17 Kamil Rytarowski <n54@gmx.com>
881
882 * gdb.base/attach-twice.c: Include "sys/types.h".
883 (PTRACE_ATTACH): Add fallback definition.
884 (main): Pass `0' to the 4th argument of `ptrace'.
885
886 2020-04-17 Kamil Rytarowski <n54@gmx.com>
887
888 * gdb.base/fork-running-state.c: Include "signal.h".
889
890 2020-04-17 Tom Tromey <tromey@adacore.com>
891
892 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
893 Update tests.
894 * gdb.btrace/cpu.exp: Update tests.
895 * gdb.base/maint.exp: Update tests.
896 * gdb.base/default.exp: Update tests.
897 * gdb.base/completion.exp: Update tests.
898
899 2020-04-16 Tom de Vries <tdevries@suse.de>
900
901 PR symtab/25791
902 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
903 (ensure_gdb_index): and factor out and move ...
904 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
905 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
906
907 2020-04-16 Tom de Vries <tdevries@suse.de>
908
909 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
910 loading exec.
911
912 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
913
914 * gdb.base/many-completions.exp: New file.
915
916 2020-04-14 Tom de Vries <tdevries@suse.de>
917
918 PR symtab/25718
919 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
920
921 2020-04-14 Tom de Vries <tdevries@suse.de>
922
923 PR symtab/25720
924 * gdb.base/maint-expand-symbols-header-file.c: New test.
925 * gdb.base/maint-expand-symbols-header-file.exp: New file.
926 * gdb.base/maint-expand-symbols-header-file.h: New test.
927
928 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
929
930 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
931 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
932 get_func_info.
933 (get_func_info): Delete.
934 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
935 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
936 * lib/dwarf.exp (get_func_info): New function.
937
938 2020-04-13 Tom de Vries <tdevries@suse.de>
939
940 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
941 to what find_gnatmake does.
942
943 2020-04-10 Tom de Vries <tdevries@suse.de>
944
945 * gdb.base/style.exp: Expect "Expanding full symbols" message for
946 -readnow.
947
948 2020-04-10 Tom de Vries <tdevries@suse.de>
949
950 PR cli/25808
951 * gdb.base/style.c: Add leading newlines.
952 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
953 Check listing of main's one-line body.
954
955 2020-04-08 Tom de Vries <tdevries@suse.de>
956
957 * lib/gdb.exp (psymtabs_p): New proc.
958 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
959 importing unit" unsupported if there are no partial symbols.
960
961 2020-04-08 Tom de Vries <tdevries@suse.de>
962
963 PR testsuite/25760
964 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
965
966 2020-04-07 Tom de Vries <tdevries@suse.de>
967
968 PR symtab/25796
969 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
970
971 2020-04-07 Tom de Vries <tdevries@suse.de>
972
973 * gdb.base/check-psymtab.c: New test.
974 * gdb.base/check-psymtab.exp: New file.
975
976 2020-04-06 Tom Tromey <tromey@adacore.com>
977
978 * gdb.ada/variant-record/proc.adb: New file.
979 * gdb.ada/variant-record/value.adb: New file.
980 * gdb.ada/variant-record/value.s: New file.
981 * gdb.ada/variant-record.exp: New file.
982
983 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
984
985 PR gdb/25325
986 * gdb.cp/typed-enum.cc: New test.
987 * gdb.cp/typed-enum.exp: New file.
988
989 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
990
991 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
992 * gdb.dwarf2/dw2-inline-small-func.c: New file.
993 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
994 * gdb.dwarf2/dw2-inline-small-func.h: New file.
995 * gdb.opt/inline-small-func.c: New file.
996 * gdb.opt/inline-small-func.exp: New file.
997 * gdb.opt/inline-small-func.h: New file.
998
999 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1000
1001 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1002 function.
1003
1004 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1005
1006 * lib/dwarf.exp (function_range): Allow compiler options to be
1007 specified.
1008
1009 2020-04-02 Tom de Vries <tdevries@suse.de>
1010
1011 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1012 __attribute__((always_inline)).
1013 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1014
1015 2020-04-02 Tom de Vries <tdevries@suse.de>
1016
1017 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1018 (gdbserver_gdb_exit): ... here. Add timeout warning.
1019 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1020 (connect_target_extended_remote): Append new server_spawn_id to
1021 server_spawn_ids.
1022 (cleanup): New proc.
1023 (setup, <toplevel>): Call cleanup.
1024
1025 2020-04-02 Tom de Vries <tdevries@suse.de>
1026
1027 * gdb.base/main-psymtab.exp: New file.
1028
1029 2020-04-02 Tom de Vries <tdevries@suse.de>
1030
1031 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1032
1033 2020-04-01 Tom Tromey <tom@tromey.com>
1034
1035 * gdb.base/complex-parts.exp: Add type tests.
1036
1037 2020-04-01 Tom Tromey <tom@tromey.com>
1038
1039 * gdb.base/complex-parts.exp: Add arithmetic tests.
1040
1041 2020-04-01 Tom Tromey <tom@tromey.com>
1042
1043 * gdb.compile/compile.exp: Update.
1044 * gdb.compile/compile-cplus.exp: Update.
1045 * gdb.base/varargs.exp: Update.
1046 * gdb.base/floatn.exp: Update.
1047 * gdb.base/endianity.exp: Update.
1048 * gdb.base/callfuncs.exp (do_function_calls): Update.
1049 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1050 (complex_float_integral_args): Update.
1051 * gdb.base/complex.exp: Update.
1052 * gdb.base/complex-parts.exp: Update.
1053
1054 2020-04-01 Tom Tromey <tromey@adacore.com>
1055
1056 * gdb.rust/union.rs: New file.
1057 * gdb.rust/union.exp: New file.
1058 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1059 (main): Update.
1060 * gdb.rust/simple.exp: Move union tests to union.exp.
1061
1062 2020-04-01 Tom Tromey <tromey@adacore.com>
1063
1064 * gdb.rust/simple.rs (main): Remove "y0".
1065
1066 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1067
1068 * gdb.multi/stop-all-on-exit.c: New test.
1069 * gdb.multi/stop-all-on-exit.exp: New file.
1070
1071 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
1072
1073 PR gdb/24789
1074 * gdb.cp/misc.cc: Add integer reference variable.
1075 * gdb.cp/misc.exp: Add test.
1076
1077 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1078
1079 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1080 scenario to cover execution until the end and also the case
1081
1082 2020-03-31 Tom de Vries <tdevries@suse.de>
1083
1084 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1085 c. Use "maint info symtabs" to check symtab expansion.
1086
1087 2020-03-30 Tom de Vries <tdevries@suse.de>
1088
1089 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1090 unsupported.
1091 (verify_psymtab_expanded): Move ...
1092 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1093 test.
1094 (readnow): New proc.
1095
1096 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1097
1098 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1099 with $hex.
1100
1101 2020-03-20 Tom Tromey <tromey@adacore.com>
1102
1103 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1104
1105 2020-03-20 Tom Tromey <tromey@adacore.com>
1106
1107 * gdb.ada/sub_variant/subv.adb: New file.
1108 * gdb.ada/sub_variant.exp: New file.
1109
1110 2020-03-20 Tom de Vries <tdevries@suse.de>
1111
1112 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1113 first break fails.
1114 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1115
1116 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1117
1118 * gdb.server/exit-multiple-threads.c: New file.
1119 * gdb.server/exit-multiple-threads.exp: New file.
1120
1121 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1122
1123 * gdb.fortran/mixed-lang-stack.c: New file.
1124 * gdb.fortran/mixed-lang-stack.cpp: New file.
1125 * gdb.fortran/mixed-lang-stack.exp: New file.
1126 * gdb.fortran/mixed-lang-stack.f90: New file.
1127
1128 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1129
1130 * gdb.linespec/cp-completion-aliases.cc: New file.
1131 * gdb.linespec/cp-completion-aliases.exp: New file.
1132
1133 2020-03-19 Tom de Vries <tdevries@suse.de>
1134
1135 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1136 more precise.
1137
1138 2020-03-18 Tom de Vries <tdevries@suse.de>
1139
1140 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1141 * gdb.dwarf2/break-inline-psymtab.c: New test.
1142 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1143
1144 2020-03-16 Tom de Vries <tdevries@suse.de>
1145
1146 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1147 cache_verify and cache_verify_proc.
1148
1149 2020-03-15 Tom de Vries <tdevries@suse.de>
1150
1151 * gdb.server/solib-list.exp: Handle
1152 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1153
1154 2020-03-15 Tom de Vries <tdevries@suse.de>
1155
1156 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1157 objfiles".
1158
1159 2020-03-14 Tom Tromey <tom@tromey.com>
1160
1161 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1162
1163 2020-03-14 Tom de Vries <tdevries@suse.de>
1164
1165 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1166
1167 2020-03-14 Tom de Vries <tdevries@suse.de>
1168
1169 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1170 result in line-by-line fashion.
1171
1172 2020-03-14 Tom de Vries <tdevries@suse.de>
1173
1174 * lib/gdb.exp (supports_statement_frontiers): New proc.
1175 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1176
1177 2020-03-14 Tom de Vries <tdevries@suse.de>
1178
1179 * gdb.base/printcmds.exp: Add missing quoting for "print
1180 teststring2".
1181
1182 2020-03-13 Tom Tromey <tom@tromey.com>
1183
1184 * gdb.base/printcmds.exp (test_print_strings): Add regression
1185 test.
1186 * gdb.base/printcmds.c (charptr): New typedef.
1187 (teststring2): New global.
1188
1189 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1190
1191 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1192 full path in the test name.
1193 (test_ld): Add some with_test_prefix blocks to make test names
1194 unique.
1195
1196 2020-03-13 Tom de Vries <tdevries@suse.de>
1197
1198 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1199
1200 2020-03-13 Tom de Vries <tdevries@suse.de>
1201
1202 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1203
1204 2020-03-13 Tom de Vries <tdevries@suse.de>
1205
1206 PR symtab/25646
1207 * gdb.dwarf2/imported-unit.exp: Add test.
1208
1209 2020-03-13 Tom de Vries <tdevries@suse.de>
1210
1211 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1212 (var1, var2): New variable.
1213 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1214 matching symbols.
1215
1216 2020-03-13 Tom de Vries <tdevries@suse.de>
1217
1218 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1219 (Term::command): Use prompt prefix.
1220 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1221 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1222 command_no_prompt_prefix instead of prefix.
1223 * gdb.tui/tui-layout-asm.exp: Same.
1224
1225 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1226
1227 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1228
1229 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1230
1231 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1232 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1233 on" while stepping over the test instruction, match printed
1234 message.
1235
1236 2020-03-12 Tom de Vries <tdevries@suse.de>
1237
1238 * gdb.base/info-types.exp: Use exp_continue during matching of output
1239 of "info types".
1240
1241 2020-03-12 Tom de Vries <tdevries@suse.de>
1242
1243 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1244
1245 2020-03-12 Tom de Vries <tdevries@suse.de>
1246
1247 * gdb.fortran/module.exp: Use exp_continue during matching of output
1248 of "info variable -n".
1249
1250 2020-03-12 Tom de Vries <tdevries@suse.de>
1251
1252 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1253 gdb.dwarf2/dw2-ranges-base.c.
1254
1255 2020-03-12 Tom de Vries <tdevries@suse.de>
1256
1257 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1258 in presence of GLIBC debuginfo.
1259
1260 2020-03-12 Tom de Vries <tdevries@suse.de>
1261
1262 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1263 $core.
1264
1265 2020-03-12 Tom de Vries <tdevries@suse.de>
1266
1267 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1268 more precise.
1269
1270 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
1271
1272 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1273 from Unix to Windows path.
1274
1275 2020-03-11 Tom de Vries <tdevries@suse.de>
1276
1277 * gdb.ada/minsyms.exp: Set language to ada.
1278
1279 2020-03-11 Tom de Vries <tdevries@suse.de>
1280
1281 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1282
1283 2020-03-11 Tom de Vries <tdevries@suse.de>
1284
1285 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1286
1287 2020-03-11 Tom Tromey <tromey@adacore.com>
1288
1289 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1290
1291 2020-03-11 Tom de Vries <tdevries@suse.de>
1292
1293 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1294
1295 2020-03-11 Tom de Vries <tdevries@suse.de>
1296
1297 * gdb.base/break-interp.exp: Limit verbose scope.
1298
1299 2020-03-11 Tom de Vries <tdevries@suse.de>
1300
1301 * gdb.fortran/logical.f90: Define variable with character type.
1302 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1303
1304 2020-03-11 Tom de Vries <tdevries@suse.de>
1305
1306 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1307
1308 2020-03-11 Tom de Vries <tdevries@suse.de>
1309
1310 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1311 symtabs.
1312
1313 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1314 Bernd Edlinger <bernd.edlinger@hotmail.de>
1315
1316 * gdb.cp/step-and-next-inline.cc: New file.
1317 * gdb.cp/step-and-next-inline.exp: New file.
1318 * gdb.cp/step-and-next-inline.h: New file.
1319 * gdb.dwarf2/dw2-is-stmt.c: New file.
1320 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1321 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1322 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1323 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1324
1325 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1326
1327 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1328 is-stmt flag in the line table.
1329
1330 2020-03-09 Tom de Vries <tdevries@suse.de>
1331
1332 * lib/gdb.exp (cached_file): Create cache dir.
1333
1334 2020-03-07 Tom de Vries <tdevries@suse.de>
1335
1336 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1337 * gdb.cp/rvalue-ref-params.exp: Same.
1338
1339 2020-03-06 Tom de Vries <tdevries@suse.de>
1340
1341 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1342 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1343
1344 2020-03-06 Tom de Vries <tdevries@suse.de>
1345
1346 * README: Fix "the the".
1347 * gdb.base/dprintf.exp: Same.
1348
1349 2020-03-05 Tom de Vries <tdevries@suse.de>
1350
1351 * gdb.base/maint.exp: Update "main print statistics" expected output.
1352
1353 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1354
1355 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1356 (fortran_int8): Likewise.
1357 (fortran_real4): Likewise.
1358 (fortran_real8): Likewise.
1359 (fortran_complex4): Likewise.
1360 (fortran_logical4): Likewise.
1361 (fortran_character1): Likewise.
1362
1363 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1364
1365 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1366 printed as true.
1367
1368 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1369
1370 * gdb.base/printcmds.exp: Add test to verify printf of a
1371 variable holding an address.
1372
1373 2020-03-03 Tom de Vries <tdevries@suse.de>
1374
1375 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1376
1377 2020-03-03 Tom de Vries <tdevries@suse.de>
1378
1379 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1380 gdb_test_multiple call.
1381
1382 2020-03-03 Tom de Vries <tdevries@suse.de>
1383
1384 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1385 gdb_test_multiple calls.
1386
1387 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1388
1389 * gdb.base/default.exp: Remove test of 'set history filename'.
1390 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1391 filename to the empty string.
1392 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1393 and GDBHISTSIZE.
1394
1395 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1396
1397 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1398 disabled.
1399
1400 2020-03-02 Pedro Alves <palves@redhat.com>
1401 Tom de Vries <tdevries@suse.de>
1402
1403 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1404 -prompt prefix, before user_code argument. Add -lbl option likewise.
1405 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1406 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1407 argument.
1408 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1409 have "\r\n" at start-of-line, instead of at end-of-line.
1410
1411 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
1412
1413 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1414 libinproctrace.so.
1415
1416 2020-02-28 Luis Machado <luis.machado@linaro.org>
1417
1418 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1419 to "p/x".
1420
1421 2020-02-28 Luis Machado <luis.machado@linaro.org>
1422
1423 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1424 asm/ptrace.h and error.h.
1425
1426 2020-02-28 Tom de Vries <tdevries@suse.de>
1427
1428 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1429 (struct wrapper, do_something, mundane/symada__cS): Move ...
1430 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1431 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1432 Update "print symada__cS before partial symtab expansion" regexp.
1433 Update breakpoint location. Flush symbol cache after expansion.
1434
1435 2020-02-28 Luis Machado <luis.machado@linaro.org>
1436
1437 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1438
1439 2020-02-27 Tom de Vries <tdevries@suse.de>
1440
1441 * config/sid.exp: Remove unused globals.
1442 * gdb.base/attach.exp: Same.
1443 * gdb.base/catch-load.exp: Same.
1444 * gdb.base/dbx.exp: Same.
1445 * lib/gdb.exp: Same.
1446 * lib/mi-support.exp: Same.
1447 * lib/prompt.exp: Same.
1448
1449 2020-02-27 Tom de Vries <tdevries@suse.de>
1450
1451 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1452 not set.
1453
1454 2020-02-26 Aaron Merey <amerey@redhat.com>
1455
1456 * gdb.debuginfod: New directory for debuginfod tests.
1457 * gdb.debuginfod/main.c: New test file.
1458 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1459
1460 2020-02-26 Tom de Vries <tdevries@suse.de>
1461
1462 PR gdb/25603
1463 * gdb.base/persistent-lang.cc: New test.
1464 * gdb.base/persistent-lang.exp: New file.
1465
1466 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1467
1468 * gdb.fortran/derived-type-striding.exp: Add a new test.
1469 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1470 new test.
1471
1472 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1473
1474 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1475 names.
1476
1477 2020-02-25 Tom de Vries <tdevries@suse.de>
1478
1479 PR go/18926
1480 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1481
1482 2020-02-24 Tom de Vries <tdevries@suse.de>
1483
1484 PR gdb/25592
1485 * gdb.base/info-locals-unused-static-var.c: New test.
1486 * gdb.base/info-locals-unused-static-var.exp: New file.
1487
1488 2020-02-22 Tom Tromey <tom@tromey.com>
1489
1490 * gdb.python/tui-window.exp: New file.
1491 * gdb.python/tui-window.py: New file.
1492
1493 2020-02-22 Tom Tromey <tom@tromey.com>
1494
1495 PR tui/17850:
1496 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1497 tests.
1498
1499 2020-02-22 Tom Tromey <tom@tromey.com>
1500
1501 * gdb.tui/new-layout.exp: Add sub-layout tests.
1502
1503 2020-02-22 Tom Tromey <tom@tromey.com>
1504
1505 * gdb.tui/new-layout.exp: New file.
1506
1507 2020-02-22 Tom Tromey <tom@tromey.com>
1508
1509 * gdb.rust/rust-style.rs: New file.
1510 * gdb.rust/rust-style.exp: New file.
1511 * gdb.base/style.exp: Test structure printing.
1512 * gdb.base/style.c (struct some_struct): New type.
1513 (enum etype): New type.
1514 (struct_value): New global.
1515
1516 2020-02-21 Tom de Vries <tdevries@suse.de>
1517
1518 PR go/18926
1519 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1520 Remove blanket xfails. Use message argument for gdb_breakpoint.
1521 Make continuing to breakpoint test conditional on setting breakpoint.
1522 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1523 DW_AT_name attribute. Add xfail for GCC PR93866.
1524
1525 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1526
1527 * gdb.dwarf2/cpp-linkage-name.c: New file.
1528 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1529
1530 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
1531
1532 * lib/gdb.exp (gdb_wrapper_init): Reset
1533 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1534 not exist.
1535
1536 2020-02-20 Tom de Vries <tdevries@suse.de>
1537
1538 PR go/17018
1539 * gdb.go/hello.exp: Copy ...
1540 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1541 print of st to print value of global definition. Add xfail for GCC
1542 PR93844.
1543 * gdb.go/hello.exp: Remove printing of st before definition.
1544 * gdb.go/hello.go: Copy ...
1545 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1546 to st.
1547 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1548
1549 2020-02-20 Tom de Vries <tdevries@suse.de>
1550
1551 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1552 (gdb_simple_compile): Handle compile_flags go by using .go extension
1553 for source file.
1554 * gdb.go/chan.exp: Use support_go_compile.
1555 * gdb.go/handcall.exp: Same.
1556 * gdb.go/hello.exp: Same.
1557 * gdb.go/integers.exp: Same.
1558 * gdb.go/max-depth.exp: Same.
1559 * gdb.go/methods.exp: Same.
1560 * gdb.go/package.exp: Same.
1561 * gdb.go/strings.exp: Same.
1562 * gdb.go/types.exp: Same.
1563 * gdb.go/unsafe.exp: Same.
1564
1565 2020-02-19 Tom de Vries <tdevries@suse.de>
1566
1567 * gdb.python/lib-types.exp: Make xfail more strict.
1568
1569 2020-02-19 Tom de Vries <tdevries@suse.de>
1570
1571 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1572
1573 2020-02-19 Doug Evans <dje@google.com>
1574
1575 PR rust/25535
1576 * gdb.rust/simple.exp: Add test.
1577 * gdb.rust/simple.rs: Add test.
1578
1579 2020-02-19 Tom de Vries <tdevries@suse.de>
1580
1581 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1582 output line-by-line.
1583
1584 2020-02-19 Tom de Vries <tdevries@suse.de>
1585
1586 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1587
1588 2020-02-19 Tom de Vries <tdevries@suse.de>
1589
1590 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1591 prelink.
1592
1593 2020-02-19 Tom de Vries <tdevries@suse.de>
1594
1595 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1596 (gdb_do_cache): Use gdb_do_cache_wrap.
1597 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1598
1599 2020-02-19 Tom de Vries <tdevries@suse.de>
1600
1601 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1602 gdb_compile option.
1603
1604 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1605
1606 * gdb.base/printcmds.exp (test_print_enums): Update expected
1607 output.
1608
1609 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1610
1611 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1612 for "unknown".
1613
1614 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1615
1616 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1617 enumerator.
1618
1619 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1620
1621 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1622 FE_, add FE_NONE.
1623 (three): Update.
1624 (enum flag_enum_without_zero): New enum.
1625 (flag_enum_without_zero): New variable.
1626 (enum not_flag_enum): New enum.
1627 (three_not_flag): New variable.
1628 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1629 (test_print_enums): Add more tests for printing flag enums.
1630
1631 2020-02-18 Tom de Vries <tdevries@suse.de>
1632
1633 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1634 (gdb_compile_ada): ... here.
1635 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1636 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1637
1638 2020-02-14 Tom Tromey <tom@tromey.com>
1639
1640 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1641 build directory.
1642 * boards/gdbserver-base.exp: Update path to gdbserver.
1643
1644 2020-02-13 Tom de Vries <tdevries@suse.de>
1645
1646 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1647
1648 2020-02-13 Tom de Vries <tdevries@suse.de>
1649
1650 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1651 are missing.
1652
1653 2020-02-13 Tom de Vries <tdevries@suse.de>
1654
1655 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1656 call.
1657
1658 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1659
1660 PR tui/25126
1661 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1662 * gdb.base/cached-source-file.c: New file.
1663 * gdb.base/cached-source-file.exp: New file.
1664
1665 2020-02-11 Tom de Vries <tdevries@suse.de>
1666
1667 PR testsuite/25488
1668 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1669
1670 2020-02-10 Tom de Vries <tdevries@suse.de>
1671
1672 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1673
1674 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
1675
1676 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1677 and $after_addr are both integers before making a comparison.
1678
1679 2020-02-09 Tom de Vries <tdevries@suse.de>
1680
1681 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1682 command output and paste it into gdb.log. If any, paste catch message
1683 to gdb.log.
1684
1685 2020-02-07 Tom Tromey <tromey@adacore.com>
1686
1687 PR breakpoints/24915:
1688 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1689
1690 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
1691
1692 * gdb.tui/tui-missing-src.exp: Add the "missing source
1693 file" test for the TUI.
1694
1695 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1696
1697 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1698 including a port number in the output.
1699
1700 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1701
1702 * lib/fortran.exp (fortran_int4): Handle clang.
1703 (fortran_int8): Likewise.
1704 (fortran_real4): Likewise.
1705 (fortran_real8): Likewise.
1706 (fortran_complex4): Likewise.
1707 (fortran_logical4): Likewise.
1708 (fortran_character1): Likewise.
1709
1710 2020-02-04 Tom de Vries <tdevries@suse.de>
1711
1712 * README (Race detection): Add note.
1713
1714 2020-02-04 Tom de Vries <tdevries@suse.de>
1715
1716 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1717
1718 2020-02-04 Tom de Vries <tdevries@suse.de>
1719
1720 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1721
1722 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1723
1724 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1725 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1726 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1727 blttar, bnetarl.
1728 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1729 binary for blttar, bnetarl.
1730 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1731 wait instruction. Delete ldmx test.
1732 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1733
1734 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1735
1736 * gdb.fortran/array-bounds-high.exp: New file.
1737 * gdb.fortran/array-bounds-high.f90: New file.
1738
1739 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1740
1741 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1742 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1743
1744 2020-02-01 Tom de Vries <tdevries@suse.de>
1745
1746 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1747
1748 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1749
1750 PR tui/9765
1751 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1752 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1753
1754 2020-01-29 Luis Machado <luis.machado@linaro.org>
1755
1756 * gdb.arch/aarch64-brk-patterns.c: New source file.
1757 * gdb.arch/aarch64-brk-patterns.exp: New test.
1758
1759 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1760
1761 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1762 GCC/Clang version.
1763 * gdb.cp/pass-by-ref.exp: Ditto.
1764
1765 2020-01-29 Tom de Vries <tdevries@suse.de>
1766
1767 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1768 * gdb.threads/watchpoint-fork-mt.c: Same.
1769 * gdb.threads/watchpoint-fork-parent.c: Same.
1770 * gdb.threads/watchpoint-fork-st.c: Same.
1771 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1772
1773 2020-01-27 Luis Machado <luis.machado@linaro.org>
1774
1775 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1776 sitting at a syscall instruction when we hit the syscall function's
1777 breakpoint.
1778 Check PC against one obtained with the x command.
1779 Validate syscall number.
1780 (step_over_syscall): Don't continue to the syscall instruction if
1781 we're already there.
1782
1783 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1784
1785 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1786
1787 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1788
1789 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1790 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1791
1792 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1793
1794 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1795 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1796
1797 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1798
1799 * gdb.base/maint.exp: Update line table parsing test.
1800 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1801
1802 2020-01-24 Pedro Alves <palves@redhat.com>
1803
1804 PR gdb/25410
1805 * gdb.multi/multi-re-run-1.c: New.
1806 * gdb.multi/multi-re-run-2.c: New.
1807 * gdb.multi/multi-re-run.exp: New.
1808
1809 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1810
1811 PR gdb/23718
1812 * gdb.server/server-kill-python.exp: New file.
1813
1814 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1815
1816 * gdb.server/multi-ui-errors.c: New file.
1817 * gdb.server/multi-ui-errors.exp: New file.
1818
1819 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1820
1821 PR tui/9765
1822 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1823
1824 2020-01-19 Tom Tromey <tom@tromey.com>
1825
1826 * gdb.tui/main.exp: Add check for plain "file".
1827
1828 2020-01-16 Christian Biesinger <cbiesinger@google.com>
1829
1830 * lib/gdb.exp: Fix spelling error (seperatelly).
1831
1832 2020-01-14 Tom Tromey <tom@tromey.com>
1833
1834 PR symtab/12535:
1835 * gdb.python/python.exp: Test decode_line with empty string
1836 argument.
1837
1838 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1839
1840 * gdb.base/skip-inline.exp: Extend test.
1841
1842 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1843
1844 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1845 * gdb.dwarf2/dw2-bad-elf.c: New file.
1846 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1847
1848 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1849
1850 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1851 _line_saw_file.
1852
1853 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1854
1855 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1856 border.
1857
1858 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1859
1860 * gdb.multi/multi-target.exp (setup): Factor out "info
1861 connections" and "info inferiors" tests to ...
1862 (test_info_inferiors): ... this new procedure.
1863 (top level): Run new "info-inferiors" tests.
1864
1865 2020-01-10 Pedro Alves <palves@redhat.com>
1866
1867 * gdb.server/bkpt-other-inferior.exp: New file.
1868
1869 2020-01-10 Pedro Alves <palves@redhat.com>
1870
1871 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1872 of "add-inferior".
1873 * gdb.base/quit-live.exp: Likewise.
1874 * gdb.base/remote-exec-file.exp: Likewise.
1875 * gdb.guile/scm-progspace.exp: Likewise.
1876 * gdb.linespec/linespec.exp: Likewise.
1877 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1878 * gdb.mi/user-selected-context-sync.exp: Likewise.
1879 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1880 "info inferiors" tests.
1881 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1882 "add-inferior".
1883 * gdb.multi/watchpoint-multi.exp: Likewise.
1884 * gdb.python/py-inferior.exp: Likewise.
1885 * gdb.server/extended-remote-restart.exp: Likewise.
1886 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1887 "info inferiors".
1888 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1889 * gdb.trace/report.exp: Likewise.
1890
1891 2020-01-10 Pedro Alves <palves@redhat.com>
1892
1893 * gdb.multi/multi-target.c: New file.
1894 * gdb.multi/multi-target.exp: New file.
1895 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1896 mode requested, but remote does not support non-stop".
1897
1898 2020-01-10 Pedro Alves <palves@redhat.com>
1899
1900 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1901 disconnect before reconnecting.
1902
1903 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1904 Pedro Alves <palves@redhat.com>
1905
1906 * gdb.server/connect-without-multi-process.exp: Also test
1907 continuing to end.
1908
1909 2020-01-10 Pedro Alves <palves@redhat.com>
1910
1911 * gdb.base/remote-exec-file.exp: New file.
1912
1913 2020-01-10 Pedro Alves <palves@redhat.com>
1914
1915 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1916 output.
1917 * gdb.threads/async.c: New.
1918 * gdb.threads/async.exp: New.
1919 * gdb.multi/tids-gid-reset.c: New.
1920 * gdb.multi/tids-gid-reset.exp: New.
1921
1922 2020-01-10 George Barrett <bob@bob131.so>
1923
1924 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1925 to help in finding the image relocation offset.
1926 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1927 options in arguments.
1928 (stap_test_no_debuginfo): Likewise.
1929 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1930 test variants.
1931 (stap_test): Add null semaphore relocation test.
1932
1933 2020-01-10 George Barrett <bob@bob131.so>
1934
1935 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1936 * gdb.base/stap-probe.exp: Likewise.
1937 (stap_test): Pass argument as an additional flag.
1938 (stap_test_no_debuginfo): Likewise.
1939 (stap_test): Check `info probes stap' output for semaphore
1940 addresses if the test binary is supposed to have them.
1941
1942 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1943
1944 * gdb.tui/basic.exp: Add more scrolling tests.
1945
1946 2020-01-09 Tom Tromey <tom@tromey.com>
1947
1948 PR tui/18932:
1949 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1950 meangingful value.
1951 (Term::command, Term::resize): Update.
1952 * gdb.tui/basic.exp: Add scrolling test.
1953
1954 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1955
1956 * gdb.tui/tui-layout-asm.exp: New file.
1957
1958 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1959
1960 * lib/tuiterm.exp (Term::check_box_contents): New proc.
1961
1962 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1963
1964 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
1965 (Term::enter_tui): Use Term::prepare_for_tui.
1966
1967 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1968
1969 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
1970 called.
1971
1972 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1973
1974 * gdb.base/skip.exp: Fix race condition in test.
1975
1976 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1977
1978 * gdb.base/backtrace.c: New file.
1979 * gdb.base/backtrace.exp: New file.
1980
1981 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
1982
1983 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
1984
1985 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1986
1987 * gdb.base/style.exp: Test that warnings are styled.
1988
1989 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
1990
1991 * gdb.base/line65535.exp: New file.
1992 * gdb.base/line65535.c: New file.
1993
1994 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
1995
1996 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
1997 * lib/gnat_debug_info_test.adb: New file.
1998 * gdb.ada/ptype_tagged_param.exp: Use
1999 gnat_runtime_has_debug_info, expect a different output if
2000 runtime does not have debug info.
2001
2002 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2003
2004 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2005 (another) quote in test name.
2006
2007 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2008
2009 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2010 Add quote in test name.
2011
2012 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2013
2014 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2015 directory instead.
2016 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2017 * gdb.cp/pass-by-ref-2.cc: New file.
2018 * gdb.cp/pass-by-ref-2.exp: New file.
2019
2020 2019-12-20 Tom Tromey <tom@tromey.com>
2021
2022 * gdb.tui/list-before.exp: New file.
2023
2024 2019-12-20 Tom Tromey <tom@tromey.com>
2025
2026 * gdb.tui/list.exp: Check for source on initial listing.
2027
2028 2019-12-11 Tom Tromey <tromey@adacore.com>
2029
2030 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2031 Add crlf test.
2032
2033 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
2034
2035 * gdb.base/default.exp: Update value of $_gdb_major.
2036
2037 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2038
2039 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2040
2041 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2042
2043 * gdb.base/skip.exp: Whitespace fix.
2044
2045 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2046
2047 * gdb.base/skip-inline.c: New file.
2048 * gdb.base/skip-inline.exp: New file.
2049
2050 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2051
2052 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2053 jit_function_00 to jit_function_stack_mangle.
2054 * gdb.base/jithost.c (jit_function_t): Rename to...
2055 (jit_function_stack_mangle_t): ... this.
2056 (jit_function_add_t): New typedef.
2057 (jit_function_00_code): Rename to...
2058 (jit_function_stack_mangle_code): ... this, make static.
2059 (jit_function_add_code): New.
2060 (main): Generate "add" function and call it. Adjust to changes
2061 in jithost_abi.
2062 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2063 (struct jithost_abi) <begin, end>: Remove fields.
2064 <object, function_stack_mangle, function_add>: New fields.
2065 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2066 code_end>: Remove fields.
2067 <func_stack_mangle>: New field.
2068 (read_debug_info): Adjust to renaming, create block for "add"
2069 function.
2070 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2071
2072 2019-12-11 Tom Tromey <tom@tromey.com>
2073
2074 * gdb.tui/resize.exp: Fix regexp.
2075 * gdb.tui/regs.exp: Fix regexps.
2076 * gdb.tui/main.exp: Fix regexp.
2077
2078 2019-12-11 Tom Tromey <tom@tromey.com>
2079
2080 * gdb.tui/resize.exp: Update.
2081 * gdb.tui/empty.exp (layouts): Update.
2082
2083 2019-12-11 Tom Tromey <tom@tromey.com>
2084
2085 * gdb.tui/regs.exp: Update.
2086 * gdb.tui/empty.exp (layouts): Update.
2087 * gdb.tui/basic.exp: Update.
2088 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2089
2090 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2091
2092 * gdb.base/options.exp: Add -raw-values in the print completion list.
2093 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2094
2095 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2096
2097 * gdb.threads/omp-par-scope.c: New file.
2098 * gdb/threads/omp-par-scope.exp: New file.
2099
2100 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2101
2102 * lib/gdb.exp (support_nested_function_tests): New proc.
2103
2104 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2105
2106 * lib/gdb.exp (gdb_compile_openmp): New proc.
2107 (build_executable_from_specs): Add an "openmp" option.
2108 (gdb_compile_pthreads): Add non-executable case.
2109
2110 2019-12-10 Tom Tromey <tromey@adacore.com>
2111
2112 * gdb.ada/unchecked_union.exp: New file.
2113 * gdb.ada/unchecked_union/pck.adb: New file.
2114 * gdb.ada/unchecked_union/pck.ads: New file.
2115 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2116 * gdb-utils.exp (string_to_regexp): Also quote "?".
2117
2118 2019-12-10 George Barrett <bob@bob131.so>
2119
2120 Test scripted probe breakpoints.
2121 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2122 * gdb.python/py-breakpoint.c (main): Likewise.
2123 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2124 specifier test.
2125 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2126
2127 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2128
2129 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2130 an rvalue parameter.
2131 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2132 parameter.
2133
2134 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2135
2136 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2137 modules.
2138
2139 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2140
2141 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2142 broken version of GCC.
2143
2144 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2145
2146 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2147 sym-info-cmds library.
2148 * gdb.fortran/info-types.exp: Likewise.
2149 * lib/sym-info-cmds.exp: New file.
2150
2151 2019-12-08 Tom de Vries <tdevries@suse.de>
2152
2153 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2154
2155 2019-12-07 Keith Seitz <keiths@redhat.com>
2156
2157 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2158 * gdb.base/corefile-buildid-shlib.c: New file.
2159 * gdb.base/corefile-buildid.c: New file.
2160 * gdb.base/corefile-buildid.exp: New file.
2161
2162 2019-12-06 Tom de Vries <tdevries@suse.de>
2163
2164 * gdb.dwarf2/varval.exp: Add decl before def test.
2165
2166 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2167
2168 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2169
2170 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2171
2172 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2173 CV and reference conversion for overload resolution.
2174 * gdb.cp/rvalue-ref-overload.exp: Test it.
2175
2176 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2177
2178 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2179 * gdb.base/frameapply.exp: Test faas without command.
2180
2181 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2182
2183 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2184 Fortran tests.
2185 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2186 order.
2187
2188 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2189
2190 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2191 casting to type with no kind specified.
2192 (test_basic_parsing_of_type_kinds): Additional tests for types
2193 with no kind specified, and add tests for single/double
2194 precision/complex types.
2195
2196 2019-12-04 Tom Tromey <tromey@adacore.com>
2197
2198 * gdb.base/endianity.c (struct other) <x>: New field.
2199 (main): Initialize it.
2200 * gdb.base/endianity.exp: Update.
2201
2202 2019-12-04 Tom Tromey <tromey@adacore.com>
2203
2204 * gdb.ada/scalar_storage/storage.adb: New file.
2205 * gdb.ada/scalar_storage/pck.adb: New file.
2206 * gdb.ada/scalar_storage/pck.ads: New file.
2207 * gdb.ada/scalar_storage.exp: New file.
2208
2209 2019-12-04 Tom Tromey <tromey@adacore.com>
2210
2211 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2212 (main): Initialize it.
2213 * gdb.base/endianity.exp: Update.
2214
2215 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2216
2217 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2218
2219 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2220
2221 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2222 -symbol-info-module-functions and -symbol-info-module-variables.
2223
2224 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2225
2226 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2227
2228 2019-12-01 Richard Bunt <richard.bunt@arm.com>
2229 Andrew Burgess <andrew.burgess@embecosm.com>
2230
2231 * gdb.fortran/derived-type-striding.exp: New file.
2232 * gdb.fortran/derived-type-striding.f90: New file.
2233 * gdb.fortran/array-slices.exp: New file.
2234 * gdb.fortran/array-slices.f90: New file.
2235
2236 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2237
2238 * gdb.base/define.exp: Test . in command names.
2239 * gdb.base/setshow.exp: Update test, as . is now part of
2240 command name.
2241
2242 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2243
2244 * gdb.base/define-prefix.exp: New file.
2245
2246 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2247
2248 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2249 compile.
2250 (skip_btrace_pt_tests): Likewise.
2251
2252 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2253
2254 * gdb.fortran/info-modules.exp: Compile source files in correct
2255 order.
2256
2257 2019-11-27 Kevin Buettner <kevinb@redhat.com>
2258
2259 * gdb.dwarf2/imported-unit.exp: New file.
2260 * gdb.dwarf2/imported-unit.c: New file.
2261
2262 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2263
2264 * gdb.mi/mi-fortran-modules-2.f90: New file.
2265 * gdb.mi/mi-fortran-modules.exp: New file.
2266 * gdb.mi/mi-fortran-modules.f90: New file.
2267
2268 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2269
2270 * gdb.mi/mi-sym-info-1.c: New file.
2271 * gdb.mi/mi-sym-info-2.c: New file.
2272 * gdb.mi/mi-sym-info.exp: New file.
2273
2274 2019-11-22 Tom Tromey <tromey@adacore.com>
2275
2276 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2277 * gdb.ada/tasks/foo.adb: Add another stopping location.
2278
2279 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2280
2281 * gdb.base/endianity.c: New test.
2282 * gdb.base/endianity.exp: New file.
2283
2284 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2285
2286 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2287
2288 2019-11-21 Tom de Vries <tdevries@suse.de>
2289
2290 PR gdb/24956
2291 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2292
2293 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2294
2295 * gdb.python/py-progspace.exp: Add missing parentheses on some
2296 'print' commands.
2297
2298 2019-11-19 Tom Tromey <tom@tromey.com>
2299
2300 * gdb.tui/winheight.exp: New file.
2301
2302 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2303
2304 * gdb.base/ctf-whatis.c: Delete.
2305 * gdb.base/ctf-whatis.exp: Delete.
2306 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2307
2308 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2309
2310 * gdb.base/ctf-cvexpr.exp: Delete.
2311 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2312
2313 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2314
2315 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2316 the compiler. Clean up header comment a little.
2317 * gdb.base/ctf-ptype.exp: Likewise.
2318 * gdb.base/ctf-whatis.exp: Likewise.
2319 * lib/gdb.exp (skip_ctf_tests): New proc.
2320
2321 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2322
2323 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2324 * gdb.tui/corefile-run.exp: New file.
2325
2326 2019-11-14 Tom Tromey <tromey@adacore.com>
2327
2328 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2329 regression tests.
2330
2331 2019-11-12 Tom Tromey <tom@tromey.com>
2332
2333 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2334 after any command. Expect prompt after WAIT_FOR is seen.
2335 (enter_tui): Enable resize messages.
2336 (command): Expect command in output.
2337 (get_line): Avoid error when cursor appears to be off-screen.
2338 (dump_screen): Include screen size in title.
2339 (_do_resize): New proc, from "resize".
2340 (resize): Rewrite. Do resize in two steps.
2341 * gdb.tui/empty.exp (layouts): Fix entries.
2342 (check_boxes): Remove xfail.
2343 (check_text): Dump screen on failure.
2344
2345 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2346
2347 * gdb.python/py-symbol.exp: Add test for
2348 gdb.lookup_static_symbols.
2349
2350 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2351
2352 * gdb.python/py-symbol.c: Declare and call function from new
2353 py-symbol-2.c file.
2354 * gdb.python/py-symbol.exp: Compile both source files, and add new
2355 tests for gdb.lookup_static_symbol.
2356 * gdb.python/py-symbol-2.c: New file.
2357
2358 2019-11-02 Tom de Vries <tdevries@suse.de>
2359
2360 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2361 * gdb.base/anon.exp: Same.
2362 * gdb.base/auto-connect-native-target.exp: Same.
2363 * gdb.base/call-ar-st.exp: Same.
2364 * gdb.base/catch-syscall.exp: Same.
2365 * gdb.base/commands.exp: Same.
2366 * gdb.base/default.exp: Same.
2367 * gdb.base/display.exp: Same.
2368 * gdb.base/float.exp: Same.
2369 * gdb.base/foll-fork.exp: Same.
2370 * gdb.base/help.exp: Same.
2371 * gdb.base/info-macros.exp: Same.
2372 * gdb.base/info-proc.exp: Same.
2373 * gdb.base/info-target.exp: Same.
2374 * gdb.base/long_long.exp: Same.
2375 * gdb.base/macscp.exp: Same.
2376 * gdb.base/memattr.exp: Same.
2377 * gdb.base/nofield.exp: Same.
2378 * gdb.base/pointers.exp: Same.
2379 * gdb.base/printcmds.exp: Same.
2380 * gdb.base/ptype.exp: Same.
2381 * gdb.base/restore.exp: Same.
2382 * gdb.base/return.exp: Same.
2383 * gdb.base/scope.exp: Same.
2384 * gdb.base/set-noassign.exp: Same.
2385 * gdb.base/setshow.exp: Same.
2386 * gdb.base/shlib-call.exp: Same.
2387 * gdb.base/signals.exp: Same.
2388 * gdb.base/sigstep.exp: Same.
2389 * gdb.base/skip.exp: Same.
2390 * gdb.base/solib-symbol.exp: Same.
2391 * gdb.base/stap-probe.exp: Same.
2392 * gdb.base/step-line.exp: Same.
2393 * gdb.base/step-test.exp: Same.
2394 * gdb.base/style.exp: Same.
2395 * gdb.base/varargs.exp: Same.
2396 * gdb.base/vla-datatypes.exp: Same.
2397 * gdb.base/vla-ptr.exp: Same.
2398 * gdb.base/vla-sideeffect.exp: Same.
2399 * gdb.base/volatile.exp: Same.
2400 * gdb.base/watch-cond-infcall.exp: Same.
2401 * gdb.base/watchpoint.exp: Same.
2402
2403 2019-11-02 Tom de Vries <tdevries@suse.de>
2404
2405 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2406 * gdb.cp/cpexprs.exp: Same.
2407 * gdb.cp/except-multi-location.exp: Same.
2408 * gdb.cp/exceptprint.exp: Same.
2409 * gdb.cp/gdb2384.exp: Same.
2410 * gdb.cp/inherit.exp: Same.
2411 * gdb.cp/m-static.exp: Same.
2412 * gdb.cp/meth-typedefs.exp: Same.
2413 * gdb.cp/misc.exp: Same.
2414 * gdb.cp/namespace.exp: Same.
2415 * gdb.cp/non-trivial-retval.exp: Same.
2416 * gdb.cp/overload.exp: Same.
2417 * gdb.cp/pr17132.exp: Same.
2418 * gdb.cp/re-set-overloaded.exp: Same.
2419 * gdb.cp/rvalue-ref-types.exp: Same.
2420 * gdb.cp/templates.exp: Same.
2421
2422 2019-11-01 Luis Machado <luis.machado@linaro.org>
2423
2424 PR gdb/25124
2425
2426 * gdb.arch/pr25124.S: New file.
2427 * gdb.arch/pr25124.exp: New file.
2428
2429 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2430
2431 * gdb.fortran/info-modules.exp: Update expected results, and add
2432 additional tests for 'info module functinos', and 'info module
2433 variables'.
2434 * gdb.fortran/info-types.exp: Update expected results.
2435 * gdb.fortran/info-types.f90: Extend testcase with additional
2436 module variables and functions.
2437
2438 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2439
2440 * gdb.fortran/info-modules.exp: New file.
2441 * gdb.fortran/info-types.exp: Build with new file.
2442 * gdb.fortran/info-types.f90: Include and use new module.
2443 * gdb.fortran/info-types-2.f90: New file.
2444
2445 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2446
2447 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2448 * gdb.base/settings.exp: Test all settings types using
2449 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2450 that now verifies that the value of "maint show" is the same as
2451 returned by the settings functions. Test the type of the
2452 maintenance settings.
2453 * gdb.base/default.exp: Update show_conv_list.
2454
2455 2019-10-31 Tom de Vries <tdevries@suse.de>
2456
2457 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2458 gdb_test.
2459 * gdb.arch/amd64-disp-step.exp: Same.
2460 * gdb.asm/asm-source.exp: Same.
2461 * gdb.btrace/buffer-size.exp: Same.
2462 * gdb.btrace/cpu.exp: Same.
2463 * gdb.btrace/enable.exp: Same.
2464 * gdb.dwarf2/count.exp: Same.
2465 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2466 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2467 * gdb.fortran/vla-datatypes.exp: Same.
2468 * gdb.fortran/vla-history.exp: Same.
2469 * gdb.fortran/vla-ptype.exp: Same.
2470 * gdb.fortran/vla-value.exp: Same.
2471 * gdb.fortran/whatis_type.exp: Same.
2472 * gdb.guile/guile.exp: Same.
2473 * gdb.multi/tids.exp: Same.
2474 * gdb.python/py-finish-breakpoint.exp: Same.
2475 * gdb.python/py-framefilter.exp: Same.
2476 * gdb.python/py-pp-registration.exp: Same.
2477 * gdb.python/py-xmethods.exp: Same.
2478 * gdb.python/python.exp: Same.
2479 * gdb.server/connect-with-no-symbol-file.exp: Same.
2480 * gdb.server/no-thread-db.exp: Same.
2481 * gdb.server/run-without-local-binary.exp: Same.
2482 * gdb.stabs/weird.exp: Same.
2483 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2484 * gdb.threads/thread-find.exp: Same.
2485 * gdb.threads/tls-shared.exp: Same.
2486 * gdb.threads/tls.exp: Same.
2487 * gdb.threads/wp-replication.exp: Same.
2488 * gdb.trace/ax.exp: Same.
2489 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2490
2491 2019-10-31 Tom de Vries <tdevries@suse.de>
2492
2493 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2494 * gdb.ada/array_subscript_addr.exp: Same.
2495 * gdb.ada/arrayidx.exp: Same.
2496 * gdb.ada/arrayparam.exp: Same.
2497 * gdb.ada/arrayptr.exp: Same.
2498 * gdb.ada/boolean_expr.exp: Same.
2499 * gdb.ada/call_pn.exp: Same.
2500 * gdb.ada/complete.exp: Same.
2501 * gdb.ada/fixed_cmp.exp: Same.
2502 * gdb.ada/fun_addr.exp: Same.
2503 * gdb.ada/funcall_param.exp: Same.
2504 * gdb.ada/interface.exp: Same.
2505 * gdb.ada/mod_from_name.exp: Same.
2506 * gdb.ada/null_array.exp: Same.
2507 * gdb.ada/packed_array.exp: Same.
2508 * gdb.ada/packed_tagged.exp: Same.
2509 * gdb.ada/print_chars.exp: Same.
2510 * gdb.ada/print_pc.exp: Same.
2511 * gdb.ada/ptype_arith_binop.exp: Same.
2512 * gdb.ada/ptype_field.exp: Same.
2513 * gdb.ada/ptype_tagged_param.exp: Same.
2514 * gdb.ada/rec_return.exp: Same.
2515 * gdb.ada/ref_tick_size.exp: Same.
2516 * gdb.ada/str_ref_cmp.exp: Same.
2517 * gdb.ada/taft_type.exp: Same.
2518 * gdb.ada/tagged.exp: Same.
2519 * gdb.ada/type_coercion.exp: Same.
2520 * gdb.ada/uninitialized_vars.exp: Same.
2521
2522 2019-10-30 Tom de Vries <tdevries@suse.de>
2523
2524 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2525
2526 2019-10-26 Tom de Vries <tdevries@suse.de>
2527
2528 * gdb.base/bigcore.c: Fix typos in comments.
2529 * gdb.base/ctf-ptype.c: Same.
2530 * gdb.base/long_long.c: Same.
2531 * gdb.dwarf2/dw2-op-out-param.S: Same.
2532 * gdb.python/py-evthreads.c: Same.
2533 * gdb.reverse/i387-stack-reverse.c: Same.
2534 * gdb.trace/tfile.c: Same.
2535 * lib/compiler.c: Same.
2536 * lib/compiler.cc: Same.
2537
2538 2019-10-25 Tom de Vries <tdevries@suse.de>
2539
2540 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2541 gdb_test_multiple calls.
2542 * gdb.reverse/sigall-reverse.exp: Same.
2543 * gdb.reverse/solib-precsave.exp: Same.
2544 * gdb.reverse/solib-reverse.exp: Same.
2545 * gdb.reverse/until-precsave.exp: Same.
2546 * gdb.reverse/until-reverse.exp: Same.
2547
2548 2019-10-24 Tom de Vries <tdevries@suse.de>
2549
2550 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2551 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2552 kfail using -wrap pattern flag and convenience variable
2553 gdb_test_name.
2554
2555 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2556
2557 * gdb.python/py-progspace.exp: Add tests for the
2558 Progspace.block_for_pc method.
2559
2560 2019-10-23 Tom Tromey <tom@tromey.com>
2561
2562 * configure: Rebuild.
2563 * aclocal.m4: Use m4_include, not sinclude.
2564
2565 2019-10-21 Tom de Vries <tdevries@suse.de>
2566
2567 * gdb.base/infcall-nested-structs.c: Add
2568 __attribute__((noinline,noclone)) to all functions.
2569 (call_all): Add missing variable initialization. Simplify return value.
2570 (breakpt): Increment volatile variable, to prevent call from being
2571 optimized out.
2572 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2573
2574 2019-10-17 Tom de Vries <tdevries@suse.de>
2575
2576 * gdb.fortran/module.exp: Allow info variables to print info for files
2577 other than module.f90.
2578
2579 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2580
2581 * gdb.fortran/module.exp: Extend with 'info variables' test.
2582
2583 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2584
2585 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2586 F77_FOR_TARGET.
2587
2588 2019-10-16 Tom de Vries <tdevries@suse.de>
2589
2590 PR tdep/25096
2591 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2592
2593 2019-10-16 Tom de Vries <tdevries@suse.de>
2594
2595 PR tdep/24104
2596 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2597 Add KFAIL for PR tdep/25096.
2598
2599 2019-10-16 Tom de Vries <tdevries@suse.de>
2600
2601 PR testsuite/25059
2602 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2603
2604 2019-10-16 Tom de Vries <tdevries@suse.de>
2605
2606 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2607 as signed.
2608
2609 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2610
2611 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2612 one instead of increasing timeout.
2613
2614 2019-10-13 Tom de Vries <tdevries@suse.de>
2615
2616 PR record/25038
2617 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2618 * gdb.reverse/sigall-reverse.exp: Same.
2619 * gdb.reverse/solib-precsave.exp: Same.
2620 * gdb.reverse/solib-reverse.exp: Same.
2621 * gdb.reverse/step-precsave.exp: Same.
2622 * gdb.reverse/until-precsave.exp: Same.
2623 * gdb.reverse/until-reverse.exp: Same.
2624 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2625
2626 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2627
2628 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2629 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2630 (cmp_struct_05_01, cmp_struct_static_02_01)
2631 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2632 comparisons.
2633
2634 2019-10-10 Tom de Vries <tdevries@suse.de>
2635
2636 PR testsuite/24888
2637 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2638 gnatlink.
2639
2640 2019-10-09 Tom de Vries <tdevries@suse.de>
2641
2642 PR testsuite/25048
2643 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2644
2645 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2646
2647 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2648 exceptions due to missing debug information.
2649
2650 2019-10-07 Tom de Vries <tdevries@suse.de>
2651
2652 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2653
2654 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2655
2656 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2657 * gdb.base/annota1.exp: Update to use gdb_test_name.
2658
2659 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2660
2661 * gdb.base/ctf-whatis.exp: New file.
2662 * gdb.base/ctf-whatis.c: New file.
2663 * gdb.base/ctf-ptype.exp: New file.
2664 * gdb.base/ctf-ptype.c: New file.
2665 * gdb.base/ctf-constvars.exp: New file.
2666 * gdb.base/ctf-constvars.c: New file.
2667 * gdb.base/ctf-cvexpr.exp: New file.
2668
2669 2019-10-04 Tom de Vries <tdevries@suse.de>
2670
2671 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2672 for loop.
2673
2674 2019-10-03 Tom Tromey <tom@tromey.com>
2675
2676 PR rust/24976:
2677 * gdb.rust/simple.rs (Union2): New type.
2678 (main): Use Union2.
2679 * gdb.rust/simple.exp: Add test.
2680
2681 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2682
2683 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2684 nested function prefix.
2685
2686 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2687 Richard Bunt <richard.bunt@arm.com>
2688 Andrew Burgess <andrew.burgess@embecosm.com>
2689
2690 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2691 nested functions.
2692 * gdb.fortran/nested-funcs.f90: Update expected results.
2693 * gdb.fortran/nested-funcs-2.exp: New file.
2694 * gdb.fortran/nested-funcs-2.f90: New file.
2695
2696 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2697
2698 * gdb.python/py-parameter.exp: Make test names unique.
2699 * gdb.python/py-template.exp: Likewise.
2700 * gdb.python/py-value.exp: Likewise.
2701
2702 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2703
2704 * gdb.base/break-interp.exp: Reduce test name duplication.
2705 * gdb.base/call-sc.exp: Likewise.
2706 * gdb.base/callfuncs.exp: Likewise.
2707 * gdb.base/charset.exp: Likewise.
2708 * gdb.base/dump.exp: Likewise.
2709 * gdb.base/ena-dis-br.exp: Likewise.
2710 * gdb.base/relational.exp: Likewise.
2711 * gdb.base/step-over-syscall.exp: Likewise.
2712 * gdb.base/structs.exp: Likewise.
2713
2714 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2715
2716 * gdb.linespec/explicit.exp: Make test names unique.
2717 * gdb.linespec/ls-errs.exp: Likewise.
2718
2719 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2720
2721 * gdb.reverse/break-precsave.exp: Make test names unique.
2722 * gdb.reverse/break-reverse.exp: Likewise.
2723 * gdb.reverse/finish-precsave.exp: Likewise.
2724 * gdb.reverse/finish-reverse.exp: Likewise.
2725 * gdb.reverse/machinestate-precsave.exp: Likewise.
2726 * gdb.reverse/machinestate.exp: Likewise.
2727 * gdb.reverse/readv-reverse.exp: Likewise.
2728 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2729 * gdb.reverse/sigall-precsave.exp: Likewise.
2730 * gdb.reverse/sigall-reverse.exp: Likewise.
2731 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2732 * gdb.reverse/watch-precsave.exp: Likewise.
2733 * gdb.reverse/watch-reverse.exp: Likewise.
2734
2735 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2736
2737 * gdb.threads/stop-with-handle.c: New file.
2738 * gdb.threads/stop-with-handle.exp: New file.
2739
2740 2019-10-03 Tom de Vries <tdevries@suse.de>
2741
2742 PR testsuite/25059
2743 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2744 directory" line to be missing.
2745
2746 2019-10-03 Tom de Vries <tdevries@suse.de>
2747
2748 PR testsuite/25059
2749 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2750 type optional.
2751
2752 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2753
2754 * gdb.python/py-format-string.c (string.h): New include.
2755 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2756 the same value, for endianness-independence.
2757 * gdb.python/py-format-string.exp (default_regexp_dict)
2758 (test_pretty_structs, test_format): Adjust expected output to the
2759 changed initialization.
2760
2761 2019-10-02 Tom Tromey <tromey@adacore.com>
2762
2763 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2764
2765 2019-10-02 Pedro Alves <palves@redhat.com>
2766 Andrew Burgess <andrew.burgess@embecosm.com>
2767
2768 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2769 "print-file-var.h".
2770 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2771 (get_version_1): Print this_version_id and its address.
2772 Add extern "C" wrappers around interface functions.
2773 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2774 "print-file-var.h".
2775 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2776 (get_version_2): Print this_version_id and its address.
2777 Add extern "C" wrappers around interface functions.
2778 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2779 <stddef.h> and "print-file-var.h".
2780 Add extern "C" wrappers around interface functions.
2781 [VERSION_ID_MAIN] (this_version_id): Define.
2782 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2783 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2784 up extern "C" blocks.
2785 * gdb.base/print-file-var.exp (test): New, factored out from top
2786 level.
2787 (top level): Test all combinations of attribute hidden or not,
2788 dlopen or not, and this_version_id symbol in main file or not.
2789 Compile tests as both C++ and C, make test names unique.
2790
2791 2019-10-01 Tom Tromey <tom@tromey.com>
2792
2793 * gdb.base/style.exp: Test "show logging filename".
2794
2795 2019-10-01 Tom Tromey <tom@tromey.com>
2796
2797 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2798 * gdb.base/style.exp: Add metadata style test.
2799
2800 2019-10-01 Tom Tromey <tom@tromey.com>
2801
2802 * gdb.base/style.exp: Test "pwd".
2803
2804 2019-10-01 Tom Tromey <tom@tromey.com>
2805
2806 * gdb.base/style.exp: Update tests.
2807
2808 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2809
2810 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2811 'six' to unsigned.
2812 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2813 'five'. Use an all-ones bit pattern for each.
2814 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2815 to its changed values.
2816
2817 2019-09-30 Tom Tromey <tromey@adacore.com>
2818
2819 * gdb.rust/traits.rs: Disable all warnings.
2820
2821 2019-09-29 Tom de Vries <tdevries@suse.de>
2822
2823 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
2824
2825 2019-09-29 Tom de Vries <tdevries@suse.de>
2826
2827 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2828
2829 2019-09-27 Tom de Vries <tdevries@suse.de>
2830
2831 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2832
2833 2019-09-27 Tom de Vries <tdevries@suse.de>
2834
2835 PR record/23188
2836 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2837
2838 2019-09-26 Tom Tromey <tromey@adacore.com>
2839
2840 * gdb.ada/py_taft.exp: New file.
2841 * gdb.ada/py_taft/main.adb: New file.
2842 * gdb.ada/py_taft/pkg.adb: New file.
2843 * gdb.ada/py_taft/pkg.ads: New file.
2844
2845 2019-09-24 Tom de Vries <tdevries@suse.de>
2846
2847 PR gdb/24598
2848 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2849
2850 2019-09-22 Tom de Vries <tdevries@suse.de>
2851
2852 * gdb.base/restore.exp: Allow register variables to be optimized out at
2853 -O0.
2854
2855 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2856
2857 * gdb.arch/spu-info.exp: Remove file.
2858 * gdb.arch/spu-info.c: Remove file.
2859 * gdb.arch/spu-ls.exp: Remove file.
2860 * gdb.arch/spu-ls.c: Remove file.
2861
2862 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2863 * gdb.asm/spu.inc: Remove file.
2864
2865 * gdb.base/dump.exp: Remove support for spu*-*-*.
2866 * gdb.base/stack-checking.exp: Likewise.
2867 * gdb.base/overlays.exp: Likewise.
2868 * gdb.base/ovlymgr.c: Likewise.
2869 * gdb.base/spu.ld: Remove file.
2870
2871 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2872 * gdb.cp/cpexprs.exp: Likewise.
2873 * gdb.cp/exception.exp: Likewise.
2874 * gdb.cp/gdb2495.exp: Likewise.
2875 * gdb.cp/mb-templates.exp: Likewise.
2876 * gdb.cp/pr9167.exp: Likewise.
2877 * gdb.cp/userdef.exp: Likewise.
2878
2879 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2880
2881 * gdb.cell: Remove directory.
2882 * lib/cell.exp: Remove file.
2883
2884 2019-09-19 Tom de Vries <tdevries@suse.de>
2885
2886 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2887
2888 2019-09-19 Tom de Vries <tdevries@suse.de>
2889
2890 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2891
2892 2019-09-19 Tom de Vries <tdevries@suse.de>
2893
2894 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2895 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2896 (gdb_target_cmd): ... here.
2897 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2898 value 2.
2899
2900 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2901
2902 * gdb.base/source-dir.exp: Avoid having directory names in test
2903 names.
2904
2905 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2906
2907 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2908 directory.
2909
2910 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2911
2912 * gdb.base/list-missing-source.exp: New file.
2913
2914 2019-09-14 Tom de Vries <tdevries@suse.de>
2915
2916 PR teststuite/24599
2917 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2918 * lib/ada.exp (gnatmake_version_at_least): New proc.
2919
2920 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2921
2922 * gdb.base/maint.exp: Use exec_has_index_section.
2923
2924 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2925
2926 * gdb.base/maint.exp: Add test for 'maint info sections'.
2927
2928 2019-09-12 Tom de Vries <tdevries@suse.de>
2929
2930 * gdb.base/store.exp: Allow register variables to be optimized out at
2931 -O0.
2932
2933 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2934
2935 * gdb.ada/rdv_wait.exp: Update to new task names.
2936 * gdb.base/task_switch_in_core.exp: Likewise.
2937 * gdb.base/info_sources_base.c: Likewise.
2938
2939 2019-09-10 Tom Tromey <tromey@adacore.com>
2940
2941 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2942
2943 2019-09-10 Tom Tromey <tromey@adacore.com>
2944
2945 * gdb.ada/dgopt.exp: New file.
2946 * gdb.ada/dgopt/x.adb: New file.
2947
2948 2019-09-08 Tom Tromey <tom@tromey.com>
2949
2950 * gdb.tui/resize.exp: Remove setup_xfail.
2951 * gdb.tui/regs.exp: Remove setup_xfail.
2952 * gdb.tui/basic.exp: Remove setup_xfail.
2953
2954 2019-09-06 David Blaikie <dblaikie@gmail.com>
2955
2956 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
2957 * gdb.cp/cplabel.exp: Ditto.
2958 * gdb.linespec/ls-errs.exp: Ditto.
2959
2960 2019-09-05 Tom de Vries <tdevries@suse.de>
2961
2962 * lib/gdb.exp (cmp_file_string): New proc.
2963 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
2964 runto_main. Verify save breakpoints output.
2965
2966 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2967
2968 * gdb.base/info-var.exp: Test info variables without running
2969 to main, to avoid expect's buffer overflow.
2970
2971 2019-09-03 Tom Tromey <tromey@adacore.com>
2972
2973 * gdb.ada/bias.exp: New file.
2974 * gdb.ada/bias/bias.adb: New file.
2975 * gdb.ada/print_chars.exp: Add regression test.
2976 * gdb.ada/print_chars/foo.adb (My_Character): New type.
2977 (MC): New variable.
2978
2979 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
2980
2981 * gdb.base/argv0-symlink.exp: Run only on native target
2982 and local host.
2983
2984 2019-08-29 Tom de Vries <tdevries@suse.de>
2985
2986 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
2987 diverse debug info.
2988 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
2989
2990 2019-08-28 Tom de Vries <tdevries@suse.de>
2991
2992 * gdb.base/info-var.exp: Allow info variables to print info for files
2993 other than info-var-f1.c and info-var-f2.c.
2994
2995 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2996
2997 * gdb.fortran/info-types.exp: Add module.
2998 * gdb.fortran/info-types.f90: Update expected results.
2999
3000 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3001
3002 * gdb.fortran/info-types.exp: New file.
3003 * gdb.fortran/info-types.f90: New file.
3004 * lib/fortran.exp (fortran_character1): New proc.
3005
3006 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3007
3008 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3009 functions'. Reindent as needed.
3010 * gdb.base/info-var-f1.c: New file.
3011 * gdb.base/info-var-f2.c: New file.
3012 * gdb.base/info-var.exp: New file.
3013 * gdb.base/info-var.h: New file.
3014
3015 2019-08-26 Tom de Vries <tdevries@suse.de>
3016
3017 PR c++/24852
3018 * gdb.cp/no-libstdcxx-probe.exp: New test.
3019
3020 2019-08-26 Tom de Vries <tdevries@suse.de>
3021
3022 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3023 * tests need to be skipped.
3024 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3025 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3026 mi_skip_libstdcxx_probe_tests.
3027
3028 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3029
3030 * gdb.python/py-xmethods.exp: Use raw strings when passing
3031 arguments to SimpleXMethodMatcher.
3032
3033 2019-08-22 Tom de Vries <tdevries@suse.de>
3034
3035 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3036 more informative.
3037
3038 2019-08-21 Pedro Alves <palves@redhat.com>
3039
3040 * gdb.base/with.exp: Test "with" with no arguments.
3041
3042 2019-08-21 Tom de Vries <tdevries@suse.de>
3043
3044 * gdb.base/gdb-caching-proc.exp: Sort files.
3045
3046 2019-08-20 Tom de Vries <tdevries@suse.de>
3047
3048 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3049 compilation.
3050
3051 2019-08-16 Tom de Vries <tdevries@suse.de>
3052
3053 * gdb.base/compare-sections.exp ("after run to main"): Allow
3054 mismatched read-only sections for PIE executables.
3055
3056 2019-08-16 Tom Tromey <tom@tromey.com>
3057
3058 * lib/tuiterm.exp (_csi_Z): New proc.
3059 * gdb.tui/basic.exp: Update window positions.
3060 * gdb.tui/empty.exp: Update window positions.
3061
3062 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3063
3064 * gdb.base/examine-backward.exp: Correct regexp for
3065 "examine 3 bytes backward from ${address_zero}".
3066
3067 2019-08-15 Tom Tromey <tom@tromey.com>
3068
3069 * gdb.tui/empty.exp: Enable resizing tests.
3070
3071 2019-08-15 Tom Tromey <tromey@adacore.com>
3072
3073 * gdb.ada/char_enum.exp: Add regression tests.
3074 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3075 and '0'.
3076 (Char, Gchar): Update.
3077 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3078
3079 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3080
3081 * gdb.python/python.exp: Expect a leading underscore on
3082 GdbOutput{,Error}File.
3083
3084 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3085
3086 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3087 Windows host.
3088
3089 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3090
3091 * gdb.base/batch-preserve-term-settings.exp
3092 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3093
3094 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3095
3096 * lib/gdb.exp: When running on a mingw target, replace
3097 /x/ with x:/.
3098
3099 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3100
3101 * gdb.arch/aarch64-prologue.c: New test.
3102 * gdb.arch/aarch64-prologue.exp: New file.
3103
3104 2019-08-13 Tom de Vries <tdevries@suse.de>
3105
3106 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3107 Thread.
3108
3109 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3110
3111 * gdb.python/py-completion.exp: Download the .py file to the host
3112 and use its host pathname. Conditionalize tests that use
3113 tab completion and manipulate files on the build machine.
3114 * gdb.python/py-events.exp: Download the .py file to the host
3115 and use its host pathname.
3116 * gdb.python/py-evsignal.exp: Likewise.
3117 * gdb.python/py-evthreads.exp: Likewise.
3118 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3119 pathname syntax.
3120 * gdb.python/py-framefilter.exp: Download the .py file to the right
3121 place on the host. Match Windows pathname syntax.
3122 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3123 .py file to the host and use its host pathname.
3124 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3125 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3126 build pathname. Skip symlink test on Windows host. Add missing
3127 newline at end of file.
3128 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3129 and use its host pathname.
3130 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3131 * gdb.python/py-section-script.exp: Use host location of binfile
3132 on safe-path. Use correct path separator on Windows host.
3133 Reorder alternatives in gdb_test_multiple to prevent matching
3134 the wrong alternative on success.
3135 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3136
3137 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3138
3139 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3140 expect the GDB inferior to no longer immediately stop after
3141 being resumed with "signal SIGINT".
3142
3143 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3144
3145 * gdb.linespec/break-ask.exp: Generalize regexps to match
3146 Windows pathnames too.
3147
3148 2019-08-08 Tom de Vries <tdevries@suse.de>
3149
3150 PR testsuite/24862
3151 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3152
3153 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3154
3155 * gdb.base/style.exp: Update tests for help doc new invariants.
3156 * gdb.base/help.exp: Likewise.
3157
3158 2019-08-06 Tom Tromey <tom@tromey.com>
3159
3160 * gdb.base/style.exp: Add disassemble test.
3161 * gdb.base/style.c (some_called_function): New function.
3162 (main): Use it.
3163
3164 2019-08-05 Christian Biesinger <cbiesinger@google.com>
3165
3166 * gdb.python/py-block.exp: Test dictionary access on blocks.
3167
3168 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
3169
3170 PR gdb/24863
3171 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3172 -list-thread-groups --available test when running under
3173 check-read1.
3174
3175 2019-08-05 Tom de Vries <tdevries@suse.de>
3176
3177 PR testsuite/24863
3178 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3179 * gdb.base/help.exp: Use with_read1_timeout_factor.
3180 * gdb.base/info-macros.exp: Same.
3181 * gdb.cp/nested-types.exp: Same.
3182
3183 2019-08-05 Tom de Vries <tdevries@suse.de>
3184
3185 * lib/gdb.exp (version_at_least): Factor out of ...
3186 (tcl_version_at_least): ... here.
3187 (gdb_compile): Fail if pie results in non-PIE executable.
3188 (readelf_version, readelf_prints_pie): New proc.
3189 (exec_is_pie): Return -1 if unknown.
3190
3191 2019-08-05 Tom de Vries <tdevries@suse.de>
3192
3193 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3194
3195 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3196
3197 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3198
3199 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3200
3201 * lib/completion-support.exp (test_gdb_complete_none): Skip
3202 tab completion tests if no readline support.
3203 (test_gdb_complete_unique_re): Likewise.
3204 (test_gdb_complete_multiple): Likewise.
3205
3206 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3207
3208 * gdb.base/info_sources.exp: New file.
3209 * gdb.base/info_sources.c: New file.
3210 * gdb.base/info_sources_base.c: New file.
3211
3212 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3213
3214 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3215 prefix argument.
3216 (test_exit_status): Add prefix argument.
3217
3218 2019-08-01 Tom de Vries <tdevries@suse.de>
3219
3220 PR testsuite/24863
3221 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3222 calling exp_continue for new thread and thread exited messages.
3223
3224 2019-08-01 Tom de Vries <tdevries@suse.de>
3225
3226 PR testsuite/24863
3227 * gdb.base/structs.exp: Fix check-read1 timeout using
3228 gdb_test_sequence.
3229 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3230
3231 2019-08-01 Tom de Vries <tdevries@suse.de>
3232
3233 PR testsuite/24863
3234 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3235 line.
3236
3237 2019-08-01 Tom de Vries <tdevries@suse.de>
3238
3239 PR testsuite/24863
3240 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3241
3242 2019-07-30 Tom Tromey <tromey@adacore.com>
3243
3244 * gdb.ada/display_nested.exp: New file.
3245 * gdb.ada/display_nested/foo.adb: New file.
3246 * gdb.ada/display_nested/pack.adb: New file.
3247 * gdb.ada/display_nested/pack.ads: New file.
3248
3249 2019-07-30 Christian Biesinger <cbiesinger@google.com>
3250
3251 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3252 namespace.
3253 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3254
3255 2019-07-30 Tom de Vries <tdevries@suse.de>
3256
3257 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3258 instead.
3259
3260 2019-07-30 Tom de Vries <tdevries@suse.de>
3261
3262 PR testsuite/24834
3263 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3264 (exec_is_pie): New proc.
3265
3266 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3267
3268 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3269
3270 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3271
3272 * gdb.python/py-objfile.c: Add global and static vars.
3273 * gdb.python/py-objfile.exp: Test new functions Objfile.
3274 lookup_global_symbol and lookup_static_symbol.
3275
3276 2019-07-29 Tom Tromey <tom@tromey.com>
3277
3278 * lib/tuiterm.exp (Term::_csi_@): New proc.
3279 (Term::_csi_X): Don't move cursor.
3280
3281 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3282
3283 * gdb.base/options.exp: Update backtrace - completion to
3284 new option -frame-info.
3285 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3286 Test new 'set print frame-info'. Test backtrace -frame-info
3287 overriding 'set print frame-info'.
3288 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3289 Test new 'set print frame-info'.
3290 Verify consistency of backtrace with and without filters, with and
3291 without -no-filters.
3292 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3293 default.
3294
3295 2019-07-29 Tom de Vries <tdevries@suse.de>
3296
3297 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3298 no arguments".
3299
3300 2019-07-29 Tom de Vries <tdevries@suse.de>
3301
3302 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3303 is a substring of the first for "complete non-unique file name".
3304
3305 2019-07-29 Tom de Vries <tdevries@suse.de>
3306
3307 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3308 with ".*".
3309
3310 2019-07-29 Tom de Vries <tdevries@suse.de>
3311
3312 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3313 Pass prompt_regexp parameter to gdb_test_multiple calls.
3314
3315 2019-07-29 Tom de Vries <tdevries@suse.de>
3316
3317 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
3318 print registers" regexps.
3319
3320 2019-07-29 Tom de Vries <tdevries@suse.de>
3321
3322 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3323
3324 2019-07-29 Tom de Vries <tdevries@suse.de>
3325
3326 PR gdb/24855
3327 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3328 (skip_python_tests_prompt): Add prompt_regexp argument to
3329 gdb_test_multiple calls.
3330
3331 2019-07-27 Tom Tromey <tom@tromey.com>
3332
3333 * gdb.tui/main.exp: New file.
3334
3335 2019-07-27 Tom Tromey <tom@tromey.com>
3336
3337 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3338 optional.
3339 * gdb.tui/empty.exp: New file.
3340
3341 2019-07-27 Tom Tromey <tom@tromey.com>
3342
3343 * lib/tuiterm.exp (spawn): New proc.
3344 (Term::resize): New proc.
3345 * gdb.tui/resize.exp: New file.
3346
3347 2019-07-27 Tom Tromey <tom@tromey.com>
3348
3349 * gdb.tui/list.exp: New file.
3350
3351 2019-07-27 Tom Tromey <tom@tromey.com>
3352
3353 * gdb.tui/regs.exp: New file.
3354
3355 2019-07-27 Tom Tromey <tom@tromey.com>
3356
3357 * gdb.tui/basic.exp: Add "layout split" test.
3358
3359 2019-07-27 Tom Tromey <tom@tromey.com>
3360
3361 * gdb.tui/basic.exp: Add "layout asm" test.
3362
3363 2019-07-27 Tom Tromey <tom@tromey.com>
3364
3365 * lib/tuiterm.exp: New file.
3366 * gdb.tui/basic.exp: New file.
3367
3368 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3369
3370 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3371 Enable tests associated with this flag. Adjust regex
3372 referencing "foo_low" to now refer to "foo_cold" instead.
3373
3374 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3375
3376 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3377 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3378 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3379 foo_cold. Revise comments to match.
3380 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3381 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3382 were wrapped into this proc; Call do_test in loop from outermost
3383 level.
3384 (foo_low): Rename all occurrences to "foo_cold".
3385 (backtrace from baz): New test.
3386 (x2/i foo_cold): New test.
3387 (info line *foo_cold): New test.
3388
3389 2019-07-26 Tom de Vries <tdevries@suse.de>
3390
3391 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3392
3393 2019-07-25 Tom de Vries <tdevries@suse.de>
3394
3395 PR testsuite/24830
3396 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3397 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3398 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3399 (skip_libstdcxx_probe_tests): ... here.
3400 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3401
3402 2019-07-24 Tom de Vries <tdevries@suse.de>
3403
3404 PR testsuite/24807
3405 * gdb.objc/basicclass.m: Include stdio.h.
3406 * gdb.objc/nondebug.m: Same.
3407 * gdb.objc/objcdecode.m: Same.
3408
3409 2019-07-24 Tom de Vries <tdevries@suse.de>
3410
3411 PR testsuite/24612
3412 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3413 additional_flags.
3414
3415 2019-07-24 Tom de Vries <tdevries@suse.de>
3416
3417 PR testsuite/24831
3418 * gdb.multi/tids.exp: Update error messages for info threads.
3419
3420 2019-07-24 Tom de Vries <tdevries@suse.de>
3421
3422 * gdb.base/info-types.exp: Allow info types to print info for more than
3423 one file.
3424
3425 2019-07-23 Tom de Vries <tdevries@suse.de>
3426
3427 PR testsuite/24842
3428 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3429 gdb_spawn_with_cmdline_opts.
3430
3431 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3432
3433 * gdb.arch/arm-cmse-sgstubs.c: New test.
3434 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3435
3436 2019-07-23 Tom de Vries <tdevries@suse.de>
3437
3438 PR testsuite/24711
3439 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3440 issuing next command.
3441
3442 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3443
3444 * gdb.ada/info_auto_lang.exp: Update expected results.
3445 * gdb.base/info-types.c: Add additional types to check.
3446 * gdb.base/info-types.exp: Update expected results.
3447
3448 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3449
3450 * gdb.base/info-types.c: New file.
3451 * gdb.base/info-types.exp: New file.
3452
3453 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3454
3455 * gdb.arch/riscv-bp-infcall.c: New file.
3456 * gdb.arch/riscv-bp-infcall.exp: New file.
3457
3458 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3459
3460 PR breakpoints/24541
3461 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3462
3463 2019-07-14 Tom de Vries <tdevries@suse.de>
3464
3465 PR testsuite/24760
3466 * gdb.objc/basicclass.exp: Fix unterminated string.
3467
3468 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3469 Andrew Burgess <andrew.burgess@embecosm.com>
3470
3471 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3472 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3473 negative bounds.
3474 * gdb.fortran/vla-value.exp: Print elements of an array with
3475 negative bounds.
3476 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3477 testing.
3478
3479 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3480
3481 * gdb.base/options.exp (expect_string): Dequote strings in
3482 results.
3483 (test-string): Test strings with different quoting and reindent.
3484
3485 2019-07-10 Tom Tromey <tromey@adacore.com>
3486
3487 * gdb.ada/mi_ex_cond.exp: Update expected results.
3488 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3489 * gdb.ada/mi_catch_ex.exp: Update expected results.
3490 * gdb.ada/mi_catch_assert.exp: Update expected results.
3491 * gdb.ada/catch_ex.exp (catch_exception_info)
3492 (catch_exception_entry, catch_assert_entry)
3493 (catch_unhandled_entry): Update.
3494 * gdb.ada/catch_assert_if.exp: Update expected results.
3495
3496 2019-07-10 Richard Bunt <richard.bunt@arm.com>
3497 Stephen Roberts <stephen.roberts@arm.com>
3498
3499 * gdb.base/define.exp: Restore original prompt.
3500
3501 2019-07-09 Pedro Alves <palves@redhat.com>
3502
3503 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3504 breakpoints" output.
3505 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3506 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3507 throw" creates breakpoint.
3508 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3509 'type="catchpoint"'.
3510
3511 2019-07-09 Pedro Alves <palves@redhat.com>
3512
3513 PR c++/15468
3514 * gdb.cp/except-multi-location-lib.cc: New.
3515 * gdb.cp/except-multi-location-main.cc: New.
3516 * gdb.cp/except-multi-location.exp: New.
3517
3518 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3519
3520 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3521 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3522 argument and update callers.
3523
3524 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3525
3526 * gdb.arch/amd64-break-on-asm-line.S: New file.
3527 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3528
3529 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3530
3531 * gdb.base/printcmds.exp: Test printing C string and
3532 C wide string convenience vars without transiting via the inferior.
3533 Also make test names unique.
3534
3535 2019-07-08 Alan Hayward <alan.hayward@arm.com>
3536
3537 PR breakpoints/25011
3538 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3539
3540 2019-07-04 Pedro Alves <palves@redhat.com>
3541
3542 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3543 body returned ok(0), break(3) or continue(4).
3544 * gdb.testsuite/foreach_with_prefix.exp: New file.
3545
3546 2019-07-04 Alan Hayward <alan.hayward@arm.com>
3547
3548 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3549
3550 2019-07-03 Pedro Alves <palves@redhat.com>
3551
3552 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3553 "return -code".
3554
3555 2019-07-03 Pedro Alves <palves@redhat.com>
3556
3557 PR cli/24732
3558 * gdb.base/shell.exp: Load completion-support.exp.
3559 Adjust expected error output. Add completion tests.
3560
3561 2019-07-03 Pedro Alves <palves@redhat.com>
3562
3563 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3564 string_to_regexp.
3565
3566 2019-07-03 Pedro Alves <palves@redhat.com>
3567
3568 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3569 (expect_integer): Adjust to expect "-string".
3570 (expect_string): New.
3571 (all_options): Expect "-string".
3572 (test-flag, test-boolean): Adjust to expect "-string".
3573 (test-string): New proc.
3574 (top level): Call it.
3575
3576 2019-07-03 Pedro Alves <palves@redhat.com>
3577
3578 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3579 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3580 the expected output in the success.
3581
3582 2019-07-03 Pedro Alves <palves@redhat.com>
3583
3584 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3585 Split one gdb_test_multiple call in two to avoid a race.
3586
3587 2019-07-03 Pedro Alves <palves@redhat.com>
3588
3589 * gdb.base/with.c: New file.
3590 * gdb.base/with.exp: New file.
3591
3592 2019-07-03 Pedro Alves <palves@redhat.com>
3593
3594 * gdb.base/settings.exp: Replace all references to "maint
3595 test-settings set" with references to "maint set test-settings",
3596 and all references to "maint test-settings show" with references
3597 to "maint show test-settings".
3598
3599 2019-07-03 Pedro Alves <palves@redhat.com>
3600
3601 * gdb.base/settings.exp (test-string): Adjust expected out when
3602 testing "maint test-settings show filename"
3603
3604 2019-07-02 Pedro Alves <palves@redhat.com>
3605
3606 * gdb.base/options.exp (test-info-threads): New procedure.
3607 (top level): Call it.
3608
3609 2019-06-28 Tom Tromey <tromey@adacore.com>
3610
3611 * gdb.dwarf2/ada-linkage-name.c: New file.
3612 * gdb.dwarf2/ada-linkage-name.exp: New file.
3613
3614 2019-06-27 Tom Tromey <tromey@adacore.com>
3615
3616 PR c++/20020:
3617 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3618
3619 2019-06-26 Tom de Vries <tdevries@suse.de>
3620
3621 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3622
3623 2019-06-26 Tom de Vries <tdevries@suse.de>
3624
3625 * gdb.base/index-cache.exp: Add back missing debug option.
3626
3627 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3628
3629 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3630
3631 2019-06-25 Tom de Vries <tdevries@suse.de>
3632
3633 PR testsuite/24727
3634 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3635
3636 2019-06-24 Tom de Vries <tdevries@suse.de>
3637
3638 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3639
3640 2019-06-24 Tom de Vries <tdevries@suse.de>
3641
3642 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3643 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3644 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3645
3646 2019-06-24 Tom de Vries <tdevries@suse.de>
3647
3648 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3649
3650 2019-06-21 Tom de Vries <tdevries@suse.de>
3651
3652 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3653
3654 2019-06-21 Tom de Vries <tdevries@suse.de>
3655
3656 PR testsuite/24518
3657 PR ada/24713
3658 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3659 index.
3660
3661 2019-06-19 Tom Tromey <tromey@adacore.com>
3662
3663 * gdb.ada/length_cond.exp: Add intro comment.
3664
3665 2019-06-19 Tom Tromey <tromey@adacore.com>
3666
3667 * gdb.ada/length_cond.exp: New file.
3668 * gdb.ada/length_cond/length_cond.adb: New file.
3669 * gdb.ada/length_cond/pck.adb: New file.
3670 * gdb.ada/length_cond/pck.ads: New file.
3671
3672 2019-06-18 Tom de Vries <tdevries@suse.de>
3673
3674 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3675
3676 2019-06-18 Tom Tromey <tromey@adacore.com>
3677
3678 * gdb.base/list0.h: Add comment explaining control character.
3679
3680 2019-06-18 Tom de Vries <tdevries@suse.de>
3681
3682 * boards/fission.exp: Break up long debug_flags line.
3683
3684 2019-06-16 Tom de Vries <tdevries@suse.de>
3685
3686 PR gdb/24445
3687 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3688 generated index.
3689
3690 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3691
3692 PR gdb/24686
3693 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3694 improve detection of bug gdb/24541.
3695
3696 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3697
3698 PR gdb/24669
3699 * gdb.base/index-cache.exp (uses_readnow,
3700 expecting_index_cache_use): Define global variable.
3701 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3702 expecting_index_cache_use.
3703
3704 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3705 Andrew Burgess <andrew.burgess@embecosm.com>
3706
3707 * gdb.fortran/pointers.f90: New file.
3708 * gdb.fortran/print_type.exp: New file.
3709 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3710 * gdb.fortran/vla-type.exp: Likewise.
3711 * gdb.fortran/vla-value.exp: Likewise.
3712 * gdb.mi/mi-vla-fortran.exp: Likewise.
3713
3714 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3715
3716 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3717 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3718 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3719 as a stop reason.
3720
3721 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3722
3723 * gdb.base/annota1.exp: Update expected results.
3724 * gdb.cp/annota2.exp: Likewise.
3725 * gdb.cp/annota3.exp: Likewise.
3726
3727 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3728
3729 * gdb.base/style-logging.exp: Remove path from test name.
3730
3731 2019-06-14 Tom Tromey <tromey@adacore.com>
3732
3733 PR gdb/24502:
3734 * gdb.base/style-logging.exp: New file.
3735
3736 2019-06-14 Tom Tromey <tromey@adacore.com>
3737
3738 * gdb.base/symfile-warn.exp: New file.
3739 * gdb.base/symfile-warn.c: New file.
3740
3741 2019-06-14 Tom Tromey <tromey@adacore.com>
3742
3743 * gdb.base/annotate-symlink.exp: New file.
3744
3745 2019-06-14 Tom Tromey <tromey@adacore.com>
3746
3747 * gdb.ada/set_wstr.exp: Add reassignment test.
3748
3749 2019-06-14 Tom Tromey <tromey@adacore.com>
3750
3751 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3752 'unchecked_access and 'unrestricted_access as well.
3753
3754 2019-06-14 Tom Tromey <tromey@adacore.com>
3755
3756 PR ada/24539:
3757 * gdb.ada/vla.exp: Update tests.
3758 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3759 pragma.
3760
3761 2019-06-13 Pedro Alves <palves@redhat.com>
3762
3763 * gdb.base/settings.exp (test-integer): Test junk after
3764 "unlimited".
3765
3766 2019-06-13 Pedro Alves <palves@redhat.com>
3767
3768 * gdb.base/options.exp (test-thread-apply): New.
3769 (top level): Call it.
3770
3771 2019-06-13 Pedro Alves <palves@redhat.com>
3772
3773 * gdb.base/options.exp (test-frame-apply): New.
3774 (top level): Test print commands with different "frame apply"
3775 prefixes.
3776
3777 2019-06-13 Pedro Alves <palves@redhat.com>
3778
3779 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
3780 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3781 'max_completions' parameter and handle it.
3782 (test_gdb_completion_offers_commands): New.
3783
3784 2019-06-13 Pedro Alves <palves@redhat.com>
3785
3786 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3787
3788 2019-06-13 Pedro Alves <palves@redhat.com>
3789
3790 * gdb.base/options.exp (test-backtrace): New.
3791 (top level): Call it.
3792
3793 2019-06-13 Pedro Alves <palves@redhat.com>
3794
3795 * gdb.guile/scm-frame-args.exp: Use "set print
3796 raw-frame-arguments" instead of "set print raw frame-arguments".
3797 * gdb.python/py-frame-args.exp: Likewise.
3798
3799 2019-06-13 Pedro Alves <palves@redhat.com>
3800
3801 * gdb.compile/compile.exp: Adjust expected output to option
3802 processing changes.
3803
3804 2019-06-13 Pedro Alves <palves@redhat.com>
3805
3806 * gdb.base/options.exp: Build executable.
3807 (test-print): New procedure.
3808 (top level): Call it, once for "print" and another for "compile
3809 print".
3810
3811 2019-06-13 Pedro Alves <palves@redhat.com>
3812
3813 * gdb.base/options.c: New file.
3814 * gdb.base/options.exp: New file.
3815
3816 2019-06-13 Pedro Alves <palves@redhat.com>
3817
3818 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3819 that "o" is ambiguous.
3820
3821 2019-06-13 Pedro Alves <palves@redhat.com>
3822
3823 * gdb.base/settings.c: New file.
3824 * gdb.base/settings.exp: New file.
3825
3826 2019-06-13 Pedro Alves <palves@redhat.com>
3827
3828 * gdb.base/completion.exp: Fix comment typo.
3829
3830 2019-06-13 Pedro Alves <palves@redhat.com>
3831
3832 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3833 foo --1" test.
3834
3835 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3836
3837 * gdb.fortran/block-data.f: New.
3838 * gdb.fortran/block-data.exp: New.
3839
3840 2019-06-11 Tom de Vries <tdevries@suse.de>
3841
3842 PR testsuite/24521
3843 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3844 message.
3845
3846 2019-06-11 Tom de Vries <tdevries@suse.de>
3847
3848 PR testsuite/24521
3849 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3850
3851 2019-06-11 Tom de Vries <tdevries@suse.de>
3852
3853 * boards/readnow.exp: New file.
3854
3855 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3856
3857 * gdb.fortran/vla-sizeof.exp: Update expected results.
3858
3859 2019-06-06 Amos Bird <amosbird@gmail.com>
3860
3861 * gdb.base/annota1.exp (thread_switch): Add test for
3862 thread-exited annotation.
3863
3864 2019-06-06 Tom Tromey <tromey@adacore.com>
3865
3866 * gdb.base/maint.exp: Expect command started/finished output.
3867
3868 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3869
3870 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3871 comment.
3872 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3873
3874 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3875
3876 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3877 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3878 * gdb.arch/riscv-unwind-long-insn.c: New file.
3879 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3880
3881 2019-06-04 Christian Biesinger <cbiesinger@google.com>
3882
3883 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
3884
3885 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3886
3887 * lib/gdb.exp (help_list_trailer): New regexp variable
3888 factorizing the help trailer message.
3889 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3890 arg to allow to better factorize various tests.
3891 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3892 (test_prefix_command_help): Use help_list_trailer.
3893 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3894 * gdb.guile/scm-cmd.exp: Likewise.
3895 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3896 * gdb.base/help.exp: Use test_user_defined_class_help.
3897 * gdb.base/style.exp: Add tests for styling of help and apropos.
3898 * lib/gdb-utils.exp (style): Add title and highlight styles.
3899
3900 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3901
3902 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3903 $_shell_exitsignal.
3904 * gdb.base/default.exp: Update for new convenience variables.
3905
3906 2019-05-29 Tom Tromey <tromey@adacore.com>
3907
3908 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3909 to "break complete ada" test case's regexp.
3910
3911 2019-05-29 Tom Tromey <tromey@adacore.com>
3912
3913 PR c++/20020:
3914 * gdb.cp/constexpr-field.exp: New file.
3915 * gdb.cp/constexpr-field.cc: New file.
3916
3917 2019-05-29 Tom Tromey <tromey@adacore.com>
3918
3919 * gdb.base/finish.exp (finish_no_print): New proc.
3920 (finish_tests): Call it.
3921
3922 2019-05-24 Tom de Vries <tdevries@suse.de>
3923
3924 * gdb.dwarf2/gdb-add-index.exp: New file.
3925
3926 2019-05-22 Tom Tromey <tromey@adacore.com>
3927
3928 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3929 * gdb.base/style.exp: Use "style".
3930 * lib/gdb-utils.exp (style): New proc.
3931
3932 2019-05-22 Tom de Vries <tdevries@suse.de>
3933
3934 * gdb.base/align.exp: Require c++11.
3935
3936 2019-05-22 Tom de Vries <tdevries@suse.de>
3937
3938 PR testsuite/24586
3939 * gdb.python/py-mi-var-info-path-expression.exp: Call
3940 mi_skip_python_tests to check if python is supported.
3941
3942 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3943
3944 * gdb.arch/aarch64-pauth.c: New test.
3945 * gdb.arch/aarch64-pauth.exp: New file.
3946
3947 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3948
3949 * README (Re-running Tests Outside The Testsuite): New section.
3950
3951 2019-05-21 Tom de Vries <tdevries@suse.de>
3952
3953 * gdb.arch/amd64-eval.exp: Require c++11.
3954 * gdb.base/max-depth.exp: Same.
3955 * gdb.compile/compile-cplus-array-decay.exp: Same.
3956 * gdb.cp/meth-typedefs.exp: Same.
3957 * gdb.cp/subtypes.exp: Same.
3958 * gdb.cp/temargs.exp: Same.
3959
3960 2019-05-21 Alan Hayward <alan.hayward@arm.com>
3961
3962 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
3963
3964 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
3965
3966 PR gdb/18644
3967 * gdb.fortran/complex.exp: Remove setup_kfail calls.
3968 * gdb.fortran/printing-types.exp: Add new test.
3969 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
3970 testing.
3971 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
3972 setup_kfail call.
3973
3974 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3975
3976 * README (Running the Testsuite): Change example.
3977 (Testsuite Parameters): Remove TRANSCRIPT.
3978 * lib/gdb.exp: Remove TRANSCRIPT check.
3979
3980 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3981
3982 * README (Testsuite Parameters): Add replay logging to
3983 GDBSERVER_DEBUG.
3984 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
3985 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
3986 as a comma separated list.
3987 (gdb_debug_init): Override procedure.
3988
3989 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3990
3991 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
3992 (gdb_write_cmd_file): New procedure.
3993 * lib/gdbserver-support.exp (gdbserver_start): Call
3994 gdbserver_write_cmd_file.
3995 (gdbserver_write_cmd_file): New procedure.
3996
3997 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3998
3999 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4000 (delete_breakpoints): Likewise.
4001 (gdb_run_cmd): Likewise.
4002 (gdb_start_cmd): Likewise.
4003 (gdb_starti_cmd): Likewise.
4004 (gdb_internal_error_resync): Likewise.
4005 (gdb_test_multiple): Likewise.
4006 (gdb_reinitialize_dir): Likewise.
4007 (default_gdb_exit): Likewise.
4008 (gdb_file_cmd): Mark kill as optional.
4009 (default_gdb_start): Call gdb_stdin_log_init.
4010 (send_gdb): Call gdb_stdin_log_write.
4011 (rerun_to_main): Mark Y as an answer.
4012 (gdb_stdin_log_init): New function.
4013 (gdb_stdin_log_write): Likewise.
4014
4015 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4016
4017 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4018 * gdb.base/debug-expr.exp: Likewise.
4019 * gdb.base/foll-fork.exp: Likewise.
4020 * gdb.base/foll-vfork.exp: Likewise.
4021 * gdb.base/fork-print-inferior-events.exp: Likewise.
4022 * gdb.base/gdb-sigterm.exp: Likewise.
4023 * gdb.base/gdbinit-history.exp: Likewise.
4024 * gdb.base/osabi.exp: Likewise.
4025 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4026 * gdb.base/ui-redirect.exp: Likewise.
4027 * gdb.gdb/unittest.exp: Likewise.
4028 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4029 * gdb.mi/mi-watch.exp: Likewise.
4030 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4031 * gdb.mi/user-selected-context-sync.exp: Likewise.
4032 * gdb.python/python.exp: Disable debug test when debugging.
4033 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4034 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4035 Likewise.
4036 * gdb.threads/stepi-random-signal.exp: Likewise.
4037
4038 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4039
4040 * Makefile.in: Pass through GDB_DEBUG.
4041 * README (Testsuite Parameters): Add GDB_DEBUG.
4042 (gdb,debug): Add board setting.
4043 * lib/gdb.exp (default_gdb_start): Start debugging.
4044 (gdb_debug_enabled): New procedure.
4045 (gdb_debug_init): Likewise.
4046
4047 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4048
4049 * Makefile.in: Pass through GDB_DEBUG.
4050 * README (Testsuite Parameters): Add GDB_DEBUG.
4051 (gdb,debug): Add board setting.
4052 * lib/gdb.exp (default_gdb_start): Start debugging.
4053 (gdb_debug_enabled): New procedure.
4054 (gdb_debug_init): Likewise.
4055
4056 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4057
4058 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4059
4060 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4061
4062 * gdb.base/ui-redirect.exp: Test redirection.
4063
4064 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4065
4066 * gdb.mi/mi-complete.exp: New file.
4067 * gdb.mi/mi-complete.cc: Likewise.
4068
4069 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4070
4071 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4072 indexed and sliced arrays, and pointers to arrays.
4073
4074 2019-05-14 Tom Tromey <tromey@adacore.com>
4075
4076 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4077 styling test.
4078
4079 2019-05-14 Tom de Vries <tdevries@suse.de>
4080
4081 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4082 selection entry encoding.
4083
4084 2019-05-10 Tom Tromey <tromey@adacore.com>
4085
4086 * gdb.ada/info_exc.exp: Add "complete" test.
4087
4088 2019-05-09 Tom de Vries <tdevries@suse.de>
4089
4090 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4091 CU-relative.
4092
4093 2019-05-09 Tom de Vries <tdevries@suse.de>
4094
4095 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4096 CU-relative.
4097
4098 2019-05-08 Joel Brobecker <brobecker@adacore.com>
4099
4100 * gdb.ada/frame_arg_lang.exp: New testcase.
4101 * gdb.ada/frame_arg_lang/bla.adb: New file.
4102 * gdb.ada/frame_arg_lang/pck.ads: New file.
4103 * gdb.ada/frame_arg_lang/pck.adb: New file.
4104 * gdb.ada/frame_arg_lang/foo.c: New file.
4105
4106 2019-05-08 Tom Tromey <tromey@adacore.com>
4107
4108 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4109
4110 2019-05-08 Tom Tromey <tromey@adacore.com>
4111
4112 * gdb.base/ptype-offsets.exp: Update tests.
4113
4114 2019-05-08 Tom Tromey <tromey@adacore.com>
4115
4116 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4117 cases.
4118 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4119 "short".
4120
4121 2019-05-08 Tom Tromey <tromey@adacore.com>
4122
4123 * gdb.ada/vla.exp: New file.
4124 * gdb.ada/vla/vla.adb: New file.
4125
4126 2019-05-07 Tom de Vries <tdevries@suse.de>
4127
4128 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4129
4130 2019-05-07 Tom de Vries <tdevries@suse.de>
4131
4132 PR testsuite/24522
4133 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4134 section.
4135
4136 2019-05-07 Tom de Vries <tdevries@suse.de>
4137
4138 PR testsuite/24522
4139 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4140 .debug_aranges section.
4141
4142 2019-05-07 Tom de Vries <tdevries@suse.de>
4143
4144 PR testsuite/24159
4145 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4146
4147 2019-05-06 Tom de Vries <tdevries@suse.de>
4148
4149 * lib/gdb.exp (exec_has_index_section): New proc.
4150 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4151 section.
4152
4153 2019-05-04 Tom de Vries <tdevries@suse.de>
4154
4155 * boards/cc-with-debug-names.exp: New file.
4156
4157 2019-05-03 Tom Tromey <tromey@adacore.com>
4158
4159 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4160 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4161 * gdb.ada/char_enum.exp: Add test.
4162
4163 2019-05-03 Tom de Vries <tdevries@suse.de>
4164
4165 * boards/cc-with-gdb-index.exp: New file.
4166
4167 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4168
4169 * gdb.rust/simple.exp: Add new test case.
4170 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4171 (main): Initialise an instance of the new struct.
4172
4173 2019-05-01 Tom Tromey <tromey@adacore.com>
4174
4175 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4176 record.
4177 (NPR): New variable.
4178 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4179 test.
4180
4181 2019-05-01 Tom Tromey <tromey@adacore.com>
4182
4183 * gdb.ada/packed_array_assign.exp: Add packed assignment
4184 regression test.
4185
4186 2019-05-01 Tom de Vries <tdevries@suse.de>
4187
4188 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4189
4190 2019-05-01 Tom de Vries <tdevries@suse.de>
4191
4192 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4193
4194 2019-04-30 Ali Tamur <tamur@google.com>
4195
4196 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4197
4198 2019-04-30 Tom Tromey <tromey@adacore.com>
4199
4200 * lib/ada.exp (find_ada_tool): New proc.
4201 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4202 * gdb.ada/catch_ex_std.exp: New file.
4203 * gdb.ada/catch_ex_std/foo.adb: New file.
4204 * gdb.ada/catch_ex_std/some_package.adb: New file.
4205 * gdb.ada/catch_ex_std/some_package.ads: New file.
4206
4207 2019-04-30 Tom Tromey <tromey@adacore.com>
4208
4209 PR c++/24470:
4210 * gdb.cp/temargs.cc: Add test code from PR.
4211
4212 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4213
4214 * gdb.fortran/vla-datatypes.exp: Update expected results.
4215 * gdb.fortran/vla-ptype.exp: Likewise.
4216 * gdb.fortran/vla-type.exp: Likewise.
4217 * gdb.fortran/vla-value.exp: Likewise.
4218
4219 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4220
4221 * gdb.fortran/ptr-indentation.exp: Update expected results.
4222 * gdb.fortran/ptype-on-functions.exp: Likewise.
4223 * gdb.fortran/vla-ptr-info.exp: Likewise.
4224 * gdb.fortran/vla-value.exp: Likewise.
4225
4226 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4227
4228 * gdb.fortran/ptype-on-functions.exp: New file.
4229 * gdb.fortran/ptype-on-functions.f90: New file.
4230
4231 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4232
4233 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4234 case void string.
4235
4236 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4237
4238 * gdb.fortran/complex.exp: Expand.
4239 * gdb.fortran/complex.f: Renamed to...
4240 * gdb.fortran/complex.f90: ...this, and extended to add more
4241 complex values.
4242
4243 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4244
4245 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4246 MODULO, CMPLX.
4247
4248 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4249 Richard Bunt <richard.bunt@arm.com>
4250
4251 * gdb.base/max-depth.c: New file.
4252 * gdb.base/max-depth.exp: New file.
4253 * gdb.python/py-nested-maps.c: New file.
4254 * gdb.python/py-nested-maps.exp: New file.
4255 * gdb.python/py-nested-maps.py: New file.
4256 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4257 (test_all_common): Call test_max_depth.
4258 * gdb.fortran/max-depth.exp: New file.
4259 * gdb.fortran/max-depth.f90: New file.
4260 * gdb.go/max-depth.exp: New file.
4261 * gdb.go/max-depth.go: New file.
4262 * gdb.modula2/max-depth.exp: New file.
4263 * gdb.modula2/max-depth.c: New file.
4264 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4265
4266 2019-04-29 Tom de Vries <tdevries@suse.de>
4267
4268 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4269
4270 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4271
4272 * gdb.base/callexit.exp: Test may-call-functions off.
4273
4274 2019-04-25 Keith Seitz <keiths@redhat.com>
4275
4276 PR c++/24367
4277 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4278 (another_incomplete_struct, test_incomplete): New definitions.
4279 (main): Use new definitions.
4280 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4281 functions.
4282
4283 2019-04-25 Ali Tamur <tamur@google.com>
4284
4285 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4286
4287 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4288
4289 PR corefiles/11608
4290 PR corefiles/18187
4291 * gdb.base/coredump-filter-build-id.exp: New file.
4292
4293 2019-04-25 Alan Hayward <alan.hayward@arm.com>
4294
4295 * Makefile.in: Pass through GDBSERVER_DEBUG.
4296 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4297 (gdbserver,debug): Add board setting.
4298 * gdb.trace/tspeed.exp: Skip when debugging.
4299 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4300 * lib/gdbserver-support.exp: Likewise
4301
4302 2019-04-24 Tom Tromey <tromey@adacore.com>
4303
4304 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4305 Rust.
4306
4307 2019-04-24 Tom Tromey <tromey@adacore.com>
4308
4309 * gdb.arch/amd64-eval.exp: Test bitfield return.
4310 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4311 (class Foo) <return_bitfields>: New method.
4312 (main): Call it.
4313
4314 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4315
4316 * gdb.cp/many-args.cc: New file.
4317 * gdb.cp/many-args.exp: New file.
4318
4319 2019-04-23 Tom de Vries <tdevries@suse.de>
4320
4321 PR gdb/24433
4322 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4323
4324 2019-04-23 Alan Hayward <alan.hayward@arm.com>
4325
4326 * gdb.trace/backtrace.exp: Use nopie flag.
4327 * gdb.trace/circ.exp: Likewise.
4328 * gdb.trace/collection.exp: Likewise.
4329 * gdb.trace/ftrace.exp: Likewise.
4330 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4331 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4332 * gdb.trace/qtro.exp: Likewise.
4333 * gdb.trace/read-memory.exp: Likewise.
4334 * gdb.trace/report.exp: Likewise.
4335 * gdb.trace/tfile.exp: Likewise.
4336 * gdb.trace/tfind.exp: Likewise.
4337 * gdb.trace/unavailable.exp: Likewise.
4338
4339 2019-04-22 Pedro Alves <palves@redhat.com>
4340
4341 * gdb.base/solib-probes-nosharedlibrary.c,
4342 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4343
4344 2019-04-19 Tom Tromey <tromey@adacore.com>
4345
4346 * gdb.ada/ptype_union.c: New file.
4347 * gdb.ada/ptype_union.exp: New file.
4348
4349 2019-04-19 Tom Tromey <tromey@adacore.com>
4350
4351 PR symtab/24423:
4352 * gdb.base/list0.h (foo): Add a control-l character.
4353
4354 2019-04-18 Tom de Vries <tdevries@suse.de>
4355
4356 PR gdb/24433
4357 * boards/local-board.exp: Set sysroot to "".
4358
4359 2019-04-18 Tom de Vries <tdevries@suse.de>
4360 Pedro Alves <palves@redhat.com>
4361
4362 PR gdb/24454
4363 * gdb.threads/vfork-follow-child-exec.c: New file.
4364 * gdb.threads/vfork-follow-child-exec.exp: New file.
4365 * gdb.threads/vfork-follow-child-exit.c: New file.
4366 * gdb.threads/vfork-follow-child-exit.exp: New file.
4367
4368 2019-04-15 Leszek Swirski <leszeks@google.com>
4369
4370 * gdb.arch/amd64-eval.cc: New file.
4371 * gdb.arch/amd64-eval.exp: New file.
4372
4373 2019-04-11 Alan Hayward <alan.hayward@arm.com>
4374
4375 * gdb.server/sysroot.c: New test.
4376 * gdb.server/sysroot.exp: New file.
4377 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4378 matching param.
4379
4380 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4381
4382 * gdb.base/align.exp: Extend test to cover structures containing
4383 only static fields.
4384
4385 2019-04-11 Tom de Vries <tdevries@suse.de>
4386
4387 * boards/cc-with-dwz-m.exp: New file.
4388 * boards/cc-with-dwz.exp: New file.
4389 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4390
4391 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
4392
4393 * gdb.base/start-cpp.exp: New file.
4394 * gdb.base/start-cpp.cc: New file.
4395
4396 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4397
4398 * gdb.python/py-thrhandle.exp: Adjust tests to call
4399 thread_from_handle instead of thread_from_thread_handle.
4400
4401 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4402
4403 * gdb.python/py-thrhandle.exp: Add tests for
4404 gdb.InferiorThread.handle.
4405
4406 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4407
4408 * gdb.python/py-function.exp: Check calling helper function from
4409 all languages.
4410 * lib/gdb.exp (gdb_supported_languages): New proc.
4411
4412 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4413
4414 * gdb.base/complex-parts.c: New file.
4415 * gdb.base/complex-parts.exp: New file.
4416
4417 2019-04-01 Tom Tromey <tromey@adacore.com>
4418
4419 PR symtab/23331:
4420 * gdb.dwarf2/dw2-ranges-main.c: New file.
4421 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4422 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4423
4424 2019-03-30 Simon Marchi <simark@simark.ca>
4425
4426 * gdb.base/default.exp: Add values for $_gdb_major and
4427 $_gdb_minor.
4428
4429 2019-03-29 Tom Tromey <tromey@adacore.com>
4430
4431 * gdb.base/help.exp: Tighten apropos regexp.
4432
4433 2019-03-29 Keith Seitz <keiths@redhat.com>
4434
4435 * gdb.fortran/array-bounds.exp: New file.
4436 * gdb.fortran/array-bounds.f90: New file.
4437
4438 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4439
4440 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4441
4442 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4443
4444 * gdb.multi/hello.c (main): Increase alarm timer.
4445
4446 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4447
4448 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4449 factor when no hardware watchpoint support.
4450
4451 2019-03-28 Alan Hayward <alan.hayward@arm.com>
4452 Pedro Alves <palves@redhat.com>
4453
4454 * boards/local-board.exp: set sysroot to /.
4455
4456 2019-03-27 Alan Hayward <alan.hayward@arm.com>
4457
4458 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4459 in child.
4460
4461 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4462
4463 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4464 field.
4465 (make_container): Initialise new field.
4466 * gdb.python/py-prettyprint.exp: Add new tests.
4467 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4468 <display_hint>: New method.
4469
4470 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4471
4472 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4473 gdb_continue_to_breakpoint more throughout this test.
4474 (run_lang_tests) Supply unique test names, and use
4475 gdb_test_no_output.
4476
4477 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4478
4479 * gdb.base/finish-pretty.exp: Update expected results.
4480 * gdb.base/pretty-print.c: New file.
4481 * gdb.base/pretty-print.exp: New file.
4482
4483 2019-03-25 Pedro Alves <palves@redhat.com>
4484
4485 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4486 move comments outside list. Append '-i "" eof' section.
4487
4488 2019-03-22 Alan Hayward <alan.hayward@arm.com>
4489
4490 PR testsuite/25016
4491 * README: Add pie options.
4492 * gdb.base/break-interp.exp: Ensure pie is disabled.
4493 * gdb.base/dump.exp: Likewise.
4494 * lib/gdb.exp (gdb_compile): Add pie option.
4495
4496 2019-03-19 Tom Tromey <tromey@adacore.com>
4497
4498 * gdb.mi/mi2-cli-display.c: New file.
4499 * gdb.mi/mi2-cli-display.exp: New file.
4500
4501 2019-03-18 Joel Brobecker <brobecker@adacore.com>
4502 Tom Tromey <tromey@adacore.com>
4503
4504 * gdb.ada/ptype_array/pck.adb: New file.
4505 * gdb.ada/ptype_array/pck.ads: New file.
4506 * gdb.ada/ptype_array/foo.adb: New file.
4507 * gdb.ada/ptype_array.exp: New file.
4508
4509 2019-03-14 Tom Tromey <tromey@adacore.com>
4510
4511 * gdb.base/style.exp: Add "set style sources" test.
4512
4513 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4514
4515 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4516 * mi-breakpoint-multiple-locations.exp: ... this.
4517 (make_breakpoints_pattern): New proc.
4518 (do_test): Add mi_version parameter, test -break-insert,
4519 -break-info and =breakpoint-created.
4520
4521 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4522
4523 * config/default.exp: Remove 'load_lib gdb.exp'.
4524 * config/monitor.exp: Likewise.
4525 * config/sid.exp: Likewise.
4526 * config/sim.exp: Likewise.
4527 * config/slite.exp: Likewise.
4528 * config/unix.exp: Likewise.
4529 * gdb.base/default.exp: Remove unhelpful comment.
4530
4531 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4532
4533 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4534
4535 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4536
4537 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4538
4539 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4540
4541 * gdb.fortran/type-kinds.exp: Update expected results.
4542
4543 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4544
4545 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4546
4547 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4548
4549 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4550 function.
4551 (test_basic_parsing_of_type_kinds): Expand types tested.
4552 (test_parsing_invalid_type_kinds): New function.
4553
4554 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4555
4556 * gdb.fortran/intrinsics.exp: New file.
4557 * gdb.fortran/intrinsics.f90: New file.
4558 * gdb.fortran/type-kinds.exp: New file.
4559
4560 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4561
4562 * gdb.fortran/dot-ops.exp: New file.
4563
4564 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4565
4566 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4567 Check upper and lower case logical literals.
4568
4569 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4570
4571 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4572 Remove duplicate tests.
4573
4574 2019-03-06 Alan Hayward <alan.hayward@arm.com>
4575
4576 * lib/gdb.exp (builtin_cd): rename of cd.
4577 (cd): Override builtin.
4578
4579 2019-03-06 Richard Bunt <richard.bunt@arm.com>
4580
4581 * gdb.fortran/function-calls.exp: New file.
4582 * gdb.fortran/function-calls.f90: New test.
4583
4584 2019-03-04 Richard Bunt <richard.bunt@arm.com>
4585
4586 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4587 on user program standard output.
4588 * gdb.fortran/short-circuit-argument-list.f90: Record function
4589 calls.
4590
4591 2019-02-28 Alan Hayward <alan.hayward@arm.com>
4592
4593 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4594 failure.
4595
4596 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4597
4598 PR gdb/8527
4599 * gdb.base/interrupt-daemon-attach.c,
4600 gdb.base/interrupt-daemon-attach.exp: New test.
4601
4602 2019-02-27 Pedro Alves <palves@redhat.com>
4603
4604 * gdb.base/page.exp: Add tests for "set width/height -1".
4605
4606 2019-02-27 Pedro Alves <palves@redhat.com>
4607
4608 * gdb.base/page.exp: Add tests for "set/show width/height" with
4609 "infinite" values.
4610
4611 2019-02-27 Tom Tromey <tromey@adacore.com>
4612
4613 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4614 2.4.
4615 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4616 workaround.
4617
4618 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4619
4620 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4621 tests for structs with static members.
4622
4623 2019-02-26 Tom Tromey <tromey@adacore.com>
4624
4625 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4626 ValueError, not TypeError.
4627
4628 2019-02-26 Kevin Buettner <kevinb@redhat.com>
4629
4630 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4631 call from main program.
4632
4633 2019-02-23 Joel Brobecker <brobecker@adacore.com>
4634
4635 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4636 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4637 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4638 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4639 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4640
4641 2019-02-22 Keith Seitz <keiths@redhat.com>
4642
4643 PR symtab/23853
4644 * gdb.base/symlink-sourcefile.c: New file.
4645 * gdb.base/symlink-sourcefile.exp: New file.
4646
4647 2019-02-20 Tom Tromey <tom@tromey.com>
4648
4649 * gdb.base/info_qt.exp: Update.
4650
4651 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4652
4653 * gdb.base/source.exp: Move "error in sourced script" code to
4654 the end.
4655 * gdb.base/source-error.gdb: Move contents to
4656 source-error-1.gdb. Add new code to source source-error-1.gdb.
4657 * gdb.base/source-error-1.gdb: New file, from previous
4658 source-error.gdb.
4659
4660 2019-02-17 Tom Tromey <tom@tromey.com>
4661
4662 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4663 for macro styling.
4664 * gdb.base/style.c (SOME_MACRO): New macro.
4665
4666 2019-02-17 Tom Tromey <tom@tromey.com>
4667
4668 * gdb.base/style.exp: Add line-wrapping tests.
4669 * gdb.base/page.exp: Add test for quitting during pagination.
4670
4671 2019-02-17 Joel Brobecker <brobecker@adacore.com>
4672
4673 * gdb.ada/big_packed_array: New testcase.
4674 * gdb.ada/homonym.exp: Fix incorrect expected output for
4675 "break <homonym__get_value>" test.
4676
4677 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
4678
4679 PR breakpoints/21870
4680 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4681 and prepare_for_testing. Add comment.
4682 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4683 redundant cleanup call. Clean up comment.
4684
4685 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
4686
4687 PR breakpoints/21870
4688 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4689 * gdb.arch/aarch64-dbreg-contents.c: New file.
4690
4691 2019-02-10 Joel Brobecker <brobecker@adacore.com>
4692
4693 * gdb.ada/mi_ref_changeable: New testcase.
4694
4695 2019-02-07 Alan Hayward <alan.hayward@arm.com>
4696
4697 * gdb.base/attach.exp: Add double attach test.
4698
4699 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4700
4701 * lib/gdb.exp (default_gdb_start): Don't match pagination
4702 prompt.
4703 (gdb_init): Set stty_init.
4704
4705 2019-01-27 Tom Tromey <tom@tromey.com>
4706
4707 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4708 skip_python_tests.
4709
4710 2019-01-24 Alan Hayward <alan.hayward@arm.com>
4711
4712 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4713 New structure.
4714 (struct struct_static_02_02): Likewise.
4715 (struct struct_static_02_03): Likewise.
4716 (struct struct_static_02_04): Likewise.
4717 (struct struct_static_04_01): Likewise.
4718 (struct struct_static_04_02): Likewise.
4719 (struct struct_static_04_03): Likewise.
4720 (struct struct_static_04_04): Likewise.
4721 (struct struct_static_06_01): Likewise.
4722 (struct struct_static_06_02): Likewise.
4723 (struct struct_static_06_03): Likewise.
4724 (struct struct_static_06_04): Likewise.
4725 (cmp_struct_static_02_01): Likewise.
4726 (cmp_struct_static_02_02): Likewise.
4727 (cmp_struct_static_02_03): Likewise.
4728 (cmp_struct_static_02_04): Likewise.
4729 (cmp_struct_static_04_01): Likewise.
4730 (cmp_struct_static_04_02): Likewise.
4731 (cmp_struct_static_04_03): Likewise.
4732 (cmp_struct_static_04_04): Likewise.
4733 (cmp_struct_static_06_01): Likewise.
4734 (cmp_struct_static_06_02): Likewise.
4735 (cmp_struct_static_06_03): Likewise.
4736 (cmp_struct_static_06_04): Likewise.
4737 (call_all): Test new structs.
4738 * gdb.base/infcall-nested-structs.exp: Likewise.
4739
4740 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4741 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4742
4743 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4744 * gdb.base/stack-protector.c: New test.
4745 * gdb.base/stack-protector.exp: New file.
4746 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4747 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4748 option.
4749 (gdb_compile): Remove stack protector for GCC and prevent
4750 recursion.
4751
4752 2019-01-16 Keith Seitz <keiths@redhat.com>
4753
4754 PR gdb/23773
4755 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4756
4757 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4758
4759 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4760 aliases.
4761 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4762 tests.
4763 * gdb.arch/powerpc-vector-regs.c: New file.
4764 * gdb.arch/powerpc-vector-regs.exp: New file.
4765
4766 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4767
4768 * gdb.arch/altivec-regs.exp: Fix the list passed to
4769 gdb_expect_list when testing "info vector".
4770
4771 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4772
4773 * gdb.base/style.exp: Don't include path in testname.
4774
4775 2019-01-10 Keith Seitz <keiths@redhat.com>
4776
4777 PR gdb/23712
4778 PR symtab/23010
4779 * gdb.dwarf2/multidictionary.exp: New file.
4780
4781 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4782
4783 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4784 (test_gnuv3_style_demangling): ... this.
4785 (test_lucid_style_demangling): Remove.
4786 (test_arm_style_demangling): Remove.
4787 (test_hp_style_demangling): Remove.
4788 (do_tests): Remove calls to the above.
4789
4790 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4791
4792 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4793 case.
4794
4795 2019-01-06 Tom Tromey <tom@tromey.com>
4796
4797 PR gdb/28155:
4798 * gdb.dwarf2/typedef-void-finish.exp: New file.
4799
4800 2018-12-28 Tom Tromey <tom@tromey.com>
4801 Simon Marchi <simark@simark.ca>
4802
4803 * gdb.base/jit-exec.exp: New file.
4804 * gdb.base/jit-exec.c: New file.
4805 * gdb.base/jit-execd.c: New file.
4806
4807 2018-12-28 Tom Tromey <tom@tromey.com>
4808
4809 * gdb.base/style.exp: Update test to check for address styling.
4810
4811 2018-12-28 Tom Tromey <tom@tromey.com>
4812
4813 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4814 message.
4815
4816 2018-12-28 Tom Tromey <tom@tromey.com>
4817
4818 * gdb.base/style.exp: Add test for version number styling.
4819
4820 2018-12-28 Tom Tromey <tom@tromey.com>
4821
4822 * gdb.base/style.exp: Add test for print_address_symbolic.
4823
4824 2018-12-28 Tom Tromey <tom@tromey.com>
4825
4826 * gdb.base/style.exp: Add test for breakpoint setting.
4827
4828 2018-12-28 Tom Tromey <tom@tromey.com>
4829
4830 * gdb.base/style.exp: Add test for variable names.
4831
4832 2018-12-28 Tom Tromey <tom@tromey.com>
4833
4834 * gdb.base/style.exp: New file.
4835 * gdb.base/style.c: New file.
4836
4837 2018-12-28 Tom Tromey <tom@tromey.com>
4838
4839 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4840 "dumb".
4841 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4842 the TERM environment variable.
4843
4844 2018-12-27 Tom Tromey <tom@tromey.com>
4845
4846 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4847 pagination test.
4848
4849 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4850
4851 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4852 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4853
4854 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4855
4856 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4857 Filename a.adb changed to bp_fun_addr.adb.
4858 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4859
4860 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4861
4862 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4863 non-PIE executables.
4864 * README: Mention the gdb,nopie_flag board setting.
4865 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4866 non-PIE executable.
4867 * gdb.arch/amd64-entry-value.exp: Likewise.
4868 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4869 * gdb.arch/i386-float.exp: Likewise.
4870 * gdb.arch/i386-signal.exp: Likewise.
4871 * gdb.mi/mi-reg-undefined.exp: Likewise.
4872
4873 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4874
4875 PR gdb/23974
4876 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4877
4878 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4879
4880 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4881 Update order of results accordingly.
4882
4883 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4884
4885 * gdb.base/annota1.exp: Update a test regexp.
4886
4887 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4888
4889 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4890
4891 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4892
4893 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4894 (reuse_time): Initialize to REUSE_TIME_CAP.
4895 (check_rc): New function.
4896 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4897 Check pthread_create rc.
4898 (spawner_thread_func): Check pthread_create and pthread_join rc.
4899
4900 2018-12-08 Pedro Alves <palves@redhat.com>
4901
4902 * gdb.base/list.exp (test_forward_search): Rename to ...
4903 (test_forward_reverse_search): ... this. Also test reverse-search
4904 and the forward-search alias.
4905
4906 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4907
4908 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4909 local timeout variable before return, and remove all local timeout
4910 variable entirely.
4911 (gdb_load): Likewise.
4912
4913 2018-12-01 Tom de Vries <tdevries@suse.de>
4914
4915 * gdb.base/gdb-caching-proc.exp: New file.
4916
4917 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4918
4919 * Makefile.in (TIMESTAMP): New variable.
4920 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4921 command.
4922 (check-single-racy): Likewise.
4923 (check/%.exp): Likewise.
4924 (check-racy/%.exp): Likewise.
4925 (workers/%.worker): Likewise.
4926 (build-perf): Likewise.
4927 (check-perf): Likewise.
4928 * README: Describe new "TS" and "TS_FORMAT" variables.
4929 * print-ts.py: New file.
4930
4931 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4932
4933 PR python/23714
4934 * gdb.python/python.exp: Test command repetition after
4935 gdb.execute.
4936
4937 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4938
4939 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4940 is correctly aligned.
4941
4942 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4943
4944 * gdb.ada/info_auto_lang.exp: New testcase.
4945 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4946 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4947 * gdb.ada/info_auto_lang/some_c.c: New file.
4948
4949 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4950
4951 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4952 FUNC_lang language syntax.
4953
4954 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4955
4956 * gdb.base/info_minsym.c: New file.
4957 * gdb.base/info_minsym.exp: New file.
4958
4959 2018-11-19 Tom Tromey <tom@tromey.com>
4960
4961 PR rust/23625:
4962 * gdb.rust/simple.exp: Add ptype test. Update expected output.
4963 * gdb.rust/expr.exp: Update expected output. Change one test.
4964
4965 2018-11-19 Tom Tromey <tom@tromey.com>
4966
4967 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
4968
4969 2018-11-19 Pedro Alves <palves@redhat.com>
4970
4971 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
4972 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
4973 see the expected warning.
4974
4975 2018-11-16 Alan Hayward <alan.hayward@arm.com>
4976
4977 PR gdb/22736:
4978 * gdb.cp/infcall-nodebug-lib.c: New test.
4979 * gdb.cp/infcall-nodebug-main.c: New test.
4980 * gdb.cp/infcall-nodebug.exp: New file.
4981
4982 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
4983
4984 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
4985 completer tests.
4986
4987 2018-11-09 Tom de Vries <tdevries@suse.de>
4988
4989 * gdb.base/msym-lang.c: New test.
4990 * gdb.base/msym-lang.exp: New file.
4991 * gdb.base/msym-lang-main.c: New test.
4992
4993 2018-11-08 Tom Tromey <tom@tromey.com>
4994
4995 PR gdb/23555:
4996 PR gdb/23838:
4997 * gdb.base/warning.exp: New file.
4998
4999 2018-11-08 Jan Beulich <jbeulich@suse.com>
5000
5001 * testsuite/gdb.arch/i386-avx512.c,
5002 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5003
5004 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5005
5006 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5007 point hardware.
5008
5009 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5010
5011 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5012 * gdb.dwarf2/missing-type-name.exp: New file.
5013
5014 2018-11-06 Tom de Vries <tdevries@suse.de>
5015
5016 * gdb.base/many-headers.c: New test.
5017 * gdb.base/many-headers.exp: New file.
5018
5019 2018-11-06 Jim Wilson <jimw@sifive.com>
5020
5021 * gdb.base/code_elim.exp: For riscv, set additional_flags
5022 to include -msmall-data-limit=0.
5023
5024 2018-11-01 Joel Brobecker <brobecker@adacore.com>
5025
5026 * gdb.ada/watch_minus_l: New testcase.
5027
5028 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5029
5030 * gdb.arch/aix-sighandle.c: New file.
5031 * gdb.arch/aix-sighandle.exp: New file.
5032
5033 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5034
5035 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5036 registers being unions.
5037
5038 2018-10-31 Tom de Vries <tdevries@suse.de>
5039
5040 * lib/valgrind.exp: New file.
5041 (vgdb_start, vgdb_stop): New procs, factored out of ...
5042 * gdb.base/valgrind-bt.exp: ... here, ...
5043 * gdb.base/valgrind-disp-step.exp: ... here and ...
5044 * gdb.base/valgrind-infcall.exp: ... here.
5045
5046 2018-10-31 Tom de Vries <tdevries@suse.de>
5047
5048 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5049
5050 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5051
5052 * gdb.dwarf2/void-type.c: New file.
5053 * gdb.dwarf2/void-type.exp: New file.
5054
5055 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5056
5057 * gdb.base/info_qt.c: New file.
5058 * gdb.base/info_qt.exp: New file.
5059
5060 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5061
5062 * gdb.arch/powerpc-htm-regs.c: New file.
5063 * gdb.arch/powerpc-htm-regs.exp: New file.
5064
5065 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5066
5067 * gdb.arch/powerpc-tar.c: New file.
5068 * gdb.arch/powerpc-tar.exp: New file.
5069
5070 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5071
5072 * gdb.arch/powerpc-ppr-dscr.c: New file.
5073 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5074
5075 2018-10-25 Tom de Vries <tdevries@suse.de>
5076
5077 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5078
5079 2018-10-24 Tom de Vries <tdevries@suse.de>
5080
5081 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5082 longer exists error.
5083
5084 2018-10-24 Tom de Vries <tdevries@suse.de>
5085
5086 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5087
5088 2018-10-24 Tom de Vries <tdevries@suse.de>
5089
5090 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5091 --db-attach in valgrind.
5092
5093 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5094
5095 * gdb.arch/riscv-reg-aliases.c: New file.
5096 * gdb.arch/riscv-reg-aliases.exp: New file.
5097
5098 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5099
5100 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5101
5102 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5103
5104 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5105
5106 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5107
5108 * gdb.cp/ovldbreak.exp: Fix regexps.
5109
5110 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5111
5112 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5113
5114 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5115
5116 PR cli/23785
5117 * gdb.base/restore.exp: New test to check if "restore" with an
5118 invalid file doesn't segfault.
5119
5120 2018-10-18 Tom de Vries <tdevries@suse.de>
5121
5122 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5123 * gdb.ada/excep_handle.exp: Same.
5124 * gdb.ada/mi_string_access.exp: Same.
5125 * gdb.ada/mi_var_union.exp: Same.
5126 * gdb.arch/arc-analyze-prologue.exp: Same.
5127 * gdb.arch/arc-decode-insn.exp: Same.
5128 * gdb.base/readnever.exp: Same.
5129 * gdb.fortran/printing-types.exp: Same.
5130 * gdb.guile/scm-lazy-string.exp: Same.
5131
5132 2018-10-16 Tom de Vries <tdevries@suse.de>
5133
5134 PR gdb/23730
5135 * gdb.base/catch-follow-exec.c: Add copyright notice.
5136 * gdb.base/catch-follow-exec.exp: Rewrite to use
5137 gdb_spawn_with_cmdline_opts. Require gdb-native.
5138
5139 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5140
5141 * gdb.trace/actions-changed.exp: Check for arch support.
5142 * gdb.trace/actions.exp: Likewise.
5143 * gdb.trace/ax.exp: Likewise.
5144 * gdb.trace/backtrace.exp: Likewise.
5145 * gdb.trace/change-loc.exp: Likewise.
5146 * gdb.trace/deltrace.exp: Likewise.
5147 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5148 * gdb.trace/ftrace.exp: Likewise.
5149 * gdb.trace/infotrace.exp: Check for arch support.
5150 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5151 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5152 * gdb.trace/mi-tsv-changed.exp: Likewise.
5153 * gdb.trace/packetlen.exp: Likewise.
5154 * gdb.trace/passc-dyn.exp: Likewise.
5155 * gdb.trace/passcount.exp: Likewise.
5156 * gdb.trace/pending.exp: Likewise.
5157 * gdb.trace/range-stepping.exp: Check for shlib support.
5158 * gdb.trace/report.exp: Check for arch support.
5159 * gdb.trace/save-trace.exp: Likewise.
5160 * gdb.trace/signal.exp: Check for signal support.
5161 * gdb.trace/tfind.exp: Check for arch support.
5162 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5163 * gdb.trace/trace-common.h: Add comment.
5164 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5165 * gdb.trace/trace-enable-disable.exp: Likewise.
5166 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5167 * gdb.trace/tracecmd.exp: Check for arch support.
5168 * gdb.trace/tspeed.exp: Check for shlib and target support.
5169 * gdb.trace/tstatus.exp: Check for arch support.
5170 * gdb.trace/tsv.exp: Likewise.
5171 * gdb.trace/while-dyn.exp: Likewise.
5172 * gdb.trace/while-stepping.exp: Likewise.
5173 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5174
5175 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5176
5177 * gdb.trace/tspeed.exp: Remove nowarnings.
5178 (prepare_for_trace_test): Declare "global ipalib".
5179 * gdb.trace/tspeed.c: Include unistd.h.
5180 (main): Remove superfluous printf argument.
5181
5182 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5183
5184 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5185 directory prefix on the filename.
5186
5187 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5188
5189 * gdb.gdb/unittest.exp: Update expected message informing that
5190 selftests have been disabled.
5191 * gdb.server/unittest.exp: Likewise.
5192
5193 2018-10-09 Tom de Vries <tdevries@suse.de>
5194
5195 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5196 with runto_main.
5197
5198 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
5199
5200 PR c++/16841
5201 * gdb.cp/virtbase2.cc: New file.
5202 * gdb.cp/virtbase2.exp: New file.
5203
5204 2018-10-06 Tom Tromey <tom@tromey.com>
5205
5206 PR python/19399:
5207 * gdb.python/py-inferior.exp: Add architecture test.
5208
5209 2018-10-06 Tom Tromey <tom@tromey.com>
5210
5211 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5212 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5213
5214 2018-10-06 Tom Tromey <tom@tromey.com>
5215
5216 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5217 of a "throw" catchpoint.
5218
5219 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5220
5221 * gdb.base/info-proc.exp: Update string expected from "help info
5222 proc".
5223
5224 2018-10-04 Tom Tromey <tom@tromey.com>
5225
5226 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5227 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5228 (test_initial_complaints, test_empty_complaints): Update.
5229 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5230
5231 2018-10-04 Tom Tromey <tom@tromey.com>
5232
5233 PR cli/19551:
5234 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5235 * lib/gdb.exp (gdb_file_cmd): Update.
5236 * gdb.stabs/weird.exp (print_weird_var): Update.
5237 * gdb.server/solib-list.exp: Update.
5238 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5239 * gdb.mi/mi-cli.exp: Update.
5240 * gdb.linespec/linespec.exp: Update.
5241 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5242 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5243 * gdb.cp/cp-relocate.exp: Update.
5244 * gdb.base/sym-file.exp: Update.
5245 * gdb.base/relocate.exp: Update.
5246 * gdb.base/readnever.exp: Update.
5247 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5248 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5249 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5250 * gdb.base/code_elim.exp: Update.
5251 * gdb.base/break-unload-file.exp (test_break): Update.
5252 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5253 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5254 Update.
5255 * gdb.base/attach.exp (do_attach_tests): Update.
5256 * gdb.base/sepdebug.exp: Update.
5257 * gdb.python/py-section-script.exp: Update.
5258
5259 2018-10-04 Tom Tromey <tom@tromey.com>
5260
5261 PR cli/22234:
5262 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5263 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5264 output.
5265
5266 2018-10-04 Tom Tromey <tom@tromey.com>
5267
5268 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5269 set width and height to 0.
5270 (test_command_line_attach_run): Use -quiet.
5271
5272 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5273
5274 * lib/gdb.exp (skip_ifunc_tests): New.
5275 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5276 other compile failures.
5277 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5278
5279 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5280
5281 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5282 is_amd64_regs_target.
5283
5284 2018-10-01 Alan Hayward <alan.hayward@arm.com>
5285
5286 * gdb.arch/aarch64-sighandler-regs.c: New test.
5287 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5288 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5289
5290 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5291
5292 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5293 assembly.
5294
5295 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5296
5297 * gdb.base/frame-selection.exp: New file.
5298 * gdb.base/frame-selection.c: New file.
5299
5300 2018-09-27 Alan Hayward <alan.hayward@arm.com>
5301
5302 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5303 pthread barrier.
5304 (main): Likewise.
5305
5306 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5307
5308 * gdb.base/large-frame-1.c: New file.
5309 * gdb.base/large-frame-2.c: New file.
5310 * gdb.base/large-frame.exp: New file.
5311 * gdb.base/large-frame.h: New file.
5312
5313 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5314
5315 PR gdb/20948
5316 * gdb.base/write_mem.exp: New test.
5317 * gdb.base/write_mem.c: Likewise.
5318
5319 2018-09-23 Tom Tromey <tom@tromey.com>
5320
5321 PR python/18852:
5322 * gdb.python/py-parameter.exp: Add test for parameter that throws
5323 on "set".
5324
5325 2018-09-23 Tom Tromey <tom@tromey.com>
5326
5327 PR python/17284:
5328 * gdb.python/py-template.exp (test_template_arg): Add test for
5329 negative template argument number.
5330
5331 2018-09-23 Tom Tromey <tom@tromey.com>
5332
5333 PR python/14062:
5334 * gdb.python/python.exp: Add test for post_event error.
5335
5336 2018-09-23 Tom Tromey <tom@tromey.com>
5337
5338 PR python/18170:
5339 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5340 convert pointers to int and long.
5341
5342 2018-09-23 Tom Tromey <tom@tromey.com>
5343
5344 PR python/20126:
5345 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5346 signed-ness conversion tests.
5347
5348 2018-09-23 Tom Tromey <tom@tromey.com>
5349
5350 PR python/18352;
5351 * gdb.python/py-value.exp (test_float_conversion): New proc.
5352 Use it.
5353
5354 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5355
5356 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5357
5358 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5359
5360 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5361 no readline.
5362 * gdb.base/utf8-identifiers.exp: Likewise.
5363 * gdb.cp/cpcompletion.exp: Likewise.
5364 * gdb.linespec/cpcompletion.exp: Likewise.
5365 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5366 * gdb.linespec/cpls-ops.exp: Likewise.
5367
5368 2018-09-19 Richard Bunt <richard.bunt@arm.com>
5369 Chris January <chris.january@arm.com>
5370
5371 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5372 * gdb.fortran/short-circuit-argument-list.exp: New file.
5373 * gdb.fortran/short-circuit-argument-list.f90: New test.
5374
5375 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5376
5377 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5378 "arch=" keyword when executing "-stack-list-frames".
5379
5380 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5381
5382 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5383 "arch=" keyword when executing "-stack-list-frames".
5384
5385 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5386
5387 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5388 break ada".
5389
5390 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5391
5392 PR python/23669
5393 * gdb.python/python.exp: Test gdb.execute("show commands").
5394
5395 2018-09-16 Tom Tromey <tom@tromey.com>
5396
5397 * gdb.base/new-ui.exp (do_execution_tests): Update.
5398 * gdb.base/dbx.exp (test_breakpoints): Update.
5399
5400 2018-09-14 Alan Hayward <alan.hayward@arm.com>
5401
5402 * lib/gdb.exp (gdb_simple_compile): Add proc.
5403 (is_elf_target): Use gdb_simple_compile.
5404 (skip_altivec_tests): Likewise.
5405 (skip_vsx_tests): Likewise.
5406 (skip_tsx_tests): Likewise.
5407 (skip_btrace_tests): Likewise.
5408 (skip_btrace_pt_tests): Likewise.
5409 (gdb_can_simple_compile): Likewise.
5410 (gdb_has_argv0): Likewise.
5411 (gdb_target_symbol_prefix): Likewise.
5412 (target_supports_scheduler_locking): Likewise.
5413
5414 2018-09-13 Tom Tromey <tom@tromey.com>
5415
5416 * Makefile.in (TAGS): Recognize proc_with_prefix and
5417 gdb_caching_proc.
5418
5419 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5420
5421 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5422 method.
5423
5424 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5425
5426 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5427 and a few other Inferior properties when the Inferior is no
5428 longer valid.
5429
5430 2018-09-13 Tom Tromey <tom@tromey.com>
5431
5432 PR rust/23650:
5433 * gdb.rust/simple.exp: Add test for enum field access error.
5434
5435 2018-09-13 Tom Tromey <tom@tromey.com>
5436
5437 PR rust/23626:
5438 * gdb.rust/simple.rs (EmptyEnum): New type.
5439 (main): Use it.
5440 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5441
5442 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5443
5444 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5445 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5446 * gdb.python/py-symtab.exp: Update test printing an objfile.
5447
5448 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5449
5450 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5451 object.
5452
5453 2018-09-12 Alan Hayward <alan.hayward@arm.com>
5454
5455 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5456 (support_complex_tests): Use gdb_can_simple_compile.
5457 (is_ilp32_target): Likewise.
5458 (is_lp64_target): Likewise.
5459 (is_64_target): Likewise.
5460 (is_amd64_regs_target): Likewise.
5461 (is_aarch32_target): Likewise.
5462 (gdb_int128_helper): Likewise.
5463
5464 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5465
5466 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5467
5468 2018-09-10 Jerome Guitton <guitton@adacore.com>
5469
5470 * gdb.ada/same_component_name: Add test for case of tagged record
5471 with variable-length fields.
5472
5473 2018-09-10 Xavier Roirand <roirand@adacore.com>
5474
5475 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5476 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5477 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5478 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5479
5480 2018-09-10 Xavier Roirand <roirand@adacore.com>
5481
5482 * gdb.ada/mi_string_access.exp: New testcase.
5483 * gdb.ada/mi_string_access/bar.adb: New file.
5484 * gdb.ada/mi_string_access/pck.adb: New file.
5485 * gdb.ada/mi_string_access/pck.asd: New file.
5486
5487 2018-09-10 Xavier Roirand <roirand@adacore.com>
5488
5489 * gdb.ada/mi_var_union.exp: New testcase.
5490 * gdb.ada/mi_var_union/bar.adb: New file.
5491 * gdb.ada/mi_var_union/pck.adb: New file.
5492 * gdb.ada/mi_var_union/pck.asd: New file.
5493
5494 2018-09-08 Tom Tromey <tom@tromey.com>
5495
5496 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5497
5498 2018-09-08 Tom Tromey <tom@tromey.com>
5499
5500 PR python/16047:
5501 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5502 (register_pretty_printers): Register new printer.
5503 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5504 test.
5505 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5506 (an_int_type3): New global.
5507
5508 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5509
5510 * gdb.ada/expr_with_funcall: New testcase.
5511
5512 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5513
5514 * gdb.ada/packed_array_assign: New testcase.
5515
5516 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5517
5518 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5519 names, and add test prefixes to make test names unique.
5520
5521 2018-09-05 Tom de Vries <tdevries@suse.de>
5522
5523 * gdb.dwarf2/varval.exp: Add test.
5524
5525 2018-09-04 Gary Benson <gbenson@redhat.com>
5526
5527 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5528 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5529
5530 2018-08-31 Tom Tromey <tom@tromey.com>
5531
5532 * gdb.rust/simple.rs: Rename second variable "v".
5533
5534 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5535
5536 * gdb.base/funcargs.c (use_a): New function.
5537 (recurse): Call use_a.
5538
5539 2018-08-29 Keith Seitz <keiths@redhat.com>
5540
5541 * gdb.compile/compile-cplus-anonymous.cc: New file.
5542 * gdb.compile/compile-cplus-anonymous.exp: New file.
5543 * gdb.compile/compile-cplus-array-decay.cc: New file.
5544 * gdb.compile/compile-cplus-array-decay.exp: New file.
5545 * gdb.compile/compile-cplus-inherit.cc: New file.
5546 * gdb.compile/compile-cplus-inherit.exp: New file.
5547 * gdb.compile/compile-cplus-member.cc: New file.
5548 * gdb.compile/compile-cplus-member.exp: New file.
5549 * gdb.compile/compile-cplus-method.cc: New file.
5550 * gdb.compile/compile-cplus-method.exp: New file.
5551 * gdb.compile/compile-cplus-mod.c: "New" file.
5552 * gdb.compile/compile-cplus-namespace.cc: New file.
5553 * gdb.compile/compile-cplus-namespace.exp: New file.
5554 * gdb.compile/compile-cplus-nested.cc: New file.
5555 * gdb.compile/compile-cplus-nested.exp: New file.
5556 * gdb.compile/compile-cplus-print.c: "New" file.
5557 * gdb.compile/compile-cplus-print.exp: "New" file.
5558 * gdb.compile/compile-cplus-virtual.cc: New file.
5559 * gdb.compile/compile-cplus-virtual.exp: New file.
5560 * gdb.compile/compile-cplus.c: "New" file.
5561 * gdb.compile/compile-cplus.exp: "New" file.
5562 * lib/compile-support.exp: New file.
5563
5564 2018-08-16 Gary Benson <gbenson@redhat.com>
5565
5566 PR gdb/13000:
5567 * gdb.base/batch-exit-status.exp: New file.
5568 * gdb.base/batch-exit-status.good-commands: Likewise.
5569 * gdb.base/batch-exit-status.bad-commands: Likewise.
5570
5571 2018-08-29 Alan Hayward <alan.hayward@arm.com>
5572
5573 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5574 (struct struct02): Likewise.
5575 (struct struct03): Likewise.
5576 (struct struct04): Likewise.
5577 (struct struct_01_01): New struct.
5578 (struct struct_01_02): Likewise.
5579 (struct struct_01_03): Likewise.
5580 (struct struct_01_04): Likewise.
5581 (struct struct_02_01): Likewise.
5582 (struct struct_02_02): Likewise.
5583 (struct struct_02_03): Likewise.
5584 (struct struct_02_04): Likewise.
5585 (struct struct_04_01): Likewise.
5586 (struct struct_04_02): Likewise.
5587 (struct struct_04_03): Likewise.
5588 (struct struct_04_04): Likewise.
5589 (struct struct_05_01): Likewise.
5590 (struct struct_05_02): Likewise.
5591 (struct struct_05_03): Likewise.
5592 (struct struct_05_04): Likewise.
5593 (cmp_struct01): Remove function.
5594 (cmp_struct02): Likewise.
5595 (cmp_struct03): Likewise.
5596 (cmp_struct04): Likewise.
5597 (cmp_struct_01_01): Add Function.
5598 (cmp_struct_01_02): Likewise.
5599 (cmp_struct_01_03): Likewise.
5600 (cmp_struct_01_04): Likewise.
5601 (cmp_struct_02_01): Likewise.
5602 (cmp_struct_02_02): Likewise.
5603 (cmp_struct_02_03): Likewise.
5604 (cmp_struct_02_04): Likewise.
5605 (cmp_struct_04_01): Likewise.
5606 (cmp_struct_04_02): Likewise.
5607 (cmp_struct_04_03): Likewise.
5608 (cmp_struct_04_04): Likewise.
5609 (cmp_struct_05_01): Likewise.
5610 (cmp_struct_05_02): Likewise.
5611 (cmp_struct_05_03): Likewise.
5612 (cmp_struct_05_04): Likewise.
5613 (call_all): Add new structs.
5614 * gdb.base/infcall-nested-structs.exp: Likewise.
5615
5616 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5617
5618 * gdb.python/py-framefilter-mi.exp: Update regexp to
5619 check for "arch" field in frame output.
5620
5621 2018-08-23 Kevin Buettner <kevinb@redhat.com>
5622
5623 * gdb.dwarf2/dw2-ranges-func.c: New file.
5624 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5625
5626 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5627
5628 * gdb.base/term.exp: Compare terminal settings with values from
5629 the inferior.
5630 * gdb.base/term.c: Get and set terminal settings.
5631
5632 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5633
5634 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5635 accommodate new "arch" field in frame output.
5636 * gdb.mi/mi-return.exp: Likewise.
5637 * gdb.mi/mi-stack.exp: Likewise.
5638 * gdb.mi/mi-syn-frame.exp: Likewise.
5639 * gdb.mi/user-selected-context-sync.exp: Likewise.
5640
5641 2018-08-19 Michael Spang <spang@google.com>
5642
5643 PR gdb/11786
5644 * gdb.base/gcore-tls-pie.c: New file.
5645 * gdb.base/gcore-tls-pie.exp: New file.
5646
5647 2018-08-18 Kevin Buettner <kevinb@redhat.com>
5648
5649 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
5650 * gdb.dwarf2/varval.c: New file.
5651 * gdb.dwarf2/varval.exp: New file.
5652
5653 2018-08-17 Alan Hayward <alan.hayward@arm.com>
5654
5655 PR gdb/18931
5656 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5657
5658 2018-08-16 Keith Seitz <keiths@redhat.com>
5659
5660 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5661 tests expected to pass.
5662
5663 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5664
5665 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5666 -data-disassemble -a.
5667 (test_disassembly_bogus_args): Likewise.
5668
5669 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5670
5671 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5672
5673 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5674
5675 * gdb.base/vla-optimized-out.exp: Add new test.
5676
5677 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5678
5679 * gdb.base/vla-optimized-out-o3.exp: Delete.
5680 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5681 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5682 deleted tests.
5683
5684 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5685
5686 PR gdb/18050:
5687 * gdb.server/extended-remote-restart.c: New file.
5688 * gdb.server/extended-remote-restart.exp: New file.
5689
5690 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5691
5692 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5693 "set variable index = 42".
5694
5695 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5696
5697 * boards/index-cache-gdb.exp: New file.
5698 * gdb.dwarf2/index-cache.exp: New file.
5699 * gdb.dwarf2/index-cache.c: New file.
5700 * gdb.base/maint.exp: Check if we are using the index cache.
5701
5702 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5703
5704 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5705 MAKEFLAGS.
5706
5707 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5708
5709 * dg-extract-results.sh: Move to toplevel contrib.
5710 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5711 * Makefile.in (check-parallel-racy): Likewise.
5712
5713 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5714
5715 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5716 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5717 tests if the target supports scheduler locking.
5718
5719 2018-08-04 Tom de Vries <tdevries@suse.de>
5720
5721 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5722
5723 2018-08-02 Tom Tromey <tom@tromey.com>
5724
5725 PR symtab/16842.
5726 * gdb.cp/temargs.exp: Test "info address" of a template
5727 parameter.
5728
5729 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5730
5731 * gdb.python/py-mi-var-info-path-expression.c: New file.
5732 * gdb.python/py-mi-var-info-path-expression.py: New file.
5733 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5734
5735 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5736
5737 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5738 error after "cannot resolve name" string.
5739
5740 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5741
5742 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5743 started.
5744 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5745
5746 2018-07-28 Tom de Vries <tdevries@suse.de>
5747
5748 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5749
5750 2018-07-26 Tom de Vries <tdevries@suse.de>
5751
5752 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5753
5754 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5755
5756 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5757 is visible.
5758
5759 2018-07-26 Tom de Vries <tdevries@suse.de>
5760
5761 PR breakpoints/23366
5762 * gdb.base/catch-follow-exec.c: New test.
5763 * gdb.base/catch-follow-exec.exp: New file.
5764
5765 2018-07-25 Tom de Vries <tdevries@suse.de>
5766
5767 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5768 vla-optimized-out.c.
5769
5770 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5771
5772 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5773 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5774
5775 2018-07-20 Tom de Vries <tdevries@suse.de>
5776
5777 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5778 NOCLONE macro.
5779 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5780
5781 2018-07-19 Tom de Vries <tdevries@suse.de>
5782
5783 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5784 regular expression.
5785
5786 2018-07-18 Tom de Vries <tdevries@suse.de>
5787
5788 * gdb.base/vla-optimized-out.c: New test.
5789 * gdb.base/vla-optimized-out.exp: New file.
5790
5791 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5792
5793 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5794 message "No address associated with hostname" when gdbserver
5795 cannot resolve the hostname.
5796
5797 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5798
5799 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5800 Add some test prefixes to make tests unique.
5801
5802 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5803
5804 * gdb.base/frameapply.c: New file.
5805 * gdb.base/frameapply.exp: New file.
5806
5807 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5808
5809 * gdb.base/skip.exp: Update expected error message.
5810
5811 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5812 Jan Kratochvil <jan.kratochvil@redhat.com>
5813 Paul Fertser <fercerpav@gmail.com>
5814 Tsutomu Seki <sekiriki@gmail.com>
5815
5816 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5817 parameter.
5818 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5819 by default.
5820 * boards/native-gdbserver.exp: Likewise.
5821 * gdb.server/run-without-local-binary.exp: Improve regexp used
5822 for detecting when a remote debugging connection succeeds.
5823 * gdb.server/server-connect.exp: New file.
5824 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5825 Do not prefix the port number with ":".
5826 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5827 support for detecting and using it. Add '$debughost_gdbserver'
5828 to the list of arguments used to start gdbserver. Handle case
5829 when gdbserver cannot resolve a network name.
5830
5831 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5832
5833 PR c++/23373
5834 * gdb.base/ptype-offsets.cc (struct static_member): New
5835 struct.
5836 (main) <stmember>: New variable.
5837 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5838 with a static member in it.
5839
5840 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5841
5842 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5843 watchpoints enabled and disabled.
5844
5845 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5846
5847 * gdb.base/examine-backward.exp: Still run tests around address
5848 0x0, even if address 0x0 is not readable. Update the pattern for
5849 matching address 0x0 in expected output.
5850
5851 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5852
5853 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5854 malloc/free.
5855
5856 2018-07-04 Tom de Vries <tdevries@suse.de>
5857
5858 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5859
5860 2018-07-02 Maciej W. Rozycki <macro@mips.com>
5861
5862 PR tdep/8282
5863 * gdb.arch/mips-disassembler-options.exp: New test.
5864 * gdb.arch/mips-disassembler-options.s: New test source.
5865
5866 2018-06-29 Pedro Alves <palves@redhat.com>
5867
5868 * gdb.threads/names.exp: Adjust expected "info threads" output.
5869
5870 2018-06-29 Pedro Alves <palves@redhat.com>
5871
5872 * gdb.opt/inline-break.exp (line number, address): Add "info
5873 break" tests.
5874
5875 2018-06-29 Pedro Alves <palves@redhat.com>
5876
5877 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5878 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5879 number and address and running to them.
5880
5881 2018-06-29 Richard Bunt <richard.bunt@arm.com>
5882
5883 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5884
5885 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5886
5887 * lib/compiler.c: Remove executable permission flag.
5888
5889 2018-06-28 Richard Bunt <richard.bunt@arm.com>
5890
5891 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5892 code.
5893 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5894
5895 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5896
5897 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5898
5899 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5900
5901 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5902 address argument is omitted.
5903
5904 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5905
5906 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5907
5908 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
5909
5910 PR gdb/21695
5911 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5912 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5913
5914 2018-06-26 Tom Tromey <tom@tromey.com>
5915
5916 PR rust/22574:
5917 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5918 * gdb.rust/simple.rs (struct SimpleLayout): New.
5919
5920 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5921
5922 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5923 "info registers" output.
5924
5925 2018-06-21 Richard Bunt <richard.bunt@arm.com>
5926
5927 * gdb.base/watchpoint-hw-attach.c: New test.
5928 * gdb.base/watchpoint-hw-attach.exp: New file.
5929
5930 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5931
5932 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5933 through /bin/sh.
5934 * boards/dwarf4-gdb-index.exp: Likewise.
5935 * boards/fission-dwp.exp: Likewise.
5936
5937 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5938
5939 * gdb.base/float128.exp: Add comment and improved fail message
5940 to the failure case of "print large128" test.
5941
5942 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5943
5944 * configure.ac: Remove AC_PREREQ.
5945 * configure: Re-generate.
5946
5947 2018-06-19 Pedro Alves <palves@redhat.com>
5948
5949 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5950 (func_extern_caller): New.
5951 (main): Call func_extern_caller.
5952 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5953 logic change.
5954
5955 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
5956
5957 PR gdb/16841
5958 * gdb.cp/typedef-base.cc: New file.
5959 * gdb.cp/typedef-base.exp: New file.
5960
5961 2018-06-18 Tom de Vries <tdevries@suse.de>
5962
5963 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
5964
5965 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5966 Richard Bunt <Richard.Bunt@arm.com>
5967
5968 * gdb.threads/attach-slow-waitpid.c: New file.
5969 * gdb.threads/attach-slow-waitpid.exp: New file.
5970 * gdb.threads/slow-waitpid.c: New file.
5971
5972 2018-06-14 Pedro Alves <palves@redhat.com>
5973
5974 * gdb.base/fork-running-state.c: Include <errno.h>.
5975 (exit_if_relative_exits): New.
5976 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
5977 exits.
5978 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
5979 child exits.
5980
5981 2018-06-14 Tom de Vries <tdevries@suse.de>
5982
5983 PR cli/22573
5984 * gdb.base/finish-pretty.c: New test.
5985 * gdb.base/finish-pretty.exp: New file.
5986
5987 2018-06-14 Pedro Alves <palves@redhat.com>
5988
5989 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
5990 gdb's expected startup output.
5991
5992 2018-06-14 Pedro Alves <palves@redhat.com>
5993
5994 * lib/selftest-support.exp (selftest_setup): Remove inlined
5995 function handling.
5996
5997 2018-06-14 Tom de Vries <tdevries@suse.de>
5998
5999 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6000 matching of breakpoint printing.
6001
6002 2018-06-13 Tom de Vries <tdevries@suse.de>
6003
6004 PR testsuite/23269
6005 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6006 (fork_child): ... here, and ...
6007 (fork_parent): ... here.
6008
6009 2018-06-12 Tom de Vries <tdevries@suse.de>
6010
6011 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6012
6013 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6014 Stephen Roberts <stephen.roberts@arm.com>
6015
6016 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6017 rewrite test to describe action performed, rather than possible
6018 failure.
6019
6020 2018-06-08 Gary Benson <gbenson@redhat.com>
6021
6022 * gdb.threads/check-libthread-db.exp: New file.
6023 * gdb.threads/check-libthread-db.c: Likewise.
6024
6025 2018-06-05 Tom Tromey <tom@tromey.com>
6026
6027 * gdb.base/default.exp: Update expected "show version" output.
6028
6029 2018-06-05 Tom Tromey <tom@tromey.com>
6030
6031 PR cli/12326:
6032 * gdb.cp/static-print-quit.exp: Update.
6033 * lib/gdb.exp (pagination_prompt): Update.
6034 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6035 * gdb.python/python.exp: Update.
6036
6037 2018-06-04 Joel Brobecker <brobecker@adacore.com>
6038
6039 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6040
6041 2018-06-01 Joel Brobecker <brobecker@adacore.com>
6042
6043 * gdb.ada/bp_fun_addr: New testcase.
6044
6045 2018-06-01 Tom Tromey <tom@tromey.com>
6046
6047 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6048 results.
6049 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6050 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6051 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6052 * gdb.base/maint.exp (maint_pass_if): Update.
6053
6054 2018-05-31 Maciej W. Rozycki <macro@mips.com>
6055
6056 * gdb.base/endian.exp: New test.
6057 * gdb.base/endian.c: New test source.
6058
6059 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6060
6061 PR gdb/23203
6062 * gdb.base/bt-selected-frame.c: New file.
6063 * gdb.base/bt-selected-frame.exp: New file.
6064 * lib/gdb.exp (get_current_frame_number): New function.
6065
6066 2018-05-24 Maciej W. Rozycki <macro@mips.com>
6067 Pedro Alves <palves@redhat.com>
6068
6069 * gdb.threads/tls-core.c: Include <stdlib.h>
6070 (thread_proc): Call `abort'.
6071 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6072 (tls_core_test): New procedure, bits factored out from ...
6073 (top level): ... here. Test both native cores and gcore cores.
6074
6075 2018-05-23 Tom Tromey <tom@tromey.com>
6076
6077 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6078
6079 2018-05-23 Tom Tromey <tom@tromey.com>
6080
6081 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6082 symfile_complaints.
6083 (test_short_complaints): Likewise.
6084 (test_empty_complaints): Likewise.
6085 (test_initial_complaints): Update.
6086
6087 2018-05-23 Tom Tromey <tom@tromey.com>
6088
6089 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6090
6091 2018-05-23 Tom Tromey <tom@tromey.com>
6092
6093 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6094 (test_short_complaints): Update.
6095
6096 2018-05-22 Pedro Alves <palves@redhat.com>
6097
6098 * gdb.base/remote.exp: Only gdb_start after compiling the
6099 testcase. Issue "disconnect" before testing "set remote" command
6100 defaults. Issue clean_restart before running to main.
6101
6102 2018-05-22 Pedro Alves <palves@redhat.com>
6103
6104 * gdb.base/remote.exp: Adjust expected output of "show remote
6105 memory-write-packet-size". Add tests for "set remote
6106 memory-write-packet-size 0" and "set remote
6107 memory-write-packet-size fixed/limit".
6108
6109 2018-05-22 Pedro Alves <palves@redhat.com>
6110
6111 PR gdb/22973
6112 * gdb.base/utf8-identifiers.c: New file.
6113 * gdb.base/utf8-identifiers.exp: New file.
6114
6115 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6116
6117 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6118
6119 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6120
6121 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6122
6123 2018-05-18 Tom Tromey <tom@tromey.com>
6124
6125 * gdb.base/ptype-offsets.exp: Update.
6126
6127 2018-05-17 Keith Seitz <keiths@redhat.com>
6128
6129 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6130 in expected breakpoint stop locations.
6131 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6132 move to proper scope to test variable values.
6133 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6134 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6135 New functions.
6136 (main): Call not_inline_func3.
6137 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6138 inline_func1, inline_func2, and inline_func3. Test that when each
6139 breakpoint is hit, GDB properly reports both the stop location
6140 and the backtrace. Repeat tests for temporary breakpoints.
6141
6142 2018-05-15 Maciej W. Rozycki <macro@mips.com>
6143
6144 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6145 rather then trying to access it in determining whether the PID
6146 of `gdbserver' could have been retrieved.
6147
6148 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6149
6150 * gdb.arch/amd64-init-x87-values.S: New file.
6151 * gdb.arch/amd64-init-x87-values.exp: New file.
6152
6153 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6154
6155 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6156
6157 2018-05-04 Tom Tromey <tom@tromey.com>
6158
6159 PR python/22730:
6160 * gdb.python/python.exp: Test multi-line execute.
6161
6162 2018-05-04 Tom Tromey <tom@tromey.com>
6163
6164 PR python/22731:
6165 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6166
6167 2018-05-04 Tom Tromey <tom@tromey.com>
6168
6169 PR gdb/11750:
6170 * gdb.base/define.exp: Test defining a user command inside a user
6171 command.
6172 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6173
6174 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6175 Pedro Alves <palves@redhat.com>
6176
6177 PR breakpoints/19806 and support for PR external/20207.
6178 * gdb.base/watchpoint-unaligned.c: New file.
6179 * gdb.base/watchpoint-unaligned.exp: New file.
6180
6181 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6182
6183 * gdb.base/maint.exp: Make test names unique, use
6184 test_prefix_command_help to test 'help maint info', and remove
6185 repeated test of 'help maint'.
6186
6187 2018-05-04 Tom Tromey <tom@tromey.com>
6188
6189 PR gdb/22619:
6190 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6191 behavior.
6192
6193 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6194
6195 * gdb.base/maint.exp: Process output from 'maint print registers'
6196 line at a time.
6197
6198 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6199
6200 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6201 timeout.
6202
6203 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6204
6205 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6206 filter pattern.
6207
6208 2018-05-02 Pedro Alves <palves@redhat.com>
6209
6210 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6211 to_log_command renames.
6212 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6213
6214 2018-05-02 Tom Tromey <tom@tromey.com>
6215
6216 * gdb.python/py-parameter.exp: Set test message.
6217
6218 2018-05-02 Tom Tromey <tom@tromey.com>
6219
6220 PR python/20084:
6221 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6222 PARAM_ZUINTEGER_UNLIMITED tests.
6223
6224 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6225
6226 PR rust/23124
6227 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6228 when casting.
6229
6230 2018-04-30 Tom Tromey <tom@tromey.com>
6231
6232 * gdb.python/py-type.exp: Check align attribute.
6233 * gdb.python/py-type.c: New "aligncheck" global.
6234
6235 2018-04-30 Tom Tromey <tom@tromey.com>
6236
6237 PR exp/17095:
6238 * gdb.dwarf2/dw2-align.exp: New file.
6239 * gdb.cp/align.exp: New file.
6240 * gdb.base/align.exp: New file.
6241 * lib/gdb.exp (gdb_int128_helper): New proc.
6242 (has_int128_c, has_int128_cxx): New caching procs.
6243
6244 2018-04-27 Tom Tromey <tom@tromey.com>
6245
6246 PR rust/22545:
6247 * gdb.rust/simple.exp: Add inclusive range tests.
6248
6249 2018-04-26 Pedro Alves <palves@redhat.com>
6250
6251 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6252 ifunc breakpoint locations correctly of ifunc breakpoints set
6253 while the program resolves the ifunc.
6254
6255 2018-04-26 Pedro Alves <palves@redhat.com>
6256
6257 * gdb.base/gnu-ifunc-final.c: New file.
6258 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6259 * gdb.base/gnu-ifunc.exp (executable): Delete.
6260 (staticexecutable): Adjust.
6261 (lib_opts, exec_opts): Delete.
6262 (make_binsuffix, build, set-break): New procedures.
6263 (misc_tests): New, with tests factored out from the top level.
6264 (top level): Test different combinations of ifunc resolver name,
6265 resolver with and with debug info, and ifunc target with and
6266 without debug info. Wrap static tests with with_target_prefix.
6267
6268 2018-04-26 Pedro Alves <palves@redhat.com>
6269
6270 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6271 return type" warnings.
6272
6273 2018-04-25 Pedro Alves <palves@redhat.com>
6274
6275 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6276 killed".
6277 * gdb.base/kill-after-signal.exp: Likewise.
6278 * gdb.threads/kill.exp: Likewise.
6279
6280 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6281 Sergio Durigan Junior <sergiodj@redhat.com>
6282 Pedro Alves <palves@redhat.com>
6283
6284 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6285 regexps to expect for '[Inferior ... detached]' as well.
6286 * gdb.base/attach.exp: Likewise.
6287 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6288 "gdb_continue_to_end".
6289 (test_catch_syscall_with_wrong_args): Likewise.
6290 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6291 ']'. Don't set 'verbose' on.
6292 * gdb.base/foll-vfork.exp: Likewise.
6293 * gdb.base/fork-print-inferior-events.c: New file.
6294 * gdb.base/fork-print-inferior-events.exp: New file.
6295 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6296 '[Inferior ... has been killed]' message.
6297 * gdb.base/kill-after-signal.exp: Likewise.
6298 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6299 detach message.
6300 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6301 message.
6302 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6303 regexps to expect for '[Inferior ... detached]' as well.
6304 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6305
6306 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6307
6308 PR gdb/23104
6309 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6310
6311 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6312
6313 PR gdb/23095
6314 * gdb.base/break-probes.exp: Pass shlib_load to
6315 prepare_for_testing. Set normal_bp to r_debug_state if target is
6316 bsd.
6317
6318 2018-04-19 Richard Bunt <richard.bunt@arm.com>
6319
6320 * gdb.threads/multiple-successive-infcall.c: New test.
6321 * gdb.threads/multiple-successive-infcall.exp: New file.
6322
6323 2018-04-17 Tom Tromey <tom@tromey.com>
6324
6325 * gdb.rust/simple.rs (Union): New type.
6326 (main): New local "u".
6327 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6328
6329 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6330
6331 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6332 number information in output of "whereis" command.
6333 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6334
6335 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6336
6337 * gdb.ada/info_types.exp: Adjust expected output to the line
6338 numbers now printed by "info var/func/type".
6339 * gdb.base/completion.exp: Likewise.
6340 * gdb.base/included.exp: Likewise.
6341 * gdb.cp/cp-relocate.exp: Likewise.
6342 * gdb.cp/cplusfuncs.exp: Likewise.
6343 * gdb.cp/namespace.exp: Likewise.
6344 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6345
6346 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6347
6348 * gdb.btrace/cpu.exp: New.
6349
6350 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6351
6352 * gdb.base/step-indirect-call-thunk.exp: New.
6353 * gdb.base/step-indirect-call-thunk.c: New.
6354 * gdb.reverse/step-indirect-call-thunk.exp: New.
6355 * gdb.reverse/step-indirect-call-thunk.c: New.
6356
6357 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6358
6359 * gdb.base/pie-fork.c: New file.
6360 * gdb.base/pie-fork.exp: New file.
6361
6362 2018-04-11 Tom Tromey <tom@tromey.com>
6363
6364 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6365
6366 2018-04-10 Pedro Alves <palves@redhat.com>
6367
6368 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6369 exits. Instead loop running forever.
6370 (fork_parent): Run forever too.
6371
6372 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6373
6374 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6375 mi_continue_to_line.
6376 * gdb.mi/mi-stack.c (callee4): Add comment.
6377
6378 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6379
6380 * gdb.mi/mi-stack.exp: Fix indentation.
6381
6382 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6383
6384 PR gdb/22979
6385 * gdb.arch/amd64-osabi.exp: New file.
6386
6387 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6388
6389 PR gdb/22980
6390 * gdb.base/osabi.exp: New file.
6391
6392 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
6393
6394 * gdb.cp/static-typedef-print.exp: New file.
6395 * gdb.cp/static-typedef-print.cc: New file.
6396
6397 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6398
6399 * gdb.ada/varsize_limit: New testcase.
6400
6401 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6402
6403 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6404
6405 * gdb.ada/notcplusplus: New testcase.
6406
6407 * gdb.base/c-linkage-name.c: New file.
6408 * gdb.base/c-linkage-name.exp: New testcase.
6409
6410 2018-03-26 Tom Tromey <tom@tromey.com>
6411
6412 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6413 * gdb.python/py-framefilter.py (name_error): New global.
6414 (ErrorInName.function): Use name_error.
6415
6416 2018-03-26 Tom Tromey <tom@tromey.com>
6417
6418 PR backtrace/15582:
6419 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6420
6421 2018-03-23 Keith Seitz <keiths@redhat.com>
6422
6423 PR c++/22968
6424 * gdb.cp/subtypes.exp: New file.
6425 * gdb.cp/subtypes.h: New file.
6426 * gdb.cp/subtypes.cc: New file.
6427 * gdb.cp/subtypes-2.cc: New file.
6428
6429 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6430
6431 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6432 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6433 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6434 -nostartfiles when compiling the test. Confirm that all registers
6435 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6436
6437 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6438
6439 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6440 option, syntax was wrong anyway.
6441 * gdb.arch/arm-disp-step.exp: Likewise.
6442 * gdb.arch/sparc64-regs.exp: Likewise.
6443 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6444 option, syntax was wrong anyway, switch to use
6445 prepare_for_testing.
6446 * gdb.arch/i386-disp-step.exp: Likewise.
6447
6448 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6449
6450 * gdb.ada/exec_changed.exp: Replace "target_info exists
6451 use_gdb_stub" by "use_gdb_stub".
6452 * gdb.ada/start.exp: Likewise.
6453 * gdb.base/async-shell.exp: Likewise.
6454 * gdb.base/attach-pie-misread.exp: Likewise.
6455 * gdb.base/attach-wait-input.exp: Likewise.
6456 * gdb.base/break-entry.exp: Likewise.
6457 * gdb.base/break-interp.exp: Likewise.
6458 * gdb.base/dprintf-detach.exp: Likewise.
6459 * gdb.base/nostdlib.exp: Likewise.
6460 * gdb.base/solib-nodir.exp: Likewise.
6461 * gdb.base/statistics.exp: Likewise.
6462 * gdb.base/testenv.exp: Likewise.
6463 * gdb.mi/mi-exec-run.exp: Likewise.
6464 * gdb.mi/mi-start.exp: Likewise.
6465 * gdb.multi/dummy-frame-restore.exp: Likewise.
6466 * gdb.multi/multi-arch-exec.exp: Likewise.
6467 * gdb.multi/multi-arch.exp: Likewise.
6468 * gdb.multi/tids.exp: Likewise.
6469 * gdb.multi/watchpoint-multi.exp: Likewise.
6470 * gdb.python/py-events.exp: Likewise.
6471 * gdb.threads/attach-into-signal.exp: Likewise.
6472 * gdb.threads/attach-stopped.exp: Likewise.
6473 * gdb.threads/threadapply.exp: Likewise.
6474 * lib/selftest-support.exp: Likewise.
6475
6476 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6477
6478 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6479
6480 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6481
6482 * gdb.perf/template-breakpoints.cc: New file.
6483 * gdb.perf/template-breakpoints.exp: New file.
6484 * gdb.perf/template-breakpoints.py: New file.
6485
6486 2018-03-19 Tom Tromey <tom@tromey.com>
6487
6488 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6489 y0.
6490 * gdb.rust/simple.exp: Test bare identifier form of struct
6491 initializer.
6492
6493 2018-03-19 Tom Tromey <tom@tromey.com>
6494
6495 * gdb.gdb/observer.exp: Remove.
6496
6497 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6498
6499 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6500 "qualified" option when setting breakpoints.
6501 * gdb.trace/backtrace.exp: Likewise.
6502 * gdb.trace/circ.exp: Likewise.
6503 * gdb.trace/collection.exp: Likewise.
6504 * gdb.trace/disconnected-tracing.exp: Likewise.
6505 * gdb.trace/ftrace-lock.exp: Likewise.
6506 * gdb.trace/ftrace.exp: Likewise.
6507 * gdb.trace/infotrace.exp: Likewise.
6508 * gdb.trace/packetlen.exp: Likewise.
6509 * gdb.trace/passc-dyn.exp: Likewise.
6510 * gdb.trace/qtro.exp: Likewise.
6511 * gdb.trace/read-memory.exp: Likewise.
6512 * gdb.trace/report.exp: Likewise.
6513 * gdb.trace/signal.exp: Likewise.
6514 * gdb.trace/status-stop.exp: Likewise.
6515 * gdb.trace/strace.exp: Likewise.
6516 * gdb.trace/tfind.exp: Likewise.
6517 * gdb.trace/trace-break.exp: Likewise.
6518 * gdb.trace/trace-condition.exp: Likewise.
6519 * gdb.trace/trace-mt.exp: Likewise.
6520 * gdb.trace/tstatus.exp: Likewise.
6521 * gdb.trace/tsv.exp: Likewise.
6522 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6523 * gdb.trace/unavailable.exp: Likewise.
6524 * gdb.trace/while-dyn.exp: Likewise.
6525
6526 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6527
6528 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6529 that libinproctrace is copied to the target.
6530
6531 2018-03-14 Tom Tromey <tom@tromey.com>
6532
6533 PR cli/14977:
6534 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6535 a null pointer.
6536 * gdb.base/wchar.exp: Likewise.
6537
6538 2018-03-14 Tom Tromey <tom@tromey.com>
6539
6540 PR cli/19918:
6541 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6542 flag.
6543
6544 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6545
6546 PR gdb/22841
6547 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6548 "target" to remote_exec.
6549
6550 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6551
6552 PR gdb/22841
6553 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6554 ${board}_upload): Remove.
6555
6556 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6557
6558 * gdb.cp/watch-cp.cc: New test.
6559 * gdb.cp/watch-cp.exp: New file.
6560
6561 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6562
6563 * gdb.base/infcall-nested-structs.exp: New file.
6564 * gdb.base/infcall-nested-structs.c: New file.
6565 * gdb.base/float.exp: Add riscv support.
6566
6567 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6568
6569 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6570 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6571
6572 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6573
6574 * gdb.server/abspath.exp: New file.
6575 * lib/gdb.exp (with_cwd): New procedure.
6576
6577 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6578
6579 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6580 use it.
6581 (gdb_is_target_remote_prompt): New proc.
6582 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6583 (gdb_is_target_native): Pass prompt parameter to
6584 gdb_is_target_1.
6585
6586 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6587
6588 * gdb.base/load-command.c: New file.
6589 * gdb.base/load-command.exp: New file.
6590 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6591 (gdb_is_target_1): ...this, and generalize for other targets
6592 than just remote.
6593 (gdb_is_target_remote): Use gdb_is_target_1.
6594 (gdb_is_target_native): use gdb_is_target_1.
6595
6596 2018-02-26 Tom Tromey <tom@tromey.com>
6597
6598 PR python/16497:
6599 * gdb.python/py-framefilter.exp: Update test.
6600
6601 2018-02-26 Tom Tromey <tom@tromey.com>
6602
6603 * gdb.dwarf2/variant.c: New file.
6604 * gdb.dwarf2/variant.exp: New file.
6605
6606 2018-02-26 Tom Tromey <tom@tromey.com>
6607
6608 * gdb.rust/simple.exp: Accept more possible results in enum test.
6609
6610 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6611
6612 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6613 parentheses.
6614
6615 2018-02-23 Maciej W. Rozycki <macro@mips.com>
6616
6617 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6618 name of a variable: $actual_linejj -> $actual_line.
6619
6620 2018-02-21 John Baldwin <jhb@FreeBSD.org>
6621
6622 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6623
6624 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6625
6626 * gdb.btrace/buffer-size.exp: Do not force BTS.
6627
6628 2018-02-14 Pedro Alves <palves@redhat.com>
6629
6630 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6631 getting a "Quit".
6632
6633 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6634
6635 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6636 Fix test name.
6637
6638 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6639
6640 * gdb.cp/m-static.exp: Check type of optimized out static
6641 member.
6642
6643 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6644
6645 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6646 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6647
6648 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6649 Leszek Swirski <leszeks@google.com>
6650
6651 * gdb.python/py-prettyprint.c
6652 (struct to_string_returns_value_inner,
6653 struct to_string_returns_value_wrapper): New.
6654 (main): Add tsrvw variable.
6655 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6656 ToStringReturnsValueWrapper): New classes.
6657 (register_pretty_printers): Register new pretty-printers.
6658 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6659 recursive pretty printer.
6660 * gdb.python/py-mi.exp: Likewise.
6661
6662 2018-02-01 Leszek Swirski <leszeks@google.com>
6663
6664 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6665 functions with the same name as an include file are parsed
6666 correctly.
6667
6668 2018-02-01 Yao Qi <yao.qi@linaro.org>
6669
6670 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6671 "\[^\r\n\]*".
6672
6673 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6674
6675 * gdb.arch/powerpc-prologue-frame.s: New file.
6676 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6677 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6678
6679 2018-01-31 Joel Brobecker <brobecker@adacore.com>
6680
6681 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6682
6683 2018-01-30 Pedro Alves <palves@redhat.com>
6684
6685 PR gdb/13211
6686 * gdb.base/interrupt-daemon.c: New.
6687 * gdb.base/interrupt-daemon.exp: New.
6688 * gdb.multi/multi-term-settings.c: New.
6689 * gdb.multi/multi-term-settings.exp: New.
6690
6691 2018-01-30 Joel Brobecker <brobecker@adacore.com>
6692
6693 * gdb.base/break.exp: Save the location where the breakpoint
6694 on break.c:47 was actually inserted when debugging the version
6695 compiled at -O2 and use it in the expected output of the "info
6696 break" test performed soon after.
6697
6698 2018-01-22 Pedro Alves <palves@redhat.com>
6699 Sergio Durigan Junior <sergiodj@redhat.com>
6700
6701 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6702 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6703
6704 2018-01-22 Joel Brobecker <brobecker@adacore.com>
6705
6706 * gdb.base/break-include.c, gdb.base/break-include.inc,
6707 gdb.base/break-include.exp: New files.
6708 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6709 line number now being the actual line number where the breakpoint
6710 was inserted.
6711 * gdb.mi/mi-break.exp: Likewise.
6712 * gdb.mi/mi-reverse.exp: Likewise.
6713 * gdb.mi/mi-simplerun.exp: Ditto.
6714
6715 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6716
6717 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6718 varobj.
6719 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6720
6721 2018-01-21 Don Breazeal <donb@codesourcery.com>
6722 Andrew Burgess <andrew.burgess@embecosm.com>
6723
6724 * gdb.mi/basics.c: Add new global.
6725 * gdb.mi/mi-frame-regs.exp: New file.
6726 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6727 case.
6728
6729 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6730
6731 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6732 non-parameter, and on an unknown symbol.
6733
6734 2018-01-19 Tom Tromey <tom@tromey.com>
6735
6736 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6737 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6738
6739 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6740
6741 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6742 setrlimit and chdir to int.
6743
6744 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6745
6746 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6747 function.
6748 (my_tend): Likewise.
6749 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6750 rationale of avoiding FP- and vector instructions.
6751
6752 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6753
6754 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6755 "info reg" with "\[ \t\]*".
6756 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6757 "\[ \t\]+".
6758 * gdb.arch/s390-multiarch.exp: Ditto.
6759 * gdb.base/pc-fp.exp: Ditto.
6760 * gdb.reverse/i386-precsave.exp: Ditto.
6761 * gdb.reverse/i386-reverse.exp: Ditto.
6762 * gdb.reverse/i387-env-reverse.exp: Ditto.
6763 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6764
6765 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6766
6767 * lib/gdb.exp (gdb_compile): Re-enable use of
6768 universal_compile_options for languages other than Rust.
6769
6770 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6771
6772 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6773
6774 2018-01-17 Mike Gulick <mgulick@mathworks.com>
6775
6776 PR gdb/16577
6777 * gdb.base/solib-vanish.exp: New.
6778 * gdb.base/solib-vanish-main.c: New.
6779 * gdb.base/solib-vanish-lib1.c: New.
6780 * gdb.base/solib-vanish-lib2.c: New.
6781
6782 2018-01-17 Yao Qi <yao.qi@linaro.org>
6783
6784 * gdb.compile/compile.exp: Match the address printed for
6785 frame in the output of command "bt".
6786
6787 2018-01-15 Tom Tromey <tom@tromey.com>
6788
6789 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6790 compute sp_reg.
6791
6792 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6793
6794 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6795 to prepare.
6796 (prepare): Return 0 on error, 1 on success.
6797
6798 2018-01-12 Pedro Alves <palves@redhat.com>
6799
6800 * gdb.base/continue-after-aborted-step-over.c: New.
6801 * gdb.base/continue-after-aborted-step-over.exp: New.
6802
6803 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6804
6805 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6806 options when not creating an executable.
6807
6808 2018-01-11 Pedro Alves <palves@redhat.com>
6809
6810 PR remote/22597
6811 * gdb.server/stop-reply-no-thread.c: New file.
6812 * gdb.server/stop-reply-no-thread.exp: New file.
6813
6814 2018-01-10 Pedro Alves <palves@redhat.com>
6815
6816 PR gdb/22670
6817 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6818 functions too. Test setting breakpoints and printing C functions
6819 with no debug info too.
6820 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6821
6822 2018-01-10 Pedro Alves <palves@redhat.com>
6823
6824 PR gdb/22670
6825 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6826 a fail.
6827
6828 2018-01-10 Pedro Alves <palves@redhat.com>
6829
6830 PR gdb/22670
6831 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6832
6833 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6834
6835 * gdb.server/unittest.exp: Match the output in non-development
6836 mode.
6837
6838 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6839
6840 * gdb.gdb/unittest.exp: Match output in non-development mode.
6841
6842 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6843
6844 * gdb.ada/access_tagged_param.exp: Relax expected output
6845 for value of "ObjL" in "continue" to pck.inspect breakpoint
6846 test.
6847
6848 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6849
6850 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6851 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
6852
6853 2018-01-05 Pedro Alves <palves@redhat.com>
6854
6855 PR gdb/18653
6856 * gdb.base/libsegfault.exp: New.
6857
6858 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6859
6860 PR gdb/22670
6861 * gdb.ada/access_tagged_param.exp: New file.
6862 * gdb.ada/access_tagged_param/foo.adb: New file.
6863
6864 2018-01-05 Pedro Alves <palves@redhat.com>
6865
6866 PR gdb/22670
6867 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6868 exercise lower case too, and to exercise both full matching and
6869 wild matching.
6870
6871 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6872
6873 * gdb.ada/rename_subscript_param: New testcase.
6874
6875 2018-01-05 Jerome Guitton <guitton@adacore.com>
6876
6877 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6878
6879 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6880
6881 * gdb.ada/convvar_comp: New testcase.
6882
6883 2018-01-05 Xavier Roirand <roirand@adacore.com>
6884
6885 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6886 (My_Table): New global variable.
6887 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6888
6889 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6890
6891 PR gdb/22670
6892 * gdb.ada/maint_with_ada: New testcase.
6893
6894 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6895
6896 PR gdb/22670
6897 * gdb.ada/bp_c_mixed_case: New testcase.
6898
6899 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6900
6901 PR gdb/22670
6902 * gdb.ada/complete.exp: Add "complete break ada" test.
6903
6904 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6905
6906 PR gdb/22670
6907 * gdb.ada/info_addr_mixed_case: New testcase.
6908
6909 2018-01-03 Xavier Roirand <roirand@adacore.com>
6910
6911 * gdb.ada/excep_handle.exp: New testcase.
6912 * gdb.ada/excep_handle/foo.adb: New file.
6913 * gdb.ada/excep_handle/pck.ads: New file.
6914
6915 2018-01-03 Joel Brobecker <brobecker@adacore.com>
6916
6917 * gdb.base/step-line.c: Add extra empty line in copyright header.
6918 * gdb.base/step-line.inp: Likewise.
6919
6920 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6921
6922 * gdb.ada/dyn_stride.exp: Add slice test.
6923
6924 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6925
6926 * gdb.ada/dyn_stride: New testcase.
6927
6928 2017-12-27 Stafford Horne <shorne@gmail.com>
6929
6930 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6931 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6932
6933 2017-12-27 Stafford Horne <shorne@gmail.com>
6934
6935 * gdb.base/reggroups.c: New file.
6936 * gdb.base/reggroups.exp: New file.
6937
6938 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6939
6940 * gdb.dwarf2/ada-valprint-error.c: New file.
6941 * gdb.dwarf2/ada-valprint-error.exp: New file.
6942
6943 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6944
6945 * gdb.ada/assign_arr: New testcase.
6946
6947 2017-12-18 Xavier Roirand <roirand@adacore.com>
6948
6949 * gdb.ada/funcall_ptr: New testcase.
6950
6951 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6952
6953 PR cli/16224
6954 * gdb.base/ptype-offsets.cc: New file.
6955 * gdb.base/ptype-offsets.exp: New file.
6956
6957 2017-12-15 Yao Qi <yao.qi@linaro.org>
6958
6959 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
6960 if XML is disabled.
6961
6962 2017-12-15 Xavier Roirand <roirand@adacore.com>
6963
6964 * gdb.ada/same_component_name: New testcase.
6965
6966 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6967
6968 * gdb.ada/str_binop_equal: New testcase.
6969
6970 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6971
6972 * gdb.ada/task_switch_in_core: New testcase.
6973
6974 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
6975
6976 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
6977 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
6978 call test_bkpt_qualified.
6979 (test_bkpt_qualified): New proc.
6980
6981 2017-12-13 Pedro Alves <palves@redhat.com>
6982
6983 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6984 Tighten regexp by matching with an anchor.
6985
6986 2017-12-13 Pedro Alves <palves@redhat.com>
6987
6988 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
6989 ("expression with namespace"): New set of tests.
6990 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
6991 (Nested::Test_NS::qux): New.
6992 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
6993 defaults to 'start_quote_char' and 'end_quote_char' parameters.
6994
6995 2017-12-13 Joel Brobecker <brobecker@adacore.com>
6996
6997 * gdb.base/server-del-break.c: New file.
6998 * gdb.base/server-del-break.exp: New file.
6999
7000 2017-12-12 Stafford Horne <shorne@gmail.com>
7001
7002 * gdb.xml/tdesc-regs.exp: Add or1k support.
7003
7004 2017-12-12 Stafford Horne <shorne@gmail.com>
7005
7006 * gdb.base/bp-permanent.c: Define nop of or1k.
7007
7008 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7009
7010 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7011 output with components being reordered.
7012
7013 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7014
7015 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7016 output with components being reordered.
7017
7018 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7019 Pedro Alves <palves@redhat.com>
7020
7021 * gdb.base/maint.exp (check for .gdb_index): Check also for
7022 .debug_names.
7023 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7024 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7025 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7026 (.gdb_index used after symbol reloading): Support also .debug_names.
7027 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7028
7029 2017-12-08 Yao Qi <yao.qi@linaro.org>
7030
7031 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7032 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7033
7034 2017-12-08 Yao Qi <yao.qi@linaro.org>
7035
7036 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7037 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7038
7039 2017-12-08 Yao Qi <yao.qi@linaro.org>
7040
7041 * gdb.arch/aarch64-tagged-pointer.c: New file.
7042 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7043
7044 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7045
7046 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7047 "int".
7048
7049 2017-12-07 Keith Seitz <keiths@redhat.com>
7050
7051 PR breakpoints/22569
7052 * gdb.linespec/ls-errs.exp: Change expected result of "break
7053 -source this file has spaces.c -line 3".
7054 Check that an explicit source file followed by whitespace is
7055 identified as an invalid explicit location.
7056
7057 2017-12-07 Keith Seitz <keiths@redhat.com>
7058
7059 * gdb.cp/nested-types.cc: New file.
7060 * gdb.cp/nested-types.exp: New file.
7061 * lib/cp-support.exp: Load data-structures.exp library.
7062 (debug_cp_test_ptype_class): New global.
7063 (cp_ptype_class_verbose, next_line): New procedures.
7064 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7065 Add and document new return value.
7066 Switch the list of lines to a queue.
7067 Add support for new `type' key for nested type definitions.
7068 Add debugging/troubleshooting messages.
7069 * lib/data-structures.exp: New file.
7070
7071 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7072
7073 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7074 with proc_with_prefix, don't use with_test_prefix.
7075
7076 2017-12-07 Tom Tromey <tom@tromey.com>
7077
7078 * gdb.base/break.exp: Add test for empty "commands".
7079
7080 2017-12-07 Yao Qi <yao.qi@linaro.org>
7081
7082 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7083 malloc and catch syscall.
7084
7085 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7086
7087 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
7088 tests for explicit locations.
7089
7090 2017-12-06 Pedro Alves <palves@redhat.com>
7091
7092 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7093 force-disabling XML descriptions.
7094
7095 2017-12-04 Pedro Alves <palves@redhat.com>
7096
7097 PR gdb/22499
7098 * gdb.arch/amd64-disp-step-avx.S: New file.
7099 * gdb.arch/amd64-disp-step-avx.exp: New file.
7100
7101 2017-12-03 Pedro Alves <palves@redhat.com>
7102
7103 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7104 and <string.h>.
7105 (parent_function): Print distinct messages when waitpid fails, or
7106 the child exits with a signal, or the child exits for an unhandled
7107 reason.
7108 * gdb.threads/process-dies-while-detaching.exp
7109 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7110 it. Wait for both inferior output and GDB's prompt. Use an
7111 indirect spawn id list.
7112 (do_detach): New parameter 'child_exit'. Use it to compute
7113 expected inferior output.
7114 (test_detach, test_detach_watch, test_detach_killed_outside):
7115 Adjust to pass down the expected child exit kind.
7116
7117 2017-12-01 Joel Brobecker <brobecker@adacore.com>
7118 Sergio Durigan Junior <sergiodj@redhat.com>
7119 Pedro Alves <palves@redhat.com>
7120
7121 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7122
7123 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7124
7125 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7126 to 'symbol-file' and 'add-symbol-file' can be
7127 position-independent.
7128
7129 2017-12-01 Yao Qi <yao.qi@linaro.org>
7130
7131 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7132 the URL in copyright header.
7133 * gdb.arch/aarch64-fp.exp: Likewise.
7134 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7135 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7136 * gdb.base/expand-psymtabs.exp: Likewise.
7137 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7138 * gdb.fortran/common-block.exp: Likewise.
7139 * gdb.fortran/common-block.f90: Likewise.
7140 * gdb.fortran/logical.exp: Likewise.
7141 * gdb.fortran/vla-datatypes.f90: Likewise.
7142 * gdb.fortran/vla-sub.f90: Likewise.
7143
7144 2017-11-30 Joel Brobecker <brobecker@adacore.com>
7145
7146 * gdb.ada/repeat_dyn: New testcase.
7147
7148 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7149
7150 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7151 Update for changed thread numbering.
7152 * gdb.cell/bt.exp: Update for changed GDB output.
7153
7154 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7155
7156 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7157 setting isremote by hand.
7158 * boards/dwarf4-gdb-index.exp: Likewise.
7159 * boards/fission.exp: Likewise.
7160 * boards/stabs.exp: Likewise.
7161
7162 2017-11-30 Pedro Alves <palves@redhat.com>
7163
7164 * gdb.linespec/cpls-ops.exp
7165 (check_explicit_skips_function_argument): Extract the underlying
7166 type of size_t instead of hardcoding it.
7167
7168 2017-11-29 Pedro Alves <palves@redhat.com>
7169
7170 PR c++/19436
7171 * gdb.linespec/cpls-abi-tag.cc: New file.
7172 * gdb.linespec/cpls-abi-tag.exp: New file.
7173
7174 2017-11-29 Pedro Alves <palves@redhat.com>
7175
7176 * gdb.base/langs.exp: Use -qualified.
7177 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7178 it.
7179 * gdb.cp/namespace.exp: Use -qualified.
7180 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7181 (overload-3, template-overload, template-ret-type, const-overload)
7182 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7183 procedures.
7184 (test_driver): Call them.
7185 * gdb.cp/save-bp-qualified.cc: New.
7186 * gdb.cp/save-bp-qualified.exp: New.
7187 * gdb.linespec/explicit.exp: Test -qualified.
7188 * lib/completion-support.exp (completion::explicit_opts_list): Add
7189 "-qualified".
7190 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7191
7192 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7193
7194 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7195
7196 2017-11-29 Tom Tromey <tom@tromey.com>
7197
7198 * gdb.base/relocate.exp: Update invalid argument test.
7199 Add new tests for invalid arguments.
7200
7201 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7202
7203 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7204 Return 0 as a long.
7205 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7206
7207 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7208
7209 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7210 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7211 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7212 func ().
7213 * gdb.cp/shadow.cc (B.func): Return 0.
7214
7215 2017-11-27 Joel Brobecker <brobecker@adacore.com>
7216
7217 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7218 expected output in gdb_expect call to allow the exception
7219 message to be present as well. Fix syntax confusion to avoid
7220 TCL thinking that exception_name is an array.
7221
7222 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7223
7224 * gdb.arch/spu-info.c: Include <unistd.h>.
7225 (do_signal_test): Fix broken calls to write.
7226 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7227 Fix checks for empty mailboxes. Update signal tests for corrected
7228 do_signal_test routine. Allow nonzero event status.
7229 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7230 * gdb.cell/arch.exp: Use standard_output_file.
7231 * gdb.cell/break.exp: Likewise.
7232 * gdb.cell/bt.exp: Likewise.
7233 * gdb.cell/core.exp: Likewise.
7234 * gdb.cell/dwarfaddr.exp: Likewise.
7235 * gdb.cell/ea-cache.exp: Likewise.
7236 * gdb.cell/ea-standalone.exp: Likewise.
7237 * gdb.cell/f-regs.exp: Likewise.
7238 * gdb.cell/fork.exp: Likewise.
7239 * gdb.cell/gcore.exp: Likewise.
7240 * gdb.cell/mem-access.exp: Likewise.
7241 * gdb.cell/ptype.exp: Likewise.
7242 * gdb.cell/registers.exp: Likewise.
7243 * gdb.cell/sizeof.exp: Likewise.
7244 * gdb.cell/solib-symbol.exp: Likewise.
7245 * gdb.cell/solib.exp: Likewise.
7246
7247 2017-11-25 Pedro Alves <palves@redhat.com>
7248
7249 * gdb.base/complete-empty.exp: New file.
7250 * gdb.base/completion.exp: Adjust.
7251
7252 2017-11-25 Pedro Alves <palves@redhat.com>
7253
7254 * gdb.linespec/cpls-ops.cc: New file.
7255 * gdb.linespec/cpls-ops.exp: New file.
7256 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7257 factored out from ...
7258 (test_complete_prefix_range): ... this.
7259
7260 2017-11-24 Pedro Alves <palves@redhat.com>
7261
7262 * gdb.linespec/cpcompletion.exp: New file.
7263 * gdb.linespec/cpls-hyphen.cc: New file.
7264 * gdb.linespec/cpls.cc: New file.
7265 * gdb.linespec/cpls2.cc: New file.
7266 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7267 test to use test_gdb_complete_unique. Add label completion,
7268 keyword completion and explicit location completion tests.
7269 * lib/completion-support.exp: New file.
7270
7271 2017-11-24 Joel Brobecker <brobecker@adacore.com>
7272
7273 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7274 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7275 when hitting an exception catchpoint.
7276
7277 2017-11-22 Yao Qi <yao.qi@linaro.org>
7278
7279 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7280
7281 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7282
7283 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7284 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7285 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7286
7287 2017-11-22 Yao Qi <yao.qi@linaro.org>
7288
7289 * gdb.base/info-os.exp: Pass pthreads.
7290 * gdb.multi/multi-attach.exp: Likewise.
7291
7292 2017-11-22 Yao Qi <yao.qi@linaro.org>
7293
7294 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7295 compiler.
7296
7297 2017-11-22 Yao Qi <yao.qi@linaro.org>
7298
7299 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7300 * gdb.base/break-interp.exp: Likewise.
7301 * gdb.base/jit-attach-pie.exp: Likewise.
7302
7303 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7304
7305 * gdb.base/float128.c (large128): New variable.
7306 * gdb.base/float128.exp: Add test to print largest __float128 value.
7307
7308 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7309
7310 * gdb.arch/vsx-regs.exp: Update register content checks.
7311
7312 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7313
7314 * gdb.arch/ppc-longdouble.exp: New file.
7315 * gdb.arch/ppc-longdouble.c: Likewise.
7316
7317 2017-11-21 Pedro Alves <palves@redhat.com>
7318
7319 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7320
7321 2017-11-20 Pedro Alves <palves@redhat.com>
7322
7323 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7324 (long_double_typedef): New typedefs.
7325 Use DEF on double and long double.
7326 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7327 cases.
7328 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7329 and 'long_double_ptr_same_size' locals. Use them to decide
7330 whether cast from array/function to float is valid/invalid.
7331
7332 2017-11-17 Tom Tromey <tom@tromey.com>
7333
7334 * gdb.rust/traits.rs: New file.
7335 * gdb.rust/traits.exp: New file.
7336
7337 2017-11-17 Joel Brobecker <brobecker@adacore.com>
7338
7339 * gdb.ada/minsyms: New testcase.
7340
7341 2017-11-16 Pedro Alves <palves@redhat.com>
7342
7343 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7344 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7345
7346 2017-11-16 Pedro Alves <palves@redhat.com>
7347
7348 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7349 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7350
7351 2017-11-16 Pedro Alves <palves@redhat.com>
7352
7353 * gdb.server/reconnect-ctrl-c.c: New file.
7354 * gdb.server/reconnect-ctrl-c.exp: New file.
7355
7356 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7357
7358 * gdb.python/py-rbreak.exp: New file.
7359 * gdb.python/py-rbreak.c: New file.
7360 * gdb.python/py-rbreak-func2.c: New file.
7361
7362 2017-11-16 Pedro Alves <palves@redhat.com>
7363
7364 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7365 pattern.
7366 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7367 GDB.
7368
7369 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7370
7371 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7372 regex.
7373
7374 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7375
7376 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7377 test names.
7378
7379 2017-11-09 Pedro Alves <palves@redhat.com>
7380
7381 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7382 factored out from ...
7383 (top level): ... here, and adjusted to avoid expecting beyond the
7384 prompt in a single gdb_test_multiple.
7385
7386 2017-11-09 Pedro Alves <palves@redhat.com>
7387
7388 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7389 output.
7390 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7391 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7392 * gdb.server/ext-run.exp ("kill" test): Likewise.
7393 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7394
7395 2017-11-09 Pedro Alves <palves@redhat.com>
7396
7397 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7398 match till end of line.
7399
7400 2017-11-09 Pedro Alves <palves@redhat.com>
7401
7402 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7403
7404 2017-11-09 Pedro Alves <palves@redhat.com>
7405
7406 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7407 New procedures, factored out from ...
7408 (top level): ... here, and adjusted to avoid expecting beyond the
7409 prompt in one go.
7410
7411 2017-11-09 Pedro Alves <palves@redhat.com>
7412
7413 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7414 output. Fix '?' match.
7415
7416 2017-11-08 Joel Brobecker <brobecker@adacore.com>
7417
7418 * gdb.ada/scoped_watch: New testcase.
7419 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7420 which is actually correct.
7421 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7422 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7423
7424 2017-11-08 Pedro Alves <palves@redhat.com>
7425
7426 * gdb.gdb/complaints.exp (test_initial_complaints)
7427 (test_serial_complaints, test_short_complaints): Call
7428 complaint_internal instead of complaint.
7429
7430 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7431
7432 * gdb.threads/tls-core.c: New file.
7433 * gdb.threads/tls-core.exp: Likewise.
7434
7435 2017-11-08 Pedro Alves <palves@redhat.com>
7436
7437 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7438 (p Exported_Capitalized): New test.
7439 (p exported_capitalized): New test.
7440
7441 2017-11-07 Pedro Alves <palves@redhat.com>
7442
7443 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7444
7445 2017-11-07 Pedro Alves <palves@redhat.com>
7446
7447 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7448 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7449 (disable_invalid, disable_inverted, disable_negative): New
7450 procedures.
7451 ("bad numbers"): New set of tests.
7452
7453 2017-11-07 Pedro Alves <palves@redhat.com>
7454
7455 * gdb.cp/ena-dis-br-range.exp: Add tests.
7456
7457 2017-11-07 Pedro Alves <palves@redhat.com>
7458
7459 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7460
7461 2017-11-07 Xavier Roirand <roirand@adacore.com>
7462 Pedro Alves <palves@redhat.com>
7463
7464 * gdb.base/ena-dis-br.exp: Add reference to
7465 gdb.cp/ena-dis-br-range.exp.
7466 * gdb.cp/ena-dis-br-range.exp: New file.
7467 * gdb.cp/ena-dis-br-range.cc: New file.
7468
7469 2017-11-06 Pedro Alves <palves@redhat.com>
7470
7471 * gdb.base/attach-non-pgrp-leader.c: New.
7472 * gdb.base/attach-non-pgrp-leader.exp: New.
7473
7474 2017-11-06 Pedro Alves <palves@redhat.com>
7475
7476 * configure.ac: No longer check for termio.h and sgtty.h.
7477 * configure: Regenerate.
7478 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7479 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7480 Remove termio and sgtty code.
7481
7482 2017-11-03 Yao Qi <yao.qi@linaro.org>
7483
7484 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7485 in GDB is disabled.
7486
7487 2017-11-03 Yao Qi <yao.qi@linaro.org>
7488
7489 * gdb.python/py-thrhandle.exp: Skip it if python is not
7490 enabled.
7491
7492 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7493
7494 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7495 as a breakpoint command.
7496
7497 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7498
7499 PR python/21213
7500 * gdb.python/py-infthread.exp: Test calling
7501 InferiorThread.inferior () multiple times in a row.
7502
7503 2017-10-27 Keith Seitz <keiths@redhat.com>
7504
7505 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7506 Test "info break" for every inlined function breakpoint.
7507
7508 2017-10-27 Yao Qi <yao.qi@linaro.org>
7509
7510 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7511
7512 2017-10-26 Patrick Frants <osscontribute@gmail.com>
7513
7514 * gdb.cp/classes.exp (test_static_members): Test printing
7515 Outer::instance.
7516 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7517 (Inner::instance, Outer::instance): New.
7518
7519 2017-10-24 Pedro Alves <palves@redhat.com>
7520
7521 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7522 extra console" test in two stages.
7523
7524 2017-10-24 Pedro Alves <palves@redhat.com>
7525
7526 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7527
7528 2017-10-24 Pedro Alves <palves@redhat.com>
7529
7530 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7531 loop.
7532
7533 2017-10-24 Pedro Alves <palves@redhat.com>
7534
7535 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7536 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7537
7538 2017-10-24 Pedro Alves <palves@redhat.com>
7539
7540 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7541 parameter and handle it. Don't output read value in test name.
7542
7543 2017-10-24 Pedro Alves <palves@redhat.com>
7544
7545 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7546 custom test name.
7547
7548 2017-10-24 Pedro Alves <palves@redhat.com>
7549
7550 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7551 include the unstable output directory name in the test's name.
7552 (initial_setup_simple) <'set args'>: Use custom test name.
7553
7554 2017-10-24 Pedro Alves <palves@redhat.com>
7555
7556 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7557 with explicit test name.
7558
7559 2017-10-20 Pedro Alves <palves@redhat.com>
7560
7561 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7562 'wait -i'. Use gdb_assert and remote_close.
7563
7564 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7565
7566 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7567 number from variable rather than hard-coded.
7568
7569 2017-10-19 Pedro Alves <palves@redhat.com>
7570
7571 * gdb.base/long-inferior-output.c: New file.
7572 * gdb.base/long-inferior-output.exp: New file.
7573
7574 2017-11-18 Keith Seitz <keiths@redhat.com>
7575
7576 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7577 method.
7578 (main): Call it.
7579 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7580 Add additional user-defined conversion operator tests.
7581
7582 2017-10-17 Pedro Alves <palves@redhat.com>
7583
7584 * boards/native-stdio-gdbserver.exp: Load "local-board".
7585
7586 2017-10-17 Pedro Alves <palves@redhat.com>
7587
7588 * gdb.base/quit-live.c: New file.
7589 * gdb.base/quit-live.exp: New file.
7590
7591 2017-10-16 Keith Seitz <keiths@redhat.com>
7592
7593 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7594 (class_with_protected_typedef, class_with_private_typedef)
7595 (struct_with_public_typedef, struct_with_protected_typedef)
7596 (struct_with_private_typedef): New classes/structs.
7597 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7598 typedefs and access specifiers.
7599
7600 2017-10-16 Pedro Alves <palves@redhat.com>
7601 Simon Marchi <simon.marchi@polymtl.ca>
7602
7603 * README (Local vs Remote vs Native): New section.
7604 * boards/local-board.exp: New file, with bits factored out from
7605 ...
7606 * boards/native-extended-gdbserver.exp: ... here. Load
7607 "local-board".
7608 * boards/native-gdbserver.exp: Load "local-board".
7609 (${board}_spawn, ${board}_exec): Delete.
7610 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7611 ...
7612 * boards/stdio-gdbserver-base.exp: ... this new file.
7613 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7614 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7615 procedure.
7616 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7617 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7618 stdio_gdbserver_command.
7619 (${board}_get_remote_address, ${board}_get_comm_port)
7620 (${board}_download, ${board}_upload): Delete.
7621 (get_target_remote_pipe_cmd): New.
7622
7623 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7624
7625 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7626 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7627 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7628 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7629 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7630 remove with_test_prefix.
7631
7632 2017-10-13 Pedro Alves <palves@redhat.com>
7633
7634 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7635 * gdb.base/annota1.exp: Use it instead of is_remote.
7636 * gdb.base/annota3.exp: Use it instead of is_remote.
7637 * gdb.cp/annota2.exp: Use it instead of is_remote.
7638 * gdb.cp/annota3.exp: Use it instead of is_remote.
7639 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7640
7641 2017-10-13 Pedro Alves <palves@redhat.com>
7642
7643 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7644 (test_num_test_vars, run_and_count_vars, find_env)
7645 (test_set_unset_env, test_inherit_env_var): New procedures.
7646 (top level): Use them.
7647
7648 2017-10-13 Pedro Alves <palves@redhat.com>
7649
7650 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7651 also skip on stub-like targets.
7652
7653 2017-10-13 Pedro Alves <palves@redhat.com>
7654
7655 PR gdb/22293
7656 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7657 (top level): Move some tests to ...
7658 (test_not_found): ... this new procedure.
7659 (top level): Call it.
7660
7661 2017-10-13 Pedro Alves <palves@redhat.com>
7662
7663 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7664 expect different "info terminal" output if testing with a
7665 non-native target.
7666
7667 2017-10-13 Pedro Alves <palves@redhat.com>
7668 Simon Marchi <simon.marchi@polymtl.ca>
7669
7670 PR python/12966
7671 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7672
7673 2017-10-13 Pedro Alves <palves@redhat.com>
7674
7675 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7676 already.
7677
7678 2017-10-13 Pedro Alves <palves@redhat.com>
7679
7680 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7681 is_remote.
7682
7683 2017-10-13 Pedro Alves <palves@redhat.com>
7684
7685 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7686 is_remote.
7687
7688 2017-10-13 Pedro Alves <palves@redhat.com>
7689
7690 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7691 is set.
7692 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7693 instead of is_remote.
7694
7695 2017-10-13 Pedro Alves <palves@redhat.com>
7696
7697 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7698 (top level): Add comment.
7699
7700 2017-10-13 Pedro Alves <palves@redhat.com>
7701
7702 * gdb.base/remote.exp (top level): Fix comment typo and add
7703 missing return.
7704
7705 2017-10-13 Pedro Alves <palves@redhat.com>
7706 Simon Marchi <simon.marchi@polymtl.ca>
7707
7708 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7709 calls and add comments. Skip test if use_gdb_stub is set.
7710 (top level): Use "set cwd" command instead of "cd" command.
7711
7712 2017-10-13 Pedro Alves <palves@redhat.com>
7713
7714 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7715 is_remote target check.
7716
7717 2017-10-13 Pedro Alves <palves@redhat.com>
7718
7719 * gdb.base/scope.exp: Use build_executable + clean_restart +
7720 gdb_file_cmd instead of prepare_for_testing and no longer skip
7721 "before run" tests on is_remote target boards. Update comments.
7722 * boards/native-extended-gdbserver.exp
7723 (extended_gdbserver_load_last_file): New, factored out from ...
7724 (gdb_load): ... this. Move further below and add comment.
7725 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7726
7727 2017-10-12 Pedro Alves <palves@redhat.com>
7728
7729 * gdb.base/attach.exp: Remove references to gdb64.
7730 * gdb.base/dbx.exp: Remove references to gdb64.
7731
7732 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7733 Pedro Alves <palves@redhat.com>
7734
7735 * gdb.base/label.exp: Remove is_remote target check.
7736
7737 2017-10-12 Pedro Alves <palves@redhat.com>
7738
7739 * gdb.base/auvx.exp (coredir): Update comment.
7740 (top level) <core_works>: Use "set cwd" command instead of "cd"
7741 command.
7742
7743 2017-10-12 Pedro Alves <palves@redhat.com>
7744 Simon Marchi <simon.marchi@polymtl.ca>
7745
7746 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7747 target boards.
7748
7749 2017-10-12 Pedro Alves <palves@redhat.com>
7750 Simon Marchi <simon.marchi@polymtl.ca>
7751
7752 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7753 Instead skip if there's any gdb_protocol set.
7754
7755 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7756 Pedro Alves <palves@redhat.com>
7757
7758 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7759
7760 2017-10-12 Pedro Alves <palves@redhat.com>
7761 Simon Marchi <simon.marchi@polymtl.ca>
7762
7763 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7764 instead of on dejagnu remote boards.
7765
7766 2017-10-12 Pedro Alves <palves@redhat.com>
7767 Simon Marchi <simon.marchi@polymtl.ca>
7768
7769 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7770 checks. Use build_executable + clean_restart instead of
7771 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7772 of enabling non-stop after starting gdb.
7773
7774 2017-10-12 Pedro Alves <palves@redhat.com>
7775
7776 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7777 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7778 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7779 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7780
7781 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7782
7783 * gdb.arch/arc-tdesc-cpu.exp: New file.
7784 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7785
7786 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7787
7788 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7789
7790 2017-10-10 Pedro Alves <palves@redhat.com>
7791
7792 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7793 expect CLI output.
7794
7795 2017-10-10 Pedro Alves <palves@redhat.com>
7796
7797 * lib/selftest-support.exp (selftest_setup): Update for
7798 captured_command_loop's prototype change.
7799
7800 2017-10-09 Pedro Alves <palves@redhat.com>
7801
7802 Test both arch1=>arch2 and arch2=>arch1.
7803
7804 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7805 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7806 factored out to...
7807 (append_arch1_options, append_arch2_options, append_arch_options)
7808 (build_executables): New procedures.
7809 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7810 local.
7811 (top level): Add new 'first_arch' testing axis.
7812
7813 2017-10-09 Pedro Alves <palves@redhat.com>
7814
7815 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7816 (barrier): New.
7817 (thread_start, all_started): New functions.
7818 (main): Spawn new thread and wait until it is scheduled.
7819 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7820 option.
7821 (do_test): Add 'selected_thread' parameter. Run to all_started
7822 instead of main. Explicitly set the breakpoint at main. Switch
7823 to the SELECTED_THREAD thread.
7824 (top level): Test handling the exec event with either the main
7825 thread or the second thread selected.
7826
7827 2017-10-09 Pedro Alves <palves@redhat.com>
7828
7829 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7830 logic. Move STOP marker after the value checks.
7831 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7832 regexp.
7833
7834 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7835
7836 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7837
7838 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7839
7840 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7841 integer-to-dfp conversion.
7842 * gdb.base/dfp-test.exp: Likewise.
7843
7844 2017-10-04 Pedro Alves <palves@redhat.com>
7845
7846 * gdb.multi/hangout.c: Include <unistd.h>.
7847 (hangout_loop): New function.
7848 (main): Call alarm. Call hangout_loop in a loop.
7849 * gdb.multi/hello.c: Include <unistd.h>.
7850 (hello_loop): New function.
7851 (main): Call alarm. Call hangout_loop in a loop.
7852 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7853 inferior with the other selected.
7854
7855 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7856
7857 * gdb.mi/list-thread-groups-available.exp: New file.
7858 * gdb.mi/list-thread-groups-available.c: New file.
7859
7860 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7861
7862 * gdb.base/set-cwd.exp: Make it available on
7863 native-extended-gdbserver.
7864
7865 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7866
7867 * gdb.base/set-cwd.c: New file.
7868 * gdb.base/set-cwd.exp: Likewise.
7869
7870 2017-10-02 Tom Tromey <tom@tromey.com>
7871
7872 PR rust/22236:
7873 * gdb.rust/simple.rs (main): New variable "fslice".
7874 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7875
7876 2017-10-02 Tom Tromey <tom@tromey.com>
7877
7878 * gdb.rust/simple.exp: Test ptype of a slice.
7879
7880 2017-10-02 Tom Tromey <tom@tromey.com>
7881
7882 * gdb.rust/simple.exp: Test index of slice.
7883
7884 2017-09-27 Tom Tromey <tom@tromey.com>
7885
7886 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7887
7888 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7889 Pedro Alves <palves@redhat.com>
7890
7891 * gdb.base/compare-sections.exp (get value of read-only section): Read
7892 as unsigned value.
7893 (corrupt read-only section): Likewise and don't set written if patching
7894 failed.
7895
7896 2017-09-21 Kevin Buettner <kevinb@redhat.com>
7897
7898 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7899 files.
7900
7901 2017-09-20 Pedro Alves <palves@redhat.com>
7902
7903 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7904 symbol names in gdb's output.
7905 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7906
7907 2017-09-20 Pedro Alves <palves@redhat.com>
7908
7909 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7910 Rename to ...
7911 (test_list_ambiguous_symbol): ... this and add a symbol name
7912 parameter. Adjust.
7913 (test_list_ambiguous_function): Reimplement on top of
7914 test_list_ambiguous_symbol and also test listing ambiguous
7915 variables.
7916 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7917 (ambiguous_fun): ... this.
7918 (ambiguous_var): New.
7919 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7920 (ambiguous_fun): ... this.
7921 (ambiguous_var): New.
7922
7923 2017-09-19 John Baldwin <jhb@FreeBSD.org>
7924
7925 * gdb.base/starti.c: New file.
7926 * gdb.base/starti.exp: New file.
7927 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7928
7929 2017-09-14 Pedro Alves <palves@redhat.com>
7930
7931 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7932 (top level): Use it instead of runto.
7933
7934 2017-09-11 Tom Tromey <tom@tromey.com>
7935
7936 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7937
7938 2017-09-11 Tom Tromey <tom@tromey.com>
7939
7940 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7941 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7942
7943 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7944
7945 * gdb.fortran/printing-types.exp: New file.
7946 * gdb.fortran/printing-types.exp: New file.
7947
7948 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7949
7950 * gdb.fortran/vla-ptype.exp: Fix typos.
7951 * gdb.fortran/vla-value.exp: Same.
7952
7953 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7954
7955 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
7956 * gdb.mi/mi-var-child-f.exp: Likewise.
7957 * gdb.mi/mi-vla-fortran.exp: Likewise.
7958
7959 2017-09-08 Frank Penczek <frank.penczek@intel.com>
7960 Christoph Weinmann <christoph.t.weinmann@intel.com>
7961 Bernhard Heckel <bernhard.heckel@intel.com>
7962
7963 * gdb.fortran/ptr-indentation.f90: New file.
7964 * gdb.fortran/ptr-indentation.exp: New file.
7965
7966 2017-09-05 Tom Tromey <tom@tromey.com>
7967
7968 PR gdb/22010:
7969 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
7970
7971 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7972
7973 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
7974
7975 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7976
7977 * gdb.threads/tls-nodebug-pie.c: New file.
7978 * gdb.threads/tls-nodebug-pie.exp: New file.
7979
7980 2017-09-05 Tom Tromey <tom@tromey.com>
7981
7982 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
7983 for rust.
7984
7985 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7986
7987 * gdb.multi/multi-arch-exec.exp: Test with different
7988 "follow-exec-mode" settings.
7989 (do_test): New procedure.
7990
7991 2017-09-04 Pedro Alves <palves@redhat.com>
7992
7993 * gdb.base/func-static.c (S::method const, S::method volatile)
7994 (S::method volatile const): New methods.
7995 (c_s, v_s, cv_s): New instances.
7996 (main): Call method() on them.
7997 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
7998 (cannot_resolve): New procedure.
7999 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8000 print-quote-unquoted columns.
8001 (do_test): Test printing each scope too.
8002
8003 2017-09-04 Pedro Alves <palves@redhat.com>
8004
8005 * gdb.base/local-static.exp: Also test with
8006 class::method::variable wholly quoted.
8007 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8008
8009 2017-09-04 Pedro Alves <palves@redhat.com>
8010
8011 * gdb.base/local-static.c: New.
8012 * gdb.base/local-static.cc: New.
8013 * gdb.base/local-static.exp: New.
8014
8015 2017-09-04 Pedro Alves <palves@redhat.com>
8016
8017 * gdb.asm/asm-source.exp: Add casts to int.
8018 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8019 (dataglobal64_1, dataglobal64_2): New globals.
8020 * gdb.base/nodebug.exp: Test different expressions involving the
8021 new globals, with print, whatis and ptype. Add casts to int.
8022 * gdb.base/solib-display.exp: Add casts to int.
8023 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8024 * gdb.cp/m-static.exp: Add cast to int.
8025 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8026 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8027 tls variable with no debug info without a cast. Test with a cast
8028 to int too.
8029 * gdb.trace/entry-values.exp: Add casts.
8030
8031 2017-09-04 Pedro Alves <palves@redhat.com>
8032
8033 * gdb.base/nodebug.exp: Test that ptype's error about functions
8034 with unknown return type includes the function name too.
8035
8036 2017-09-04 Pedro Alves <palves@redhat.com>
8037
8038 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8039 return type of munmap in infcall.
8040 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8041 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8042 type of ftell in infcall.
8043 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8044 type of getpid in infcall.
8045 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8046 infcall.
8047 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8048 Bail on failure to extract the pid.
8049 * gdb.base/nodebug.c: #include <stdint.h>.
8050 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8051 New functions.
8052 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8053 Change expected output of print/whatis/ptype with functions with
8054 no debug info. Test all supported languages. Call
8055 test_call_promotion.
8056 * gdb.compile/compile.exp: Adjust expected output to expect
8057 warning.
8058 * gdb.threads/siginfo-threads.exp: Likewise.
8059
8060 2017-09-04 Pedro Alves <palves@redhat.com>
8061
8062 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8063 "prototypes". Test calling float functions via prototyped and
8064 unprototyped function pointers.
8065 (perform_all_tests): New parameter "prototypes". Pass it down.
8066 (top level): Pass down "prototypes" parameter to
8067 perform_all_tests.
8068
8069 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8070
8071 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8072 Test with nested loops.
8073
8074 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8075
8076 * gdb.base/commands.exp: Call the new procedures.
8077 (loop_break_test, loop_continue_test): New procedures.
8078
8079 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8080
8081 * gdb.base/commands.exp: Call new procedure.
8082 (define_if_without_arg_test): New procedure.
8083
8084 2017-09-04 Pedro Alves <palves@redhat.com>
8085
8086 * gdb.base/list-ambiguous.exp: New file.
8087 * gdb.base/list-ambiguous0.c: New file.
8088 * gdb.base/list-ambiguous1.c: New file.
8089 * gdb.base/list.exp (test_list_range): Adjust expected output.
8090
8091 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8092
8093 * gdb.base/share-env-with-gdbserver.c: New file.
8094 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8095
8096 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8097
8098 * gdb.base/commands.exp (gdbvar_simple_if_test,
8099 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8100 progvar_simple_if_test, progvar_simple_while_test,
8101 progvar_complex_if_while_test, user_defined_command_test,
8102 user_defined_command_args_eval,
8103 user_defined_command_args_stack_test,
8104 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8105 temporary_breakpoint_commands,
8106 gdb_test_no_prompt, redefine_hook_test,
8107 redefine_backtrace_test): Remove "global gdb_prompt".
8108
8109 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8110
8111 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8112 New proc, call it from toplevel.
8113
8114 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8115
8116 PR remote/21852
8117 * gdb.server/normal.c: New file, copied from gdb.base.
8118 * gdb.server/run-without-local-binary.exp: New file.
8119
8120 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
8121
8122 * gdb.arch/sparc64-adi.exp: New file.
8123 * gdb.arch/sparc64-adi.c: New file.
8124
8125 2017-08-22 Pedro Alves <palves@redhat.com>
8126
8127 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8128 (top level): Add "list all overloads" tests.
8129
8130 2017-08-22 Tom Tromey <tom@tromey.com>
8131
8132 * gdb.gdb/xfullpath.exp: Remove.
8133
8134 2017-08-21 Pedro Alves <palves@redhat.com>
8135
8136 PR gdb/19487
8137 * gdb.base/symbol-alias.c: New.
8138 * gdb.base/symbol-alias2.c: New.
8139 * gdb.base/symbol-alias.exp: New.
8140
8141 2017-08-21 Pedro Alves <palves@redhat.com>
8142
8143 * gdb.base/dfp-test.c
8144 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8145 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8146 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8147 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8148 * gdb.base/whatis-ptype-typedefs.c: New.
8149 * gdb.base/whatis-ptype-typedefs.exp: New.
8150 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8151 (an_int, an_int_type, an_int_type2): New globals.
8152 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8153 involving typedefs and cast expressions.
8154 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8155 (lookup_typedefs_function): New.
8156 (typedefs_pretty_printers_dict): New.
8157 (top level): Register lookup_typedefs_function in
8158 gdb.pretty_printers.
8159
8160 2017-08-18 Yao Qi <yao.qi@linaro.org>
8161
8162 * gdb.server/unittest.exp: New.
8163
8164 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8165
8166 PR gdb/21954
8167 * gdb.base/environ.exp: Add test to check if 'unset environment'
8168 works.
8169
8170 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8171
8172 * lib/gdb.exp (universal_compile_options): New caching proc.
8173 (gdb_compile): Suppress GCC's coloring of messages.
8174
8175 2017-08-14 Tom Tromey <tom@tromey.com>
8176
8177 PR gdb/21675:
8178 * gdb.base/printcmds.exp (test_radices): New function.
8179 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8180 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8181 * lib/gdb.exp (get_integer_valueof): Use p/d.
8182
8183 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8184
8185 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8186 characters.
8187
8188 2017-08-05 Tom Tromey <tom@tromey.com>
8189
8190 * gdb.rust/simple.exp: Allow String to appear in a different
8191 namespace.
8192
8193 2017-07-26 Yao Qi <yao.qi@linaro.org>
8194
8195 * gdb.gdb/unittest.exp: Invoke command
8196 "maintenance check xml-descriptions".
8197
8198 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8199
8200 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8201 calling context.
8202 (hex128): Drop erroneous calculation of parameters.
8203
8204 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8205
8206 * gdb.python/py-unwind.exp: Disable stack protection when
8207 building test file.
8208
8209 2017-07-20 Pedro Alves <palves@redhat.com>
8210
8211 * gdb.base/default.exp (set language): Adjust expected output.
8212
8213 2017-07-20 Pedro Alves <palves@redhat.com>
8214
8215 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8216 (test_minsym): ... this, and make static.
8217 (get_pck__foo__bar__minsym): Rename to ...
8218 (get_test_minsym): ... this.
8219 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8220 symbol names and comments.
8221 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8222 (get_test_minsym): ... this.
8223 (pck__foo__bar__minsym__2): Rename to ...
8224 (test_minsym): ... this.
8225 (main): Adjust.
8226
8227 2017-07-17 Pedro Alves <palves@redhat.com>
8228
8229 * gdb.base/completion.exp: Adjust expected output.
8230 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8231 the completer works.
8232
8233 2017-07-17 Pedro Alves <palves@redhat.com>
8234
8235 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8236
8237 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8238
8239 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8240
8241 2017-07-14 Tom Tromey <tom@tromey.com>
8242
8243 PR rust/21764:
8244 * gdb.rust/simple.exp: Add tests.
8245
8246 2017-07-14 Tom Tromey <tom@tromey.com>
8247
8248 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8249
8250 2017-07-14 Pedro Alves <palves@redhat.com>
8251
8252 * gdb.linespec/base/one/thefile.cc (z1): New function.
8253 * gdb.linespec/base/two/thefile.cc (z2): New function.
8254 * gdb.linespec/linespec.exp: Add tests.
8255
8256 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8257
8258 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8259 to mi_create_breakpoint.
8260
8261 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8262
8263 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8264 mi_create_breakpoint.
8265
8266 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8267
8268 * gdb.dlang/demangle.exp: Update for demangling changes.
8269
8270 2017-07-09 Tom Tromey <tom@tromey.com>
8271
8272 * gdb.dwarf2/shortpiece.exp: New file.
8273
8274 2017-07-06 David Blaikie <dblaikie@gmail.com>
8275
8276 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8277 built from fissiont-multi-cu{1,2}.c.
8278 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8279 except putting 'main' and 'func' in separate CUs in the same DWO file.
8280 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8281 test.
8282 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8283 test.
8284
8285 2017-07-06 Pedro Alves <palves@redhat.com>
8286
8287 * gdb.python/py-unwind.exp: Test flushregs.
8288
8289 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8290
8291 PR cli/21688
8292 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8293 tests for alias commands and trailing whitespace.
8294
8295 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8296
8297 PR cli/21688
8298 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8299 procedure. Call it.
8300
8301 2017-06-29 Pedro Alves <palves@redhat.com>
8302
8303 * gdb.base/printcmds.exp: Add tests.
8304
8305 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8306
8307 PR gdb/21337
8308 * gdb.base/reread-readsym.exp: New file.
8309 * gdb.base/reread-readsym.c: New file.
8310
8311 2017-06-21 Kevin Buettner <kevinb@redhat.com>
8312
8313 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8314 subpattern.
8315
8316 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8317
8318 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8319 extended mnemonic.
8320 * gdb.arch/powerpc-power9.s: Likewise.
8321
8322 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8323
8324 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8325 on 32-bit x86 targets. Exploit is_*_target macros where
8326 appropriate.
8327
8328 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8329
8330 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8331 register pieces.
8332
8333 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8334
8335 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8336 located in one or more DWARF pieces.
8337
8338 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8339
8340 * lib/gdb.exp (get_endianness): New proc.
8341 * gdb.arch/aarch64-fp.exp: Use it.
8342 * gdb.arch/altivec-regs.exp: Likewise.
8343 * gdb.arch/e500-regs.exp: Likewise.
8344 * gdb.arch/vsx-regs.exp: Likewise.
8345 * gdb.base/dump.exp: Likewise.
8346 * gdb.base/funcargs.exp: Likewise.
8347 * gdb.base/gnu_vector.exp: Likewise.
8348 * gdb.dwarf2/formdata16.exp: Likewise.
8349 * gdb.dwarf2/implptrpiece.exp: Likewise.
8350 * gdb.dwarf2/nonvar-access.exp: Likewise.
8351 * gdb.python/py-inferior.exp: Likewise.
8352 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8353
8354 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8355
8356 PR gdb/21226
8357 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8358 stack value pieces are taken from the LSB end.
8359
8360 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8361
8362 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8363 variable at nonzero offset.
8364
8365 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8366
8367 * gdb.dwarf2/var-access.c: New file.
8368 * gdb.dwarf2/var-access.exp: New test.
8369 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8370
8371 2017-06-12 Tom Tromey <tom@tromey.com>
8372
8373 * gdb.dwarf2/formdata16.exp: Add tests.
8374
8375 2017-06-12 Tom Tromey <tom@tromey.com>
8376
8377 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8378
8379 2017-06-12 Tom Tromey <tom@tromey.com>
8380
8381 PR exp/16225:
8382 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8383 * gdb.arch/vsx-regs.exp: Update tests.
8384 * gdb.arch/s390-vregs.exp (hex128): New proc.
8385 Update test.
8386 * gdb.arch/altivec-regs.exp: Update tests.
8387
8388 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8389
8390 * gdb.base/startup-with-shell.c: New file.
8391 * gdb.base/startup-with-shell.exp: Likewise.
8392
8393 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8394
8395 * gdb.server/non-existing-program.exp: Update regex in order to
8396 reflect the fact that gdbserver is now using fork_inferior (with a
8397 shell) to startup the inferior.
8398
8399 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8400
8401 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8402 support function calls from GDB.
8403
8404 2017-05-21 Tom Tromey <tom@tromey.com>
8405
8406 PR rust/21466:
8407 * gdb.rust/unsized.exp: New file.
8408 * gdb.rust/unsized.rs: New file.
8409
8410 2017-05-19 Tom Tromey <tom@tromey.com>
8411
8412 PR rust/21484:
8413 * gdb.rust/watch.exp: New file.
8414 * gdb.rust/watch.rs: New file.
8415
8416 2017-05-18 Tom Tromey <tom@tromey.com>
8417
8418 * gdb.rust/simple.exp: Allow Box to be qualified.
8419
8420 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8421
8422 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8423
8424 2017-05-18 Pedro Alves <palves@redhat.com>
8425
8426 * gdb.base/fileio.c (test_write, test_read, test_close)
8427 (test_fstat): Don't print 'ret' in the fail path.
8428
8429 2017-05-18 Pedro Alves <palves@redhat.com>
8430
8431 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8432 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8433 (test_system, test_rename, test_unlink, test_time): Change
8434 prototypes.
8435 * gdb.base/fileio.exp (stop_msg): Adjust.
8436
8437 2017-05-18 Pedro Alves <palves@redhat.com>
8438
8439 * gdb.base/fileio.c (null_str): New global.
8440 (test_stat): Use it.
8441 * gdb.base/fileio.exp: Remove nowarnings.
8442
8443 2017-05-17 Yao Qi <yao.qi@linaro.org>
8444
8445 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8446
8447 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8448
8449 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8450 argument command.
8451 (top-level): Invoke test_set_inferior_tty.
8452
8453 2017-05-04 Pedro Alves <palves@redhat.com>
8454
8455 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8456 Add parens to print call for Python 3.
8457
8458 2017-05-03 Keith Seitz <keiths@redhat.com>
8459
8460 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8461 (main): Call it.
8462
8463 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8464
8465 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8466 to prev and next.
8467
8468 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8469
8470 * gdb.python/py-record-btrace.exp: Remove test for
8471 gdb.BtraceInstruction.error.
8472
8473 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8474
8475 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8476
8477 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8478
8479 * gdb.python/py-record-btrace-threads.c: New file.
8480 * gdb.python/py-record-btrace-threads.exp: New file.
8481
8482 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8483
8484 PR testsuite/8595
8485 * gdb.base/environ.exp: Make test available in all architectures.
8486 Move bits related to "info program" testing to
8487 gdb.base/info-program.exp. Rewrite tests to use the two new
8488 procedures mentione below.
8489 (test_set_show_env_var) New procedure.
8490 (test_set_show_env_var_equal): Likewise.
8491 * gdb.base/info-program.exp: New file.
8492
8493 2017-04-27 Keith Seitz <keiths@redhat.com>
8494
8495 * gdb.cp/oranking.cc (test15): New function.
8496 (main): Call test15 and declare additional variables for testing.
8497 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8498 "p foo101('abc')" tests.
8499 Add tests for cv qualifier overloads.
8500 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8501 "lvalue reference overload" test.
8502 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8503 "print value of f1 on Child&& in f2" test.
8504
8505 2017-04-19 Pedro Alves <palves@redhat.com>
8506
8507 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8508 procedure.
8509 (top level): Call it.
8510 * lib/gdb.exp (gdb_define_cmd): New procedure.
8511
8512 2017-04-12 Pedro Alves <palves@redhat.com>
8513
8514 PR gdb/21323
8515 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8516 (wchar): New global.
8517 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8518 (do_test_wide_char, wide_char_types_no_program, top level): Add
8519 wchar_t testing.
8520
8521 2017-04-12 Pedro Alves <palves@redhat.com>
8522
8523 PR c++/21323
8524 * gdb.cp/wide_char_types.c: New file.
8525 * gdb.cp/wide_char_types.exp: New file.
8526
8527 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8528
8529 PR gdb/21352
8530 * gdb.trace/tsv.exp: Add test for "tsave -r".
8531
8532 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8533
8534 * gdb.dlang/watch-loc.c: New file.
8535 * gdb.dlang/watch-loc.exp: New file.
8536
8537 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8538
8539 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8540
8541 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8542
8543 * gdb.arch/arc-analyze-prologue.S: New file.
8544 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8545
8546 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8547
8548 * gdb.arch/arc-decode-insn.S: New file.
8549 * gdb.arch/arc-decode-insn.exp: Likewise.
8550
8551 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8552
8553 PR tdep/20928
8554 * gdb.arch/sparc64-regs.exp: New file.
8555 * gdb.arch/sparc64-regs.S: Likewise.
8556
8557 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8558
8559 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8560 and memory view on Python 3.
8561
8562 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
8563 Keith Seitz <keiths@redhat.com>
8564
8565 PR gdb/14441
8566 * gdb.cp/demangle.exp: Add rvalue reference tests.
8567 * gdb.cp/rvalue-ref-casts.cc: New file.
8568 * gdb.cp/rvalue-ref-casts.exp: New file.
8569 * gdb.cp/rvalue-ref-overload.cc: New file.
8570 * gdb.cp/rvalue-ref-overload.exp: New file.
8571 * gdb.cp/rvalue-ref-params.cc: New file.
8572 * gdb.cp/rvalue-ref-params.exp: New file.
8573 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8574 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8575 * gdb.cp/rvalue-ref-types.cc: New file.
8576 * gdb.cp/rvalue-ref-types.exp: New file.
8577 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8578 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8579
8580 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8581
8582 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8583 New procedure.
8584
8585 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8586
8587 * lib/mi-support.exp (mi_gdb_test): Add additional message
8588 for unexpected output.
8589
8590 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8591
8592 * gdb.base/examine-backward.c (Barrier): New character array
8593 constant, to ensure that TestStrings is preceded by a string
8594 terminator.
8595
8596 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8597
8598 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8599 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8600 and implicit pointer into such a location.
8601
8602 2017-03-16 Doug Evans <dje@google.com>
8603
8604 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8605
8606 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8607
8608 * gdb.cp/m-static.exp: Fix expectation for prototype of
8609 test5.single_constructor and single_constructor::single_constructor.
8610
8611 2017-03-16 Doug Evans <dje@google.com>
8612
8613 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8614 * gdb.guile/scm-lazy-string.c: New file.
8615 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8616 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8617 for pointer, array, typedef lazy strings.
8618
8619 2017-03-16 Doug Evans <dje@google.com>
8620
8621 PR python/17728, python/18439, python/18779
8622 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8623 * gdb.python/py-lazy-string.c (pointer): New typedef.
8624 (main): New locals ptr, array, typedef_ptr.
8625 * gdb.python/py-value.exp: Move lazy string tests to ...
8626 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8627 array, typedef lazy strings.
8628
8629 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8630
8631 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8632 Add optional 'test' parameter.
8633
8634 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8635
8636 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8637 Skip for versions of DejaGnu < 1.5.
8638
8639 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8640
8641 * lib/gdb.exp (dejagnu_version): New proc.
8642 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8643 Use dejagnu_version.
8644
8645 2017-03-10 Keith Seitz <keiths@redhat.com>
8646
8647 PR c++/8128
8648 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8649 type from destructor regexps.
8650 Add a branch which actually passes the test.
8651 Adjust "ptype t5i" test names.
8652
8653 2017-03-08 Pedro Alves <palves@redhat.com>
8654
8655 * gdb.base/step-over-exit.exp: Add explicit test message.
8656
8657 2017-03-08 Pedro Alves <palves@redhat.com>
8658
8659 PR gdb/18360
8660 * gdb.threads/interrupt-while-step-over.c: New file.
8661 * gdb.threads/interrupt-while-step-over.exp: New file.
8662
8663 2017-03-08 Pedro Alves <palves@redhat.com>
8664
8665 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8666 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8667
8668 2017-03-08 Pedro Alves <palves@redhat.com>
8669
8670 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8671 PKRU as not supported as a PASS.
8672
8673 2017-03-08 Pedro Alves <palves@redhat.com>
8674
8675 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8676 prefix instead of $binfile1/$binfile2.
8677 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8678 in test message.
8679 * gdb.python/py-completion.exp: Use "load python file" as test
8680 messages instead of unstable path names.
8681
8682 2017-03-08 Pedro Alves <palves@redhat.com>
8683 Jan Kratochvil <jan.kratochvil@redhat.com>
8684
8685 PR cli/21218
8686 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8687 New proc.
8688 (top level): Call it.
8689
8690 2017-03-08 Pedro Alves <palves@redhat.com>
8691
8692 PR tui/21216
8693 * gdb.tui/tui-nl-filtered-output.exp: New file.
8694
8695 2017-03-08 Pedro Alves <palves@redhat.com>
8696
8697 * gdb.base/completion.exp: Move TUI completion tests to ...
8698 * gdb.tui/completion.exp: ... this new file.
8699
8700 2017-03-08 Pedro Alves <palves@redhat.com>
8701
8702 * gdb.base/tui-disasm-long-lines.c,
8703 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8704 gdb.base/tui-layout.exp: Move to ...
8705 * gdb.tui/: ... this new directory.
8706
8707 2017-03-07 Pedro Alves <palves@redhat.com>
8708
8709 * gdb.base/tui-layout.c: New file.
8710 * gdb.base/tui-layout.exp: New file.
8711
8712 2017-03-07 Pedro Alves <palves@redhat.com>
8713
8714 * gdb.base/tui-layout.c: Rename to ...
8715 * gdb.base/tui-disasm-long-lines.c: ... this.
8716 * gdb.base/tui-layout.exp: Rename to ...
8717 * gdb.base/tui-disasm-long-lines.exp: ... this.
8718
8719 2017-03-07 Pedro Alves <palves@redhat.com>
8720
8721 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8722
8723 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8724
8725 * i386-mpx-call.c: New file.
8726 * i386-mpx-call.exp: New file.
8727
8728 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8729
8730 * gdb.arch/powerpc-power.exp: Delete test.
8731 * gdb.arch/powerpc-power.s: Likewise.
8732 * gdb.disasm/disassembler-options.exp: New test.
8733 * gdb.arch/powerpc-altivec.exp: Likewise.
8734 * gdb.arch/powerpc-altivec.s: Likewise.
8735 * gdb.arch/powerpc-altivec2.exp: Likewise.
8736 * gdb.arch/powerpc-altivec2.s: Likewise.
8737 * gdb.arch/powerpc-altivec3.exp: Likewise.
8738 * gdb.arch/powerpc-altivec3.s: Likewise.
8739 * gdb.arch/powerpc-power7.exp: Likewise.
8740 * gdb.arch/powerpc-power7.s: Likewise.
8741 * gdb.arch/powerpc-power8.exp: Likewise.
8742 * gdb.arch/powerpc-power8.s: Likewise.
8743 * gdb.arch/powerpc-power9.exp: Likewise.
8744 * gdb.arch/powerpc-power9.s: Likewise.
8745 * gdb.arch/powerpc-vsx.exp: Likewise.
8746 * gdb.arch/powerpc-vsx.s: Likewise.
8747 * gdb.arch/powerpc-vsx2.exp: Likewise.
8748 * gdb.arch/powerpc-vsx2.s: Likewise.
8749 * gdb.arch/powerpc-vsx3.exp: Likewise.
8750 * gdb.arch/powerpc-vsx3.s: Likewise.
8751 * gdb.arch/arm-disassembler-options.exp: Likewise.
8752 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8753 * gdb.arch/s390-disassembler-options.exp: Likewise.
8754
8755 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
8756
8757 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8758 (check_supported_features): ... this. Changed return type to void.
8759 (supports_rdseed): New static global.
8760 (rdseed): Check supports_rdseed.
8761 (initialize): Call check_supported_features.
8762
8763 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8764
8765 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8766 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8767 and lqarx/stqcx.
8768 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8769 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8770
8771 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8772
8773 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8774 uppercase.
8775
8776 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8777
8778 * gdb.dwarf2/formdata16.c: New file.
8779 * gdb.dwarf2/formdata16.exp: New file.
8780 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8781
8782 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8783
8784 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8785 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8786 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8787 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8788 DW_AT_GNU_*.
8789
8790 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8791
8792 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8793
8794 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8795
8796 PR gdb/21164
8797 * gdb.base/maint.exp: Add testcases for when the commands do
8798 not have arguments.
8799
8800 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8801
8802 * gdb.cp/chained-calls.exp: Use p instead of P.
8803
8804 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8805
8806 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8807 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8808
8809 2017-02-14 Tom Tromey <tom@tromey.com>
8810
8811 PR python/13598:
8812 * gdb.python/py-events.exp: Add before_prompt event tests.
8813
8814 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8815
8816 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8817
8818 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8819
8820 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8821 (main): Call my_unique_function_name.
8822 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8823 completion of patterns with a single match.
8824 Add missing -re switches to gdb_test_multiple calls.
8825
8826 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8827
8828 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8829 return if core file is not recognized.
8830
8831 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8832
8833 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8834 and extra UIs.
8835
8836 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8837
8838 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8839 proc_with_prefix.
8840
8841 2017-02-10 Tom Tromey <tom@tromey.com>
8842
8843 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8844
8845 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
8846
8847 PR gdb/21122
8848 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8849
8850 2017-02-08 Jerome Guitton <guitton@adacore.com>
8851
8852 * gdb.base/define.exp: Add test for command abbreviations
8853 in define.
8854
8855 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
8856
8857 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8858 * gdb.reverse/insn-reverse-x86.c: New file.
8859
8860 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8861
8862 PR tdep/20936
8863 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8864
8865 2017-02-03 Tom Tromey <tom@tromey.com>
8866
8867 PR rust/21097:
8868 * gdb.rust/simple.exp: Add new tests.
8869
8870 2017-02-02 Pedro Alves <palves@redhat.com>
8871
8872 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8873 tests.
8874
8875 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8876
8877 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8878 taking a 2-byte value out of a 4-byte DWARF implicit value on
8879 big-endian targets.
8880 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8881 logic. Add test cases for DW_OP_implicit.
8882
8883 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8884
8885 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8886
8887 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8888
8889 * gdb.btrace/enable.exp: Call gdb_exit before
8890 skip_gdbserver_tests.
8891
8892 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8893
8894 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8895 GDBFLAGS.
8896
8897 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8898
8899 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8900 the test is skipped.
8901 * gdb.btrace/data.exp: Likewise.
8902 * gdb.btrace/delta.exp: Likewise.
8903 * gdb.btrace/dlopen.exp: Likewise.
8904 * gdb.btrace/enable-running.exp: Likewise.
8905 * gdb.btrace/enable.exp: Likewise.
8906 * gdb.btrace/exception.exp: Likewise.
8907 * gdb.btrace/function_call_history.exp: Likewise.
8908 * gdb.btrace/gcore.exp: Likewise.
8909 * gdb.btrace/instruction_history.exp: Likewise.
8910 * gdb.btrace/multi-thread-step.exp: Likewise.
8911 * gdb.btrace/nohist.exp: Likewise.
8912 * gdb.btrace/non-stop.exp: Likewise.
8913 * gdb.btrace/reconnect.exp: Likewise.
8914 * gdb.btrace/record_goto-step.exp: Likewise.
8915 * gdb.btrace/record_goto.exp: Likewise.
8916 * gdb.btrace/rn-dl-bind.exp: Likewise.
8917 * gdb.btrace/segv.exp: Likewise.
8918 * gdb.btrace/step.exp: Likewise.
8919 * gdb.btrace/stepi.exp: Likewise.
8920 * gdb.btrace/tailcall-only.exp: Likewise.
8921 * gdb.btrace/tailcall.exp: Likewise.
8922 * gdb.btrace/tsx.exp: Likewise.
8923 * gdb.btrace/unknown_functions.exp: Likewise.
8924 * gdb.btrace/vdso.exp: Likewise.
8925
8926 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8927
8928 * gdb.btrace/enable-running.c: New.
8929 * gdb.btrace/enable-running.exp: New.
8930
8931 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8932
8933 * gdb.arch/amd64-gs_base.c: New file.
8934 * gdb.arch/amd64-gs_base.exp: New file.
8935
8936 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8937
8938 * lib/memory.exp: Remove spurious empty newlines.
8939
8940 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8941
8942 * gdb.python/py-bad-printers.exp: Load python file using "source".
8943 * gdb.python/py-events.exp: Likewise.
8944 * gdb.python/py-evsignal.exp: Likewise.
8945 * gdb.python/py-evthreads.exp: Likewise.
8946 * gdb.python/py-frame-args.exp: Likewise.
8947 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8948 * gdb.python/py-framefilter-mi.exp: Likewise.
8949 * gdb.python/py-framefilter.exp: Likewise.
8950 * gdb.python/py-mi.exp: Likewise.
8951 * gdb.python/py-pp-maint.exp: Likewise.
8952 * gdb.python/py-pp-registration.exp: Likewise.
8953 * gdb.python/py-prettyprint.exp: Likewise.
8954 (run_lang_tests): Likewise.
8955 * gdb.python/py-typeprint.exp: Likewise.
8956
8957 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8958
8959 * lib/memory.exp: New file.
8960 * lib/gdb.exp: Load memory.exp.
8961 * gdb.base/memattr.exp (delete_memory): Move proc to
8962 lib/memory.exp and rename to delete_memory_regions.
8963 Replace delete_memory with delete_memory_regions.
8964 Cleanup memory regions before tests.
8965 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
8966 before tests.
8967
8968 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8969
8970 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
8971 files.
8972 (initialize): New function conditionally defined.
8973 (testcases): Move within conditional block.
8974 (main): Call initialize.
8975 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
8976 of gdb.reverse/insn-reverse.c.
8977 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
8978 gdb.reverse/insn-reverse.c.
8979
8980 2017-01-26 Yao Qi <yao.qi@linaro.org>
8981
8982 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
8983 disassemble on address 0.
8984
8985 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
8986 Yao Qi <yao.qi@linaro.org>
8987
8988 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
8989 * gdb.dwarf2/implptr-64bit.S: Remove.
8990 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
8991 variables in caller's context. Add DW_OP_implicit_value.
8992
8993 2017-01-25 Yao Qi <yao.qi@linaro.org>
8994
8995 * lib/dwarf.exp (Dwarf::_location): Handle
8996 DW_OP_GNU_implicit_pointer with proper size.
8997
8998 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8999
9000 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9001 and add untested calls.
9002
9003 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9004
9005 * gdb.python/python.exp: Check line number against what GDB thinks
9006 the line number is for func1.
9007
9008 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9009
9010 * gdb.dlang/debug-expr.exp: New file.
9011
9012 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
9013
9014 Fix test names for the following files:
9015
9016 * gdb.ada/exec_changed.exp
9017 * gdb.ada/info_types.exp
9018 * gdb.arch/aarch64-atomic-inst.exp
9019 * gdb.arch/aarch64-fp.exp
9020 * gdb.arch/altivec-abi.exp
9021 * gdb.arch/altivec-regs.exp
9022 * gdb.arch/amd64-byte.exp
9023 * gdb.arch/amd64-disp-step.exp
9024 * gdb.arch/amd64-dword.exp
9025 * gdb.arch/amd64-entry-value-inline.exp
9026 * gdb.arch/amd64-entry-value-param.exp
9027 * gdb.arch/amd64-entry-value-paramref.exp
9028 * gdb.arch/amd64-entry-value.exp
9029 * gdb.arch/amd64-i386-address.exp
9030 * gdb.arch/amd64-invalid-stack-middle.exp
9031 * gdb.arch/amd64-invalid-stack-top.exp
9032 * gdb.arch/amd64-optimout-repeat.exp
9033 * gdb.arch/amd64-prologue-skip.exp
9034 * gdb.arch/amd64-prologue-xmm.exp
9035 * gdb.arch/amd64-stap-special-operands.exp
9036 * gdb.arch/amd64-stap-wrong-subexp.exp
9037 * gdb.arch/amd64-tailcall-cxx.exp
9038 * gdb.arch/amd64-tailcall-noret.exp
9039 * gdb.arch/amd64-tailcall-ret.exp
9040 * gdb.arch/amd64-tailcall-self.exp
9041 * gdb.arch/amd64-word.exp
9042 * gdb.arch/arm-bl-branch-dest.exp
9043 * gdb.arch/arm-disp-step.exp
9044 * gdb.arch/arm-neon.exp
9045 * gdb.arch/arm-single-step-kernel-helper.exp
9046 * gdb.arch/avr-flash-qualifier.exp
9047 * gdb.arch/disp-step-insn-reloc.exp
9048 * gdb.arch/e500-abi.exp
9049 * gdb.arch/e500-regs.exp
9050 * gdb.arch/ftrace-insn-reloc.exp
9051 * gdb.arch/i386-avx512.exp
9052 * gdb.arch/i386-bp_permanent.exp
9053 * gdb.arch/i386-byte.exp
9054 * gdb.arch/i386-cfi-notcurrent.exp
9055 * gdb.arch/i386-disp-step.exp
9056 * gdb.arch/i386-dr3-watch.exp
9057 * gdb.arch/i386-float.exp
9058 * gdb.arch/i386-gnu-cfi.exp
9059 * gdb.arch/i386-mpx-map.exp
9060 * gdb.arch/i386-mpx-sigsegv.exp
9061 * gdb.arch/i386-mpx-simple_segv.exp
9062 * gdb.arch/i386-mpx.exp
9063 * gdb.arch/i386-permbkpt.exp
9064 * gdb.arch/i386-prologue.exp
9065 * gdb.arch/i386-signal.exp
9066 * gdb.arch/i386-size-overlap.exp
9067 * gdb.arch/i386-unwind.exp
9068 * gdb.arch/i386-word.exp
9069 * gdb.arch/mips-fcr.exp
9070 * gdb.arch/powerpc-d128-regs.exp
9071 * gdb.arch/powerpc-stackless.exp
9072 * gdb.arch/ppc64-atomic-inst.exp
9073 * gdb.arch/s390-stackless.exp
9074 * gdb.arch/s390-tdbregs.exp
9075 * gdb.arch/s390-vregs.exp
9076 * gdb.arch/sparc-sysstep.exp
9077 * gdb.arch/thumb-bx-pc.exp
9078 * gdb.arch/thumb-singlestep.exp
9079 * gdb.arch/thumb2-it.exp
9080 * gdb.arch/vsx-regs.exp
9081 * gdb.asm/asm-source.exp
9082 * gdb.base/a2-run.exp
9083 * gdb.base/advance.exp
9084 * gdb.base/all-bin.exp
9085 * gdb.base/anon.exp
9086 * gdb.base/args.exp
9087 * gdb.base/arithmet.exp
9088 * gdb.base/async-shell.exp
9089 * gdb.base/async.exp
9090 * gdb.base/attach-pie-noexec.exp
9091 * gdb.base/attach-twice.exp
9092 * gdb.base/auto-load.exp
9093 * gdb.base/bang.exp
9094 * gdb.base/bitfields.exp
9095 * gdb.base/break-always.exp
9096 * gdb.base/break-caller-line.exp
9097 * gdb.base/break-entry.exp
9098 * gdb.base/break-inline.exp
9099 * gdb.base/break-on-linker-gcd-function.exp
9100 * gdb.base/break-probes.exp
9101 * gdb.base/break.exp
9102 * gdb.base/breakpoint-shadow.exp
9103 * gdb.base/call-ar-st.exp
9104 * gdb.base/call-sc.exp
9105 * gdb.base/call-signal-resume.exp
9106 * gdb.base/call-strs.exp
9107 * gdb.base/callfuncs.exp
9108 * gdb.base/catch-fork-static.exp
9109 * gdb.base/catch-gdb-caused-signals.exp
9110 * gdb.base/catch-load.exp
9111 * gdb.base/catch-signal-fork.exp
9112 * gdb.base/catch-signal.exp
9113 * gdb.base/catch-syscall.exp
9114 * gdb.base/charset.exp
9115 * gdb.base/checkpoint.exp
9116 * gdb.base/chng-syms.exp
9117 * gdb.base/code-expr.exp
9118 * gdb.base/code_elim.exp
9119 * gdb.base/commands.exp
9120 * gdb.base/completion.exp
9121 * gdb.base/complex.exp
9122 * gdb.base/cond-expr.exp
9123 * gdb.base/condbreak.exp
9124 * gdb.base/consecutive.exp
9125 * gdb.base/continue-all-already-running.exp
9126 * gdb.base/coredump-filter.exp
9127 * gdb.base/corefile.exp
9128 * gdb.base/dbx.exp
9129 * gdb.base/debug-expr.exp
9130 * gdb.base/define.exp
9131 * gdb.base/del.exp
9132 * gdb.base/disabled-location.exp
9133 * gdb.base/disasm-end-cu.exp
9134 * gdb.base/disasm-optim.exp
9135 * gdb.base/display.exp
9136 * gdb.base/duplicate-bp.exp
9137 * gdb.base/ena-dis-br.exp
9138 * gdb.base/ending-run.exp
9139 * gdb.base/enumval.exp
9140 * gdb.base/environ.exp
9141 * gdb.base/eu-strip-infcall.exp
9142 * gdb.base/eval-avoid-side-effects.exp
9143 * gdb.base/eval-skip.exp
9144 * gdb.base/exitsignal.exp
9145 * gdb.base/expand-psymtabs.exp
9146 * gdb.base/filesym.exp
9147 * gdb.base/find-unmapped.exp
9148 * gdb.base/finish.exp
9149 * gdb.base/float.exp
9150 * gdb.base/foll-exec-mode.exp
9151 * gdb.base/foll-exec.exp
9152 * gdb.base/foll-fork.exp
9153 * gdb.base/fortran-sym-case.exp
9154 * gdb.base/freebpcmd.exp
9155 * gdb.base/func-ptr.exp
9156 * gdb.base/func-ptrs.exp
9157 * gdb.base/funcargs.exp
9158 * gdb.base/gcore-buffer-overflow.exp
9159 * gdb.base/gcore-relro-pie.exp
9160 * gdb.base/gcore-relro.exp
9161 * gdb.base/gcore.exp
9162 * gdb.base/gdb1090.exp
9163 * gdb.base/gdb11530.exp
9164 * gdb.base/gdb11531.exp
9165 * gdb.base/gdb1821.exp
9166 * gdb.base/gdbindex-stabs.exp
9167 * gdb.base/gdbvars.exp
9168 * gdb.base/hbreak.exp
9169 * gdb.base/hbreak2.exp
9170 * gdb.base/included.exp
9171 * gdb.base/infcall-input.exp
9172 * gdb.base/inferior-died.exp
9173 * gdb.base/infnan.exp
9174 * gdb.base/info-macros.exp
9175 * gdb.base/info-os.exp
9176 * gdb.base/info-proc.exp
9177 * gdb.base/info-shared.exp
9178 * gdb.base/info-target.exp
9179 * gdb.base/infoline.exp
9180 * gdb.base/interp.exp
9181 * gdb.base/interrupt.exp
9182 * gdb.base/jit-reader.exp
9183 * gdb.base/jit-simple.exp
9184 * gdb.base/kill-after-signal.exp
9185 * gdb.base/kill-detach-inferiors-cmd.exp
9186 * gdb.base/label.exp
9187 * gdb.base/langs.exp
9188 * gdb.base/ldbl_e308.exp
9189 * gdb.base/line-symtabs.exp
9190 * gdb.base/linespecs.exp
9191 * gdb.base/list.exp
9192 * gdb.base/long_long.exp
9193 * gdb.base/longest-types.exp
9194 * gdb.base/maint.exp
9195 * gdb.base/max-value-size.exp
9196 * gdb.base/memattr.exp
9197 * gdb.base/mips_pro.exp
9198 * gdb.base/morestack.exp
9199 * gdb.base/moribund-step.exp
9200 * gdb.base/multi-forks.exp
9201 * gdb.base/nested-addr.exp
9202 * gdb.base/nextoverexit.exp
9203 * gdb.base/noreturn-finish.exp
9204 * gdb.base/noreturn-return.exp
9205 * gdb.base/nostdlib.exp
9206 * gdb.base/offsets.exp
9207 * gdb.base/opaque.exp
9208 * gdb.base/pc-fp.exp
9209 * gdb.base/permissions.exp
9210 * gdb.base/print-symbol-loading.exp
9211 * gdb.base/prologue-include.exp
9212 * gdb.base/psymtab.exp
9213 * gdb.base/ptype.exp
9214 * gdb.base/random-signal.exp
9215 * gdb.base/randomize.exp
9216 * gdb.base/range-stepping.exp
9217 * gdb.base/readline-ask.exp
9218 * gdb.base/recpar.exp
9219 * gdb.base/recurse.exp
9220 * gdb.base/relational.exp
9221 * gdb.base/restore.exp
9222 * gdb.base/return-nodebug.exp
9223 * gdb.base/return.exp
9224 * gdb.base/run-after-attach.exp
9225 * gdb.base/save-bp.exp
9226 * gdb.base/scope.exp
9227 * gdb.base/sect-cmd.exp
9228 * gdb.base/set-lang-auto.exp
9229 * gdb.base/set-noassign.exp
9230 * gdb.base/setvar.exp
9231 * gdb.base/sigall.exp
9232 * gdb.base/sigbpt.exp
9233 * gdb.base/siginfo-addr.exp
9234 * gdb.base/siginfo-infcall.exp
9235 * gdb.base/siginfo-obj.exp
9236 * gdb.base/siginfo.exp
9237 * gdb.base/signals-state-child.exp
9238 * gdb.base/signest.exp
9239 * gdb.base/sigstep.exp
9240 * gdb.base/sizeof.exp
9241 * gdb.base/skip.exp
9242 * gdb.base/solib-corrupted.exp
9243 * gdb.base/solib-nodir.exp
9244 * gdb.base/solib-search.exp
9245 * gdb.base/stack-checking.exp
9246 * gdb.base/stale-infcall.exp
9247 * gdb.base/stap-probe.exp
9248 * gdb.base/start.exp
9249 * gdb.base/step-break.exp
9250 * gdb.base/step-bt.exp
9251 * gdb.base/step-line.exp
9252 * gdb.base/step-over-exit.exp
9253 * gdb.base/step-over-syscall.exp
9254 * gdb.base/step-resume-infcall.exp
9255 * gdb.base/step-test.exp
9256 * gdb.base/store.exp
9257 * gdb.base/structs3.exp
9258 * gdb.base/sym-file.exp
9259 * gdb.base/symbol-without-target_section.exp
9260 * gdb.base/term.exp
9261 * gdb.base/testenv.exp
9262 * gdb.base/ui-redirect.exp
9263 * gdb.base/until.exp
9264 * gdb.base/unwindonsignal.exp
9265 * gdb.base/value-double-free.exp
9266 * gdb.base/vla-datatypes.exp
9267 * gdb.base/vla-ptr.exp
9268 * gdb.base/vla-sideeffect.exp
9269 * gdb.base/volatile.exp
9270 * gdb.base/watch-cond-infcall.exp
9271 * gdb.base/watch-cond.exp
9272 * gdb.base/watch-non-mem.exp
9273 * gdb.base/watch-read.exp
9274 * gdb.base/watch-vfork.exp
9275 * gdb.base/watchpoint-cond-gone.exp
9276 * gdb.base/watchpoint-delete.exp
9277 * gdb.base/watchpoint-hw-hit-once.exp
9278 * gdb.base/watchpoint-hw.exp
9279 * gdb.base/watchpoint-stops-at-right-insn.exp
9280 * gdb.base/watchpoints.exp
9281 * gdb.base/wchar.exp
9282 * gdb.base/whatis-exp.exp
9283 * gdb.btrace/buffer-size.exp
9284 * gdb.btrace/data.exp
9285 * gdb.btrace/delta.exp
9286 * gdb.btrace/dlopen.exp
9287 * gdb.btrace/enable.exp
9288 * gdb.btrace/exception.exp
9289 * gdb.btrace/function_call_history.exp
9290 * gdb.btrace/gcore.exp
9291 * gdb.btrace/instruction_history.exp
9292 * gdb.btrace/nohist.exp
9293 * gdb.btrace/reconnect.exp
9294 * gdb.btrace/record_goto-step.exp
9295 * gdb.btrace/record_goto.exp
9296 * gdb.btrace/rn-dl-bind.exp
9297 * gdb.btrace/segv.exp
9298 * gdb.btrace/step.exp
9299 * gdb.btrace/stepi.exp
9300 * gdb.btrace/tailcall-only.exp
9301 * gdb.btrace/tailcall.exp
9302 * gdb.btrace/tsx.exp
9303 * gdb.btrace/unknown_functions.exp
9304 * gdb.btrace/vdso.exp
9305 * gdb.compile/compile-ifunc.exp
9306 * gdb.compile/compile-ops.exp
9307 * gdb.compile/compile-print.exp
9308 * gdb.compile/compile-setjmp.exp
9309 * gdb.cp/abstract-origin.exp
9310 * gdb.cp/ambiguous.exp
9311 * gdb.cp/annota2.exp
9312 * gdb.cp/annota3.exp
9313 * gdb.cp/anon-ns.exp
9314 * gdb.cp/anon-struct.exp
9315 * gdb.cp/anon-union.exp
9316 * gdb.cp/arg-reference.exp
9317 * gdb.cp/baseenum.exp
9318 * gdb.cp/bool.exp
9319 * gdb.cp/breakpoint.exp
9320 * gdb.cp/bs15503.exp
9321 * gdb.cp/call-c.exp
9322 * gdb.cp/casts.exp
9323 * gdb.cp/chained-calls.exp
9324 * gdb.cp/class2.exp
9325 * gdb.cp/classes.exp
9326 * gdb.cp/cmpd-minsyms.exp
9327 * gdb.cp/converts.exp
9328 * gdb.cp/cp-relocate.exp
9329 * gdb.cp/cpcompletion.exp
9330 * gdb.cp/cpexprs.exp
9331 * gdb.cp/cplabel.exp
9332 * gdb.cp/cplusfuncs.exp
9333 * gdb.cp/cpsizeof.exp
9334 * gdb.cp/ctti.exp
9335 * gdb.cp/derivation.exp
9336 * gdb.cp/destrprint.exp
9337 * gdb.cp/dispcxx.exp
9338 * gdb.cp/enum-class.exp
9339 * gdb.cp/exception.exp
9340 * gdb.cp/exceptprint.exp
9341 * gdb.cp/expand-psymtabs-cxx.exp
9342 * gdb.cp/expand-sals.exp
9343 * gdb.cp/extern-c.exp
9344 * gdb.cp/filename.exp
9345 * gdb.cp/formatted-ref.exp
9346 * gdb.cp/fpointer.exp
9347 * gdb.cp/gdb1355.exp
9348 * gdb.cp/gdb2495.exp
9349 * gdb.cp/hang.exp
9350 * gdb.cp/impl-this.exp
9351 * gdb.cp/infcall-dlopen.exp
9352 * gdb.cp/inherit.exp
9353 * gdb.cp/iostream.exp
9354 * gdb.cp/koenig.exp
9355 * gdb.cp/local.exp
9356 * gdb.cp/m-data.exp
9357 * gdb.cp/m-static.exp
9358 * gdb.cp/mb-ctor.exp
9359 * gdb.cp/mb-inline.exp
9360 * gdb.cp/mb-templates.exp
9361 * gdb.cp/member-name.exp
9362 * gdb.cp/member-ptr.exp
9363 * gdb.cp/meth-typedefs.exp
9364 * gdb.cp/method.exp
9365 * gdb.cp/method2.exp
9366 * gdb.cp/minsym-fallback.exp
9367 * gdb.cp/misc.exp
9368 * gdb.cp/namelessclass.exp
9369 * gdb.cp/namespace-enum.exp
9370 * gdb.cp/namespace-nested-import.exp
9371 * gdb.cp/namespace.exp
9372 * gdb.cp/nextoverthrow.exp
9373 * gdb.cp/no-dmgl-verbose.exp
9374 * gdb.cp/non-trivial-retval.exp
9375 * gdb.cp/noparam.exp
9376 * gdb.cp/nsdecl.exp
9377 * gdb.cp/nsimport.exp
9378 * gdb.cp/nsnested.exp
9379 * gdb.cp/nsnoimports.exp
9380 * gdb.cp/nsrecurs.exp
9381 * gdb.cp/nsstress.exp
9382 * gdb.cp/nsusing.exp
9383 * gdb.cp/operator.exp
9384 * gdb.cp/oranking.exp
9385 * gdb.cp/overload-const.exp
9386 * gdb.cp/overload.exp
9387 * gdb.cp/ovldbreak.exp
9388 * gdb.cp/ovsrch.exp
9389 * gdb.cp/paren-type.exp
9390 * gdb.cp/parse-lang.exp
9391 * gdb.cp/pass-by-ref.exp
9392 * gdb.cp/pr-1023.exp
9393 * gdb.cp/pr-1210.exp
9394 * gdb.cp/pr-574.exp
9395 * gdb.cp/pr10687.exp
9396 * gdb.cp/pr12028.exp
9397 * gdb.cp/pr17132.exp
9398 * gdb.cp/pr17494.exp
9399 * gdb.cp/pr9067.exp
9400 * gdb.cp/pr9167.exp
9401 * gdb.cp/pr9631.exp
9402 * gdb.cp/printmethod.exp
9403 * gdb.cp/psmang.exp
9404 * gdb.cp/psymtab-parameter.exp
9405 * gdb.cp/ptype-cv-cp.exp
9406 * gdb.cp/ptype-flags.exp
9407 * gdb.cp/re-set-overloaded.exp
9408 * gdb.cp/ref-types.exp
9409 * gdb.cp/rtti.exp
9410 * gdb.cp/scope-err.exp
9411 * gdb.cp/shadow.exp
9412 * gdb.cp/smartp.exp
9413 * gdb.cp/static-method.exp
9414 * gdb.cp/static-print-quit.exp
9415 * gdb.cp/temargs.exp
9416 * gdb.cp/templates.exp
9417 * gdb.cp/try_catch.exp
9418 * gdb.cp/typedef-operator.exp
9419 * gdb.cp/typeid.exp
9420 * gdb.cp/userdef.exp
9421 * gdb.cp/using-crash.exp
9422 * gdb.cp/var-tag.exp
9423 * gdb.cp/virtbase.exp
9424 * gdb.cp/virtfunc.exp
9425 * gdb.cp/virtfunc2.exp
9426 * gdb.cp/vla-cxx.exp
9427 * gdb.disasm/t01_mov.exp
9428 * gdb.disasm/t02_mova.exp
9429 * gdb.disasm/t03_add.exp
9430 * gdb.disasm/t04_sub.exp
9431 * gdb.disasm/t05_cmp.exp
9432 * gdb.disasm/t06_ari2.exp
9433 * gdb.disasm/t07_ari3.exp
9434 * gdb.disasm/t08_or.exp
9435 * gdb.disasm/t09_xor.exp
9436 * gdb.disasm/t10_and.exp
9437 * gdb.disasm/t11_logs.exp
9438 * gdb.disasm/t12_bit.exp
9439 * gdb.disasm/t13_otr.exp
9440 * gdb.dlang/circular.exp
9441 * gdb.dwarf2/arr-stride.exp
9442 * gdb.dwarf2/arr-subrange.exp
9443 * gdb.dwarf2/atomic-type.exp
9444 * gdb.dwarf2/bad-regnum.exp
9445 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9446 * gdb.dwarf2/callframecfa.exp
9447 * gdb.dwarf2/clztest.exp
9448 * gdb.dwarf2/corrupt.exp
9449 * gdb.dwarf2/data-loc.exp
9450 * gdb.dwarf2/dup-psym.exp
9451 * gdb.dwarf2/dw2-anon-mptr.exp
9452 * gdb.dwarf2/dw2-anonymous-func.exp
9453 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9454 * gdb.dwarf2/dw2-bad-unresolved.exp
9455 * gdb.dwarf2/dw2-basic.exp
9456 * gdb.dwarf2/dw2-canonicalize-type.exp
9457 * gdb.dwarf2/dw2-case-insensitive.exp
9458 * gdb.dwarf2/dw2-common-block.exp
9459 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9460 * gdb.dwarf2/dw2-compressed.exp
9461 * gdb.dwarf2/dw2-const.exp
9462 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9463 * gdb.dwarf2/dw2-cu-size.exp
9464 * gdb.dwarf2/dw2-dup-frame.exp
9465 * gdb.dwarf2/dw2-entry-value.exp
9466 * gdb.dwarf2/dw2-icycle.exp
9467 * gdb.dwarf2/dw2-ifort-parameter.exp
9468 * gdb.dwarf2/dw2-inline-break.exp
9469 * gdb.dwarf2/dw2-inline-param.exp
9470 * gdb.dwarf2/dw2-intercu.exp
9471 * gdb.dwarf2/dw2-intermix.exp
9472 * gdb.dwarf2/dw2-lexical-block-bare.exp
9473 * gdb.dwarf2/dw2-linkage-name-trust.exp
9474 * gdb.dwarf2/dw2-minsym-in-cu.exp
9475 * gdb.dwarf2/dw2-noloc.exp
9476 * gdb.dwarf2/dw2-op-call.exp
9477 * gdb.dwarf2/dw2-op-out-param.exp
9478 * gdb.dwarf2/dw2-opt-structptr.exp
9479 * gdb.dwarf2/dw2-param-error.exp
9480 * gdb.dwarf2/dw2-producer.exp
9481 * gdb.dwarf2/dw2-ranges-base.exp
9482 * gdb.dwarf2/dw2-ref-missing-frame.exp
9483 * gdb.dwarf2/dw2-reg-undefined.exp
9484 * gdb.dwarf2/dw2-regno-invalid.exp
9485 * gdb.dwarf2/dw2-restore.exp
9486 * gdb.dwarf2/dw2-restrict.exp
9487 * gdb.dwarf2/dw2-single-line-discriminators.exp
9488 * gdb.dwarf2/dw2-strp.exp
9489 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9490 * gdb.dwarf2/dw2-unresolved.exp
9491 * gdb.dwarf2/dw2-var-zero-addr.exp
9492 * gdb.dwarf2/dw4-sig-types.exp
9493 * gdb.dwarf2/dwz.exp
9494 * gdb.dwarf2/dynarr-ptr.exp
9495 * gdb.dwarf2/enum-type.exp
9496 * gdb.dwarf2/gdb-index.exp
9497 * gdb.dwarf2/implptr-64bit.exp
9498 * gdb.dwarf2/implptr-optimized-out.exp
9499 * gdb.dwarf2/implptr.exp
9500 * gdb.dwarf2/implref-array.exp
9501 * gdb.dwarf2/implref-const.exp
9502 * gdb.dwarf2/implref-global.exp
9503 * gdb.dwarf2/implref-struct.exp
9504 * gdb.dwarf2/mac-fileno.exp
9505 * gdb.dwarf2/main-subprogram.exp
9506 * gdb.dwarf2/member-ptr-forwardref.exp
9507 * gdb.dwarf2/method-ptr.exp
9508 * gdb.dwarf2/missing-sig-type.exp
9509 * gdb.dwarf2/nonvar-access.exp
9510 * gdb.dwarf2/opaque-type-lookup.exp
9511 * gdb.dwarf2/pieces-optimized-out.exp
9512 * gdb.dwarf2/pieces.exp
9513 * gdb.dwarf2/pr10770.exp
9514 * gdb.dwarf2/pr13961.exp
9515 * gdb.dwarf2/staticvirtual.exp
9516 * gdb.dwarf2/subrange.exp
9517 * gdb.dwarf2/symtab-producer.exp
9518 * gdb.dwarf2/trace-crash.exp
9519 * gdb.dwarf2/typeddwarf.exp
9520 * gdb.dwarf2/valop.exp
9521 * gdb.dwarf2/watch-notconst.exp
9522 * gdb.fortran/array-element.exp
9523 * gdb.fortran/charset.exp
9524 * gdb.fortran/common-block.exp
9525 * gdb.fortran/complex.exp
9526 * gdb.fortran/derived-type-function.exp
9527 * gdb.fortran/derived-type.exp
9528 * gdb.fortran/logical.exp
9529 * gdb.fortran/module.exp
9530 * gdb.fortran/multi-dim.exp
9531 * gdb.fortran/nested-funcs.exp
9532 * gdb.fortran/print-formatted.exp
9533 * gdb.fortran/subarray.exp
9534 * gdb.fortran/vla-alloc-assoc.exp
9535 * gdb.fortran/vla-datatypes.exp
9536 * gdb.fortran/vla-history.exp
9537 * gdb.fortran/vla-ptr-info.exp
9538 * gdb.fortran/vla-ptype-sub.exp
9539 * gdb.fortran/vla-ptype.exp
9540 * gdb.fortran/vla-sizeof.exp
9541 * gdb.fortran/vla-type.exp
9542 * gdb.fortran/vla-value-sub-arbitrary.exp
9543 * gdb.fortran/vla-value-sub-finish.exp
9544 * gdb.fortran/vla-value-sub.exp
9545 * gdb.fortran/vla-value.exp
9546 * gdb.fortran/whatis_type.exp
9547 * gdb.go/chan.exp
9548 * gdb.go/handcall.exp
9549 * gdb.go/hello.exp
9550 * gdb.go/integers.exp
9551 * gdb.go/methods.exp
9552 * gdb.go/package.exp
9553 * gdb.go/strings.exp
9554 * gdb.go/types.exp
9555 * gdb.go/unsafe.exp
9556 * gdb.guile/scm-arch.exp
9557 * gdb.guile/scm-block.exp
9558 * gdb.guile/scm-breakpoint.exp
9559 * gdb.guile/scm-cmd.exp
9560 * gdb.guile/scm-disasm.exp
9561 * gdb.guile/scm-equal.exp
9562 * gdb.guile/scm-frame-args.exp
9563 * gdb.guile/scm-frame-inline.exp
9564 * gdb.guile/scm-frame.exp
9565 * gdb.guile/scm-iterator.exp
9566 * gdb.guile/scm-math.exp
9567 * gdb.guile/scm-objfile.exp
9568 * gdb.guile/scm-ports.exp
9569 * gdb.guile/scm-symbol.exp
9570 * gdb.guile/scm-symtab.exp
9571 * gdb.guile/scm-value-cc.exp
9572 * gdb.guile/types-module.exp
9573 * gdb.linespec/break-ask.exp
9574 * gdb.linespec/cpexplicit.exp
9575 * gdb.linespec/explicit.exp
9576 * gdb.linespec/keywords.exp
9577 * gdb.linespec/linespec.exp
9578 * gdb.linespec/ls-dollar.exp
9579 * gdb.linespec/ls-errs.exp
9580 * gdb.linespec/skip-two.exp
9581 * gdb.linespec/thread.exp
9582 * gdb.mi/mi-async.exp
9583 * gdb.mi/mi-basics.exp
9584 * gdb.mi/mi-break.exp
9585 * gdb.mi/mi-catch-load.exp
9586 * gdb.mi/mi-cli.exp
9587 * gdb.mi/mi-cmd-param-changed.exp
9588 * gdb.mi/mi-console.exp
9589 * gdb.mi/mi-detach.exp
9590 * gdb.mi/mi-disassemble.exp
9591 * gdb.mi/mi-eval.exp
9592 * gdb.mi/mi-file-transfer.exp
9593 * gdb.mi/mi-file.exp
9594 * gdb.mi/mi-fill-memory.exp
9595 * gdb.mi/mi-inheritance-syntax-error.exp
9596 * gdb.mi/mi-linespec-err-cp.exp
9597 * gdb.mi/mi-logging.exp
9598 * gdb.mi/mi-memory-changed.exp
9599 * gdb.mi/mi-read-memory.exp
9600 * gdb.mi/mi-record-changed.exp
9601 * gdb.mi/mi-reg-undefined.exp
9602 * gdb.mi/mi-regs.exp
9603 * gdb.mi/mi-return.exp
9604 * gdb.mi/mi-reverse.exp
9605 * gdb.mi/mi-simplerun.exp
9606 * gdb.mi/mi-solib.exp
9607 * gdb.mi/mi-stack.exp
9608 * gdb.mi/mi-stepi.exp
9609 * gdb.mi/mi-syn-frame.exp
9610 * gdb.mi/mi-until.exp
9611 * gdb.mi/mi-var-block.exp
9612 * gdb.mi/mi-var-child.exp
9613 * gdb.mi/mi-var-cmd.exp
9614 * gdb.mi/mi-var-cp.exp
9615 * gdb.mi/mi-var-display.exp
9616 * gdb.mi/mi-var-invalidate.exp
9617 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9618 * gdb.mi/mi-vla-fortran.exp
9619 * gdb.mi/mi-watch.exp
9620 * gdb.mi/mi2-var-child.exp
9621 * gdb.mi/user-selected-context-sync.exp
9622 * gdb.modula2/unbounded-array.exp
9623 * gdb.multi/dummy-frame-restore.exp
9624 * gdb.multi/multi-arch-exec.exp
9625 * gdb.multi/multi-arch.exp
9626 * gdb.multi/tids.exp
9627 * gdb.multi/watchpoint-multi.exp
9628 * gdb.opencl/callfuncs.exp
9629 * gdb.opencl/convs_casts.exp
9630 * gdb.opencl/datatypes.exp
9631 * gdb.opencl/operators.exp
9632 * gdb.opencl/vec_comps.exp
9633 * gdb.opt/clobbered-registers-O2.exp
9634 * gdb.opt/inline-break.exp
9635 * gdb.opt/inline-bt.exp
9636 * gdb.opt/inline-cmds.exp
9637 * gdb.opt/inline-locals.exp
9638 * gdb.pascal/case-insensitive-symbols.exp
9639 * gdb.pascal/floats.exp
9640 * gdb.pascal/gdb11492.exp
9641 * gdb.python/lib-types.exp
9642 * gdb.python/py-arch.exp
9643 * gdb.python/py-as-string.exp
9644 * gdb.python/py-bad-printers.exp
9645 * gdb.python/py-block.exp
9646 * gdb.python/py-breakpoint-create-fail.exp
9647 * gdb.python/py-breakpoint.exp
9648 * gdb.python/py-caller-is.exp
9649 * gdb.python/py-cmd.exp
9650 * gdb.python/py-explore-cc.exp
9651 * gdb.python/py-explore.exp
9652 * gdb.python/py-finish-breakpoint.exp
9653 * gdb.python/py-finish-breakpoint2.exp
9654 * gdb.python/py-frame-args.exp
9655 * gdb.python/py-frame-inline.exp
9656 * gdb.python/py-frame.exp
9657 * gdb.python/py-framefilter-mi.exp
9658 * gdb.python/py-infthread.exp
9659 * gdb.python/py-lazy-string.exp
9660 * gdb.python/py-linetable.exp
9661 * gdb.python/py-mi-events.exp
9662 * gdb.python/py-mi-objfile.exp
9663 * gdb.python/py-mi.exp
9664 * gdb.python/py-objfile.exp
9665 * gdb.python/py-pp-integral.exp
9666 * gdb.python/py-pp-maint.exp
9667 * gdb.python/py-pp-re-notag.exp
9668 * gdb.python/py-pp-registration.exp
9669 * gdb.python/py-recurse-unwind.exp
9670 * gdb.python/py-strfns.exp
9671 * gdb.python/py-symbol.exp
9672 * gdb.python/py-symtab.exp
9673 * gdb.python/py-sync-interp.exp
9674 * gdb.python/py-typeprint.exp
9675 * gdb.python/py-unwind-maint.exp
9676 * gdb.python/py-unwind.exp
9677 * gdb.python/py-value-cc.exp
9678 * gdb.python/py-xmethods.exp
9679 * gdb.reverse/amd64-tailcall-reverse.exp
9680 * gdb.reverse/break-precsave.exp
9681 * gdb.reverse/break-reverse.exp
9682 * gdb.reverse/consecutive-precsave.exp
9683 * gdb.reverse/consecutive-reverse.exp
9684 * gdb.reverse/finish-precsave.exp
9685 * gdb.reverse/finish-reverse-bkpt.exp
9686 * gdb.reverse/finish-reverse.exp
9687 * gdb.reverse/fstatat-reverse.exp
9688 * gdb.reverse/getresuid-reverse.exp
9689 * gdb.reverse/i386-precsave.exp
9690 * gdb.reverse/i386-reverse.exp
9691 * gdb.reverse/i386-sse-reverse.exp
9692 * gdb.reverse/i387-env-reverse.exp
9693 * gdb.reverse/i387-stack-reverse.exp
9694 * gdb.reverse/insn-reverse.exp
9695 * gdb.reverse/machinestate-precsave.exp
9696 * gdb.reverse/machinestate.exp
9697 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9698 * gdb.reverse/pipe-reverse.exp
9699 * gdb.reverse/readv-reverse.exp
9700 * gdb.reverse/recvmsg-reverse.exp
9701 * gdb.reverse/rerun-prec.exp
9702 * gdb.reverse/s390-mvcle.exp
9703 * gdb.reverse/step-precsave.exp
9704 * gdb.reverse/step-reverse.exp
9705 * gdb.reverse/time-reverse.exp
9706 * gdb.reverse/until-precsave.exp
9707 * gdb.reverse/until-reverse.exp
9708 * gdb.reverse/waitpid-reverse.exp
9709 * gdb.reverse/watch-precsave.exp
9710 * gdb.reverse/watch-reverse.exp
9711 * gdb.rust/generics.exp
9712 * gdb.rust/methods.exp
9713 * gdb.rust/modules.exp
9714 * gdb.rust/simple.exp
9715 * gdb.server/connect-with-no-symbol-file.exp
9716 * gdb.server/ext-attach.exp
9717 * gdb.server/ext-restart.exp
9718 * gdb.server/ext-wrapper.exp
9719 * gdb.server/file-transfer.exp
9720 * gdb.server/server-exec-info.exp
9721 * gdb.server/server-kill.exp
9722 * gdb.server/server-mon.exp
9723 * gdb.server/wrapper.exp
9724 * gdb.stabs/exclfwd.exp
9725 * gdb.stabs/gdb11479.exp
9726 * gdb.threads/clone-new-thread-event.exp
9727 * gdb.threads/corethreads.exp
9728 * gdb.threads/current-lwp-dead.exp
9729 * gdb.threads/dlopen-libpthread.exp
9730 * gdb.threads/gcore-thread.exp
9731 * gdb.threads/sigstep-threads.exp
9732 * gdb.threads/watchpoint-fork.exp
9733 * gdb.trace/actions-changed.exp
9734 * gdb.trace/backtrace.exp
9735 * gdb.trace/change-loc.exp
9736 * gdb.trace/circ.exp
9737 * gdb.trace/collection.exp
9738 * gdb.trace/disconnected-tracing.exp
9739 * gdb.trace/ftrace.exp
9740 * gdb.trace/mi-trace-frame-collected.exp
9741 * gdb.trace/mi-trace-unavailable.exp
9742 * gdb.trace/mi-traceframe-changed.exp
9743 * gdb.trace/mi-tsv-changed.exp
9744 * gdb.trace/no-attach-trace.exp
9745 * gdb.trace/passc-dyn.exp
9746 * gdb.trace/qtro.exp
9747 * gdb.trace/range-stepping.exp
9748 * gdb.trace/read-memory.exp
9749 * gdb.trace/save-trace.exp
9750 * gdb.trace/signal.exp
9751 * gdb.trace/status-stop.exp
9752 * gdb.trace/tfile.exp
9753 * gdb.trace/trace-break.exp
9754 * gdb.trace/trace-buffer-size.exp
9755 * gdb.trace/trace-condition.exp
9756 * gdb.trace/tracefile-pseudo-reg.exp
9757 * gdb.trace/tstatus.exp
9758 * gdb.trace/unavailable.exp
9759 * gdb.trace/while-dyn.exp
9760 * gdb.trace/while-stepping.exp
9761
9762 2016-12-22 Doug Evans <xdje42@gmail.com>
9763
9764 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9765 and msymbols.
9766
9767 2016-12-19 Yao Qi <yao.qi@linaro.org>
9768
9769 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9770 (test_with_self): Don't call do_steps_and_nexts, and remove
9771 code about stepping into xmalloc.
9772
9773 2016-12-09 Yao Qi <yao.qi@linaro.org>
9774
9775 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9776
9777 2016-12-09 Yao Qi <yao.qi@linaro.org>
9778
9779 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9780
9781 2016-12-09 Pedro Alves <palves@redhat.com>
9782
9783 * gdb.base/all-architectures-0.exp: New file.
9784 * gdb.base/all-architectures-1.exp: New file.
9785 * gdb.base/all-architectures-2.exp: New file.
9786 * gdb.base/all-architectures-3.exp: New file.
9787 * gdb.base/all-architectures-4.exp: New file.
9788 * gdb.base/all-architectures-5.exp: New file.
9789 * gdb.base/all-architectures-6.exp: New file.
9790 * gdb.base/all-architectures-7.exp: New file.
9791 * gdb.base/all-architectures.exp.in: New file.
9792
9793 2016-12-09 Yao Qi <yao.qi@linaro.org>
9794
9795 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9796
9797 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9798
9799 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9800 possible.
9801 Remove useless pattern-matching code.
9802
9803 2016-12-02 Pedro Alves <palves@redhat.com>
9804
9805 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9806 procedure.
9807 (top level): Call it.
9808
9809 2016-12-02 Pedro Alves <palves@redhat.com>
9810
9811 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9812 New procedure.
9813 (top level): Call it.
9814
9815 2016-12-02 Pedro Alves <palves@redhat.com>
9816
9817 PR cli/20559
9818 * gdb.base/commands.exp (user_defined_command_args_eval): New
9819 procedure.
9820 (top level): Call it.
9821
9822 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9823
9824 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9825 timeout handling.
9826
9827 2016-12-02 Tom Tromey <tom@tromey.com>
9828
9829 * gdb.dwarf2/main-subprogram.c: New file.
9830 * gdb.dwarf2/main-subprogram.exp: New file.
9831
9832 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9833
9834 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9835 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9836 gdb_test_no_output for a couple of cases.
9837 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9838
9839 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9840
9841 Fix test names and standardize compilation error messages throughout
9842 the following files:
9843
9844 * gdb.ada/start.exp
9845 * gdb.arch/alpha-step.exp
9846 * gdb.arch/e500-prologue.exp
9847 * gdb.arch/ftrace-insn-reloc.exp
9848 * gdb.arch/gdb1291.exp
9849 * gdb.arch/gdb1431.exp
9850 * gdb.arch/gdb1558.exp
9851 * gdb.arch/i386-dr3-watch.exp
9852 * gdb.arch/i386-sse-stack-align.exp
9853 * gdb.arch/ia64-breakpoint-shadow.exp
9854 * gdb.arch/pa-nullify.exp
9855 * gdb.arch/powerpc-aix-prologue.exp
9856 * gdb.arch/thumb-bx-pc.exp
9857 * gdb.base/annota1.exp
9858 * gdb.base/annota3.exp
9859 * gdb.base/arrayidx.exp
9860 * gdb.base/assign.exp
9861 * gdb.base/attach.exp
9862 * gdb.base/auxv.exp
9863 * gdb.base/bang.exp
9864 * gdb.base/bfp-test.exp
9865 * gdb.base/bigcore.exp
9866 * gdb.base/bitfields2.exp
9867 * gdb.base/break-fun-addr.exp
9868 * gdb.base/break-probes.exp
9869 * gdb.base/call-rt-st.exp
9870 * gdb.base/callexit.exp
9871 * gdb.base/catch-fork-kill.exp
9872 * gdb.base/charset.exp
9873 * gdb.base/checkpoint.exp
9874 * gdb.base/comprdebug.exp
9875 * gdb.base/constvars.exp
9876 * gdb.base/coredump-filter.exp
9877 * gdb.base/cursal.exp
9878 * gdb.base/cvexpr.exp
9879 * gdb.base/detach.exp
9880 * gdb.base/display.exp
9881 * gdb.base/dmsym.exp
9882 * gdb.base/dprintf-pending.exp
9883 * gdb.base/dso2dso.exp
9884 * gdb.base/dtrace-probe.exp
9885 * gdb.base/dump.exp
9886 * gdb.base/enum_cond.exp
9887 * gdb.base/exe-lock.exp
9888 * gdb.base/exec-invalid-sysroot.exp
9889 * gdb.base/execl-update-breakpoints.exp
9890 * gdb.base/exprs.exp
9891 * gdb.base/fileio.exp
9892 * gdb.base/find.exp
9893 * gdb.base/finish.exp
9894 * gdb.base/fixsection.exp
9895 * gdb.base/foll-vfork.exp
9896 * gdb.base/frame-args.exp
9897 * gdb.base/gcore.exp
9898 * gdb.base/gdb1250.exp
9899 * gdb.base/global-var-nested-by-dso.exp
9900 * gdb.base/gnu-ifunc.exp
9901 * gdb.base/hashline1.exp
9902 * gdb.base/hashline2.exp
9903 * gdb.base/hashline3.exp
9904 * gdb.base/hbreak-in-shr-unsupported.exp
9905 * gdb.base/huge.exp
9906 * gdb.base/infcall-input.exp
9907 * gdb.base/info-fun.exp
9908 * gdb.base/info-shared.exp
9909 * gdb.base/jit-simple.exp
9910 * gdb.base/jit-so.exp
9911 * gdb.base/jit.exp
9912 * gdb.base/jump.exp
9913 * gdb.base/label.exp
9914 * gdb.base/lineinc.exp
9915 * gdb.base/logical.exp
9916 * gdb.base/longjmp.exp
9917 * gdb.base/macscp.exp
9918 * gdb.base/miscexprs.exp
9919 * gdb.base/new-ui-echo.exp
9920 * gdb.base/new-ui-pending-input.exp
9921 * gdb.base/new-ui.exp
9922 * gdb.base/nodebug.exp
9923 * gdb.base/nofield.exp
9924 * gdb.base/offsets.exp
9925 * gdb.base/overlays.exp
9926 * gdb.base/pending.exp
9927 * gdb.base/pointers.exp
9928 * gdb.base/pr11022.exp
9929 * gdb.base/printcmds.exp
9930 * gdb.base/prologue.exp
9931 * gdb.base/ptr-typedef.exp
9932 * gdb.base/realname-expand.exp
9933 * gdb.base/relativedebug.exp
9934 * gdb.base/relocate.exp
9935 * gdb.base/remote.exp
9936 * gdb.base/reread.exp
9937 * gdb.base/return2.exp
9938 * gdb.base/savedregs.exp
9939 * gdb.base/sep.exp
9940 * gdb.base/sepdebug.exp
9941 * gdb.base/sepsymtab.exp
9942 * gdb.base/set-inferior-tty.exp
9943 * gdb.base/setshow.exp
9944 * gdb.base/shlib-call.exp
9945 * gdb.base/sigaltstack.exp
9946 * gdb.base/siginfo-addr.exp
9947 * gdb.base/signals.exp
9948 * gdb.base/signull.exp
9949 * gdb.base/sigrepeat.exp
9950 * gdb.base/so-impl-ld.exp
9951 * gdb.base/solib-display.exp
9952 * gdb.base/solib-overlap.exp
9953 * gdb.base/solib-search.exp
9954 * gdb.base/solib-symbol.exp
9955 * gdb.base/structs.exp
9956 * gdb.base/structs2.exp
9957 * gdb.base/symtab-search-order.exp
9958 * gdb.base/twice.exp
9959 * gdb.base/unload.exp
9960 * gdb.base/varargs.exp
9961 * gdb.base/watchpoint-solib.exp
9962 * gdb.base/watchpoint.exp
9963 * gdb.base/whatis.exp
9964 * gdb.base/wrong_frame_bt_full.exp
9965 * gdb.btrace/dlopen.exp
9966 * gdb.cell/ea-standalone.exp
9967 * gdb.cell/ea-test.exp
9968 * gdb.cp/dispcxx.exp
9969 * gdb.cp/gdb2384.exp
9970 * gdb.cp/method2.exp
9971 * gdb.cp/nextoverthrow.exp
9972 * gdb.cp/pr10728.exp
9973 * gdb.disasm/am33.exp
9974 * gdb.disasm/h8300s.exp
9975 * gdb.disasm/mn10300.exp
9976 * gdb.disasm/sh3.exp
9977 * gdb.dwarf2/dw2-dir-file-name.exp
9978 * gdb.fortran/complex.exp
9979 * gdb.fortran/library-module.exp
9980 * gdb.guile/scm-pretty-print.exp
9981 * gdb.guile/scm-symbol.exp
9982 * gdb.guile/scm-type.exp
9983 * gdb.guile/scm-value.exp
9984 * gdb.linespec/linespec.exp
9985 * gdb.mi/gdb701.exp
9986 * gdb.mi/gdb792.exp
9987 * gdb.mi/mi-breakpoint-changed.exp
9988 * gdb.mi/mi-dprintf-pending.exp
9989 * gdb.mi/mi-dprintf.exp
9990 * gdb.mi/mi-exit-code.exp
9991 * gdb.mi/mi-pending.exp
9992 * gdb.mi/mi-solib.exp
9993 * gdb.mi/new-ui-mi-sync.exp
9994 * gdb.mi/pr11022.exp
9995 * gdb.mi/user-selected-context-sync.exp
9996 * gdb.opt/solib-intra-step.exp
9997 * gdb.python/py-events.exp
9998 * gdb.python/py-finish-breakpoint.exp
9999 * gdb.python/py-mi.exp
10000 * gdb.python/py-prettyprint.exp
10001 * gdb.python/py-shared.exp
10002 * gdb.python/py-symbol.exp
10003 * gdb.python/py-template.exp
10004 * gdb.python/py-type.exp
10005 * gdb.python/py-value.exp
10006 * gdb.reverse/solib-precsave.exp
10007 * gdb.reverse/solib-reverse.exp
10008 * gdb.server/solib-list.exp
10009 * gdb.stabs/weird.exp
10010 * gdb.threads/reconnect-signal.exp
10011 * gdb.threads/stepi-random-signal.exp
10012 * gdb.trace/actions.exp
10013 * gdb.trace/ax.exp
10014 * gdb.trace/backtrace.exp
10015 * gdb.trace/change-loc.exp
10016 * gdb.trace/deltrace.exp
10017 * gdb.trace/ftrace-lock.exp
10018 * gdb.trace/ftrace.exp
10019 * gdb.trace/infotrace.exp
10020 * gdb.trace/mi-tracepoint-changed.exp
10021 * gdb.trace/packetlen.exp
10022 * gdb.trace/passcount.exp
10023 * gdb.trace/pending.exp
10024 * gdb.trace/range-stepping.exp
10025 * gdb.trace/report.exp
10026 * gdb.trace/stap-trace.exp
10027 * gdb.trace/tfind.exp
10028 * gdb.trace/trace-break.exp
10029 * gdb.trace/trace-condition.exp
10030 * gdb.trace/trace-enable-disable.exp
10031 * gdb.trace/trace-mt.exp
10032 * gdb.trace/tracecmd.exp
10033 * gdb.trace/tspeed.exp
10034 * gdb.trace/tsv.exp
10035 * lib/perftest.exp
10036
10037 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10038
10039 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10040 with gdb_test_no_output.
10041 Use command as test name.
10042
10043 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10044
10045 Fix test names starting with uppercase throughout the files.
10046
10047 * gdb.ada/assign_1.exp
10048 * gdb.ada/boolean_expr.exp
10049 * gdb.base/arrayidx.exp
10050 * gdb.base/del.exp
10051 * gdb.base/gcore-buffer-overflow.exp
10052 * gdb.base/testenv.exp
10053 * gdb.compile/compile.exp
10054 * gdb.python/py-framefilter-invalidarg.exp
10055 * gdb.python/py-framefilter.exp
10056
10057 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10058
10059 Fix test names starting with uppercase throughout the files.
10060
10061 * gdb.ada/array_return.exp
10062 * gdb.ada/expr_delims.exp
10063 * gdb.ada/mi_dyn_arr.exp
10064 * gdb.ada/mi_interface.exp
10065 * gdb.ada/mi_var_array.exp
10066 * gdb.ada/watch_arg.exp
10067 * gdb.arch/alpha-step.exp
10068 * gdb.arch/altivec-regs.exp
10069 * gdb.arch/e500-regs.exp
10070 * gdb.arch/powerpc-d128-regs.exp
10071 * gdb.base/arrayidx.exp
10072 * gdb.base/break.exp
10073 * gdb.base/checkpoint.exp
10074 * gdb.base/debug-expr.exp
10075 * gdb.base/dmsym.exp
10076 * gdb.base/radix.exp
10077 * gdb.base/sepdebug.exp
10078 * gdb.base/testenv.exp
10079 * gdb.base/watch_thread_num.exp
10080 * gdb.base/watchpoint-cond-gone.exp
10081 * gdb.cell/break.exp
10082 * gdb.cell/ea-cache.exp
10083 * gdb.compile/compile.exp
10084 * gdb.cp/gdb2495.exp
10085 * gdb.gdb/selftest.exp
10086 * gdb.gdb/xfullpath.exp
10087 * gdb.go/hello.exp
10088 * gdb.go/integers.exp
10089 * gdb.objc/basicclass.exp
10090 * gdb.pascal/hello.exp
10091 * gdb.pascal/integers.exp
10092 * gdb.python/py-breakpoint.exp
10093 * gdb.python/py-cmd.exp
10094 * gdb.python/py-linetable.exp
10095 * gdb.python/py-xmethods.exp
10096 * gdb.python/python.exp
10097 * gdb.reverse/consecutive-precsave.exp
10098 * gdb.reverse/finish-precsave.exp
10099 * gdb.reverse/i386-precsave.exp
10100 * gdb.reverse/machinestate-precsave.exp
10101 * gdb.reverse/sigall-precsave.exp
10102 * gdb.reverse/solib-precsave.exp
10103 * gdb.reverse/step-precsave.exp
10104 * gdb.reverse/until-precsave.exp
10105 * gdb.reverse/watch-precsave.exp
10106 * gdb.threads/leader-exit.exp
10107 * gdb.threads/pthreads.exp
10108 * gdb.threads/wp-replication.exp
10109 * gdb.trace/actions.exp
10110 * gdb.trace/mi-tsv-changed.exp
10111 * gdb.trace/tsv.exp
10112
10113 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10114
10115 Fix test names starting with uppercase throughout the files.
10116
10117 * gdb.arch/i386-bp_permanent.exp
10118 * gdb.arch/i386-gnu-cfi.exp
10119 * gdb.base/disasm-end-cu.exp
10120 * gdb.base/macscp.exp
10121 * gdb.base/pending.exp
10122 * gdb.base/watch_thread_num.exp
10123 * gdb.cp/exception.exp
10124 * gdb.cp/gdb2495.exp
10125 * gdb.cp/local.exp
10126 * gdb.python/py-evsignal.exp
10127 * gdb.python/python.exp
10128 * gdb.trace/tracecmd.exp
10129
10130 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10131
10132 Fix test names starting with uppercase throughout the files.
10133
10134 * gdb.base/charset.exp
10135 * gdb.base/eval.exp
10136 * gdb.base/multi-forks.exp
10137 * gdb.guile/scm-progspace.exp
10138 * gdb.opencl/datatypes.exp
10139 * gdb.python/py-block.exp
10140 * gdb.python/py-function.exp
10141 * gdb.python/py-symbol.exp
10142 * gdb.python/py-symtab.exp
10143 * gdb.python/py-xmethods.exp
10144 * gdb.reverse/break-precsave.exp
10145 * gdb.reverse/break-reverse.exp
10146 * gdb.reverse/consecutive-precsave.exp
10147 * gdb.reverse/consecutive-reverse.exp
10148 * gdb.reverse/finish-precsave.exp
10149 * gdb.reverse/finish-reverse-bkpt.exp
10150 * gdb.reverse/finish-reverse.exp
10151 * gdb.reverse/fstatat-reverse.exp
10152 * gdb.reverse/getresuid-reverse.exp
10153 * gdb.reverse/i386-precsave.exp
10154 * gdb.reverse/i386-reverse.exp
10155 * gdb.reverse/i386-sse-reverse.exp
10156 * gdb.reverse/i387-stack-reverse.exp
10157 * gdb.reverse/insn-reverse.exp
10158 * gdb.reverse/machinestate-precsave.exp
10159 * gdb.reverse/machinestate.exp
10160 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10161 * gdb.reverse/pipe-reverse.exp
10162 * gdb.reverse/readv-reverse.exp
10163 * gdb.reverse/recvmsg-reverse.exp
10164 * gdb.reverse/rerun-prec.exp
10165 * gdb.reverse/s390-mvcle.exp
10166 * gdb.reverse/sigall-precsave.exp
10167 * gdb.reverse/sigall-reverse.exp
10168 * gdb.reverse/solib-precsave.exp
10169 * gdb.reverse/solib-reverse.exp
10170 * gdb.reverse/step-precsave.exp
10171 * gdb.reverse/step-reverse.exp
10172 * gdb.reverse/time-reverse.exp
10173 * gdb.reverse/until-precsave.exp
10174 * gdb.reverse/until-reverse.exp
10175 * gdb.reverse/waitpid-reverse.exp
10176 * gdb.reverse/watch-precsave.exp
10177 * gdb.reverse/watch-reverse.exp
10178
10179 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10180
10181 Fix test names starting with uppercase throughout the files.
10182
10183 * gdb.arch/i386-mpx-simple_segv.exp
10184 * gdb.arch/i386-mpx.exp
10185 * gdb.arch/i386-permbkpt.exp
10186 * gdb.arch/pa-nullify.exp
10187 * gdb.arch/powerpc-d128-regs.exp
10188 * gdb.arch/vsx-regs.exp
10189 * gdb.base/bfp-test.exp
10190 * gdb.base/break.exp
10191 * gdb.base/breakpoint-shadow.exp
10192 * gdb.base/callfuncs.exp
10193 * gdb.base/charset.exp
10194 * gdb.base/commands.exp
10195 * gdb.base/completion.exp
10196 * gdb.base/dfp-test.exp
10197 * gdb.base/echo.exp
10198 * gdb.base/ending-run.exp
10199 * gdb.base/eval.exp
10200 * gdb.base/expand-psymtabs.exp
10201 * gdb.base/float128.exp
10202 * gdb.base/floatn.exp
10203 * gdb.base/foll-exec-mode.exp
10204 * gdb.base/gdb1056.exp
10205 * gdb.base/gdb11531.exp
10206 * gdb.base/kill-after-signal.exp
10207 * gdb.base/multi-forks.exp
10208 * gdb.base/overlays.exp
10209 * gdb.base/pending.exp
10210 * gdb.base/sepdebug.exp
10211 * gdb.base/testenv.exp
10212 * gdb.base/valgrind-db-attach.exp
10213 * gdb.base/watch_thread_num.exp
10214 * gdb.base/watchpoint-cond-gone.exp
10215 * gdb.base/watchpoint.exp
10216 * gdb.base/watchpoints.exp
10217 * gdb.cp/arg-reference.exp
10218 * gdb.cp/baseenum.exp
10219 * gdb.cp/operator.exp
10220 * gdb.cp/shadow.exp
10221 * gdb.dwarf2/dw2-op-out-param.exp
10222 * gdb.dwarf2/dw2-reg-undefined.exp
10223 * gdb.go/chan.exp
10224 * gdb.go/hello.exp
10225 * gdb.go/integers.exp
10226 * gdb.go/methods.exp
10227 * gdb.go/package.exp
10228 * gdb.guile/scm-parameter.exp
10229 * gdb.guile/scm-progspace.exp
10230 * gdb.guile/scm-value.exp
10231 * gdb.mi/mi-pending.exp
10232 * gdb.mi/user-selected-context-sync.exp
10233 * gdb.multi/multi-attach.exp
10234 * gdb.multi/tids.exp
10235 * gdb.opt/clobbered-registers-O2.exp
10236 * gdb.pascal/floats.exp
10237 * gdb.pascal/integers.exp
10238 * gdb.python/py-block.exp
10239 * gdb.python/py-events.exp
10240 * gdb.python/py-parameter.exp
10241 * gdb.python/py-symbol.exp
10242 * gdb.python/py-symtab.exp
10243 * gdb.python/py-type.exp
10244 * gdb.python/py-value.exp
10245 * gdb.python/py-xmethods.exp
10246 * gdb.python/python.exp
10247 * gdb.reverse/break-precsave.exp
10248 * gdb.reverse/consecutive-precsave.exp
10249 * gdb.reverse/finish-precsave.exp
10250 * gdb.reverse/i386-precsave.exp
10251 * gdb.reverse/machinestate-precsave.exp
10252 * gdb.reverse/sigall-precsave.exp
10253 * gdb.reverse/solib-precsave.exp
10254 * gdb.reverse/step-precsave.exp
10255 * gdb.reverse/until-precsave.exp
10256 * gdb.reverse/watch-precsave.exp
10257 * gdb.server/ext-attach.exp
10258 * gdb.server/ext-restart.exp
10259 * gdb.server/ext-run.exp
10260 * gdb.server/ext-wrapper.exp
10261 * gdb.stabs/gdb11479.exp
10262 * gdb.stabs/weird.exp
10263 * gdb.threads/attach-many-short-lived-threads.exp
10264 * gdb.threads/kill.exp
10265 * gdb.threads/watchpoint-fork.exp
10266
10267 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10268
10269 Fix test names starting with uppercase throughout all the files below.
10270
10271 * gdb.ada/array_return.exp
10272 * gdb.ada/catch_ex.exp
10273 * gdb.ada/info_exc.exp
10274 * gdb.ada/mi_catch_ex.exp
10275 * gdb.ada/mi_dyn_arr.exp
10276 * gdb.ada/mi_ex_cond.exp
10277 * gdb.ada/mi_exc_info.exp
10278 * gdb.ada/mi_interface.exp
10279 * gdb.ada/mi_task_arg.exp
10280 * gdb.ada/mi_task_info.exp
10281 * gdb.ada/mi_var_array.exp
10282 * gdb.arch/alpha-step.exp
10283 * gdb.arch/amd64-disp-step.exp
10284 * gdb.arch/arm-disp-step.exp
10285 * gdb.arch/disp-step-insn-reloc.exp
10286 * gdb.arch/e500-prologue.exp
10287 * gdb.arch/ftrace-insn-reloc.exp
10288 * gdb.arch/gdb1558.exp
10289 * gdb.arch/i386-bp_permanent.exp
10290 * gdb.arch/i386-disp-step.exp
10291 * gdb.arch/i386-float.exp
10292 * gdb.arch/i386-gnu-cfi.exp
10293 * gdb.arch/ia64-breakpoint-shadow.exp
10294 * gdb.arch/mips16-thunks.exp
10295 * gdb.arch/pa-nullify.exp
10296 * gdb.arch/powerpc-aix-prologue.exp
10297 * gdb.arch/powerpc-power.exp
10298 * gdb.arch/ppc-dfp.exp
10299 * gdb.arch/s390-tdbregs.exp
10300 * gdb.arch/spu-info.exp
10301 * gdb.arch/spu-ls.exp
10302 * gdb.arch/thumb-bx-pc.exp
10303 * gdb.base/advance.exp
10304 * gdb.base/annota-input-while-running.exp
10305 * gdb.base/arrayidx.exp
10306 * gdb.base/asmlabel.exp
10307 * gdb.base/async.exp
10308 * gdb.base/attach-wait-input.exp
10309 * gdb.base/auto-connect-native-target.exp
10310 * gdb.base/batch-preserve-term-settings.exp
10311 * gdb.base/bfp-test.exp
10312 * gdb.base/bigcore.exp
10313 * gdb.base/bp-permanent.exp
10314 * gdb.base/break-always.exp
10315 * gdb.base/break-fun-addr.exp
10316 * gdb.base/break-idempotent.exp
10317 * gdb.base/break-main-file-remove-fail.exp
10318 * gdb.base/break-probes.exp
10319 * gdb.base/break-unload-file.exp
10320 * gdb.base/break.exp
10321 * gdb.base/call-ar-st.exp
10322 * gdb.base/call-rt-st.exp
10323 * gdb.base/call-sc.exp
10324 * gdb.base/call-signal-resume.exp
10325 * gdb.base/call-strs.exp
10326 * gdb.base/callexit.exp
10327 * gdb.base/callfuncs.exp
10328 * gdb.base/catch-gdb-caused-signals.exp
10329 * gdb.base/catch-signal-siginfo-cond.exp
10330 * gdb.base/catch-syscall.exp
10331 * gdb.base/compare-sections.exp
10332 * gdb.base/cond-eval-mode.exp
10333 * gdb.base/condbreak-call-false.exp
10334 * gdb.base/consecutive-step-over.exp
10335 * gdb.base/cursal.exp
10336 * gdb.base/disabled-location.exp
10337 * gdb.base/disasm-end-cu.exp
10338 * gdb.base/display.exp
10339 * gdb.base/double-prompt-target-event-error.exp
10340 * gdb.base/dprintf-bp-same-addr.exp
10341 * gdb.base/dprintf-detach.exp
10342 * gdb.base/dprintf-next.exp
10343 * gdb.base/dprintf-non-stop.exp
10344 * gdb.base/dprintf-pending.exp
10345 * gdb.base/dso2dso.exp
10346 * gdb.base/ending-run.exp
10347 * gdb.base/enum_cond.exp
10348 * gdb.base/examine-backward.exp
10349 * gdb.base/exe-lock.exp
10350 * gdb.base/exec-invalid-sysroot.exp
10351 * gdb.base/execl-update-breakpoints.exp
10352 * gdb.base/execution-termios.exp
10353 * gdb.base/fileio.exp
10354 * gdb.base/fixsection.exp
10355 * gdb.base/foll-exec-mode.exp
10356 * gdb.base/foll-exec.exp
10357 * gdb.base/fork-running-state.exp
10358 * gdb.base/frame-args.exp
10359 * gdb.base/fullpath-expand.exp
10360 * gdb.base/func-ptr.exp
10361 * gdb.base/gcore-relro-pie.exp
10362 * gdb.base/gdb1090.exp
10363 * gdb.base/gdb1555.exp
10364 * gdb.base/global-var-nested-by-dso.exp
10365 * gdb.base/gnu-ifunc.exp
10366 * gdb.base/hbreak-in-shr-unsupported.exp
10367 * gdb.base/hbreak-unmapped.exp
10368 * gdb.base/hook-stop.exp
10369 * gdb.base/infcall-input.exp
10370 * gdb.base/info-fun.exp
10371 * gdb.base/info-shared.exp
10372 * gdb.base/interrupt-noterm.exp
10373 * gdb.base/jit-so.exp
10374 * gdb.base/jit.exp
10375 * gdb.base/line-symtabs.exp
10376 * gdb.base/list.exp
10377 * gdb.base/longjmp.exp
10378 * gdb.base/macscp.exp
10379 * gdb.base/max-value-size.exp
10380 * gdb.base/nodebug.exp
10381 * gdb.base/nofield.exp
10382 * gdb.base/overlays.exp
10383 * gdb.base/paginate-after-ctrl-c-running.exp
10384 * gdb.base/paginate-bg-execution.exp
10385 * gdb.base/paginate-inferior-exit.exp
10386 * gdb.base/pending.exp
10387 * gdb.base/pr11022.exp
10388 * gdb.base/printcmds.exp
10389 * gdb.base/ptr-typedef.exp
10390 * gdb.base/ptype.exp
10391 * gdb.base/randomize.exp
10392 * gdb.base/range-stepping.exp
10393 * gdb.base/realname-expand.exp
10394 * gdb.base/relativedebug.exp
10395 * gdb.base/remote.exp
10396 * gdb.base/savedregs.exp
10397 * gdb.base/sepdebug.exp
10398 * gdb.base/set-noassign.exp
10399 * gdb.base/shlib-call.exp
10400 * gdb.base/shreloc.exp
10401 * gdb.base/sigaltstack.exp
10402 * gdb.base/sigbpt.exp
10403 * gdb.base/siginfo-addr.exp
10404 * gdb.base/siginfo-obj.exp
10405 * gdb.base/siginfo-thread.exp
10406 * gdb.base/signest.exp
10407 * gdb.base/signull.exp
10408 * gdb.base/sigrepeat.exp
10409 * gdb.base/skip.exp
10410 * gdb.base/so-impl-ld.exp
10411 * gdb.base/solib-corrupted.exp
10412 * gdb.base/solib-disc.exp
10413 * gdb.base/solib-display.exp
10414 * gdb.base/solib-overlap.exp
10415 * gdb.base/solib-search.exp
10416 * gdb.base/solib-symbol.exp
10417 * gdb.base/source-execution.exp
10418 * gdb.base/sss-bp-on-user-bp-2.exp
10419 * gdb.base/sss-bp-on-user-bp.exp
10420 * gdb.base/stack-checking.exp
10421 * gdb.base/stale-infcall.exp
10422 * gdb.base/step-break.exp
10423 * gdb.base/step-line.exp
10424 * gdb.base/step-over-exit.exp
10425 * gdb.base/step-test.exp
10426 * gdb.base/structs.exp
10427 * gdb.base/sym-file.exp
10428 * gdb.base/symtab-search-order.exp
10429 * gdb.base/term.exp
10430 * gdb.base/type-opaque.exp
10431 * gdb.base/unload.exp
10432 * gdb.base/until-nodebug.exp
10433 * gdb.base/until.exp
10434 * gdb.base/unwindonsignal.exp
10435 * gdb.base/watch-cond.exp
10436 * gdb.base/watch-non-mem.exp
10437 * gdb.base/watch_thread_num.exp
10438 * gdb.base/watchpoint-reuse-slot.exp
10439 * gdb.base/watchpoint-solib.exp
10440 * gdb.base/watchpoint.exp
10441 * gdb.btrace/dlopen.exp
10442 * gdb.cell/arch.exp
10443 * gdb.cell/break.exp
10444 * gdb.cell/bt.exp
10445 * gdb.cell/core.exp
10446 * gdb.cell/data.exp
10447 * gdb.cell/dwarfaddr.exp
10448 * gdb.cell/ea-cache.exp
10449 * gdb.cell/ea-standalone.exp
10450 * gdb.cell/ea-test.exp
10451 * gdb.cell/f-regs.exp
10452 * gdb.cell/fork.exp
10453 * gdb.cell/gcore.exp
10454 * gdb.cell/mem-access.exp
10455 * gdb.cell/ptype.exp
10456 * gdb.cell/registers.exp
10457 * gdb.cell/sizeof.exp
10458 * gdb.cell/solib-symbol.exp
10459 * gdb.cell/solib.exp
10460 * gdb.compile/compile-tls.exp
10461 * gdb.cp/exception.exp
10462 * gdb.cp/gdb2495.exp
10463 * gdb.cp/local.exp
10464 * gdb.cp/mb-inline.exp
10465 * gdb.cp/mb-templates.exp
10466 * gdb.cp/pr10687.exp
10467 * gdb.cp/pr9167.exp
10468 * gdb.cp/scope-err.exp
10469 * gdb.cp/templates.exp
10470 * gdb.cp/virtfunc.exp
10471 * gdb.dwarf2/dw2-dir-file-name.exp
10472 * gdb.dwarf2/dw2-single-line-discriminators.exp
10473 * gdb.fortran/complex.exp
10474 * gdb.fortran/library-module.exp
10475 * gdb.guile/guile.exp
10476 * gdb.guile/scm-cmd.exp
10477 * gdb.guile/scm-frame-inline.exp
10478 * gdb.guile/scm-objfile.exp
10479 * gdb.guile/scm-pretty-print.exp
10480 * gdb.guile/scm-symbol.exp
10481 * gdb.guile/scm-type.exp
10482 * gdb.guile/scm-value.exp
10483 * gdb.linespec/keywords.exp
10484 * gdb.linespec/ls-errs.exp
10485 * gdb.linespec/macro-relative.exp
10486 * gdb.linespec/thread.exp
10487 * gdb.mi/mi-breakpoint-changed.exp
10488 * gdb.mi/mi-dprintf-pending.exp
10489 * gdb.mi/mi-fullname-deleted.exp
10490 * gdb.mi/mi-logging.exp
10491 * gdb.mi/mi-pending.exp
10492 * gdb.mi/mi-solib.exp
10493 * gdb.mi/new-ui-mi-sync.exp
10494 * gdb.mi/user-selected-context-sync.exp
10495 * gdb.multi/dummy-frame-restore.exp
10496 * gdb.multi/multi-arch-exec.exp
10497 * gdb.multi/remove-inferiors.exp
10498 * gdb.multi/watchpoint-multi-exit.exp
10499 * gdb.opt/solib-intra-step.exp
10500 * gdb.perf/backtrace.exp
10501 * gdb.perf/single-step.exp
10502 * gdb.perf/skip-command.exp
10503 * gdb.perf/skip-prologue.exp
10504 * gdb.perf/solib.exp
10505 * gdb.python/lib-types.exp
10506 * gdb.python/py-as-string.exp
10507 * gdb.python/py-bad-printers.exp
10508 * gdb.python/py-block.exp
10509 * gdb.python/py-breakpoint.exp
10510 * gdb.python/py-cmd.exp
10511 * gdb.python/py-events.exp
10512 * gdb.python/py-evthreads.exp
10513 * gdb.python/py-finish-breakpoint.exp
10514 * gdb.python/py-finish-breakpoint2.exp
10515 * gdb.python/py-frame-inline.exp
10516 * gdb.python/py-frame.exp
10517 * gdb.python/py-inferior.exp
10518 * gdb.python/py-infthread.exp
10519 * gdb.python/py-mi.exp
10520 * gdb.python/py-objfile.exp
10521 * gdb.python/py-pp-maint.exp
10522 * gdb.python/py-pp-registration.exp
10523 * gdb.python/py-prettyprint.exp
10524 * gdb.python/py-recurse-unwind.exp
10525 * gdb.python/py-shared.exp
10526 * gdb.python/py-symbol.exp
10527 * gdb.python/py-symtab.exp
10528 * gdb.python/py-template.exp
10529 * gdb.python/py-type.exp
10530 * gdb.python/py-unwind-maint.exp
10531 * gdb.python/py-unwind.exp
10532 * gdb.python/py-value.exp
10533 * gdb.python/python.exp
10534 * gdb.reverse/finish-reverse-bkpt.exp
10535 * gdb.reverse/insn-reverse.exp
10536 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10537 * gdb.reverse/solib-precsave.exp
10538 * gdb.reverse/solib-reverse.exp
10539 * gdb.stabs/gdb11479.exp
10540 * gdb.stabs/weird.exp
10541 * gdb.threads/fork-child-threads.exp
10542 * gdb.threads/fork-plus-threads.exp
10543 * gdb.threads/fork-thread-pending.exp
10544 * gdb.threads/forking-threads-plus-breakpoint.exp
10545 * gdb.threads/hand-call-in-threads.exp
10546 * gdb.threads/interrupted-hand-call.exp
10547 * gdb.threads/linux-dp.exp
10548 * gdb.threads/local-watch-wrong-thread.exp
10549 * gdb.threads/next-while-other-thread-longjmps.exp
10550 * gdb.threads/non-ldr-exit.exp
10551 * gdb.threads/pending-step.exp
10552 * gdb.threads/print-threads.exp
10553 * gdb.threads/process-dies-while-detaching.exp
10554 * gdb.threads/process-dies-while-handling-bp.exp
10555 * gdb.threads/pthreads.exp
10556 * gdb.threads/queue-signal.exp
10557 * gdb.threads/reconnect-signal.exp
10558 * gdb.threads/signal-command-handle-nopass.exp
10559 * gdb.threads/signal-command-multiple-signals-pending.exp
10560 * gdb.threads/signal-delivered-right-thread.exp
10561 * gdb.threads/signal-sigtrap.exp
10562 * gdb.threads/sigthread.exp
10563 * gdb.threads/staticthreads.exp
10564 * gdb.threads/stepi-random-signal.exp
10565 * gdb.threads/thread-unwindonsignal.exp
10566 * gdb.threads/thread_check.exp
10567 * gdb.threads/thread_events.exp
10568 * gdb.threads/tid-reuse.exp
10569 * gdb.threads/tls-nodebug.exp
10570 * gdb.threads/tls-shared.exp
10571 * gdb.threads/tls-so_extern.exp
10572 * gdb.threads/tls.exp
10573 * gdb.threads/wp-replication.exp
10574 * gdb.trace/actions-changed.exp
10575 * gdb.trace/actions.exp
10576 * gdb.trace/backtrace.exp
10577 * gdb.trace/change-loc.exp
10578 * gdb.trace/collection.exp
10579 * gdb.trace/deltrace.exp
10580 * gdb.trace/disconnected-tracing.exp
10581 * gdb.trace/entry-values.exp
10582 * gdb.trace/ftrace-lock.exp
10583 * gdb.trace/ftrace.exp
10584 * gdb.trace/infotrace.exp
10585 * gdb.trace/mi-trace-frame-collected.exp
10586 * gdb.trace/mi-trace-unavailable.exp
10587 * gdb.trace/mi-traceframe-changed.exp
10588 * gdb.trace/mi-tracepoint-changed.exp
10589 * gdb.trace/mi-tsv-changed.exp
10590 * gdb.trace/no-attach-trace.exp
10591 * gdb.trace/packetlen.exp
10592 * gdb.trace/passc-dyn.exp
10593 * gdb.trace/passcount.exp
10594 * gdb.trace/pending.exp
10595 * gdb.trace/pr16508.exp
10596 * gdb.trace/qtro.exp
10597 * gdb.trace/range-stepping.exp
10598 * gdb.trace/read-memory.exp
10599 * gdb.trace/report.exp
10600 * gdb.trace/save-trace.exp
10601 * gdb.trace/signal.exp
10602 * gdb.trace/stap-trace.exp
10603 * gdb.trace/status-stop.exp
10604 * gdb.trace/strace.exp
10605 * gdb.trace/tfile.exp
10606 * gdb.trace/tfind.exp
10607 * gdb.trace/trace-break.exp
10608 * gdb.trace/trace-condition.exp
10609 * gdb.trace/trace-enable-disable.exp
10610 * gdb.trace/trace-mt.exp
10611 * gdb.trace/tracecmd.exp
10612 * gdb.trace/tracefile-pseudo-reg.exp
10613 * gdb.trace/tspeed.exp
10614 * gdb.trace/tstatus.exp
10615 * gdb.trace/tsv.exp
10616 * gdb.trace/unavailable.exp
10617 * gdb.trace/while-dyn.exp
10618 * gdb.trace/while-stepping.exp
10619 * lib/gdb-guile.exp
10620 * lib/gdb.exp
10621 * lib/mi-support.exp
10622 * lib/pascal.exp
10623 * lib/perftest.exp
10624 * lib/prelink-support.exp
10625 * lib/selftest-support.exp
10626
10627 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10628
10629 * Makefile.in: Include disable-implicit-rules.mk.
10630
10631 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10632
10633 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10634 non-byte-aligned bit fields.
10635
10636 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10637
10638 PR gdb/12616
10639 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10640 respects the DW_AT_data_bit_offset attribute.
10641
10642 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10643
10644 * gdb.base/default.exp: Fix output of "set language".
10645
10646 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10647
10648 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10649 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10650 make.
10651 * configure.ac: Remove checks for the make program.
10652 * configure: Re-generate.
10653
10654 2016-11-16 Kevin Buettner <kevinb@redhat.com>
10655
10656 * gdb.python/py-recurse-unwind.c (main): Add loop.
10657 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10658 to read_register() and gdb.parse_and_eval(). Make each code
10659 call a separate case that can be individually tested.
10660 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10661 proc. Call cont_and_backtrace for each of the code paths that
10662 we want to test in the unwinder.
10663
10664 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10665
10666 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10667 the definition of struct S.
10668
10669 2016-11-11 Catherine Moore <clm@codesourcery.com>
10670
10671 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10672
10673 2016-11-09 Pedro Alves <palves@redhat.com>
10674
10675 * gdb.base/commands.exp (runto_or_return): New procedure.
10676 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10677 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10678 (progvar_simple_while_test, progvar_complex_if_while_test)
10679 (if_while_breakpoint_command_test)
10680 (infrun_breakpoint_command_test, breakpoint_command_test)
10681 (user_defined_command_test, watchpoint_command_test)
10682 (test_command_prompt_position, redefine_hook_test)
10683 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10684 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10685 multi_line_input and multi_line. Remove gdb_expect and
10686 gdb_stop_suppressing_tests uses.
10687 * lib/gdb.exp (valnum_re): New global.
10688 (multi_line_input): New procedure.
10689
10690 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10691
10692 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10693 Remove.
10694 (test_setup): Define with proc_with_prefix.
10695 (test_cli_inferior): Likewise.
10696 (test_cli_thread): Likewise.
10697 (test_cli_frame): Likewise.
10698 (test_cli_select_frame): Likewise.
10699 (test_cli_up_down): Likewise.
10700 (test_mi_thread_select): Likewise.
10701 (test_mi_stack_select_frame): Likewise.
10702 (test_cli_in_mi_inferior): Likewise.
10703 (test_cli_in_mi_thread): Likewise.
10704 (test_cli_in_mi_frame): Likewise.
10705 (top level): Do not use with_test_prefix_procname.
10706
10707 2016-11-09 Pedro Alves <palves@redhat.com>
10708
10709 * gdb.base/commands.exp (gdbvar_simple_if_test)
10710 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10711 (progvar_simple_if_test, progvar_simple_while_test)
10712 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10713 (infrun_breakpoint_command_test, breakpoint_command_test)
10714 (user_defined_command_test, watchpoint_command_test)
10715 (test_command_prompt_position, deprecated_command_test)
10716 (bp_deleted_in_command, temporary_breakpoint_commands)
10717 (stray_arg0_test, source_file_with_indented_comment)
10718 (recursive_source_test, if_commands_test)
10719 (error_clears_commands_left, redefine_hook_test)
10720 (redefine_backtrace_test): Use proc_with_prefix.
10721 * lib/gdb.exp (proc_with_prefix): New proc.
10722
10723 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10724
10725 * gdb.base/tui-layout.c: New file.
10726 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10727 disassembly window contains very long lines.
10728
10729 2016-11-08 Tom Tromey <tom@tromey.com>
10730
10731 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10732 depend on Python 2.
10733
10734 2016-11-08 Tom Tromey <tom@tromey.com>
10735
10736 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10737 New method.
10738
10739 2016-10-29 Manish Goregaokar <manish@mozilla.com>
10740
10741 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
10742
10743 2016-10-27 Manish Goregaokar <manish@mozilla.com>
10744
10745 * gdb.rust/simple.rs: Add test for univariant enums without
10746 discriminants and for encoded struct-like enums.
10747
10748 2016-10-28 Pedro Alves <palves@redhat.com>
10749
10750 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10751 gdb_test_multiple, tighten regexps and match symtabs and line
10752 tables incrementally.
10753
10754 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
10755
10756 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10757 general.
10758
10759 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
10760
10761 * gdb.base/exec-invalid-sysroot.exp: New file.
10762
10763 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10764
10765 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10766
10767 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10768
10769 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10770
10771 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10772
10773 * gdb.base/killed-outside.exp: Remove $options from a call to
10774 `prepare_for_testing'.
10775
10776 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10777
10778 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10779 Change test message.
10780
10781 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10782
10783 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10784 Update comment.
10785
10786 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10787
10788 * gdb.trace/mi-trace-save.exp: New file.
10789
10790 2016-10-13 Yao Qi <yao.qi@linaro.org>
10791
10792 * gdb.base/code_elim.exp (get_var_address): Remove.
10793 * gdb.base/relocate.exp: Likewise.
10794 * gdb.base/shreloc.exp: Likewise.
10795 * lib/gdb.exp (get_var_address): New.
10796
10797 2016-10-13 Yao Qi <yao.qi@linaro.org>
10798
10799 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10800 floating point tests if $skip_float_test is false.
10801
10802 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
10803
10804 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10805 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10806 argc values.
10807 Add 1 to argc so we guarantee distinct initial/modified argc values.
10808
10809 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10810
10811 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10812
10813 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10814
10815 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10816 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10817 * gdb.arch/vsx-regs.exp: Likewise.
10818
10819 2016-10-07 Yao Qi <yao.qi@linaro.org>
10820
10821 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10822
10823 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10824
10825 * gdb.python/python.exp: Test decode_line("*0").
10826
10827 2016-10-06 Doug Evans <dje@google.com>
10828
10829 * gdb.python/py-value.exp (test_value_creation): Add test for large
10830 unsigned 64-bit value.
10831
10832 2016-10-06 Tom Tromey <tom@tromey.com>
10833
10834 * gdb.compile/compile.exp: Change java tests to rust.
10835 * gdb.base/setshow.exp: Change java tests to rust.
10836 * gdb.base/default.exp: Remove java from language list.
10837 * README (Examples): Update language example.
10838 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10839 test.
10840 * lib/gdb.exp (skip_java_tests): Remove.
10841 * lib/java.exp: Remove.
10842 * gdb.java: Remove.
10843
10844 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10845
10846 * gdb.arch/mips-fcr.exp: New test.
10847 * gdb.arch/mips-fcr.c: Source for the new test.
10848
10849 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10850
10851 * gdb.base/solib-disc.exp: Use `standard_output_file'
10852 throughout.
10853
10854 2016-10-06 Pedro Alves <palves@redhat.com>
10855
10856 * gdb.base/jit-simple-dl.c: New file.
10857 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10858 * gdb.base/jit-simple.c: ... this.
10859 * gdb.base/jit-simple.exp (jit_run): Delete.
10860 (build_jit): New proc.
10861 (jit_test_reread): Recompile either the main program or the shared
10862 library, depending on what is being tested. Skip changing address
10863 if caller wants to. Compare before/after addresses. If testing
10864 standalone, explicitly load the binary. Test "maint info
10865 breakpoints".
10866 (top level): Add "standalone vs shared lib" and "change address"
10867 vs "same address" axes.
10868
10869 2016-10-06 Pedro Alves <palves@redhat.com>
10870
10871 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10872 call.
10873 (jit_run): Delete.
10874 (jit_test_reread): Use with_test_prefix. Reload the main binary
10875 explicitly. Compare the before/after addresses of the JIT
10876 descriptor.
10877
10878 2016-08-15 Doug Evans <dje@google.com>
10879
10880 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10881 for single bitfields is bool.
10882 * gdb.xml/tdesc-regs.exp: Ditto.
10883
10884 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10885
10886 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10887
10888 2016-10-05 Yao Qi <yao.qi@linaro.org>
10889
10890 * lib/gdb.exp (support_complex_tests): Return zero if
10891 gdb_skip_float_test return true.
10892
10893 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10894 Simon Marchi <simon.marchi@ericsson.com>
10895
10896 PR gdb/20487
10897 * gdb.mi/user-selected-context-sync.exp: New file.
10898 * gdb.mi/user-selected-context-sync.c: New file.
10899
10900 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10901 Simon Marchi <simon.marchi@ericsson.com>
10902
10903 PR gdb/20487
10904 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10905 =thread-select-event check.
10906
10907 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10908
10909 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10910 the compulsory L operand changes.
10911 * gdb.arch/powerpc-power.s: Likewise.
10912
10913 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10914
10915 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10916 * gdb.base/jit-attach-pie.c: New file.
10917 * gdb.base/jit-attach-pie.exp: New file.
10918
10919 2016-09-28 Pedro Alves <palves@redhat.com>
10920
10921 * gdb.base/infcall-input.c: New file.
10922 * gdb.base/infcall-input.exp: New file.
10923
10924 2016-09-22 Yao Qi <yao.qi@linaro.org>
10925
10926 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10927 (gdb_exit): Rename it to ...
10928 (gdbserver_gdb_exit): ... Close GDBserver.
10929 (gdb_exit): New proc, call gdbserver_gdb_exit.
10930 (mi_gdb_exit): Likewise.
10931
10932 2016-09-22 Yao Qi <yao.qi@linaro.org>
10933
10934 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10935 path.
10936 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10937 Remove duplication.
10938
10939 2016-09-22 Yao Qi <yao.qi@linaro.org>
10940
10941 * lib/gdbserver-support.exp: Check the existence of
10942 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10943
10944 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10945
10946 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10947
10948 2016-09-21 Tom Tromey <tom@tromey.com>
10949
10950 PR gdb/20604:
10951 * gdb.base/quit.exp: New file.
10952
10953 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10954
10955 * .gitignore: New file.
10956
10957 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
10958
10959 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
10960 throughout.
10961
10962 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10963
10964 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
10965
10966 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10967
10968 * gdb.cp/casts.cc (decltype): Move it ...
10969 (main): ... with its call to ...
10970 * gdb.cp/casts03.cc: ... a new file.
10971 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
10972
10973 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10974
10975 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
10976
10977 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
10978
10979 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
10980 and sync up the test with tests in gas/testsuite/gas/ppc.
10981 * gdb.arch/powerpc-power.exp: Likewise.
10982
10983 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10984
10985 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
10986
10987 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
10988 Jan Kratochvil <jan.kratochvil@redhat.com>
10989
10990 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
10991 make m1's definition to be different from m2's. Use 'dummy' as an
10992 argument for probe 'two'.
10993
10994 2016-09-10 Jon Beniston <jon@beniston.com>
10995
10996 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
10997 for sim target.
10998
10999 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11000
11001 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11002 variable declaration.
11003 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11004 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11005 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11006 received HWCAP as its argument.
11007
11008 2016-09-06 Pedro Alves <palves@redhat.com>
11009
11010 * gdb.base/new-ui-pending-input.c: New file.
11011 * gdb.base/new-ui-pending-input.exp: New file.
11012 * gdb.exp (clear_gdb_spawn_id): New procedure.
11013 (with_spawn_id): Check whether gdb_spawn_id exists before
11014 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11015 on exit.
11016
11017 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11018
11019 * gdb.base/float128.c: New file.
11020 * gdb.base/float128.exp: Likewise.
11021 * gdb.base/floatn.c: Likewise.
11022 * gdb.base/floatn.exp: Likewise.
11023
11024 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11025
11026 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11027
11028 2016-09-05 Pedro Alves <palves@redhat.com>
11029
11030 PR backtrace/19927
11031 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11032 unwinders are immediately called as side effect of "source" or
11033 "disable unwinder" commands.
11034 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11035
11036 2016-09-02 Yao Qi <yao.qi@linaro.org>
11037
11038 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11039 is true and $type is "float" or "double".
11040
11041 2016-09-02 Yao Qi <yao.qi@linaro.org>
11042
11043 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11044 true.
11045 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11046 * gdb.base/call-rt-st.exp: Likewise.
11047 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11048 return value instead of gdb,skip_float_test.
11049 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11050 (do_function_calls): Use its return value instead of
11051 gdb,skip_float_test.
11052 * gdb.base/finish.exp: Likewise.
11053 * gdb.base/funcargs.exp: Likewise.
11054 * gdb.base/return.exp: Likewise.
11055 * gdb.base/return2.exp: Likewise.
11056 * gdb.base/varargs.exp: Likewise.
11057 * lib/gdb.exp (gdb_skip_float_test): Change it to
11058 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11059
11060 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11061
11062 * gdb.multi/tids.exp: Test "thread apply all".
11063
11064 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11065
11066 * gdb.base/default.exp (tty): Remove.
11067
11068 2016-08-24 Kevin Buettner <kevinb@redhat.com>
11069
11070 * gdb.python/py-recurse-unwind.c: New file.
11071 * gdb.python/py-recurse-unwind.py: New file.
11072 * gdb.python/py-recurse-unwind.exp: New file.
11073
11074 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11075
11076 * gdb.base/set-inferior-tty.exp: New file.
11077 * gdb.base/set-inferior-tty.c: New file.
11078
11079 2016-08-23 Pedro Alves <palves@redhat.com>
11080
11081 PR gdb/20494
11082 * gdb.base/new-ui-echo.c: New file.
11083 * gdb.base/new-ui-echo.exp: New file.
11084
11085 2016-08-23 Yao Qi <yao.qi@linaro.org>
11086
11087 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11088 gdbserver_spawn.
11089 * gdb.server/connect-without-multi-process.exp (do_test):
11090 Likewise.
11091
11092 2016-08-23 Yao Qi <yao.qi@linaro.org>
11093
11094 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11095 standalone_txt. Delete gdb_txt and standalone_txt on host
11096 and target. Spawn the binary on target. Copy files from
11097 target to host.
11098
11099 2016-08-22 Pedro Alves <palves@redhat.com>
11100
11101 PR gdb/20505
11102 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11103 with_test_prefix. Factor out bits to ...
11104 (test_no_vdso): ... this new procedure.
11105
11106 2016-08-19 Carl Love <cel@us.ibm.com>
11107
11108 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11109 maintaining separate logic for constructing the output path.
11110 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11111 * gdb.arch/ppc-dfp.exp: Likewise.
11112 * gdb.arch/ppc-fp.exp: Likewise.
11113 * gdb.arch/vsx-regs.exp: Likewise.
11114 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11115 binprefix for generating the additional binary files.
11116
11117 2016-08-19 Pedro Alves <palves@redhat.com>
11118
11119 * gdb.trace/mi-trace-frame-collected.exp
11120 (test_trace_frame_collected): On x32, expect two registers.
11121
11122 2016-08-18 Carl Love <cel@us.ibm.com>
11123
11124 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11125 and sync up the test with tests in gas/testsuite/gas/ppc.
11126 * gdb.arch/powerpc-power.exp: Likewise.
11127
11128 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11129
11130 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11131 expected error message.
11132
11133 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11134
11135 * gdb.multi/remove-inferiors.exp: New file.
11136 * gdb.multi/remove-inferiors.c: New file.
11137
11138 2016-08-12 Yao Qi <yao.qi@linaro.org>
11139
11140 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11141 argument list.
11142
11143 2016-08-10 Pedro Alves <palves@redhat.com>
11144
11145 PR gdb/19187
11146 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11147 setup_kfails.
11148
11149 2016-08-09 Pedro Alves <palves@redhat.com>
11150 Simon Marchi <simon.marchi@ericsson.com>
11151
11152 PR gdb/20418
11153 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11154 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11155
11156 2016-08-09 Pedro Alves <palves@redhat.com>
11157
11158 PR mi/20431
11159 * gdb.mi/mi-cmd-error.exp: New file.
11160
11161 2016-08-09 Pedro Alves <palves@redhat.com>
11162
11163 PR gdb/18653
11164 * gdb.base/signals-state-child.c: New file.
11165 * gdb.base/signals-state-child.exp: New file.
11166 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11167
11168 2016-08-09 Pedro Alves <palves@redhat.com>
11169
11170 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11171
11172 2016-08-03 Tom Tromey <tom@tromey.com>
11173
11174 PR python/18565:
11175 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11176
11177 2016-08-01 Yao Qi <yao.qi@linaro.org>
11178
11179 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11180 variable mode to "multi-process" if $multi_process is 1, otherwise
11181 set it to "single-process".
11182
11183 2016-08-01 Yao Qi <yao.qi@linaro.org>
11184
11185 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11186 * gdb.cp/cpexprs.exp: Likewise.
11187 * gdb.cp/m-static.exp: Likewise.
11188
11189 2016-07-26 Tom Tromey <tom@tromey.com>
11190
11191 PR python/20190:
11192 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11193 test.
11194
11195 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11196
11197 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11198 selecting assembly source files.
11199 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11200 assembly source files.
11201 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11202 assembly source files.
11203 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11204 selecting assembly source files.
11205
11206 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11207
11208 * gdb.base/new-ui.exp (do_test_invalid_args): New
11209 procedure.
11210
11211 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11212
11213 * gdb.btrace/reconnect.c: New file.
11214 * gdb.btrace/reconnect.exp: New file.
11215
11216 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11217
11218 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11219 to test_catch_syscall_group.
11220 (test_catch_syscall_group): New.
11221
11222 2016-07-21 Tom Tromey <tom@tromey.com>
11223
11224 * gdb.rust/simple.rs (main): Use empty struct expression.
11225 * gdb.rust/simple.exp: Add tests for empty struct expression.
11226
11227 2016-07-21 Yao Qi <yao.qi@linaro.org>
11228
11229 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11230 if gdb_skip_xml_test is true on some targets.
11231
11232 2016-07-21 Yao Qi <yao.qi@linaro.org>
11233
11234 * gdb.server/solib-list.exp: Unset last_loaded_file.
11235
11236 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11237
11238 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11239 "step into captured_main (args)".
11240
11241 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11242
11243 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11244
11245 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11246
11247 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11248
11249 2016-07-19 Pedro Alves <palves@redhat.com>
11250
11251 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11252 * gdb.opt/inline-bt.exp: Likewise.
11253 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11254 additional_flags=-Winline.
11255 * gdb.opt/inline-locals.exp: Likewise.
11256 * gdb.opt/inline-markers.c (ATTR): Define.
11257 (inlined_fn): Use it.
11258
11259 2016-07-19 Yao Qi <yao.qi@linaro.org>
11260
11261 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11262 (test_with_self): Remove some code. Remove argument executable.
11263 (top-level): Use do_self_tests.
11264
11265 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
11266 Don Breazeal <donb@codesourcery.com>
11267
11268 * gdb.base/maint.exp: Escape paths used in regular expressions.
11269 * gdb.stabs/weird.exp: Likewise.
11270
11271 2016-07-13 Tom Tromey <tom@tromey.com>
11272
11273 PR python/15620, PR python/18620:
11274 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11275 (test_bkpt_events): New procs.
11276
11277 2016-07-13 Tom Tromey <tom@tromey.com>
11278
11279 PR python/17698:
11280 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11281 test.
11282 (test_watchpoints): Likewise.
11283 (test_bkpt_pending): New proc.
11284
11285 2016-07-13 Tom Tromey <tom@tromey.com>
11286
11287 PR cli/18053:
11288 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11289 completion test.
11290
11291 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11292
11293 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11294 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11295 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11296 f_label.
11297 (g): Rename g_end_lbl to g_label.
11298 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11299 low_pc and high_pc.
11300 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11301
11302 2016-07-12 Tom Tromey <tom@tromey.com>
11303
11304 PR python/19293:
11305 * gdb.python/py-unwind-maint.exp: Update tests.
11306
11307 2016-07-12 Yao Qi <yao.qi@linaro.org>
11308
11309 * lib/selftest-support.exp (selftest_setup): Match the output
11310 when captured_main is inlined.
11311
11312 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11313
11314 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11315 New variables.
11316 (print this%a, print this%b, print this): New tests.
11317 * gdb.fortran/derived-types.f90 (this): New object and
11318 initialization.
11319
11320 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11321
11322 * gdb.ada/arraydim.exp: Remove extra directory level in build
11323 directory.
11324
11325 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11326
11327 * lib/ada.exp: Remove extra directory level in build directory.
11328 * gdb.ada/cond_lang.exp: Likewise.
11329 * gdb.ada/exec_changed.exp: Likewise.
11330 * gdb.ada/lang_switch.exp: Likewise.
11331
11332 2016-07-06 Manish Goregaokar <manish@mozilla.com>
11333
11334 * simple.rs: Add test for raw pointer subscripting.
11335 * simple.exp: Add test expectations.
11336
11337 2016-07-05 Yao Qi <yao.qi@linaro.org>
11338
11339 * gdb.mi/mi-reverse.exp: Match =record-started output.
11340
11341 2016-07-01 Pedro Alves <palves@redhat.com>
11342
11343 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11344 procedure.
11345 (jit_reader_test): Test the jit reader's unwinder.
11346 * gdb.base/jithost.c (jit_function_00_code): New global.
11347 (main): Use memcpy to fill in the mmapped code, instead of poking
11348 bytes manually here.
11349 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11350 value.
11351 (read_debug_info): Save the function's range.
11352 (read_sp): New function.
11353 (unwind_frame): Use it. Also unwind RBP.
11354 (get_frame_id): Use read_sp.
11355 (gdb_init_reader): Use calloc instead of malloc.
11356 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11357 parameter. Use gdb_test_multiple.
11358
11359 2016-07-01 Pedro Alves <palves@redhat.com>
11360 Antoine Tremblay <antoine.tremblay@ericsson.com>
11361
11362 * gdb.threads/process-dies-while-detaching.c: New file.
11363 * gdb.threads/process-dies-while-detaching.exp: New file.
11364
11365 2016-07-01 Pedro Alves <palves@redhat.com>
11366
11367 * gdb.multi/watchpoint-multi-exit.c: New file.
11368 * gdb.multi/watchpoint-multi-exit.exp: New file.
11369
11370 2016-06-30 Pedro Alves <palves@redhat.com>
11371
11372 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11373 unset inferior_spawn_id.
11374
11375 2016-06-30 Pedro Alves <palves@redhat.com>
11376
11377 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11378 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11379
11380 2016-06-29 Yao Qi <yao.qi@linaro.org>
11381
11382 * gdb.base/return.c: Add copyright header.
11383
11384 2016-06-29 Tom Tromey <tom@tromey.com>
11385
11386 PR python/20129:
11387 * gdb.python/py-framefilter.exp: Add tests for setting priority
11388 and disabling of non-existent frame filter.
11389
11390 2016-06-29 Yao Qi <yao.qi@linaro.org>
11391
11392 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11393 0x0f07ff.
11394
11395 2016-06-28 Yao Qi <yao.qi@linaro.org>
11396
11397 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11398 triplets. Start gdb, execute catch syscall, and continue. Check
11399 gdb's output to determine catch syscall is supported.
11400
11401 2016-06-27 Manish Goregaokar <manish@mozilla.com>
11402
11403 * gdb.rust/simple.rs: Add test for returning unit in a function.
11404 * gdb.rust/simple.exp: Add expectation for functions returning
11405 unit.
11406
11407 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11408
11409 * gdb.python/py-breakpoint-create-fail.c,
11410 gdb.python/py-breakpoint-create-fail.exp,
11411 gdb.python/py-breakpoint-create-fail.py: New testcase.
11412
11413 2016-06-25 Manish Goregaokar <manish@mozilla.com>
11414
11415 PR gdb/20239
11416 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
11417 * gdb.rust/simple.exp: Add test expectations for new NonZero
11418 tests.
11419
11420 2016-06-24 David Taylor <dtaylor@emc.com>
11421
11422 * gdb.base/offsets.exp: New file.
11423 * gdb.base/offsets.c: New file.
11424
11425 2016-06-23 Tom Tromey <tom@tromey.com>
11426
11427 PR gdb/16483:
11428 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11429 before any filters are loaded.
11430
11431 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11432
11433 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11434 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11435 structs.
11436 * gdb.fortran/derived-type-function.exp: New file.
11437 * gdb.fortran/derived-type-function.f90: New file.
11438
11439
11440 2016-06-21 Pedro Alves <palves@redhat.com>
11441
11442 * gdb.base/new-ui.exp: New file.
11443 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11444 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11445 (with_spawn_id): New procedure.
11446
11447 2016-06-21 Pedro Alves <palves@redhat.com>
11448
11449 * gdb.mi/mi-exec-run.exp: New file.
11450
11451 2016-06-21 Pedro Alves <palves@redhat.com>
11452
11453 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11454 breakpoint command's output on the main UI.
11455 (test_break): New procedure, factored out from calls in the top
11456 level.
11457 (top level): Use foreach_with_prefix to test MI as main UI and as
11458 separate UI.
11459
11460 2016-06-21 Pedro Alves <palves@redhat.com>
11461
11462 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11463 (test_awatch_creation_and_listing)
11464 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11465 Remove 'type' parameter.
11466 (test_watchpoint_all): New parameter mi_mode. Remove
11467 with_test_prefix.
11468 (top level): Use foreach_with_prefix, and add main/separate UI MI
11469 testing axis.
11470
11471 2016-06-21 Pedro Alves <palves@redhat.com>
11472
11473 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11474 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11475 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11476 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11477 (gdb_main_spawn_id, mi_spawn_id): Declare and
11478 comment.
11479 (mi_create_inferior_pty): New procedure,
11480 factored out from default_mi_gdb_start.
11481 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11482 procedures.
11483 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11484 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11485 Use mi_create_inferior_pty.
11486 (mi_gdb_start): Use eval to pass down args list.
11487
11488 2016-06-21 Pedro Alves <palves@redhat.com>
11489
11490 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11491 * gdb.opt/inline-cmds.exp: Add MI tests.
11492
11493 2016-06-21 Pedro Alves <palves@redhat.com>
11494
11495 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11496
11497 2016-06-21 Pedro Alves <palves@redhat.com>
11498
11499 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11500 (top level): Use it instead of mi_execute_to.
11501
11502 2016-06-21 Pedro Alves <palves@redhat.com>
11503
11504 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11505 (cont_handler_str): New.
11506 (signal_stop_handler): Set stop_handler_str instead of printing to
11507 stdout.
11508 (continue_handler): Set cont_handler_str instead of printing to
11509 stdout.
11510 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11511 mi_send_resuming_command. Print stop_handler_str and
11512 cont_handler_str instead of expecting the python events print
11513 directly.
11514
11515 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11516
11517 * gdb.base/jit-reader.exp: New file.
11518 * gdb.base/jithost.c: New file.
11519 * gdb.base/jithost.h: New file.
11520 * gdb.base/jitreader.c : New file.
11521 * gdb.base/jit-protocol.h: New file.
11522
11523 2016-06-17 Yao Qi <yao.qi@linaro.org>
11524
11525 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11526 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11527 and detach-on-fork. Adjust tests.
11528 (top level): Invoke break_cond_on_syscall with combinations of
11529 syscall, follow-fork-mode and detach-on-fork.
11530
11531 2016-06-17 Yao Qi <yao.qi@linaro.org>
11532
11533 * gdb.base/step-over-exit.c: New.
11534 * gdb.base/step-over-exit.exp: New.
11535
11536 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11537
11538 * gdb.base/float.exp: Add target check for nds32*-*-*.
11539 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11540
11541 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11542
11543 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11544 for unsupported target features.
11545 * gdb.base/call-rt-st.exp: Likewise.
11546 * gdb.base/call-sc.exp: Likewise.
11547 * gdb.base/call-signal-resume.exp: Likewise.
11548 * gdb.base/call-strs.exp: Likewise.
11549 * gdb.base/callexit.exp: Likewise.
11550 * gdb.base/callfuncs.exp: Likewise.
11551 * gdb.base/nodebug.exp: Likewise.
11552 * gdb.base/printcmds.exp: Likewise.
11553 * gdb.base/ptype.exp: Likewise.
11554 * gdb.base/structs.exp: Likewise.
11555 * gdb.base/unwindonsignal.exp: Likewise.
11556 * gdb.cp/gdb2495.exp: Likewise.
11557 * gdb.cp/templates.exp: Likewise.
11558 * gdb.cp/virtfunc.exp: Likewise.
11559 * gdb.threads/hand-call-in-threads.exp: Likewise.
11560 * gdb.threads/interrupted-hand-call.exp: Likewise.
11561 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11562
11563 2016-06-10 Tom Tromey <tom@tromey.com>
11564
11565 PR rust/20110:
11566 * gdb.rust/expr.exp: Add test for integer constant larger than
11567 i32.
11568
11569 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11570
11571 * gdb.fortran/nested-funcs.exp: New.
11572 * gdb.fortran/nested-funcs.f90: New.
11573
11574 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11575
11576 * gdb.base/examine-backward.c: New file.
11577 * gdb.base/examine-backward.exp: New file.
11578
11579 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11580
11581 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11582 matching.
11583
11584 2016-06-02 Tom Tromey <tom@tromey.com>
11585
11586 PR python/18984:
11587 * gdb.python/py-shared.exp: Add solib_name test.
11588
11589 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11590
11591 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11592
11593 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11594
11595 PR c++/19893
11596 * gdb.dwarf2/implref.exp: Rename to...
11597 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11598 * gdb.dwarf2/implref-array.c: New file.
11599 * gdb.dwarf2/implref-array.exp: Likewise.
11600 * gdb.dwarf2/implref-global.c: Likewise.
11601 * gdb.dwarf2/implref-global.exp: Likewise.
11602 * gdb.dwarf2/implref-struct.c: Likewise.
11603 * gdb.dwarf2/implref-struct.exp: Likewise.
11604
11605 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11606
11607 * gdb.trace/trace-condition.exp: Add 64bit tests.
11608
11609 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11610
11611 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11612 bits types.
11613 (main): Adapt to 8 to 64 bits types.
11614 * gdb.trace/trace-condition.exp: Add new tests.
11615
11616 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11617
11618 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11619
11620 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11621
11622 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11623 Move condition tests...
11624 * gdb.trace/trace-condition.exp: Here.
11625
11626 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11627
11628 * gdb.trace/trace-condition.exp: Add counter-case tests.
11629
11630 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11631
11632 PR c++/15231
11633 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11634 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11635
11636 2016-05-27 Pedro Alves <palves@redhat.com>
11637
11638 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11639 New procedure.
11640 (top level): Call it, and bail out of DejaGnu is known to be bad.
11641
11642 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11643
11644 * gdb.base/whatis.c: Extend the test case.
11645 * gdb.base/whatis.exp: Add additional tests.
11646
11647 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11648
11649 * gdb.fortran/type.f90: Add pointer variable.
11650 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11651
11652 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11653
11654 * gdb.fortran/vla-type.exp: Fix testcase name.
11655
11656 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11657
11658 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11659
11660 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11661
11662 * gdb.fortran/type.f90: Add nested structures.
11663 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11664 * gdb.fortran/derived-type.exp: Adapt expected output.
11665 * gdb.fortran/vla-type.exp: Adapt expected output.
11666
11667 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11668
11669 * gdb.fortran/whatis_type.exp: Adapt expected output.
11670
11671 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11672
11673 * gdb.fortran/print_type.exp: Fix expected output.
11674 * gdb.fortran/whatis_type.exp: Fix expected output.
11675
11676 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11677
11678 * gdb.fortran/whatis_type.exp: Use multi_line.
11679
11680 2016-05-24 Tom Tromey <tom@tromey.com>
11681
11682 PR python/17386:
11683 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11684 use value as an index.
11685
11686 2016-05-23 Tom Tromey <tom@tromey.com>
11687
11688 PR python/17981:
11689 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11690 no-breakpoint case.
11691
11692 2016-05-24 Pedro Alves <palves@redhat.com>
11693
11694 PR gdb/19828
11695 * gdb.threads/clone-attach-detach.c: New file.
11696 * gdb.threads/clone-attach-detach.exp: New file.
11697
11698 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11699
11700 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11701
11702 2016-05-23 Tom Tromey <tom@tromey.com>
11703
11704 PR python/19438, PR python/18393:
11705 * gdb.python/py-progspace.exp: Add "dir" test.
11706 * gdb.python/py-objfile.exp: Add "dir" test.
11707
11708 2016-05-23 Yao Qi <yao.qi@linaro.org>
11709
11710 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11711 * gdb.arch/thumb2-it.exp: Likewise.
11712
11713 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11714
11715 * gdb.mi/mi-threads-interrupt.c: New file.
11716 * gdb.mi/mi-threads-interrupt.exp: New file.
11717
11718 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11719
11720 PR gdb/18077
11721 * gdb.mi/mi-async-run.exp: New file.
11722 * gdb.mi/mi-async-run.c: New file.
11723
11724 2016-05-17 Tom Tromey <tom@tromey.com>
11725 Manish Goregaokar <manishsmail@gmail.com>
11726
11727 * lib/rust-support.exp: New file.
11728 * lib/gdb.exp (skip_rust_tests): New proc.
11729 (build_executable_from_specs): Handle rust.
11730 * lib/future.exp (gdb_find_rustc): New proc.
11731 (gdb_default_target_compile): Handle rust.
11732 * gdb.rust/expr.exp: New file.
11733 * gdb.rust/generics.exp: New file.
11734 * gdb.rust/generics.rs: New file.
11735 * gdb.rust/methods.exp: New file.
11736 * gdb.rust/methods.rs: New file.
11737 * gdb.rust/modules.exp: New file.
11738 * gdb.rust/modules.rs: New file.
11739 * gdb.rust/simple.exp: New file.
11740 * gdb.rust/simple.rs: New file.
11741
11742 2016-05-17 Tom Tromey <tom@tromey.com>
11743
11744 * gdb.base/default.exp (set language): Add rust.
11745
11746 2016-05-17 Tom Tromey <tom@tromey.com>
11747
11748 * gdb.gdb/unittest.exp: New file.
11749
11750 2016-05-16 Yao Qi <yao.qi@linaro.org>
11751
11752 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11753 shell_prompt. Update shell_prompt_re.
11754
11755 2016-05-12 Doug Evans <dje@google.com>
11756
11757 PR symtab/19999
11758 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11759 $options when building executable.
11760 * gdb.dwarf2/fission-loclists-pie.S: New file.
11761 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11762
11763 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11764
11765 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11766 of [is_remote target],
11767
11768 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11769
11770 * lib/gdb.exp (use_gdb_stub): New procedure.
11771
11772 2016-05-03 Yunlian Jiang <yunlian@google.com>
11773 Doug Evans <dje@google.com>
11774
11775 PR symtab/19914
11776 * gdb.dwarf2/dwp-sepdebug.c: New file.
11777 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11778
11779 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11780
11781 * gdb.base/detach.exp: Remove is_remote check.
11782
11783 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11784
11785 * gdb.base/annota-input-while-running.exp: Don't check for
11786 [is_remote target]. Enable annotations after running to main.
11787 Remove unused "set test..." line.
11788
11789 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11790
11791 * gdb.trace/trace-enable-disable.exp: New file.
11792 * gdb.trace/trace-enable-disable.c: New file.
11793
11794 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11795
11796 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11797 use it in info sharedlibrary test.
11798 * gdb.trace/ftrace-lock.exp: Likewise.
11799 * gdb.trace/ftrace.exp: Likewise.
11800 * gdb.trace/range-stepping.exp: Likewise.
11801 * gdb.trace/trace-break.exp: Likewise.
11802 * gdb.trace/trace-condition.exp: Likewise.
11803 * gdb.trace/trace-mt.exp: Likewise.
11804
11805 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11806
11807 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11808 (gdb_load_shlib): ... this.
11809 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11810 gdb_load_shlib.
11811 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11812 * gdb.base/ctxobj.exp: Likewise.
11813 * gdb.base/dprintf-pending.exp: Likewise.
11814 * gdb.base/dso2dso.exp: Likewise.
11815 * gdb.base/fixsection.exp: Likewise.
11816 * gdb.base/gcore-relro.exp: Likewise.
11817 * gdb.base/gdb1555.exp: Likewise.
11818 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11819 * gdb.base/gnu-ifunc.exp: Likewise.
11820 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11821 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11822 * gdb.base/pending.exp: Likewise.
11823 * gdb.base/print-file-var.exp: Likewise.
11824 * gdb.base/print-symbol-loading.exp: Likewise.
11825 * gdb.base/shlib-call.exp: Likewise.
11826 * gdb.base/shreloc.exp: Likewise.
11827 * gdb.base/so-impl-ld.exp: Likewise.
11828 * gdb.base/solib-disc.exp: Likewise.
11829 * gdb.base/solib-nodir.exp: Likewise.
11830 * gdb.base/solib-overlap.exp: Likewise.
11831 * gdb.base/solib-symbol.exp: Likewise.
11832 * gdb.base/solib-weak.exp (do_test): Likewise.
11833 * gdb.base/sym-file.exp: Likewise.
11834 * gdb.base/symtab-search-order.exp: Likewise.
11835 * gdb.base/type-opaque.exp: Likewise.
11836 * gdb.base/unload.exp: Likewise.
11837 * gdb.base/watchpoint-solib.exp: Likewise.
11838 * gdb.compile/compile.exp: Likewise.
11839 * gdb.cp/gdb2384.exp: Likewise.
11840 * gdb.cp/infcall-dlopen.exp: Likewise.
11841 * gdb.cp/re-set-overloaded.exp: Likewise.
11842 * gdb.fortran/library-module.exp: Likewise.
11843 * gdb.opt/solib-intra-step.exp: Likewise.
11844 * gdb.python/py-finish-breakpoint.exp: Likewise.
11845 * gdb.python/py-shared.exp: Likewise.
11846 * gdb.reverse/solib-precsave.exp: Likewise.
11847 * gdb.reverse/solib-reverse.exp: Likewise.
11848 * gdb.server/solib-list.exp: Likewise.
11849 * gdb.threads/dlopen-libpthread.exp: Likewise.
11850 * gdb.threads/tls-shared.exp: Likewise.
11851 * gdb.threads/tls-so_extern.exp: Likewise.
11852 * gdb.trace/change-loc.exp: Likewise.
11853 * gdb.trace/ftrace-lock.exp: Likewise.
11854 * gdb.trace/ftrace.exp: Likewise.
11855 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11856 * gdb.trace/pending.exp: Likewise.
11857 * gdb.trace/range-stepping.exp: Likewise.
11858 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11859 (strace_info_marker): Likewise.
11860 (strace_probe_marker): Likewise.
11861 (strace_trace_on_same_addr): Likewise.
11862 (strace_trace_on_diff_addr): Likewise.
11863 * gdb.trace/trace-break.exp: Likewise.
11864 * gdb.trace/trace-condition.exp: Likewise.
11865 * gdb.trace/trace-mt.exp: Likewise.
11866
11867 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11868
11869 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11870 result of gdb_remote_download.
11871 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11872 * gdb.base/dso2dso.exp: Likewise.
11873 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11874 * gdb.base/print-file-var.exp: Likewise.
11875 * gdb.base/shlib-call.exp: Likewise.
11876 * gdb.base/shreloc.exp: Likewise.
11877 * gdb.base/solib-overlap.exp: Likewise.
11878 * gdb.base/solib-weak.exp (do_test): Likewise.
11879 * gdb.base/unload.exp: Likewise.
11880
11881 2016-04-27 Yao Qi <yao.qi@linaro.org>
11882
11883 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11884 exists.
11885
11886 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11887
11888 * vla-type.exp: Print structure from toplevel.
11889
11890 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11891
11892 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11893 of dynamic types.
11894 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11895 of dynamic types.
11896
11897 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11898
11899 * gdb.fortran/vla-type.f90: New file.
11900 * gdb.fortran/vla-type.exp: New file.
11901
11902 2016-04-25 Yao Qi <yao.qi@linaro.org>
11903
11904 * gdb.base/branch-to-self.c: New file.
11905 * gdb.base/branch-to-self.exp: New file.
11906
11907 2016-04-22 Yao Qi <yao.qi@linaro.org>
11908
11909 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11910 more after $hex.
11911
11912 2016-04-22 Yao Qi <yao.qi@linaro.org>
11913
11914 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11915 * gdb.base/annota3.exp: Likewise.
11916
11917 2016-04-22 Yao Qi <yao.qi@linaro.org>
11918
11919 * gdb.reverse/step-precsave.exp: Do one step and test program
11920 stops in "callee" and do multiple steps until program goes out
11921 of "callee".
11922 * gdb.reverse/step-reverse.exp: Likewise.
11923
11924 2016-04-22 Yao Qi <yao.qi@linaro.org>
11925
11926 * gdb.trace/signal.exp: Also pass if
11927 $tracepoint_hits($i) > $iterations.
11928
11929 2016-04-22 Yao Qi <yao.qi@linaro.org>
11930
11931 * gdb.trace/signal.c: New file.
11932 * gdb.trace/signal.exp: New file.
11933
11934 2016-04-19 Doug Evans <xdje42@gmail.com>
11935
11936 * gdb.base/bad-file.exp: New file.
11937
11938 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11939
11940 * gdb.dwarf2/implref.exp: New file.
11941
11942 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11943
11944 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11945 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11946 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11947 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11948 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11949 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11950 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11951 * lib/fortran.exp (fortran_int4): New procedure.
11952 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11953 (fortran_logical4): Likewise.
11954
11955 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
11956
11957 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
11958
11959 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11960
11961 * lib/compiler.c: Add Intel specific preprocessor macros.
11962 * lib/compiler.cc: Likewise.
11963
11964 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
11965
11966 * gdb.server/connect-with-no-symbol-file.c: New file.
11967 * gdb.server/connect-with-no-symbol-file.exp: New file.
11968
11969 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11970
11971 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
11972
11973 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11974
11975 * boards/gdbserver-base.exp (${board}_download): Copy source file to
11976 standard output directory.
11977
11978 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
11979
11980 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
11981
11982 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
11983
11984 * gdb.btrace/instruction_history.c (loop): Add declaration.
11985
11986 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11987
11988 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
11989
11990 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
11991
11992 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
11993 parentheses to print.
11994 (continue_handler): Likewise.
11995
11996 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
11997
11998 * gdb.server/solib-list.exp: Remove is_remote check.
11999 Pass shlib= to gdb_compile. Don't link shared library with
12000 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12001 Run binary filename through "readlink -f" on the target.
12002
12003 2016-04-08 Pedro Alves <palves@redhat.com>
12004
12005 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12006 interpreter filename as argument to gdbserver_spawn.
12007 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12008 Return empty if $last_loaded_file does not exist.
12009
12010 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12011
12012 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12013 * gdb.base/jit-main.c: Use exit after usage.
12014
12015 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12016
12017 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12018 GDBHISTSIZE prior to the tests.
12019 * gdb.base/gdbinit-history.exp: Likewise.
12020
12021 2016-04-07 Pedro Alves <palves@redhat.com>
12022
12023 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12024 instead of build_executable. Use gdb_load_shlibs.
12025
12026 2016-04-07 Yao Qi <yao.qi@linaro.org>
12027
12028 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12029 Execute "si" command.
12030
12031 2016-04-07 Yao Qi <yao.qi@linaro.org>
12032
12033 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12034 number instead of the comments on some line.
12035
12036 2016-04-06 Don Breazeal <donb@codesourcery.com>
12037
12038 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12039 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12040
12041 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12042
12043 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12044 standard_output_file. Remove unused binfile variable.
12045
12046 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
12047
12048 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12049 * gdb.python/py-mi-objfile.exp: Match "list main" output
12050 in console format.
12051
12052 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12053
12054 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12055 absolute.
12056
12057 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12058
12059 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12060 absolute.
12061 * gdb.trace/ftrace.exp: Likewise.
12062 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12063 targets as well.
12064 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12065 (gdb_load_shlibs): Copy libraries to test directory when testing
12066 natively. Only set solib-search-path if testing remotely.
12067 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12068
12069 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12070
12071 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12072 gdb_download. Use it even if the target is not remote.
12073 * gdb.base/jit.exp (compile_jit_test): Likewise.
12074 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12075 output directory if the destination board is local, otherwise use
12076 the standard remote_download from DejaGnu.
12077 (gdb_download): Remove.
12078 (gdb_load_shlibs): Use gdb_remote_download instead of
12079 gdb_download.
12080 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12081 Use gdb_remote_download instead of gdb_download. Use it even if
12082 the target is not remote.
12083 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12084 instead of gdb_download.
12085
12086 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12087
12088 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12089 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12090 run.
12091
12092 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
12093
12094 PR gdb/19820
12095 * gdb.base/printcmds.exp: Add artificial arrays tests.
12096
12097 2016-03-31 Pedro Alves <palves@redhat.com>
12098
12099 PR gdb/19858
12100 * gdb.base/jit-main.c: Include unistd.h.
12101 (ATTACH): Define to 0 if not already defined.
12102 (wait_for_gdb, mypid): New globals.
12103 (WAIT_FOR_GDB): New macro.
12104 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12105 some breakpoint locations.
12106 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12107 New procedures.
12108 (one_jit_test): Add REATTACH parameter, and handle it. Use
12109 continue_to_test_location.
12110 (top level): Test attach, and adjusts calls to one_jit_test.
12111
12112 2016-03-31 Pedro Alves <palves@redhat.com>
12113
12114 PR gdb/19858
12115 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12116 BINSUFFIX parameter, and handle it.
12117 (top level): Adjust calls compile_jit_test.
12118
12119 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
12120
12121 PR python/19743
12122 * gdb.python/py-mi-events-gdb.py: New file.
12123 * gdb.python/py-mi-events.c: New file.
12124 * gdb.python/py-mi-events.exp: New file.
12125
12126 2016-03-30 Yao Qi <yao.qi@linaro.org>
12127
12128 * gdb.reverse/until-precsave.exp: Match function name only.
12129 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12130 Move malloc to a condition block.
12131 * gdb.reverse/until-reverse.exp: Match function name only.
12132
12133 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12134
12135 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12136 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12137 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12138 variable for GPR 0 instead of assuming it is register 0.
12139 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12140 * lib/trace-support.exp: Add s390 registers.
12141
12142 2016-03-29 Yao Qi <yao.qi@linaro.org>
12143
12144 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12145
12146 2016-03-24 Yao Qi <yao.qi@linaro.org>
12147
12148 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12149 test message.
12150
12151 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12152
12153 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12154 maintaining separate logic for constructing the output path.
12155
12156 2016-03-16 Don Breazeal <donb@codesourcery.com>
12157
12158 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12159 Retry fork and waitpid on interrupted system call errors.
12160 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12161 Use with_timeout_factor to increase timeout by factor of 10.
12162
12163 2016-03-15 Don Breazeal <donb@codesourcery.com>
12164
12165 * gdb.cp/scope-err.cc: New test program.
12166 * gdb.cp/scope-err.exp: New test script.
12167 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12168 lines and "set breakpoint here" comment.
12169 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12170 Fixed some whitespace and format issues.
12171 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12172 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12173
12174 2016-03-15 Doug Evans <dje@google.com>
12175
12176 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12177 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12178 All callers updated. Add tests for enums, mixed flags register.
12179
12180 2016-03-15 Doug Evans <dje@google.com>
12181
12182 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12183 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12184
12185 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12186
12187 * gdb.base/default.exp: Add $_as_string to the list of expected
12188 convenience functions.
12189
12190 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12191
12192 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12193
12194 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12195
12196 * gdb.python/py-as-string.exp: New file.
12197 * gdb.python/py-as-string.c: New file.
12198
12199 2016-03-09 Pedro Alves <palves@redhat.com>
12200
12201 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12202 signal" -> "Thread NN received signal" output change.
12203 * gdb.threads/ia64-sigill.exp: Likewise.
12204 * gdb.threads/linux-dp.exp: Likewise.
12205 * gdb.threads/manythreads.exp: Likewise.
12206 * gdb.threads/pending-step.exp: Likewise.
12207 * gdb.threads/print-threads.exp: Likewise.
12208 * gdb.threads/sigstep-threads.exp: Likewise.
12209 * gdb.threads/staticthreads.exp: Likewise.
12210 * gdb.threads/tls.exp: Likewise.
12211
12212 2016-03-09 Pedro Alves <palves@redhat.com>
12213
12214 * gdb.base/command-line-input.exp: New file.
12215
12216 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12217
12218 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12219 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12220 * gdb.trace/pending.exp: Accept leading dot before function name.
12221 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12222 * lib/trace-support.exp: Set registers for ppc.
12223
12224 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12225
12226 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12227 use it for disassembly; accept .main in addition to main in backtrace.
12228
12229 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
12230 Marcin Kościelnicki <koriakin@0x04.net>
12231
12232 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12233 (gdb_recursion_test_ptr): New global variable.
12234 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12235 gdb_recursion_test.
12236 (gdb_c_test): Ditto.
12237
12238 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12239
12240 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12241 ordering.
12242
12243 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12244
12245 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12246 (bar): Add bar_start_lbl label.
12247 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12248 of foo/bar for emitting DWARF and tracing.
12249
12250 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12251
12252 * analyze-racy-logs.py: Set executable bit.
12253
12254 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12255
12256 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12257 (CHECK_TARGET_TMP): Likewise.
12258 (check-single-racy): New rule.
12259 (check-parallel-racy): Likewise.
12260 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12261 (do-check-parallel-racy): New rule.
12262 (check-racy/%.exp): Likewise.
12263 * README (Racy testcases): New section.
12264 * analyze-racy-logs.py: New file.
12265
12266 2016-03-03 Doug Evans <dje@google.com>
12267
12268 * gdb.base/skip.exp: Use with_test_prefix.
12269
12270 2016-03-03 Yao Qi <yao.qi@linaro.org>
12271
12272 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12273 Invoke step_over_syscall "clone" and break_cond_on_syscall
12274 "clone".
12275 * gdb.base/step-over-clone.c: New file.
12276
12277 2016-03-03 Yao Qi <yao.qi@linaro.org>
12278
12279 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12280 code format.
12281
12282 2016-03-03 Yao Qi <yao.qi@linaro.org>
12283
12284 * gdb.base/disp-step-fork.c: Rename to ...
12285 * gdb.base/step-over-fork.c: ... it. New file.
12286 * gdb.base/disp-step-vfork.c: Rename to ...
12287 * gdb.base/step-over-vfork.c: ... it. New file.
12288 * gdb.base/disp-step-syscall.exp: Rename to ...
12289 * gdb.base/step-over-syscall.exp: ... it. New file.
12290 (disp_step_cross_syscall): Rename to ...
12291 (step_over_syscall): ... it.
12292
12293 2016-03-03 Yao Qi <yao.qi@linaro.org>
12294
12295 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12296 If target supports condition evaluation on target, invoke
12297 break_cond_on_syscall for fork and vfork.
12298
12299 2016-03-03 Yao Qi <yao.qi@linaro.org>
12300
12301 * gdb.base/disp-step-syscall.exp: Don't invoke
12302 support_displaced_stepping.
12303 (disp_step_cross_syscall): Test with displaced stepping off and
12304 on if supported.
12305
12306 2016-03-03 Yao Qi <yao.qi@linaro.org>
12307
12308 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12309 proc.
12310 (setup): New proc.
12311 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12312 and setup.
12313
12314 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12315
12316 * gdb.fortran/vla-history.exp: Remove breakpoint.
12317
12318 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12319
12320 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12321 exceeds timeout.
12322
12323 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12324
12325 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12326 breakpoint.
12327
12328 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12329
12330 * gdb.mi/vla.f90: Nullify pointer after declaration.
12331
12332 2016-03-01 Pedro Alves <palves@redhat.com>
12333
12334 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12335
12336 2016-03-01 Pedro Alves <palves@redhat.com>
12337
12338 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12339 before anything else.
12340 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12341 _GNU_SOURCE here.
12342 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12343 before anything else.
12344 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12345
12346 2016-03-01 Pedro Alves <palves@redhat.com>
12347
12348 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12349
12350 2016-03-01 Yao Qi <yao.qi@linaro.org>
12351
12352 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12353 prepare_for_testing.
12354
12355 2016-03-01 Yao Qi <yao.qi@linaro.org>
12356
12357 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12358
12359 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12360
12361 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12362 manually constructing the output path.
12363
12364 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12365
12366 * gdb.arch/s390-stackless.S: New.
12367 * gdb.arch/s390-stackless.exp: New.
12368
12369 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12370
12371 * gdb.dlang/circular.c: New file.
12372 * gdb.dlang/circular.exp: New file.
12373
12374 2016-02-26 Yao Qi <yao.qi@linaro.org>
12375
12376 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12377 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12378 (testcases): Update.
12379
12380 2016-02-26 Yao Qi <yao.qi@linaro.org>
12381
12382 * gdb.reverse/aarch64.c: Rename to ...
12383 * gdb.reverse/insn-reverse.c: ... it.
12384 * gdb.reverse/aarch64.exp: Rename to ...
12385 * gdb.reverse/insn-reverse.exp: ... it.
12386
12387 2016-02-26 Yao Qi <yao.qi@linaro.org>
12388
12389 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12390 (testcase_ftype): New.
12391 (testcases): New array.
12392 (n_testcases): New.
12393 (main): Call each element in testcases.
12394 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12395 (read_testcase): New.
12396 Do the tests in a loop.
12397
12398 2016-02-25 Yao Qi <yao.qi@linaro.org>
12399
12400 * gdb.base/branches.c: Remove.
12401
12402 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12403
12404 PR gdb/13808
12405 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12406
12407 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12408
12409 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12410
12411 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12412
12413 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12414 change x86_64 call_insn to 'callq'.
12415
12416 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12417
12418 * gdb.trace/tfile-avx.c: Move to...
12419 * gdb.trace/tracefile-pseudo-reg.c: Here.
12420 * gdb.trace/tfile-avx.exp: Move to...
12421 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12422
12423 2016-02-24 Gary Benson <gbenson@redhat.com>
12424
12425 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12426 message on attach.
12427
12428 2016-02-23 Doug Evans <dje@google.com>
12429
12430 * gdb.base/skip.c (test_skip): New function.
12431 (end_test_skip_file_and_function): New function.
12432 (test_skip_file_and_function): New function.
12433 * gdb.base/skip1.c (test_skip): New function.
12434 (skip1_test_skip_file_and_function): New function.
12435 * gdb.base/skip.exp: Add tests for new skip options.
12436 * gdb.base/skip-solib.exp: Update expected output.
12437 * gdb.perf/skip-command.cc: New file.
12438 * gdb.perf/skip-command.exp: New file.
12439 * gdb.perf/skip-command.py: New file.
12440
12441 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12442
12443 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12444 info registers pattern.
12445
12446 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12447
12448 * lib/future.exp: Add D support.
12449 (gdb_find_gdc): New proc.
12450 (gdb_default_target_compile): Add D support.
12451
12452 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
12453
12454 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12455 user+system time.
12456 (trace_speed_test): Determine the iteration count for a time
12457 between 15..30 seconds.
12458
12459 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12460
12461 * gdb.arch/i386-mpx-sigsegv.c: New file.
12462 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12463 * gdb.arch/i386-mpx-simple_segv.c: New file.
12464 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12465
12466 2016-02-18 Yao Qi <yao.qi@linaro.org>
12467
12468 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12469 Don't call setup_kfail.
12470
12471 2016-02-18 Yao Qi <yao.qi@linaro.org>
12472
12473 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12474 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12475
12476 2016-02-16 Doug Evans <dje@google.com>
12477
12478 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12479 * gdb.base/skip1.c: Ditto.
12480 * gdb.base/skip.exp: Whitespace cleanup.
12481
12482 2016-02-16 Don Breazeal <donb@codesourcery.com>
12483
12484 PR remote/19496
12485 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12486 Remove kfail for PR remote/19496.
12487
12488 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12489
12490 * lib/gdb.exp (standard_temp_file): Return a path specific to
12491 the runtest invocation.
12492
12493 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12494
12495 * gdb.trace/save-trace.exp: Change relative path to be in the
12496 standard output directory.
12497
12498 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12499
12500 * gdb.arch/i386-prologue.c: Add missing prototypes.
12501
12502 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12503
12504 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12505 * gdb.arch/i386-prologue.exp: Likewise.
12506 * gdb.arch/i386-size.exp: Likewise.
12507
12508 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12509
12510 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12511 define object file path.
12512 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12513 file path.
12514 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12515 standard_output_file to define binfile.
12516
12517 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12518
12519 Fix compatibility with recent gfortran-5.3.1.
12520 * gdb.fortran/vla-history.exp (print vla1 allocated)
12521 (print vla2 allocated, print $2, print $3): Remove
12522 (print $4): Rename to ...
12523 (print $2): ... here.
12524 (print $9): Rename to ...
12525 (print $5): ... here.
12526 (print $10): Rename to ...
12527 (print $6): ... here.
12528 * gdb.fortran/vla.f90: Add pvla initialization.
12529
12530 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12531
12532 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12533 New test.
12534 * gdb.fortran/vla-value-sub.exp: Likewise.
12535
12536 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12537
12538 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12539
12540 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12541
12542 * i386-biarch-core.exp: Define corefile using
12543 standard_output_file.
12544
12545 2016-02-12 Yao Qi <yao.qi@linaro.org>
12546
12547 * gdb.arch/arm-single-step-kernel-helper.c: New.
12548 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12549
12550 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12551
12552 * gdb.btrace/tailcall-only.exp: New.
12553 * gdb.btrace/tailcall-only.c: New.
12554 * gdb.btrace/x86_64-tailcall-only.S: New.
12555 * gdb.btrace/i686-tailcall-only.S: New.
12556
12557 2016-02-11 Pedro Alves <palves@redhat.com>
12558
12559 * README (Parallel testing): Add missing double quotes.
12560
12561 2016-02-11 Pedro Alves <palves@redhat.com>
12562
12563 * README (Parallel testing): New section.
12564 (GDB_PARALLEL): Rewrite.
12565 (FORCE_PARALLEL): Document.
12566
12567 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12568
12569 * gdb.trace/tfile-avx.c: New test.
12570 * gdb.trace/tfile-avx.exp: New test.
12571
12572 2016-02-09 Keith Seitz <keiths@redhat.com>
12573
12574 PR breakpoints/19546
12575 * gdb.base/infcall-exec.c: New file.
12576 * gdb.base/infcall-exec2.c: New file.
12577 * gdb.base/infcall-exec.exp: New file.
12578
12579 2016-02-09 Keith Seitz <keiths@redhat.com>
12580
12581 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12582 (toplevel): Call test_bkpt_address.
12583
12584 2016-02-09 Keith Seitz <keiths@redhat.com>
12585
12586 PR python/19506
12587 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12588 (toplevel): Call test_bkpt_address.
12589
12590 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12591
12592 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12593 to AC_OUTPUT.
12594 * configure: Regenerate.
12595
12596 2016-02-09 Pedro Alves <palves@redhat.com>
12597
12598 PR breakpoints/19548
12599 * gdb.base/execl-update-breakpoints.c (some_function): New
12600 function.
12601 (main): Call it.
12602 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12603 Tighten expected GDB output.
12604
12605 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12606
12607 * Makefile.in (ALL_SUBDIRS): Remove.
12608 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12609 (distclean maintainer-clean realclean): Likewise.
12610 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12611 * configure: Regenerate.
12612 * gdb.ada/Makefile.in: Delete.
12613 * gdb.arch/Makefile.in: Likewise.
12614 * gdb.asm/Makefile.in: Likewise.
12615 * gdb.base/Makefile.in: Likewise.
12616 * gdb.btrace/Makefile.in: Likewise.
12617 * gdb.cell/Makefile.in: Likewise.
12618 * gdb.compile/Makefile.in: Likewise.
12619 * gdb.cp/Makefile.in: Likewise.
12620 * gdb.disasm/Makefile.in: Likewise.
12621 * gdb.dlang/Makefile.in: Likewise.
12622 * gdb.dwarf2/Makefile.in: Likewise.
12623 * gdb.fortran/Makefile.in: Likewise.
12624 * gdb.gdb/Makefile.in: Likewise.
12625 * gdb.go/Makefile.in: Likewise.
12626 * gdb.guile/Makefile.in: Likewise.
12627 * gdb.java/Makefile.in: Likewise.
12628 * gdb.linespec/Makefile.in: Likewise.
12629 * gdb.mi/Makefile.in: Likewise.
12630 * gdb.modula2/Makefile.in: Likewise.
12631 * gdb.multi/Makefile.in: Likewise.
12632 * gdb.objc/Makefile.in: Likewise.
12633 * gdb.opencl/Makefile.in: Likewise.
12634 * gdb.opt/Makefile.in: Likewise.
12635 * gdb.pascal/Makefile.in: Likewise.
12636 * gdb.perf/Makefile.in: Likewise.
12637 * gdb.python/Makefile.in: Likewise.
12638 * gdb.reverse/Makefile.in: Likewise.
12639 * gdb.server/Makefile.in: Likewise.
12640 * gdb.stabs/Makefile.in: Likewise.
12641 * gdb.threads/Makefile.in: Likewise.
12642 * gdb.trace/Makefile.in: Likewise.
12643 * gdb.xml/Makefile.in: Likewise.
12644 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12645 GDB_PARALLEL.
12646 (standard_output_file): Remove check for GDB_PARALLEL, always
12647 return path in outputs/$subdir/$testname.
12648
12649 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12650
12651 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12652 (site.exp): Assign abs_srcdir to tcl's srcdir.
12653
12654 2016-02-04 Yao Qi <yao.qi@linaro.org>
12655
12656 * gdb.base/foll-exec-mode.c: Include limits.h.
12657 (main): Add parameters argc and argv. Get directory from
12658 argv[0].
12659 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12660 compilation.
12661 * gdb.base/foll-exec.c: Include limits.h.
12662 (main): Add parameters argc and argv.
12663 Get directory from argv[0].
12664 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12665 Adjust tests on the number of lines as source code changed.
12666 * gdb.base/foll-vfork-exit.c: Include limits.h.
12667 (main): Add one line of statement before vfork.
12668 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12669 (main): Add parameters argc and argv. Get directory from
12670 argv[0].
12671 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12672 (setup_gdb): Set tbreak to skip some source lines.
12673 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12674 (main): Add parameters argc and argv. Get directory from
12675 argv[0].
12676 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12677 compilation.
12678 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12679 (main): Add parameters argc and argv. Get directory from
12680 argv[0].
12681 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12682 compilation.
12683
12684 2016-02-01 Doug Evans <dje@google.com>
12685
12686 * gdb.base/skip.exp: Clean up multiple references to same test name.
12687
12688 2016-02-01 Pedro Alves <palves@redhat.com>
12689
12690 PR remote/19496
12691 * gdb.threads/forking-threads-plus-breakpoint.exp
12692 (displaced_stepping_supported): New global.
12693 (probe_displaced_stepping_support): New procedure.
12694 (do_test): Add 'displaced' parameter, and use it.
12695 (top level): Check for displaced stepping support. Add displaced
12696 stepping on/off testing axis.
12697
12698 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12699
12700 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12701 pointer. Don't perform further tests on the unassociated pointer
12702 if the first test fails.
12703
12704 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12705
12706 * gdb.base/max-value-size.c: New file.
12707 * gdb.base/max-value-size.exp: New file.
12708 * gdb.base/huge.exp: Disable max-value-size for this test.
12709
12710 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12711
12712 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12713
12714 2016-01-28 Yao Qi <yao.qi@linaro.org>
12715
12716 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12717
12718 2016-01-25 Pedro Alves <palves@redhat.com>
12719
12720 PR threads/19461
12721 * gdb.base/fork-running-state.c: New file.
12722 * gdb.base/fork-running-state.exp: New file.
12723
12724 2016-01-25 Pedro Alves <palves@redhat.com>
12725
12726 PR gdb/19494
12727 * gdb.base/catch-fork-kill.c: New file.
12728 * gdb.base/catch-fork-kill.exp: New file.
12729
12730 2016-01-25 Pedro Alves <palves@redhat.com>
12731
12732 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12733 Delete, moved to lib/gdb.exp.
12734 * gdb.threads/forking-threads-plus-breakpoint.exp
12735 (foreach_with_prefix): Likewise.
12736 * gdb.threads/process-dies-while-handling-bp.exp
12737 (foreach_with_prefix): Likewise.
12738 * lib/gdb.exp (foreach_with_prefix): New procedure.
12739
12740 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12741
12742 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12743 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12744
12745 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12746
12747 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12748 endian targets.
12749
12750 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12751 Pedro Alves <palves@redhat.com>
12752
12753 Fix testsuite compatibility with Guile.
12754 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12755 number.
12756
12757 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12758
12759 Fix testsuite compatibility with Guile.
12760 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12761 (thread 1): New test for backtrace through signal handler.
12762
12763 2016-01-22 Yao Qi <yao.qi@linaro.org>
12764
12765 PR testsuite/19491
12766 * gdb.base/multi-forks.c: Include
12767 ../lib/unbuffer_output.c
12768 (main): Call gdb_unbuffer_output.
12769
12770 2016-01-21 Doug Evans <dje@google.com>
12771
12772 * lib/ada.exp (gdb_compile_ada): Fix typo.
12773
12774 2016-01-21 Joel Brobecker <brobecker@adacore.com>
12775
12776 * gdb.base/break-fun-addr.exp: New file.
12777 * gdb.base/break-fun-addr1.c: New file.
12778 * gdb.base/break-fun-addr2.c: New file.
12779
12780 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12781
12782 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12783 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12784 enum flag values.
12785
12786 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12787
12788 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12789 when GDB can not set the vector return value. Add more comments
12790 for clarification.
12791
12792 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12793
12794 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12795 command.
12796
12797 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12798
12799 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12800
12801 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12802
12803 * Makefile.in (check-single): Pass --status to runtest.
12804 (check/%.exp): Likewise.
12805
12806 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12807
12808 * Makefile.in (check-parallel): Propagate return code from make
12809 do-check-parallel.
12810
12811 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12812
12813 * gdb.trace/ftrace.exp: Fix expected message on continue.
12814 * gdb.trace/pending.exp: Fix expected message on continue.
12815 * gdb.trace/trace-break.exp: Fix expected message on continue.
12816
12817 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12818
12819 * lib/gdb.exp (gdb_test): Remove unused global references.
12820
12821 2016-01-18 Pedro Alves <palves@redhat.com>
12822
12823 * gdb.base/async-shell.exp: Adjust expected output.
12824 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12825 * gdb.base/siginfo-thread.exp: Adjust expected output.
12826 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12827 * gdb.java/jnpe.exp: Adjust expected output.
12828 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12829 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12830 * gdb.threads/leader-exit.exp: Adjust expected output.
12831 * gdb.threads/manythreads.exp: Adjust expected output.
12832 * gdb.threads/pthreads.exp: Adjust expected output.
12833 * gdb.threads/schedlock.exp: Adjust expected output.
12834 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12835 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12836 expected output.
12837 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12838 output.
12839 * gdb.threads/sigthread.exp: Adjust expected output.
12840 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12841
12842 2016-01-18 Yao Qi <yao.qi@linaro.org>
12843
12844 * gdb.guile/scm-section-script.c: Replace @progbits with
12845 %progbits.
12846 * gdb.python/py-section-script.c: Likewise.
12847
12848 2016-01-15 Pedro Alves <palves@redhat.com>
12849
12850 * gdb.multi/tids.exp: Test star wildcard ranges.
12851
12852 2016-01-15 Pedro Alves <palves@redhat.com>
12853
12854 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12855 command from "thread apply" invocation.
12856 (thr_apply_info_thr_invalid): Default the expected output to the
12857 input tid list.
12858 (top level): Add tests that use convenience variables. Add tests
12859 for "thread apply" with a valid TID list, but missing the command.
12860
12861 2016-01-13 Pedro Alves <palves@redhat.com>
12862
12863 * gdb.base/default.exp: Expect $_gthread as well.
12864 * gdb.multi/tids.exp: Test $_gthread.
12865 * gdb.threads/thread-specific.exp: Test $_gthread.
12866
12867 2016-01-13 Pedro Alves <palves@redhat.com>
12868
12869 * gdb.multi/tids.exp: Test "info threads -gid".
12870
12871 2016-01-13 Pedro Alves <palves@redhat.com>
12872
12873 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12874 Breakpoint.thread.
12875 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12876
12877 2016-01-07 Pedro Alves <palves@redhat.com>
12878
12879 * gdb.base/break.exp: Adjust to output changes.
12880 * gdb.base/hbreak2.exp: Likewise.
12881 * gdb.base/sepdebug.exp: Likewise.
12882 * gdb.base/watch_thread_num.exp: Likewise.
12883 * gdb.linespec/keywords.exp: Likewise.
12884 * gdb.multi/info-threads.exp: Likewise.
12885 * gdb.threads/thread-find.exp: Likewise.
12886 * gdb.multi/tids.c: New file.
12887 * gdb.multi/tids.exp: New file.
12888
12889 2016-01-13 Pedro Alves <palves@redhat.com>
12890
12891 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12892
12893 2016-01-13 Pedro Alves <palves@redhat.com>
12894
12895 * gdb.base/default.exp: Expect $_inferior as well.
12896 * gdb.multi/base.exp: Test $_inferior.
12897
12898 2016-01-13 Pedro Alves <palves@redhat.com>
12899
12900 PR breakpoints/19388
12901 * gdb.base/catch-signal-siginfo-cond.c: New file.
12902 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12903
12904 2016-01-12 Josh Stone <jistone@redhat.com>
12905 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12906
12907 * gdb.base/catch-syscall.c (do_execve): New variable.
12908 (main): Conditionally trigger an execve.
12909 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12910 (test_catch_syscall_execve): New, check entry/return across execve.
12911 (do_syscall_tests): Call test_catch_syscall_execve.
12912
12913 2016-01-12 Pedro Alves <palves@redhat.com>
12914
12915 * gdb.base/random-signal.exp (do_test): New procedure, with body
12916 of testcase moved in.
12917
12918 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12919 Pedro Alves <palves@redhat.com>
12920
12921 * gdb.base/funcargs.exp (finish from indirectly called function):
12922 Reintroduce the case for 'First'.
12923
12924 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12925 Pedro Alves <palves@redhat.com>
12926
12927 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12928 (tcatch_vfork_then_child_follow_exec)
12929 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12930 identification.
12931
12932 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12933
12934 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12935 and repeats to unlimited.
12936 * gdb.python/py-value.exp: Likewise.
12937 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12938 and repeats to unlimited.
12939
12940 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12941
12942 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12943 and reordering the functions.
12944 * gdb.multi/hangout.c: Likewise.
12945 * gdb.multi/hello.c: Likewise.
12946
12947 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12948
12949 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12950 absolute.
12951 (SingleStatisticTestResult.report): Use dict.keys instead of
12952 dict.iterkeys.
12953
12954 2016-01-06 Pedro Alves <palves@redhat.com>
12955
12956 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
12957
12958 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
12959
12960 * gdb.btrace/dlopen.exp: New.
12961 * gdb.btrace/dlopen.c: New.
12962 * gdb.btrace/dlopen-dso.c: New.
12963
12964 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
12965
12966 * lib/gdb.exp (gdb_test): Update comments to clarify that the
12967 PATTERN argument is optional.
12968
12969 2015-12-24 Joel Brobecker <brobecker@adacore.com>
12970
12971 * lib/ada.exp (target_compile_ada_from_dir): New function.
12972 (gdb_compile_ada): Reimplement avoiding the use of project files.
12973 * gdb.ada/gnat_ada.gpr: Delete.
12974 * gdb.ada/cond_lang.exp: Adjust test to make path before
12975 filename optional.
12976 * gdb.ada/small_reg_param.exp: Likewise.
12977
12978 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
12979
12980 * gdb.base/foll-vork.exp: Remove HP-UX special case.
12981
12982 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
12983
12984 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
12985 case.
12986
12987 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
12988
12989 * gdb.base/break.exp: Remove dead code.
12990 * gdb.base/sepdebug.exp: Likewise.
12991
12992 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12993
12994 * gdb.asm/asm-source.exp: Remove HP-UX references.
12995 * gdb.base/annota1.exp: Likewise.
12996 * gdb.base/annota3.exp: Likewise.
12997 * gdb.base/attach.exp: Likewise.
12998 * gdb.base/bigcore.exp: Likewise.
12999 * gdb.base/break.exp: Likewise.
13000 * gdb.base/call-ar-st.exp: Likewise.
13001 * gdb.base/callfuncs.exp: Likewise.
13002 * gdb.base/catch-fork-static.exp: Likewise.
13003 * gdb.base/display.exp: Likewise.
13004 * gdb.base/foll-exec-mode.exp: Likewise.
13005 * gdb.base/foll-exec.exp: Likewise.
13006 * gdb.base/foll-fork.exp: Likewise.
13007 * gdb.base/foll-vfork.exp: Likewise.
13008 * gdb.base/funcargs.exp: Likewise.
13009 * gdb.base/hbreak2.exp: Likewise.
13010 * gdb.base/inferior-died.exp: Likewise.
13011 * gdb.base/interrupt.exp: Likewise.
13012 * gdb.base/multi-forks.exp: Likewise.
13013 * gdb.base/nodebug.exp: Likewise.
13014 * gdb.base/sepdebug.exp: Likewise.
13015 * gdb.base/solib1.c: Likewise.
13016 * gdb.base/step-test.exp: Likewise.
13017 * gdb.mi/non-stop.c: Likewise.
13018 * gdb.mi/pthreads.c: Likewise.
13019 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13020 * gdb.threads/pthreads.c: Likewise.
13021 * gdb.threads/staticthreads.exp: Likewise.
13022 * lib/future.exp: Likewise.
13023 * lib/gdb.exp: Likewise.
13024 * gdb.base/so-indr-cl.c: Remove.
13025 * gdb.base/so-indr-cl.exp: Likewise.
13026 * gdb.base/solib.c: Likewise.
13027 * gdb.base/solib.exp: Likewise.
13028 * gdb.base/solib2.c: Likewise.
13029
13030 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13031
13032 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13033 * gdb.base/call-ar-st.exp: Likewise.
13034 * gdb.base/callfuncs.exp: Likewise.
13035 * gdb.base/condbreak.exp: Likewise.
13036 * gdb.base/constvars.exp: Likewise.
13037 * gdb.base/hbreak2.exp: Likewise.
13038 * gdb.base/langs.exp: Likewise.
13039 * gdb.base/list.exp: Likewise.
13040 * gdb.base/long_long.exp: Likewise.
13041 * gdb.base/ptype.exp: Likewise.
13042 * gdb.base/scope.exp: Likewise.
13043 * gdb.base/signals.exp: Likewise.
13044 * gdb.base/so-impl-ld.exp: Likewise.
13045 * gdb.base/varargs.exp: Likewise.
13046 * gdb.base/volatile.exp: Likewise.
13047 * gdb.base/whatis.exp: Likewise.
13048 * gdb.cp/cplusfuncs.exp: Likewise.
13049 * gdb.cp/inherit.exp: Likewise.
13050 * gdb.cp/local.exp: Likewise.
13051 * gdb.cp/member-ptr.exp: Likewise.
13052 * gdb.cp/method.exp: Likewise.
13053 * gdb.cp/overload.exp: Likewise.
13054 * gdb.cp/templates.exp: Likewise.
13055 * gdb.stabs/weird.exp: Likewise.
13056 * lib/compiler.c: Likewise.
13057 * lib/compiler.cc: Likewise.
13058 * lib/cp-support.exp: Likewise.
13059 * lib/gdb.exp: Likewise.
13060
13061 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13062
13063 * configure.ac: Remove HP-UX case.
13064 * configure: Regenerate.
13065
13066 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13067
13068 * lib/gdb.exp (gdb_compile): Add function doc.
13069
13070 2015-12-17 Pedro Alves <palves@redhat.com>
13071
13072 PR threads/19354
13073 * gdb.multi/info-threads.exp: New file.
13074
13075 2015-12-15 Yao Qi <yao.qi@linaro.org>
13076
13077 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13078 is aarch64*-*-*.
13079
13080 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13081
13082 * gdb.base/history-duplicates.exp: Skip if no readline support.
13083
13084 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13085
13086 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13087
13088 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13089
13090 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13091
13092 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13093
13094 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13095 ctrl-C if nointerrupts target property is set.
13096 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13097 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13098 * gdb.base/paginate-bg-execution.exp: Likewise.
13099 * gdb.base/paginate-execution-startup.exp: Likewise.
13100 * gdb.base/random-signal.exp: Likewise.
13101 * gdb.base/range-stepping.exp: Likewise.
13102 * gdb.cp/annota2.exp: Likewise.
13103 * gdb.cp/annota3.exp: Likewise.
13104 * gdb.gdb/selftest.exp: Likewise.
13105 * gdb.threads/continue-pending-status.exp: Likewise.
13106 * gdb.threads/leader-exit.exp: Likewise.
13107 * gdb.threads/manythreads.exp: Likewise.
13108 * gdb.threads/pthreads.exp: Likewise.
13109 * gdb.threads/schedlock.exp: Likewise.
13110 * gdb.threads/sigthread.exp: Likewise.
13111
13112 2015-12-11 Don Breazeal <donb@codesourcery.com>
13113
13114 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13115 remote.
13116 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13117 * gdb.base/foll-exec.exp (main): Enable for target remote.
13118 * gdb.base/foll-fork.exp (main): Likewise.
13119 * gdb.base/foll-vfork.exp (main): Likewise.
13120 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13121 (proc continue_to_exit_bp_loc): Use clean_restart.
13122 * gdb.base/pie-execl.exp (main): Disable for target remote.
13123 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13124 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13125 * gdb.threads/execl.exp (main): Likewise.
13126 * gdb.threads/fork-child-threads.exp (main): Likewise.
13127 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13128 remote.
13129 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13130 remote.
13131 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13132 pid.tid style ptids, instead of just tid.
13133 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13134 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13135 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13136 ptids, instead of just tid.
13137
13138 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13139
13140 * gdb.base/list.exp (test_list_forward): Add end of file error
13141 test.
13142 (test_repeat_list_command): Add end of file error test.
13143 (test_list_backwards): Add beginning of file error test.
13144
13145 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13146
13147 * gdb.base/list.exp (test_list_invalid_args): New function,
13148 defined, and called.
13149
13150 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13151
13152 * gdb.base/list.exp (test_list): Make test names unique.
13153
13154 2015-12-11 Yao Qi <yao.qi@linaro.org>
13155
13156 * gdb.base/coremaker2.c: Remove.
13157
13158 2015-12-10 Pedro Alves <palves@redhat.com>
13159
13160 * gdb.multi/base.exp: Remove stale "spaces" references.
13161
13162 2015-12-10 Pedro Alves <palves@redhat.com>
13163
13164 * gdb.multi/base.exp: Don't use nowarnings.
13165 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13166 * gdb.multi/hangout.c: Include stdio.h.
13167 * gdb.multi/hello.c: Include stdlib.h.
13168 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13169 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13170 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13171
13172 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13173
13174 * gdb.dwarf2/dw2-ranges-base.c: New file.
13175 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13176 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13177 support additional line table, and debug ranges generation.
13178 (Dwarf::ranges): New function, generate .debug_ranges.
13179 (Dwarf::lines): Support generating simple line table programs.
13180 (Dwarf::assemble): Initialise new namespace variables.
13181
13182 2015-12-09 Kevin Buettner <kevinb@redhat.com>
13183
13184 * gdb.base/async.exp (proc test_background): Add case for
13185 asynchronous execution not supported.
13186
13187 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
13188
13189 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13190 format and change test names to make them unique.
13191
13192 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13193 Pedro Alves <pedro@redhat.com>
13194
13195 PR gdb/18702
13196 Add checking of floatformats setup on x86_64 hosts.
13197 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13198 (smallval, bigval): New labels/constants.
13199 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13200 float" after loading bigval and smallval.
13201
13202 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13203
13204 * gdb.ada/fun_overload_menu.exp: New testcase.
13205 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13206
13207 2015-12-04 Josh Stone <jistone@redhat.com>
13208
13209 * gdb.base/catch-fork-static.exp: New.
13210
13211 2015-12-03 Yao Qi <yao.qi@linaro.org>
13212
13213 * gdb.base/sizeof.c: Don't include stdio.h and
13214 ../lib/unbuffer_output.c.
13215 (main): New variable 'size' and 'value'. Remove printf and
13216 gdb_unbuffer_output. Assign return value to size and value.
13217 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13218 at the beginning.
13219 (check_sizeof): Check the result by printing variable 'size'.
13220 (check_valueof): Check the result by printing variable 'value'.
13221
13222 2015-12-01 Yao Qi <yao.qi@linaro.org>
13223
13224 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13225 for aarch64*-*-linux* target.
13226
13227 2015-11-30 Pedro Alves <palves@redhat.com>
13228
13229 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13230
13231 2015-11-30 Pedro Alves <palves@redhat.com>
13232
13233 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13234 Handle non-stop mode vCont replies.
13235
13236 2015-11-30 Pedro Alves <palves@redhat.com>
13237
13238 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13239 prepare_for_testing. Start gdb with "set non-stop on" appended to
13240 GDBFLAGS. Lax expected stop output.
13241
13242 2015-11-27 Yao Qi <yao.qi@linaro.org>
13243
13244 * gdb.arch/arm-neon.exp: New.
13245 * gdb.arch/arm-neon.c: New.
13246
13247 2015-11-27 Yao Qi <yao.qi@linaro.org>
13248
13249 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13250
13251 2015-11-27 Yao Qi <yao.qi@linaro.org>
13252
13253 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13254 frames-invalid annotation.
13255
13256 2015-11-27 Yao Qi <yao.qi@linaro.org>
13257
13258 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13259
13260 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13261
13262 * gdb.threads/names.exp: New file.
13263 * gdb.threads/names.c: New file.
13264 * README: Mention gdb,no_thread_names.
13265
13266 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13267
13268 PR 19297
13269 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13270 support" error.
13271
13272 2015-11-24 Pedro Alves <palves@redhat.com>
13273
13274 PR 17539
13275 * gdb.base/display.exp: Expect displays to be sorted in ascending
13276 order. Use multi_line.
13277 * gdb.base/solib-display.exp: Likewise.
13278
13279 2015-11-24 Pedro Alves <palves@redhat.com>
13280
13281 PR 17539
13282 * gdb.base/display.exp: Expect displays to be sorted in ascending
13283 order. Use multi_line.
13284 * gdb.base/solib-display.exp: Likewise.
13285
13286 2015-11-24 Pedro Alves <palves@redhat.com>
13287
13288 PR 17539
13289 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13290 threads in ascending order.
13291 * gdb.base/foll-fork.exp: Likewise.
13292 * gdb.base/foll-vfork.exp: Likewise.
13293 * gdb.base/multi-forks.exp: Likewise.
13294 * gdb.mi/mi-nonstop.exp: Likewise.
13295 * gdb.mi/mi-nsintrall.exp: Likewise.
13296 * gdb.multi/base.exp: Likewise.
13297 * gdb.multi/multi-arch.exp: Likewise.
13298 * gdb.python/py-inferior.exp: Likewise.
13299 * gdb.threads/break-while-running.exp: Likewise.
13300 * gdb.threads/execl.exp: Likewise.
13301 * gdb.threads/gcore-thread.exp: Likewise.
13302 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13303 * gdb.threads/kill.exp: Likewise.
13304 * gdb.threads/linux-dp.exp: Likewise.
13305 * gdb.threads/multiple-step-overs.exp: Likewise.
13306 * gdb.threads/next-bp-other-thread.exp: Likewise.
13307 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13308 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13309 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13310 * gdb.threads/thread-find.exp: Likewise.
13311 * gdb.threads/tls.exp: Likewise.
13312 * lib/mi-support.exp (mi_reverse_list): Delete.
13313 (mi_check_thread_states): No longer reverse list.
13314
13315 2015-11-24 Pedro Alves <palves@redhat.com>
13316
13317 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13318 use lowercase.
13319
13320 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13321
13322 * gdb.trace/actions.c: Include trace-common.h.
13323 (main): Add a location for a fast tracepoint.
13324 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13325 the normal tracepoints.
13326 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13327
13328 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13329
13330 * save-trace.exp: Factor out code to these...
13331 (gdb_save_tracepoints): New.
13332 (gdb_load_tracepoints): New.
13333 (do_save_load_test): New.
13334
13335 2015-11-23 Kevin Buettner <kevinb@redhat.com>
13336
13337 * gdb.base/asmlabel.exp: New test.
13338 * gdb.base/asmlabel.c: New test case.
13339
13340 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13341
13342 * gdb.base/wrong_frame_bt_full-main.c: New file.
13343 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13344 * gdb.base/wrong_frame_bt_full.exp: New file.
13345
13346 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13347
13348 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13349
13350 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13351
13352 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
13353 pstate register when comparing registers values in
13354 sparc64-*-linux-gnu targets to avoid spurious differences.
13355
13356 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13357
13358 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
13359
13360 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13361
13362 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13363 as type argument to gdb_compile.
13364 * gdb.base/nested-subp2.exp: Likewise.
13365 * gdb.base/nested-subp3.exp: Likewise.
13366
13367 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13368
13369 * lib/dwarf.exp (_note): Fix left shift of negative value.
13370 * gdb.trace/trace-condition.exp: Likewise.
13371
13372 2015-11-13 Yao Qi <yao.qi@linaro.org>
13373
13374 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13375 comments about d10v.
13376 (test_scalar_returns): Likewise.
13377 * gdb.base/d10v.ld: Remove.
13378 * gdb.base/overlays.exp: Remove the target triplet checking for
13379 d10v-*-*.
13380 * gdb.base/structs.exp (test_struct_returns): Remove the
13381 comments about d10v.
13382 (test_struct_calls): Likewise.
13383
13384 2015-11-13 Yao Qi <yao.qi@linaro.org>
13385
13386 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13387 * gdb.base/gnu_vector.c: Don't include stdio.h.
13388 (main): Don't print res and call add_some_intvecs.
13389
13390 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13391
13392 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13393 macro.
13394 (func5): Removed.
13395 (func4): Use FAST_TRACEPOINT_LABEL.
13396 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13397 macro.
13398 (func): Removed.
13399 (thread_function): Use FAST_TRACEPOINT_LABEL.
13400 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13401 (func): Remove.
13402 (marker): Use FAST_TRACEPOINT_LABEL.
13403 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13404 (pendfunc1): Remove.
13405 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13406 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13407 (foo): Remove.
13408 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13409 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13410 macro.
13411 (func): Remove.
13412 (marker): Use FAST_TRACEPOINT_LABEL.
13413 * gdb.trace/trace-common.h: New header.
13414 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13415 macro.
13416 (func): Remove.
13417 (marker): Use FAST_TRACEPOINT_LABEL.
13418 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13419 (func): Remove.
13420 (thread_function): Use FAST_TRACEPOINT_LABEL.
13421
13422 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13423
13424 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13425 in front.
13426 * gdb.trace/change-loc.exp: Use global pcreg definition.
13427 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13428 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13429 in front.
13430 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13431 * gdb.trace/pending.exp: Likewise.
13432 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13433 * gdb.trace/trace-break.exp: Likewise.
13434 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13435 in front.
13436 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13437 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13438 in front.
13439 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13440
13441 2015-11-09 Joel Brobecker <brobecker@adacore.com>
13442
13443 * gdb.ada/fin_fun_out: New testcase.
13444
13445 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13446
13447 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13448 value associated with DW_AT_byte_size.
13449 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13450 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13451 DW_AT_upper_bound.
13452
13453 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13454
13455 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13456 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13457 version.
13458 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13459 gdb.dwarf2/dw2-canonicalize-type.exp,
13460 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13461 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13462 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13463 provided by gdb_target_symbol_prefix_flags_asm.
13464 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13465 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13466 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13467 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13468 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13469 macros where needed). Use this macro for symbols which require
13470 the prefix provided by SYMBOL_PREFIX.
13471
13472 2015-11-05 Kevin Buettner <kevinb@redhat.com>
13473
13474 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13475 New procs.
13476 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13477 representing expressions, of more than one list element.
13478 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13479 to prepend linker symbol prefix to f.
13480 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13481 table_1 and table_2.
13482 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13483 Likewise, for f and g.
13484 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13485 for ptr.
13486 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13487 for main.
13488 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13489 table_1_ptr and table_2_ptr.
13490
13491 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13492 Joel Brobecker <brobecker@adacore.com>
13493
13494 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13495
13496 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13497
13498 * gdb.reverse/s390-mvcle.c: New test.
13499 * gdb.reverse/s390-mvcle.exp: New file.
13500 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13501
13502 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13503
13504 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13505
13506 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13507
13508 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13509 reaching marker2.
13510 * gdb.reverse/getresuid-reverse.exp: Likewise.
13511 * gdb.reverse/pipe-reverse.exp: Likewise.
13512 * gdb.reverse/readv-reverse.exp: Likewise.
13513 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13514 * gdb.reverse/time-reverse.exp: Likewise.
13515 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13516
13517 2015-10-30 Yao Qi <yao.qi@linaro.org>
13518
13519 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13520 (empty_cycle): Remove.
13521 (main): Don't call empty_cycle. Don't use watch_count_done.
13522 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13523 empty_cycle. Rewrite the code counting HW watchpoints.
13524
13525 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13526
13527 * gdb.reverse/fstatat-reverse.c: New test.
13528 * gdb.reverse/fstatat-reverse.exp: New file.
13529 * gdb.reverse/getresuid-reverse.c: New test.
13530 * gdb.reverse/getresuid-reverse.exp: New file.
13531 * gdb.reverse/pipe-reverse.c: New test.
13532 * gdb.reverse/pipe-reverse.exp: New file.
13533 * gdb.reverse/readv-reverse.c: New test.
13534 * gdb.reverse/readv-reverse.exp: New file.
13535 * gdb.reverse/recvmsg-reverse.c: New test.
13536 * gdb.reverse/recvmsg-reverse.exp: New file.
13537 * gdb.reverse/time-reverse.c: New test.
13538 * gdb.reverse/time-reverse.exp: New file.
13539 * gdb.reverse/waitpid-reverse.c: New test.
13540 * gdb.reverse/waitpid-reverse.exp: New file.
13541
13542 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13543
13544 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13545
13546 2015-10-26 Doug Evans <dje@google.com>
13547
13548 PR symtab/17391
13549 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13550 * gdb.dwarf2/bad-regnum.c: New file.
13551 * gdb.dwarf2/bad-regnum.exp: New file.
13552
13553 2015-10-26 Doug Evans <dje@google.com>
13554
13555 PR python/18938
13556 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13557 file.
13558
13559 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13560
13561 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13562 for a change by "Mention language in compile error message".
13563
13564 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13565
13566 PR python/18073
13567 * gdb.python/py-type.c (C::a_method): New.
13568 (C::a_const_method): New.
13569 (C::a_static_method): New.
13570 (a_function): New.
13571 * gdb.python/py-type.exp (test_fields): Test getting fields
13572 from function and method.
13573
13574 2015-10-21 Keven Boell <keven.boell@intel.com>
13575
13576 * gdb.fortran/vla-alloc-assoc.exp: New file.
13577 * gdb.fortran/vla-datatypes.exp: New file.
13578 * gdb.fortran/vla-datatypes.f90: New file.
13579 * gdb.fortran/vla-history.exp: New file.
13580 * gdb.fortran/vla-ptype-sub.exp: New file.
13581 * gdb.fortran/vla-ptype.exp: New file.
13582 * gdb.fortran/vla-sizeof.exp: New file.
13583 * gdb.fortran/vla-sub.f90: New file.
13584 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13585 * gdb.fortran/vla-value-sub-finish.exp: New file.
13586 * gdb.fortran/vla-value-sub.exp: New file.
13587 * gdb.fortran/vla-value.exp: New file.
13588 * gdb.fortran/vla-ptr-info.exp: New file.
13589 * gdb.mi/mi-vla-fortran.exp: New file.
13590 * gdb.mi/vla.f90: New file.
13591
13592 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13593
13594 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13595 of hardwired timeout value.
13596
13597 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13598 Pedro Alves <palves@redhat.com>
13599
13600 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13601 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13602
13603 2015-10-19 Josh Stone <jistone@redhat.com>
13604
13605 * gdb.base/catch-syscall.c: Include <sched.h>.
13606 (unknown_syscall): New variable.
13607 (main): Trigger a vfork and an unknown syscall.
13608 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13609 (unknown_syscall_number): Likewise.
13610 (check_call_to_syscall): Accept an optional syscall pattern.
13611 (check_return_from_syscall): Likewise.
13612 (check_continue): Likewise.
13613 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13614 (test_catch_syscall_skipping_return): New test toggling off 'catch
13615 syscall' to step over the syscall return, then toggling back on.
13616 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13617 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13618 (do_syscall_tests): Call test_catch_syscall_without_args and
13619 test_catch_syscall_mid_vfork.
13620 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13621 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13622
13623 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
13624
13625 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13626 print g_vE): Add new pass patterns.
13627 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13628 print various symbol names for vptr fields.
13629
13630 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13631
13632 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13633 results.
13634
13635 2015-10-12 Yao Qi <yao.qi@linaro.org>
13636
13637 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13638
13639 2015-10-12 Yao Qi <yao.qi@linaro.org>
13640
13641 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13642 is aarch64*-*-linux*.
13643
13644 2015-10-12 Yao Qi <yao.qi@linaro.org>
13645
13646 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13647 (can_relocate_bcond_true): ... it.
13648 (can_relocate_bcond_false): New function.
13649 (foo): Likewise.
13650 (can_relocate_bl): Likewise.
13651 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13652 can_relocate_bl.
13653
13654 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13655
13656 * gdb.base/nested-addr.c: New file.
13657 * gdb.base/nested-addr.exp: New testcase.
13658
13659 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13660
13661 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13662 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13663 its output. Ignore the output of "record goto begin" and instead
13664 check that GDB is replaying.
13665
13666 2015-10-09 Pedro Alves <palves@redhat.com>
13667
13668 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13669 (top level): Use it in the run with no args test.
13670
13671 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13672
13673 * gdb.dlang/properties.exp: New file.
13674
13675 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13676
13677 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13678 whether or not address 0x1000 is mapped on the target.
13679
13680 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13681
13682 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13683 build.
13684
13685 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13686
13687 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13688 instruction-history test.
13689
13690 2015-09-28 Doug Evans <dje@google.com>
13691
13692 * gdb.base/gcore.c (array_func): Add reference to static_array.
13693
13694 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13695
13696 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13697 source line.
13698
13699 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13700
13701 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13702 short or char as base type.
13703
13704 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13705
13706 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13707 to allow any size enum.
13708
13709 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13710
13711 * gdb.ada/array_ptr_renaming.exp: New testcase.
13712 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13713 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13714
13715 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13716
13717 * gdb.trace/ftrace-lock.c: New file.
13718 * gdb.trace/ftrace-lock.exp: New file.
13719
13720 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13721
13722 * gdb.arch/insn-reloc.c: New file.
13723 * gdb.arch/ftrace-insn-reloc.exp: New file.
13724
13725 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13726
13727 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13728 instruction.
13729 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13730 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13731 * gdb.trace/range-stepping.c: Likewise.
13732 * gdb.trace/trace-break.c: Likewise.
13733 * gdb.trace/trace-mt.c (thread_function): Likewise.
13734 * gdb.trace/ftrace.c (marker): Likewise.
13735 * gdb.trace/trace-condition.c (marker): Likewise.
13736 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13737 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13738 is_aarch64_target.
13739
13740 2015-09-18 Doug Evans <xdje42@gmail.com>
13741
13742 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13743 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13744
13745 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13746
13747 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13748 the breakpoint.
13749
13750 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13751
13752 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13753 the pending breakpoint. Remove timeout override for "Run till
13754 MI pending breakpoint on pendfunc3 on thread 2" test.
13755
13756 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13757
13758 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13759 filename pattern.
13760
13761 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13762
13763 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13764 in breakpoint filename pattern.
13765
13766 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13767
13768 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13769
13770 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13771
13772 * gdb.linespec/explicit.exp: Check for readline support for
13773 tab-completion tests. Fix obvious typo.
13774
13775 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13776
13777 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13778 and replay.
13779
13780 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13781
13782 * gdb.btrace/non-stop.c: New.
13783 * gdb.btrace/non-stop.exp: New.
13784
13785 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13786 Yao Qi <yao.qi@linaro.org>
13787
13788 * gdb.trace/trace-condition.c: New file.
13789 * gdb.trace/trace-condition.exp: New file.
13790
13791 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
13792
13793 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13794 for testing bytecode compilation.
13795
13796 2015-09-16 Pedro Alves <palves@redhat.com>
13797 Sandra Loosemore <sandra@codesourcery.com>
13798
13799 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13800 (SECONDS): Redefine.
13801 (main): Call pthread_kill and alarm early.
13802 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13803 support.
13804 (test): If the target can't hardware step and doesn't support
13805 displaced stepping, increase the timeout.
13806
13807 2015-09-16 Pedro Alves <palves@redhat.com>
13808
13809 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13810 (enable_debug): New procedures.
13811 (test): Use them. Bail out if waiting for threads fails.
13812 (top level): Bail out if a test fails.
13813
13814 2015-09-16 Yao Qi <yao.qi@linaro.org>
13815
13816 * gdb.asm/asm-source.exp: Set asm-arch for
13817 aarch64*-*-* target.
13818 * gdb.asm/aarch64.inc: New file.
13819
13820 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13821
13822 * gdb.ada/array_of_variable_length.exp: New testcase.
13823 * gdb.ada/array_of_variable_length/foo.adb: New file.
13824 * gdb.ada/array_of_variable_length/pck.adb: New file.
13825 * gdb.ada/array_of_variable_length/pck.ads: New file.
13826
13827 2015-09-15 Doug Evans <dje@google.com>
13828
13829 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13830 of function static local variable.
13831
13832 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13833
13834 * gdb.threads/tls-so_extern.exp: New test file.
13835 * gdb.threads/tls-so_extern.c: New test file.
13836 * gdb.threads/tls-so_extern_main.c: New test file.
13837
13838 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13839
13840 * gdb.opt/solib-intra-step-lib.c: New file.
13841 * gdb.opt/solib-intra-step-main.c: New file.
13842 * gdb.opt/solib-intra-step.exp: New file.
13843
13844 2015-09-15 Pedro Alves <palves@redhat.com>
13845
13846 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13847 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13848
13849 2015-09-14 Pedro Alves <palves@redhat.com>
13850
13851 * gdb.base/hook-stop-continue.c: Delete.
13852 * gdb.base/hook-stop-continue.exp: Delete.
13853 * gdb.base/hook-stop-frame.c: Delete.
13854 * gdb.base/hook-stop-frame.exp: Delete.
13855 * gdb.base/hook-stop.c: New file.
13856 * gdb.base/hook-stop.exp: New file.
13857
13858 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13859
13860 * gdb.ada/access_to_packed_array.exp: New testcase.
13861 * gdb.ada/access_to_packed_array/foo.adb: New file.
13862 * gdb.ada/access_to_packed_array/pack.adb: New file.
13863 * gdb.ada/access_to_packed_array/pack.ads: New file.
13864
13865 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13866
13867 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13868 buffer size test.
13869
13870 2015-09-11 Don Breazeal <donb@codesourcery.com>
13871
13872 * gdb.base/foll-exec.c: Add copyright header. Fix
13873 formatting issues.
13874 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13875 (do_exec_tests): Use clean_restart in place of zap_session,
13876 and for test initialization. Fix formatting issues. Use
13877 fail in place of perror.
13878 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13879 an expect statement to match an expression with output from
13880 the program under debug.
13881 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13882 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13883 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13884 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13885 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13886
13887 2015-09-09 Doug Evans <dje@google.com>
13888
13889 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13890
13891 2015-09-09 Doug Evans <dje@google.com>
13892
13893 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13894
13895 2015-09-09 Doug Evans <dje@google.com>
13896
13897 * gdb.base/savedregs.exp: Fix typo.
13898
13899 2015-09-09 Pedro Alves <palves@redhat.com>
13900
13901 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13902
13903 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13904
13905 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13906 command actually switches threads. Give up on remaining
13907 tests if target fails to stop at breakpoint.
13908
13909 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13910
13911 * gdb.ada/funcall_char.exp: New testcase.
13912 * gdb.ada/funcall_char/foo.adb: New file.
13913
13914 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13915
13916 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13917 expected outputs. Add two testcases for completing ambiguous
13918 functions.
13919 * gdb.ada/complete/aux_pck.adb: New file.
13920 * gdb.ada/complete/aux_pck.ads: New file.
13921 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13922 Ambiguous_Func functions.
13923 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13924 * gdb.ada/complete/pck.adb: Likewise.
13925
13926 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13927
13928 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13929 failures to run the test program under GDB.
13930
13931 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
13932
13933 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13934 to C.
13935
13936 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13937
13938 * gdb.base/run-after-attach.exp: New test file.
13939 * gdb.base/run-after-attach.c: New test file.
13940
13941 2015-08-26 Don Breazeal <donb@codesourcery.com>
13942
13943 * gdb.base/foll-exec-2.c: New test program.
13944 * gdb.base/foll-exec-2.exp: New test.
13945
13946 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13947
13948 * gdb.base/nested-subp1.exp: New file.
13949 * gdb.base/nested-subp1.c: New file.
13950 * gdb.base/nested-subp2.exp: New file.
13951 * gdb.base/nested-subp2.c: New file.
13952 * gdb.base/nested-subp3.exp: New file.
13953 * gdb.base/nested-subp3.c: New file.
13954
13955 2015-08-24 Pedro Alves <palves@redhat.com>
13956
13957 * gdb.server/connect-without-multi-process.c: New file.
13958 * gdb.server/connect-without-multi-process.exp: New file.
13959
13960 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13961
13962 * gdb.opt/inline-markers.c: Make z int.
13963
13964 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13965
13966 * gdb.opt/inline-markers.c: Make z volatile.
13967
13968 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13969
13970 * gdb.opt/inline-bt.c: New volatile global z.
13971 * gdb.opt/inline-cmds.c: Likewise.
13972 * gdb.opt/inline-locals.c: Likewise.
13973 * gdb.opt/inline-markers.c: New extern global z.
13974 (marker): Use z.
13975 (inline_fn): Likewise.
13976
13977 2015-08-24 Pedro Alves <palves@redhat.com>
13978
13979 * config/m32r-stub.exp: Remove file.
13980 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
13981 * gdb.base/call-rt-st.exp: Likewise.
13982 * gdb.base/call-strs.exp: Likewise.
13983 * gdb.base/default.exp: Remove references to h8300-*-hms and
13984 *-*-udi*.
13985 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
13986
13987 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13988
13989 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
13990 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
13991 and "return" use KFAIL when GDB can not read/write the vector
13992 return value.
13993
13994 2015-08-21 Gary Benson <gbenson@redhat.com>
13995
13996 * gdb.trace/pending.exp: Cope with remote transfer warnings.
13997
13998 2015-08-20 Pedro Alves <palves@redhat.com>
13999
14000 * gdb.server/solib-list.exp: No longer expect an interior stop in
14001 non-stop mode.
14002
14003 2015-08-20 Pedro Alves <palves@redhat.com>
14004
14005 * gdb.server/connect-stopped-target.c: New file.
14006 * gdb.server/connect-stopped-target.exp: New file.
14007
14008 2015-08-20 Pedro Alves <palves@redhat.com>
14009
14010 * gdb.dwarf2/comp-unit-lang.exp: New file.
14011 * gdb.dwarf2/comp-unit-lang.c: New file.
14012
14013 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14014
14015 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14016 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14017
14018 2015-08-19 Kevin Buettner <kevinb@redhat.com>
14019
14020 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14021 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14022
14023 2015-08-18 Doug Evans <dje@google.com>
14024 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14025
14026 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14027 skip_python_tests. New arg prompt_regexp.
14028 (skip_python_tests): New function.
14029 * lib/mi-support.exp (mi_skip_python_tests): New function.
14030 * gdb.python/py-mi-objfile-gdb.py: New file.
14031 * gdb.python/py-mi-objfile.c: New file.
14032 * gdb.python/py-mi-objfile.exp: New file.
14033
14034 2015-08-17 Keith Seitz <keiths@redhat.com>
14035
14036 * gdb.linespec/explicit.exp: Move strace test from here ...
14037 * gdb.trace/strace.exp: ... to here.
14038
14039 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14040
14041 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14042 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14043
14044 2015-08-14 Doug Evans <xdje42@gmail.com>
14045
14046 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14047 inferior before selecting a new file.
14048
14049 2015-08-14 Doug Evans <xdje42@gmail.com>
14050
14051 * gdb.mi/mi-disassemble.exp: Update.
14052 * gdb.base/disasm-optim.S: New file.
14053 * gdb.base/disasm-optim.c: New file.
14054 * gdb.base/disasm-optim.h: New file.
14055 * gdb.base/disasm-optim.exp: New file.
14056
14057 2015-08-14 Keith Seitz <keiths@redhat.com>
14058
14059 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14060 "evaluated-by".
14061
14062 2015-08-13 Joel Brobecker <brobecker@adacore.com>
14063
14064 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14065
14066 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14067
14068 * gdb.ada/fun_renaming.exp: New testcase.
14069 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14070 * gdb.ada/fun_renaming/pack.adb: New file.
14071 * gdb.ada/fun_renaming/pack.ads: New file.
14072
14073 2015-08-12 Keith Seitz <keiths@redhat.com>
14074
14075 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14076 gdb_get_line_number.
14077
14078 2015-08-12 Joel Brobecker <brobecker@adacore.com>
14079
14080 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14081 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14082 gdb.base/dso2dso.exp: New files.
14083
14084 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14085 Pedro Alves <palves@redhat.com>
14086 Keith Seitz <keiths@redhat.com>
14087
14088 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14089 GDBFLAGS.
14090
14091 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14092
14093 * gdb.base/gdbhistsize-history.exp
14094 (test_histsize_history_setting): Use save_vars.
14095 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14096 Use save_vars.
14097 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14098 * gdb.base/readline.exp: Use save_vars.
14099
14100 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14101
14102 * lib/gdb.exp (save_vars): New proc.
14103
14104 2015-08-11 Keith Seitz <keiths@redhat.com>
14105
14106 * gdb.base/help.exp: Update help_breakpoint_text.
14107
14108 2015-08-11 Keith Seitz <keiths@redhat.com>
14109
14110 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14111 (at toplevel): Call test_explicit_breakpoints.
14112 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14113 breakpoints.
14114 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14115 breakpoint conditions, "-cond".
14116
14117 2015-08-11 Keith Seitz <keiths@redhat.com>
14118
14119 * gdb.linespec/3explicit.c: New file.
14120 * gdb.linespec/cpexplicit.cc: New file.
14121 * gdb.linespec/cpexplicit.exp: New file.
14122 * gdb.linespec/explicit.c: New file.
14123 * gdb.linespec/explicit.exp: New file.
14124 * gdb.linespec/explicit2.c: New file.
14125 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14126 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14127 before using in the matching pattern.
14128 Clarify that `prefix' is a regular expression.
14129
14130 2015-08-11 Keith Seitz <keiths@redhat.com>
14131
14132 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14133 test.
14134 Add tests for missing ",FMT" and ",".
14135
14136 2015-08-10 Doug Evans <dje@google.com>
14137 Keith Seitz <keiths@redhat.com>
14138
14139 PR gdb/17960
14140 * gdb.base/completion.exp: Add location completer tests.
14141
14142 2015-08-07 Pedro Alves <palves@redhat.com>
14143
14144 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14145 tests here.
14146 (top level): Run do_test with and without displaced stepping.
14147
14148 2015-08-07 Pedro Alves <palves@redhat.com>
14149
14150 * gdb.base/valgrind-disp-step.c: New file.
14151 * gdb.base/valgrind-disp-step.exp: New file.
14152
14153 2015-08-07 Pedro Alves <palves@redhat.com>
14154
14155 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14156 Delete function.
14157 (main): Add alarm. Run an infinite loop instead of calling
14158 wait_threads.
14159 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14160 comment.
14161 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14162 Delete function.
14163 (main): Add alarm. Run an infinite loop instead of calling
14164 wait_threads.
14165 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14166 comment.
14167
14168 2015-08-07 Pedro Alves <palves@redhat.com>
14169
14170 * gdb.base/checkpoint-ns.exp: New file.
14171 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14172 standard_testfile.
14173
14174 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14175
14176 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14177 * gdb.btrace/instruction_history.exp: Update.
14178 * gdb.btrace/tsx.exp: New.
14179 * gdb.btrace/tsx.c: New.
14180
14181 2015-08-06 Pedro Alves <palves@redhat.com>
14182
14183 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14184 increase timeout.
14185 * gdb.reverse/until-precsave.exp: Bump timeouts.
14186
14187 2015-08-06 Pedro Alves <palves@redhat.com>
14188
14189 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14190
14191 2015-08-06 Pedro Alves <palves@redhat.com>
14192
14193 PR gdb/18749
14194 * gdb.threads/process-dies-while-handling-bp.c: New file.
14195 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14196
14197 2015-08-06 Pedro Alves <palves@redhat.com>
14198
14199 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14200 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14201
14202 2015-08-05 Pedro Alves <palves@redhat.com>
14203
14204 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14205 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14206
14207 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14208
14209 * gdb.base/bp-permanent.exp: Report test as unsupported if
14210 the target cannot stop at the permanent breakpoint.
14211
14212 2015-08-03 Doug Evans <dje@google.com>
14213
14214 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14215 10000.
14216
14217 2015-08-03 Doug Evans <dje@google.com>
14218
14219 * Makefile.in (workers/%.worker, build-perf): New rule.
14220 (GDB_PERFTEST_MODE): New variable.
14221 (check-perf): Use it.
14222 (clean): Clean up gdb.perf parallel build subdirs.
14223 * lib/build-piece.exp: New file.
14224 * lib/gdb.exp (make_gdb_parallel_path): New function
14225 (standard_output_file, standard_temp_file): Call it.
14226 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14227 of $GDB_PARALLEL.
14228 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14229
14230 2015-08-03 Doug Evans <dje@google.com>
14231
14232 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
14233 (LOG_FILE_NAME): New global.
14234 (TextReporter.__init__): Initialize self.txt_sum.
14235 (TextReporter.report): Add support for multiple data-points.
14236 Move report to perftest.sum, put raw data in perftest.log.
14237 (TextReporter.start): Open sum and log files.
14238 (TextReporter.end): Close sum and log files.
14239 * gdb.perf/lib/perftest/testresult.py
14240 (SingleStatisticTestResult.record): Handle multiple data-points.
14241
14242 2015-07-31 Pedro Alves <palves@redhat.com>
14243
14244 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14245 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14246 kill_wait_spawned_process instead of explicit "kill -9".
14247 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14248 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14249 kill_wait_spawned_process.
14250 * gdb.base/attach-twice.exp: Likewise.
14251 * gdb.base/attach.exp: Likewise.
14252 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14253 gdb_test_multiple.
14254 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14255 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14256 kill_wait_spawned_process.
14257 * gdb.base/valgrind-infcall.exp: Likewise.
14258 * gdb.multi/multi-attach.exp: Likewise.
14259 * gdb.python/py-prompt.exp: Likewise.
14260 * gdb.python/py-sync-interp.exp: Likewise.
14261 * gdb.server/ext-attach.exp: Likewise.
14262 * gdb.threads/attach-into-signal.exp (corefunc): Use
14263 spawn_wait_for_attach, spawn_id_get_pid and
14264 kill_wait_spawned_process.
14265 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14266 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14267 spawn_id_get_pid and kill_wait_spawned_process.
14268 * gdb.threads/attach-stopped.exp (corefunc): Use
14269 spawn_wait_for_attach, spawn_id_get_pid and
14270 kill_wait_spawned_process.
14271 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14272 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14273 kill_wait_spawned_process instead of explicit "kill -9".
14274 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14275 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14276 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14277 processes. Don't map cygwin/windows pids here. Now returns a
14278 spawn id list.
14279
14280 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14281
14282 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14283 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14284 correct patch.
14285
14286 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14287
14288 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14289
14290 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14291
14292 Reapply:
14293 2014-05-21 Mark Wielaard <mjw@redhat.com>
14294
14295 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14296
14297 2015-07-30 Pedro Alves <palves@redhat.com>
14298
14299 * linux-low.c (handle_extended_wait): Set the child's last
14300 reported status to TARGET_WAITKIND_STOPPED.
14301
14302 2015-07-30 Pedro Alves <palves@redhat.com>
14303
14304 PR threads/18600
14305 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14306 only shows inferior 1.
14307
14308 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14309 Pedro Alves <palves@redhat.com>
14310
14311 PR threads/18600
14312 * gdb.threads/fork-plus-threads.c: New file.
14313 * gdb.threads/fork-plus-threads.exp: New file.
14314
14315 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14316
14317 * gdb.base/batch-preserve-term-settings.exp
14318 (test_terminal_settings_preserved_after_cli_exit): Use
14319 send_quit_command.
14320
14321 2015-07-29 Pedro Alves <palves@redhat.com>
14322 Don Breazeal <donb@codesourcery.com>
14323
14324 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14325 output from both inferior_spawn_id and gdb_spawn_id.
14326
14327 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14328
14329 * gdb.threads/attach-into-signal.exp (corefunc): Use
14330 with_test_prefix on nested loops, uniquefying the test messages.
14331
14332 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14333
14334 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14335 commit.
14336
14337 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14338
14339 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14340 New proc.
14341 (test_terminal_settings_preserved_after_sigterm): New test.
14342
14343 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14344
14345 * gdb.base/batch-preserve-term-settings.exp
14346 (test_terminal_settings_preserved_after_cli_exit): New test.
14347
14348 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14349
14350 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14351 manipulation of saved_gdbflags.
14352 (test_terminal_settings_preserved): Remove global declaration of
14353 the unused variable pagination_prompt. Remove manipulation of
14354 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14355 GDBFLAGS.
14356
14357 2015-07-29 Pedro Alves <palves@redhat.com>
14358
14359 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14360
14361 2015-07-29 Pedro Alves <palves@redhat.com>
14362
14363 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14364 at the top.
14365
14366 2015-07-29 Pedro Alves <palves@redhat.com>
14367
14368 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14369 (main): Call gdb_unbuffer_output.
14370 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14371 (main): Call gdb_unbuffer_output.
14372 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14373 (main): Call gdb_unbuffer_output.
14374 * gdb.base/call-strs.exp: Adjust to step over the
14375 gdb_unbuffer_output call.
14376 * gdb.base/catch-gdb-caused-signals.c: Include
14377 "../lib/unbuffer_output.c".
14378 (main): Call gdb_unbuffer_output.
14379 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14380 (main): Call gdb_unbuffer_output.
14381 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14382 (main): Call gdb_unbuffer_output.
14383 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14384 (main): Call gdb_unbuffer_output.
14385 * gdb.base/shlib-call.exp: Adjust to step over the
14386 gdb_unbuffer_output call.
14387 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14388 (main): Call gdb_unbuffer_output.
14389 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14390 (main): Call gdb_unbuffer_output.
14391 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14392 (main): Rename to ...
14393 (test): ... this.
14394 (main): Reimplement.
14395 * gdb.base/varargs.exp: Run to test instead of to main.
14396 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14397 (main): Call gdb_unbuffer_output.
14398
14399 2015-07-29 Pedro Alves <palves@redhat.com>
14400
14401 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14402 factore out from mi_continue_dprintf. For call-style dprintfs,
14403 expect dprintf output out of $inferior_spawn_id.
14404 (mi_continue_dprintf): Use mi_expect_dprintf.
14405 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14406 (main): Call gdb_unbuffer_output.
14407
14408 2015-07-29 Pedro Alves <palves@redhat.com>
14409
14410 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14411 (default_mi_gdb_start): Set inferior_spawn_id instead of
14412 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14413 gdb_spawn_id.
14414 (mi_gdb_test): Always expect inferior output from both
14415 $inferior_spawn_id and $gdb_spawn_id.
14416
14417 2015-07-29 Pedro Alves <palves@redhat.com>
14418
14419 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14420 send_inferior and $inferior_spawn_id.
14421
14422 2015-07-29 Pedro Alves <palves@redhat.com>
14423
14424 * gdb.gdb/complaints.exp (test_initial_complaints)
14425 (test_serial_complaints, test_short_complaints): Use
14426 gdb_test_stdio.
14427 (test_empty_complaint): Handle $inferior_spawn_id !=
14428 $gdb_spawn_id.
14429
14430 2015-07-29 Pedro Alves <palves@redhat.com>
14431
14432 * gdb.base/varargs.exp: Use gdb_test_stdio.
14433
14434 2015-07-29 Pedro Alves <palves@redhat.com>
14435
14436 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14437
14438 2015-07-29 Pedro Alves <palves@redhat.com>
14439
14440 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14441
14442 2015-07-29 Pedro Alves <palves@redhat.com>
14443
14444 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14445 parameter into two new parameters, "inf_result" and "gdb_result".
14446 Expect inferior output and gdb output from $inferior_spawn_id and
14447 $gdb_spawn_id, respectively. Adjust all callers.
14448
14449 2015-07-29 Pedro Alves <palves@redhat.com>
14450
14451 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14452 of gdb_test_sequence.
14453
14454 2015-07-29 Pedro Alves <palves@redhat.com>
14455
14456 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14457 (saw_spurious_output): Expect inferior output from
14458 $inferior_spawn_id. Use gdb_test_stdio.
14459
14460 2015-07-29 Pedro Alves <palves@redhat.com>
14461
14462 * gdb.base/dprintf.exp: Use standard_testfile. Change
14463 prepare_for_testing call.
14464 (srcfile): Don't set.
14465 (restart): New procedure.
14466 (test_dprintf): New procecure, use to continue over dprintfs.
14467 (test_call, test_agent): New procedures, tests moved here.
14468 Restart gdb and recreate dprintfs. Adjust expected output.
14469
14470 2015-07-29 Pedro Alves <palves@redhat.com>
14471
14472 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14473
14474 2015-07-29 Pedro Alves <palves@redhat.com>
14475
14476 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14477
14478 2015-07-29 Pedro Alves <palves@redhat.com>
14479
14480 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14481 gdb_test_stdio.
14482
14483 2015-07-29 Pedro Alves <palves@redhat.com>
14484
14485 * lib/gdb.exp (gdb_test_stdio): New procedure.
14486
14487 2015-07-29 Pedro Alves <palves@redhat.com>
14488
14489 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14490
14491 2015-07-29 Pedro Alves <palves@redhat.com>
14492
14493 * gdb.base/call-signal-resume.exp: Remove check for
14494 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14495 * gdb.base/unwindonsignal.exp: Likewise.
14496 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14497 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14498
14499 2015-07-29 Pedro Alves <palves@redhat.com>
14500
14501 * gdb.base/siginfo-addr.c (pass): New function.
14502 (handler): Call it iff si_addr is correct.
14503 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14504 Set a breakpoint at "pass" and continue to it.
14505
14506 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14507
14508 * gdb.python/py-objfile.exp: Make some tests have unique names.
14509 * gdb.python/py-pp-registration.exp: Likewise.
14510
14511 2015-07-28 Pedro Alves <palves@redhat.com>
14512
14513 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14514
14515 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14516
14517 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14518
14519 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14520
14521 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14522
14523 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14524
14525 * gdb.base/gdb-sigterm-2.exp: New test.
14526
14527 2015-07-25 Doug Evans <xdje42@gmail.com>
14528
14529 Revert:
14530 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14531 (workers/%.worker, build-perf): New rule.
14532 (GDB_PERFTEST_MODE): New variable.
14533 (check-perf): Use it.
14534 (clean): Clean up gdb.perf parallel build subdirs.
14535 * lib/build-piece.exp: New file.
14536 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14537 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14538 name.
14539 (standard_temp_file): Ditto.
14540 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14541 of $GDB_PARALLEL.
14542
14543 2015-07-24 Doug Evans <dje@google.com>
14544
14545 * gdb.perf/lib/perftest/utils.py: New file.
14546 * gdb.perf/gm-hello.cc: New file.
14547 * gdb.perf/gm-pervasive-typedef.cc: New file.
14548 * gdb.perf/gm-pervasive-typedef.h: New file.
14549 * gdb.perf/gm-std.cc: New file.
14550 * gdb.perf/gm-std.h: New file.
14551 * gdb.perf/gm-use-cerr.cc: New file.
14552 * gdb.perf/gm-utils.h: New file.
14553 * gdb.perf/gmonster-null-lookup.py: New file.
14554 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14555 * gdb.perf/gmonster-print-cerr.py: New file.
14556 * gdb.perf/gmonster-ptype-string.py: New file.
14557 * gdb.perf/gmonster-runto-main.py: New file.
14558 * gdb.perf/gmonster-select-file.py: New file.
14559 * gdb.perf/gmonster1-null-lookup.exp: New file.
14560 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14561 * gdb.perf/gmonster1-print-cerr.exp: New file.
14562 * gdb.perf/gmonster1-ptype-string.exp: New file.
14563 * gdb.perf/gmonster1-runto-main.exp: New file.
14564 * gdb.perf/gmonster1-select-file.exp: New file.
14565 * gdb.perf/gmonster1.cc: New file.
14566 * gdb.perf/gmonster1.exp: New file.
14567 * gdb.perf/gmonster2-null-lookup.exp: New file.
14568 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14569 * gdb.perf/gmonster2-print-cerr.exp: New file.
14570 * gdb.perf/gmonster2-ptype-string.exp: New file.
14571 * gdb.perf/gmonster2-runto-main.exp: New file.
14572 * gdb.perf/gmonster2-select-file.exp: New file.
14573 * gdb.perf/gmonster2.cc: New file.
14574 * gdb.perf/gmonster2.exp: New file.
14575
14576 2015-07-24 Doug Evans <dje@google.com>
14577
14578 * gdb.perf/README: New file.
14579 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14580 * lib/gen-perf-test.exp: New file.
14581
14582 2015-07-24 Doug Evans <dje@google.com>
14583
14584 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14585 (PerfTest::startup): New function.
14586 (PerfTest::run): Return result of calling body.
14587 (PerfTest::assemble): Rewrite.
14588 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14589 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14590 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14591 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14592 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14593
14594 2015-07-24 Doug Evans <dje@google.com>
14595
14596 * lib/gdb.exp (clean_restart): Make executable optional.
14597
14598 2015-07-24 Doug Evans <dje@google.com>
14599
14600 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14601 compiler_info references.
14602 * gdb.cp/temargs.exp: Ditto.
14603 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14604 (get_compiler_info): Early exit if already computed. Set compiler_info
14605 to "unknown" if there was a problem.
14606 (test_compiler_info): Add function comment. Call get_compiler_info.
14607
14608 2015-07-24 Doug Evans <dje@google.com>
14609
14610 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14611 (workers/%.worker, build-perf): New rule.
14612 (GDB_PERFTEST_MODE): New variable.
14613 (check-perf): Use it.
14614 (clean): Clean up gdb.perf parallel build subdirs.
14615 * lib/build-piece.exp: New file.
14616 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14617 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14618 name.
14619 (standard_temp_file): Ditto.
14620 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14621 of $GDB_PARALLEL.
14622
14623 2015-07-24 Doug Evans <dje@google.com>
14624
14625 * lib/future.exp (gdb_default_target_compile): New option
14626 "early_flags".
14627 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14628 --as-needed.
14629
14630 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14631
14632 * gdb.base/catch-syscall.exp: Call gdb_exit before
14633 gdb_skip_xml_test.
14634
14635 2015-07-24 Pedro Alves <palves@redhat.com>
14636
14637 * gdb.python/py-events.exp: Accept output between the stop event
14638 and the prompt.
14639 * gdb.python/py-evsignal.exp: Likewise.
14640 * gdb.python/py-evthreads.exp: Likewise.
14641
14642 2015-07-24 Pedro Alves <palves@redhat.com>
14643
14644 PR gdb/18717
14645 * gdb.threads/non-ldr-exit.c: New file.
14646 * gdb.threads/non-ldr-exit.exp: New file.
14647
14648 2015-07-24 Yao Qi <yao.qi@linaro.org>
14649
14650 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14651 restarting process.
14652
14653 2015-07-24 Yao Qi <yao.qi@linaro.org>
14654
14655 * gdb.server/ext-restart.exp: New file.
14656
14657 2015-07-24 Yao Qi <yao.qi@linaro.org>
14658
14659 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14660 argument options.
14661 * gdb.server/ext-wrapper.exp: New file.
14662
14663 2015-07-23 Doug Evans <dje@google.com>
14664
14665 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14666 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14667
14668 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14669
14670 * gdb.ada/var_arr_typedef.exp: New testcase.
14671 * gdb.ada/var_arr_typedef/pack.adb: New file.
14672 * gdb.ada/var_arr_typedef/pack.ads: New file.
14673 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14674
14675 2015-07-20 Joel Brobecker <brobecker@adacore.com>
14676
14677 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14678
14679 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14680
14681 * gdb.arch/i386-biarch-core.exp: Replace istarget
14682 by "complete set gnutarget". Remove expectation for the "core-file"
14683 command.
14684
14685 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14686
14687 Revert the previous commit:
14688 Tests for validate symbol file using build-id.
14689
14690 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14691
14692 Tests for validate symbol file using build-id.
14693 * gdb.base/solib-mismatch-lib.c: New file.
14694 * gdb.base/solib-mismatch-libmod.c: New file.
14695 * gdb.base/solib-mismatch.c: New file.
14696 * gdb.base/solib-mismatch.exp: New file.
14697
14698 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14699
14700 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14701 nios2-*-linux*.
14702 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14703 * gdb.base/siginfo.exp: Likewise.
14704 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14705
14706 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14707
14708 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14709 Move it to ...
14710 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14711 ... here.
14712 * gdb.trace/range-stepping.exp: Check that the target supports
14713 range stepping.
14714
14715 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14716
14717 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14718
14719 2015-07-14 Pedro Alves <palves@redhat.com>
14720
14721 * gdb.base/killed-outside.exp: New file.
14722 * gdb.base/killed-outside.c: New file.
14723
14724 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14725
14726 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14727 (n at main): New.
14728 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14729
14730 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14731
14732 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14733 infcall tests instead of setting up for KFAIL.
14734
14735 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14736
14737 * gdb.btrace/record_goto-step.exp: New.
14738
14739 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14740
14741 PR compile/18484
14742 * gdb.compile/compile.c (struct struct_type): Add volatile to
14743 selffield's type.
14744 * gdb.compile/compile.exp
14745 (compile code struct_object.selffield = &struct_object): Skip further
14746 struct_object tests if this one xfails.
14747
14748 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
14749
14750 PR exp/18617
14751 * gdb.trace/ax.exp: Add test.
14752
14753 2015-07-07 Yao Qi <yao.qi@linaro.org>
14754
14755 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14756 instead of istarget "aarch64*-*-*".
14757 * gdb.arch/aarch64-fp.exp: Likewise.
14758 * gdb.base/float.exp: Likewise.
14759 * gdb.reverse/aarch64.exp: Likewise.
14760 * lib/gdb.exp (is_aarch64_target): New proc.
14761
14762 2015-07-07 Yao Qi <yao.qi@linaro.org>
14763
14764 * lib/gdb.exp (is_aarch32_target): New proc.
14765 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14766 instead of "istarget "arm*-*-*"".
14767 * gdb.arch/arm-disp-step.exp: Likewise.
14768 * gdb.arch/thumb-bx-pc.exp: Likewise.
14769 * gdb.arch/thumb-prologue.exp: Likewise.
14770 * gdb.arch/thumb-singlestep.exp: Likewise.
14771 * gdb.base/disp-step-syscall.exp: Likewise.
14772 * gdb.base/float.exp: Likewise.
14773
14774 2015-07-07 Yao Qi <yao.qi@linaro.org>
14775
14776 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14777 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14778
14779 2015-07-07 Yao Qi <yao.qi@linaro.org>
14780
14781 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14782 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14783 if it exists.
14784 * gdb.multi/multi-arch.exp: Likewise.
14785
14786 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14787
14788 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14789 print.
14790
14791 2015-07-07 Yao Qi <yao.qi@linaro.org>
14792
14793 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14794
14795 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14796
14797 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14798 '[' and ']' characters.
14799
14800 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14801
14802 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14803
14804 2015-06-29 Pedro Alves <palves@redhat.com>
14805
14806 PR threads/18127
14807 * gdb.threads/hand-call-new-thread.c: New file.
14808 * gdb.threads/hand-call-new-thread.c: New file.
14809
14810 2015-06-26 Keith Seitz <keiths@redhat.com>
14811 Doug Evans <dje@google.com>
14812
14813 PR 16253
14814 * gdb.cp/var-tag-2.cc: New file.
14815 * gdb.cp/var-tag-3.cc: New file.
14816 * gdb.cp/var-tag-4.cc: New file.
14817 * gdb.cp/var-tag.cc: New file.
14818 * gdb.cp/var-tag.exp: New file.
14819
14820 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14821
14822 * gdb.base/history-duplicates.exp: New test.
14823
14824 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14825
14826 * gdb.base/completion.exp: Test the completion of the "focus"
14827 command.
14828
14829 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14830
14831 * gdb.arch/amd64-prologue-skip.S: New file.
14832 * gdb.arch/amd64-prologue-skip.exp: New file.
14833
14834 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14835
14836 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14837 is_address_zero_readable check.
14838
14839 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14840
14841 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14842 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14843
14844 2015-06-24 Yao Qi <yao.qi@linaro.org>
14845
14846 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14847 linux targets.
14848
14849 2015-06-24 Yao Qi <yao.qi@linaro.org>
14850
14851 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14852 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14853 * gdb.base/siginfo-thread.exp: Likewise.
14854
14855 2015-06-22 Yao Qi <yao.qi@linaro.org>
14856
14857 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14858
14859 2015-06-22 Yao Qi <yao.qi@linaro.org>
14860
14861 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14862 aarch64*-*-*.
14863 (skip_hw_watchpoint_tests): Likewise.
14864
14865 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14866
14867 * gdb.base/gdbinit-history.exp: Test the interaction between
14868 setting GDBHISTSIZE and setting the history size via .gdbinit.
14869
14870 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14871
14872 PR gdb/16999
14873 * gdb.base/gdbhistsize-history.exp: New test.
14874
14875 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14876
14877 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14878 with GDBHISTSIZE.
14879 * gdb.base/readline.exp: Likewise.
14880
14881 2015-06-17 Yao Qi <yao.qi@linaro.org>
14882
14883 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14884 line.
14885
14886 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14887
14888 * gdb.base/gdbinit-history.exp: Add test case to check that
14889 an unlimited history file does not get truncated on exit.
14890
14891 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14892
14893 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14894 (VECTOR): New macro. Use it...
14895 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14896 ...for these typedefs.
14897 (int8, char1, int1, double1): New typedefs.
14898 (struct just_int2, struct two_int2): New structures.
14899 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14900 (add_structvecs, add_singlevecs): New functions.
14901 (main): Call add_some_intvecs twice.
14902 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14903 the compile and exit upon failure. Try compiling for the "native"
14904 architecture. Test inferior function calls with vector arguments
14905 and vector return value handling with "finish" and "return".
14906
14907 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14908
14909 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14910 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14911 PE file.
14912 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14913
14914 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14915
14916 PR breakpoints/16465
14917 * gdb.mi/mi-dprintf-pending.c: New file.
14918 * gdb.mi/mi-dprintf-pending.exp: New test.
14919 * gdb.mi/mi-dprintf-pendshr.c: New file.
14920
14921 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14922 Mircea Gherzan <mircea.gherzan@intel.com>
14923
14924 * gdb.arch/i386-mpx-map.c: New file.
14925 * gdb.arch/i386-mpx-map.exp: New File.
14926
14927 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14928
14929 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14930 * gdb.arch/i386-mpx.exp: Indentation fixed.
14931
14932 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14933
14934 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14935 function and improved indentation.
14936 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14937 gdb_test_multiple. Added additional tests to skip the test.
14938
14939 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14940
14941 * gdb.arch/i386-avx512.c: Change path in include file.
14942 * gdb.arch/i386-avx512.exp: Change include dir path
14943 compilation flag.
14944 * gdb.arch/i386-mpx.c: Change path in include file.
14945 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14946 flag.
14947
14948 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14949
14950 * gdb.compile/compile-print.exp (compile print *vararray@3)
14951 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14952
14953 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14954
14955 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
14956 (do not keep jit in memory): ... this.
14957 (expect 5): Change it to ...
14958 (expect no 5): ... this.
14959
14960 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
14961
14962 PR gdb/15564
14963 * gdb.mi/mi-detach.exp: New file.
14964
14965 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14966
14967 PR symtab/18392
14968 * gdb.arch/amd64-tailcall-self.S: New file.
14969 * gdb.arch/amd64-tailcall-self.c: New file.
14970 * gdb.arch/amd64-tailcall-self.exp: New file.
14971
14972 2015-05-28 Don Breazeal <donb@codesourcery.com>
14973
14974 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
14975 tests for remote targets by checking is_target_gdbserver.
14976
14977 2015-05-27 Doug Evans <dje@google.com>
14978
14979 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
14980 * gdb.dwarf2/opaque-type-lookup.c: New file.
14981 * gdb.dwarf2/opaque-type-lookup.exp: New file.
14982
14983 2015-05-26 Doug Evans <dje@google.com>
14984
14985 * gdb.cp/iostream.cc: New file.
14986 * gdb.cp/iostream.exp: New file.
14987
14988 2015-05-26 Doug Evans <dje@google.com>
14989
14990 * gdb.dwarf2/dw2-op-call.exp: Update.
14991 * gdb.dwarf2/dw4-sig-types.exp: Update.
14992 * gdb.dwarf2/implptr.exp: Update.
14993 * gdb.mi/mi-cmd-param-changed.exp: Update.
14994
14995 2015-05-26 Doug Evans <dje@google.com>
14996
14997 * gdb.python/py-lazy-string.c: New file.
14998 * gdb.python/py-lazy-string.exp: New file.
14999 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15000 (main): Update. Add estring3.
15001 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15002 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15003
15004 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15005 Yao Qi <yao.qi@linaro.org>
15006
15007 * gdb.reverse/aarch64.c: New.
15008 * gdb.reverse/aarch64.exp: New.
15009
15010 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15011
15012 * lib/gdb.exp (supports_process_record): Return true for
15013 aarch64*-linux*.
15014 (supports_reverse): Likewise.
15015
15016 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15017
15018 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15019 Use with_test_prefix.
15020
15021 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15022
15023 * gdb.base/completion.exp: Add test for completion of layout
15024 names.
15025
15026 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15027
15028 * lib/gdb.exp (skip_tui_tests): New proc.
15029 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15030
15031 2015-05-19 Pedro Alves <palves@redhat.com>
15032
15033 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15034 Save the whole env array instead of just HOME. Unset HISTSIZE in
15035 the environment while testing. Restore whole environment
15036 afterwards.
15037
15038 2015-05-16 Doug Evans <xdje42@gmail.com>
15039
15040 * gdb.guile/scm-ports.c: New file.
15041 * gdb.guile/scm-ports.exp: Add memory port tests.
15042
15043 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15044
15045 * gdb.compile/compile-print.c: New file.
15046 * gdb.compile/compile-print.exp: New file.
15047
15048 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15049
15050 * gdb.compile/compile-ops.exp: Cast param to void.
15051 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15052 (compile code struct_object.selffield = &struct_object): Add xfail.
15053
15054 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15055
15056 * gdb.ada/arr_enum_with_gap: New testcase.
15057
15058 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15059
15060 * gdb.ada/byte_packed_arr: New testcase.
15061
15062 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15063
15064 * gdb.ada/pckd_neg: New testcase.
15065
15066 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15067
15068 PR gdb/17820
15069 * gdb.base/gdbinit-history.exp: New test.
15070 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15071 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15072
15073 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15074
15075 * gdb.python/py-xmethods.cc: Enhance test case.
15076 * gdb.python/py-xmethods.exp: New tests.
15077 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15078 function.
15079 (B_indexoper): Likewise.
15080 (global_dm_list) : Add new xmethod worker functions.
15081
15082 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15083
15084 * gdb.base/coredump-filter.exp: Correctly unset
15085 "coredump_var_addr" array.
15086
15087 2015-05-08 Pedro Alves <palves@redhat.com>
15088
15089 * gdb.server/non-existing-program.exp: Unset spawn_id.
15090
15091 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15092
15093 PR python/18291
15094 * gdb.python/py-xmethods.exp: Add tests.
15095
15096 2015-05-08 Yao Qi <yao.qi@linaro.org>
15097
15098 PR gdb/18208
15099 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15100 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15101 function set_coredump_filter, and remove remote_exec call.
15102 Remove argument ipid. Callers update.
15103 (top level): Don't get inferior's PID.
15104
15105 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15106
15107 * gdb.base/watch_thread_num.exp: Skip test on targets without
15108 access watchpoints.
15109
15110 2015-05-06 Pedro Alves <palves@redhat.com>
15111
15112 PR server/18081
15113 * gdb.server/non-existing-program.exp: New file.
15114
15115 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15116
15117 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15118
15119 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15120
15121 * gdb.ada/out_of_line_in_inlined: New testcase.
15122
15123 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15124
15125 * gdb.ada/var_rec_arr: New testcase.
15126
15127 2015-04-30 Yao Qi <yao.qi@linaro.org>
15128
15129 * gdb.base/break-idempotent.exp: If
15130 skip_hw_watchpoint_multi_tests returns true, skip the tests
15131 on "rwatch" and "awatch".
15132
15133 2015-04-30 Yao Qi <yao.qi@linaro.org>
15134
15135 * gdb.base/relativedebug.exp: Invoke gdb command
15136 "info sharedlibrary", and if libc.so doesn't have debug info,
15137 skip the test.
15138
15139 2015-04-29 Doug Evans <dje@google.com>
15140
15141 * gdb.python/py-xmethods.exp: Add ptype tests.
15142 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15143 get_result_type method.
15144
15145 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15146
15147 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15148 the target does not support hardware watchpoints.
15149
15150 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15151
15152 * gdb.base/break-always.exp: Abort testing if writing to memory
15153 causes an error.
15154
15155 2015-04-28 Doug Evans <dje@google.com>
15156
15157 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15158 * gdb.python/py-pp-registration.exp: ... here. New file.
15159 * gdb.python/py-pp-registration.c: New file.
15160 * gdb.python/py-pp-registration.py: New file.
15161
15162 2015-04-28 Doug Evans <dje@google.com>
15163
15164 * gdb.python/py-bad-printers.c: New file.
15165 * gdb.python/py-bad-printers.py: New file.
15166 * gdb.python/py-bad-printers.exp: New file.
15167
15168 2015-04-28 Sasha Smundak <asmundak@google.com>
15169
15170 * gdb.python/py-type.exp: New test.
15171
15172 2015-04-28 Andy Wingo <wingo@igalia.com>
15173
15174 * gdb.python/py-parameter.exp:
15175 * gdb.guile/scm-parameter.exp: Escape the path that we are
15176 matching against, as it might contain characters that are special
15177 to regular expressions.
15178
15179 2015-04-27 Joel Brobecker <brobecker@adacore.com>
15180
15181 * gdb.ada/rec_comp: New testcase.
15182
15183 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15184
15185 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15186 before using it.
15187
15188 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15189
15190 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15191 new tests for verilog output.
15192
15193 2015-04-24 Yao Qi <yao.qi@linaro.org>
15194
15195 * boards/remote-gdbserver-on-localhost.exp: New file.
15196
15197 2015-04-23 Pedro Alves <palves@redhat.com>
15198
15199 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15200 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15201 "end of file", remove $inferior_spawn_id from the indirect list.
15202
15203 2015-04-23 Pedro Alves <palves@redhat.com>
15204
15205 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15206
15207 2015-04-23 Pedro Alves <palves@redhat.com>
15208
15209 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15210 on $any_spawn_id instead of only on $gdb_spawn_id.
15211
15212 2015-04-21 Pierre Muller <muller@sourceware.org>
15213
15214 PR pascal/17815
15215 * lib/pascal.exp (gpc_compile): Add new option "class".
15216 (fpc_compile): Likewise.
15217 * gdb.pascal/case-insensitive-symbols.pas: New file.
15218 * gdb.pascal/case-insensitive-symbols.exp: New file.
15219
15220 2015-04-20 Gary Benson <gbenson@redhat.com>
15221
15222 * gdb.base/attach.exp: Fix three extended remote failures.
15223
15224 2015-04-17 Gary Benson <gbenson@redhat.com>
15225
15226 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15227 the main executable over the remote protocol.
15228
15229 2015-04-16 Pedro Alves <palves@redhat.com>
15230
15231 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15232 a new gdbserver if gdbserver_reconnect_p is set.
15233
15234 2015-04-16 Pedro Alves <palves@redhat.com>
15235
15236 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15237 is set, don't exit gdbserver.
15238
15239 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15240
15241 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15242 appropriate .insn, such that an older assembler can be used.
15243 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15244 the z/Architecture instruction set on 31-bit targets as well.
15245
15246 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15247
15248 * gdb.go/handcall.exp: Remove all logic related to the first
15249 breakpoint and rely on go_runto_main instead.
15250 * gdb.go/strings.exp: Likewise.
15251 * gdb.go/unsafe.exp: Likewise.
15252 * gdb.go/hello.exp: Likewise. Also rename the remaining
15253 breakpoint marker to "breakpoint 1".
15254 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15255 * gdb.go/strings.go: Likewise.
15256 * gdb.go/unsafe.go: Likewise.
15257 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15258 "set breakpoint 2 here" and rename the remaining breakpoint marker
15259 to "breakpoint 1".
15260
15261 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15262
15263 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15264 if itertools.imap is not present.
15265 * gdb.python/py-objfile.exp: Add parentheses.
15266 * gdb.python/py-type.exp: Same.
15267 * gdb.python/py-unwind-maint.py: Same.
15268
15269 2015-04-15 Yao Qi <yao.qi@linaro.org>
15270
15271 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15272 of ":$ptr_size" and set its form explicitly.
15273
15274 2015-04-15 Pedro Alves <palves@redhat.com>
15275 Yao Qi <yao.qi@linaro.org>
15276
15277 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15278 timeout by factor of 4.
15279 (test_regular_watch): Likewise.
15280 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15281 * gdb.reverse/sigall-reverse.exp: Likewise.
15282 * gdb.reverse/until-precsave.exp: Likewise.
15283 * lib/gdb.exp (with_timeout_factor): New proc.
15284 (gdb_expect): Move some code to ...
15285 (get_largest_timeout): ... here. New procedure.
15286
15287 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
15288
15289 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15290
15291 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15292
15293 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15294 to write to the .text section.
15295
15296 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15297
15298 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15299 Handle the case of targets that do not provide PID information.
15300
15301 2015-04-13 Yao Qi <yao.qi@linaro.org>
15302
15303 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15304 and use expect instead of gdb_expect.
15305
15306 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15307
15308 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15309 "coredump_var_addr" to avoid naming conflict with other testcases.
15310
15311 2015-04-10 Pedro Alves <palves@redhat.com>
15312
15313 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15314 gdb_test_sequence and gdb_assert.
15315
15316 2015-04-10 Pedro Alves <palves@redhat.com>
15317
15318 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15319 test messages that don't include the breakpoint address.
15320
15321 2015-04-10 Yao Qi <yao.qi@linaro.org>
15322
15323 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15324 false for some offset and width combinations which aren't
15325 supported by linux kernel.
15326
15327 2015-04-10 Pedro Alves <palves@redhat.com>
15328
15329 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15330 procedure, factored out from ...
15331 (top level): ... here. Add "set displaced-stepping" testing axis.
15332 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15333 parameter "displaced". Use it.
15334 (top level): Use foreach and add "set displaced-stepping" testing
15335 axis.
15336
15337 2015-04-10 Pedro Alves <palves@redhat.com>
15338
15339 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15340 Remove comment.
15341 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15342 both the address of the instruction that triggers the watchpoint
15343 and the address of the instruction immediately after, and use
15344 those addresses for the test. Fix comment.
15345
15346 2015-04-10 Pedro Alves <palves@redhat.com>
15347
15348 * gdb.base/sigstep.exp (breakpoint_to_handler)
15349 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15350 Test "backtrace" in handler.
15351 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15352 (top level): Add new "displaced" test axis to
15353 breakpoint_to_handler, breakpoint_to_handler_entry and
15354 breakpoint_over_handler.
15355
15356 2015-04-10 Pedro Alves <palves@redhat.com>
15357
15358 PR gdb/18216
15359 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15360
15361 2015-04-10 Yao Qi <yao.qi@linaro.org>
15362
15363 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15364 (test_add_rn_pc): New function.
15365 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15366 (top level): Invoke test_add_rn_pc.
15367
15368 2015-04-10 Pedro Alves <palves@redhat.com>
15369
15370 PR gdb/13858
15371 * gdb.base/step-over-no-symbols.exp: New file.
15372
15373 2015-04-09 Andy Wingo <wingo@igalia.com>
15374
15375 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15376 after the Python tests.
15377
15378 2015-04-08 Keith Seitz <keiths@redhat.com>
15379
15380 PR python/16699
15381 * gdb.python/py-completion.exp: New tests for completion.
15382 * gdb.python/py-completion.py (CompleteLimit1): New class.
15383 (CompleteLimit2): Likewise.
15384 (CompleteLimit3): Likewise.
15385 (CompleteLimit4): Likewise.
15386 (CompleteLimit5): Likewise.
15387 (CompleteLimit6): Likewise.
15388 (CompleteLimit7): Likewise.
15389
15390 2015-04-08 Pedro Alves <palves@redhat.com>
15391
15392 PR gdb/18214
15393 PR gdb/18216
15394 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15395 function.
15396 (main): Install it as SIGUSR1 handler.
15397 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15398 parameter. Always use "setup" as prefix. Toggle "set
15399 displaced-stepping" off/on depending on global. Don't switch to
15400 thread 1 here.
15401 (top level): Add displaced stepping "off/on" test axis. Update
15402 "setup" calls. Wrap each subtest with with_test_prefix. Test
15403 continuing with a queued signal in each thread.
15404
15405 2015-04-08 Pedro Alves <palves@redhat.com>
15406
15407 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15408 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15409 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15410 Return early if running to main fails.
15411 * gdb.trace/while-stepping.exp: Likewise.
15412
15413 2015-04-07 Pedro Alves <palves@redhat.com>
15414
15415 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15416 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15417 interact with inferior program.
15418
15419 2015-04-07 Pedro Alves <palves@redhat.com>
15420
15421 * lib/gdb.exp (inferior_spawn_id): New global.
15422 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15423 spawn id after processing the user code.
15424 (default_gdb_start): Set inferior_spawn_id.
15425 (send_inferior): New procedure.
15426 * lib/gdbserver-support.exp (gdbserver_start): Set
15427 inferior_spawn_id.
15428 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15429
15430 2015-04-07 Pedro Alves <palves@redhat.com>
15431
15432 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15433 * lib/gdbserver-support.exp (gdbserver_start): Make
15434 $server_spawn_id global.
15435 (gdbserver_start): Don't wait for gdbserver's spawn id with
15436 expect_background.
15437 (close_gdbserver): New procedure.
15438 (gdb_exit): Rename the default version and reimplement.
15439
15440 2015-04-07 Pedro Alves <palves@redhat.com>
15441
15442 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
15443 append the substituted item, not the original item.
15444
15445 2015-04-07 Pedro Alves <palves@redhat.com>
15446
15447 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15448 gdb_expect.
15449
15450 2015-04-07 Pedro Alves <palves@redhat.com>
15451
15452 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15453 output appearing once only.
15454
15455 2015-04-07 Pedro Alves <palves@redhat.com>
15456
15457 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15458 that doesn't expect anything. Return early if running to main
15459 fails.
15460
15461 2015-04-07 Yao Qi <yao.qi@linaro.org>
15462
15463 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15464 (child_function): Call alarm.
15465 (main): Move call to alarm into the loop.
15466 * gdb.threads/non-stop-fair-events.exp: Build program with
15467 -DTIMEOUT=$timeout.
15468
15469 2015-04-06 Doug Evans <xdje42@gmail.com>
15470
15471 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15472 Fix dest parameter to board_info.
15473 (fpc_compile): Ditto.
15474 (gdb_compile_pascal): Rename dest arg to destfile.
15475
15476 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15477
15478 * gdb.ada/funcall_ref.exp: New file.
15479 * gdb.ada/funcall_ref/foo.adb: New file.
15480
15481 2015-04-02 Yao Qi <yao.qi@linaro.org>
15482
15483 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15484 is remote.
15485
15486 2015-04-02 Gary Benson <gbenson@redhat.com>
15487
15488 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15489
15490 2015-04-01 Sasha Smundak <asmundak@google.com>
15491
15492 * gdb.python/py-unwind-maint.c: New file.
15493 * gdb.python/py-unwind-maint.exp: New test.
15494 * gdb.python/py-unwind-maint.py: New file.
15495 * gdb.python/py-unwind.c: New file.
15496 * gdb.python/py-unwind.exp: New test.
15497 * gdb.python/py-unwind.py: New test.
15498
15499 2015-04-01 Pedro Alves <palves@redhat.com>
15500
15501 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15502 to fail instead of non-existent $test.
15503
15504 2015-04-01 Pedro Alves <palves@redhat.com>
15505
15506 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15507 GDBFLAGS if not empty.
15508
15509 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15510
15511 * gdb.ada/complete.exp: Remove "multi_line".
15512 * gdb.ada/info_exc.exp: Remove "multi_line".
15513 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15514 * gdb.ada/ptype_field.exp: Remove "multi_line".
15515 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15516 * gdb.ada/tagged.exp: Remove "multi_line".
15517 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15518 [multi_line ...]
15519 * gdb.btrace/delta.exp: Likewise.
15520 * gdb.btrace/exception.exp: Likewise.
15521 * gdb.btrace/function_call_history.exp: Likewise.
15522 * gdb.btrace/instruction_history.exp: Likewise.
15523 * gdb.btrace/nohist.exp: Likewise.
15524 * gdb.btrace/record_goto.exp: Likewise.
15525 * gdb.btrace/segv.exp: Likewise.
15526 * gdb.btrace/stepi.exp: Likewise.
15527 * gdb.btrace/tailcall.exp: Likewise.
15528 * gdb.btrace/unknown_functions.exp: Likewise.
15529 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15530 * lib/gdb.exp: Add the "multi_line" helper.
15531
15532 2015-04-01 Pedro Alves <palves@redhat.com>
15533
15534 * gdb.threads/tid-reuse.c: New file.
15535 * gdb.threads/tid-reuse.exp: New file.
15536
15537 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15538
15539 PR corefiles/16092
15540 * gdb.base/coredump-filter.c: New file.
15541 * gdb.base/coredump-filter.exp: Likewise.
15542
15543 2015-03-27 Petr Machata <pmachata@redhat.com>
15544
15545 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15546 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15547 (Dwarf::assemble): Initialize them.
15548 (Dwarf::lines): New function.
15549
15550 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15551
15552 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15553 SYMBOL_PREFIX for x86_64-*-cygwin.
15554
15555 2015-03-26 Andy Wingo <wingo@igalia.com>
15556
15557 PR symtab/18148
15558 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15559 const_value but not a location.
15560 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15561 location defined in non-main CUs are visible.
15562
15563 2015-03-26 Yao Qi <yao.qi@linaro.org>
15564
15565 PR testsuite/18139
15566 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15567 Add a line number entry for the same line.
15568 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15569 Add a line number entry for the same line.
15570
15571 2015-03-26 Yao Qi <yao.qi@linaro.org>
15572
15573 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15574 .int 0.
15575 (func): Likewise. Add .Lfunc_1 label.
15576 Use .Lfunc_1 label.
15577 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15578 .int 0.
15579 (func): Likewise.
15580 Use .Lfunc_1 label.
15581
15582 2015-03-26 Yao Qi <yao.qi@linaro.org>
15583
15584 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15585 Call gdb_compile instead to compile each .s files without debug
15586 information.
15587
15588 2015-03-26 Yao Qi <yao.qi@linaro.org>
15589
15590 * gdb.base/savedregs.exp (process_saved_regs): Make
15591 "Saved registers:" optional in the pattern.
15592
15593 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15594
15595 * gdb.btrace/next.exp: Merged into step.exp.
15596 * gdb.btrace/finish.exp: Merged into step.exp.
15597 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15598 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15599 "record goto" and checking the exact replay position.
15600 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15601 check for "Recording format" in "info record" output.
15602 * gdb.btrace/record_goto.exp: Choose test file based on target.
15603 * gdb.btrace/x86-record_goto.S: Renamed into ...
15604 * gdb.btrace/x86_64-record_goto.S: ... this.
15605 * gdb.btrace/i686-record_goto.S: New.
15606 * gdb.btrace/x86-tailcall.S: Renamed into ...
15607 * gdb.btrace/x86_64-tailcall.S: ... this.
15608 * gdb.btrace/i686-tailcall.S: New.
15609 * gdb.btrace/x86-tailcall.c: Renamed into ...
15610 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15611 separate statements. Update test.
15612 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15613 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15614 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15615 * gdb.btrace/tailcall.exp: Choose test file based on target.
15616 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15617
15618 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15619
15620 * gdb.btrace/exception.exp: Increase BTS buffer size.
15621
15622 2015-03-24 Pedro Alves <palves@redhat.com>
15623
15624 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15625
15626 2015-03-24 Pedro Alves <palves@redhat.com>
15627
15628 * gdb.threads/schedlock.exp (test_step): No longer expect that
15629 "set scheduler-locking step" with "next" over a function call runs
15630 threads unlocked.
15631
15632 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15633
15634 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15635
15636 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15637
15638 PR breakpoints/16466
15639 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15640 * gdb.mi/mi-pending.c (thread_func): New function.
15641 (int main): Add threading support required.
15642 * gdb.mi/mi-pending.exp: Add tests for this issue.
15643 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15644 (pendfunc2): Remove stdio dependency.
15645 * gdb.mi/mi-pendshr2.c: New file.
15646
15647 2015-03-23 Keith Seitz <keiths@redhat.com>
15648
15649 * gdb.linespec/keywords.c: New file.
15650 * gdb.linespec/keywords.exp: New file.
15651
15652 2015-03-23 Keith Seitz <keiths@redhat.com>
15653
15654 PR gdb/18021
15655 * gdb.dwarf2/staticvirtual.exp: New test.
15656
15657 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15658
15659 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15660 * README: Remove HP-UX and gdb.hp.
15661 (configuration):
15662 * configure: Regenerate.
15663 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15664 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15665 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15666 gdb.hp/gdb.defects/Makefile.
15667 * gdb.hp/Makefile.in: File deleted.
15668 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15669 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15670 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15671 * gdb.hp/gdb.aCC/run.c: File deleted.
15672 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15673 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15674 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15675 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15676 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15677 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15678 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15679 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15680 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15681 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15682 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15683 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15684 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15685 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15686 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15687 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15688 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15689 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15690 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15691 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15692 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15693 * gdb.hp/gdb.compat/average.c: File deleted.
15694 * gdb.hp/gdb.compat/sum.c: File deleted.
15695 * gdb.hp/gdb.compat/xdb.c: File deleted.
15696 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15697 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15698 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15699 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15700 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15701 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15702 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15703 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15704 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15705 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15706 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15707 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15708 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15709 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15710 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15711 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15712 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15713 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15714 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15715 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15716 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15717 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15718 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15719 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15720 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15721 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15722 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15723 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15724 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15725 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15726 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15727 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15728 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15729 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15730 * gdb.hp/tools/odump: File deleted.
15731
15732 2015-03-19 Pedro Alves <palves@redhat.com>
15733
15734 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15735 (saw_thread_3): New globals.
15736 (top level): Increment them when an event for the corresponding
15737 thread is seen.
15738 (no thread starvation): New test.
15739
15740 2015-03-19 Pedro Alves <palves@redhat.com>
15741
15742 * gdb.threads/continue-pending-status.c: New file.
15743 * gdb.threads/continue-pending-status.exp: New file.
15744
15745 2015-03-18 Pedro Alves <palves@redhat.com>
15746
15747 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15748 Use gdb_is_target_remote instead of is_remote. Use
15749 gdb_test_multiple instead of gdb_expect. Exit early if
15750 gdb_test_multiple hits its internal matches. Tighten stepi tests
15751 expected output. Fail on exit with any signal, instead of just
15752 SIGILL.
15753
15754 2015-03-18 Yao Qi <yao.qi@linaro.org>
15755
15756 PR tdep/18107
15757 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15758 variable.
15759 * gdb.base/catch-syscall.exp: Don't skip it on
15760 aarch64*-*-linux* target. Remove elements in all_syscalls.
15761 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15762 target.
15763 (setup_all_syscalls): New proc.
15764
15765 2015-03-16 Yao Qi <yao.qi@linaro.org>
15766
15767 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15768 (top level): Skip tests if valid_addr_p returns false for
15769 $cmd1 or $cmd2.
15770
15771 2015-03-11 Andy Wingo <wingo@igalia.com>
15772
15773 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15774
15775 2015-03-11 Yao Qi <yao.qi@linaro.org>
15776
15777 * gdb.base/catch-syscall.exp: Fix typo in comments.
15778
15779 2015-03-11 Yao Qi <yao.qi@linaro.org>
15780
15781 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15782
15783 2015-03-09 Pedro Alves <palves@redhat.com>
15784
15785 * dg-extract-results.py: Delete.
15786
15787 2015-03-09 Pedro Alves <palves@redhat.com>
15788
15789 Merge dg-extract-results.sh from GCC upstream (r218843).
15790
15791 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15792 * dg-extract-results.sh: Use --text with grep to avoid issues with
15793 binary files. Fall back to cat -v, if that doesn't work.
15794
15795 2015-03-05 Pedro Alves <palves@redhat.com>
15796
15797 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15798
15799 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15800
15801 * lib/mi-support.exp (mi_expect_interrupt): Accept
15802 alternative event for when in all-stop mode.
15803
15804 2015-03-04 Pedro Alves <palves@redhat.com>
15805
15806 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15807
15808 2015-03-04 Mark Kettenis <kettenis@gnu.org>
15809
15810 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15811
15812 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15813
15814 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15815 regexps for GDB's current line display, accept a hex address
15816 preceding the line number.
15817
15818 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15819
15820 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15821 the 'arch1' variable for "s390*-linux*" targets.
15822
15823 2015-03-04 Pedro Alves <palves@redhat.com>
15824
15825 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15826 (main): Pass missing retval argument to pthread_join call.
15827
15828 2015-03-02 Pedro Alves <palves@redhat.com>
15829
15830 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15831 (top level): Call do_test with non-stop as well.
15832
15833 2015-03-02 Pedro Alves <palves@redhat.com>
15834
15835 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15836 -1.
15837
15838 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15839
15840 * gdb.arch/s390-vregs.exp: New test.
15841 * gdb.arch/s390-vregs.S: New file.
15842
15843 2015-02-27 Pedro Alves <palves@redhat.com>
15844
15845 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15846 call to catch_command_errors.
15847 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15848 catch_command_errors.
15849
15850 2015-02-27 Pedro Alves <palves@redhat.com>
15851
15852 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15853 "true" for boolean result.
15854 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15855 prototype of main.
15856
15857 2015-02-27 Pedro Alves <palves@redhat.com>
15858
15859 * lib/unbuffer_output.c: New file.
15860 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15861 (main): Call gdb_unbuffer_output.
15862
15863 2015-02-27 Yao Qi <yao.qi@linaro.org>
15864
15865 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15866 target.
15867
15868 2015-02-26 Doug Evans <dje@google.com>
15869
15870 * gdb.cp/class2.cc (Dbase, D): New classes.
15871 (main): New local delta.
15872 * gdb.cp/class2.exp: Test printing delta.
15873 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15874 (dynbar): New global.
15875 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15876
15877 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15878
15879 * gdb.compile/compile-ifunc.c: New file.
15880 * gdb.compile/compile-ifunc.exp: New file.
15881
15882 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15883
15884 * gdb.base/structs.exp: Check for correct struct on finish.
15885
15886 2015-02-26 Yao Qi <yao.qi@linaro.org>
15887
15888 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15889 is zero.
15890
15891 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15892
15893 * gdb.arch/cordic.ko.bz2: New file.
15894 * gdb.arch/cordic.ko.debug.bz2: New file.
15895 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15896
15897 2015-02-25 Yao Qi <yao.qi@linaro.org>
15898
15899 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15900 aarch64*-*-* target.
15901
15902 2015-02-23 Pedro Alves <palves@redhat.com>
15903
15904 * lib/gdb.exp (delete_breakpoints): Rewrite using
15905 gdb_test_multiple.
15906
15907 2015-02-23 Pedro Alves <palves@redhat.com>
15908
15909 * gdb.base/info-os.c: Include stdlib.h.
15910
15911 2015-02-22 Doug Evans <xdje42@gmail.com>
15912
15913 PR symtab/17855
15914 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15915 is read after symbols have been re-read.
15916 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15917 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15918
15919 2015-02-21 Doug Evans <dje@google.com>
15920
15921 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15922
15923 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15924
15925 PR corefiles/17808
15926 * gdb.arch/i386-biarch-core.core.bz2: New file.
15927 * gdb.arch/i386-biarch-core.exp: New file.
15928
15929 2015-02-21 Pedro Alves <palves@redhat.com>
15930
15931 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15932 runto_main fails.
15933
15934 2015-02-20 Pedro Alves <palves@redhat.com>
15935
15936 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15937 info probes.
15938
15939 2015-02-20 Pedro Alves <palves@redhat.com>
15940
15941 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15942
15943 2015-02-20 Pedro Alves <palves@redhat.com>
15944
15945 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15946 clean_restart before gdb_target_supports_trace.
15947
15948 2015-02-20 Pedro Alves <palves@redhat.com>
15949
15950 PR threads/18006
15951 * gdb.threads/clone-thread_db.c: New file.
15952 * gdb.threads/clone-thread_db.exp: New file.
15953
15954 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
15955
15956 PR breakpoints/16812
15957 * gdb.base/catch-gdb-caused-signals.c: New file.
15958 * gdb.base/catch-gdb-caused-signals.exp: New file.
15959
15960 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
15961
15962 * configure: Regenerated.
15963 * configure.ac: Use GDB_AC_TRANSFORM.
15964 * aclocal.m4: sinclude ../transform.m4.
15965
15966 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15967
15968 * lib/dtrace.exp: New file.
15969 * gdb.base/dtrace-probe.exp: Likewise.
15970 * gdb.base/dtrace-probe.d: Likewise.
15971 * gdb.base/dtrace-probe.c: Likewise.
15972 * lib/pdtrace.in: Likewise.
15973 * configure.ac: Output variables with the transformed names of
15974 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
15975 * configure: Regenerated.
15976
15977 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15978
15979 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
15980 expected message when trying to access $_probe_* convenience
15981 variables while not on a probe.
15982
15983 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15984
15985 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
15986
15987 2015-02-11 Pedro Alves <pedro@codesourcery.com>
15988
15989 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
15990 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
15991
15992 2015-02-10 Doug Evans <xdje42@gmail.com>
15993
15994 * lib/gdb.exp (gdb_load): Always return a result.
15995
15996 2015-02-10 Pedro Alves <palves@redhat.com>
15997
15998 * gdb.threads/signal-sigtrap.c: New file.
15999 * gdb.threads/signal-sigtrap.exp: New file.
16000
16001 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16002
16003 * gdb.trace/no-attach-trace.c: New file.
16004 * gdb.trace/no-attach-trace.exp: New file.
16005
16006 2015-02-09 Mark Wielaard <mjw@redhat.com>
16007
16008 * gdb.dwarf2/atomic.c: New file.
16009 * gdb.dwarf2/atomic-type.exp: Likewise.
16010
16011 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16012
16013 * gdb.btrace/buffer-size.exp: Update "info record" output.
16014 * gdb.btrace/delta.exp: Update "info record" output.
16015 * gdb.btrace/enable.exp: Update "info record" output.
16016 * gdb.btrace/finish.exp: Update "info record" output.
16017 * gdb.btrace/instruction_history.exp: Update "info record" output.
16018 * gdb.btrace/next.exp: Update "info record" output.
16019 * gdb.btrace/nexti.exp: Update "info record" output.
16020 * gdb.btrace/step.exp: Update "info record" output.
16021 * gdb.btrace/stepi.exp: Update "info record" output.
16022 * gdb.btrace/nohist.exp: Update "info record" output.
16023
16024 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16025
16026 * gdb.btrace/buffer-size: New.
16027
16028 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16029
16030 * gdb.btrace/delta.exp: Update "info record" output.
16031 * gdb.btrace/enable.exp: Update "info record" output.
16032 * gdb.btrace/finish.exp: Update "info record" output.
16033 * gdb.btrace/instruction_history.exp: Update "info record" output.
16034 * gdb.btrace/next.exp: Update "info record" output.
16035 * gdb.btrace/nexti.exp: Update "info record" output.
16036 * gdb.btrace/step.exp: Update "info record" output.
16037 * gdb.btrace/stepi.exp: Update "info record" output.
16038 * gdb.btrace/nohist.exp: Update "info record" output.
16039
16040 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16041
16042 PR gdb/15678
16043 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16044
16045 2015-02-06 Pedro Alves <palves@redhat.com>
16046
16047 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16048 macro.
16049 (seconds_left, again): New globals.
16050 (main): Wait seconds_left in a 1-second sleep loop instead of
16051 sleeping 180 seconds. If 'again' is set, reset the seconds
16052 counter.
16053 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16054 'again' in the inferior before detaching. Print the seconds left.
16055 (options): New global.
16056 (top level): Build program with -DTIMEOUT=$timeout.
16057
16058 2015-02-06 Pedro Alves <palves@redhat.com>
16059
16060 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16061 determine how many seconds to pass to 'alarm'.
16062 * gdb.base/gdb-sigterm.exp (top level): Build program with
16063 -DTIMEOUT=$timeout.
16064 (do_test): Return success/failure indication. Add more verbose
16065 logging. Don't fail if 200 single steps are seen. Instead, fail
16066 when the test times out.
16067 (passes): New global.
16068 (top level): Break the testing loop if testing fails on any
16069 iteration. Use gdb_assert.
16070
16071 2015-02-04 Don Breazeal <donb@codesourcery.com>
16072
16073 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16074 and initialize them.
16075 (ipc_cleanup): New function.
16076 (main): Don't declare shmid, semid, and msqid. Add a call to
16077 atexit so that we call ipc_cleanup on exit.
16078
16079 2015-02-04 Pedro Alves <palves@redhat.com>
16080
16081 * boards/native-extended-gdbserver.exp: Remove any target variant
16082 specifications from the board name before clearing the isremote
16083 flag from board_info.
16084
16085 2015-01-31 Doug Evans <xdje42@gmail.com>
16086
16087 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16088
16089 2015-01-31 Gary Benson <gbenson@redhat.com>
16090
16091 * gdb.base/completion.exp: Disable completion limiting for
16092 existing tests. Add new tests to check completion limiting.
16093 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16094
16095 2015-01-31 Doug Evans <xdje42@gmail.com>
16096
16097 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16098
16099 2015-01-31 Doug Evans <xdje42@gmail.com>
16100
16101 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16102 entries. Duplicate file section script entries.
16103 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16104 inlined entries. Add test for safe-path rejection.
16105 * gdb.python/py-section-script.c: Add duplicate inlined section script
16106 entries. Duplicate file section script entries.
16107 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16108 inlined entries. Add test for safe-path rejection.
16109
16110 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16111
16112 * gdb.ada/disc_arr_bound: New testcase.
16113
16114 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16115
16116 * gdb.ada/mi_var_array: New testcase.
16117
16118 2015-01-27 Doug Evans <dje@google.com>
16119
16120 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16121 Add test for objfile.filename, objfile.username after objfile
16122 has been unloaded.
16123
16124 2015-01-26 Joel Brobecker <brobecker@adacore.com>
16125
16126 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16127 the second test to print the name attribute of value
16128 returned by the call to gdb.lookup_type, and adjust
16129 the expected output accordingly.
16130
16131 2015-01-25 Mark Wielaard <mjw@redhat.com>
16132
16133 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16134 * gdb.base/disp-step-fork.c: Include unistd.h.
16135 * gdb.base/siginfo-obj.c: Include stdio.h.
16136 * gdb.base/siginfo-thread.c: Likewise.
16137 * gdb.mi/non-stop.c: Include unistd.h.
16138 * gdb.mi/nsthrexec.c: Include stdio.h.
16139 * gdb.mi/pthreads.c: Include unistd.h.
16140 * gdb.modula2/unbounded1.c (main): Declare returns int.
16141 * gdb.reverse/consecutive-reverse.c: Likewise.
16142 * gdb.threads/create-fail.c: Include unistd.h.
16143 * gdb.threads/killed.c: Likewise.
16144 * gdb.threads/linux-dp.c: Likewise.
16145 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16146 * gdb.threads/non-ldr-exc-2.c: Likewise.
16147 * gdb.threads/non-ldr-exc-3.c: Likewise.
16148 * gdb.threads/non-ldr-exc-4.c: Likewise.
16149 * gdb.threads/pthreads.c: Include unistd.h.
16150 (main): Declare returns int.
16151 * gdb.threads/tls-main.c (foo): New declaration.
16152 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16153
16154 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16155
16156 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16157 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16158
16159 2015-01-15 Mark Wielaard <mjw@redhat.com>
16160
16161 * gdb.base/noreturn-return.c: New file.
16162 * gdb.base/noreturn-return.exp: New file.
16163 * gdb.base/noreturn-finish.c: New file.
16164 * gdb.base/noreturn-finish.exp: New file.
16165
16166 2015-01-23 Pedro Alves <palves@redhat.com>
16167
16168 * gdb.threads/continue-pending-after-query.c: New file.
16169 * gdb.threads/continue-pending-after-query.exp: New file.
16170
16171 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16172 Simon Marchi <simon.marchi@ericsson.com>
16173
16174 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16175 * gdb.base/valgrind-db-attach.exp: Same.
16176 * gdb.base/valgrind-infcall.exp: Same.
16177 * lib/mi-support.exp (default_mi_gdb_start): Same.
16178 * lib/prompt.exp (default_prompt_gdb_start): Same.
16179 * lib/gdb.exp (default_gdb_spawn): Same.
16180 (gdb_interact): New.
16181
16182
16183 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16184
16185 * gdb.compile/compile.exp (pointer to jit function): New test.
16186
16187 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
16188
16189 * lib/gdb.exp (supports_process_record): Return true for
16190 powerpc*-*-linux*.
16191 (supports_reverse): Likewise.
16192
16193 2015-01-15 Don Breazeal <donb@codesourcery.com>
16194
16195 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16196 instead of checking whether the target board is remote and
16197 use spawn_wait_for_attach instead of exec/sleep.
16198 * gdb.base/attach-twice.exp: Likewise.
16199
16200 2015-01-15 Joel Brobecker <brobecker@adacore.com>
16201
16202 * gdb.ada/var_arr_attrs: New testcase.
16203
16204 2015-01-14 Pedro Alves <palves@redhat.com>
16205 Joel Brobecker <brobecker@adacore.com>
16206
16207 PR gdb/17525
16208 * gdb.base/bp-cmds-execution-x-script.c: New file.
16209 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16210 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16211
16212 2015-01-14 Pedro Alves <palves@redhat.com>
16213
16214 PR cli/17828
16215 * gdb.base/batch-preserve-term-settings.c: New file.
16216 * gdb.base/batch-preserve-term-settings.exp: New file.
16217
16218 2015-01-13 Doug Evans <dje@google.com>
16219
16220 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16221 binary.
16222
16223 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16224
16225 * Makefile.in (clean mostlyclean): Do not delete *.py.
16226
16227 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16228
16229 * gdb.python/py-lookup-type.exp: New file.
16230
16231 2015-01-12 Pedro Alves <palves@redhat.com>
16232
16233 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16234 restore GDBFLAGS before returning.
16235
16236 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16237
16238 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16239 is_amd64_regs_target and is_x86_like_target.
16240
16241 2015-01-11 Doug Evans <xdje42@gmail.com>
16242
16243 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16244 is given without an explicit form.
16245 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16246 attributes.
16247 * gdb.dwarf/corrupt.exp: Ditto.
16248 * gdb.dwarf2/enum-type.exp: Ditto.
16249 * gdb.trace/entry-values.exp: Ditto.
16250 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16251
16252 2015-01-11 Doug Evans <xdje42@gmail.com>
16253
16254 PR gdb/15830
16255 * gdb.base/maint.exp: Remove references to "maint demangle".
16256 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16257 Add tests for explicitly specifying language to demangle.
16258 * gdb.dlang/demangle.exp: Ditto.
16259
16260 2015-01-09 Pedro Alves <palves@redhat.com>
16261
16262 * gdb.threads/non-stop-fair-events.c: New file.
16263 * gdb.threads/non-stop-fair-events.exp: New file.
16264
16265 2015-01-09 Pedro Alves <palves@redhat.com>
16266
16267 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16268 the global scope. Set a breakpoint after all threads are started
16269 rather than stepping over two source lines. Expect the prompt.
16270 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16271 global.
16272 (NUM): Now 15.
16273 (main): Use threads_started_barrier to wait for all threads to
16274 start. Main thread no longer calls thread_function. Exit after
16275 180 seconds.
16276 (loop): New function.
16277 (thread_function): Wait on threads_started_barrier barrier. Call
16278 'loop' at each iteration.
16279 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16280 threads have started, instead of hardcoding number of "next"
16281 steps. Use an access watchpoint instead of a write watchpoint.
16282
16283 2015-01-09 Pedro Alves <palves@redhat.com>
16284
16285 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16286 (thread_func): Wait on barrier.
16287 (main): Wait for all threads to start before stopping GDB.
16288 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16289 global.
16290 (thread1_func, thread2_func): Wait on barrier.
16291 (main): Wait for all threads to start before stopping GDB.
16292 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16293 New global.
16294 (thread1_func, thread2_func): Wait on barrier.
16295 (main): Wait for all threads to start before stopping GDB.
16296
16297 2015-01-09 Pedro Alves <palves@redhat.com>
16298
16299 * gdb.threads/attach-many-short-lived-threads.c: New file.
16300 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16301
16302 2014-01-09 Pedro Alves <palves@redhat.com>
16303
16304 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16305 instead of to thread 2.
16306 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16307 Add barrier around each pthread_create call instead of around all
16308 calls.
16309 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16310 Set a break on thread_function and have the child threads hit it
16311 one at at a time.
16312
16313 2015-01-09 Pedro Alves <palves@redhat.com>
16314
16315 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16316 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16317 false.
16318 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16319 checking whether the target board is remote.
16320 * gdb.multi/multi-attach.exp: Likewise.
16321 * gdb.python/py-sync-interp.exp: Likewise.
16322 * gdb.server/ext-attach.exp: Likewise.
16323 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16324 tests that need to attach, instead of checking whether the target
16325 board is remote at the top of the file.
16326
16327 2015-01-08 Yao Qi <yao@codesourcery.com>
16328
16329 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16330
16331 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16332
16333 Fix testcase compilation.
16334 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16335
16336 2015-01-06 Joel Brobecker <brobecker@adacore.com>
16337
16338 * gdb.python/py-type.exp: Add a couple test about empty
16339 array creation, and negative-length array creation.
16340
16341 2015-01-02 Doug Evans <xdje42@gmail.com>
16342
16343 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16344
16345 2015-01-02 Doug Evans <dje@google.com>
16346
16347 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16348
16349 2014-12-29 Yao Qi <yao@codesourcery.com>
16350
16351 * gdb.trace/entry-values.exp: Update comments. Rename variable
16352 bar_call_foo to returned_from_foo.
16353
16354 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16355
16356 PR gdb/17394
16357 * gdb.linespec/break-asm-file.c: New file.
16358 * gdb.linespec/break-asm-file.exp: New file.
16359 * gdb.linespec/break-asm-file0.s: New file.
16360 * gdb.linespec/break-asm-file1.s: New file.
16361
16362 2014-12-18 Nigel Stephens <nigel@mips.com>
16363 Maciej W. Rozycki <macro@codesourcery.com>
16364
16365 * gdb.base/float.exp: Handle the new output from "info float" on
16366 MIPS targets.
16367
16368 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16369
16370 Fix MinGW compilation.
16371 * gdb.compile/compile-ops.exp: Update untested message if
16372 !skip_compile_feature_tests.
16373 * gdb.compile/compile-setjmp.exp: Likewise.
16374 * gdb.compile/compile-tls.exp: Likewise.
16375 * gdb.compile/compile.exp: Likewise.
16376 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16377 supported on this host".
16378
16379 2014-12-16 Doug Evans <xdje42@gmail.com>
16380
16381 * boards/stabs.exp: New file.
16382
16383 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16384
16385 * gdb.base/completion.exp: Adjust to format changes of "maint
16386 print user-registers".
16387
16388 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
16389
16390 PR server/17457
16391 * gdb.arch/aarch64-fp.c: New file.
16392 * gdb.arch/aarch64-fp.exp: New file.
16393
16394 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16395
16396 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16397 r210637, r210913, r211666, r215400, r215817).
16398
16399 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16400 * dg-extract-results.py: New file.
16401 * dg-extract-results.sh: Use it if the environment seems
16402 suitable.
16403
16404 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16405
16406 * dg-extract-results.py (parse_run): Handle warnings that
16407 are printed before a test harness is run.
16408
16409 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16410
16411 * dg-extract-results.py (Named): Remove __cmp__ method.
16412 (output_variation): Use a key to sort variation.harnesses.
16413
16414 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16415
16416 * dg-extract-results.py: For Python 3, force sys.stdout to
16417 handle surrogate escape sequences.
16418 (safe_open): New function.
16419 (output_segment, main): Use it.
16420
16421 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16422
16423 * dg-extract-results.py (Prog.result_re): Include options
16424 in test name.
16425
16426 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16427
16428 * dg-extract-results.py (output_variation): Always sort if
16429 do_sum.
16430
16431 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16432
16433 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16434 as long as we get pagination notifications.
16435
16436 2014-12-15 Jason Merrill <jason@redhat.com>
16437
16438 * Makefile.in (check-gdb.%): Restore.
16439 * README: Mention it.
16440
16441 2014-12-13 Joel Brobecker <brobecker@adacore.com>
16442
16443 * gdb.ada/str_uninit: New testcase.
16444
16445 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16446
16447 PR symtab/17642
16448 * gdb.base/vla-stub-define.c: New file.
16449 * gdb.base/vla-stub.c: New file.
16450 * gdb.base/vla-stub.exp: New file.
16451
16452 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16453 Jan Kratochvil <jan.kratochvil@redhat.com>
16454 Tom Tromey <tromey@redhat.com>
16455
16456 * configure.ac: Add gdb.compile/.
16457 * configure: Regenerate.
16458 * gdb.compile/Makefile.in: New file.
16459 * gdb.compile/compile-ops.exp: New file.
16460 * gdb.compile/compile-ops.c: New file.
16461 * gdb.compile/compile-tls.c: New file.
16462 * gdb.compile/compile-tls.exp: New file.
16463 * gdb.compile/compile-constvar.S: New file.
16464 * gdb.compile/compile-constvar.c: New file.
16465 * gdb.compile/compile-mod.c: New file.
16466 * gdb.compile/compile-nodebug.c: New file.
16467 * gdb.compile/compile-setjmp-mod.c: New file.
16468 * gdb.compile/compile-setjmp.c: New file.
16469 * gdb.compile/compile-setjmp.exp: New file.
16470 * gdb.compile/compile-shlib.c: New file.
16471 * gdb.compile/compile.c: New file.
16472 * gdb.compile/compile.exp: New file.
16473 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16474
16475 2014-12-12 Tom Tromey <tromey@redhat.com>
16476
16477 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16478 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16479
16480 2014-12-12 Doug Evans <dje@google.com>
16481
16482 * lib/gdb-python.exp (get_python_valueof): New function.
16483 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16484
16485 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16486
16487 * gdb.base/completion.exp: Add test for completion of "info
16488 registers ".
16489
16490 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16491
16492 * gdb.base/func-ptrs.c: New file.
16493 * gdb.base/func-ptrs.exp: New file.
16494
16495 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16496
16497 PR breakpoints/17012
16498 * gdb.base/dprintf-detach.c: New file.
16499 * gdb.base/dprintf-detach.exp: New file.
16500
16501 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16502
16503 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16504 * lib/gdb.exp (target_is_gdbserver): New procedure.
16505
16506 2014-12-08 Doug Evans <dje@google.com>
16507
16508 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16509
16510 2014-12-05 Yao Qi <yao@codesourcery.com>
16511
16512 * gdb.guile/scm-error.exp: Remove the third argument to
16513 gdb_remote_download.
16514 * gdb.guile/scm-frame-args.exp: Likewise.
16515 * gdb.guile/scm-section-script.exp: Likewise.
16516
16517 2014-12-05 Yao Qi <yao@codesourcery.com>
16518
16519 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16520
16521 2014-12-04 Doug Evans <dje@google.com>
16522
16523 * gdb.python/py-objfile.exp: Add tests for
16524 objfile.add_separate_debug_file.
16525
16526 2014-12-04 Doug Evans <dje@google.com>
16527
16528 * lib/gdb.exp (get_build_id): New function.
16529 (build_id_debug_filename_get): Rewrite to use it.
16530 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16531
16532 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16533
16534 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16535 `method(long)', not just 0x0.
16536 * gdb.cp/nsalias.exp: Align code labels to 4.
16537 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16538 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16539 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16540 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16541 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16542 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16543
16544 2014-12-02 Doug Evans <dje@google.com>
16545
16546 PR symtab/17602
16547 * gdb.cp/anon-ns.cc: Move guts of this file to ...
16548 * gdb.cp/anon-ns2.cc: ... here. New file.
16549 * gdb.cp/anon-ns.exp: Update.
16550
16551 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
16552
16553 * gdb.python/py-events.py (inferior_call_handler): New.
16554 (register_changed_handler, memory_changed_handler): New.
16555 (test_events.invoke): Register new handlers.
16556 * gdb.python/py-events.exp: Add tests for inferior call,
16557 memory_changed and register_changed events.
16558
16559 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16560
16561 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16562 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16563 if the linker doesn't understand this.
16564
16565 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16566
16567 * gdb.python/python.exp: Change expected reply to help().
16568
16569 2014-12-01 Yao Qi <yao@codesourcery.com>
16570
16571 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16572 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16573 * configure: Re-generated.
16574
16575 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16576
16577 * gdb.cp/chained-calls.cc: New file.
16578 * gdb.cp/chained-calls.exp: New file.
16579 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16580
16581 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16582
16583 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16584 * gdb.dwarf2/symtab-producer.exp: Same.
16585 * gdb.gdb/python-interrupts.exp: Same.
16586 * gdb.gdb/python-selftest.exp: Same.
16587 * gdb.python/py-linetable.exp: Same.
16588 * gdb.python/py-type.exp: Same.
16589 * gdb.python/py-value-cc.exp: Same.
16590 * gdb.python/py-value.exp: Same.
16591
16592 2014-11-28 Yao Qi <yao@codesourcery.com>
16593
16594 * gdb.base/break-probes.exp: Match library name prefixed with
16595 sysroot.
16596
16597 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16598
16599 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16600 test expected output. Add parentheses for the call to print.
16601 Remove L suffix from integers.
16602
16603 2014-11-26 Doug Evans <dje@google.com>
16604
16605 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16606
16607 2014-11-22 Yao Qi <yao@codesourcery.com>
16608
16609 * gdb.trace/entry-values.c: Remove asms.
16610 (foo): Add foo_label.
16611 (bar): Add bar_label.
16612 * gdb.trace/entry-values.exp: Remove code computing foo's
16613 length and bar's length.
16614 (Dwarf::assemble): Invoke function_range for bar and use
16615 MACRO_AT_func for foo.
16616
16617 2014-11-22 Yao Qi <yao@codesourcery.com>
16618
16619 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16620 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16621 Use .Lgcc43_procstart instead of gcc43.
16622
16623 2014-11-21 Joel Brobecker <brobecker@adacore.com>
16624
16625 * gdb.ada/n_arr_bound: New testcase.
16626
16627 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16628
16629 PR breakpoints/10737
16630 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16631 test_catch_syscall_multi_arch.
16632 (test_catch_syscall_multi_arch): New function.
16633
16634 2014-11-20 Doug Evans <xdje42@gmail.com>
16635
16636 * gdb.base/maint.exp: Update expected output.
16637
16638 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16639
16640 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16641 4-byte instruction on S390.
16642
16643 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16644
16645 * gdb.ada/arr_arr: New testcase.
16646
16647 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16648
16649 * gdb.ada/pkd_arr_elem: New Testcase.
16650
16651 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
16652
16653 * gdb.reverse/break-precsave: Expect completion message for
16654 core file reads.
16655 * gdb.reverse/consecutive-precsave.exp: Likewise.
16656 * gdb.reverse/finish-precsave.exp: Likewise.
16657 * gdb.reverse/i386-precsave.exp: Likewise.
16658 * gdb.reverse/machinestate-precsave.exp: Likewise.
16659 * gdb.reverse/sigall-precsave.exp: Likewise.
16660 * gdb.reverse/solib-precsave.exp: Likewise.
16661 * gdb.reverse/step-precsave.exp: Likewise.
16662 * gdb.reverse/until-precsave.exp: Likewise.
16663 * gdb.reverse/watch-precsave.exp: Likewise.
16664
16665 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16666
16667 * gdb.base/bp-permanent.c: Include unistd.h.
16668 * gdb.python/py-framefilter-mi.c (main): Add return type.
16669 * gdb.python/py-framefilter.c (main): Likewise.
16670 * gdb.trace/actions-changed.c (main): Likewise.
16671
16672 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16673
16674 * gdb.mi/until.c: Add eye-catchers.
16675 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16676 line numbers.
16677
16678 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16679
16680 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16681 function header variants in break1.c.
16682 * gdb.base/ena-dis-br.exp: Likewise.
16683 * gdb.base/hbreak2.exp: Likewise.
16684 * gdb.reverse/until-precsave.exp: Drop references to removed
16685 non-prototype function header variants in ur1.c.
16686 * gdb.reverse/until-reverse.exp: Likewise.
16687
16688 2014-11-17 Petr Machata <pmachata@redhat.com>
16689
16690 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16691 ${_cu_offset_size} bytes abbrev offset.
16692
16693 2014-11-15 Doug Evans <xdje42@gmail.com>
16694
16695 PR symtab/17559
16696 * gdb.base/line-symtabs.exp: New file.
16697 * gdb.base/line-symtabs.c: New file.
16698 * gdb.base/line-symtabs.h: New file.
16699
16700 2014-11-14 Yao Qi <yao@codesourcery.com>
16701
16702 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16703 (func): Add label func_label.
16704 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16705 Replace low_pc and high_pc with MACRO_AT_range.
16706 Replace name, low_pc and high_pc with MACRO_AT_func.
16707
16708 2014-11-14 Yao Qi <yao@codesourcery.com>
16709
16710 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16711 Replace name, low_pc and high_pc with MACRO_AT_func.
16712
16713 2014-11-14 Yao Qi <yao@codesourcery.com>
16714
16715 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16716 produce debug information.
16717 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16718
16719 2014-11-14 Yao Qi <yao@codesourcery.com>
16720
16721 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16722 object and get function length.
16723 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16724 with MACRO_AT_func.
16725 (top-level): Replace gdb_compile and clean_restart with
16726 prepare_for_testing.
16727 * gdb.dwarf2/main.c (main): Add label main_label.
16728
16729 2014-11-14 Yao Qi <yao@codesourcery.com>
16730
16731 * lib/dwarf.exp (function_range): New procedure.
16732 (Dwarf::_handle_macro_at_func): New procedure.
16733 (Dwarf::_handle_macro_at_range): New procedure.
16734 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16735
16736 2014-11-14 Yao Qi <yao@codesourcery.com>
16737
16738 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16739 (_handle_attribute): New procedure.
16740
16741 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16742
16743 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16744 * gdb.base/call-sc.c (zed): Likewise.
16745 * gdb.base/checkpoint.c (main): Likewise.
16746 * gdb.base/dump.c (main): Likewise.
16747 * gdb.base/gcore.c (main): Likewise.
16748 * gdb.base/huge.c (main): Likewise.
16749 * gdb.base/multi-forks.c (main): Likewise.
16750 * gdb.base/pr10179-a.c (main): Likewise.
16751 * gdb.base/savedregs.c (main): Likewise.
16752 * gdb.base/sigaltstack.c (main): Likewise.
16753 * gdb.base/siginfo.c (main): Likewise.
16754 * gdb.base/structs.c (zed): Likewise.
16755 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16756 * gdb.mi/mi-syn-frame.c (main): Likewise.
16757 * gdb.mi/until.c (foo, main): Likewise.
16758 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16759 * gdb.base/solib-weak.c (foo): Declare.
16760 * gdb.base/attach-twice.c: Include stdio.h.
16761 * gdb.base/weaklib1.c: Likewise.
16762 * gdb.base/weaklib2.c: Likewise.
16763 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16764 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16765 unistd.h.
16766 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16767 * gdb.mi/mi-exit-code.c: Likewise.
16768 * gdb.base/break-interp-lib.c: Include string.h.
16769 * gdb.base/coremaker.c: Likewise.
16770 * gdb.base/testenv.c: Likewise.
16771 * gdb.python/py-finish-breakpoint.c: Likewise.
16772 * gdb.base/inferior-died.c: Include sys/wait.h.
16773 * gdb.base/fileio.c: Include time.h.
16774 * gdb.base/async-shell.c: Include unistd.h.
16775 * gdb.base/dprintf-non-stop.c: Likewise.
16776 * gdb.base/info-os.c: Likewise.
16777 * gdb.mi/mi-console.c: Likewise.
16778 * gdb.mi/watch-nonstop.c: Likewise.
16779 * gdb.python/py-events.c: Likewise.
16780 * gdb.base/async.c (baz): Move up before its invocation.
16781 * gdb.base/code_elim2.c (my_global_func): Likewise.
16782 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16783 * gdb.base/advance.c (func2): Likewise.
16784
16785 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16786
16787 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16788 variant.
16789 * gdb.base/annota3.c: Likewise.
16790 * gdb.base/async.c: Likewise.
16791 * gdb.base/average.c: Likewise.
16792 * gdb.base/call-ar-st.c: Likewise.
16793 * gdb.base/call-rt-st.c: Likewise.
16794 * gdb.base/call-sc.c: Likewise.
16795 * gdb.base/call-strs.c: Likewise.
16796 * gdb.base/ending-run.c: Likewise.
16797 * gdb.base/execd-prog.c: Likewise.
16798 * gdb.base/exprs.c: Likewise.
16799 * gdb.base/foll-exec.c: Likewise.
16800 * gdb.base/foll-fork.c: Likewise.
16801 * gdb.base/foll-vfork.c: Likewise.
16802 * gdb.base/funcargs.c: Likewise.
16803 * gdb.base/gcore.c: Likewise.
16804 * gdb.base/jump.c: Likewise.
16805 * gdb.base/langs0.c: Likewise.
16806 * gdb.base/langs1.c: Likewise.
16807 * gdb.base/langs2.c: Likewise.
16808 * gdb.base/mips_pro.c: Likewise.
16809 * gdb.base/nodebug.c: Likewise.
16810 * gdb.base/opaque0.c: Likewise.
16811 * gdb.base/opaque1.c: Likewise.
16812 * gdb.base/recurse.c: Likewise.
16813 * gdb.base/run.c: Likewise.
16814 * gdb.base/scope0.c: Likewise.
16815 * gdb.base/scope1.c: Likewise.
16816 * gdb.base/setshow.c: Likewise.
16817 * gdb.base/setvar.c: Likewise.
16818 * gdb.base/shmain.c: Likewise.
16819 * gdb.base/shr1.c: Likewise.
16820 * gdb.base/shr2.c: Likewise.
16821 * gdb.base/sigall.c: Likewise.
16822 * gdb.base/signals.c: Likewise.
16823 * gdb.base/so-indr-cl.c: Likewise.
16824 * gdb.base/solib2.c: Likewise.
16825 * gdb.base/structs.c: Likewise.
16826 * gdb.base/sum.c: Likewise.
16827 * gdb.base/vforked-prog.c: Likewise.
16828 * gdb.base/watchpoint.c: Likewise.
16829 * gdb.reverse/shr2.c: Likewise.
16830 * gdb.reverse/until-reverse.c: Likewise.
16831 * gdb.reverse/ur1.c: Likewise.
16832 * gdb.reverse/watch-reverse.c: Likewise.
16833
16834 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16835
16836 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16837 variant.
16838 * gdb.base/sepdebug.exp: Drop references to removed code.
16839
16840 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16841
16842 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16843 variant. Preserve original line numbering.
16844 * gdb.base/list1.c: Likewise.
16845
16846 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16847
16848 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16849 variant.
16850 * gdb.base/break1.c: Likewise.
16851 * gdb.base/break.exp: Drop references to removed code.
16852
16853 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16854
16855 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16856 variant.
16857
16858 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16859
16860 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16861
16862 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16863
16864 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16865 logic into perform_all_tests() and invoke it with and without
16866 function header prototypes.
16867 (do_function_calls): Remove conditional XFAIL for PR 5318.
16868 (rerun_and_prepare): Remove duplicate code.
16869 (perform_all_tests): New. Main logic moved here.
16870
16871 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16872
16873 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16874 code guarded by #ifdef NO_PROTOTYPES.
16875 (t_double_many_args): Likewise.
16876 (DEF_FUNC_MANY_ARGS_1): Likewise.
16877 (DEF_FUNC_VALUES_1): Likewise.
16878 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16879 guarded by #ifdef PROTOTYPES.
16880
16881 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16882
16883 * gdb.mi/mi-console.c: Add eye-catcher.
16884 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16885 instead of literal line number.
16886
16887 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16888
16889 * gdb.base/shr2.c: Add eye-catcher.
16890 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16891 line number.
16892
16893 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16894
16895 * gdb.base/jump.c: Add eye-catchers.
16896 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16897 numbers.
16898
16899 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16900
16901 * gdb.base/execd-prog.c: Add eye-catchers.
16902 * gdb.base/foll-exec.c: Likewise.
16903 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16904 line numbers.
16905
16906 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16907
16908 * gdb.base/ending-run.c: Add eye-catchers.
16909 * gdb.base/ending-run.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/call-rt-st.c: Add eye-catchers.
16915 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16916 literal line numbers.
16917
16918 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16919
16920 * gdb.base/call-ar-st.c: Add eye-catchers.
16921 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16922 literal line numbers.
16923
16924 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16925
16926 * gdb.base/average.c: Add eye-catchers.
16927 * gdb.base/sum.c: Likewise.
16928 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16929 regexps dynamically.
16930
16931 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16932
16933 * gdb.base/solib1.c: Add eye-catchers.
16934 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16935 literal line numbers.
16936
16937 2014-11-12 Pedro Alves <palves@redhat.com>
16938
16939 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16940 leader has exited.
16941
16942 2014-11-12 Pedro Alves <palves@redhat.com>
16943
16944 * gdb.arch/i386-bp_permanent.c: New file.
16945 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16946 (srcfile): Set to i386-bp_permanent.c.
16947 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16948 that stepi does not execute the 'leave' instruction, instead of
16949 testing it does execute.
16950 * gdb.base/bp-permanent.c: New file.
16951 * gdb.base/bp-permanent.exp: New file.
16952
16953 2014-11-10 Doug Evans <xdje42@gmail.com>
16954
16955 PR symtab/17564
16956 * gdb.base/symtab-search-order.exp: New file.
16957 * gdb.base/symtab-search-order.c: New file.
16958 * gdb.base/symtab-search-order-1.c: New file.
16959 * gdb.base/symtab-search-order-shlib-1.c: New file.
16960
16961 2014-11-07 Pedro Alves <palves@redhat.com>
16962
16963 PR gdb/17511
16964 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
16965 i?86-*-linux*.
16966
16967 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
16968
16969 PR c++/17494
16970 * gdb.cp/pr17494.cc: New file.
16971 * gdb.cp/pr17494.exp: New file.
16972
16973 2014-11-02 Yao Qi <yao@codesourcery.com>
16974
16975 * gdb.python/python.exp: Get working directory and match the
16976 output of "set extended-prompt \\w " with it.
16977
16978 2014-10-30 Doug Evans <dje@google.com>
16979
16980 * gdb.python/py-objfile.exp: Add tests for setting random attributes
16981 in objfiles.
16982 * gdb.python/py-progspace.exp: Add tests for setting random attributes
16983 in progspaces.
16984
16985 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
16986
16987 * gdb.base/fullpath-expand.exp: Skip for a remote host.
16988 * gdb.base/realname-expand.exp: Likewise.
16989 * gdb.linespec/macro-relative.exp: Likewise.
16990
16991 2014-10-29 Pedro Alves <palves@redhat.com>
16992
16993 PR gdb/17408
16994 * gdb.threads/schedlock.c (some_function): New function.
16995 (call_function): New global.
16996 (MAYBE_CALL_SOME_FUNCTION): New macro.
16997 (thread_function): Call it.
16998 * gdb.threads/schedlock.exp (get_args): Add description parameter,
16999 and use it instead of a global counter. Adjust all callers.
17000 (get_current_thread): Use "find current thread" for test message
17001 here rather than having all callers pass down the same string.
17002 (goto_loop): New procedure, factored out from ...
17003 (my_continue): ... this.
17004 (step_ten_loops): Change parameter from test message to command to
17005 use. Adjust.
17006 (list_count): Delete global.
17007 (check_result): New procedure, factored out from duplicate top
17008 level code.
17009 (continue tests): Wrap in with_test_prefix.
17010 (test_step): New procedure, factored out from duplicate top level
17011 code.
17012 (top level): Test "step" in combination with all scheduler-locking
17013 modes. Test "next" in combination with all scheduler-locking
17014 modes, and in combination with stepping over a function call or
17015 not.
17016 * gdb.threads/next-bp-other-thread.c: New file.
17017 * gdb.threads/next-bp-other-thread.exp: New file.
17018
17019 2014-10-29 Pedro Alves <palves@redhat.com>
17020
17021 PR python/17372
17022 * gdb.python/python.exp: Test a multi-line command that spawns
17023 interactive Python.
17024 * gdb.base/multi-line-starts-subshell.exp: New file.
17025
17026 2014-10-29 Yao Qi <yao@codesourcery.com>
17027
17028 * gdb.base/fileio.exp: Make directories on host.
17029
17030 2014-10-29 Yao Qi <yao@codesourcery.com>
17031
17032 * gdb.base/fileio.c (test_write): Close the file.
17033
17034 2014-10-28 Pedro Alves <palves@redhat.com>
17035
17036 PR gdb/12623
17037 * gdb.base/sigstep.c (no_handler): New global.
17038 (main): If 'no_handler is true, set the signal handlers to
17039 SIG_IGN.
17040 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17041 with_sw_watch and no_handler parameters. Handle them.
17042 (top level) <stepping over handler when stopped at a breakpoint
17043 test>: Add a test axis for testing with a software watchpoint, and
17044 another for testing with the signal handler set to SIG_IGN.
17045 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17046 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17047
17048 2014-10-28 Pedro Alves <palves@redhat.com>
17049
17050 PR gdb/17511
17051 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17052 * gdb.base/sigstep.exp (other_handler_location): New global.
17053 (advance): Support stepping into the signal handler, and running
17054 commands while in the handler.
17055 (in_handler_map): New global.
17056 (top level): In the advance test, add combinations for getting
17057 into the handler with stepping commands, and for running commands
17058 in the handler. Add comment descripting the advancei tests.
17059
17060 2014-10-28 Pedro Alves <palves@redhat.com>
17061
17062 * gdb.base/sigstep.exp: Use build_executable instead of
17063 prepare_for_testing.
17064 (top level): Move code that starts GDB, runs to main and creates a
17065 display to ...
17066 (restart): ... this new procedure.
17067 (top level): Move backtrace from signal handler test to ...
17068 (validate_backtrace): ... this new procedure.
17069 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17070 with_test_prefix. Always restart GDB.
17071 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17072 with_test_prefix. Always restart GDB. No need to delete
17073 breakpoints after the test.
17074 (test_skip_handler): Remove prefix parameter.
17075 (skip_over_handler, breakpoint_to_handler)
17076 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17077 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17078 restart GDB. No need to delete breakpoints after the test.
17079 (top level): Use foreach to call the test procedures with
17080 different commands.
17081
17082 2014-10-28 Pedro Alves <palves@redhat.com>
17083
17084 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17085 instead of GNATS numbers.
17086 * gdb.base/sigbpt.exp: Likewise.
17087 * gdb.base/siginfo.exp: Likewise.
17088 * gdb.base/sigstep.exp: Likewise.
17089
17090 2014-10-27 Pedro Alves <palves@redhat.com>
17091
17092 * gdb.base/sigstep.c (dummy): New global.
17093 (main): Issue a couple writes to the new global.
17094 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17095 procedures.
17096 (skip_over_handler): Use test_skip_handler.
17097 (top level): Call skip_over_handler for stepi and nexti too.
17098 (breakpoint_over_handler): Use test_skip_handler.
17099 (top level): Call breakpoint_over_handler for stepi and nexti too.
17100
17101 2014-10-27 Yao Qi <yao@codesourcery.com>
17102
17103 * gdb.trace/tfile.c (adjust_function_address)
17104 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17105 function descriptor.
17106
17107 2014-10-24 Don Breazeal <donb@codesourcery.com>
17108
17109 * gdb.base/foll-fork.exp (test_follow_fork,
17110 catch_fork_child_follow): Check for updated fork messages emitted
17111 from infrun.c.
17112 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17113 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17114 vfork_and_exec_child_follow_through_step): Check for updated vfork
17115 messages emitted from infrun.c.
17116
17117 2014-10-24 Pedro Alves <palves@redhat.com>
17118
17119 * gdb.base/corefile.exp: Remove references to ultrix.
17120 * gdb.base/interrupt.exp: Likewise.
17121 * gdb.base/whatis.exp: Likewise.
17122 * gdb.gdb/selftest.exp: Likewise.
17123 * gdb.threads/manythreads.exp: Likewise.
17124 * gdb.threads/print-threads.exp: Likewise.
17125 * gdb.threads/pthreads.exp:: Likewise.
17126 * gdb.threads/schedlock.exp: Likewise.
17127
17128 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17129
17130 * gdb.cp/non-trivial-retval.cc: Add a test case.
17131 * gdb.cp/non-trivial-retval.exp: Add a test.
17132
17133 2014-10-20 Yao Qi <yao@codesourcery.com>
17134
17135 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17136 * gdb.python/py-objfile-script-gdb.py: New file.
17137 * gdb.python/py-objfile-script.exp: Update reference to
17138 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17139 of remote_download. Remove the dest file.
17140
17141 2014-10-20 Yao Qi <yao@codesourcery.com>
17142
17143 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17144 * gdb.base/step-line.exp: Likewise.
17145 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17146 * gdb.dwarf2/dw2-basic.exp: Likewise.
17147 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17148 * gdb.dwarf2/dw2-filename.exp: Likewise.
17149 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17150 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17151 * gdb.dwarf2/dw2-producer.exp: Likewise.
17152 * gdb.dwarf2/mac-fileno.exp: Likewise.
17153 * gdb.python/py-frame-args.exp: Likewise.
17154 * gdb.python/py-framefilter.exp: Likewise.
17155 * gdb.python/py-mi.exp: Likewise.
17156 * gdb.python/py-objfile-script.exp: Likewise
17157 * gdb.python/py-pp-integral.exp: Likewise.
17158 * gdb.python/py-pp-re-notag.exp: Likewise.
17159 * gdb.python/py-prettyprint.exp: Likewise.
17160 * gdb.python/py-section-script.exp: Likewise.
17161 * gdb.python/py-typeprint.exp: Likewise.
17162 * gdb.python/py-xmethods.exp: Likewise.
17163 * gdb.stabs/weird.exp: Likewise.
17164 * gdb.xml/tdesc-regs.exp: Likewise.
17165
17166 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17167
17168 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17169 (out_cu): Use addr_len for the size of addresses.
17170 (out_line): Likewise. Size DW_LNE_set_address instruction
17171 according to addr_len.
17172 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17173 (FUNC): Add START_INSNS to definition.
17174
17175 2014-10-18 Yao Qi <yao@codesourcery.com>
17176
17177 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17178 gdb_has_argv0 return true.
17179 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17180 check [target_info exists noargs], check [gdb_has_argv0]
17181 instead.
17182 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17183 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17184 procedures.
17185
17186 2014-10-17 Doug Evans <dje@google.com>
17187
17188 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17189 event.
17190 * gdb.python/py-events.py: Add clear_objfiles event.
17191
17192 2014-10-17 Doug Evans <dje@google.com>
17193
17194 * gdb.python/py-objfile.exp: Test progspace attribute.
17195
17196 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
17197
17198 * gdb.guile/scm-breakpoint.exp: Do not assume any
17199 directory separators when matching source file paths.
17200 * gdb.python/py-breakpoint.exp: Likewise.
17201 * gdb.reverse/break-precsave.exp: Likewise.
17202 * gdb.reverse/break-reverse.exp: Likewise.
17203 * gdb.reverse/consecutive-precsave.exp: Likewise.
17204 * gdb.reverse/finish-precsave.exp: Likewise.
17205 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17206 * gdb.reverse/finish-reverse.exp: Likewise.
17207 * gdb.reverse/i386-precsave.exp: Likewise.
17208 * gdb.reverse/i387-env-reverse.exp: Likewise.
17209 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17210 * gdb.reverse/machinestate-precsave.exp: Likewise.
17211 * gdb.reverse/machinestate.exp: Likewise.
17212 * gdb.reverse/sigall-precsave.exp: Likewise.
17213 * gdb.reverse/solib-precsave.exp: Likewise.
17214 * gdb.reverse/step-precsave.exp: Likewise.
17215 * gdb.reverse/until-precsave.exp: Likewise.
17216 * gdb.reverse/watch-precsave.exp: Likewise.
17217 * gdb.reverse/watch-reverse.exp: Likewise.
17218
17219 2014-10-17 Yao Qi <yao@codesourcery.com>
17220
17221 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17222 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17223
17224 2014-10-17 Pedro Alves <palves@redhat.com>
17225
17226 PR gdb/17471
17227 * gdb.base/bg-execution-repeat.c: New file.
17228 * gdb.base/bg-execution-repeat.exp: New file.
17229
17230 2014-10-17 Pedro Alves <palves@redhat.com>
17231
17232 PR gdb/17300
17233 * gdb.base/continue-all-already-running.c: New file.
17234 * gdb.base/continue-all-already-running.exp: New file.
17235
17236 2014-10-17 Pedro Alves <palves@redhat.com>
17237
17238 PR gdb/17472
17239 * gdb.base/annota-input-while-running.c: New file.
17240 * gdb.base/annota-input-while-running.exp: New file.
17241
17242 2014-10-17 Pedro Alves <palves@redhat.com>
17243
17244 * gdb.base/callfuncs.exp: emove references to osf.
17245 * gdb.base/sigall.exp: Likewise.
17246 * gdb.gdb/selftest.exp: Likewise.
17247 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17248 * gdb.mi/non-stop.c: Likewise.
17249 * gdb.mi/pthreads.c: Likewise.
17250 * gdb.reverse/sigall-precsave.exp: Likewise.
17251 * gdb.reverse/sigall-reverse.exp: Likewise.
17252 * gdb.threads/pthreads.c: Likewise.
17253 * gdb.threads/pthreads.exp: Likewise.
17254
17255 2014-10-17 Yao Qi <yao@codesourcery.com>
17256
17257 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17258 check 'target_info exists noargs'.
17259 (test_command_prompt_position): Likewise.
17260 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17261 Remove "set args".
17262 (progvar_simple_while_test): Likewise.
17263 (progvar_complex_if_while_test): Likewise.
17264 (if_while_breakpoint_command_test): Likewise.
17265 (infrun_breakpoint_command_test): Likewise.
17266 (breakpoint_command_test): Likewise.
17267 (watchpoint_command_test): Likewise.
17268 (bp_deleted_in_command_test): Likewise.
17269 (temporary_breakpoint_commands): Likewise.
17270
17271 2014-10-16 Yao Qi <yao@codesourcery.com>
17272
17273 * gdb.base/remotetimeout.exp: Remove noargs checking.
17274
17275 2014-10-15 Pedro Alves <palves@redhat.com>
17276
17277 PR breakpoints/9649
17278 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17279 * gdb.base/breakpoint-in-ro-region.exp
17280 (probe_target_hardware_step): New procedure.
17281 (top level): Probe hardware stepping and hardware breakpoint
17282 support. Test stepping through a read-only region, with both
17283 "breakpoint auto-hw" on and off and both "always-inserted" on and
17284 off.
17285
17286 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17287
17288 * gdb.dlang/demangle.exp: Update for demangling changes.
17289
17290 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17291
17292 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17293 * gdb.cp/non-trivial-retval.exp: Add new tests.
17294
17295 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17296
17297 PR c++/13403
17298 PR c++/15154
17299 * gdb.cp/non-trivial-retval.cc: New file.
17300 * gdb.cp/non-trivial-retval.exp: New file.
17301
17302 2014-10-15 Yao Qi <yao@codesourcery.com>
17303
17304 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17305 remote host.
17306
17307 2014-10-15 Yao Qi <yao@codesourcery.com>
17308
17309 * gdb.python/py-symbol.exp: Match file base name if host is
17310 remote, otherwise match file name with dir name.
17311 * gdb.python/py-symtab.exp: Likewise.
17312 * gdb.python/python.exp: Likewise.
17313
17314 2014-10-15 Yao Qi <yao@codesourcery.com>
17315
17316 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17317 pattern.
17318 * gdb.python/py-symtab.exp: Likewise.
17319 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17320 locationn.
17321
17322 2014-10-14 Joel Brobecker <brobecker@adacore.com>
17323
17324 * gdb.ada/addr_arith: New testcase.
17325
17326 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17327
17328 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17329 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17330 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17331 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17332
17333 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17334
17335 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17336 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17337 * gdb.arch/stap-eval-lang-ada.exp: New file.
17338
17339 2014-10-14 Yao Qi <yao@codesourcery.com>
17340
17341 * gdb.mi/mi-var-child.c (nothing1): New function.
17342 (nothing2): New function.
17343 (do_children_tests): Set function pointers by nothing1 and
17344 nothing2.
17345 * gdb.mi/mi-var-child.exp: Step over new added statements.
17346 Update test to match the new output.
17347 * gdb.mi/var-cmd.c (nothing1): New function.
17348 (nothing2): New function.
17349 (do_children_tests): Set function pointers by nothing1 and
17350 nothing2.
17351 * gdb.mi/mi-var-display.exp: Update test to match output.
17352 Step to the line specified by $line_dct_nothing.
17353 Increase the number of lines to step.
17354
17355 2014-10-14 Yao Qi <yao@codesourcery.com>
17356
17357 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17358 tests.
17359 * gdb.mi/mi2-var-child.exp: Likewise.
17360
17361 2014-10-13 Doug Evans <dje@google.com>
17362
17363 * gdb.python/py-objfile.exp: Change name of file name test.
17364
17365 2014-10-13 Doug Evans <dje@google.com>
17366
17367 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17368 from the start of the CU.
17369
17370 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17371 Yao Qi <yao@codesourcery.com>
17372
17373 Fix "save breakpoints" for "catch" command.
17374 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17375 Remove -nonewline. Match also the added "main" line.
17376
17377 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17378
17379 Fix "save breakpoints" for "disable $bpnum" command.
17380 * gdb.base/save-bp.c (main): Add label.
17381 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17382
17383 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17384
17385 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17386
17387 2014-10-11 Yao Qi <yao@codesourcery.com>
17388
17389 * gdb.server/server-kill.exp: Execute command
17390 "set remote trace-status-packet on" before "tstatus".
17391
17392 2014-10-11 Yao Qi <yao@codesourcery.com>
17393
17394 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17395 (main): Call getppid.
17396 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17397 and continue to it. Read variable "server_pid".
17398
17399 2014-10-11 Yao Qi <yao@codesourcery.com>
17400
17401 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17402
17403 2014-10-11 Yao Qi <yao@codesourcery.com>
17404
17405 * gdb.threads/thread-find.exp: Don't execute command
17406 "info threads".
17407 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17408 * gdb.threads/linux-dp.exp: Don't check the condition
17409 $threads_created equals to zero.
17410
17411 2014-10-10 Pedro Alves <palves@redhat.com>
17412
17413 * gdb.base/bigcore.exp: Remove references to IRIX.
17414 * gdb.base/funcargs.exp: Likewise.
17415 * gdb.base/interrupt.exp: Likewise.
17416 * gdb.base/mips_pro.exp: Likewise.
17417 * gdb.base/nodebug.exp: Likewise.
17418 * gdb.base/setvar.exp: Likewise.
17419 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17420
17421 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17422 Pedro Alves <palves@redhat.com>
17423
17424 PR symtab/14466
17425 * gdb.base/vdso-warning.c: New file.
17426 * gdb.base/vdso-warning.exp: New file.
17427
17428 2014-10-02 Doug Evans <dje@google.com>
17429
17430 * gdb.base/structs.c (main): Don't run forever.
17431
17432 2014-10-02 Pedro Alves <palves@redhat.com>
17433
17434 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17435 (top level) <stop threads 1, stop threads 2>: Use it.
17436
17437 2014-10-02 Pedro Alves <palves@redhat.com>
17438
17439 * gdb.threads/break-while-running.exp (test): Add new
17440 'update_thread_list' argument. Skip "info threads" if false.
17441 (top level): Add new 'update_thread_list' axis.
17442
17443 2014-10-02 Pedro Alves <palves@redhat.com>
17444
17445 PR breakpoints/17431
17446 * gdb.base/execl-update-breakpoints.c: New file.
17447 * gdb.base/execl-update-breakpoints.exp: New file.
17448
17449 2014-10-01 Pedro Alves <palves@redhat.com>
17450
17451 * gdb.base/breakpoint-in-ro-region.c: New file.
17452 * gdb.base/breakpoint-in-ro-region.exp: New file.
17453
17454 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17455
17456 * gdb.mi/mi-exit-code.exp: New file.
17457 * gdb.mi/mi-exit-code.c: New file.
17458
17459 2014-09-30 Yao Qi <yao@codesourcery.com>
17460
17461 * lib/prelink-support.exp (build_executable_own_libs): Error if
17462 the target isn't native.
17463
17464 2014-09-30 Yao Qi <yao@codesourcery.com>
17465
17466 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17467 false.
17468
17469 2014-09-22 Pedro Alves <palves@redhat.com>
17470
17471 * gdb.threads/break-while-running.exp: New file.
17472 * gdb.threads/break-while-running.c: New file.
17473
17474 2014-09-19 Yao Qi <yao@codesourcery.com>
17475
17476 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17477 Invoke test. Restart GDB with --readnow and invoke test again.
17478
17479 2014-09-19 Yao Qi <yao@codesourcery.com>
17480
17481 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17482 proc set_breakpoint_on_gcd_function. Invoke
17483 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17484 invoke set_breakpoint_on_gcd_function again.
17485
17486 2014-09-18 Doug Evans <dje@google.com>
17487
17488 * gdb.dwarf2/symtab-producer.exp: New file.
17489
17490 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17491
17492 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17493 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17494 * gdb.base/global-var-nested-by-dso.c: Likewise.
17495 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17496
17497 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17498 Pedro Alves <palves@redhat.com>
17499
17500 * gdb.base/watch-bitfields.exp: Pass string other than test file
17501 name to prepare_for_testing.
17502 (watch): New procedure.
17503 (expect_watchpoint): Use with_test_prefix.
17504 (top level): Factor out tests to ...
17505 (test_watch_location, test_regular_watch): ... these new
17506 procedures, and use with_test_prefix and gdb_continue_to_end.
17507
17508 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17509
17510 PR breakpoints/12526
17511 * gdb.base/watch-bitfields.exp: New file.
17512 * gdb.base/watch-bitfields.c: New file.
17513
17514 2014-09-16 Pedro Alves <palves@redhat.com>
17515
17516 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17517 software and hardware addresses, not software address against
17518 itself.
17519
17520 2014-09-16 Pedro Alves <palves@redhat.com>
17521
17522 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17523 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17524
17525 2014-09-16 Pedro Alves <palves@redhat.com>
17526
17527 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17528 files.
17529 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17530 "*-*-vxworks*" throughout.
17531 * gdb.base/break.exp: Likewise.
17532 * gdb.base/default.exp: Likewise.
17533 * gdb.base/scope.exp: Likewise.
17534 * gdb.base/sepdebug.exp: Likewise.
17535 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17536 throughout.
17537 * gdb.base/run.c: Likewise.
17538 * gdb.base/sepdebug.c: Likewise.
17539 * gdb.hp/gdb.aCC/run.c: Likewise.
17540 * gdb.reverse/until-reverse.c: Likewise.
17541 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17542
17543 2014-09-16 Yao Qi <yao@codesourcery.com>
17544
17545 * boards/local-remote-host-native.exp: New file.
17546
17547 2014-09-14 Doug Evans <xdje42@gmail.com>
17548
17549 * gdb.threads/queue-signal.c (thread_count): New variable.
17550 (thread_count_mutex, thread_count_condvar): New variables.
17551 (incr_thread_count, wait_all_threads_running): New functions.
17552 (main): Wait for all threads to be in their thread functions.
17553
17554 2014-09-13 Doug Evans <xdje42@gmail.com>
17555
17556 * gdb.threads/queue-signal.c: New file.
17557 * gdb.threads/queue-signal.exp: New file.
17558
17559 2014-09-13 Doug Evans <xdje42@gmail.com>
17560
17561 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17562 be consistent with what default_gdb_init uses.
17563 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17564 the plain text of the prompt. Add some logging printfs.
17565 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17566
17567 2014-09-12 Pedro Alves <palves@redhat.com>
17568
17569 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17570 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17571 * gdb.arch/i386-size-overlap.exp: Likewise.
17572 * gdb.arch/i386-size.exp: Likewise.
17573 * gdb.arch/i386-unwind.exp: Likewise.
17574 * gdb.base/a2-run.exp: Likewise.
17575 * gdb.base/break.exp: Likewise.
17576 * gdb.base/charset.exp: Likewise.
17577 * gdb.base/chng-syms.exp: Likewise.
17578 * gdb.base/commands.exp: Likewise.
17579 * gdb.base/dbx.exp: Likewise.
17580 * gdb.base/find.exp: Likewise.
17581 * gdb.base/funcargs.exp: Likewise.
17582 * gdb.base/jit-simple.exp: Likewise.
17583 * gdb.base/reread.exp: Likewise.
17584 * gdb.base/sepdebug.exp: Likewise.
17585 * gdb.base/step-bt.exp: Likewise.
17586 * gdb.cp/mb-inline.exp: Likewise.
17587 * gdb.cp/mb-templates.exp: Likewise.
17588 * gdb.objc/basicclass.exp: Likewise.
17589 * gdb.threads/killed.exp: Likewise.
17590
17591 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17592
17593 PR tdep/17379
17594 * gdb.arch/powerpc-stackless.S: New file.
17595 * gdb.arch/powerpc-stackless.exp: New file.
17596
17597 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17598
17599 * gdb.base/attach.c: Include unistd.h.
17600 (main): Call alarm. Add label postloop.
17601 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17602 gdb_breakpoint, gdb_continue_to_breakpoint.
17603 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17604
17605 2014-09-11 Pedro Alves <palves@redhat.com>
17606
17607 PR gdb/17347
17608 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17609 * gdb.base/attach.exp (test_command_line_attach_run): New
17610 procedure.
17611 (top level): Call it.
17612
17613 2014-09-11 Pedro Alves <palves@redhat.com>
17614
17615 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17616 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17617 (do_command_attach_tests): Use spawn_wait_for_attach.
17618 * gdb.base/solib-overlap.exp: Likewise.
17619 * gdb.multi/multi-attach.exp: Likewise.
17620 * gdb.python/py-prompt.exp: Likewise.
17621 * gdb.python/py-sync-interp.exp: Likewise.
17622 * gdb.server/ext-attach.exp: Likewise.
17623
17624 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17625
17626 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17627 command in testcase. Simplify testcase.
17628
17629 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17630
17631 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17632
17633 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17634
17635 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17636
17637 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17638
17639 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17640
17641 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17642
17643 * gdb.dwarf2/dynarr-ptr.c: New file.
17644 * gdb.dwarf2/dynarr-ptr.exp: New file.
17645
17646 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17647
17648 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17649 of 30 rather than hardcoding 120 for a slow test case. Take the
17650 `gdb,timeout' target setting into account for this calculation.
17651 Don't extend the timeout for the test cases that don't need it.
17652
17653 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17654
17655 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17656 a factor of 2 for a slow test case. Take the `gdb,timeout'
17657 target setting into account for this calculation.
17658 * gdb.reverse/until-precsave.exp: Increase the timeout by
17659 a factor of 15 and 3 respectively rather than adding 120
17660 for a pair of slow test cases. Take the `gdb,timeout'
17661 target setting into account for this calculation.
17662
17663 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17664
17665 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17666 timeout, don't pass one down to gdb_expect.
17667 (gdb_expect): Rework timeout selection.
17668
17669 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17670
17671 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17672 exception on timeout.
17673 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17674 (gdbserver_start_extended): Catch any `gdbserver_start' error
17675 exceptions.
17676 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17677 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17678 `gdbserver_gdb_load' error exceptions.
17679
17680 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17681
17682 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17683 120 on waiting for the TCP socket to open.
17684
17685 2014-09-09 Doug Evans <xdje42@gmail.com>
17686
17687 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17688 _caller_matches, _any_caller_is, _any_caller_matches.
17689
17690 2014-09-09 Doug Evans <xdje42@gmail.com>
17691
17692 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17693
17694 2014-09-09 Yao Qi <yao@codesourcery.com>
17695
17696 * gdb.mi/mi-var-display.exp: Set print symbol off.
17697
17698 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17699
17700 PR gdb/17035
17701 * gdb.base/commands.exp: Add tests to verify user-defined
17702 commands with empty bodies.
17703 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17704 python commands in `show user command`.
17705 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17706 scheme commands in `show user command`.
17707
17708 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17709
17710 PR python/17355
17711 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17712 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17713 * gdb.python/py-framefilter-invalidarg.exp: New file.
17714 * gdb.python/py-framefilter-invalidarg.py: New file.
17715
17716 2014-09-06 Doug Evans <xdje42@gmail.com>
17717
17718 PR 15276
17719 * gdb.python/py-caller-is.c: New file.
17720 * gdb.python/py-caller-is.exp: New file.
17721
17722 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17723
17724 PR gdb/17235
17725 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17726 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17727
17728 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17729
17730 PR fortran/17237
17731 * gdb.fortran/print-formatted.exp: New file.
17732 * gdb.fortran/print-formatted.f90: Likewise.
17733
17734 2014-09-03 Sasha Smundak <asmundak@google.com>
17735
17736 * gdb.python/py-frame.exp: Test Frame.read_register.
17737
17738 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17739
17740 PR python/16699
17741 * gdb.python/py-completion.exp: New file.
17742 * gdb.python/py-completion.py: Likewise.
17743
17744 2014-08-28 Doug Evans <dje@google.com>
17745
17746 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17747 eax,etc. are live with values set by gdb and thus the compiler can't
17748 use them.
17749 * gdb.arch/i386-pseudo.c (main): Ditto.
17750
17751 2014-08-27 Doug Evans <dje@google.com>
17752
17753 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17754
17755 2014-08-25 Doug Evans <dje@google.com>
17756
17757 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17758 (main): Ditto.
17759
17760 2014-08-25 Doug Evans <dje@google.com>
17761
17762 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17763
17764 2014-08-24 Yao Qi <yao@codesourcery.com>
17765
17766 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17767 symbol off.
17768 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17769
17770 2014-08-22 Doug Evans <dje@google.com>
17771
17772 PR 17276
17773 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17774 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17775 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17776
17777 2014-08-22 Yao Qi <yao@codesourcery.com>
17778
17779 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17780 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17781 * gdb.python/python.exp: Likewise. Use .py file on the host
17782 instead of the build.
17783
17784 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17785
17786 * gdb.threads/gcore-stale-thread.c: New file.
17787 * gdb.threads/gcore-stale-thread.exp: New file.
17788
17789 2014-08-21 Pedro Alves <palves@redhat.com>
17790
17791 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17792 * gdb.base/gcore-relro-pie.exp: Likewise.
17793 * gdb.base/gcore-relro.exp: Likewise.
17794 * gdb.base/gcore.exp: Likewise.
17795 * gdb.base/print-symbol-loading.exp: Likewise.
17796 * gdb.threads/gcore-thread.exp: Likewise.
17797 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17798
17799 2014-08-20 Pedro Alves <palves@redhat.com>
17800 Jan Kratochvil <jan.kratochvil@redhat.com>
17801
17802 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17803 configure.
17804 (EXPECT): Handle READ1 being set.
17805 (all): Depend on EXTRA_RULES.
17806 (check-read1, expect-read1, read1.so, read1): New rules.
17807 * README (Testsuite Parameters): Document the READ1 make variable.
17808 (Race detection): New section.
17809 * configure: Regenerate.
17810 * configure.ac: If build==host==target, and running under a
17811 GNU/glibc system, add read1 to the extra Makefile rules.
17812 (EXTRA_RULES): AC_SUBST it.
17813 * lib/read1.c: New file.
17814
17815 2014-08-20 Joel Brobecker <brobecker@adacore.com>
17816
17817 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17818 the handling of variables declared as a typedef to an array
17819 which a DW_AT_data_location attribute.
17820
17821 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
17822 Pedro Alves <palves@redhat.com>
17823
17824 PR symtab/14604
17825 PR symtab/14605
17826 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17827 gdb_test.
17828
17829 2014-08-19 Pedro Alves <palves@redhat.com>
17830
17831 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17832
17833 2014-08-19 Yao Qi <yao@codesourcery.com>
17834
17835 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17836 right line.
17837
17838 2014-08-18 David Blaikie <dblaikie@gmail.com>
17839
17840 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17841
17842 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17843
17844 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17845 attribute in array range.
17846
17847 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17848
17849 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17850
17851 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17852
17853 PR c++/17132
17854 * gdb.cp/pr17132.cc: New file.
17855 * gdb.cp/pr17132.exp: New file.
17856
17857 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17858
17859 * gdb.python/py-xmethods.py (A_getarrayind)
17860 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17861 Use 'print' with function call syntax.
17862 (E_method_matcher.match): Fix tab vs space indentation mixup.
17863
17864 2014-08-15 Yao Qi <yao@codesourcery.com>
17865
17866 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17867 false.
17868
17869 2014-08-15 Yao Qi <yao@codesourcery.com>
17870
17871 * gdb.cp/casts.exp: Set print symbol off.
17872 * gdb.cp/class2.exp: Likewise.
17873 * gdb.cp/overload.exp: Likewise.
17874 * gdb.cp/templates.exp: Likewise.
17875
17876 2014-08-11 Doug Evans <dje@google.com>
17877
17878 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17879 (test_load_shlib): Update.
17880
17881 2014-08-09 Yao Qi <yao@codesourcery.com>
17882
17883 * gdb.base/display.exp: Invoke is_address_zero_readable.
17884 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17885 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17886 * gdb.base/hbreak-unmapped.exp: Return if
17887 is_address_zero_readable returns true.
17888 * gdb.base/signest.exp: Likewise.
17889 * gdb.base/signull.exp: Likewise.
17890 * gdb.base/sigbpt.exp: Likewise.
17891 * gdb.guile/scm-disasm.exp: Do the test if
17892 is_address_zero_readable returns false.
17893 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17894 * gdb.python/py-arch.exp: Likewise.
17895 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17896 * lib/gdb.exp (is_address_zero_readable): New proc.
17897
17898 2014-08-09 Yao Qi <yao@codesourcery.com>
17899
17900 PR testsuite/13443
17901 * gdb.mi/mi-var-display.exp: Make test messages unique.
17902
17903 2014-08-04 Tom Tromey <tromey@redhat.com>
17904
17905 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17906 target 0".
17907
17908 2014-08-04 Tom Tromey <tromey@redhat.com>
17909
17910 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17911 "target_resume".
17912
17913 2014-08-01 Joel Brobecker <brobecker@adacore.com>
17914
17915 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17916 inner_vla_struct_object_size.
17917 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17918 as xfail.
17919
17920 2014-07-30 Pedro Alves <palves@redhat.com>
17921
17922 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17923 comment.
17924
17925 2014-07-29 Yao Qi <yao@codesourcery.com>
17926
17927 PR gdb/17206
17928 * gdb.base/until-nodebug.exp: New.
17929
17930 2014-07-28 Doug Evans <xdje42@gmail.com>
17931
17932 PR guile/17203
17933 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17934 previously existing parameter, and previously ambiguously spelled
17935 parameter.
17936
17937 2014-07-28 Will Newton <will.newton@linaro.org>
17938
17939 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17940
17941 2014-07-26 Ludovic Courtès <ludo@gnu.org>
17942 Doug Evans <xdje42@gmail.com>
17943
17944 PR guile/17146
17945 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17946
17947 2014-07-25 Pedro Alves <palves@redhat.com>
17948
17949 * gdb.threads/signal-command-handle-nopass.c: New file.
17950 * gdb.threads/signal-command-handle-nopass.exp: New file.
17951 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17952 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17953 * gdb.threads/signal-delivered-right-thread.c: New file.
17954 * gdb.threads/signal-delivered-right-thread.exp: New file.
17955
17956 2014-07-25 Pedro Alves <palves@redhat.com>
17957
17958 * gdb.base/double-prompt-target-event-error.exp
17959 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
17960 match.
17961 (cancel_pagination_in_target_event): Rework double prompt
17962 detection.
17963 * gdb.base/paginate-after-ctrl-c-running.exp
17964 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
17965 <return>' match.
17966 * gdb.base/paginate-bg-execution.exp
17967 (test_bg_execution_pagination_return)
17968 (test_bg_execution_pagination_cancel): Remove '-notransfer
17969 <return>' matches.
17970 * gdb.base/paginate-execution-startup.exp
17971 (test_fg_execution_pagination_return)
17972 (test_fg_execution_pagination_cancel): Remove '-notransfer
17973 <return>' matches.
17974 * gdb.base/paginate-inferior-exit.exp
17975 (test_paginate_inferior_exited): Remove '-notransfer <return>'
17976 match.
17977 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
17978 * lib/gdb.exp (pagination_prompt): Run text through
17979 string_to_regexp.
17980 (gdb_test_multiple): Match $pagination_prompt instead of
17981 "<return>".
17982 (string_to_regexp): Move to lib/gdb-utils.exp.
17983
17984 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17985
17986 * gdb.arch/amd64-entry-value-paramref.S: New file.
17987 * gdb.arch/amd64-entry-value-paramref.cc: New file.
17988 * gdb.arch/amd64-entry-value-paramref.exp: New file.
17989 * gdb.arch/amd64-optimout-repeat.S: New file.
17990 * gdb.arch/amd64-optimout-repeat.c: New file.
17991 * gdb.arch/amd64-optimout-repeat.exp: New file.
17992
17993 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17994
17995 PR gdb/17170
17996 * gdb.base/statistics.exp: New file.
17997
17998 2014-07-17 Doug Evans <dje@google.com>
17999
18000 PR gdb/17170
18001 * gdb.base/maint.exp: Update testing of per-command stats.
18002
18003 2014-07-16 Pedro Alves <palves@redhat.com>
18004
18005 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18006 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18007 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18008 (tfile_write_buf): New functions.
18009 (add_memory_block): Rewrite using the above.
18010 (adjust_function_address): New function.
18011 (FUNCTION_ADDRESS): New macro.
18012 (write_basic_trace_file): Remove short_x local, and use
18013 tfile_write_16. Change type of func_addr local to unsigned long
18014 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18015 here. Cast argument of add_memory_block to char pointer.
18016 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18017 (main): Remove parameters.
18018 * gdb.trace/tfile.exp: Remove nowarnings.
18019
18020 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18021
18022 * gdb.base/debug-expr.exp: Test string evaluation with
18023 "debug expression" on.
18024
18025 2014-07-15 Pedro Alves <palves@redhat.com>
18026
18027 * gdb.base/reread.exp: Use clean_restart.
18028
18029 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18030
18031 * gdb.arch/avr-flash-qualifer.c: New.
18032 * gdb.arch/avr-flash-qualifer.exp: New.
18033
18034 2014-07-14 Pedro Alves <palves@redhat.com>
18035
18036 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18037 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18038
18039 2014-07-14 Pedro Alves <palves@redhat.com>
18040
18041 * gdb.base/double-prompt-target-event-error.c: New file.
18042 * gdb.base/double-prompt-target-event-error.exp: New file.
18043
18044 2014-07-14 Pedro Alves <palves@redhat.com>
18045
18046 PR gdb/17072
18047 * gdb.base/paginate-inferior-exit.c: New file.
18048 * gdb.base/paginate-inferior-exit.exp: New file.
18049
18050 2014-07-14 Pedro Alves <palves@redhat.com>
18051
18052 PR gdb/17072
18053 * gdb.base/paginate-bg-execution.c: New file.
18054 * gdb.base/paginate-bg-execution.exp: New file.
18055
18056 2014-07-14 Pedro Alves <palves@redhat.com>
18057
18058 PR gdb/17072
18059 * gdb.base/paginate-execution-startup.c: New file.
18060 * gdb.base/paginate-execution-startup.exp: New file.
18061 * lib/gdb.exp (pagination_prompt): New global.
18062 (default_gdb_spawn): New procedure, factored out from
18063 default_gdb_spawn.
18064 (default_gdb_start): Adjust to call default_gdb_spawn.
18065 (gdb_spawn): New procedure.
18066
18067 2014-07-14 Pedro Alves <palves@redhat.com>
18068
18069 * lib/gdb.exp (gdb_assert): New procedure.
18070 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18071
18072 2014-07-14 Pedro Alves <palves@redhat.com>
18073
18074 * gdb.base/execution-termios.c: New file.
18075 * gdb.base/execution-termios.exp: New file.
18076
18077 2014-07-14 Tom Tromey <tromey@redhat.com>
18078
18079 * gdb.cp/vla-cxx.cc: New file.
18080 * gdb.cp/vla-cxx.exp: New file.
18081
18082 2014-07-14 Tom Tromey <tromey@redhat.com>
18083
18084 * gdb.reverse/rerun-prec.c: New file.
18085 * gdb.reverse/rerun-prec.exp: New file.
18086
18087 2014-07-12 Maciej W. Rozycki <macro@mips.com>
18088 Maciej W. Rozycki <macro@codesourcery.com>
18089
18090 * lib/gdb-utils.exp: New file.
18091 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18092 inline `gdb_init_command' processing.
18093 (gdb_start_cmd): Likewise.
18094 * lib/mi-support.exp (mi_run_cmd): Likewise.
18095 * README: Document `gdb_init_command' and `gdb_init_commands'.
18096
18097 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18098
18099 Fix false FAIL running under a very long directory name.
18100 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18101 and "set print elements 10000". Twice.
18102
18103 2014-07-11 Yao Qi <yao@codesourcery.com>
18104
18105 * gdb.base/exprs.exp: "set print symbol off".
18106
18107 2014-07-11 Pedro Alves <palves@redhat.com>
18108
18109 * gdb.threads/kill.c: New file.
18110 * gdb.threads/kill.exp: New file.
18111
18112 2014-07-10 Yao Qi <yao@codesourcery.com>
18113
18114 * gdb.trace/tfile.c (write_basic_trace_file)
18115 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18116 address written to trace file.
18117
18118 2014-07-09 Pedro Alves <palves@redhat.com>
18119
18120 * gdb.base/attach-wait-input.exp: New file.
18121 * gdb.base/attach-wait-input.c: New file.
18122
18123 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18124
18125 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18126 setting up test structures.
18127 (main): Call new test function.
18128 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18129 test function, continue into test function and walk test
18130 structures.
18131
18132 2014-07-02 Yao Qi <yao@codesourcery.com>
18133
18134 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18135 'bar_start' at the beginning of functions 'foo' and 'bar'
18136 respectively.
18137 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18138 instead of 'foo' and 'bar'.
18139
18140 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18141
18142 * gdb.btrace/segv.exp: New.
18143 * gdb.btrace/segv.c: New.
18144
18145 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
18146
18147 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18148 instruction.
18149
18150 2014-06-30 Mark Wielaard <mjw@redhat.com>
18151
18152 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18153 vulture, vilify, villar): New volatile array constants.
18154 (vindictive, vegetation): New const volatile array constants.
18155 * gdb.base/volatile.exp: Test volatile and const volatile array
18156 types.
18157
18158 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18159
18160 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18161 target lacks support for awatch, rwatch, or hbreak.
18162
18163 2014-06-27 Yao Qi <yao@codesourcery.com>
18164
18165 * gdb.multi/dummy-frame-restore.exp: New.
18166 * gdb.multi/dummy-frame-restore.c: New.
18167
18168 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18169
18170 * gdb.btrace/gcore.exp: New.
18171
18172 2014-06-23 Pedro Alves <palves@redhat.com>
18173
18174 * gdb.base/watchpoint-reuse-slot.c: New file.
18175 * gdb.base/watchpoint-reuse-slot.exp: New file.
18176
18177 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18178
18179 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18180 progspace's filename in 'info', 'enable' and 'disable' command
18181 tests.
18182
18183 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18184
18185 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18186 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18187 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18188
18189 2014-06-20 Gary Benson <gbenson@redhat.com>
18190
18191 * gdb.arch/i386-avx.exp: Fix include file location.
18192 * gdb.arch/i386-sse.exp: Likewise.
18193
18194 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18195
18196 * gdb.dlang/expression.exp: New file.
18197
18198 2014-06-19 Pedro Alves <palves@redhat.com>
18199
18200 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18201 out from ...
18202 (top level): ... here. Iterate running tests under different
18203 scheduler-locking settings.
18204
18205 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
18206
18207 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18208 to DW_FORM_addr and use non-zero addresses.
18209
18210 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18211
18212 PR gdb/17017
18213 * gdb.python/py-xmethods.cc: Add global function call counters and
18214 increment them in their respective functions. Remove "cout"
18215 statements.
18216 * gdb.python/py-xmethods.exp: Make tests check the global function
18217 call counters instead of depending on inferior IO.
18218
18219 2014-06-18 Don Breazeal <donb@codesourcery.com>
18220
18221 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18222 Deleted procedure.
18223 (explicit_fork_parent_follow): Deleted procedure.
18224 (explicit_fork_child_follow): Deleted procedure.
18225 (test_follow_fork): New procedure.
18226 (do_fork_tests): Replace calls to deleted procedures with
18227 calls to test_follow_fork and reset GDB for subsequent
18228 procedure calls.
18229
18230 2014-06-17 Yao Qi <yao@codesourcery.com>
18231
18232 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18233 CP1252.
18234
18235 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
18236
18237 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18238 Initialize ptr and S explicitly.
18239 (skip_type_update_when_not_use_rtti_test): Likewise.
18240
18241 2014-06-16 Keith Seitz <keiths@redhat.com>
18242
18243 PR mi/15863
18244 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18245 the inferior is started.
18246
18247 2014-06-16 Pedro Alves <palves@redhat.com>
18248
18249 * gdb.base/break-main-file-remove-fail.c: New file.
18250 * gdb.base/break-main-file-remove-fail.exp: New file.
18251 * gdb.base/break-unload-file.exp: Use build_executable instead of
18252 prepare_for_testing.
18253 (test_break): New parameter "initial_load". Handle it.
18254 (top level): Add initial_load cmdline/file axis.
18255
18256 2014-06-12 Tom Tromey <tromey@redhat.com>
18257
18258 * gdb.base/completion.exp: Don't use directory name in test.
18259
18260 2014-06-09 Gary Benson <gbenson@redhat.com>
18261
18262 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18263 separate the always-available ANSI-standard signals from the
18264 signals that require checking.
18265 (main): Likewise.
18266 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18267 Likewise.
18268 (main): Likewise.
18269
18270 2014-06-07 Keith Seitz <keiths@redhat.com>
18271
18272 Revert:
18273 PR c++/16253
18274 * gdb.cp/var-tag.cc: New file.
18275 * gdb.cp/var-tag.exp: New file.
18276 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18277 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18278 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18279 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18280
18281 2014-06-06 Doug Evans <xdje42@gmail.com>
18282
18283 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18284
18285 2014-06-06 Pedro Alves <palves@redhat.com>
18286
18287 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18288 in target debug output instead of looking at RSP packets,
18289 disabling the test on any target that uses hardware stepping.
18290 Update comments.
18291
18292 2014-06-06 Pedro Alves <palves@redhat.com>
18293
18294 * gdb.base/break-unload-file.exp: Fix typo.
18295
18296 2014-06-06 Yao Qi <yao@codesourcery.com>
18297
18298 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18299 from "jit_function" to "^jit_function".
18300
18301 2014-06-06 Yao Qi <yao@codesourcery.com>
18302
18303 * gdb.base/async.c (foo): Add one statement.
18304 * gdb.base/async.exp: Get the next instruction address and
18305 match the output of "nexti" by instruction address. Match
18306 the hex address in the output of "finish".
18307
18308 2014-06-06 Gary Benson <gbenson@redhat.com>
18309
18310 * gdb.base/call-signals.c: Remove preprocessor conditionals
18311 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18312 SIGSEGV and SIGTERM.
18313 * gdb.base/sigall.c: Likewise.
18314 * gdb.base/unwindonsignal.c: Likewise.
18315 * gdb.reverse/sigall-reverse.c: Likewise.
18316
18317 2014-06-06 Yao Qi <yao@codesourcery.com>
18318
18319 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18320 readable, skip the test.
18321
18322 2014-06-06 Yao Qi <yao@codesourcery.com>
18323
18324 * gdb.threads/staticthreads.c (thread_function): Move the line
18325 setting breakpoint on forward.
18326 * gdb.threads/staticthreads.exp: Update comments.
18327
18328 2014-06-05 Ludovic Courtès <ludo@gnu.org>
18329
18330 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18331 "history-append! type error".
18332
18333 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18334
18335 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18336 erroneous dprintf expected input.
18337
18338 2014-06-04 Doug Evans <xdje42@gmail.com>
18339
18340 * gdb.guile/scm-generics.exp: Delete.
18341
18342 2014-06-04 Doug Evans <xdje42@gmail.com>
18343
18344 * gdb.guile/scm-breakpoint.exp: Update.
18345 Add tests for breakpoint registration.
18346
18347 2014-06-04 Tom Tromey <tromey@redhat.com>
18348
18349 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18350 VLA-in-union.
18351 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18352 inner_vla_struct, vla_union types. Initialize objects of those
18353 types and compute their sizes.
18354
18355 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18356 Hui Zhu <hui@codesourcery.com>
18357
18358 * gdb.base/fileio.exp: Add test for shell not available as well as
18359 available.
18360 * gdb.base/fileio.c (test_system): Check for shell twice.
18361
18362 2014-06-04 Yao Qi <yao@codesourcery.com>
18363
18364 * gdb.base/auto-connect-native-target.exp: Remove redundant
18365 space from the regexp pattern.
18366
18367 2014-06-04 Yao Qi <yao@codesourcery.com>
18368
18369 * gdb.base/default.exp: Replace "child" with "native" in
18370 regexp pattern.
18371
18372 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18373
18374 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18375 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18376 * gdb.python/py-xmethods.py: Python script supporting the
18377 new testcase and tests.
18378
18379 2014-06-03 Joel Brobecker <brobecker@adacore.com>
18380 Pedro Alves <palves@redhat.com>
18381
18382 PR breakpoints/17000
18383 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18384 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18385
18386 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18387
18388 * gdb.base/subst.exp: Add tests to verify partial path matching
18389 output.
18390
18391 2014-06-03 Pedro Alves <palves@redhat.com>
18392
18393 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18394 target that doesn't use software single-stepping.
18395
18396 2014-06-03 Pedro Alves <palves@redhat.com>
18397
18398 PR breakpoints/17000
18399 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18400 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18401
18402 2014-06-02 Doug Evans <xdje42@gmail.com>
18403
18404 * gdb.guile/scm-parameter.exp: New file.
18405
18406 2014-06-02 Doug Evans <xdje42@gmail.com>
18407
18408 * gdb.guile/scm-cmd.c: New file.
18409 * gdb.guile/scm-cmd.exp: New file.
18410
18411 2014-06-02 Doug Evans <xdje42@gmail.com>
18412
18413 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18414 pretty-printer lookup.
18415 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18416 (make-pp_s-printer): Call it.
18417 (make-pretty-printer-from-dict): New function.
18418 (lookup-pretty-printer-maker-from-dict): New function.
18419 (*pretty-printer*): Simplify.
18420 (make-objfile-pp_s-printer): New function.
18421 (install-objfile-pretty-printers!): New function.
18422 (make-progspace-pp_s-printer): New function.
18423 (install-progspace-pretty-printers!): New function.
18424 * gdb.guile/scm-progspace.c: New file.
18425 * gdb.guile/scm-progspace.exp: New file.
18426
18427 2014-06-02 Pedro Alves <palves@redhat.com>
18428
18429 * gdb.base/dprintf-bp-same-addr.c: New file.
18430 * gdb.base/dprintf-bp-same-addr.exp: New file.
18431
18432 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18433
18434 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18435 * gdb.arch/powerpc-power.s: Likewise.
18436
18437 2014-06-02 Joel Brobecker <brobecker@adacore.com>
18438
18439 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18440
18441 2014-06-01 Yao Qi <yao@codesourcery.com>
18442
18443 * gdb.base/watchpoint.exp (test_watch_location): Check null
18444 pointer can be dereferenced. If not, do the test, otherwise
18445 skip it.
18446
18447 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18448
18449 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18450 results.
18451 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18452
18453 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18454
18455 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18456 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18457 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18458 * gdb.arch/amd64-invalid-stack-top.c: New file.
18459 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18460
18461 2014-05-30 Pedro Alves <palves@redhat.com>
18462
18463 PR breakpoints/17000
18464 * gdb.base/sss-bp-on-user-bp.c: New file.
18465 * gdb.base/sss-bp-on-user-bp.exp: New file.
18466
18467 2014-05-30 David Blaikie <dblaikie@gmail.com>
18468
18469 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18470 gnu_inline semantics via attribute.
18471 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18472 source explicitly specifies the required semantics.
18473
18474 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18475
18476 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18477
18478 2014-05-29 Pedro Alves <palves@redhat.com>
18479 Tom Tromey <tromey@redhat.com>
18480
18481 * gdb.base/async-shell.exp: Don't enable target-async.
18482 * gdb.base/async.exp
18483 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18484 parameter. Adjust.
18485 (top level): Don't test with "target-async".
18486 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18487 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18488 * gdb.base/inferior-died.exp: Don't enable target-async.
18489 * gdb.base/interrupt-noterm.exp: Likewise.
18490 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18491 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18492 * gdb.mi/mi-nonstop.exp: Likewise.
18493 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18494 * gdb.mi/mi-nsintrall.exp: Likewise.
18495 * gdb.mi/mi-nsmoribund.exp: Likewise.
18496 * gdb.mi/mi-nsthrexec.exp: Likewise.
18497 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18498 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18499 * gdb.python/py-evsignal.exp: Don't enable target-async.
18500 * gdb.python/py-evthreads.exp: Likewise.
18501 * gdb.python/py-prompt.exp: Likewise.
18502 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18503 * gdb.server/solib-list.exp: Don't enable target-async.
18504 * gdb.threads/thread-specific-bp.exp: Likewise.
18505 * lib/mi-support.exp: Adjust to use mi-async.
18506
18507 2014-05-29 Pedro Alves <palves@redhat.com>
18508
18509 PR gdb/13860
18510 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18511 reason, even in sync mode.
18512
18513 2014-05-29 Pedro Alves <palves@redhat.com>
18514 Hui Zhu <hui@codesourcery.com>
18515
18516 PR PR15693
18517 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18518 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18519 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18520 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18521
18522 2014-05-28 Joel Brobecker <brobecker@adacore.com>
18523
18524 * config/monitor.exp (gdb_target_monitor): Replace use of
18525 "set remotebaud" by "set serial baud".
18526
18527 2014-05-26 Andy Wingo <wingo@igalia.com>
18528
18529 * gdb.guile/scm-breakpoint.exp:
18530 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18531 properties instead of gdb-object-properties.
18532
18533 2014-05-26 Yao Qi <yao@codesourcery.com>
18534
18535 * gdb.server/no-thread-db.exp: Specify source file name
18536 explicitly when setting a breakpoint.
18537
18538 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18539
18540 * gdb.btrace/vdso.c: New.
18541 * gdb.btrace/vdso.exp: New.
18542
18543 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18544
18545 * gdb.base/gcore.exp (capture_command_output): Move ...
18546 * lib/gdb.exp (capture_command_output): ... here.
18547
18548 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18549
18550 * gdb.btrace/data.exp: Test memory access during btrace replay.
18551
18552 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18553
18554 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18555
18556 2014-05-21 Pedro Alves <palves@redhat.com>
18557
18558 PR gdb/13860
18559 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18560 (top level): Test that output related to execution commands is
18561 sent to the console with CLI commands, but not with MI commands.
18562 Test that breakpoint events are always mirrored to the console.
18563 Also expect the new source line to be output after a "next" in
18564 async mode too. Make it a pass/fail test.
18565 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18566 output.
18567 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18568
18569 2014-05-21 Pedro Alves <palves@redhat.com>
18570
18571 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18572 Use them to test variations of "list" after reaching a breakpoint.
18573 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18574 Test "list" with listsize 10 after reaching a breakpoint.
18575 * gdb.python/python.exp (decode_line current location line
18576 number): Adjust expected line number.
18577
18578 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18579
18580 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18581 behavior for $args, pass it directly to "run".
18582
18583 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18584
18585 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18586 30000 to 65536.
18587
18588 2014-05-21 Pedro Alves <palves@redhat.com>
18589
18590 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18591 auto-connect-native-target off".
18592 * gdb.base/auto-connect-native-target.c: New file.
18593 * gdb.base/auto-connect-native-target.exp: New file.
18594
18595 2014-05-21 Pedro Alves <palves@redhat.com>
18596
18597 * gdb.base/default.exp: Test "target native" instead of "target
18598 child".
18599
18600 2014-05-21 Mark Wielaard <mjw@redhat.com>
18601
18602 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18603
18604 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18605
18606 Fix TLS access for -static -pthread.
18607 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18608 <HAVE_TLS> (thread_function, main): Initialize it.
18609 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18610 Add clean_restart.
18611 <$have_tls != "">: Check TLSVAR.
18612
18613 2014-05-21 Pedro Alves <palves@redhat.com>
18614
18615 * gdb.base/dcache-line-read-error.c: New.
18616 * gdb.base/dcache-line-read-error.exp: New.
18617
18618 2014-05-20 Pedro Alves <palves@redhat.com>
18619
18620 * gdb.base/compare-sections.c: New file.
18621 * gdb.base/compare-sections.exp: New file.
18622
18623 2014-05-20 Pedro Alves <palves@redhat.com>
18624
18625 * gdb.base/break-idempotent.c: New file.
18626 * gdb.base/break-idempotent.exp: New file.
18627
18628 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18629
18630 * gdb.btrace/nohist.exp: New.
18631
18632 2014-05-20 Yao Qi <yao@codesourcery.com>
18633
18634 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18635 gdb.reverse directory and gdb_reverse_timeout exists in board
18636 setting.
18637 * README: Document gdb_reverse_timeout.
18638
18639 2014-05-20 Yao Qi <yao@codesourcery.com>
18640
18641 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18642 'test_file_name'. Treat args as a string instead of a list.
18643 (gdb_init): Rename argument 'args' by 'test_file_name'.
18644
18645 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18646
18647 * gdb.arch/powerpc-power.exp: New file.
18648 * gdb.arch/powerpc-power.s: New file.
18649
18650 2014-05-16 Doug Evans <dje@google.com>
18651
18652 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
18653 * gdb.base/completion.exp: Check that all expected files exist
18654 before doing file completion.
18655
18656 2014-05-16 Doug Evans <dje@google.com>
18657
18658 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18659 Update.
18660 (do_syscall_tests_without_xml): Update.
18661
18662 2014-05-16 Pedro Alves <palves@redhat.com>
18663
18664 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18665 instead of "unknown output after running".
18666
18667 2014-05-16 Yao Qi <yao@codesourcery.com>
18668
18669 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18670 file1.txt from host at the end.
18671 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18672
18673 2014-05-15 Doug Evans <dje@google.com>
18674
18675 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18676 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18677 loading file. Add test for TU lookup.
18678
18679 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18680
18681 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18682 calling "-exec-arguments" or "set args" before running the
18683 inferior.
18684
18685 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18686
18687 * lib/mi-support.exp (mi_expect_stop): Expect message for
18688 inferiors that exit with non-zero exit code.
18689
18690 2014-05-14 Yao Qi <yao@codesourcery.com>
18691
18692 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18693 match absolute path on remote host.
18694 (test_file_list_exec_source_files): Remove "/" from the
18695 pattern.
18696
18697 2014-05-14 Yao Qi <yao@codesourcery.com>
18698
18699 * boards/local-remote-host-notty.exp (${board}_file): New
18700 proc.
18701
18702 2014-05-07 Kyle McMartin <kyle@redhat.com>
18703
18704 Pushed by Joel Brobecker <brobecker@adacore.com>.
18705 * gdb.arch/aarch64-atomic-inst.c: New file.
18706 * gdb.arch/aarch64-atomic-inst.exp: New file.
18707
18708 2014-05-07 Yao Qi <yao@codesourcery.com>
18709
18710 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18711 in current context" too.
18712
18713 2014-05-05 Keith Seitz <keiths@redhat.com>
18714
18715 * gdb.linespec/ls-dollar.exp: Add test for linespec
18716 file:convenience_variable.
18717
18718 2014-05-05 Yao Qi <yao@codesourcery.com>
18719
18720 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18721 traceframes into tfile and ctf trace files. Read data from
18722 trace file and test collected data.
18723 (gdb_collect_locals_test): Likewise.
18724 (gdb_unavailable_registers_test): Likewise.
18725 (gdb_unavailable_floats): Likewise.
18726 (gdb_collect_globals_test): Likewise.
18727 (top-level): Append "ctf" to trace_file_targets if GDB
18728 supports.
18729
18730 2014-05-05 Yao Qi <yao@codesourcery.com>
18731
18732 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18733 code to ...
18734 (gdb_collect_args_test_1): ... it. New proc.
18735 (gdb_collect_locals_test): Move some code to ...
18736 (gdb_collect_locals_test_1): ... it. New proc.
18737 (gdb_unavailable_registers_test): Move some code to ...
18738 (gdb_unavailable_registers_test_1): ... it. New proc.
18739 (gdb_unavailable_floats): Move some code to ...
18740 (gdb_unavailable_floats_1): ... it. New proc.
18741
18742 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18743
18744 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18745 probes to test for bitness recognition.
18746 * gdb.arch/amd64-stap-optional-prefix.exp
18747 (test_probe_value_without_reg): New procedure.
18748 Add code to test for different kinds of bitness.
18749
18750 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18751
18752 PR breakpoints/16889
18753 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18754 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18755
18756 2014-05-01 Pedro Alves <palves@redhat.com>
18757
18758 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18759 gdb_file_cmd if no file is specified.
18760 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18761 last_loaded_file to set the remote exec-file.
18762
18763 2014-05-01 Pedro Alves <palves@redhat.com>
18764
18765 * boards/local-remote-host.exp: New file.
18766
18767 2014-05-01 Pedro Alves <palves@redhat.com>
18768
18769 * boards/local-remote-host.exp: Rename to ...
18770 * boards/local-remote-host-notty.exp: ... this.
18771
18772 2014-04-28 Joel Brobecker <brobecker@adacore.com>
18773
18774 * gdb.ada/dyn_arrayidx: New testcase.
18775
18776 2014-04-26 Yao Qi <yao@codesourcery.com>
18777
18778 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18779 and compute the length of function main. Save it in
18780 $main_length.
18781 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18782 (top-level): Use gdb_compile to compile objects into
18783 executable and restart GDB. Remove invocation to
18784 prepare_for_testing.
18785
18786 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18787 Pedro Alves <palves@redhat.com>
18788
18789 PR server/16255
18790 * gdb.multi/multi-attach.c: New file.
18791 * gdb.multi/multi-attach.exp: New file.
18792
18793 2014-04-25 Pedro Alves <palves@redhat.com>
18794
18795 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18796 user.
18797 (top level): Test that "set remote conditional-breakpoints-packet
18798 off" works as intended.
18799 * gdb.base/dprintf.exp: Test that "set remote
18800 breakpoint-commands-packet off" works as intended.
18801 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18802 New function.
18803 (top level): Call it.
18804 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18805 remote fast-tracepoints-packet off" works as intended.
18806 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18807 * lib/gdb.exp (gdb_is_target_remote): ... here.
18808
18809 2014-04-24 David Blaikie <dblaikie@gmail.com>
18810
18811 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18812 ensure clang would not discard them.
18813 * gdb.base/gdbvars.c: Ditto.
18814 * gdb.base/memattr.c: Ditto.
18815 * gdb.base/whatis.c: Ditto.
18816 * gdb.python/py-prettyprint.c: Ditto.
18817 * gdb.trace/actions.c: Ditto.
18818 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18819 ensure clang would not discard it.
18820
18821 2014-04-24 David Blaikie <dblaikie@gmail.com>
18822
18823 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18824 clang to emit the full definition of type required by the test
18825 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18826
18827 2014-04-24 David Blaikie <dblaikie@gmail.com>
18828
18829 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18830 coax Clang into emitting the definition of the type.
18831 * gdb.cp/pr10728-x.h (y): Ditto.
18832 * gdb.cp/pr10728-y.cc (y): Ditto.
18833
18834 2014-04-24 David Blaikie <dblaikie@gmail.com>
18835
18836 * gdb.base/label.exp: XFAIL label related tests under Clang.
18837 * gdb.cp/cplabel.exp: Ditto.
18838 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18839 under Clang those using labels.
18840
18841 2014-04-25 Yao Qi <yao@codesourcery.com>
18842
18843 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18844 double_label.
18845 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18846 partial_label and double_label.
18847
18848 2014-04-24 David Blaikie <dblaikie@gmail.com>
18849
18850 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18851
18852 2014-04-24 David Blaikie <dblaikie@gmail.com>
18853
18854 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18855 of the function to work across GCC and Clang.
18856 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18857 pointer types (const void ** const V void **).
18858
18859 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
18860 Walfred Tedeschi <walfred.tedeschi@intel.com>
18861
18862 * Makefile.in (EXECUTABLES): Added i386-avx512.
18863 * gdb.arch/i386-avx512.c: New file.
18864 * gdb.arch/i386-avx512.exp: Likewise.
18865
18866 2014-04-23 Keith Seitz <keiths@redhat.com>
18867
18868 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18869 (mi_make_breakpoint_table): New procedure.
18870 (mi_create_breakpoint): Use mi_make_breakpoint
18871 and return the result.
18872 (mi_make_breakpoint): New procedure.
18873 (mi_build_kv_pairs): New procedure.
18874
18875 * gdb.mi/mi-break.exp: Remove unused globals,
18876 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18877 All callers updated.
18878 * gdb.mi/mi-dprintf.exp: Use variable to track command
18879 number.
18880 Update all callers of mi_create_breakpoint and use
18881 mi_make_breakpoint_table.
18882 Remove any unused global variables.
18883 * gdb.mi/mi-nonstop.exp: Likewise.
18884 * gdb.mi/mi-nsintrall.exp: Likewise.
18885 * gdb.mi/mi-nsmoribund.exp: Likewise.
18886 * gdb.mi/mi-nsthrexec.exp: Likewise.
18887 * gdb.mi/mi-reverse.exp: Likewise.
18888 * gdb.mi/mi-simplerun.exp: Likewise.
18889 * gdb.mi/mi-stepn.exp: Likewise.
18890 * gdb.mi/mi-syn-frame.exp: Likewise.
18891 * gdb.mi/mi-until.exp: Likewise.
18892 * gdb.mi/mi-var-cp.exp: Likewise.
18893 * gdb.mi/mi-var-display.exp: Likewise.
18894 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18895 * gdb.mi/mi2-var-child.exp: Likewise.
18896 * gdb.mi/mi-vla-c99.exp: Likewise.
18897 * lib/mi-support.exp: Likewise.
18898
18899 From Ian Lance Taylor <iant@cygnus.com>:
18900 * lib/gdb.exp (parse_args): New procedure.
18901
18902 2014-04-23 Pedro Alves <palves@redhat.com>
18903
18904 * gdb.base/break-unload-file.c: New file.
18905 * gdb.base/break-unload-file.exp: New file.
18906 * gdb.base/sym-file-lib.c (baz): New function.
18907 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18908 field.
18909 (load): Store the segment's mapped size.
18910 (unload): New function.
18911 (unload_shlib): New function.
18912 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18913 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18914 set a breakpoint at baz, and call it.
18915 * gdb.base/sym-file.exp: New tests for stale breakpoint
18916 instructions.
18917
18918 2014-04-23 Pedro Alves <palves@redhat.com>
18919
18920 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18921 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18922 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18923 * gdb.base/hbreak-unmapped.c: New file.
18924 * gdb.base/hbreak-unmapped.exp: New file.
18925 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18926 * lib/gdb.exp (gdb_is_target_remote): ... here.
18927
18928 2014-04-22 Pedro Alves <palves@redhat.com>
18929
18930 * gdb.base/consecutive-step-over.c: New file.
18931 * gdb.base/consecutive-step-over.exp: New file.
18932
18933 2014-04-22 Pedro Alves <palves@redhat.com>
18934
18935 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18936 instead of send_gdb/gdb_expect.
18937
18938 2014-04-22 Yao Qi <yao@codesourcery.com>
18939
18940 * lib/trace-support.exp (generate_tracefile): New procedure.
18941 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18942 return 0.
18943 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18944 if generate_tracefile returns 1.
18945
18946 2014-04-18 Tom Tromey <palves@redhat.com>
18947 Pedro alves <tromey@redhat.com>
18948
18949 PR backtrace/15558
18950 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18951 with a backtrace limit.
18952 * gdb.python/py-frame-inline.exp: Test running to an inline
18953 function with a backtrace limit, and printing the newest frame.
18954 * gdb.python/py-frame-inline.c (main): Call f.
18955
18956 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18957
18958 * gdb.java/jnpe.exp: Drop srcdir from untested path.
18959
18960 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18961
18962 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
18963 Drop prefix from unsupported source file path.
18964
18965 2014-04-17 Yao Qi <yao@codesourcery.com>
18966
18967 * lib/gdb.exp (with_target_charset): New proc.
18968 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
18969 with_target_charset.
18970 (test_print_strings): Likewise.
18971 (test_repeat_bytes): Likewise.
18972 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
18973 for some tests.
18974
18975 2014-04-16 Keith Seitz <keiths@redhat.com>
18976
18977 PR gdb/15827
18978 * gdb.dwarf2/corrupt.c: New file.
18979 * gdb.dwarf2/corrupt.exp: New file.
18980
18981 2014-04-16 Keith Seitz <keiths@redhat.com>
18982
18983 PR c++/16597
18984 * gdb.cp/namelessclass.cc: New file.
18985 * gdb.cp/namelessclass.exp: New file.
18986 * gdb.cp/namelessclass.S: New file.
18987
18988 2014-04-16 Doug Evans <dje@google.com>
18989
18990 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
18991 Add comment.
18992 (gdbserver_default_get_comm_port): New function.
18993 (gdbserver_start): Check if board file provided
18994 "gdbserver,get_comm_port" and use it if so.
18995 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
18996 (gdb,socketport): Set to "stdio".
18997 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
18998 (stdio_gdbserver_template): Delete.
18999 (${board}_get_remote_address): Update.
19000 (${board}_build_remote_cmd): Delete.
19001 (${board}_get_comm_port): New function.
19002 (${board}_spawn): Update.
19003 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19004 Delete.
19005 (${board}_get_remote_address): Update.
19006 (${board}_get_comm_port): New function.
19007
19008 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
19009
19010 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19011 appearing in any order.
19012
19013 2014-04-15 Doug Evans <dje@google.com>
19014
19015 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19016 uninitialized value of "description".
19017
19018 2014-04-15 Keith Seitz <keiths@redhat.com>
19019
19020 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19021 Remove unused globals.
19022 (test_running_the_program): Likewise.
19023 (test_controlled_execution): Likewise.
19024 (test_controlling_breakpoints): Likewise.
19025 (test_program_termination): Likewise.
19026
19027 2014-04-15 Keith Seitz <keiths@redhat.com>
19028
19029 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19030 unused globals.
19031 (test_rbreak_creation_and_listing): Likewise.
19032 (test_ignore_count): Likewise.
19033 (test_error): Likewise.
19034
19035 2014-04-15 Pedro Alves <palves@redhat.com>
19036
19037 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19038 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19039 sym-file-loader.c.
19040 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19041 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19042 to sym-file-loader.c.
19043 (struct library): Forward declare.
19044 (load_shlib, lookup_function): Change prototypes.
19045 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19046 (translate_offset): Remove declarations.
19047 (get_text_addr): New declaration.
19048 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19049 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19050 sym-file-loader.h.
19051 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19052 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19053 here from sym-file-loader.h.
19054 (struct library): New structure.
19055 (load_shlib, lookup_function): Change prototypes and adjust to
19056 work with a struct library.
19057 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19058 (translate_offset): Make static.
19059 (get_text_addr): New function.
19060 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19061
19062 2014-04-15 Pedro Alves <palves@redhat.com>
19063
19064 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19065
19066 2014-04-15 Pedro Alves <palves@redhat.com>
19067
19068 * gdb.base/sym-file-loader.c: Include <limits.h>.
19069 (SELF_LINK): New define.
19070 (get_origin): New function.
19071 (load_shlib): Use it.
19072 * gdb.base/sym-file.exp: Don't early return if the target is
19073 remote. Use runto_main, and issue fail is that fails. Use
19074 gdb_load_shlibs.
19075 (shlib_name): Delete.
19076 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19077
19078 2014-04-15 Pedro Alves <palves@redhat.com>
19079
19080 * gdb.base/sym-file.exp: Remove regex characters from test
19081 message. Don't refer to breakpoint numbers in test messages.
19082
19083 2014-04-14 Keith Seitz <keiths@redhat.com>
19084
19085 PR c++/16253
19086 * gdb.cp/var-tag.cc: New file.
19087 * gdb.cp/var-tag.exp: New file.
19088 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19089 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19090 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19091 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19092
19093 2014-04-14 Tom Tromey <tromey@redhat.com>
19094
19095 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19096 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19097 type.
19098 * gdb.cp/enum-class.exp: New file.
19099 * gdb.cp/enum-class.cc: New file.
19100
19101 2014-04-14 Tom Tromey <tromey@redhat.com>
19102
19103 * gdb.dwarf2/enum-type.exp: New file.
19104
19105 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19106
19107 * gdb.mi/mi-vla-c99.exp: New file.
19108 * gdb.mi/vla.c: New file.
19109
19110 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19111
19112 * gdb.base/vla-datatypes.c: New file.
19113 * gdb.base/vla-datatypes.exp: New file.
19114
19115 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19116
19117 * gdb.base/vla-ptr.c: New file.
19118 * gdb.base/vla-ptr.exp: New file.
19119
19120 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19121
19122 * gdb.dwarf2/count.exp: New file.
19123
19124 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19125
19126 * gdb.base/vla-sideeffect.c: New file.
19127 * gdb.base/vla-sideeffect.exp: New file.
19128
19129 2014-04-14 David Blaikie <dblaikie@gmail.com>
19130
19131 * gdb.mi/non-stop.c: Add return value for non-void function return
19132 statement.
19133 * gdb.threads/staticthreads.c: Ditto.
19134
19135 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19136 Doug Evans <xdje42@gmail.com>
19137
19138 * gdb.guile/scm-value.c: Improve test case.
19139 * gdb.guile/scm-value.exp: Add new test.
19140
19141 2014-04-11 David Blaikie <dblaikie@gmail.com>
19142
19143 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19144 override Clang's default.
19145
19146 2014-04-11 Joel Brobecker <brobecker@adacore.com>
19147
19148 Revert the following changes (regressions):
19149
19150 * gdb.base/vla-sideeffect.c: New file.
19151 * gdb.base/vla-sideeffect.exp: New file.
19152
19153 * gdb.dwarf2/count.exp: New file.
19154
19155 * gdb.base/vla-multi.c: New file.
19156 * gdb.base/vla-multi.exp: New file.
19157
19158 * gdb.base/vla-ptr.c: New file.
19159 * gdb.base/vla-ptr.exp: New file.
19160
19161 * gdb.base/vla-datatypes.c: New file.
19162 * gdb.base/vla-datatypes.exp: New file.
19163
19164 * gdb.mi/mi-vla-c99.exp: New file.
19165 * gdb.mi/vla.c: New file.
19166
19167 2014-04-11 Keith Seitz <keiths@redhat.com>
19168
19169 PR c++/16675
19170 * gdb.cp/cpsizeof.exp: New file.
19171 * gdb.cp/cpsizeof.cc: New file.
19172
19173 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19174
19175 * gdb.mi/mi-vla-c99.exp: New file.
19176 * gdb.mi/vla.c: New file.
19177
19178 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19179
19180 * gdb.base/vla-datatypes.c: New file.
19181 * gdb.base/vla-datatypes.exp: New file.
19182
19183 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19184
19185 * gdb.base/vla-ptr.c: New file.
19186 * gdb.base/vla-ptr.exp: New file.
19187
19188 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19189
19190 * gdb.base/vla-multi.c: New file.
19191 * gdb.base/vla-multi.exp: New file.
19192
19193 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19194
19195 * gdb.dwarf2/count.exp: New file.
19196
19197 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19198
19199 * gdb.base/vla-sideeffect.c: New file.
19200 * gdb.base/vla-sideeffect.exp: New file.
19201
19202 2014-04-11 Yao Qi <yao@codesourcery.com>
19203
19204 * gdb.base/completion.exp: Check file exists before running tests
19205 on file completion.
19206
19207 2014-04-10 Pedro Alves <palves@redhat.com>
19208
19209 * gdb.base/cond-eval-mode.c: New file.
19210 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19211 prepare_for_testing to build the new file. Check result of
19212 runto_main.
19213 (test_break, test_watch): New procedures.
19214 (top level): Use them.
19215
19216 2014-04-08 Pierre Muller <muller@sourceware.org>
19217
19218 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19219 Ctrl-V use for mingw hosts.
19220
19221 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19222
19223 * gdb.python/py-value.c: Improve test case.
19224 * gdb.python/py-value.exp: Add new test.
19225
19226 2014-04-07 David Blaikie <dblaikie@gmail.com>
19227
19228 * lib/compiler.c: Identify the clang compiler.
19229 * lib/compiler.cc: Ditto.
19230
19231 2014-04-03 Yao Qi <yao@codesourcery.com>
19232
19233 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19234
19235 2014-04-01 Anton Blanchard <anton@samba.org>
19236
19237 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19238 messages unique.
19239
19240 2014-04-01 Anton Blanchard <anton@samba.org>
19241
19242 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19243 prepare_for_testing.
19244
19245 2014-04-01 Anton Blanchard <anton@samba.org>
19246
19247 * gdb.arch/ppc64-atomic-inst.c: Remove.
19248 * gdb.arch/ppc64-atomic-inst.S: New file.
19249 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19250
19251 2014-03-31 Doug Evans <dje@google.com>
19252
19253 * gdb.base/print-symbol-loading-lib.c: New file.
19254 * gdb.base/print-symbol-loading-main.c: New file.
19255 * gdb.base/print-symbol-loading.exp: New file.
19256
19257 2014-03-31 Yao Qi <yao@codesourcery.com>
19258
19259 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19260
19261 2014-03-28 Joel Brobecker <brobecker@adacore.com>
19262
19263 * gdb.ada/mi_dyn_arr: New testcase.
19264
19265 2014-03-27 Doug Evans <dje@google.com>
19266
19267 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19268
19269 2014-03-27 Yao Qi <yao@codesourcery.com>
19270
19271 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19272 if target is nios2-*-*.
19273
19274 2014-03-26 Yao Qi <yao@codesourcery.com>
19275
19276 * lib/gdb.exp (readline_is_used): New proc.
19277 * gdb.base/completion.exp: Move tests on command complete up.
19278 Skip the rest of tests if readline is not used.
19279 * gdb.ada/complete.exp: Skp the test if readline is not
19280 used.
19281 * gdb.base/filesym.exp: Likewise.
19282 * gdb.base/macscp.exp: Likewise.
19283 * gdb.base/readline-ask.exp: Likewise.
19284 * gdb.base/readline.exp: Likewise.
19285 * gdb.python/py-cmd.exp: Likewise.
19286 * gdb.trace/tfile.exp: Likewise.
19287
19288 2014-03-26 Yao Qi <yao@codesourcery.com>
19289
19290 * gdb.base/macscp.exp: Fix code format issues.
19291
19292 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19293
19294 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19295 * gdb.asm/powerpc64le.inc: New file.
19296
19297 2014-03-25 Pedro Alves <palves@redhat.com>
19298 Doug Evans <dje@google.com>
19299
19300 * gdb.base/source-execution.c: New file.
19301 * gdb.base/source-execution.exp: New file.
19302 * gdb.base/source-execution.gdb: New file.
19303
19304 2014-03-24 Doug Evans <dje@google.com>
19305
19306 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19307 using fission.
19308
19309 2014-03-24 Hui Zhu <hui@codesourcery.com>
19310 Pedro Alves <palves@redhat.com>
19311
19312 PR breakpoints/16101
19313 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19314 test pass/fail messages. Detect missing support for dprintf when
19315 breakpoints are actually inserted.
19316 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19317 breakpoints are actually inserted.
19318 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19319 fails.
19320
19321 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19322
19323 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19324
19325 2014-03-22 Doug Evans <xdje42@gmail.com>
19326
19327 * gdb.python/python.exp (python not supported): Verify multi-line
19328 python command issues an error.
19329 * gdb.guile/guile.exp (guile not supported): Verify multi-line
19330 guile command issues an error.
19331
19332 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19333
19334 * gdb.threads/thread-specific.exp: Handle the lack of usable
19335 $this_breakpoint and $this_thread.
19336
19337 2014-03-21 Hui Zhu <hui@codesourcery.com>
19338
19339 * gdb.base/attach.exp (do_command_attach_tests): New.
19340
19341 2014-03-20 Tom Tromey <tromey@redhat.com>
19342 Pedro Alves <palves@redhat.com>
19343
19344 PR cli/15718
19345 * gdb.base/condbreak-call-false.c: New file.
19346 * gdb.base/condbreak-call-false.exp: New file.
19347
19348 2014-03-20 Pedro Alves <palves@redhat.com>
19349
19350 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19351 Delete.
19352 (block_signals, unblock_signals): Delete.
19353 (child_function_2, main): Remove references to deleted variable
19354 and functions.
19355
19356 2014-03-20 Pedro Alves <palves@redhat.com>
19357
19358 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19359 Use pthread_kill to signal thread 2.
19360 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19361 Adjust to make the test send itself a signal rather than using the
19362 host's "kill" command.
19363
19364 2014-03-20 Pedro Alves <palves@redhat.com>
19365
19366 * gdb.threads/multiple-step-overs.c: New file.
19367 * gdb.threads/multiple-step-overs.exp: New file.
19368 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19369 Adjust expected infrun debug output.
19370
19371 2014-03-20 Pedro Alves <palves@redhat.com>
19372
19373 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19374 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19375
19376 2014-03-20 Pedro Alves <palves@redhat.com>
19377
19378 PR breakpoints/7143
19379 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19380 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19381 of gdb_test_multiple.
19382 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19383 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19384
19385 2014-03-20 Pedro Alves <palves@redhat.com>
19386
19387 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19388 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19389
19390 2014-03-19 Pedro Alves <palves@redhat.com>
19391
19392 * gdb.base/async.exp: Remove early return.
19393
19394 2014-03-19 Pedro Alves <palves@redhat.com>
19395
19396 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19397
19398 2014-03-19 Pedro Alves <palves@redhat.com>
19399
19400 * gdb.base/async.exp (test_background): Expect \r\n after
19401 "completed." in the fail pattern.
19402
19403 2014-03-19 Pedro Alves <palves@redhat.com>
19404
19405 * gdb.base/async.exp (test_background): New procedure.
19406 Use it for all background execution command tests.
19407
19408 2014-03-19 Pedro Alves <palves@redhat.com>
19409
19410 * gdb.base/async.exp: Use prepare_for_testing.
19411
19412 2014-03-19 Pedro Alves <palves@redhat.com>
19413
19414 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19415 the same line.
19416
19417 2014-03-19 Pedro Alves <palves@redhat.com>
19418
19419 * gdb.base/async.c (main): Add "jump here" and "until here" line
19420 marker comments.
19421 * gdb.base/async.exp (jump_here): New global.
19422 (jump& test): Use it.
19423 (until_here): New global.
19424 (until& test): Use it.
19425
19426 2014-03-19 Pedro Alves <palves@redhat.com>
19427
19428 * gdb.base/async.exp: Don't frob gdb_protocol.
19429
19430 2014-03-18 Doug Evans <xdje42@gmail.com>
19431
19432 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19433 Fix spelling of exec-done-display.
19434
19435 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19436
19437 PR gdb/15358
19438 * gdb.base/gdb-sigterm.c: New file.
19439 * gdb.base/gdb-sigterm.exp: New file.
19440
19441 2014-03-18 Pedro Alves <palves@redhat.com>
19442
19443 PR gdb/13860
19444 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19445 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19446 solib-event.
19447
19448 2014-03-17 Joel Brobecker <brobecker@adacore.com>
19449
19450 * gdb.ada/pckd_arr_ren: New testcase.
19451
19452 2014-03-13 Doug Evans <xdje42@gmail.com>
19453
19454 PR guile/16612
19455 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19456 collect after discarding symbols.
19457
19458 2014-03-13 Ludovic Courtès <ludo@gnu.org>
19459 Doug Evans <xdje42@gmail.com>
19460
19461 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19462 to history survives a gc.
19463
19464 2014-03-13 Pedro Alves <palves@redhat.com>
19465
19466 * gdb.base/default.exp: Don't test "target procfs".
19467
19468 2014-03-13 Pedro Alves <palves@redhat.com>
19469
19470 * gdb.base/default.exp: Update "target child" and "target procfs"
19471 tests to not expect "Unix".
19472
19473 2014-03-12 Tom Tromey <tromey@redhat.com>
19474
19475 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19476 New procs. Add target-async tests.
19477 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19478 Add target-async tests.
19479
19480 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19481
19482 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19483 'func_start' and 'func_end' for the beginning and end of the
19484 function code, respectively.
19485 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19486 'func_end' instead of 'func' and 'main'.
19487
19488 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19489
19490 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19491 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19492 generate the debug info assembler source.
19493
19494 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19495
19496 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19497 * gdb.dwarf2/arr-subrange.exp: Likewise.
19498 * gdb.dwarf2/dwz.exp: Likewise.
19499 * gdb.dwarf2/method-ptr.exp: Likewise.
19500 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19501 * gdb.dwarf2/subrange.exp: Likewise.
19502 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19503 * gdb.dwarf2/implptrpiece.exp: Likewise.
19504 * gdb.dwarf2/nostaticblock.exp: Likewise.
19505
19506 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19507
19508 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19509 directory to absolute path name arguments.
19510
19511 2014-03-10 Joel Brobecker <brobecker@adacore.com>
19512
19513 * gdb.ada/tagged_access: New testcase.
19514
19515 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19516
19517 * gdb.btrace/data.exp: Update expected output.
19518
19519 2014-03-06 Yao Qi <yao@codesourcery.com>
19520
19521 * gdb.trace/pr16508.exp: New file.
19522
19523 2014-03-05 Pedro Alves <palves@redhat.com>
19524
19525 PR gdb/16575
19526 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19527 procedure.
19528 (top level): Adjust to use it. Add tests that exercise breakpoint
19529 interaction with the code-cache.
19530
19531 2014-02-26 Ludovic Courtès <ludo@gnu.org>
19532
19533 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19534 test for 'history-append!'.
19535
19536 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19537
19538 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19539 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19540 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19541 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19542 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19543 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19544
19545 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19546
19547 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19548 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19549 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19550
19551 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19552
19553 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19554
19555 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19556
19557 * gdb.dwarf2/arr-stride.c: New file.
19558 * gdb.dwarf2/arr-stride.exp: New file.
19559
19560 2014-02-26 Pedro Alves <palves@redhat.com>
19561
19562 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19563 that won't ever trigger. Make sure that GDB reports the correct
19564 breakpoint that caused the stop.
19565
19566 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19567
19568 PR gdb/16626
19569 * gdb.base/auto-load-script: New file.
19570 * gdb.base/auto-load.c: New file.
19571 * gdb.base/auto-load.exp: New file.
19572
19573 PR gdb/16626
19574 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19575
19576 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19577
19578 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19579 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19580
19581 2014-02-24 Doug Evans <dje@google.com>
19582
19583 * lib/gdb.exp (run_on_host): Log error output if program fails.
19584
19585 2014-02-21 Pedro Alves <palves@redhat.com>
19586
19587 * gdb.threads/step-after-sr-lock.c: Rename to ...
19588 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19589 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19590 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19591 ... this.
19592
19593 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19594
19595 PR tdep/16397
19596 * gdb.arch/amd64-stap-special-operands.exp: New file.
19597 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19598 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19599 * gdb.arch/amd64-stap-triplet.S: Likewise.
19600 * gdb.arch/amd64-stap-triplet.c: Likewise.
19601
19602 2014-02-20 Joel Brobecker <brobecker@adacore.com>
19603
19604 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19605 in .section pseudo-op.
19606
19607 2014-02-20 lin zuojian <manjian2006@gmail.com>
19608 Joel Brobecker <brobecker@adacore.com>
19609 Doug Evans <xdje42@gmail.com>
19610
19611 PR symtab/16581
19612 * gdb.dwarf2/dw2-icycle.S: New file.
19613 * gdb.dwarf2/dw2-icycle.c: New file.
19614 * gdb.dwarf2/dw2-icycle.exp: New file.
19615
19616 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19617
19618 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19619 operations on gdb.Value objects.
19620 * gdb.python/py-value-cc.exp: Add new test to test operations on
19621 gdb.Value objects.
19622
19623 2014-02-18 Doug Evans <dje@google.com>
19624
19625 * Makefile.in (TESTS): New variable.
19626 (expanded_tests, expanded_tests_or_none): New variables
19627 (check-single): Pass $(expanded_tests_or_none) to runtest.
19628 (check-parallel): Only run tests in $(TESTS) if non-empty.
19629 (check/no-matching-tests-found): New rule.
19630 * README: Document TESTS makefile variable.
19631
19632 2014-02-18 Doug Evans <dje@google.com>
19633
19634 * Makefile.in (check-parallel): rm -rf outputs temp.
19635
19636 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19637
19638 Fix "ERROR: no fileid for" in the testsuite.
19639 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19640
19641 2014-02-12 Doug Evans <dje@google.com>
19642
19643 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19644 (MISCELLANEOUS): New variable.
19645 (clean): rm -rf $(MISCELLANEOUS).
19646 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19647 dwp live in the same directory as symlinks, with each symlink pointed
19648 to a differently named file in a different directory.
19649
19650 2014-02-11 Doug Evans <dje@google.com>
19651
19652 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19653 of Tcl file commands.
19654
19655 2014-02-10 Mark Kettenis <kettenis@gnu.org>
19656
19657 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19658 "kill -SIGUSR1 -1".
19659
19660 2014-02-10 Joel Brobecker <brobecker@adacore.com>
19661
19662 * gdb.ada/tick_length_array_enum_idx: New testcase.
19663
19664 2014-02-10 Doug Evans <xdje42@gmail.com>
19665
19666 * configure.ac (AC_OUTPUT): Add gdb.guile.
19667 * configure: Regenerate.
19668 * lib/gdb-guile.exp: New file.
19669 * lib/gdb.exp (get_target_charset): New function.
19670 * gdb.base/help.exp: Update expected output from "apropos apropos".
19671 * gdb.guile/Makefile.in: New file.
19672 * gdb.guile/guile.exp: New file.
19673 * gdb.guile/scm-arch.c: New file.
19674 * gdb.guile/scm-arch.exp: New file.
19675 * gdb.guile/scm-block.c: New file.
19676 * gdb.guile/scm-block.exp: New file.
19677 * gdb.guile/scm-breakpoint.c: New file.
19678 * gdb.guile/scm-breakpoint.exp: New file.
19679 * gdb.guile/scm-disasm.c: New file.
19680 * gdb.guile/scm-disasm.exp: New file.
19681 * gdb.guile/scm-equal.c: New file.
19682 * gdb.guile/scm-equal.exp: New file.
19683 * gdb.guile/scm-error.exp: New file.
19684 * gdb.guile/scm-error.scm: New file.
19685 * gdb.guile/scm-frame-args.c: New file.
19686 * gdb.guile/scm-frame-args.exp: New file.
19687 * gdb.guile/scm-frame-args.scm: New file.
19688 * gdb.guile/scm-frame-inline.c: New file.
19689 * gdb.guile/scm-frame-inline.exp: New file.
19690 * gdb.guile/scm-frame.c: New file.
19691 * gdb.guile/scm-frame.exp: New file.
19692 * gdb.guile/scm-generics.exp: New file.
19693 * gdb.guile/scm-gsmob.exp: New file.
19694 * gdb.guile/scm-iterator.c: New file.
19695 * gdb.guile/scm-iterator.exp: New file.
19696 * gdb.guile/scm-math.c: New file.
19697 * gdb.guile/scm-math.exp: New file.
19698 * gdb.guile/scm-objfile-script-gdb.in: New file.
19699 * gdb.guile/scm-objfile-script.c: New file.
19700 * gdb.guile/scm-objfile-script.exp: New file.
19701 * gdb.guile/scm-objfile.c: New file.
19702 * gdb.guile/scm-objfile.exp: New file.
19703 * gdb.guile/scm-ports.exp: New file.
19704 * gdb.guile/scm-pretty-print.c: New file.
19705 * gdb.guile/scm-pretty-print.exp: New file.
19706 * gdb.guile/scm-pretty-print.scm: New file.
19707 * gdb.guile/scm-section-script.c: New file.
19708 * gdb.guile/scm-section-script.exp: New file.
19709 * gdb.guile/scm-section-script.scm: New file.
19710 * gdb.guile/scm-symbol.c: New file.
19711 * gdb.guile/scm-symbol.exp: New file.
19712 * gdb.guile/scm-symtab-2.c: New file.
19713 * gdb.guile/scm-symtab.c: New file.
19714 * gdb.guile/scm-symtab.exp: New file.
19715 * gdb.guile/scm-type.c: New file.
19716 * gdb.guile/scm-type.exp: New file.
19717 * gdb.guile/scm-value-cc.cc: New file.
19718 * gdb.guile/scm-value-cc.exp: New file.
19719 * gdb.guile/scm-value.c: New file.
19720 * gdb.guile/scm-value.exp: New file.
19721 * gdb.guile/source2.scm: New file.
19722 * gdb.guile/types-module.cc: New file.
19723 * gdb.guile/types-module.exp: New file.
19724
19725 2014-02-10 Yao Qi <yao@codesourcery.com>
19726
19727 PR testsuite/16543
19728 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19729 * configure: Regenerated.
19730 * Makefile.in: New file.
19731
19732 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19733
19734 * gdb.python/py-framefilter.exp: Fix typo.
19735
19736 2014-02-08 Yao Qi <yao@codesourcery.com>
19737
19738 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19739 that no =breakpoint-modified is emitted when breakpoints are
19740 modified through MI commands.
19741
19742 2014-02-07 Pedro Alves <pedro@codesourcery.com>
19743 Pedro Alves <palves@redhat.com>
19744
19745 * gdb.threads/step-after-sr-lock.c: New file.
19746 * gdb.threads/step-after-sr-lock.exp: New file.
19747
19748 2014-02-07 Pedro Alves <palves@redhat.com>
19749
19750 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19751
19752 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19753
19754 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19755 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19756
19757 2014-02-06 Doug Evans <xdje42@gmail.com>
19758
19759 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19760 output.
19761
19762 * gdb.gdb/python-interrupts.exp: New file.
19763
19764 2014-02-05 Yao Qi <yao@codesourcery.com>
19765
19766 * gdb.trace/report.exp (use_collected_data): Test the output
19767 of "info threads" and "info inferiors".
19768
19769 2014-02-05 Yao Qi <yao@codesourcery.com>
19770
19771 Revert this patch:
19772
19773 2013-05-24 Yao Qi <yao@codesourcery.com>
19774
19775 * gdb.trace/tfile.exp: Test inferior and thread.
19776
19777 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19778
19779 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19780 on a function.
19781 * gdb.base/step-bt.c: Call hello via function pointer to make
19782 sure its first instruction is executed on powerpc64le-linux.
19783
19784 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19785
19786 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19787
19788 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19789
19790 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19791 of the test patterns for use on little-endian systems.
19792
19793 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19794
19795 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19796 (decimal_vector): Fix for little-endian.
19797
19798 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19799
19800 * gdb.arch/sparc-sysstep.exp: New file.
19801 * gdb.arch/sparc-sysstep.c: Likewise.
19802
19803 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19804
19805 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19806
19807 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19808
19809 2014-01-23 Tom Tromey <tromey@redhat.com>
19810
19811 * gdb.ada/array_char_idx: New testcase.
19812
19813 2014-01-23 Tom Tromey <tromey@redhat.com>
19814
19815 PR python/16487:
19816 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19817 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19818 classes.
19819
19820 2014-01-23 Tom Tromey <tromey@redhat.com>
19821
19822 PR python/16491:
19823 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19824 string from an inferior frame.
19825 * gdb.python/py-framefilter-mi.exp: Update.
19826
19827 2014-01-22 Doug Evans <dje@google.com>
19828
19829 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19830
19831 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19832
19833 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19834
19835 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19836
19837 * gdb.trace/entry-values.exp: Remove excess space character from
19838 regex patterns. Handle s390 call instruction.
19839
19840 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19841
19842 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19843 define "*_start" label. Make "name" static.
19844 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19845 ${name} by references to ${name}_start.
19846
19847 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19848
19849 * gdb.base/info-macros.exp: Remove "debug" from the compile
19850 options.
19851
19852 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19853
19854 * gdb.dlang/demangle.exp: New file.
19855
19856 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19857
19858 * gdb.dlang/primitive-types.exp: New file.
19859
19860 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19861
19862 * configure.ac: Create gdb.dlang/Makefile.
19863 * configure: Regenerate.
19864 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19865 * gdb.dlang/Makefile.in: New file.
19866 * lib/d-support.exp: New file.
19867 * lib/gdb.exp (skip_d_tests): New proc.
19868
19869 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19870
19871 * gdb.btrace/delta.exp: Check reverse stepi.
19872 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19873 * gdb.btrace/finish.exp: New.
19874 * gdb.btrace/next.exp: New.
19875 * gdb.btrace/nexti.exp: New.
19876 * gdb.btrace/record_goto.c: Add comments.
19877 * gdb.btrace/step.exp: New.
19878 * gdb.btrace/stepi.exp: New.
19879 * gdb.btrace/multi-thread-step.c: New.
19880 * gdb.btrace/multi-thread-step.exp: New.
19881 * gdb.btrace/rn-dl-bind.c: New.
19882 * gdb.btrace/rn-dl-bind.exp: New.
19883 * gdb.btrace/data.c: New.
19884 * gdb.btrace/data.exp: New.
19885 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19886
19887 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19888
19889 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19890 * gdb.btrace/exception.exp: Update.
19891 * gdb.btrace/instruction_history.exp: Update.
19892 * gdb.btrace/record_goto.exp: Update.
19893 * gdb.btrace/tailcall.exp: Update.
19894 * gdb.btrace/unknown_functions.exp: Update.
19895 * gdb.btrace/delta.exp: New.
19896
19897 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19898
19899 * gdb.btrace/record_goto.exp: Add backtrace test.
19900 * gdb.btrace/tailcall.exp: Add backtrace test.
19901
19902 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19903
19904 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19905 * gdb.btrace/record_goto.c: New.
19906 * gdb.btrace/record_goto.exp: New.
19907 * gdb.btrace/x86-record_goto.S: New.
19908
19909 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19910
19911 * gdb.btrace/function_call_history.exp: Update tests.
19912 * gdb.btrace/instruction_history.exp: Update tests.
19913
19914 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19915
19916 * gdb.btrace/function_call_history.exp: Fix expected field
19917 order for "record function-call-history".
19918 Add new tests for "record function-call-history /c".
19919 * gdb.btrace/exception.cc: New.
19920 * gdb.btrace/exception.exp: New.
19921 * gdb.btrace/tailcall.exp: New.
19922 * gdb.btrace/x86-tailcall.S: New.
19923 * gdb.btrace/x86-tailcall.c: New.
19924 * gdb.btrace/unknown_functions.c: New.
19925 * gdb.btrace/unknown_functions.exp: New.
19926 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19927
19928 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19929
19930 * gdb.btrace/instruction_history.exp: Update.
19931 * gdb.btrace/function_call_history.exp: Update.
19932
19933 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19934
19935 * gdb.btrace/function_call_history.exp: Fix expected function
19936 trace.
19937 * gdb.btrace/instruction_history.exp: Initialize traced.
19938 Remove traced_functions.
19939
19940 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19941
19942 * gdb.btrace/function_call_history.exp: Update
19943 * gdb.btrace/instruction_history.exp: Update.
19944
19945 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19946
19947 * gdb.btrace/enable.exp: Update expected text.
19948
19949 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19950
19951 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19952 bytes.
19953
19954 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
19955
19956 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
19957
19958 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
19959
19960 * lib/gdb.exp (supports_process_record): Return true for
19961 arm*-linux*. (supports_reverse): Likewise.
19962
19963 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
19964
19965 PR python/15464
19966 PR python/16113
19967 * gdb.python/py-type.c: Enhance test case.
19968 * gdb.python/py-value-cc.cc: Likewise
19969 * gdb.python/py-type.exp: Add new tests.
19970 * gdb.python/py-value-cc.exp: Likewise
19971
19972 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19973 Pedro Alves <palves@redhat.com>
19974
19975 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
19976 Make "name" extern.
19977 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
19978 references to ${name}_start by references to ${name}.
19979
19980 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19981
19982 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
19983
19984 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19985
19986 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
19987
19988 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
19989 Pedro Alves <palves@redhat.com>
19990
19991 * gdb.mi/mi-info-os.exp: Connect to the target with
19992 mi_gdb_target_load.
19993
19994 2014-01-08 Pedro Alves <palves@redhat.com>
19995
19996 * gdb.threads/reconnect-signal.c: New file.
19997 * gdb.threads/reconnect-signal.exp: New file.
19998
19999 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20000
20001 * gdb.base/source-dir.exp: New file.
20002
20003 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20004
20005 * gdb.ada/mi_interface: New testcase.
20006
20007 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20008
20009 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20010 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20011 gdb.ada/pp-rec-component/pck.ads: New files.
20012
20013 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20014
20015 * gdb.python/py-pp-integral.c: New file.
20016 * gdb.python/py-pp-integral.py: New file.
20017 * gdb.python/py-pp-integral.exp: New file.
20018
20019 For older changes see ChangeLog-1993-2013.
20020 \f
20021 ;; Local Variables:
20022 ;; mode: change-log
20023 ;; left-margin: 8
20024 ;; fill-column: 74
20025 ;; version-control: never
20026 ;; End:
20027
20028 Copyright 2014-2020 Free Software Foundation, Inc.
20029 Copying and distribution of this file, with or without modification,
20030 are permitted provided the copyright notice and this notice are preserved.
This page took 0.423741 seconds and 5 git commands to generate.