[gdb/testsuite] Fix error handling in gdb_file_cmd
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-06-04 Tom de Vries <tdevries@suse.de>
2
3 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
4 exp_continue.
5
6 2020-06-04 Tom de Vries <tdevries@suse.de>
7
8 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
9
10 2020-06-03 Tom de Vries <tdevries@suse.de>
11
12 PR symtab/26046
13 * gdb.cp/breakpoint-locs-2.cc: New test.
14 * gdb.cp/breakpoint-locs.cc: New test.
15 * gdb.cp/breakpoint-locs.exp: New file.
16 * gdb.cp/breakpoint-locs.h: New test.
17
18 2020-06-03 Tom de Vries <tdevries@suse.de>
19
20 PR testsuite/25609
21 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
22 value of global verbose.
23 * gdb.base/jit-elf.exp: Same.
24 * gdb.base/jit-reader.exp: Same.
25
26 2020-06-02 Tom de Vries <tdevries@suse.de>
27
28 * gdb.dwarf2/multidictionary.exp: Don't use
29 gdb_spawn_with_cmdline_opts.
30
31 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
32
33 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
34 use_header case.
35 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
36 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
37 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
38 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
39 * gdb.dwarf2/dw2-inline-header.c: New file.
40 * gdb.dwarf2/dw2-inline-header.h: New file.
41
42 2020-05-30 Pedro Alves <palves@redhat.com>
43
44 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
45 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
46
47 2020-05-29 Gary Benson <gbenson@redhat.com>
48
49 * gdb.compile/compile-cplus.exp (additional_flags): Also
50 set when building with clang.
51 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
52 when building with clang.
53
54 2020-05-29 Gary Benson <gbenson@redhat.com>
55
56 * gdb.arch/i386-avx.exp (additional_flags): Also set when
57 building with clang.
58 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
59
60 2020-05-29 Gary Benson <gbenson@redhat.com>
61
62 * gdb.cp/koenig.exp (prepare_for_testing): Add
63 additional_flags=-Wno-unused-comparison.
64 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
65
66 2020-05-28 Gary Benson <gbenson@redhat.com>
67
68 * gdb.base/sigaltstack.c (catcher): Add default case to switch
69 statement.
70
71 2020-05-28 Gary Benson <gbenson@redhat.com>
72
73 * gdb.cp/classes.exp (prepare_for_testing): Add
74 additional_flags=-Wno-deprecated-register.
75 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
76 * gdb.cp/misc.exp: Likewise.
77
78 2020-05-28 Gary Benson <gbenson@redhat.com>
79
80 * gdb.linespec/cpls-ops.cc (dummy): New static global.
81 (test_op_new::operator new): Add return statement.
82 (test_op_new_array::operator new[]): Likewise.
83
84 2020-05-27 Pedro Alves <palves@redhat.com>
85
86 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
87 check. Use test_gdb_complete_unique instead of
88 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
89 test_gdb_complete_multiple instead of
90 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
91
92 2020-05-27 Luis Machado <luis.machado@linaro.org>
93
94 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
95 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
96 * gdb.arch/arm-disassembler-options.exp: Likewise.
97 * gdb.arch/arm-disp-step.exp: Likewise.
98 * gdb.arch/thumb-prologue.exp: Likewise.
99 * gdb.base/async.exp: Likewise.
100 * gdb.base/auxv.exp: Likewise.
101 * gdb.base/complex-parts.exp: Likewise.
102 * gdb.base/ena-dis-br.exp: Likewise.
103 * gdb.base/foll-exec.exp: Likewise.
104 * gdb.base/permissions.exp: Likewise.
105 * gdb.base/relocate.exp: Likewise.
106 * gdb.base/return2.exp: Likewise.
107 * gdb.base/sigbpt.exp: Likewise.
108 * gdb.base/siginfo-obj.exp: Likewise.
109 * gdb.cp/converts.exp: Likewise.
110 * gdb.cp/exceptprint.exp: Likewise.
111 * gdb.cp/inherit.exp: Likewise.
112 * gdb.cp/nsnoimports.exp: Likewise.
113 * gdb.cp/virtbase2.exp: Likewise.
114 * gdb.mi/mi-var-cmd.exp: Likewise.
115 * gdb.mi/var-cmd.c: Likewise.
116
117 2020-05-26 Tom Tromey <tromey@adacore.com>
118
119 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
120
121 2020-05-26 Tom Tromey <tromey@adacore.com>
122
123 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
124 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
125 type.
126 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
127 variable.
128
129 2020-05-26 Christian Biesinger <cbiesinger@google.com>
130
131 * Makefile.in: Use = instead of == for the test command
132 for portability.
133
134 2020-05-26 Tom de Vries <tdevries@suse.de>
135
136 * gdb.base/gold-gdb-index-2.c: New test.
137 * gdb.base/gold-gdb-index.c: New test.
138 * gdb.base/gold-gdb-index.exp: New file.
139 * gdb.base/gold-gdb-index.h: New test.
140
141 2020-05-25 Tom de Vries <tdevries@suse.de>
142
143 * boards/gold-gdb-index.exp: New file.
144
145 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
146
147 * boards/simavr.exp: New file.
148
149 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
150
151 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
152 * gdb.base/inferior-args.exp: New file.
153 * gdb.base/inferior-args.c: New file.
154
155 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
156
157 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
158 inferior_args. Pass it to gdb_reload.
159 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
160 inferior_args.
161 (gdb_reload): Add inferior_args argument.
162 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
163 pass it to gdbserver_run.
164 * boards/native-gdbserver.exp: Do not set noargs.
165 * boards/native-extended-gdbserver.exp (gdb_reload): Add
166 inferior_args argument.
167 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
168 * gdb.base/a2-run.exp: Check for use_gdb_stub.
169 * gdb.base/args.exp: Likewise.
170
171 2020-05-25 Tom de Vries <tdevries@suse.de>
172
173 * lib/gdb.exp (exec_is_pie): Add comment.
174
175 2020-05-25 Tom de Vries <tdevries@suse.de>
176
177 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
178 instead of $binfile in the untested message.
179
180 2020-05-25 Tom de Vries <tdevries@suse.de>
181
182 PR testsuite/26031
183 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
184
185 2020-05-25 Tom de Vries <tdevries@suse.de>
186
187 * boards/gold.exp: New file.
188
189 2020-05-23 Tom Tromey <tom@tromey.com>
190
191 * gdb.base/style.exp: Remove completion styling test.
192 * lib/gdb-utils.exp (style): Remove completion styles.
193
194 2020-05-23 Tom Tromey <tom@tromey.com>
195
196 * gdb.base/style.exp: Add completion styling test.
197 * lib/gdb-utils.exp (style): Add completion styles.
198
199 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
200
201 * gdb.base/annota1.exp: Update expected results.
202 * gdb.cp/annota2.exp: Update expected results, remove duplicate
203 test name.
204 * gdb.cp/annota3.exp: Update expected results.
205
206 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
207
208 PR gdb/26016
209 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
210 against MAP_FAILED.
211 * gdb.base/coremaker.c (mmapdata): Likewise.
212 * gdb.base/jit-reader-host.c (main): Likewise.
213 * gdb.base/sym-file-loader.c (load): Likewise.
214 (load_shlib): Likewise.
215
216 2020-05-20 Tom Tromey <tromey@adacore.com>
217
218 * gdb.ada/array_char_idx.exp: Recognize initialized array.
219
220 2020-05-20 Tom de Vries <tdevries@suse.de>
221
222 PR symtab/25833
223 * gdb.base/with-mf-inc.c: New test.
224 * gdb.base/with-mf-main.c: New test.
225 * gdb.base/with-mf.exp: New file.
226
227 2020-05-19 Tom Tromey <tromey@adacore.com>
228
229 * gdb.rust/simple.exp: Restore missing test result.
230
231 2020-05-19 Tom de Vries <tdevries@suse.de>
232
233 * gdb.base/gdb-caching-proc.exp: Fix typo.
234
235 2020-05-19 Tom Tromey <tromey@adacore.com>
236
237 * gdb.rust/simple.exp: Add some test descriptions.
238 (test_one_slice): Use with_test_prefix.
239
240 2020-05-18 Tom de Vries <tdevries@suse.de>
241
242 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
243
244 2020-05-17 Pedro Alves <palves@redhat.com>
245
246 PR gdb/25741
247 * gdb.base/hw-sw-break-same-address.exp: New file.
248
249 2020-05-16 Pedro Alves <palves@redhat.com>
250
251 * gdb.multi/multi-re-run.exp (test_re_run): Switch
252 LAST_LOADED_FILE accordingly.
253
254 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
255
256 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
257
258 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
259
260 * gdb.base/help.exp: Test apropos and help for commands
261 having aliases. Fixed comments not starting with an
262 upper-case letter or not finishing with a dot.
263
264 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
265
266 * gdb.base/alias.exp: Update help output check.
267
268 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
269
270 * gdb.base/default.exp: Update output following fixes.
271
272 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
273
274 * gdb.base/alias.exp: Test aliases starting with a prefix of
275 another alias.
276
277 2020-05-15 Gary Benson <gbenson@redhat.com>
278
279 * gdb.base/info-os.c (main): Add return statement.
280 * gdb.base/info_minsym.c (minsym_fun): Likewise.
281 * gdb.base/large-frame-2.c (func): Likewise.
282 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
283 * gdb.base/pr10179-b.c (foo2): Likewise.
284 * gdb.base/valgrind-disp-step.c (foo): Likewise.
285 * gdb.base/watch-cond.c (func): Likewise.
286 * gdb.multi/goodbye.c (verylongfun): Likewise.
287 * gdb.multi/hello.c (commonfun): Likewise.
288 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
289 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
290 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
291 Likewise.
292 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
293 * gdb.threads/interrupt-while-step-over.c (child_function):
294 Likewise.
295 * gdb.trace/actions-changed.c (end): Likewise.
296
297 2020-05-15 Gary Benson <gbenson@redhat.com>
298
299 * gdb.opencl/callfuncs.exp: Report when test skipped.
300 * gdb.opencl/convs_casts.exp: Likewise.
301 * gdb.opencl/datatypes.exp: Likewise.
302 * gdb.opencl/operators.exp: Likewise.
303 * gdb.opencl/vec_comps.exp: Likewise.
304
305 2020-05-15 Tom de Vries <tdevries@suse.de>
306
307 * gdb.base/align.exp.in: Rename to ...
308 * gdb.base/align.exp.tcl: ... this.
309 * gdb.base/align-c++.exp: Update.
310 * gdb.base/align-c.exp: Update.
311 * gdb.base/all-architectures.exp.in: Rename to ...
312 * gdb.base/all-architectures.exp: ... this.
313 * gdb.base/all-architectures-0.exp: Update.
314 * gdb.base/all-architectures-1.exp: Update.
315 * gdb.base/all-architectures-2.exp: Update.
316 * gdb.base/all-architectures-3.exp: Update.
317 * gdb.base/all-architectures-4.exp: Update.
318 * gdb.base/all-architectures-5.exp: Update.
319 * gdb.base/all-architectures-6.exp: Update.
320 * gdb.base/all-architectures-7.exp: Update.
321 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
322 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
323 * gdb.base/infcall-nested-structs-c++.exp: Update.
324 * gdb.base/infcall-nested-structs-c.exp: Update.
325 * gdb.base/info-types.exp.in: Rename to ...
326 * gdb.base/info-types.exp.tcl: ... this.
327 * gdb.base/info-types-c++.exp: Update.
328 * gdb.base/info-types-c.exp: Update.
329 * gdb.base/max-depth.exp.in: Rename to ...
330 * gdb.base/max-depth.exp.tcl: ... this.
331 * gdb.base/max-depth-c++.exp: Update.
332 * gdb.base/max-depth-c.exp: Update.
333 * gdb.cp/cpexprs.exp.in: Rename to ...
334 * gdb.cp/cpexprs.exp.tcl: ... this.
335 * gdb.cp/cpexprs-debug-types.exp: Update.
336 * gdb.cp/cpexprs.exp: Update.
337 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
338 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
339 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
340 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
341 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
342 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
343 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
344 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
345 * gdb.dwarf2/clang-debug-names-2.exp: Update.
346 * gdb.dwarf2/clang-debug-names.exp: Update.
347
348 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
349
350 * lib/check-test-names.exp: Remove code that prevents this file
351 loading when tests are run in parallel.
352
353 2020-05-15 Pedro Alves <palves@redhat.com>
354
355 * gdb.multi/multi-kill.exp (start_inferior): Remove
356 'testpid' parameter. Refer to namespace variable directly.
357 (testpid): Declare as namespace variable.
358
359 2020-05-15 Pedro Alves <palves@redhat.com>
360
361 * gdb.multi/multi-kill.exp: Wrap in namespace.
362 (start_inferior): Add TESTPID parameter. Use it instead of the
363 testpid global.
364 (top level): Define empty TESTPID array, and pass it down to
365 start_inferior.
366
367 2020-05-14 Tom de Vries <tdevries@suse.de>
368
369 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
370 output.
371
372 2020-05-14 Tom de Vries <tdevries@suse.de>
373
374 * gdb.base/align.exp: Split into ...
375 * gdb.base/align.exp.in: ...
376 * gdb.base/align-c++.exp: ...
377 * gdb.base/align-c.exp: ... these.
378 * gdb.base/infcall-nested-structs.exp: Split into ...
379 * gdb.base/infcall-nested-structs.exp.in: ...
380 * gdb.base/infcall-nested-structs-c++.exp: ...
381 * gdb.base/infcall-nested-structs-c.exp: ... these.
382 * gdb.base/info-types.exp: Split into ...
383 * gdb.base/info-types.exp.in: ...
384 * gdb.base/info-types-c++.exp: ...
385 * gdb.base/info-types-c.exp: ... these.
386 * gdb.base/max-depth.exp: Split into ...
387 * gdb.base/max-depth.exp.in: ...
388 * gdb.base/max-depth-c++.exp: ...
389 * gdb.base/max-depth-c.exp: ... these.
390 * gdb.cp/infcall-nodebug.exp: Split into ...
391 * gdb.cp/infcall-nodebug.exp.in: ...
392 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
393 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
394 * gdb.cp/infcall-nodebug-c-d0.exp: ...
395 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
396
397 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
398 Pedro Alves <palves@redhat.com>
399
400 * gdb.multi/multi-exit.c: New file.
401 * gdb.multi/multi-exit.exp: New file.
402 * gdb.multi/multi-kill.c: New file.
403 * gdb.multi/multi-kill.exp: New file.
404
405 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
406
407 * gdb.base/annota1.exp: Update the expected output.
408 * gdb.cp/annota2.exp: Ditto.
409
410 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
411
412 * lib/check-test-names.exp: Disable when testing is being run in
413 parallel.
414
415 2020-05-12 Tom de Vries <tdevries@suse.de>
416
417 * gdb.base/jit-elf.exp: Fix string concat.
418
419 2020-05-12 Tom de Vries <tdevries@suse.de>
420
421 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
422 messages.
423
424 2020-05-12 Tom de Vries <tdevries@suse.de>
425
426 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
427
428 2020-05-12 Tom de Vries <tdevries@suse.de>
429
430 * gdb.ada/catch_ex.exp: Use with_test_prefix.
431 * gdb.ada/mi_catch_ex.exp: Same.
432 * gdb.ada/mi_catch_ex_hand.exp: Same.
433
434 2020-05-12 Tom de Vries <tdevries@suse.de>
435
436 * gdb.fortran/complex.exp: Use with_test_prefix.
437
438 2020-05-12 Tom de Vries <tdevries@suse.de>
439
440 * gdb.trace/passcount.exp: Fix test-names.
441
442 2020-05-12 Tom de Vries <tdevries@suse.de>
443
444 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
445
446 2020-05-12 Tom de Vries <tdevries@suse.de>
447
448 * gdb.gdb/complaints.exp: Use with_test_prefix.
449 * gdb.xml/tdesc-regs.exp: Same.
450 * gdb.opt/inline-locals.exp: Fix test name.
451
452 2020-05-12 Tom de Vries <tdevries@suse.de>
453
454 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
455 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
456 * gdb.dwarf2/implref-struct.exp: Same.
457 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
458 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
459
460 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
461
462 * gdb.base/jit-so.exp (one_jit_test): Change test name.
463
464 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
465
466 * lib/check-test-names.exp (all_test_names): New module variable.
467 (counts): Add 'duplicates' field.
468 (_check_duplicates): New procedure.
469 (check): Also check for duplicates.
470 (do_log_summary): Print duplicates count.
471 (do_reset_vars): Reset counter for duplicate test names, and
472 discard all know test names.
473
474 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
475
476 * lib/gdb.exp: Include check-test-names.exp library.
477 * lib/check-test-names.exp: New file.
478
479 2020-05-11 Tom de Vries <tdevries@suse.de>
480
481 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
482
483 2020-05-11 Keith Seitz <keiths@redhat.com>
484
485 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
486
487 2020-05-11 Tom de Vries <tdevries@suse.de>
488
489 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
490 * gdb.cp/cpexprs.exp.in: .. here.
491 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
492 cpexprs.exp.
493
494 2020-05-11 Keith Seitz <keiths@redhat.com>
495
496 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
497 test names.
498 * gdb.ada/arrayptr.exp: Likewise.
499 * gdb.ada/assign_arr.exp: Likewise.
500 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
501 * gdb.ada/bp_on_var.exp: Likewise.
502 * gdb.ada/call_pn.exp: Likewise.
503 * gdb.ada/complete.exp: Likewise.
504 * gdb.ada/fun_overload_menu.exp: Likewise.
505 * gdb.ada/funcall_param.exp: Likewise.
506 * gdb.ada/funcall_ref.exp: Likewise.
507 * gdb.ada/packed_array_assign.exp: Likewise.
508 * gdb.ada/same_component_name.exp: Likewise.
509 * gdb.ada/type_coercion.exp: Likewise.
510 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
511 * gdb.ada/variant_record_packed_array.exp: Likewise.
512
513 2020-05-11 Tom de Vries <tdevries@suse.de>
514
515 PR symtab/25941
516 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
517 out of ...
518 * gdb.dwarf2/clang-debug-names.exp: ... here.
519 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
520 clang-debug-names.exp.in.
521 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
522 * gdb.dwarf2/clang-debug-names-2.c: New test.
523
524 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
525
526 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
527 (fortran_runto_main): New Proc, fortran version of runto_main.
528 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
529 * gdb.fortran/array-bounds.exp: Likewise.
530 * gdb.fortran/array-slices.exp: Likewise.
531 * gdb.fortran/block-data.exp: Likewise.
532 * gdb.fortran/charset.exp: Likewise.
533 * gdb.fortran/common-block.exp: Likewise.
534 * gdb.fortran/complex.exp: Likewise.
535 * gdb.fortran/derived-type-function.exp: Likewise.
536 * gdb.fortran/derived-type.exp: Likewise.
537 * gdb.fortran/info-modules.exp: Likewise.
538 * gdb.fortran/info-types.exp: Likewise.
539 * gdb.fortran/intrinsics.exp: Likewise.
540 * gdb.fortran/library-module.exp: Likewise.
541 * gdb.fortran/logical.exp: Likewise.
542 * gdb.fortran/max-depth.exp: Likewise.
543 * gdb.fortran/module.exp: Likewise.
544 * gdb.fortran/multi-dim.exp: Likewise.
545 * gdb.fortran/nested-funcs.exp: Likewise.
546 * gdb.fortran/print-formatted.exp: Likewise.
547 * gdb.fortran/print_type.exp: Likewise.
548 * gdb.fortran/printing-types.exp: Likewise.
549 * gdb.fortran/ptr-indentation.exp: Likewise.
550 * gdb.fortran/ptype-on-functions.exp: Likewise.
551 * gdb.fortran/subarray.exp: Likewise.
552 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
553 * gdb.fortran/vla-datatypes.exp: Likewise.
554 * gdb.fortran/vla-history.exp: Likewise.
555 * gdb.fortran/vla-ptr-info.exp: Likewise.
556 * gdb.fortran/vla-ptype-sub.exp: Likewise.
557 * gdb.fortran/vla-ptype.exp: Likewise.
558 * gdb.fortran/vla-sizeof.exp: Likewise.
559 * gdb.fortran/vla-type.exp: Likewise.
560 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
561 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
562 * gdb.fortran/vla-value-sub.exp: Likewise.
563 * gdb.fortran/vla-value.exp: Likewise.
564 * gdb.fortran/whatis_type.exp: Likewise.
565 * gdb.mi/mi-var-child-f.exp: Likewise.
566
567 2020-05-09 Tom de Vries <tdevries@suse.de>
568
569 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
570
571 2020-05-08 Tom de Vries <tdevries@suse.de>
572
573 * gdb.dwarf2/clang-debug-names.c: New test.
574 * gdb.dwarf2/clang-debug-names.exp: New file.
575
576 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
577
578 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
579 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
580
581 2020-05-06 Tom de Vries <tdevries@suse.de>
582
583 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
584 breakpoint is at a "recommended breakpoint location".
585 * gdb.reverse/consecutive-reverse.exp: Same.
586
587 2020-05-06 Tom de Vries <tdevries@suse.de>
588
589 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
590 address.
591
592 2020-05-06 Tom de Vries <tdevries@suse.de>
593
594 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
595
596 2020-05-06 Tom de Vries <tdevries@suse.de>
597
598 * gdb.base/store.exp (check_set, up_set): Allowing missing location
599 info for r.
600
601 2020-05-06 Tom de Vries <tdevries@suse.de>
602
603 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
604 necessary.
605
606 2020-05-06 Tom de Vries <tdevries@suse.de>
607
608 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
609 void.
610
611 2020-05-06 Tom de Vries <tdevries@suse.de>
612
613 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
614 of ...
615 * gdb.base/async.exp: ... here.
616 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
617 "recommended breakpoint location".
618
619 2020-05-06 Tom de Vries <tdevries@suse.de>
620
621 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
622
623 2020-05-04 Tom de Vries <tdevries@suse.de>
624
625 * gdb.base/async.exp: Check whether instruction addresses are a
626 "recommended breakpoint location".
627
628 2020-05-03 Tom Tromey <tom@tromey.com>
629
630 * gdb.base/sepdebug.exp: Remove "catch" test.
631 * gdb.base/break.exp: Remove "catch" test.
632 * gdb.base/default.exp: Update expected output.
633
634 2020-05-02 Tom de Vries <tdevries@suse.de>
635
636 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
637 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
638 * gdb.arch/i386-mpx-map.exp: Same.
639 * gdb.arch/i386-mpx-sigsegv.exp: Same.
640 * gdb.arch/i386-mpx-simple_segv.exp: Same.
641 * gdb.arch/i386-mpx.exp: Same.
642
643 2020-05-02 Tom de Vries <tdevries@suse.de>
644
645 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
646
647 2020-05-01 Tom de Vries <tdevries@suse.de>
648
649 * gdb.ada/operator_bp.exp: Allow more than required amount of
650 breakpoint.
651
652 2020-05-01 Tom de Vries <tdevries@suse.de>
653
654 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
655
656 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
657
658 PR gdb/18706
659 * gdb.cp/stub-array-size.cc: New test.
660 * gdb.cp/stub-array-size.exp: New file.
661 * gdb.cp/stub-array-size.h: New test.
662 * gdb.cp/stub-array-size2.cc: New test.
663
664 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
665
666 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
667 output to the new format.
668
669 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
670
671 * gdb.base/break.exp: Use with_test_prefix.
672
673 2020-04-29 Tom de Vries <tdevries@suse.de>
674
675 * lib/gdb.exp (debug_types): New proc.
676 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
677 * gdb.python/py-symtab.exp: Same.
678
679 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
680
681 PR gdb/17320
682 * gdb.base/pretty-array.c: New test.
683 * gdb.base/pretty-array.exp: New file.
684
685 2020-04-29 Tom de Vries <tdevries@suse.de>
686
687 PR symtab/25889
688 * gdb.cp/cpexprs.exp: Adapt for inclusion.
689 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
690 and include cpexprs.exp.
691
692 2020-04-28 Mark Williams <mark@myosotissp.com>
693
694 PR gdb/24480
695 * dw4-toplevel-types.exp: Test for top level types.
696 * dw4-toplevel-types.cc: Test for top level types.
697
698 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
699
700 * gdb.threads/stop-with-handle.exp: Fix typo in comment
701 (theads -> threads).
702
703 2020-04-28 Tom de Vries <tdevries@suse.de>
704
705 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
706
707 2020-04-28 Tom de Vries <tdevries@suse.de>
708
709 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
710
711 2020-04-28 Tom de Vries <tdevries@suse.de>
712
713 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
714
715 2020-04-28 Tom de Vries <tdevries@suse.de>
716
717 * gdb.dwarf2/main-foo.c: New test.
718 * gdb.dwarf2/struct-with-sig.exp: New file.
719
720 2020-04-25 Tom de Vries <tdevries@suse.de>
721
722 * boards/debug-types.exp: New file.
723
724 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
725
726 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
727
728 2020-04-24 Tom Tromey <tom@tromey.com>
729
730 PR symtab/12707:
731 * gdb.python/py-symbol.exp: Update expected results for
732 linkage_name test.
733 * gdb.cp/print-demangle.exp: New file.
734 * gdb.base/c-linkage-name.exp: Fix test.
735 * gdb.guile/scm-symbol.exp: Update expected results for
736 linkage_name test.
737
738 2020-04-24 Tom Tromey <tom@tromey.com>
739
740 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
741 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
742 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
743 assembler.
744
745 2020-04-24 Tom de Vries <tdevries@suse.de>
746
747 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
748 C++.
749
750 2020-04-24 Tom Tromey <tromey@adacore.com>
751
752 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
753 values.
754 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
755 values. Update test for minimal encodings.
756 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
757 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
758 values. Update test for minimal encodings.
759
760 2020-04-24 Tom Tromey <tromey@adacore.com>
761
762 PR python/23662:
763 * gdb.ada/variant.exp: Add Python checks.
764 * gdb.rust/simple.exp: Add dynamic type checks.
765
766 2020-04-24 Tom Tromey <tromey@adacore.com>
767
768 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
769 Make array type matching more lax.
770 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
771 * gdb.ada/mi_variant.exp: New file.
772 * gdb.ada/mi_variant/pck.ads: New file.
773 * gdb.ada/mi_variant/pkg.adb: New file.
774 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
775 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
776
777 2020-04-24 Tom Tromey <tromey@adacore.com>
778
779 * gdb.ada/variant.exp: Add dynamic field offset tests.
780 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
781 * gdb.ada/variant/pkg.adb: Add new variables.
782
783 2020-04-24 Tom Tromey <tromey@adacore.com>
784
785 * gdb.ada/variant.exp: New file
786 * gdb.ada/variant/pkg.adb: New file
787 * gdb.ada/variant/pck.adb: New file
788
789 2020-04-24 Tom de Vries <tdevries@suse.de>
790
791 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
792
793 2020-04-24 Tom de Vries <tdevries@suse.de>
794
795 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
796 flags.
797
798 2020-04-24 Tom de Vries <tdevries@suse.de>
799
800 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
801
802 2020-04-24 Tom de Vries <tdevries@suse.de>
803
804 * lib/gdb.exp (default_gdb_start): Handle eof.
805 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
806 failure.
807 * gdb.base/readnever.exp: Handle clean_restart failure.
808
809 2020-04-23 Tom de Vries <tdevries@suse.de>
810
811 * gdb.base/decl-before-def.exp: Run to main and print a again.
812
813 2020-04-23 Tom de Vries <tdevries@suse.de>
814
815 * gdb.base/decl-before-def-decl.c: New test.
816 * gdb.base/decl-before-def-def.c: New test.
817 * gdb.base/decl-before-def.exp: New file.
818
819 2020-04-23 Tom de Vries <tdevries@suse.de>
820
821 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
822
823 2020-04-22 Tom de Vries <tdevries@suse.de>
824
825 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
826 debug_info_offset.
827 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
828 before $objsfile in the line line.
829
830 2020-04-22 Tom de Vries <tdevries@suse.de>
831
832 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
833
834 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
835
836 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
837 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
838 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
839 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
840 * gdb.base/jit-protocol.h: Update definitions to match all usage
841 contexts.
842
843 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
844
845 * gdb.base: Rename all jit related test and source files.
846
847 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
848
849 * gdb.base/jit-reader.exp: Relax register output check.
850
851 2020-04-22 Tom de Vries <tdevries@suse.de>
852
853 PR symtab/25764
854 * gdb.base/psym-external-decl-2.c: New test.
855 * gdb.base/psym-external-decl.c: New test.
856 * gdb.base/psym-external-decl.exp: New file.
857 * gdb.threads/tls.exp: Add PR25807 kfail.
858
859 2020-04-22 Tom de Vries <tdevries@suse.de>
860
861 PR symtab/25801
862 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
863 in "info source" output.
864
865 2020-04-22 Tom de Vries <tdevries@suse.de>
866
867 PR symtab/25700
868 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
869 symtab for imported_unit.c.
870
871 2020-04-21 Gary Benson <gbenson@redhat.com>
872
873 * gdb.base/advance.c (func): New argument, to match call site.
874 (func2, func3): Add return statements.
875
876 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
877
878 * gdb.multi/run-only-second-inf.c: New file.
879 * gdb.multi/run-only-second-inf.exp: New file.
880
881 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
882
883 * gdb.btrace/multi-inferior.c: New test.
884 * gdb.btrace/multi-inferior.exp: New file.
885
886 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
887
888 * gdb.btrace/enable-new-thread.c: New test.
889 * gdb.btrace/enable-new-thread.exp: New file.
890
891 2020-04-21 Tom de Vries <tdevries@suse.de>
892
893 PR gdb/25471
894 * gdb.threads/killed-outside.c: New test.
895 * gdb.threads/killed-outside.exp: New file.
896
897 2020-04-20 Gary Benson <gbenson@redhat.com>
898
899 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
900 * gdb.base/nested-subp2.exp: Likewise.
901 * gdb.base/nested-subp3.exp: Likewise.
902
903 2020-04-20 Gary Benson <gbenson@redhat.com>
904
905 * gdb.base/nested-subp1.exp: Disable test when using clang.
906 * gdb.base/nested-subp2.exp: Likewise.
907 * gdb.base/nested-subp3.exp: Likewise.
908
909 2020-04-20 Gary Benson <gbenson@redhat.com>
910
911 * gdb.cp/exception.cc: Fix compilation error with clang.
912
913 2020-04-20 Gary Benson <gbenson@redhat.com>
914
915 * gdb.trace/tspeed.c: Fix compilation error with clang.
916
917 2020-04-20 Gary Benson <gbenson@redhat.com>
918
919 * gdb.base/jit-main.c: Fix compilation error with clang.
920
921 2020-04-17 Kamil Rytarowski <n54@gmx.com>
922
923 * gdb.base/attach-twice.c: Include "sys/types.h".
924 (PTRACE_ATTACH): Add fallback definition.
925 (main): Pass `0' to the 4th argument of `ptrace'.
926
927 2020-04-17 Kamil Rytarowski <n54@gmx.com>
928
929 * gdb.base/fork-running-state.c: Include "signal.h".
930
931 2020-04-17 Tom Tromey <tromey@adacore.com>
932
933 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
934 Update tests.
935 * gdb.btrace/cpu.exp: Update tests.
936 * gdb.base/maint.exp: Update tests.
937 * gdb.base/default.exp: Update tests.
938 * gdb.base/completion.exp: Update tests.
939
940 2020-04-16 Tom de Vries <tdevries@suse.de>
941
942 PR symtab/25791
943 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
944 (ensure_gdb_index): and factor out and move ...
945 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
946 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
947
948 2020-04-16 Tom de Vries <tdevries@suse.de>
949
950 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
951 loading exec.
952
953 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
954
955 * gdb.base/many-completions.exp: New file.
956
957 2020-04-14 Tom de Vries <tdevries@suse.de>
958
959 PR symtab/25718
960 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
961
962 2020-04-14 Tom de Vries <tdevries@suse.de>
963
964 PR symtab/25720
965 * gdb.base/maint-expand-symbols-header-file.c: New test.
966 * gdb.base/maint-expand-symbols-header-file.exp: New file.
967 * gdb.base/maint-expand-symbols-header-file.h: New test.
968
969 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
970
971 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
972 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
973 get_func_info.
974 (get_func_info): Delete.
975 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
976 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
977 * lib/dwarf.exp (get_func_info): New function.
978
979 2020-04-13 Tom de Vries <tdevries@suse.de>
980
981 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
982 to what find_gnatmake does.
983
984 2020-04-10 Tom de Vries <tdevries@suse.de>
985
986 * gdb.base/style.exp: Expect "Expanding full symbols" message for
987 -readnow.
988
989 2020-04-10 Tom de Vries <tdevries@suse.de>
990
991 PR cli/25808
992 * gdb.base/style.c: Add leading newlines.
993 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
994 Check listing of main's one-line body.
995
996 2020-04-08 Tom de Vries <tdevries@suse.de>
997
998 * lib/gdb.exp (psymtabs_p): New proc.
999 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1000 importing unit" unsupported if there are no partial symbols.
1001
1002 2020-04-08 Tom de Vries <tdevries@suse.de>
1003
1004 PR testsuite/25760
1005 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1006
1007 2020-04-07 Tom de Vries <tdevries@suse.de>
1008
1009 PR symtab/25796
1010 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1011
1012 2020-04-07 Tom de Vries <tdevries@suse.de>
1013
1014 * gdb.base/check-psymtab.c: New test.
1015 * gdb.base/check-psymtab.exp: New file.
1016
1017 2020-04-06 Tom Tromey <tromey@adacore.com>
1018
1019 * gdb.ada/variant-record/proc.adb: New file.
1020 * gdb.ada/variant-record/value.adb: New file.
1021 * gdb.ada/variant-record/value.s: New file.
1022 * gdb.ada/variant-record.exp: New file.
1023
1024 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
1025
1026 PR gdb/25325
1027 * gdb.cp/typed-enum.cc: New test.
1028 * gdb.cp/typed-enum.exp: New file.
1029
1030 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1031
1032 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1033 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1034 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1035 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1036 * gdb.opt/inline-small-func.c: New file.
1037 * gdb.opt/inline-small-func.exp: New file.
1038 * gdb.opt/inline-small-func.h: New file.
1039
1040 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1041
1042 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1043 function.
1044
1045 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1046
1047 * lib/dwarf.exp (function_range): Allow compiler options to be
1048 specified.
1049
1050 2020-04-02 Tom de Vries <tdevries@suse.de>
1051
1052 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1053 __attribute__((always_inline)).
1054 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1055
1056 2020-04-02 Tom de Vries <tdevries@suse.de>
1057
1058 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1059 (gdbserver_gdb_exit): ... here. Add timeout warning.
1060 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1061 (connect_target_extended_remote): Append new server_spawn_id to
1062 server_spawn_ids.
1063 (cleanup): New proc.
1064 (setup, <toplevel>): Call cleanup.
1065
1066 2020-04-02 Tom de Vries <tdevries@suse.de>
1067
1068 * gdb.base/main-psymtab.exp: New file.
1069
1070 2020-04-02 Tom de Vries <tdevries@suse.de>
1071
1072 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1073
1074 2020-04-01 Tom Tromey <tom@tromey.com>
1075
1076 * gdb.base/complex-parts.exp: Add type tests.
1077
1078 2020-04-01 Tom Tromey <tom@tromey.com>
1079
1080 * gdb.base/complex-parts.exp: Add arithmetic tests.
1081
1082 2020-04-01 Tom Tromey <tom@tromey.com>
1083
1084 * gdb.compile/compile.exp: Update.
1085 * gdb.compile/compile-cplus.exp: Update.
1086 * gdb.base/varargs.exp: Update.
1087 * gdb.base/floatn.exp: Update.
1088 * gdb.base/endianity.exp: Update.
1089 * gdb.base/callfuncs.exp (do_function_calls): Update.
1090 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1091 (complex_float_integral_args): Update.
1092 * gdb.base/complex.exp: Update.
1093 * gdb.base/complex-parts.exp: Update.
1094
1095 2020-04-01 Tom Tromey <tromey@adacore.com>
1096
1097 * gdb.rust/union.rs: New file.
1098 * gdb.rust/union.exp: New file.
1099 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1100 (main): Update.
1101 * gdb.rust/simple.exp: Move union tests to union.exp.
1102
1103 2020-04-01 Tom Tromey <tromey@adacore.com>
1104
1105 * gdb.rust/simple.rs (main): Remove "y0".
1106
1107 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1108
1109 * gdb.multi/stop-all-on-exit.c: New test.
1110 * gdb.multi/stop-all-on-exit.exp: New file.
1111
1112 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
1113
1114 PR gdb/24789
1115 * gdb.cp/misc.cc: Add integer reference variable.
1116 * gdb.cp/misc.exp: Add test.
1117
1118 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1119
1120 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1121 scenario to cover execution until the end and also the case
1122
1123 2020-03-31 Tom de Vries <tdevries@suse.de>
1124
1125 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1126 c. Use "maint info symtabs" to check symtab expansion.
1127
1128 2020-03-30 Tom de Vries <tdevries@suse.de>
1129
1130 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1131 unsupported.
1132 (verify_psymtab_expanded): Move ...
1133 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1134 test.
1135 (readnow): New proc.
1136
1137 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1138
1139 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1140 with $hex.
1141
1142 2020-03-20 Tom Tromey <tromey@adacore.com>
1143
1144 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1145
1146 2020-03-20 Tom Tromey <tromey@adacore.com>
1147
1148 * gdb.ada/sub_variant/subv.adb: New file.
1149 * gdb.ada/sub_variant.exp: New file.
1150
1151 2020-03-20 Tom de Vries <tdevries@suse.de>
1152
1153 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1154 first break fails.
1155 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1156
1157 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1158
1159 * gdb.server/exit-multiple-threads.c: New file.
1160 * gdb.server/exit-multiple-threads.exp: New file.
1161
1162 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1163
1164 * gdb.fortran/mixed-lang-stack.c: New file.
1165 * gdb.fortran/mixed-lang-stack.cpp: New file.
1166 * gdb.fortran/mixed-lang-stack.exp: New file.
1167 * gdb.fortran/mixed-lang-stack.f90: New file.
1168
1169 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1170
1171 * gdb.linespec/cp-completion-aliases.cc: New file.
1172 * gdb.linespec/cp-completion-aliases.exp: New file.
1173
1174 2020-03-19 Tom de Vries <tdevries@suse.de>
1175
1176 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1177 more precise.
1178
1179 2020-03-18 Tom de Vries <tdevries@suse.de>
1180
1181 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1182 * gdb.dwarf2/break-inline-psymtab.c: New test.
1183 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1184
1185 2020-03-16 Tom de Vries <tdevries@suse.de>
1186
1187 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1188 cache_verify and cache_verify_proc.
1189
1190 2020-03-15 Tom de Vries <tdevries@suse.de>
1191
1192 * gdb.server/solib-list.exp: Handle
1193 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1194
1195 2020-03-15 Tom de Vries <tdevries@suse.de>
1196
1197 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1198 objfiles".
1199
1200 2020-03-14 Tom Tromey <tom@tromey.com>
1201
1202 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1203
1204 2020-03-14 Tom de Vries <tdevries@suse.de>
1205
1206 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1207
1208 2020-03-14 Tom de Vries <tdevries@suse.de>
1209
1210 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1211 result in line-by-line fashion.
1212
1213 2020-03-14 Tom de Vries <tdevries@suse.de>
1214
1215 * lib/gdb.exp (supports_statement_frontiers): New proc.
1216 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1217
1218 2020-03-14 Tom de Vries <tdevries@suse.de>
1219
1220 * gdb.base/printcmds.exp: Add missing quoting for "print
1221 teststring2".
1222
1223 2020-03-13 Tom Tromey <tom@tromey.com>
1224
1225 * gdb.base/printcmds.exp (test_print_strings): Add regression
1226 test.
1227 * gdb.base/printcmds.c (charptr): New typedef.
1228 (teststring2): New global.
1229
1230 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1231
1232 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1233 full path in the test name.
1234 (test_ld): Add some with_test_prefix blocks to make test names
1235 unique.
1236
1237 2020-03-13 Tom de Vries <tdevries@suse.de>
1238
1239 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1240
1241 2020-03-13 Tom de Vries <tdevries@suse.de>
1242
1243 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1244
1245 2020-03-13 Tom de Vries <tdevries@suse.de>
1246
1247 PR symtab/25646
1248 * gdb.dwarf2/imported-unit.exp: Add test.
1249
1250 2020-03-13 Tom de Vries <tdevries@suse.de>
1251
1252 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1253 (var1, var2): New variable.
1254 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1255 matching symbols.
1256
1257 2020-03-13 Tom de Vries <tdevries@suse.de>
1258
1259 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1260 (Term::command): Use prompt prefix.
1261 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1262 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1263 command_no_prompt_prefix instead of prefix.
1264 * gdb.tui/tui-layout-asm.exp: Same.
1265
1266 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1267
1268 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1269
1270 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1271
1272 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1273 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1274 on" while stepping over the test instruction, match printed
1275 message.
1276
1277 2020-03-12 Tom de Vries <tdevries@suse.de>
1278
1279 * gdb.base/info-types.exp: Use exp_continue during matching of output
1280 of "info types".
1281
1282 2020-03-12 Tom de Vries <tdevries@suse.de>
1283
1284 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1285
1286 2020-03-12 Tom de Vries <tdevries@suse.de>
1287
1288 * gdb.fortran/module.exp: Use exp_continue during matching of output
1289 of "info variable -n".
1290
1291 2020-03-12 Tom de Vries <tdevries@suse.de>
1292
1293 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1294 gdb.dwarf2/dw2-ranges-base.c.
1295
1296 2020-03-12 Tom de Vries <tdevries@suse.de>
1297
1298 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1299 in presence of GLIBC debuginfo.
1300
1301 2020-03-12 Tom de Vries <tdevries@suse.de>
1302
1303 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1304 $core.
1305
1306 2020-03-12 Tom de Vries <tdevries@suse.de>
1307
1308 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1309 more precise.
1310
1311 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
1312
1313 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1314 from Unix to Windows path.
1315
1316 2020-03-11 Tom de Vries <tdevries@suse.de>
1317
1318 * gdb.ada/minsyms.exp: Set language to ada.
1319
1320 2020-03-11 Tom de Vries <tdevries@suse.de>
1321
1322 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1323
1324 2020-03-11 Tom de Vries <tdevries@suse.de>
1325
1326 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1327
1328 2020-03-11 Tom Tromey <tromey@adacore.com>
1329
1330 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1331
1332 2020-03-11 Tom de Vries <tdevries@suse.de>
1333
1334 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1335
1336 2020-03-11 Tom de Vries <tdevries@suse.de>
1337
1338 * gdb.base/break-interp.exp: Limit verbose scope.
1339
1340 2020-03-11 Tom de Vries <tdevries@suse.de>
1341
1342 * gdb.fortran/logical.f90: Define variable with character type.
1343 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1344
1345 2020-03-11 Tom de Vries <tdevries@suse.de>
1346
1347 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1348
1349 2020-03-11 Tom de Vries <tdevries@suse.de>
1350
1351 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1352 symtabs.
1353
1354 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1355 Bernd Edlinger <bernd.edlinger@hotmail.de>
1356
1357 * gdb.cp/step-and-next-inline.cc: New file.
1358 * gdb.cp/step-and-next-inline.exp: New file.
1359 * gdb.cp/step-and-next-inline.h: New file.
1360 * gdb.dwarf2/dw2-is-stmt.c: New file.
1361 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1362 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1363 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1364 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1365
1366 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1367
1368 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1369 is-stmt flag in the line table.
1370
1371 2020-03-09 Tom de Vries <tdevries@suse.de>
1372
1373 * lib/gdb.exp (cached_file): Create cache dir.
1374
1375 2020-03-07 Tom de Vries <tdevries@suse.de>
1376
1377 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1378 * gdb.cp/rvalue-ref-params.exp: Same.
1379
1380 2020-03-06 Tom de Vries <tdevries@suse.de>
1381
1382 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1383 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1384
1385 2020-03-06 Tom de Vries <tdevries@suse.de>
1386
1387 * README: Fix "the the".
1388 * gdb.base/dprintf.exp: Same.
1389
1390 2020-03-05 Tom de Vries <tdevries@suse.de>
1391
1392 * gdb.base/maint.exp: Update "main print statistics" expected output.
1393
1394 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1395
1396 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1397 (fortran_int8): Likewise.
1398 (fortran_real4): Likewise.
1399 (fortran_real8): Likewise.
1400 (fortran_complex4): Likewise.
1401 (fortran_logical4): Likewise.
1402 (fortran_character1): Likewise.
1403
1404 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1405
1406 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1407 printed as true.
1408
1409 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1410
1411 * gdb.base/printcmds.exp: Add test to verify printf of a
1412 variable holding an address.
1413
1414 2020-03-03 Tom de Vries <tdevries@suse.de>
1415
1416 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1417
1418 2020-03-03 Tom de Vries <tdevries@suse.de>
1419
1420 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1421 gdb_test_multiple call.
1422
1423 2020-03-03 Tom de Vries <tdevries@suse.de>
1424
1425 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1426 gdb_test_multiple calls.
1427
1428 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1429
1430 * gdb.base/default.exp: Remove test of 'set history filename'.
1431 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1432 filename to the empty string.
1433 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1434 and GDBHISTSIZE.
1435
1436 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1437
1438 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1439 disabled.
1440
1441 2020-03-02 Pedro Alves <palves@redhat.com>
1442 Tom de Vries <tdevries@suse.de>
1443
1444 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1445 -prompt prefix, before user_code argument. Add -lbl option likewise.
1446 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1447 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1448 argument.
1449 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1450 have "\r\n" at start-of-line, instead of at end-of-line.
1451
1452 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
1453
1454 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1455 libinproctrace.so.
1456
1457 2020-02-28 Luis Machado <luis.machado@linaro.org>
1458
1459 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1460 to "p/x".
1461
1462 2020-02-28 Luis Machado <luis.machado@linaro.org>
1463
1464 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1465 asm/ptrace.h and error.h.
1466
1467 2020-02-28 Tom de Vries <tdevries@suse.de>
1468
1469 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1470 (struct wrapper, do_something, mundane/symada__cS): Move ...
1471 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1472 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1473 Update "print symada__cS before partial symtab expansion" regexp.
1474 Update breakpoint location. Flush symbol cache after expansion.
1475
1476 2020-02-28 Luis Machado <luis.machado@linaro.org>
1477
1478 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1479
1480 2020-02-27 Tom de Vries <tdevries@suse.de>
1481
1482 * config/sid.exp: Remove unused globals.
1483 * gdb.base/attach.exp: Same.
1484 * gdb.base/catch-load.exp: Same.
1485 * gdb.base/dbx.exp: Same.
1486 * lib/gdb.exp: Same.
1487 * lib/mi-support.exp: Same.
1488 * lib/prompt.exp: Same.
1489
1490 2020-02-27 Tom de Vries <tdevries@suse.de>
1491
1492 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1493 not set.
1494
1495 2020-02-26 Aaron Merey <amerey@redhat.com>
1496
1497 * gdb.debuginfod: New directory for debuginfod tests.
1498 * gdb.debuginfod/main.c: New test file.
1499 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1500
1501 2020-02-26 Tom de Vries <tdevries@suse.de>
1502
1503 PR gdb/25603
1504 * gdb.base/persistent-lang.cc: New test.
1505 * gdb.base/persistent-lang.exp: New file.
1506
1507 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1508
1509 * gdb.fortran/derived-type-striding.exp: Add a new test.
1510 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1511 new test.
1512
1513 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1514
1515 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1516 names.
1517
1518 2020-02-25 Tom de Vries <tdevries@suse.de>
1519
1520 PR go/18926
1521 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1522
1523 2020-02-24 Tom de Vries <tdevries@suse.de>
1524
1525 PR gdb/25592
1526 * gdb.base/info-locals-unused-static-var.c: New test.
1527 * gdb.base/info-locals-unused-static-var.exp: New file.
1528
1529 2020-02-22 Tom Tromey <tom@tromey.com>
1530
1531 * gdb.python/tui-window.exp: New file.
1532 * gdb.python/tui-window.py: New file.
1533
1534 2020-02-22 Tom Tromey <tom@tromey.com>
1535
1536 PR tui/17850:
1537 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1538 tests.
1539
1540 2020-02-22 Tom Tromey <tom@tromey.com>
1541
1542 * gdb.tui/new-layout.exp: Add sub-layout tests.
1543
1544 2020-02-22 Tom Tromey <tom@tromey.com>
1545
1546 * gdb.tui/new-layout.exp: New file.
1547
1548 2020-02-22 Tom Tromey <tom@tromey.com>
1549
1550 * gdb.rust/rust-style.rs: New file.
1551 * gdb.rust/rust-style.exp: New file.
1552 * gdb.base/style.exp: Test structure printing.
1553 * gdb.base/style.c (struct some_struct): New type.
1554 (enum etype): New type.
1555 (struct_value): New global.
1556
1557 2020-02-21 Tom de Vries <tdevries@suse.de>
1558
1559 PR go/18926
1560 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1561 Remove blanket xfails. Use message argument for gdb_breakpoint.
1562 Make continuing to breakpoint test conditional on setting breakpoint.
1563 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1564 DW_AT_name attribute. Add xfail for GCC PR93866.
1565
1566 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1567
1568 * gdb.dwarf2/cpp-linkage-name.c: New file.
1569 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1570
1571 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
1572
1573 * lib/gdb.exp (gdb_wrapper_init): Reset
1574 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1575 not exist.
1576
1577 2020-02-20 Tom de Vries <tdevries@suse.de>
1578
1579 PR go/17018
1580 * gdb.go/hello.exp: Copy ...
1581 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1582 print of st to print value of global definition. Add xfail for GCC
1583 PR93844.
1584 * gdb.go/hello.exp: Remove printing of st before definition.
1585 * gdb.go/hello.go: Copy ...
1586 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1587 to st.
1588 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1589
1590 2020-02-20 Tom de Vries <tdevries@suse.de>
1591
1592 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1593 (gdb_simple_compile): Handle compile_flags go by using .go extension
1594 for source file.
1595 * gdb.go/chan.exp: Use support_go_compile.
1596 * gdb.go/handcall.exp: Same.
1597 * gdb.go/hello.exp: Same.
1598 * gdb.go/integers.exp: Same.
1599 * gdb.go/max-depth.exp: Same.
1600 * gdb.go/methods.exp: Same.
1601 * gdb.go/package.exp: Same.
1602 * gdb.go/strings.exp: Same.
1603 * gdb.go/types.exp: Same.
1604 * gdb.go/unsafe.exp: Same.
1605
1606 2020-02-19 Tom de Vries <tdevries@suse.de>
1607
1608 * gdb.python/lib-types.exp: Make xfail more strict.
1609
1610 2020-02-19 Tom de Vries <tdevries@suse.de>
1611
1612 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1613
1614 2020-02-19 Doug Evans <dje@google.com>
1615
1616 PR rust/25535
1617 * gdb.rust/simple.exp: Add test.
1618 * gdb.rust/simple.rs: Add test.
1619
1620 2020-02-19 Tom de Vries <tdevries@suse.de>
1621
1622 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1623 output line-by-line.
1624
1625 2020-02-19 Tom de Vries <tdevries@suse.de>
1626
1627 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1628
1629 2020-02-19 Tom de Vries <tdevries@suse.de>
1630
1631 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1632 prelink.
1633
1634 2020-02-19 Tom de Vries <tdevries@suse.de>
1635
1636 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1637 (gdb_do_cache): Use gdb_do_cache_wrap.
1638 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1639
1640 2020-02-19 Tom de Vries <tdevries@suse.de>
1641
1642 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1643 gdb_compile option.
1644
1645 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1646
1647 * gdb.base/printcmds.exp (test_print_enums): Update expected
1648 output.
1649
1650 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1651
1652 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1653 for "unknown".
1654
1655 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1656
1657 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1658 enumerator.
1659
1660 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1661
1662 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1663 FE_, add FE_NONE.
1664 (three): Update.
1665 (enum flag_enum_without_zero): New enum.
1666 (flag_enum_without_zero): New variable.
1667 (enum not_flag_enum): New enum.
1668 (three_not_flag): New variable.
1669 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1670 (test_print_enums): Add more tests for printing flag enums.
1671
1672 2020-02-18 Tom de Vries <tdevries@suse.de>
1673
1674 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1675 (gdb_compile_ada): ... here.
1676 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1677 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1678
1679 2020-02-14 Tom Tromey <tom@tromey.com>
1680
1681 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1682 build directory.
1683 * boards/gdbserver-base.exp: Update path to gdbserver.
1684
1685 2020-02-13 Tom de Vries <tdevries@suse.de>
1686
1687 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1688
1689 2020-02-13 Tom de Vries <tdevries@suse.de>
1690
1691 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1692 are missing.
1693
1694 2020-02-13 Tom de Vries <tdevries@suse.de>
1695
1696 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1697 call.
1698
1699 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1700
1701 PR tui/25126
1702 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1703 * gdb.base/cached-source-file.c: New file.
1704 * gdb.base/cached-source-file.exp: New file.
1705
1706 2020-02-11 Tom de Vries <tdevries@suse.de>
1707
1708 PR testsuite/25488
1709 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1710
1711 2020-02-10 Tom de Vries <tdevries@suse.de>
1712
1713 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1714
1715 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
1716
1717 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1718 and $after_addr are both integers before making a comparison.
1719
1720 2020-02-09 Tom de Vries <tdevries@suse.de>
1721
1722 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1723 command output and paste it into gdb.log. If any, paste catch message
1724 to gdb.log.
1725
1726 2020-02-07 Tom Tromey <tromey@adacore.com>
1727
1728 PR breakpoints/24915:
1729 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1730
1731 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
1732
1733 * gdb.tui/tui-missing-src.exp: Add the "missing source
1734 file" test for the TUI.
1735
1736 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1737
1738 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1739 including a port number in the output.
1740
1741 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1742
1743 * lib/fortran.exp (fortran_int4): Handle clang.
1744 (fortran_int8): Likewise.
1745 (fortran_real4): Likewise.
1746 (fortran_real8): Likewise.
1747 (fortran_complex4): Likewise.
1748 (fortran_logical4): Likewise.
1749 (fortran_character1): Likewise.
1750
1751 2020-02-04 Tom de Vries <tdevries@suse.de>
1752
1753 * README (Race detection): Add note.
1754
1755 2020-02-04 Tom de Vries <tdevries@suse.de>
1756
1757 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1758
1759 2020-02-04 Tom de Vries <tdevries@suse.de>
1760
1761 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1762
1763 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1764
1765 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1766 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1767 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1768 blttar, bnetarl.
1769 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1770 binary for blttar, bnetarl.
1771 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1772 wait instruction. Delete ldmx test.
1773 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1774
1775 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1776
1777 * gdb.fortran/array-bounds-high.exp: New file.
1778 * gdb.fortran/array-bounds-high.f90: New file.
1779
1780 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1781
1782 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1783 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1784
1785 2020-02-01 Tom de Vries <tdevries@suse.de>
1786
1787 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1788
1789 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1790
1791 PR tui/9765
1792 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1793 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1794
1795 2020-01-29 Luis Machado <luis.machado@linaro.org>
1796
1797 * gdb.arch/aarch64-brk-patterns.c: New source file.
1798 * gdb.arch/aarch64-brk-patterns.exp: New test.
1799
1800 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1801
1802 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1803 GCC/Clang version.
1804 * gdb.cp/pass-by-ref.exp: Ditto.
1805
1806 2020-01-29 Tom de Vries <tdevries@suse.de>
1807
1808 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1809 * gdb.threads/watchpoint-fork-mt.c: Same.
1810 * gdb.threads/watchpoint-fork-parent.c: Same.
1811 * gdb.threads/watchpoint-fork-st.c: Same.
1812 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1813
1814 2020-01-27 Luis Machado <luis.machado@linaro.org>
1815
1816 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1817 sitting at a syscall instruction when we hit the syscall function's
1818 breakpoint.
1819 Check PC against one obtained with the x command.
1820 Validate syscall number.
1821 (step_over_syscall): Don't continue to the syscall instruction if
1822 we're already there.
1823
1824 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1825
1826 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1827
1828 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1829
1830 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1831 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1832
1833 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1834
1835 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1836 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1837
1838 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1839
1840 * gdb.base/maint.exp: Update line table parsing test.
1841 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1842
1843 2020-01-24 Pedro Alves <palves@redhat.com>
1844
1845 PR gdb/25410
1846 * gdb.multi/multi-re-run-1.c: New.
1847 * gdb.multi/multi-re-run-2.c: New.
1848 * gdb.multi/multi-re-run.exp: New.
1849
1850 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1851
1852 PR gdb/23718
1853 * gdb.server/server-kill-python.exp: New file.
1854
1855 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1856
1857 * gdb.server/multi-ui-errors.c: New file.
1858 * gdb.server/multi-ui-errors.exp: New file.
1859
1860 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1861
1862 PR tui/9765
1863 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1864
1865 2020-01-19 Tom Tromey <tom@tromey.com>
1866
1867 * gdb.tui/main.exp: Add check for plain "file".
1868
1869 2020-01-16 Christian Biesinger <cbiesinger@google.com>
1870
1871 * lib/gdb.exp: Fix spelling error (seperatelly).
1872
1873 2020-01-14 Tom Tromey <tom@tromey.com>
1874
1875 PR symtab/12535:
1876 * gdb.python/python.exp: Test decode_line with empty string
1877 argument.
1878
1879 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1880
1881 * gdb.base/skip-inline.exp: Extend test.
1882
1883 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1884
1885 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1886 * gdb.dwarf2/dw2-bad-elf.c: New file.
1887 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1888
1889 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1890
1891 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1892 _line_saw_file.
1893
1894 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1895
1896 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1897 border.
1898
1899 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1900
1901 * gdb.multi/multi-target.exp (setup): Factor out "info
1902 connections" and "info inferiors" tests to ...
1903 (test_info_inferiors): ... this new procedure.
1904 (top level): Run new "info-inferiors" tests.
1905
1906 2020-01-10 Pedro Alves <palves@redhat.com>
1907
1908 * gdb.server/bkpt-other-inferior.exp: New file.
1909
1910 2020-01-10 Pedro Alves <palves@redhat.com>
1911
1912 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1913 of "add-inferior".
1914 * gdb.base/quit-live.exp: Likewise.
1915 * gdb.base/remote-exec-file.exp: Likewise.
1916 * gdb.guile/scm-progspace.exp: Likewise.
1917 * gdb.linespec/linespec.exp: Likewise.
1918 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1919 * gdb.mi/user-selected-context-sync.exp: Likewise.
1920 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1921 "info inferiors" tests.
1922 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1923 "add-inferior".
1924 * gdb.multi/watchpoint-multi.exp: Likewise.
1925 * gdb.python/py-inferior.exp: Likewise.
1926 * gdb.server/extended-remote-restart.exp: Likewise.
1927 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1928 "info inferiors".
1929 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1930 * gdb.trace/report.exp: Likewise.
1931
1932 2020-01-10 Pedro Alves <palves@redhat.com>
1933
1934 * gdb.multi/multi-target.c: New file.
1935 * gdb.multi/multi-target.exp: New file.
1936 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1937 mode requested, but remote does not support non-stop".
1938
1939 2020-01-10 Pedro Alves <palves@redhat.com>
1940
1941 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1942 disconnect before reconnecting.
1943
1944 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1945 Pedro Alves <palves@redhat.com>
1946
1947 * gdb.server/connect-without-multi-process.exp: Also test
1948 continuing to end.
1949
1950 2020-01-10 Pedro Alves <palves@redhat.com>
1951
1952 * gdb.base/remote-exec-file.exp: New file.
1953
1954 2020-01-10 Pedro Alves <palves@redhat.com>
1955
1956 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1957 output.
1958 * gdb.threads/async.c: New.
1959 * gdb.threads/async.exp: New.
1960 * gdb.multi/tids-gid-reset.c: New.
1961 * gdb.multi/tids-gid-reset.exp: New.
1962
1963 2020-01-10 George Barrett <bob@bob131.so>
1964
1965 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1966 to help in finding the image relocation offset.
1967 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1968 options in arguments.
1969 (stap_test_no_debuginfo): Likewise.
1970 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1971 test variants.
1972 (stap_test): Add null semaphore relocation test.
1973
1974 2020-01-10 George Barrett <bob@bob131.so>
1975
1976 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1977 * gdb.base/stap-probe.exp: Likewise.
1978 (stap_test): Pass argument as an additional flag.
1979 (stap_test_no_debuginfo): Likewise.
1980 (stap_test): Check `info probes stap' output for semaphore
1981 addresses if the test binary is supposed to have them.
1982
1983 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1984
1985 * gdb.tui/basic.exp: Add more scrolling tests.
1986
1987 2020-01-09 Tom Tromey <tom@tromey.com>
1988
1989 PR tui/18932:
1990 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1991 meangingful value.
1992 (Term::command, Term::resize): Update.
1993 * gdb.tui/basic.exp: Add scrolling test.
1994
1995 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1996
1997 * gdb.tui/tui-layout-asm.exp: New file.
1998
1999 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2000
2001 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2002
2003 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2004
2005 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2006 (Term::enter_tui): Use Term::prepare_for_tui.
2007
2008 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2009
2010 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2011 called.
2012
2013 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2014
2015 * gdb.base/skip.exp: Fix race condition in test.
2016
2017 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2018
2019 * gdb.base/backtrace.c: New file.
2020 * gdb.base/backtrace.exp: New file.
2021
2022 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2023
2024 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2025
2026 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2027
2028 * gdb.base/style.exp: Test that warnings are styled.
2029
2030 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2031
2032 * gdb.base/line65535.exp: New file.
2033 * gdb.base/line65535.c: New file.
2034
2035 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2036
2037 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2038 * lib/gnat_debug_info_test.adb: New file.
2039 * gdb.ada/ptype_tagged_param.exp: Use
2040 gnat_runtime_has_debug_info, expect a different output if
2041 runtime does not have debug info.
2042
2043 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2044
2045 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2046 (another) quote in test name.
2047
2048 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2049
2050 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2051 Add quote in test name.
2052
2053 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2054
2055 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2056 directory instead.
2057 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2058 * gdb.cp/pass-by-ref-2.cc: New file.
2059 * gdb.cp/pass-by-ref-2.exp: New file.
2060
2061 2019-12-20 Tom Tromey <tom@tromey.com>
2062
2063 * gdb.tui/list-before.exp: New file.
2064
2065 2019-12-20 Tom Tromey <tom@tromey.com>
2066
2067 * gdb.tui/list.exp: Check for source on initial listing.
2068
2069 2019-12-11 Tom Tromey <tromey@adacore.com>
2070
2071 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2072 Add crlf test.
2073
2074 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
2075
2076 * gdb.base/default.exp: Update value of $_gdb_major.
2077
2078 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2079
2080 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2081
2082 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2083
2084 * gdb.base/skip.exp: Whitespace fix.
2085
2086 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2087
2088 * gdb.base/skip-inline.c: New file.
2089 * gdb.base/skip-inline.exp: New file.
2090
2091 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2092
2093 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2094 jit_function_00 to jit_function_stack_mangle.
2095 * gdb.base/jithost.c (jit_function_t): Rename to...
2096 (jit_function_stack_mangle_t): ... this.
2097 (jit_function_add_t): New typedef.
2098 (jit_function_00_code): Rename to...
2099 (jit_function_stack_mangle_code): ... this, make static.
2100 (jit_function_add_code): New.
2101 (main): Generate "add" function and call it. Adjust to changes
2102 in jithost_abi.
2103 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2104 (struct jithost_abi) <begin, end>: Remove fields.
2105 <object, function_stack_mangle, function_add>: New fields.
2106 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2107 code_end>: Remove fields.
2108 <func_stack_mangle>: New field.
2109 (read_debug_info): Adjust to renaming, create block for "add"
2110 function.
2111 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2112
2113 2019-12-11 Tom Tromey <tom@tromey.com>
2114
2115 * gdb.tui/resize.exp: Fix regexp.
2116 * gdb.tui/regs.exp: Fix regexps.
2117 * gdb.tui/main.exp: Fix regexp.
2118
2119 2019-12-11 Tom Tromey <tom@tromey.com>
2120
2121 * gdb.tui/resize.exp: Update.
2122 * gdb.tui/empty.exp (layouts): Update.
2123
2124 2019-12-11 Tom Tromey <tom@tromey.com>
2125
2126 * gdb.tui/regs.exp: Update.
2127 * gdb.tui/empty.exp (layouts): Update.
2128 * gdb.tui/basic.exp: Update.
2129 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2130
2131 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2132
2133 * gdb.base/options.exp: Add -raw-values in the print completion list.
2134 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2135
2136 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2137
2138 * gdb.threads/omp-par-scope.c: New file.
2139 * gdb/threads/omp-par-scope.exp: New file.
2140
2141 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2142
2143 * lib/gdb.exp (support_nested_function_tests): New proc.
2144
2145 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2146
2147 * lib/gdb.exp (gdb_compile_openmp): New proc.
2148 (build_executable_from_specs): Add an "openmp" option.
2149 (gdb_compile_pthreads): Add non-executable case.
2150
2151 2019-12-10 Tom Tromey <tromey@adacore.com>
2152
2153 * gdb.ada/unchecked_union.exp: New file.
2154 * gdb.ada/unchecked_union/pck.adb: New file.
2155 * gdb.ada/unchecked_union/pck.ads: New file.
2156 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2157 * gdb-utils.exp (string_to_regexp): Also quote "?".
2158
2159 2019-12-10 George Barrett <bob@bob131.so>
2160
2161 Test scripted probe breakpoints.
2162 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2163 * gdb.python/py-breakpoint.c (main): Likewise.
2164 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2165 specifier test.
2166 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2167
2168 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2169
2170 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2171 an rvalue parameter.
2172 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2173 parameter.
2174
2175 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2176
2177 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2178 modules.
2179
2180 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2181
2182 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2183 broken version of GCC.
2184
2185 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2186
2187 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2188 sym-info-cmds library.
2189 * gdb.fortran/info-types.exp: Likewise.
2190 * lib/sym-info-cmds.exp: New file.
2191
2192 2019-12-08 Tom de Vries <tdevries@suse.de>
2193
2194 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2195
2196 2019-12-07 Keith Seitz <keiths@redhat.com>
2197
2198 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2199 * gdb.base/corefile-buildid-shlib.c: New file.
2200 * gdb.base/corefile-buildid.c: New file.
2201 * gdb.base/corefile-buildid.exp: New file.
2202
2203 2019-12-06 Tom de Vries <tdevries@suse.de>
2204
2205 * gdb.dwarf2/varval.exp: Add decl before def test.
2206
2207 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2208
2209 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2210
2211 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2212
2213 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2214 CV and reference conversion for overload resolution.
2215 * gdb.cp/rvalue-ref-overload.exp: Test it.
2216
2217 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2218
2219 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2220 * gdb.base/frameapply.exp: Test faas without command.
2221
2222 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2223
2224 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2225 Fortran tests.
2226 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2227 order.
2228
2229 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2230
2231 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2232 casting to type with no kind specified.
2233 (test_basic_parsing_of_type_kinds): Additional tests for types
2234 with no kind specified, and add tests for single/double
2235 precision/complex types.
2236
2237 2019-12-04 Tom Tromey <tromey@adacore.com>
2238
2239 * gdb.base/endianity.c (struct other) <x>: New field.
2240 (main): Initialize it.
2241 * gdb.base/endianity.exp: Update.
2242
2243 2019-12-04 Tom Tromey <tromey@adacore.com>
2244
2245 * gdb.ada/scalar_storage/storage.adb: New file.
2246 * gdb.ada/scalar_storage/pck.adb: New file.
2247 * gdb.ada/scalar_storage/pck.ads: New file.
2248 * gdb.ada/scalar_storage.exp: New file.
2249
2250 2019-12-04 Tom Tromey <tromey@adacore.com>
2251
2252 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2253 (main): Initialize it.
2254 * gdb.base/endianity.exp: Update.
2255
2256 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2257
2258 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2259
2260 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2261
2262 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2263 -symbol-info-module-functions and -symbol-info-module-variables.
2264
2265 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2266
2267 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2268
2269 2019-12-01 Richard Bunt <richard.bunt@arm.com>
2270 Andrew Burgess <andrew.burgess@embecosm.com>
2271
2272 * gdb.fortran/derived-type-striding.exp: New file.
2273 * gdb.fortran/derived-type-striding.f90: New file.
2274 * gdb.fortran/array-slices.exp: New file.
2275 * gdb.fortran/array-slices.f90: New file.
2276
2277 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2278
2279 * gdb.base/define.exp: Test . in command names.
2280 * gdb.base/setshow.exp: Update test, as . is now part of
2281 command name.
2282
2283 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2284
2285 * gdb.base/define-prefix.exp: New file.
2286
2287 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2288
2289 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2290 compile.
2291 (skip_btrace_pt_tests): Likewise.
2292
2293 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2294
2295 * gdb.fortran/info-modules.exp: Compile source files in correct
2296 order.
2297
2298 2019-11-27 Kevin Buettner <kevinb@redhat.com>
2299
2300 * gdb.dwarf2/imported-unit.exp: New file.
2301 * gdb.dwarf2/imported-unit.c: New file.
2302
2303 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2304
2305 * gdb.mi/mi-fortran-modules-2.f90: New file.
2306 * gdb.mi/mi-fortran-modules.exp: New file.
2307 * gdb.mi/mi-fortran-modules.f90: New file.
2308
2309 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2310
2311 * gdb.mi/mi-sym-info-1.c: New file.
2312 * gdb.mi/mi-sym-info-2.c: New file.
2313 * gdb.mi/mi-sym-info.exp: New file.
2314
2315 2019-11-22 Tom Tromey <tromey@adacore.com>
2316
2317 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2318 * gdb.ada/tasks/foo.adb: Add another stopping location.
2319
2320 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2321
2322 * gdb.base/endianity.c: New test.
2323 * gdb.base/endianity.exp: New file.
2324
2325 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2326
2327 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2328
2329 2019-11-21 Tom de Vries <tdevries@suse.de>
2330
2331 PR gdb/24956
2332 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2333
2334 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2335
2336 * gdb.python/py-progspace.exp: Add missing parentheses on some
2337 'print' commands.
2338
2339 2019-11-19 Tom Tromey <tom@tromey.com>
2340
2341 * gdb.tui/winheight.exp: New file.
2342
2343 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2344
2345 * gdb.base/ctf-whatis.c: Delete.
2346 * gdb.base/ctf-whatis.exp: Delete.
2347 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2348
2349 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2350
2351 * gdb.base/ctf-cvexpr.exp: Delete.
2352 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2353
2354 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2355
2356 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2357 the compiler. Clean up header comment a little.
2358 * gdb.base/ctf-ptype.exp: Likewise.
2359 * gdb.base/ctf-whatis.exp: Likewise.
2360 * lib/gdb.exp (skip_ctf_tests): New proc.
2361
2362 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2363
2364 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2365 * gdb.tui/corefile-run.exp: New file.
2366
2367 2019-11-14 Tom Tromey <tromey@adacore.com>
2368
2369 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2370 regression tests.
2371
2372 2019-11-12 Tom Tromey <tom@tromey.com>
2373
2374 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2375 after any command. Expect prompt after WAIT_FOR is seen.
2376 (enter_tui): Enable resize messages.
2377 (command): Expect command in output.
2378 (get_line): Avoid error when cursor appears to be off-screen.
2379 (dump_screen): Include screen size in title.
2380 (_do_resize): New proc, from "resize".
2381 (resize): Rewrite. Do resize in two steps.
2382 * gdb.tui/empty.exp (layouts): Fix entries.
2383 (check_boxes): Remove xfail.
2384 (check_text): Dump screen on failure.
2385
2386 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2387
2388 * gdb.python/py-symbol.exp: Add test for
2389 gdb.lookup_static_symbols.
2390
2391 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2392
2393 * gdb.python/py-symbol.c: Declare and call function from new
2394 py-symbol-2.c file.
2395 * gdb.python/py-symbol.exp: Compile both source files, and add new
2396 tests for gdb.lookup_static_symbol.
2397 * gdb.python/py-symbol-2.c: New file.
2398
2399 2019-11-02 Tom de Vries <tdevries@suse.de>
2400
2401 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2402 * gdb.base/anon.exp: Same.
2403 * gdb.base/auto-connect-native-target.exp: Same.
2404 * gdb.base/call-ar-st.exp: Same.
2405 * gdb.base/catch-syscall.exp: Same.
2406 * gdb.base/commands.exp: Same.
2407 * gdb.base/default.exp: Same.
2408 * gdb.base/display.exp: Same.
2409 * gdb.base/float.exp: Same.
2410 * gdb.base/foll-fork.exp: Same.
2411 * gdb.base/help.exp: Same.
2412 * gdb.base/info-macros.exp: Same.
2413 * gdb.base/info-proc.exp: Same.
2414 * gdb.base/info-target.exp: Same.
2415 * gdb.base/long_long.exp: Same.
2416 * gdb.base/macscp.exp: Same.
2417 * gdb.base/memattr.exp: Same.
2418 * gdb.base/nofield.exp: Same.
2419 * gdb.base/pointers.exp: Same.
2420 * gdb.base/printcmds.exp: Same.
2421 * gdb.base/ptype.exp: Same.
2422 * gdb.base/restore.exp: Same.
2423 * gdb.base/return.exp: Same.
2424 * gdb.base/scope.exp: Same.
2425 * gdb.base/set-noassign.exp: Same.
2426 * gdb.base/setshow.exp: Same.
2427 * gdb.base/shlib-call.exp: Same.
2428 * gdb.base/signals.exp: Same.
2429 * gdb.base/sigstep.exp: Same.
2430 * gdb.base/skip.exp: Same.
2431 * gdb.base/solib-symbol.exp: Same.
2432 * gdb.base/stap-probe.exp: Same.
2433 * gdb.base/step-line.exp: Same.
2434 * gdb.base/step-test.exp: Same.
2435 * gdb.base/style.exp: Same.
2436 * gdb.base/varargs.exp: Same.
2437 * gdb.base/vla-datatypes.exp: Same.
2438 * gdb.base/vla-ptr.exp: Same.
2439 * gdb.base/vla-sideeffect.exp: Same.
2440 * gdb.base/volatile.exp: Same.
2441 * gdb.base/watch-cond-infcall.exp: Same.
2442 * gdb.base/watchpoint.exp: Same.
2443
2444 2019-11-02 Tom de Vries <tdevries@suse.de>
2445
2446 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2447 * gdb.cp/cpexprs.exp: Same.
2448 * gdb.cp/except-multi-location.exp: Same.
2449 * gdb.cp/exceptprint.exp: Same.
2450 * gdb.cp/gdb2384.exp: Same.
2451 * gdb.cp/inherit.exp: Same.
2452 * gdb.cp/m-static.exp: Same.
2453 * gdb.cp/meth-typedefs.exp: Same.
2454 * gdb.cp/misc.exp: Same.
2455 * gdb.cp/namespace.exp: Same.
2456 * gdb.cp/non-trivial-retval.exp: Same.
2457 * gdb.cp/overload.exp: Same.
2458 * gdb.cp/pr17132.exp: Same.
2459 * gdb.cp/re-set-overloaded.exp: Same.
2460 * gdb.cp/rvalue-ref-types.exp: Same.
2461 * gdb.cp/templates.exp: Same.
2462
2463 2019-11-01 Luis Machado <luis.machado@linaro.org>
2464
2465 PR gdb/25124
2466
2467 * gdb.arch/pr25124.S: New file.
2468 * gdb.arch/pr25124.exp: New file.
2469
2470 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2471
2472 * gdb.fortran/info-modules.exp: Update expected results, and add
2473 additional tests for 'info module functinos', and 'info module
2474 variables'.
2475 * gdb.fortran/info-types.exp: Update expected results.
2476 * gdb.fortran/info-types.f90: Extend testcase with additional
2477 module variables and functions.
2478
2479 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2480
2481 * gdb.fortran/info-modules.exp: New file.
2482 * gdb.fortran/info-types.exp: Build with new file.
2483 * gdb.fortran/info-types.f90: Include and use new module.
2484 * gdb.fortran/info-types-2.f90: New file.
2485
2486 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2487
2488 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2489 * gdb.base/settings.exp: Test all settings types using
2490 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2491 that now verifies that the value of "maint show" is the same as
2492 returned by the settings functions. Test the type of the
2493 maintenance settings.
2494 * gdb.base/default.exp: Update show_conv_list.
2495
2496 2019-10-31 Tom de Vries <tdevries@suse.de>
2497
2498 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2499 gdb_test.
2500 * gdb.arch/amd64-disp-step.exp: Same.
2501 * gdb.asm/asm-source.exp: Same.
2502 * gdb.btrace/buffer-size.exp: Same.
2503 * gdb.btrace/cpu.exp: Same.
2504 * gdb.btrace/enable.exp: Same.
2505 * gdb.dwarf2/count.exp: Same.
2506 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2507 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2508 * gdb.fortran/vla-datatypes.exp: Same.
2509 * gdb.fortran/vla-history.exp: Same.
2510 * gdb.fortran/vla-ptype.exp: Same.
2511 * gdb.fortran/vla-value.exp: Same.
2512 * gdb.fortran/whatis_type.exp: Same.
2513 * gdb.guile/guile.exp: Same.
2514 * gdb.multi/tids.exp: Same.
2515 * gdb.python/py-finish-breakpoint.exp: Same.
2516 * gdb.python/py-framefilter.exp: Same.
2517 * gdb.python/py-pp-registration.exp: Same.
2518 * gdb.python/py-xmethods.exp: Same.
2519 * gdb.python/python.exp: Same.
2520 * gdb.server/connect-with-no-symbol-file.exp: Same.
2521 * gdb.server/no-thread-db.exp: Same.
2522 * gdb.server/run-without-local-binary.exp: Same.
2523 * gdb.stabs/weird.exp: Same.
2524 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2525 * gdb.threads/thread-find.exp: Same.
2526 * gdb.threads/tls-shared.exp: Same.
2527 * gdb.threads/tls.exp: Same.
2528 * gdb.threads/wp-replication.exp: Same.
2529 * gdb.trace/ax.exp: Same.
2530 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2531
2532 2019-10-31 Tom de Vries <tdevries@suse.de>
2533
2534 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2535 * gdb.ada/array_subscript_addr.exp: Same.
2536 * gdb.ada/arrayidx.exp: Same.
2537 * gdb.ada/arrayparam.exp: Same.
2538 * gdb.ada/arrayptr.exp: Same.
2539 * gdb.ada/boolean_expr.exp: Same.
2540 * gdb.ada/call_pn.exp: Same.
2541 * gdb.ada/complete.exp: Same.
2542 * gdb.ada/fixed_cmp.exp: Same.
2543 * gdb.ada/fun_addr.exp: Same.
2544 * gdb.ada/funcall_param.exp: Same.
2545 * gdb.ada/interface.exp: Same.
2546 * gdb.ada/mod_from_name.exp: Same.
2547 * gdb.ada/null_array.exp: Same.
2548 * gdb.ada/packed_array.exp: Same.
2549 * gdb.ada/packed_tagged.exp: Same.
2550 * gdb.ada/print_chars.exp: Same.
2551 * gdb.ada/print_pc.exp: Same.
2552 * gdb.ada/ptype_arith_binop.exp: Same.
2553 * gdb.ada/ptype_field.exp: Same.
2554 * gdb.ada/ptype_tagged_param.exp: Same.
2555 * gdb.ada/rec_return.exp: Same.
2556 * gdb.ada/ref_tick_size.exp: Same.
2557 * gdb.ada/str_ref_cmp.exp: Same.
2558 * gdb.ada/taft_type.exp: Same.
2559 * gdb.ada/tagged.exp: Same.
2560 * gdb.ada/type_coercion.exp: Same.
2561 * gdb.ada/uninitialized_vars.exp: Same.
2562
2563 2019-10-30 Tom de Vries <tdevries@suse.de>
2564
2565 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2566
2567 2019-10-26 Tom de Vries <tdevries@suse.de>
2568
2569 * gdb.base/bigcore.c: Fix typos in comments.
2570 * gdb.base/ctf-ptype.c: Same.
2571 * gdb.base/long_long.c: Same.
2572 * gdb.dwarf2/dw2-op-out-param.S: Same.
2573 * gdb.python/py-evthreads.c: Same.
2574 * gdb.reverse/i387-stack-reverse.c: Same.
2575 * gdb.trace/tfile.c: Same.
2576 * lib/compiler.c: Same.
2577 * lib/compiler.cc: Same.
2578
2579 2019-10-25 Tom de Vries <tdevries@suse.de>
2580
2581 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2582 gdb_test_multiple calls.
2583 * gdb.reverse/sigall-reverse.exp: Same.
2584 * gdb.reverse/solib-precsave.exp: Same.
2585 * gdb.reverse/solib-reverse.exp: Same.
2586 * gdb.reverse/until-precsave.exp: Same.
2587 * gdb.reverse/until-reverse.exp: Same.
2588
2589 2019-10-24 Tom de Vries <tdevries@suse.de>
2590
2591 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2592 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2593 kfail using -wrap pattern flag and convenience variable
2594 gdb_test_name.
2595
2596 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2597
2598 * gdb.python/py-progspace.exp: Add tests for the
2599 Progspace.block_for_pc method.
2600
2601 2019-10-23 Tom Tromey <tom@tromey.com>
2602
2603 * configure: Rebuild.
2604 * aclocal.m4: Use m4_include, not sinclude.
2605
2606 2019-10-21 Tom de Vries <tdevries@suse.de>
2607
2608 * gdb.base/infcall-nested-structs.c: Add
2609 __attribute__((noinline,noclone)) to all functions.
2610 (call_all): Add missing variable initialization. Simplify return value.
2611 (breakpt): Increment volatile variable, to prevent call from being
2612 optimized out.
2613 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2614
2615 2019-10-17 Tom de Vries <tdevries@suse.de>
2616
2617 * gdb.fortran/module.exp: Allow info variables to print info for files
2618 other than module.f90.
2619
2620 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2621
2622 * gdb.fortran/module.exp: Extend with 'info variables' test.
2623
2624 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2625
2626 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2627 F77_FOR_TARGET.
2628
2629 2019-10-16 Tom de Vries <tdevries@suse.de>
2630
2631 PR tdep/25096
2632 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2633
2634 2019-10-16 Tom de Vries <tdevries@suse.de>
2635
2636 PR tdep/24104
2637 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2638 Add KFAIL for PR tdep/25096.
2639
2640 2019-10-16 Tom de Vries <tdevries@suse.de>
2641
2642 PR testsuite/25059
2643 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2644
2645 2019-10-16 Tom de Vries <tdevries@suse.de>
2646
2647 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2648 as signed.
2649
2650 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2651
2652 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2653 one instead of increasing timeout.
2654
2655 2019-10-13 Tom de Vries <tdevries@suse.de>
2656
2657 PR record/25038
2658 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2659 * gdb.reverse/sigall-reverse.exp: Same.
2660 * gdb.reverse/solib-precsave.exp: Same.
2661 * gdb.reverse/solib-reverse.exp: Same.
2662 * gdb.reverse/step-precsave.exp: Same.
2663 * gdb.reverse/until-precsave.exp: Same.
2664 * gdb.reverse/until-reverse.exp: Same.
2665 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2666
2667 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2668
2669 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2670 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2671 (cmp_struct_05_01, cmp_struct_static_02_01)
2672 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2673 comparisons.
2674
2675 2019-10-10 Tom de Vries <tdevries@suse.de>
2676
2677 PR testsuite/24888
2678 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2679 gnatlink.
2680
2681 2019-10-09 Tom de Vries <tdevries@suse.de>
2682
2683 PR testsuite/25048
2684 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2685
2686 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2687
2688 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2689 exceptions due to missing debug information.
2690
2691 2019-10-07 Tom de Vries <tdevries@suse.de>
2692
2693 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2694
2695 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2696
2697 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2698 * gdb.base/annota1.exp: Update to use gdb_test_name.
2699
2700 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2701
2702 * gdb.base/ctf-whatis.exp: New file.
2703 * gdb.base/ctf-whatis.c: New file.
2704 * gdb.base/ctf-ptype.exp: New file.
2705 * gdb.base/ctf-ptype.c: New file.
2706 * gdb.base/ctf-constvars.exp: New file.
2707 * gdb.base/ctf-constvars.c: New file.
2708 * gdb.base/ctf-cvexpr.exp: New file.
2709
2710 2019-10-04 Tom de Vries <tdevries@suse.de>
2711
2712 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2713 for loop.
2714
2715 2019-10-03 Tom Tromey <tom@tromey.com>
2716
2717 PR rust/24976:
2718 * gdb.rust/simple.rs (Union2): New type.
2719 (main): Use Union2.
2720 * gdb.rust/simple.exp: Add test.
2721
2722 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2723
2724 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2725 nested function prefix.
2726
2727 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2728 Richard Bunt <richard.bunt@arm.com>
2729 Andrew Burgess <andrew.burgess@embecosm.com>
2730
2731 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2732 nested functions.
2733 * gdb.fortran/nested-funcs.f90: Update expected results.
2734 * gdb.fortran/nested-funcs-2.exp: New file.
2735 * gdb.fortran/nested-funcs-2.f90: New file.
2736
2737 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2738
2739 * gdb.python/py-parameter.exp: Make test names unique.
2740 * gdb.python/py-template.exp: Likewise.
2741 * gdb.python/py-value.exp: Likewise.
2742
2743 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2744
2745 * gdb.base/break-interp.exp: Reduce test name duplication.
2746 * gdb.base/call-sc.exp: Likewise.
2747 * gdb.base/callfuncs.exp: Likewise.
2748 * gdb.base/charset.exp: Likewise.
2749 * gdb.base/dump.exp: Likewise.
2750 * gdb.base/ena-dis-br.exp: Likewise.
2751 * gdb.base/relational.exp: Likewise.
2752 * gdb.base/step-over-syscall.exp: Likewise.
2753 * gdb.base/structs.exp: Likewise.
2754
2755 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2756
2757 * gdb.linespec/explicit.exp: Make test names unique.
2758 * gdb.linespec/ls-errs.exp: Likewise.
2759
2760 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2761
2762 * gdb.reverse/break-precsave.exp: Make test names unique.
2763 * gdb.reverse/break-reverse.exp: Likewise.
2764 * gdb.reverse/finish-precsave.exp: Likewise.
2765 * gdb.reverse/finish-reverse.exp: Likewise.
2766 * gdb.reverse/machinestate-precsave.exp: Likewise.
2767 * gdb.reverse/machinestate.exp: Likewise.
2768 * gdb.reverse/readv-reverse.exp: Likewise.
2769 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2770 * gdb.reverse/sigall-precsave.exp: Likewise.
2771 * gdb.reverse/sigall-reverse.exp: Likewise.
2772 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2773 * gdb.reverse/watch-precsave.exp: Likewise.
2774 * gdb.reverse/watch-reverse.exp: Likewise.
2775
2776 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2777
2778 * gdb.threads/stop-with-handle.c: New file.
2779 * gdb.threads/stop-with-handle.exp: New file.
2780
2781 2019-10-03 Tom de Vries <tdevries@suse.de>
2782
2783 PR testsuite/25059
2784 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2785 directory" line to be missing.
2786
2787 2019-10-03 Tom de Vries <tdevries@suse.de>
2788
2789 PR testsuite/25059
2790 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2791 type optional.
2792
2793 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2794
2795 * gdb.python/py-format-string.c (string.h): New include.
2796 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2797 the same value, for endianness-independence.
2798 * gdb.python/py-format-string.exp (default_regexp_dict)
2799 (test_pretty_structs, test_format): Adjust expected output to the
2800 changed initialization.
2801
2802 2019-10-02 Tom Tromey <tromey@adacore.com>
2803
2804 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2805
2806 2019-10-02 Pedro Alves <palves@redhat.com>
2807 Andrew Burgess <andrew.burgess@embecosm.com>
2808
2809 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2810 "print-file-var.h".
2811 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2812 (get_version_1): Print this_version_id and its address.
2813 Add extern "C" wrappers around interface functions.
2814 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2815 "print-file-var.h".
2816 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2817 (get_version_2): Print this_version_id and its address.
2818 Add extern "C" wrappers around interface functions.
2819 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2820 <stddef.h> and "print-file-var.h".
2821 Add extern "C" wrappers around interface functions.
2822 [VERSION_ID_MAIN] (this_version_id): Define.
2823 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2824 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2825 up extern "C" blocks.
2826 * gdb.base/print-file-var.exp (test): New, factored out from top
2827 level.
2828 (top level): Test all combinations of attribute hidden or not,
2829 dlopen or not, and this_version_id symbol in main file or not.
2830 Compile tests as both C++ and C, make test names unique.
2831
2832 2019-10-01 Tom Tromey <tom@tromey.com>
2833
2834 * gdb.base/style.exp: Test "show logging filename".
2835
2836 2019-10-01 Tom Tromey <tom@tromey.com>
2837
2838 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2839 * gdb.base/style.exp: Add metadata style test.
2840
2841 2019-10-01 Tom Tromey <tom@tromey.com>
2842
2843 * gdb.base/style.exp: Test "pwd".
2844
2845 2019-10-01 Tom Tromey <tom@tromey.com>
2846
2847 * gdb.base/style.exp: Update tests.
2848
2849 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2850
2851 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2852 'six' to unsigned.
2853 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2854 'five'. Use an all-ones bit pattern for each.
2855 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2856 to its changed values.
2857
2858 2019-09-30 Tom Tromey <tromey@adacore.com>
2859
2860 * gdb.rust/traits.rs: Disable all warnings.
2861
2862 2019-09-29 Tom de Vries <tdevries@suse.de>
2863
2864 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
2865
2866 2019-09-29 Tom de Vries <tdevries@suse.de>
2867
2868 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2869
2870 2019-09-27 Tom de Vries <tdevries@suse.de>
2871
2872 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2873
2874 2019-09-27 Tom de Vries <tdevries@suse.de>
2875
2876 PR record/23188
2877 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2878
2879 2019-09-26 Tom Tromey <tromey@adacore.com>
2880
2881 * gdb.ada/py_taft.exp: New file.
2882 * gdb.ada/py_taft/main.adb: New file.
2883 * gdb.ada/py_taft/pkg.adb: New file.
2884 * gdb.ada/py_taft/pkg.ads: New file.
2885
2886 2019-09-24 Tom de Vries <tdevries@suse.de>
2887
2888 PR gdb/24598
2889 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2890
2891 2019-09-22 Tom de Vries <tdevries@suse.de>
2892
2893 * gdb.base/restore.exp: Allow register variables to be optimized out at
2894 -O0.
2895
2896 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2897
2898 * gdb.arch/spu-info.exp: Remove file.
2899 * gdb.arch/spu-info.c: Remove file.
2900 * gdb.arch/spu-ls.exp: Remove file.
2901 * gdb.arch/spu-ls.c: Remove file.
2902
2903 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2904 * gdb.asm/spu.inc: Remove file.
2905
2906 * gdb.base/dump.exp: Remove support for spu*-*-*.
2907 * gdb.base/stack-checking.exp: Likewise.
2908 * gdb.base/overlays.exp: Likewise.
2909 * gdb.base/ovlymgr.c: Likewise.
2910 * gdb.base/spu.ld: Remove file.
2911
2912 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2913 * gdb.cp/cpexprs.exp: Likewise.
2914 * gdb.cp/exception.exp: Likewise.
2915 * gdb.cp/gdb2495.exp: Likewise.
2916 * gdb.cp/mb-templates.exp: Likewise.
2917 * gdb.cp/pr9167.exp: Likewise.
2918 * gdb.cp/userdef.exp: Likewise.
2919
2920 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2921
2922 * gdb.cell: Remove directory.
2923 * lib/cell.exp: Remove file.
2924
2925 2019-09-19 Tom de Vries <tdevries@suse.de>
2926
2927 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2928
2929 2019-09-19 Tom de Vries <tdevries@suse.de>
2930
2931 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2932
2933 2019-09-19 Tom de Vries <tdevries@suse.de>
2934
2935 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2936 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2937 (gdb_target_cmd): ... here.
2938 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2939 value 2.
2940
2941 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2942
2943 * gdb.base/source-dir.exp: Avoid having directory names in test
2944 names.
2945
2946 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2947
2948 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2949 directory.
2950
2951 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2952
2953 * gdb.base/list-missing-source.exp: New file.
2954
2955 2019-09-14 Tom de Vries <tdevries@suse.de>
2956
2957 PR teststuite/24599
2958 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2959 * lib/ada.exp (gnatmake_version_at_least): New proc.
2960
2961 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2962
2963 * gdb.base/maint.exp: Use exec_has_index_section.
2964
2965 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2966
2967 * gdb.base/maint.exp: Add test for 'maint info sections'.
2968
2969 2019-09-12 Tom de Vries <tdevries@suse.de>
2970
2971 * gdb.base/store.exp: Allow register variables to be optimized out at
2972 -O0.
2973
2974 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2975
2976 * gdb.ada/rdv_wait.exp: Update to new task names.
2977 * gdb.base/task_switch_in_core.exp: Likewise.
2978 * gdb.base/info_sources_base.c: Likewise.
2979
2980 2019-09-10 Tom Tromey <tromey@adacore.com>
2981
2982 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2983
2984 2019-09-10 Tom Tromey <tromey@adacore.com>
2985
2986 * gdb.ada/dgopt.exp: New file.
2987 * gdb.ada/dgopt/x.adb: New file.
2988
2989 2019-09-08 Tom Tromey <tom@tromey.com>
2990
2991 * gdb.tui/resize.exp: Remove setup_xfail.
2992 * gdb.tui/regs.exp: Remove setup_xfail.
2993 * gdb.tui/basic.exp: Remove setup_xfail.
2994
2995 2019-09-06 David Blaikie <dblaikie@gmail.com>
2996
2997 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
2998 * gdb.cp/cplabel.exp: Ditto.
2999 * gdb.linespec/ls-errs.exp: Ditto.
3000
3001 2019-09-05 Tom de Vries <tdevries@suse.de>
3002
3003 * lib/gdb.exp (cmp_file_string): New proc.
3004 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3005 runto_main. Verify save breakpoints output.
3006
3007 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3008
3009 * gdb.base/info-var.exp: Test info variables without running
3010 to main, to avoid expect's buffer overflow.
3011
3012 2019-09-03 Tom Tromey <tromey@adacore.com>
3013
3014 * gdb.ada/bias.exp: New file.
3015 * gdb.ada/bias/bias.adb: New file.
3016 * gdb.ada/print_chars.exp: Add regression test.
3017 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3018 (MC): New variable.
3019
3020 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3021
3022 * gdb.base/argv0-symlink.exp: Run only on native target
3023 and local host.
3024
3025 2019-08-29 Tom de Vries <tdevries@suse.de>
3026
3027 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3028 diverse debug info.
3029 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3030
3031 2019-08-28 Tom de Vries <tdevries@suse.de>
3032
3033 * gdb.base/info-var.exp: Allow info variables to print info for files
3034 other than info-var-f1.c and info-var-f2.c.
3035
3036 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3037
3038 * gdb.fortran/info-types.exp: Add module.
3039 * gdb.fortran/info-types.f90: Update expected results.
3040
3041 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3042
3043 * gdb.fortran/info-types.exp: New file.
3044 * gdb.fortran/info-types.f90: New file.
3045 * lib/fortran.exp (fortran_character1): New proc.
3046
3047 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3048
3049 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3050 functions'. Reindent as needed.
3051 * gdb.base/info-var-f1.c: New file.
3052 * gdb.base/info-var-f2.c: New file.
3053 * gdb.base/info-var.exp: New file.
3054 * gdb.base/info-var.h: New file.
3055
3056 2019-08-26 Tom de Vries <tdevries@suse.de>
3057
3058 PR c++/24852
3059 * gdb.cp/no-libstdcxx-probe.exp: New test.
3060
3061 2019-08-26 Tom de Vries <tdevries@suse.de>
3062
3063 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3064 * tests need to be skipped.
3065 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3066 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3067 mi_skip_libstdcxx_probe_tests.
3068
3069 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3070
3071 * gdb.python/py-xmethods.exp: Use raw strings when passing
3072 arguments to SimpleXMethodMatcher.
3073
3074 2019-08-22 Tom de Vries <tdevries@suse.de>
3075
3076 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3077 more informative.
3078
3079 2019-08-21 Pedro Alves <palves@redhat.com>
3080
3081 * gdb.base/with.exp: Test "with" with no arguments.
3082
3083 2019-08-21 Tom de Vries <tdevries@suse.de>
3084
3085 * gdb.base/gdb-caching-proc.exp: Sort files.
3086
3087 2019-08-20 Tom de Vries <tdevries@suse.de>
3088
3089 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3090 compilation.
3091
3092 2019-08-16 Tom de Vries <tdevries@suse.de>
3093
3094 * gdb.base/compare-sections.exp ("after run to main"): Allow
3095 mismatched read-only sections for PIE executables.
3096
3097 2019-08-16 Tom Tromey <tom@tromey.com>
3098
3099 * lib/tuiterm.exp (_csi_Z): New proc.
3100 * gdb.tui/basic.exp: Update window positions.
3101 * gdb.tui/empty.exp: Update window positions.
3102
3103 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3104
3105 * gdb.base/examine-backward.exp: Correct regexp for
3106 "examine 3 bytes backward from ${address_zero}".
3107
3108 2019-08-15 Tom Tromey <tom@tromey.com>
3109
3110 * gdb.tui/empty.exp: Enable resizing tests.
3111
3112 2019-08-15 Tom Tromey <tromey@adacore.com>
3113
3114 * gdb.ada/char_enum.exp: Add regression tests.
3115 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3116 and '0'.
3117 (Char, Gchar): Update.
3118 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3119
3120 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3121
3122 * gdb.python/python.exp: Expect a leading underscore on
3123 GdbOutput{,Error}File.
3124
3125 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3126
3127 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3128 Windows host.
3129
3130 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3131
3132 * gdb.base/batch-preserve-term-settings.exp
3133 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3134
3135 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3136
3137 * lib/gdb.exp: When running on a mingw target, replace
3138 /x/ with x:/.
3139
3140 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3141
3142 * gdb.arch/aarch64-prologue.c: New test.
3143 * gdb.arch/aarch64-prologue.exp: New file.
3144
3145 2019-08-13 Tom de Vries <tdevries@suse.de>
3146
3147 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3148 Thread.
3149
3150 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3151
3152 * gdb.python/py-completion.exp: Download the .py file to the host
3153 and use its host pathname. Conditionalize tests that use
3154 tab completion and manipulate files on the build machine.
3155 * gdb.python/py-events.exp: Download the .py file to the host
3156 and use its host pathname.
3157 * gdb.python/py-evsignal.exp: Likewise.
3158 * gdb.python/py-evthreads.exp: Likewise.
3159 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3160 pathname syntax.
3161 * gdb.python/py-framefilter.exp: Download the .py file to the right
3162 place on the host. Match Windows pathname syntax.
3163 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3164 .py file to the host and use its host pathname.
3165 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3166 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3167 build pathname. Skip symlink test on Windows host. Add missing
3168 newline at end of file.
3169 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3170 and use its host pathname.
3171 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3172 * gdb.python/py-section-script.exp: Use host location of binfile
3173 on safe-path. Use correct path separator on Windows host.
3174 Reorder alternatives in gdb_test_multiple to prevent matching
3175 the wrong alternative on success.
3176 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3177
3178 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3179
3180 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3181 expect the GDB inferior to no longer immediately stop after
3182 being resumed with "signal SIGINT".
3183
3184 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3185
3186 * gdb.linespec/break-ask.exp: Generalize regexps to match
3187 Windows pathnames too.
3188
3189 2019-08-08 Tom de Vries <tdevries@suse.de>
3190
3191 PR testsuite/24862
3192 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3193
3194 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3195
3196 * gdb.base/style.exp: Update tests for help doc new invariants.
3197 * gdb.base/help.exp: Likewise.
3198
3199 2019-08-06 Tom Tromey <tom@tromey.com>
3200
3201 * gdb.base/style.exp: Add disassemble test.
3202 * gdb.base/style.c (some_called_function): New function.
3203 (main): Use it.
3204
3205 2019-08-05 Christian Biesinger <cbiesinger@google.com>
3206
3207 * gdb.python/py-block.exp: Test dictionary access on blocks.
3208
3209 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
3210
3211 PR gdb/24863
3212 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3213 -list-thread-groups --available test when running under
3214 check-read1.
3215
3216 2019-08-05 Tom de Vries <tdevries@suse.de>
3217
3218 PR testsuite/24863
3219 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3220 * gdb.base/help.exp: Use with_read1_timeout_factor.
3221 * gdb.base/info-macros.exp: Same.
3222 * gdb.cp/nested-types.exp: Same.
3223
3224 2019-08-05 Tom de Vries <tdevries@suse.de>
3225
3226 * lib/gdb.exp (version_at_least): Factor out of ...
3227 (tcl_version_at_least): ... here.
3228 (gdb_compile): Fail if pie results in non-PIE executable.
3229 (readelf_version, readelf_prints_pie): New proc.
3230 (exec_is_pie): Return -1 if unknown.
3231
3232 2019-08-05 Tom de Vries <tdevries@suse.de>
3233
3234 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3235
3236 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3237
3238 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3239
3240 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3241
3242 * lib/completion-support.exp (test_gdb_complete_none): Skip
3243 tab completion tests if no readline support.
3244 (test_gdb_complete_unique_re): Likewise.
3245 (test_gdb_complete_multiple): Likewise.
3246
3247 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3248
3249 * gdb.base/info_sources.exp: New file.
3250 * gdb.base/info_sources.c: New file.
3251 * gdb.base/info_sources_base.c: New file.
3252
3253 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3254
3255 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3256 prefix argument.
3257 (test_exit_status): Add prefix argument.
3258
3259 2019-08-01 Tom de Vries <tdevries@suse.de>
3260
3261 PR testsuite/24863
3262 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3263 calling exp_continue for new thread and thread exited messages.
3264
3265 2019-08-01 Tom de Vries <tdevries@suse.de>
3266
3267 PR testsuite/24863
3268 * gdb.base/structs.exp: Fix check-read1 timeout using
3269 gdb_test_sequence.
3270 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3271
3272 2019-08-01 Tom de Vries <tdevries@suse.de>
3273
3274 PR testsuite/24863
3275 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3276 line.
3277
3278 2019-08-01 Tom de Vries <tdevries@suse.de>
3279
3280 PR testsuite/24863
3281 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3282
3283 2019-07-30 Tom Tromey <tromey@adacore.com>
3284
3285 * gdb.ada/display_nested.exp: New file.
3286 * gdb.ada/display_nested/foo.adb: New file.
3287 * gdb.ada/display_nested/pack.adb: New file.
3288 * gdb.ada/display_nested/pack.ads: New file.
3289
3290 2019-07-30 Christian Biesinger <cbiesinger@google.com>
3291
3292 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3293 namespace.
3294 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3295
3296 2019-07-30 Tom de Vries <tdevries@suse.de>
3297
3298 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3299 instead.
3300
3301 2019-07-30 Tom de Vries <tdevries@suse.de>
3302
3303 PR testsuite/24834
3304 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3305 (exec_is_pie): New proc.
3306
3307 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3308
3309 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3310
3311 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3312
3313 * gdb.python/py-objfile.c: Add global and static vars.
3314 * gdb.python/py-objfile.exp: Test new functions Objfile.
3315 lookup_global_symbol and lookup_static_symbol.
3316
3317 2019-07-29 Tom Tromey <tom@tromey.com>
3318
3319 * lib/tuiterm.exp (Term::_csi_@): New proc.
3320 (Term::_csi_X): Don't move cursor.
3321
3322 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3323
3324 * gdb.base/options.exp: Update backtrace - completion to
3325 new option -frame-info.
3326 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3327 Test new 'set print frame-info'. Test backtrace -frame-info
3328 overriding 'set print frame-info'.
3329 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3330 Test new 'set print frame-info'.
3331 Verify consistency of backtrace with and without filters, with and
3332 without -no-filters.
3333 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3334 default.
3335
3336 2019-07-29 Tom de Vries <tdevries@suse.de>
3337
3338 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3339 no arguments".
3340
3341 2019-07-29 Tom de Vries <tdevries@suse.de>
3342
3343 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3344 is a substring of the first for "complete non-unique file name".
3345
3346 2019-07-29 Tom de Vries <tdevries@suse.de>
3347
3348 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3349 with ".*".
3350
3351 2019-07-29 Tom de Vries <tdevries@suse.de>
3352
3353 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3354 Pass prompt_regexp parameter to gdb_test_multiple calls.
3355
3356 2019-07-29 Tom de Vries <tdevries@suse.de>
3357
3358 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
3359 print registers" regexps.
3360
3361 2019-07-29 Tom de Vries <tdevries@suse.de>
3362
3363 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3364
3365 2019-07-29 Tom de Vries <tdevries@suse.de>
3366
3367 PR gdb/24855
3368 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3369 (skip_python_tests_prompt): Add prompt_regexp argument to
3370 gdb_test_multiple calls.
3371
3372 2019-07-27 Tom Tromey <tom@tromey.com>
3373
3374 * gdb.tui/main.exp: New file.
3375
3376 2019-07-27 Tom Tromey <tom@tromey.com>
3377
3378 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3379 optional.
3380 * gdb.tui/empty.exp: New file.
3381
3382 2019-07-27 Tom Tromey <tom@tromey.com>
3383
3384 * lib/tuiterm.exp (spawn): New proc.
3385 (Term::resize): New proc.
3386 * gdb.tui/resize.exp: New file.
3387
3388 2019-07-27 Tom Tromey <tom@tromey.com>
3389
3390 * gdb.tui/list.exp: New file.
3391
3392 2019-07-27 Tom Tromey <tom@tromey.com>
3393
3394 * gdb.tui/regs.exp: New file.
3395
3396 2019-07-27 Tom Tromey <tom@tromey.com>
3397
3398 * gdb.tui/basic.exp: Add "layout split" test.
3399
3400 2019-07-27 Tom Tromey <tom@tromey.com>
3401
3402 * gdb.tui/basic.exp: Add "layout asm" test.
3403
3404 2019-07-27 Tom Tromey <tom@tromey.com>
3405
3406 * lib/tuiterm.exp: New file.
3407 * gdb.tui/basic.exp: New file.
3408
3409 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3410
3411 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3412 Enable tests associated with this flag. Adjust regex
3413 referencing "foo_low" to now refer to "foo_cold" instead.
3414
3415 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3416
3417 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3418 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3419 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3420 foo_cold. Revise comments to match.
3421 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3422 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3423 were wrapped into this proc; Call do_test in loop from outermost
3424 level.
3425 (foo_low): Rename all occurrences to "foo_cold".
3426 (backtrace from baz): New test.
3427 (x2/i foo_cold): New test.
3428 (info line *foo_cold): New test.
3429
3430 2019-07-26 Tom de Vries <tdevries@suse.de>
3431
3432 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3433
3434 2019-07-25 Tom de Vries <tdevries@suse.de>
3435
3436 PR testsuite/24830
3437 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3438 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3439 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3440 (skip_libstdcxx_probe_tests): ... here.
3441 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3442
3443 2019-07-24 Tom de Vries <tdevries@suse.de>
3444
3445 PR testsuite/24807
3446 * gdb.objc/basicclass.m: Include stdio.h.
3447 * gdb.objc/nondebug.m: Same.
3448 * gdb.objc/objcdecode.m: Same.
3449
3450 2019-07-24 Tom de Vries <tdevries@suse.de>
3451
3452 PR testsuite/24612
3453 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3454 additional_flags.
3455
3456 2019-07-24 Tom de Vries <tdevries@suse.de>
3457
3458 PR testsuite/24831
3459 * gdb.multi/tids.exp: Update error messages for info threads.
3460
3461 2019-07-24 Tom de Vries <tdevries@suse.de>
3462
3463 * gdb.base/info-types.exp: Allow info types to print info for more than
3464 one file.
3465
3466 2019-07-23 Tom de Vries <tdevries@suse.de>
3467
3468 PR testsuite/24842
3469 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3470 gdb_spawn_with_cmdline_opts.
3471
3472 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3473
3474 * gdb.arch/arm-cmse-sgstubs.c: New test.
3475 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3476
3477 2019-07-23 Tom de Vries <tdevries@suse.de>
3478
3479 PR testsuite/24711
3480 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3481 issuing next command.
3482
3483 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3484
3485 * gdb.ada/info_auto_lang.exp: Update expected results.
3486 * gdb.base/info-types.c: Add additional types to check.
3487 * gdb.base/info-types.exp: Update expected results.
3488
3489 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3490
3491 * gdb.base/info-types.c: New file.
3492 * gdb.base/info-types.exp: New file.
3493
3494 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3495
3496 * gdb.arch/riscv-bp-infcall.c: New file.
3497 * gdb.arch/riscv-bp-infcall.exp: New file.
3498
3499 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3500
3501 PR breakpoints/24541
3502 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3503
3504 2019-07-14 Tom de Vries <tdevries@suse.de>
3505
3506 PR testsuite/24760
3507 * gdb.objc/basicclass.exp: Fix unterminated string.
3508
3509 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3510 Andrew Burgess <andrew.burgess@embecosm.com>
3511
3512 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3513 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3514 negative bounds.
3515 * gdb.fortran/vla-value.exp: Print elements of an array with
3516 negative bounds.
3517 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3518 testing.
3519
3520 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3521
3522 * gdb.base/options.exp (expect_string): Dequote strings in
3523 results.
3524 (test-string): Test strings with different quoting and reindent.
3525
3526 2019-07-10 Tom Tromey <tromey@adacore.com>
3527
3528 * gdb.ada/mi_ex_cond.exp: Update expected results.
3529 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3530 * gdb.ada/mi_catch_ex.exp: Update expected results.
3531 * gdb.ada/mi_catch_assert.exp: Update expected results.
3532 * gdb.ada/catch_ex.exp (catch_exception_info)
3533 (catch_exception_entry, catch_assert_entry)
3534 (catch_unhandled_entry): Update.
3535 * gdb.ada/catch_assert_if.exp: Update expected results.
3536
3537 2019-07-10 Richard Bunt <richard.bunt@arm.com>
3538 Stephen Roberts <stephen.roberts@arm.com>
3539
3540 * gdb.base/define.exp: Restore original prompt.
3541
3542 2019-07-09 Pedro Alves <palves@redhat.com>
3543
3544 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3545 breakpoints" output.
3546 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3547 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3548 throw" creates breakpoint.
3549 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3550 'type="catchpoint"'.
3551
3552 2019-07-09 Pedro Alves <palves@redhat.com>
3553
3554 PR c++/15468
3555 * gdb.cp/except-multi-location-lib.cc: New.
3556 * gdb.cp/except-multi-location-main.cc: New.
3557 * gdb.cp/except-multi-location.exp: New.
3558
3559 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3560
3561 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3562 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3563 argument and update callers.
3564
3565 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3566
3567 * gdb.arch/amd64-break-on-asm-line.S: New file.
3568 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3569
3570 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3571
3572 * gdb.base/printcmds.exp: Test printing C string and
3573 C wide string convenience vars without transiting via the inferior.
3574 Also make test names unique.
3575
3576 2019-07-08 Alan Hayward <alan.hayward@arm.com>
3577
3578 PR breakpoints/25011
3579 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3580
3581 2019-07-04 Pedro Alves <palves@redhat.com>
3582
3583 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3584 body returned ok(0), break(3) or continue(4).
3585 * gdb.testsuite/foreach_with_prefix.exp: New file.
3586
3587 2019-07-04 Alan Hayward <alan.hayward@arm.com>
3588
3589 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3590
3591 2019-07-03 Pedro Alves <palves@redhat.com>
3592
3593 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3594 "return -code".
3595
3596 2019-07-03 Pedro Alves <palves@redhat.com>
3597
3598 PR cli/24732
3599 * gdb.base/shell.exp: Load completion-support.exp.
3600 Adjust expected error output. Add completion tests.
3601
3602 2019-07-03 Pedro Alves <palves@redhat.com>
3603
3604 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3605 string_to_regexp.
3606
3607 2019-07-03 Pedro Alves <palves@redhat.com>
3608
3609 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3610 (expect_integer): Adjust to expect "-string".
3611 (expect_string): New.
3612 (all_options): Expect "-string".
3613 (test-flag, test-boolean): Adjust to expect "-string".
3614 (test-string): New proc.
3615 (top level): Call it.
3616
3617 2019-07-03 Pedro Alves <palves@redhat.com>
3618
3619 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3620 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3621 the expected output in the success.
3622
3623 2019-07-03 Pedro Alves <palves@redhat.com>
3624
3625 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3626 Split one gdb_test_multiple call in two to avoid a race.
3627
3628 2019-07-03 Pedro Alves <palves@redhat.com>
3629
3630 * gdb.base/with.c: New file.
3631 * gdb.base/with.exp: New file.
3632
3633 2019-07-03 Pedro Alves <palves@redhat.com>
3634
3635 * gdb.base/settings.exp: Replace all references to "maint
3636 test-settings set" with references to "maint set test-settings",
3637 and all references to "maint test-settings show" with references
3638 to "maint show test-settings".
3639
3640 2019-07-03 Pedro Alves <palves@redhat.com>
3641
3642 * gdb.base/settings.exp (test-string): Adjust expected out when
3643 testing "maint test-settings show filename"
3644
3645 2019-07-02 Pedro Alves <palves@redhat.com>
3646
3647 * gdb.base/options.exp (test-info-threads): New procedure.
3648 (top level): Call it.
3649
3650 2019-06-28 Tom Tromey <tromey@adacore.com>
3651
3652 * gdb.dwarf2/ada-linkage-name.c: New file.
3653 * gdb.dwarf2/ada-linkage-name.exp: New file.
3654
3655 2019-06-27 Tom Tromey <tromey@adacore.com>
3656
3657 PR c++/20020:
3658 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3659
3660 2019-06-26 Tom de Vries <tdevries@suse.de>
3661
3662 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3663
3664 2019-06-26 Tom de Vries <tdevries@suse.de>
3665
3666 * gdb.base/index-cache.exp: Add back missing debug option.
3667
3668 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3669
3670 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3671
3672 2019-06-25 Tom de Vries <tdevries@suse.de>
3673
3674 PR testsuite/24727
3675 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3676
3677 2019-06-24 Tom de Vries <tdevries@suse.de>
3678
3679 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3680
3681 2019-06-24 Tom de Vries <tdevries@suse.de>
3682
3683 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3684 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3685 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3686
3687 2019-06-24 Tom de Vries <tdevries@suse.de>
3688
3689 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3690
3691 2019-06-21 Tom de Vries <tdevries@suse.de>
3692
3693 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3694
3695 2019-06-21 Tom de Vries <tdevries@suse.de>
3696
3697 PR testsuite/24518
3698 PR ada/24713
3699 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3700 index.
3701
3702 2019-06-19 Tom Tromey <tromey@adacore.com>
3703
3704 * gdb.ada/length_cond.exp: Add intro comment.
3705
3706 2019-06-19 Tom Tromey <tromey@adacore.com>
3707
3708 * gdb.ada/length_cond.exp: New file.
3709 * gdb.ada/length_cond/length_cond.adb: New file.
3710 * gdb.ada/length_cond/pck.adb: New file.
3711 * gdb.ada/length_cond/pck.ads: New file.
3712
3713 2019-06-18 Tom de Vries <tdevries@suse.de>
3714
3715 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3716
3717 2019-06-18 Tom Tromey <tromey@adacore.com>
3718
3719 * gdb.base/list0.h: Add comment explaining control character.
3720
3721 2019-06-18 Tom de Vries <tdevries@suse.de>
3722
3723 * boards/fission.exp: Break up long debug_flags line.
3724
3725 2019-06-16 Tom de Vries <tdevries@suse.de>
3726
3727 PR gdb/24445
3728 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3729 generated index.
3730
3731 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3732
3733 PR gdb/24686
3734 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3735 improve detection of bug gdb/24541.
3736
3737 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3738
3739 PR gdb/24669
3740 * gdb.base/index-cache.exp (uses_readnow,
3741 expecting_index_cache_use): Define global variable.
3742 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3743 expecting_index_cache_use.
3744
3745 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3746 Andrew Burgess <andrew.burgess@embecosm.com>
3747
3748 * gdb.fortran/pointers.f90: New file.
3749 * gdb.fortran/print_type.exp: New file.
3750 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3751 * gdb.fortran/vla-type.exp: Likewise.
3752 * gdb.fortran/vla-value.exp: Likewise.
3753 * gdb.mi/mi-vla-fortran.exp: Likewise.
3754
3755 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3756
3757 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3758 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3759 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3760 as a stop reason.
3761
3762 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3763
3764 * gdb.base/annota1.exp: Update expected results.
3765 * gdb.cp/annota2.exp: Likewise.
3766 * gdb.cp/annota3.exp: Likewise.
3767
3768 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3769
3770 * gdb.base/style-logging.exp: Remove path from test name.
3771
3772 2019-06-14 Tom Tromey <tromey@adacore.com>
3773
3774 PR gdb/24502:
3775 * gdb.base/style-logging.exp: New file.
3776
3777 2019-06-14 Tom Tromey <tromey@adacore.com>
3778
3779 * gdb.base/symfile-warn.exp: New file.
3780 * gdb.base/symfile-warn.c: New file.
3781
3782 2019-06-14 Tom Tromey <tromey@adacore.com>
3783
3784 * gdb.base/annotate-symlink.exp: New file.
3785
3786 2019-06-14 Tom Tromey <tromey@adacore.com>
3787
3788 * gdb.ada/set_wstr.exp: Add reassignment test.
3789
3790 2019-06-14 Tom Tromey <tromey@adacore.com>
3791
3792 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3793 'unchecked_access and 'unrestricted_access as well.
3794
3795 2019-06-14 Tom Tromey <tromey@adacore.com>
3796
3797 PR ada/24539:
3798 * gdb.ada/vla.exp: Update tests.
3799 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3800 pragma.
3801
3802 2019-06-13 Pedro Alves <palves@redhat.com>
3803
3804 * gdb.base/settings.exp (test-integer): Test junk after
3805 "unlimited".
3806
3807 2019-06-13 Pedro Alves <palves@redhat.com>
3808
3809 * gdb.base/options.exp (test-thread-apply): New.
3810 (top level): Call it.
3811
3812 2019-06-13 Pedro Alves <palves@redhat.com>
3813
3814 * gdb.base/options.exp (test-frame-apply): New.
3815 (top level): Test print commands with different "frame apply"
3816 prefixes.
3817
3818 2019-06-13 Pedro Alves <palves@redhat.com>
3819
3820 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
3821 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3822 'max_completions' parameter and handle it.
3823 (test_gdb_completion_offers_commands): New.
3824
3825 2019-06-13 Pedro Alves <palves@redhat.com>
3826
3827 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3828
3829 2019-06-13 Pedro Alves <palves@redhat.com>
3830
3831 * gdb.base/options.exp (test-backtrace): New.
3832 (top level): Call it.
3833
3834 2019-06-13 Pedro Alves <palves@redhat.com>
3835
3836 * gdb.guile/scm-frame-args.exp: Use "set print
3837 raw-frame-arguments" instead of "set print raw frame-arguments".
3838 * gdb.python/py-frame-args.exp: Likewise.
3839
3840 2019-06-13 Pedro Alves <palves@redhat.com>
3841
3842 * gdb.compile/compile.exp: Adjust expected output to option
3843 processing changes.
3844
3845 2019-06-13 Pedro Alves <palves@redhat.com>
3846
3847 * gdb.base/options.exp: Build executable.
3848 (test-print): New procedure.
3849 (top level): Call it, once for "print" and another for "compile
3850 print".
3851
3852 2019-06-13 Pedro Alves <palves@redhat.com>
3853
3854 * gdb.base/options.c: New file.
3855 * gdb.base/options.exp: New file.
3856
3857 2019-06-13 Pedro Alves <palves@redhat.com>
3858
3859 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3860 that "o" is ambiguous.
3861
3862 2019-06-13 Pedro Alves <palves@redhat.com>
3863
3864 * gdb.base/settings.c: New file.
3865 * gdb.base/settings.exp: New file.
3866
3867 2019-06-13 Pedro Alves <palves@redhat.com>
3868
3869 * gdb.base/completion.exp: Fix comment typo.
3870
3871 2019-06-13 Pedro Alves <palves@redhat.com>
3872
3873 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3874 foo --1" test.
3875
3876 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3877
3878 * gdb.fortran/block-data.f: New.
3879 * gdb.fortran/block-data.exp: New.
3880
3881 2019-06-11 Tom de Vries <tdevries@suse.de>
3882
3883 PR testsuite/24521
3884 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3885 message.
3886
3887 2019-06-11 Tom de Vries <tdevries@suse.de>
3888
3889 PR testsuite/24521
3890 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3891
3892 2019-06-11 Tom de Vries <tdevries@suse.de>
3893
3894 * boards/readnow.exp: New file.
3895
3896 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3897
3898 * gdb.fortran/vla-sizeof.exp: Update expected results.
3899
3900 2019-06-06 Amos Bird <amosbird@gmail.com>
3901
3902 * gdb.base/annota1.exp (thread_switch): Add test for
3903 thread-exited annotation.
3904
3905 2019-06-06 Tom Tromey <tromey@adacore.com>
3906
3907 * gdb.base/maint.exp: Expect command started/finished output.
3908
3909 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3910
3911 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3912 comment.
3913 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3914
3915 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3916
3917 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3918 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3919 * gdb.arch/riscv-unwind-long-insn.c: New file.
3920 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3921
3922 2019-06-04 Christian Biesinger <cbiesinger@google.com>
3923
3924 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
3925
3926 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3927
3928 * lib/gdb.exp (help_list_trailer): New regexp variable
3929 factorizing the help trailer message.
3930 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3931 arg to allow to better factorize various tests.
3932 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3933 (test_prefix_command_help): Use help_list_trailer.
3934 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3935 * gdb.guile/scm-cmd.exp: Likewise.
3936 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3937 * gdb.base/help.exp: Use test_user_defined_class_help.
3938 * gdb.base/style.exp: Add tests for styling of help and apropos.
3939 * lib/gdb-utils.exp (style): Add title and highlight styles.
3940
3941 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3942
3943 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3944 $_shell_exitsignal.
3945 * gdb.base/default.exp: Update for new convenience variables.
3946
3947 2019-05-29 Tom Tromey <tromey@adacore.com>
3948
3949 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3950 to "break complete ada" test case's regexp.
3951
3952 2019-05-29 Tom Tromey <tromey@adacore.com>
3953
3954 PR c++/20020:
3955 * gdb.cp/constexpr-field.exp: New file.
3956 * gdb.cp/constexpr-field.cc: New file.
3957
3958 2019-05-29 Tom Tromey <tromey@adacore.com>
3959
3960 * gdb.base/finish.exp (finish_no_print): New proc.
3961 (finish_tests): Call it.
3962
3963 2019-05-24 Tom de Vries <tdevries@suse.de>
3964
3965 * gdb.dwarf2/gdb-add-index.exp: New file.
3966
3967 2019-05-22 Tom Tromey <tromey@adacore.com>
3968
3969 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3970 * gdb.base/style.exp: Use "style".
3971 * lib/gdb-utils.exp (style): New proc.
3972
3973 2019-05-22 Tom de Vries <tdevries@suse.de>
3974
3975 * gdb.base/align.exp: Require c++11.
3976
3977 2019-05-22 Tom de Vries <tdevries@suse.de>
3978
3979 PR testsuite/24586
3980 * gdb.python/py-mi-var-info-path-expression.exp: Call
3981 mi_skip_python_tests to check if python is supported.
3982
3983 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3984
3985 * gdb.arch/aarch64-pauth.c: New test.
3986 * gdb.arch/aarch64-pauth.exp: New file.
3987
3988 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3989
3990 * README (Re-running Tests Outside The Testsuite): New section.
3991
3992 2019-05-21 Tom de Vries <tdevries@suse.de>
3993
3994 * gdb.arch/amd64-eval.exp: Require c++11.
3995 * gdb.base/max-depth.exp: Same.
3996 * gdb.compile/compile-cplus-array-decay.exp: Same.
3997 * gdb.cp/meth-typedefs.exp: Same.
3998 * gdb.cp/subtypes.exp: Same.
3999 * gdb.cp/temargs.exp: Same.
4000
4001 2019-05-21 Alan Hayward <alan.hayward@arm.com>
4002
4003 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4004
4005 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4006
4007 PR gdb/18644
4008 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4009 * gdb.fortran/printing-types.exp: Add new test.
4010 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4011 testing.
4012 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4013 setup_kfail call.
4014
4015 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4016
4017 * README (Running the Testsuite): Change example.
4018 (Testsuite Parameters): Remove TRANSCRIPT.
4019 * lib/gdb.exp: Remove TRANSCRIPT check.
4020
4021 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4022
4023 * README (Testsuite Parameters): Add replay logging to
4024 GDBSERVER_DEBUG.
4025 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4026 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4027 as a comma separated list.
4028 (gdb_debug_init): Override procedure.
4029
4030 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4031
4032 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4033 (gdb_write_cmd_file): New procedure.
4034 * lib/gdbserver-support.exp (gdbserver_start): Call
4035 gdbserver_write_cmd_file.
4036 (gdbserver_write_cmd_file): New procedure.
4037
4038 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4039
4040 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4041 (delete_breakpoints): Likewise.
4042 (gdb_run_cmd): Likewise.
4043 (gdb_start_cmd): Likewise.
4044 (gdb_starti_cmd): Likewise.
4045 (gdb_internal_error_resync): Likewise.
4046 (gdb_test_multiple): Likewise.
4047 (gdb_reinitialize_dir): Likewise.
4048 (default_gdb_exit): Likewise.
4049 (gdb_file_cmd): Mark kill as optional.
4050 (default_gdb_start): Call gdb_stdin_log_init.
4051 (send_gdb): Call gdb_stdin_log_write.
4052 (rerun_to_main): Mark Y as an answer.
4053 (gdb_stdin_log_init): New function.
4054 (gdb_stdin_log_write): Likewise.
4055
4056 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4057
4058 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4059 * gdb.base/debug-expr.exp: Likewise.
4060 * gdb.base/foll-fork.exp: Likewise.
4061 * gdb.base/foll-vfork.exp: Likewise.
4062 * gdb.base/fork-print-inferior-events.exp: Likewise.
4063 * gdb.base/gdb-sigterm.exp: Likewise.
4064 * gdb.base/gdbinit-history.exp: Likewise.
4065 * gdb.base/osabi.exp: Likewise.
4066 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4067 * gdb.base/ui-redirect.exp: Likewise.
4068 * gdb.gdb/unittest.exp: Likewise.
4069 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4070 * gdb.mi/mi-watch.exp: Likewise.
4071 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4072 * gdb.mi/user-selected-context-sync.exp: Likewise.
4073 * gdb.python/python.exp: Disable debug test when debugging.
4074 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4075 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4076 Likewise.
4077 * gdb.threads/stepi-random-signal.exp: Likewise.
4078
4079 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4080
4081 * Makefile.in: Pass through GDB_DEBUG.
4082 * README (Testsuite Parameters): Add GDB_DEBUG.
4083 (gdb,debug): Add board setting.
4084 * lib/gdb.exp (default_gdb_start): Start debugging.
4085 (gdb_debug_enabled): New procedure.
4086 (gdb_debug_init): Likewise.
4087
4088 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4089
4090 * Makefile.in: Pass through GDB_DEBUG.
4091 * README (Testsuite Parameters): Add GDB_DEBUG.
4092 (gdb,debug): Add board setting.
4093 * lib/gdb.exp (default_gdb_start): Start debugging.
4094 (gdb_debug_enabled): New procedure.
4095 (gdb_debug_init): Likewise.
4096
4097 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4098
4099 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4100
4101 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4102
4103 * gdb.base/ui-redirect.exp: Test redirection.
4104
4105 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4106
4107 * gdb.mi/mi-complete.exp: New file.
4108 * gdb.mi/mi-complete.cc: Likewise.
4109
4110 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4111
4112 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4113 indexed and sliced arrays, and pointers to arrays.
4114
4115 2019-05-14 Tom Tromey <tromey@adacore.com>
4116
4117 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4118 styling test.
4119
4120 2019-05-14 Tom de Vries <tdevries@suse.de>
4121
4122 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4123 selection entry encoding.
4124
4125 2019-05-10 Tom Tromey <tromey@adacore.com>
4126
4127 * gdb.ada/info_exc.exp: Add "complete" test.
4128
4129 2019-05-09 Tom de Vries <tdevries@suse.de>
4130
4131 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4132 CU-relative.
4133
4134 2019-05-09 Tom de Vries <tdevries@suse.de>
4135
4136 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4137 CU-relative.
4138
4139 2019-05-08 Joel Brobecker <brobecker@adacore.com>
4140
4141 * gdb.ada/frame_arg_lang.exp: New testcase.
4142 * gdb.ada/frame_arg_lang/bla.adb: New file.
4143 * gdb.ada/frame_arg_lang/pck.ads: New file.
4144 * gdb.ada/frame_arg_lang/pck.adb: New file.
4145 * gdb.ada/frame_arg_lang/foo.c: New file.
4146
4147 2019-05-08 Tom Tromey <tromey@adacore.com>
4148
4149 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4150
4151 2019-05-08 Tom Tromey <tromey@adacore.com>
4152
4153 * gdb.base/ptype-offsets.exp: Update tests.
4154
4155 2019-05-08 Tom Tromey <tromey@adacore.com>
4156
4157 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4158 cases.
4159 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4160 "short".
4161
4162 2019-05-08 Tom Tromey <tromey@adacore.com>
4163
4164 * gdb.ada/vla.exp: New file.
4165 * gdb.ada/vla/vla.adb: New file.
4166
4167 2019-05-07 Tom de Vries <tdevries@suse.de>
4168
4169 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4170
4171 2019-05-07 Tom de Vries <tdevries@suse.de>
4172
4173 PR testsuite/24522
4174 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4175 section.
4176
4177 2019-05-07 Tom de Vries <tdevries@suse.de>
4178
4179 PR testsuite/24522
4180 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4181 .debug_aranges section.
4182
4183 2019-05-07 Tom de Vries <tdevries@suse.de>
4184
4185 PR testsuite/24159
4186 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4187
4188 2019-05-06 Tom de Vries <tdevries@suse.de>
4189
4190 * lib/gdb.exp (exec_has_index_section): New proc.
4191 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4192 section.
4193
4194 2019-05-04 Tom de Vries <tdevries@suse.de>
4195
4196 * boards/cc-with-debug-names.exp: New file.
4197
4198 2019-05-03 Tom Tromey <tromey@adacore.com>
4199
4200 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4201 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4202 * gdb.ada/char_enum.exp: Add test.
4203
4204 2019-05-03 Tom de Vries <tdevries@suse.de>
4205
4206 * boards/cc-with-gdb-index.exp: New file.
4207
4208 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4209
4210 * gdb.rust/simple.exp: Add new test case.
4211 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4212 (main): Initialise an instance of the new struct.
4213
4214 2019-05-01 Tom Tromey <tromey@adacore.com>
4215
4216 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4217 record.
4218 (NPR): New variable.
4219 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4220 test.
4221
4222 2019-05-01 Tom Tromey <tromey@adacore.com>
4223
4224 * gdb.ada/packed_array_assign.exp: Add packed assignment
4225 regression test.
4226
4227 2019-05-01 Tom de Vries <tdevries@suse.de>
4228
4229 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4230
4231 2019-05-01 Tom de Vries <tdevries@suse.de>
4232
4233 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4234
4235 2019-04-30 Ali Tamur <tamur@google.com>
4236
4237 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4238
4239 2019-04-30 Tom Tromey <tromey@adacore.com>
4240
4241 * lib/ada.exp (find_ada_tool): New proc.
4242 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4243 * gdb.ada/catch_ex_std.exp: New file.
4244 * gdb.ada/catch_ex_std/foo.adb: New file.
4245 * gdb.ada/catch_ex_std/some_package.adb: New file.
4246 * gdb.ada/catch_ex_std/some_package.ads: New file.
4247
4248 2019-04-30 Tom Tromey <tromey@adacore.com>
4249
4250 PR c++/24470:
4251 * gdb.cp/temargs.cc: Add test code from PR.
4252
4253 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4254
4255 * gdb.fortran/vla-datatypes.exp: Update expected results.
4256 * gdb.fortran/vla-ptype.exp: Likewise.
4257 * gdb.fortran/vla-type.exp: Likewise.
4258 * gdb.fortran/vla-value.exp: Likewise.
4259
4260 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4261
4262 * gdb.fortran/ptr-indentation.exp: Update expected results.
4263 * gdb.fortran/ptype-on-functions.exp: Likewise.
4264 * gdb.fortran/vla-ptr-info.exp: Likewise.
4265 * gdb.fortran/vla-value.exp: Likewise.
4266
4267 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4268
4269 * gdb.fortran/ptype-on-functions.exp: New file.
4270 * gdb.fortran/ptype-on-functions.f90: New file.
4271
4272 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4273
4274 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4275 case void string.
4276
4277 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4278
4279 * gdb.fortran/complex.exp: Expand.
4280 * gdb.fortran/complex.f: Renamed to...
4281 * gdb.fortran/complex.f90: ...this, and extended to add more
4282 complex values.
4283
4284 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4285
4286 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4287 MODULO, CMPLX.
4288
4289 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4290 Richard Bunt <richard.bunt@arm.com>
4291
4292 * gdb.base/max-depth.c: New file.
4293 * gdb.base/max-depth.exp: New file.
4294 * gdb.python/py-nested-maps.c: New file.
4295 * gdb.python/py-nested-maps.exp: New file.
4296 * gdb.python/py-nested-maps.py: New file.
4297 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4298 (test_all_common): Call test_max_depth.
4299 * gdb.fortran/max-depth.exp: New file.
4300 * gdb.fortran/max-depth.f90: New file.
4301 * gdb.go/max-depth.exp: New file.
4302 * gdb.go/max-depth.go: New file.
4303 * gdb.modula2/max-depth.exp: New file.
4304 * gdb.modula2/max-depth.c: New file.
4305 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4306
4307 2019-04-29 Tom de Vries <tdevries@suse.de>
4308
4309 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4310
4311 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4312
4313 * gdb.base/callexit.exp: Test may-call-functions off.
4314
4315 2019-04-25 Keith Seitz <keiths@redhat.com>
4316
4317 PR c++/24367
4318 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4319 (another_incomplete_struct, test_incomplete): New definitions.
4320 (main): Use new definitions.
4321 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4322 functions.
4323
4324 2019-04-25 Ali Tamur <tamur@google.com>
4325
4326 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4327
4328 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4329
4330 PR corefiles/11608
4331 PR corefiles/18187
4332 * gdb.base/coredump-filter-build-id.exp: New file.
4333
4334 2019-04-25 Alan Hayward <alan.hayward@arm.com>
4335
4336 * Makefile.in: Pass through GDBSERVER_DEBUG.
4337 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4338 (gdbserver,debug): Add board setting.
4339 * gdb.trace/tspeed.exp: Skip when debugging.
4340 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4341 * lib/gdbserver-support.exp: Likewise
4342
4343 2019-04-24 Tom Tromey <tromey@adacore.com>
4344
4345 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4346 Rust.
4347
4348 2019-04-24 Tom Tromey <tromey@adacore.com>
4349
4350 * gdb.arch/amd64-eval.exp: Test bitfield return.
4351 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4352 (class Foo) <return_bitfields>: New method.
4353 (main): Call it.
4354
4355 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4356
4357 * gdb.cp/many-args.cc: New file.
4358 * gdb.cp/many-args.exp: New file.
4359
4360 2019-04-23 Tom de Vries <tdevries@suse.de>
4361
4362 PR gdb/24433
4363 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4364
4365 2019-04-23 Alan Hayward <alan.hayward@arm.com>
4366
4367 * gdb.trace/backtrace.exp: Use nopie flag.
4368 * gdb.trace/circ.exp: Likewise.
4369 * gdb.trace/collection.exp: Likewise.
4370 * gdb.trace/ftrace.exp: Likewise.
4371 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4372 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4373 * gdb.trace/qtro.exp: Likewise.
4374 * gdb.trace/read-memory.exp: Likewise.
4375 * gdb.trace/report.exp: Likewise.
4376 * gdb.trace/tfile.exp: Likewise.
4377 * gdb.trace/tfind.exp: Likewise.
4378 * gdb.trace/unavailable.exp: Likewise.
4379
4380 2019-04-22 Pedro Alves <palves@redhat.com>
4381
4382 * gdb.base/solib-probes-nosharedlibrary.c,
4383 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4384
4385 2019-04-19 Tom Tromey <tromey@adacore.com>
4386
4387 * gdb.ada/ptype_union.c: New file.
4388 * gdb.ada/ptype_union.exp: New file.
4389
4390 2019-04-19 Tom Tromey <tromey@adacore.com>
4391
4392 PR symtab/24423:
4393 * gdb.base/list0.h (foo): Add a control-l character.
4394
4395 2019-04-18 Tom de Vries <tdevries@suse.de>
4396
4397 PR gdb/24433
4398 * boards/local-board.exp: Set sysroot to "".
4399
4400 2019-04-18 Tom de Vries <tdevries@suse.de>
4401 Pedro Alves <palves@redhat.com>
4402
4403 PR gdb/24454
4404 * gdb.threads/vfork-follow-child-exec.c: New file.
4405 * gdb.threads/vfork-follow-child-exec.exp: New file.
4406 * gdb.threads/vfork-follow-child-exit.c: New file.
4407 * gdb.threads/vfork-follow-child-exit.exp: New file.
4408
4409 2019-04-15 Leszek Swirski <leszeks@google.com>
4410
4411 * gdb.arch/amd64-eval.cc: New file.
4412 * gdb.arch/amd64-eval.exp: New file.
4413
4414 2019-04-11 Alan Hayward <alan.hayward@arm.com>
4415
4416 * gdb.server/sysroot.c: New test.
4417 * gdb.server/sysroot.exp: New file.
4418 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4419 matching param.
4420
4421 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4422
4423 * gdb.base/align.exp: Extend test to cover structures containing
4424 only static fields.
4425
4426 2019-04-11 Tom de Vries <tdevries@suse.de>
4427
4428 * boards/cc-with-dwz-m.exp: New file.
4429 * boards/cc-with-dwz.exp: New file.
4430 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4431
4432 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
4433
4434 * gdb.base/start-cpp.exp: New file.
4435 * gdb.base/start-cpp.cc: New file.
4436
4437 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4438
4439 * gdb.python/py-thrhandle.exp: Adjust tests to call
4440 thread_from_handle instead of thread_from_thread_handle.
4441
4442 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4443
4444 * gdb.python/py-thrhandle.exp: Add tests for
4445 gdb.InferiorThread.handle.
4446
4447 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4448
4449 * gdb.python/py-function.exp: Check calling helper function from
4450 all languages.
4451 * lib/gdb.exp (gdb_supported_languages): New proc.
4452
4453 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4454
4455 * gdb.base/complex-parts.c: New file.
4456 * gdb.base/complex-parts.exp: New file.
4457
4458 2019-04-01 Tom Tromey <tromey@adacore.com>
4459
4460 PR symtab/23331:
4461 * gdb.dwarf2/dw2-ranges-main.c: New file.
4462 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4463 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4464
4465 2019-03-30 Simon Marchi <simark@simark.ca>
4466
4467 * gdb.base/default.exp: Add values for $_gdb_major and
4468 $_gdb_minor.
4469
4470 2019-03-29 Tom Tromey <tromey@adacore.com>
4471
4472 * gdb.base/help.exp: Tighten apropos regexp.
4473
4474 2019-03-29 Keith Seitz <keiths@redhat.com>
4475
4476 * gdb.fortran/array-bounds.exp: New file.
4477 * gdb.fortran/array-bounds.f90: New file.
4478
4479 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4480
4481 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4482
4483 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4484
4485 * gdb.multi/hello.c (main): Increase alarm timer.
4486
4487 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4488
4489 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4490 factor when no hardware watchpoint support.
4491
4492 2019-03-28 Alan Hayward <alan.hayward@arm.com>
4493 Pedro Alves <palves@redhat.com>
4494
4495 * boards/local-board.exp: set sysroot to /.
4496
4497 2019-03-27 Alan Hayward <alan.hayward@arm.com>
4498
4499 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4500 in child.
4501
4502 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4503
4504 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4505 field.
4506 (make_container): Initialise new field.
4507 * gdb.python/py-prettyprint.exp: Add new tests.
4508 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4509 <display_hint>: New method.
4510
4511 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4512
4513 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4514 gdb_continue_to_breakpoint more throughout this test.
4515 (run_lang_tests) Supply unique test names, and use
4516 gdb_test_no_output.
4517
4518 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4519
4520 * gdb.base/finish-pretty.exp: Update expected results.
4521 * gdb.base/pretty-print.c: New file.
4522 * gdb.base/pretty-print.exp: New file.
4523
4524 2019-03-25 Pedro Alves <palves@redhat.com>
4525
4526 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4527 move comments outside list. Append '-i "" eof' section.
4528
4529 2019-03-22 Alan Hayward <alan.hayward@arm.com>
4530
4531 PR testsuite/25016
4532 * README: Add pie options.
4533 * gdb.base/break-interp.exp: Ensure pie is disabled.
4534 * gdb.base/dump.exp: Likewise.
4535 * lib/gdb.exp (gdb_compile): Add pie option.
4536
4537 2019-03-19 Tom Tromey <tromey@adacore.com>
4538
4539 * gdb.mi/mi2-cli-display.c: New file.
4540 * gdb.mi/mi2-cli-display.exp: New file.
4541
4542 2019-03-18 Joel Brobecker <brobecker@adacore.com>
4543 Tom Tromey <tromey@adacore.com>
4544
4545 * gdb.ada/ptype_array/pck.adb: New file.
4546 * gdb.ada/ptype_array/pck.ads: New file.
4547 * gdb.ada/ptype_array/foo.adb: New file.
4548 * gdb.ada/ptype_array.exp: New file.
4549
4550 2019-03-14 Tom Tromey <tromey@adacore.com>
4551
4552 * gdb.base/style.exp: Add "set style sources" test.
4553
4554 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4555
4556 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4557 * mi-breakpoint-multiple-locations.exp: ... this.
4558 (make_breakpoints_pattern): New proc.
4559 (do_test): Add mi_version parameter, test -break-insert,
4560 -break-info and =breakpoint-created.
4561
4562 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4563
4564 * config/default.exp: Remove 'load_lib gdb.exp'.
4565 * config/monitor.exp: Likewise.
4566 * config/sid.exp: Likewise.
4567 * config/sim.exp: Likewise.
4568 * config/slite.exp: Likewise.
4569 * config/unix.exp: Likewise.
4570 * gdb.base/default.exp: Remove unhelpful comment.
4571
4572 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4573
4574 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4575
4576 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4577
4578 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4579
4580 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4581
4582 * gdb.fortran/type-kinds.exp: Update expected results.
4583
4584 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4585
4586 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4587
4588 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4589
4590 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4591 function.
4592 (test_basic_parsing_of_type_kinds): Expand types tested.
4593 (test_parsing_invalid_type_kinds): New function.
4594
4595 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4596
4597 * gdb.fortran/intrinsics.exp: New file.
4598 * gdb.fortran/intrinsics.f90: New file.
4599 * gdb.fortran/type-kinds.exp: New file.
4600
4601 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4602
4603 * gdb.fortran/dot-ops.exp: New file.
4604
4605 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4606
4607 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4608 Check upper and lower case logical literals.
4609
4610 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4611
4612 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4613 Remove duplicate tests.
4614
4615 2019-03-06 Alan Hayward <alan.hayward@arm.com>
4616
4617 * lib/gdb.exp (builtin_cd): rename of cd.
4618 (cd): Override builtin.
4619
4620 2019-03-06 Richard Bunt <richard.bunt@arm.com>
4621
4622 * gdb.fortran/function-calls.exp: New file.
4623 * gdb.fortran/function-calls.f90: New test.
4624
4625 2019-03-04 Richard Bunt <richard.bunt@arm.com>
4626
4627 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4628 on user program standard output.
4629 * gdb.fortran/short-circuit-argument-list.f90: Record function
4630 calls.
4631
4632 2019-02-28 Alan Hayward <alan.hayward@arm.com>
4633
4634 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4635 failure.
4636
4637 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4638
4639 PR gdb/8527
4640 * gdb.base/interrupt-daemon-attach.c,
4641 gdb.base/interrupt-daemon-attach.exp: New test.
4642
4643 2019-02-27 Pedro Alves <palves@redhat.com>
4644
4645 * gdb.base/page.exp: Add tests for "set width/height -1".
4646
4647 2019-02-27 Pedro Alves <palves@redhat.com>
4648
4649 * gdb.base/page.exp: Add tests for "set/show width/height" with
4650 "infinite" values.
4651
4652 2019-02-27 Tom Tromey <tromey@adacore.com>
4653
4654 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4655 2.4.
4656 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4657 workaround.
4658
4659 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4660
4661 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4662 tests for structs with static members.
4663
4664 2019-02-26 Tom Tromey <tromey@adacore.com>
4665
4666 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4667 ValueError, not TypeError.
4668
4669 2019-02-26 Kevin Buettner <kevinb@redhat.com>
4670
4671 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4672 call from main program.
4673
4674 2019-02-23 Joel Brobecker <brobecker@adacore.com>
4675
4676 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4677 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4678 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4679 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4680 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4681
4682 2019-02-22 Keith Seitz <keiths@redhat.com>
4683
4684 PR symtab/23853
4685 * gdb.base/symlink-sourcefile.c: New file.
4686 * gdb.base/symlink-sourcefile.exp: New file.
4687
4688 2019-02-20 Tom Tromey <tom@tromey.com>
4689
4690 * gdb.base/info_qt.exp: Update.
4691
4692 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4693
4694 * gdb.base/source.exp: Move "error in sourced script" code to
4695 the end.
4696 * gdb.base/source-error.gdb: Move contents to
4697 source-error-1.gdb. Add new code to source source-error-1.gdb.
4698 * gdb.base/source-error-1.gdb: New file, from previous
4699 source-error.gdb.
4700
4701 2019-02-17 Tom Tromey <tom@tromey.com>
4702
4703 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4704 for macro styling.
4705 * gdb.base/style.c (SOME_MACRO): New macro.
4706
4707 2019-02-17 Tom Tromey <tom@tromey.com>
4708
4709 * gdb.base/style.exp: Add line-wrapping tests.
4710 * gdb.base/page.exp: Add test for quitting during pagination.
4711
4712 2019-02-17 Joel Brobecker <brobecker@adacore.com>
4713
4714 * gdb.ada/big_packed_array: New testcase.
4715 * gdb.ada/homonym.exp: Fix incorrect expected output for
4716 "break <homonym__get_value>" test.
4717
4718 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
4719
4720 PR breakpoints/21870
4721 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4722 and prepare_for_testing. Add comment.
4723 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4724 redundant cleanup call. Clean up comment.
4725
4726 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
4727
4728 PR breakpoints/21870
4729 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4730 * gdb.arch/aarch64-dbreg-contents.c: New file.
4731
4732 2019-02-10 Joel Brobecker <brobecker@adacore.com>
4733
4734 * gdb.ada/mi_ref_changeable: New testcase.
4735
4736 2019-02-07 Alan Hayward <alan.hayward@arm.com>
4737
4738 * gdb.base/attach.exp: Add double attach test.
4739
4740 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4741
4742 * lib/gdb.exp (default_gdb_start): Don't match pagination
4743 prompt.
4744 (gdb_init): Set stty_init.
4745
4746 2019-01-27 Tom Tromey <tom@tromey.com>
4747
4748 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4749 skip_python_tests.
4750
4751 2019-01-24 Alan Hayward <alan.hayward@arm.com>
4752
4753 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4754 New structure.
4755 (struct struct_static_02_02): Likewise.
4756 (struct struct_static_02_03): Likewise.
4757 (struct struct_static_02_04): Likewise.
4758 (struct struct_static_04_01): Likewise.
4759 (struct struct_static_04_02): Likewise.
4760 (struct struct_static_04_03): Likewise.
4761 (struct struct_static_04_04): Likewise.
4762 (struct struct_static_06_01): Likewise.
4763 (struct struct_static_06_02): Likewise.
4764 (struct struct_static_06_03): Likewise.
4765 (struct struct_static_06_04): Likewise.
4766 (cmp_struct_static_02_01): Likewise.
4767 (cmp_struct_static_02_02): Likewise.
4768 (cmp_struct_static_02_03): Likewise.
4769 (cmp_struct_static_02_04): Likewise.
4770 (cmp_struct_static_04_01): Likewise.
4771 (cmp_struct_static_04_02): Likewise.
4772 (cmp_struct_static_04_03): Likewise.
4773 (cmp_struct_static_04_04): Likewise.
4774 (cmp_struct_static_06_01): Likewise.
4775 (cmp_struct_static_06_02): Likewise.
4776 (cmp_struct_static_06_03): Likewise.
4777 (cmp_struct_static_06_04): Likewise.
4778 (call_all): Test new structs.
4779 * gdb.base/infcall-nested-structs.exp: Likewise.
4780
4781 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4782 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4783
4784 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4785 * gdb.base/stack-protector.c: New test.
4786 * gdb.base/stack-protector.exp: New file.
4787 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4788 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4789 option.
4790 (gdb_compile): Remove stack protector for GCC and prevent
4791 recursion.
4792
4793 2019-01-16 Keith Seitz <keiths@redhat.com>
4794
4795 PR gdb/23773
4796 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4797
4798 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4799
4800 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4801 aliases.
4802 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4803 tests.
4804 * gdb.arch/powerpc-vector-regs.c: New file.
4805 * gdb.arch/powerpc-vector-regs.exp: New file.
4806
4807 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4808
4809 * gdb.arch/altivec-regs.exp: Fix the list passed to
4810 gdb_expect_list when testing "info vector".
4811
4812 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4813
4814 * gdb.base/style.exp: Don't include path in testname.
4815
4816 2019-01-10 Keith Seitz <keiths@redhat.com>
4817
4818 PR gdb/23712
4819 PR symtab/23010
4820 * gdb.dwarf2/multidictionary.exp: New file.
4821
4822 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4823
4824 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4825 (test_gnuv3_style_demangling): ... this.
4826 (test_lucid_style_demangling): Remove.
4827 (test_arm_style_demangling): Remove.
4828 (test_hp_style_demangling): Remove.
4829 (do_tests): Remove calls to the above.
4830
4831 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4832
4833 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4834 case.
4835
4836 2019-01-06 Tom Tromey <tom@tromey.com>
4837
4838 PR gdb/28155:
4839 * gdb.dwarf2/typedef-void-finish.exp: New file.
4840
4841 2018-12-28 Tom Tromey <tom@tromey.com>
4842 Simon Marchi <simark@simark.ca>
4843
4844 * gdb.base/jit-exec.exp: New file.
4845 * gdb.base/jit-exec.c: New file.
4846 * gdb.base/jit-execd.c: New file.
4847
4848 2018-12-28 Tom Tromey <tom@tromey.com>
4849
4850 * gdb.base/style.exp: Update test to check for address styling.
4851
4852 2018-12-28 Tom Tromey <tom@tromey.com>
4853
4854 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4855 message.
4856
4857 2018-12-28 Tom Tromey <tom@tromey.com>
4858
4859 * gdb.base/style.exp: Add test for version number styling.
4860
4861 2018-12-28 Tom Tromey <tom@tromey.com>
4862
4863 * gdb.base/style.exp: Add test for print_address_symbolic.
4864
4865 2018-12-28 Tom Tromey <tom@tromey.com>
4866
4867 * gdb.base/style.exp: Add test for breakpoint setting.
4868
4869 2018-12-28 Tom Tromey <tom@tromey.com>
4870
4871 * gdb.base/style.exp: Add test for variable names.
4872
4873 2018-12-28 Tom Tromey <tom@tromey.com>
4874
4875 * gdb.base/style.exp: New file.
4876 * gdb.base/style.c: New file.
4877
4878 2018-12-28 Tom Tromey <tom@tromey.com>
4879
4880 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4881 "dumb".
4882 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4883 the TERM environment variable.
4884
4885 2018-12-27 Tom Tromey <tom@tromey.com>
4886
4887 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4888 pagination test.
4889
4890 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4891
4892 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4893 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4894
4895 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4896
4897 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4898 Filename a.adb changed to bp_fun_addr.adb.
4899 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4900
4901 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4902
4903 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4904 non-PIE executables.
4905 * README: Mention the gdb,nopie_flag board setting.
4906 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4907 non-PIE executable.
4908 * gdb.arch/amd64-entry-value.exp: Likewise.
4909 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4910 * gdb.arch/i386-float.exp: Likewise.
4911 * gdb.arch/i386-signal.exp: Likewise.
4912 * gdb.mi/mi-reg-undefined.exp: Likewise.
4913
4914 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4915
4916 PR gdb/23974
4917 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4918
4919 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4920
4921 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4922 Update order of results accordingly.
4923
4924 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4925
4926 * gdb.base/annota1.exp: Update a test regexp.
4927
4928 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4929
4930 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4931
4932 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4933
4934 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4935 (reuse_time): Initialize to REUSE_TIME_CAP.
4936 (check_rc): New function.
4937 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4938 Check pthread_create rc.
4939 (spawner_thread_func): Check pthread_create and pthread_join rc.
4940
4941 2018-12-08 Pedro Alves <palves@redhat.com>
4942
4943 * gdb.base/list.exp (test_forward_search): Rename to ...
4944 (test_forward_reverse_search): ... this. Also test reverse-search
4945 and the forward-search alias.
4946
4947 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4948
4949 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4950 local timeout variable before return, and remove all local timeout
4951 variable entirely.
4952 (gdb_load): Likewise.
4953
4954 2018-12-01 Tom de Vries <tdevries@suse.de>
4955
4956 * gdb.base/gdb-caching-proc.exp: New file.
4957
4958 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4959
4960 * Makefile.in (TIMESTAMP): New variable.
4961 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4962 command.
4963 (check-single-racy): Likewise.
4964 (check/%.exp): Likewise.
4965 (check-racy/%.exp): Likewise.
4966 (workers/%.worker): Likewise.
4967 (build-perf): Likewise.
4968 (check-perf): Likewise.
4969 * README: Describe new "TS" and "TS_FORMAT" variables.
4970 * print-ts.py: New file.
4971
4972 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4973
4974 PR python/23714
4975 * gdb.python/python.exp: Test command repetition after
4976 gdb.execute.
4977
4978 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4979
4980 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4981 is correctly aligned.
4982
4983 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4984
4985 * gdb.ada/info_auto_lang.exp: New testcase.
4986 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4987 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4988 * gdb.ada/info_auto_lang/some_c.c: New file.
4989
4990 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4991
4992 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4993 FUNC_lang language syntax.
4994
4995 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4996
4997 * gdb.base/info_minsym.c: New file.
4998 * gdb.base/info_minsym.exp: New file.
4999
5000 2018-11-19 Tom Tromey <tom@tromey.com>
5001
5002 PR rust/23625:
5003 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5004 * gdb.rust/expr.exp: Update expected output. Change one test.
5005
5006 2018-11-19 Tom Tromey <tom@tromey.com>
5007
5008 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5009
5010 2018-11-19 Pedro Alves <palves@redhat.com>
5011
5012 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5013 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5014 see the expected warning.
5015
5016 2018-11-16 Alan Hayward <alan.hayward@arm.com>
5017
5018 PR gdb/22736:
5019 * gdb.cp/infcall-nodebug-lib.c: New test.
5020 * gdb.cp/infcall-nodebug-main.c: New test.
5021 * gdb.cp/infcall-nodebug.exp: New file.
5022
5023 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5024
5025 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5026 completer tests.
5027
5028 2018-11-09 Tom de Vries <tdevries@suse.de>
5029
5030 * gdb.base/msym-lang.c: New test.
5031 * gdb.base/msym-lang.exp: New file.
5032 * gdb.base/msym-lang-main.c: New test.
5033
5034 2018-11-08 Tom Tromey <tom@tromey.com>
5035
5036 PR gdb/23555:
5037 PR gdb/23838:
5038 * gdb.base/warning.exp: New file.
5039
5040 2018-11-08 Jan Beulich <jbeulich@suse.com>
5041
5042 * testsuite/gdb.arch/i386-avx512.c,
5043 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5044
5045 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5046
5047 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5048 point hardware.
5049
5050 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5051
5052 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5053 * gdb.dwarf2/missing-type-name.exp: New file.
5054
5055 2018-11-06 Tom de Vries <tdevries@suse.de>
5056
5057 * gdb.base/many-headers.c: New test.
5058 * gdb.base/many-headers.exp: New file.
5059
5060 2018-11-06 Jim Wilson <jimw@sifive.com>
5061
5062 * gdb.base/code_elim.exp: For riscv, set additional_flags
5063 to include -msmall-data-limit=0.
5064
5065 2018-11-01 Joel Brobecker <brobecker@adacore.com>
5066
5067 * gdb.ada/watch_minus_l: New testcase.
5068
5069 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5070
5071 * gdb.arch/aix-sighandle.c: New file.
5072 * gdb.arch/aix-sighandle.exp: New file.
5073
5074 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5075
5076 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5077 registers being unions.
5078
5079 2018-10-31 Tom de Vries <tdevries@suse.de>
5080
5081 * lib/valgrind.exp: New file.
5082 (vgdb_start, vgdb_stop): New procs, factored out of ...
5083 * gdb.base/valgrind-bt.exp: ... here, ...
5084 * gdb.base/valgrind-disp-step.exp: ... here and ...
5085 * gdb.base/valgrind-infcall.exp: ... here.
5086
5087 2018-10-31 Tom de Vries <tdevries@suse.de>
5088
5089 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5090
5091 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5092
5093 * gdb.dwarf2/void-type.c: New file.
5094 * gdb.dwarf2/void-type.exp: New file.
5095
5096 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5097
5098 * gdb.base/info_qt.c: New file.
5099 * gdb.base/info_qt.exp: New file.
5100
5101 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5102
5103 * gdb.arch/powerpc-htm-regs.c: New file.
5104 * gdb.arch/powerpc-htm-regs.exp: New file.
5105
5106 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5107
5108 * gdb.arch/powerpc-tar.c: New file.
5109 * gdb.arch/powerpc-tar.exp: New file.
5110
5111 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5112
5113 * gdb.arch/powerpc-ppr-dscr.c: New file.
5114 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5115
5116 2018-10-25 Tom de Vries <tdevries@suse.de>
5117
5118 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5119
5120 2018-10-24 Tom de Vries <tdevries@suse.de>
5121
5122 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5123 longer exists error.
5124
5125 2018-10-24 Tom de Vries <tdevries@suse.de>
5126
5127 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5128
5129 2018-10-24 Tom de Vries <tdevries@suse.de>
5130
5131 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5132 --db-attach in valgrind.
5133
5134 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5135
5136 * gdb.arch/riscv-reg-aliases.c: New file.
5137 * gdb.arch/riscv-reg-aliases.exp: New file.
5138
5139 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5140
5141 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5142
5143 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5144
5145 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5146
5147 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5148
5149 * gdb.cp/ovldbreak.exp: Fix regexps.
5150
5151 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5152
5153 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5154
5155 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5156
5157 PR cli/23785
5158 * gdb.base/restore.exp: New test to check if "restore" with an
5159 invalid file doesn't segfault.
5160
5161 2018-10-18 Tom de Vries <tdevries@suse.de>
5162
5163 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5164 * gdb.ada/excep_handle.exp: Same.
5165 * gdb.ada/mi_string_access.exp: Same.
5166 * gdb.ada/mi_var_union.exp: Same.
5167 * gdb.arch/arc-analyze-prologue.exp: Same.
5168 * gdb.arch/arc-decode-insn.exp: Same.
5169 * gdb.base/readnever.exp: Same.
5170 * gdb.fortran/printing-types.exp: Same.
5171 * gdb.guile/scm-lazy-string.exp: Same.
5172
5173 2018-10-16 Tom de Vries <tdevries@suse.de>
5174
5175 PR gdb/23730
5176 * gdb.base/catch-follow-exec.c: Add copyright notice.
5177 * gdb.base/catch-follow-exec.exp: Rewrite to use
5178 gdb_spawn_with_cmdline_opts. Require gdb-native.
5179
5180 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5181
5182 * gdb.trace/actions-changed.exp: Check for arch support.
5183 * gdb.trace/actions.exp: Likewise.
5184 * gdb.trace/ax.exp: Likewise.
5185 * gdb.trace/backtrace.exp: Likewise.
5186 * gdb.trace/change-loc.exp: Likewise.
5187 * gdb.trace/deltrace.exp: Likewise.
5188 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5189 * gdb.trace/ftrace.exp: Likewise.
5190 * gdb.trace/infotrace.exp: Check for arch support.
5191 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5192 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5193 * gdb.trace/mi-tsv-changed.exp: Likewise.
5194 * gdb.trace/packetlen.exp: Likewise.
5195 * gdb.trace/passc-dyn.exp: Likewise.
5196 * gdb.trace/passcount.exp: Likewise.
5197 * gdb.trace/pending.exp: Likewise.
5198 * gdb.trace/range-stepping.exp: Check for shlib support.
5199 * gdb.trace/report.exp: Check for arch support.
5200 * gdb.trace/save-trace.exp: Likewise.
5201 * gdb.trace/signal.exp: Check for signal support.
5202 * gdb.trace/tfind.exp: Check for arch support.
5203 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5204 * gdb.trace/trace-common.h: Add comment.
5205 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5206 * gdb.trace/trace-enable-disable.exp: Likewise.
5207 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5208 * gdb.trace/tracecmd.exp: Check for arch support.
5209 * gdb.trace/tspeed.exp: Check for shlib and target support.
5210 * gdb.trace/tstatus.exp: Check for arch support.
5211 * gdb.trace/tsv.exp: Likewise.
5212 * gdb.trace/while-dyn.exp: Likewise.
5213 * gdb.trace/while-stepping.exp: Likewise.
5214 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5215
5216 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5217
5218 * gdb.trace/tspeed.exp: Remove nowarnings.
5219 (prepare_for_trace_test): Declare "global ipalib".
5220 * gdb.trace/tspeed.c: Include unistd.h.
5221 (main): Remove superfluous printf argument.
5222
5223 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5224
5225 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5226 directory prefix on the filename.
5227
5228 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5229
5230 * gdb.gdb/unittest.exp: Update expected message informing that
5231 selftests have been disabled.
5232 * gdb.server/unittest.exp: Likewise.
5233
5234 2018-10-09 Tom de Vries <tdevries@suse.de>
5235
5236 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5237 with runto_main.
5238
5239 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
5240
5241 PR c++/16841
5242 * gdb.cp/virtbase2.cc: New file.
5243 * gdb.cp/virtbase2.exp: New file.
5244
5245 2018-10-06 Tom Tromey <tom@tromey.com>
5246
5247 PR python/19399:
5248 * gdb.python/py-inferior.exp: Add architecture test.
5249
5250 2018-10-06 Tom Tromey <tom@tromey.com>
5251
5252 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5253 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5254
5255 2018-10-06 Tom Tromey <tom@tromey.com>
5256
5257 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5258 of a "throw" catchpoint.
5259
5260 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5261
5262 * gdb.base/info-proc.exp: Update string expected from "help info
5263 proc".
5264
5265 2018-10-04 Tom Tromey <tom@tromey.com>
5266
5267 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5268 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5269 (test_initial_complaints, test_empty_complaints): Update.
5270 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5271
5272 2018-10-04 Tom Tromey <tom@tromey.com>
5273
5274 PR cli/19551:
5275 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5276 * lib/gdb.exp (gdb_file_cmd): Update.
5277 * gdb.stabs/weird.exp (print_weird_var): Update.
5278 * gdb.server/solib-list.exp: Update.
5279 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5280 * gdb.mi/mi-cli.exp: Update.
5281 * gdb.linespec/linespec.exp: Update.
5282 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5283 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5284 * gdb.cp/cp-relocate.exp: Update.
5285 * gdb.base/sym-file.exp: Update.
5286 * gdb.base/relocate.exp: Update.
5287 * gdb.base/readnever.exp: Update.
5288 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5289 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5290 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5291 * gdb.base/code_elim.exp: Update.
5292 * gdb.base/break-unload-file.exp (test_break): Update.
5293 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5294 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5295 Update.
5296 * gdb.base/attach.exp (do_attach_tests): Update.
5297 * gdb.base/sepdebug.exp: Update.
5298 * gdb.python/py-section-script.exp: Update.
5299
5300 2018-10-04 Tom Tromey <tom@tromey.com>
5301
5302 PR cli/22234:
5303 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5304 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5305 output.
5306
5307 2018-10-04 Tom Tromey <tom@tromey.com>
5308
5309 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5310 set width and height to 0.
5311 (test_command_line_attach_run): Use -quiet.
5312
5313 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5314
5315 * lib/gdb.exp (skip_ifunc_tests): New.
5316 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5317 other compile failures.
5318 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5319
5320 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5321
5322 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5323 is_amd64_regs_target.
5324
5325 2018-10-01 Alan Hayward <alan.hayward@arm.com>
5326
5327 * gdb.arch/aarch64-sighandler-regs.c: New test.
5328 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5329 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5330
5331 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5332
5333 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5334 assembly.
5335
5336 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5337
5338 * gdb.base/frame-selection.exp: New file.
5339 * gdb.base/frame-selection.c: New file.
5340
5341 2018-09-27 Alan Hayward <alan.hayward@arm.com>
5342
5343 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5344 pthread barrier.
5345 (main): Likewise.
5346
5347 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5348
5349 * gdb.base/large-frame-1.c: New file.
5350 * gdb.base/large-frame-2.c: New file.
5351 * gdb.base/large-frame.exp: New file.
5352 * gdb.base/large-frame.h: New file.
5353
5354 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5355
5356 PR gdb/20948
5357 * gdb.base/write_mem.exp: New test.
5358 * gdb.base/write_mem.c: Likewise.
5359
5360 2018-09-23 Tom Tromey <tom@tromey.com>
5361
5362 PR python/18852:
5363 * gdb.python/py-parameter.exp: Add test for parameter that throws
5364 on "set".
5365
5366 2018-09-23 Tom Tromey <tom@tromey.com>
5367
5368 PR python/17284:
5369 * gdb.python/py-template.exp (test_template_arg): Add test for
5370 negative template argument number.
5371
5372 2018-09-23 Tom Tromey <tom@tromey.com>
5373
5374 PR python/14062:
5375 * gdb.python/python.exp: Add test for post_event error.
5376
5377 2018-09-23 Tom Tromey <tom@tromey.com>
5378
5379 PR python/18170:
5380 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5381 convert pointers to int and long.
5382
5383 2018-09-23 Tom Tromey <tom@tromey.com>
5384
5385 PR python/20126:
5386 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5387 signed-ness conversion tests.
5388
5389 2018-09-23 Tom Tromey <tom@tromey.com>
5390
5391 PR python/18352;
5392 * gdb.python/py-value.exp (test_float_conversion): New proc.
5393 Use it.
5394
5395 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5396
5397 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5398
5399 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5400
5401 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5402 no readline.
5403 * gdb.base/utf8-identifiers.exp: Likewise.
5404 * gdb.cp/cpcompletion.exp: Likewise.
5405 * gdb.linespec/cpcompletion.exp: Likewise.
5406 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5407 * gdb.linespec/cpls-ops.exp: Likewise.
5408
5409 2018-09-19 Richard Bunt <richard.bunt@arm.com>
5410 Chris January <chris.january@arm.com>
5411
5412 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5413 * gdb.fortran/short-circuit-argument-list.exp: New file.
5414 * gdb.fortran/short-circuit-argument-list.f90: New test.
5415
5416 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5417
5418 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5419 "arch=" keyword when executing "-stack-list-frames".
5420
5421 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5422
5423 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5424 "arch=" keyword when executing "-stack-list-frames".
5425
5426 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5427
5428 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5429 break ada".
5430
5431 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5432
5433 PR python/23669
5434 * gdb.python/python.exp: Test gdb.execute("show commands").
5435
5436 2018-09-16 Tom Tromey <tom@tromey.com>
5437
5438 * gdb.base/new-ui.exp (do_execution_tests): Update.
5439 * gdb.base/dbx.exp (test_breakpoints): Update.
5440
5441 2018-09-14 Alan Hayward <alan.hayward@arm.com>
5442
5443 * lib/gdb.exp (gdb_simple_compile): Add proc.
5444 (is_elf_target): Use gdb_simple_compile.
5445 (skip_altivec_tests): Likewise.
5446 (skip_vsx_tests): Likewise.
5447 (skip_tsx_tests): Likewise.
5448 (skip_btrace_tests): Likewise.
5449 (skip_btrace_pt_tests): Likewise.
5450 (gdb_can_simple_compile): Likewise.
5451 (gdb_has_argv0): Likewise.
5452 (gdb_target_symbol_prefix): Likewise.
5453 (target_supports_scheduler_locking): Likewise.
5454
5455 2018-09-13 Tom Tromey <tom@tromey.com>
5456
5457 * Makefile.in (TAGS): Recognize proc_with_prefix and
5458 gdb_caching_proc.
5459
5460 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5461
5462 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5463 method.
5464
5465 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5466
5467 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5468 and a few other Inferior properties when the Inferior is no
5469 longer valid.
5470
5471 2018-09-13 Tom Tromey <tom@tromey.com>
5472
5473 PR rust/23650:
5474 * gdb.rust/simple.exp: Add test for enum field access error.
5475
5476 2018-09-13 Tom Tromey <tom@tromey.com>
5477
5478 PR rust/23626:
5479 * gdb.rust/simple.rs (EmptyEnum): New type.
5480 (main): Use it.
5481 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5482
5483 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5484
5485 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5486 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5487 * gdb.python/py-symtab.exp: Update test printing an objfile.
5488
5489 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5490
5491 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5492 object.
5493
5494 2018-09-12 Alan Hayward <alan.hayward@arm.com>
5495
5496 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5497 (support_complex_tests): Use gdb_can_simple_compile.
5498 (is_ilp32_target): Likewise.
5499 (is_lp64_target): Likewise.
5500 (is_64_target): Likewise.
5501 (is_amd64_regs_target): Likewise.
5502 (is_aarch32_target): Likewise.
5503 (gdb_int128_helper): Likewise.
5504
5505 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5506
5507 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5508
5509 2018-09-10 Jerome Guitton <guitton@adacore.com>
5510
5511 * gdb.ada/same_component_name: Add test for case of tagged record
5512 with variable-length fields.
5513
5514 2018-09-10 Xavier Roirand <roirand@adacore.com>
5515
5516 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5517 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5518 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5519 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5520
5521 2018-09-10 Xavier Roirand <roirand@adacore.com>
5522
5523 * gdb.ada/mi_string_access.exp: New testcase.
5524 * gdb.ada/mi_string_access/bar.adb: New file.
5525 * gdb.ada/mi_string_access/pck.adb: New file.
5526 * gdb.ada/mi_string_access/pck.asd: New file.
5527
5528 2018-09-10 Xavier Roirand <roirand@adacore.com>
5529
5530 * gdb.ada/mi_var_union.exp: New testcase.
5531 * gdb.ada/mi_var_union/bar.adb: New file.
5532 * gdb.ada/mi_var_union/pck.adb: New file.
5533 * gdb.ada/mi_var_union/pck.asd: New file.
5534
5535 2018-09-08 Tom Tromey <tom@tromey.com>
5536
5537 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5538
5539 2018-09-08 Tom Tromey <tom@tromey.com>
5540
5541 PR python/16047:
5542 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5543 (register_pretty_printers): Register new printer.
5544 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5545 test.
5546 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5547 (an_int_type3): New global.
5548
5549 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5550
5551 * gdb.ada/expr_with_funcall: New testcase.
5552
5553 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5554
5555 * gdb.ada/packed_array_assign: New testcase.
5556
5557 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5558
5559 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5560 names, and add test prefixes to make test names unique.
5561
5562 2018-09-05 Tom de Vries <tdevries@suse.de>
5563
5564 * gdb.dwarf2/varval.exp: Add test.
5565
5566 2018-09-04 Gary Benson <gbenson@redhat.com>
5567
5568 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5569 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5570
5571 2018-08-31 Tom Tromey <tom@tromey.com>
5572
5573 * gdb.rust/simple.rs: Rename second variable "v".
5574
5575 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5576
5577 * gdb.base/funcargs.c (use_a): New function.
5578 (recurse): Call use_a.
5579
5580 2018-08-29 Keith Seitz <keiths@redhat.com>
5581
5582 * gdb.compile/compile-cplus-anonymous.cc: New file.
5583 * gdb.compile/compile-cplus-anonymous.exp: New file.
5584 * gdb.compile/compile-cplus-array-decay.cc: New file.
5585 * gdb.compile/compile-cplus-array-decay.exp: New file.
5586 * gdb.compile/compile-cplus-inherit.cc: New file.
5587 * gdb.compile/compile-cplus-inherit.exp: New file.
5588 * gdb.compile/compile-cplus-member.cc: New file.
5589 * gdb.compile/compile-cplus-member.exp: New file.
5590 * gdb.compile/compile-cplus-method.cc: New file.
5591 * gdb.compile/compile-cplus-method.exp: New file.
5592 * gdb.compile/compile-cplus-mod.c: "New" file.
5593 * gdb.compile/compile-cplus-namespace.cc: New file.
5594 * gdb.compile/compile-cplus-namespace.exp: New file.
5595 * gdb.compile/compile-cplus-nested.cc: New file.
5596 * gdb.compile/compile-cplus-nested.exp: New file.
5597 * gdb.compile/compile-cplus-print.c: "New" file.
5598 * gdb.compile/compile-cplus-print.exp: "New" file.
5599 * gdb.compile/compile-cplus-virtual.cc: New file.
5600 * gdb.compile/compile-cplus-virtual.exp: New file.
5601 * gdb.compile/compile-cplus.c: "New" file.
5602 * gdb.compile/compile-cplus.exp: "New" file.
5603 * lib/compile-support.exp: New file.
5604
5605 2018-08-16 Gary Benson <gbenson@redhat.com>
5606
5607 PR gdb/13000:
5608 * gdb.base/batch-exit-status.exp: New file.
5609 * gdb.base/batch-exit-status.good-commands: Likewise.
5610 * gdb.base/batch-exit-status.bad-commands: Likewise.
5611
5612 2018-08-29 Alan Hayward <alan.hayward@arm.com>
5613
5614 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5615 (struct struct02): Likewise.
5616 (struct struct03): Likewise.
5617 (struct struct04): Likewise.
5618 (struct struct_01_01): New struct.
5619 (struct struct_01_02): Likewise.
5620 (struct struct_01_03): Likewise.
5621 (struct struct_01_04): Likewise.
5622 (struct struct_02_01): Likewise.
5623 (struct struct_02_02): Likewise.
5624 (struct struct_02_03): Likewise.
5625 (struct struct_02_04): Likewise.
5626 (struct struct_04_01): Likewise.
5627 (struct struct_04_02): Likewise.
5628 (struct struct_04_03): Likewise.
5629 (struct struct_04_04): Likewise.
5630 (struct struct_05_01): Likewise.
5631 (struct struct_05_02): Likewise.
5632 (struct struct_05_03): Likewise.
5633 (struct struct_05_04): Likewise.
5634 (cmp_struct01): Remove function.
5635 (cmp_struct02): Likewise.
5636 (cmp_struct03): Likewise.
5637 (cmp_struct04): Likewise.
5638 (cmp_struct_01_01): Add Function.
5639 (cmp_struct_01_02): Likewise.
5640 (cmp_struct_01_03): Likewise.
5641 (cmp_struct_01_04): Likewise.
5642 (cmp_struct_02_01): Likewise.
5643 (cmp_struct_02_02): Likewise.
5644 (cmp_struct_02_03): Likewise.
5645 (cmp_struct_02_04): Likewise.
5646 (cmp_struct_04_01): Likewise.
5647 (cmp_struct_04_02): Likewise.
5648 (cmp_struct_04_03): Likewise.
5649 (cmp_struct_04_04): Likewise.
5650 (cmp_struct_05_01): Likewise.
5651 (cmp_struct_05_02): Likewise.
5652 (cmp_struct_05_03): Likewise.
5653 (cmp_struct_05_04): Likewise.
5654 (call_all): Add new structs.
5655 * gdb.base/infcall-nested-structs.exp: Likewise.
5656
5657 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5658
5659 * gdb.python/py-framefilter-mi.exp: Update regexp to
5660 check for "arch" field in frame output.
5661
5662 2018-08-23 Kevin Buettner <kevinb@redhat.com>
5663
5664 * gdb.dwarf2/dw2-ranges-func.c: New file.
5665 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5666
5667 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5668
5669 * gdb.base/term.exp: Compare terminal settings with values from
5670 the inferior.
5671 * gdb.base/term.c: Get and set terminal settings.
5672
5673 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5674
5675 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5676 accommodate new "arch" field in frame output.
5677 * gdb.mi/mi-return.exp: Likewise.
5678 * gdb.mi/mi-stack.exp: Likewise.
5679 * gdb.mi/mi-syn-frame.exp: Likewise.
5680 * gdb.mi/user-selected-context-sync.exp: Likewise.
5681
5682 2018-08-19 Michael Spang <spang@google.com>
5683
5684 PR gdb/11786
5685 * gdb.base/gcore-tls-pie.c: New file.
5686 * gdb.base/gcore-tls-pie.exp: New file.
5687
5688 2018-08-18 Kevin Buettner <kevinb@redhat.com>
5689
5690 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
5691 * gdb.dwarf2/varval.c: New file.
5692 * gdb.dwarf2/varval.exp: New file.
5693
5694 2018-08-17 Alan Hayward <alan.hayward@arm.com>
5695
5696 PR gdb/18931
5697 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5698
5699 2018-08-16 Keith Seitz <keiths@redhat.com>
5700
5701 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5702 tests expected to pass.
5703
5704 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5705
5706 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5707 -data-disassemble -a.
5708 (test_disassembly_bogus_args): Likewise.
5709
5710 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5711
5712 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5713
5714 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5715
5716 * gdb.base/vla-optimized-out.exp: Add new test.
5717
5718 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5719
5720 * gdb.base/vla-optimized-out-o3.exp: Delete.
5721 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5722 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5723 deleted tests.
5724
5725 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5726
5727 PR gdb/18050:
5728 * gdb.server/extended-remote-restart.c: New file.
5729 * gdb.server/extended-remote-restart.exp: New file.
5730
5731 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5732
5733 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5734 "set variable index = 42".
5735
5736 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5737
5738 * boards/index-cache-gdb.exp: New file.
5739 * gdb.dwarf2/index-cache.exp: New file.
5740 * gdb.dwarf2/index-cache.c: New file.
5741 * gdb.base/maint.exp: Check if we are using the index cache.
5742
5743 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5744
5745 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5746 MAKEFLAGS.
5747
5748 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5749
5750 * dg-extract-results.sh: Move to toplevel contrib.
5751 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5752 * Makefile.in (check-parallel-racy): Likewise.
5753
5754 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5755
5756 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5757 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5758 tests if the target supports scheduler locking.
5759
5760 2018-08-04 Tom de Vries <tdevries@suse.de>
5761
5762 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5763
5764 2018-08-02 Tom Tromey <tom@tromey.com>
5765
5766 PR symtab/16842.
5767 * gdb.cp/temargs.exp: Test "info address" of a template
5768 parameter.
5769
5770 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5771
5772 * gdb.python/py-mi-var-info-path-expression.c: New file.
5773 * gdb.python/py-mi-var-info-path-expression.py: New file.
5774 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5775
5776 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5777
5778 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5779 error after "cannot resolve name" string.
5780
5781 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5782
5783 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5784 started.
5785 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5786
5787 2018-07-28 Tom de Vries <tdevries@suse.de>
5788
5789 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5790
5791 2018-07-26 Tom de Vries <tdevries@suse.de>
5792
5793 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5794
5795 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5796
5797 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5798 is visible.
5799
5800 2018-07-26 Tom de Vries <tdevries@suse.de>
5801
5802 PR breakpoints/23366
5803 * gdb.base/catch-follow-exec.c: New test.
5804 * gdb.base/catch-follow-exec.exp: New file.
5805
5806 2018-07-25 Tom de Vries <tdevries@suse.de>
5807
5808 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5809 vla-optimized-out.c.
5810
5811 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5812
5813 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5814 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5815
5816 2018-07-20 Tom de Vries <tdevries@suse.de>
5817
5818 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5819 NOCLONE macro.
5820 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5821
5822 2018-07-19 Tom de Vries <tdevries@suse.de>
5823
5824 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5825 regular expression.
5826
5827 2018-07-18 Tom de Vries <tdevries@suse.de>
5828
5829 * gdb.base/vla-optimized-out.c: New test.
5830 * gdb.base/vla-optimized-out.exp: New file.
5831
5832 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5833
5834 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5835 message "No address associated with hostname" when gdbserver
5836 cannot resolve the hostname.
5837
5838 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5839
5840 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5841 Add some test prefixes to make tests unique.
5842
5843 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5844
5845 * gdb.base/frameapply.c: New file.
5846 * gdb.base/frameapply.exp: New file.
5847
5848 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5849
5850 * gdb.base/skip.exp: Update expected error message.
5851
5852 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5853 Jan Kratochvil <jan.kratochvil@redhat.com>
5854 Paul Fertser <fercerpav@gmail.com>
5855 Tsutomu Seki <sekiriki@gmail.com>
5856
5857 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5858 parameter.
5859 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5860 by default.
5861 * boards/native-gdbserver.exp: Likewise.
5862 * gdb.server/run-without-local-binary.exp: Improve regexp used
5863 for detecting when a remote debugging connection succeeds.
5864 * gdb.server/server-connect.exp: New file.
5865 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5866 Do not prefix the port number with ":".
5867 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5868 support for detecting and using it. Add '$debughost_gdbserver'
5869 to the list of arguments used to start gdbserver. Handle case
5870 when gdbserver cannot resolve a network name.
5871
5872 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5873
5874 PR c++/23373
5875 * gdb.base/ptype-offsets.cc (struct static_member): New
5876 struct.
5877 (main) <stmember>: New variable.
5878 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5879 with a static member in it.
5880
5881 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5882
5883 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5884 watchpoints enabled and disabled.
5885
5886 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5887
5888 * gdb.base/examine-backward.exp: Still run tests around address
5889 0x0, even if address 0x0 is not readable. Update the pattern for
5890 matching address 0x0 in expected output.
5891
5892 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5893
5894 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5895 malloc/free.
5896
5897 2018-07-04 Tom de Vries <tdevries@suse.de>
5898
5899 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5900
5901 2018-07-02 Maciej W. Rozycki <macro@mips.com>
5902
5903 PR tdep/8282
5904 * gdb.arch/mips-disassembler-options.exp: New test.
5905 * gdb.arch/mips-disassembler-options.s: New test source.
5906
5907 2018-06-29 Pedro Alves <palves@redhat.com>
5908
5909 * gdb.threads/names.exp: Adjust expected "info threads" output.
5910
5911 2018-06-29 Pedro Alves <palves@redhat.com>
5912
5913 * gdb.opt/inline-break.exp (line number, address): Add "info
5914 break" tests.
5915
5916 2018-06-29 Pedro Alves <palves@redhat.com>
5917
5918 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5919 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5920 number and address and running to them.
5921
5922 2018-06-29 Richard Bunt <richard.bunt@arm.com>
5923
5924 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5925
5926 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5927
5928 * lib/compiler.c: Remove executable permission flag.
5929
5930 2018-06-28 Richard Bunt <richard.bunt@arm.com>
5931
5932 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5933 code.
5934 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5935
5936 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5937
5938 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5939
5940 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5941
5942 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5943 address argument is omitted.
5944
5945 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5946
5947 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5948
5949 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
5950
5951 PR gdb/21695
5952 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5953 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5954
5955 2018-06-26 Tom Tromey <tom@tromey.com>
5956
5957 PR rust/22574:
5958 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5959 * gdb.rust/simple.rs (struct SimpleLayout): New.
5960
5961 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5962
5963 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5964 "info registers" output.
5965
5966 2018-06-21 Richard Bunt <richard.bunt@arm.com>
5967
5968 * gdb.base/watchpoint-hw-attach.c: New test.
5969 * gdb.base/watchpoint-hw-attach.exp: New file.
5970
5971 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5972
5973 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5974 through /bin/sh.
5975 * boards/dwarf4-gdb-index.exp: Likewise.
5976 * boards/fission-dwp.exp: Likewise.
5977
5978 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5979
5980 * gdb.base/float128.exp: Add comment and improved fail message
5981 to the failure case of "print large128" test.
5982
5983 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5984
5985 * configure.ac: Remove AC_PREREQ.
5986 * configure: Re-generate.
5987
5988 2018-06-19 Pedro Alves <palves@redhat.com>
5989
5990 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5991 (func_extern_caller): New.
5992 (main): Call func_extern_caller.
5993 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5994 logic change.
5995
5996 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
5997
5998 PR gdb/16841
5999 * gdb.cp/typedef-base.cc: New file.
6000 * gdb.cp/typedef-base.exp: New file.
6001
6002 2018-06-18 Tom de Vries <tdevries@suse.de>
6003
6004 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6005
6006 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6007 Richard Bunt <Richard.Bunt@arm.com>
6008
6009 * gdb.threads/attach-slow-waitpid.c: New file.
6010 * gdb.threads/attach-slow-waitpid.exp: New file.
6011 * gdb.threads/slow-waitpid.c: New file.
6012
6013 2018-06-14 Pedro Alves <palves@redhat.com>
6014
6015 * gdb.base/fork-running-state.c: Include <errno.h>.
6016 (exit_if_relative_exits): New.
6017 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6018 exits.
6019 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6020 child exits.
6021
6022 2018-06-14 Tom de Vries <tdevries@suse.de>
6023
6024 PR cli/22573
6025 * gdb.base/finish-pretty.c: New test.
6026 * gdb.base/finish-pretty.exp: New file.
6027
6028 2018-06-14 Pedro Alves <palves@redhat.com>
6029
6030 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6031 gdb's expected startup output.
6032
6033 2018-06-14 Pedro Alves <palves@redhat.com>
6034
6035 * lib/selftest-support.exp (selftest_setup): Remove inlined
6036 function handling.
6037
6038 2018-06-14 Tom de Vries <tdevries@suse.de>
6039
6040 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6041 matching of breakpoint printing.
6042
6043 2018-06-13 Tom de Vries <tdevries@suse.de>
6044
6045 PR testsuite/23269
6046 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6047 (fork_child): ... here, and ...
6048 (fork_parent): ... here.
6049
6050 2018-06-12 Tom de Vries <tdevries@suse.de>
6051
6052 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6053
6054 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6055 Stephen Roberts <stephen.roberts@arm.com>
6056
6057 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6058 rewrite test to describe action performed, rather than possible
6059 failure.
6060
6061 2018-06-08 Gary Benson <gbenson@redhat.com>
6062
6063 * gdb.threads/check-libthread-db.exp: New file.
6064 * gdb.threads/check-libthread-db.c: Likewise.
6065
6066 2018-06-05 Tom Tromey <tom@tromey.com>
6067
6068 * gdb.base/default.exp: Update expected "show version" output.
6069
6070 2018-06-05 Tom Tromey <tom@tromey.com>
6071
6072 PR cli/12326:
6073 * gdb.cp/static-print-quit.exp: Update.
6074 * lib/gdb.exp (pagination_prompt): Update.
6075 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6076 * gdb.python/python.exp: Update.
6077
6078 2018-06-04 Joel Brobecker <brobecker@adacore.com>
6079
6080 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6081
6082 2018-06-01 Joel Brobecker <brobecker@adacore.com>
6083
6084 * gdb.ada/bp_fun_addr: New testcase.
6085
6086 2018-06-01 Tom Tromey <tom@tromey.com>
6087
6088 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6089 results.
6090 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6091 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6092 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6093 * gdb.base/maint.exp (maint_pass_if): Update.
6094
6095 2018-05-31 Maciej W. Rozycki <macro@mips.com>
6096
6097 * gdb.base/endian.exp: New test.
6098 * gdb.base/endian.c: New test source.
6099
6100 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6101
6102 PR gdb/23203
6103 * gdb.base/bt-selected-frame.c: New file.
6104 * gdb.base/bt-selected-frame.exp: New file.
6105 * lib/gdb.exp (get_current_frame_number): New function.
6106
6107 2018-05-24 Maciej W. Rozycki <macro@mips.com>
6108 Pedro Alves <palves@redhat.com>
6109
6110 * gdb.threads/tls-core.c: Include <stdlib.h>
6111 (thread_proc): Call `abort'.
6112 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6113 (tls_core_test): New procedure, bits factored out from ...
6114 (top level): ... here. Test both native cores and gcore cores.
6115
6116 2018-05-23 Tom Tromey <tom@tromey.com>
6117
6118 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6119
6120 2018-05-23 Tom Tromey <tom@tromey.com>
6121
6122 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6123 symfile_complaints.
6124 (test_short_complaints): Likewise.
6125 (test_empty_complaints): Likewise.
6126 (test_initial_complaints): Update.
6127
6128 2018-05-23 Tom Tromey <tom@tromey.com>
6129
6130 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6131
6132 2018-05-23 Tom Tromey <tom@tromey.com>
6133
6134 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6135 (test_short_complaints): Update.
6136
6137 2018-05-22 Pedro Alves <palves@redhat.com>
6138
6139 * gdb.base/remote.exp: Only gdb_start after compiling the
6140 testcase. Issue "disconnect" before testing "set remote" command
6141 defaults. Issue clean_restart before running to main.
6142
6143 2018-05-22 Pedro Alves <palves@redhat.com>
6144
6145 * gdb.base/remote.exp: Adjust expected output of "show remote
6146 memory-write-packet-size". Add tests for "set remote
6147 memory-write-packet-size 0" and "set remote
6148 memory-write-packet-size fixed/limit".
6149
6150 2018-05-22 Pedro Alves <palves@redhat.com>
6151
6152 PR gdb/22973
6153 * gdb.base/utf8-identifiers.c: New file.
6154 * gdb.base/utf8-identifiers.exp: New file.
6155
6156 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6157
6158 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6159
6160 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6161
6162 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6163
6164 2018-05-18 Tom Tromey <tom@tromey.com>
6165
6166 * gdb.base/ptype-offsets.exp: Update.
6167
6168 2018-05-17 Keith Seitz <keiths@redhat.com>
6169
6170 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6171 in expected breakpoint stop locations.
6172 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6173 move to proper scope to test variable values.
6174 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6175 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6176 New functions.
6177 (main): Call not_inline_func3.
6178 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6179 inline_func1, inline_func2, and inline_func3. Test that when each
6180 breakpoint is hit, GDB properly reports both the stop location
6181 and the backtrace. Repeat tests for temporary breakpoints.
6182
6183 2018-05-15 Maciej W. Rozycki <macro@mips.com>
6184
6185 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6186 rather then trying to access it in determining whether the PID
6187 of `gdbserver' could have been retrieved.
6188
6189 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6190
6191 * gdb.arch/amd64-init-x87-values.S: New file.
6192 * gdb.arch/amd64-init-x87-values.exp: New file.
6193
6194 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6195
6196 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6197
6198 2018-05-04 Tom Tromey <tom@tromey.com>
6199
6200 PR python/22730:
6201 * gdb.python/python.exp: Test multi-line execute.
6202
6203 2018-05-04 Tom Tromey <tom@tromey.com>
6204
6205 PR python/22731:
6206 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6207
6208 2018-05-04 Tom Tromey <tom@tromey.com>
6209
6210 PR gdb/11750:
6211 * gdb.base/define.exp: Test defining a user command inside a user
6212 command.
6213 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6214
6215 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6216 Pedro Alves <palves@redhat.com>
6217
6218 PR breakpoints/19806 and support for PR external/20207.
6219 * gdb.base/watchpoint-unaligned.c: New file.
6220 * gdb.base/watchpoint-unaligned.exp: New file.
6221
6222 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6223
6224 * gdb.base/maint.exp: Make test names unique, use
6225 test_prefix_command_help to test 'help maint info', and remove
6226 repeated test of 'help maint'.
6227
6228 2018-05-04 Tom Tromey <tom@tromey.com>
6229
6230 PR gdb/22619:
6231 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6232 behavior.
6233
6234 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6235
6236 * gdb.base/maint.exp: Process output from 'maint print registers'
6237 line at a time.
6238
6239 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6240
6241 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6242 timeout.
6243
6244 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6245
6246 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6247 filter pattern.
6248
6249 2018-05-02 Pedro Alves <palves@redhat.com>
6250
6251 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6252 to_log_command renames.
6253 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6254
6255 2018-05-02 Tom Tromey <tom@tromey.com>
6256
6257 * gdb.python/py-parameter.exp: Set test message.
6258
6259 2018-05-02 Tom Tromey <tom@tromey.com>
6260
6261 PR python/20084:
6262 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6263 PARAM_ZUINTEGER_UNLIMITED tests.
6264
6265 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6266
6267 PR rust/23124
6268 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6269 when casting.
6270
6271 2018-04-30 Tom Tromey <tom@tromey.com>
6272
6273 * gdb.python/py-type.exp: Check align attribute.
6274 * gdb.python/py-type.c: New "aligncheck" global.
6275
6276 2018-04-30 Tom Tromey <tom@tromey.com>
6277
6278 PR exp/17095:
6279 * gdb.dwarf2/dw2-align.exp: New file.
6280 * gdb.cp/align.exp: New file.
6281 * gdb.base/align.exp: New file.
6282 * lib/gdb.exp (gdb_int128_helper): New proc.
6283 (has_int128_c, has_int128_cxx): New caching procs.
6284
6285 2018-04-27 Tom Tromey <tom@tromey.com>
6286
6287 PR rust/22545:
6288 * gdb.rust/simple.exp: Add inclusive range tests.
6289
6290 2018-04-26 Pedro Alves <palves@redhat.com>
6291
6292 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6293 ifunc breakpoint locations correctly of ifunc breakpoints set
6294 while the program resolves the ifunc.
6295
6296 2018-04-26 Pedro Alves <palves@redhat.com>
6297
6298 * gdb.base/gnu-ifunc-final.c: New file.
6299 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6300 * gdb.base/gnu-ifunc.exp (executable): Delete.
6301 (staticexecutable): Adjust.
6302 (lib_opts, exec_opts): Delete.
6303 (make_binsuffix, build, set-break): New procedures.
6304 (misc_tests): New, with tests factored out from the top level.
6305 (top level): Test different combinations of ifunc resolver name,
6306 resolver with and with debug info, and ifunc target with and
6307 without debug info. Wrap static tests with with_target_prefix.
6308
6309 2018-04-26 Pedro Alves <palves@redhat.com>
6310
6311 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6312 return type" warnings.
6313
6314 2018-04-25 Pedro Alves <palves@redhat.com>
6315
6316 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6317 killed".
6318 * gdb.base/kill-after-signal.exp: Likewise.
6319 * gdb.threads/kill.exp: Likewise.
6320
6321 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6322 Sergio Durigan Junior <sergiodj@redhat.com>
6323 Pedro Alves <palves@redhat.com>
6324
6325 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6326 regexps to expect for '[Inferior ... detached]' as well.
6327 * gdb.base/attach.exp: Likewise.
6328 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6329 "gdb_continue_to_end".
6330 (test_catch_syscall_with_wrong_args): Likewise.
6331 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6332 ']'. Don't set 'verbose' on.
6333 * gdb.base/foll-vfork.exp: Likewise.
6334 * gdb.base/fork-print-inferior-events.c: New file.
6335 * gdb.base/fork-print-inferior-events.exp: New file.
6336 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6337 '[Inferior ... has been killed]' message.
6338 * gdb.base/kill-after-signal.exp: Likewise.
6339 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6340 detach message.
6341 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6342 message.
6343 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6344 regexps to expect for '[Inferior ... detached]' as well.
6345 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6346
6347 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6348
6349 PR gdb/23104
6350 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6351
6352 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6353
6354 PR gdb/23095
6355 * gdb.base/break-probes.exp: Pass shlib_load to
6356 prepare_for_testing. Set normal_bp to r_debug_state if target is
6357 bsd.
6358
6359 2018-04-19 Richard Bunt <richard.bunt@arm.com>
6360
6361 * gdb.threads/multiple-successive-infcall.c: New test.
6362 * gdb.threads/multiple-successive-infcall.exp: New file.
6363
6364 2018-04-17 Tom Tromey <tom@tromey.com>
6365
6366 * gdb.rust/simple.rs (Union): New type.
6367 (main): New local "u".
6368 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6369
6370 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6371
6372 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6373 number information in output of "whereis" command.
6374 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6375
6376 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6377
6378 * gdb.ada/info_types.exp: Adjust expected output to the line
6379 numbers now printed by "info var/func/type".
6380 * gdb.base/completion.exp: Likewise.
6381 * gdb.base/included.exp: Likewise.
6382 * gdb.cp/cp-relocate.exp: Likewise.
6383 * gdb.cp/cplusfuncs.exp: Likewise.
6384 * gdb.cp/namespace.exp: Likewise.
6385 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6386
6387 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6388
6389 * gdb.btrace/cpu.exp: New.
6390
6391 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6392
6393 * gdb.base/step-indirect-call-thunk.exp: New.
6394 * gdb.base/step-indirect-call-thunk.c: New.
6395 * gdb.reverse/step-indirect-call-thunk.exp: New.
6396 * gdb.reverse/step-indirect-call-thunk.c: New.
6397
6398 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6399
6400 * gdb.base/pie-fork.c: New file.
6401 * gdb.base/pie-fork.exp: New file.
6402
6403 2018-04-11 Tom Tromey <tom@tromey.com>
6404
6405 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6406
6407 2018-04-10 Pedro Alves <palves@redhat.com>
6408
6409 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6410 exits. Instead loop running forever.
6411 (fork_parent): Run forever too.
6412
6413 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6414
6415 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6416 mi_continue_to_line.
6417 * gdb.mi/mi-stack.c (callee4): Add comment.
6418
6419 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6420
6421 * gdb.mi/mi-stack.exp: Fix indentation.
6422
6423 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6424
6425 PR gdb/22979
6426 * gdb.arch/amd64-osabi.exp: New file.
6427
6428 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6429
6430 PR gdb/22980
6431 * gdb.base/osabi.exp: New file.
6432
6433 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
6434
6435 * gdb.cp/static-typedef-print.exp: New file.
6436 * gdb.cp/static-typedef-print.cc: New file.
6437
6438 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6439
6440 * gdb.ada/varsize_limit: New testcase.
6441
6442 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6443
6444 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6445
6446 * gdb.ada/notcplusplus: New testcase.
6447
6448 * gdb.base/c-linkage-name.c: New file.
6449 * gdb.base/c-linkage-name.exp: New testcase.
6450
6451 2018-03-26 Tom Tromey <tom@tromey.com>
6452
6453 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6454 * gdb.python/py-framefilter.py (name_error): New global.
6455 (ErrorInName.function): Use name_error.
6456
6457 2018-03-26 Tom Tromey <tom@tromey.com>
6458
6459 PR backtrace/15582:
6460 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6461
6462 2018-03-23 Keith Seitz <keiths@redhat.com>
6463
6464 PR c++/22968
6465 * gdb.cp/subtypes.exp: New file.
6466 * gdb.cp/subtypes.h: New file.
6467 * gdb.cp/subtypes.cc: New file.
6468 * gdb.cp/subtypes-2.cc: New file.
6469
6470 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6471
6472 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6473 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6474 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6475 -nostartfiles when compiling the test. Confirm that all registers
6476 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6477
6478 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6479
6480 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6481 option, syntax was wrong anyway.
6482 * gdb.arch/arm-disp-step.exp: Likewise.
6483 * gdb.arch/sparc64-regs.exp: Likewise.
6484 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6485 option, syntax was wrong anyway, switch to use
6486 prepare_for_testing.
6487 * gdb.arch/i386-disp-step.exp: Likewise.
6488
6489 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6490
6491 * gdb.ada/exec_changed.exp: Replace "target_info exists
6492 use_gdb_stub" by "use_gdb_stub".
6493 * gdb.ada/start.exp: Likewise.
6494 * gdb.base/async-shell.exp: Likewise.
6495 * gdb.base/attach-pie-misread.exp: Likewise.
6496 * gdb.base/attach-wait-input.exp: Likewise.
6497 * gdb.base/break-entry.exp: Likewise.
6498 * gdb.base/break-interp.exp: Likewise.
6499 * gdb.base/dprintf-detach.exp: Likewise.
6500 * gdb.base/nostdlib.exp: Likewise.
6501 * gdb.base/solib-nodir.exp: Likewise.
6502 * gdb.base/statistics.exp: Likewise.
6503 * gdb.base/testenv.exp: Likewise.
6504 * gdb.mi/mi-exec-run.exp: Likewise.
6505 * gdb.mi/mi-start.exp: Likewise.
6506 * gdb.multi/dummy-frame-restore.exp: Likewise.
6507 * gdb.multi/multi-arch-exec.exp: Likewise.
6508 * gdb.multi/multi-arch.exp: Likewise.
6509 * gdb.multi/tids.exp: Likewise.
6510 * gdb.multi/watchpoint-multi.exp: Likewise.
6511 * gdb.python/py-events.exp: Likewise.
6512 * gdb.threads/attach-into-signal.exp: Likewise.
6513 * gdb.threads/attach-stopped.exp: Likewise.
6514 * gdb.threads/threadapply.exp: Likewise.
6515 * lib/selftest-support.exp: Likewise.
6516
6517 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6518
6519 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6520
6521 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6522
6523 * gdb.perf/template-breakpoints.cc: New file.
6524 * gdb.perf/template-breakpoints.exp: New file.
6525 * gdb.perf/template-breakpoints.py: New file.
6526
6527 2018-03-19 Tom Tromey <tom@tromey.com>
6528
6529 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6530 y0.
6531 * gdb.rust/simple.exp: Test bare identifier form of struct
6532 initializer.
6533
6534 2018-03-19 Tom Tromey <tom@tromey.com>
6535
6536 * gdb.gdb/observer.exp: Remove.
6537
6538 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6539
6540 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6541 "qualified" option when setting breakpoints.
6542 * gdb.trace/backtrace.exp: Likewise.
6543 * gdb.trace/circ.exp: Likewise.
6544 * gdb.trace/collection.exp: Likewise.
6545 * gdb.trace/disconnected-tracing.exp: Likewise.
6546 * gdb.trace/ftrace-lock.exp: Likewise.
6547 * gdb.trace/ftrace.exp: Likewise.
6548 * gdb.trace/infotrace.exp: Likewise.
6549 * gdb.trace/packetlen.exp: Likewise.
6550 * gdb.trace/passc-dyn.exp: Likewise.
6551 * gdb.trace/qtro.exp: Likewise.
6552 * gdb.trace/read-memory.exp: Likewise.
6553 * gdb.trace/report.exp: Likewise.
6554 * gdb.trace/signal.exp: Likewise.
6555 * gdb.trace/status-stop.exp: Likewise.
6556 * gdb.trace/strace.exp: Likewise.
6557 * gdb.trace/tfind.exp: Likewise.
6558 * gdb.trace/trace-break.exp: Likewise.
6559 * gdb.trace/trace-condition.exp: Likewise.
6560 * gdb.trace/trace-mt.exp: Likewise.
6561 * gdb.trace/tstatus.exp: Likewise.
6562 * gdb.trace/tsv.exp: Likewise.
6563 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6564 * gdb.trace/unavailable.exp: Likewise.
6565 * gdb.trace/while-dyn.exp: Likewise.
6566
6567 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6568
6569 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6570 that libinproctrace is copied to the target.
6571
6572 2018-03-14 Tom Tromey <tom@tromey.com>
6573
6574 PR cli/14977:
6575 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6576 a null pointer.
6577 * gdb.base/wchar.exp: Likewise.
6578
6579 2018-03-14 Tom Tromey <tom@tromey.com>
6580
6581 PR cli/19918:
6582 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6583 flag.
6584
6585 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6586
6587 PR gdb/22841
6588 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6589 "target" to remote_exec.
6590
6591 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6592
6593 PR gdb/22841
6594 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6595 ${board}_upload): Remove.
6596
6597 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6598
6599 * gdb.cp/watch-cp.cc: New test.
6600 * gdb.cp/watch-cp.exp: New file.
6601
6602 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6603
6604 * gdb.base/infcall-nested-structs.exp: New file.
6605 * gdb.base/infcall-nested-structs.c: New file.
6606 * gdb.base/float.exp: Add riscv support.
6607
6608 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6609
6610 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6611 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6612
6613 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6614
6615 * gdb.server/abspath.exp: New file.
6616 * lib/gdb.exp (with_cwd): New procedure.
6617
6618 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6619
6620 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6621 use it.
6622 (gdb_is_target_remote_prompt): New proc.
6623 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6624 (gdb_is_target_native): Pass prompt parameter to
6625 gdb_is_target_1.
6626
6627 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6628
6629 * gdb.base/load-command.c: New file.
6630 * gdb.base/load-command.exp: New file.
6631 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6632 (gdb_is_target_1): ...this, and generalize for other targets
6633 than just remote.
6634 (gdb_is_target_remote): Use gdb_is_target_1.
6635 (gdb_is_target_native): use gdb_is_target_1.
6636
6637 2018-02-26 Tom Tromey <tom@tromey.com>
6638
6639 PR python/16497:
6640 * gdb.python/py-framefilter.exp: Update test.
6641
6642 2018-02-26 Tom Tromey <tom@tromey.com>
6643
6644 * gdb.dwarf2/variant.c: New file.
6645 * gdb.dwarf2/variant.exp: New file.
6646
6647 2018-02-26 Tom Tromey <tom@tromey.com>
6648
6649 * gdb.rust/simple.exp: Accept more possible results in enum test.
6650
6651 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6652
6653 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6654 parentheses.
6655
6656 2018-02-23 Maciej W. Rozycki <macro@mips.com>
6657
6658 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6659 name of a variable: $actual_linejj -> $actual_line.
6660
6661 2018-02-21 John Baldwin <jhb@FreeBSD.org>
6662
6663 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6664
6665 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6666
6667 * gdb.btrace/buffer-size.exp: Do not force BTS.
6668
6669 2018-02-14 Pedro Alves <palves@redhat.com>
6670
6671 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6672 getting a "Quit".
6673
6674 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6675
6676 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6677 Fix test name.
6678
6679 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6680
6681 * gdb.cp/m-static.exp: Check type of optimized out static
6682 member.
6683
6684 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6685
6686 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6687 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6688
6689 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6690 Leszek Swirski <leszeks@google.com>
6691
6692 * gdb.python/py-prettyprint.c
6693 (struct to_string_returns_value_inner,
6694 struct to_string_returns_value_wrapper): New.
6695 (main): Add tsrvw variable.
6696 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6697 ToStringReturnsValueWrapper): New classes.
6698 (register_pretty_printers): Register new pretty-printers.
6699 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6700 recursive pretty printer.
6701 * gdb.python/py-mi.exp: Likewise.
6702
6703 2018-02-01 Leszek Swirski <leszeks@google.com>
6704
6705 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6706 functions with the same name as an include file are parsed
6707 correctly.
6708
6709 2018-02-01 Yao Qi <yao.qi@linaro.org>
6710
6711 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6712 "\[^\r\n\]*".
6713
6714 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6715
6716 * gdb.arch/powerpc-prologue-frame.s: New file.
6717 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6718 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6719
6720 2018-01-31 Joel Brobecker <brobecker@adacore.com>
6721
6722 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6723
6724 2018-01-30 Pedro Alves <palves@redhat.com>
6725
6726 PR gdb/13211
6727 * gdb.base/interrupt-daemon.c: New.
6728 * gdb.base/interrupt-daemon.exp: New.
6729 * gdb.multi/multi-term-settings.c: New.
6730 * gdb.multi/multi-term-settings.exp: New.
6731
6732 2018-01-30 Joel Brobecker <brobecker@adacore.com>
6733
6734 * gdb.base/break.exp: Save the location where the breakpoint
6735 on break.c:47 was actually inserted when debugging the version
6736 compiled at -O2 and use it in the expected output of the "info
6737 break" test performed soon after.
6738
6739 2018-01-22 Pedro Alves <palves@redhat.com>
6740 Sergio Durigan Junior <sergiodj@redhat.com>
6741
6742 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6743 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6744
6745 2018-01-22 Joel Brobecker <brobecker@adacore.com>
6746
6747 * gdb.base/break-include.c, gdb.base/break-include.inc,
6748 gdb.base/break-include.exp: New files.
6749 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6750 line number now being the actual line number where the breakpoint
6751 was inserted.
6752 * gdb.mi/mi-break.exp: Likewise.
6753 * gdb.mi/mi-reverse.exp: Likewise.
6754 * gdb.mi/mi-simplerun.exp: Ditto.
6755
6756 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6757
6758 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6759 varobj.
6760 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6761
6762 2018-01-21 Don Breazeal <donb@codesourcery.com>
6763 Andrew Burgess <andrew.burgess@embecosm.com>
6764
6765 * gdb.mi/basics.c: Add new global.
6766 * gdb.mi/mi-frame-regs.exp: New file.
6767 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6768 case.
6769
6770 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6771
6772 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6773 non-parameter, and on an unknown symbol.
6774
6775 2018-01-19 Tom Tromey <tom@tromey.com>
6776
6777 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6778 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6779
6780 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6781
6782 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6783 setrlimit and chdir to int.
6784
6785 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6786
6787 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6788 function.
6789 (my_tend): Likewise.
6790 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6791 rationale of avoiding FP- and vector instructions.
6792
6793 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6794
6795 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6796 "info reg" with "\[ \t\]*".
6797 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6798 "\[ \t\]+".
6799 * gdb.arch/s390-multiarch.exp: Ditto.
6800 * gdb.base/pc-fp.exp: Ditto.
6801 * gdb.reverse/i386-precsave.exp: Ditto.
6802 * gdb.reverse/i386-reverse.exp: Ditto.
6803 * gdb.reverse/i387-env-reverse.exp: Ditto.
6804 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6805
6806 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6807
6808 * lib/gdb.exp (gdb_compile): Re-enable use of
6809 universal_compile_options for languages other than Rust.
6810
6811 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6812
6813 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6814
6815 2018-01-17 Mike Gulick <mgulick@mathworks.com>
6816
6817 PR gdb/16577
6818 * gdb.base/solib-vanish.exp: New.
6819 * gdb.base/solib-vanish-main.c: New.
6820 * gdb.base/solib-vanish-lib1.c: New.
6821 * gdb.base/solib-vanish-lib2.c: New.
6822
6823 2018-01-17 Yao Qi <yao.qi@linaro.org>
6824
6825 * gdb.compile/compile.exp: Match the address printed for
6826 frame in the output of command "bt".
6827
6828 2018-01-15 Tom Tromey <tom@tromey.com>
6829
6830 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6831 compute sp_reg.
6832
6833 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6834
6835 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6836 to prepare.
6837 (prepare): Return 0 on error, 1 on success.
6838
6839 2018-01-12 Pedro Alves <palves@redhat.com>
6840
6841 * gdb.base/continue-after-aborted-step-over.c: New.
6842 * gdb.base/continue-after-aborted-step-over.exp: New.
6843
6844 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6845
6846 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6847 options when not creating an executable.
6848
6849 2018-01-11 Pedro Alves <palves@redhat.com>
6850
6851 PR remote/22597
6852 * gdb.server/stop-reply-no-thread.c: New file.
6853 * gdb.server/stop-reply-no-thread.exp: New file.
6854
6855 2018-01-10 Pedro Alves <palves@redhat.com>
6856
6857 PR gdb/22670
6858 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6859 functions too. Test setting breakpoints and printing C functions
6860 with no debug info too.
6861 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6862
6863 2018-01-10 Pedro Alves <palves@redhat.com>
6864
6865 PR gdb/22670
6866 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6867 a fail.
6868
6869 2018-01-10 Pedro Alves <palves@redhat.com>
6870
6871 PR gdb/22670
6872 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6873
6874 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6875
6876 * gdb.server/unittest.exp: Match the output in non-development
6877 mode.
6878
6879 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6880
6881 * gdb.gdb/unittest.exp: Match output in non-development mode.
6882
6883 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6884
6885 * gdb.ada/access_tagged_param.exp: Relax expected output
6886 for value of "ObjL" in "continue" to pck.inspect breakpoint
6887 test.
6888
6889 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6890
6891 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6892 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
6893
6894 2018-01-05 Pedro Alves <palves@redhat.com>
6895
6896 PR gdb/18653
6897 * gdb.base/libsegfault.exp: New.
6898
6899 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6900
6901 PR gdb/22670
6902 * gdb.ada/access_tagged_param.exp: New file.
6903 * gdb.ada/access_tagged_param/foo.adb: New file.
6904
6905 2018-01-05 Pedro Alves <palves@redhat.com>
6906
6907 PR gdb/22670
6908 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6909 exercise lower case too, and to exercise both full matching and
6910 wild matching.
6911
6912 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6913
6914 * gdb.ada/rename_subscript_param: New testcase.
6915
6916 2018-01-05 Jerome Guitton <guitton@adacore.com>
6917
6918 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6919
6920 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6921
6922 * gdb.ada/convvar_comp: New testcase.
6923
6924 2018-01-05 Xavier Roirand <roirand@adacore.com>
6925
6926 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6927 (My_Table): New global variable.
6928 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6929
6930 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6931
6932 PR gdb/22670
6933 * gdb.ada/maint_with_ada: New testcase.
6934
6935 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6936
6937 PR gdb/22670
6938 * gdb.ada/bp_c_mixed_case: New testcase.
6939
6940 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6941
6942 PR gdb/22670
6943 * gdb.ada/complete.exp: Add "complete break ada" test.
6944
6945 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6946
6947 PR gdb/22670
6948 * gdb.ada/info_addr_mixed_case: New testcase.
6949
6950 2018-01-03 Xavier Roirand <roirand@adacore.com>
6951
6952 * gdb.ada/excep_handle.exp: New testcase.
6953 * gdb.ada/excep_handle/foo.adb: New file.
6954 * gdb.ada/excep_handle/pck.ads: New file.
6955
6956 2018-01-03 Joel Brobecker <brobecker@adacore.com>
6957
6958 * gdb.base/step-line.c: Add extra empty line in copyright header.
6959 * gdb.base/step-line.inp: Likewise.
6960
6961 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6962
6963 * gdb.ada/dyn_stride.exp: Add slice test.
6964
6965 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6966
6967 * gdb.ada/dyn_stride: New testcase.
6968
6969 2017-12-27 Stafford Horne <shorne@gmail.com>
6970
6971 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6972 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6973
6974 2017-12-27 Stafford Horne <shorne@gmail.com>
6975
6976 * gdb.base/reggroups.c: New file.
6977 * gdb.base/reggroups.exp: New file.
6978
6979 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6980
6981 * gdb.dwarf2/ada-valprint-error.c: New file.
6982 * gdb.dwarf2/ada-valprint-error.exp: New file.
6983
6984 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6985
6986 * gdb.ada/assign_arr: New testcase.
6987
6988 2017-12-18 Xavier Roirand <roirand@adacore.com>
6989
6990 * gdb.ada/funcall_ptr: New testcase.
6991
6992 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6993
6994 PR cli/16224
6995 * gdb.base/ptype-offsets.cc: New file.
6996 * gdb.base/ptype-offsets.exp: New file.
6997
6998 2017-12-15 Yao Qi <yao.qi@linaro.org>
6999
7000 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7001 if XML is disabled.
7002
7003 2017-12-15 Xavier Roirand <roirand@adacore.com>
7004
7005 * gdb.ada/same_component_name: New testcase.
7006
7007 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7008
7009 * gdb.ada/str_binop_equal: New testcase.
7010
7011 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7012
7013 * gdb.ada/task_switch_in_core: New testcase.
7014
7015 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7016
7017 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7018 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7019 call test_bkpt_qualified.
7020 (test_bkpt_qualified): New proc.
7021
7022 2017-12-13 Pedro Alves <palves@redhat.com>
7023
7024 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7025 Tighten regexp by matching with an anchor.
7026
7027 2017-12-13 Pedro Alves <palves@redhat.com>
7028
7029 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7030 ("expression with namespace"): New set of tests.
7031 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7032 (Nested::Test_NS::qux): New.
7033 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7034 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7035
7036 2017-12-13 Joel Brobecker <brobecker@adacore.com>
7037
7038 * gdb.base/server-del-break.c: New file.
7039 * gdb.base/server-del-break.exp: New file.
7040
7041 2017-12-12 Stafford Horne <shorne@gmail.com>
7042
7043 * gdb.xml/tdesc-regs.exp: Add or1k support.
7044
7045 2017-12-12 Stafford Horne <shorne@gmail.com>
7046
7047 * gdb.base/bp-permanent.c: Define nop of or1k.
7048
7049 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7050
7051 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7052 output with components being reordered.
7053
7054 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7055
7056 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7057 output with components being reordered.
7058
7059 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7060 Pedro Alves <palves@redhat.com>
7061
7062 * gdb.base/maint.exp (check for .gdb_index): Check also for
7063 .debug_names.
7064 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7065 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7066 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7067 (.gdb_index used after symbol reloading): Support also .debug_names.
7068 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7069
7070 2017-12-08 Yao Qi <yao.qi@linaro.org>
7071
7072 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7073 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7074
7075 2017-12-08 Yao Qi <yao.qi@linaro.org>
7076
7077 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7078 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7079
7080 2017-12-08 Yao Qi <yao.qi@linaro.org>
7081
7082 * gdb.arch/aarch64-tagged-pointer.c: New file.
7083 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7084
7085 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7086
7087 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7088 "int".
7089
7090 2017-12-07 Keith Seitz <keiths@redhat.com>
7091
7092 PR breakpoints/22569
7093 * gdb.linespec/ls-errs.exp: Change expected result of "break
7094 -source this file has spaces.c -line 3".
7095 Check that an explicit source file followed by whitespace is
7096 identified as an invalid explicit location.
7097
7098 2017-12-07 Keith Seitz <keiths@redhat.com>
7099
7100 * gdb.cp/nested-types.cc: New file.
7101 * gdb.cp/nested-types.exp: New file.
7102 * lib/cp-support.exp: Load data-structures.exp library.
7103 (debug_cp_test_ptype_class): New global.
7104 (cp_ptype_class_verbose, next_line): New procedures.
7105 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7106 Add and document new return value.
7107 Switch the list of lines to a queue.
7108 Add support for new `type' key for nested type definitions.
7109 Add debugging/troubleshooting messages.
7110 * lib/data-structures.exp: New file.
7111
7112 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7113
7114 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7115 with proc_with_prefix, don't use with_test_prefix.
7116
7117 2017-12-07 Tom Tromey <tom@tromey.com>
7118
7119 * gdb.base/break.exp: Add test for empty "commands".
7120
7121 2017-12-07 Yao Qi <yao.qi@linaro.org>
7122
7123 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7124 malloc and catch syscall.
7125
7126 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7127
7128 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
7129 tests for explicit locations.
7130
7131 2017-12-06 Pedro Alves <palves@redhat.com>
7132
7133 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7134 force-disabling XML descriptions.
7135
7136 2017-12-04 Pedro Alves <palves@redhat.com>
7137
7138 PR gdb/22499
7139 * gdb.arch/amd64-disp-step-avx.S: New file.
7140 * gdb.arch/amd64-disp-step-avx.exp: New file.
7141
7142 2017-12-03 Pedro Alves <palves@redhat.com>
7143
7144 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7145 and <string.h>.
7146 (parent_function): Print distinct messages when waitpid fails, or
7147 the child exits with a signal, or the child exits for an unhandled
7148 reason.
7149 * gdb.threads/process-dies-while-detaching.exp
7150 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7151 it. Wait for both inferior output and GDB's prompt. Use an
7152 indirect spawn id list.
7153 (do_detach): New parameter 'child_exit'. Use it to compute
7154 expected inferior output.
7155 (test_detach, test_detach_watch, test_detach_killed_outside):
7156 Adjust to pass down the expected child exit kind.
7157
7158 2017-12-01 Joel Brobecker <brobecker@adacore.com>
7159 Sergio Durigan Junior <sergiodj@redhat.com>
7160 Pedro Alves <palves@redhat.com>
7161
7162 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7163
7164 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7165
7166 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7167 to 'symbol-file' and 'add-symbol-file' can be
7168 position-independent.
7169
7170 2017-12-01 Yao Qi <yao.qi@linaro.org>
7171
7172 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7173 the URL in copyright header.
7174 * gdb.arch/aarch64-fp.exp: Likewise.
7175 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7176 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7177 * gdb.base/expand-psymtabs.exp: Likewise.
7178 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7179 * gdb.fortran/common-block.exp: Likewise.
7180 * gdb.fortran/common-block.f90: Likewise.
7181 * gdb.fortran/logical.exp: Likewise.
7182 * gdb.fortran/vla-datatypes.f90: Likewise.
7183 * gdb.fortran/vla-sub.f90: Likewise.
7184
7185 2017-11-30 Joel Brobecker <brobecker@adacore.com>
7186
7187 * gdb.ada/repeat_dyn: New testcase.
7188
7189 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7190
7191 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7192 Update for changed thread numbering.
7193 * gdb.cell/bt.exp: Update for changed GDB output.
7194
7195 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7196
7197 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7198 setting isremote by hand.
7199 * boards/dwarf4-gdb-index.exp: Likewise.
7200 * boards/fission.exp: Likewise.
7201 * boards/stabs.exp: Likewise.
7202
7203 2017-11-30 Pedro Alves <palves@redhat.com>
7204
7205 * gdb.linespec/cpls-ops.exp
7206 (check_explicit_skips_function_argument): Extract the underlying
7207 type of size_t instead of hardcoding it.
7208
7209 2017-11-29 Pedro Alves <palves@redhat.com>
7210
7211 PR c++/19436
7212 * gdb.linespec/cpls-abi-tag.cc: New file.
7213 * gdb.linespec/cpls-abi-tag.exp: New file.
7214
7215 2017-11-29 Pedro Alves <palves@redhat.com>
7216
7217 * gdb.base/langs.exp: Use -qualified.
7218 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7219 it.
7220 * gdb.cp/namespace.exp: Use -qualified.
7221 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7222 (overload-3, template-overload, template-ret-type, const-overload)
7223 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7224 procedures.
7225 (test_driver): Call them.
7226 * gdb.cp/save-bp-qualified.cc: New.
7227 * gdb.cp/save-bp-qualified.exp: New.
7228 * gdb.linespec/explicit.exp: Test -qualified.
7229 * lib/completion-support.exp (completion::explicit_opts_list): Add
7230 "-qualified".
7231 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7232
7233 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7234
7235 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7236
7237 2017-11-29 Tom Tromey <tom@tromey.com>
7238
7239 * gdb.base/relocate.exp: Update invalid argument test.
7240 Add new tests for invalid arguments.
7241
7242 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7243
7244 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7245 Return 0 as a long.
7246 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7247
7248 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7249
7250 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7251 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7252 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7253 func ().
7254 * gdb.cp/shadow.cc (B.func): Return 0.
7255
7256 2017-11-27 Joel Brobecker <brobecker@adacore.com>
7257
7258 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7259 expected output in gdb_expect call to allow the exception
7260 message to be present as well. Fix syntax confusion to avoid
7261 TCL thinking that exception_name is an array.
7262
7263 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7264
7265 * gdb.arch/spu-info.c: Include <unistd.h>.
7266 (do_signal_test): Fix broken calls to write.
7267 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7268 Fix checks for empty mailboxes. Update signal tests for corrected
7269 do_signal_test routine. Allow nonzero event status.
7270 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7271 * gdb.cell/arch.exp: Use standard_output_file.
7272 * gdb.cell/break.exp: Likewise.
7273 * gdb.cell/bt.exp: Likewise.
7274 * gdb.cell/core.exp: Likewise.
7275 * gdb.cell/dwarfaddr.exp: Likewise.
7276 * gdb.cell/ea-cache.exp: Likewise.
7277 * gdb.cell/ea-standalone.exp: Likewise.
7278 * gdb.cell/f-regs.exp: Likewise.
7279 * gdb.cell/fork.exp: Likewise.
7280 * gdb.cell/gcore.exp: Likewise.
7281 * gdb.cell/mem-access.exp: Likewise.
7282 * gdb.cell/ptype.exp: Likewise.
7283 * gdb.cell/registers.exp: Likewise.
7284 * gdb.cell/sizeof.exp: Likewise.
7285 * gdb.cell/solib-symbol.exp: Likewise.
7286 * gdb.cell/solib.exp: Likewise.
7287
7288 2017-11-25 Pedro Alves <palves@redhat.com>
7289
7290 * gdb.base/complete-empty.exp: New file.
7291 * gdb.base/completion.exp: Adjust.
7292
7293 2017-11-25 Pedro Alves <palves@redhat.com>
7294
7295 * gdb.linespec/cpls-ops.cc: New file.
7296 * gdb.linespec/cpls-ops.exp: New file.
7297 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7298 factored out from ...
7299 (test_complete_prefix_range): ... this.
7300
7301 2017-11-24 Pedro Alves <palves@redhat.com>
7302
7303 * gdb.linespec/cpcompletion.exp: New file.
7304 * gdb.linespec/cpls-hyphen.cc: New file.
7305 * gdb.linespec/cpls.cc: New file.
7306 * gdb.linespec/cpls2.cc: New file.
7307 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7308 test to use test_gdb_complete_unique. Add label completion,
7309 keyword completion and explicit location completion tests.
7310 * lib/completion-support.exp: New file.
7311
7312 2017-11-24 Joel Brobecker <brobecker@adacore.com>
7313
7314 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7315 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7316 when hitting an exception catchpoint.
7317
7318 2017-11-22 Yao Qi <yao.qi@linaro.org>
7319
7320 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7321
7322 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7323
7324 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7325 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7326 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7327
7328 2017-11-22 Yao Qi <yao.qi@linaro.org>
7329
7330 * gdb.base/info-os.exp: Pass pthreads.
7331 * gdb.multi/multi-attach.exp: Likewise.
7332
7333 2017-11-22 Yao Qi <yao.qi@linaro.org>
7334
7335 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7336 compiler.
7337
7338 2017-11-22 Yao Qi <yao.qi@linaro.org>
7339
7340 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7341 * gdb.base/break-interp.exp: Likewise.
7342 * gdb.base/jit-attach-pie.exp: Likewise.
7343
7344 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7345
7346 * gdb.base/float128.c (large128): New variable.
7347 * gdb.base/float128.exp: Add test to print largest __float128 value.
7348
7349 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7350
7351 * gdb.arch/vsx-regs.exp: Update register content checks.
7352
7353 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7354
7355 * gdb.arch/ppc-longdouble.exp: New file.
7356 * gdb.arch/ppc-longdouble.c: Likewise.
7357
7358 2017-11-21 Pedro Alves <palves@redhat.com>
7359
7360 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7361
7362 2017-11-20 Pedro Alves <palves@redhat.com>
7363
7364 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7365 (long_double_typedef): New typedefs.
7366 Use DEF on double and long double.
7367 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7368 cases.
7369 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7370 and 'long_double_ptr_same_size' locals. Use them to decide
7371 whether cast from array/function to float is valid/invalid.
7372
7373 2017-11-17 Tom Tromey <tom@tromey.com>
7374
7375 * gdb.rust/traits.rs: New file.
7376 * gdb.rust/traits.exp: New file.
7377
7378 2017-11-17 Joel Brobecker <brobecker@adacore.com>
7379
7380 * gdb.ada/minsyms: New testcase.
7381
7382 2017-11-16 Pedro Alves <palves@redhat.com>
7383
7384 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7385 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7386
7387 2017-11-16 Pedro Alves <palves@redhat.com>
7388
7389 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7390 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7391
7392 2017-11-16 Pedro Alves <palves@redhat.com>
7393
7394 * gdb.server/reconnect-ctrl-c.c: New file.
7395 * gdb.server/reconnect-ctrl-c.exp: New file.
7396
7397 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7398
7399 * gdb.python/py-rbreak.exp: New file.
7400 * gdb.python/py-rbreak.c: New file.
7401 * gdb.python/py-rbreak-func2.c: New file.
7402
7403 2017-11-16 Pedro Alves <palves@redhat.com>
7404
7405 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7406 pattern.
7407 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7408 GDB.
7409
7410 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7411
7412 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7413 regex.
7414
7415 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7416
7417 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7418 test names.
7419
7420 2017-11-09 Pedro Alves <palves@redhat.com>
7421
7422 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7423 factored out from ...
7424 (top level): ... here, and adjusted to avoid expecting beyond the
7425 prompt in a single gdb_test_multiple.
7426
7427 2017-11-09 Pedro Alves <palves@redhat.com>
7428
7429 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7430 output.
7431 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7432 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7433 * gdb.server/ext-run.exp ("kill" test): Likewise.
7434 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7435
7436 2017-11-09 Pedro Alves <palves@redhat.com>
7437
7438 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7439 match till end of line.
7440
7441 2017-11-09 Pedro Alves <palves@redhat.com>
7442
7443 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7444
7445 2017-11-09 Pedro Alves <palves@redhat.com>
7446
7447 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7448 New procedures, factored out from ...
7449 (top level): ... here, and adjusted to avoid expecting beyond the
7450 prompt in one go.
7451
7452 2017-11-09 Pedro Alves <palves@redhat.com>
7453
7454 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7455 output. Fix '?' match.
7456
7457 2017-11-08 Joel Brobecker <brobecker@adacore.com>
7458
7459 * gdb.ada/scoped_watch: New testcase.
7460 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7461 which is actually correct.
7462 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7463 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7464
7465 2017-11-08 Pedro Alves <palves@redhat.com>
7466
7467 * gdb.gdb/complaints.exp (test_initial_complaints)
7468 (test_serial_complaints, test_short_complaints): Call
7469 complaint_internal instead of complaint.
7470
7471 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7472
7473 * gdb.threads/tls-core.c: New file.
7474 * gdb.threads/tls-core.exp: Likewise.
7475
7476 2017-11-08 Pedro Alves <palves@redhat.com>
7477
7478 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7479 (p Exported_Capitalized): New test.
7480 (p exported_capitalized): New test.
7481
7482 2017-11-07 Pedro Alves <palves@redhat.com>
7483
7484 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7485
7486 2017-11-07 Pedro Alves <palves@redhat.com>
7487
7488 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7489 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7490 (disable_invalid, disable_inverted, disable_negative): New
7491 procedures.
7492 ("bad numbers"): New set of tests.
7493
7494 2017-11-07 Pedro Alves <palves@redhat.com>
7495
7496 * gdb.cp/ena-dis-br-range.exp: Add tests.
7497
7498 2017-11-07 Pedro Alves <palves@redhat.com>
7499
7500 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7501
7502 2017-11-07 Xavier Roirand <roirand@adacore.com>
7503 Pedro Alves <palves@redhat.com>
7504
7505 * gdb.base/ena-dis-br.exp: Add reference to
7506 gdb.cp/ena-dis-br-range.exp.
7507 * gdb.cp/ena-dis-br-range.exp: New file.
7508 * gdb.cp/ena-dis-br-range.cc: New file.
7509
7510 2017-11-06 Pedro Alves <palves@redhat.com>
7511
7512 * gdb.base/attach-non-pgrp-leader.c: New.
7513 * gdb.base/attach-non-pgrp-leader.exp: New.
7514
7515 2017-11-06 Pedro Alves <palves@redhat.com>
7516
7517 * configure.ac: No longer check for termio.h and sgtty.h.
7518 * configure: Regenerate.
7519 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7520 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7521 Remove termio and sgtty code.
7522
7523 2017-11-03 Yao Qi <yao.qi@linaro.org>
7524
7525 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7526 in GDB is disabled.
7527
7528 2017-11-03 Yao Qi <yao.qi@linaro.org>
7529
7530 * gdb.python/py-thrhandle.exp: Skip it if python is not
7531 enabled.
7532
7533 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7534
7535 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7536 as a breakpoint command.
7537
7538 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7539
7540 PR python/21213
7541 * gdb.python/py-infthread.exp: Test calling
7542 InferiorThread.inferior () multiple times in a row.
7543
7544 2017-10-27 Keith Seitz <keiths@redhat.com>
7545
7546 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7547 Test "info break" for every inlined function breakpoint.
7548
7549 2017-10-27 Yao Qi <yao.qi@linaro.org>
7550
7551 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7552
7553 2017-10-26 Patrick Frants <osscontribute@gmail.com>
7554
7555 * gdb.cp/classes.exp (test_static_members): Test printing
7556 Outer::instance.
7557 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7558 (Inner::instance, Outer::instance): New.
7559
7560 2017-10-24 Pedro Alves <palves@redhat.com>
7561
7562 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7563 extra console" test in two stages.
7564
7565 2017-10-24 Pedro Alves <palves@redhat.com>
7566
7567 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7568
7569 2017-10-24 Pedro Alves <palves@redhat.com>
7570
7571 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7572 loop.
7573
7574 2017-10-24 Pedro Alves <palves@redhat.com>
7575
7576 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7577 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7578
7579 2017-10-24 Pedro Alves <palves@redhat.com>
7580
7581 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7582 parameter and handle it. Don't output read value in test name.
7583
7584 2017-10-24 Pedro Alves <palves@redhat.com>
7585
7586 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7587 custom test name.
7588
7589 2017-10-24 Pedro Alves <palves@redhat.com>
7590
7591 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7592 include the unstable output directory name in the test's name.
7593 (initial_setup_simple) <'set args'>: Use custom test name.
7594
7595 2017-10-24 Pedro Alves <palves@redhat.com>
7596
7597 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7598 with explicit test name.
7599
7600 2017-10-20 Pedro Alves <palves@redhat.com>
7601
7602 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7603 'wait -i'. Use gdb_assert and remote_close.
7604
7605 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7606
7607 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7608 number from variable rather than hard-coded.
7609
7610 2017-10-19 Pedro Alves <palves@redhat.com>
7611
7612 * gdb.base/long-inferior-output.c: New file.
7613 * gdb.base/long-inferior-output.exp: New file.
7614
7615 2017-11-18 Keith Seitz <keiths@redhat.com>
7616
7617 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7618 method.
7619 (main): Call it.
7620 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7621 Add additional user-defined conversion operator tests.
7622
7623 2017-10-17 Pedro Alves <palves@redhat.com>
7624
7625 * boards/native-stdio-gdbserver.exp: Load "local-board".
7626
7627 2017-10-17 Pedro Alves <palves@redhat.com>
7628
7629 * gdb.base/quit-live.c: New file.
7630 * gdb.base/quit-live.exp: New file.
7631
7632 2017-10-16 Keith Seitz <keiths@redhat.com>
7633
7634 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7635 (class_with_protected_typedef, class_with_private_typedef)
7636 (struct_with_public_typedef, struct_with_protected_typedef)
7637 (struct_with_private_typedef): New classes/structs.
7638 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7639 typedefs and access specifiers.
7640
7641 2017-10-16 Pedro Alves <palves@redhat.com>
7642 Simon Marchi <simon.marchi@polymtl.ca>
7643
7644 * README (Local vs Remote vs Native): New section.
7645 * boards/local-board.exp: New file, with bits factored out from
7646 ...
7647 * boards/native-extended-gdbserver.exp: ... here. Load
7648 "local-board".
7649 * boards/native-gdbserver.exp: Load "local-board".
7650 (${board}_spawn, ${board}_exec): Delete.
7651 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7652 ...
7653 * boards/stdio-gdbserver-base.exp: ... this new file.
7654 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7655 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7656 procedure.
7657 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7658 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7659 stdio_gdbserver_command.
7660 (${board}_get_remote_address, ${board}_get_comm_port)
7661 (${board}_download, ${board}_upload): Delete.
7662 (get_target_remote_pipe_cmd): New.
7663
7664 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7665
7666 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7667 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7668 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7669 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7670 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7671 remove with_test_prefix.
7672
7673 2017-10-13 Pedro Alves <palves@redhat.com>
7674
7675 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7676 * gdb.base/annota1.exp: Use it instead of is_remote.
7677 * gdb.base/annota3.exp: Use it instead of is_remote.
7678 * gdb.cp/annota2.exp: Use it instead of is_remote.
7679 * gdb.cp/annota3.exp: Use it instead of is_remote.
7680 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7681
7682 2017-10-13 Pedro Alves <palves@redhat.com>
7683
7684 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7685 (test_num_test_vars, run_and_count_vars, find_env)
7686 (test_set_unset_env, test_inherit_env_var): New procedures.
7687 (top level): Use them.
7688
7689 2017-10-13 Pedro Alves <palves@redhat.com>
7690
7691 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7692 also skip on stub-like targets.
7693
7694 2017-10-13 Pedro Alves <palves@redhat.com>
7695
7696 PR gdb/22293
7697 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7698 (top level): Move some tests to ...
7699 (test_not_found): ... this new procedure.
7700 (top level): Call it.
7701
7702 2017-10-13 Pedro Alves <palves@redhat.com>
7703
7704 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7705 expect different "info terminal" output if testing with a
7706 non-native target.
7707
7708 2017-10-13 Pedro Alves <palves@redhat.com>
7709 Simon Marchi <simon.marchi@polymtl.ca>
7710
7711 PR python/12966
7712 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7713
7714 2017-10-13 Pedro Alves <palves@redhat.com>
7715
7716 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7717 already.
7718
7719 2017-10-13 Pedro Alves <palves@redhat.com>
7720
7721 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7722 is_remote.
7723
7724 2017-10-13 Pedro Alves <palves@redhat.com>
7725
7726 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7727 is_remote.
7728
7729 2017-10-13 Pedro Alves <palves@redhat.com>
7730
7731 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7732 is set.
7733 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7734 instead of is_remote.
7735
7736 2017-10-13 Pedro Alves <palves@redhat.com>
7737
7738 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7739 (top level): Add comment.
7740
7741 2017-10-13 Pedro Alves <palves@redhat.com>
7742
7743 * gdb.base/remote.exp (top level): Fix comment typo and add
7744 missing return.
7745
7746 2017-10-13 Pedro Alves <palves@redhat.com>
7747 Simon Marchi <simon.marchi@polymtl.ca>
7748
7749 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7750 calls and add comments. Skip test if use_gdb_stub is set.
7751 (top level): Use "set cwd" command instead of "cd" command.
7752
7753 2017-10-13 Pedro Alves <palves@redhat.com>
7754
7755 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7756 is_remote target check.
7757
7758 2017-10-13 Pedro Alves <palves@redhat.com>
7759
7760 * gdb.base/scope.exp: Use build_executable + clean_restart +
7761 gdb_file_cmd instead of prepare_for_testing and no longer skip
7762 "before run" tests on is_remote target boards. Update comments.
7763 * boards/native-extended-gdbserver.exp
7764 (extended_gdbserver_load_last_file): New, factored out from ...
7765 (gdb_load): ... this. Move further below and add comment.
7766 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7767
7768 2017-10-12 Pedro Alves <palves@redhat.com>
7769
7770 * gdb.base/attach.exp: Remove references to gdb64.
7771 * gdb.base/dbx.exp: Remove references to gdb64.
7772
7773 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7774 Pedro Alves <palves@redhat.com>
7775
7776 * gdb.base/label.exp: Remove is_remote target check.
7777
7778 2017-10-12 Pedro Alves <palves@redhat.com>
7779
7780 * gdb.base/auvx.exp (coredir): Update comment.
7781 (top level) <core_works>: Use "set cwd" command instead of "cd"
7782 command.
7783
7784 2017-10-12 Pedro Alves <palves@redhat.com>
7785 Simon Marchi <simon.marchi@polymtl.ca>
7786
7787 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7788 target boards.
7789
7790 2017-10-12 Pedro Alves <palves@redhat.com>
7791 Simon Marchi <simon.marchi@polymtl.ca>
7792
7793 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7794 Instead skip if there's any gdb_protocol set.
7795
7796 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7797 Pedro Alves <palves@redhat.com>
7798
7799 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7800
7801 2017-10-12 Pedro Alves <palves@redhat.com>
7802 Simon Marchi <simon.marchi@polymtl.ca>
7803
7804 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7805 instead of on dejagnu remote boards.
7806
7807 2017-10-12 Pedro Alves <palves@redhat.com>
7808 Simon Marchi <simon.marchi@polymtl.ca>
7809
7810 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7811 checks. Use build_executable + clean_restart instead of
7812 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7813 of enabling non-stop after starting gdb.
7814
7815 2017-10-12 Pedro Alves <palves@redhat.com>
7816
7817 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7818 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7819 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7820 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7821
7822 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7823
7824 * gdb.arch/arc-tdesc-cpu.exp: New file.
7825 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7826
7827 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7828
7829 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7830
7831 2017-10-10 Pedro Alves <palves@redhat.com>
7832
7833 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7834 expect CLI output.
7835
7836 2017-10-10 Pedro Alves <palves@redhat.com>
7837
7838 * lib/selftest-support.exp (selftest_setup): Update for
7839 captured_command_loop's prototype change.
7840
7841 2017-10-09 Pedro Alves <palves@redhat.com>
7842
7843 Test both arch1=>arch2 and arch2=>arch1.
7844
7845 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7846 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7847 factored out to...
7848 (append_arch1_options, append_arch2_options, append_arch_options)
7849 (build_executables): New procedures.
7850 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7851 local.
7852 (top level): Add new 'first_arch' testing axis.
7853
7854 2017-10-09 Pedro Alves <palves@redhat.com>
7855
7856 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7857 (barrier): New.
7858 (thread_start, all_started): New functions.
7859 (main): Spawn new thread and wait until it is scheduled.
7860 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7861 option.
7862 (do_test): Add 'selected_thread' parameter. Run to all_started
7863 instead of main. Explicitly set the breakpoint at main. Switch
7864 to the SELECTED_THREAD thread.
7865 (top level): Test handling the exec event with either the main
7866 thread or the second thread selected.
7867
7868 2017-10-09 Pedro Alves <palves@redhat.com>
7869
7870 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7871 logic. Move STOP marker after the value checks.
7872 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7873 regexp.
7874
7875 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7876
7877 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7878
7879 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7880
7881 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7882 integer-to-dfp conversion.
7883 * gdb.base/dfp-test.exp: Likewise.
7884
7885 2017-10-04 Pedro Alves <palves@redhat.com>
7886
7887 * gdb.multi/hangout.c: Include <unistd.h>.
7888 (hangout_loop): New function.
7889 (main): Call alarm. Call hangout_loop in a loop.
7890 * gdb.multi/hello.c: Include <unistd.h>.
7891 (hello_loop): New function.
7892 (main): Call alarm. Call hangout_loop in a loop.
7893 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7894 inferior with the other selected.
7895
7896 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7897
7898 * gdb.mi/list-thread-groups-available.exp: New file.
7899 * gdb.mi/list-thread-groups-available.c: New file.
7900
7901 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7902
7903 * gdb.base/set-cwd.exp: Make it available on
7904 native-extended-gdbserver.
7905
7906 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7907
7908 * gdb.base/set-cwd.c: New file.
7909 * gdb.base/set-cwd.exp: Likewise.
7910
7911 2017-10-02 Tom Tromey <tom@tromey.com>
7912
7913 PR rust/22236:
7914 * gdb.rust/simple.rs (main): New variable "fslice".
7915 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7916
7917 2017-10-02 Tom Tromey <tom@tromey.com>
7918
7919 * gdb.rust/simple.exp: Test ptype of a slice.
7920
7921 2017-10-02 Tom Tromey <tom@tromey.com>
7922
7923 * gdb.rust/simple.exp: Test index of slice.
7924
7925 2017-09-27 Tom Tromey <tom@tromey.com>
7926
7927 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7928
7929 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7930 Pedro Alves <palves@redhat.com>
7931
7932 * gdb.base/compare-sections.exp (get value of read-only section): Read
7933 as unsigned value.
7934 (corrupt read-only section): Likewise and don't set written if patching
7935 failed.
7936
7937 2017-09-21 Kevin Buettner <kevinb@redhat.com>
7938
7939 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7940 files.
7941
7942 2017-09-20 Pedro Alves <palves@redhat.com>
7943
7944 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7945 symbol names in gdb's output.
7946 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7947
7948 2017-09-20 Pedro Alves <palves@redhat.com>
7949
7950 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7951 Rename to ...
7952 (test_list_ambiguous_symbol): ... this and add a symbol name
7953 parameter. Adjust.
7954 (test_list_ambiguous_function): Reimplement on top of
7955 test_list_ambiguous_symbol and also test listing ambiguous
7956 variables.
7957 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7958 (ambiguous_fun): ... this.
7959 (ambiguous_var): New.
7960 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7961 (ambiguous_fun): ... this.
7962 (ambiguous_var): New.
7963
7964 2017-09-19 John Baldwin <jhb@FreeBSD.org>
7965
7966 * gdb.base/starti.c: New file.
7967 * gdb.base/starti.exp: New file.
7968 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7969
7970 2017-09-14 Pedro Alves <palves@redhat.com>
7971
7972 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7973 (top level): Use it instead of runto.
7974
7975 2017-09-11 Tom Tromey <tom@tromey.com>
7976
7977 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7978
7979 2017-09-11 Tom Tromey <tom@tromey.com>
7980
7981 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7982 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7983
7984 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7985
7986 * gdb.fortran/printing-types.exp: New file.
7987 * gdb.fortran/printing-types.exp: New file.
7988
7989 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7990
7991 * gdb.fortran/vla-ptype.exp: Fix typos.
7992 * gdb.fortran/vla-value.exp: Same.
7993
7994 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7995
7996 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
7997 * gdb.mi/mi-var-child-f.exp: Likewise.
7998 * gdb.mi/mi-vla-fortran.exp: Likewise.
7999
8000 2017-09-08 Frank Penczek <frank.penczek@intel.com>
8001 Christoph Weinmann <christoph.t.weinmann@intel.com>
8002 Bernhard Heckel <bernhard.heckel@intel.com>
8003
8004 * gdb.fortran/ptr-indentation.f90: New file.
8005 * gdb.fortran/ptr-indentation.exp: New file.
8006
8007 2017-09-05 Tom Tromey <tom@tromey.com>
8008
8009 PR gdb/22010:
8010 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8011
8012 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8013
8014 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8015
8016 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8017
8018 * gdb.threads/tls-nodebug-pie.c: New file.
8019 * gdb.threads/tls-nodebug-pie.exp: New file.
8020
8021 2017-09-05 Tom Tromey <tom@tromey.com>
8022
8023 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8024 for rust.
8025
8026 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8027
8028 * gdb.multi/multi-arch-exec.exp: Test with different
8029 "follow-exec-mode" settings.
8030 (do_test): New procedure.
8031
8032 2017-09-04 Pedro Alves <palves@redhat.com>
8033
8034 * gdb.base/func-static.c (S::method const, S::method volatile)
8035 (S::method volatile const): New methods.
8036 (c_s, v_s, cv_s): New instances.
8037 (main): Call method() on them.
8038 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8039 (cannot_resolve): New procedure.
8040 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8041 print-quote-unquoted columns.
8042 (do_test): Test printing each scope too.
8043
8044 2017-09-04 Pedro Alves <palves@redhat.com>
8045
8046 * gdb.base/local-static.exp: Also test with
8047 class::method::variable wholly quoted.
8048 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8049
8050 2017-09-04 Pedro Alves <palves@redhat.com>
8051
8052 * gdb.base/local-static.c: New.
8053 * gdb.base/local-static.cc: New.
8054 * gdb.base/local-static.exp: New.
8055
8056 2017-09-04 Pedro Alves <palves@redhat.com>
8057
8058 * gdb.asm/asm-source.exp: Add casts to int.
8059 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8060 (dataglobal64_1, dataglobal64_2): New globals.
8061 * gdb.base/nodebug.exp: Test different expressions involving the
8062 new globals, with print, whatis and ptype. Add casts to int.
8063 * gdb.base/solib-display.exp: Add casts to int.
8064 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8065 * gdb.cp/m-static.exp: Add cast to int.
8066 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8067 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8068 tls variable with no debug info without a cast. Test with a cast
8069 to int too.
8070 * gdb.trace/entry-values.exp: Add casts.
8071
8072 2017-09-04 Pedro Alves <palves@redhat.com>
8073
8074 * gdb.base/nodebug.exp: Test that ptype's error about functions
8075 with unknown return type includes the function name too.
8076
8077 2017-09-04 Pedro Alves <palves@redhat.com>
8078
8079 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8080 return type of munmap in infcall.
8081 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8082 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8083 type of ftell in infcall.
8084 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8085 type of getpid in infcall.
8086 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8087 infcall.
8088 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8089 Bail on failure to extract the pid.
8090 * gdb.base/nodebug.c: #include <stdint.h>.
8091 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8092 New functions.
8093 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8094 Change expected output of print/whatis/ptype with functions with
8095 no debug info. Test all supported languages. Call
8096 test_call_promotion.
8097 * gdb.compile/compile.exp: Adjust expected output to expect
8098 warning.
8099 * gdb.threads/siginfo-threads.exp: Likewise.
8100
8101 2017-09-04 Pedro Alves <palves@redhat.com>
8102
8103 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8104 "prototypes". Test calling float functions via prototyped and
8105 unprototyped function pointers.
8106 (perform_all_tests): New parameter "prototypes". Pass it down.
8107 (top level): Pass down "prototypes" parameter to
8108 perform_all_tests.
8109
8110 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8111
8112 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8113 Test with nested loops.
8114
8115 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8116
8117 * gdb.base/commands.exp: Call the new procedures.
8118 (loop_break_test, loop_continue_test): New procedures.
8119
8120 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8121
8122 * gdb.base/commands.exp: Call new procedure.
8123 (define_if_without_arg_test): New procedure.
8124
8125 2017-09-04 Pedro Alves <palves@redhat.com>
8126
8127 * gdb.base/list-ambiguous.exp: New file.
8128 * gdb.base/list-ambiguous0.c: New file.
8129 * gdb.base/list-ambiguous1.c: New file.
8130 * gdb.base/list.exp (test_list_range): Adjust expected output.
8131
8132 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8133
8134 * gdb.base/share-env-with-gdbserver.c: New file.
8135 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8136
8137 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8138
8139 * gdb.base/commands.exp (gdbvar_simple_if_test,
8140 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8141 progvar_simple_if_test, progvar_simple_while_test,
8142 progvar_complex_if_while_test, user_defined_command_test,
8143 user_defined_command_args_eval,
8144 user_defined_command_args_stack_test,
8145 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8146 temporary_breakpoint_commands,
8147 gdb_test_no_prompt, redefine_hook_test,
8148 redefine_backtrace_test): Remove "global gdb_prompt".
8149
8150 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8151
8152 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8153 New proc, call it from toplevel.
8154
8155 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8156
8157 PR remote/21852
8158 * gdb.server/normal.c: New file, copied from gdb.base.
8159 * gdb.server/run-without-local-binary.exp: New file.
8160
8161 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
8162
8163 * gdb.arch/sparc64-adi.exp: New file.
8164 * gdb.arch/sparc64-adi.c: New file.
8165
8166 2017-08-22 Pedro Alves <palves@redhat.com>
8167
8168 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8169 (top level): Add "list all overloads" tests.
8170
8171 2017-08-22 Tom Tromey <tom@tromey.com>
8172
8173 * gdb.gdb/xfullpath.exp: Remove.
8174
8175 2017-08-21 Pedro Alves <palves@redhat.com>
8176
8177 PR gdb/19487
8178 * gdb.base/symbol-alias.c: New.
8179 * gdb.base/symbol-alias2.c: New.
8180 * gdb.base/symbol-alias.exp: New.
8181
8182 2017-08-21 Pedro Alves <palves@redhat.com>
8183
8184 * gdb.base/dfp-test.c
8185 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8186 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8187 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8188 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8189 * gdb.base/whatis-ptype-typedefs.c: New.
8190 * gdb.base/whatis-ptype-typedefs.exp: New.
8191 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8192 (an_int, an_int_type, an_int_type2): New globals.
8193 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8194 involving typedefs and cast expressions.
8195 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8196 (lookup_typedefs_function): New.
8197 (typedefs_pretty_printers_dict): New.
8198 (top level): Register lookup_typedefs_function in
8199 gdb.pretty_printers.
8200
8201 2017-08-18 Yao Qi <yao.qi@linaro.org>
8202
8203 * gdb.server/unittest.exp: New.
8204
8205 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8206
8207 PR gdb/21954
8208 * gdb.base/environ.exp: Add test to check if 'unset environment'
8209 works.
8210
8211 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8212
8213 * lib/gdb.exp (universal_compile_options): New caching proc.
8214 (gdb_compile): Suppress GCC's coloring of messages.
8215
8216 2017-08-14 Tom Tromey <tom@tromey.com>
8217
8218 PR gdb/21675:
8219 * gdb.base/printcmds.exp (test_radices): New function.
8220 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8221 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8222 * lib/gdb.exp (get_integer_valueof): Use p/d.
8223
8224 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8225
8226 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8227 characters.
8228
8229 2017-08-05 Tom Tromey <tom@tromey.com>
8230
8231 * gdb.rust/simple.exp: Allow String to appear in a different
8232 namespace.
8233
8234 2017-07-26 Yao Qi <yao.qi@linaro.org>
8235
8236 * gdb.gdb/unittest.exp: Invoke command
8237 "maintenance check xml-descriptions".
8238
8239 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8240
8241 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8242 calling context.
8243 (hex128): Drop erroneous calculation of parameters.
8244
8245 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8246
8247 * gdb.python/py-unwind.exp: Disable stack protection when
8248 building test file.
8249
8250 2017-07-20 Pedro Alves <palves@redhat.com>
8251
8252 * gdb.base/default.exp (set language): Adjust expected output.
8253
8254 2017-07-20 Pedro Alves <palves@redhat.com>
8255
8256 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8257 (test_minsym): ... this, and make static.
8258 (get_pck__foo__bar__minsym): Rename to ...
8259 (get_test_minsym): ... this.
8260 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8261 symbol names and comments.
8262 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8263 (get_test_minsym): ... this.
8264 (pck__foo__bar__minsym__2): Rename to ...
8265 (test_minsym): ... this.
8266 (main): Adjust.
8267
8268 2017-07-17 Pedro Alves <palves@redhat.com>
8269
8270 * gdb.base/completion.exp: Adjust expected output.
8271 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8272 the completer works.
8273
8274 2017-07-17 Pedro Alves <palves@redhat.com>
8275
8276 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8277
8278 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8279
8280 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8281
8282 2017-07-14 Tom Tromey <tom@tromey.com>
8283
8284 PR rust/21764:
8285 * gdb.rust/simple.exp: Add tests.
8286
8287 2017-07-14 Tom Tromey <tom@tromey.com>
8288
8289 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8290
8291 2017-07-14 Pedro Alves <palves@redhat.com>
8292
8293 * gdb.linespec/base/one/thefile.cc (z1): New function.
8294 * gdb.linespec/base/two/thefile.cc (z2): New function.
8295 * gdb.linespec/linespec.exp: Add tests.
8296
8297 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8298
8299 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8300 to mi_create_breakpoint.
8301
8302 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8303
8304 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8305 mi_create_breakpoint.
8306
8307 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8308
8309 * gdb.dlang/demangle.exp: Update for demangling changes.
8310
8311 2017-07-09 Tom Tromey <tom@tromey.com>
8312
8313 * gdb.dwarf2/shortpiece.exp: New file.
8314
8315 2017-07-06 David Blaikie <dblaikie@gmail.com>
8316
8317 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8318 built from fissiont-multi-cu{1,2}.c.
8319 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8320 except putting 'main' and 'func' in separate CUs in the same DWO file.
8321 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8322 test.
8323 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8324 test.
8325
8326 2017-07-06 Pedro Alves <palves@redhat.com>
8327
8328 * gdb.python/py-unwind.exp: Test flushregs.
8329
8330 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8331
8332 PR cli/21688
8333 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8334 tests for alias commands and trailing whitespace.
8335
8336 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8337
8338 PR cli/21688
8339 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8340 procedure. Call it.
8341
8342 2017-06-29 Pedro Alves <palves@redhat.com>
8343
8344 * gdb.base/printcmds.exp: Add tests.
8345
8346 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8347
8348 PR gdb/21337
8349 * gdb.base/reread-readsym.exp: New file.
8350 * gdb.base/reread-readsym.c: New file.
8351
8352 2017-06-21 Kevin Buettner <kevinb@redhat.com>
8353
8354 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8355 subpattern.
8356
8357 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8358
8359 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8360 extended mnemonic.
8361 * gdb.arch/powerpc-power9.s: Likewise.
8362
8363 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8364
8365 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8366 on 32-bit x86 targets. Exploit is_*_target macros where
8367 appropriate.
8368
8369 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8370
8371 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8372 register pieces.
8373
8374 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8375
8376 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8377 located in one or more DWARF pieces.
8378
8379 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8380
8381 * lib/gdb.exp (get_endianness): New proc.
8382 * gdb.arch/aarch64-fp.exp: Use it.
8383 * gdb.arch/altivec-regs.exp: Likewise.
8384 * gdb.arch/e500-regs.exp: Likewise.
8385 * gdb.arch/vsx-regs.exp: Likewise.
8386 * gdb.base/dump.exp: Likewise.
8387 * gdb.base/funcargs.exp: Likewise.
8388 * gdb.base/gnu_vector.exp: Likewise.
8389 * gdb.dwarf2/formdata16.exp: Likewise.
8390 * gdb.dwarf2/implptrpiece.exp: Likewise.
8391 * gdb.dwarf2/nonvar-access.exp: Likewise.
8392 * gdb.python/py-inferior.exp: Likewise.
8393 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8394
8395 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8396
8397 PR gdb/21226
8398 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8399 stack value pieces are taken from the LSB end.
8400
8401 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8402
8403 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8404 variable at nonzero offset.
8405
8406 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8407
8408 * gdb.dwarf2/var-access.c: New file.
8409 * gdb.dwarf2/var-access.exp: New test.
8410 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8411
8412 2017-06-12 Tom Tromey <tom@tromey.com>
8413
8414 * gdb.dwarf2/formdata16.exp: Add tests.
8415
8416 2017-06-12 Tom Tromey <tom@tromey.com>
8417
8418 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8419
8420 2017-06-12 Tom Tromey <tom@tromey.com>
8421
8422 PR exp/16225:
8423 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8424 * gdb.arch/vsx-regs.exp: Update tests.
8425 * gdb.arch/s390-vregs.exp (hex128): New proc.
8426 Update test.
8427 * gdb.arch/altivec-regs.exp: Update tests.
8428
8429 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8430
8431 * gdb.base/startup-with-shell.c: New file.
8432 * gdb.base/startup-with-shell.exp: Likewise.
8433
8434 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8435
8436 * gdb.server/non-existing-program.exp: Update regex in order to
8437 reflect the fact that gdbserver is now using fork_inferior (with a
8438 shell) to startup the inferior.
8439
8440 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8441
8442 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8443 support function calls from GDB.
8444
8445 2017-05-21 Tom Tromey <tom@tromey.com>
8446
8447 PR rust/21466:
8448 * gdb.rust/unsized.exp: New file.
8449 * gdb.rust/unsized.rs: New file.
8450
8451 2017-05-19 Tom Tromey <tom@tromey.com>
8452
8453 PR rust/21484:
8454 * gdb.rust/watch.exp: New file.
8455 * gdb.rust/watch.rs: New file.
8456
8457 2017-05-18 Tom Tromey <tom@tromey.com>
8458
8459 * gdb.rust/simple.exp: Allow Box to be qualified.
8460
8461 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8462
8463 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8464
8465 2017-05-18 Pedro Alves <palves@redhat.com>
8466
8467 * gdb.base/fileio.c (test_write, test_read, test_close)
8468 (test_fstat): Don't print 'ret' in the fail path.
8469
8470 2017-05-18 Pedro Alves <palves@redhat.com>
8471
8472 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8473 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8474 (test_system, test_rename, test_unlink, test_time): Change
8475 prototypes.
8476 * gdb.base/fileio.exp (stop_msg): Adjust.
8477
8478 2017-05-18 Pedro Alves <palves@redhat.com>
8479
8480 * gdb.base/fileio.c (null_str): New global.
8481 (test_stat): Use it.
8482 * gdb.base/fileio.exp: Remove nowarnings.
8483
8484 2017-05-17 Yao Qi <yao.qi@linaro.org>
8485
8486 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8487
8488 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8489
8490 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8491 argument command.
8492 (top-level): Invoke test_set_inferior_tty.
8493
8494 2017-05-04 Pedro Alves <palves@redhat.com>
8495
8496 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8497 Add parens to print call for Python 3.
8498
8499 2017-05-03 Keith Seitz <keiths@redhat.com>
8500
8501 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8502 (main): Call it.
8503
8504 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8505
8506 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8507 to prev and next.
8508
8509 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8510
8511 * gdb.python/py-record-btrace.exp: Remove test for
8512 gdb.BtraceInstruction.error.
8513
8514 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8515
8516 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8517
8518 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8519
8520 * gdb.python/py-record-btrace-threads.c: New file.
8521 * gdb.python/py-record-btrace-threads.exp: New file.
8522
8523 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8524
8525 PR testsuite/8595
8526 * gdb.base/environ.exp: Make test available in all architectures.
8527 Move bits related to "info program" testing to
8528 gdb.base/info-program.exp. Rewrite tests to use the two new
8529 procedures mentione below.
8530 (test_set_show_env_var) New procedure.
8531 (test_set_show_env_var_equal): Likewise.
8532 * gdb.base/info-program.exp: New file.
8533
8534 2017-04-27 Keith Seitz <keiths@redhat.com>
8535
8536 * gdb.cp/oranking.cc (test15): New function.
8537 (main): Call test15 and declare additional variables for testing.
8538 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8539 "p foo101('abc')" tests.
8540 Add tests for cv qualifier overloads.
8541 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8542 "lvalue reference overload" test.
8543 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8544 "print value of f1 on Child&& in f2" test.
8545
8546 2017-04-19 Pedro Alves <palves@redhat.com>
8547
8548 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8549 procedure.
8550 (top level): Call it.
8551 * lib/gdb.exp (gdb_define_cmd): New procedure.
8552
8553 2017-04-12 Pedro Alves <palves@redhat.com>
8554
8555 PR gdb/21323
8556 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8557 (wchar): New global.
8558 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8559 (do_test_wide_char, wide_char_types_no_program, top level): Add
8560 wchar_t testing.
8561
8562 2017-04-12 Pedro Alves <palves@redhat.com>
8563
8564 PR c++/21323
8565 * gdb.cp/wide_char_types.c: New file.
8566 * gdb.cp/wide_char_types.exp: New file.
8567
8568 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8569
8570 PR gdb/21352
8571 * gdb.trace/tsv.exp: Add test for "tsave -r".
8572
8573 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8574
8575 * gdb.dlang/watch-loc.c: New file.
8576 * gdb.dlang/watch-loc.exp: New file.
8577
8578 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8579
8580 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8581
8582 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8583
8584 * gdb.arch/arc-analyze-prologue.S: New file.
8585 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8586
8587 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8588
8589 * gdb.arch/arc-decode-insn.S: New file.
8590 * gdb.arch/arc-decode-insn.exp: Likewise.
8591
8592 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8593
8594 PR tdep/20928
8595 * gdb.arch/sparc64-regs.exp: New file.
8596 * gdb.arch/sparc64-regs.S: Likewise.
8597
8598 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8599
8600 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8601 and memory view on Python 3.
8602
8603 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
8604 Keith Seitz <keiths@redhat.com>
8605
8606 PR gdb/14441
8607 * gdb.cp/demangle.exp: Add rvalue reference tests.
8608 * gdb.cp/rvalue-ref-casts.cc: New file.
8609 * gdb.cp/rvalue-ref-casts.exp: New file.
8610 * gdb.cp/rvalue-ref-overload.cc: New file.
8611 * gdb.cp/rvalue-ref-overload.exp: New file.
8612 * gdb.cp/rvalue-ref-params.cc: New file.
8613 * gdb.cp/rvalue-ref-params.exp: New file.
8614 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8615 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8616 * gdb.cp/rvalue-ref-types.cc: New file.
8617 * gdb.cp/rvalue-ref-types.exp: New file.
8618 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8619 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8620
8621 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8622
8623 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8624 New procedure.
8625
8626 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8627
8628 * lib/mi-support.exp (mi_gdb_test): Add additional message
8629 for unexpected output.
8630
8631 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8632
8633 * gdb.base/examine-backward.c (Barrier): New character array
8634 constant, to ensure that TestStrings is preceded by a string
8635 terminator.
8636
8637 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8638
8639 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8640 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8641 and implicit pointer into such a location.
8642
8643 2017-03-16 Doug Evans <dje@google.com>
8644
8645 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8646
8647 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8648
8649 * gdb.cp/m-static.exp: Fix expectation for prototype of
8650 test5.single_constructor and single_constructor::single_constructor.
8651
8652 2017-03-16 Doug Evans <dje@google.com>
8653
8654 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8655 * gdb.guile/scm-lazy-string.c: New file.
8656 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8657 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8658 for pointer, array, typedef lazy strings.
8659
8660 2017-03-16 Doug Evans <dje@google.com>
8661
8662 PR python/17728, python/18439, python/18779
8663 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8664 * gdb.python/py-lazy-string.c (pointer): New typedef.
8665 (main): New locals ptr, array, typedef_ptr.
8666 * gdb.python/py-value.exp: Move lazy string tests to ...
8667 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8668 array, typedef lazy strings.
8669
8670 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8671
8672 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8673 Add optional 'test' parameter.
8674
8675 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8676
8677 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8678 Skip for versions of DejaGnu < 1.5.
8679
8680 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8681
8682 * lib/gdb.exp (dejagnu_version): New proc.
8683 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8684 Use dejagnu_version.
8685
8686 2017-03-10 Keith Seitz <keiths@redhat.com>
8687
8688 PR c++/8128
8689 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8690 type from destructor regexps.
8691 Add a branch which actually passes the test.
8692 Adjust "ptype t5i" test names.
8693
8694 2017-03-08 Pedro Alves <palves@redhat.com>
8695
8696 * gdb.base/step-over-exit.exp: Add explicit test message.
8697
8698 2017-03-08 Pedro Alves <palves@redhat.com>
8699
8700 PR gdb/18360
8701 * gdb.threads/interrupt-while-step-over.c: New file.
8702 * gdb.threads/interrupt-while-step-over.exp: New file.
8703
8704 2017-03-08 Pedro Alves <palves@redhat.com>
8705
8706 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8707 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8708
8709 2017-03-08 Pedro Alves <palves@redhat.com>
8710
8711 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8712 PKRU as not supported as a PASS.
8713
8714 2017-03-08 Pedro Alves <palves@redhat.com>
8715
8716 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8717 prefix instead of $binfile1/$binfile2.
8718 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8719 in test message.
8720 * gdb.python/py-completion.exp: Use "load python file" as test
8721 messages instead of unstable path names.
8722
8723 2017-03-08 Pedro Alves <palves@redhat.com>
8724 Jan Kratochvil <jan.kratochvil@redhat.com>
8725
8726 PR cli/21218
8727 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8728 New proc.
8729 (top level): Call it.
8730
8731 2017-03-08 Pedro Alves <palves@redhat.com>
8732
8733 PR tui/21216
8734 * gdb.tui/tui-nl-filtered-output.exp: New file.
8735
8736 2017-03-08 Pedro Alves <palves@redhat.com>
8737
8738 * gdb.base/completion.exp: Move TUI completion tests to ...
8739 * gdb.tui/completion.exp: ... this new file.
8740
8741 2017-03-08 Pedro Alves <palves@redhat.com>
8742
8743 * gdb.base/tui-disasm-long-lines.c,
8744 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8745 gdb.base/tui-layout.exp: Move to ...
8746 * gdb.tui/: ... this new directory.
8747
8748 2017-03-07 Pedro Alves <palves@redhat.com>
8749
8750 * gdb.base/tui-layout.c: New file.
8751 * gdb.base/tui-layout.exp: New file.
8752
8753 2017-03-07 Pedro Alves <palves@redhat.com>
8754
8755 * gdb.base/tui-layout.c: Rename to ...
8756 * gdb.base/tui-disasm-long-lines.c: ... this.
8757 * gdb.base/tui-layout.exp: Rename to ...
8758 * gdb.base/tui-disasm-long-lines.exp: ... this.
8759
8760 2017-03-07 Pedro Alves <palves@redhat.com>
8761
8762 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8763
8764 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8765
8766 * i386-mpx-call.c: New file.
8767 * i386-mpx-call.exp: New file.
8768
8769 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8770
8771 * gdb.arch/powerpc-power.exp: Delete test.
8772 * gdb.arch/powerpc-power.s: Likewise.
8773 * gdb.disasm/disassembler-options.exp: New test.
8774 * gdb.arch/powerpc-altivec.exp: Likewise.
8775 * gdb.arch/powerpc-altivec.s: Likewise.
8776 * gdb.arch/powerpc-altivec2.exp: Likewise.
8777 * gdb.arch/powerpc-altivec2.s: Likewise.
8778 * gdb.arch/powerpc-altivec3.exp: Likewise.
8779 * gdb.arch/powerpc-altivec3.s: Likewise.
8780 * gdb.arch/powerpc-power7.exp: Likewise.
8781 * gdb.arch/powerpc-power7.s: Likewise.
8782 * gdb.arch/powerpc-power8.exp: Likewise.
8783 * gdb.arch/powerpc-power8.s: Likewise.
8784 * gdb.arch/powerpc-power9.exp: Likewise.
8785 * gdb.arch/powerpc-power9.s: Likewise.
8786 * gdb.arch/powerpc-vsx.exp: Likewise.
8787 * gdb.arch/powerpc-vsx.s: Likewise.
8788 * gdb.arch/powerpc-vsx2.exp: Likewise.
8789 * gdb.arch/powerpc-vsx2.s: Likewise.
8790 * gdb.arch/powerpc-vsx3.exp: Likewise.
8791 * gdb.arch/powerpc-vsx3.s: Likewise.
8792 * gdb.arch/arm-disassembler-options.exp: Likewise.
8793 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8794 * gdb.arch/s390-disassembler-options.exp: Likewise.
8795
8796 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
8797
8798 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8799 (check_supported_features): ... this. Changed return type to void.
8800 (supports_rdseed): New static global.
8801 (rdseed): Check supports_rdseed.
8802 (initialize): Call check_supported_features.
8803
8804 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8805
8806 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8807 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8808 and lqarx/stqcx.
8809 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8810 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8811
8812 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8813
8814 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8815 uppercase.
8816
8817 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8818
8819 * gdb.dwarf2/formdata16.c: New file.
8820 * gdb.dwarf2/formdata16.exp: New file.
8821 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8822
8823 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8824
8825 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8826 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8827 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8828 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8829 DW_AT_GNU_*.
8830
8831 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8832
8833 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8834
8835 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8836
8837 PR gdb/21164
8838 * gdb.base/maint.exp: Add testcases for when the commands do
8839 not have arguments.
8840
8841 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8842
8843 * gdb.cp/chained-calls.exp: Use p instead of P.
8844
8845 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8846
8847 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8848 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8849
8850 2017-02-14 Tom Tromey <tom@tromey.com>
8851
8852 PR python/13598:
8853 * gdb.python/py-events.exp: Add before_prompt event tests.
8854
8855 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8856
8857 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8858
8859 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8860
8861 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8862 (main): Call my_unique_function_name.
8863 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8864 completion of patterns with a single match.
8865 Add missing -re switches to gdb_test_multiple calls.
8866
8867 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8868
8869 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8870 return if core file is not recognized.
8871
8872 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8873
8874 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8875 and extra UIs.
8876
8877 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8878
8879 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8880 proc_with_prefix.
8881
8882 2017-02-10 Tom Tromey <tom@tromey.com>
8883
8884 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8885
8886 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
8887
8888 PR gdb/21122
8889 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8890
8891 2017-02-08 Jerome Guitton <guitton@adacore.com>
8892
8893 * gdb.base/define.exp: Add test for command abbreviations
8894 in define.
8895
8896 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
8897
8898 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8899 * gdb.reverse/insn-reverse-x86.c: New file.
8900
8901 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8902
8903 PR tdep/20936
8904 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8905
8906 2017-02-03 Tom Tromey <tom@tromey.com>
8907
8908 PR rust/21097:
8909 * gdb.rust/simple.exp: Add new tests.
8910
8911 2017-02-02 Pedro Alves <palves@redhat.com>
8912
8913 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8914 tests.
8915
8916 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8917
8918 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8919 taking a 2-byte value out of a 4-byte DWARF implicit value on
8920 big-endian targets.
8921 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8922 logic. Add test cases for DW_OP_implicit.
8923
8924 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8925
8926 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8927
8928 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8929
8930 * gdb.btrace/enable.exp: Call gdb_exit before
8931 skip_gdbserver_tests.
8932
8933 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8934
8935 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8936 GDBFLAGS.
8937
8938 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8939
8940 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8941 the test is skipped.
8942 * gdb.btrace/data.exp: Likewise.
8943 * gdb.btrace/delta.exp: Likewise.
8944 * gdb.btrace/dlopen.exp: Likewise.
8945 * gdb.btrace/enable-running.exp: Likewise.
8946 * gdb.btrace/enable.exp: Likewise.
8947 * gdb.btrace/exception.exp: Likewise.
8948 * gdb.btrace/function_call_history.exp: Likewise.
8949 * gdb.btrace/gcore.exp: Likewise.
8950 * gdb.btrace/instruction_history.exp: Likewise.
8951 * gdb.btrace/multi-thread-step.exp: Likewise.
8952 * gdb.btrace/nohist.exp: Likewise.
8953 * gdb.btrace/non-stop.exp: Likewise.
8954 * gdb.btrace/reconnect.exp: Likewise.
8955 * gdb.btrace/record_goto-step.exp: Likewise.
8956 * gdb.btrace/record_goto.exp: Likewise.
8957 * gdb.btrace/rn-dl-bind.exp: Likewise.
8958 * gdb.btrace/segv.exp: Likewise.
8959 * gdb.btrace/step.exp: Likewise.
8960 * gdb.btrace/stepi.exp: Likewise.
8961 * gdb.btrace/tailcall-only.exp: Likewise.
8962 * gdb.btrace/tailcall.exp: Likewise.
8963 * gdb.btrace/tsx.exp: Likewise.
8964 * gdb.btrace/unknown_functions.exp: Likewise.
8965 * gdb.btrace/vdso.exp: Likewise.
8966
8967 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8968
8969 * gdb.btrace/enable-running.c: New.
8970 * gdb.btrace/enable-running.exp: New.
8971
8972 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8973
8974 * gdb.arch/amd64-gs_base.c: New file.
8975 * gdb.arch/amd64-gs_base.exp: New file.
8976
8977 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8978
8979 * lib/memory.exp: Remove spurious empty newlines.
8980
8981 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8982
8983 * gdb.python/py-bad-printers.exp: Load python file using "source".
8984 * gdb.python/py-events.exp: Likewise.
8985 * gdb.python/py-evsignal.exp: Likewise.
8986 * gdb.python/py-evthreads.exp: Likewise.
8987 * gdb.python/py-frame-args.exp: Likewise.
8988 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8989 * gdb.python/py-framefilter-mi.exp: Likewise.
8990 * gdb.python/py-framefilter.exp: Likewise.
8991 * gdb.python/py-mi.exp: Likewise.
8992 * gdb.python/py-pp-maint.exp: Likewise.
8993 * gdb.python/py-pp-registration.exp: Likewise.
8994 * gdb.python/py-prettyprint.exp: Likewise.
8995 (run_lang_tests): Likewise.
8996 * gdb.python/py-typeprint.exp: Likewise.
8997
8998 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8999
9000 * lib/memory.exp: New file.
9001 * lib/gdb.exp: Load memory.exp.
9002 * gdb.base/memattr.exp (delete_memory): Move proc to
9003 lib/memory.exp and rename to delete_memory_regions.
9004 Replace delete_memory with delete_memory_regions.
9005 Cleanup memory regions before tests.
9006 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9007 before tests.
9008
9009 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9010
9011 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9012 files.
9013 (initialize): New function conditionally defined.
9014 (testcases): Move within conditional block.
9015 (main): Call initialize.
9016 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9017 of gdb.reverse/insn-reverse.c.
9018 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9019 gdb.reverse/insn-reverse.c.
9020
9021 2017-01-26 Yao Qi <yao.qi@linaro.org>
9022
9023 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9024 disassemble on address 0.
9025
9026 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9027 Yao Qi <yao.qi@linaro.org>
9028
9029 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9030 * gdb.dwarf2/implptr-64bit.S: Remove.
9031 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9032 variables in caller's context. Add DW_OP_implicit_value.
9033
9034 2017-01-25 Yao Qi <yao.qi@linaro.org>
9035
9036 * lib/dwarf.exp (Dwarf::_location): Handle
9037 DW_OP_GNU_implicit_pointer with proper size.
9038
9039 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9040
9041 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9042 and add untested calls.
9043
9044 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9045
9046 * gdb.python/python.exp: Check line number against what GDB thinks
9047 the line number is for func1.
9048
9049 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9050
9051 * gdb.dlang/debug-expr.exp: New file.
9052
9053 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
9054
9055 Fix test names for the following files:
9056
9057 * gdb.ada/exec_changed.exp
9058 * gdb.ada/info_types.exp
9059 * gdb.arch/aarch64-atomic-inst.exp
9060 * gdb.arch/aarch64-fp.exp
9061 * gdb.arch/altivec-abi.exp
9062 * gdb.arch/altivec-regs.exp
9063 * gdb.arch/amd64-byte.exp
9064 * gdb.arch/amd64-disp-step.exp
9065 * gdb.arch/amd64-dword.exp
9066 * gdb.arch/amd64-entry-value-inline.exp
9067 * gdb.arch/amd64-entry-value-param.exp
9068 * gdb.arch/amd64-entry-value-paramref.exp
9069 * gdb.arch/amd64-entry-value.exp
9070 * gdb.arch/amd64-i386-address.exp
9071 * gdb.arch/amd64-invalid-stack-middle.exp
9072 * gdb.arch/amd64-invalid-stack-top.exp
9073 * gdb.arch/amd64-optimout-repeat.exp
9074 * gdb.arch/amd64-prologue-skip.exp
9075 * gdb.arch/amd64-prologue-xmm.exp
9076 * gdb.arch/amd64-stap-special-operands.exp
9077 * gdb.arch/amd64-stap-wrong-subexp.exp
9078 * gdb.arch/amd64-tailcall-cxx.exp
9079 * gdb.arch/amd64-tailcall-noret.exp
9080 * gdb.arch/amd64-tailcall-ret.exp
9081 * gdb.arch/amd64-tailcall-self.exp
9082 * gdb.arch/amd64-word.exp
9083 * gdb.arch/arm-bl-branch-dest.exp
9084 * gdb.arch/arm-disp-step.exp
9085 * gdb.arch/arm-neon.exp
9086 * gdb.arch/arm-single-step-kernel-helper.exp
9087 * gdb.arch/avr-flash-qualifier.exp
9088 * gdb.arch/disp-step-insn-reloc.exp
9089 * gdb.arch/e500-abi.exp
9090 * gdb.arch/e500-regs.exp
9091 * gdb.arch/ftrace-insn-reloc.exp
9092 * gdb.arch/i386-avx512.exp
9093 * gdb.arch/i386-bp_permanent.exp
9094 * gdb.arch/i386-byte.exp
9095 * gdb.arch/i386-cfi-notcurrent.exp
9096 * gdb.arch/i386-disp-step.exp
9097 * gdb.arch/i386-dr3-watch.exp
9098 * gdb.arch/i386-float.exp
9099 * gdb.arch/i386-gnu-cfi.exp
9100 * gdb.arch/i386-mpx-map.exp
9101 * gdb.arch/i386-mpx-sigsegv.exp
9102 * gdb.arch/i386-mpx-simple_segv.exp
9103 * gdb.arch/i386-mpx.exp
9104 * gdb.arch/i386-permbkpt.exp
9105 * gdb.arch/i386-prologue.exp
9106 * gdb.arch/i386-signal.exp
9107 * gdb.arch/i386-size-overlap.exp
9108 * gdb.arch/i386-unwind.exp
9109 * gdb.arch/i386-word.exp
9110 * gdb.arch/mips-fcr.exp
9111 * gdb.arch/powerpc-d128-regs.exp
9112 * gdb.arch/powerpc-stackless.exp
9113 * gdb.arch/ppc64-atomic-inst.exp
9114 * gdb.arch/s390-stackless.exp
9115 * gdb.arch/s390-tdbregs.exp
9116 * gdb.arch/s390-vregs.exp
9117 * gdb.arch/sparc-sysstep.exp
9118 * gdb.arch/thumb-bx-pc.exp
9119 * gdb.arch/thumb-singlestep.exp
9120 * gdb.arch/thumb2-it.exp
9121 * gdb.arch/vsx-regs.exp
9122 * gdb.asm/asm-source.exp
9123 * gdb.base/a2-run.exp
9124 * gdb.base/advance.exp
9125 * gdb.base/all-bin.exp
9126 * gdb.base/anon.exp
9127 * gdb.base/args.exp
9128 * gdb.base/arithmet.exp
9129 * gdb.base/async-shell.exp
9130 * gdb.base/async.exp
9131 * gdb.base/attach-pie-noexec.exp
9132 * gdb.base/attach-twice.exp
9133 * gdb.base/auto-load.exp
9134 * gdb.base/bang.exp
9135 * gdb.base/bitfields.exp
9136 * gdb.base/break-always.exp
9137 * gdb.base/break-caller-line.exp
9138 * gdb.base/break-entry.exp
9139 * gdb.base/break-inline.exp
9140 * gdb.base/break-on-linker-gcd-function.exp
9141 * gdb.base/break-probes.exp
9142 * gdb.base/break.exp
9143 * gdb.base/breakpoint-shadow.exp
9144 * gdb.base/call-ar-st.exp
9145 * gdb.base/call-sc.exp
9146 * gdb.base/call-signal-resume.exp
9147 * gdb.base/call-strs.exp
9148 * gdb.base/callfuncs.exp
9149 * gdb.base/catch-fork-static.exp
9150 * gdb.base/catch-gdb-caused-signals.exp
9151 * gdb.base/catch-load.exp
9152 * gdb.base/catch-signal-fork.exp
9153 * gdb.base/catch-signal.exp
9154 * gdb.base/catch-syscall.exp
9155 * gdb.base/charset.exp
9156 * gdb.base/checkpoint.exp
9157 * gdb.base/chng-syms.exp
9158 * gdb.base/code-expr.exp
9159 * gdb.base/code_elim.exp
9160 * gdb.base/commands.exp
9161 * gdb.base/completion.exp
9162 * gdb.base/complex.exp
9163 * gdb.base/cond-expr.exp
9164 * gdb.base/condbreak.exp
9165 * gdb.base/consecutive.exp
9166 * gdb.base/continue-all-already-running.exp
9167 * gdb.base/coredump-filter.exp
9168 * gdb.base/corefile.exp
9169 * gdb.base/dbx.exp
9170 * gdb.base/debug-expr.exp
9171 * gdb.base/define.exp
9172 * gdb.base/del.exp
9173 * gdb.base/disabled-location.exp
9174 * gdb.base/disasm-end-cu.exp
9175 * gdb.base/disasm-optim.exp
9176 * gdb.base/display.exp
9177 * gdb.base/duplicate-bp.exp
9178 * gdb.base/ena-dis-br.exp
9179 * gdb.base/ending-run.exp
9180 * gdb.base/enumval.exp
9181 * gdb.base/environ.exp
9182 * gdb.base/eu-strip-infcall.exp
9183 * gdb.base/eval-avoid-side-effects.exp
9184 * gdb.base/eval-skip.exp
9185 * gdb.base/exitsignal.exp
9186 * gdb.base/expand-psymtabs.exp
9187 * gdb.base/filesym.exp
9188 * gdb.base/find-unmapped.exp
9189 * gdb.base/finish.exp
9190 * gdb.base/float.exp
9191 * gdb.base/foll-exec-mode.exp
9192 * gdb.base/foll-exec.exp
9193 * gdb.base/foll-fork.exp
9194 * gdb.base/fortran-sym-case.exp
9195 * gdb.base/freebpcmd.exp
9196 * gdb.base/func-ptr.exp
9197 * gdb.base/func-ptrs.exp
9198 * gdb.base/funcargs.exp
9199 * gdb.base/gcore-buffer-overflow.exp
9200 * gdb.base/gcore-relro-pie.exp
9201 * gdb.base/gcore-relro.exp
9202 * gdb.base/gcore.exp
9203 * gdb.base/gdb1090.exp
9204 * gdb.base/gdb11530.exp
9205 * gdb.base/gdb11531.exp
9206 * gdb.base/gdb1821.exp
9207 * gdb.base/gdbindex-stabs.exp
9208 * gdb.base/gdbvars.exp
9209 * gdb.base/hbreak.exp
9210 * gdb.base/hbreak2.exp
9211 * gdb.base/included.exp
9212 * gdb.base/infcall-input.exp
9213 * gdb.base/inferior-died.exp
9214 * gdb.base/infnan.exp
9215 * gdb.base/info-macros.exp
9216 * gdb.base/info-os.exp
9217 * gdb.base/info-proc.exp
9218 * gdb.base/info-shared.exp
9219 * gdb.base/info-target.exp
9220 * gdb.base/infoline.exp
9221 * gdb.base/interp.exp
9222 * gdb.base/interrupt.exp
9223 * gdb.base/jit-reader.exp
9224 * gdb.base/jit-simple.exp
9225 * gdb.base/kill-after-signal.exp
9226 * gdb.base/kill-detach-inferiors-cmd.exp
9227 * gdb.base/label.exp
9228 * gdb.base/langs.exp
9229 * gdb.base/ldbl_e308.exp
9230 * gdb.base/line-symtabs.exp
9231 * gdb.base/linespecs.exp
9232 * gdb.base/list.exp
9233 * gdb.base/long_long.exp
9234 * gdb.base/longest-types.exp
9235 * gdb.base/maint.exp
9236 * gdb.base/max-value-size.exp
9237 * gdb.base/memattr.exp
9238 * gdb.base/mips_pro.exp
9239 * gdb.base/morestack.exp
9240 * gdb.base/moribund-step.exp
9241 * gdb.base/multi-forks.exp
9242 * gdb.base/nested-addr.exp
9243 * gdb.base/nextoverexit.exp
9244 * gdb.base/noreturn-finish.exp
9245 * gdb.base/noreturn-return.exp
9246 * gdb.base/nostdlib.exp
9247 * gdb.base/offsets.exp
9248 * gdb.base/opaque.exp
9249 * gdb.base/pc-fp.exp
9250 * gdb.base/permissions.exp
9251 * gdb.base/print-symbol-loading.exp
9252 * gdb.base/prologue-include.exp
9253 * gdb.base/psymtab.exp
9254 * gdb.base/ptype.exp
9255 * gdb.base/random-signal.exp
9256 * gdb.base/randomize.exp
9257 * gdb.base/range-stepping.exp
9258 * gdb.base/readline-ask.exp
9259 * gdb.base/recpar.exp
9260 * gdb.base/recurse.exp
9261 * gdb.base/relational.exp
9262 * gdb.base/restore.exp
9263 * gdb.base/return-nodebug.exp
9264 * gdb.base/return.exp
9265 * gdb.base/run-after-attach.exp
9266 * gdb.base/save-bp.exp
9267 * gdb.base/scope.exp
9268 * gdb.base/sect-cmd.exp
9269 * gdb.base/set-lang-auto.exp
9270 * gdb.base/set-noassign.exp
9271 * gdb.base/setvar.exp
9272 * gdb.base/sigall.exp
9273 * gdb.base/sigbpt.exp
9274 * gdb.base/siginfo-addr.exp
9275 * gdb.base/siginfo-infcall.exp
9276 * gdb.base/siginfo-obj.exp
9277 * gdb.base/siginfo.exp
9278 * gdb.base/signals-state-child.exp
9279 * gdb.base/signest.exp
9280 * gdb.base/sigstep.exp
9281 * gdb.base/sizeof.exp
9282 * gdb.base/skip.exp
9283 * gdb.base/solib-corrupted.exp
9284 * gdb.base/solib-nodir.exp
9285 * gdb.base/solib-search.exp
9286 * gdb.base/stack-checking.exp
9287 * gdb.base/stale-infcall.exp
9288 * gdb.base/stap-probe.exp
9289 * gdb.base/start.exp
9290 * gdb.base/step-break.exp
9291 * gdb.base/step-bt.exp
9292 * gdb.base/step-line.exp
9293 * gdb.base/step-over-exit.exp
9294 * gdb.base/step-over-syscall.exp
9295 * gdb.base/step-resume-infcall.exp
9296 * gdb.base/step-test.exp
9297 * gdb.base/store.exp
9298 * gdb.base/structs3.exp
9299 * gdb.base/sym-file.exp
9300 * gdb.base/symbol-without-target_section.exp
9301 * gdb.base/term.exp
9302 * gdb.base/testenv.exp
9303 * gdb.base/ui-redirect.exp
9304 * gdb.base/until.exp
9305 * gdb.base/unwindonsignal.exp
9306 * gdb.base/value-double-free.exp
9307 * gdb.base/vla-datatypes.exp
9308 * gdb.base/vla-ptr.exp
9309 * gdb.base/vla-sideeffect.exp
9310 * gdb.base/volatile.exp
9311 * gdb.base/watch-cond-infcall.exp
9312 * gdb.base/watch-cond.exp
9313 * gdb.base/watch-non-mem.exp
9314 * gdb.base/watch-read.exp
9315 * gdb.base/watch-vfork.exp
9316 * gdb.base/watchpoint-cond-gone.exp
9317 * gdb.base/watchpoint-delete.exp
9318 * gdb.base/watchpoint-hw-hit-once.exp
9319 * gdb.base/watchpoint-hw.exp
9320 * gdb.base/watchpoint-stops-at-right-insn.exp
9321 * gdb.base/watchpoints.exp
9322 * gdb.base/wchar.exp
9323 * gdb.base/whatis-exp.exp
9324 * gdb.btrace/buffer-size.exp
9325 * gdb.btrace/data.exp
9326 * gdb.btrace/delta.exp
9327 * gdb.btrace/dlopen.exp
9328 * gdb.btrace/enable.exp
9329 * gdb.btrace/exception.exp
9330 * gdb.btrace/function_call_history.exp
9331 * gdb.btrace/gcore.exp
9332 * gdb.btrace/instruction_history.exp
9333 * gdb.btrace/nohist.exp
9334 * gdb.btrace/reconnect.exp
9335 * gdb.btrace/record_goto-step.exp
9336 * gdb.btrace/record_goto.exp
9337 * gdb.btrace/rn-dl-bind.exp
9338 * gdb.btrace/segv.exp
9339 * gdb.btrace/step.exp
9340 * gdb.btrace/stepi.exp
9341 * gdb.btrace/tailcall-only.exp
9342 * gdb.btrace/tailcall.exp
9343 * gdb.btrace/tsx.exp
9344 * gdb.btrace/unknown_functions.exp
9345 * gdb.btrace/vdso.exp
9346 * gdb.compile/compile-ifunc.exp
9347 * gdb.compile/compile-ops.exp
9348 * gdb.compile/compile-print.exp
9349 * gdb.compile/compile-setjmp.exp
9350 * gdb.cp/abstract-origin.exp
9351 * gdb.cp/ambiguous.exp
9352 * gdb.cp/annota2.exp
9353 * gdb.cp/annota3.exp
9354 * gdb.cp/anon-ns.exp
9355 * gdb.cp/anon-struct.exp
9356 * gdb.cp/anon-union.exp
9357 * gdb.cp/arg-reference.exp
9358 * gdb.cp/baseenum.exp
9359 * gdb.cp/bool.exp
9360 * gdb.cp/breakpoint.exp
9361 * gdb.cp/bs15503.exp
9362 * gdb.cp/call-c.exp
9363 * gdb.cp/casts.exp
9364 * gdb.cp/chained-calls.exp
9365 * gdb.cp/class2.exp
9366 * gdb.cp/classes.exp
9367 * gdb.cp/cmpd-minsyms.exp
9368 * gdb.cp/converts.exp
9369 * gdb.cp/cp-relocate.exp
9370 * gdb.cp/cpcompletion.exp
9371 * gdb.cp/cpexprs.exp
9372 * gdb.cp/cplabel.exp
9373 * gdb.cp/cplusfuncs.exp
9374 * gdb.cp/cpsizeof.exp
9375 * gdb.cp/ctti.exp
9376 * gdb.cp/derivation.exp
9377 * gdb.cp/destrprint.exp
9378 * gdb.cp/dispcxx.exp
9379 * gdb.cp/enum-class.exp
9380 * gdb.cp/exception.exp
9381 * gdb.cp/exceptprint.exp
9382 * gdb.cp/expand-psymtabs-cxx.exp
9383 * gdb.cp/expand-sals.exp
9384 * gdb.cp/extern-c.exp
9385 * gdb.cp/filename.exp
9386 * gdb.cp/formatted-ref.exp
9387 * gdb.cp/fpointer.exp
9388 * gdb.cp/gdb1355.exp
9389 * gdb.cp/gdb2495.exp
9390 * gdb.cp/hang.exp
9391 * gdb.cp/impl-this.exp
9392 * gdb.cp/infcall-dlopen.exp
9393 * gdb.cp/inherit.exp
9394 * gdb.cp/iostream.exp
9395 * gdb.cp/koenig.exp
9396 * gdb.cp/local.exp
9397 * gdb.cp/m-data.exp
9398 * gdb.cp/m-static.exp
9399 * gdb.cp/mb-ctor.exp
9400 * gdb.cp/mb-inline.exp
9401 * gdb.cp/mb-templates.exp
9402 * gdb.cp/member-name.exp
9403 * gdb.cp/member-ptr.exp
9404 * gdb.cp/meth-typedefs.exp
9405 * gdb.cp/method.exp
9406 * gdb.cp/method2.exp
9407 * gdb.cp/minsym-fallback.exp
9408 * gdb.cp/misc.exp
9409 * gdb.cp/namelessclass.exp
9410 * gdb.cp/namespace-enum.exp
9411 * gdb.cp/namespace-nested-import.exp
9412 * gdb.cp/namespace.exp
9413 * gdb.cp/nextoverthrow.exp
9414 * gdb.cp/no-dmgl-verbose.exp
9415 * gdb.cp/non-trivial-retval.exp
9416 * gdb.cp/noparam.exp
9417 * gdb.cp/nsdecl.exp
9418 * gdb.cp/nsimport.exp
9419 * gdb.cp/nsnested.exp
9420 * gdb.cp/nsnoimports.exp
9421 * gdb.cp/nsrecurs.exp
9422 * gdb.cp/nsstress.exp
9423 * gdb.cp/nsusing.exp
9424 * gdb.cp/operator.exp
9425 * gdb.cp/oranking.exp
9426 * gdb.cp/overload-const.exp
9427 * gdb.cp/overload.exp
9428 * gdb.cp/ovldbreak.exp
9429 * gdb.cp/ovsrch.exp
9430 * gdb.cp/paren-type.exp
9431 * gdb.cp/parse-lang.exp
9432 * gdb.cp/pass-by-ref.exp
9433 * gdb.cp/pr-1023.exp
9434 * gdb.cp/pr-1210.exp
9435 * gdb.cp/pr-574.exp
9436 * gdb.cp/pr10687.exp
9437 * gdb.cp/pr12028.exp
9438 * gdb.cp/pr17132.exp
9439 * gdb.cp/pr17494.exp
9440 * gdb.cp/pr9067.exp
9441 * gdb.cp/pr9167.exp
9442 * gdb.cp/pr9631.exp
9443 * gdb.cp/printmethod.exp
9444 * gdb.cp/psmang.exp
9445 * gdb.cp/psymtab-parameter.exp
9446 * gdb.cp/ptype-cv-cp.exp
9447 * gdb.cp/ptype-flags.exp
9448 * gdb.cp/re-set-overloaded.exp
9449 * gdb.cp/ref-types.exp
9450 * gdb.cp/rtti.exp
9451 * gdb.cp/scope-err.exp
9452 * gdb.cp/shadow.exp
9453 * gdb.cp/smartp.exp
9454 * gdb.cp/static-method.exp
9455 * gdb.cp/static-print-quit.exp
9456 * gdb.cp/temargs.exp
9457 * gdb.cp/templates.exp
9458 * gdb.cp/try_catch.exp
9459 * gdb.cp/typedef-operator.exp
9460 * gdb.cp/typeid.exp
9461 * gdb.cp/userdef.exp
9462 * gdb.cp/using-crash.exp
9463 * gdb.cp/var-tag.exp
9464 * gdb.cp/virtbase.exp
9465 * gdb.cp/virtfunc.exp
9466 * gdb.cp/virtfunc2.exp
9467 * gdb.cp/vla-cxx.exp
9468 * gdb.disasm/t01_mov.exp
9469 * gdb.disasm/t02_mova.exp
9470 * gdb.disasm/t03_add.exp
9471 * gdb.disasm/t04_sub.exp
9472 * gdb.disasm/t05_cmp.exp
9473 * gdb.disasm/t06_ari2.exp
9474 * gdb.disasm/t07_ari3.exp
9475 * gdb.disasm/t08_or.exp
9476 * gdb.disasm/t09_xor.exp
9477 * gdb.disasm/t10_and.exp
9478 * gdb.disasm/t11_logs.exp
9479 * gdb.disasm/t12_bit.exp
9480 * gdb.disasm/t13_otr.exp
9481 * gdb.dlang/circular.exp
9482 * gdb.dwarf2/arr-stride.exp
9483 * gdb.dwarf2/arr-subrange.exp
9484 * gdb.dwarf2/atomic-type.exp
9485 * gdb.dwarf2/bad-regnum.exp
9486 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9487 * gdb.dwarf2/callframecfa.exp
9488 * gdb.dwarf2/clztest.exp
9489 * gdb.dwarf2/corrupt.exp
9490 * gdb.dwarf2/data-loc.exp
9491 * gdb.dwarf2/dup-psym.exp
9492 * gdb.dwarf2/dw2-anon-mptr.exp
9493 * gdb.dwarf2/dw2-anonymous-func.exp
9494 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9495 * gdb.dwarf2/dw2-bad-unresolved.exp
9496 * gdb.dwarf2/dw2-basic.exp
9497 * gdb.dwarf2/dw2-canonicalize-type.exp
9498 * gdb.dwarf2/dw2-case-insensitive.exp
9499 * gdb.dwarf2/dw2-common-block.exp
9500 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9501 * gdb.dwarf2/dw2-compressed.exp
9502 * gdb.dwarf2/dw2-const.exp
9503 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9504 * gdb.dwarf2/dw2-cu-size.exp
9505 * gdb.dwarf2/dw2-dup-frame.exp
9506 * gdb.dwarf2/dw2-entry-value.exp
9507 * gdb.dwarf2/dw2-icycle.exp
9508 * gdb.dwarf2/dw2-ifort-parameter.exp
9509 * gdb.dwarf2/dw2-inline-break.exp
9510 * gdb.dwarf2/dw2-inline-param.exp
9511 * gdb.dwarf2/dw2-intercu.exp
9512 * gdb.dwarf2/dw2-intermix.exp
9513 * gdb.dwarf2/dw2-lexical-block-bare.exp
9514 * gdb.dwarf2/dw2-linkage-name-trust.exp
9515 * gdb.dwarf2/dw2-minsym-in-cu.exp
9516 * gdb.dwarf2/dw2-noloc.exp
9517 * gdb.dwarf2/dw2-op-call.exp
9518 * gdb.dwarf2/dw2-op-out-param.exp
9519 * gdb.dwarf2/dw2-opt-structptr.exp
9520 * gdb.dwarf2/dw2-param-error.exp
9521 * gdb.dwarf2/dw2-producer.exp
9522 * gdb.dwarf2/dw2-ranges-base.exp
9523 * gdb.dwarf2/dw2-ref-missing-frame.exp
9524 * gdb.dwarf2/dw2-reg-undefined.exp
9525 * gdb.dwarf2/dw2-regno-invalid.exp
9526 * gdb.dwarf2/dw2-restore.exp
9527 * gdb.dwarf2/dw2-restrict.exp
9528 * gdb.dwarf2/dw2-single-line-discriminators.exp
9529 * gdb.dwarf2/dw2-strp.exp
9530 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9531 * gdb.dwarf2/dw2-unresolved.exp
9532 * gdb.dwarf2/dw2-var-zero-addr.exp
9533 * gdb.dwarf2/dw4-sig-types.exp
9534 * gdb.dwarf2/dwz.exp
9535 * gdb.dwarf2/dynarr-ptr.exp
9536 * gdb.dwarf2/enum-type.exp
9537 * gdb.dwarf2/gdb-index.exp
9538 * gdb.dwarf2/implptr-64bit.exp
9539 * gdb.dwarf2/implptr-optimized-out.exp
9540 * gdb.dwarf2/implptr.exp
9541 * gdb.dwarf2/implref-array.exp
9542 * gdb.dwarf2/implref-const.exp
9543 * gdb.dwarf2/implref-global.exp
9544 * gdb.dwarf2/implref-struct.exp
9545 * gdb.dwarf2/mac-fileno.exp
9546 * gdb.dwarf2/main-subprogram.exp
9547 * gdb.dwarf2/member-ptr-forwardref.exp
9548 * gdb.dwarf2/method-ptr.exp
9549 * gdb.dwarf2/missing-sig-type.exp
9550 * gdb.dwarf2/nonvar-access.exp
9551 * gdb.dwarf2/opaque-type-lookup.exp
9552 * gdb.dwarf2/pieces-optimized-out.exp
9553 * gdb.dwarf2/pieces.exp
9554 * gdb.dwarf2/pr10770.exp
9555 * gdb.dwarf2/pr13961.exp
9556 * gdb.dwarf2/staticvirtual.exp
9557 * gdb.dwarf2/subrange.exp
9558 * gdb.dwarf2/symtab-producer.exp
9559 * gdb.dwarf2/trace-crash.exp
9560 * gdb.dwarf2/typeddwarf.exp
9561 * gdb.dwarf2/valop.exp
9562 * gdb.dwarf2/watch-notconst.exp
9563 * gdb.fortran/array-element.exp
9564 * gdb.fortran/charset.exp
9565 * gdb.fortran/common-block.exp
9566 * gdb.fortran/complex.exp
9567 * gdb.fortran/derived-type-function.exp
9568 * gdb.fortran/derived-type.exp
9569 * gdb.fortran/logical.exp
9570 * gdb.fortran/module.exp
9571 * gdb.fortran/multi-dim.exp
9572 * gdb.fortran/nested-funcs.exp
9573 * gdb.fortran/print-formatted.exp
9574 * gdb.fortran/subarray.exp
9575 * gdb.fortran/vla-alloc-assoc.exp
9576 * gdb.fortran/vla-datatypes.exp
9577 * gdb.fortran/vla-history.exp
9578 * gdb.fortran/vla-ptr-info.exp
9579 * gdb.fortran/vla-ptype-sub.exp
9580 * gdb.fortran/vla-ptype.exp
9581 * gdb.fortran/vla-sizeof.exp
9582 * gdb.fortran/vla-type.exp
9583 * gdb.fortran/vla-value-sub-arbitrary.exp
9584 * gdb.fortran/vla-value-sub-finish.exp
9585 * gdb.fortran/vla-value-sub.exp
9586 * gdb.fortran/vla-value.exp
9587 * gdb.fortran/whatis_type.exp
9588 * gdb.go/chan.exp
9589 * gdb.go/handcall.exp
9590 * gdb.go/hello.exp
9591 * gdb.go/integers.exp
9592 * gdb.go/methods.exp
9593 * gdb.go/package.exp
9594 * gdb.go/strings.exp
9595 * gdb.go/types.exp
9596 * gdb.go/unsafe.exp
9597 * gdb.guile/scm-arch.exp
9598 * gdb.guile/scm-block.exp
9599 * gdb.guile/scm-breakpoint.exp
9600 * gdb.guile/scm-cmd.exp
9601 * gdb.guile/scm-disasm.exp
9602 * gdb.guile/scm-equal.exp
9603 * gdb.guile/scm-frame-args.exp
9604 * gdb.guile/scm-frame-inline.exp
9605 * gdb.guile/scm-frame.exp
9606 * gdb.guile/scm-iterator.exp
9607 * gdb.guile/scm-math.exp
9608 * gdb.guile/scm-objfile.exp
9609 * gdb.guile/scm-ports.exp
9610 * gdb.guile/scm-symbol.exp
9611 * gdb.guile/scm-symtab.exp
9612 * gdb.guile/scm-value-cc.exp
9613 * gdb.guile/types-module.exp
9614 * gdb.linespec/break-ask.exp
9615 * gdb.linespec/cpexplicit.exp
9616 * gdb.linespec/explicit.exp
9617 * gdb.linespec/keywords.exp
9618 * gdb.linespec/linespec.exp
9619 * gdb.linespec/ls-dollar.exp
9620 * gdb.linespec/ls-errs.exp
9621 * gdb.linespec/skip-two.exp
9622 * gdb.linespec/thread.exp
9623 * gdb.mi/mi-async.exp
9624 * gdb.mi/mi-basics.exp
9625 * gdb.mi/mi-break.exp
9626 * gdb.mi/mi-catch-load.exp
9627 * gdb.mi/mi-cli.exp
9628 * gdb.mi/mi-cmd-param-changed.exp
9629 * gdb.mi/mi-console.exp
9630 * gdb.mi/mi-detach.exp
9631 * gdb.mi/mi-disassemble.exp
9632 * gdb.mi/mi-eval.exp
9633 * gdb.mi/mi-file-transfer.exp
9634 * gdb.mi/mi-file.exp
9635 * gdb.mi/mi-fill-memory.exp
9636 * gdb.mi/mi-inheritance-syntax-error.exp
9637 * gdb.mi/mi-linespec-err-cp.exp
9638 * gdb.mi/mi-logging.exp
9639 * gdb.mi/mi-memory-changed.exp
9640 * gdb.mi/mi-read-memory.exp
9641 * gdb.mi/mi-record-changed.exp
9642 * gdb.mi/mi-reg-undefined.exp
9643 * gdb.mi/mi-regs.exp
9644 * gdb.mi/mi-return.exp
9645 * gdb.mi/mi-reverse.exp
9646 * gdb.mi/mi-simplerun.exp
9647 * gdb.mi/mi-solib.exp
9648 * gdb.mi/mi-stack.exp
9649 * gdb.mi/mi-stepi.exp
9650 * gdb.mi/mi-syn-frame.exp
9651 * gdb.mi/mi-until.exp
9652 * gdb.mi/mi-var-block.exp
9653 * gdb.mi/mi-var-child.exp
9654 * gdb.mi/mi-var-cmd.exp
9655 * gdb.mi/mi-var-cp.exp
9656 * gdb.mi/mi-var-display.exp
9657 * gdb.mi/mi-var-invalidate.exp
9658 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9659 * gdb.mi/mi-vla-fortran.exp
9660 * gdb.mi/mi-watch.exp
9661 * gdb.mi/mi2-var-child.exp
9662 * gdb.mi/user-selected-context-sync.exp
9663 * gdb.modula2/unbounded-array.exp
9664 * gdb.multi/dummy-frame-restore.exp
9665 * gdb.multi/multi-arch-exec.exp
9666 * gdb.multi/multi-arch.exp
9667 * gdb.multi/tids.exp
9668 * gdb.multi/watchpoint-multi.exp
9669 * gdb.opencl/callfuncs.exp
9670 * gdb.opencl/convs_casts.exp
9671 * gdb.opencl/datatypes.exp
9672 * gdb.opencl/operators.exp
9673 * gdb.opencl/vec_comps.exp
9674 * gdb.opt/clobbered-registers-O2.exp
9675 * gdb.opt/inline-break.exp
9676 * gdb.opt/inline-bt.exp
9677 * gdb.opt/inline-cmds.exp
9678 * gdb.opt/inline-locals.exp
9679 * gdb.pascal/case-insensitive-symbols.exp
9680 * gdb.pascal/floats.exp
9681 * gdb.pascal/gdb11492.exp
9682 * gdb.python/lib-types.exp
9683 * gdb.python/py-arch.exp
9684 * gdb.python/py-as-string.exp
9685 * gdb.python/py-bad-printers.exp
9686 * gdb.python/py-block.exp
9687 * gdb.python/py-breakpoint-create-fail.exp
9688 * gdb.python/py-breakpoint.exp
9689 * gdb.python/py-caller-is.exp
9690 * gdb.python/py-cmd.exp
9691 * gdb.python/py-explore-cc.exp
9692 * gdb.python/py-explore.exp
9693 * gdb.python/py-finish-breakpoint.exp
9694 * gdb.python/py-finish-breakpoint2.exp
9695 * gdb.python/py-frame-args.exp
9696 * gdb.python/py-frame-inline.exp
9697 * gdb.python/py-frame.exp
9698 * gdb.python/py-framefilter-mi.exp
9699 * gdb.python/py-infthread.exp
9700 * gdb.python/py-lazy-string.exp
9701 * gdb.python/py-linetable.exp
9702 * gdb.python/py-mi-events.exp
9703 * gdb.python/py-mi-objfile.exp
9704 * gdb.python/py-mi.exp
9705 * gdb.python/py-objfile.exp
9706 * gdb.python/py-pp-integral.exp
9707 * gdb.python/py-pp-maint.exp
9708 * gdb.python/py-pp-re-notag.exp
9709 * gdb.python/py-pp-registration.exp
9710 * gdb.python/py-recurse-unwind.exp
9711 * gdb.python/py-strfns.exp
9712 * gdb.python/py-symbol.exp
9713 * gdb.python/py-symtab.exp
9714 * gdb.python/py-sync-interp.exp
9715 * gdb.python/py-typeprint.exp
9716 * gdb.python/py-unwind-maint.exp
9717 * gdb.python/py-unwind.exp
9718 * gdb.python/py-value-cc.exp
9719 * gdb.python/py-xmethods.exp
9720 * gdb.reverse/amd64-tailcall-reverse.exp
9721 * gdb.reverse/break-precsave.exp
9722 * gdb.reverse/break-reverse.exp
9723 * gdb.reverse/consecutive-precsave.exp
9724 * gdb.reverse/consecutive-reverse.exp
9725 * gdb.reverse/finish-precsave.exp
9726 * gdb.reverse/finish-reverse-bkpt.exp
9727 * gdb.reverse/finish-reverse.exp
9728 * gdb.reverse/fstatat-reverse.exp
9729 * gdb.reverse/getresuid-reverse.exp
9730 * gdb.reverse/i386-precsave.exp
9731 * gdb.reverse/i386-reverse.exp
9732 * gdb.reverse/i386-sse-reverse.exp
9733 * gdb.reverse/i387-env-reverse.exp
9734 * gdb.reverse/i387-stack-reverse.exp
9735 * gdb.reverse/insn-reverse.exp
9736 * gdb.reverse/machinestate-precsave.exp
9737 * gdb.reverse/machinestate.exp
9738 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9739 * gdb.reverse/pipe-reverse.exp
9740 * gdb.reverse/readv-reverse.exp
9741 * gdb.reverse/recvmsg-reverse.exp
9742 * gdb.reverse/rerun-prec.exp
9743 * gdb.reverse/s390-mvcle.exp
9744 * gdb.reverse/step-precsave.exp
9745 * gdb.reverse/step-reverse.exp
9746 * gdb.reverse/time-reverse.exp
9747 * gdb.reverse/until-precsave.exp
9748 * gdb.reverse/until-reverse.exp
9749 * gdb.reverse/waitpid-reverse.exp
9750 * gdb.reverse/watch-precsave.exp
9751 * gdb.reverse/watch-reverse.exp
9752 * gdb.rust/generics.exp
9753 * gdb.rust/methods.exp
9754 * gdb.rust/modules.exp
9755 * gdb.rust/simple.exp
9756 * gdb.server/connect-with-no-symbol-file.exp
9757 * gdb.server/ext-attach.exp
9758 * gdb.server/ext-restart.exp
9759 * gdb.server/ext-wrapper.exp
9760 * gdb.server/file-transfer.exp
9761 * gdb.server/server-exec-info.exp
9762 * gdb.server/server-kill.exp
9763 * gdb.server/server-mon.exp
9764 * gdb.server/wrapper.exp
9765 * gdb.stabs/exclfwd.exp
9766 * gdb.stabs/gdb11479.exp
9767 * gdb.threads/clone-new-thread-event.exp
9768 * gdb.threads/corethreads.exp
9769 * gdb.threads/current-lwp-dead.exp
9770 * gdb.threads/dlopen-libpthread.exp
9771 * gdb.threads/gcore-thread.exp
9772 * gdb.threads/sigstep-threads.exp
9773 * gdb.threads/watchpoint-fork.exp
9774 * gdb.trace/actions-changed.exp
9775 * gdb.trace/backtrace.exp
9776 * gdb.trace/change-loc.exp
9777 * gdb.trace/circ.exp
9778 * gdb.trace/collection.exp
9779 * gdb.trace/disconnected-tracing.exp
9780 * gdb.trace/ftrace.exp
9781 * gdb.trace/mi-trace-frame-collected.exp
9782 * gdb.trace/mi-trace-unavailable.exp
9783 * gdb.trace/mi-traceframe-changed.exp
9784 * gdb.trace/mi-tsv-changed.exp
9785 * gdb.trace/no-attach-trace.exp
9786 * gdb.trace/passc-dyn.exp
9787 * gdb.trace/qtro.exp
9788 * gdb.trace/range-stepping.exp
9789 * gdb.trace/read-memory.exp
9790 * gdb.trace/save-trace.exp
9791 * gdb.trace/signal.exp
9792 * gdb.trace/status-stop.exp
9793 * gdb.trace/tfile.exp
9794 * gdb.trace/trace-break.exp
9795 * gdb.trace/trace-buffer-size.exp
9796 * gdb.trace/trace-condition.exp
9797 * gdb.trace/tracefile-pseudo-reg.exp
9798 * gdb.trace/tstatus.exp
9799 * gdb.trace/unavailable.exp
9800 * gdb.trace/while-dyn.exp
9801 * gdb.trace/while-stepping.exp
9802
9803 2016-12-22 Doug Evans <xdje42@gmail.com>
9804
9805 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9806 and msymbols.
9807
9808 2016-12-19 Yao Qi <yao.qi@linaro.org>
9809
9810 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9811 (test_with_self): Don't call do_steps_and_nexts, and remove
9812 code about stepping into xmalloc.
9813
9814 2016-12-09 Yao Qi <yao.qi@linaro.org>
9815
9816 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9817
9818 2016-12-09 Yao Qi <yao.qi@linaro.org>
9819
9820 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9821
9822 2016-12-09 Pedro Alves <palves@redhat.com>
9823
9824 * gdb.base/all-architectures-0.exp: New file.
9825 * gdb.base/all-architectures-1.exp: New file.
9826 * gdb.base/all-architectures-2.exp: New file.
9827 * gdb.base/all-architectures-3.exp: New file.
9828 * gdb.base/all-architectures-4.exp: New file.
9829 * gdb.base/all-architectures-5.exp: New file.
9830 * gdb.base/all-architectures-6.exp: New file.
9831 * gdb.base/all-architectures-7.exp: New file.
9832 * gdb.base/all-architectures.exp.in: New file.
9833
9834 2016-12-09 Yao Qi <yao.qi@linaro.org>
9835
9836 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9837
9838 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9839
9840 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9841 possible.
9842 Remove useless pattern-matching code.
9843
9844 2016-12-02 Pedro Alves <palves@redhat.com>
9845
9846 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9847 procedure.
9848 (top level): Call it.
9849
9850 2016-12-02 Pedro Alves <palves@redhat.com>
9851
9852 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9853 New procedure.
9854 (top level): Call it.
9855
9856 2016-12-02 Pedro Alves <palves@redhat.com>
9857
9858 PR cli/20559
9859 * gdb.base/commands.exp (user_defined_command_args_eval): New
9860 procedure.
9861 (top level): Call it.
9862
9863 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9864
9865 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9866 timeout handling.
9867
9868 2016-12-02 Tom Tromey <tom@tromey.com>
9869
9870 * gdb.dwarf2/main-subprogram.c: New file.
9871 * gdb.dwarf2/main-subprogram.exp: New file.
9872
9873 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9874
9875 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9876 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9877 gdb_test_no_output for a couple of cases.
9878 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9879
9880 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9881
9882 Fix test names and standardize compilation error messages throughout
9883 the following files:
9884
9885 * gdb.ada/start.exp
9886 * gdb.arch/alpha-step.exp
9887 * gdb.arch/e500-prologue.exp
9888 * gdb.arch/ftrace-insn-reloc.exp
9889 * gdb.arch/gdb1291.exp
9890 * gdb.arch/gdb1431.exp
9891 * gdb.arch/gdb1558.exp
9892 * gdb.arch/i386-dr3-watch.exp
9893 * gdb.arch/i386-sse-stack-align.exp
9894 * gdb.arch/ia64-breakpoint-shadow.exp
9895 * gdb.arch/pa-nullify.exp
9896 * gdb.arch/powerpc-aix-prologue.exp
9897 * gdb.arch/thumb-bx-pc.exp
9898 * gdb.base/annota1.exp
9899 * gdb.base/annota3.exp
9900 * gdb.base/arrayidx.exp
9901 * gdb.base/assign.exp
9902 * gdb.base/attach.exp
9903 * gdb.base/auxv.exp
9904 * gdb.base/bang.exp
9905 * gdb.base/bfp-test.exp
9906 * gdb.base/bigcore.exp
9907 * gdb.base/bitfields2.exp
9908 * gdb.base/break-fun-addr.exp
9909 * gdb.base/break-probes.exp
9910 * gdb.base/call-rt-st.exp
9911 * gdb.base/callexit.exp
9912 * gdb.base/catch-fork-kill.exp
9913 * gdb.base/charset.exp
9914 * gdb.base/checkpoint.exp
9915 * gdb.base/comprdebug.exp
9916 * gdb.base/constvars.exp
9917 * gdb.base/coredump-filter.exp
9918 * gdb.base/cursal.exp
9919 * gdb.base/cvexpr.exp
9920 * gdb.base/detach.exp
9921 * gdb.base/display.exp
9922 * gdb.base/dmsym.exp
9923 * gdb.base/dprintf-pending.exp
9924 * gdb.base/dso2dso.exp
9925 * gdb.base/dtrace-probe.exp
9926 * gdb.base/dump.exp
9927 * gdb.base/enum_cond.exp
9928 * gdb.base/exe-lock.exp
9929 * gdb.base/exec-invalid-sysroot.exp
9930 * gdb.base/execl-update-breakpoints.exp
9931 * gdb.base/exprs.exp
9932 * gdb.base/fileio.exp
9933 * gdb.base/find.exp
9934 * gdb.base/finish.exp
9935 * gdb.base/fixsection.exp
9936 * gdb.base/foll-vfork.exp
9937 * gdb.base/frame-args.exp
9938 * gdb.base/gcore.exp
9939 * gdb.base/gdb1250.exp
9940 * gdb.base/global-var-nested-by-dso.exp
9941 * gdb.base/gnu-ifunc.exp
9942 * gdb.base/hashline1.exp
9943 * gdb.base/hashline2.exp
9944 * gdb.base/hashline3.exp
9945 * gdb.base/hbreak-in-shr-unsupported.exp
9946 * gdb.base/huge.exp
9947 * gdb.base/infcall-input.exp
9948 * gdb.base/info-fun.exp
9949 * gdb.base/info-shared.exp
9950 * gdb.base/jit-simple.exp
9951 * gdb.base/jit-so.exp
9952 * gdb.base/jit.exp
9953 * gdb.base/jump.exp
9954 * gdb.base/label.exp
9955 * gdb.base/lineinc.exp
9956 * gdb.base/logical.exp
9957 * gdb.base/longjmp.exp
9958 * gdb.base/macscp.exp
9959 * gdb.base/miscexprs.exp
9960 * gdb.base/new-ui-echo.exp
9961 * gdb.base/new-ui-pending-input.exp
9962 * gdb.base/new-ui.exp
9963 * gdb.base/nodebug.exp
9964 * gdb.base/nofield.exp
9965 * gdb.base/offsets.exp
9966 * gdb.base/overlays.exp
9967 * gdb.base/pending.exp
9968 * gdb.base/pointers.exp
9969 * gdb.base/pr11022.exp
9970 * gdb.base/printcmds.exp
9971 * gdb.base/prologue.exp
9972 * gdb.base/ptr-typedef.exp
9973 * gdb.base/realname-expand.exp
9974 * gdb.base/relativedebug.exp
9975 * gdb.base/relocate.exp
9976 * gdb.base/remote.exp
9977 * gdb.base/reread.exp
9978 * gdb.base/return2.exp
9979 * gdb.base/savedregs.exp
9980 * gdb.base/sep.exp
9981 * gdb.base/sepdebug.exp
9982 * gdb.base/sepsymtab.exp
9983 * gdb.base/set-inferior-tty.exp
9984 * gdb.base/setshow.exp
9985 * gdb.base/shlib-call.exp
9986 * gdb.base/sigaltstack.exp
9987 * gdb.base/siginfo-addr.exp
9988 * gdb.base/signals.exp
9989 * gdb.base/signull.exp
9990 * gdb.base/sigrepeat.exp
9991 * gdb.base/so-impl-ld.exp
9992 * gdb.base/solib-display.exp
9993 * gdb.base/solib-overlap.exp
9994 * gdb.base/solib-search.exp
9995 * gdb.base/solib-symbol.exp
9996 * gdb.base/structs.exp
9997 * gdb.base/structs2.exp
9998 * gdb.base/symtab-search-order.exp
9999 * gdb.base/twice.exp
10000 * gdb.base/unload.exp
10001 * gdb.base/varargs.exp
10002 * gdb.base/watchpoint-solib.exp
10003 * gdb.base/watchpoint.exp
10004 * gdb.base/whatis.exp
10005 * gdb.base/wrong_frame_bt_full.exp
10006 * gdb.btrace/dlopen.exp
10007 * gdb.cell/ea-standalone.exp
10008 * gdb.cell/ea-test.exp
10009 * gdb.cp/dispcxx.exp
10010 * gdb.cp/gdb2384.exp
10011 * gdb.cp/method2.exp
10012 * gdb.cp/nextoverthrow.exp
10013 * gdb.cp/pr10728.exp
10014 * gdb.disasm/am33.exp
10015 * gdb.disasm/h8300s.exp
10016 * gdb.disasm/mn10300.exp
10017 * gdb.disasm/sh3.exp
10018 * gdb.dwarf2/dw2-dir-file-name.exp
10019 * gdb.fortran/complex.exp
10020 * gdb.fortran/library-module.exp
10021 * gdb.guile/scm-pretty-print.exp
10022 * gdb.guile/scm-symbol.exp
10023 * gdb.guile/scm-type.exp
10024 * gdb.guile/scm-value.exp
10025 * gdb.linespec/linespec.exp
10026 * gdb.mi/gdb701.exp
10027 * gdb.mi/gdb792.exp
10028 * gdb.mi/mi-breakpoint-changed.exp
10029 * gdb.mi/mi-dprintf-pending.exp
10030 * gdb.mi/mi-dprintf.exp
10031 * gdb.mi/mi-exit-code.exp
10032 * gdb.mi/mi-pending.exp
10033 * gdb.mi/mi-solib.exp
10034 * gdb.mi/new-ui-mi-sync.exp
10035 * gdb.mi/pr11022.exp
10036 * gdb.mi/user-selected-context-sync.exp
10037 * gdb.opt/solib-intra-step.exp
10038 * gdb.python/py-events.exp
10039 * gdb.python/py-finish-breakpoint.exp
10040 * gdb.python/py-mi.exp
10041 * gdb.python/py-prettyprint.exp
10042 * gdb.python/py-shared.exp
10043 * gdb.python/py-symbol.exp
10044 * gdb.python/py-template.exp
10045 * gdb.python/py-type.exp
10046 * gdb.python/py-value.exp
10047 * gdb.reverse/solib-precsave.exp
10048 * gdb.reverse/solib-reverse.exp
10049 * gdb.server/solib-list.exp
10050 * gdb.stabs/weird.exp
10051 * gdb.threads/reconnect-signal.exp
10052 * gdb.threads/stepi-random-signal.exp
10053 * gdb.trace/actions.exp
10054 * gdb.trace/ax.exp
10055 * gdb.trace/backtrace.exp
10056 * gdb.trace/change-loc.exp
10057 * gdb.trace/deltrace.exp
10058 * gdb.trace/ftrace-lock.exp
10059 * gdb.trace/ftrace.exp
10060 * gdb.trace/infotrace.exp
10061 * gdb.trace/mi-tracepoint-changed.exp
10062 * gdb.trace/packetlen.exp
10063 * gdb.trace/passcount.exp
10064 * gdb.trace/pending.exp
10065 * gdb.trace/range-stepping.exp
10066 * gdb.trace/report.exp
10067 * gdb.trace/stap-trace.exp
10068 * gdb.trace/tfind.exp
10069 * gdb.trace/trace-break.exp
10070 * gdb.trace/trace-condition.exp
10071 * gdb.trace/trace-enable-disable.exp
10072 * gdb.trace/trace-mt.exp
10073 * gdb.trace/tracecmd.exp
10074 * gdb.trace/tspeed.exp
10075 * gdb.trace/tsv.exp
10076 * lib/perftest.exp
10077
10078 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10079
10080 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10081 with gdb_test_no_output.
10082 Use command as test name.
10083
10084 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10085
10086 Fix test names starting with uppercase throughout the files.
10087
10088 * gdb.ada/assign_1.exp
10089 * gdb.ada/boolean_expr.exp
10090 * gdb.base/arrayidx.exp
10091 * gdb.base/del.exp
10092 * gdb.base/gcore-buffer-overflow.exp
10093 * gdb.base/testenv.exp
10094 * gdb.compile/compile.exp
10095 * gdb.python/py-framefilter-invalidarg.exp
10096 * gdb.python/py-framefilter.exp
10097
10098 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10099
10100 Fix test names starting with uppercase throughout the files.
10101
10102 * gdb.ada/array_return.exp
10103 * gdb.ada/expr_delims.exp
10104 * gdb.ada/mi_dyn_arr.exp
10105 * gdb.ada/mi_interface.exp
10106 * gdb.ada/mi_var_array.exp
10107 * gdb.ada/watch_arg.exp
10108 * gdb.arch/alpha-step.exp
10109 * gdb.arch/altivec-regs.exp
10110 * gdb.arch/e500-regs.exp
10111 * gdb.arch/powerpc-d128-regs.exp
10112 * gdb.base/arrayidx.exp
10113 * gdb.base/break.exp
10114 * gdb.base/checkpoint.exp
10115 * gdb.base/debug-expr.exp
10116 * gdb.base/dmsym.exp
10117 * gdb.base/radix.exp
10118 * gdb.base/sepdebug.exp
10119 * gdb.base/testenv.exp
10120 * gdb.base/watch_thread_num.exp
10121 * gdb.base/watchpoint-cond-gone.exp
10122 * gdb.cell/break.exp
10123 * gdb.cell/ea-cache.exp
10124 * gdb.compile/compile.exp
10125 * gdb.cp/gdb2495.exp
10126 * gdb.gdb/selftest.exp
10127 * gdb.gdb/xfullpath.exp
10128 * gdb.go/hello.exp
10129 * gdb.go/integers.exp
10130 * gdb.objc/basicclass.exp
10131 * gdb.pascal/hello.exp
10132 * gdb.pascal/integers.exp
10133 * gdb.python/py-breakpoint.exp
10134 * gdb.python/py-cmd.exp
10135 * gdb.python/py-linetable.exp
10136 * gdb.python/py-xmethods.exp
10137 * gdb.python/python.exp
10138 * gdb.reverse/consecutive-precsave.exp
10139 * gdb.reverse/finish-precsave.exp
10140 * gdb.reverse/i386-precsave.exp
10141 * gdb.reverse/machinestate-precsave.exp
10142 * gdb.reverse/sigall-precsave.exp
10143 * gdb.reverse/solib-precsave.exp
10144 * gdb.reverse/step-precsave.exp
10145 * gdb.reverse/until-precsave.exp
10146 * gdb.reverse/watch-precsave.exp
10147 * gdb.threads/leader-exit.exp
10148 * gdb.threads/pthreads.exp
10149 * gdb.threads/wp-replication.exp
10150 * gdb.trace/actions.exp
10151 * gdb.trace/mi-tsv-changed.exp
10152 * gdb.trace/tsv.exp
10153
10154 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10155
10156 Fix test names starting with uppercase throughout the files.
10157
10158 * gdb.arch/i386-bp_permanent.exp
10159 * gdb.arch/i386-gnu-cfi.exp
10160 * gdb.base/disasm-end-cu.exp
10161 * gdb.base/macscp.exp
10162 * gdb.base/pending.exp
10163 * gdb.base/watch_thread_num.exp
10164 * gdb.cp/exception.exp
10165 * gdb.cp/gdb2495.exp
10166 * gdb.cp/local.exp
10167 * gdb.python/py-evsignal.exp
10168 * gdb.python/python.exp
10169 * gdb.trace/tracecmd.exp
10170
10171 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10172
10173 Fix test names starting with uppercase throughout the files.
10174
10175 * gdb.base/charset.exp
10176 * gdb.base/eval.exp
10177 * gdb.base/multi-forks.exp
10178 * gdb.guile/scm-progspace.exp
10179 * gdb.opencl/datatypes.exp
10180 * gdb.python/py-block.exp
10181 * gdb.python/py-function.exp
10182 * gdb.python/py-symbol.exp
10183 * gdb.python/py-symtab.exp
10184 * gdb.python/py-xmethods.exp
10185 * gdb.reverse/break-precsave.exp
10186 * gdb.reverse/break-reverse.exp
10187 * gdb.reverse/consecutive-precsave.exp
10188 * gdb.reverse/consecutive-reverse.exp
10189 * gdb.reverse/finish-precsave.exp
10190 * gdb.reverse/finish-reverse-bkpt.exp
10191 * gdb.reverse/finish-reverse.exp
10192 * gdb.reverse/fstatat-reverse.exp
10193 * gdb.reverse/getresuid-reverse.exp
10194 * gdb.reverse/i386-precsave.exp
10195 * gdb.reverse/i386-reverse.exp
10196 * gdb.reverse/i386-sse-reverse.exp
10197 * gdb.reverse/i387-stack-reverse.exp
10198 * gdb.reverse/insn-reverse.exp
10199 * gdb.reverse/machinestate-precsave.exp
10200 * gdb.reverse/machinestate.exp
10201 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10202 * gdb.reverse/pipe-reverse.exp
10203 * gdb.reverse/readv-reverse.exp
10204 * gdb.reverse/recvmsg-reverse.exp
10205 * gdb.reverse/rerun-prec.exp
10206 * gdb.reverse/s390-mvcle.exp
10207 * gdb.reverse/sigall-precsave.exp
10208 * gdb.reverse/sigall-reverse.exp
10209 * gdb.reverse/solib-precsave.exp
10210 * gdb.reverse/solib-reverse.exp
10211 * gdb.reverse/step-precsave.exp
10212 * gdb.reverse/step-reverse.exp
10213 * gdb.reverse/time-reverse.exp
10214 * gdb.reverse/until-precsave.exp
10215 * gdb.reverse/until-reverse.exp
10216 * gdb.reverse/waitpid-reverse.exp
10217 * gdb.reverse/watch-precsave.exp
10218 * gdb.reverse/watch-reverse.exp
10219
10220 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10221
10222 Fix test names starting with uppercase throughout the files.
10223
10224 * gdb.arch/i386-mpx-simple_segv.exp
10225 * gdb.arch/i386-mpx.exp
10226 * gdb.arch/i386-permbkpt.exp
10227 * gdb.arch/pa-nullify.exp
10228 * gdb.arch/powerpc-d128-regs.exp
10229 * gdb.arch/vsx-regs.exp
10230 * gdb.base/bfp-test.exp
10231 * gdb.base/break.exp
10232 * gdb.base/breakpoint-shadow.exp
10233 * gdb.base/callfuncs.exp
10234 * gdb.base/charset.exp
10235 * gdb.base/commands.exp
10236 * gdb.base/completion.exp
10237 * gdb.base/dfp-test.exp
10238 * gdb.base/echo.exp
10239 * gdb.base/ending-run.exp
10240 * gdb.base/eval.exp
10241 * gdb.base/expand-psymtabs.exp
10242 * gdb.base/float128.exp
10243 * gdb.base/floatn.exp
10244 * gdb.base/foll-exec-mode.exp
10245 * gdb.base/gdb1056.exp
10246 * gdb.base/gdb11531.exp
10247 * gdb.base/kill-after-signal.exp
10248 * gdb.base/multi-forks.exp
10249 * gdb.base/overlays.exp
10250 * gdb.base/pending.exp
10251 * gdb.base/sepdebug.exp
10252 * gdb.base/testenv.exp
10253 * gdb.base/valgrind-db-attach.exp
10254 * gdb.base/watch_thread_num.exp
10255 * gdb.base/watchpoint-cond-gone.exp
10256 * gdb.base/watchpoint.exp
10257 * gdb.base/watchpoints.exp
10258 * gdb.cp/arg-reference.exp
10259 * gdb.cp/baseenum.exp
10260 * gdb.cp/operator.exp
10261 * gdb.cp/shadow.exp
10262 * gdb.dwarf2/dw2-op-out-param.exp
10263 * gdb.dwarf2/dw2-reg-undefined.exp
10264 * gdb.go/chan.exp
10265 * gdb.go/hello.exp
10266 * gdb.go/integers.exp
10267 * gdb.go/methods.exp
10268 * gdb.go/package.exp
10269 * gdb.guile/scm-parameter.exp
10270 * gdb.guile/scm-progspace.exp
10271 * gdb.guile/scm-value.exp
10272 * gdb.mi/mi-pending.exp
10273 * gdb.mi/user-selected-context-sync.exp
10274 * gdb.multi/multi-attach.exp
10275 * gdb.multi/tids.exp
10276 * gdb.opt/clobbered-registers-O2.exp
10277 * gdb.pascal/floats.exp
10278 * gdb.pascal/integers.exp
10279 * gdb.python/py-block.exp
10280 * gdb.python/py-events.exp
10281 * gdb.python/py-parameter.exp
10282 * gdb.python/py-symbol.exp
10283 * gdb.python/py-symtab.exp
10284 * gdb.python/py-type.exp
10285 * gdb.python/py-value.exp
10286 * gdb.python/py-xmethods.exp
10287 * gdb.python/python.exp
10288 * gdb.reverse/break-precsave.exp
10289 * gdb.reverse/consecutive-precsave.exp
10290 * gdb.reverse/finish-precsave.exp
10291 * gdb.reverse/i386-precsave.exp
10292 * gdb.reverse/machinestate-precsave.exp
10293 * gdb.reverse/sigall-precsave.exp
10294 * gdb.reverse/solib-precsave.exp
10295 * gdb.reverse/step-precsave.exp
10296 * gdb.reverse/until-precsave.exp
10297 * gdb.reverse/watch-precsave.exp
10298 * gdb.server/ext-attach.exp
10299 * gdb.server/ext-restart.exp
10300 * gdb.server/ext-run.exp
10301 * gdb.server/ext-wrapper.exp
10302 * gdb.stabs/gdb11479.exp
10303 * gdb.stabs/weird.exp
10304 * gdb.threads/attach-many-short-lived-threads.exp
10305 * gdb.threads/kill.exp
10306 * gdb.threads/watchpoint-fork.exp
10307
10308 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10309
10310 Fix test names starting with uppercase throughout all the files below.
10311
10312 * gdb.ada/array_return.exp
10313 * gdb.ada/catch_ex.exp
10314 * gdb.ada/info_exc.exp
10315 * gdb.ada/mi_catch_ex.exp
10316 * gdb.ada/mi_dyn_arr.exp
10317 * gdb.ada/mi_ex_cond.exp
10318 * gdb.ada/mi_exc_info.exp
10319 * gdb.ada/mi_interface.exp
10320 * gdb.ada/mi_task_arg.exp
10321 * gdb.ada/mi_task_info.exp
10322 * gdb.ada/mi_var_array.exp
10323 * gdb.arch/alpha-step.exp
10324 * gdb.arch/amd64-disp-step.exp
10325 * gdb.arch/arm-disp-step.exp
10326 * gdb.arch/disp-step-insn-reloc.exp
10327 * gdb.arch/e500-prologue.exp
10328 * gdb.arch/ftrace-insn-reloc.exp
10329 * gdb.arch/gdb1558.exp
10330 * gdb.arch/i386-bp_permanent.exp
10331 * gdb.arch/i386-disp-step.exp
10332 * gdb.arch/i386-float.exp
10333 * gdb.arch/i386-gnu-cfi.exp
10334 * gdb.arch/ia64-breakpoint-shadow.exp
10335 * gdb.arch/mips16-thunks.exp
10336 * gdb.arch/pa-nullify.exp
10337 * gdb.arch/powerpc-aix-prologue.exp
10338 * gdb.arch/powerpc-power.exp
10339 * gdb.arch/ppc-dfp.exp
10340 * gdb.arch/s390-tdbregs.exp
10341 * gdb.arch/spu-info.exp
10342 * gdb.arch/spu-ls.exp
10343 * gdb.arch/thumb-bx-pc.exp
10344 * gdb.base/advance.exp
10345 * gdb.base/annota-input-while-running.exp
10346 * gdb.base/arrayidx.exp
10347 * gdb.base/asmlabel.exp
10348 * gdb.base/async.exp
10349 * gdb.base/attach-wait-input.exp
10350 * gdb.base/auto-connect-native-target.exp
10351 * gdb.base/batch-preserve-term-settings.exp
10352 * gdb.base/bfp-test.exp
10353 * gdb.base/bigcore.exp
10354 * gdb.base/bp-permanent.exp
10355 * gdb.base/break-always.exp
10356 * gdb.base/break-fun-addr.exp
10357 * gdb.base/break-idempotent.exp
10358 * gdb.base/break-main-file-remove-fail.exp
10359 * gdb.base/break-probes.exp
10360 * gdb.base/break-unload-file.exp
10361 * gdb.base/break.exp
10362 * gdb.base/call-ar-st.exp
10363 * gdb.base/call-rt-st.exp
10364 * gdb.base/call-sc.exp
10365 * gdb.base/call-signal-resume.exp
10366 * gdb.base/call-strs.exp
10367 * gdb.base/callexit.exp
10368 * gdb.base/callfuncs.exp
10369 * gdb.base/catch-gdb-caused-signals.exp
10370 * gdb.base/catch-signal-siginfo-cond.exp
10371 * gdb.base/catch-syscall.exp
10372 * gdb.base/compare-sections.exp
10373 * gdb.base/cond-eval-mode.exp
10374 * gdb.base/condbreak-call-false.exp
10375 * gdb.base/consecutive-step-over.exp
10376 * gdb.base/cursal.exp
10377 * gdb.base/disabled-location.exp
10378 * gdb.base/disasm-end-cu.exp
10379 * gdb.base/display.exp
10380 * gdb.base/double-prompt-target-event-error.exp
10381 * gdb.base/dprintf-bp-same-addr.exp
10382 * gdb.base/dprintf-detach.exp
10383 * gdb.base/dprintf-next.exp
10384 * gdb.base/dprintf-non-stop.exp
10385 * gdb.base/dprintf-pending.exp
10386 * gdb.base/dso2dso.exp
10387 * gdb.base/ending-run.exp
10388 * gdb.base/enum_cond.exp
10389 * gdb.base/examine-backward.exp
10390 * gdb.base/exe-lock.exp
10391 * gdb.base/exec-invalid-sysroot.exp
10392 * gdb.base/execl-update-breakpoints.exp
10393 * gdb.base/execution-termios.exp
10394 * gdb.base/fileio.exp
10395 * gdb.base/fixsection.exp
10396 * gdb.base/foll-exec-mode.exp
10397 * gdb.base/foll-exec.exp
10398 * gdb.base/fork-running-state.exp
10399 * gdb.base/frame-args.exp
10400 * gdb.base/fullpath-expand.exp
10401 * gdb.base/func-ptr.exp
10402 * gdb.base/gcore-relro-pie.exp
10403 * gdb.base/gdb1090.exp
10404 * gdb.base/gdb1555.exp
10405 * gdb.base/global-var-nested-by-dso.exp
10406 * gdb.base/gnu-ifunc.exp
10407 * gdb.base/hbreak-in-shr-unsupported.exp
10408 * gdb.base/hbreak-unmapped.exp
10409 * gdb.base/hook-stop.exp
10410 * gdb.base/infcall-input.exp
10411 * gdb.base/info-fun.exp
10412 * gdb.base/info-shared.exp
10413 * gdb.base/interrupt-noterm.exp
10414 * gdb.base/jit-so.exp
10415 * gdb.base/jit.exp
10416 * gdb.base/line-symtabs.exp
10417 * gdb.base/list.exp
10418 * gdb.base/longjmp.exp
10419 * gdb.base/macscp.exp
10420 * gdb.base/max-value-size.exp
10421 * gdb.base/nodebug.exp
10422 * gdb.base/nofield.exp
10423 * gdb.base/overlays.exp
10424 * gdb.base/paginate-after-ctrl-c-running.exp
10425 * gdb.base/paginate-bg-execution.exp
10426 * gdb.base/paginate-inferior-exit.exp
10427 * gdb.base/pending.exp
10428 * gdb.base/pr11022.exp
10429 * gdb.base/printcmds.exp
10430 * gdb.base/ptr-typedef.exp
10431 * gdb.base/ptype.exp
10432 * gdb.base/randomize.exp
10433 * gdb.base/range-stepping.exp
10434 * gdb.base/realname-expand.exp
10435 * gdb.base/relativedebug.exp
10436 * gdb.base/remote.exp
10437 * gdb.base/savedregs.exp
10438 * gdb.base/sepdebug.exp
10439 * gdb.base/set-noassign.exp
10440 * gdb.base/shlib-call.exp
10441 * gdb.base/shreloc.exp
10442 * gdb.base/sigaltstack.exp
10443 * gdb.base/sigbpt.exp
10444 * gdb.base/siginfo-addr.exp
10445 * gdb.base/siginfo-obj.exp
10446 * gdb.base/siginfo-thread.exp
10447 * gdb.base/signest.exp
10448 * gdb.base/signull.exp
10449 * gdb.base/sigrepeat.exp
10450 * gdb.base/skip.exp
10451 * gdb.base/so-impl-ld.exp
10452 * gdb.base/solib-corrupted.exp
10453 * gdb.base/solib-disc.exp
10454 * gdb.base/solib-display.exp
10455 * gdb.base/solib-overlap.exp
10456 * gdb.base/solib-search.exp
10457 * gdb.base/solib-symbol.exp
10458 * gdb.base/source-execution.exp
10459 * gdb.base/sss-bp-on-user-bp-2.exp
10460 * gdb.base/sss-bp-on-user-bp.exp
10461 * gdb.base/stack-checking.exp
10462 * gdb.base/stale-infcall.exp
10463 * gdb.base/step-break.exp
10464 * gdb.base/step-line.exp
10465 * gdb.base/step-over-exit.exp
10466 * gdb.base/step-test.exp
10467 * gdb.base/structs.exp
10468 * gdb.base/sym-file.exp
10469 * gdb.base/symtab-search-order.exp
10470 * gdb.base/term.exp
10471 * gdb.base/type-opaque.exp
10472 * gdb.base/unload.exp
10473 * gdb.base/until-nodebug.exp
10474 * gdb.base/until.exp
10475 * gdb.base/unwindonsignal.exp
10476 * gdb.base/watch-cond.exp
10477 * gdb.base/watch-non-mem.exp
10478 * gdb.base/watch_thread_num.exp
10479 * gdb.base/watchpoint-reuse-slot.exp
10480 * gdb.base/watchpoint-solib.exp
10481 * gdb.base/watchpoint.exp
10482 * gdb.btrace/dlopen.exp
10483 * gdb.cell/arch.exp
10484 * gdb.cell/break.exp
10485 * gdb.cell/bt.exp
10486 * gdb.cell/core.exp
10487 * gdb.cell/data.exp
10488 * gdb.cell/dwarfaddr.exp
10489 * gdb.cell/ea-cache.exp
10490 * gdb.cell/ea-standalone.exp
10491 * gdb.cell/ea-test.exp
10492 * gdb.cell/f-regs.exp
10493 * gdb.cell/fork.exp
10494 * gdb.cell/gcore.exp
10495 * gdb.cell/mem-access.exp
10496 * gdb.cell/ptype.exp
10497 * gdb.cell/registers.exp
10498 * gdb.cell/sizeof.exp
10499 * gdb.cell/solib-symbol.exp
10500 * gdb.cell/solib.exp
10501 * gdb.compile/compile-tls.exp
10502 * gdb.cp/exception.exp
10503 * gdb.cp/gdb2495.exp
10504 * gdb.cp/local.exp
10505 * gdb.cp/mb-inline.exp
10506 * gdb.cp/mb-templates.exp
10507 * gdb.cp/pr10687.exp
10508 * gdb.cp/pr9167.exp
10509 * gdb.cp/scope-err.exp
10510 * gdb.cp/templates.exp
10511 * gdb.cp/virtfunc.exp
10512 * gdb.dwarf2/dw2-dir-file-name.exp
10513 * gdb.dwarf2/dw2-single-line-discriminators.exp
10514 * gdb.fortran/complex.exp
10515 * gdb.fortran/library-module.exp
10516 * gdb.guile/guile.exp
10517 * gdb.guile/scm-cmd.exp
10518 * gdb.guile/scm-frame-inline.exp
10519 * gdb.guile/scm-objfile.exp
10520 * gdb.guile/scm-pretty-print.exp
10521 * gdb.guile/scm-symbol.exp
10522 * gdb.guile/scm-type.exp
10523 * gdb.guile/scm-value.exp
10524 * gdb.linespec/keywords.exp
10525 * gdb.linespec/ls-errs.exp
10526 * gdb.linespec/macro-relative.exp
10527 * gdb.linespec/thread.exp
10528 * gdb.mi/mi-breakpoint-changed.exp
10529 * gdb.mi/mi-dprintf-pending.exp
10530 * gdb.mi/mi-fullname-deleted.exp
10531 * gdb.mi/mi-logging.exp
10532 * gdb.mi/mi-pending.exp
10533 * gdb.mi/mi-solib.exp
10534 * gdb.mi/new-ui-mi-sync.exp
10535 * gdb.mi/user-selected-context-sync.exp
10536 * gdb.multi/dummy-frame-restore.exp
10537 * gdb.multi/multi-arch-exec.exp
10538 * gdb.multi/remove-inferiors.exp
10539 * gdb.multi/watchpoint-multi-exit.exp
10540 * gdb.opt/solib-intra-step.exp
10541 * gdb.perf/backtrace.exp
10542 * gdb.perf/single-step.exp
10543 * gdb.perf/skip-command.exp
10544 * gdb.perf/skip-prologue.exp
10545 * gdb.perf/solib.exp
10546 * gdb.python/lib-types.exp
10547 * gdb.python/py-as-string.exp
10548 * gdb.python/py-bad-printers.exp
10549 * gdb.python/py-block.exp
10550 * gdb.python/py-breakpoint.exp
10551 * gdb.python/py-cmd.exp
10552 * gdb.python/py-events.exp
10553 * gdb.python/py-evthreads.exp
10554 * gdb.python/py-finish-breakpoint.exp
10555 * gdb.python/py-finish-breakpoint2.exp
10556 * gdb.python/py-frame-inline.exp
10557 * gdb.python/py-frame.exp
10558 * gdb.python/py-inferior.exp
10559 * gdb.python/py-infthread.exp
10560 * gdb.python/py-mi.exp
10561 * gdb.python/py-objfile.exp
10562 * gdb.python/py-pp-maint.exp
10563 * gdb.python/py-pp-registration.exp
10564 * gdb.python/py-prettyprint.exp
10565 * gdb.python/py-recurse-unwind.exp
10566 * gdb.python/py-shared.exp
10567 * gdb.python/py-symbol.exp
10568 * gdb.python/py-symtab.exp
10569 * gdb.python/py-template.exp
10570 * gdb.python/py-type.exp
10571 * gdb.python/py-unwind-maint.exp
10572 * gdb.python/py-unwind.exp
10573 * gdb.python/py-value.exp
10574 * gdb.python/python.exp
10575 * gdb.reverse/finish-reverse-bkpt.exp
10576 * gdb.reverse/insn-reverse.exp
10577 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10578 * gdb.reverse/solib-precsave.exp
10579 * gdb.reverse/solib-reverse.exp
10580 * gdb.stabs/gdb11479.exp
10581 * gdb.stabs/weird.exp
10582 * gdb.threads/fork-child-threads.exp
10583 * gdb.threads/fork-plus-threads.exp
10584 * gdb.threads/fork-thread-pending.exp
10585 * gdb.threads/forking-threads-plus-breakpoint.exp
10586 * gdb.threads/hand-call-in-threads.exp
10587 * gdb.threads/interrupted-hand-call.exp
10588 * gdb.threads/linux-dp.exp
10589 * gdb.threads/local-watch-wrong-thread.exp
10590 * gdb.threads/next-while-other-thread-longjmps.exp
10591 * gdb.threads/non-ldr-exit.exp
10592 * gdb.threads/pending-step.exp
10593 * gdb.threads/print-threads.exp
10594 * gdb.threads/process-dies-while-detaching.exp
10595 * gdb.threads/process-dies-while-handling-bp.exp
10596 * gdb.threads/pthreads.exp
10597 * gdb.threads/queue-signal.exp
10598 * gdb.threads/reconnect-signal.exp
10599 * gdb.threads/signal-command-handle-nopass.exp
10600 * gdb.threads/signal-command-multiple-signals-pending.exp
10601 * gdb.threads/signal-delivered-right-thread.exp
10602 * gdb.threads/signal-sigtrap.exp
10603 * gdb.threads/sigthread.exp
10604 * gdb.threads/staticthreads.exp
10605 * gdb.threads/stepi-random-signal.exp
10606 * gdb.threads/thread-unwindonsignal.exp
10607 * gdb.threads/thread_check.exp
10608 * gdb.threads/thread_events.exp
10609 * gdb.threads/tid-reuse.exp
10610 * gdb.threads/tls-nodebug.exp
10611 * gdb.threads/tls-shared.exp
10612 * gdb.threads/tls-so_extern.exp
10613 * gdb.threads/tls.exp
10614 * gdb.threads/wp-replication.exp
10615 * gdb.trace/actions-changed.exp
10616 * gdb.trace/actions.exp
10617 * gdb.trace/backtrace.exp
10618 * gdb.trace/change-loc.exp
10619 * gdb.trace/collection.exp
10620 * gdb.trace/deltrace.exp
10621 * gdb.trace/disconnected-tracing.exp
10622 * gdb.trace/entry-values.exp
10623 * gdb.trace/ftrace-lock.exp
10624 * gdb.trace/ftrace.exp
10625 * gdb.trace/infotrace.exp
10626 * gdb.trace/mi-trace-frame-collected.exp
10627 * gdb.trace/mi-trace-unavailable.exp
10628 * gdb.trace/mi-traceframe-changed.exp
10629 * gdb.trace/mi-tracepoint-changed.exp
10630 * gdb.trace/mi-tsv-changed.exp
10631 * gdb.trace/no-attach-trace.exp
10632 * gdb.trace/packetlen.exp
10633 * gdb.trace/passc-dyn.exp
10634 * gdb.trace/passcount.exp
10635 * gdb.trace/pending.exp
10636 * gdb.trace/pr16508.exp
10637 * gdb.trace/qtro.exp
10638 * gdb.trace/range-stepping.exp
10639 * gdb.trace/read-memory.exp
10640 * gdb.trace/report.exp
10641 * gdb.trace/save-trace.exp
10642 * gdb.trace/signal.exp
10643 * gdb.trace/stap-trace.exp
10644 * gdb.trace/status-stop.exp
10645 * gdb.trace/strace.exp
10646 * gdb.trace/tfile.exp
10647 * gdb.trace/tfind.exp
10648 * gdb.trace/trace-break.exp
10649 * gdb.trace/trace-condition.exp
10650 * gdb.trace/trace-enable-disable.exp
10651 * gdb.trace/trace-mt.exp
10652 * gdb.trace/tracecmd.exp
10653 * gdb.trace/tracefile-pseudo-reg.exp
10654 * gdb.trace/tspeed.exp
10655 * gdb.trace/tstatus.exp
10656 * gdb.trace/tsv.exp
10657 * gdb.trace/unavailable.exp
10658 * gdb.trace/while-dyn.exp
10659 * gdb.trace/while-stepping.exp
10660 * lib/gdb-guile.exp
10661 * lib/gdb.exp
10662 * lib/mi-support.exp
10663 * lib/pascal.exp
10664 * lib/perftest.exp
10665 * lib/prelink-support.exp
10666 * lib/selftest-support.exp
10667
10668 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10669
10670 * Makefile.in: Include disable-implicit-rules.mk.
10671
10672 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10673
10674 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10675 non-byte-aligned bit fields.
10676
10677 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10678
10679 PR gdb/12616
10680 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10681 respects the DW_AT_data_bit_offset attribute.
10682
10683 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10684
10685 * gdb.base/default.exp: Fix output of "set language".
10686
10687 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10688
10689 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10690 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10691 make.
10692 * configure.ac: Remove checks for the make program.
10693 * configure: Re-generate.
10694
10695 2016-11-16 Kevin Buettner <kevinb@redhat.com>
10696
10697 * gdb.python/py-recurse-unwind.c (main): Add loop.
10698 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10699 to read_register() and gdb.parse_and_eval(). Make each code
10700 call a separate case that can be individually tested.
10701 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10702 proc. Call cont_and_backtrace for each of the code paths that
10703 we want to test in the unwinder.
10704
10705 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10706
10707 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10708 the definition of struct S.
10709
10710 2016-11-11 Catherine Moore <clm@codesourcery.com>
10711
10712 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10713
10714 2016-11-09 Pedro Alves <palves@redhat.com>
10715
10716 * gdb.base/commands.exp (runto_or_return): New procedure.
10717 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10718 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10719 (progvar_simple_while_test, progvar_complex_if_while_test)
10720 (if_while_breakpoint_command_test)
10721 (infrun_breakpoint_command_test, breakpoint_command_test)
10722 (user_defined_command_test, watchpoint_command_test)
10723 (test_command_prompt_position, redefine_hook_test)
10724 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10725 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10726 multi_line_input and multi_line. Remove gdb_expect and
10727 gdb_stop_suppressing_tests uses.
10728 * lib/gdb.exp (valnum_re): New global.
10729 (multi_line_input): New procedure.
10730
10731 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10732
10733 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10734 Remove.
10735 (test_setup): Define with proc_with_prefix.
10736 (test_cli_inferior): Likewise.
10737 (test_cli_thread): Likewise.
10738 (test_cli_frame): Likewise.
10739 (test_cli_select_frame): Likewise.
10740 (test_cli_up_down): Likewise.
10741 (test_mi_thread_select): Likewise.
10742 (test_mi_stack_select_frame): Likewise.
10743 (test_cli_in_mi_inferior): Likewise.
10744 (test_cli_in_mi_thread): Likewise.
10745 (test_cli_in_mi_frame): Likewise.
10746 (top level): Do not use with_test_prefix_procname.
10747
10748 2016-11-09 Pedro Alves <palves@redhat.com>
10749
10750 * gdb.base/commands.exp (gdbvar_simple_if_test)
10751 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10752 (progvar_simple_if_test, progvar_simple_while_test)
10753 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10754 (infrun_breakpoint_command_test, breakpoint_command_test)
10755 (user_defined_command_test, watchpoint_command_test)
10756 (test_command_prompt_position, deprecated_command_test)
10757 (bp_deleted_in_command, temporary_breakpoint_commands)
10758 (stray_arg0_test, source_file_with_indented_comment)
10759 (recursive_source_test, if_commands_test)
10760 (error_clears_commands_left, redefine_hook_test)
10761 (redefine_backtrace_test): Use proc_with_prefix.
10762 * lib/gdb.exp (proc_with_prefix): New proc.
10763
10764 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10765
10766 * gdb.base/tui-layout.c: New file.
10767 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10768 disassembly window contains very long lines.
10769
10770 2016-11-08 Tom Tromey <tom@tromey.com>
10771
10772 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10773 depend on Python 2.
10774
10775 2016-11-08 Tom Tromey <tom@tromey.com>
10776
10777 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10778 New method.
10779
10780 2016-10-29 Manish Goregaokar <manish@mozilla.com>
10781
10782 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
10783
10784 2016-10-27 Manish Goregaokar <manish@mozilla.com>
10785
10786 * gdb.rust/simple.rs: Add test for univariant enums without
10787 discriminants and for encoded struct-like enums.
10788
10789 2016-10-28 Pedro Alves <palves@redhat.com>
10790
10791 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10792 gdb_test_multiple, tighten regexps and match symtabs and line
10793 tables incrementally.
10794
10795 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
10796
10797 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10798 general.
10799
10800 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
10801
10802 * gdb.base/exec-invalid-sysroot.exp: New file.
10803
10804 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10805
10806 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10807
10808 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10809
10810 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10811
10812 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10813
10814 * gdb.base/killed-outside.exp: Remove $options from a call to
10815 `prepare_for_testing'.
10816
10817 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10818
10819 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10820 Change test message.
10821
10822 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10823
10824 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10825 Update comment.
10826
10827 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10828
10829 * gdb.trace/mi-trace-save.exp: New file.
10830
10831 2016-10-13 Yao Qi <yao.qi@linaro.org>
10832
10833 * gdb.base/code_elim.exp (get_var_address): Remove.
10834 * gdb.base/relocate.exp: Likewise.
10835 * gdb.base/shreloc.exp: Likewise.
10836 * lib/gdb.exp (get_var_address): New.
10837
10838 2016-10-13 Yao Qi <yao.qi@linaro.org>
10839
10840 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10841 floating point tests if $skip_float_test is false.
10842
10843 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
10844
10845 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10846 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10847 argc values.
10848 Add 1 to argc so we guarantee distinct initial/modified argc values.
10849
10850 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10851
10852 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10853
10854 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10855
10856 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10857 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10858 * gdb.arch/vsx-regs.exp: Likewise.
10859
10860 2016-10-07 Yao Qi <yao.qi@linaro.org>
10861
10862 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10863
10864 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10865
10866 * gdb.python/python.exp: Test decode_line("*0").
10867
10868 2016-10-06 Doug Evans <dje@google.com>
10869
10870 * gdb.python/py-value.exp (test_value_creation): Add test for large
10871 unsigned 64-bit value.
10872
10873 2016-10-06 Tom Tromey <tom@tromey.com>
10874
10875 * gdb.compile/compile.exp: Change java tests to rust.
10876 * gdb.base/setshow.exp: Change java tests to rust.
10877 * gdb.base/default.exp: Remove java from language list.
10878 * README (Examples): Update language example.
10879 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10880 test.
10881 * lib/gdb.exp (skip_java_tests): Remove.
10882 * lib/java.exp: Remove.
10883 * gdb.java: Remove.
10884
10885 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10886
10887 * gdb.arch/mips-fcr.exp: New test.
10888 * gdb.arch/mips-fcr.c: Source for the new test.
10889
10890 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10891
10892 * gdb.base/solib-disc.exp: Use `standard_output_file'
10893 throughout.
10894
10895 2016-10-06 Pedro Alves <palves@redhat.com>
10896
10897 * gdb.base/jit-simple-dl.c: New file.
10898 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10899 * gdb.base/jit-simple.c: ... this.
10900 * gdb.base/jit-simple.exp (jit_run): Delete.
10901 (build_jit): New proc.
10902 (jit_test_reread): Recompile either the main program or the shared
10903 library, depending on what is being tested. Skip changing address
10904 if caller wants to. Compare before/after addresses. If testing
10905 standalone, explicitly load the binary. Test "maint info
10906 breakpoints".
10907 (top level): Add "standalone vs shared lib" and "change address"
10908 vs "same address" axes.
10909
10910 2016-10-06 Pedro Alves <palves@redhat.com>
10911
10912 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10913 call.
10914 (jit_run): Delete.
10915 (jit_test_reread): Use with_test_prefix. Reload the main binary
10916 explicitly. Compare the before/after addresses of the JIT
10917 descriptor.
10918
10919 2016-08-15 Doug Evans <dje@google.com>
10920
10921 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10922 for single bitfields is bool.
10923 * gdb.xml/tdesc-regs.exp: Ditto.
10924
10925 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10926
10927 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10928
10929 2016-10-05 Yao Qi <yao.qi@linaro.org>
10930
10931 * lib/gdb.exp (support_complex_tests): Return zero if
10932 gdb_skip_float_test return true.
10933
10934 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10935 Simon Marchi <simon.marchi@ericsson.com>
10936
10937 PR gdb/20487
10938 * gdb.mi/user-selected-context-sync.exp: New file.
10939 * gdb.mi/user-selected-context-sync.c: New file.
10940
10941 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10942 Simon Marchi <simon.marchi@ericsson.com>
10943
10944 PR gdb/20487
10945 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10946 =thread-select-event check.
10947
10948 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10949
10950 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10951 the compulsory L operand changes.
10952 * gdb.arch/powerpc-power.s: Likewise.
10953
10954 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10955
10956 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10957 * gdb.base/jit-attach-pie.c: New file.
10958 * gdb.base/jit-attach-pie.exp: New file.
10959
10960 2016-09-28 Pedro Alves <palves@redhat.com>
10961
10962 * gdb.base/infcall-input.c: New file.
10963 * gdb.base/infcall-input.exp: New file.
10964
10965 2016-09-22 Yao Qi <yao.qi@linaro.org>
10966
10967 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10968 (gdb_exit): Rename it to ...
10969 (gdbserver_gdb_exit): ... Close GDBserver.
10970 (gdb_exit): New proc, call gdbserver_gdb_exit.
10971 (mi_gdb_exit): Likewise.
10972
10973 2016-09-22 Yao Qi <yao.qi@linaro.org>
10974
10975 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10976 path.
10977 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10978 Remove duplication.
10979
10980 2016-09-22 Yao Qi <yao.qi@linaro.org>
10981
10982 * lib/gdbserver-support.exp: Check the existence of
10983 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10984
10985 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10986
10987 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10988
10989 2016-09-21 Tom Tromey <tom@tromey.com>
10990
10991 PR gdb/20604:
10992 * gdb.base/quit.exp: New file.
10993
10994 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10995
10996 * .gitignore: New file.
10997
10998 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
10999
11000 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11001 throughout.
11002
11003 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11004
11005 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11006
11007 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11008
11009 * gdb.cp/casts.cc (decltype): Move it ...
11010 (main): ... with its call to ...
11011 * gdb.cp/casts03.cc: ... a new file.
11012 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11013
11014 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11015
11016 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11017
11018 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11019
11020 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11021 and sync up the test with tests in gas/testsuite/gas/ppc.
11022 * gdb.arch/powerpc-power.exp: Likewise.
11023
11024 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11025
11026 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11027
11028 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11029 Jan Kratochvil <jan.kratochvil@redhat.com>
11030
11031 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11032 make m1's definition to be different from m2's. Use 'dummy' as an
11033 argument for probe 'two'.
11034
11035 2016-09-10 Jon Beniston <jon@beniston.com>
11036
11037 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11038 for sim target.
11039
11040 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11041
11042 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11043 variable declaration.
11044 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11045 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11046 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11047 received HWCAP as its argument.
11048
11049 2016-09-06 Pedro Alves <palves@redhat.com>
11050
11051 * gdb.base/new-ui-pending-input.c: New file.
11052 * gdb.base/new-ui-pending-input.exp: New file.
11053 * gdb.exp (clear_gdb_spawn_id): New procedure.
11054 (with_spawn_id): Check whether gdb_spawn_id exists before
11055 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11056 on exit.
11057
11058 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11059
11060 * gdb.base/float128.c: New file.
11061 * gdb.base/float128.exp: Likewise.
11062 * gdb.base/floatn.c: Likewise.
11063 * gdb.base/floatn.exp: Likewise.
11064
11065 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11066
11067 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11068
11069 2016-09-05 Pedro Alves <palves@redhat.com>
11070
11071 PR backtrace/19927
11072 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11073 unwinders are immediately called as side effect of "source" or
11074 "disable unwinder" commands.
11075 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11076
11077 2016-09-02 Yao Qi <yao.qi@linaro.org>
11078
11079 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11080 is true and $type is "float" or "double".
11081
11082 2016-09-02 Yao Qi <yao.qi@linaro.org>
11083
11084 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11085 true.
11086 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11087 * gdb.base/call-rt-st.exp: Likewise.
11088 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11089 return value instead of gdb,skip_float_test.
11090 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11091 (do_function_calls): Use its return value instead of
11092 gdb,skip_float_test.
11093 * gdb.base/finish.exp: Likewise.
11094 * gdb.base/funcargs.exp: Likewise.
11095 * gdb.base/return.exp: Likewise.
11096 * gdb.base/return2.exp: Likewise.
11097 * gdb.base/varargs.exp: Likewise.
11098 * lib/gdb.exp (gdb_skip_float_test): Change it to
11099 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11100
11101 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11102
11103 * gdb.multi/tids.exp: Test "thread apply all".
11104
11105 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11106
11107 * gdb.base/default.exp (tty): Remove.
11108
11109 2016-08-24 Kevin Buettner <kevinb@redhat.com>
11110
11111 * gdb.python/py-recurse-unwind.c: New file.
11112 * gdb.python/py-recurse-unwind.py: New file.
11113 * gdb.python/py-recurse-unwind.exp: New file.
11114
11115 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11116
11117 * gdb.base/set-inferior-tty.exp: New file.
11118 * gdb.base/set-inferior-tty.c: New file.
11119
11120 2016-08-23 Pedro Alves <palves@redhat.com>
11121
11122 PR gdb/20494
11123 * gdb.base/new-ui-echo.c: New file.
11124 * gdb.base/new-ui-echo.exp: New file.
11125
11126 2016-08-23 Yao Qi <yao.qi@linaro.org>
11127
11128 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11129 gdbserver_spawn.
11130 * gdb.server/connect-without-multi-process.exp (do_test):
11131 Likewise.
11132
11133 2016-08-23 Yao Qi <yao.qi@linaro.org>
11134
11135 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11136 standalone_txt. Delete gdb_txt and standalone_txt on host
11137 and target. Spawn the binary on target. Copy files from
11138 target to host.
11139
11140 2016-08-22 Pedro Alves <palves@redhat.com>
11141
11142 PR gdb/20505
11143 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11144 with_test_prefix. Factor out bits to ...
11145 (test_no_vdso): ... this new procedure.
11146
11147 2016-08-19 Carl Love <cel@us.ibm.com>
11148
11149 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11150 maintaining separate logic for constructing the output path.
11151 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11152 * gdb.arch/ppc-dfp.exp: Likewise.
11153 * gdb.arch/ppc-fp.exp: Likewise.
11154 * gdb.arch/vsx-regs.exp: Likewise.
11155 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11156 binprefix for generating the additional binary files.
11157
11158 2016-08-19 Pedro Alves <palves@redhat.com>
11159
11160 * gdb.trace/mi-trace-frame-collected.exp
11161 (test_trace_frame_collected): On x32, expect two registers.
11162
11163 2016-08-18 Carl Love <cel@us.ibm.com>
11164
11165 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11166 and sync up the test with tests in gas/testsuite/gas/ppc.
11167 * gdb.arch/powerpc-power.exp: Likewise.
11168
11169 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11170
11171 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11172 expected error message.
11173
11174 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11175
11176 * gdb.multi/remove-inferiors.exp: New file.
11177 * gdb.multi/remove-inferiors.c: New file.
11178
11179 2016-08-12 Yao Qi <yao.qi@linaro.org>
11180
11181 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11182 argument list.
11183
11184 2016-08-10 Pedro Alves <palves@redhat.com>
11185
11186 PR gdb/19187
11187 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11188 setup_kfails.
11189
11190 2016-08-09 Pedro Alves <palves@redhat.com>
11191 Simon Marchi <simon.marchi@ericsson.com>
11192
11193 PR gdb/20418
11194 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11195 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11196
11197 2016-08-09 Pedro Alves <palves@redhat.com>
11198
11199 PR mi/20431
11200 * gdb.mi/mi-cmd-error.exp: New file.
11201
11202 2016-08-09 Pedro Alves <palves@redhat.com>
11203
11204 PR gdb/18653
11205 * gdb.base/signals-state-child.c: New file.
11206 * gdb.base/signals-state-child.exp: New file.
11207 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11208
11209 2016-08-09 Pedro Alves <palves@redhat.com>
11210
11211 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11212
11213 2016-08-03 Tom Tromey <tom@tromey.com>
11214
11215 PR python/18565:
11216 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11217
11218 2016-08-01 Yao Qi <yao.qi@linaro.org>
11219
11220 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11221 variable mode to "multi-process" if $multi_process is 1, otherwise
11222 set it to "single-process".
11223
11224 2016-08-01 Yao Qi <yao.qi@linaro.org>
11225
11226 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11227 * gdb.cp/cpexprs.exp: Likewise.
11228 * gdb.cp/m-static.exp: Likewise.
11229
11230 2016-07-26 Tom Tromey <tom@tromey.com>
11231
11232 PR python/20190:
11233 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11234 test.
11235
11236 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11237
11238 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11239 selecting assembly source files.
11240 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11241 assembly source files.
11242 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11243 assembly source files.
11244 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11245 selecting assembly source files.
11246
11247 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11248
11249 * gdb.base/new-ui.exp (do_test_invalid_args): New
11250 procedure.
11251
11252 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11253
11254 * gdb.btrace/reconnect.c: New file.
11255 * gdb.btrace/reconnect.exp: New file.
11256
11257 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11258
11259 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11260 to test_catch_syscall_group.
11261 (test_catch_syscall_group): New.
11262
11263 2016-07-21 Tom Tromey <tom@tromey.com>
11264
11265 * gdb.rust/simple.rs (main): Use empty struct expression.
11266 * gdb.rust/simple.exp: Add tests for empty struct expression.
11267
11268 2016-07-21 Yao Qi <yao.qi@linaro.org>
11269
11270 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11271 if gdb_skip_xml_test is true on some targets.
11272
11273 2016-07-21 Yao Qi <yao.qi@linaro.org>
11274
11275 * gdb.server/solib-list.exp: Unset last_loaded_file.
11276
11277 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11278
11279 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11280 "step into captured_main (args)".
11281
11282 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11283
11284 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11285
11286 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11287
11288 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11289
11290 2016-07-19 Pedro Alves <palves@redhat.com>
11291
11292 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11293 * gdb.opt/inline-bt.exp: Likewise.
11294 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11295 additional_flags=-Winline.
11296 * gdb.opt/inline-locals.exp: Likewise.
11297 * gdb.opt/inline-markers.c (ATTR): Define.
11298 (inlined_fn): Use it.
11299
11300 2016-07-19 Yao Qi <yao.qi@linaro.org>
11301
11302 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11303 (test_with_self): Remove some code. Remove argument executable.
11304 (top-level): Use do_self_tests.
11305
11306 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
11307 Don Breazeal <donb@codesourcery.com>
11308
11309 * gdb.base/maint.exp: Escape paths used in regular expressions.
11310 * gdb.stabs/weird.exp: Likewise.
11311
11312 2016-07-13 Tom Tromey <tom@tromey.com>
11313
11314 PR python/15620, PR python/18620:
11315 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11316 (test_bkpt_events): New procs.
11317
11318 2016-07-13 Tom Tromey <tom@tromey.com>
11319
11320 PR python/17698:
11321 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11322 test.
11323 (test_watchpoints): Likewise.
11324 (test_bkpt_pending): New proc.
11325
11326 2016-07-13 Tom Tromey <tom@tromey.com>
11327
11328 PR cli/18053:
11329 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11330 completion test.
11331
11332 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11333
11334 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11335 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11336 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11337 f_label.
11338 (g): Rename g_end_lbl to g_label.
11339 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11340 low_pc and high_pc.
11341 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11342
11343 2016-07-12 Tom Tromey <tom@tromey.com>
11344
11345 PR python/19293:
11346 * gdb.python/py-unwind-maint.exp: Update tests.
11347
11348 2016-07-12 Yao Qi <yao.qi@linaro.org>
11349
11350 * lib/selftest-support.exp (selftest_setup): Match the output
11351 when captured_main is inlined.
11352
11353 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11354
11355 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11356 New variables.
11357 (print this%a, print this%b, print this): New tests.
11358 * gdb.fortran/derived-types.f90 (this): New object and
11359 initialization.
11360
11361 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11362
11363 * gdb.ada/arraydim.exp: Remove extra directory level in build
11364 directory.
11365
11366 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11367
11368 * lib/ada.exp: Remove extra directory level in build directory.
11369 * gdb.ada/cond_lang.exp: Likewise.
11370 * gdb.ada/exec_changed.exp: Likewise.
11371 * gdb.ada/lang_switch.exp: Likewise.
11372
11373 2016-07-06 Manish Goregaokar <manish@mozilla.com>
11374
11375 * simple.rs: Add test for raw pointer subscripting.
11376 * simple.exp: Add test expectations.
11377
11378 2016-07-05 Yao Qi <yao.qi@linaro.org>
11379
11380 * gdb.mi/mi-reverse.exp: Match =record-started output.
11381
11382 2016-07-01 Pedro Alves <palves@redhat.com>
11383
11384 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11385 procedure.
11386 (jit_reader_test): Test the jit reader's unwinder.
11387 * gdb.base/jithost.c (jit_function_00_code): New global.
11388 (main): Use memcpy to fill in the mmapped code, instead of poking
11389 bytes manually here.
11390 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11391 value.
11392 (read_debug_info): Save the function's range.
11393 (read_sp): New function.
11394 (unwind_frame): Use it. Also unwind RBP.
11395 (get_frame_id): Use read_sp.
11396 (gdb_init_reader): Use calloc instead of malloc.
11397 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11398 parameter. Use gdb_test_multiple.
11399
11400 2016-07-01 Pedro Alves <palves@redhat.com>
11401 Antoine Tremblay <antoine.tremblay@ericsson.com>
11402
11403 * gdb.threads/process-dies-while-detaching.c: New file.
11404 * gdb.threads/process-dies-while-detaching.exp: New file.
11405
11406 2016-07-01 Pedro Alves <palves@redhat.com>
11407
11408 * gdb.multi/watchpoint-multi-exit.c: New file.
11409 * gdb.multi/watchpoint-multi-exit.exp: New file.
11410
11411 2016-06-30 Pedro Alves <palves@redhat.com>
11412
11413 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11414 unset inferior_spawn_id.
11415
11416 2016-06-30 Pedro Alves <palves@redhat.com>
11417
11418 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11419 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11420
11421 2016-06-29 Yao Qi <yao.qi@linaro.org>
11422
11423 * gdb.base/return.c: Add copyright header.
11424
11425 2016-06-29 Tom Tromey <tom@tromey.com>
11426
11427 PR python/20129:
11428 * gdb.python/py-framefilter.exp: Add tests for setting priority
11429 and disabling of non-existent frame filter.
11430
11431 2016-06-29 Yao Qi <yao.qi@linaro.org>
11432
11433 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11434 0x0f07ff.
11435
11436 2016-06-28 Yao Qi <yao.qi@linaro.org>
11437
11438 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11439 triplets. Start gdb, execute catch syscall, and continue. Check
11440 gdb's output to determine catch syscall is supported.
11441
11442 2016-06-27 Manish Goregaokar <manish@mozilla.com>
11443
11444 * gdb.rust/simple.rs: Add test for returning unit in a function.
11445 * gdb.rust/simple.exp: Add expectation for functions returning
11446 unit.
11447
11448 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11449
11450 * gdb.python/py-breakpoint-create-fail.c,
11451 gdb.python/py-breakpoint-create-fail.exp,
11452 gdb.python/py-breakpoint-create-fail.py: New testcase.
11453
11454 2016-06-25 Manish Goregaokar <manish@mozilla.com>
11455
11456 PR gdb/20239
11457 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
11458 * gdb.rust/simple.exp: Add test expectations for new NonZero
11459 tests.
11460
11461 2016-06-24 David Taylor <dtaylor@emc.com>
11462
11463 * gdb.base/offsets.exp: New file.
11464 * gdb.base/offsets.c: New file.
11465
11466 2016-06-23 Tom Tromey <tom@tromey.com>
11467
11468 PR gdb/16483:
11469 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11470 before any filters are loaded.
11471
11472 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11473
11474 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11475 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11476 structs.
11477 * gdb.fortran/derived-type-function.exp: New file.
11478 * gdb.fortran/derived-type-function.f90: New file.
11479
11480
11481 2016-06-21 Pedro Alves <palves@redhat.com>
11482
11483 * gdb.base/new-ui.exp: New file.
11484 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11485 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11486 (with_spawn_id): New procedure.
11487
11488 2016-06-21 Pedro Alves <palves@redhat.com>
11489
11490 * gdb.mi/mi-exec-run.exp: New file.
11491
11492 2016-06-21 Pedro Alves <palves@redhat.com>
11493
11494 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11495 breakpoint command's output on the main UI.
11496 (test_break): New procedure, factored out from calls in the top
11497 level.
11498 (top level): Use foreach_with_prefix to test MI as main UI and as
11499 separate UI.
11500
11501 2016-06-21 Pedro Alves <palves@redhat.com>
11502
11503 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11504 (test_awatch_creation_and_listing)
11505 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11506 Remove 'type' parameter.
11507 (test_watchpoint_all): New parameter mi_mode. Remove
11508 with_test_prefix.
11509 (top level): Use foreach_with_prefix, and add main/separate UI MI
11510 testing axis.
11511
11512 2016-06-21 Pedro Alves <palves@redhat.com>
11513
11514 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11515 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11516 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11517 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11518 (gdb_main_spawn_id, mi_spawn_id): Declare and
11519 comment.
11520 (mi_create_inferior_pty): New procedure,
11521 factored out from default_mi_gdb_start.
11522 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11523 procedures.
11524 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11525 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11526 Use mi_create_inferior_pty.
11527 (mi_gdb_start): Use eval to pass down args list.
11528
11529 2016-06-21 Pedro Alves <palves@redhat.com>
11530
11531 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11532 * gdb.opt/inline-cmds.exp: Add MI tests.
11533
11534 2016-06-21 Pedro Alves <palves@redhat.com>
11535
11536 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11537
11538 2016-06-21 Pedro Alves <palves@redhat.com>
11539
11540 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11541 (top level): Use it instead of mi_execute_to.
11542
11543 2016-06-21 Pedro Alves <palves@redhat.com>
11544
11545 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11546 (cont_handler_str): New.
11547 (signal_stop_handler): Set stop_handler_str instead of printing to
11548 stdout.
11549 (continue_handler): Set cont_handler_str instead of printing to
11550 stdout.
11551 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11552 mi_send_resuming_command. Print stop_handler_str and
11553 cont_handler_str instead of expecting the python events print
11554 directly.
11555
11556 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11557
11558 * gdb.base/jit-reader.exp: New file.
11559 * gdb.base/jithost.c: New file.
11560 * gdb.base/jithost.h: New file.
11561 * gdb.base/jitreader.c : New file.
11562 * gdb.base/jit-protocol.h: New file.
11563
11564 2016-06-17 Yao Qi <yao.qi@linaro.org>
11565
11566 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11567 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11568 and detach-on-fork. Adjust tests.
11569 (top level): Invoke break_cond_on_syscall with combinations of
11570 syscall, follow-fork-mode and detach-on-fork.
11571
11572 2016-06-17 Yao Qi <yao.qi@linaro.org>
11573
11574 * gdb.base/step-over-exit.c: New.
11575 * gdb.base/step-over-exit.exp: New.
11576
11577 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11578
11579 * gdb.base/float.exp: Add target check for nds32*-*-*.
11580 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11581
11582 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11583
11584 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11585 for unsupported target features.
11586 * gdb.base/call-rt-st.exp: Likewise.
11587 * gdb.base/call-sc.exp: Likewise.
11588 * gdb.base/call-signal-resume.exp: Likewise.
11589 * gdb.base/call-strs.exp: Likewise.
11590 * gdb.base/callexit.exp: Likewise.
11591 * gdb.base/callfuncs.exp: Likewise.
11592 * gdb.base/nodebug.exp: Likewise.
11593 * gdb.base/printcmds.exp: Likewise.
11594 * gdb.base/ptype.exp: Likewise.
11595 * gdb.base/structs.exp: Likewise.
11596 * gdb.base/unwindonsignal.exp: Likewise.
11597 * gdb.cp/gdb2495.exp: Likewise.
11598 * gdb.cp/templates.exp: Likewise.
11599 * gdb.cp/virtfunc.exp: Likewise.
11600 * gdb.threads/hand-call-in-threads.exp: Likewise.
11601 * gdb.threads/interrupted-hand-call.exp: Likewise.
11602 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11603
11604 2016-06-10 Tom Tromey <tom@tromey.com>
11605
11606 PR rust/20110:
11607 * gdb.rust/expr.exp: Add test for integer constant larger than
11608 i32.
11609
11610 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11611
11612 * gdb.fortran/nested-funcs.exp: New.
11613 * gdb.fortran/nested-funcs.f90: New.
11614
11615 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11616
11617 * gdb.base/examine-backward.c: New file.
11618 * gdb.base/examine-backward.exp: New file.
11619
11620 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11621
11622 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11623 matching.
11624
11625 2016-06-02 Tom Tromey <tom@tromey.com>
11626
11627 PR python/18984:
11628 * gdb.python/py-shared.exp: Add solib_name test.
11629
11630 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11631
11632 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11633
11634 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11635
11636 PR c++/19893
11637 * gdb.dwarf2/implref.exp: Rename to...
11638 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11639 * gdb.dwarf2/implref-array.c: New file.
11640 * gdb.dwarf2/implref-array.exp: Likewise.
11641 * gdb.dwarf2/implref-global.c: Likewise.
11642 * gdb.dwarf2/implref-global.exp: Likewise.
11643 * gdb.dwarf2/implref-struct.c: Likewise.
11644 * gdb.dwarf2/implref-struct.exp: Likewise.
11645
11646 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11647
11648 * gdb.trace/trace-condition.exp: Add 64bit tests.
11649
11650 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11651
11652 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11653 bits types.
11654 (main): Adapt to 8 to 64 bits types.
11655 * gdb.trace/trace-condition.exp: Add new tests.
11656
11657 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11658
11659 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11660
11661 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11662
11663 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11664 Move condition tests...
11665 * gdb.trace/trace-condition.exp: Here.
11666
11667 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11668
11669 * gdb.trace/trace-condition.exp: Add counter-case tests.
11670
11671 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11672
11673 PR c++/15231
11674 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11675 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11676
11677 2016-05-27 Pedro Alves <palves@redhat.com>
11678
11679 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11680 New procedure.
11681 (top level): Call it, and bail out of DejaGnu is known to be bad.
11682
11683 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11684
11685 * gdb.base/whatis.c: Extend the test case.
11686 * gdb.base/whatis.exp: Add additional tests.
11687
11688 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11689
11690 * gdb.fortran/type.f90: Add pointer variable.
11691 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11692
11693 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11694
11695 * gdb.fortran/vla-type.exp: Fix testcase name.
11696
11697 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11698
11699 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11700
11701 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11702
11703 * gdb.fortran/type.f90: Add nested structures.
11704 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11705 * gdb.fortran/derived-type.exp: Adapt expected output.
11706 * gdb.fortran/vla-type.exp: Adapt expected output.
11707
11708 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11709
11710 * gdb.fortran/whatis_type.exp: Adapt expected output.
11711
11712 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11713
11714 * gdb.fortran/print_type.exp: Fix expected output.
11715 * gdb.fortran/whatis_type.exp: Fix expected output.
11716
11717 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11718
11719 * gdb.fortran/whatis_type.exp: Use multi_line.
11720
11721 2016-05-24 Tom Tromey <tom@tromey.com>
11722
11723 PR python/17386:
11724 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11725 use value as an index.
11726
11727 2016-05-23 Tom Tromey <tom@tromey.com>
11728
11729 PR python/17981:
11730 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11731 no-breakpoint case.
11732
11733 2016-05-24 Pedro Alves <palves@redhat.com>
11734
11735 PR gdb/19828
11736 * gdb.threads/clone-attach-detach.c: New file.
11737 * gdb.threads/clone-attach-detach.exp: New file.
11738
11739 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11740
11741 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11742
11743 2016-05-23 Tom Tromey <tom@tromey.com>
11744
11745 PR python/19438, PR python/18393:
11746 * gdb.python/py-progspace.exp: Add "dir" test.
11747 * gdb.python/py-objfile.exp: Add "dir" test.
11748
11749 2016-05-23 Yao Qi <yao.qi@linaro.org>
11750
11751 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11752 * gdb.arch/thumb2-it.exp: Likewise.
11753
11754 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11755
11756 * gdb.mi/mi-threads-interrupt.c: New file.
11757 * gdb.mi/mi-threads-interrupt.exp: New file.
11758
11759 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11760
11761 PR gdb/18077
11762 * gdb.mi/mi-async-run.exp: New file.
11763 * gdb.mi/mi-async-run.c: New file.
11764
11765 2016-05-17 Tom Tromey <tom@tromey.com>
11766 Manish Goregaokar <manishsmail@gmail.com>
11767
11768 * lib/rust-support.exp: New file.
11769 * lib/gdb.exp (skip_rust_tests): New proc.
11770 (build_executable_from_specs): Handle rust.
11771 * lib/future.exp (gdb_find_rustc): New proc.
11772 (gdb_default_target_compile): Handle rust.
11773 * gdb.rust/expr.exp: New file.
11774 * gdb.rust/generics.exp: New file.
11775 * gdb.rust/generics.rs: New file.
11776 * gdb.rust/methods.exp: New file.
11777 * gdb.rust/methods.rs: New file.
11778 * gdb.rust/modules.exp: New file.
11779 * gdb.rust/modules.rs: New file.
11780 * gdb.rust/simple.exp: New file.
11781 * gdb.rust/simple.rs: New file.
11782
11783 2016-05-17 Tom Tromey <tom@tromey.com>
11784
11785 * gdb.base/default.exp (set language): Add rust.
11786
11787 2016-05-17 Tom Tromey <tom@tromey.com>
11788
11789 * gdb.gdb/unittest.exp: New file.
11790
11791 2016-05-16 Yao Qi <yao.qi@linaro.org>
11792
11793 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11794 shell_prompt. Update shell_prompt_re.
11795
11796 2016-05-12 Doug Evans <dje@google.com>
11797
11798 PR symtab/19999
11799 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11800 $options when building executable.
11801 * gdb.dwarf2/fission-loclists-pie.S: New file.
11802 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11803
11804 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11805
11806 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11807 of [is_remote target],
11808
11809 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11810
11811 * lib/gdb.exp (use_gdb_stub): New procedure.
11812
11813 2016-05-03 Yunlian Jiang <yunlian@google.com>
11814 Doug Evans <dje@google.com>
11815
11816 PR symtab/19914
11817 * gdb.dwarf2/dwp-sepdebug.c: New file.
11818 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11819
11820 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11821
11822 * gdb.base/detach.exp: Remove is_remote check.
11823
11824 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11825
11826 * gdb.base/annota-input-while-running.exp: Don't check for
11827 [is_remote target]. Enable annotations after running to main.
11828 Remove unused "set test..." line.
11829
11830 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11831
11832 * gdb.trace/trace-enable-disable.exp: New file.
11833 * gdb.trace/trace-enable-disable.c: New file.
11834
11835 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11836
11837 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11838 use it in info sharedlibrary test.
11839 * gdb.trace/ftrace-lock.exp: Likewise.
11840 * gdb.trace/ftrace.exp: Likewise.
11841 * gdb.trace/range-stepping.exp: Likewise.
11842 * gdb.trace/trace-break.exp: Likewise.
11843 * gdb.trace/trace-condition.exp: Likewise.
11844 * gdb.trace/trace-mt.exp: Likewise.
11845
11846 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11847
11848 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11849 (gdb_load_shlib): ... this.
11850 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11851 gdb_load_shlib.
11852 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11853 * gdb.base/ctxobj.exp: Likewise.
11854 * gdb.base/dprintf-pending.exp: Likewise.
11855 * gdb.base/dso2dso.exp: Likewise.
11856 * gdb.base/fixsection.exp: Likewise.
11857 * gdb.base/gcore-relro.exp: Likewise.
11858 * gdb.base/gdb1555.exp: Likewise.
11859 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11860 * gdb.base/gnu-ifunc.exp: Likewise.
11861 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11862 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11863 * gdb.base/pending.exp: Likewise.
11864 * gdb.base/print-file-var.exp: Likewise.
11865 * gdb.base/print-symbol-loading.exp: Likewise.
11866 * gdb.base/shlib-call.exp: Likewise.
11867 * gdb.base/shreloc.exp: Likewise.
11868 * gdb.base/so-impl-ld.exp: Likewise.
11869 * gdb.base/solib-disc.exp: Likewise.
11870 * gdb.base/solib-nodir.exp: Likewise.
11871 * gdb.base/solib-overlap.exp: Likewise.
11872 * gdb.base/solib-symbol.exp: Likewise.
11873 * gdb.base/solib-weak.exp (do_test): Likewise.
11874 * gdb.base/sym-file.exp: Likewise.
11875 * gdb.base/symtab-search-order.exp: Likewise.
11876 * gdb.base/type-opaque.exp: Likewise.
11877 * gdb.base/unload.exp: Likewise.
11878 * gdb.base/watchpoint-solib.exp: Likewise.
11879 * gdb.compile/compile.exp: Likewise.
11880 * gdb.cp/gdb2384.exp: Likewise.
11881 * gdb.cp/infcall-dlopen.exp: Likewise.
11882 * gdb.cp/re-set-overloaded.exp: Likewise.
11883 * gdb.fortran/library-module.exp: Likewise.
11884 * gdb.opt/solib-intra-step.exp: Likewise.
11885 * gdb.python/py-finish-breakpoint.exp: Likewise.
11886 * gdb.python/py-shared.exp: Likewise.
11887 * gdb.reverse/solib-precsave.exp: Likewise.
11888 * gdb.reverse/solib-reverse.exp: Likewise.
11889 * gdb.server/solib-list.exp: Likewise.
11890 * gdb.threads/dlopen-libpthread.exp: Likewise.
11891 * gdb.threads/tls-shared.exp: Likewise.
11892 * gdb.threads/tls-so_extern.exp: Likewise.
11893 * gdb.trace/change-loc.exp: Likewise.
11894 * gdb.trace/ftrace-lock.exp: Likewise.
11895 * gdb.trace/ftrace.exp: Likewise.
11896 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11897 * gdb.trace/pending.exp: Likewise.
11898 * gdb.trace/range-stepping.exp: Likewise.
11899 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11900 (strace_info_marker): Likewise.
11901 (strace_probe_marker): Likewise.
11902 (strace_trace_on_same_addr): Likewise.
11903 (strace_trace_on_diff_addr): Likewise.
11904 * gdb.trace/trace-break.exp: Likewise.
11905 * gdb.trace/trace-condition.exp: Likewise.
11906 * gdb.trace/trace-mt.exp: Likewise.
11907
11908 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11909
11910 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11911 result of gdb_remote_download.
11912 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11913 * gdb.base/dso2dso.exp: Likewise.
11914 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11915 * gdb.base/print-file-var.exp: Likewise.
11916 * gdb.base/shlib-call.exp: Likewise.
11917 * gdb.base/shreloc.exp: Likewise.
11918 * gdb.base/solib-overlap.exp: Likewise.
11919 * gdb.base/solib-weak.exp (do_test): Likewise.
11920 * gdb.base/unload.exp: Likewise.
11921
11922 2016-04-27 Yao Qi <yao.qi@linaro.org>
11923
11924 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11925 exists.
11926
11927 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11928
11929 * vla-type.exp: Print structure from toplevel.
11930
11931 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11932
11933 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11934 of dynamic types.
11935 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11936 of dynamic types.
11937
11938 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11939
11940 * gdb.fortran/vla-type.f90: New file.
11941 * gdb.fortran/vla-type.exp: New file.
11942
11943 2016-04-25 Yao Qi <yao.qi@linaro.org>
11944
11945 * gdb.base/branch-to-self.c: New file.
11946 * gdb.base/branch-to-self.exp: New file.
11947
11948 2016-04-22 Yao Qi <yao.qi@linaro.org>
11949
11950 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11951 more after $hex.
11952
11953 2016-04-22 Yao Qi <yao.qi@linaro.org>
11954
11955 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11956 * gdb.base/annota3.exp: Likewise.
11957
11958 2016-04-22 Yao Qi <yao.qi@linaro.org>
11959
11960 * gdb.reverse/step-precsave.exp: Do one step and test program
11961 stops in "callee" and do multiple steps until program goes out
11962 of "callee".
11963 * gdb.reverse/step-reverse.exp: Likewise.
11964
11965 2016-04-22 Yao Qi <yao.qi@linaro.org>
11966
11967 * gdb.trace/signal.exp: Also pass if
11968 $tracepoint_hits($i) > $iterations.
11969
11970 2016-04-22 Yao Qi <yao.qi@linaro.org>
11971
11972 * gdb.trace/signal.c: New file.
11973 * gdb.trace/signal.exp: New file.
11974
11975 2016-04-19 Doug Evans <xdje42@gmail.com>
11976
11977 * gdb.base/bad-file.exp: New file.
11978
11979 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11980
11981 * gdb.dwarf2/implref.exp: New file.
11982
11983 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11984
11985 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11986 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11987 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11988 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11989 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11990 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11991 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11992 * lib/fortran.exp (fortran_int4): New procedure.
11993 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11994 (fortran_logical4): Likewise.
11995
11996 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
11997
11998 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
11999
12000 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12001
12002 * lib/compiler.c: Add Intel specific preprocessor macros.
12003 * lib/compiler.cc: Likewise.
12004
12005 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
12006
12007 * gdb.server/connect-with-no-symbol-file.c: New file.
12008 * gdb.server/connect-with-no-symbol-file.exp: New file.
12009
12010 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12011
12012 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12013
12014 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12015
12016 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12017 standard output directory.
12018
12019 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12020
12021 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12022
12023 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12024
12025 * gdb.btrace/instruction_history.c (loop): Add declaration.
12026
12027 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12028
12029 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12030
12031 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12032
12033 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12034 parentheses to print.
12035 (continue_handler): Likewise.
12036
12037 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12038
12039 * gdb.server/solib-list.exp: Remove is_remote check.
12040 Pass shlib= to gdb_compile. Don't link shared library with
12041 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12042 Run binary filename through "readlink -f" on the target.
12043
12044 2016-04-08 Pedro Alves <palves@redhat.com>
12045
12046 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12047 interpreter filename as argument to gdbserver_spawn.
12048 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12049 Return empty if $last_loaded_file does not exist.
12050
12051 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12052
12053 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12054 * gdb.base/jit-main.c: Use exit after usage.
12055
12056 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12057
12058 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12059 GDBHISTSIZE prior to the tests.
12060 * gdb.base/gdbinit-history.exp: Likewise.
12061
12062 2016-04-07 Pedro Alves <palves@redhat.com>
12063
12064 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12065 instead of build_executable. Use gdb_load_shlibs.
12066
12067 2016-04-07 Yao Qi <yao.qi@linaro.org>
12068
12069 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12070 Execute "si" command.
12071
12072 2016-04-07 Yao Qi <yao.qi@linaro.org>
12073
12074 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12075 number instead of the comments on some line.
12076
12077 2016-04-06 Don Breazeal <donb@codesourcery.com>
12078
12079 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12080 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12081
12082 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12083
12084 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12085 standard_output_file. Remove unused binfile variable.
12086
12087 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
12088
12089 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12090 * gdb.python/py-mi-objfile.exp: Match "list main" output
12091 in console format.
12092
12093 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12094
12095 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12096 absolute.
12097
12098 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12099
12100 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12101 absolute.
12102 * gdb.trace/ftrace.exp: Likewise.
12103 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12104 targets as well.
12105 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12106 (gdb_load_shlibs): Copy libraries to test directory when testing
12107 natively. Only set solib-search-path if testing remotely.
12108 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12109
12110 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12111
12112 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12113 gdb_download. Use it even if the target is not remote.
12114 * gdb.base/jit.exp (compile_jit_test): Likewise.
12115 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12116 output directory if the destination board is local, otherwise use
12117 the standard remote_download from DejaGnu.
12118 (gdb_download): Remove.
12119 (gdb_load_shlibs): Use gdb_remote_download instead of
12120 gdb_download.
12121 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12122 Use gdb_remote_download instead of gdb_download. Use it even if
12123 the target is not remote.
12124 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12125 instead of gdb_download.
12126
12127 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12128
12129 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12130 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12131 run.
12132
12133 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
12134
12135 PR gdb/19820
12136 * gdb.base/printcmds.exp: Add artificial arrays tests.
12137
12138 2016-03-31 Pedro Alves <palves@redhat.com>
12139
12140 PR gdb/19858
12141 * gdb.base/jit-main.c: Include unistd.h.
12142 (ATTACH): Define to 0 if not already defined.
12143 (wait_for_gdb, mypid): New globals.
12144 (WAIT_FOR_GDB): New macro.
12145 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12146 some breakpoint locations.
12147 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12148 New procedures.
12149 (one_jit_test): Add REATTACH parameter, and handle it. Use
12150 continue_to_test_location.
12151 (top level): Test attach, and adjusts calls to one_jit_test.
12152
12153 2016-03-31 Pedro Alves <palves@redhat.com>
12154
12155 PR gdb/19858
12156 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12157 BINSUFFIX parameter, and handle it.
12158 (top level): Adjust calls compile_jit_test.
12159
12160 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
12161
12162 PR python/19743
12163 * gdb.python/py-mi-events-gdb.py: New file.
12164 * gdb.python/py-mi-events.c: New file.
12165 * gdb.python/py-mi-events.exp: New file.
12166
12167 2016-03-30 Yao Qi <yao.qi@linaro.org>
12168
12169 * gdb.reverse/until-precsave.exp: Match function name only.
12170 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12171 Move malloc to a condition block.
12172 * gdb.reverse/until-reverse.exp: Match function name only.
12173
12174 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12175
12176 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12177 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12178 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12179 variable for GPR 0 instead of assuming it is register 0.
12180 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12181 * lib/trace-support.exp: Add s390 registers.
12182
12183 2016-03-29 Yao Qi <yao.qi@linaro.org>
12184
12185 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12186
12187 2016-03-24 Yao Qi <yao.qi@linaro.org>
12188
12189 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12190 test message.
12191
12192 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12193
12194 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12195 maintaining separate logic for constructing the output path.
12196
12197 2016-03-16 Don Breazeal <donb@codesourcery.com>
12198
12199 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12200 Retry fork and waitpid on interrupted system call errors.
12201 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12202 Use with_timeout_factor to increase timeout by factor of 10.
12203
12204 2016-03-15 Don Breazeal <donb@codesourcery.com>
12205
12206 * gdb.cp/scope-err.cc: New test program.
12207 * gdb.cp/scope-err.exp: New test script.
12208 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12209 lines and "set breakpoint here" comment.
12210 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12211 Fixed some whitespace and format issues.
12212 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12213 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12214
12215 2016-03-15 Doug Evans <dje@google.com>
12216
12217 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12218 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12219 All callers updated. Add tests for enums, mixed flags register.
12220
12221 2016-03-15 Doug Evans <dje@google.com>
12222
12223 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12224 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12225
12226 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12227
12228 * gdb.base/default.exp: Add $_as_string to the list of expected
12229 convenience functions.
12230
12231 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12232
12233 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12234
12235 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12236
12237 * gdb.python/py-as-string.exp: New file.
12238 * gdb.python/py-as-string.c: New file.
12239
12240 2016-03-09 Pedro Alves <palves@redhat.com>
12241
12242 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12243 signal" -> "Thread NN received signal" output change.
12244 * gdb.threads/ia64-sigill.exp: Likewise.
12245 * gdb.threads/linux-dp.exp: Likewise.
12246 * gdb.threads/manythreads.exp: Likewise.
12247 * gdb.threads/pending-step.exp: Likewise.
12248 * gdb.threads/print-threads.exp: Likewise.
12249 * gdb.threads/sigstep-threads.exp: Likewise.
12250 * gdb.threads/staticthreads.exp: Likewise.
12251 * gdb.threads/tls.exp: Likewise.
12252
12253 2016-03-09 Pedro Alves <palves@redhat.com>
12254
12255 * gdb.base/command-line-input.exp: New file.
12256
12257 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12258
12259 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12260 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12261 * gdb.trace/pending.exp: Accept leading dot before function name.
12262 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12263 * lib/trace-support.exp: Set registers for ppc.
12264
12265 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12266
12267 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12268 use it for disassembly; accept .main in addition to main in backtrace.
12269
12270 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
12271 Marcin Kościelnicki <koriakin@0x04.net>
12272
12273 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12274 (gdb_recursion_test_ptr): New global variable.
12275 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12276 gdb_recursion_test.
12277 (gdb_c_test): Ditto.
12278
12279 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12280
12281 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12282 ordering.
12283
12284 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12285
12286 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12287 (bar): Add bar_start_lbl label.
12288 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12289 of foo/bar for emitting DWARF and tracing.
12290
12291 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12292
12293 * analyze-racy-logs.py: Set executable bit.
12294
12295 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12296
12297 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12298 (CHECK_TARGET_TMP): Likewise.
12299 (check-single-racy): New rule.
12300 (check-parallel-racy): Likewise.
12301 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12302 (do-check-parallel-racy): New rule.
12303 (check-racy/%.exp): Likewise.
12304 * README (Racy testcases): New section.
12305 * analyze-racy-logs.py: New file.
12306
12307 2016-03-03 Doug Evans <dje@google.com>
12308
12309 * gdb.base/skip.exp: Use with_test_prefix.
12310
12311 2016-03-03 Yao Qi <yao.qi@linaro.org>
12312
12313 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12314 Invoke step_over_syscall "clone" and break_cond_on_syscall
12315 "clone".
12316 * gdb.base/step-over-clone.c: New file.
12317
12318 2016-03-03 Yao Qi <yao.qi@linaro.org>
12319
12320 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12321 code format.
12322
12323 2016-03-03 Yao Qi <yao.qi@linaro.org>
12324
12325 * gdb.base/disp-step-fork.c: Rename to ...
12326 * gdb.base/step-over-fork.c: ... it. New file.
12327 * gdb.base/disp-step-vfork.c: Rename to ...
12328 * gdb.base/step-over-vfork.c: ... it. New file.
12329 * gdb.base/disp-step-syscall.exp: Rename to ...
12330 * gdb.base/step-over-syscall.exp: ... it. New file.
12331 (disp_step_cross_syscall): Rename to ...
12332 (step_over_syscall): ... it.
12333
12334 2016-03-03 Yao Qi <yao.qi@linaro.org>
12335
12336 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12337 If target supports condition evaluation on target, invoke
12338 break_cond_on_syscall for fork and vfork.
12339
12340 2016-03-03 Yao Qi <yao.qi@linaro.org>
12341
12342 * gdb.base/disp-step-syscall.exp: Don't invoke
12343 support_displaced_stepping.
12344 (disp_step_cross_syscall): Test with displaced stepping off and
12345 on if supported.
12346
12347 2016-03-03 Yao Qi <yao.qi@linaro.org>
12348
12349 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12350 proc.
12351 (setup): New proc.
12352 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12353 and setup.
12354
12355 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12356
12357 * gdb.fortran/vla-history.exp: Remove breakpoint.
12358
12359 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12360
12361 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12362 exceeds timeout.
12363
12364 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12365
12366 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12367 breakpoint.
12368
12369 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12370
12371 * gdb.mi/vla.f90: Nullify pointer after declaration.
12372
12373 2016-03-01 Pedro Alves <palves@redhat.com>
12374
12375 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12376
12377 2016-03-01 Pedro Alves <palves@redhat.com>
12378
12379 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12380 before anything else.
12381 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12382 _GNU_SOURCE here.
12383 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12384 before anything else.
12385 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12386
12387 2016-03-01 Pedro Alves <palves@redhat.com>
12388
12389 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12390
12391 2016-03-01 Yao Qi <yao.qi@linaro.org>
12392
12393 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12394 prepare_for_testing.
12395
12396 2016-03-01 Yao Qi <yao.qi@linaro.org>
12397
12398 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12399
12400 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12401
12402 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12403 manually constructing the output path.
12404
12405 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12406
12407 * gdb.arch/s390-stackless.S: New.
12408 * gdb.arch/s390-stackless.exp: New.
12409
12410 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12411
12412 * gdb.dlang/circular.c: New file.
12413 * gdb.dlang/circular.exp: New file.
12414
12415 2016-02-26 Yao Qi <yao.qi@linaro.org>
12416
12417 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12418 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12419 (testcases): Update.
12420
12421 2016-02-26 Yao Qi <yao.qi@linaro.org>
12422
12423 * gdb.reverse/aarch64.c: Rename to ...
12424 * gdb.reverse/insn-reverse.c: ... it.
12425 * gdb.reverse/aarch64.exp: Rename to ...
12426 * gdb.reverse/insn-reverse.exp: ... it.
12427
12428 2016-02-26 Yao Qi <yao.qi@linaro.org>
12429
12430 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12431 (testcase_ftype): New.
12432 (testcases): New array.
12433 (n_testcases): New.
12434 (main): Call each element in testcases.
12435 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12436 (read_testcase): New.
12437 Do the tests in a loop.
12438
12439 2016-02-25 Yao Qi <yao.qi@linaro.org>
12440
12441 * gdb.base/branches.c: Remove.
12442
12443 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12444
12445 PR gdb/13808
12446 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12447
12448 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12449
12450 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12451
12452 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12453
12454 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12455 change x86_64 call_insn to 'callq'.
12456
12457 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12458
12459 * gdb.trace/tfile-avx.c: Move to...
12460 * gdb.trace/tracefile-pseudo-reg.c: Here.
12461 * gdb.trace/tfile-avx.exp: Move to...
12462 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12463
12464 2016-02-24 Gary Benson <gbenson@redhat.com>
12465
12466 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12467 message on attach.
12468
12469 2016-02-23 Doug Evans <dje@google.com>
12470
12471 * gdb.base/skip.c (test_skip): New function.
12472 (end_test_skip_file_and_function): New function.
12473 (test_skip_file_and_function): New function.
12474 * gdb.base/skip1.c (test_skip): New function.
12475 (skip1_test_skip_file_and_function): New function.
12476 * gdb.base/skip.exp: Add tests for new skip options.
12477 * gdb.base/skip-solib.exp: Update expected output.
12478 * gdb.perf/skip-command.cc: New file.
12479 * gdb.perf/skip-command.exp: New file.
12480 * gdb.perf/skip-command.py: New file.
12481
12482 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12483
12484 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12485 info registers pattern.
12486
12487 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12488
12489 * lib/future.exp: Add D support.
12490 (gdb_find_gdc): New proc.
12491 (gdb_default_target_compile): Add D support.
12492
12493 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
12494
12495 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12496 user+system time.
12497 (trace_speed_test): Determine the iteration count for a time
12498 between 15..30 seconds.
12499
12500 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12501
12502 * gdb.arch/i386-mpx-sigsegv.c: New file.
12503 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12504 * gdb.arch/i386-mpx-simple_segv.c: New file.
12505 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12506
12507 2016-02-18 Yao Qi <yao.qi@linaro.org>
12508
12509 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12510 Don't call setup_kfail.
12511
12512 2016-02-18 Yao Qi <yao.qi@linaro.org>
12513
12514 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12515 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12516
12517 2016-02-16 Doug Evans <dje@google.com>
12518
12519 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12520 * gdb.base/skip1.c: Ditto.
12521 * gdb.base/skip.exp: Whitespace cleanup.
12522
12523 2016-02-16 Don Breazeal <donb@codesourcery.com>
12524
12525 PR remote/19496
12526 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12527 Remove kfail for PR remote/19496.
12528
12529 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12530
12531 * lib/gdb.exp (standard_temp_file): Return a path specific to
12532 the runtest invocation.
12533
12534 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12535
12536 * gdb.trace/save-trace.exp: Change relative path to be in the
12537 standard output directory.
12538
12539 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12540
12541 * gdb.arch/i386-prologue.c: Add missing prototypes.
12542
12543 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12544
12545 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12546 * gdb.arch/i386-prologue.exp: Likewise.
12547 * gdb.arch/i386-size.exp: Likewise.
12548
12549 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12550
12551 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12552 define object file path.
12553 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12554 file path.
12555 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12556 standard_output_file to define binfile.
12557
12558 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12559
12560 Fix compatibility with recent gfortran-5.3.1.
12561 * gdb.fortran/vla-history.exp (print vla1 allocated)
12562 (print vla2 allocated, print $2, print $3): Remove
12563 (print $4): Rename to ...
12564 (print $2): ... here.
12565 (print $9): Rename to ...
12566 (print $5): ... here.
12567 (print $10): Rename to ...
12568 (print $6): ... here.
12569 * gdb.fortran/vla.f90: Add pvla initialization.
12570
12571 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12572
12573 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12574 New test.
12575 * gdb.fortran/vla-value-sub.exp: Likewise.
12576
12577 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12578
12579 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12580
12581 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12582
12583 * i386-biarch-core.exp: Define corefile using
12584 standard_output_file.
12585
12586 2016-02-12 Yao Qi <yao.qi@linaro.org>
12587
12588 * gdb.arch/arm-single-step-kernel-helper.c: New.
12589 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12590
12591 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12592
12593 * gdb.btrace/tailcall-only.exp: New.
12594 * gdb.btrace/tailcall-only.c: New.
12595 * gdb.btrace/x86_64-tailcall-only.S: New.
12596 * gdb.btrace/i686-tailcall-only.S: New.
12597
12598 2016-02-11 Pedro Alves <palves@redhat.com>
12599
12600 * README (Parallel testing): Add missing double quotes.
12601
12602 2016-02-11 Pedro Alves <palves@redhat.com>
12603
12604 * README (Parallel testing): New section.
12605 (GDB_PARALLEL): Rewrite.
12606 (FORCE_PARALLEL): Document.
12607
12608 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12609
12610 * gdb.trace/tfile-avx.c: New test.
12611 * gdb.trace/tfile-avx.exp: New test.
12612
12613 2016-02-09 Keith Seitz <keiths@redhat.com>
12614
12615 PR breakpoints/19546
12616 * gdb.base/infcall-exec.c: New file.
12617 * gdb.base/infcall-exec2.c: New file.
12618 * gdb.base/infcall-exec.exp: New file.
12619
12620 2016-02-09 Keith Seitz <keiths@redhat.com>
12621
12622 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12623 (toplevel): Call test_bkpt_address.
12624
12625 2016-02-09 Keith Seitz <keiths@redhat.com>
12626
12627 PR python/19506
12628 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12629 (toplevel): Call test_bkpt_address.
12630
12631 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12632
12633 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12634 to AC_OUTPUT.
12635 * configure: Regenerate.
12636
12637 2016-02-09 Pedro Alves <palves@redhat.com>
12638
12639 PR breakpoints/19548
12640 * gdb.base/execl-update-breakpoints.c (some_function): New
12641 function.
12642 (main): Call it.
12643 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12644 Tighten expected GDB output.
12645
12646 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12647
12648 * Makefile.in (ALL_SUBDIRS): Remove.
12649 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12650 (distclean maintainer-clean realclean): Likewise.
12651 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12652 * configure: Regenerate.
12653 * gdb.ada/Makefile.in: Delete.
12654 * gdb.arch/Makefile.in: Likewise.
12655 * gdb.asm/Makefile.in: Likewise.
12656 * gdb.base/Makefile.in: Likewise.
12657 * gdb.btrace/Makefile.in: Likewise.
12658 * gdb.cell/Makefile.in: Likewise.
12659 * gdb.compile/Makefile.in: Likewise.
12660 * gdb.cp/Makefile.in: Likewise.
12661 * gdb.disasm/Makefile.in: Likewise.
12662 * gdb.dlang/Makefile.in: Likewise.
12663 * gdb.dwarf2/Makefile.in: Likewise.
12664 * gdb.fortran/Makefile.in: Likewise.
12665 * gdb.gdb/Makefile.in: Likewise.
12666 * gdb.go/Makefile.in: Likewise.
12667 * gdb.guile/Makefile.in: Likewise.
12668 * gdb.java/Makefile.in: Likewise.
12669 * gdb.linespec/Makefile.in: Likewise.
12670 * gdb.mi/Makefile.in: Likewise.
12671 * gdb.modula2/Makefile.in: Likewise.
12672 * gdb.multi/Makefile.in: Likewise.
12673 * gdb.objc/Makefile.in: Likewise.
12674 * gdb.opencl/Makefile.in: Likewise.
12675 * gdb.opt/Makefile.in: Likewise.
12676 * gdb.pascal/Makefile.in: Likewise.
12677 * gdb.perf/Makefile.in: Likewise.
12678 * gdb.python/Makefile.in: Likewise.
12679 * gdb.reverse/Makefile.in: Likewise.
12680 * gdb.server/Makefile.in: Likewise.
12681 * gdb.stabs/Makefile.in: Likewise.
12682 * gdb.threads/Makefile.in: Likewise.
12683 * gdb.trace/Makefile.in: Likewise.
12684 * gdb.xml/Makefile.in: Likewise.
12685 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12686 GDB_PARALLEL.
12687 (standard_output_file): Remove check for GDB_PARALLEL, always
12688 return path in outputs/$subdir/$testname.
12689
12690 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12691
12692 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12693 (site.exp): Assign abs_srcdir to tcl's srcdir.
12694
12695 2016-02-04 Yao Qi <yao.qi@linaro.org>
12696
12697 * gdb.base/foll-exec-mode.c: Include limits.h.
12698 (main): Add parameters argc and argv. Get directory from
12699 argv[0].
12700 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12701 compilation.
12702 * gdb.base/foll-exec.c: Include limits.h.
12703 (main): Add parameters argc and argv.
12704 Get directory from argv[0].
12705 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12706 Adjust tests on the number of lines as source code changed.
12707 * gdb.base/foll-vfork-exit.c: Include limits.h.
12708 (main): Add one line of statement before vfork.
12709 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12710 (main): Add parameters argc and argv. Get directory from
12711 argv[0].
12712 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12713 (setup_gdb): Set tbreak to skip some source lines.
12714 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12715 (main): Add parameters argc and argv. Get directory from
12716 argv[0].
12717 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12718 compilation.
12719 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12720 (main): Add parameters argc and argv. Get directory from
12721 argv[0].
12722 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12723 compilation.
12724
12725 2016-02-01 Doug Evans <dje@google.com>
12726
12727 * gdb.base/skip.exp: Clean up multiple references to same test name.
12728
12729 2016-02-01 Pedro Alves <palves@redhat.com>
12730
12731 PR remote/19496
12732 * gdb.threads/forking-threads-plus-breakpoint.exp
12733 (displaced_stepping_supported): New global.
12734 (probe_displaced_stepping_support): New procedure.
12735 (do_test): Add 'displaced' parameter, and use it.
12736 (top level): Check for displaced stepping support. Add displaced
12737 stepping on/off testing axis.
12738
12739 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12740
12741 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12742 pointer. Don't perform further tests on the unassociated pointer
12743 if the first test fails.
12744
12745 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12746
12747 * gdb.base/max-value-size.c: New file.
12748 * gdb.base/max-value-size.exp: New file.
12749 * gdb.base/huge.exp: Disable max-value-size for this test.
12750
12751 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12752
12753 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12754
12755 2016-01-28 Yao Qi <yao.qi@linaro.org>
12756
12757 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12758
12759 2016-01-25 Pedro Alves <palves@redhat.com>
12760
12761 PR threads/19461
12762 * gdb.base/fork-running-state.c: New file.
12763 * gdb.base/fork-running-state.exp: New file.
12764
12765 2016-01-25 Pedro Alves <palves@redhat.com>
12766
12767 PR gdb/19494
12768 * gdb.base/catch-fork-kill.c: New file.
12769 * gdb.base/catch-fork-kill.exp: New file.
12770
12771 2016-01-25 Pedro Alves <palves@redhat.com>
12772
12773 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12774 Delete, moved to lib/gdb.exp.
12775 * gdb.threads/forking-threads-plus-breakpoint.exp
12776 (foreach_with_prefix): Likewise.
12777 * gdb.threads/process-dies-while-handling-bp.exp
12778 (foreach_with_prefix): Likewise.
12779 * lib/gdb.exp (foreach_with_prefix): New procedure.
12780
12781 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12782
12783 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12784 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12785
12786 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12787
12788 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12789 endian targets.
12790
12791 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12792 Pedro Alves <palves@redhat.com>
12793
12794 Fix testsuite compatibility with Guile.
12795 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12796 number.
12797
12798 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12799
12800 Fix testsuite compatibility with Guile.
12801 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12802 (thread 1): New test for backtrace through signal handler.
12803
12804 2016-01-22 Yao Qi <yao.qi@linaro.org>
12805
12806 PR testsuite/19491
12807 * gdb.base/multi-forks.c: Include
12808 ../lib/unbuffer_output.c
12809 (main): Call gdb_unbuffer_output.
12810
12811 2016-01-21 Doug Evans <dje@google.com>
12812
12813 * lib/ada.exp (gdb_compile_ada): Fix typo.
12814
12815 2016-01-21 Joel Brobecker <brobecker@adacore.com>
12816
12817 * gdb.base/break-fun-addr.exp: New file.
12818 * gdb.base/break-fun-addr1.c: New file.
12819 * gdb.base/break-fun-addr2.c: New file.
12820
12821 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12822
12823 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12824 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12825 enum flag values.
12826
12827 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12828
12829 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12830 when GDB can not set the vector return value. Add more comments
12831 for clarification.
12832
12833 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12834
12835 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12836 command.
12837
12838 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12839
12840 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12841
12842 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12843
12844 * Makefile.in (check-single): Pass --status to runtest.
12845 (check/%.exp): Likewise.
12846
12847 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12848
12849 * Makefile.in (check-parallel): Propagate return code from make
12850 do-check-parallel.
12851
12852 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12853
12854 * gdb.trace/ftrace.exp: Fix expected message on continue.
12855 * gdb.trace/pending.exp: Fix expected message on continue.
12856 * gdb.trace/trace-break.exp: Fix expected message on continue.
12857
12858 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12859
12860 * lib/gdb.exp (gdb_test): Remove unused global references.
12861
12862 2016-01-18 Pedro Alves <palves@redhat.com>
12863
12864 * gdb.base/async-shell.exp: Adjust expected output.
12865 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12866 * gdb.base/siginfo-thread.exp: Adjust expected output.
12867 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12868 * gdb.java/jnpe.exp: Adjust expected output.
12869 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12870 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12871 * gdb.threads/leader-exit.exp: Adjust expected output.
12872 * gdb.threads/manythreads.exp: Adjust expected output.
12873 * gdb.threads/pthreads.exp: Adjust expected output.
12874 * gdb.threads/schedlock.exp: Adjust expected output.
12875 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12876 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12877 expected output.
12878 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12879 output.
12880 * gdb.threads/sigthread.exp: Adjust expected output.
12881 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12882
12883 2016-01-18 Yao Qi <yao.qi@linaro.org>
12884
12885 * gdb.guile/scm-section-script.c: Replace @progbits with
12886 %progbits.
12887 * gdb.python/py-section-script.c: Likewise.
12888
12889 2016-01-15 Pedro Alves <palves@redhat.com>
12890
12891 * gdb.multi/tids.exp: Test star wildcard ranges.
12892
12893 2016-01-15 Pedro Alves <palves@redhat.com>
12894
12895 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12896 command from "thread apply" invocation.
12897 (thr_apply_info_thr_invalid): Default the expected output to the
12898 input tid list.
12899 (top level): Add tests that use convenience variables. Add tests
12900 for "thread apply" with a valid TID list, but missing the command.
12901
12902 2016-01-13 Pedro Alves <palves@redhat.com>
12903
12904 * gdb.base/default.exp: Expect $_gthread as well.
12905 * gdb.multi/tids.exp: Test $_gthread.
12906 * gdb.threads/thread-specific.exp: Test $_gthread.
12907
12908 2016-01-13 Pedro Alves <palves@redhat.com>
12909
12910 * gdb.multi/tids.exp: Test "info threads -gid".
12911
12912 2016-01-13 Pedro Alves <palves@redhat.com>
12913
12914 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12915 Breakpoint.thread.
12916 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12917
12918 2016-01-07 Pedro Alves <palves@redhat.com>
12919
12920 * gdb.base/break.exp: Adjust to output changes.
12921 * gdb.base/hbreak2.exp: Likewise.
12922 * gdb.base/sepdebug.exp: Likewise.
12923 * gdb.base/watch_thread_num.exp: Likewise.
12924 * gdb.linespec/keywords.exp: Likewise.
12925 * gdb.multi/info-threads.exp: Likewise.
12926 * gdb.threads/thread-find.exp: Likewise.
12927 * gdb.multi/tids.c: New file.
12928 * gdb.multi/tids.exp: New file.
12929
12930 2016-01-13 Pedro Alves <palves@redhat.com>
12931
12932 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12933
12934 2016-01-13 Pedro Alves <palves@redhat.com>
12935
12936 * gdb.base/default.exp: Expect $_inferior as well.
12937 * gdb.multi/base.exp: Test $_inferior.
12938
12939 2016-01-13 Pedro Alves <palves@redhat.com>
12940
12941 PR breakpoints/19388
12942 * gdb.base/catch-signal-siginfo-cond.c: New file.
12943 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12944
12945 2016-01-12 Josh Stone <jistone@redhat.com>
12946 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12947
12948 * gdb.base/catch-syscall.c (do_execve): New variable.
12949 (main): Conditionally trigger an execve.
12950 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12951 (test_catch_syscall_execve): New, check entry/return across execve.
12952 (do_syscall_tests): Call test_catch_syscall_execve.
12953
12954 2016-01-12 Pedro Alves <palves@redhat.com>
12955
12956 * gdb.base/random-signal.exp (do_test): New procedure, with body
12957 of testcase moved in.
12958
12959 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12960 Pedro Alves <palves@redhat.com>
12961
12962 * gdb.base/funcargs.exp (finish from indirectly called function):
12963 Reintroduce the case for 'First'.
12964
12965 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12966 Pedro Alves <palves@redhat.com>
12967
12968 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12969 (tcatch_vfork_then_child_follow_exec)
12970 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12971 identification.
12972
12973 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12974
12975 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12976 and repeats to unlimited.
12977 * gdb.python/py-value.exp: Likewise.
12978 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12979 and repeats to unlimited.
12980
12981 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12982
12983 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12984 and reordering the functions.
12985 * gdb.multi/hangout.c: Likewise.
12986 * gdb.multi/hello.c: Likewise.
12987
12988 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12989
12990 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12991 absolute.
12992 (SingleStatisticTestResult.report): Use dict.keys instead of
12993 dict.iterkeys.
12994
12995 2016-01-06 Pedro Alves <palves@redhat.com>
12996
12997 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
12998
12999 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13000
13001 * gdb.btrace/dlopen.exp: New.
13002 * gdb.btrace/dlopen.c: New.
13003 * gdb.btrace/dlopen-dso.c: New.
13004
13005 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13006
13007 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13008 PATTERN argument is optional.
13009
13010 2015-12-24 Joel Brobecker <brobecker@adacore.com>
13011
13012 * lib/ada.exp (target_compile_ada_from_dir): New function.
13013 (gdb_compile_ada): Reimplement avoiding the use of project files.
13014 * gdb.ada/gnat_ada.gpr: Delete.
13015 * gdb.ada/cond_lang.exp: Adjust test to make path before
13016 filename optional.
13017 * gdb.ada/small_reg_param.exp: Likewise.
13018
13019 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13020
13021 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13022
13023 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13024
13025 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13026 case.
13027
13028 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13029
13030 * gdb.base/break.exp: Remove dead code.
13031 * gdb.base/sepdebug.exp: Likewise.
13032
13033 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13034
13035 * gdb.asm/asm-source.exp: Remove HP-UX references.
13036 * gdb.base/annota1.exp: Likewise.
13037 * gdb.base/annota3.exp: Likewise.
13038 * gdb.base/attach.exp: Likewise.
13039 * gdb.base/bigcore.exp: Likewise.
13040 * gdb.base/break.exp: Likewise.
13041 * gdb.base/call-ar-st.exp: Likewise.
13042 * gdb.base/callfuncs.exp: Likewise.
13043 * gdb.base/catch-fork-static.exp: Likewise.
13044 * gdb.base/display.exp: Likewise.
13045 * gdb.base/foll-exec-mode.exp: Likewise.
13046 * gdb.base/foll-exec.exp: Likewise.
13047 * gdb.base/foll-fork.exp: Likewise.
13048 * gdb.base/foll-vfork.exp: Likewise.
13049 * gdb.base/funcargs.exp: Likewise.
13050 * gdb.base/hbreak2.exp: Likewise.
13051 * gdb.base/inferior-died.exp: Likewise.
13052 * gdb.base/interrupt.exp: Likewise.
13053 * gdb.base/multi-forks.exp: Likewise.
13054 * gdb.base/nodebug.exp: Likewise.
13055 * gdb.base/sepdebug.exp: Likewise.
13056 * gdb.base/solib1.c: Likewise.
13057 * gdb.base/step-test.exp: Likewise.
13058 * gdb.mi/non-stop.c: Likewise.
13059 * gdb.mi/pthreads.c: Likewise.
13060 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13061 * gdb.threads/pthreads.c: Likewise.
13062 * gdb.threads/staticthreads.exp: Likewise.
13063 * lib/future.exp: Likewise.
13064 * lib/gdb.exp: Likewise.
13065 * gdb.base/so-indr-cl.c: Remove.
13066 * gdb.base/so-indr-cl.exp: Likewise.
13067 * gdb.base/solib.c: Likewise.
13068 * gdb.base/solib.exp: Likewise.
13069 * gdb.base/solib2.c: Likewise.
13070
13071 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13072
13073 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13074 * gdb.base/call-ar-st.exp: Likewise.
13075 * gdb.base/callfuncs.exp: Likewise.
13076 * gdb.base/condbreak.exp: Likewise.
13077 * gdb.base/constvars.exp: Likewise.
13078 * gdb.base/hbreak2.exp: Likewise.
13079 * gdb.base/langs.exp: Likewise.
13080 * gdb.base/list.exp: Likewise.
13081 * gdb.base/long_long.exp: Likewise.
13082 * gdb.base/ptype.exp: Likewise.
13083 * gdb.base/scope.exp: Likewise.
13084 * gdb.base/signals.exp: Likewise.
13085 * gdb.base/so-impl-ld.exp: Likewise.
13086 * gdb.base/varargs.exp: Likewise.
13087 * gdb.base/volatile.exp: Likewise.
13088 * gdb.base/whatis.exp: Likewise.
13089 * gdb.cp/cplusfuncs.exp: Likewise.
13090 * gdb.cp/inherit.exp: Likewise.
13091 * gdb.cp/local.exp: Likewise.
13092 * gdb.cp/member-ptr.exp: Likewise.
13093 * gdb.cp/method.exp: Likewise.
13094 * gdb.cp/overload.exp: Likewise.
13095 * gdb.cp/templates.exp: Likewise.
13096 * gdb.stabs/weird.exp: Likewise.
13097 * lib/compiler.c: Likewise.
13098 * lib/compiler.cc: Likewise.
13099 * lib/cp-support.exp: Likewise.
13100 * lib/gdb.exp: Likewise.
13101
13102 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13103
13104 * configure.ac: Remove HP-UX case.
13105 * configure: Regenerate.
13106
13107 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13108
13109 * lib/gdb.exp (gdb_compile): Add function doc.
13110
13111 2015-12-17 Pedro Alves <palves@redhat.com>
13112
13113 PR threads/19354
13114 * gdb.multi/info-threads.exp: New file.
13115
13116 2015-12-15 Yao Qi <yao.qi@linaro.org>
13117
13118 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13119 is aarch64*-*-*.
13120
13121 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13122
13123 * gdb.base/history-duplicates.exp: Skip if no readline support.
13124
13125 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13126
13127 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13128
13129 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13130
13131 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13132
13133 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13134
13135 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13136 ctrl-C if nointerrupts target property is set.
13137 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13138 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13139 * gdb.base/paginate-bg-execution.exp: Likewise.
13140 * gdb.base/paginate-execution-startup.exp: Likewise.
13141 * gdb.base/random-signal.exp: Likewise.
13142 * gdb.base/range-stepping.exp: Likewise.
13143 * gdb.cp/annota2.exp: Likewise.
13144 * gdb.cp/annota3.exp: Likewise.
13145 * gdb.gdb/selftest.exp: Likewise.
13146 * gdb.threads/continue-pending-status.exp: Likewise.
13147 * gdb.threads/leader-exit.exp: Likewise.
13148 * gdb.threads/manythreads.exp: Likewise.
13149 * gdb.threads/pthreads.exp: Likewise.
13150 * gdb.threads/schedlock.exp: Likewise.
13151 * gdb.threads/sigthread.exp: Likewise.
13152
13153 2015-12-11 Don Breazeal <donb@codesourcery.com>
13154
13155 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13156 remote.
13157 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13158 * gdb.base/foll-exec.exp (main): Enable for target remote.
13159 * gdb.base/foll-fork.exp (main): Likewise.
13160 * gdb.base/foll-vfork.exp (main): Likewise.
13161 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13162 (proc continue_to_exit_bp_loc): Use clean_restart.
13163 * gdb.base/pie-execl.exp (main): Disable for target remote.
13164 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13165 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13166 * gdb.threads/execl.exp (main): Likewise.
13167 * gdb.threads/fork-child-threads.exp (main): Likewise.
13168 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13169 remote.
13170 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13171 remote.
13172 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13173 pid.tid style ptids, instead of just tid.
13174 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13175 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13176 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13177 ptids, instead of just tid.
13178
13179 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13180
13181 * gdb.base/list.exp (test_list_forward): Add end of file error
13182 test.
13183 (test_repeat_list_command): Add end of file error test.
13184 (test_list_backwards): Add beginning of file error test.
13185
13186 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13187
13188 * gdb.base/list.exp (test_list_invalid_args): New function,
13189 defined, and called.
13190
13191 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13192
13193 * gdb.base/list.exp (test_list): Make test names unique.
13194
13195 2015-12-11 Yao Qi <yao.qi@linaro.org>
13196
13197 * gdb.base/coremaker2.c: Remove.
13198
13199 2015-12-10 Pedro Alves <palves@redhat.com>
13200
13201 * gdb.multi/base.exp: Remove stale "spaces" references.
13202
13203 2015-12-10 Pedro Alves <palves@redhat.com>
13204
13205 * gdb.multi/base.exp: Don't use nowarnings.
13206 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13207 * gdb.multi/hangout.c: Include stdio.h.
13208 * gdb.multi/hello.c: Include stdlib.h.
13209 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13210 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13211 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13212
13213 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13214
13215 * gdb.dwarf2/dw2-ranges-base.c: New file.
13216 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13217 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13218 support additional line table, and debug ranges generation.
13219 (Dwarf::ranges): New function, generate .debug_ranges.
13220 (Dwarf::lines): Support generating simple line table programs.
13221 (Dwarf::assemble): Initialise new namespace variables.
13222
13223 2015-12-09 Kevin Buettner <kevinb@redhat.com>
13224
13225 * gdb.base/async.exp (proc test_background): Add case for
13226 asynchronous execution not supported.
13227
13228 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
13229
13230 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13231 format and change test names to make them unique.
13232
13233 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13234 Pedro Alves <pedro@redhat.com>
13235
13236 PR gdb/18702
13237 Add checking of floatformats setup on x86_64 hosts.
13238 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13239 (smallval, bigval): New labels/constants.
13240 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13241 float" after loading bigval and smallval.
13242
13243 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13244
13245 * gdb.ada/fun_overload_menu.exp: New testcase.
13246 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13247
13248 2015-12-04 Josh Stone <jistone@redhat.com>
13249
13250 * gdb.base/catch-fork-static.exp: New.
13251
13252 2015-12-03 Yao Qi <yao.qi@linaro.org>
13253
13254 * gdb.base/sizeof.c: Don't include stdio.h and
13255 ../lib/unbuffer_output.c.
13256 (main): New variable 'size' and 'value'. Remove printf and
13257 gdb_unbuffer_output. Assign return value to size and value.
13258 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13259 at the beginning.
13260 (check_sizeof): Check the result by printing variable 'size'.
13261 (check_valueof): Check the result by printing variable 'value'.
13262
13263 2015-12-01 Yao Qi <yao.qi@linaro.org>
13264
13265 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13266 for aarch64*-*-linux* target.
13267
13268 2015-11-30 Pedro Alves <palves@redhat.com>
13269
13270 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13271
13272 2015-11-30 Pedro Alves <palves@redhat.com>
13273
13274 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13275 Handle non-stop mode vCont replies.
13276
13277 2015-11-30 Pedro Alves <palves@redhat.com>
13278
13279 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13280 prepare_for_testing. Start gdb with "set non-stop on" appended to
13281 GDBFLAGS. Lax expected stop output.
13282
13283 2015-11-27 Yao Qi <yao.qi@linaro.org>
13284
13285 * gdb.arch/arm-neon.exp: New.
13286 * gdb.arch/arm-neon.c: New.
13287
13288 2015-11-27 Yao Qi <yao.qi@linaro.org>
13289
13290 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13291
13292 2015-11-27 Yao Qi <yao.qi@linaro.org>
13293
13294 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13295 frames-invalid annotation.
13296
13297 2015-11-27 Yao Qi <yao.qi@linaro.org>
13298
13299 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13300
13301 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13302
13303 * gdb.threads/names.exp: New file.
13304 * gdb.threads/names.c: New file.
13305 * README: Mention gdb,no_thread_names.
13306
13307 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13308
13309 PR 19297
13310 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13311 support" error.
13312
13313 2015-11-24 Pedro Alves <palves@redhat.com>
13314
13315 PR 17539
13316 * gdb.base/display.exp: Expect displays to be sorted in ascending
13317 order. Use multi_line.
13318 * gdb.base/solib-display.exp: Likewise.
13319
13320 2015-11-24 Pedro Alves <palves@redhat.com>
13321
13322 PR 17539
13323 * gdb.base/display.exp: Expect displays to be sorted in ascending
13324 order. Use multi_line.
13325 * gdb.base/solib-display.exp: Likewise.
13326
13327 2015-11-24 Pedro Alves <palves@redhat.com>
13328
13329 PR 17539
13330 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13331 threads in ascending order.
13332 * gdb.base/foll-fork.exp: Likewise.
13333 * gdb.base/foll-vfork.exp: Likewise.
13334 * gdb.base/multi-forks.exp: Likewise.
13335 * gdb.mi/mi-nonstop.exp: Likewise.
13336 * gdb.mi/mi-nsintrall.exp: Likewise.
13337 * gdb.multi/base.exp: Likewise.
13338 * gdb.multi/multi-arch.exp: Likewise.
13339 * gdb.python/py-inferior.exp: Likewise.
13340 * gdb.threads/break-while-running.exp: Likewise.
13341 * gdb.threads/execl.exp: Likewise.
13342 * gdb.threads/gcore-thread.exp: Likewise.
13343 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13344 * gdb.threads/kill.exp: Likewise.
13345 * gdb.threads/linux-dp.exp: Likewise.
13346 * gdb.threads/multiple-step-overs.exp: Likewise.
13347 * gdb.threads/next-bp-other-thread.exp: Likewise.
13348 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13349 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13350 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13351 * gdb.threads/thread-find.exp: Likewise.
13352 * gdb.threads/tls.exp: Likewise.
13353 * lib/mi-support.exp (mi_reverse_list): Delete.
13354 (mi_check_thread_states): No longer reverse list.
13355
13356 2015-11-24 Pedro Alves <palves@redhat.com>
13357
13358 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13359 use lowercase.
13360
13361 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13362
13363 * gdb.trace/actions.c: Include trace-common.h.
13364 (main): Add a location for a fast tracepoint.
13365 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13366 the normal tracepoints.
13367 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13368
13369 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13370
13371 * save-trace.exp: Factor out code to these...
13372 (gdb_save_tracepoints): New.
13373 (gdb_load_tracepoints): New.
13374 (do_save_load_test): New.
13375
13376 2015-11-23 Kevin Buettner <kevinb@redhat.com>
13377
13378 * gdb.base/asmlabel.exp: New test.
13379 * gdb.base/asmlabel.c: New test case.
13380
13381 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13382
13383 * gdb.base/wrong_frame_bt_full-main.c: New file.
13384 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13385 * gdb.base/wrong_frame_bt_full.exp: New file.
13386
13387 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13388
13389 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13390
13391 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13392
13393 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
13394 pstate register when comparing registers values in
13395 sparc64-*-linux-gnu targets to avoid spurious differences.
13396
13397 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13398
13399 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
13400
13401 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13402
13403 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13404 as type argument to gdb_compile.
13405 * gdb.base/nested-subp2.exp: Likewise.
13406 * gdb.base/nested-subp3.exp: Likewise.
13407
13408 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13409
13410 * lib/dwarf.exp (_note): Fix left shift of negative value.
13411 * gdb.trace/trace-condition.exp: Likewise.
13412
13413 2015-11-13 Yao Qi <yao.qi@linaro.org>
13414
13415 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13416 comments about d10v.
13417 (test_scalar_returns): Likewise.
13418 * gdb.base/d10v.ld: Remove.
13419 * gdb.base/overlays.exp: Remove the target triplet checking for
13420 d10v-*-*.
13421 * gdb.base/structs.exp (test_struct_returns): Remove the
13422 comments about d10v.
13423 (test_struct_calls): Likewise.
13424
13425 2015-11-13 Yao Qi <yao.qi@linaro.org>
13426
13427 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13428 * gdb.base/gnu_vector.c: Don't include stdio.h.
13429 (main): Don't print res and call add_some_intvecs.
13430
13431 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13432
13433 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13434 macro.
13435 (func5): Removed.
13436 (func4): Use FAST_TRACEPOINT_LABEL.
13437 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13438 macro.
13439 (func): Removed.
13440 (thread_function): Use FAST_TRACEPOINT_LABEL.
13441 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13442 (func): Remove.
13443 (marker): Use FAST_TRACEPOINT_LABEL.
13444 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13445 (pendfunc1): Remove.
13446 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13447 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13448 (foo): Remove.
13449 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13450 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13451 macro.
13452 (func): Remove.
13453 (marker): Use FAST_TRACEPOINT_LABEL.
13454 * gdb.trace/trace-common.h: New header.
13455 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13456 macro.
13457 (func): Remove.
13458 (marker): Use FAST_TRACEPOINT_LABEL.
13459 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13460 (func): Remove.
13461 (thread_function): Use FAST_TRACEPOINT_LABEL.
13462
13463 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13464
13465 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13466 in front.
13467 * gdb.trace/change-loc.exp: Use global pcreg definition.
13468 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13469 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13470 in front.
13471 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13472 * gdb.trace/pending.exp: Likewise.
13473 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13474 * gdb.trace/trace-break.exp: Likewise.
13475 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13476 in front.
13477 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13478 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13479 in front.
13480 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13481
13482 2015-11-09 Joel Brobecker <brobecker@adacore.com>
13483
13484 * gdb.ada/fin_fun_out: New testcase.
13485
13486 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13487
13488 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13489 value associated with DW_AT_byte_size.
13490 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13491 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13492 DW_AT_upper_bound.
13493
13494 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13495
13496 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13497 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13498 version.
13499 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13500 gdb.dwarf2/dw2-canonicalize-type.exp,
13501 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13502 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13503 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13504 provided by gdb_target_symbol_prefix_flags_asm.
13505 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13506 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13507 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13508 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13509 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13510 macros where needed). Use this macro for symbols which require
13511 the prefix provided by SYMBOL_PREFIX.
13512
13513 2015-11-05 Kevin Buettner <kevinb@redhat.com>
13514
13515 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13516 New procs.
13517 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13518 representing expressions, of more than one list element.
13519 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13520 to prepend linker symbol prefix to f.
13521 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13522 table_1 and table_2.
13523 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13524 Likewise, for f and g.
13525 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13526 for ptr.
13527 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13528 for main.
13529 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13530 table_1_ptr and table_2_ptr.
13531
13532 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13533 Joel Brobecker <brobecker@adacore.com>
13534
13535 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13536
13537 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13538
13539 * gdb.reverse/s390-mvcle.c: New test.
13540 * gdb.reverse/s390-mvcle.exp: New file.
13541 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13542
13543 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13544
13545 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13546
13547 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13548
13549 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13550 reaching marker2.
13551 * gdb.reverse/getresuid-reverse.exp: Likewise.
13552 * gdb.reverse/pipe-reverse.exp: Likewise.
13553 * gdb.reverse/readv-reverse.exp: Likewise.
13554 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13555 * gdb.reverse/time-reverse.exp: Likewise.
13556 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13557
13558 2015-10-30 Yao Qi <yao.qi@linaro.org>
13559
13560 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13561 (empty_cycle): Remove.
13562 (main): Don't call empty_cycle. Don't use watch_count_done.
13563 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13564 empty_cycle. Rewrite the code counting HW watchpoints.
13565
13566 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13567
13568 * gdb.reverse/fstatat-reverse.c: New test.
13569 * gdb.reverse/fstatat-reverse.exp: New file.
13570 * gdb.reverse/getresuid-reverse.c: New test.
13571 * gdb.reverse/getresuid-reverse.exp: New file.
13572 * gdb.reverse/pipe-reverse.c: New test.
13573 * gdb.reverse/pipe-reverse.exp: New file.
13574 * gdb.reverse/readv-reverse.c: New test.
13575 * gdb.reverse/readv-reverse.exp: New file.
13576 * gdb.reverse/recvmsg-reverse.c: New test.
13577 * gdb.reverse/recvmsg-reverse.exp: New file.
13578 * gdb.reverse/time-reverse.c: New test.
13579 * gdb.reverse/time-reverse.exp: New file.
13580 * gdb.reverse/waitpid-reverse.c: New test.
13581 * gdb.reverse/waitpid-reverse.exp: New file.
13582
13583 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13584
13585 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13586
13587 2015-10-26 Doug Evans <dje@google.com>
13588
13589 PR symtab/17391
13590 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13591 * gdb.dwarf2/bad-regnum.c: New file.
13592 * gdb.dwarf2/bad-regnum.exp: New file.
13593
13594 2015-10-26 Doug Evans <dje@google.com>
13595
13596 PR python/18938
13597 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13598 file.
13599
13600 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13601
13602 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13603 for a change by "Mention language in compile error message".
13604
13605 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13606
13607 PR python/18073
13608 * gdb.python/py-type.c (C::a_method): New.
13609 (C::a_const_method): New.
13610 (C::a_static_method): New.
13611 (a_function): New.
13612 * gdb.python/py-type.exp (test_fields): Test getting fields
13613 from function and method.
13614
13615 2015-10-21 Keven Boell <keven.boell@intel.com>
13616
13617 * gdb.fortran/vla-alloc-assoc.exp: New file.
13618 * gdb.fortran/vla-datatypes.exp: New file.
13619 * gdb.fortran/vla-datatypes.f90: New file.
13620 * gdb.fortran/vla-history.exp: New file.
13621 * gdb.fortran/vla-ptype-sub.exp: New file.
13622 * gdb.fortran/vla-ptype.exp: New file.
13623 * gdb.fortran/vla-sizeof.exp: New file.
13624 * gdb.fortran/vla-sub.f90: New file.
13625 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13626 * gdb.fortran/vla-value-sub-finish.exp: New file.
13627 * gdb.fortran/vla-value-sub.exp: New file.
13628 * gdb.fortran/vla-value.exp: New file.
13629 * gdb.fortran/vla-ptr-info.exp: New file.
13630 * gdb.mi/mi-vla-fortran.exp: New file.
13631 * gdb.mi/vla.f90: New file.
13632
13633 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13634
13635 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13636 of hardwired timeout value.
13637
13638 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13639 Pedro Alves <palves@redhat.com>
13640
13641 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13642 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13643
13644 2015-10-19 Josh Stone <jistone@redhat.com>
13645
13646 * gdb.base/catch-syscall.c: Include <sched.h>.
13647 (unknown_syscall): New variable.
13648 (main): Trigger a vfork and an unknown syscall.
13649 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13650 (unknown_syscall_number): Likewise.
13651 (check_call_to_syscall): Accept an optional syscall pattern.
13652 (check_return_from_syscall): Likewise.
13653 (check_continue): Likewise.
13654 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13655 (test_catch_syscall_skipping_return): New test toggling off 'catch
13656 syscall' to step over the syscall return, then toggling back on.
13657 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13658 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13659 (do_syscall_tests): Call test_catch_syscall_without_args and
13660 test_catch_syscall_mid_vfork.
13661 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13662 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13663
13664 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
13665
13666 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13667 print g_vE): Add new pass patterns.
13668 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13669 print various symbol names for vptr fields.
13670
13671 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13672
13673 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13674 results.
13675
13676 2015-10-12 Yao Qi <yao.qi@linaro.org>
13677
13678 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13679
13680 2015-10-12 Yao Qi <yao.qi@linaro.org>
13681
13682 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13683 is aarch64*-*-linux*.
13684
13685 2015-10-12 Yao Qi <yao.qi@linaro.org>
13686
13687 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13688 (can_relocate_bcond_true): ... it.
13689 (can_relocate_bcond_false): New function.
13690 (foo): Likewise.
13691 (can_relocate_bl): Likewise.
13692 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13693 can_relocate_bl.
13694
13695 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13696
13697 * gdb.base/nested-addr.c: New file.
13698 * gdb.base/nested-addr.exp: New testcase.
13699
13700 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13701
13702 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13703 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13704 its output. Ignore the output of "record goto begin" and instead
13705 check that GDB is replaying.
13706
13707 2015-10-09 Pedro Alves <palves@redhat.com>
13708
13709 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13710 (top level): Use it in the run with no args test.
13711
13712 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13713
13714 * gdb.dlang/properties.exp: New file.
13715
13716 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13717
13718 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13719 whether or not address 0x1000 is mapped on the target.
13720
13721 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13722
13723 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13724 build.
13725
13726 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13727
13728 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13729 instruction-history test.
13730
13731 2015-09-28 Doug Evans <dje@google.com>
13732
13733 * gdb.base/gcore.c (array_func): Add reference to static_array.
13734
13735 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13736
13737 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13738 source line.
13739
13740 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13741
13742 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13743 short or char as base type.
13744
13745 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13746
13747 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13748 to allow any size enum.
13749
13750 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13751
13752 * gdb.ada/array_ptr_renaming.exp: New testcase.
13753 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13754 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13755
13756 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13757
13758 * gdb.trace/ftrace-lock.c: New file.
13759 * gdb.trace/ftrace-lock.exp: New file.
13760
13761 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13762
13763 * gdb.arch/insn-reloc.c: New file.
13764 * gdb.arch/ftrace-insn-reloc.exp: New file.
13765
13766 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13767
13768 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13769 instruction.
13770 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13771 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13772 * gdb.trace/range-stepping.c: Likewise.
13773 * gdb.trace/trace-break.c: Likewise.
13774 * gdb.trace/trace-mt.c (thread_function): Likewise.
13775 * gdb.trace/ftrace.c (marker): Likewise.
13776 * gdb.trace/trace-condition.c (marker): Likewise.
13777 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13778 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13779 is_aarch64_target.
13780
13781 2015-09-18 Doug Evans <xdje42@gmail.com>
13782
13783 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13784 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13785
13786 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13787
13788 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13789 the breakpoint.
13790
13791 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13792
13793 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13794 the pending breakpoint. Remove timeout override for "Run till
13795 MI pending breakpoint on pendfunc3 on thread 2" test.
13796
13797 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13798
13799 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13800 filename pattern.
13801
13802 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13803
13804 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13805 in breakpoint filename pattern.
13806
13807 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13808
13809 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13810
13811 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13812
13813 * gdb.linespec/explicit.exp: Check for readline support for
13814 tab-completion tests. Fix obvious typo.
13815
13816 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13817
13818 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13819 and replay.
13820
13821 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13822
13823 * gdb.btrace/non-stop.c: New.
13824 * gdb.btrace/non-stop.exp: New.
13825
13826 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13827 Yao Qi <yao.qi@linaro.org>
13828
13829 * gdb.trace/trace-condition.c: New file.
13830 * gdb.trace/trace-condition.exp: New file.
13831
13832 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
13833
13834 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13835 for testing bytecode compilation.
13836
13837 2015-09-16 Pedro Alves <palves@redhat.com>
13838 Sandra Loosemore <sandra@codesourcery.com>
13839
13840 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13841 (SECONDS): Redefine.
13842 (main): Call pthread_kill and alarm early.
13843 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13844 support.
13845 (test): If the target can't hardware step and doesn't support
13846 displaced stepping, increase the timeout.
13847
13848 2015-09-16 Pedro Alves <palves@redhat.com>
13849
13850 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13851 (enable_debug): New procedures.
13852 (test): Use them. Bail out if waiting for threads fails.
13853 (top level): Bail out if a test fails.
13854
13855 2015-09-16 Yao Qi <yao.qi@linaro.org>
13856
13857 * gdb.asm/asm-source.exp: Set asm-arch for
13858 aarch64*-*-* target.
13859 * gdb.asm/aarch64.inc: New file.
13860
13861 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13862
13863 * gdb.ada/array_of_variable_length.exp: New testcase.
13864 * gdb.ada/array_of_variable_length/foo.adb: New file.
13865 * gdb.ada/array_of_variable_length/pck.adb: New file.
13866 * gdb.ada/array_of_variable_length/pck.ads: New file.
13867
13868 2015-09-15 Doug Evans <dje@google.com>
13869
13870 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13871 of function static local variable.
13872
13873 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13874
13875 * gdb.threads/tls-so_extern.exp: New test file.
13876 * gdb.threads/tls-so_extern.c: New test file.
13877 * gdb.threads/tls-so_extern_main.c: New test file.
13878
13879 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13880
13881 * gdb.opt/solib-intra-step-lib.c: New file.
13882 * gdb.opt/solib-intra-step-main.c: New file.
13883 * gdb.opt/solib-intra-step.exp: New file.
13884
13885 2015-09-15 Pedro Alves <palves@redhat.com>
13886
13887 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13888 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13889
13890 2015-09-14 Pedro Alves <palves@redhat.com>
13891
13892 * gdb.base/hook-stop-continue.c: Delete.
13893 * gdb.base/hook-stop-continue.exp: Delete.
13894 * gdb.base/hook-stop-frame.c: Delete.
13895 * gdb.base/hook-stop-frame.exp: Delete.
13896 * gdb.base/hook-stop.c: New file.
13897 * gdb.base/hook-stop.exp: New file.
13898
13899 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13900
13901 * gdb.ada/access_to_packed_array.exp: New testcase.
13902 * gdb.ada/access_to_packed_array/foo.adb: New file.
13903 * gdb.ada/access_to_packed_array/pack.adb: New file.
13904 * gdb.ada/access_to_packed_array/pack.ads: New file.
13905
13906 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13907
13908 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13909 buffer size test.
13910
13911 2015-09-11 Don Breazeal <donb@codesourcery.com>
13912
13913 * gdb.base/foll-exec.c: Add copyright header. Fix
13914 formatting issues.
13915 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13916 (do_exec_tests): Use clean_restart in place of zap_session,
13917 and for test initialization. Fix formatting issues. Use
13918 fail in place of perror.
13919 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13920 an expect statement to match an expression with output from
13921 the program under debug.
13922 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13923 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13924 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13925 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13926 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13927
13928 2015-09-09 Doug Evans <dje@google.com>
13929
13930 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13931
13932 2015-09-09 Doug Evans <dje@google.com>
13933
13934 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13935
13936 2015-09-09 Doug Evans <dje@google.com>
13937
13938 * gdb.base/savedregs.exp: Fix typo.
13939
13940 2015-09-09 Pedro Alves <palves@redhat.com>
13941
13942 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13943
13944 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13945
13946 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13947 command actually switches threads. Give up on remaining
13948 tests if target fails to stop at breakpoint.
13949
13950 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13951
13952 * gdb.ada/funcall_char.exp: New testcase.
13953 * gdb.ada/funcall_char/foo.adb: New file.
13954
13955 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13956
13957 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13958 expected outputs. Add two testcases for completing ambiguous
13959 functions.
13960 * gdb.ada/complete/aux_pck.adb: New file.
13961 * gdb.ada/complete/aux_pck.ads: New file.
13962 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13963 Ambiguous_Func functions.
13964 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13965 * gdb.ada/complete/pck.adb: Likewise.
13966
13967 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13968
13969 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13970 failures to run the test program under GDB.
13971
13972 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
13973
13974 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13975 to C.
13976
13977 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13978
13979 * gdb.base/run-after-attach.exp: New test file.
13980 * gdb.base/run-after-attach.c: New test file.
13981
13982 2015-08-26 Don Breazeal <donb@codesourcery.com>
13983
13984 * gdb.base/foll-exec-2.c: New test program.
13985 * gdb.base/foll-exec-2.exp: New test.
13986
13987 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13988
13989 * gdb.base/nested-subp1.exp: New file.
13990 * gdb.base/nested-subp1.c: New file.
13991 * gdb.base/nested-subp2.exp: New file.
13992 * gdb.base/nested-subp2.c: New file.
13993 * gdb.base/nested-subp3.exp: New file.
13994 * gdb.base/nested-subp3.c: New file.
13995
13996 2015-08-24 Pedro Alves <palves@redhat.com>
13997
13998 * gdb.server/connect-without-multi-process.c: New file.
13999 * gdb.server/connect-without-multi-process.exp: New file.
14000
14001 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14002
14003 * gdb.opt/inline-markers.c: Make z int.
14004
14005 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14006
14007 * gdb.opt/inline-markers.c: Make z volatile.
14008
14009 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14010
14011 * gdb.opt/inline-bt.c: New volatile global z.
14012 * gdb.opt/inline-cmds.c: Likewise.
14013 * gdb.opt/inline-locals.c: Likewise.
14014 * gdb.opt/inline-markers.c: New extern global z.
14015 (marker): Use z.
14016 (inline_fn): Likewise.
14017
14018 2015-08-24 Pedro Alves <palves@redhat.com>
14019
14020 * config/m32r-stub.exp: Remove file.
14021 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14022 * gdb.base/call-rt-st.exp: Likewise.
14023 * gdb.base/call-strs.exp: Likewise.
14024 * gdb.base/default.exp: Remove references to h8300-*-hms and
14025 *-*-udi*.
14026 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14027
14028 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14029
14030 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14031 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14032 and "return" use KFAIL when GDB can not read/write the vector
14033 return value.
14034
14035 2015-08-21 Gary Benson <gbenson@redhat.com>
14036
14037 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14038
14039 2015-08-20 Pedro Alves <palves@redhat.com>
14040
14041 * gdb.server/solib-list.exp: No longer expect an interior stop in
14042 non-stop mode.
14043
14044 2015-08-20 Pedro Alves <palves@redhat.com>
14045
14046 * gdb.server/connect-stopped-target.c: New file.
14047 * gdb.server/connect-stopped-target.exp: New file.
14048
14049 2015-08-20 Pedro Alves <palves@redhat.com>
14050
14051 * gdb.dwarf2/comp-unit-lang.exp: New file.
14052 * gdb.dwarf2/comp-unit-lang.c: New file.
14053
14054 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14055
14056 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14057 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14058
14059 2015-08-19 Kevin Buettner <kevinb@redhat.com>
14060
14061 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14062 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14063
14064 2015-08-18 Doug Evans <dje@google.com>
14065 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14066
14067 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14068 skip_python_tests. New arg prompt_regexp.
14069 (skip_python_tests): New function.
14070 * lib/mi-support.exp (mi_skip_python_tests): New function.
14071 * gdb.python/py-mi-objfile-gdb.py: New file.
14072 * gdb.python/py-mi-objfile.c: New file.
14073 * gdb.python/py-mi-objfile.exp: New file.
14074
14075 2015-08-17 Keith Seitz <keiths@redhat.com>
14076
14077 * gdb.linespec/explicit.exp: Move strace test from here ...
14078 * gdb.trace/strace.exp: ... to here.
14079
14080 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14081
14082 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14083 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14084
14085 2015-08-14 Doug Evans <xdje42@gmail.com>
14086
14087 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14088 inferior before selecting a new file.
14089
14090 2015-08-14 Doug Evans <xdje42@gmail.com>
14091
14092 * gdb.mi/mi-disassemble.exp: Update.
14093 * gdb.base/disasm-optim.S: New file.
14094 * gdb.base/disasm-optim.c: New file.
14095 * gdb.base/disasm-optim.h: New file.
14096 * gdb.base/disasm-optim.exp: New file.
14097
14098 2015-08-14 Keith Seitz <keiths@redhat.com>
14099
14100 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14101 "evaluated-by".
14102
14103 2015-08-13 Joel Brobecker <brobecker@adacore.com>
14104
14105 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14106
14107 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14108
14109 * gdb.ada/fun_renaming.exp: New testcase.
14110 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14111 * gdb.ada/fun_renaming/pack.adb: New file.
14112 * gdb.ada/fun_renaming/pack.ads: New file.
14113
14114 2015-08-12 Keith Seitz <keiths@redhat.com>
14115
14116 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14117 gdb_get_line_number.
14118
14119 2015-08-12 Joel Brobecker <brobecker@adacore.com>
14120
14121 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14122 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14123 gdb.base/dso2dso.exp: New files.
14124
14125 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14126 Pedro Alves <palves@redhat.com>
14127 Keith Seitz <keiths@redhat.com>
14128
14129 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14130 GDBFLAGS.
14131
14132 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14133
14134 * gdb.base/gdbhistsize-history.exp
14135 (test_histsize_history_setting): Use save_vars.
14136 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14137 Use save_vars.
14138 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14139 * gdb.base/readline.exp: Use save_vars.
14140
14141 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14142
14143 * lib/gdb.exp (save_vars): New proc.
14144
14145 2015-08-11 Keith Seitz <keiths@redhat.com>
14146
14147 * gdb.base/help.exp: Update help_breakpoint_text.
14148
14149 2015-08-11 Keith Seitz <keiths@redhat.com>
14150
14151 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14152 (at toplevel): Call test_explicit_breakpoints.
14153 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14154 breakpoints.
14155 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14156 breakpoint conditions, "-cond".
14157
14158 2015-08-11 Keith Seitz <keiths@redhat.com>
14159
14160 * gdb.linespec/3explicit.c: New file.
14161 * gdb.linespec/cpexplicit.cc: New file.
14162 * gdb.linespec/cpexplicit.exp: New file.
14163 * gdb.linespec/explicit.c: New file.
14164 * gdb.linespec/explicit.exp: New file.
14165 * gdb.linespec/explicit2.c: New file.
14166 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14167 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14168 before using in the matching pattern.
14169 Clarify that `prefix' is a regular expression.
14170
14171 2015-08-11 Keith Seitz <keiths@redhat.com>
14172
14173 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14174 test.
14175 Add tests for missing ",FMT" and ",".
14176
14177 2015-08-10 Doug Evans <dje@google.com>
14178 Keith Seitz <keiths@redhat.com>
14179
14180 PR gdb/17960
14181 * gdb.base/completion.exp: Add location completer tests.
14182
14183 2015-08-07 Pedro Alves <palves@redhat.com>
14184
14185 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14186 tests here.
14187 (top level): Run do_test with and without displaced stepping.
14188
14189 2015-08-07 Pedro Alves <palves@redhat.com>
14190
14191 * gdb.base/valgrind-disp-step.c: New file.
14192 * gdb.base/valgrind-disp-step.exp: New file.
14193
14194 2015-08-07 Pedro Alves <palves@redhat.com>
14195
14196 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14197 Delete function.
14198 (main): Add alarm. Run an infinite loop instead of calling
14199 wait_threads.
14200 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14201 comment.
14202 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14203 Delete function.
14204 (main): Add alarm. Run an infinite loop instead of calling
14205 wait_threads.
14206 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14207 comment.
14208
14209 2015-08-07 Pedro Alves <palves@redhat.com>
14210
14211 * gdb.base/checkpoint-ns.exp: New file.
14212 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14213 standard_testfile.
14214
14215 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14216
14217 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14218 * gdb.btrace/instruction_history.exp: Update.
14219 * gdb.btrace/tsx.exp: New.
14220 * gdb.btrace/tsx.c: New.
14221
14222 2015-08-06 Pedro Alves <palves@redhat.com>
14223
14224 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14225 increase timeout.
14226 * gdb.reverse/until-precsave.exp: Bump timeouts.
14227
14228 2015-08-06 Pedro Alves <palves@redhat.com>
14229
14230 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14231
14232 2015-08-06 Pedro Alves <palves@redhat.com>
14233
14234 PR gdb/18749
14235 * gdb.threads/process-dies-while-handling-bp.c: New file.
14236 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14237
14238 2015-08-06 Pedro Alves <palves@redhat.com>
14239
14240 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14241 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14242
14243 2015-08-05 Pedro Alves <palves@redhat.com>
14244
14245 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14246 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14247
14248 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14249
14250 * gdb.base/bp-permanent.exp: Report test as unsupported if
14251 the target cannot stop at the permanent breakpoint.
14252
14253 2015-08-03 Doug Evans <dje@google.com>
14254
14255 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14256 10000.
14257
14258 2015-08-03 Doug Evans <dje@google.com>
14259
14260 * Makefile.in (workers/%.worker, build-perf): New rule.
14261 (GDB_PERFTEST_MODE): New variable.
14262 (check-perf): Use it.
14263 (clean): Clean up gdb.perf parallel build subdirs.
14264 * lib/build-piece.exp: New file.
14265 * lib/gdb.exp (make_gdb_parallel_path): New function
14266 (standard_output_file, standard_temp_file): Call it.
14267 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14268 of $GDB_PARALLEL.
14269 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14270
14271 2015-08-03 Doug Evans <dje@google.com>
14272
14273 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
14274 (LOG_FILE_NAME): New global.
14275 (TextReporter.__init__): Initialize self.txt_sum.
14276 (TextReporter.report): Add support for multiple data-points.
14277 Move report to perftest.sum, put raw data in perftest.log.
14278 (TextReporter.start): Open sum and log files.
14279 (TextReporter.end): Close sum and log files.
14280 * gdb.perf/lib/perftest/testresult.py
14281 (SingleStatisticTestResult.record): Handle multiple data-points.
14282
14283 2015-07-31 Pedro Alves <palves@redhat.com>
14284
14285 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14286 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14287 kill_wait_spawned_process instead of explicit "kill -9".
14288 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14289 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14290 kill_wait_spawned_process.
14291 * gdb.base/attach-twice.exp: Likewise.
14292 * gdb.base/attach.exp: Likewise.
14293 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14294 gdb_test_multiple.
14295 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14296 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14297 kill_wait_spawned_process.
14298 * gdb.base/valgrind-infcall.exp: Likewise.
14299 * gdb.multi/multi-attach.exp: Likewise.
14300 * gdb.python/py-prompt.exp: Likewise.
14301 * gdb.python/py-sync-interp.exp: Likewise.
14302 * gdb.server/ext-attach.exp: Likewise.
14303 * gdb.threads/attach-into-signal.exp (corefunc): Use
14304 spawn_wait_for_attach, spawn_id_get_pid and
14305 kill_wait_spawned_process.
14306 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14307 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14308 spawn_id_get_pid and kill_wait_spawned_process.
14309 * gdb.threads/attach-stopped.exp (corefunc): Use
14310 spawn_wait_for_attach, spawn_id_get_pid and
14311 kill_wait_spawned_process.
14312 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14313 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14314 kill_wait_spawned_process instead of explicit "kill -9".
14315 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14316 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14317 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14318 processes. Don't map cygwin/windows pids here. Now returns a
14319 spawn id list.
14320
14321 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14322
14323 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14324 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14325 correct patch.
14326
14327 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14328
14329 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14330
14331 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14332
14333 Reapply:
14334 2014-05-21 Mark Wielaard <mjw@redhat.com>
14335
14336 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14337
14338 2015-07-30 Pedro Alves <palves@redhat.com>
14339
14340 * linux-low.c (handle_extended_wait): Set the child's last
14341 reported status to TARGET_WAITKIND_STOPPED.
14342
14343 2015-07-30 Pedro Alves <palves@redhat.com>
14344
14345 PR threads/18600
14346 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14347 only shows inferior 1.
14348
14349 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14350 Pedro Alves <palves@redhat.com>
14351
14352 PR threads/18600
14353 * gdb.threads/fork-plus-threads.c: New file.
14354 * gdb.threads/fork-plus-threads.exp: New file.
14355
14356 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14357
14358 * gdb.base/batch-preserve-term-settings.exp
14359 (test_terminal_settings_preserved_after_cli_exit): Use
14360 send_quit_command.
14361
14362 2015-07-29 Pedro Alves <palves@redhat.com>
14363 Don Breazeal <donb@codesourcery.com>
14364
14365 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14366 output from both inferior_spawn_id and gdb_spawn_id.
14367
14368 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14369
14370 * gdb.threads/attach-into-signal.exp (corefunc): Use
14371 with_test_prefix on nested loops, uniquefying the test messages.
14372
14373 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14374
14375 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14376 commit.
14377
14378 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14379
14380 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14381 New proc.
14382 (test_terminal_settings_preserved_after_sigterm): New test.
14383
14384 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14385
14386 * gdb.base/batch-preserve-term-settings.exp
14387 (test_terminal_settings_preserved_after_cli_exit): New test.
14388
14389 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14390
14391 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14392 manipulation of saved_gdbflags.
14393 (test_terminal_settings_preserved): Remove global declaration of
14394 the unused variable pagination_prompt. Remove manipulation of
14395 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14396 GDBFLAGS.
14397
14398 2015-07-29 Pedro Alves <palves@redhat.com>
14399
14400 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14401
14402 2015-07-29 Pedro Alves <palves@redhat.com>
14403
14404 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14405 at the top.
14406
14407 2015-07-29 Pedro Alves <palves@redhat.com>
14408
14409 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14410 (main): Call gdb_unbuffer_output.
14411 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14412 (main): Call gdb_unbuffer_output.
14413 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14414 (main): Call gdb_unbuffer_output.
14415 * gdb.base/call-strs.exp: Adjust to step over the
14416 gdb_unbuffer_output call.
14417 * gdb.base/catch-gdb-caused-signals.c: Include
14418 "../lib/unbuffer_output.c".
14419 (main): Call gdb_unbuffer_output.
14420 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14421 (main): Call gdb_unbuffer_output.
14422 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14423 (main): Call gdb_unbuffer_output.
14424 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14425 (main): Call gdb_unbuffer_output.
14426 * gdb.base/shlib-call.exp: Adjust to step over the
14427 gdb_unbuffer_output call.
14428 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14429 (main): Call gdb_unbuffer_output.
14430 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14431 (main): Call gdb_unbuffer_output.
14432 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14433 (main): Rename to ...
14434 (test): ... this.
14435 (main): Reimplement.
14436 * gdb.base/varargs.exp: Run to test instead of to main.
14437 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14438 (main): Call gdb_unbuffer_output.
14439
14440 2015-07-29 Pedro Alves <palves@redhat.com>
14441
14442 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14443 factore out from mi_continue_dprintf. For call-style dprintfs,
14444 expect dprintf output out of $inferior_spawn_id.
14445 (mi_continue_dprintf): Use mi_expect_dprintf.
14446 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14447 (main): Call gdb_unbuffer_output.
14448
14449 2015-07-29 Pedro Alves <palves@redhat.com>
14450
14451 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14452 (default_mi_gdb_start): Set inferior_spawn_id instead of
14453 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14454 gdb_spawn_id.
14455 (mi_gdb_test): Always expect inferior output from both
14456 $inferior_spawn_id and $gdb_spawn_id.
14457
14458 2015-07-29 Pedro Alves <palves@redhat.com>
14459
14460 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14461 send_inferior and $inferior_spawn_id.
14462
14463 2015-07-29 Pedro Alves <palves@redhat.com>
14464
14465 * gdb.gdb/complaints.exp (test_initial_complaints)
14466 (test_serial_complaints, test_short_complaints): Use
14467 gdb_test_stdio.
14468 (test_empty_complaint): Handle $inferior_spawn_id !=
14469 $gdb_spawn_id.
14470
14471 2015-07-29 Pedro Alves <palves@redhat.com>
14472
14473 * gdb.base/varargs.exp: Use gdb_test_stdio.
14474
14475 2015-07-29 Pedro Alves <palves@redhat.com>
14476
14477 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14478
14479 2015-07-29 Pedro Alves <palves@redhat.com>
14480
14481 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14482
14483 2015-07-29 Pedro Alves <palves@redhat.com>
14484
14485 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14486 parameter into two new parameters, "inf_result" and "gdb_result".
14487 Expect inferior output and gdb output from $inferior_spawn_id and
14488 $gdb_spawn_id, respectively. Adjust all callers.
14489
14490 2015-07-29 Pedro Alves <palves@redhat.com>
14491
14492 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14493 of gdb_test_sequence.
14494
14495 2015-07-29 Pedro Alves <palves@redhat.com>
14496
14497 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14498 (saw_spurious_output): Expect inferior output from
14499 $inferior_spawn_id. Use gdb_test_stdio.
14500
14501 2015-07-29 Pedro Alves <palves@redhat.com>
14502
14503 * gdb.base/dprintf.exp: Use standard_testfile. Change
14504 prepare_for_testing call.
14505 (srcfile): Don't set.
14506 (restart): New procedure.
14507 (test_dprintf): New procecure, use to continue over dprintfs.
14508 (test_call, test_agent): New procedures, tests moved here.
14509 Restart gdb and recreate dprintfs. Adjust expected output.
14510
14511 2015-07-29 Pedro Alves <palves@redhat.com>
14512
14513 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14514
14515 2015-07-29 Pedro Alves <palves@redhat.com>
14516
14517 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14518
14519 2015-07-29 Pedro Alves <palves@redhat.com>
14520
14521 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14522 gdb_test_stdio.
14523
14524 2015-07-29 Pedro Alves <palves@redhat.com>
14525
14526 * lib/gdb.exp (gdb_test_stdio): New procedure.
14527
14528 2015-07-29 Pedro Alves <palves@redhat.com>
14529
14530 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14531
14532 2015-07-29 Pedro Alves <palves@redhat.com>
14533
14534 * gdb.base/call-signal-resume.exp: Remove check for
14535 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14536 * gdb.base/unwindonsignal.exp: Likewise.
14537 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14538 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14539
14540 2015-07-29 Pedro Alves <palves@redhat.com>
14541
14542 * gdb.base/siginfo-addr.c (pass): New function.
14543 (handler): Call it iff si_addr is correct.
14544 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14545 Set a breakpoint at "pass" and continue to it.
14546
14547 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14548
14549 * gdb.python/py-objfile.exp: Make some tests have unique names.
14550 * gdb.python/py-pp-registration.exp: Likewise.
14551
14552 2015-07-28 Pedro Alves <palves@redhat.com>
14553
14554 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14555
14556 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14557
14558 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14559
14560 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14561
14562 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14563
14564 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14565
14566 * gdb.base/gdb-sigterm-2.exp: New test.
14567
14568 2015-07-25 Doug Evans <xdje42@gmail.com>
14569
14570 Revert:
14571 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14572 (workers/%.worker, build-perf): New rule.
14573 (GDB_PERFTEST_MODE): New variable.
14574 (check-perf): Use it.
14575 (clean): Clean up gdb.perf parallel build subdirs.
14576 * lib/build-piece.exp: New file.
14577 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14578 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14579 name.
14580 (standard_temp_file): Ditto.
14581 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14582 of $GDB_PARALLEL.
14583
14584 2015-07-24 Doug Evans <dje@google.com>
14585
14586 * gdb.perf/lib/perftest/utils.py: New file.
14587 * gdb.perf/gm-hello.cc: New file.
14588 * gdb.perf/gm-pervasive-typedef.cc: New file.
14589 * gdb.perf/gm-pervasive-typedef.h: New file.
14590 * gdb.perf/gm-std.cc: New file.
14591 * gdb.perf/gm-std.h: New file.
14592 * gdb.perf/gm-use-cerr.cc: New file.
14593 * gdb.perf/gm-utils.h: New file.
14594 * gdb.perf/gmonster-null-lookup.py: New file.
14595 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14596 * gdb.perf/gmonster-print-cerr.py: New file.
14597 * gdb.perf/gmonster-ptype-string.py: New file.
14598 * gdb.perf/gmonster-runto-main.py: New file.
14599 * gdb.perf/gmonster-select-file.py: New file.
14600 * gdb.perf/gmonster1-null-lookup.exp: New file.
14601 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14602 * gdb.perf/gmonster1-print-cerr.exp: New file.
14603 * gdb.perf/gmonster1-ptype-string.exp: New file.
14604 * gdb.perf/gmonster1-runto-main.exp: New file.
14605 * gdb.perf/gmonster1-select-file.exp: New file.
14606 * gdb.perf/gmonster1.cc: New file.
14607 * gdb.perf/gmonster1.exp: New file.
14608 * gdb.perf/gmonster2-null-lookup.exp: New file.
14609 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14610 * gdb.perf/gmonster2-print-cerr.exp: New file.
14611 * gdb.perf/gmonster2-ptype-string.exp: New file.
14612 * gdb.perf/gmonster2-runto-main.exp: New file.
14613 * gdb.perf/gmonster2-select-file.exp: New file.
14614 * gdb.perf/gmonster2.cc: New file.
14615 * gdb.perf/gmonster2.exp: New file.
14616
14617 2015-07-24 Doug Evans <dje@google.com>
14618
14619 * gdb.perf/README: New file.
14620 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14621 * lib/gen-perf-test.exp: New file.
14622
14623 2015-07-24 Doug Evans <dje@google.com>
14624
14625 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14626 (PerfTest::startup): New function.
14627 (PerfTest::run): Return result of calling body.
14628 (PerfTest::assemble): Rewrite.
14629 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14630 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14631 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14632 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14633 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14634
14635 2015-07-24 Doug Evans <dje@google.com>
14636
14637 * lib/gdb.exp (clean_restart): Make executable optional.
14638
14639 2015-07-24 Doug Evans <dje@google.com>
14640
14641 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14642 compiler_info references.
14643 * gdb.cp/temargs.exp: Ditto.
14644 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14645 (get_compiler_info): Early exit if already computed. Set compiler_info
14646 to "unknown" if there was a problem.
14647 (test_compiler_info): Add function comment. Call get_compiler_info.
14648
14649 2015-07-24 Doug Evans <dje@google.com>
14650
14651 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14652 (workers/%.worker, build-perf): New rule.
14653 (GDB_PERFTEST_MODE): New variable.
14654 (check-perf): Use it.
14655 (clean): Clean up gdb.perf parallel build subdirs.
14656 * lib/build-piece.exp: New file.
14657 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14658 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14659 name.
14660 (standard_temp_file): Ditto.
14661 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14662 of $GDB_PARALLEL.
14663
14664 2015-07-24 Doug Evans <dje@google.com>
14665
14666 * lib/future.exp (gdb_default_target_compile): New option
14667 "early_flags".
14668 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14669 --as-needed.
14670
14671 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14672
14673 * gdb.base/catch-syscall.exp: Call gdb_exit before
14674 gdb_skip_xml_test.
14675
14676 2015-07-24 Pedro Alves <palves@redhat.com>
14677
14678 * gdb.python/py-events.exp: Accept output between the stop event
14679 and the prompt.
14680 * gdb.python/py-evsignal.exp: Likewise.
14681 * gdb.python/py-evthreads.exp: Likewise.
14682
14683 2015-07-24 Pedro Alves <palves@redhat.com>
14684
14685 PR gdb/18717
14686 * gdb.threads/non-ldr-exit.c: New file.
14687 * gdb.threads/non-ldr-exit.exp: New file.
14688
14689 2015-07-24 Yao Qi <yao.qi@linaro.org>
14690
14691 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14692 restarting process.
14693
14694 2015-07-24 Yao Qi <yao.qi@linaro.org>
14695
14696 * gdb.server/ext-restart.exp: New file.
14697
14698 2015-07-24 Yao Qi <yao.qi@linaro.org>
14699
14700 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14701 argument options.
14702 * gdb.server/ext-wrapper.exp: New file.
14703
14704 2015-07-23 Doug Evans <dje@google.com>
14705
14706 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14707 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14708
14709 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14710
14711 * gdb.ada/var_arr_typedef.exp: New testcase.
14712 * gdb.ada/var_arr_typedef/pack.adb: New file.
14713 * gdb.ada/var_arr_typedef/pack.ads: New file.
14714 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14715
14716 2015-07-20 Joel Brobecker <brobecker@adacore.com>
14717
14718 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14719
14720 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14721
14722 * gdb.arch/i386-biarch-core.exp: Replace istarget
14723 by "complete set gnutarget". Remove expectation for the "core-file"
14724 command.
14725
14726 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14727
14728 Revert the previous commit:
14729 Tests for validate symbol file using build-id.
14730
14731 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14732
14733 Tests for validate symbol file using build-id.
14734 * gdb.base/solib-mismatch-lib.c: New file.
14735 * gdb.base/solib-mismatch-libmod.c: New file.
14736 * gdb.base/solib-mismatch.c: New file.
14737 * gdb.base/solib-mismatch.exp: New file.
14738
14739 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14740
14741 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14742 nios2-*-linux*.
14743 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14744 * gdb.base/siginfo.exp: Likewise.
14745 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14746
14747 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14748
14749 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14750 Move it to ...
14751 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14752 ... here.
14753 * gdb.trace/range-stepping.exp: Check that the target supports
14754 range stepping.
14755
14756 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14757
14758 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14759
14760 2015-07-14 Pedro Alves <palves@redhat.com>
14761
14762 * gdb.base/killed-outside.exp: New file.
14763 * gdb.base/killed-outside.c: New file.
14764
14765 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14766
14767 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14768 (n at main): New.
14769 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14770
14771 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14772
14773 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14774 infcall tests instead of setting up for KFAIL.
14775
14776 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14777
14778 * gdb.btrace/record_goto-step.exp: New.
14779
14780 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14781
14782 PR compile/18484
14783 * gdb.compile/compile.c (struct struct_type): Add volatile to
14784 selffield's type.
14785 * gdb.compile/compile.exp
14786 (compile code struct_object.selffield = &struct_object): Skip further
14787 struct_object tests if this one xfails.
14788
14789 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
14790
14791 PR exp/18617
14792 * gdb.trace/ax.exp: Add test.
14793
14794 2015-07-07 Yao Qi <yao.qi@linaro.org>
14795
14796 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14797 instead of istarget "aarch64*-*-*".
14798 * gdb.arch/aarch64-fp.exp: Likewise.
14799 * gdb.base/float.exp: Likewise.
14800 * gdb.reverse/aarch64.exp: Likewise.
14801 * lib/gdb.exp (is_aarch64_target): New proc.
14802
14803 2015-07-07 Yao Qi <yao.qi@linaro.org>
14804
14805 * lib/gdb.exp (is_aarch32_target): New proc.
14806 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14807 instead of "istarget "arm*-*-*"".
14808 * gdb.arch/arm-disp-step.exp: Likewise.
14809 * gdb.arch/thumb-bx-pc.exp: Likewise.
14810 * gdb.arch/thumb-prologue.exp: Likewise.
14811 * gdb.arch/thumb-singlestep.exp: Likewise.
14812 * gdb.base/disp-step-syscall.exp: Likewise.
14813 * gdb.base/float.exp: Likewise.
14814
14815 2015-07-07 Yao Qi <yao.qi@linaro.org>
14816
14817 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14818 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14819
14820 2015-07-07 Yao Qi <yao.qi@linaro.org>
14821
14822 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14823 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14824 if it exists.
14825 * gdb.multi/multi-arch.exp: Likewise.
14826
14827 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14828
14829 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14830 print.
14831
14832 2015-07-07 Yao Qi <yao.qi@linaro.org>
14833
14834 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14835
14836 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14837
14838 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14839 '[' and ']' characters.
14840
14841 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14842
14843 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14844
14845 2015-06-29 Pedro Alves <palves@redhat.com>
14846
14847 PR threads/18127
14848 * gdb.threads/hand-call-new-thread.c: New file.
14849 * gdb.threads/hand-call-new-thread.c: New file.
14850
14851 2015-06-26 Keith Seitz <keiths@redhat.com>
14852 Doug Evans <dje@google.com>
14853
14854 PR 16253
14855 * gdb.cp/var-tag-2.cc: New file.
14856 * gdb.cp/var-tag-3.cc: New file.
14857 * gdb.cp/var-tag-4.cc: New file.
14858 * gdb.cp/var-tag.cc: New file.
14859 * gdb.cp/var-tag.exp: New file.
14860
14861 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14862
14863 * gdb.base/history-duplicates.exp: New test.
14864
14865 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14866
14867 * gdb.base/completion.exp: Test the completion of the "focus"
14868 command.
14869
14870 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14871
14872 * gdb.arch/amd64-prologue-skip.S: New file.
14873 * gdb.arch/amd64-prologue-skip.exp: New file.
14874
14875 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14876
14877 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14878 is_address_zero_readable check.
14879
14880 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14881
14882 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14883 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14884
14885 2015-06-24 Yao Qi <yao.qi@linaro.org>
14886
14887 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14888 linux targets.
14889
14890 2015-06-24 Yao Qi <yao.qi@linaro.org>
14891
14892 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14893 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14894 * gdb.base/siginfo-thread.exp: Likewise.
14895
14896 2015-06-22 Yao Qi <yao.qi@linaro.org>
14897
14898 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14899
14900 2015-06-22 Yao Qi <yao.qi@linaro.org>
14901
14902 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14903 aarch64*-*-*.
14904 (skip_hw_watchpoint_tests): Likewise.
14905
14906 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14907
14908 * gdb.base/gdbinit-history.exp: Test the interaction between
14909 setting GDBHISTSIZE and setting the history size via .gdbinit.
14910
14911 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14912
14913 PR gdb/16999
14914 * gdb.base/gdbhistsize-history.exp: New test.
14915
14916 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14917
14918 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14919 with GDBHISTSIZE.
14920 * gdb.base/readline.exp: Likewise.
14921
14922 2015-06-17 Yao Qi <yao.qi@linaro.org>
14923
14924 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14925 line.
14926
14927 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14928
14929 * gdb.base/gdbinit-history.exp: Add test case to check that
14930 an unlimited history file does not get truncated on exit.
14931
14932 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14933
14934 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14935 (VECTOR): New macro. Use it...
14936 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14937 ...for these typedefs.
14938 (int8, char1, int1, double1): New typedefs.
14939 (struct just_int2, struct two_int2): New structures.
14940 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14941 (add_structvecs, add_singlevecs): New functions.
14942 (main): Call add_some_intvecs twice.
14943 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14944 the compile and exit upon failure. Try compiling for the "native"
14945 architecture. Test inferior function calls with vector arguments
14946 and vector return value handling with "finish" and "return".
14947
14948 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14949
14950 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14951 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14952 PE file.
14953 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14954
14955 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14956
14957 PR breakpoints/16465
14958 * gdb.mi/mi-dprintf-pending.c: New file.
14959 * gdb.mi/mi-dprintf-pending.exp: New test.
14960 * gdb.mi/mi-dprintf-pendshr.c: New file.
14961
14962 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14963 Mircea Gherzan <mircea.gherzan@intel.com>
14964
14965 * gdb.arch/i386-mpx-map.c: New file.
14966 * gdb.arch/i386-mpx-map.exp: New File.
14967
14968 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14969
14970 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14971 * gdb.arch/i386-mpx.exp: Indentation fixed.
14972
14973 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14974
14975 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14976 function and improved indentation.
14977 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14978 gdb_test_multiple. Added additional tests to skip the test.
14979
14980 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14981
14982 * gdb.arch/i386-avx512.c: Change path in include file.
14983 * gdb.arch/i386-avx512.exp: Change include dir path
14984 compilation flag.
14985 * gdb.arch/i386-mpx.c: Change path in include file.
14986 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14987 flag.
14988
14989 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14990
14991 * gdb.compile/compile-print.exp (compile print *vararray@3)
14992 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14993
14994 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14995
14996 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
14997 (do not keep jit in memory): ... this.
14998 (expect 5): Change it to ...
14999 (expect no 5): ... this.
15000
15001 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15002
15003 PR gdb/15564
15004 * gdb.mi/mi-detach.exp: New file.
15005
15006 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15007
15008 PR symtab/18392
15009 * gdb.arch/amd64-tailcall-self.S: New file.
15010 * gdb.arch/amd64-tailcall-self.c: New file.
15011 * gdb.arch/amd64-tailcall-self.exp: New file.
15012
15013 2015-05-28 Don Breazeal <donb@codesourcery.com>
15014
15015 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15016 tests for remote targets by checking is_target_gdbserver.
15017
15018 2015-05-27 Doug Evans <dje@google.com>
15019
15020 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15021 * gdb.dwarf2/opaque-type-lookup.c: New file.
15022 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15023
15024 2015-05-26 Doug Evans <dje@google.com>
15025
15026 * gdb.cp/iostream.cc: New file.
15027 * gdb.cp/iostream.exp: New file.
15028
15029 2015-05-26 Doug Evans <dje@google.com>
15030
15031 * gdb.dwarf2/dw2-op-call.exp: Update.
15032 * gdb.dwarf2/dw4-sig-types.exp: Update.
15033 * gdb.dwarf2/implptr.exp: Update.
15034 * gdb.mi/mi-cmd-param-changed.exp: Update.
15035
15036 2015-05-26 Doug Evans <dje@google.com>
15037
15038 * gdb.python/py-lazy-string.c: New file.
15039 * gdb.python/py-lazy-string.exp: New file.
15040 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15041 (main): Update. Add estring3.
15042 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15043 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15044
15045 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15046 Yao Qi <yao.qi@linaro.org>
15047
15048 * gdb.reverse/aarch64.c: New.
15049 * gdb.reverse/aarch64.exp: New.
15050
15051 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15052
15053 * lib/gdb.exp (supports_process_record): Return true for
15054 aarch64*-linux*.
15055 (supports_reverse): Likewise.
15056
15057 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15058
15059 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15060 Use with_test_prefix.
15061
15062 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15063
15064 * gdb.base/completion.exp: Add test for completion of layout
15065 names.
15066
15067 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15068
15069 * lib/gdb.exp (skip_tui_tests): New proc.
15070 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15071
15072 2015-05-19 Pedro Alves <palves@redhat.com>
15073
15074 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15075 Save the whole env array instead of just HOME. Unset HISTSIZE in
15076 the environment while testing. Restore whole environment
15077 afterwards.
15078
15079 2015-05-16 Doug Evans <xdje42@gmail.com>
15080
15081 * gdb.guile/scm-ports.c: New file.
15082 * gdb.guile/scm-ports.exp: Add memory port tests.
15083
15084 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15085
15086 * gdb.compile/compile-print.c: New file.
15087 * gdb.compile/compile-print.exp: New file.
15088
15089 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15090
15091 * gdb.compile/compile-ops.exp: Cast param to void.
15092 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15093 (compile code struct_object.selffield = &struct_object): Add xfail.
15094
15095 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15096
15097 * gdb.ada/arr_enum_with_gap: New testcase.
15098
15099 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15100
15101 * gdb.ada/byte_packed_arr: New testcase.
15102
15103 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15104
15105 * gdb.ada/pckd_neg: New testcase.
15106
15107 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15108
15109 PR gdb/17820
15110 * gdb.base/gdbinit-history.exp: New test.
15111 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15112 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15113
15114 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15115
15116 * gdb.python/py-xmethods.cc: Enhance test case.
15117 * gdb.python/py-xmethods.exp: New tests.
15118 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15119 function.
15120 (B_indexoper): Likewise.
15121 (global_dm_list) : Add new xmethod worker functions.
15122
15123 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15124
15125 * gdb.base/coredump-filter.exp: Correctly unset
15126 "coredump_var_addr" array.
15127
15128 2015-05-08 Pedro Alves <palves@redhat.com>
15129
15130 * gdb.server/non-existing-program.exp: Unset spawn_id.
15131
15132 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15133
15134 PR python/18291
15135 * gdb.python/py-xmethods.exp: Add tests.
15136
15137 2015-05-08 Yao Qi <yao.qi@linaro.org>
15138
15139 PR gdb/18208
15140 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15141 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15142 function set_coredump_filter, and remove remote_exec call.
15143 Remove argument ipid. Callers update.
15144 (top level): Don't get inferior's PID.
15145
15146 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15147
15148 * gdb.base/watch_thread_num.exp: Skip test on targets without
15149 access watchpoints.
15150
15151 2015-05-06 Pedro Alves <palves@redhat.com>
15152
15153 PR server/18081
15154 * gdb.server/non-existing-program.exp: New file.
15155
15156 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15157
15158 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15159
15160 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15161
15162 * gdb.ada/out_of_line_in_inlined: New testcase.
15163
15164 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15165
15166 * gdb.ada/var_rec_arr: New testcase.
15167
15168 2015-04-30 Yao Qi <yao.qi@linaro.org>
15169
15170 * gdb.base/break-idempotent.exp: If
15171 skip_hw_watchpoint_multi_tests returns true, skip the tests
15172 on "rwatch" and "awatch".
15173
15174 2015-04-30 Yao Qi <yao.qi@linaro.org>
15175
15176 * gdb.base/relativedebug.exp: Invoke gdb command
15177 "info sharedlibrary", and if libc.so doesn't have debug info,
15178 skip the test.
15179
15180 2015-04-29 Doug Evans <dje@google.com>
15181
15182 * gdb.python/py-xmethods.exp: Add ptype tests.
15183 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15184 get_result_type method.
15185
15186 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15187
15188 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15189 the target does not support hardware watchpoints.
15190
15191 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15192
15193 * gdb.base/break-always.exp: Abort testing if writing to memory
15194 causes an error.
15195
15196 2015-04-28 Doug Evans <dje@google.com>
15197
15198 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15199 * gdb.python/py-pp-registration.exp: ... here. New file.
15200 * gdb.python/py-pp-registration.c: New file.
15201 * gdb.python/py-pp-registration.py: New file.
15202
15203 2015-04-28 Doug Evans <dje@google.com>
15204
15205 * gdb.python/py-bad-printers.c: New file.
15206 * gdb.python/py-bad-printers.py: New file.
15207 * gdb.python/py-bad-printers.exp: New file.
15208
15209 2015-04-28 Sasha Smundak <asmundak@google.com>
15210
15211 * gdb.python/py-type.exp: New test.
15212
15213 2015-04-28 Andy Wingo <wingo@igalia.com>
15214
15215 * gdb.python/py-parameter.exp:
15216 * gdb.guile/scm-parameter.exp: Escape the path that we are
15217 matching against, as it might contain characters that are special
15218 to regular expressions.
15219
15220 2015-04-27 Joel Brobecker <brobecker@adacore.com>
15221
15222 * gdb.ada/rec_comp: New testcase.
15223
15224 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15225
15226 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15227 before using it.
15228
15229 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15230
15231 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15232 new tests for verilog output.
15233
15234 2015-04-24 Yao Qi <yao.qi@linaro.org>
15235
15236 * boards/remote-gdbserver-on-localhost.exp: New file.
15237
15238 2015-04-23 Pedro Alves <palves@redhat.com>
15239
15240 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15241 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15242 "end of file", remove $inferior_spawn_id from the indirect list.
15243
15244 2015-04-23 Pedro Alves <palves@redhat.com>
15245
15246 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15247
15248 2015-04-23 Pedro Alves <palves@redhat.com>
15249
15250 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15251 on $any_spawn_id instead of only on $gdb_spawn_id.
15252
15253 2015-04-21 Pierre Muller <muller@sourceware.org>
15254
15255 PR pascal/17815
15256 * lib/pascal.exp (gpc_compile): Add new option "class".
15257 (fpc_compile): Likewise.
15258 * gdb.pascal/case-insensitive-symbols.pas: New file.
15259 * gdb.pascal/case-insensitive-symbols.exp: New file.
15260
15261 2015-04-20 Gary Benson <gbenson@redhat.com>
15262
15263 * gdb.base/attach.exp: Fix three extended remote failures.
15264
15265 2015-04-17 Gary Benson <gbenson@redhat.com>
15266
15267 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15268 the main executable over the remote protocol.
15269
15270 2015-04-16 Pedro Alves <palves@redhat.com>
15271
15272 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15273 a new gdbserver if gdbserver_reconnect_p is set.
15274
15275 2015-04-16 Pedro Alves <palves@redhat.com>
15276
15277 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15278 is set, don't exit gdbserver.
15279
15280 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15281
15282 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15283 appropriate .insn, such that an older assembler can be used.
15284 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15285 the z/Architecture instruction set on 31-bit targets as well.
15286
15287 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15288
15289 * gdb.go/handcall.exp: Remove all logic related to the first
15290 breakpoint and rely on go_runto_main instead.
15291 * gdb.go/strings.exp: Likewise.
15292 * gdb.go/unsafe.exp: Likewise.
15293 * gdb.go/hello.exp: Likewise. Also rename the remaining
15294 breakpoint marker to "breakpoint 1".
15295 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15296 * gdb.go/strings.go: Likewise.
15297 * gdb.go/unsafe.go: Likewise.
15298 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15299 "set breakpoint 2 here" and rename the remaining breakpoint marker
15300 to "breakpoint 1".
15301
15302 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15303
15304 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15305 if itertools.imap is not present.
15306 * gdb.python/py-objfile.exp: Add parentheses.
15307 * gdb.python/py-type.exp: Same.
15308 * gdb.python/py-unwind-maint.py: Same.
15309
15310 2015-04-15 Yao Qi <yao.qi@linaro.org>
15311
15312 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15313 of ":$ptr_size" and set its form explicitly.
15314
15315 2015-04-15 Pedro Alves <palves@redhat.com>
15316 Yao Qi <yao.qi@linaro.org>
15317
15318 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15319 timeout by factor of 4.
15320 (test_regular_watch): Likewise.
15321 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15322 * gdb.reverse/sigall-reverse.exp: Likewise.
15323 * gdb.reverse/until-precsave.exp: Likewise.
15324 * lib/gdb.exp (with_timeout_factor): New proc.
15325 (gdb_expect): Move some code to ...
15326 (get_largest_timeout): ... here. New procedure.
15327
15328 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
15329
15330 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15331
15332 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15333
15334 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15335 to write to the .text section.
15336
15337 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15338
15339 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15340 Handle the case of targets that do not provide PID information.
15341
15342 2015-04-13 Yao Qi <yao.qi@linaro.org>
15343
15344 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15345 and use expect instead of gdb_expect.
15346
15347 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15348
15349 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15350 "coredump_var_addr" to avoid naming conflict with other testcases.
15351
15352 2015-04-10 Pedro Alves <palves@redhat.com>
15353
15354 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15355 gdb_test_sequence and gdb_assert.
15356
15357 2015-04-10 Pedro Alves <palves@redhat.com>
15358
15359 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15360 test messages that don't include the breakpoint address.
15361
15362 2015-04-10 Yao Qi <yao.qi@linaro.org>
15363
15364 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15365 false for some offset and width combinations which aren't
15366 supported by linux kernel.
15367
15368 2015-04-10 Pedro Alves <palves@redhat.com>
15369
15370 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15371 procedure, factored out from ...
15372 (top level): ... here. Add "set displaced-stepping" testing axis.
15373 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15374 parameter "displaced". Use it.
15375 (top level): Use foreach and add "set displaced-stepping" testing
15376 axis.
15377
15378 2015-04-10 Pedro Alves <palves@redhat.com>
15379
15380 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15381 Remove comment.
15382 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15383 both the address of the instruction that triggers the watchpoint
15384 and the address of the instruction immediately after, and use
15385 those addresses for the test. Fix comment.
15386
15387 2015-04-10 Pedro Alves <palves@redhat.com>
15388
15389 * gdb.base/sigstep.exp (breakpoint_to_handler)
15390 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15391 Test "backtrace" in handler.
15392 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15393 (top level): Add new "displaced" test axis to
15394 breakpoint_to_handler, breakpoint_to_handler_entry and
15395 breakpoint_over_handler.
15396
15397 2015-04-10 Pedro Alves <palves@redhat.com>
15398
15399 PR gdb/18216
15400 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15401
15402 2015-04-10 Yao Qi <yao.qi@linaro.org>
15403
15404 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15405 (test_add_rn_pc): New function.
15406 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15407 (top level): Invoke test_add_rn_pc.
15408
15409 2015-04-10 Pedro Alves <palves@redhat.com>
15410
15411 PR gdb/13858
15412 * gdb.base/step-over-no-symbols.exp: New file.
15413
15414 2015-04-09 Andy Wingo <wingo@igalia.com>
15415
15416 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15417 after the Python tests.
15418
15419 2015-04-08 Keith Seitz <keiths@redhat.com>
15420
15421 PR python/16699
15422 * gdb.python/py-completion.exp: New tests for completion.
15423 * gdb.python/py-completion.py (CompleteLimit1): New class.
15424 (CompleteLimit2): Likewise.
15425 (CompleteLimit3): Likewise.
15426 (CompleteLimit4): Likewise.
15427 (CompleteLimit5): Likewise.
15428 (CompleteLimit6): Likewise.
15429 (CompleteLimit7): Likewise.
15430
15431 2015-04-08 Pedro Alves <palves@redhat.com>
15432
15433 PR gdb/18214
15434 PR gdb/18216
15435 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15436 function.
15437 (main): Install it as SIGUSR1 handler.
15438 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15439 parameter. Always use "setup" as prefix. Toggle "set
15440 displaced-stepping" off/on depending on global. Don't switch to
15441 thread 1 here.
15442 (top level): Add displaced stepping "off/on" test axis. Update
15443 "setup" calls. Wrap each subtest with with_test_prefix. Test
15444 continuing with a queued signal in each thread.
15445
15446 2015-04-08 Pedro Alves <palves@redhat.com>
15447
15448 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15449 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15450 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15451 Return early if running to main fails.
15452 * gdb.trace/while-stepping.exp: Likewise.
15453
15454 2015-04-07 Pedro Alves <palves@redhat.com>
15455
15456 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15457 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15458 interact with inferior program.
15459
15460 2015-04-07 Pedro Alves <palves@redhat.com>
15461
15462 * lib/gdb.exp (inferior_spawn_id): New global.
15463 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15464 spawn id after processing the user code.
15465 (default_gdb_start): Set inferior_spawn_id.
15466 (send_inferior): New procedure.
15467 * lib/gdbserver-support.exp (gdbserver_start): Set
15468 inferior_spawn_id.
15469 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15470
15471 2015-04-07 Pedro Alves <palves@redhat.com>
15472
15473 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15474 * lib/gdbserver-support.exp (gdbserver_start): Make
15475 $server_spawn_id global.
15476 (gdbserver_start): Don't wait for gdbserver's spawn id with
15477 expect_background.
15478 (close_gdbserver): New procedure.
15479 (gdb_exit): Rename the default version and reimplement.
15480
15481 2015-04-07 Pedro Alves <palves@redhat.com>
15482
15483 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
15484 append the substituted item, not the original item.
15485
15486 2015-04-07 Pedro Alves <palves@redhat.com>
15487
15488 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15489 gdb_expect.
15490
15491 2015-04-07 Pedro Alves <palves@redhat.com>
15492
15493 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15494 output appearing once only.
15495
15496 2015-04-07 Pedro Alves <palves@redhat.com>
15497
15498 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15499 that doesn't expect anything. Return early if running to main
15500 fails.
15501
15502 2015-04-07 Yao Qi <yao.qi@linaro.org>
15503
15504 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15505 (child_function): Call alarm.
15506 (main): Move call to alarm into the loop.
15507 * gdb.threads/non-stop-fair-events.exp: Build program with
15508 -DTIMEOUT=$timeout.
15509
15510 2015-04-06 Doug Evans <xdje42@gmail.com>
15511
15512 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15513 Fix dest parameter to board_info.
15514 (fpc_compile): Ditto.
15515 (gdb_compile_pascal): Rename dest arg to destfile.
15516
15517 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15518
15519 * gdb.ada/funcall_ref.exp: New file.
15520 * gdb.ada/funcall_ref/foo.adb: New file.
15521
15522 2015-04-02 Yao Qi <yao.qi@linaro.org>
15523
15524 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15525 is remote.
15526
15527 2015-04-02 Gary Benson <gbenson@redhat.com>
15528
15529 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15530
15531 2015-04-01 Sasha Smundak <asmundak@google.com>
15532
15533 * gdb.python/py-unwind-maint.c: New file.
15534 * gdb.python/py-unwind-maint.exp: New test.
15535 * gdb.python/py-unwind-maint.py: New file.
15536 * gdb.python/py-unwind.c: New file.
15537 * gdb.python/py-unwind.exp: New test.
15538 * gdb.python/py-unwind.py: New test.
15539
15540 2015-04-01 Pedro Alves <palves@redhat.com>
15541
15542 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15543 to fail instead of non-existent $test.
15544
15545 2015-04-01 Pedro Alves <palves@redhat.com>
15546
15547 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15548 GDBFLAGS if not empty.
15549
15550 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15551
15552 * gdb.ada/complete.exp: Remove "multi_line".
15553 * gdb.ada/info_exc.exp: Remove "multi_line".
15554 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15555 * gdb.ada/ptype_field.exp: Remove "multi_line".
15556 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15557 * gdb.ada/tagged.exp: Remove "multi_line".
15558 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15559 [multi_line ...]
15560 * gdb.btrace/delta.exp: Likewise.
15561 * gdb.btrace/exception.exp: Likewise.
15562 * gdb.btrace/function_call_history.exp: Likewise.
15563 * gdb.btrace/instruction_history.exp: Likewise.
15564 * gdb.btrace/nohist.exp: Likewise.
15565 * gdb.btrace/record_goto.exp: Likewise.
15566 * gdb.btrace/segv.exp: Likewise.
15567 * gdb.btrace/stepi.exp: Likewise.
15568 * gdb.btrace/tailcall.exp: Likewise.
15569 * gdb.btrace/unknown_functions.exp: Likewise.
15570 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15571 * lib/gdb.exp: Add the "multi_line" helper.
15572
15573 2015-04-01 Pedro Alves <palves@redhat.com>
15574
15575 * gdb.threads/tid-reuse.c: New file.
15576 * gdb.threads/tid-reuse.exp: New file.
15577
15578 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15579
15580 PR corefiles/16092
15581 * gdb.base/coredump-filter.c: New file.
15582 * gdb.base/coredump-filter.exp: Likewise.
15583
15584 2015-03-27 Petr Machata <pmachata@redhat.com>
15585
15586 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15587 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15588 (Dwarf::assemble): Initialize them.
15589 (Dwarf::lines): New function.
15590
15591 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15592
15593 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15594 SYMBOL_PREFIX for x86_64-*-cygwin.
15595
15596 2015-03-26 Andy Wingo <wingo@igalia.com>
15597
15598 PR symtab/18148
15599 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15600 const_value but not a location.
15601 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15602 location defined in non-main CUs are visible.
15603
15604 2015-03-26 Yao Qi <yao.qi@linaro.org>
15605
15606 PR testsuite/18139
15607 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15608 Add a line number entry for the same line.
15609 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15610 Add a line number entry for the same line.
15611
15612 2015-03-26 Yao Qi <yao.qi@linaro.org>
15613
15614 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15615 .int 0.
15616 (func): Likewise. Add .Lfunc_1 label.
15617 Use .Lfunc_1 label.
15618 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15619 .int 0.
15620 (func): Likewise.
15621 Use .Lfunc_1 label.
15622
15623 2015-03-26 Yao Qi <yao.qi@linaro.org>
15624
15625 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15626 Call gdb_compile instead to compile each .s files without debug
15627 information.
15628
15629 2015-03-26 Yao Qi <yao.qi@linaro.org>
15630
15631 * gdb.base/savedregs.exp (process_saved_regs): Make
15632 "Saved registers:" optional in the pattern.
15633
15634 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15635
15636 * gdb.btrace/next.exp: Merged into step.exp.
15637 * gdb.btrace/finish.exp: Merged into step.exp.
15638 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15639 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15640 "record goto" and checking the exact replay position.
15641 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15642 check for "Recording format" in "info record" output.
15643 * gdb.btrace/record_goto.exp: Choose test file based on target.
15644 * gdb.btrace/x86-record_goto.S: Renamed into ...
15645 * gdb.btrace/x86_64-record_goto.S: ... this.
15646 * gdb.btrace/i686-record_goto.S: New.
15647 * gdb.btrace/x86-tailcall.S: Renamed into ...
15648 * gdb.btrace/x86_64-tailcall.S: ... this.
15649 * gdb.btrace/i686-tailcall.S: New.
15650 * gdb.btrace/x86-tailcall.c: Renamed into ...
15651 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15652 separate statements. Update test.
15653 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15654 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15655 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15656 * gdb.btrace/tailcall.exp: Choose test file based on target.
15657 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15658
15659 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15660
15661 * gdb.btrace/exception.exp: Increase BTS buffer size.
15662
15663 2015-03-24 Pedro Alves <palves@redhat.com>
15664
15665 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15666
15667 2015-03-24 Pedro Alves <palves@redhat.com>
15668
15669 * gdb.threads/schedlock.exp (test_step): No longer expect that
15670 "set scheduler-locking step" with "next" over a function call runs
15671 threads unlocked.
15672
15673 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15674
15675 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15676
15677 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15678
15679 PR breakpoints/16466
15680 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15681 * gdb.mi/mi-pending.c (thread_func): New function.
15682 (int main): Add threading support required.
15683 * gdb.mi/mi-pending.exp: Add tests for this issue.
15684 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15685 (pendfunc2): Remove stdio dependency.
15686 * gdb.mi/mi-pendshr2.c: New file.
15687
15688 2015-03-23 Keith Seitz <keiths@redhat.com>
15689
15690 * gdb.linespec/keywords.c: New file.
15691 * gdb.linespec/keywords.exp: New file.
15692
15693 2015-03-23 Keith Seitz <keiths@redhat.com>
15694
15695 PR gdb/18021
15696 * gdb.dwarf2/staticvirtual.exp: New test.
15697
15698 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15699
15700 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15701 * README: Remove HP-UX and gdb.hp.
15702 (configuration):
15703 * configure: Regenerate.
15704 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15705 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15706 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15707 gdb.hp/gdb.defects/Makefile.
15708 * gdb.hp/Makefile.in: File deleted.
15709 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15710 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15711 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15712 * gdb.hp/gdb.aCC/run.c: File deleted.
15713 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15714 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15715 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15716 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15717 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15718 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15719 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15720 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15721 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15722 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15723 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15724 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15725 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15726 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15727 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15728 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15729 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15730 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15731 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15732 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15733 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15734 * gdb.hp/gdb.compat/average.c: File deleted.
15735 * gdb.hp/gdb.compat/sum.c: File deleted.
15736 * gdb.hp/gdb.compat/xdb.c: File deleted.
15737 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15738 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15739 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15740 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15741 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15742 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15743 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15744 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15745 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15746 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15747 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15748 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15749 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15750 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15751 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15752 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15753 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15754 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15755 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15756 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15757 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15758 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15759 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15760 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15761 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15762 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15763 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15764 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15765 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15766 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15767 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15768 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15769 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15770 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15771 * gdb.hp/tools/odump: File deleted.
15772
15773 2015-03-19 Pedro Alves <palves@redhat.com>
15774
15775 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15776 (saw_thread_3): New globals.
15777 (top level): Increment them when an event for the corresponding
15778 thread is seen.
15779 (no thread starvation): New test.
15780
15781 2015-03-19 Pedro Alves <palves@redhat.com>
15782
15783 * gdb.threads/continue-pending-status.c: New file.
15784 * gdb.threads/continue-pending-status.exp: New file.
15785
15786 2015-03-18 Pedro Alves <palves@redhat.com>
15787
15788 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15789 Use gdb_is_target_remote instead of is_remote. Use
15790 gdb_test_multiple instead of gdb_expect. Exit early if
15791 gdb_test_multiple hits its internal matches. Tighten stepi tests
15792 expected output. Fail on exit with any signal, instead of just
15793 SIGILL.
15794
15795 2015-03-18 Yao Qi <yao.qi@linaro.org>
15796
15797 PR tdep/18107
15798 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15799 variable.
15800 * gdb.base/catch-syscall.exp: Don't skip it on
15801 aarch64*-*-linux* target. Remove elements in all_syscalls.
15802 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15803 target.
15804 (setup_all_syscalls): New proc.
15805
15806 2015-03-16 Yao Qi <yao.qi@linaro.org>
15807
15808 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15809 (top level): Skip tests if valid_addr_p returns false for
15810 $cmd1 or $cmd2.
15811
15812 2015-03-11 Andy Wingo <wingo@igalia.com>
15813
15814 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15815
15816 2015-03-11 Yao Qi <yao.qi@linaro.org>
15817
15818 * gdb.base/catch-syscall.exp: Fix typo in comments.
15819
15820 2015-03-11 Yao Qi <yao.qi@linaro.org>
15821
15822 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15823
15824 2015-03-09 Pedro Alves <palves@redhat.com>
15825
15826 * dg-extract-results.py: Delete.
15827
15828 2015-03-09 Pedro Alves <palves@redhat.com>
15829
15830 Merge dg-extract-results.sh from GCC upstream (r218843).
15831
15832 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15833 * dg-extract-results.sh: Use --text with grep to avoid issues with
15834 binary files. Fall back to cat -v, if that doesn't work.
15835
15836 2015-03-05 Pedro Alves <palves@redhat.com>
15837
15838 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15839
15840 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15841
15842 * lib/mi-support.exp (mi_expect_interrupt): Accept
15843 alternative event for when in all-stop mode.
15844
15845 2015-03-04 Pedro Alves <palves@redhat.com>
15846
15847 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15848
15849 2015-03-04 Mark Kettenis <kettenis@gnu.org>
15850
15851 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15852
15853 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15854
15855 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15856 regexps for GDB's current line display, accept a hex address
15857 preceding the line number.
15858
15859 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15860
15861 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15862 the 'arch1' variable for "s390*-linux*" targets.
15863
15864 2015-03-04 Pedro Alves <palves@redhat.com>
15865
15866 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15867 (main): Pass missing retval argument to pthread_join call.
15868
15869 2015-03-02 Pedro Alves <palves@redhat.com>
15870
15871 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15872 (top level): Call do_test with non-stop as well.
15873
15874 2015-03-02 Pedro Alves <palves@redhat.com>
15875
15876 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15877 -1.
15878
15879 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15880
15881 * gdb.arch/s390-vregs.exp: New test.
15882 * gdb.arch/s390-vregs.S: New file.
15883
15884 2015-02-27 Pedro Alves <palves@redhat.com>
15885
15886 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15887 call to catch_command_errors.
15888 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15889 catch_command_errors.
15890
15891 2015-02-27 Pedro Alves <palves@redhat.com>
15892
15893 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15894 "true" for boolean result.
15895 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15896 prototype of main.
15897
15898 2015-02-27 Pedro Alves <palves@redhat.com>
15899
15900 * lib/unbuffer_output.c: New file.
15901 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15902 (main): Call gdb_unbuffer_output.
15903
15904 2015-02-27 Yao Qi <yao.qi@linaro.org>
15905
15906 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15907 target.
15908
15909 2015-02-26 Doug Evans <dje@google.com>
15910
15911 * gdb.cp/class2.cc (Dbase, D): New classes.
15912 (main): New local delta.
15913 * gdb.cp/class2.exp: Test printing delta.
15914 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15915 (dynbar): New global.
15916 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15917
15918 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15919
15920 * gdb.compile/compile-ifunc.c: New file.
15921 * gdb.compile/compile-ifunc.exp: New file.
15922
15923 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15924
15925 * gdb.base/structs.exp: Check for correct struct on finish.
15926
15927 2015-02-26 Yao Qi <yao.qi@linaro.org>
15928
15929 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15930 is zero.
15931
15932 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15933
15934 * gdb.arch/cordic.ko.bz2: New file.
15935 * gdb.arch/cordic.ko.debug.bz2: New file.
15936 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15937
15938 2015-02-25 Yao Qi <yao.qi@linaro.org>
15939
15940 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15941 aarch64*-*-* target.
15942
15943 2015-02-23 Pedro Alves <palves@redhat.com>
15944
15945 * lib/gdb.exp (delete_breakpoints): Rewrite using
15946 gdb_test_multiple.
15947
15948 2015-02-23 Pedro Alves <palves@redhat.com>
15949
15950 * gdb.base/info-os.c: Include stdlib.h.
15951
15952 2015-02-22 Doug Evans <xdje42@gmail.com>
15953
15954 PR symtab/17855
15955 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15956 is read after symbols have been re-read.
15957 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15958 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15959
15960 2015-02-21 Doug Evans <dje@google.com>
15961
15962 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15963
15964 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15965
15966 PR corefiles/17808
15967 * gdb.arch/i386-biarch-core.core.bz2: New file.
15968 * gdb.arch/i386-biarch-core.exp: New file.
15969
15970 2015-02-21 Pedro Alves <palves@redhat.com>
15971
15972 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15973 runto_main fails.
15974
15975 2015-02-20 Pedro Alves <palves@redhat.com>
15976
15977 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15978 info probes.
15979
15980 2015-02-20 Pedro Alves <palves@redhat.com>
15981
15982 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15983
15984 2015-02-20 Pedro Alves <palves@redhat.com>
15985
15986 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15987 clean_restart before gdb_target_supports_trace.
15988
15989 2015-02-20 Pedro Alves <palves@redhat.com>
15990
15991 PR threads/18006
15992 * gdb.threads/clone-thread_db.c: New file.
15993 * gdb.threads/clone-thread_db.exp: New file.
15994
15995 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
15996
15997 PR breakpoints/16812
15998 * gdb.base/catch-gdb-caused-signals.c: New file.
15999 * gdb.base/catch-gdb-caused-signals.exp: New file.
16000
16001 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16002
16003 * configure: Regenerated.
16004 * configure.ac: Use GDB_AC_TRANSFORM.
16005 * aclocal.m4: sinclude ../transform.m4.
16006
16007 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16008
16009 * lib/dtrace.exp: New file.
16010 * gdb.base/dtrace-probe.exp: Likewise.
16011 * gdb.base/dtrace-probe.d: Likewise.
16012 * gdb.base/dtrace-probe.c: Likewise.
16013 * lib/pdtrace.in: Likewise.
16014 * configure.ac: Output variables with the transformed names of
16015 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16016 * configure: Regenerated.
16017
16018 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16019
16020 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16021 expected message when trying to access $_probe_* convenience
16022 variables while not on a probe.
16023
16024 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16025
16026 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16027
16028 2015-02-11 Pedro Alves <pedro@codesourcery.com>
16029
16030 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16031 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16032
16033 2015-02-10 Doug Evans <xdje42@gmail.com>
16034
16035 * lib/gdb.exp (gdb_load): Always return a result.
16036
16037 2015-02-10 Pedro Alves <palves@redhat.com>
16038
16039 * gdb.threads/signal-sigtrap.c: New file.
16040 * gdb.threads/signal-sigtrap.exp: New file.
16041
16042 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16043
16044 * gdb.trace/no-attach-trace.c: New file.
16045 * gdb.trace/no-attach-trace.exp: New file.
16046
16047 2015-02-09 Mark Wielaard <mjw@redhat.com>
16048
16049 * gdb.dwarf2/atomic.c: New file.
16050 * gdb.dwarf2/atomic-type.exp: Likewise.
16051
16052 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16053
16054 * gdb.btrace/buffer-size.exp: Update "info record" output.
16055 * gdb.btrace/delta.exp: Update "info record" output.
16056 * gdb.btrace/enable.exp: Update "info record" output.
16057 * gdb.btrace/finish.exp: Update "info record" output.
16058 * gdb.btrace/instruction_history.exp: Update "info record" output.
16059 * gdb.btrace/next.exp: Update "info record" output.
16060 * gdb.btrace/nexti.exp: Update "info record" output.
16061 * gdb.btrace/step.exp: Update "info record" output.
16062 * gdb.btrace/stepi.exp: Update "info record" output.
16063 * gdb.btrace/nohist.exp: Update "info record" output.
16064
16065 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16066
16067 * gdb.btrace/buffer-size: New.
16068
16069 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16070
16071 * gdb.btrace/delta.exp: Update "info record" output.
16072 * gdb.btrace/enable.exp: Update "info record" output.
16073 * gdb.btrace/finish.exp: Update "info record" output.
16074 * gdb.btrace/instruction_history.exp: Update "info record" output.
16075 * gdb.btrace/next.exp: Update "info record" output.
16076 * gdb.btrace/nexti.exp: Update "info record" output.
16077 * gdb.btrace/step.exp: Update "info record" output.
16078 * gdb.btrace/stepi.exp: Update "info record" output.
16079 * gdb.btrace/nohist.exp: Update "info record" output.
16080
16081 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16082
16083 PR gdb/15678
16084 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16085
16086 2015-02-06 Pedro Alves <palves@redhat.com>
16087
16088 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16089 macro.
16090 (seconds_left, again): New globals.
16091 (main): Wait seconds_left in a 1-second sleep loop instead of
16092 sleeping 180 seconds. If 'again' is set, reset the seconds
16093 counter.
16094 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16095 'again' in the inferior before detaching. Print the seconds left.
16096 (options): New global.
16097 (top level): Build program with -DTIMEOUT=$timeout.
16098
16099 2015-02-06 Pedro Alves <palves@redhat.com>
16100
16101 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16102 determine how many seconds to pass to 'alarm'.
16103 * gdb.base/gdb-sigterm.exp (top level): Build program with
16104 -DTIMEOUT=$timeout.
16105 (do_test): Return success/failure indication. Add more verbose
16106 logging. Don't fail if 200 single steps are seen. Instead, fail
16107 when the test times out.
16108 (passes): New global.
16109 (top level): Break the testing loop if testing fails on any
16110 iteration. Use gdb_assert.
16111
16112 2015-02-04 Don Breazeal <donb@codesourcery.com>
16113
16114 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16115 and initialize them.
16116 (ipc_cleanup): New function.
16117 (main): Don't declare shmid, semid, and msqid. Add a call to
16118 atexit so that we call ipc_cleanup on exit.
16119
16120 2015-02-04 Pedro Alves <palves@redhat.com>
16121
16122 * boards/native-extended-gdbserver.exp: Remove any target variant
16123 specifications from the board name before clearing the isremote
16124 flag from board_info.
16125
16126 2015-01-31 Doug Evans <xdje42@gmail.com>
16127
16128 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16129
16130 2015-01-31 Gary Benson <gbenson@redhat.com>
16131
16132 * gdb.base/completion.exp: Disable completion limiting for
16133 existing tests. Add new tests to check completion limiting.
16134 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16135
16136 2015-01-31 Doug Evans <xdje42@gmail.com>
16137
16138 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16139
16140 2015-01-31 Doug Evans <xdje42@gmail.com>
16141
16142 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16143 entries. Duplicate file section script entries.
16144 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16145 inlined entries. Add test for safe-path rejection.
16146 * gdb.python/py-section-script.c: Add duplicate inlined section script
16147 entries. Duplicate file section script entries.
16148 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16149 inlined entries. Add test for safe-path rejection.
16150
16151 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16152
16153 * gdb.ada/disc_arr_bound: New testcase.
16154
16155 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16156
16157 * gdb.ada/mi_var_array: New testcase.
16158
16159 2015-01-27 Doug Evans <dje@google.com>
16160
16161 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16162 Add test for objfile.filename, objfile.username after objfile
16163 has been unloaded.
16164
16165 2015-01-26 Joel Brobecker <brobecker@adacore.com>
16166
16167 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16168 the second test to print the name attribute of value
16169 returned by the call to gdb.lookup_type, and adjust
16170 the expected output accordingly.
16171
16172 2015-01-25 Mark Wielaard <mjw@redhat.com>
16173
16174 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16175 * gdb.base/disp-step-fork.c: Include unistd.h.
16176 * gdb.base/siginfo-obj.c: Include stdio.h.
16177 * gdb.base/siginfo-thread.c: Likewise.
16178 * gdb.mi/non-stop.c: Include unistd.h.
16179 * gdb.mi/nsthrexec.c: Include stdio.h.
16180 * gdb.mi/pthreads.c: Include unistd.h.
16181 * gdb.modula2/unbounded1.c (main): Declare returns int.
16182 * gdb.reverse/consecutive-reverse.c: Likewise.
16183 * gdb.threads/create-fail.c: Include unistd.h.
16184 * gdb.threads/killed.c: Likewise.
16185 * gdb.threads/linux-dp.c: Likewise.
16186 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16187 * gdb.threads/non-ldr-exc-2.c: Likewise.
16188 * gdb.threads/non-ldr-exc-3.c: Likewise.
16189 * gdb.threads/non-ldr-exc-4.c: Likewise.
16190 * gdb.threads/pthreads.c: Include unistd.h.
16191 (main): Declare returns int.
16192 * gdb.threads/tls-main.c (foo): New declaration.
16193 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16194
16195 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16196
16197 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16198 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16199
16200 2015-01-15 Mark Wielaard <mjw@redhat.com>
16201
16202 * gdb.base/noreturn-return.c: New file.
16203 * gdb.base/noreturn-return.exp: New file.
16204 * gdb.base/noreturn-finish.c: New file.
16205 * gdb.base/noreturn-finish.exp: New file.
16206
16207 2015-01-23 Pedro Alves <palves@redhat.com>
16208
16209 * gdb.threads/continue-pending-after-query.c: New file.
16210 * gdb.threads/continue-pending-after-query.exp: New file.
16211
16212 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16213 Simon Marchi <simon.marchi@ericsson.com>
16214
16215 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16216 * gdb.base/valgrind-db-attach.exp: Same.
16217 * gdb.base/valgrind-infcall.exp: Same.
16218 * lib/mi-support.exp (default_mi_gdb_start): Same.
16219 * lib/prompt.exp (default_prompt_gdb_start): Same.
16220 * lib/gdb.exp (default_gdb_spawn): Same.
16221 (gdb_interact): New.
16222
16223
16224 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16225
16226 * gdb.compile/compile.exp (pointer to jit function): New test.
16227
16228 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
16229
16230 * lib/gdb.exp (supports_process_record): Return true for
16231 powerpc*-*-linux*.
16232 (supports_reverse): Likewise.
16233
16234 2015-01-15 Don Breazeal <donb@codesourcery.com>
16235
16236 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16237 instead of checking whether the target board is remote and
16238 use spawn_wait_for_attach instead of exec/sleep.
16239 * gdb.base/attach-twice.exp: Likewise.
16240
16241 2015-01-15 Joel Brobecker <brobecker@adacore.com>
16242
16243 * gdb.ada/var_arr_attrs: New testcase.
16244
16245 2015-01-14 Pedro Alves <palves@redhat.com>
16246 Joel Brobecker <brobecker@adacore.com>
16247
16248 PR gdb/17525
16249 * gdb.base/bp-cmds-execution-x-script.c: New file.
16250 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16251 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16252
16253 2015-01-14 Pedro Alves <palves@redhat.com>
16254
16255 PR cli/17828
16256 * gdb.base/batch-preserve-term-settings.c: New file.
16257 * gdb.base/batch-preserve-term-settings.exp: New file.
16258
16259 2015-01-13 Doug Evans <dje@google.com>
16260
16261 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16262 binary.
16263
16264 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16265
16266 * Makefile.in (clean mostlyclean): Do not delete *.py.
16267
16268 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16269
16270 * gdb.python/py-lookup-type.exp: New file.
16271
16272 2015-01-12 Pedro Alves <palves@redhat.com>
16273
16274 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16275 restore GDBFLAGS before returning.
16276
16277 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16278
16279 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16280 is_amd64_regs_target and is_x86_like_target.
16281
16282 2015-01-11 Doug Evans <xdje42@gmail.com>
16283
16284 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16285 is given without an explicit form.
16286 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16287 attributes.
16288 * gdb.dwarf/corrupt.exp: Ditto.
16289 * gdb.dwarf2/enum-type.exp: Ditto.
16290 * gdb.trace/entry-values.exp: Ditto.
16291 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16292
16293 2015-01-11 Doug Evans <xdje42@gmail.com>
16294
16295 PR gdb/15830
16296 * gdb.base/maint.exp: Remove references to "maint demangle".
16297 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16298 Add tests for explicitly specifying language to demangle.
16299 * gdb.dlang/demangle.exp: Ditto.
16300
16301 2015-01-09 Pedro Alves <palves@redhat.com>
16302
16303 * gdb.threads/non-stop-fair-events.c: New file.
16304 * gdb.threads/non-stop-fair-events.exp: New file.
16305
16306 2015-01-09 Pedro Alves <palves@redhat.com>
16307
16308 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16309 the global scope. Set a breakpoint after all threads are started
16310 rather than stepping over two source lines. Expect the prompt.
16311 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16312 global.
16313 (NUM): Now 15.
16314 (main): Use threads_started_barrier to wait for all threads to
16315 start. Main thread no longer calls thread_function. Exit after
16316 180 seconds.
16317 (loop): New function.
16318 (thread_function): Wait on threads_started_barrier barrier. Call
16319 'loop' at each iteration.
16320 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16321 threads have started, instead of hardcoding number of "next"
16322 steps. Use an access watchpoint instead of a write watchpoint.
16323
16324 2015-01-09 Pedro Alves <palves@redhat.com>
16325
16326 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16327 (thread_func): Wait on barrier.
16328 (main): Wait for all threads to start before stopping GDB.
16329 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16330 global.
16331 (thread1_func, thread2_func): Wait on barrier.
16332 (main): Wait for all threads to start before stopping GDB.
16333 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16334 New global.
16335 (thread1_func, thread2_func): Wait on barrier.
16336 (main): Wait for all threads to start before stopping GDB.
16337
16338 2015-01-09 Pedro Alves <palves@redhat.com>
16339
16340 * gdb.threads/attach-many-short-lived-threads.c: New file.
16341 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16342
16343 2014-01-09 Pedro Alves <palves@redhat.com>
16344
16345 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16346 instead of to thread 2.
16347 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16348 Add barrier around each pthread_create call instead of around all
16349 calls.
16350 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16351 Set a break on thread_function and have the child threads hit it
16352 one at at a time.
16353
16354 2015-01-09 Pedro Alves <palves@redhat.com>
16355
16356 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16357 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16358 false.
16359 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16360 checking whether the target board is remote.
16361 * gdb.multi/multi-attach.exp: Likewise.
16362 * gdb.python/py-sync-interp.exp: Likewise.
16363 * gdb.server/ext-attach.exp: Likewise.
16364 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16365 tests that need to attach, instead of checking whether the target
16366 board is remote at the top of the file.
16367
16368 2015-01-08 Yao Qi <yao@codesourcery.com>
16369
16370 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16371
16372 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16373
16374 Fix testcase compilation.
16375 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16376
16377 2015-01-06 Joel Brobecker <brobecker@adacore.com>
16378
16379 * gdb.python/py-type.exp: Add a couple test about empty
16380 array creation, and negative-length array creation.
16381
16382 2015-01-02 Doug Evans <xdje42@gmail.com>
16383
16384 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16385
16386 2015-01-02 Doug Evans <dje@google.com>
16387
16388 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16389
16390 2014-12-29 Yao Qi <yao@codesourcery.com>
16391
16392 * gdb.trace/entry-values.exp: Update comments. Rename variable
16393 bar_call_foo to returned_from_foo.
16394
16395 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16396
16397 PR gdb/17394
16398 * gdb.linespec/break-asm-file.c: New file.
16399 * gdb.linespec/break-asm-file.exp: New file.
16400 * gdb.linespec/break-asm-file0.s: New file.
16401 * gdb.linespec/break-asm-file1.s: New file.
16402
16403 2014-12-18 Nigel Stephens <nigel@mips.com>
16404 Maciej W. Rozycki <macro@codesourcery.com>
16405
16406 * gdb.base/float.exp: Handle the new output from "info float" on
16407 MIPS targets.
16408
16409 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16410
16411 Fix MinGW compilation.
16412 * gdb.compile/compile-ops.exp: Update untested message if
16413 !skip_compile_feature_tests.
16414 * gdb.compile/compile-setjmp.exp: Likewise.
16415 * gdb.compile/compile-tls.exp: Likewise.
16416 * gdb.compile/compile.exp: Likewise.
16417 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16418 supported on this host".
16419
16420 2014-12-16 Doug Evans <xdje42@gmail.com>
16421
16422 * boards/stabs.exp: New file.
16423
16424 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16425
16426 * gdb.base/completion.exp: Adjust to format changes of "maint
16427 print user-registers".
16428
16429 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
16430
16431 PR server/17457
16432 * gdb.arch/aarch64-fp.c: New file.
16433 * gdb.arch/aarch64-fp.exp: New file.
16434
16435 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16436
16437 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16438 r210637, r210913, r211666, r215400, r215817).
16439
16440 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16441 * dg-extract-results.py: New file.
16442 * dg-extract-results.sh: Use it if the environment seems
16443 suitable.
16444
16445 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16446
16447 * dg-extract-results.py (parse_run): Handle warnings that
16448 are printed before a test harness is run.
16449
16450 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16451
16452 * dg-extract-results.py (Named): Remove __cmp__ method.
16453 (output_variation): Use a key to sort variation.harnesses.
16454
16455 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16456
16457 * dg-extract-results.py: For Python 3, force sys.stdout to
16458 handle surrogate escape sequences.
16459 (safe_open): New function.
16460 (output_segment, main): Use it.
16461
16462 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16463
16464 * dg-extract-results.py (Prog.result_re): Include options
16465 in test name.
16466
16467 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16468
16469 * dg-extract-results.py (output_variation): Always sort if
16470 do_sum.
16471
16472 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16473
16474 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16475 as long as we get pagination notifications.
16476
16477 2014-12-15 Jason Merrill <jason@redhat.com>
16478
16479 * Makefile.in (check-gdb.%): Restore.
16480 * README: Mention it.
16481
16482 2014-12-13 Joel Brobecker <brobecker@adacore.com>
16483
16484 * gdb.ada/str_uninit: New testcase.
16485
16486 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16487
16488 PR symtab/17642
16489 * gdb.base/vla-stub-define.c: New file.
16490 * gdb.base/vla-stub.c: New file.
16491 * gdb.base/vla-stub.exp: New file.
16492
16493 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16494 Jan Kratochvil <jan.kratochvil@redhat.com>
16495 Tom Tromey <tromey@redhat.com>
16496
16497 * configure.ac: Add gdb.compile/.
16498 * configure: Regenerate.
16499 * gdb.compile/Makefile.in: New file.
16500 * gdb.compile/compile-ops.exp: New file.
16501 * gdb.compile/compile-ops.c: New file.
16502 * gdb.compile/compile-tls.c: New file.
16503 * gdb.compile/compile-tls.exp: New file.
16504 * gdb.compile/compile-constvar.S: New file.
16505 * gdb.compile/compile-constvar.c: New file.
16506 * gdb.compile/compile-mod.c: New file.
16507 * gdb.compile/compile-nodebug.c: New file.
16508 * gdb.compile/compile-setjmp-mod.c: New file.
16509 * gdb.compile/compile-setjmp.c: New file.
16510 * gdb.compile/compile-setjmp.exp: New file.
16511 * gdb.compile/compile-shlib.c: New file.
16512 * gdb.compile/compile.c: New file.
16513 * gdb.compile/compile.exp: New file.
16514 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16515
16516 2014-12-12 Tom Tromey <tromey@redhat.com>
16517
16518 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16519 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16520
16521 2014-12-12 Doug Evans <dje@google.com>
16522
16523 * lib/gdb-python.exp (get_python_valueof): New function.
16524 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16525
16526 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16527
16528 * gdb.base/completion.exp: Add test for completion of "info
16529 registers ".
16530
16531 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16532
16533 * gdb.base/func-ptrs.c: New file.
16534 * gdb.base/func-ptrs.exp: New file.
16535
16536 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16537
16538 PR breakpoints/17012
16539 * gdb.base/dprintf-detach.c: New file.
16540 * gdb.base/dprintf-detach.exp: New file.
16541
16542 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16543
16544 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16545 * lib/gdb.exp (target_is_gdbserver): New procedure.
16546
16547 2014-12-08 Doug Evans <dje@google.com>
16548
16549 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16550
16551 2014-12-05 Yao Qi <yao@codesourcery.com>
16552
16553 * gdb.guile/scm-error.exp: Remove the third argument to
16554 gdb_remote_download.
16555 * gdb.guile/scm-frame-args.exp: Likewise.
16556 * gdb.guile/scm-section-script.exp: Likewise.
16557
16558 2014-12-05 Yao Qi <yao@codesourcery.com>
16559
16560 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16561
16562 2014-12-04 Doug Evans <dje@google.com>
16563
16564 * gdb.python/py-objfile.exp: Add tests for
16565 objfile.add_separate_debug_file.
16566
16567 2014-12-04 Doug Evans <dje@google.com>
16568
16569 * lib/gdb.exp (get_build_id): New function.
16570 (build_id_debug_filename_get): Rewrite to use it.
16571 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16572
16573 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16574
16575 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16576 `method(long)', not just 0x0.
16577 * gdb.cp/nsalias.exp: Align code labels to 4.
16578 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16579 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16580 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16581 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16582 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16583 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16584
16585 2014-12-02 Doug Evans <dje@google.com>
16586
16587 PR symtab/17602
16588 * gdb.cp/anon-ns.cc: Move guts of this file to ...
16589 * gdb.cp/anon-ns2.cc: ... here. New file.
16590 * gdb.cp/anon-ns.exp: Update.
16591
16592 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
16593
16594 * gdb.python/py-events.py (inferior_call_handler): New.
16595 (register_changed_handler, memory_changed_handler): New.
16596 (test_events.invoke): Register new handlers.
16597 * gdb.python/py-events.exp: Add tests for inferior call,
16598 memory_changed and register_changed events.
16599
16600 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16601
16602 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16603 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16604 if the linker doesn't understand this.
16605
16606 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16607
16608 * gdb.python/python.exp: Change expected reply to help().
16609
16610 2014-12-01 Yao Qi <yao@codesourcery.com>
16611
16612 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16613 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16614 * configure: Re-generated.
16615
16616 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16617
16618 * gdb.cp/chained-calls.cc: New file.
16619 * gdb.cp/chained-calls.exp: New file.
16620 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16621
16622 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16623
16624 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16625 * gdb.dwarf2/symtab-producer.exp: Same.
16626 * gdb.gdb/python-interrupts.exp: Same.
16627 * gdb.gdb/python-selftest.exp: Same.
16628 * gdb.python/py-linetable.exp: Same.
16629 * gdb.python/py-type.exp: Same.
16630 * gdb.python/py-value-cc.exp: Same.
16631 * gdb.python/py-value.exp: Same.
16632
16633 2014-11-28 Yao Qi <yao@codesourcery.com>
16634
16635 * gdb.base/break-probes.exp: Match library name prefixed with
16636 sysroot.
16637
16638 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16639
16640 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16641 test expected output. Add parentheses for the call to print.
16642 Remove L suffix from integers.
16643
16644 2014-11-26 Doug Evans <dje@google.com>
16645
16646 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16647
16648 2014-11-22 Yao Qi <yao@codesourcery.com>
16649
16650 * gdb.trace/entry-values.c: Remove asms.
16651 (foo): Add foo_label.
16652 (bar): Add bar_label.
16653 * gdb.trace/entry-values.exp: Remove code computing foo's
16654 length and bar's length.
16655 (Dwarf::assemble): Invoke function_range for bar and use
16656 MACRO_AT_func for foo.
16657
16658 2014-11-22 Yao Qi <yao@codesourcery.com>
16659
16660 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16661 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16662 Use .Lgcc43_procstart instead of gcc43.
16663
16664 2014-11-21 Joel Brobecker <brobecker@adacore.com>
16665
16666 * gdb.ada/n_arr_bound: New testcase.
16667
16668 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16669
16670 PR breakpoints/10737
16671 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16672 test_catch_syscall_multi_arch.
16673 (test_catch_syscall_multi_arch): New function.
16674
16675 2014-11-20 Doug Evans <xdje42@gmail.com>
16676
16677 * gdb.base/maint.exp: Update expected output.
16678
16679 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16680
16681 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16682 4-byte instruction on S390.
16683
16684 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16685
16686 * gdb.ada/arr_arr: New testcase.
16687
16688 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16689
16690 * gdb.ada/pkd_arr_elem: New Testcase.
16691
16692 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
16693
16694 * gdb.reverse/break-precsave: Expect completion message for
16695 core file reads.
16696 * gdb.reverse/consecutive-precsave.exp: Likewise.
16697 * gdb.reverse/finish-precsave.exp: Likewise.
16698 * gdb.reverse/i386-precsave.exp: Likewise.
16699 * gdb.reverse/machinestate-precsave.exp: Likewise.
16700 * gdb.reverse/sigall-precsave.exp: Likewise.
16701 * gdb.reverse/solib-precsave.exp: Likewise.
16702 * gdb.reverse/step-precsave.exp: Likewise.
16703 * gdb.reverse/until-precsave.exp: Likewise.
16704 * gdb.reverse/watch-precsave.exp: Likewise.
16705
16706 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16707
16708 * gdb.base/bp-permanent.c: Include unistd.h.
16709 * gdb.python/py-framefilter-mi.c (main): Add return type.
16710 * gdb.python/py-framefilter.c (main): Likewise.
16711 * gdb.trace/actions-changed.c (main): Likewise.
16712
16713 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16714
16715 * gdb.mi/until.c: Add eye-catchers.
16716 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16717 line numbers.
16718
16719 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16720
16721 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16722 function header variants in break1.c.
16723 * gdb.base/ena-dis-br.exp: Likewise.
16724 * gdb.base/hbreak2.exp: Likewise.
16725 * gdb.reverse/until-precsave.exp: Drop references to removed
16726 non-prototype function header variants in ur1.c.
16727 * gdb.reverse/until-reverse.exp: Likewise.
16728
16729 2014-11-17 Petr Machata <pmachata@redhat.com>
16730
16731 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16732 ${_cu_offset_size} bytes abbrev offset.
16733
16734 2014-11-15 Doug Evans <xdje42@gmail.com>
16735
16736 PR symtab/17559
16737 * gdb.base/line-symtabs.exp: New file.
16738 * gdb.base/line-symtabs.c: New file.
16739 * gdb.base/line-symtabs.h: New file.
16740
16741 2014-11-14 Yao Qi <yao@codesourcery.com>
16742
16743 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16744 (func): Add label func_label.
16745 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16746 Replace low_pc and high_pc with MACRO_AT_range.
16747 Replace name, low_pc and high_pc with MACRO_AT_func.
16748
16749 2014-11-14 Yao Qi <yao@codesourcery.com>
16750
16751 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16752 Replace name, low_pc and high_pc with MACRO_AT_func.
16753
16754 2014-11-14 Yao Qi <yao@codesourcery.com>
16755
16756 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16757 produce debug information.
16758 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16759
16760 2014-11-14 Yao Qi <yao@codesourcery.com>
16761
16762 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16763 object and get function length.
16764 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16765 with MACRO_AT_func.
16766 (top-level): Replace gdb_compile and clean_restart with
16767 prepare_for_testing.
16768 * gdb.dwarf2/main.c (main): Add label main_label.
16769
16770 2014-11-14 Yao Qi <yao@codesourcery.com>
16771
16772 * lib/dwarf.exp (function_range): New procedure.
16773 (Dwarf::_handle_macro_at_func): New procedure.
16774 (Dwarf::_handle_macro_at_range): New procedure.
16775 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16776
16777 2014-11-14 Yao Qi <yao@codesourcery.com>
16778
16779 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16780 (_handle_attribute): New procedure.
16781
16782 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16783
16784 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16785 * gdb.base/call-sc.c (zed): Likewise.
16786 * gdb.base/checkpoint.c (main): Likewise.
16787 * gdb.base/dump.c (main): Likewise.
16788 * gdb.base/gcore.c (main): Likewise.
16789 * gdb.base/huge.c (main): Likewise.
16790 * gdb.base/multi-forks.c (main): Likewise.
16791 * gdb.base/pr10179-a.c (main): Likewise.
16792 * gdb.base/savedregs.c (main): Likewise.
16793 * gdb.base/sigaltstack.c (main): Likewise.
16794 * gdb.base/siginfo.c (main): Likewise.
16795 * gdb.base/structs.c (zed): Likewise.
16796 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16797 * gdb.mi/mi-syn-frame.c (main): Likewise.
16798 * gdb.mi/until.c (foo, main): Likewise.
16799 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16800 * gdb.base/solib-weak.c (foo): Declare.
16801 * gdb.base/attach-twice.c: Include stdio.h.
16802 * gdb.base/weaklib1.c: Likewise.
16803 * gdb.base/weaklib2.c: Likewise.
16804 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16805 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16806 unistd.h.
16807 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16808 * gdb.mi/mi-exit-code.c: Likewise.
16809 * gdb.base/break-interp-lib.c: Include string.h.
16810 * gdb.base/coremaker.c: Likewise.
16811 * gdb.base/testenv.c: Likewise.
16812 * gdb.python/py-finish-breakpoint.c: Likewise.
16813 * gdb.base/inferior-died.c: Include sys/wait.h.
16814 * gdb.base/fileio.c: Include time.h.
16815 * gdb.base/async-shell.c: Include unistd.h.
16816 * gdb.base/dprintf-non-stop.c: Likewise.
16817 * gdb.base/info-os.c: Likewise.
16818 * gdb.mi/mi-console.c: Likewise.
16819 * gdb.mi/watch-nonstop.c: Likewise.
16820 * gdb.python/py-events.c: Likewise.
16821 * gdb.base/async.c (baz): Move up before its invocation.
16822 * gdb.base/code_elim2.c (my_global_func): Likewise.
16823 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16824 * gdb.base/advance.c (func2): Likewise.
16825
16826 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16827
16828 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16829 variant.
16830 * gdb.base/annota3.c: Likewise.
16831 * gdb.base/async.c: Likewise.
16832 * gdb.base/average.c: Likewise.
16833 * gdb.base/call-ar-st.c: Likewise.
16834 * gdb.base/call-rt-st.c: Likewise.
16835 * gdb.base/call-sc.c: Likewise.
16836 * gdb.base/call-strs.c: Likewise.
16837 * gdb.base/ending-run.c: Likewise.
16838 * gdb.base/execd-prog.c: Likewise.
16839 * gdb.base/exprs.c: Likewise.
16840 * gdb.base/foll-exec.c: Likewise.
16841 * gdb.base/foll-fork.c: Likewise.
16842 * gdb.base/foll-vfork.c: Likewise.
16843 * gdb.base/funcargs.c: Likewise.
16844 * gdb.base/gcore.c: Likewise.
16845 * gdb.base/jump.c: Likewise.
16846 * gdb.base/langs0.c: Likewise.
16847 * gdb.base/langs1.c: Likewise.
16848 * gdb.base/langs2.c: Likewise.
16849 * gdb.base/mips_pro.c: Likewise.
16850 * gdb.base/nodebug.c: Likewise.
16851 * gdb.base/opaque0.c: Likewise.
16852 * gdb.base/opaque1.c: Likewise.
16853 * gdb.base/recurse.c: Likewise.
16854 * gdb.base/run.c: Likewise.
16855 * gdb.base/scope0.c: Likewise.
16856 * gdb.base/scope1.c: Likewise.
16857 * gdb.base/setshow.c: Likewise.
16858 * gdb.base/setvar.c: Likewise.
16859 * gdb.base/shmain.c: Likewise.
16860 * gdb.base/shr1.c: Likewise.
16861 * gdb.base/shr2.c: Likewise.
16862 * gdb.base/sigall.c: Likewise.
16863 * gdb.base/signals.c: Likewise.
16864 * gdb.base/so-indr-cl.c: Likewise.
16865 * gdb.base/solib2.c: Likewise.
16866 * gdb.base/structs.c: Likewise.
16867 * gdb.base/sum.c: Likewise.
16868 * gdb.base/vforked-prog.c: Likewise.
16869 * gdb.base/watchpoint.c: Likewise.
16870 * gdb.reverse/shr2.c: Likewise.
16871 * gdb.reverse/until-reverse.c: Likewise.
16872 * gdb.reverse/ur1.c: Likewise.
16873 * gdb.reverse/watch-reverse.c: Likewise.
16874
16875 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16876
16877 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16878 variant.
16879 * gdb.base/sepdebug.exp: Drop references to removed code.
16880
16881 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16882
16883 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16884 variant. Preserve original line numbering.
16885 * gdb.base/list1.c: Likewise.
16886
16887 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16888
16889 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16890 variant.
16891 * gdb.base/break1.c: Likewise.
16892 * gdb.base/break.exp: Drop references to removed code.
16893
16894 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16895
16896 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16897 variant.
16898
16899 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16900
16901 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16902
16903 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16904
16905 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16906 logic into perform_all_tests() and invoke it with and without
16907 function header prototypes.
16908 (do_function_calls): Remove conditional XFAIL for PR 5318.
16909 (rerun_and_prepare): Remove duplicate code.
16910 (perform_all_tests): New. Main logic moved here.
16911
16912 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16913
16914 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16915 code guarded by #ifdef NO_PROTOTYPES.
16916 (t_double_many_args): Likewise.
16917 (DEF_FUNC_MANY_ARGS_1): Likewise.
16918 (DEF_FUNC_VALUES_1): Likewise.
16919 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16920 guarded by #ifdef PROTOTYPES.
16921
16922 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16923
16924 * gdb.mi/mi-console.c: Add eye-catcher.
16925 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16926 instead of literal line number.
16927
16928 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16929
16930 * gdb.base/shr2.c: Add eye-catcher.
16931 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16932 line number.
16933
16934 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16935
16936 * gdb.base/jump.c: Add eye-catchers.
16937 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16938 numbers.
16939
16940 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16941
16942 * gdb.base/execd-prog.c: Add eye-catchers.
16943 * gdb.base/foll-exec.c: Likewise.
16944 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16945 line numbers.
16946
16947 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16948
16949 * gdb.base/ending-run.c: Add eye-catchers.
16950 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16951 literal line numbers.
16952
16953 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16954
16955 * gdb.base/call-rt-st.c: Add eye-catchers.
16956 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16957 literal line numbers.
16958
16959 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16960
16961 * gdb.base/call-ar-st.c: Add eye-catchers.
16962 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16963 literal line numbers.
16964
16965 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16966
16967 * gdb.base/average.c: Add eye-catchers.
16968 * gdb.base/sum.c: Likewise.
16969 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16970 regexps dynamically.
16971
16972 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16973
16974 * gdb.base/solib1.c: Add eye-catchers.
16975 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16976 literal line numbers.
16977
16978 2014-11-12 Pedro Alves <palves@redhat.com>
16979
16980 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16981 leader has exited.
16982
16983 2014-11-12 Pedro Alves <palves@redhat.com>
16984
16985 * gdb.arch/i386-bp_permanent.c: New file.
16986 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16987 (srcfile): Set to i386-bp_permanent.c.
16988 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16989 that stepi does not execute the 'leave' instruction, instead of
16990 testing it does execute.
16991 * gdb.base/bp-permanent.c: New file.
16992 * gdb.base/bp-permanent.exp: New file.
16993
16994 2014-11-10 Doug Evans <xdje42@gmail.com>
16995
16996 PR symtab/17564
16997 * gdb.base/symtab-search-order.exp: New file.
16998 * gdb.base/symtab-search-order.c: New file.
16999 * gdb.base/symtab-search-order-1.c: New file.
17000 * gdb.base/symtab-search-order-shlib-1.c: New file.
17001
17002 2014-11-07 Pedro Alves <palves@redhat.com>
17003
17004 PR gdb/17511
17005 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17006 i?86-*-linux*.
17007
17008 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17009
17010 PR c++/17494
17011 * gdb.cp/pr17494.cc: New file.
17012 * gdb.cp/pr17494.exp: New file.
17013
17014 2014-11-02 Yao Qi <yao@codesourcery.com>
17015
17016 * gdb.python/python.exp: Get working directory and match the
17017 output of "set extended-prompt \\w " with it.
17018
17019 2014-10-30 Doug Evans <dje@google.com>
17020
17021 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17022 in objfiles.
17023 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17024 in progspaces.
17025
17026 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
17027
17028 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17029 * gdb.base/realname-expand.exp: Likewise.
17030 * gdb.linespec/macro-relative.exp: Likewise.
17031
17032 2014-10-29 Pedro Alves <palves@redhat.com>
17033
17034 PR gdb/17408
17035 * gdb.threads/schedlock.c (some_function): New function.
17036 (call_function): New global.
17037 (MAYBE_CALL_SOME_FUNCTION): New macro.
17038 (thread_function): Call it.
17039 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17040 and use it instead of a global counter. Adjust all callers.
17041 (get_current_thread): Use "find current thread" for test message
17042 here rather than having all callers pass down the same string.
17043 (goto_loop): New procedure, factored out from ...
17044 (my_continue): ... this.
17045 (step_ten_loops): Change parameter from test message to command to
17046 use. Adjust.
17047 (list_count): Delete global.
17048 (check_result): New procedure, factored out from duplicate top
17049 level code.
17050 (continue tests): Wrap in with_test_prefix.
17051 (test_step): New procedure, factored out from duplicate top level
17052 code.
17053 (top level): Test "step" in combination with all scheduler-locking
17054 modes. Test "next" in combination with all scheduler-locking
17055 modes, and in combination with stepping over a function call or
17056 not.
17057 * gdb.threads/next-bp-other-thread.c: New file.
17058 * gdb.threads/next-bp-other-thread.exp: New file.
17059
17060 2014-10-29 Pedro Alves <palves@redhat.com>
17061
17062 PR python/17372
17063 * gdb.python/python.exp: Test a multi-line command that spawns
17064 interactive Python.
17065 * gdb.base/multi-line-starts-subshell.exp: New file.
17066
17067 2014-10-29 Yao Qi <yao@codesourcery.com>
17068
17069 * gdb.base/fileio.exp: Make directories on host.
17070
17071 2014-10-29 Yao Qi <yao@codesourcery.com>
17072
17073 * gdb.base/fileio.c (test_write): Close the file.
17074
17075 2014-10-28 Pedro Alves <palves@redhat.com>
17076
17077 PR gdb/12623
17078 * gdb.base/sigstep.c (no_handler): New global.
17079 (main): If 'no_handler is true, set the signal handlers to
17080 SIG_IGN.
17081 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17082 with_sw_watch and no_handler parameters. Handle them.
17083 (top level) <stepping over handler when stopped at a breakpoint
17084 test>: Add a test axis for testing with a software watchpoint, and
17085 another for testing with the signal handler set to SIG_IGN.
17086 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17087 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17088
17089 2014-10-28 Pedro Alves <palves@redhat.com>
17090
17091 PR gdb/17511
17092 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17093 * gdb.base/sigstep.exp (other_handler_location): New global.
17094 (advance): Support stepping into the signal handler, and running
17095 commands while in the handler.
17096 (in_handler_map): New global.
17097 (top level): In the advance test, add combinations for getting
17098 into the handler with stepping commands, and for running commands
17099 in the handler. Add comment descripting the advancei tests.
17100
17101 2014-10-28 Pedro Alves <palves@redhat.com>
17102
17103 * gdb.base/sigstep.exp: Use build_executable instead of
17104 prepare_for_testing.
17105 (top level): Move code that starts GDB, runs to main and creates a
17106 display to ...
17107 (restart): ... this new procedure.
17108 (top level): Move backtrace from signal handler test to ...
17109 (validate_backtrace): ... this new procedure.
17110 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17111 with_test_prefix. Always restart GDB.
17112 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17113 with_test_prefix. Always restart GDB. No need to delete
17114 breakpoints after the test.
17115 (test_skip_handler): Remove prefix parameter.
17116 (skip_over_handler, breakpoint_to_handler)
17117 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17118 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17119 restart GDB. No need to delete breakpoints after the test.
17120 (top level): Use foreach to call the test procedures with
17121 different commands.
17122
17123 2014-10-28 Pedro Alves <palves@redhat.com>
17124
17125 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17126 instead of GNATS numbers.
17127 * gdb.base/sigbpt.exp: Likewise.
17128 * gdb.base/siginfo.exp: Likewise.
17129 * gdb.base/sigstep.exp: Likewise.
17130
17131 2014-10-27 Pedro Alves <palves@redhat.com>
17132
17133 * gdb.base/sigstep.c (dummy): New global.
17134 (main): Issue a couple writes to the new global.
17135 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17136 procedures.
17137 (skip_over_handler): Use test_skip_handler.
17138 (top level): Call skip_over_handler for stepi and nexti too.
17139 (breakpoint_over_handler): Use test_skip_handler.
17140 (top level): Call breakpoint_over_handler for stepi and nexti too.
17141
17142 2014-10-27 Yao Qi <yao@codesourcery.com>
17143
17144 * gdb.trace/tfile.c (adjust_function_address)
17145 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17146 function descriptor.
17147
17148 2014-10-24 Don Breazeal <donb@codesourcery.com>
17149
17150 * gdb.base/foll-fork.exp (test_follow_fork,
17151 catch_fork_child_follow): Check for updated fork messages emitted
17152 from infrun.c.
17153 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17154 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17155 vfork_and_exec_child_follow_through_step): Check for updated vfork
17156 messages emitted from infrun.c.
17157
17158 2014-10-24 Pedro Alves <palves@redhat.com>
17159
17160 * gdb.base/corefile.exp: Remove references to ultrix.
17161 * gdb.base/interrupt.exp: Likewise.
17162 * gdb.base/whatis.exp: Likewise.
17163 * gdb.gdb/selftest.exp: Likewise.
17164 * gdb.threads/manythreads.exp: Likewise.
17165 * gdb.threads/print-threads.exp: Likewise.
17166 * gdb.threads/pthreads.exp:: Likewise.
17167 * gdb.threads/schedlock.exp: Likewise.
17168
17169 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17170
17171 * gdb.cp/non-trivial-retval.cc: Add a test case.
17172 * gdb.cp/non-trivial-retval.exp: Add a test.
17173
17174 2014-10-20 Yao Qi <yao@codesourcery.com>
17175
17176 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17177 * gdb.python/py-objfile-script-gdb.py: New file.
17178 * gdb.python/py-objfile-script.exp: Update reference to
17179 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17180 of remote_download. Remove the dest file.
17181
17182 2014-10-20 Yao Qi <yao@codesourcery.com>
17183
17184 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17185 * gdb.base/step-line.exp: Likewise.
17186 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17187 * gdb.dwarf2/dw2-basic.exp: Likewise.
17188 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17189 * gdb.dwarf2/dw2-filename.exp: Likewise.
17190 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17191 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17192 * gdb.dwarf2/dw2-producer.exp: Likewise.
17193 * gdb.dwarf2/mac-fileno.exp: Likewise.
17194 * gdb.python/py-frame-args.exp: Likewise.
17195 * gdb.python/py-framefilter.exp: Likewise.
17196 * gdb.python/py-mi.exp: Likewise.
17197 * gdb.python/py-objfile-script.exp: Likewise
17198 * gdb.python/py-pp-integral.exp: Likewise.
17199 * gdb.python/py-pp-re-notag.exp: Likewise.
17200 * gdb.python/py-prettyprint.exp: Likewise.
17201 * gdb.python/py-section-script.exp: Likewise.
17202 * gdb.python/py-typeprint.exp: Likewise.
17203 * gdb.python/py-xmethods.exp: Likewise.
17204 * gdb.stabs/weird.exp: Likewise.
17205 * gdb.xml/tdesc-regs.exp: Likewise.
17206
17207 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17208
17209 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17210 (out_cu): Use addr_len for the size of addresses.
17211 (out_line): Likewise. Size DW_LNE_set_address instruction
17212 according to addr_len.
17213 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17214 (FUNC): Add START_INSNS to definition.
17215
17216 2014-10-18 Yao Qi <yao@codesourcery.com>
17217
17218 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17219 gdb_has_argv0 return true.
17220 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17221 check [target_info exists noargs], check [gdb_has_argv0]
17222 instead.
17223 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17224 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17225 procedures.
17226
17227 2014-10-17 Doug Evans <dje@google.com>
17228
17229 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17230 event.
17231 * gdb.python/py-events.py: Add clear_objfiles event.
17232
17233 2014-10-17 Doug Evans <dje@google.com>
17234
17235 * gdb.python/py-objfile.exp: Test progspace attribute.
17236
17237 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
17238
17239 * gdb.guile/scm-breakpoint.exp: Do not assume any
17240 directory separators when matching source file paths.
17241 * gdb.python/py-breakpoint.exp: Likewise.
17242 * gdb.reverse/break-precsave.exp: Likewise.
17243 * gdb.reverse/break-reverse.exp: Likewise.
17244 * gdb.reverse/consecutive-precsave.exp: Likewise.
17245 * gdb.reverse/finish-precsave.exp: Likewise.
17246 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17247 * gdb.reverse/finish-reverse.exp: Likewise.
17248 * gdb.reverse/i386-precsave.exp: Likewise.
17249 * gdb.reverse/i387-env-reverse.exp: Likewise.
17250 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17251 * gdb.reverse/machinestate-precsave.exp: Likewise.
17252 * gdb.reverse/machinestate.exp: Likewise.
17253 * gdb.reverse/sigall-precsave.exp: Likewise.
17254 * gdb.reverse/solib-precsave.exp: Likewise.
17255 * gdb.reverse/step-precsave.exp: Likewise.
17256 * gdb.reverse/until-precsave.exp: Likewise.
17257 * gdb.reverse/watch-precsave.exp: Likewise.
17258 * gdb.reverse/watch-reverse.exp: Likewise.
17259
17260 2014-10-17 Yao Qi <yao@codesourcery.com>
17261
17262 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17263 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17264
17265 2014-10-17 Pedro Alves <palves@redhat.com>
17266
17267 PR gdb/17471
17268 * gdb.base/bg-execution-repeat.c: New file.
17269 * gdb.base/bg-execution-repeat.exp: New file.
17270
17271 2014-10-17 Pedro Alves <palves@redhat.com>
17272
17273 PR gdb/17300
17274 * gdb.base/continue-all-already-running.c: New file.
17275 * gdb.base/continue-all-already-running.exp: New file.
17276
17277 2014-10-17 Pedro Alves <palves@redhat.com>
17278
17279 PR gdb/17472
17280 * gdb.base/annota-input-while-running.c: New file.
17281 * gdb.base/annota-input-while-running.exp: New file.
17282
17283 2014-10-17 Pedro Alves <palves@redhat.com>
17284
17285 * gdb.base/callfuncs.exp: emove references to osf.
17286 * gdb.base/sigall.exp: Likewise.
17287 * gdb.gdb/selftest.exp: Likewise.
17288 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17289 * gdb.mi/non-stop.c: Likewise.
17290 * gdb.mi/pthreads.c: Likewise.
17291 * gdb.reverse/sigall-precsave.exp: Likewise.
17292 * gdb.reverse/sigall-reverse.exp: Likewise.
17293 * gdb.threads/pthreads.c: Likewise.
17294 * gdb.threads/pthreads.exp: Likewise.
17295
17296 2014-10-17 Yao Qi <yao@codesourcery.com>
17297
17298 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17299 check 'target_info exists noargs'.
17300 (test_command_prompt_position): Likewise.
17301 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17302 Remove "set args".
17303 (progvar_simple_while_test): Likewise.
17304 (progvar_complex_if_while_test): Likewise.
17305 (if_while_breakpoint_command_test): Likewise.
17306 (infrun_breakpoint_command_test): Likewise.
17307 (breakpoint_command_test): Likewise.
17308 (watchpoint_command_test): Likewise.
17309 (bp_deleted_in_command_test): Likewise.
17310 (temporary_breakpoint_commands): Likewise.
17311
17312 2014-10-16 Yao Qi <yao@codesourcery.com>
17313
17314 * gdb.base/remotetimeout.exp: Remove noargs checking.
17315
17316 2014-10-15 Pedro Alves <palves@redhat.com>
17317
17318 PR breakpoints/9649
17319 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17320 * gdb.base/breakpoint-in-ro-region.exp
17321 (probe_target_hardware_step): New procedure.
17322 (top level): Probe hardware stepping and hardware breakpoint
17323 support. Test stepping through a read-only region, with both
17324 "breakpoint auto-hw" on and off and both "always-inserted" on and
17325 off.
17326
17327 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17328
17329 * gdb.dlang/demangle.exp: Update for demangling changes.
17330
17331 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17332
17333 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17334 * gdb.cp/non-trivial-retval.exp: Add new tests.
17335
17336 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17337
17338 PR c++/13403
17339 PR c++/15154
17340 * gdb.cp/non-trivial-retval.cc: New file.
17341 * gdb.cp/non-trivial-retval.exp: New file.
17342
17343 2014-10-15 Yao Qi <yao@codesourcery.com>
17344
17345 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17346 remote host.
17347
17348 2014-10-15 Yao Qi <yao@codesourcery.com>
17349
17350 * gdb.python/py-symbol.exp: Match file base name if host is
17351 remote, otherwise match file name with dir name.
17352 * gdb.python/py-symtab.exp: Likewise.
17353 * gdb.python/python.exp: Likewise.
17354
17355 2014-10-15 Yao Qi <yao@codesourcery.com>
17356
17357 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17358 pattern.
17359 * gdb.python/py-symtab.exp: Likewise.
17360 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17361 locationn.
17362
17363 2014-10-14 Joel Brobecker <brobecker@adacore.com>
17364
17365 * gdb.ada/addr_arith: New testcase.
17366
17367 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17368
17369 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17370 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17371 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17372 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17373
17374 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17375
17376 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17377 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17378 * gdb.arch/stap-eval-lang-ada.exp: New file.
17379
17380 2014-10-14 Yao Qi <yao@codesourcery.com>
17381
17382 * gdb.mi/mi-var-child.c (nothing1): New function.
17383 (nothing2): New function.
17384 (do_children_tests): Set function pointers by nothing1 and
17385 nothing2.
17386 * gdb.mi/mi-var-child.exp: Step over new added statements.
17387 Update test to match the new output.
17388 * gdb.mi/var-cmd.c (nothing1): New function.
17389 (nothing2): New function.
17390 (do_children_tests): Set function pointers by nothing1 and
17391 nothing2.
17392 * gdb.mi/mi-var-display.exp: Update test to match output.
17393 Step to the line specified by $line_dct_nothing.
17394 Increase the number of lines to step.
17395
17396 2014-10-14 Yao Qi <yao@codesourcery.com>
17397
17398 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17399 tests.
17400 * gdb.mi/mi2-var-child.exp: Likewise.
17401
17402 2014-10-13 Doug Evans <dje@google.com>
17403
17404 * gdb.python/py-objfile.exp: Change name of file name test.
17405
17406 2014-10-13 Doug Evans <dje@google.com>
17407
17408 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17409 from the start of the CU.
17410
17411 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17412 Yao Qi <yao@codesourcery.com>
17413
17414 Fix "save breakpoints" for "catch" command.
17415 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17416 Remove -nonewline. Match also the added "main" line.
17417
17418 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17419
17420 Fix "save breakpoints" for "disable $bpnum" command.
17421 * gdb.base/save-bp.c (main): Add label.
17422 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17423
17424 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17425
17426 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17427
17428 2014-10-11 Yao Qi <yao@codesourcery.com>
17429
17430 * gdb.server/server-kill.exp: Execute command
17431 "set remote trace-status-packet on" before "tstatus".
17432
17433 2014-10-11 Yao Qi <yao@codesourcery.com>
17434
17435 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17436 (main): Call getppid.
17437 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17438 and continue to it. Read variable "server_pid".
17439
17440 2014-10-11 Yao Qi <yao@codesourcery.com>
17441
17442 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17443
17444 2014-10-11 Yao Qi <yao@codesourcery.com>
17445
17446 * gdb.threads/thread-find.exp: Don't execute command
17447 "info threads".
17448 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17449 * gdb.threads/linux-dp.exp: Don't check the condition
17450 $threads_created equals to zero.
17451
17452 2014-10-10 Pedro Alves <palves@redhat.com>
17453
17454 * gdb.base/bigcore.exp: Remove references to IRIX.
17455 * gdb.base/funcargs.exp: Likewise.
17456 * gdb.base/interrupt.exp: Likewise.
17457 * gdb.base/mips_pro.exp: Likewise.
17458 * gdb.base/nodebug.exp: Likewise.
17459 * gdb.base/setvar.exp: Likewise.
17460 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17461
17462 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17463 Pedro Alves <palves@redhat.com>
17464
17465 PR symtab/14466
17466 * gdb.base/vdso-warning.c: New file.
17467 * gdb.base/vdso-warning.exp: New file.
17468
17469 2014-10-02 Doug Evans <dje@google.com>
17470
17471 * gdb.base/structs.c (main): Don't run forever.
17472
17473 2014-10-02 Pedro Alves <palves@redhat.com>
17474
17475 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17476 (top level) <stop threads 1, stop threads 2>: Use it.
17477
17478 2014-10-02 Pedro Alves <palves@redhat.com>
17479
17480 * gdb.threads/break-while-running.exp (test): Add new
17481 'update_thread_list' argument. Skip "info threads" if false.
17482 (top level): Add new 'update_thread_list' axis.
17483
17484 2014-10-02 Pedro Alves <palves@redhat.com>
17485
17486 PR breakpoints/17431
17487 * gdb.base/execl-update-breakpoints.c: New file.
17488 * gdb.base/execl-update-breakpoints.exp: New file.
17489
17490 2014-10-01 Pedro Alves <palves@redhat.com>
17491
17492 * gdb.base/breakpoint-in-ro-region.c: New file.
17493 * gdb.base/breakpoint-in-ro-region.exp: New file.
17494
17495 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17496
17497 * gdb.mi/mi-exit-code.exp: New file.
17498 * gdb.mi/mi-exit-code.c: New file.
17499
17500 2014-09-30 Yao Qi <yao@codesourcery.com>
17501
17502 * lib/prelink-support.exp (build_executable_own_libs): Error if
17503 the target isn't native.
17504
17505 2014-09-30 Yao Qi <yao@codesourcery.com>
17506
17507 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17508 false.
17509
17510 2014-09-22 Pedro Alves <palves@redhat.com>
17511
17512 * gdb.threads/break-while-running.exp: New file.
17513 * gdb.threads/break-while-running.c: New file.
17514
17515 2014-09-19 Yao Qi <yao@codesourcery.com>
17516
17517 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17518 Invoke test. Restart GDB with --readnow and invoke test again.
17519
17520 2014-09-19 Yao Qi <yao@codesourcery.com>
17521
17522 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17523 proc set_breakpoint_on_gcd_function. Invoke
17524 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17525 invoke set_breakpoint_on_gcd_function again.
17526
17527 2014-09-18 Doug Evans <dje@google.com>
17528
17529 * gdb.dwarf2/symtab-producer.exp: New file.
17530
17531 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17532
17533 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17534 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17535 * gdb.base/global-var-nested-by-dso.c: Likewise.
17536 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17537
17538 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17539 Pedro Alves <palves@redhat.com>
17540
17541 * gdb.base/watch-bitfields.exp: Pass string other than test file
17542 name to prepare_for_testing.
17543 (watch): New procedure.
17544 (expect_watchpoint): Use with_test_prefix.
17545 (top level): Factor out tests to ...
17546 (test_watch_location, test_regular_watch): ... these new
17547 procedures, and use with_test_prefix and gdb_continue_to_end.
17548
17549 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17550
17551 PR breakpoints/12526
17552 * gdb.base/watch-bitfields.exp: New file.
17553 * gdb.base/watch-bitfields.c: New file.
17554
17555 2014-09-16 Pedro Alves <palves@redhat.com>
17556
17557 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17558 software and hardware addresses, not software address against
17559 itself.
17560
17561 2014-09-16 Pedro Alves <palves@redhat.com>
17562
17563 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17564 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17565
17566 2014-09-16 Pedro Alves <palves@redhat.com>
17567
17568 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17569 files.
17570 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17571 "*-*-vxworks*" throughout.
17572 * gdb.base/break.exp: Likewise.
17573 * gdb.base/default.exp: Likewise.
17574 * gdb.base/scope.exp: Likewise.
17575 * gdb.base/sepdebug.exp: Likewise.
17576 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17577 throughout.
17578 * gdb.base/run.c: Likewise.
17579 * gdb.base/sepdebug.c: Likewise.
17580 * gdb.hp/gdb.aCC/run.c: Likewise.
17581 * gdb.reverse/until-reverse.c: Likewise.
17582 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17583
17584 2014-09-16 Yao Qi <yao@codesourcery.com>
17585
17586 * boards/local-remote-host-native.exp: New file.
17587
17588 2014-09-14 Doug Evans <xdje42@gmail.com>
17589
17590 * gdb.threads/queue-signal.c (thread_count): New variable.
17591 (thread_count_mutex, thread_count_condvar): New variables.
17592 (incr_thread_count, wait_all_threads_running): New functions.
17593 (main): Wait for all threads to be in their thread functions.
17594
17595 2014-09-13 Doug Evans <xdje42@gmail.com>
17596
17597 * gdb.threads/queue-signal.c: New file.
17598 * gdb.threads/queue-signal.exp: New file.
17599
17600 2014-09-13 Doug Evans <xdje42@gmail.com>
17601
17602 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17603 be consistent with what default_gdb_init uses.
17604 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17605 the plain text of the prompt. Add some logging printfs.
17606 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17607
17608 2014-09-12 Pedro Alves <palves@redhat.com>
17609
17610 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17611 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17612 * gdb.arch/i386-size-overlap.exp: Likewise.
17613 * gdb.arch/i386-size.exp: Likewise.
17614 * gdb.arch/i386-unwind.exp: Likewise.
17615 * gdb.base/a2-run.exp: Likewise.
17616 * gdb.base/break.exp: Likewise.
17617 * gdb.base/charset.exp: Likewise.
17618 * gdb.base/chng-syms.exp: Likewise.
17619 * gdb.base/commands.exp: Likewise.
17620 * gdb.base/dbx.exp: Likewise.
17621 * gdb.base/find.exp: Likewise.
17622 * gdb.base/funcargs.exp: Likewise.
17623 * gdb.base/jit-simple.exp: Likewise.
17624 * gdb.base/reread.exp: Likewise.
17625 * gdb.base/sepdebug.exp: Likewise.
17626 * gdb.base/step-bt.exp: Likewise.
17627 * gdb.cp/mb-inline.exp: Likewise.
17628 * gdb.cp/mb-templates.exp: Likewise.
17629 * gdb.objc/basicclass.exp: Likewise.
17630 * gdb.threads/killed.exp: Likewise.
17631
17632 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17633
17634 PR tdep/17379
17635 * gdb.arch/powerpc-stackless.S: New file.
17636 * gdb.arch/powerpc-stackless.exp: New file.
17637
17638 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17639
17640 * gdb.base/attach.c: Include unistd.h.
17641 (main): Call alarm. Add label postloop.
17642 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17643 gdb_breakpoint, gdb_continue_to_breakpoint.
17644 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17645
17646 2014-09-11 Pedro Alves <palves@redhat.com>
17647
17648 PR gdb/17347
17649 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17650 * gdb.base/attach.exp (test_command_line_attach_run): New
17651 procedure.
17652 (top level): Call it.
17653
17654 2014-09-11 Pedro Alves <palves@redhat.com>
17655
17656 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17657 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17658 (do_command_attach_tests): Use spawn_wait_for_attach.
17659 * gdb.base/solib-overlap.exp: Likewise.
17660 * gdb.multi/multi-attach.exp: Likewise.
17661 * gdb.python/py-prompt.exp: Likewise.
17662 * gdb.python/py-sync-interp.exp: Likewise.
17663 * gdb.server/ext-attach.exp: Likewise.
17664
17665 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17666
17667 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17668 command in testcase. Simplify testcase.
17669
17670 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17671
17672 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17673
17674 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17675
17676 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17677
17678 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17679
17680 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17681
17682 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17683
17684 * gdb.dwarf2/dynarr-ptr.c: New file.
17685 * gdb.dwarf2/dynarr-ptr.exp: New file.
17686
17687 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17688
17689 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17690 of 30 rather than hardcoding 120 for a slow test case. Take the
17691 `gdb,timeout' target setting into account for this calculation.
17692 Don't extend the timeout for the test cases that don't need it.
17693
17694 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17695
17696 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17697 a factor of 2 for a slow test case. Take the `gdb,timeout'
17698 target setting into account for this calculation.
17699 * gdb.reverse/until-precsave.exp: Increase the timeout by
17700 a factor of 15 and 3 respectively rather than adding 120
17701 for a pair of slow test cases. Take the `gdb,timeout'
17702 target setting into account for this calculation.
17703
17704 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17705
17706 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17707 timeout, don't pass one down to gdb_expect.
17708 (gdb_expect): Rework timeout selection.
17709
17710 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17711
17712 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17713 exception on timeout.
17714 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17715 (gdbserver_start_extended): Catch any `gdbserver_start' error
17716 exceptions.
17717 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17718 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17719 `gdbserver_gdb_load' error exceptions.
17720
17721 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17722
17723 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17724 120 on waiting for the TCP socket to open.
17725
17726 2014-09-09 Doug Evans <xdje42@gmail.com>
17727
17728 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17729 _caller_matches, _any_caller_is, _any_caller_matches.
17730
17731 2014-09-09 Doug Evans <xdje42@gmail.com>
17732
17733 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17734
17735 2014-09-09 Yao Qi <yao@codesourcery.com>
17736
17737 * gdb.mi/mi-var-display.exp: Set print symbol off.
17738
17739 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17740
17741 PR gdb/17035
17742 * gdb.base/commands.exp: Add tests to verify user-defined
17743 commands with empty bodies.
17744 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17745 python commands in `show user command`.
17746 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17747 scheme commands in `show user command`.
17748
17749 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17750
17751 PR python/17355
17752 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17753 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17754 * gdb.python/py-framefilter-invalidarg.exp: New file.
17755 * gdb.python/py-framefilter-invalidarg.py: New file.
17756
17757 2014-09-06 Doug Evans <xdje42@gmail.com>
17758
17759 PR 15276
17760 * gdb.python/py-caller-is.c: New file.
17761 * gdb.python/py-caller-is.exp: New file.
17762
17763 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17764
17765 PR gdb/17235
17766 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17767 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17768
17769 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17770
17771 PR fortran/17237
17772 * gdb.fortran/print-formatted.exp: New file.
17773 * gdb.fortran/print-formatted.f90: Likewise.
17774
17775 2014-09-03 Sasha Smundak <asmundak@google.com>
17776
17777 * gdb.python/py-frame.exp: Test Frame.read_register.
17778
17779 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17780
17781 PR python/16699
17782 * gdb.python/py-completion.exp: New file.
17783 * gdb.python/py-completion.py: Likewise.
17784
17785 2014-08-28 Doug Evans <dje@google.com>
17786
17787 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17788 eax,etc. are live with values set by gdb and thus the compiler can't
17789 use them.
17790 * gdb.arch/i386-pseudo.c (main): Ditto.
17791
17792 2014-08-27 Doug Evans <dje@google.com>
17793
17794 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17795
17796 2014-08-25 Doug Evans <dje@google.com>
17797
17798 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17799 (main): Ditto.
17800
17801 2014-08-25 Doug Evans <dje@google.com>
17802
17803 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17804
17805 2014-08-24 Yao Qi <yao@codesourcery.com>
17806
17807 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17808 symbol off.
17809 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17810
17811 2014-08-22 Doug Evans <dje@google.com>
17812
17813 PR 17276
17814 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17815 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17816 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17817
17818 2014-08-22 Yao Qi <yao@codesourcery.com>
17819
17820 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17821 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17822 * gdb.python/python.exp: Likewise. Use .py file on the host
17823 instead of the build.
17824
17825 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17826
17827 * gdb.threads/gcore-stale-thread.c: New file.
17828 * gdb.threads/gcore-stale-thread.exp: New file.
17829
17830 2014-08-21 Pedro Alves <palves@redhat.com>
17831
17832 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17833 * gdb.base/gcore-relro-pie.exp: Likewise.
17834 * gdb.base/gcore-relro.exp: Likewise.
17835 * gdb.base/gcore.exp: Likewise.
17836 * gdb.base/print-symbol-loading.exp: Likewise.
17837 * gdb.threads/gcore-thread.exp: Likewise.
17838 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17839
17840 2014-08-20 Pedro Alves <palves@redhat.com>
17841 Jan Kratochvil <jan.kratochvil@redhat.com>
17842
17843 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17844 configure.
17845 (EXPECT): Handle READ1 being set.
17846 (all): Depend on EXTRA_RULES.
17847 (check-read1, expect-read1, read1.so, read1): New rules.
17848 * README (Testsuite Parameters): Document the READ1 make variable.
17849 (Race detection): New section.
17850 * configure: Regenerate.
17851 * configure.ac: If build==host==target, and running under a
17852 GNU/glibc system, add read1 to the extra Makefile rules.
17853 (EXTRA_RULES): AC_SUBST it.
17854 * lib/read1.c: New file.
17855
17856 2014-08-20 Joel Brobecker <brobecker@adacore.com>
17857
17858 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17859 the handling of variables declared as a typedef to an array
17860 which a DW_AT_data_location attribute.
17861
17862 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
17863 Pedro Alves <palves@redhat.com>
17864
17865 PR symtab/14604
17866 PR symtab/14605
17867 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17868 gdb_test.
17869
17870 2014-08-19 Pedro Alves <palves@redhat.com>
17871
17872 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17873
17874 2014-08-19 Yao Qi <yao@codesourcery.com>
17875
17876 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17877 right line.
17878
17879 2014-08-18 David Blaikie <dblaikie@gmail.com>
17880
17881 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17882
17883 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17884
17885 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17886 attribute in array range.
17887
17888 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17889
17890 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17891
17892 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17893
17894 PR c++/17132
17895 * gdb.cp/pr17132.cc: New file.
17896 * gdb.cp/pr17132.exp: New file.
17897
17898 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17899
17900 * gdb.python/py-xmethods.py (A_getarrayind)
17901 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17902 Use 'print' with function call syntax.
17903 (E_method_matcher.match): Fix tab vs space indentation mixup.
17904
17905 2014-08-15 Yao Qi <yao@codesourcery.com>
17906
17907 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17908 false.
17909
17910 2014-08-15 Yao Qi <yao@codesourcery.com>
17911
17912 * gdb.cp/casts.exp: Set print symbol off.
17913 * gdb.cp/class2.exp: Likewise.
17914 * gdb.cp/overload.exp: Likewise.
17915 * gdb.cp/templates.exp: Likewise.
17916
17917 2014-08-11 Doug Evans <dje@google.com>
17918
17919 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17920 (test_load_shlib): Update.
17921
17922 2014-08-09 Yao Qi <yao@codesourcery.com>
17923
17924 * gdb.base/display.exp: Invoke is_address_zero_readable.
17925 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17926 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17927 * gdb.base/hbreak-unmapped.exp: Return if
17928 is_address_zero_readable returns true.
17929 * gdb.base/signest.exp: Likewise.
17930 * gdb.base/signull.exp: Likewise.
17931 * gdb.base/sigbpt.exp: Likewise.
17932 * gdb.guile/scm-disasm.exp: Do the test if
17933 is_address_zero_readable returns false.
17934 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17935 * gdb.python/py-arch.exp: Likewise.
17936 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17937 * lib/gdb.exp (is_address_zero_readable): New proc.
17938
17939 2014-08-09 Yao Qi <yao@codesourcery.com>
17940
17941 PR testsuite/13443
17942 * gdb.mi/mi-var-display.exp: Make test messages unique.
17943
17944 2014-08-04 Tom Tromey <tromey@redhat.com>
17945
17946 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17947 target 0".
17948
17949 2014-08-04 Tom Tromey <tromey@redhat.com>
17950
17951 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17952 "target_resume".
17953
17954 2014-08-01 Joel Brobecker <brobecker@adacore.com>
17955
17956 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17957 inner_vla_struct_object_size.
17958 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17959 as xfail.
17960
17961 2014-07-30 Pedro Alves <palves@redhat.com>
17962
17963 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17964 comment.
17965
17966 2014-07-29 Yao Qi <yao@codesourcery.com>
17967
17968 PR gdb/17206
17969 * gdb.base/until-nodebug.exp: New.
17970
17971 2014-07-28 Doug Evans <xdje42@gmail.com>
17972
17973 PR guile/17203
17974 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17975 previously existing parameter, and previously ambiguously spelled
17976 parameter.
17977
17978 2014-07-28 Will Newton <will.newton@linaro.org>
17979
17980 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17981
17982 2014-07-26 Ludovic Courtès <ludo@gnu.org>
17983 Doug Evans <xdje42@gmail.com>
17984
17985 PR guile/17146
17986 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17987
17988 2014-07-25 Pedro Alves <palves@redhat.com>
17989
17990 * gdb.threads/signal-command-handle-nopass.c: New file.
17991 * gdb.threads/signal-command-handle-nopass.exp: New file.
17992 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17993 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17994 * gdb.threads/signal-delivered-right-thread.c: New file.
17995 * gdb.threads/signal-delivered-right-thread.exp: New file.
17996
17997 2014-07-25 Pedro Alves <palves@redhat.com>
17998
17999 * gdb.base/double-prompt-target-event-error.exp
18000 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18001 match.
18002 (cancel_pagination_in_target_event): Rework double prompt
18003 detection.
18004 * gdb.base/paginate-after-ctrl-c-running.exp
18005 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18006 <return>' match.
18007 * gdb.base/paginate-bg-execution.exp
18008 (test_bg_execution_pagination_return)
18009 (test_bg_execution_pagination_cancel): Remove '-notransfer
18010 <return>' matches.
18011 * gdb.base/paginate-execution-startup.exp
18012 (test_fg_execution_pagination_return)
18013 (test_fg_execution_pagination_cancel): Remove '-notransfer
18014 <return>' matches.
18015 * gdb.base/paginate-inferior-exit.exp
18016 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18017 match.
18018 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18019 * lib/gdb.exp (pagination_prompt): Run text through
18020 string_to_regexp.
18021 (gdb_test_multiple): Match $pagination_prompt instead of
18022 "<return>".
18023 (string_to_regexp): Move to lib/gdb-utils.exp.
18024
18025 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18026
18027 * gdb.arch/amd64-entry-value-paramref.S: New file.
18028 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18029 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18030 * gdb.arch/amd64-optimout-repeat.S: New file.
18031 * gdb.arch/amd64-optimout-repeat.c: New file.
18032 * gdb.arch/amd64-optimout-repeat.exp: New file.
18033
18034 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18035
18036 PR gdb/17170
18037 * gdb.base/statistics.exp: New file.
18038
18039 2014-07-17 Doug Evans <dje@google.com>
18040
18041 PR gdb/17170
18042 * gdb.base/maint.exp: Update testing of per-command stats.
18043
18044 2014-07-16 Pedro Alves <palves@redhat.com>
18045
18046 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18047 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18048 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18049 (tfile_write_buf): New functions.
18050 (add_memory_block): Rewrite using the above.
18051 (adjust_function_address): New function.
18052 (FUNCTION_ADDRESS): New macro.
18053 (write_basic_trace_file): Remove short_x local, and use
18054 tfile_write_16. Change type of func_addr local to unsigned long
18055 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18056 here. Cast argument of add_memory_block to char pointer.
18057 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18058 (main): Remove parameters.
18059 * gdb.trace/tfile.exp: Remove nowarnings.
18060
18061 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18062
18063 * gdb.base/debug-expr.exp: Test string evaluation with
18064 "debug expression" on.
18065
18066 2014-07-15 Pedro Alves <palves@redhat.com>
18067
18068 * gdb.base/reread.exp: Use clean_restart.
18069
18070 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18071
18072 * gdb.arch/avr-flash-qualifer.c: New.
18073 * gdb.arch/avr-flash-qualifer.exp: New.
18074
18075 2014-07-14 Pedro Alves <palves@redhat.com>
18076
18077 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18078 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18079
18080 2014-07-14 Pedro Alves <palves@redhat.com>
18081
18082 * gdb.base/double-prompt-target-event-error.c: New file.
18083 * gdb.base/double-prompt-target-event-error.exp: New file.
18084
18085 2014-07-14 Pedro Alves <palves@redhat.com>
18086
18087 PR gdb/17072
18088 * gdb.base/paginate-inferior-exit.c: New file.
18089 * gdb.base/paginate-inferior-exit.exp: New file.
18090
18091 2014-07-14 Pedro Alves <palves@redhat.com>
18092
18093 PR gdb/17072
18094 * gdb.base/paginate-bg-execution.c: New file.
18095 * gdb.base/paginate-bg-execution.exp: New file.
18096
18097 2014-07-14 Pedro Alves <palves@redhat.com>
18098
18099 PR gdb/17072
18100 * gdb.base/paginate-execution-startup.c: New file.
18101 * gdb.base/paginate-execution-startup.exp: New file.
18102 * lib/gdb.exp (pagination_prompt): New global.
18103 (default_gdb_spawn): New procedure, factored out from
18104 default_gdb_spawn.
18105 (default_gdb_start): Adjust to call default_gdb_spawn.
18106 (gdb_spawn): New procedure.
18107
18108 2014-07-14 Pedro Alves <palves@redhat.com>
18109
18110 * lib/gdb.exp (gdb_assert): New procedure.
18111 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18112
18113 2014-07-14 Pedro Alves <palves@redhat.com>
18114
18115 * gdb.base/execution-termios.c: New file.
18116 * gdb.base/execution-termios.exp: New file.
18117
18118 2014-07-14 Tom Tromey <tromey@redhat.com>
18119
18120 * gdb.cp/vla-cxx.cc: New file.
18121 * gdb.cp/vla-cxx.exp: New file.
18122
18123 2014-07-14 Tom Tromey <tromey@redhat.com>
18124
18125 * gdb.reverse/rerun-prec.c: New file.
18126 * gdb.reverse/rerun-prec.exp: New file.
18127
18128 2014-07-12 Maciej W. Rozycki <macro@mips.com>
18129 Maciej W. Rozycki <macro@codesourcery.com>
18130
18131 * lib/gdb-utils.exp: New file.
18132 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18133 inline `gdb_init_command' processing.
18134 (gdb_start_cmd): Likewise.
18135 * lib/mi-support.exp (mi_run_cmd): Likewise.
18136 * README: Document `gdb_init_command' and `gdb_init_commands'.
18137
18138 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18139
18140 Fix false FAIL running under a very long directory name.
18141 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18142 and "set print elements 10000". Twice.
18143
18144 2014-07-11 Yao Qi <yao@codesourcery.com>
18145
18146 * gdb.base/exprs.exp: "set print symbol off".
18147
18148 2014-07-11 Pedro Alves <palves@redhat.com>
18149
18150 * gdb.threads/kill.c: New file.
18151 * gdb.threads/kill.exp: New file.
18152
18153 2014-07-10 Yao Qi <yao@codesourcery.com>
18154
18155 * gdb.trace/tfile.c (write_basic_trace_file)
18156 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18157 address written to trace file.
18158
18159 2014-07-09 Pedro Alves <palves@redhat.com>
18160
18161 * gdb.base/attach-wait-input.exp: New file.
18162 * gdb.base/attach-wait-input.c: New file.
18163
18164 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18165
18166 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18167 setting up test structures.
18168 (main): Call new test function.
18169 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18170 test function, continue into test function and walk test
18171 structures.
18172
18173 2014-07-02 Yao Qi <yao@codesourcery.com>
18174
18175 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18176 'bar_start' at the beginning of functions 'foo' and 'bar'
18177 respectively.
18178 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18179 instead of 'foo' and 'bar'.
18180
18181 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18182
18183 * gdb.btrace/segv.exp: New.
18184 * gdb.btrace/segv.c: New.
18185
18186 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
18187
18188 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18189 instruction.
18190
18191 2014-06-30 Mark Wielaard <mjw@redhat.com>
18192
18193 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18194 vulture, vilify, villar): New volatile array constants.
18195 (vindictive, vegetation): New const volatile array constants.
18196 * gdb.base/volatile.exp: Test volatile and const volatile array
18197 types.
18198
18199 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18200
18201 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18202 target lacks support for awatch, rwatch, or hbreak.
18203
18204 2014-06-27 Yao Qi <yao@codesourcery.com>
18205
18206 * gdb.multi/dummy-frame-restore.exp: New.
18207 * gdb.multi/dummy-frame-restore.c: New.
18208
18209 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18210
18211 * gdb.btrace/gcore.exp: New.
18212
18213 2014-06-23 Pedro Alves <palves@redhat.com>
18214
18215 * gdb.base/watchpoint-reuse-slot.c: New file.
18216 * gdb.base/watchpoint-reuse-slot.exp: New file.
18217
18218 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18219
18220 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18221 progspace's filename in 'info', 'enable' and 'disable' command
18222 tests.
18223
18224 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18225
18226 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18227 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18228 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18229
18230 2014-06-20 Gary Benson <gbenson@redhat.com>
18231
18232 * gdb.arch/i386-avx.exp: Fix include file location.
18233 * gdb.arch/i386-sse.exp: Likewise.
18234
18235 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18236
18237 * gdb.dlang/expression.exp: New file.
18238
18239 2014-06-19 Pedro Alves <palves@redhat.com>
18240
18241 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18242 out from ...
18243 (top level): ... here. Iterate running tests under different
18244 scheduler-locking settings.
18245
18246 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
18247
18248 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18249 to DW_FORM_addr and use non-zero addresses.
18250
18251 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18252
18253 PR gdb/17017
18254 * gdb.python/py-xmethods.cc: Add global function call counters and
18255 increment them in their respective functions. Remove "cout"
18256 statements.
18257 * gdb.python/py-xmethods.exp: Make tests check the global function
18258 call counters instead of depending on inferior IO.
18259
18260 2014-06-18 Don Breazeal <donb@codesourcery.com>
18261
18262 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18263 Deleted procedure.
18264 (explicit_fork_parent_follow): Deleted procedure.
18265 (explicit_fork_child_follow): Deleted procedure.
18266 (test_follow_fork): New procedure.
18267 (do_fork_tests): Replace calls to deleted procedures with
18268 calls to test_follow_fork and reset GDB for subsequent
18269 procedure calls.
18270
18271 2014-06-17 Yao Qi <yao@codesourcery.com>
18272
18273 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18274 CP1252.
18275
18276 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
18277
18278 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18279 Initialize ptr and S explicitly.
18280 (skip_type_update_when_not_use_rtti_test): Likewise.
18281
18282 2014-06-16 Keith Seitz <keiths@redhat.com>
18283
18284 PR mi/15863
18285 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18286 the inferior is started.
18287
18288 2014-06-16 Pedro Alves <palves@redhat.com>
18289
18290 * gdb.base/break-main-file-remove-fail.c: New file.
18291 * gdb.base/break-main-file-remove-fail.exp: New file.
18292 * gdb.base/break-unload-file.exp: Use build_executable instead of
18293 prepare_for_testing.
18294 (test_break): New parameter "initial_load". Handle it.
18295 (top level): Add initial_load cmdline/file axis.
18296
18297 2014-06-12 Tom Tromey <tromey@redhat.com>
18298
18299 * gdb.base/completion.exp: Don't use directory name in test.
18300
18301 2014-06-09 Gary Benson <gbenson@redhat.com>
18302
18303 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18304 separate the always-available ANSI-standard signals from the
18305 signals that require checking.
18306 (main): Likewise.
18307 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18308 Likewise.
18309 (main): Likewise.
18310
18311 2014-06-07 Keith Seitz <keiths@redhat.com>
18312
18313 Revert:
18314 PR c++/16253
18315 * gdb.cp/var-tag.cc: New file.
18316 * gdb.cp/var-tag.exp: New file.
18317 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18318 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18319 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18320 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18321
18322 2014-06-06 Doug Evans <xdje42@gmail.com>
18323
18324 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18325
18326 2014-06-06 Pedro Alves <palves@redhat.com>
18327
18328 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18329 in target debug output instead of looking at RSP packets,
18330 disabling the test on any target that uses hardware stepping.
18331 Update comments.
18332
18333 2014-06-06 Pedro Alves <palves@redhat.com>
18334
18335 * gdb.base/break-unload-file.exp: Fix typo.
18336
18337 2014-06-06 Yao Qi <yao@codesourcery.com>
18338
18339 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18340 from "jit_function" to "^jit_function".
18341
18342 2014-06-06 Yao Qi <yao@codesourcery.com>
18343
18344 * gdb.base/async.c (foo): Add one statement.
18345 * gdb.base/async.exp: Get the next instruction address and
18346 match the output of "nexti" by instruction address. Match
18347 the hex address in the output of "finish".
18348
18349 2014-06-06 Gary Benson <gbenson@redhat.com>
18350
18351 * gdb.base/call-signals.c: Remove preprocessor conditionals
18352 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18353 SIGSEGV and SIGTERM.
18354 * gdb.base/sigall.c: Likewise.
18355 * gdb.base/unwindonsignal.c: Likewise.
18356 * gdb.reverse/sigall-reverse.c: Likewise.
18357
18358 2014-06-06 Yao Qi <yao@codesourcery.com>
18359
18360 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18361 readable, skip the test.
18362
18363 2014-06-06 Yao Qi <yao@codesourcery.com>
18364
18365 * gdb.threads/staticthreads.c (thread_function): Move the line
18366 setting breakpoint on forward.
18367 * gdb.threads/staticthreads.exp: Update comments.
18368
18369 2014-06-05 Ludovic Courtès <ludo@gnu.org>
18370
18371 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18372 "history-append! type error".
18373
18374 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18375
18376 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18377 erroneous dprintf expected input.
18378
18379 2014-06-04 Doug Evans <xdje42@gmail.com>
18380
18381 * gdb.guile/scm-generics.exp: Delete.
18382
18383 2014-06-04 Doug Evans <xdje42@gmail.com>
18384
18385 * gdb.guile/scm-breakpoint.exp: Update.
18386 Add tests for breakpoint registration.
18387
18388 2014-06-04 Tom Tromey <tromey@redhat.com>
18389
18390 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18391 VLA-in-union.
18392 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18393 inner_vla_struct, vla_union types. Initialize objects of those
18394 types and compute their sizes.
18395
18396 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18397 Hui Zhu <hui@codesourcery.com>
18398
18399 * gdb.base/fileio.exp: Add test for shell not available as well as
18400 available.
18401 * gdb.base/fileio.c (test_system): Check for shell twice.
18402
18403 2014-06-04 Yao Qi <yao@codesourcery.com>
18404
18405 * gdb.base/auto-connect-native-target.exp: Remove redundant
18406 space from the regexp pattern.
18407
18408 2014-06-04 Yao Qi <yao@codesourcery.com>
18409
18410 * gdb.base/default.exp: Replace "child" with "native" in
18411 regexp pattern.
18412
18413 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18414
18415 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18416 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18417 * gdb.python/py-xmethods.py: Python script supporting the
18418 new testcase and tests.
18419
18420 2014-06-03 Joel Brobecker <brobecker@adacore.com>
18421 Pedro Alves <palves@redhat.com>
18422
18423 PR breakpoints/17000
18424 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18425 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18426
18427 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18428
18429 * gdb.base/subst.exp: Add tests to verify partial path matching
18430 output.
18431
18432 2014-06-03 Pedro Alves <palves@redhat.com>
18433
18434 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18435 target that doesn't use software single-stepping.
18436
18437 2014-06-03 Pedro Alves <palves@redhat.com>
18438
18439 PR breakpoints/17000
18440 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18441 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18442
18443 2014-06-02 Doug Evans <xdje42@gmail.com>
18444
18445 * gdb.guile/scm-parameter.exp: New file.
18446
18447 2014-06-02 Doug Evans <xdje42@gmail.com>
18448
18449 * gdb.guile/scm-cmd.c: New file.
18450 * gdb.guile/scm-cmd.exp: New file.
18451
18452 2014-06-02 Doug Evans <xdje42@gmail.com>
18453
18454 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18455 pretty-printer lookup.
18456 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18457 (make-pp_s-printer): Call it.
18458 (make-pretty-printer-from-dict): New function.
18459 (lookup-pretty-printer-maker-from-dict): New function.
18460 (*pretty-printer*): Simplify.
18461 (make-objfile-pp_s-printer): New function.
18462 (install-objfile-pretty-printers!): New function.
18463 (make-progspace-pp_s-printer): New function.
18464 (install-progspace-pretty-printers!): New function.
18465 * gdb.guile/scm-progspace.c: New file.
18466 * gdb.guile/scm-progspace.exp: New file.
18467
18468 2014-06-02 Pedro Alves <palves@redhat.com>
18469
18470 * gdb.base/dprintf-bp-same-addr.c: New file.
18471 * gdb.base/dprintf-bp-same-addr.exp: New file.
18472
18473 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18474
18475 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18476 * gdb.arch/powerpc-power.s: Likewise.
18477
18478 2014-06-02 Joel Brobecker <brobecker@adacore.com>
18479
18480 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18481
18482 2014-06-01 Yao Qi <yao@codesourcery.com>
18483
18484 * gdb.base/watchpoint.exp (test_watch_location): Check null
18485 pointer can be dereferenced. If not, do the test, otherwise
18486 skip it.
18487
18488 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18489
18490 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18491 results.
18492 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18493
18494 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18495
18496 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18497 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18498 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18499 * gdb.arch/amd64-invalid-stack-top.c: New file.
18500 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18501
18502 2014-05-30 Pedro Alves <palves@redhat.com>
18503
18504 PR breakpoints/17000
18505 * gdb.base/sss-bp-on-user-bp.c: New file.
18506 * gdb.base/sss-bp-on-user-bp.exp: New file.
18507
18508 2014-05-30 David Blaikie <dblaikie@gmail.com>
18509
18510 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18511 gnu_inline semantics via attribute.
18512 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18513 source explicitly specifies the required semantics.
18514
18515 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18516
18517 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18518
18519 2014-05-29 Pedro Alves <palves@redhat.com>
18520 Tom Tromey <tromey@redhat.com>
18521
18522 * gdb.base/async-shell.exp: Don't enable target-async.
18523 * gdb.base/async.exp
18524 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18525 parameter. Adjust.
18526 (top level): Don't test with "target-async".
18527 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18528 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18529 * gdb.base/inferior-died.exp: Don't enable target-async.
18530 * gdb.base/interrupt-noterm.exp: Likewise.
18531 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18532 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18533 * gdb.mi/mi-nonstop.exp: Likewise.
18534 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18535 * gdb.mi/mi-nsintrall.exp: Likewise.
18536 * gdb.mi/mi-nsmoribund.exp: Likewise.
18537 * gdb.mi/mi-nsthrexec.exp: Likewise.
18538 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18539 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18540 * gdb.python/py-evsignal.exp: Don't enable target-async.
18541 * gdb.python/py-evthreads.exp: Likewise.
18542 * gdb.python/py-prompt.exp: Likewise.
18543 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18544 * gdb.server/solib-list.exp: Don't enable target-async.
18545 * gdb.threads/thread-specific-bp.exp: Likewise.
18546 * lib/mi-support.exp: Adjust to use mi-async.
18547
18548 2014-05-29 Pedro Alves <palves@redhat.com>
18549
18550 PR gdb/13860
18551 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18552 reason, even in sync mode.
18553
18554 2014-05-29 Pedro Alves <palves@redhat.com>
18555 Hui Zhu <hui@codesourcery.com>
18556
18557 PR PR15693
18558 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18559 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18560 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18561 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18562
18563 2014-05-28 Joel Brobecker <brobecker@adacore.com>
18564
18565 * config/monitor.exp (gdb_target_monitor): Replace use of
18566 "set remotebaud" by "set serial baud".
18567
18568 2014-05-26 Andy Wingo <wingo@igalia.com>
18569
18570 * gdb.guile/scm-breakpoint.exp:
18571 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18572 properties instead of gdb-object-properties.
18573
18574 2014-05-26 Yao Qi <yao@codesourcery.com>
18575
18576 * gdb.server/no-thread-db.exp: Specify source file name
18577 explicitly when setting a breakpoint.
18578
18579 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18580
18581 * gdb.btrace/vdso.c: New.
18582 * gdb.btrace/vdso.exp: New.
18583
18584 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18585
18586 * gdb.base/gcore.exp (capture_command_output): Move ...
18587 * lib/gdb.exp (capture_command_output): ... here.
18588
18589 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18590
18591 * gdb.btrace/data.exp: Test memory access during btrace replay.
18592
18593 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18594
18595 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18596
18597 2014-05-21 Pedro Alves <palves@redhat.com>
18598
18599 PR gdb/13860
18600 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18601 (top level): Test that output related to execution commands is
18602 sent to the console with CLI commands, but not with MI commands.
18603 Test that breakpoint events are always mirrored to the console.
18604 Also expect the new source line to be output after a "next" in
18605 async mode too. Make it a pass/fail test.
18606 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18607 output.
18608 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18609
18610 2014-05-21 Pedro Alves <palves@redhat.com>
18611
18612 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18613 Use them to test variations of "list" after reaching a breakpoint.
18614 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18615 Test "list" with listsize 10 after reaching a breakpoint.
18616 * gdb.python/python.exp (decode_line current location line
18617 number): Adjust expected line number.
18618
18619 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18620
18621 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18622 behavior for $args, pass it directly to "run".
18623
18624 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18625
18626 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18627 30000 to 65536.
18628
18629 2014-05-21 Pedro Alves <palves@redhat.com>
18630
18631 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18632 auto-connect-native-target off".
18633 * gdb.base/auto-connect-native-target.c: New file.
18634 * gdb.base/auto-connect-native-target.exp: New file.
18635
18636 2014-05-21 Pedro Alves <palves@redhat.com>
18637
18638 * gdb.base/default.exp: Test "target native" instead of "target
18639 child".
18640
18641 2014-05-21 Mark Wielaard <mjw@redhat.com>
18642
18643 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18644
18645 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18646
18647 Fix TLS access for -static -pthread.
18648 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18649 <HAVE_TLS> (thread_function, main): Initialize it.
18650 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18651 Add clean_restart.
18652 <$have_tls != "">: Check TLSVAR.
18653
18654 2014-05-21 Pedro Alves <palves@redhat.com>
18655
18656 * gdb.base/dcache-line-read-error.c: New.
18657 * gdb.base/dcache-line-read-error.exp: New.
18658
18659 2014-05-20 Pedro Alves <palves@redhat.com>
18660
18661 * gdb.base/compare-sections.c: New file.
18662 * gdb.base/compare-sections.exp: New file.
18663
18664 2014-05-20 Pedro Alves <palves@redhat.com>
18665
18666 * gdb.base/break-idempotent.c: New file.
18667 * gdb.base/break-idempotent.exp: New file.
18668
18669 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18670
18671 * gdb.btrace/nohist.exp: New.
18672
18673 2014-05-20 Yao Qi <yao@codesourcery.com>
18674
18675 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18676 gdb.reverse directory and gdb_reverse_timeout exists in board
18677 setting.
18678 * README: Document gdb_reverse_timeout.
18679
18680 2014-05-20 Yao Qi <yao@codesourcery.com>
18681
18682 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18683 'test_file_name'. Treat args as a string instead of a list.
18684 (gdb_init): Rename argument 'args' by 'test_file_name'.
18685
18686 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18687
18688 * gdb.arch/powerpc-power.exp: New file.
18689 * gdb.arch/powerpc-power.s: New file.
18690
18691 2014-05-16 Doug Evans <dje@google.com>
18692
18693 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
18694 * gdb.base/completion.exp: Check that all expected files exist
18695 before doing file completion.
18696
18697 2014-05-16 Doug Evans <dje@google.com>
18698
18699 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18700 Update.
18701 (do_syscall_tests_without_xml): Update.
18702
18703 2014-05-16 Pedro Alves <palves@redhat.com>
18704
18705 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18706 instead of "unknown output after running".
18707
18708 2014-05-16 Yao Qi <yao@codesourcery.com>
18709
18710 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18711 file1.txt from host at the end.
18712 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18713
18714 2014-05-15 Doug Evans <dje@google.com>
18715
18716 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18717 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18718 loading file. Add test for TU lookup.
18719
18720 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18721
18722 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18723 calling "-exec-arguments" or "set args" before running the
18724 inferior.
18725
18726 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18727
18728 * lib/mi-support.exp (mi_expect_stop): Expect message for
18729 inferiors that exit with non-zero exit code.
18730
18731 2014-05-14 Yao Qi <yao@codesourcery.com>
18732
18733 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18734 match absolute path on remote host.
18735 (test_file_list_exec_source_files): Remove "/" from the
18736 pattern.
18737
18738 2014-05-14 Yao Qi <yao@codesourcery.com>
18739
18740 * boards/local-remote-host-notty.exp (${board}_file): New
18741 proc.
18742
18743 2014-05-07 Kyle McMartin <kyle@redhat.com>
18744
18745 Pushed by Joel Brobecker <brobecker@adacore.com>.
18746 * gdb.arch/aarch64-atomic-inst.c: New file.
18747 * gdb.arch/aarch64-atomic-inst.exp: New file.
18748
18749 2014-05-07 Yao Qi <yao@codesourcery.com>
18750
18751 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18752 in current context" too.
18753
18754 2014-05-05 Keith Seitz <keiths@redhat.com>
18755
18756 * gdb.linespec/ls-dollar.exp: Add test for linespec
18757 file:convenience_variable.
18758
18759 2014-05-05 Yao Qi <yao@codesourcery.com>
18760
18761 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18762 traceframes into tfile and ctf trace files. Read data from
18763 trace file and test collected data.
18764 (gdb_collect_locals_test): Likewise.
18765 (gdb_unavailable_registers_test): Likewise.
18766 (gdb_unavailable_floats): Likewise.
18767 (gdb_collect_globals_test): Likewise.
18768 (top-level): Append "ctf" to trace_file_targets if GDB
18769 supports.
18770
18771 2014-05-05 Yao Qi <yao@codesourcery.com>
18772
18773 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18774 code to ...
18775 (gdb_collect_args_test_1): ... it. New proc.
18776 (gdb_collect_locals_test): Move some code to ...
18777 (gdb_collect_locals_test_1): ... it. New proc.
18778 (gdb_unavailable_registers_test): Move some code to ...
18779 (gdb_unavailable_registers_test_1): ... it. New proc.
18780 (gdb_unavailable_floats): Move some code to ...
18781 (gdb_unavailable_floats_1): ... it. New proc.
18782
18783 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18784
18785 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18786 probes to test for bitness recognition.
18787 * gdb.arch/amd64-stap-optional-prefix.exp
18788 (test_probe_value_without_reg): New procedure.
18789 Add code to test for different kinds of bitness.
18790
18791 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18792
18793 PR breakpoints/16889
18794 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18795 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18796
18797 2014-05-01 Pedro Alves <palves@redhat.com>
18798
18799 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18800 gdb_file_cmd if no file is specified.
18801 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18802 last_loaded_file to set the remote exec-file.
18803
18804 2014-05-01 Pedro Alves <palves@redhat.com>
18805
18806 * boards/local-remote-host.exp: New file.
18807
18808 2014-05-01 Pedro Alves <palves@redhat.com>
18809
18810 * boards/local-remote-host.exp: Rename to ...
18811 * boards/local-remote-host-notty.exp: ... this.
18812
18813 2014-04-28 Joel Brobecker <brobecker@adacore.com>
18814
18815 * gdb.ada/dyn_arrayidx: New testcase.
18816
18817 2014-04-26 Yao Qi <yao@codesourcery.com>
18818
18819 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18820 and compute the length of function main. Save it in
18821 $main_length.
18822 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18823 (top-level): Use gdb_compile to compile objects into
18824 executable and restart GDB. Remove invocation to
18825 prepare_for_testing.
18826
18827 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18828 Pedro Alves <palves@redhat.com>
18829
18830 PR server/16255
18831 * gdb.multi/multi-attach.c: New file.
18832 * gdb.multi/multi-attach.exp: New file.
18833
18834 2014-04-25 Pedro Alves <palves@redhat.com>
18835
18836 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18837 user.
18838 (top level): Test that "set remote conditional-breakpoints-packet
18839 off" works as intended.
18840 * gdb.base/dprintf.exp: Test that "set remote
18841 breakpoint-commands-packet off" works as intended.
18842 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18843 New function.
18844 (top level): Call it.
18845 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18846 remote fast-tracepoints-packet off" works as intended.
18847 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18848 * lib/gdb.exp (gdb_is_target_remote): ... here.
18849
18850 2014-04-24 David Blaikie <dblaikie@gmail.com>
18851
18852 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18853 ensure clang would not discard them.
18854 * gdb.base/gdbvars.c: Ditto.
18855 * gdb.base/memattr.c: Ditto.
18856 * gdb.base/whatis.c: Ditto.
18857 * gdb.python/py-prettyprint.c: Ditto.
18858 * gdb.trace/actions.c: Ditto.
18859 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18860 ensure clang would not discard it.
18861
18862 2014-04-24 David Blaikie <dblaikie@gmail.com>
18863
18864 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18865 clang to emit the full definition of type required by the test
18866 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18867
18868 2014-04-24 David Blaikie <dblaikie@gmail.com>
18869
18870 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18871 coax Clang into emitting the definition of the type.
18872 * gdb.cp/pr10728-x.h (y): Ditto.
18873 * gdb.cp/pr10728-y.cc (y): Ditto.
18874
18875 2014-04-24 David Blaikie <dblaikie@gmail.com>
18876
18877 * gdb.base/label.exp: XFAIL label related tests under Clang.
18878 * gdb.cp/cplabel.exp: Ditto.
18879 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18880 under Clang those using labels.
18881
18882 2014-04-25 Yao Qi <yao@codesourcery.com>
18883
18884 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18885 double_label.
18886 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18887 partial_label and double_label.
18888
18889 2014-04-24 David Blaikie <dblaikie@gmail.com>
18890
18891 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18892
18893 2014-04-24 David Blaikie <dblaikie@gmail.com>
18894
18895 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18896 of the function to work across GCC and Clang.
18897 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18898 pointer types (const void ** const V void **).
18899
18900 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
18901 Walfred Tedeschi <walfred.tedeschi@intel.com>
18902
18903 * Makefile.in (EXECUTABLES): Added i386-avx512.
18904 * gdb.arch/i386-avx512.c: New file.
18905 * gdb.arch/i386-avx512.exp: Likewise.
18906
18907 2014-04-23 Keith Seitz <keiths@redhat.com>
18908
18909 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18910 (mi_make_breakpoint_table): New procedure.
18911 (mi_create_breakpoint): Use mi_make_breakpoint
18912 and return the result.
18913 (mi_make_breakpoint): New procedure.
18914 (mi_build_kv_pairs): New procedure.
18915
18916 * gdb.mi/mi-break.exp: Remove unused globals,
18917 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18918 All callers updated.
18919 * gdb.mi/mi-dprintf.exp: Use variable to track command
18920 number.
18921 Update all callers of mi_create_breakpoint and use
18922 mi_make_breakpoint_table.
18923 Remove any unused global variables.
18924 * gdb.mi/mi-nonstop.exp: Likewise.
18925 * gdb.mi/mi-nsintrall.exp: Likewise.
18926 * gdb.mi/mi-nsmoribund.exp: Likewise.
18927 * gdb.mi/mi-nsthrexec.exp: Likewise.
18928 * gdb.mi/mi-reverse.exp: Likewise.
18929 * gdb.mi/mi-simplerun.exp: Likewise.
18930 * gdb.mi/mi-stepn.exp: Likewise.
18931 * gdb.mi/mi-syn-frame.exp: Likewise.
18932 * gdb.mi/mi-until.exp: Likewise.
18933 * gdb.mi/mi-var-cp.exp: Likewise.
18934 * gdb.mi/mi-var-display.exp: Likewise.
18935 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18936 * gdb.mi/mi2-var-child.exp: Likewise.
18937 * gdb.mi/mi-vla-c99.exp: Likewise.
18938 * lib/mi-support.exp: Likewise.
18939
18940 From Ian Lance Taylor <iant@cygnus.com>:
18941 * lib/gdb.exp (parse_args): New procedure.
18942
18943 2014-04-23 Pedro Alves <palves@redhat.com>
18944
18945 * gdb.base/break-unload-file.c: New file.
18946 * gdb.base/break-unload-file.exp: New file.
18947 * gdb.base/sym-file-lib.c (baz): New function.
18948 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18949 field.
18950 (load): Store the segment's mapped size.
18951 (unload): New function.
18952 (unload_shlib): New function.
18953 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18954 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18955 set a breakpoint at baz, and call it.
18956 * gdb.base/sym-file.exp: New tests for stale breakpoint
18957 instructions.
18958
18959 2014-04-23 Pedro Alves <palves@redhat.com>
18960
18961 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18962 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18963 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18964 * gdb.base/hbreak-unmapped.c: New file.
18965 * gdb.base/hbreak-unmapped.exp: New file.
18966 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18967 * lib/gdb.exp (gdb_is_target_remote): ... here.
18968
18969 2014-04-22 Pedro Alves <palves@redhat.com>
18970
18971 * gdb.base/consecutive-step-over.c: New file.
18972 * gdb.base/consecutive-step-over.exp: New file.
18973
18974 2014-04-22 Pedro Alves <palves@redhat.com>
18975
18976 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18977 instead of send_gdb/gdb_expect.
18978
18979 2014-04-22 Yao Qi <yao@codesourcery.com>
18980
18981 * lib/trace-support.exp (generate_tracefile): New procedure.
18982 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18983 return 0.
18984 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18985 if generate_tracefile returns 1.
18986
18987 2014-04-18 Tom Tromey <palves@redhat.com>
18988 Pedro alves <tromey@redhat.com>
18989
18990 PR backtrace/15558
18991 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18992 with a backtrace limit.
18993 * gdb.python/py-frame-inline.exp: Test running to an inline
18994 function with a backtrace limit, and printing the newest frame.
18995 * gdb.python/py-frame-inline.c (main): Call f.
18996
18997 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18998
18999 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19000
19001 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19002
19003 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19004 Drop prefix from unsupported source file path.
19005
19006 2014-04-17 Yao Qi <yao@codesourcery.com>
19007
19008 * lib/gdb.exp (with_target_charset): New proc.
19009 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19010 with_target_charset.
19011 (test_print_strings): Likewise.
19012 (test_repeat_bytes): Likewise.
19013 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19014 for some tests.
19015
19016 2014-04-16 Keith Seitz <keiths@redhat.com>
19017
19018 PR gdb/15827
19019 * gdb.dwarf2/corrupt.c: New file.
19020 * gdb.dwarf2/corrupt.exp: New file.
19021
19022 2014-04-16 Keith Seitz <keiths@redhat.com>
19023
19024 PR c++/16597
19025 * gdb.cp/namelessclass.cc: New file.
19026 * gdb.cp/namelessclass.exp: New file.
19027 * gdb.cp/namelessclass.S: New file.
19028
19029 2014-04-16 Doug Evans <dje@google.com>
19030
19031 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19032 Add comment.
19033 (gdbserver_default_get_comm_port): New function.
19034 (gdbserver_start): Check if board file provided
19035 "gdbserver,get_comm_port" and use it if so.
19036 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19037 (gdb,socketport): Set to "stdio".
19038 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19039 (stdio_gdbserver_template): Delete.
19040 (${board}_get_remote_address): Update.
19041 (${board}_build_remote_cmd): Delete.
19042 (${board}_get_comm_port): New function.
19043 (${board}_spawn): Update.
19044 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19045 Delete.
19046 (${board}_get_remote_address): Update.
19047 (${board}_get_comm_port): New function.
19048
19049 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
19050
19051 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19052 appearing in any order.
19053
19054 2014-04-15 Doug Evans <dje@google.com>
19055
19056 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19057 uninitialized value of "description".
19058
19059 2014-04-15 Keith Seitz <keiths@redhat.com>
19060
19061 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19062 Remove unused globals.
19063 (test_running_the_program): Likewise.
19064 (test_controlled_execution): Likewise.
19065 (test_controlling_breakpoints): Likewise.
19066 (test_program_termination): Likewise.
19067
19068 2014-04-15 Keith Seitz <keiths@redhat.com>
19069
19070 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19071 unused globals.
19072 (test_rbreak_creation_and_listing): Likewise.
19073 (test_ignore_count): Likewise.
19074 (test_error): Likewise.
19075
19076 2014-04-15 Pedro Alves <palves@redhat.com>
19077
19078 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19079 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19080 sym-file-loader.c.
19081 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19082 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19083 to sym-file-loader.c.
19084 (struct library): Forward declare.
19085 (load_shlib, lookup_function): Change prototypes.
19086 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19087 (translate_offset): Remove declarations.
19088 (get_text_addr): New declaration.
19089 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19090 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19091 sym-file-loader.h.
19092 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19093 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19094 here from sym-file-loader.h.
19095 (struct library): New structure.
19096 (load_shlib, lookup_function): Change prototypes and adjust to
19097 work with a struct library.
19098 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19099 (translate_offset): Make static.
19100 (get_text_addr): New function.
19101 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19102
19103 2014-04-15 Pedro Alves <palves@redhat.com>
19104
19105 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19106
19107 2014-04-15 Pedro Alves <palves@redhat.com>
19108
19109 * gdb.base/sym-file-loader.c: Include <limits.h>.
19110 (SELF_LINK): New define.
19111 (get_origin): New function.
19112 (load_shlib): Use it.
19113 * gdb.base/sym-file.exp: Don't early return if the target is
19114 remote. Use runto_main, and issue fail is that fails. Use
19115 gdb_load_shlibs.
19116 (shlib_name): Delete.
19117 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19118
19119 2014-04-15 Pedro Alves <palves@redhat.com>
19120
19121 * gdb.base/sym-file.exp: Remove regex characters from test
19122 message. Don't refer to breakpoint numbers in test messages.
19123
19124 2014-04-14 Keith Seitz <keiths@redhat.com>
19125
19126 PR c++/16253
19127 * gdb.cp/var-tag.cc: New file.
19128 * gdb.cp/var-tag.exp: New file.
19129 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19130 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19131 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19132 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19133
19134 2014-04-14 Tom Tromey <tromey@redhat.com>
19135
19136 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19137 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19138 type.
19139 * gdb.cp/enum-class.exp: New file.
19140 * gdb.cp/enum-class.cc: New file.
19141
19142 2014-04-14 Tom Tromey <tromey@redhat.com>
19143
19144 * gdb.dwarf2/enum-type.exp: New file.
19145
19146 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19147
19148 * gdb.mi/mi-vla-c99.exp: New file.
19149 * gdb.mi/vla.c: New file.
19150
19151 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19152
19153 * gdb.base/vla-datatypes.c: New file.
19154 * gdb.base/vla-datatypes.exp: New file.
19155
19156 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19157
19158 * gdb.base/vla-ptr.c: New file.
19159 * gdb.base/vla-ptr.exp: New file.
19160
19161 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19162
19163 * gdb.dwarf2/count.exp: New file.
19164
19165 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19166
19167 * gdb.base/vla-sideeffect.c: New file.
19168 * gdb.base/vla-sideeffect.exp: New file.
19169
19170 2014-04-14 David Blaikie <dblaikie@gmail.com>
19171
19172 * gdb.mi/non-stop.c: Add return value for non-void function return
19173 statement.
19174 * gdb.threads/staticthreads.c: Ditto.
19175
19176 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19177 Doug Evans <xdje42@gmail.com>
19178
19179 * gdb.guile/scm-value.c: Improve test case.
19180 * gdb.guile/scm-value.exp: Add new test.
19181
19182 2014-04-11 David Blaikie <dblaikie@gmail.com>
19183
19184 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19185 override Clang's default.
19186
19187 2014-04-11 Joel Brobecker <brobecker@adacore.com>
19188
19189 Revert the following changes (regressions):
19190
19191 * gdb.base/vla-sideeffect.c: New file.
19192 * gdb.base/vla-sideeffect.exp: New file.
19193
19194 * gdb.dwarf2/count.exp: New file.
19195
19196 * gdb.base/vla-multi.c: New file.
19197 * gdb.base/vla-multi.exp: New file.
19198
19199 * gdb.base/vla-ptr.c: New file.
19200 * gdb.base/vla-ptr.exp: New file.
19201
19202 * gdb.base/vla-datatypes.c: New file.
19203 * gdb.base/vla-datatypes.exp: New file.
19204
19205 * gdb.mi/mi-vla-c99.exp: New file.
19206 * gdb.mi/vla.c: New file.
19207
19208 2014-04-11 Keith Seitz <keiths@redhat.com>
19209
19210 PR c++/16675
19211 * gdb.cp/cpsizeof.exp: New file.
19212 * gdb.cp/cpsizeof.cc: New file.
19213
19214 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19215
19216 * gdb.mi/mi-vla-c99.exp: New file.
19217 * gdb.mi/vla.c: New file.
19218
19219 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19220
19221 * gdb.base/vla-datatypes.c: New file.
19222 * gdb.base/vla-datatypes.exp: New file.
19223
19224 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19225
19226 * gdb.base/vla-ptr.c: New file.
19227 * gdb.base/vla-ptr.exp: New file.
19228
19229 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19230
19231 * gdb.base/vla-multi.c: New file.
19232 * gdb.base/vla-multi.exp: New file.
19233
19234 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19235
19236 * gdb.dwarf2/count.exp: New file.
19237
19238 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19239
19240 * gdb.base/vla-sideeffect.c: New file.
19241 * gdb.base/vla-sideeffect.exp: New file.
19242
19243 2014-04-11 Yao Qi <yao@codesourcery.com>
19244
19245 * gdb.base/completion.exp: Check file exists before running tests
19246 on file completion.
19247
19248 2014-04-10 Pedro Alves <palves@redhat.com>
19249
19250 * gdb.base/cond-eval-mode.c: New file.
19251 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19252 prepare_for_testing to build the new file. Check result of
19253 runto_main.
19254 (test_break, test_watch): New procedures.
19255 (top level): Use them.
19256
19257 2014-04-08 Pierre Muller <muller@sourceware.org>
19258
19259 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19260 Ctrl-V use for mingw hosts.
19261
19262 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19263
19264 * gdb.python/py-value.c: Improve test case.
19265 * gdb.python/py-value.exp: Add new test.
19266
19267 2014-04-07 David Blaikie <dblaikie@gmail.com>
19268
19269 * lib/compiler.c: Identify the clang compiler.
19270 * lib/compiler.cc: Ditto.
19271
19272 2014-04-03 Yao Qi <yao@codesourcery.com>
19273
19274 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19275
19276 2014-04-01 Anton Blanchard <anton@samba.org>
19277
19278 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19279 messages unique.
19280
19281 2014-04-01 Anton Blanchard <anton@samba.org>
19282
19283 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19284 prepare_for_testing.
19285
19286 2014-04-01 Anton Blanchard <anton@samba.org>
19287
19288 * gdb.arch/ppc64-atomic-inst.c: Remove.
19289 * gdb.arch/ppc64-atomic-inst.S: New file.
19290 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19291
19292 2014-03-31 Doug Evans <dje@google.com>
19293
19294 * gdb.base/print-symbol-loading-lib.c: New file.
19295 * gdb.base/print-symbol-loading-main.c: New file.
19296 * gdb.base/print-symbol-loading.exp: New file.
19297
19298 2014-03-31 Yao Qi <yao@codesourcery.com>
19299
19300 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19301
19302 2014-03-28 Joel Brobecker <brobecker@adacore.com>
19303
19304 * gdb.ada/mi_dyn_arr: New testcase.
19305
19306 2014-03-27 Doug Evans <dje@google.com>
19307
19308 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19309
19310 2014-03-27 Yao Qi <yao@codesourcery.com>
19311
19312 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19313 if target is nios2-*-*.
19314
19315 2014-03-26 Yao Qi <yao@codesourcery.com>
19316
19317 * lib/gdb.exp (readline_is_used): New proc.
19318 * gdb.base/completion.exp: Move tests on command complete up.
19319 Skip the rest of tests if readline is not used.
19320 * gdb.ada/complete.exp: Skp the test if readline is not
19321 used.
19322 * gdb.base/filesym.exp: Likewise.
19323 * gdb.base/macscp.exp: Likewise.
19324 * gdb.base/readline-ask.exp: Likewise.
19325 * gdb.base/readline.exp: Likewise.
19326 * gdb.python/py-cmd.exp: Likewise.
19327 * gdb.trace/tfile.exp: Likewise.
19328
19329 2014-03-26 Yao Qi <yao@codesourcery.com>
19330
19331 * gdb.base/macscp.exp: Fix code format issues.
19332
19333 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19334
19335 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19336 * gdb.asm/powerpc64le.inc: New file.
19337
19338 2014-03-25 Pedro Alves <palves@redhat.com>
19339 Doug Evans <dje@google.com>
19340
19341 * gdb.base/source-execution.c: New file.
19342 * gdb.base/source-execution.exp: New file.
19343 * gdb.base/source-execution.gdb: New file.
19344
19345 2014-03-24 Doug Evans <dje@google.com>
19346
19347 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19348 using fission.
19349
19350 2014-03-24 Hui Zhu <hui@codesourcery.com>
19351 Pedro Alves <palves@redhat.com>
19352
19353 PR breakpoints/16101
19354 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19355 test pass/fail messages. Detect missing support for dprintf when
19356 breakpoints are actually inserted.
19357 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19358 breakpoints are actually inserted.
19359 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19360 fails.
19361
19362 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19363
19364 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19365
19366 2014-03-22 Doug Evans <xdje42@gmail.com>
19367
19368 * gdb.python/python.exp (python not supported): Verify multi-line
19369 python command issues an error.
19370 * gdb.guile/guile.exp (guile not supported): Verify multi-line
19371 guile command issues an error.
19372
19373 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19374
19375 * gdb.threads/thread-specific.exp: Handle the lack of usable
19376 $this_breakpoint and $this_thread.
19377
19378 2014-03-21 Hui Zhu <hui@codesourcery.com>
19379
19380 * gdb.base/attach.exp (do_command_attach_tests): New.
19381
19382 2014-03-20 Tom Tromey <tromey@redhat.com>
19383 Pedro Alves <palves@redhat.com>
19384
19385 PR cli/15718
19386 * gdb.base/condbreak-call-false.c: New file.
19387 * gdb.base/condbreak-call-false.exp: New file.
19388
19389 2014-03-20 Pedro Alves <palves@redhat.com>
19390
19391 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19392 Delete.
19393 (block_signals, unblock_signals): Delete.
19394 (child_function_2, main): Remove references to deleted variable
19395 and functions.
19396
19397 2014-03-20 Pedro Alves <palves@redhat.com>
19398
19399 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19400 Use pthread_kill to signal thread 2.
19401 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19402 Adjust to make the test send itself a signal rather than using the
19403 host's "kill" command.
19404
19405 2014-03-20 Pedro Alves <palves@redhat.com>
19406
19407 * gdb.threads/multiple-step-overs.c: New file.
19408 * gdb.threads/multiple-step-overs.exp: New file.
19409 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19410 Adjust expected infrun debug output.
19411
19412 2014-03-20 Pedro Alves <palves@redhat.com>
19413
19414 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19415 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19416
19417 2014-03-20 Pedro Alves <palves@redhat.com>
19418
19419 PR breakpoints/7143
19420 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19421 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19422 of gdb_test_multiple.
19423 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19424 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19425
19426 2014-03-20 Pedro Alves <palves@redhat.com>
19427
19428 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19429 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19430
19431 2014-03-19 Pedro Alves <palves@redhat.com>
19432
19433 * gdb.base/async.exp: Remove early return.
19434
19435 2014-03-19 Pedro Alves <palves@redhat.com>
19436
19437 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19438
19439 2014-03-19 Pedro Alves <palves@redhat.com>
19440
19441 * gdb.base/async.exp (test_background): Expect \r\n after
19442 "completed." in the fail pattern.
19443
19444 2014-03-19 Pedro Alves <palves@redhat.com>
19445
19446 * gdb.base/async.exp (test_background): New procedure.
19447 Use it for all background execution command tests.
19448
19449 2014-03-19 Pedro Alves <palves@redhat.com>
19450
19451 * gdb.base/async.exp: Use prepare_for_testing.
19452
19453 2014-03-19 Pedro Alves <palves@redhat.com>
19454
19455 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19456 the same line.
19457
19458 2014-03-19 Pedro Alves <palves@redhat.com>
19459
19460 * gdb.base/async.c (main): Add "jump here" and "until here" line
19461 marker comments.
19462 * gdb.base/async.exp (jump_here): New global.
19463 (jump& test): Use it.
19464 (until_here): New global.
19465 (until& test): Use it.
19466
19467 2014-03-19 Pedro Alves <palves@redhat.com>
19468
19469 * gdb.base/async.exp: Don't frob gdb_protocol.
19470
19471 2014-03-18 Doug Evans <xdje42@gmail.com>
19472
19473 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19474 Fix spelling of exec-done-display.
19475
19476 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19477
19478 PR gdb/15358
19479 * gdb.base/gdb-sigterm.c: New file.
19480 * gdb.base/gdb-sigterm.exp: New file.
19481
19482 2014-03-18 Pedro Alves <palves@redhat.com>
19483
19484 PR gdb/13860
19485 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19486 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19487 solib-event.
19488
19489 2014-03-17 Joel Brobecker <brobecker@adacore.com>
19490
19491 * gdb.ada/pckd_arr_ren: New testcase.
19492
19493 2014-03-13 Doug Evans <xdje42@gmail.com>
19494
19495 PR guile/16612
19496 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19497 collect after discarding symbols.
19498
19499 2014-03-13 Ludovic Courtès <ludo@gnu.org>
19500 Doug Evans <xdje42@gmail.com>
19501
19502 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19503 to history survives a gc.
19504
19505 2014-03-13 Pedro Alves <palves@redhat.com>
19506
19507 * gdb.base/default.exp: Don't test "target procfs".
19508
19509 2014-03-13 Pedro Alves <palves@redhat.com>
19510
19511 * gdb.base/default.exp: Update "target child" and "target procfs"
19512 tests to not expect "Unix".
19513
19514 2014-03-12 Tom Tromey <tromey@redhat.com>
19515
19516 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19517 New procs. Add target-async tests.
19518 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19519 Add target-async tests.
19520
19521 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19522
19523 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19524 'func_start' and 'func_end' for the beginning and end of the
19525 function code, respectively.
19526 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19527 'func_end' instead of 'func' and 'main'.
19528
19529 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19530
19531 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19532 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19533 generate the debug info assembler source.
19534
19535 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19536
19537 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19538 * gdb.dwarf2/arr-subrange.exp: Likewise.
19539 * gdb.dwarf2/dwz.exp: Likewise.
19540 * gdb.dwarf2/method-ptr.exp: Likewise.
19541 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19542 * gdb.dwarf2/subrange.exp: Likewise.
19543 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19544 * gdb.dwarf2/implptrpiece.exp: Likewise.
19545 * gdb.dwarf2/nostaticblock.exp: Likewise.
19546
19547 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19548
19549 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19550 directory to absolute path name arguments.
19551
19552 2014-03-10 Joel Brobecker <brobecker@adacore.com>
19553
19554 * gdb.ada/tagged_access: New testcase.
19555
19556 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19557
19558 * gdb.btrace/data.exp: Update expected output.
19559
19560 2014-03-06 Yao Qi <yao@codesourcery.com>
19561
19562 * gdb.trace/pr16508.exp: New file.
19563
19564 2014-03-05 Pedro Alves <palves@redhat.com>
19565
19566 PR gdb/16575
19567 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19568 procedure.
19569 (top level): Adjust to use it. Add tests that exercise breakpoint
19570 interaction with the code-cache.
19571
19572 2014-02-26 Ludovic Courtès <ludo@gnu.org>
19573
19574 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19575 test for 'history-append!'.
19576
19577 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19578
19579 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19580 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19581 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19582 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19583 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19584 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19585
19586 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19587
19588 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19589 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19590 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19591
19592 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19593
19594 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19595
19596 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19597
19598 * gdb.dwarf2/arr-stride.c: New file.
19599 * gdb.dwarf2/arr-stride.exp: New file.
19600
19601 2014-02-26 Pedro Alves <palves@redhat.com>
19602
19603 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19604 that won't ever trigger. Make sure that GDB reports the correct
19605 breakpoint that caused the stop.
19606
19607 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19608
19609 PR gdb/16626
19610 * gdb.base/auto-load-script: New file.
19611 * gdb.base/auto-load.c: New file.
19612 * gdb.base/auto-load.exp: New file.
19613
19614 PR gdb/16626
19615 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19616
19617 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19618
19619 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19620 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19621
19622 2014-02-24 Doug Evans <dje@google.com>
19623
19624 * lib/gdb.exp (run_on_host): Log error output if program fails.
19625
19626 2014-02-21 Pedro Alves <palves@redhat.com>
19627
19628 * gdb.threads/step-after-sr-lock.c: Rename to ...
19629 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19630 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19631 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19632 ... this.
19633
19634 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19635
19636 PR tdep/16397
19637 * gdb.arch/amd64-stap-special-operands.exp: New file.
19638 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19639 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19640 * gdb.arch/amd64-stap-triplet.S: Likewise.
19641 * gdb.arch/amd64-stap-triplet.c: Likewise.
19642
19643 2014-02-20 Joel Brobecker <brobecker@adacore.com>
19644
19645 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19646 in .section pseudo-op.
19647
19648 2014-02-20 lin zuojian <manjian2006@gmail.com>
19649 Joel Brobecker <brobecker@adacore.com>
19650 Doug Evans <xdje42@gmail.com>
19651
19652 PR symtab/16581
19653 * gdb.dwarf2/dw2-icycle.S: New file.
19654 * gdb.dwarf2/dw2-icycle.c: New file.
19655 * gdb.dwarf2/dw2-icycle.exp: New file.
19656
19657 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19658
19659 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19660 operations on gdb.Value objects.
19661 * gdb.python/py-value-cc.exp: Add new test to test operations on
19662 gdb.Value objects.
19663
19664 2014-02-18 Doug Evans <dje@google.com>
19665
19666 * Makefile.in (TESTS): New variable.
19667 (expanded_tests, expanded_tests_or_none): New variables
19668 (check-single): Pass $(expanded_tests_or_none) to runtest.
19669 (check-parallel): Only run tests in $(TESTS) if non-empty.
19670 (check/no-matching-tests-found): New rule.
19671 * README: Document TESTS makefile variable.
19672
19673 2014-02-18 Doug Evans <dje@google.com>
19674
19675 * Makefile.in (check-parallel): rm -rf outputs temp.
19676
19677 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19678
19679 Fix "ERROR: no fileid for" in the testsuite.
19680 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19681
19682 2014-02-12 Doug Evans <dje@google.com>
19683
19684 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19685 (MISCELLANEOUS): New variable.
19686 (clean): rm -rf $(MISCELLANEOUS).
19687 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19688 dwp live in the same directory as symlinks, with each symlink pointed
19689 to a differently named file in a different directory.
19690
19691 2014-02-11 Doug Evans <dje@google.com>
19692
19693 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19694 of Tcl file commands.
19695
19696 2014-02-10 Mark Kettenis <kettenis@gnu.org>
19697
19698 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19699 "kill -SIGUSR1 -1".
19700
19701 2014-02-10 Joel Brobecker <brobecker@adacore.com>
19702
19703 * gdb.ada/tick_length_array_enum_idx: New testcase.
19704
19705 2014-02-10 Doug Evans <xdje42@gmail.com>
19706
19707 * configure.ac (AC_OUTPUT): Add gdb.guile.
19708 * configure: Regenerate.
19709 * lib/gdb-guile.exp: New file.
19710 * lib/gdb.exp (get_target_charset): New function.
19711 * gdb.base/help.exp: Update expected output from "apropos apropos".
19712 * gdb.guile/Makefile.in: New file.
19713 * gdb.guile/guile.exp: New file.
19714 * gdb.guile/scm-arch.c: New file.
19715 * gdb.guile/scm-arch.exp: New file.
19716 * gdb.guile/scm-block.c: New file.
19717 * gdb.guile/scm-block.exp: New file.
19718 * gdb.guile/scm-breakpoint.c: New file.
19719 * gdb.guile/scm-breakpoint.exp: New file.
19720 * gdb.guile/scm-disasm.c: New file.
19721 * gdb.guile/scm-disasm.exp: New file.
19722 * gdb.guile/scm-equal.c: New file.
19723 * gdb.guile/scm-equal.exp: New file.
19724 * gdb.guile/scm-error.exp: New file.
19725 * gdb.guile/scm-error.scm: New file.
19726 * gdb.guile/scm-frame-args.c: New file.
19727 * gdb.guile/scm-frame-args.exp: New file.
19728 * gdb.guile/scm-frame-args.scm: New file.
19729 * gdb.guile/scm-frame-inline.c: New file.
19730 * gdb.guile/scm-frame-inline.exp: New file.
19731 * gdb.guile/scm-frame.c: New file.
19732 * gdb.guile/scm-frame.exp: New file.
19733 * gdb.guile/scm-generics.exp: New file.
19734 * gdb.guile/scm-gsmob.exp: New file.
19735 * gdb.guile/scm-iterator.c: New file.
19736 * gdb.guile/scm-iterator.exp: New file.
19737 * gdb.guile/scm-math.c: New file.
19738 * gdb.guile/scm-math.exp: New file.
19739 * gdb.guile/scm-objfile-script-gdb.in: New file.
19740 * gdb.guile/scm-objfile-script.c: New file.
19741 * gdb.guile/scm-objfile-script.exp: New file.
19742 * gdb.guile/scm-objfile.c: New file.
19743 * gdb.guile/scm-objfile.exp: New file.
19744 * gdb.guile/scm-ports.exp: New file.
19745 * gdb.guile/scm-pretty-print.c: New file.
19746 * gdb.guile/scm-pretty-print.exp: New file.
19747 * gdb.guile/scm-pretty-print.scm: New file.
19748 * gdb.guile/scm-section-script.c: New file.
19749 * gdb.guile/scm-section-script.exp: New file.
19750 * gdb.guile/scm-section-script.scm: New file.
19751 * gdb.guile/scm-symbol.c: New file.
19752 * gdb.guile/scm-symbol.exp: New file.
19753 * gdb.guile/scm-symtab-2.c: New file.
19754 * gdb.guile/scm-symtab.c: New file.
19755 * gdb.guile/scm-symtab.exp: New file.
19756 * gdb.guile/scm-type.c: New file.
19757 * gdb.guile/scm-type.exp: New file.
19758 * gdb.guile/scm-value-cc.cc: New file.
19759 * gdb.guile/scm-value-cc.exp: New file.
19760 * gdb.guile/scm-value.c: New file.
19761 * gdb.guile/scm-value.exp: New file.
19762 * gdb.guile/source2.scm: New file.
19763 * gdb.guile/types-module.cc: New file.
19764 * gdb.guile/types-module.exp: New file.
19765
19766 2014-02-10 Yao Qi <yao@codesourcery.com>
19767
19768 PR testsuite/16543
19769 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19770 * configure: Regenerated.
19771 * Makefile.in: New file.
19772
19773 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19774
19775 * gdb.python/py-framefilter.exp: Fix typo.
19776
19777 2014-02-08 Yao Qi <yao@codesourcery.com>
19778
19779 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19780 that no =breakpoint-modified is emitted when breakpoints are
19781 modified through MI commands.
19782
19783 2014-02-07 Pedro Alves <pedro@codesourcery.com>
19784 Pedro Alves <palves@redhat.com>
19785
19786 * gdb.threads/step-after-sr-lock.c: New file.
19787 * gdb.threads/step-after-sr-lock.exp: New file.
19788
19789 2014-02-07 Pedro Alves <palves@redhat.com>
19790
19791 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19792
19793 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19794
19795 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19796 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19797
19798 2014-02-06 Doug Evans <xdje42@gmail.com>
19799
19800 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19801 output.
19802
19803 * gdb.gdb/python-interrupts.exp: New file.
19804
19805 2014-02-05 Yao Qi <yao@codesourcery.com>
19806
19807 * gdb.trace/report.exp (use_collected_data): Test the output
19808 of "info threads" and "info inferiors".
19809
19810 2014-02-05 Yao Qi <yao@codesourcery.com>
19811
19812 Revert this patch:
19813
19814 2013-05-24 Yao Qi <yao@codesourcery.com>
19815
19816 * gdb.trace/tfile.exp: Test inferior and thread.
19817
19818 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19819
19820 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19821 on a function.
19822 * gdb.base/step-bt.c: Call hello via function pointer to make
19823 sure its first instruction is executed on powerpc64le-linux.
19824
19825 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19826
19827 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19828
19829 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19830
19831 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19832 of the test patterns for use on little-endian systems.
19833
19834 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19835
19836 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19837 (decimal_vector): Fix for little-endian.
19838
19839 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19840
19841 * gdb.arch/sparc-sysstep.exp: New file.
19842 * gdb.arch/sparc-sysstep.c: Likewise.
19843
19844 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19845
19846 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19847
19848 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19849
19850 2014-01-23 Tom Tromey <tromey@redhat.com>
19851
19852 * gdb.ada/array_char_idx: New testcase.
19853
19854 2014-01-23 Tom Tromey <tromey@redhat.com>
19855
19856 PR python/16487:
19857 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19858 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19859 classes.
19860
19861 2014-01-23 Tom Tromey <tromey@redhat.com>
19862
19863 PR python/16491:
19864 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19865 string from an inferior frame.
19866 * gdb.python/py-framefilter-mi.exp: Update.
19867
19868 2014-01-22 Doug Evans <dje@google.com>
19869
19870 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19871
19872 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19873
19874 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19875
19876 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19877
19878 * gdb.trace/entry-values.exp: Remove excess space character from
19879 regex patterns. Handle s390 call instruction.
19880
19881 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19882
19883 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19884 define "*_start" label. Make "name" static.
19885 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19886 ${name} by references to ${name}_start.
19887
19888 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19889
19890 * gdb.base/info-macros.exp: Remove "debug" from the compile
19891 options.
19892
19893 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19894
19895 * gdb.dlang/demangle.exp: New file.
19896
19897 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19898
19899 * gdb.dlang/primitive-types.exp: New file.
19900
19901 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19902
19903 * configure.ac: Create gdb.dlang/Makefile.
19904 * configure: Regenerate.
19905 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19906 * gdb.dlang/Makefile.in: New file.
19907 * lib/d-support.exp: New file.
19908 * lib/gdb.exp (skip_d_tests): New proc.
19909
19910 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19911
19912 * gdb.btrace/delta.exp: Check reverse stepi.
19913 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19914 * gdb.btrace/finish.exp: New.
19915 * gdb.btrace/next.exp: New.
19916 * gdb.btrace/nexti.exp: New.
19917 * gdb.btrace/record_goto.c: Add comments.
19918 * gdb.btrace/step.exp: New.
19919 * gdb.btrace/stepi.exp: New.
19920 * gdb.btrace/multi-thread-step.c: New.
19921 * gdb.btrace/multi-thread-step.exp: New.
19922 * gdb.btrace/rn-dl-bind.c: New.
19923 * gdb.btrace/rn-dl-bind.exp: New.
19924 * gdb.btrace/data.c: New.
19925 * gdb.btrace/data.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/Makefile.in (EXECUTABLES): Add delta.
19931 * gdb.btrace/exception.exp: Update.
19932 * gdb.btrace/instruction_history.exp: Update.
19933 * gdb.btrace/record_goto.exp: Update.
19934 * gdb.btrace/tailcall.exp: Update.
19935 * gdb.btrace/unknown_functions.exp: Update.
19936 * gdb.btrace/delta.exp: New.
19937
19938 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19939
19940 * gdb.btrace/record_goto.exp: Add backtrace test.
19941 * gdb.btrace/tailcall.exp: Add backtrace test.
19942
19943 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19944
19945 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19946 * gdb.btrace/record_goto.c: New.
19947 * gdb.btrace/record_goto.exp: New.
19948 * gdb.btrace/x86-record_goto.S: New.
19949
19950 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19951
19952 * gdb.btrace/function_call_history.exp: Update tests.
19953 * gdb.btrace/instruction_history.exp: Update tests.
19954
19955 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19956
19957 * gdb.btrace/function_call_history.exp: Fix expected field
19958 order for "record function-call-history".
19959 Add new tests for "record function-call-history /c".
19960 * gdb.btrace/exception.cc: New.
19961 * gdb.btrace/exception.exp: New.
19962 * gdb.btrace/tailcall.exp: New.
19963 * gdb.btrace/x86-tailcall.S: New.
19964 * gdb.btrace/x86-tailcall.c: New.
19965 * gdb.btrace/unknown_functions.c: New.
19966 * gdb.btrace/unknown_functions.exp: New.
19967 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19968
19969 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19970
19971 * gdb.btrace/instruction_history.exp: Update.
19972 * gdb.btrace/function_call_history.exp: Update.
19973
19974 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19975
19976 * gdb.btrace/function_call_history.exp: Fix expected function
19977 trace.
19978 * gdb.btrace/instruction_history.exp: Initialize traced.
19979 Remove traced_functions.
19980
19981 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19982
19983 * gdb.btrace/function_call_history.exp: Update
19984 * gdb.btrace/instruction_history.exp: Update.
19985
19986 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19987
19988 * gdb.btrace/enable.exp: Update expected text.
19989
19990 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19991
19992 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19993 bytes.
19994
19995 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
19996
19997 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
19998
19999 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
20000
20001 * lib/gdb.exp (supports_process_record): Return true for
20002 arm*-linux*. (supports_reverse): Likewise.
20003
20004 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20005
20006 PR python/15464
20007 PR python/16113
20008 * gdb.python/py-type.c: Enhance test case.
20009 * gdb.python/py-value-cc.cc: Likewise
20010 * gdb.python/py-type.exp: Add new tests.
20011 * gdb.python/py-value-cc.exp: Likewise
20012
20013 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20014 Pedro Alves <palves@redhat.com>
20015
20016 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20017 Make "name" extern.
20018 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20019 references to ${name}_start by references to ${name}.
20020
20021 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20022
20023 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20024
20025 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20026
20027 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20028
20029 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20030 Pedro Alves <palves@redhat.com>
20031
20032 * gdb.mi/mi-info-os.exp: Connect to the target with
20033 mi_gdb_target_load.
20034
20035 2014-01-08 Pedro Alves <palves@redhat.com>
20036
20037 * gdb.threads/reconnect-signal.c: New file.
20038 * gdb.threads/reconnect-signal.exp: New file.
20039
20040 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20041
20042 * gdb.base/source-dir.exp: New file.
20043
20044 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20045
20046 * gdb.ada/mi_interface: New testcase.
20047
20048 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20049
20050 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20051 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20052 gdb.ada/pp-rec-component/pck.ads: New files.
20053
20054 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20055
20056 * gdb.python/py-pp-integral.c: New file.
20057 * gdb.python/py-pp-integral.py: New file.
20058 * gdb.python/py-pp-integral.exp: New file.
20059
20060 For older changes see ChangeLog-1993-2013.
20061 \f
20062 ;; Local Variables:
20063 ;; mode: change-log
20064 ;; left-margin: 8
20065 ;; fill-column: 74
20066 ;; version-control: never
20067 ;; End:
20068
20069 Copyright 2014-2020 Free Software Foundation, Inc.
20070 Copying and distribution of this file, with or without modification,
20071 are permitted provided the copyright notice and this notice are preserved.