]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
gdb/testsuite: fix fission support in the Dwarf assembler
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.dwarf2/fission-absolute-dwo.c: New file.
4 * gdb.dwarf2/fission-absolute-dwo.exp: New file.
5 * gdb.dwarf2/fission-base.exp: Use build_executable_and_dwo_files
6 instead of build_executable_from_fission_assembler.
7 * gdb.dwarf2/fission-loclists-pie.exp: Likewise.
8 * gdb.dwarf2/fission-loclists.exp: Likewise.
9
10 * gdb.dwarf2/fission-multi-cu.S: Delete file.
11 * gdb.dwarf2/fission-multi-cu.c: New file based on old
12 fission-multi-cu1.c and fission-multi-cu2.c files.
13 * gdb.dwarf2/fission-multi-cu1.c: Delete file.
14 * gdb.dwarf2/fission-multi-cu2.c: Delete file.
15 * gdb.dwarf2/fission-multi-cu.exp: Rewrite to use Dwarf assembler.
16 * gdb.dwarf2/fission-reread.exp: Likewise.
17 * lib/dwarf.exp (extract_dwo_information): New proc.
18 (strip_dwo_information): New proc.
19 (build_executable_and_dwo_files): New proc.
20 (build_executable_from_fission_assembler): Delete.
21 (Dwarf::_debug_addr_index): New variable.
22 (Dwarf::_cu_is_fission): New variable.
23 (Dwarf::_handle_DW_FORM): Handle DW_OP_GNU_addr_index.
24 (Dwarf::_default_form): Supply a default for DW_AT_GNU_addr_base.
25 (Dwarf::_handle_macro_at_range): Use form DW_FORM_GNU_addr_index
26 if this is a fission CU.
27 (Dwarf::_location): Handle DW_OP_GNU_addr_index.
28 (Dwarf::debug_addr_label): New proc.
29 (Dwarf::cu): Initialise _cu_is_fission.
30 (Dwarf::tu): Likewise.
31 (Dwarf::assemble): Initialise _debug_addr_index.
32
33 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
34
35 * gdb.dwarf2/dw2-using-debug-str.exp: Add an additional test.
36
37 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
38
39 * gdb.python/py-parameter.exp: Add test for reading data-directory
40 using gdb.parameter API.
41
42 2021-04-06 Tom de Vries <tdevries@suse.de>
43
44 PR breakpoints/25884
45 * gdb.opt/inline-cmds.exp: Remove kfail.
46
47 2021-04-06 Tom de Vries <tdevries@suse.de>
48
49 PR testsuite/27691
50 * gdb.threads/gcore-thread.exp: Don't call gdb_core_cmd with core
51 file "".
52
53 2021-04-01 Egeyar Bagcioglu <egeyar@gmail.com>
54
55 * lib/pdtrace.in: Fix obvious typo.
56
57 2021-03-31 Tom Tromey <tromey@adacore.com>
58
59 * lib/dwarf.exp (Dwarf::_get_args): New proc.
60 (Dwarf::_location): Use it.
61
62 2021-03-31 Tom de Vries <tdevries@suse.de>
63
64 PR testsuite/27667
65 * lib/gdb.exp (default_gdb_init): Unset DEBUGINFOD_URLS.
66
67 2021-03-30 Simon Marchi <simon.marchi@polymtl.ca>
68
69 PR gdb/27541
70 * gdb.base/index-cache-load-twice.exp: Remove.
71 * gdb.base/index-cache-load-twice.c: Remove.
72 * gdb.dwarf2/per-bfd-sharing.exp: New.
73 * gdb.dwarf2/per-bfd-sharing.c: New.
74
75 2021-03-30 Tom de Vries <tdevries@suse.de>
76
77 PR testsuite/27604
78 * gdb.dwarf2/dw2-cu-size.S: Add missing .debug_abbrev terminator.
79
80 2021-03-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
81
82 * gdb.mi/user-selected-context-sync.exp: Spin on a variable in
83 the infinite loop to avoid a Clang bug.
84
85 2021-03-26 Will Schmidt <will_schmidt@vnet.ibm.com>
86
87 * gdb.arch/powerpc-disassembler-options.exp: Extend some test
88 names for uniqueness.
89 * gdb.arch/powerpc-fpscr-gcore.exp: Add more test names for
90 uniqueness.
91
92 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
93
94 * gdb.python/py-prettyprint.c (struct container): Add 'is_array_p'
95 member.
96 (make_container): Initialise is_array_p.
97 * gdb.python/py-prettyprint.exp: Add new tests.
98 * gdb.python/py-prettyprint.py (ContainerPrinter.display_hint):
99 Check is_array_p and possibly return 'array'.
100
101 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
102
103 * gdb.cp/breakpoint.exp: Extend test names to make them unique.
104 * gdb.cp/casts.exp: Give tests unique names.
105 * gdb.cp/filename.exp: Likewise.
106 * gdb.cp/gdb2495.exp: Likewise.
107 * gdb.cp/mb-ctor.exp: Extend test names to make them unique.
108 * gdb.cp/misc.exp: Rename test to make it unique.
109 * gdb.cp/nsnested.exp: Give tests unique names.
110 * gdb.cp/ovldbreak.exp: Likewise.
111 * gdb.cp/pr17494.exp: Rename test to reflect what is actually
112 being tested. This also removes the duplicate test name.
113 * gdb.cp/ref-types.exp: Likewise.
114 * gdb.cp/temargs.exp: Likewise.
115
116 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
117
118 * gdb.cp/cplusfuncs.exp (test_paddr_operator_functions): Escape
119 square brackets in test.
120
121 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
122
123 * gdb.cp/maint.exp (test_first_component): Run more tests with a
124 variable number of spaces, this removes the duplicate testing of
125 'operator ->' which existed before.
126
127 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
128
129 * gdb.cp/gdb2384.cc (main): Change comments used for breakpoints.
130 * gdb.cp/gdb2384.exp: Change and extend test names to avoid
131 duplicates, and also to avoid having a string inside parentheses
132 at the end of test names.
133
134 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
135
136 * gdb.cp/nsusing.exp: Rewrite test, remove a duplicate test block.
137 Avoid repeated uses of 'runto', and instread just progress once
138 through the test stopping at different breakpoints. Give comments
139 a capital letter and full stop. Give duplicate tests unique names.
140
141 2021-03-25 Pedro Alves <pedro@palves.net>
142
143 * gdb.server/stop-reply-no-thread-multi.exp (run_test): Add
144 "target_non_stop" parameter and use it.
145 (top level): Add "maint set target-non-stop on/off" testing axis.
146
147 2021-03-25 Andrew Burgess <andrew.burgess@embecosm.com>
148
149 * lib/ada.exp (gnat_runtime_has_debug_info): Use -wrap with
150 gdb_test_multiple.
151
152 2021-03-24 Luis Machado <luis.machado@linaro.org>
153
154 * gdb.arch/aarch64-mte.c: New file.
155 * gdb.arch/aarch64-mte.exp: New test.
156 * gdb.base/memtag.c: New file.
157 * gdb.base/memtag.exp: New test.
158 * lib/gdb.exp (supports_memtag): New function.
159
160 2021-03-24 Luis Machado <luis.machado@linaro.org>
161
162 * gdb.base/options.exp: Adjust for new print options.
163 * gdb.base/with.exp: Likewise.
164
165 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
166
167 * gdb.dwarf2/dw2-missing-cu-tag.c: New file.
168 * gdb.dwarf2/dw2-missing-cu-tag.exp: New file.
169
170 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
171
172 * gdb.dwarf2/dw2-using-debug-str.c: New file.
173 * gdb.dwarf2/dw2-using-debug-str.exp: New file.
174 * lib/dwarf.exp (Dwarf::DW_FORM_strp): Create .debug_str section,
175 not .debug_string.
176
177 2021-03-20 Tom Tromey <tom@tromey.com>
178
179 * gdb.base/maint.exp: Update "maint print statistics" output.
180
181 2021-03-19 Kevin Buettner <kevinb@redhat.com>
182
183 * lib/gdbserver-support.exp (gdbserver_exit): Use the
184 "-nowait" flag when waiting for gdbserver to exit.
185
186 2021-03-19 Sourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
187
188 * gdb.base/info-macros.exp: Append -fdebug-macro to
189 additional_flags for clang.
190 * gdb.base/macscp.exp: Likewise.
191 * gdb.base/style.exp: Likewise.
192 * gdb.linespec/macro-relative.exp: Likewise.
193
194 2021-03-17 Simon Marchi <simon.marchi@polymtl.ca>
195 Pedro Alves <pedro@palves.net>
196
197 * gdb.base/run-attach-while-running.exp: New.
198 * gdb.base/run-attach-while-running.c: New.
199
200 2021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
201
202 * gdb.python/py-framefilter-addr.c: New file.
203 * gdb.python/py-framefilter-addr.exp: New file.
204 * gdb.python/py-framefilter-addr.py: New file.
205
206 2021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
207
208 * gdb.threads/execl.exp: Remove duplicate 'info threads' test.
209 Make use of $gdb_test_name instead of creating a separate $test
210 variable.
211 * gdb.threads/print-threads.exp: Add a with_test_prefix instead of
212 adding a '($name)' at the end of each test. This also catches the
213 one place where '($name)' was missing, and so caused a duplicate
214 test name.
215 * gdb.threads/queue-signal.exp: Give tests unique names to avoid
216 duplicate test names based on the command being tested.
217 * gdb.threads/signal-command-multiple-signals-pending.exp:
218 Likewise.
219 * lib/gdb.exp (gdb_compile_shlib_pthreads): Tweak test name to
220 avoid duplicate testnames when a test script uses this proc and
221 also gdb_compile_pthreads.
222 * lib/prelink-support.exp (build_executable_own_libs): Use
223 with_test_prefix to avoid duplicate test names when we call
224 build_executable twice.
225
226 2021-03-15 Tom Tromey <tromey@adacore.com>
227
228 * gdb.ada/fixed_points.exp: Add tests of unary + and -.
229
230 2021-03-15 Tom Tromey <tromey@adacore.com>
231
232 * gdb.ada/varsize_limit.exp: Add new test.
233 * gdb.ada/varsize_limit/vsizelim.adb: Update.
234
235 2021-03-15 Tom Tromey <tromey@adacore.com>
236
237 * gdb.ada/operator_call/twovecs.ads: New file.
238 * gdb.ada/operator_call/twovecs.adb: New file.
239 * gdb.ada/operator_call/opcall.adb: New file.
240 * gdb.ada/operator_call.exp: New file.
241
242 2021-03-15 Tom Tromey <tromey@adacore.com>
243
244 * gdb.ada/enums_overload/enums_overload_main.adb: New file.
245 * gdb.ada/enums_overload/enums_overload.ads: New file.
246 * gdb.ada/enums_overload/enums_overload.adb: New file.
247 * gdb.ada/enums_overload.exp: New file.
248
249 2021-03-15 Tom Tromey <tromey@adacore.com>
250
251 * gdb.ada/assign_arr/target_wrapper.ads (IArray, Put, Do_Nothing):
252 Declare.
253 * gdb.ada/assign_arr/target_wrapper.adb: New file.
254 * gdb.ada/assign_arr/main_p324_051.adb (IValue): New variable.
255 Call Put.
256 * gdb.ada/assign_arr.exp: Update.
257
258 2021-03-15 Andrew Burgess <andrew.burgess@embecosm.com>
259
260 * gdb.python/py-auto-load-chaining-f1.c: New file.
261 * gdb.python/py-auto-load-chaining-f1.o-gdb.py: New file.
262 * gdb.python/py-auto-load-chaining-f2.c: New file.
263 * gdb.python/py-auto-load-chaining-f2.o-gdb.py: New file.
264 * gdb.python/py-auto-load-chaining.c: New file.
265 * gdb.python/py-auto-load-chaining.exp: New file.
266
267 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
268
269 * gdb.python/py-bad-printers.exp: Extend test names to make them
270 unique.
271 * gdb.python/py-events.exp: Likewise.
272 * gdb.python/py-finish-breakpoint2.exp: Likewise.
273 * gdb.python/py-frame-inline.exp: Likewise.
274 * gdb.python/py-frame.exp: Likewise.
275 * gdb.python/py-infthread.exp: Likewise.
276
277 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
278
279 * gdb.python/py-value-cc.exp: Remove a duplicate test.
280
281 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
282
283 * gdb.python/lib-types.exp: Update the test to check the correct
284 python variable.
285
286 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
287
288 * gdb.python/py-explore-cc.exp: Extend test names to make them
289 unique.
290
291 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
292
293 * gdb.python/py-lookup-type.exp: Remove duplicate test.
294
295 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
296
297 * gdb.python/py-symtab.exp: Extend test names to make them
298 unique.
299
300 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
301
302 * gdb.python/py-prompt.exp: Add with_test_prefix to make test
303 names unique.
304
305 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
306
307 * gdb.python/py-block.exp: Give tests unique names.
308
309 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
310
311 * gdb.python/py-pp-maint.exp: Extend test names to make them
312 unique.
313
314 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
315
316 * gdb.python/py-explore.exp: Add with_test_prefix to make test
317 names unique.
318
319 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
320
321 * gdb.python/py-finish-breakpoint.exp: Make test names unique.
322
323 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
324
325 * gdb.python/py-strfns.exp: Use with_test_prefix to make test
326 names unique.
327
328 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
329
330 * gdb.python/py-format-string.exp: Use proc_with_prefix to make
331 test names unique.
332
333 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
334
335 * gdb.python/py-mi.exp: Use with_test_prefix to make test names
336 unique.
337
338 2021-03-09 Tom Tromey <tromey@adacore.com>
339
340 * gdb.base/cast-call.exp: New file.
341 * gdb.base/cast-call.c: New file.
342
343 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
344
345 * gdb.gdb/python-helper.exp: New file.
346
347 2020-03-04 Felix Willgerodt <felix.willgerodt@intel.com>
348
349 * gdb.fortran/intrinsics.exp: Add LOC tests.
350
351 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
352
353 * gdb.fortran/shape.exp: New file.
354 * gdb.fortran/shape.f90: New file.
355
356 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
357
358 * gdb.fortran/size.exp: New file.
359 * gdb.fortran/size.f90: New file.
360
361 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
362
363 * gdb.fortran/rank.exp: New file.
364 * gdb.fortran/rank.f90: New file.
365
366 2021-03-08 Tom Tromey <tom@tromey.com>
367
368 * gdb.fortran/debug-expr.exp: Update tests.
369
370 2021-03-08 Tom Tromey <tom@tromey.com>
371
372 * gdb.base/debug-expr.exp: Update expected dump output.
373
374 2021-03-06 Tom Tromey <tom@tromey.com>
375
376 * lib/dwarf.exp (_handle_DW_FORM): Treat DW_FORM_GNU_ref_alt and
377 DW_FORM_GNU_strp_alt like DW_FORM_sec_offset.
378 * gdb.dwarf2/dwznolink.exp: New file.
379
380 2021-03-05 Mark Wielaard <mark@klomp.org>
381
382 * lib/valgrind.exp (vgdb_start): Add --wait=1 to vgdbcmd.
383
384 2021-03-06 Weimin Pan <weimin.pan@oracle.com>
385
386 * gdb.base/ctf-ptype.exp: Add function tests and fix typos.
387
388 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
389
390 * gdb.btrace/rn-dl-bind.exp: Add ldflags=-Wl,-z,lazy.
391
392 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
393
394 * gdb.btrace/non-stop.exp: Adjust expected source lines.
395
396 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
397
398 * gdb.btrace/stepi.exp: Add {} options to prepare_for_testing.
399
400 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
401
402 * gdb.btrace/exception.cc (main): Update test source.
403 * gdb.btrace/exception.exp: Update patterns.
404 * gdb.btrace/function_call_history.exp: Likewise.
405
406 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
407
408 * gdb.btrace/unknown_functions.exp: Move -Wl,-x to ldflags.
409
410 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
411
412 * gdb.btrace/rn-dl-bind.exp: Replace reverse-step with
413 reverse-continue to breakpoint.
414
415 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
416
417 * gdb.btrace/delta.exp: Remove instruction-history and
418 function-call-history checks.
419
420 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
421
422 * README (Note): Add nopie_ldflag.
423 * lib/gdb.exp (gdb_compile): Extend nopie handling.
424
425 2021-03-02 Tom Tromey <tromey@adacore.com>
426
427 * gdb.ada/fixed_points.exp: Remove most special cases for minimal
428 encodings.
429
430 2021-02-27 Lancelot Six <lsix@lancelotix.com>
431
432 PR gdb/27393
433 * gdb.base/source-dir.exp: Test that empty dirnames are skipped.
434
435
436 2021-02-26 Tom Tromey <tom@tromey.com>
437
438 * lib/gdb.exp (skip_ctf_tests): Use expr on result.
439
440 2021-02-26 Jan Vrany <jan.vrany@labware.com>
441
442 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
443 Remove trailing \n from expected output.
444
445 2021-02-26 Markus Metzger <markus.t.metzger@intel.com>
446
447 * lib/gdb.exp (use_gdb_stub): Extend comment.
448
449 2021-02-25 Jan Matyas <jmatyas@codasip.com>
450
451 PR gdb/26819
452 * gdb.server/stop-reply-no-thread.exp: Add two test
453 scenarios that cover remote targets which do not have
454 the concept of threads.
455
456 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
457
458 * gdb.fortran/associated.exp: Add missing '-wrap' argument.
459
460 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
461
462 PR fortran/26155
463 * gdb.fortran/call-no-debug-func.f90: New file.
464 * gdb.fortran/call-no-debug-prog.f90: New file.
465 * gdb.fortran/call-no-debug.exp: New file.
466
467 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
468
469 * gdb.fortran/associated.exp: New file.
470 * gdb.fortran/associated.f90: New file.
471
472 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
473
474 * gdb.fortran/dot-ops.exp (dot_operations): Test ".xor.".
475
476 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
477
478 * gdb.base/sect-cmd.exp: Update expected results.
479
480 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
481
482 * gdb.base/sect-cmd.exp: Rewrite using modern testsuite
483 techniques. Enable the test for all targets.
484
485 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
486
487 * gdb.base/maint-info-sections.exp: Add new tests.
488 (check_maint_info_target_sections_output): New proc.
489
490 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
491
492 * gdb.arch/riscv-default-tdesc.exp: New file.
493
494 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
495
496 * gdb.fortran/pointer-to-pointer.exp: Additional tests.
497
498 2021-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
499
500 * gdb.arch/i386-biarch-core.exp: Add target check.
501
502 2021-02-16 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
503
504 * gdb.dwarf2/pr13961.S: Corrected invalid DIE references.
505
506 2021-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
507
508 * gdb.fortran/allocated.exp: New file.
509 * gdb.fortran/allocated.f90: New file.
510
511 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
512
513 * gdb.fortran/lbound-ubound.exp: Remove old comment.
514
515 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
516
517 * gdb.base/maint-info-sections.exp: Update expected output, and
518 add additional tests. Again.
519
520 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
521
522 * gdb.base/maint-info-sections.exp: Update expected output, and
523 add additional tests.
524
525 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
526
527 * gdb.base/maint-info-sections.exp: New file, content is moved
528 from gdb.base/maint.exp and cleaned up to use latest testsuite
529 techniques.
530 * gdb.base/maint.exp: Tests moved out to
531 gdb.base/maint-info-sections.exp.
532
533 2021-02-10 Simon Marchi <simon.marchi@efficios.com>
534
535 * gdb.multi/multi-target.exp.tcl (setup): Add "set sysroot" to
536 GDBFLAGS.
537
538 2021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
539
540 * gdb.fortran/lbound-ubound.F90: New file.
541 * gdb.fortran/lbound-ubound.exp: New file.
542
543 2021-02-10 Tom de Vries <tdevries@suse.de>
544
545 * lib/gdb.exp (gdb_load_no_complaints): Remove unnecessary
546 "Restore saved setting of complaints".
547
548 2021-02-09 Tom de Vries <tdevries@suse.de>
549
550 PR symtab/27341
551 * lib/gdb.exp (with_complaints): New proc, factored out of ...
552 (gdb_load_no_complaints): ... here.
553 * gdb.fortran/function-calls.exp: Add test-case.
554
555 2021-02-09 Abid Qadeer <abidh@codesourcery.com>
556
557 * gdb.threads/signal-command-handle-nopass.exp: Call
558 'standard_testfile' before using 'testfile'.
559 * gdb.threads/signal-command-multiple-signals-pending.exp: Likewise.
560 * gdb.threads/signal-delivered-right-thread.exp: Likewise
561 * gdb.threads/signal-sigtrap.exp: Likewise
562
563 2021-02-08 Luis Machado <luis.machado@linaro.org>
564
565 * gdb.base/gnu-ifunc.exp (build): Pass -Wl,z,lazy.
566
567 2021-02-08 Tom de Vries <tdevries@suse.de>
568
569 * gdb.dwarf2/enqueued-cu-base-addr.exp: Fix inter-CU reference.
570
571 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
572
573 * gdb.python/tui-window-disabled.c: New file.
574 * gdb.python/tui-window-disabled.exp: New file.
575 * gdb.python/tui-window-disabled.py: New file.
576
577 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
578
579 * gdb.python/tui-window.exp: Add new tests.
580 * gdb.python/tui-window.py (TestWindow) <__init__>: Store
581 TestWindow object into global the_window.
582 <remote_title>: New method.
583 (delete_window_title): New function.
584
585 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
586
587 * gdb.tui/winheight.exp: Add more tests.
588
589 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
590
591 * gdb.python/py-framefilter.exp: Update expected results.
592 * gdb.python/python.exp: Update expected results.
593
594 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
595
596 * gdb.tui/scroll.exp: Tighten expected results. Remove comment
597 about bug in GDB, update expected results, and add more tests.
598
599 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
600
601 * gdb.tui/scroll.exp: New file.
602 * gdb.tui/tui-layout-asm-short-prog.exp: Update expected results.
603 * lib/tuiterm.exp (Term::_csi_M): Delete count lines, scroll
604 remaining lines up.
605 (Term::check_region_contents): New proc.
606 (Term::check_box_contents): Use check_region_contents.
607
608 2021-02-06 Tom de Vries <tdevries@suse.de>
609
610 PR testsuite/26922
611 * gdb.tui/tui-layout-asm.exp: Ignore whitespace mismatches when
612 scrolling.
613
614 2021-02-05 Tom de Vries <tdevries@suse.de>
615
616 PR breakpoints/27313
617 * gdb.base/catch-syscall.exp: Check that "catch syscall -1" is
618 rejected.
619
620 2021-02-05 Tom de Vries <tdevries@suse.de>
621
622 * gdb.dwarf2/main-subprogram.exp: Add KFAIL for PR symtab/24549.
623 * gdb.fortran/mixed-lang-stack.exp: Same.
624
625 2021-02-05 Tom de Vries <tdevries@suse.de>
626
627 PR exp/27265
628 * gdb.base/complex-parts.exp: Add tests.
629
630 2021-02-05 Tom de Vries <tdevries@suse.de>
631
632 PR symtab/27307
633 * gdb.dwarf2/clang-debug-names.exp: Check file command warnings.
634
635 2021-02-04 Shahab Vahedi <shahab@synopsys.com>
636
637 * gdb.xml/tdesc-regs.exp: Use correct core-regs for ARC.
638
639 2021-02-03 Pedro Alves <pedro@palves.net>
640
641 * gdb.threads/detach-step-over.c: New file.
642 * gdb.threads/detach-step-over.exp: New file.
643
644 2021-02-03 Pedro Alves <pedro@palves.net>
645
646 * gdb.threads/attach-non-stop.c: New file.
647 * gdb.threads/attach-non-stop.exp: New file.
648
649 2021-02-02 Lancelot SIX <lsix@lancelotsix.com>
650
651 * gdb.base/inferior-noarg.c: New test.
652 * gdb.base/inferior-noarg.exp: New test.
653
654 2021-02-02 Simon Marchi <simon.marchi@polymtl.ca>
655
656 * gdb.base/scope.exp: Use proc_with_prefix.
657
658 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
659
660 * lib/dwarf.exp (rnglists): Add -no-offset-array option to
661 table proc.
662 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for
663 .debug_rnglists table without offset array.
664 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
665 .debug_loclists table without offset array.
666
667 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
668
669 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for DW_AT_ranges
670 of DW_FORM_sec_offset form plus DW_AT_rnglists_base attribute.
671 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
672 DW_AT_location of DW_FORM_sec_offset plus DW_AT_loclists_base
673 attribute
674
675 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
676
677 PR gdb/26813
678 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_loclistx.
679 (loclists): New proc.
680 * gdb.dwarf2/loclists-multiple-cus.c: New.
681 * gdb.dwarf2/loclists-multiple-cus.exp: New.
682 * gdb.dwarf2/loclists-sec-offset.c: New.
683 * gdb.dwarf2/loclists-sec-offset.exp: New.
684
685 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
686
687 * lib/dwarf.exp (_location): Add parameters.
688 (_handle_DW_FORM): Adjust.
689
690 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
691
692 PR gdb/26813
693 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_rnglistx.
694 (cu): Generate header for DWARF 5.
695 (rnglists): New proc.
696 * gdb.dwarf2/rnglists-multiple-cus.exp: New.
697 * gdb.dwarf2/rnglists-sec-offset.exp: New.
698
699 2021-02-02 Tom de Vries <tdevries@suse.de>
700
701 PR symtab/24620
702 * gdb.dwarf2/fission-reread.exp: Add test-case.
703
704 2021-02-01 Tom de Vries <tdevries@suse.de>
705
706 * gdb.dwarf2/fission-base.S: Pass -DDWO=$dwo.
707 * gdb.dwarf2/fission-loclists-pie.S: Same.
708 * gdb.dwarf2/fission-loclists.S: Same.
709 * gdb.dwarf2/fission-multi-cu.S: Same.
710 * gdb.dwarf2/fission-reread.S: Same.
711 * gdb.dwarf2/fission-base.exp: Use DWO.
712 * gdb.dwarf2/fission-loclists-pie.exp: Same.
713 * gdb.dwarf2/fission-loclists.exp: Same.
714 * gdb.dwarf2/fission-multi-cu.exp: Same.
715 * gdb.dwarf2/fission-reread.exp: Same.
716
717 2021-01-29 Tom de Vries <tdevries@suse.de>
718
719 PR breakpoints/26063
720 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.c: New test.
721 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.exp: New file.
722
723 2021-01-29 Tom de Vries <tdevries@suse.de>
724
725 * gdb.opt/solib-intra-step.exp: Remove state tracking logic.
726
727 2021-01-28 Tom de Vries <tdevries@suse.de>
728
729 * gdb.arch/i386-gnu-cfi.exp: Capture the position of function gate
730 in the backtrace, and use that in the rest of the test instead of
731 hardcoded constant 3. Use "frame" instead of "up" for robustness.
732
733 2021-01-28 Tom de Vries <tdevries@suse.de>
734
735 * gdb.arch/i386-sse-stack-align.S: Rename g[0-4] to test_g[0-4].
736 * gdb.arch/i386-sse-stack-align.c: Same.
737 * gdb.arch/i386-sse-stack-align.exp: Same.
738
739 2021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
740
741 * lib/gdb.exp (default_gdb_init): Unset XDG_CONFIG_HOME.
742
743 2021-01-28 Tom de Vries <tdevries@suse.de>
744
745 * gdb.ada/out_of_line_in_inlined.exp: Use gdb_breakpoint.
746
747 2021-01-28 Tom de Vries <tdevries@suse.de>
748
749 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: Add regexp to
750 "maint info line-table". Make PASS pattern more specific. Make
751 FAIL pattern work for -m32.
752
753 2021-01-27 Lancelot SIX <lsix@lancelotsix.com>
754
755 PR gdb/27133
756 * gdb.base/ui-redirect.exp: Add test case that ensures that
757 redirecting both logging and debug does not cause gdb to crash.
758
759
760 2021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
761
762 * gdb.arch/insn-reloc.c: Add tests for BR and BLR.
763
764 2021-01-26 Tom de Vries <tdevries@suse.de>
765
766 * gdb.threads/killed-outside.exp: Allow regular output.
767
768 2021-01-26 Tom de Vries <tdevries@suse.de>
769
770 * gdb.opt/solib-intra-step.exp: Handle stepping into thunk.
771
772 2021-01-25 Tom de Vries <tdevries@suse.de>
773
774 * gdb.dwarf2/dw2-ranges-psym.exp (gdb_load_no_complaints): New proc.
775 * lib/gdb.exp: Use gdb_load_no_complaints.
776
777 2021-01-25 Tom Tromey <tromey@adacore.com>
778
779 * gdb.ada/fixed_points.exp: Add regression test.
780 * gdb.ada/fixed_points/fixed_points.adb (FP5_Var): New variable.
781 * gdb.ada/fixed_points/pck.adb (Delta5, FP5_Type): New.
782
783 2021-01-25 Tom Tromey <tromey@adacore.com>
784
785 * gdb.ada/local-enum.exp: Add enumerator resolution test.
786
787 2021-01-25 Tom Tromey <tromey@adacore.com>
788
789 * gdb.ada/local-enum.exp: New file.
790 * gdb.ada/local-enum/local.adb: New file.
791
792 2021-01-23 Tom Tromey <tom@tromey.com>
793
794 * lib/gdb.exp (default_gdb_init): Set INPUTRC to a cached file.
795
796 2021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
797
798 * gdb.base/line65535.exp: Fix test expectation.
799
800 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
801
802 * lib/gdb.exp (gdb_test_multiple): Remove things related to test
803 suppression.
804 (default_gdb_exit): Likewise.
805 (default_gdb_spawn): Likewise.
806 (send_gdb): Likewise.
807 (gdb_expect): Likewise.
808 (gdb_expect_list): Likewise.
809 (default_gdb_init): Likewise.
810 (gdb_suppress_entire_file): Remove.
811 (gdb_suppress_tests): Remove.
812 (gdb_stop_suppressing_tests): Remove.
813 (gdb_clear_suppressed): Remove.
814 * lib/mi-support.exp (mi_uncatched_gdb_exit): Remove things
815 related to test suppression.
816 (default_mi_gdb_start): Likewise.
817 (mi_gdb_reinitialize_dir): Likewise.
818 (mi_gdb_test): Likewise.
819 (mi_run_cmd_full): Likewise.
820 (mi_runto_helper): Likewise.
821 (mi_execute_to): Likewise.
822 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
823 * gdb.base/bitfields.exp: Likewise.
824 * gdb.base/bitfields2.exp: Likewise.
825 * gdb.base/break.exp: Likewise.
826 * gdb.base/call-sc.exp: Likewise.
827 * gdb.base/callfuncs.exp: Likewise.
828 * gdb.base/dfp-test.exp: Likewise.
829 * gdb.base/endian.exp: Likewise.
830 * gdb.base/exprs.exp: Likewise.
831 * gdb.base/funcargs.exp: Likewise.
832 * gdb.base/hbreak2.exp: Likewise.
833 * gdb.base/recurse.exp: Likewise.
834 * gdb.base/scope.exp: Likewise.
835 * gdb.base/sepdebug.exp: Likewise.
836 * gdb.base/structs.exp: Likewise.
837 * gdb.base/until.exp: Likewise.
838 * gdb.cp/misc.exp: Likewise.
839
840 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
841
842 PR cli/25956
843 * gdb.base/style.exp (run_style_tests): Add version string test.
844 (test_startup_version_string): Use version style name.
845 * lib/gdb-utils.exp (style): Handle version style name.
846
847 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
848
849 * gdb.base/style.exp (limited_style): New proc.
850 (clean_restart_and_disable): New proc.
851 (run_style_tests): New proc. Most of the old tests from this file
852 are now in this proc.
853 (test_startup_version_string): New proc. Reamining test from the
854 old file is in this proc.
855
856 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
857
858 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
859 Adjust to "set debug remote" changes.
860
861 2021-01-21 Luis Machado <luis.machado@linaro.org>
862
863 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Handle a new error
864 message.
865
866 2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
867
868 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
869
870 2021-01-21 Hannes Domani <ssbssa@yahoo.de>
871
872 PR python/19151
873 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
874
875 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
876
877 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
878
879 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
880
881 * lib/tuiterm.exp: Add links in comments.
882
883 2021-01-20 Tom de Vries <tdevries@suse.de>
884
885 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
886 offset.
887
888 2021-01-20 Tom de Vries <tdevries@suse.de>
889
890 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
891
892 2021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
893
894 * gdb.arch/amd64-stap-expressions.S: New file.
895 * gdb.arch/amd64-stap-expressions.exp: New file.
896
897 2021-01-19 Tom de Vries <tdevries@suse.de>
898
899 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
900 sequence.
901
902 2021-01-19 Tom de Vries <tdevries@suse.de>
903
904 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
905
906 2021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
907
908 * gdb.fortran/array-slices.exp (run_test): Avoid including
909 addresses in test names.
910
911 2021-01-15 Tom de Vries <tdevries@suse.de>
912
913 PR testsuite/26997
914 * gdb.fortran/array-slices.exp (run_test): Avoid pointer arithmetic
915 when adding sizeof.
916
917 2021-01-14 Tom de Vries <tdevries@suse.de>
918
919 PR testsuite/24590
920 * gdb.base/style.exp: Handle shorter argv in frame command output.
921
922 2021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
923
924 PR gdb/26819
925 * gdb.server/stop-reply-no-thread-multi.c: New file.
926 * gdb.server/stop-reply-no-thread-multi.exp: New file.
927
928 2021-01-12 Tom de Vries <tdevries@suse.de>
929
930 * gdb.arch/i386-mpx-call.c (have_mpx): Remove.
931 (main): Remove call to have_mpx.
932 * gdb.arch/i386-mpx-call.exp: Use have_mpx.
933 * gdb.arch/i386-mpx-map.c (have_mpx): Remove.
934 (main): Remote call to have_mpx.
935 * gdb.arch/i386-mpx-map.exp: Use have_mpx.
936 * gdb.arch/i386-mpx-sigsegv.c (have_mpx): Remove.
937 (main): Remove call to have_mpx.
938 * gdb.arch/i386-mpx-sigsegv.exp: Use have_mpx.
939 * gdb.arch/i386-mpx-simple_segv.c (have_mpx): Remove.
940 (main): Remove call to have_mpx.
941 * gdb.arch/i386-mpx-simple_segv.exp: Use have_mpx.
942 * gdb.arch/i386-mpx.c (have_mpx): Remove.
943 (main): Remote call to have_mpx.
944 * gdb.arch/i386-mpx.exp: Use have_mpx.
945 * lib/gdb.exp (have_mpx): New proc.
946
947 2021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
948
949 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
950
951 2021-01-12 Tom de Vries <tdevries@suse.de>
952
953 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
954
955 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
956
957 * gdb.fortran/debug-expr.exp: Add new tests.
958
959 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
960
961 * gdb.fortran/dot-ops.exp: Add new tests.
962
963 2021-01-11 Tom de Vries <tdevries@suse.de>
964
965 PR testsuite/26968
966 * gdb.arch/amd64-stap-three-arg-disp.S: Remove insn modifying $ebx.
967 Move insn setting $eax to before probe point.
968
969 2021-01-09 Tom Tromey <tom@tromey.com>
970
971 * gdb.trace/ax.exp: Do not require an "ext".
972
973 2021-01-08 Tom Tromey <tromey@adacore.com>
974
975 * gdb.ada/voidctx/pck.adb: New file.
976 * gdb.ada/voidctx/pck.ads: New file.
977 * gdb.ada/voidctx/voidctx.adb: New file.
978 * gdb.ada/voidctx.exp: New file.
979
980 2021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
981
982 PR gdb/27157
983 * gdb.base/empty-host-env-vars.exp: New test.
984
985 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
986
987 * gdb.base/completion.exp: Add a new test.
988
989 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
990
991 * gdb.fortran/intvar-dynamic-types.exp: New file.
992 * gdb.fortran/intvar-dynamic-types.f90: New file.
993
994 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
995
996 * gdb.fortran/intvar-array.exp: New file.
997 * gdb.fortran/intvar-array.f90: New file.
998
999 2021-01-07 Tom Tromey <tromey@adacore.com>
1000
1001 * gdb.ada/assign_arr.exp: Add 'others' test.
1002
1003 2021-01-06 Tom Tromey <tromey@adacore.com>
1004
1005 * gdb.ada/fixed_points/pck.ads (Delta4): New constant.
1006 (FP4_Type): New type.
1007 (FP4_Var): New variable.
1008 * gdb.ada/fixed_points/fixed_points.adb: Update.
1009 * gdb.ada/fixed_points.exp: Add tests for binary operators.
1010
1011 2021-01-06 Simon Marchi <simon.marchi@polymtl.ca>
1012
1013 * lib/gdb.exp (gdb_test_sequence): Accept -prompt switch.
1014 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1015 Pass prompt containing debug print to gdb_test_sequence.
1016
1017 2021-01-04 Tom de Vries <tdevries@suse.de>
1018
1019 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
1020
1021 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1022
1023
1024
1025 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1026
1027 * gdb.server/abspath.exp: Append "set sysroot" to GDBFLAGS.
1028 * gdb.server/connect-without-multi-process.exp: Likewise.
1029 * gdb.server/exit-multiple-threads.exp: Likewise.
1030 * gdb.server/ext-attach.exp: Likewise.
1031 * gdb.server/ext-restart.exp: Likewise.
1032 * gdb.server/ext-run.exp: Likewise.
1033 * gdb.server/ext-wrapper.exp: Likewise.
1034 * gdb.server/multi-ui-errors.exp: Likewise.
1035 * gdb.server/no-thread-db.exp: Likewise.
1036 * gdb.server/reconnect-ctrl-c.exp: Likewise.
1037 * gdb.server/run-without-local-binary.exp: Likewise.
1038 * gdb.server/server-kill.exp: Likewise.
1039 * gdb.server/server-run.exp: Likewise.
1040 * gdb.server/solib-list.exp: Likewise.
1041 * gdb.server/stop-reply-no-thread.exp: Likewise.
1042 * gdb.server/wrapper.exp: Likewise.
1043 * gdb.server/sysroot.exp: Increase timeout when testing the
1044 target: sysroot.
1045
1046 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1047
1048 * gdb.server/server-run.exp: Use clean_restart.
1049
1050 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1051
1052 * gdb.server/ext-run.exp: Use clean_restart.
1053
1054 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1055
1056 * gdb.server/stop-reply-no-thread.exp: Use build_executable
1057 instead of prepare_for_testing.
1058
1059 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1060
1061 * gdb.server/solib-list.exp: Use clean_restart.
1062
1063 2021-01-04 Tom de Vries <tdevries@suse.de>
1064
1065 * gdb.base/morestack.c: Remove printf.
1066 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
1067
1068 2020-12-31 Tom Tromey <tom@tromey.com>
1069
1070 * gdb.rust/simple.exp: Update output for Rust 1.49.
1071
1072 2020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
1073
1074 * gdb.cp/step-and-next-inline.exp: Fix test case.
1075
1076 2020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
1077
1078 * gdb.python/py-frame-args.exp: De-duplicate test names.
1079
1080 2020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1081
1082 PR gdb/27059
1083 * gdb.dwarf2/dyn-type-unallocated.c: New file.
1084 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
1085
1086 2020-12-21 Peter Waller <p@pwaller.net>
1087
1088 * gdb.base/style-interp-exec-mi.exp: New.
1089 * gdb.base/style-interp-exec-mi.c: New.
1090
1091 2020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1092
1093 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
1094 gdb_test. Use proc_with_prefix.
1095
1096 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1097
1098 * gdb.btrace/exception.exp: Build with nopie.
1099 * gdb.btrace/function_call_history.exp: Likewise.
1100 * gdb.btrace/unknown_functions.exp: Likewise.
1101
1102 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1103
1104 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
1105
1106 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1107
1108 * gdb.python/py-record-btrace.exp: Make test names unique.
1109 * gdb.python/py-record-full.exp: Likewise.
1110
1111 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1112
1113 * gdb.btrace/data.exp: Make test names unique.
1114 * gdb.btrace/delta.exp: Likewise.
1115 * gdb.btrace/enable.exp: Likewise.
1116 * gdb.btrace/function_call_history.exp: Likewise.
1117 * gdb.btrace/nohist.exp: Likewise.
1118 * gdb.btrace/non-stop.exp: Likewise.
1119 * gdb.btrace/rn-dl-bind.exp: Likewise.
1120 * gdb.btrace/step.exp: Likewise.
1121 * gdb.btrace/stepi.exp: Likewise.
1122 * gdb.btrace/tailcall.exp: Likewise.
1123
1124 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1125
1126 * gdb.btrace/enable.exp: Update error message.
1127 * gdb.btrace/multi-inferior.exp: Likewise.
1128 * gdb.btrace/reconnect.exp: Likewise.
1129 * gdb.python/py-record-btrace.exp: Likewise.
1130 * gdb.python/py-record-full.exp: Likewise.
1131
1132 2020-12-20 Tom de Vries <tdevries@suse.de>
1133
1134 * lib/gdb.exp (save_target_board_info): New proc.
1135 (gdb_compile_shlib): Use save_target_board_info.
1136
1137 2020-12-19 Tom de Vries <tdevries@suse.de>
1138
1139 * lib/gdb.exp (supports_scalar_storage_order_attribute)
1140 (supports_gnuc): New proc.
1141 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
1142 test_compiler_info calls. Add unsupported message.
1143 * gdb.base/endianity.c: Use TEST_SSO.
1144
1145 2020-12-19 Hannes Domani <ssbssa@yahoo.de>
1146
1147 PR exp/27070
1148 * gdb.python/compare-enum-type-a.c: New test.
1149 * gdb.python/compare-enum-type-b.c: New test.
1150 * gdb.python/compare-enum-type.exp: New file.
1151 * gdb.python/compare-enum-type.h: New test.
1152
1153 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
1154
1155 * gdb.python/py-format-string.exp: Add tests for address keyword.
1156
1157 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
1158
1159 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
1160
1161 2020-12-18 Tom Tromey <tromey@adacore.com>
1162
1163 * gdb.ada/fixed_points.exp: Also run with
1164 -fgnat-encodings=minimal. Update expected output.
1165
1166 2020-12-16 Simon Marchi <simon.marchi@efficios.com>
1167
1168 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
1169 * gdb.base/continue-all-already-running.exp: Likewise.
1170 * gdb.base/moribund-step.exp: Likewise.
1171 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
1172
1173 2020-12-16 Tom de Vries <tdevries@suse.de>
1174
1175 * gdb.base/batch-preserve-term-settings.exp:
1176
1177 2020-12-16 Tom de Vries <tdevries@suse.de>
1178
1179 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
1180 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
1181
1182 2020-12-16 Luis Machado <luis.machado@linaro.org>
1183
1184 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
1185 pointer-based memory accesses.
1186 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
1187 hw watchpoint cases.
1188
1189 2020-12-15 Rae Kim <rae.kim@gmail.com>
1190
1191 * gdb.base/document.exp: New test.
1192
1193 2020-12-15 Tom Tromey <tromey@adacore.com>
1194
1195 * gdb.base/style.exp: Add deprecation tests.
1196
1197 2020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
1198
1199 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
1200
1201 2020-12-14 Mark Wielaard <mark@klomp.org>
1202
1203 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
1204 specially, set attr_form_comment to the actual FORM string used.
1205
1206 2020-12-14 Mark Wielaard <mark@klomp.org>
1207
1208 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
1209 _constants(SPECIAL_expr) here, but set it...
1210 (Dwarf::cu): ...here based on _cu_version.
1211
1212 2020-12-14 Tom de Vries <tdevries@suse.de>
1213
1214 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
1215 pass -fPIC.
1216 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
1217 * gdb.base/break-probes.exp: Same.
1218 * gdb.base/ctxobj.exp: Same.
1219 * gdb.base/dso2dso.exp: Same.
1220 * gdb.base/global-var-nested-by-dso.exp: Same.
1221 * gdb.base/info-shared.exp: Same.
1222 * gdb.base/jit-reader-simple.exp: Same.
1223 * gdb.base/print-file-var.exp: Same.
1224 * gdb.base/skip-solib.exp: Same.
1225 * gdb.btrace/dlopen.exp: Same.
1226
1227 2020-12-14 Tom de Vries <tdevries@suse.de>
1228
1229 PR testsuite/26963
1230 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
1231
1232 2020-12-14 Tom de Vries <tdevries@suse.de>
1233
1234 PR testsuite/26962
1235 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
1236 cast it to its declared type".
1237
1238 2020-12-14 Tom de Vries <tdevries@suse.de>
1239
1240 PR testsuite/26951
1241 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
1242 shell prompt.
1243
1244 2020-12-14 Tom Tromey <tromey@adacore.com>
1245
1246 * gdb.ada/nested.exp: Add new tests.
1247 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
1248
1249 2020-12-14 Tom Tromey <tromey@adacore.com>
1250
1251 * gdb.dwarf2/ada-thick-pointer.exp: New file.
1252
1253 2020-12-14 Tom Tromey <tromey@adacore.com>
1254
1255 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
1256
1257 2020-12-13 Tom de Vries <tdevries@suse.de>
1258
1259 PR testsuite/26953
1260 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
1261 attribute support if compiler doesn't support it.
1262
1263 2020-12-13 Tom de Vries <tdevries@suse.de>
1264
1265 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
1266 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
1267 source to shared lib. Add ada to options.
1268
1269 2020-12-13 Tom de Vries <tdevries@suse.de>
1270
1271 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
1272 calling gnatbind and gnatlink.
1273
1274 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
1275
1276 * gdb.base/dcache-flush.c: New file.
1277 * gdb.base/dcache-flush.exp: New file.
1278
1279 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
1280
1281 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
1282 commands.
1283 * gdb.base/killed-outside.exp: Likewise.
1284 * gdb.opt/inline-bt.exp: Likewise.
1285 * gdb.perf/gmonster-null-lookup.py: Likewise.
1286 * gdb.perf/gmonster-print-cerr.py: Likewise.
1287 * gdb.perf/gmonster-ptype-string.py: Likewise.
1288 * gdb.python/py-unwind.exp: Likewise.
1289
1290 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1291
1292 * gdb.base/commands.exp: Update expected results.
1293
1294 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1295
1296 PR cli/15104
1297 * gdb.base/commands.exp: Add additional tests.
1298 * gdb.base/completion.exp: Add additional tests.
1299
1300 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1301
1302 * gdb.base/completion.exp: Add additional tests.
1303
1304 2020-12-11 Tom de Vries <tdevries@suse.de>
1305
1306 PR testsuite/26991
1307 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
1308 violations by setting bounds registers if the bounds are passed in the
1309 Bounds Table.
1310
1311 2020-12-11 Tom de Vries <tdevries@suse.de>
1312
1313 PR testsuite/26954
1314 * gdb.base/float128.exp: Detect and handle no mpfr support.
1315
1316 2020-12-10 Simon Marchi <simon.marchi@efficios.com>
1317
1318 PR gdb/24694
1319 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
1320 calls.
1321
1322 2020-12-10 Tom de Vries <tdevries@suse.de>
1323
1324 PR testsuite/26947
1325 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
1326 braces for tcl 8.5 and earlier.
1327
1328 2020-12-09 Simon Marchi <simon.marchi@efficios.com>
1329
1330 PR 26875, PR 26901
1331 * gdb.base/flexible-array-member.c: New test.
1332 * gdb.base/flexible-array-member.exp: New test.
1333
1334 2020-12-08 Tom de Vries <tdevries@suse.de>
1335
1336 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
1337 using is_amd64_regs_target.
1338
1339 2020-12-08 Tom de Vries <tdevries@suse.de>
1340
1341 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
1342 self_id.
1343
1344 2020-12-07 Pedro Alves <pedro@palves.net>
1345
1346 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
1347 'additional_flags' variable.
1348
1349 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1350
1351 * gdb.linespec/explicit.exp: Extend with a test to check completing
1352 '-' after seemingly complete options.
1353
1354 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1355
1356 * gdb.linespec/keywords.exp: Add tests to check positional
1357 flexibility of "-force-condition".
1358
1359 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1360
1361 * gdb.base/bp-cmds-run-with-ex.c: New file.
1362 * gdb.base/bp-cmds-run-with-ex.exp: New file.
1363 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
1364 * gdb.gdb/python-interrupts.exp: Update the call to
1365 'catch_command_errors' with the new argument.
1366 * gdb.gdb/python-selftest.exp: Ditto.
1367
1368 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
1369
1370 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
1371 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1372 * gdb.threads/non-stop-fair-events.exp: Likewise.
1373
1374 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
1375
1376 * gdb.threads/step-over-exec.exp: New.
1377 * gdb.threads/step-over-exec.c: New.
1378 * gdb.threads/step-over-exec-execd.c: New.
1379 * lib/my-syscalls.S: New.
1380 * lib/my-syscalls.h: New.
1381
1382 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
1383
1384 * lib/dwarf.exp (declare_labels): Use name as text if text is
1385 not provided.
1386
1387 2020-12-04 Tom de Vries <tdevries@suse.de>
1388
1389 PR testsuite/26990
1390 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
1391 are unsupported.
1392
1393 2020-12-04 Tom de Vries <tdevries@suse.de>
1394
1395 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
1396 clause.
1397
1398 2020-12-04 Tom de Vries <tdevries@suse.de>
1399
1400 * gdb.reverse/insn-reverse.exp: Fix count handling.
1401
1402 2020-12-04 Tom de Vries <tdevries@suse.de>
1403
1404 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
1405 __x86_64__.
1406
1407 2020-12-04 Tom de Vries <tdevries@suse.de>
1408
1409 * gdb.reverse/insn-reverse.c (test_nr): New var.
1410 (usage, parse_args): New function.
1411 (main): Call parse_args. Only run test for test_nr.
1412 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
1413 and bail out. Run subtests individually, using an inferior arg
1414 specifying the subtest.
1415
1416 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
1417
1418 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
1419
1420 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
1421
1422 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
1423 update test to use this.
1424
1425 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1426
1427 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
1428
1429 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1430
1431 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
1432 (do_test): Don't use with_test_prefix.
1433 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
1434 (do_test): Don't use with_test_prefix.
1435 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
1436 (do_test): Don't use with_test_prefix.
1437 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
1438 (do_test): Don't use with_test_prefix.
1439
1440 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1441
1442 * gdb.threads/non-ldr-exit.exp: Fix comment.
1443
1444 2020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1445
1446 * gdb.xml/maint-xml-dump-03.xml: New file.
1447
1448 2020-11-30 Tom de Vries <tdevries@suse.de>
1449
1450 PR symtab/26905
1451 * gdb.dwarf2/count.exp: Remove kfails.
1452
1453 2020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1454
1455 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
1456 indices.
1457
1458 2020-11-24 Joel Brobecker <brobecker@adacore.com>
1459
1460 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
1461 the "ptype pck__fp1_range_var" test for the module-2 and pascal
1462 languages. Remove the associated setup_xfail.
1463
1464 2020-11-23 Simon Marchi <simon.marchi@efficios.com>
1465
1466 * lib/gdb.exp (gdb_assert): Show error message on error.
1467
1468 2020-11-23 Tom de Vries <tdevries@suse.de>
1469
1470 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
1471 * gdb.ada/mod_from_name.exp: Same.
1472 * gdb.ada/pckd_arr_ren.exp: Same.
1473
1474 2020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1475
1476 * gdb.base/template.exp: New.
1477 * gdb.base/template.c: New.
1478
1479 2020-11-22 Gary Benson <gbenson@redhat.com>
1480
1481 PR gdb/26905
1482 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
1483 is defined using a DW_AT_count which references another DIE.
1484
1485 2020-11-21 Tom de Vries <tdevries@suse.de>
1486
1487 * gdb.base/vla-ptr.exp: Add XFAIL.
1488
1489 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1490
1491 * gdb.fortran/array-slices-bad.exp: New file.
1492 * gdb.fortran/array-slices-bad.f90: New file.
1493 * gdb.fortran/array-slices-sub-slices.exp: New file.
1494 * gdb.fortran/array-slices-sub-slices.f90: New file.
1495 * gdb.fortran/array-slices.exp: Rewrite tests.
1496 * gdb.fortran/array-slices.f90: Rewrite tests.
1497 * gdb.fortran/vla-sizeof.exp: Correct expected results.
1498
1499 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1500
1501 * gdb.base/completion.exp: Add new completion tests.
1502
1503 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
1504
1505 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
1506 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
1507 * gdb.mi/mi-nsintrall.exp: Likewise.
1508 * gdb.mi/mi-nsmoribund.exp: Likewise.
1509 * gdb.mi/mi-nsthrexec.exp: Likewise.
1510 * gdb.mi/mi-watch-nonstop.exp: Likewise.
1511
1512 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
1513
1514 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
1515 of perror.
1516
1517 2020-11-18 Joseph Myers <joseph@codesourcery.com>
1518
1519 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
1520 $arg.exe exists but $arg does not.
1521
1522 2020-11-17 Gary Benson <gbenson@redhat.com>
1523
1524 * gdb.trace/trace-common.h (x86_trace_dummy): Add
1525 __attribute__ ((used)).
1526
1527 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
1528
1529 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
1530
1531 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
1532
1533 * gdb.base/completion.exp: Add new tests.
1534
1535 2020-11-16 Tom Tromey <tromey@adacore.com>
1536
1537 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
1538 tests.
1539
1540 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1541
1542 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
1543 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
1544 (main): Add reference to pck__fp1_var2.
1545 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
1546
1547 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1548
1549 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
1550
1551 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1552
1553 * gdb.ada/fixed_points.exp: Add ptype tests.
1554 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
1555
1556 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1557
1558 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
1559
1560 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1561
1562 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
1563 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
1564 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
1565 New files.
1566 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
1567
1568 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
1569 New files.
1570
1571 2020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
1572
1573 PR cli/26879
1574 * gdb.fortran/completion.exp: New file.
1575 * gdb.fortran/completion.f90: New file.
1576
1577 2020-11-12 Joseph Myers <joseph@codesourcery.com>
1578
1579 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
1580 but $arg does not.
1581
1582 2020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
1583
1584 * gdb.fortran/types.exp: Add more tests.
1585
1586 2020-11-12 Tom Tromey <tom@tromey.com>
1587
1588 PR rust/26799:
1589 * gdb.rust/traits.exp: Remove kfails.
1590
1591 2020-11-12 Gary Benson <gbenson@redhat.com>
1592
1593 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
1594 statement.
1595
1596 2020-11-11 Simon Marchi <simon.marchi@efficios.com>
1597
1598 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
1599 always-inserted" axis.
1600 (do_test): Add breakpoint_always_inserted parameter.
1601
1602 2020-11-10 Tom Tromey <tromey@adacore.com>
1603
1604 * gdb.ada/bias.exp: Update.
1605 * gdb.ada/bias/bias.adb (X): Change value.
1606
1607 2020-11-10 Gary Benson <gbenson@redhat.com>
1608
1609 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
1610 regexp fragment in parentheses to prevent false matching.
1611
1612 2020-11-10 Gary Benson <gbenson@redhat.com>
1613
1614 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
1615
1616 2020-11-10 Gary Benson <gbenson@redhat.com>
1617
1618 * gdb.cp/step-and-next-inline.exp: Only require
1619 -gstatement-frontiers when building with GCC.
1620 Only setup KFAIL's for GCC issues when using
1621 a GCC-built executable.
1622
1623 2020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
1624
1625 * gdb.base/debug-expr.c: Add extra function to allow for an
1626 additional test.
1627 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
1628 to this proc with gdb_test_debug_expr. Add an extra test.
1629 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
1630 to this proc with gdb_test_debug_expr, give the tests names
1631 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
1632 calls to this proc with gdb_test_debug_expr, give the tests names
1633 * gdb.fortran/debug-expr.exp: New file.
1634 * gdb.fortran/debug-expr.f90: New file.
1635 * lib/gdb.exp (gdb_test_debug_expr): New proc.
1636
1637 2020-11-06 Simon Marchi <simon.marchi@efficios.com>
1638
1639 * lib/dwarf.exp (ranges): Handle "base" and "range" as
1640 proceduresu.
1641 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
1642 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
1643 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
1644 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
1645 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
1646 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
1647 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
1648 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
1649
1650 2020-11-04 Tom Tromey <tromey@adacore.com>
1651
1652 * gdb.ada/funcall_ref.exp: Update.
1653 * gdb.ada/var_rec_arr.exp: Update.
1654
1655 2020-11-04 Tom Tromey <tromey@adacore.com>
1656
1657 * gdb.ada/rec_ptype.exp: New file.
1658 * gdb.ada/rec_ptype/main.adb: New file.
1659 * gdb.ada/rec_ptype/p.ads: New file.
1660
1661 2020-11-04 Tom Tromey <tromey@adacore.com>
1662
1663 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
1664 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
1665 (PT_Full): New variable.
1666 * gdb.ada/tick_length_array_enum_idx/pck.adb
1667 (Full_PT): New type.
1668
1669 2020-11-04 Tom Tromey <tromey@adacore.com>
1670
1671 * gdb.ada/array_of_variant.exp: New file.
1672 * gdb.ada/array_of_variant/p.adb: New file.
1673 * gdb.ada/array_of_variant/pck.ads: New file.
1674 * gdb.ada/array_of_variant/pck.adb: New file.
1675
1676 2020-11-04 Tom Tromey <tromey@adacore.com>
1677
1678 * gdb.ada/enum_idx_packed.exp: Add test.
1679 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
1680 New variable.
1681 * gdb.ada/enum_idx_packed/pck.ads (Short)
1682 (Multi_Dimension, Multi_Dimension_Access): New types.
1683
1684 2020-11-04 Tom Tromey <tromey@adacore.com>
1685
1686 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
1687
1688 2020-11-04 Tom Tromey <tromey@adacore.com>
1689
1690 * gdb.ada/set_pckd_arr_elt.exp: Also test
1691 -fgnat-encodings=minimal. Add tests.
1692 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
1693 Call Update_Small a second time.
1694 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
1695 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
1696 (Variant_Access): New types.
1697 (New_Variant): Declare.
1698
1699 2020-11-04 Tom Tromey <tromey@adacore.com>
1700
1701 * gdb.ada/mod_from_name.exp: Test printing slice.
1702
1703 2020-11-04 Tom Tromey <tromey@adacore.com>
1704
1705 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
1706 values.
1707 * gdb.ada/access_to_unbounded_array.exp: Test different
1708 -fgnat-encodings values.
1709 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
1710 values.
1711 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
1712 values.
1713 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
1714 values.
1715 * gdb.ada/array_of_variable_length.exp: Test different
1716 -fgnat-encodings values.
1717 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
1718 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
1719 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
1720 change.
1721 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
1722 values.
1723 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
1724 * gdb.ada/out_of_line_in_inlined.exp: Test different
1725 -fgnat-encodings values.
1726 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
1727 values.
1728 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
1729 values.
1730 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
1731 -fgnat-encodings values.
1732 * gdb.ada/variant_record_packed_array.exp: Test different
1733 -fgnat-encodings values.
1734
1735 2020-11-04 Tom Tromey <tromey@adacore.com>
1736
1737 * gdb.ada/enum_idx_packed.exp: Add tests.
1738 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
1739 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
1740 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
1741 declarations.
1742
1743 2020-11-03 Tom de Vries <tdevries@suse.de>
1744
1745 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
1746 terminator comments.
1747 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
1748 terminator.
1749
1750 2020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
1751
1752 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
1753 integer format test with regexp.
1754
1755 2020-11-02 Gary Benson <gbenson@redhat.com>
1756
1757 * gdb.base/print-file-var.exp (test): Separate compiler and
1758 linker options, and build using build_executable_from_specs
1759 to accommodate this.
1760
1761 2020-11-02 Gary Benson <gbenson@redhat.com>
1762
1763 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
1764 for .c files compiled as C++ with Clang if any shared
1765 libraries are specified.
1766
1767 2020-11-02 Gary Benson <gbenson@redhat.com>
1768
1769 * lib/attributes.h: New header.
1770 * gdb.base/backtrace.c: Include the above. Replace
1771 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
1772 * gdb.base/infcall-nested-structs.c: Likewise.
1773 * gdb.base/vla-optimized-out.c: Likewise.
1774
1775 2020-11-02 Tom de Vries <tdevries@suse.de>
1776
1777 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
1778
1779 2020-11-01 Joel Brobecker <brobecker@adacore.com>
1780
1781 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
1782 System.Min_Int and System.Max_Int with smaller hardcoded
1783 constants.
1784
1785 2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1786
1787 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
1788 * configure: Re-generate.
1789
1790 2020-10-30 Simon Marchi <simon.marchi@efficios.com>
1791
1792 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
1793 expected output.
1794
1795 2020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1796
1797 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
1798 behavior.
1799 * gdb.base/paginate-bg-execution.exp: Ditto.
1800 * gdb.base/paginate-inferior-exit.exp: Ditto.
1801 * gdb.base/double-prompt-target-event-error.c: Remove.
1802 * gdb.base/double-prompt-target-event-error.exp: Remove.
1803
1804 2020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1805
1806 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
1807 inferiors' and 'detach inferiors' do not change the current
1808 inferior.
1809
1810 2020-10-29 Tom de Vries <tdevries@suse.de>
1811
1812 * gdb.threads/tls.exp: Fix DUPLICATEs.
1813
1814 2020-10-28 Tom de Vries <tdevries@suse.de>
1815
1816 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
1817
1818 2020-10-28 Tom de Vries <tdevries@suse.de>
1819
1820 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
1821 * gdb.base/reread.exp: Same.
1822
1823 2020-10-28 Tom de Vries <tdevries@suse.de>
1824
1825 * lib/gdb.exp (readnow): Handle arg.
1826 * gdb.rust/traits.exp: Add KFAILs for -readnow.
1827
1828 2020-10-28 Tom de Vries <tdevries@suse.de>
1829
1830 * gdb.base/relocate.exp: Update regexp for -readnow.
1831
1832 2020-10-28 Tom de Vries <tdevries@suse.de>
1833
1834 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
1835 -readnow.
1836
1837 2020-10-28 Tom de Vries <tdevries@suse.de>
1838
1839 PR symtab/26772
1840 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
1841 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
1842
1843 2020-10-28 Tom de Vries <tdevries@suse.de>
1844
1845 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
1846 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
1847 complaint during file command for -readnow.
1848
1849 2020-10-28 Tom de Vries <tdevries@suse.de>
1850
1851 * gdb.cp/nsalias.exp: Fix typo in test name.
1852
1853 2020-10-28 Tom de Vries <tdevries@suse.de>
1854
1855 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
1856
1857 2020-10-28 Tom de Vries <tdevries@suse.de>
1858
1859 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
1860 -readnow.
1861
1862 2020-10-27 Tom de Vries <tdevries@suse.de>
1863
1864 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
1865
1866 2020-10-27 Tom de Vries <tdevries@suse.de>
1867
1868 * gdb.base/maint.exp: Update for -readnow.
1869
1870 2020-10-27 Tom de Vries <tdevries@suse.de>
1871
1872 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
1873 -readnow.
1874
1875 2020-10-14 Gary Benson <gbenson@redhat.com>
1876
1877 * gdb.python/py-format-string.exp (test_deref_refs): Treat
1878 "_vptr$Base" as correct, in addition to "_vptr.Base".
1879 (test_mixed): Likewise.
1880
1881 2020-10-27 Gary Benson <gbenson@redhat.com>
1882
1883 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
1884 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
1885
1886 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1887
1888 * gdb.base/condbreak.exp: Update the completion tests to
1889 consider the '-force' flag.
1890
1891 2020-10-27 Tom de Vries <tdevries@suse.de>
1892
1893 * gdb.base/list-ambiguous-readnow.exp: New file.
1894
1895 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1896
1897 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
1898 the condition.
1899 * gdb.linespec/cpcompletion.exp: Update to consider the
1900 '-force-condition' keyword.
1901 * gdb.linespec/explicit.exp: Ditto.
1902 * lib/completion-support.exp: Ditto.
1903
1904 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1905
1906 * gdb.base/condbreak-multi-context.cc: New file.
1907 * gdb.base/condbreak-multi-context.exp: New file.
1908
1909 2020-10-26 Tom Tromey <tom@tromey.com>
1910
1911 * lib/mi-support.exp (default_mi_gdb_start): Call
1912 gdb_stdin_log_init.
1913 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
1914 subtract one from gdb_instances.
1915 (gdb_stdin_log_write): Flush in_file.
1916
1917 2020-10-26 Tom de Vries <tdevries@suse.de>
1918
1919 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
1920
1921 2020-10-26 Tom Tromey <tromey@adacore.com>
1922
1923 * gdb.ada/unsigned_range/foo.adb: New file.
1924 * gdb.ada/unsigned_range/pack.adb: New file.
1925 * gdb.ada/unsigned_range/pack.ads: New file.
1926 * gdb.ada/unsigned_range.exp: New file.
1927
1928 2020-10-26 Tom de Vries <tdevries@suse.de>
1929
1930 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
1931
1932 2020-10-26 Tom de Vries <tdevries@suse.de>
1933
1934 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
1935 for CU.
1936 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
1937
1938 2020-10-23 Tom de Vries <tdevries@suse.de>
1939
1940 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
1941 DW_FORM_string.
1942 (Dwarf::_default_form): New proc.
1943 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
1944 guessed.
1945
1946 2020-10-23 Tom de Vries <tdevries@suse.de>
1947
1948 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
1949 * gdb.dwarf2/atomic-type.exp: Same.
1950 * gdb.dwarf2/bad-regnum.exp: Same.
1951 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1952 * gdb.dwarf2/dw2-align.exp: Same.
1953 * gdb.dwarf2/dw2-bad-elf.exp: Same.
1954 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1955 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
1956 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
1957 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1958 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
1959 * gdb.dwarf2/enum-type.exp: Same.
1960 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
1961 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1962 * gdb.dwarf2/main-subprogram.exp: Same.
1963 * gdb.dwarf2/missing-type-name.exp: Same.
1964 * gdb.dwarf2/nonvar-access.exp: Same.
1965 * gdb.dwarf2/typedef-void-finish.exp: Same.
1966 * gdb.dwarf2/var-access.exp: Same.
1967 * gdb.dwarf2/void-type.exp: Same.
1968
1969 2020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
1970
1971 PR gdb/26693
1972 * gdb.dwarf2/template-specification-full-name.exp: New test.
1973
1974 2020-10-22 Luis Machado <luis.machado@linaro.org>
1975
1976 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
1977 expected an offset from the function.
1978 * gdb.base/msym-bp.exp (test): Likewise.
1979
1980 2020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
1981
1982 * gdb.fortran/array-slices.exp: Add a new test.
1983
1984 2020-10-21 Gary Benson <gbenson@redhat.com>
1985
1986 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
1987 fullname test with Clang. Also expand comments generally.
1988
1989 2020-10-20 Tom de Vries <tdevries@suse.de>
1990
1991 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
1992
1993 2020-10-20 Tom de Vries <tdevries@suse.de>
1994
1995 * gdb.dwarf2/arr-stride.c: Remove.
1996 * gdb.dwarf2/arr-stride.exp: Use main.c.
1997 * gdb.dwarf2/arr-subrange.c: Remove.
1998 * gdb.dwarf2/arr-subrange.exp: Use main.c.
1999 * gdb.dwarf2/bad-regnum.c: Remove.
2000 * gdb.dwarf2/bad-regnum.exp: Use main.c.
2001 * gdb.dwarf2/corrupt.c: Remove.
2002 * gdb.dwarf2/corrupt.exp: Use main.c.
2003 * gdb.dwarf2/dw2-bad-elf.c: Remove.
2004 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
2005 * gdb.dwarf2/dw2-icycle.c: Remove.
2006 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
2007 * gdb.dwarf2/formdata16.c: Remove.
2008 * gdb.dwarf2/formdata16.exp: Use main.c.
2009 * gdb.dwarf2/implptrconst.c: Remove.
2010 * gdb.dwarf2/implptrconst.exp: Use main.c.
2011 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
2012 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
2013 * gdb.dwarf2/opaque-type-lookup.c: Remove.
2014 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
2015
2016 2020-10-20 Tom de Vries <tdevries@suse.de>
2017
2018 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
2019 file.
2020 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
2021
2022 2020-10-20 Tom de Vries <tdevries@suse.de>
2023
2024 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
2025 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
2026 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
2027 * gdb.dwarf2/dw2-ranges-base.exp: Same.
2028 * gdb.dwarf2/dw2-ranges.exp: Same.
2029 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
2030 * gdb.dwarf2/var-access.exp: Same.
2031
2032 2020-10-19 Tom Tromey <tromey@adacore.com>
2033
2034 PR tui/26719
2035 * gdb.tui/list.exp: Check source window contents after focus
2036 change.
2037
2038 2020-10-17 Tom de Vries <tdevries@suse.de>
2039
2040 PR symtab/26317
2041 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
2042
2043 2020-10-17 Tom de Vries <tdevries@suse.de>
2044
2045 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
2046 as suffix.
2047 * gdb.dwarf2/atomic.c: Rename to ...
2048 * gdb.dwarf2/atomic-type.c: ... this.
2049 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
2050 * gdb.dwarf2/dw2-ranges-2.c: ... this.
2051 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
2052 * gdb.dwarf2/dw2-ranges-3.c: ... this.
2053 * gdb.dwarf2/fission-mix2.c: Rename to ...
2054 * gdb.dwarf2/fission-mix-2.c: ... this.
2055 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
2056 standard_testfile.
2057 * gdb.dwarf2/ada-valprint-error.exp: Same.
2058 * gdb.dwarf2/arr-stride.exp: Same.
2059 * gdb.dwarf2/arr-subrange.exp: Same.
2060 * gdb.dwarf2/atomic-type.exp: Same.
2061 * gdb.dwarf2/bad-regnum.exp: Same.
2062 * gdb.dwarf2/break-inline-psymtab.exp: Same.
2063 * gdb.dwarf2/clang-debug-names-2.exp: Same.
2064 * gdb.dwarf2/clang-debug-names.exp: Same.
2065 * gdb.dwarf2/comp-unit-lang.exp: Same.
2066 * gdb.dwarf2/corrupt.exp: Same.
2067 * gdb.dwarf2/count.exp: Same.
2068 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2069 * gdb.dwarf2/data-loc.exp: Same.
2070 * gdb.dwarf2/dw2-align.exp: Same.
2071 * gdb.dwarf2/dw2-bad-elf.exp: Same.
2072 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2073 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
2074 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
2075 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
2076 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2077 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
2078 * gdb.dwarf2/dw2-inline-param.exp: Same.
2079 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
2080 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
2081 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
2082 * gdb.dwarf2/dw2-is-stmt.exp: Same.
2083 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
2084 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
2085 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2086 * gdb.dwarf2/dw2-param-error.exp: Same.
2087 * gdb.dwarf2/dw2-ranges-base.exp: Same.
2088 * gdb.dwarf2/dw2-ranges.exp: Same.
2089 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
2090 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
2091 * gdb.dwarf2/dw4-sig-types.exp: Same.
2092 * gdb.dwarf2/dynarr-ptr.exp: Same.
2093 * gdb.dwarf2/enum-type.exp: Same.
2094 * gdb.dwarf2/fission-mix.exp: Same.
2095 * gdb.dwarf2/formdata16.exp: Same.
2096 * gdb.dwarf2/implptrconst.exp: Same.
2097 * gdb.dwarf2/implptrpiece.exp: Same.
2098 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2099 * gdb.dwarf2/main-subprogram.exp: Same.
2100 * gdb.dwarf2/method-ptr.exp: Same.
2101 * gdb.dwarf2/missing-sig-type.exp: Same.
2102 * gdb.dwarf2/nonvar-access.exp: Same.
2103 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2104 * gdb.dwarf2/shortpiece.exp: Same.
2105 * gdb.dwarf2/staticvirtual.exp: Same.
2106 * gdb.dwarf2/subrange.exp: Same.
2107 * gdb.dwarf2/symtab-producer.exp: Same.
2108 * gdb.dwarf2/typedef-void-finish.exp: Same.
2109 * gdb.dwarf2/var-access.exp: Same.
2110 * gdb.dwarf2/variant.exp: Same.
2111 * gdb.dwarf2/void-type.exp: Same.
2112 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
2113 dw2-ranges-main.c.
2114 * gdb.dwarf2/dw2-ranges-main.c: Remove.
2115
2116 2020-10-16 Tom de Vries <tdevries@suse.de>
2117
2118 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
2119
2120 2020-10-16 Tom de Vries <tdevries@suse.de>
2121
2122 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
2123
2124 2020-10-14 Tom de Vries <tdevries@suse.de>
2125
2126 PR testsuite/26732
2127 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
2128 scenario 2.
2129 * gdb.ada/mi_catch_ex_hand.exp: Same.
2130
2131 2020-10-13 Pedro Alves <pedro@palves.net>
2132
2133 * lib/mi-support.exp (mi_clean_restart): New.
2134 (mi_run_to_main): Delete.
2135 All callers adjust to use mi_clean_restart / mi_runto_main.
2136
2137 2020-10-13 Pedro Alves <pedro@palves.net>
2138
2139 * config/monitor.exp: Use "list -q".
2140 * gdb.arch/gdb1558.exp: Use "break -q".
2141 * gdb.arch/i386-permbkpt.exp: Use "break -q".
2142 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
2143 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
2144 * gdb.base/commands.exp: Use "break -q".
2145 * gdb.base/condbreak.exp: Use "break -q".
2146 * gdb.base/ctf-ptype.exp: Use "list -q".
2147 * gdb.base/define.exp: Use "break -q".
2148 * gdb.base/del.exp: Use "break -q".
2149 * gdb.base/fullname.exp: Use "break -q".
2150 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
2151 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
2152 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
2153 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
2154 "hbreak -q".
2155 * gdb.base/included.exp: Use "list -q".
2156 * gdb.base/label.exp: Use "break -q".
2157 * gdb.base/lineinc.exp: Use "break -q".
2158 * gdb.base/list.exp: Use "list -q".
2159 * gdb.base/macscp.exp: Use "list -q".
2160 * gdb.base/pending.exp: Use "break -q".
2161 * gdb.base/prologue-include.exp: Use "break -q".
2162 * gdb.base/ptype.exp: Use "list -q".
2163 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
2164 * gdb.base/server-del-break.exp: Use "break -q".
2165 * gdb.base/style.exp: Use "break -q".
2166 * gdb.base/symbol-without-target_section.exp: Use "list -q".
2167 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
2168 * gdb.cp/exception.exp: Use "tbreak -q".
2169 * gdb.dwarf2/dw2-error.exp: Use "break -q".
2170 * gdb.dwarf2/fission-mix.exp: Use "break -q".
2171 * gdb.dwarf2/fission-reread.exp: Use "break -q".
2172 * gdb.dwarf2/pr13961.exp: Use "break -q".
2173 * gdb.linespec/explicit.exp: Use "list -q".
2174 * gdb.linespec/linespec.exp: Use "break -q".
2175 * gdb.mi/mi-simplerun.exp: Use "--qualified".
2176 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
2177 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
2178 * gdb.server/connect-without-multi-process.exp: Use "break -q".
2179 * gdb.trace/change-loc.exp: Use "break -q".
2180 * gdb.trace/pending.exp: Use "break -q".
2181 * gdb.tui/basic.exp: Use "list -q".
2182 * gdb.tui/list-before.exp: Use "list -q".
2183 * gdb.tui/list.exp: Use "list -q".
2184 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
2185
2186 2020-10-13 Pedro Alves <pedro@palves.net>
2187
2188 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
2189 saved breakpoints file.
2190 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
2191 inspecting breakpoint list.
2192 * lib/gdb.exp (runto_main): Add "qualified" to options.
2193 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
2194 and handle it.
2195 (mi_runto_main): Pass 1 as qualified argument.
2196
2197 2020-10-13 Pedro Alves <pedro@palves.net>
2198
2199 * lib/mi-support.exp (mi_runto_main): New proc.
2200 (mi_run_to_main): Use it.
2201 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
2202 * gdb.mi/mi-var-cmd.exp: Likewise.
2203 * gdb.mi/mi-var-invalidate.exp: Likewise.
2204 * mi-var-list-children-invalid-grandchild.exp: Likewise.
2205 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
2206 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2207 * gdb.mi/user-selected-context-sync.exp: Likewise.
2208 * gdb.opt/inline-cmds.exp: Likewise.
2209 * gdb.python/py-framefilter-mi.exp: Likewise.
2210 * gdb.python/py-mi.exp: Likewise.
2211
2212 2020-10-13 Pedro Alves <pedro@palves.net>
2213
2214 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
2215 "runto main".
2216 * gdb.ada/small_reg_param.exp: Likewise.
2217 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2218 * gdb.base/annota1.exp: Likewise.
2219 * gdb.base/anon.exp: Likewise.
2220 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
2221 * gdb.base/dprintf-non-stop.exp: Likewise.
2222 * gdb.base/dprintf.exp: Likewise.
2223 * gdb.base/gdb11530.exp: Likewise.
2224 * gdb.base/gdb11531.exp: Likewise.
2225 * gdb.base/gnu_vector.exp: Likewise.
2226 * gdb.base/interrupt-noterm.exp: Likewise.
2227 * gdb.base/memattr.exp: Likewise.
2228 * gdb.base/step-over-syscall.exp: Likewise.
2229 * gdb.base/watch-cond-infcall.exp: Likewise.
2230 * gdb.base/watch-read.exp: Likewise.
2231 * gdb.base/watch-vfork.exp: Likewise.
2232 * gdb.base/watch_thread_num.exp: Likewise.
2233 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
2234 * gdb.guile/scm-frame-inline.exp: Likewise.
2235 * gdb.linespec/explicit.exp: Likewise.
2236 * gdb.opt/inline-break.exp: Likewise.
2237 * gdb.python/py-frame-inline.exp: Likewise.
2238 * gdb.reverse/break-precsave.exp: Likewise.
2239 * gdb.reverse/break-reverse.exp: Likewise.
2240 * gdb.reverse/consecutive-precsave.exp: Likewise.
2241 * gdb.reverse/consecutive-reverse.exp: Likewise.
2242 * gdb.reverse/finish-precsave.exp: Likewise.
2243 * gdb.reverse/finish-reverse.exp: Likewise.
2244 * gdb.reverse/fstatat-reverse.exp: Likewise.
2245 * gdb.reverse/getresuid-reverse.exp: Likewise.
2246 * gdb.reverse/i386-precsave.exp: Likewise.
2247 * gdb.reverse/i386-reverse.exp: Likewise.
2248 * gdb.reverse/i386-sse-reverse.exp: Likewise.
2249 * gdb.reverse/i387-env-reverse.exp: Likewise.
2250 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2251 * gdb.reverse/insn-reverse.exp: Likewise.
2252 * gdb.reverse/machinestate-precsave.exp: Likewise.
2253 * gdb.reverse/machinestate.exp: Likewise.
2254 * gdb.reverse/pipe-reverse.exp: Likewise.
2255 * gdb.reverse/readv-reverse.exp: Likewise.
2256 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2257 * gdb.reverse/rerun-prec.exp: Likewise.
2258 * gdb.reverse/s390-mvcle.exp: Likewise.
2259 * gdb.reverse/solib-precsave.exp: Likewise.
2260 * gdb.reverse/solib-reverse.exp: Likewise.
2261 * gdb.reverse/step-precsave.exp: Likewise.
2262 * gdb.reverse/step-reverse.exp: Likewise.
2263 * gdb.reverse/time-reverse.exp: Likewise.
2264 * gdb.reverse/until-precsave.exp: Likewise.
2265 * gdb.reverse/until-reverse.exp: Likewise.
2266 * gdb.reverse/waitpid-reverse.exp: Likewise.
2267 * gdb.reverse/watch-precsave.exp: Likewise.
2268 * gdb.reverse/watch-reverse.exp: Likewise.
2269 * gdb.threads/kill.exp: Likewise.
2270 * gdb.threads/tid-reuse.exp: Likewise.
2271
2272 2020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
2273
2274 PR gdb/26642
2275 * gdb.base/maint-target-async-off.c: New test.
2276 * gdb.base/maint-target-async-off.exp: New test.
2277
2278 2020-10-13 Alan Modra <amodra@gmail.com>
2279
2280 * gdb.arch/powerpc-altivec.s,
2281 * gdb.arch/powerpc-power7.s,
2282 * gdb.arch/powerpc-power8.s,
2283 * gdb.arch/powerpc-power9.s,
2284 * gdb.arch/powerpc-vsx.s,
2285 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
2286 * gdb.arch/powerpc-altivec.exp,
2287 * gdb.arch/powerpc-power7.exp,
2288 * gdb.arch/powerpc-power8.exp,
2289 * gdb.arch/powerpc-power9.exp,
2290 * gdb.arch/powerpc-vsx.exp,
2291 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
2292 disassembly of mfvsrd/mtvsrd.
2293
2294 2020-10-13 Alan Modra <amodra@gmail.com>
2295
2296 * gdb.arch/arm-disassembler-options.exp: Adjust expected
2297 "target architecture" output.
2298 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2299 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
2300 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2301 * gdb.arch/s390-disassembler-options.exp: Likewise.
2302
2303 2020-10-12 Pedro Alves <pedro@palves.net>
2304
2305 PR exp/26602
2306 PR c++/26550
2307 * gdb.cp/ambiguous.cc (marker1): Delete.
2308 (main): Initialize all the fields of the locals. Replace marker1
2309 call with a "set breakpoint here" marker.
2310 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
2311 instead of running to marker1. Add tests printing all the
2312 variables and all the fields of the variables.
2313 (test_ambiguous): New proc, expecting the new GDB output when a
2314 field access is ambiguous. Change all "warning: X ambiguous"
2315 tests to use it.
2316
2317 2020-10-12 Gary Benson <gbenson@redhat.com>
2318
2319 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
2320 * gdb.base/msym-bp-2.c (foo): Likewise.
2321 * gdb.base/msym-lang.c (foo): Likewise.
2322 * gdb.base/msym-lang-main.c (foo): Likewise.
2323 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
2324 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
2325 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
2326 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
2327 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
2328 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
2329 * gdb.python/py-objfile.c (static_var): Likewise.
2330 * gdb.python/py-symbol.c (rr): Likewise.
2331 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
2332 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
2333
2334 2020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
2335
2336 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
2337 output of backtrace.
2338
2339 2020-10-09 Tom Tromey <tromey@adacore.com>
2340
2341 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
2342 (Rec): Add field. Fix range.
2343 * gdb.ada/scalar_storage.exp: Update.
2344
2345 2020-10-09 Hannes Domani <ssbssa@yahoo.de>
2346
2347 PR exp/26714
2348 * gdb.base/printcmds.exp: Add tests for void results.
2349
2350 2020-10-09 Jan Vrany <jan.vrany@labware.com>
2351
2352 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
2353 is emmited for both 'set directories' and 'directory' commands.
2354
2355 2020-10-08 Tom Tromey <tom@tromey.com>
2356
2357 * gdb.base/style.exp: Check that "main"'s name is styled.
2358
2359 2020-10-07 Tom Tromey <tromey@adacore.com>
2360
2361 * gdb.base/find.exp: Rename some tests.
2362
2363 2020-10-06 Gary Benson <gbenson@redhat.com>
2364
2365 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
2366 * gdb.base/list1.c (unused): Likewise.
2367
2368 2020-10-06 Gary Benson <gbenson@redhat.com>
2369
2370 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
2371 __attribute__ ((used)).
2372 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
2373
2374 2020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
2375
2376 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
2377 make use of regions throughout.
2378 * gdb.base/overlays.exp: Enclose string with variableds in "..",
2379 not {...}.
2380 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
2381
2382 2020-10-05 Hannes Domani <ssbssa@yahoo.de>
2383
2384 * gdb.base/call-sc.c: Fix return struct on stack test case.
2385 * gdb.base/call-sc.exp: Likewise.
2386
2387 2020-10-02 Gary Benson <gbenson@redhat.com>
2388
2389 * README: Fix "paralell".
2390
2391 2020-09-30 Gary Benson <gbenson@redhat.com>
2392
2393 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
2394 Convert directive to lowercase.
2395 (.Labbrev1_begin): Add missing label.
2396 (abbrev code 0x1): Remove DW_AT_stmt_list.
2397 (.Ldie_b): Likewise.
2398
2399 2020-09-27 Tom Tromey <tom@tromey.com>
2400
2401 * gdb.tui/new-layout.exp: Use with_test_prefix.
2402
2403 2020-09-26 Gareth Rees <grees@undo.io> (tiny change)
2404
2405 PR python/26586
2406 * gdb.python/python.exp: add test cases for the from_tty
2407 argument to gdb.execute.
2408
2409 2020-09-25 Gary Benson <gbenson@redhat.com>
2410
2411 * gdb.base/infcall-nested-structs.exp.tcl: Add
2412 additional_flags=-Wno-tautological-compare for C++
2413 tests when compiling using Clang.
2414
2415 2020-09-25 Gary Benson <gbenson@redhat.com>
2416
2417 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
2418 for .c files.
2419
2420 2020-09-24 Tom Tromey <tromey@adacore.com>
2421
2422 PR tui/26638:
2423 * gdb.tui/list.exp: Check output of "focus next".
2424
2425 2020-09-23 Tom Tromey <tom@tromey.com>
2426
2427 * gdb.dwarf2/intbits.exp: New file.
2428 * gdb.dwarf2/intbits.c: New file.
2429
2430 2020-09-20 Pedro Alves <pedro@palves.net>
2431
2432 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
2433 spawn_id before calling remote_close. Close secondary MI channel.
2434
2435 2020-09-20 Pedro Alves <pedro@palves.net>
2436
2437 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
2438 fails.
2439
2440 2020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
2441
2442 * gdb.fortran/array-slices.exp: Update expected results.
2443 * gdb.fortran/class-allocatable-array.exp: Likewise.
2444 * gdb.fortran/multi-dim.exp: Likewise.
2445 * gdb.fortran/vla-type.exp: Likewise.
2446 * gdb.mi/mi-vla-fortran.exp: Likewise.
2447
2448 2020-09-18 Victor Collod <vcollod@nvidia.com>
2449
2450 PR gdb/26635
2451 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
2452 compatible with i386, and move it to...
2453 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
2454 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
2455 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
2456
2457 2020-09-18 Pedro Alves <pedro@palves.net>
2458
2459 PR gdb/26631
2460 * gdb.multi/multi-target-thread-find.exp: New file.
2461
2462 2020-09-18 Pedro Alves <pedro@palves.net>
2463
2464 * gdb.multi/multi-target-continue.exp: New file, factored out from
2465 multi-target.exp.
2466 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
2467 multi-target.exp.
2468 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
2469 multi-target.exp.
2470 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
2471 multi-target.exp.
2472 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
2473 multi-target.exp.
2474 * gdb.multi/multi-target.exp.tcl: New file, factored out from
2475 multi-target.exp.
2476 * gdb.multi/multi-target.exp: Delete.
2477
2478 2020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2479
2480 * gdb.fortran/array-slices.exp: Add missing message data.
2481
2482 2020-09-17 Pedro Alves <pedro@palves.net>
2483
2484 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
2485
2486 2020-09-17 Pedro Alves <pedro@palves.net>
2487
2488 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
2489 full prototype.
2490
2491 2020-09-17 Pedro Alves <pedro@palves.net>
2492
2493 * gdb.python/py-as-string.c: Add cast.
2494
2495 2020-09-17 Pedro Alves <pedro@palves.net>
2496
2497 * gdb.base/sizeof.c (fill): Add cast.
2498
2499 2020-09-17 Pedro Alves <pedro@palves.net>
2500
2501 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
2502
2503 2020-09-17 Pedro Alves <pedro@palves.net>
2504
2505 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
2506 linkage name.
2507 * gdb.base/prologue.exp: Use print /d.
2508 * gdb.base/symbol-alias.exp: Handle C++ output.
2509 * gdb.base/symbol-alias2.c: Handle C++ output.
2510 [__cplusplus] (func): Explicitly specify linkage name.
2511
2512 2020-09-17 Pedro Alves <pedro@palves.net>
2513
2514 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
2515 (struct my_key_t): ... this. Adjust all references.
2516 (struct value_t): Rename to ...
2517 (struct my_value_t): ... this. Adjust all references.
2518 (create_map, add_map_element, create_map_map)
2519 (add_map_map_element): Add casts.
2520
2521 2020-09-17 Pedro Alves <pedro@palves.net>
2522
2523 * gdb.python/py-framefilter-mi.c (funca): Add casts.
2524 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
2525
2526 2020-09-17 Pedro Alves <pedro@palves.net>
2527
2528 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
2529
2530 2020-09-17 Pedro Alves <pedro@palves.net>
2531
2532 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
2533 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
2534 (charfoo, intfoo): Define full prototype.
2535 * gdb.base/ptype1.c (charfoo): Define full prototype.
2536 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
2537 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
2538
2539 2020-09-17 Pedro Alves <pedro@palves.net>
2540
2541 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
2542 Don't define.
2543 (utf_32_string): Compile for both C and C++.
2544 * gdb.base/charset.exp: Use "print /d".
2545
2546 2020-09-17 Pedro Alves <pedro@palves.net>
2547
2548 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
2549 (nullptr): Rename to ...
2550 (null_ptr): ... this.
2551 * gdb.base/watchpoint.exp: Adjust to rename.
2552
2553 2020-09-17 Pedro Alves <pedro@palves.net>
2554
2555 * gdb.base/printcmds.c (three, flag_enum_without_zero)
2556 (three_not_flag): Add casts.
2557
2558 2020-09-17 Pedro Alves <pedro@palves.net>
2559
2560 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
2561 char array.
2562 (main): Add references to Barrier, TestStrings, TestStringsH and
2563 TestStringsW.
2564 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
2565 and expect a full prototype in C++.
2566
2567 2020-09-17 Pedro Alves <pedro@palves.net>
2568
2569 * gdb.base/nested-addr.c (main): Add cast.
2570 * gdb.base/nested-addr.exp: Use "print /d".
2571
2572 2020-09-17 Pedro Alves <pedro@palves.net>
2573
2574 * gdb.base/break.exp (func): New. Use it throughout when
2575 expecting a function name.
2576
2577 2020-09-17 Pedro Alves <pedro@palves.net>
2578
2579 * gdb.base/display.exp: Issue "set print asm-demangle on".
2580
2581 2020-09-17 Pedro Alves <pedro@palves.net>
2582
2583 * gdb.base/find.c: Include <string.h>.
2584 (init_bufs): Add cast.
2585 * gdb.base/find.exp: Issue "set print asm-demangle on".
2586
2587 2020-09-16 Tom Tromey <tromey@adacore.com>
2588
2589 PR gdb/26598:
2590 * gdb.base/skipcxx.exp: New file.
2591 * gdb.base/skipcxx.cc: New file.
2592
2593 2020-09-16 Tom de Vries <tdevries@suse.de>
2594
2595 PR testsuite/26617
2596 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
2597 WITH_DEBUG_SECTIONS is defined.
2598 (xstr, str): New macro.
2599 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
2600 to get start and size of _Dmain.
2601 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
2602 using additional_flags.
2603
2604 2020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2605
2606 * gdb.base/bp-cmds-sourced-script.c: New file.
2607 * gdb.base/bp-cmds-sourced-script.exp: New test.
2608 * gdb.base/bp-cmds-sourced-script.gdb: New file.
2609
2610 2020-09-16 Tom de Vries <tdevries@suse.de>
2611
2612 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
2613 get the gdb prompt after issuing "monitor exit".
2614
2615 2020-09-16 Tom de Vries <tdevries@suse.de>
2616
2617 PR testsuite/26624
2618 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
2619
2620 2020-09-16 Tom de Vries <tdevries@suse.de>
2621
2622 PR testsuite/26618
2623 * gdb.tui/new-layout.exp: Escape unbalanced braces.
2624
2625 2020-09-15 Tom Tromey <tromey@adacore.com>
2626
2627 PR rust/26197:
2628 * lib/rust-support.exp (rust_llvm_version): New proc.
2629 * gdb.rust/simple.exp: Check rust_llvm_version.
2630
2631 2020-09-14 Tom de Vries <tdevries@suse.de>
2632
2633 * gdb.rust/traits.exp: Fix PATH warning.
2634
2635 2020-09-13 Pedro Alves <pedro@palves.net>
2636
2637 * gdb.base/catch-follow-exec.c (main): Add explicit return
2638 statement.
2639 * gdb.base/catch-signal.c (main): Likewise.
2640 * gdb.base/condbreak-call-false.c (main): Likewise.
2641 * gdb.base/consecutive.c (main): Add explicit return
2642 statement and return type.
2643 * gdb.base/cursal.c (main): Add explicit return statement.
2644 * gdb.base/cvexpr.c (main): Likewise.
2645 * gdb.base/display.c (main): Add explicit return statement and
2646 return type.
2647 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
2648 * gdb.base/endianity.c (main): Likewise.
2649 * gdb.base/execd-prog.c (main): Likewise.
2650 * gdb.base/gdb1090.c (main): Likewise.
2651 * gdb.base/info_qt.c (main): Likewise.
2652 * gdb.base/lineinc.c (main): Likewise.
2653 * gdb.base/load-command.c (main): Likewise.
2654 * gdb.base/macscp1.c (main): Likewise.
2655 * gdb.base/pr10179-a.c (main): Likewise.
2656 * gdb.base/quit-live.c (main): Likewise.
2657 * gdb.base/scope0.c (main): Likewise.
2658 * gdb.base/settings.c (main): Likewise.
2659 * gdb.base/stack-checking.c (main): Return int.
2660 * gdb.base/varargs.c (main): Add explicit return statement.
2661 * gdb.cp/ambiguous.cc (main): Likewise.
2662 * gdb.cp/anon-struct.cc (main): Likewise.
2663 * gdb.cp/anon-union.cc (main): Likewise.
2664 * gdb.cp/bool.cc (main): Likewise.
2665 * gdb.cp/bs15503.cc (main): Likewise.
2666 * gdb.cp/cplusfuncs.cc (main): Likewise.
2667 * gdb.cp/cttiadd.cc (main): Likewise.
2668 * gdb.cp/extern-c.cc (main): Likewise.
2669 * gdb.cp/filename.cc (main): Likewise.
2670 * gdb.cp/formatted-ref.cc (main): Likewise.
2671 * gdb.cp/mb-ctor.cc (main): Likewise.
2672 * gdb.cp/member-ptr.cc (main): Likewise.
2673 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
2674 * gdb.cp/overload-const.cc (main): Likewise.
2675 * gdb.cp/paren-type.cc (main): Likewise.
2676 * gdb.cp/parse-lang.cc (main): Likewise.
2677 * gdb.cp/pr-1023.cc (main): Likewise.
2678 * gdb.cp/psmang1.cc (main): Likewise.
2679 * gdb.cp/readnow-language.cc (main): Likewise.
2680 * gdb.cp/ref-params.cc (main): Likewise.
2681 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
2682 * gdb.cp/virtbase2.cc (main): Likewise.
2683 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
2684 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
2685 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
2686 * gdb.mi/mi-console.c (main): Likewise.
2687 * gdb.mi/mi-read-memory.c (main): Likewise.
2688 * gdb.modula2/multidim.c (main): Likewise.
2689 * gdb.opt/inline-small-func.c (main): Likewise.
2690 * gdb.python/py-rbreak.c (main): Likewise.
2691 * gdb.stabs/exclfwd1.c (main): Likewise.
2692 * gdb.trace/qtro.c (main): Likewise.
2693
2694 2020-09-13 Pedro Alves <pedro@palves.net>
2695
2696 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
2697 instead of getenv.
2698
2699 2020-09-13 Pedro Alves <pedro@palves.net>
2700
2701 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
2702 instead of spawning GDB with remote_spawn.
2703 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
2704 gdb_spawn instead of spawning GDB with remote_spawn.
2705
2706 2020-09-13 Pedro Alves <pedro@palves.net>
2707
2708 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
2709 file and add calls to first and second.
2710 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
2711 add call to f.
2712
2713 2020-09-13 Pedro Alves <pedro@palves.net>
2714
2715 * gdb.mi/mi-break-qualified.cc: New file.
2716 * gdb.mi/mi-break-qualified.exp: New file.
2717 * lib/mi-support.exp (mi_create_breakpoint_multi)
2718 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
2719 procedures.
2720 (mi_create_breakpoint_1): New, factored out from
2721 mi_create_breakpoint.
2722
2723 2020-09-13 Pedro Alves <pedro@palves.net>
2724
2725 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
2726 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
2727 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
2728 (register_class): Delete.
2729 (main): Don't call register_class.
2730
2731 2020-09-13 Pedro Alves <pedro@palves.net>
2732
2733 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
2734 (do_tests): Remove "calling method for small class" test.
2735 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
2736 (register_class): Delete.
2737 (main): Don't call register_class.
2738 * gdb.cp/call-method-register.exp: New file, based on bits removed
2739 from classes.exp.
2740 * gdb.cp/call-method-register.cc: New file, based on bits removed
2741 from classes.cc.
2742
2743 2020-09-13 Pedro Alves <pedro@palves.net>
2744
2745 * gdb.base/msym-bp-2.c: New.
2746 * gdb.base/msym-bp-shl-lib.c: New file.
2747 * gdb.base/msym-bp-shl-main-2.c: New file.
2748 * gdb.base/msym-bp-shl-main.c: New file.
2749 * gdb.base/msym-bp-shl.exp: New file.
2750 * gdb.base/msym-bp.c: New file.
2751 * gdb.base/msym-bp.exp: New file.
2752
2753 2020-09-13 Joel Brobecker <brobecker@adacore.com>
2754
2755 * gdb.base/default.exp: Change $_gdb_major to 11.
2756
2757 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
2758 Felix Willgerodt <Felix.Willgerodt@intel.com>
2759
2760 * x86-avx512bf16.c: New file.
2761 * x86-avx512bf16.exp: Likewise.
2762 * lib/gdb.exp (skip_avx512bf16_tests): New function.
2763
2764 2020-09-11 Tom de Vries <tdevries@suse.de>
2765
2766 PR exp/26602
2767 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
2768
2769 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2770
2771 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
2772
2773 2020-09-10 Alan Modra <amodra@gmail.com>
2774
2775 PR 26597
2776 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
2777
2778 2020-09-08 Tom de Vries <tdevries@suse.de>
2779
2780 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
2781 after gdb_starti_cmd.
2782
2783 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2784
2785 * lib/fortran.exp (fortran_complex8): New proc.
2786 (fortran_complex16): New proc.
2787 * gdb.fortran/complex.exp: Use routines from fortran.exp
2788 * gdb.fortran/pointer-to-pointer.exp: Likewise.
2789 * gdb.fortran/vla-ptr-info.exp: Likewise.
2790
2791 2020-09-03 Tom de Vries <tdevries@suse.de>
2792
2793 PR breakpoint/26546
2794 * gdb.base/label-without-address.exp: Runto main first.
2795
2796 2020-09-02 Tom Tromey <tromey@adacore.com>
2797
2798 * gdb.ada/mi_var_access.exp: Test children of access variable.
2799 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
2800 * gdb.ada/mi_var_array.exp: Update.
2801
2802 2020-08-31 Kevin Buettner <kevinb@redhat.com>
2803
2804 * gdb.base/corefile.exp (warning-free): XFAIL test when running
2805 on docker w/ AUFS storage driver.
2806
2807 2020-08-31 Kevin Buettner <kevinb@redhat.com>
2808
2809 * gdb.base/corefile2.exp (renamed binfile): New tests.
2810
2811 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
2812
2813 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
2814
2815 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
2816
2817 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
2818 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
2819
2820 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
2821
2822 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
2823 output, printing a "not saved" value from history and printing a
2824 convenience variable created from a "not saved" value.
2825
2826 2020-08-31 Tom de Vries <tdevries@suse.de>
2827
2828 * gdb.base/eh_return.exp: Use nopie.
2829
2830 2020-08-28 Pedro Alves <pedro@palves.net>
2831
2832 * gdb.base/advance-until-multiple-locations.exp
2833 (advance_overload, until_overload): Adjust to match the
2834 frame/function header instead of the source line text.
2835
2836 2020-08-28 Tom de Vries <tdevries@suse.de>
2837
2838 * gdb.base/label-without-address.c: New test.
2839 * gdb.base/label-without-address.exp: New file.
2840
2841 2020-08-27 Pedro Alves <pedro@palves.net>
2842
2843 PR gdb/26523
2844 PR gdb/26524
2845 * gdb.base/advance-until-multiple-locations.cc: New.
2846 * gdb.base/advance-until-multiple-locations.exp: New.
2847
2848 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
2849
2850 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
2851
2852 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2853
2854 * gdb.arch/amd64-byte.exp: Make test names unique, use
2855 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
2856 * gdb.arch/amd64-dword.exp: Likewise.
2857 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
2858 * gdb.arch/amd64-stap-special-operands.exp: Make test names
2859 unique.
2860 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
2861 * gdb.arch/amd64-word.exp: Make test names unique, use
2862 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
2863 * gdb.arch/i386-byte.exp: Make test names unique, use
2864 gdb_breakpoint.
2865 * gdb.arch/i386-word.exp: Likewise.
2866
2867 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
2868
2869 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
2870
2871 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
2872
2873 PR gdb/26532
2874 * gdb.threads/stepi-random-signal.exp: Update pattern.
2875
2876 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
2877
2878 PR gdb/26532
2879 * gdb.base/ui-redirect.exp: Update pattern.
2880
2881 2020-08-25 Gary Benson <gbenson@redhat.com>
2882
2883 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
2884 when compiling with clang.
2885 * gdb.dwarf2/dw2-restore.exp: Likewise.
2886
2887 2020-08-25 Gary Benson <gbenson@redhat.com>
2888
2889 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
2890 Add additional_flags=-Wno-inaccessible-base when compiling
2891 with GCC >= 10.1 or clang. Add additional_flags=-w when
2892 compiling with GCC < 10.
2893
2894 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
2895
2896 PR m2/26372
2897 * gdb.modula2/multidim.c: New file.
2898 * gdb.modula2/multidim.exp: New file.
2899
2900 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
2901
2902 * lib/gdb.exp (runto): Always emit fail on internal error.
2903
2904 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
2905
2906 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
2907 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2908 Likewise.
2909 * gdb.threads/stepi-random-signal.exp: Likewise.
2910
2911 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2912
2913 * gdb.base/print-file-var.exp: Fix typo "breapoint".
2914 * gdb.trace/strace.exp: Ditto.
2915
2916 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2917
2918 * gdb.fortran/vla-type.exp: Skip commands not required for
2919 the Flang compiled binaries after prologue fix.
2920
2921 2020-08-17 Tom de Vries <tdevries@suse.de>
2922 Tom Tromey <tromey@adacore.com>
2923
2924 PR rust/26197:
2925 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
2926
2927 2020-08-17 Tom Tromey <tromey@adacore.com>
2928
2929 * gdb.ada/mi_var_access.exp: New file.
2930 * gdb.ada/mi_var_access/mi_access.adb: New file.
2931 * gdb.ada/mi_var_access/pck.adb: New file.
2932 * gdb.ada/mi_var_access/pck.ads: New file.
2933
2934 2020-08-16 Tom de Vries <tdevries@suse.de>
2935
2936 PR gdb/25350
2937 * gdb.base/eh_return.c: New test.
2938 * gdb.base/eh_return.exp: New file.
2939
2940 2020-08-15 Tom de Vries <tdevries@suse.de>
2941
2942 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
2943 (mixed_func_1d_): Use fortran_charlen_t in decl.
2944
2945 2020-08-15 Tom de Vries <tdevries@suse.de>
2946
2947 PR backtrace/26390
2948 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
2949 Update expected pattern.
2950
2951 2020-08-13 Pedro Alves <pedro@palves.net>
2952
2953 * gdb.fortran/complex.exp: Check skip_fortran_tests.
2954 * gdb.fortran/library-module.exp: Likewise.
2955 * gdb.fortran/logical.exp: Likewise.
2956 * gdb.fortran/module.exp: Likewise.
2957 * gdb.fortran/print_type.exp: Likewise.
2958 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
2959 * gdb.fortran/vla-datatypes.exp: Likewise.
2960 * gdb.fortran/vla-history.exp: Likewise.
2961 * gdb.fortran/vla-ptr-info.exp: Likewise.
2962 * gdb.fortran/vla-ptype-sub.exp: Likewise.
2963 * gdb.fortran/vla-ptype.exp: Likewise.
2964 * gdb.fortran/vla-sizeof.exp: Likewise.
2965 * gdb.fortran/vla-type.exp: Likewise.
2966 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
2967 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
2968 * gdb.fortran/vla-value-sub.exp: Likewise.
2969 * gdb.fortran/vla-value.exp: Likewise.
2970
2971 2020-08-13 Pedro Alves <pedro@palves.net>
2972
2973 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
2974 * gdb.ada/access_to_packed_array.exp: Likewise.
2975 * gdb.ada/access_to_unbounded_array.exp: Likewise.
2976 * gdb.ada/addr_arith.exp: Likewise.
2977 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
2978 * gdb.ada/arr_arr.exp: Likewise.
2979 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
2980 * gdb.ada/array_bounds.exp: Likewise.
2981 * gdb.ada/array_of_variable_length.exp: Likewise.
2982 * gdb.ada/array_ptr_renaming.exp: Likewise.
2983 * gdb.ada/array_subscript_addr.exp: Likewise.
2984 * gdb.ada/arraydim.exp: Likewise.
2985 * gdb.ada/arrayparam.exp: Likewise.
2986 * gdb.ada/arrayptr.exp: Likewise.
2987 * gdb.ada/assign_1.exp: Likewise.
2988 * gdb.ada/assign_arr.exp: Likewise.
2989 * gdb.ada/atomic_enum.exp: Likewise.
2990 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
2991 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
2992 * gdb.ada/bias.exp: Likewise.
2993 * gdb.ada/boolean_expr.exp: Likewise.
2994 * gdb.ada/bp_c_mixed_case.exp: Likewise.
2995 * gdb.ada/bp_enum_homonym.exp: Likewise.
2996 * gdb.ada/bp_inlined_func.exp: Likewise.
2997 * gdb.ada/bp_on_var.exp: Likewise.
2998 * gdb.ada/bp_range_type.exp: Likewise.
2999 * gdb.ada/bp_reset.exp: Likewise.
3000 * gdb.ada/call_pn.exp: Likewise.
3001 * gdb.ada/catch_assert_if.exp: Likewise.
3002 * gdb.ada/catch_ex.exp: Likewise.
3003 * gdb.ada/catch_ex_std.exp: Likewise.
3004 * gdb.ada/char_enum.exp: Likewise.
3005 * gdb.ada/char_param.exp: Likewise.
3006 * gdb.ada/complete.exp: Likewise.
3007 * gdb.ada/cond_lang.exp: Likewise.
3008 * gdb.ada/convvar_comp.exp: Likewise.
3009 * gdb.ada/dgopt.exp: Likewise.
3010 * gdb.ada/disc_arr_bound.exp: Likewise.
3011 * gdb.ada/display_nested.exp: Likewise.
3012 * gdb.ada/dot_all.exp: Likewise.
3013 * gdb.ada/dyn_loc.exp: Likewise.
3014 * gdb.ada/dyn_stride.exp: Likewise.
3015 * gdb.ada/excep_handle.exp: Likewise.
3016 * gdb.ada/expr_delims.exp: Likewise.
3017 * gdb.ada/expr_with_funcall.exp: Likewise.
3018 * gdb.ada/exprs.exp: Likewise.
3019 * gdb.ada/fin_fun_out.exp: Likewise.
3020 * gdb.ada/fixed_cmp.exp: Likewise.
3021 * gdb.ada/formatted_ref.exp: Likewise.
3022 * gdb.ada/frame_arg_lang.exp: Likewise.
3023 * gdb.ada/frame_args.exp: Likewise.
3024 * gdb.ada/fullname_bp.exp: Likewise.
3025 * gdb.ada/fun_addr.exp: Likewise.
3026 * gdb.ada/fun_in_declare.exp: Likewise.
3027 * gdb.ada/fun_overload_menu.exp: Likewise.
3028 * gdb.ada/fun_renaming.exp: Likewise.
3029 * gdb.ada/funcall_char.exp: Likewise.
3030 * gdb.ada/funcall_param.exp: Likewise.
3031 * gdb.ada/funcall_ptr.exp: Likewise.
3032 * gdb.ada/funcall_ref.exp: Likewise.
3033 * gdb.ada/homonym.exp: Likewise.
3034 * gdb.ada/info_addr_mixed_case.exp: Likewise.
3035 * gdb.ada/info_auto_lang.exp: Likewise.
3036 * gdb.ada/info_exc.exp: Likewise.
3037 * gdb.ada/info_types.exp: Likewise.
3038 * gdb.ada/int_deref.exp: Likewise.
3039 * gdb.ada/interface.exp: Likewise.
3040 * gdb.ada/iwide.exp: Likewise.
3041 * gdb.ada/lang_switch.exp: Likewise.
3042 * gdb.ada/length_cond.exp: Likewise.
3043 * gdb.ada/maint_with_ada.exp: Likewise.
3044 * gdb.ada/mi_catch_assert.exp: Likewise.
3045 * gdb.ada/mi_catch_ex.exp: Likewise.
3046 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
3047 * gdb.ada/mi_dyn_arr.exp: Likewise.
3048 * gdb.ada/mi_ex_cond.exp: Likewise.
3049 * gdb.ada/mi_exc_info.exp: Likewise.
3050 * gdb.ada/mi_interface.exp: Likewise.
3051 * gdb.ada/mi_prot.exp: Likewise.
3052 * gdb.ada/mi_ref_changeable.exp: Likewise.
3053 * gdb.ada/mi_string_access.exp: Likewise.
3054 * gdb.ada/mi_task_arg.exp: Likewise.
3055 * gdb.ada/mi_task_info.exp: Likewise.
3056 * gdb.ada/mi_var_array.exp: Likewise.
3057 * gdb.ada/mi_var_union.exp: Likewise.
3058 * gdb.ada/mi_variant.exp: Likewise.
3059 * gdb.ada/minsyms.exp: Likewise.
3060 * gdb.ada/mod_from_name.exp: Likewise.
3061 * gdb.ada/nested.exp: Likewise.
3062 * gdb.ada/null_array.exp: Likewise.
3063 * gdb.ada/optim_drec.exp: Likewise.
3064 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
3065 * gdb.ada/packed_array_assign.exp: Likewise.
3066 * gdb.ada/packed_tagged.exp: Likewise.
3067 * gdb.ada/pp-rec-component.exp: Likewise.
3068 * gdb.ada/print_chars.exp: Likewise.
3069 * gdb.ada/print_pc.exp: Likewise.
3070 * gdb.ada/ptr_typedef.exp: Likewise.
3071 * gdb.ada/ptype_arith_binop.exp: Likewise.
3072 * gdb.ada/ptype_array.exp: Likewise.
3073 * gdb.ada/ptype_field.exp: Likewise.
3074 * gdb.ada/ptype_tagged_param.exp: Likewise.
3075 * gdb.ada/ptype_union.exp: Likewise.
3076 * gdb.ada/py_range.exp: Likewise.
3077 * gdb.ada/py_taft.exp: Likewise.
3078 * gdb.ada/rdv_wait.exp: Likewise.
3079 * gdb.ada/rec_comp.exp: Likewise.
3080 * gdb.ada/rec_return.exp: Likewise.
3081 * gdb.ada/ref_param.exp: Likewise.
3082 * gdb.ada/ref_tick_size.exp: Likewise.
3083 * gdb.ada/rename_subscript_param.exp: Likewise.
3084 * gdb.ada/repeat_dyn.exp: Likewise.
3085 * gdb.ada/same_component_name.exp: Likewise.
3086 * gdb.ada/same_enum.exp: Likewise.
3087 * gdb.ada/scalar_storage.exp: Likewise.
3088 * gdb.ada/set_wstr.exp: Likewise.
3089 * gdb.ada/small_reg_param.exp: Likewise.
3090 * gdb.ada/str_binop_equal.exp: Likewise.
3091 * gdb.ada/str_ref_cmp.exp: Likewise.
3092 * gdb.ada/str_uninit.exp: Likewise.
3093 * gdb.ada/sub_variant.exp: Likewise.
3094 * gdb.ada/sym_print_name.exp: Likewise.
3095 * gdb.ada/taft_type.exp: Likewise.
3096 * gdb.ada/tagged.exp: Likewise.
3097 * gdb.ada/tagged_access.exp: Likewise.
3098 * gdb.ada/task_bp.exp: Likewise.
3099 * gdb.ada/task_switch_in_core.exp: Likewise.
3100 * gdb.ada/tasks.exp: Likewise.
3101 * gdb.ada/tick_last_segv.exp: Likewise.
3102 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
3103 * gdb.ada/type_coercion.exp: Likewise.
3104 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
3105 * gdb.ada/unchecked_union.exp: Likewise.
3106 * gdb.ada/uninitialized_vars.exp: Likewise.
3107 * gdb.ada/var_arr_attrs.exp: Likewise.
3108 * gdb.ada/var_arr_typedef.exp: Likewise.
3109 * gdb.ada/var_rec_arr.exp: Likewise.
3110 * gdb.ada/variant-record.exp: Likewise.
3111 * gdb.ada/variant.exp: Likewise.
3112 * gdb.ada/variant_record_packed_array.exp: Likewise.
3113 * gdb.ada/varsize_limit.exp: Likewise.
3114 * gdb.ada/whatis_array_val.exp: Likewise.
3115 * gdb.ada/widewide.exp: Likewise.
3116 * gdb.ada/win_fu_syms.exp: Likewise.
3117
3118 2020-08-12 Gary Benson <gbenson@redhat.com>
3119
3120 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
3121
3122 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
3123
3124 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
3125 unset the array variable.
3126
3127 2020-08-03 Tom de Vries <tdevries@suse.de>
3128
3129 PR symtab/26333
3130 * lib/dwarf.exp (DW_LNE_user): New proc.
3131 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
3132 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
3133
3134 2020-07-31 Kevin Buettner <kevinb@redhat.com>
3135
3136 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
3137 to 'uintptr_t'
3138 (inttypes.h): Include.
3139
3140 2020-07-31 Kevin Buettner <kevinb@redhat.com>
3141
3142 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
3143 (C5_24k): Delete.
3144 (C5_8k, C5_64k, C5_256k): New macros.
3145 (buf_ro): Allocate 256 KiB of initialized data.
3146
3147 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3148
3149 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
3150 that attempt to overwrite an existing condition with a condition
3151 that fails parsing and also with a condition that parses fine
3152 but contains junk at the end.
3153
3154 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3155
3156 * gdb.base/condbreak-bad.c: New test.
3157 * gdb.base/condbreak-bad.exp: New file.
3158
3159 2020-07-30 Tom de Vries <tdevries@suse.de>
3160
3161 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
3162 out of ...
3163 (GDBInfoModuleSymbols::check_entry): ... here.
3164 (GDBInfoModuleSymbols::check_optional_entry): New proc.
3165 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
3166 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
3167
3168 2020-07-30 Tom de Vries <tdevries@suse.de>
3169
3170 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
3171 "__class_some_module_Number_t" optional.
3172
3173 2020-07-29 Tom de Vries <tdevries@suse.de>
3174
3175 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
3176 multiple locations.
3177
3178 2020-07-29 Tom de Vries <tdevries@suse.de>
3179
3180 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
3181 rather than function name.
3182
3183 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3184
3185 PR symtab/26270:
3186 * gdb.cp/disasm-func-name.cc: New file.
3187 * gdb.cp/disasm-func-name.exp: New file.
3188
3189 2020-07-28 Tom Tromey <tromey@adacore.com>
3190
3191 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
3192 'varval' location.
3193
3194 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3195
3196 * gdb.python/py-unwind.py: Update to make use of a register
3197 descriptor.
3198
3199 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3200
3201 * gdb.python/py-arch-reg-names.exp: Add additional tests.
3202
3203 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
3204
3205 PR fortran/23051
3206 PR fortran/26139
3207 * gdb.fortran/class-allocatable-array.exp: New file.
3208 * gdb.fortran/class-allocatable-array.f90: New file.
3209 * gdb.fortran/pointer-to-pointer.exp: New file.
3210 * gdb.fortran/pointer-to-pointer.f90: New file.
3211
3212 2020-07-25 Tom de Vries <tdevries@suse.de>
3213
3214 PR symtab/26243
3215 * gdb.dwarf2/dw2-line-number-zero.c: New test.
3216 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
3217
3218 2020-07-24 Tom de Vries <tdevries@suse.de>
3219
3220 PR testsuite/26293
3221 * gdb.ada/mi_prot.exp: Require gnatmake-8.
3222
3223 2020-07-23 Pedro Alves <pedro@palves.net>
3224
3225 * gdb.server/server-kill.exp (prepare): New, factored out from the
3226 top level.
3227 (kill_server): New.
3228 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
3229 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
3230
3231 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
3232
3233 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
3234
3235 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
3236
3237 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
3238 Initialize to empty string at top level.
3239 (gdb_wrapper_init): Revert check for file existence on build.
3240 Build the wrapper in its default place, not a build-specific
3241 location. When host == build, make the pathname absolute.
3242 (gdb_compile): Delete leftover declaration of
3243 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
3244 string instead of uninitialized.
3245
3246 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3247
3248 * gdb.base/corefile2.exp: New file.
3249 * gdb.base/coremaker2.exp: New file.
3250
3251 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3252
3253 * gdb.base/coredump-filter.exp: Add second
3254 non-Private-Shared-Anon-File test.
3255 (test_disasm): Rename binfile for test which is expected
3256 to fail.
3257
3258 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3259
3260 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
3261 data in core file".
3262 * gdb.base/coremaker.c (buf2ro): New global.
3263 (mmapdata): Add a read-only mmap mapping.
3264
3265 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3266
3267 PR corefiles/25631
3268 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
3269 New test.
3270 * gdb.base/coremaker.c (buf3): New global.
3271 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
3272 flags.
3273
3274 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3275
3276 * gdb.base/coremaker.c (filler_ro): New global constant.
3277
3278 2020-07-22 Tom Tromey <tromey@adacore.com>
3279
3280 * gdb.ada/mi_prot.exp: New file.
3281 * gdb.ada/mi_prot/pkg.adb: New file.
3282 * gdb.ada/mi_prot/pkg.ads: New file.
3283 * gdb.ada/mi_prot/prot.adb: New file.
3284
3285 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3286
3287 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
3288 loads two JITers.
3289
3290 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
3291
3292 * gdb.python/py-arch-reg-groups.exp: Additional tests.
3293
3294 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
3295
3296 * gdb.python/py-arch-reg-names.exp: Additional tests.
3297
3298 2020-07-21 Tom de Vries <tdevries@suse.de>
3299
3300 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
3301 breakpoint locations".
3302 * gdb.reverse/solib-reverse.exp: Same.
3303
3304 2020-07-21 Tom de Vries <tdevries@suse.de>
3305
3306 * gdb.reverse/step-reverse.c (callee): Merge statements.
3307
3308 2020-07-21 Tom de Vries <tdevries@suse.de>
3309
3310 * gdb.fortran/info-modules.exp (info module variables): Allow missing
3311 line numbers for some variables.
3312
3313 2020-07-21 Tom de Vries <tdevries@suse.de>
3314
3315 * gdb.opt/inline-locals.c (init_array): New func.
3316 (func1): Use init_array.
3317 * gdb.opt/inline-locals.exp: Update pattern.
3318
3319 2020-07-21 Tom de Vries <tdevries@suse.de>
3320
3321 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
3322 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
3323
3324 2020-07-20 Ludovic Courtès <ludo@gnu.org>
3325
3326 * gdb.guile/source2.scm: Add #f first argument to 'format'.
3327 * gdb.guile/types-module.exp: Remove "ERROR:" from
3328 regexps since Guile 3.0 no longer prints that.
3329
3330 2020-07-20 Ludovic Courtès <ludo@gnu.org>
3331
3332 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
3333 error regexp to match on Guile 2.2.
3334
3335 2020-07-20 Gary Benson <gbenson@redhat.com>
3336
3337 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
3338 with clang.
3339
3340 2020-07-20 Tom de Vries <tdevries@suse.de>
3341
3342 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
3343 (omp_set_lock_in_order): New function.
3344 (single_scope, multi_scope, nested_func, nested_parallel): Use
3345 omp_set_lock_in_order and omp_unset_lock.
3346 (main): Init and destroy lock and lock2.
3347
3348 2020-07-20 Tom de Vries <tdevries@suse.de>
3349
3350 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
3351
3352 2020-07-20 Tom de Vries <tdevries@suse.de>
3353
3354 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
3355
3356 2020-07-17 Tom de Vries <tdevries@suse.de>
3357
3358 * gdb.base/valgrind-infcall-2.c: New test.
3359 * gdb.base/valgrind-infcall-2.exp: New file.
3360 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
3361
3362 2020-07-17 Tom de Vries <tdevries@suse.de>
3363
3364 * gdb.dlang/circular.c (found): Use found_label as label name.
3365 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
3366 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
3367 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
3368 * gdb.dwarf2/ada-linkage-name.exp: Same.
3369 * gdb.dwarf2/arr-subrange.exp: Same.
3370 * gdb.dwarf2/atomic-type.exp: Same.
3371 * gdb.dwarf2/comp-unit-lang.exp: Same.
3372 * gdb.dwarf2/cpp-linkage-name.exp: Same.
3373 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
3374 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
3375 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
3376 * gdb.dwarf2/implptr-64bit.exp: Same.
3377 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
3378 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
3379 * gdb.dwarf2/imported-unit.exp: Same.
3380 * gdb.dwarf2/main-subprogram.exp: Same.
3381 * gdb.dwarf2/missing-type-name.exp: Same.
3382 * gdb.dwarf2/nonvar-access.exp: Same.
3383 * gdb.dwarf2/struct-with-sig.exp: Same.
3384 * gdb.dwarf2/typedef-void-finish.exp: Same.
3385 * gdb.dwarf2/void-type.exp: Same.
3386
3387 2020-07-17 Tom de Vries <tdevries@suse.de>
3388
3389 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
3390 src parameter.
3391 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
3392 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
3393 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
3394 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
3395 * gdb.dwarf2/dwz.exp: Same.
3396 * gdb.dwarf2/implptr-optimized-out.exp: Same.
3397 * gdb.dwarf2/implref-array.exp: Same.
3398 * gdb.dwarf2/implref-const.exp: Same.
3399 * gdb.dwarf2/implref-global.exp: Same.
3400 * gdb.dwarf2/implref-struct.exp: Same.
3401 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
3402 * gdb.dwarf2/opaque-type-lookup.exp: Same.
3403 * gdb.dwarf2/var-access.exp: Same.
3404 * gdb.dwarf2/varval.exp: Same.
3405 * gdb.trace/entry-values.exp: Same.
3406
3407 2020-07-17 Tom de Vries <tdevries@suse.de>
3408
3409 * lib/dwarf.exp (Dwarf::extern): Remove.
3410 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
3411 * gdb.dlang/circular.exp: Same.
3412 * gdb.dwarf2/comp-unit-lang.exp: Same.
3413 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
3414 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
3415 * gdb.dwarf2/dwz.exp: Same.
3416 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
3417 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
3418 * gdb.dwarf2/imported-unit.exp: Same.
3419 * gdb.dwarf2/opaque-type-lookup.exp: Same.
3420
3421 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
3422
3423 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
3424 Use double quotes instead of single quotes.
3425
3426 2020-07-16 Caroline Tice <cmtice@google.com>
3427
3428 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
3429 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
3430
3431 2020-07-16 Tom de Vries <tdevries@suse.de>
3432
3433 * lib/dwarf.exp (program): Initialize _line.
3434 (DW_LNE_end_sequence): Reinitialize _line.
3435 (DW_LNS_advance_line): Update _line.
3436 (line): New proc.
3437 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
3438 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
3439 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
3440 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
3441 * gdb.dwarf2/dw2-is-stmt.exp: Same.
3442 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3443
3444 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3445
3446 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
3447 generic.
3448
3449 2020-07-15 Tom de Vries <tdevries@suse.de>
3450
3451 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
3452 is_amd64_regs_target.
3453
3454 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3455
3456 * gdb.fortran/ptype-on-functions.exp: Add more tests.
3457 * gdb.fortran/ptype-on-functions.f90: Likewise.
3458
3459 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
3460
3461 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
3462 values in documentation for addr_size to 4 and 8.
3463
3464 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
3465
3466 * gdb.arch/amd64-osabi.exp: Update.
3467 * gdb.arch/arm-disassembler-options.exp: Update.
3468 * gdb.arch/powerpc-disassembler-options.exp: Update.
3469 * gdb.arch/ppc64-symtab-cordic.exp: Update.
3470 * gdb.arch/s390-disassembler-options.exp: Update.
3471 * gdb.base/all-architectures.exp.tcl: Update.
3472 * gdb.base/attach-pie-noexec.exp: Update.
3473 * gdb.base/catch-syscall.exp: Update.
3474 * gdb.xml/tdesc-arch.exp: Update.
3475
3476 2020-07-14 Tom de Vries <tdevries@suse.de>
3477
3478 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
3479 (local_gettid): ... this.
3480 (fn): Update.
3481
3482 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
3483
3484 * gdb.base/info_sources.exp: Skip directory match tests on
3485 remote hosts.
3486
3487 2020-07-13 Gary Benson <gbenson@redhat.com>
3488
3489 * gdb.base/savedregs.exp (caller): Use parentheses to
3490 make expected expression evaluation ordering explicit.
3491
3492 2020-07-13 Gary Benson <gbenson@redhat.com>
3493
3494 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
3495
3496 2020-07-13 Gary Benson <gbenson@redhat.com>
3497
3498 * gdb.base/bigcore.c (main): Use a volatile pointer when
3499 attempting to trigger a SIGSEGV.
3500 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
3501 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
3502 * gdb.base/savedregs.c (thrower): Likewise.
3503 * gdb.mi/mi-syn-frame.c (bar): Likewise.
3504
3505 2020-07-13 Gary Benson <gbenson@redhat.com>
3506
3507 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
3508 defining and using VLA structure fields into...
3509 * gdb.base/vla-struct-fields.c: New file.
3510 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
3511 tests into...
3512 * gdb.base/vla-struct-fields.exp: New file.
3513
3514 2020-07-13 Tom de Vries <tdevries@suse.de>
3515
3516 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
3517 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
3518 * gdb.base/gold-gdb-index.exp: Same.
3519 * gdb.base/morestack.exp: Same.
3520
3521 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
3522
3523 PR rust/26121
3524 * gdb.rust/modules.rs: Prevent linker from discarding test
3525 symbol.
3526
3527 2020-07-10 Pedro Alves <pedro@palves.net>
3528
3529 PR gdb/26199
3530 * gdb.multi/multi-target.c (exit_thread): New.
3531 (thread_start): Break loop if EXIT_THREAD.
3532 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
3533 (top level) Call test_no_resumed.
3534
3535 2020-07-08 Tom Tromey <tromey@adacore.com>
3536
3537 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
3538 * gdb.ada/catch_ex.exp: Examine catchpoint text.
3539
3540 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3541
3542 PR python/22748
3543 * gdb.opt/inline-frame-tailcall.c: New file.
3544 * gdb.opt/inline-frame-tailcall.exp: New file.
3545 * gdb.python/py-unwind-inline.c: New file.
3546 * gdb.python/py-unwind-inline.exp: New file.
3547 * gdb.python/py-unwind-inline.py: New file.
3548
3549 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3550
3551 * gdb.python/py-arch-reg-groups.exp: New file.
3552
3553 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3554
3555 * gdb.python/py-arch-reg-names.exp: New file.
3556
3557 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3558
3559 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
3560 gdb.PendingFrame.architecture method.
3561
3562 2020-07-06 Tom de Vries <tdevries@suse.de>
3563
3564 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
3565
3566 2020-07-03 Pedro Alves <palves@redhat.com>
3567
3568 * gdb.base/structs2.c (main): Adjust second parem_reg call to
3569 explicitly write negative numbers.
3570 * gdb.base/structs2.exp: Adjust expected output.
3571
3572 2020-07-03 Pedro Alves <palves@redhat.com>
3573
3574 * gdb.base/charset.c (init_string): Change all char parameters to
3575 unsigned char parameters.
3576
3577 2020-07-03 Pedro Alves <palves@redhat.com>
3578
3579 * gdb.base/call-sc.exp (start_scalars_test): Use
3580 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3581 * gdb.base/overlays.c: Remove references to PARAMS.
3582 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
3583 * gdb.base/reread.exp: Don't set 'prototypes' global.
3584 * gdb.base/structs.exp (start_structs_test): Use
3585 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3586 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
3587 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3588 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
3589 call.
3590 * gdb.base/varargs.exp: Don't set 'prototypes' global.
3591
3592 2020-07-03 Pedro Alves <palves@redhat.com>
3593
3594 * gdb.base/m32rovly.c: Delete.
3595 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
3596
3597 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3598
3599 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
3600 of gdb_py_test_multiple.
3601 * gdb.python/py-cmd.exp: Likewise.
3602 * gdb.python/py-events.exp: Likewise.
3603 * gdb.python/py-function.exp: Likewise.
3604 * gdb.python/py-inferior.exp: Likewise.
3605 * gdb.python/py-infthread.exp: Likewise.
3606 * gdb.python/py-linetable.exp: Likewise.
3607 * gdb.python/py-parameter.exp: Likewise.
3608 * gdb.python/py-value.exp: Likewise.
3609
3610 2020-06-30 Tom de Vries <tdevries@suse.de>
3611
3612 PR testsuite/26175
3613 * lib/future.exp (gdb_default_target_compile): Detect and handle
3614 early_flags.
3615
3616 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
3617
3618 * boards/simavr.exp (gdb_load): Catch errors when closing
3619 previous connection. Close connection, wait for process and
3620 unset simavr_spawn_id on failure.
3621
3622 2020-06-29 Tom de Vries <tdevries@suse.de>
3623
3624 * lib/gdb.exp (unknown): Make test-case unresolved.
3625
3626 2020-06-29 Tom de Vries <tdevries@suse.de>
3627
3628 PR gdb/25475
3629 * gdb.server/solib-list.exp: Verify that the symbol reload
3630 confirmation question is asked.
3631
3632 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3633
3634 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
3635 have a input seq nr in each pass message.
3636 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
3637 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
3638 * gdb.python/python.exp: Make test names unique,
3639 use gdb_test_multiline instead of gdb_py_test_multiple,
3640 use $gdb_test_name.
3641 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
3642
3643 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
3644
3645 * configure.ac: Add --enable-libctf.
3646 * aclocal.m4: sinclude ../config/enable.m4.
3647 * Makefile.in (site.exp): Add enable_libctf to site.exp.
3648 * lib/gdb.exp (skip_ctf_tests): Use it.
3649 * gdb.base/ctf-constvars.exp: Error message tweak.
3650 * gdb.base/ctf-ptype.exp: Likewise.
3651 * configure: Regenerate.
3652
3653 2020-06-26 Gary Benson <gbenson@redhat.com>
3654
3655 * gdb.cp/try_catch.cc: Include string.h.
3656 (main): Replace comparison against string literal with
3657 strcmp, avoiding build failure with -Wstring-compare.
3658 Add "marker test-complete".
3659 * gdb.cp/try_catch.exp: Run the test to the above marker,
3660 then verify that the value of "test" is still true.
3661
3662 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3663
3664 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
3665
3666 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3667
3668 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
3669
3670 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3671
3672 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
3673 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
3674 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
3675 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
3676 * gdb.arch/riscv-tdesc-loading.exp: New file.
3677
3678 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3679
3680 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
3681
3682 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3683
3684 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
3685 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
3686 * gdb.arch/riscv-tdesc-regs.c: New file.
3687 * gdb.arch/riscv-tdesc-regs.exp: New file.
3688
3689 2020-06-24 Pedro Alves <palves@redhat.com>
3690
3691 * gdb.arch/amd64-entry-value-paramref.exp: Use
3692 prepare_for_testing_full and don't pass "c++" for the .S file
3693 build spec.
3694 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
3695 $options, since it's an assembly file. Remove -Wno-deprecated.
3696 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
3697 compiling C++ programs.
3698
3699 2020-06-24 Pedro Alves <palves@redhat.com>
3700
3701 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
3702 Clang, add "-Wno-unknown-warning-option" to the options.
3703
3704 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
3705
3706 * gdb.xml/tdesc-reload.c: New file.
3707 * gdb.xml/tdesc-reload.exp: New file.
3708 * gdb.xml/maint-xml-dump-01.xml: New file.
3709 * gdb.xml/maint-xml-dump-02.xml: New file.
3710 * gdb.xml/maint-xml-dump.exp: New file.
3711
3712 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
3713
3714 * lib/completion-support.exp (test_gdb_completion_offers_commands):
3715 Adjust for omitted commands when TUI is disabled.
3716
3717 2020-06-23 Gary Benson <gbenson@redhat.com>
3718 Pedro Alves <palves@redhat.com>
3719
3720 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
3721 * gdb.cp/nsimport.cc: Likewise.
3722 * gdb.cp/nsnested.cc: Likewise.
3723 * gdb.cp/nsnoimports.cc: Likewise.
3724 * gdb.cp/nsusing.cc: Likewise.
3725 * gdb.cp/smartp.cc: Likewise.
3726 * gdb.python/py-pp-integral.c: Likewise.
3727 * gdb.python/py-pp-re-notag.c: Likewise.
3728
3729 2020-06-23 Gary Benson <gbenson@redhat.com>
3730
3731 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
3732 * gdb.cp/nsimport.cc: Likewise.
3733 * gdb.cp/nsnested.cc: Likewise.
3734 * gdb.cp/nsnoimports.cc: Likewise.
3735 * gdb.cp/nsusing.cc: Likewise.
3736 * gdb.cp/smartp.cc: Likewise.
3737 * gdb.python/py-pp-integral.c: Likewise.
3738 * gdb.python/py-pp-re-notag.c: Likewise.
3739
3740 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3741
3742 * gdb.base/default-args.exp: New test.
3743 * gdb.base/default-args.c: New file.
3744 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
3745 * gdb.base/default.exp: Update to new help text.
3746 * gdb.base/help.exp: Likewise.
3747 * gdb.base/page.exp: Likewise.
3748 * gdb.base/style.exp: Likewise.
3749 * gdb.guile/guile.exp: Likewise.
3750 * gdb.python/python.exp: Likewise.
3751
3752 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
3753
3754 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
3755 remote host. Fix search path syntax on Windows host.
3756
3757 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3758
3759 * gdb.base/attach.exp: Test priority of 'exec-file' changed
3760 over 'exec-file-mismatch'.
3761 * gdb.base/attach.c: Mark should_exit volatile.
3762 * gdb.base/attach2.c: Likewise. Add a comment explaining
3763 why the sleep cannot be big.
3764 * gdb.base/attach3.c: New file.
3765
3766 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
3767
3768 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
3769 prefix optional.
3770
3771 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
3772
3773 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
3774 for remote host.
3775
3776 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
3777 Hafiz Abid Qadeer <abidh@codesourcery.com>
3778
3779 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
3780 file sent to remote host.
3781 (top level): Allow int32_t as type of 32-bit register.
3782
3783 2020-06-19 Tom de Vries <tdevries@suse.de>
3784
3785 * lib/gdb.exp (gdb_note): New proc.
3786 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
3787 (gdb_default_target_compile): ... here. Only call
3788 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
3789 (use_gdb_compile): Change to array.
3790 (toplevel): Update sets of use_gdb_compile to specify language.
3791 Warn about default_target_compile override. Store dejagnu's version
3792 of default_target_compile in dejagnu_default_target_compile.
3793
3794 2020-06-18 Tom de Vries <tdevries@suse.de>
3795
3796 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
3797 (default_gdb_init): ... here.
3798
3799 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
3800
3801 Fix TUI support checks in gdb.tui tests.
3802
3803 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
3804 just say UNSUPPORTED.
3805 * gdb.tui/corefile-run.exp: Likewise.
3806 * gdb.tui/empty.exp: Likewise.
3807 * gdb.tui/list-before.exp: Likewise.
3808 * gdb.tui/list.exp: Likewise.
3809 * gdb.tui/main.exp: Likewise.
3810 * gdb.tui/regs.exp: Likewise.
3811 * gdb.tui/resize.exp: Likewise.
3812 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
3813 * gdb.tui/tui-layout-asm.exp: Likewise.
3814 * gdb.tui/tui-missing-src.exp: Likewise.
3815 * gdb.tui/winheight.exp: Likewise.
3816 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
3817
3818 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
3819
3820 Fix TCL error in gdb.python/py-format-string.exp.
3821
3822 * gdb.python/py-format-string.exp: Move test for python support
3823 earlier, out of function body.
3824
3825 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
3826
3827 * gdb.base/index-cache-load-twice.c: New.
3828 * gdb.base/index-cache-load-twice.exp: New.
3829
3830 2020-06-17 Keith Seitz <keiths@redhat.com>
3831
3832 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
3833 when executing "gdb --configuration".
3834
3835 2020-06-17 Tom de Vries <tdevries@suse.de>
3836
3837 * lib/gdb.exp (gdb_tcl_unknown): New proc.
3838 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
3839 conditional on presence of gdb_tcl_unknown.
3840 (gdb_finish): Make override undo conditional on presence of
3841 gdb_tcl_unknown.
3842
3843 2020-06-16 Tom Tromey <tom@tromey.com>
3844
3845 * gdb.python/tui-window.py (failwin): New function. Register it
3846 as a TUI window type.
3847 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
3848
3849 2020-06-16 Gary Benson <gbenson@redhat.com>
3850
3851 * gdb.python/py-nested-maps.c (create_map): Add missing return
3852 value.
3853 (create_map_map): Likewise.
3854
3855 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3856
3857 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
3858 variable.
3859 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
3860 and use the already-defined 'options' variable.
3861
3862 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3863 Tom de Vries <tdevries@suse.de>
3864
3865 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
3866 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
3867 (gdb_setup_known_globals): New proc.
3868 (gdb_cleanup_globals): New proc.
3869 * lib/gdb.exp (load_lib): New override proc.
3870 (gdb_stdin_log_init): Set var in_file as persistent global.
3871 * lib/pascal.exp (gdb_stdin_log_init): Set vars
3872 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
3873 fpc_compiler as persistent global.
3874
3875 2020-06-12 Tom de Vries <tdevries@suse.de>
3876
3877 * lib/tuiterm.exp (spawn): Rename to ...
3878 (tui_spawn): ... this.
3879 (toplevel): Move rename of spawn ...
3880 (gdb_init_tuiterm): ... here. New proc.
3881 (gdb_finish_tuiterm): New proc.
3882 * lib/gdb.exp (gdb_finish_hooks): New global var.
3883 (gdb_finish): Handle gdb_finish_hooks.
3884 (tuiterm_env): New proc.
3885 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
3886 tuiterm_env.
3887 * gdb.tui/basic.exp: Same.
3888 * gdb.tui/corefile-run.exp: Same.
3889 * gdb.tui/empty.exp: Same.
3890 * gdb.tui/list-before.exp: Same.
3891 * gdb.tui/list.exp: Same.
3892 * gdb.tui/main.exp: Same.
3893 * gdb.tui/new-layout.exp: Same.
3894 * gdb.tui/regs.exp: Same.
3895 * gdb.tui/resize.exp: Same.
3896 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
3897 * gdb.tui/tui-layout-asm.exp: Same.
3898 * gdb.tui/tui-missing-src.exp: Same.
3899 * gdb.tui/winheight.exp: Same.
3900
3901 2020-06-12 Tom de Vries <tdevries@suse.de>
3902
3903 PR testsuite/26110
3904 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
3905 (gdb_finish): Reinstall dejagnu's override of ::unknown.
3906
3907 2020-06-11 Tom Tromey <tom@tromey.com>
3908
3909 PR gdb/18318:
3910 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
3911 floating point tests.
3912
3913 2020-06-11 Keith Seitz <keiths@redhat.com>
3914
3915 PR gdb/21356
3916 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
3917 vla_struct.
3918 Add new struct vla_typedef and union vla_typedef_union and
3919 corresponding instantiation objects.
3920 Initialize new objects.
3921 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
3922 and vla_typedef_union_object.
3923 Fixup type for vla_struct_object.
3924
3925 2020-06-11 Tom de Vries <tdevries@suse.de>
3926
3927 * lib/gdb.exp (with_override): New proc, factored out of ...
3928 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
3929
3930 2020-06-10 Tom de Vries <tdevries@suse.de>
3931
3932 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
3933
3934 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
3935
3936 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
3937 parameter, update callers.
3938
3939 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
3940
3941 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
3942 * gdb.dwarf2/share-psymtabs-bt.c: New file.
3943 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
3944
3945 2020-06-04 Tom de Vries <tdevries@suse.de>
3946
3947 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
3948
3949 2020-06-04 Tom de Vries <tdevries@suse.de>
3950
3951 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
3952 exp_continue.
3953
3954 2020-06-04 Tom de Vries <tdevries@suse.de>
3955
3956 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
3957
3958 2020-06-03 Tom de Vries <tdevries@suse.de>
3959
3960 PR symtab/26046
3961 * gdb.cp/breakpoint-locs-2.cc: New test.
3962 * gdb.cp/breakpoint-locs.cc: New test.
3963 * gdb.cp/breakpoint-locs.exp: New file.
3964 * gdb.cp/breakpoint-locs.h: New test.
3965
3966 2020-06-03 Tom de Vries <tdevries@suse.de>
3967
3968 PR testsuite/25609
3969 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
3970 value of global verbose.
3971 * gdb.base/jit-elf.exp: Same.
3972 * gdb.base/jit-reader.exp: Same.
3973
3974 2020-06-02 Tom de Vries <tdevries@suse.de>
3975
3976 * gdb.dwarf2/multidictionary.exp: Don't use
3977 gdb_spawn_with_cmdline_opts.
3978
3979 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
3980
3981 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
3982 use_header case.
3983 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
3984 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
3985 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
3986 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
3987 * gdb.dwarf2/dw2-inline-header.c: New file.
3988 * gdb.dwarf2/dw2-inline-header.h: New file.
3989
3990 2020-05-30 Pedro Alves <palves@redhat.com>
3991
3992 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
3993 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
3994
3995 2020-05-29 Gary Benson <gbenson@redhat.com>
3996
3997 * gdb.compile/compile-cplus.exp (additional_flags): Also
3998 set when building with clang.
3999 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
4000 when building with clang.
4001
4002 2020-05-29 Gary Benson <gbenson@redhat.com>
4003
4004 * gdb.arch/i386-avx.exp (additional_flags): Also set when
4005 building with clang.
4006 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
4007
4008 2020-05-29 Gary Benson <gbenson@redhat.com>
4009
4010 * gdb.cp/koenig.exp (prepare_for_testing): Add
4011 additional_flags=-Wno-unused-comparison.
4012 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
4013
4014 2020-05-28 Gary Benson <gbenson@redhat.com>
4015
4016 * gdb.base/sigaltstack.c (catcher): Add default case to switch
4017 statement.
4018
4019 2020-05-28 Gary Benson <gbenson@redhat.com>
4020
4021 * gdb.cp/classes.exp (prepare_for_testing): Add
4022 additional_flags=-Wno-deprecated-register.
4023 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
4024 * gdb.cp/misc.exp: Likewise.
4025
4026 2020-05-28 Gary Benson <gbenson@redhat.com>
4027
4028 * gdb.linespec/cpls-ops.cc (dummy): New static global.
4029 (test_op_new::operator new): Add return statement.
4030 (test_op_new_array::operator new[]): Likewise.
4031
4032 2020-05-27 Pedro Alves <palves@redhat.com>
4033
4034 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
4035 check. Use test_gdb_complete_unique instead of
4036 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
4037 test_gdb_complete_multiple instead of
4038 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
4039
4040 2020-05-27 Luis Machado <luis.machado@linaro.org>
4041
4042 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
4043 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
4044 * gdb.arch/arm-disassembler-options.exp: Likewise.
4045 * gdb.arch/arm-disp-step.exp: Likewise.
4046 * gdb.arch/thumb-prologue.exp: Likewise.
4047 * gdb.base/async.exp: Likewise.
4048 * gdb.base/auxv.exp: Likewise.
4049 * gdb.base/complex-parts.exp: Likewise.
4050 * gdb.base/ena-dis-br.exp: Likewise.
4051 * gdb.base/foll-exec.exp: Likewise.
4052 * gdb.base/permissions.exp: Likewise.
4053 * gdb.base/relocate.exp: Likewise.
4054 * gdb.base/return2.exp: Likewise.
4055 * gdb.base/sigbpt.exp: Likewise.
4056 * gdb.base/siginfo-obj.exp: Likewise.
4057 * gdb.cp/converts.exp: Likewise.
4058 * gdb.cp/exceptprint.exp: Likewise.
4059 * gdb.cp/inherit.exp: Likewise.
4060 * gdb.cp/nsnoimports.exp: Likewise.
4061 * gdb.cp/virtbase2.exp: Likewise.
4062 * gdb.mi/mi-var-cmd.exp: Likewise.
4063 * gdb.mi/var-cmd.c: Likewise.
4064
4065 2020-05-26 Tom Tromey <tromey@adacore.com>
4066
4067 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
4068
4069 2020-05-26 Tom Tromey <tromey@adacore.com>
4070
4071 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
4072 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
4073 type.
4074 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
4075 variable.
4076
4077 2020-05-26 Christian Biesinger <cbiesinger@google.com>
4078
4079 * Makefile.in: Use = instead of == for the test command
4080 for portability.
4081
4082 2020-05-26 Tom de Vries <tdevries@suse.de>
4083
4084 * gdb.base/gold-gdb-index-2.c: New test.
4085 * gdb.base/gold-gdb-index.c: New test.
4086 * gdb.base/gold-gdb-index.exp: New file.
4087 * gdb.base/gold-gdb-index.h: New test.
4088
4089 2020-05-25 Tom de Vries <tdevries@suse.de>
4090
4091 * boards/gold-gdb-index.exp: New file.
4092
4093 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4094
4095 * boards/simavr.exp: New file.
4096
4097 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4098
4099 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
4100 * gdb.base/inferior-args.exp: New file.
4101 * gdb.base/inferior-args.c: New file.
4102
4103 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4104
4105 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
4106 inferior_args. Pass it to gdb_reload.
4107 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
4108 inferior_args.
4109 (gdb_reload): Add inferior_args argument.
4110 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
4111 pass it to gdbserver_run.
4112 * boards/native-gdbserver.exp: Do not set noargs.
4113 * boards/native-extended-gdbserver.exp (gdb_reload): Add
4114 inferior_args argument.
4115 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
4116 * gdb.base/a2-run.exp: Check for use_gdb_stub.
4117 * gdb.base/args.exp: Likewise.
4118
4119 2020-05-25 Tom de Vries <tdevries@suse.de>
4120
4121 * lib/gdb.exp (exec_is_pie): Add comment.
4122
4123 2020-05-25 Tom de Vries <tdevries@suse.de>
4124
4125 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
4126 instead of $binfile in the untested message.
4127
4128 2020-05-25 Tom de Vries <tdevries@suse.de>
4129
4130 PR testsuite/26031
4131 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
4132
4133 2020-05-25 Tom de Vries <tdevries@suse.de>
4134
4135 * boards/gold.exp: New file.
4136
4137 2020-05-23 Tom Tromey <tom@tromey.com>
4138
4139 * gdb.base/style.exp: Remove completion styling test.
4140 * lib/gdb-utils.exp (style): Remove completion styles.
4141
4142 2020-05-23 Tom Tromey <tom@tromey.com>
4143
4144 * gdb.base/style.exp: Add completion styling test.
4145 * lib/gdb-utils.exp (style): Add completion styles.
4146
4147 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
4148
4149 * gdb.base/annota1.exp: Update expected results.
4150 * gdb.cp/annota2.exp: Update expected results, remove duplicate
4151 test name.
4152 * gdb.cp/annota3.exp: Update expected results.
4153
4154 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
4155
4156 PR gdb/26016
4157 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
4158 against MAP_FAILED.
4159 * gdb.base/coremaker.c (mmapdata): Likewise.
4160 * gdb.base/jit-reader-host.c (main): Likewise.
4161 * gdb.base/sym-file-loader.c (load): Likewise.
4162 (load_shlib): Likewise.
4163
4164 2020-05-20 Tom Tromey <tromey@adacore.com>
4165
4166 * gdb.ada/array_char_idx.exp: Recognize initialized array.
4167
4168 2020-05-20 Tom de Vries <tdevries@suse.de>
4169
4170 PR symtab/25833
4171 * gdb.base/with-mf-inc.c: New test.
4172 * gdb.base/with-mf-main.c: New test.
4173 * gdb.base/with-mf.exp: New file.
4174
4175 2020-05-19 Tom Tromey <tromey@adacore.com>
4176
4177 * gdb.rust/simple.exp: Restore missing test result.
4178
4179 2020-05-19 Tom de Vries <tdevries@suse.de>
4180
4181 * gdb.base/gdb-caching-proc.exp: Fix typo.
4182
4183 2020-05-19 Tom Tromey <tromey@adacore.com>
4184
4185 * gdb.rust/simple.exp: Add some test descriptions.
4186 (test_one_slice): Use with_test_prefix.
4187
4188 2020-05-18 Tom de Vries <tdevries@suse.de>
4189
4190 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
4191
4192 2020-05-17 Pedro Alves <palves@redhat.com>
4193
4194 PR gdb/25741
4195 * gdb.base/hw-sw-break-same-address.exp: New file.
4196
4197 2020-05-16 Pedro Alves <palves@redhat.com>
4198
4199 * gdb.multi/multi-re-run.exp (test_re_run): Switch
4200 LAST_LOADED_FILE accordingly.
4201
4202 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4203
4204 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
4205
4206 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4207
4208 * gdb.base/help.exp: Test apropos and help for commands
4209 having aliases. Fixed comments not starting with an
4210 upper-case letter or not finishing with a dot.
4211
4212 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4213
4214 * gdb.base/alias.exp: Update help output check.
4215
4216 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4217
4218 * gdb.base/default.exp: Update output following fixes.
4219
4220 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4221
4222 * gdb.base/alias.exp: Test aliases starting with a prefix of
4223 another alias.
4224
4225 2020-05-15 Gary Benson <gbenson@redhat.com>
4226
4227 * gdb.base/info-os.c (main): Add return statement.
4228 * gdb.base/info_minsym.c (minsym_fun): Likewise.
4229 * gdb.base/large-frame-2.c (func): Likewise.
4230 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
4231 * gdb.base/pr10179-b.c (foo2): Likewise.
4232 * gdb.base/valgrind-disp-step.c (foo): Likewise.
4233 * gdb.base/watch-cond.c (func): Likewise.
4234 * gdb.multi/goodbye.c (verylongfun): Likewise.
4235 * gdb.multi/hello.c (commonfun): Likewise.
4236 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
4237 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
4238 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
4239 Likewise.
4240 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
4241 * gdb.threads/interrupt-while-step-over.c (child_function):
4242 Likewise.
4243 * gdb.trace/actions-changed.c (end): Likewise.
4244
4245 2020-05-15 Gary Benson <gbenson@redhat.com>
4246
4247 * gdb.opencl/callfuncs.exp: Report when test skipped.
4248 * gdb.opencl/convs_casts.exp: Likewise.
4249 * gdb.opencl/datatypes.exp: Likewise.
4250 * gdb.opencl/operators.exp: Likewise.
4251 * gdb.opencl/vec_comps.exp: Likewise.
4252
4253 2020-05-15 Tom de Vries <tdevries@suse.de>
4254
4255 * gdb.base/align.exp.in: Rename to ...
4256 * gdb.base/align.exp.tcl: ... this.
4257 * gdb.base/align-c++.exp: Update.
4258 * gdb.base/align-c.exp: Update.
4259 * gdb.base/all-architectures.exp.in: Rename to ...
4260 * gdb.base/all-architectures.exp: ... this.
4261 * gdb.base/all-architectures-0.exp: Update.
4262 * gdb.base/all-architectures-1.exp: Update.
4263 * gdb.base/all-architectures-2.exp: Update.
4264 * gdb.base/all-architectures-3.exp: Update.
4265 * gdb.base/all-architectures-4.exp: Update.
4266 * gdb.base/all-architectures-5.exp: Update.
4267 * gdb.base/all-architectures-6.exp: Update.
4268 * gdb.base/all-architectures-7.exp: Update.
4269 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
4270 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
4271 * gdb.base/infcall-nested-structs-c++.exp: Update.
4272 * gdb.base/infcall-nested-structs-c.exp: Update.
4273 * gdb.base/info-types.exp.in: Rename to ...
4274 * gdb.base/info-types.exp.tcl: ... this.
4275 * gdb.base/info-types-c++.exp: Update.
4276 * gdb.base/info-types-c.exp: Update.
4277 * gdb.base/max-depth.exp.in: Rename to ...
4278 * gdb.base/max-depth.exp.tcl: ... this.
4279 * gdb.base/max-depth-c++.exp: Update.
4280 * gdb.base/max-depth-c.exp: Update.
4281 * gdb.cp/cpexprs.exp.in: Rename to ...
4282 * gdb.cp/cpexprs.exp.tcl: ... this.
4283 * gdb.cp/cpexprs-debug-types.exp: Update.
4284 * gdb.cp/cpexprs.exp: Update.
4285 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
4286 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
4287 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
4288 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
4289 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
4290 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
4291 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
4292 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
4293 * gdb.dwarf2/clang-debug-names-2.exp: Update.
4294 * gdb.dwarf2/clang-debug-names.exp: Update.
4295
4296 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
4297
4298 * lib/check-test-names.exp: Remove code that prevents this file
4299 loading when tests are run in parallel.
4300
4301 2020-05-15 Pedro Alves <palves@redhat.com>
4302
4303 * gdb.multi/multi-kill.exp (start_inferior): Remove
4304 'testpid' parameter. Refer to namespace variable directly.
4305 (testpid): Declare as namespace variable.
4306
4307 2020-05-15 Pedro Alves <palves@redhat.com>
4308
4309 * gdb.multi/multi-kill.exp: Wrap in namespace.
4310 (start_inferior): Add TESTPID parameter. Use it instead of the
4311 testpid global.
4312 (top level): Define empty TESTPID array, and pass it down to
4313 start_inferior.
4314
4315 2020-05-14 Tom de Vries <tdevries@suse.de>
4316
4317 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
4318 output.
4319
4320 2020-05-14 Tom de Vries <tdevries@suse.de>
4321
4322 * gdb.base/align.exp: Split into ...
4323 * gdb.base/align.exp.in: ...
4324 * gdb.base/align-c++.exp: ...
4325 * gdb.base/align-c.exp: ... these.
4326 * gdb.base/infcall-nested-structs.exp: Split into ...
4327 * gdb.base/infcall-nested-structs.exp.in: ...
4328 * gdb.base/infcall-nested-structs-c++.exp: ...
4329 * gdb.base/infcall-nested-structs-c.exp: ... these.
4330 * gdb.base/info-types.exp: Split into ...
4331 * gdb.base/info-types.exp.in: ...
4332 * gdb.base/info-types-c++.exp: ...
4333 * gdb.base/info-types-c.exp: ... these.
4334 * gdb.base/max-depth.exp: Split into ...
4335 * gdb.base/max-depth.exp.in: ...
4336 * gdb.base/max-depth-c++.exp: ...
4337 * gdb.base/max-depth-c.exp: ... these.
4338 * gdb.cp/infcall-nodebug.exp: Split into ...
4339 * gdb.cp/infcall-nodebug.exp.in: ...
4340 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
4341 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
4342 * gdb.cp/infcall-nodebug-c-d0.exp: ...
4343 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
4344
4345 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4346 Pedro Alves <palves@redhat.com>
4347
4348 * gdb.multi/multi-exit.c: New file.
4349 * gdb.multi/multi-exit.exp: New file.
4350 * gdb.multi/multi-kill.c: New file.
4351 * gdb.multi/multi-kill.exp: New file.
4352
4353 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4354
4355 * gdb.base/annota1.exp: Update the expected output.
4356 * gdb.cp/annota2.exp: Ditto.
4357
4358 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
4359
4360 * lib/check-test-names.exp: Disable when testing is being run in
4361 parallel.
4362
4363 2020-05-12 Tom de Vries <tdevries@suse.de>
4364
4365 * gdb.base/jit-elf.exp: Fix string concat.
4366
4367 2020-05-12 Tom de Vries <tdevries@suse.de>
4368
4369 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
4370 messages.
4371
4372 2020-05-12 Tom de Vries <tdevries@suse.de>
4373
4374 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
4375
4376 2020-05-12 Tom de Vries <tdevries@suse.de>
4377
4378 * gdb.ada/catch_ex.exp: Use with_test_prefix.
4379 * gdb.ada/mi_catch_ex.exp: Same.
4380 * gdb.ada/mi_catch_ex_hand.exp: Same.
4381
4382 2020-05-12 Tom de Vries <tdevries@suse.de>
4383
4384 * gdb.fortran/complex.exp: Use with_test_prefix.
4385
4386 2020-05-12 Tom de Vries <tdevries@suse.de>
4387
4388 * gdb.trace/passcount.exp: Fix test-names.
4389
4390 2020-05-12 Tom de Vries <tdevries@suse.de>
4391
4392 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
4393
4394 2020-05-12 Tom de Vries <tdevries@suse.de>
4395
4396 * gdb.gdb/complaints.exp: Use with_test_prefix.
4397 * gdb.xml/tdesc-regs.exp: Same.
4398 * gdb.opt/inline-locals.exp: Fix test name.
4399
4400 2020-05-12 Tom de Vries <tdevries@suse.de>
4401
4402 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
4403 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
4404 * gdb.dwarf2/implref-struct.exp: Same.
4405 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
4406 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
4407
4408 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
4409
4410 * gdb.base/jit-so.exp (one_jit_test): Change test name.
4411
4412 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
4413
4414 * lib/check-test-names.exp (all_test_names): New module variable.
4415 (counts): Add 'duplicates' field.
4416 (_check_duplicates): New procedure.
4417 (check): Also check for duplicates.
4418 (do_log_summary): Print duplicates count.
4419 (do_reset_vars): Reset counter for duplicate test names, and
4420 discard all know test names.
4421
4422 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
4423
4424 * lib/gdb.exp: Include check-test-names.exp library.
4425 * lib/check-test-names.exp: New file.
4426
4427 2020-05-11 Tom de Vries <tdevries@suse.de>
4428
4429 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
4430
4431 2020-05-11 Keith Seitz <keiths@redhat.com>
4432
4433 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
4434
4435 2020-05-11 Tom de Vries <tdevries@suse.de>
4436
4437 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
4438 * gdb.cp/cpexprs.exp.in: .. here.
4439 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
4440 cpexprs.exp.
4441
4442 2020-05-11 Keith Seitz <keiths@redhat.com>
4443
4444 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
4445 test names.
4446 * gdb.ada/arrayptr.exp: Likewise.
4447 * gdb.ada/assign_arr.exp: Likewise.
4448 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
4449 * gdb.ada/bp_on_var.exp: Likewise.
4450 * gdb.ada/call_pn.exp: Likewise.
4451 * gdb.ada/complete.exp: Likewise.
4452 * gdb.ada/fun_overload_menu.exp: Likewise.
4453 * gdb.ada/funcall_param.exp: Likewise.
4454 * gdb.ada/funcall_ref.exp: Likewise.
4455 * gdb.ada/packed_array_assign.exp: Likewise.
4456 * gdb.ada/same_component_name.exp: Likewise.
4457 * gdb.ada/type_coercion.exp: Likewise.
4458 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
4459 * gdb.ada/variant_record_packed_array.exp: Likewise.
4460
4461 2020-05-11 Tom de Vries <tdevries@suse.de>
4462
4463 PR symtab/25941
4464 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
4465 out of ...
4466 * gdb.dwarf2/clang-debug-names.exp: ... here.
4467 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
4468 clang-debug-names.exp.in.
4469 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
4470 * gdb.dwarf2/clang-debug-names-2.c: New test.
4471
4472 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
4473
4474 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
4475 (fortran_runto_main): New Proc, fortran version of runto_main.
4476 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
4477 * gdb.fortran/array-bounds.exp: Likewise.
4478 * gdb.fortran/array-slices.exp: Likewise.
4479 * gdb.fortran/block-data.exp: Likewise.
4480 * gdb.fortran/charset.exp: Likewise.
4481 * gdb.fortran/common-block.exp: Likewise.
4482 * gdb.fortran/complex.exp: Likewise.
4483 * gdb.fortran/derived-type-function.exp: Likewise.
4484 * gdb.fortran/derived-type.exp: Likewise.
4485 * gdb.fortran/info-modules.exp: Likewise.
4486 * gdb.fortran/info-types.exp: Likewise.
4487 * gdb.fortran/intrinsics.exp: Likewise.
4488 * gdb.fortran/library-module.exp: Likewise.
4489 * gdb.fortran/logical.exp: Likewise.
4490 * gdb.fortran/max-depth.exp: Likewise.
4491 * gdb.fortran/module.exp: Likewise.
4492 * gdb.fortran/multi-dim.exp: Likewise.
4493 * gdb.fortran/nested-funcs.exp: Likewise.
4494 * gdb.fortran/print-formatted.exp: Likewise.
4495 * gdb.fortran/print_type.exp: Likewise.
4496 * gdb.fortran/printing-types.exp: Likewise.
4497 * gdb.fortran/ptr-indentation.exp: Likewise.
4498 * gdb.fortran/ptype-on-functions.exp: Likewise.
4499 * gdb.fortran/subarray.exp: Likewise.
4500 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
4501 * gdb.fortran/vla-datatypes.exp: Likewise.
4502 * gdb.fortran/vla-history.exp: Likewise.
4503 * gdb.fortran/vla-ptr-info.exp: Likewise.
4504 * gdb.fortran/vla-ptype-sub.exp: Likewise.
4505 * gdb.fortran/vla-ptype.exp: Likewise.
4506 * gdb.fortran/vla-sizeof.exp: Likewise.
4507 * gdb.fortran/vla-type.exp: Likewise.
4508 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
4509 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
4510 * gdb.fortran/vla-value-sub.exp: Likewise.
4511 * gdb.fortran/vla-value.exp: Likewise.
4512 * gdb.fortran/whatis_type.exp: Likewise.
4513 * gdb.mi/mi-var-child-f.exp: Likewise.
4514
4515 2020-05-09 Tom de Vries <tdevries@suse.de>
4516
4517 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
4518
4519 2020-05-08 Tom de Vries <tdevries@suse.de>
4520
4521 * gdb.dwarf2/clang-debug-names.c: New test.
4522 * gdb.dwarf2/clang-debug-names.exp: New file.
4523
4524 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
4525
4526 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
4527 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
4528
4529 2020-05-06 Tom de Vries <tdevries@suse.de>
4530
4531 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
4532 breakpoint is at a "recommended breakpoint location".
4533 * gdb.reverse/consecutive-reverse.exp: Same.
4534
4535 2020-05-06 Tom de Vries <tdevries@suse.de>
4536
4537 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
4538 address.
4539
4540 2020-05-06 Tom de Vries <tdevries@suse.de>
4541
4542 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
4543
4544 2020-05-06 Tom de Vries <tdevries@suse.de>
4545
4546 * gdb.base/store.exp (check_set, up_set): Allowing missing location
4547 info for r.
4548
4549 2020-05-06 Tom de Vries <tdevries@suse.de>
4550
4551 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
4552 necessary.
4553
4554 2020-05-06 Tom de Vries <tdevries@suse.de>
4555
4556 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
4557 void.
4558
4559 2020-05-06 Tom de Vries <tdevries@suse.de>
4560
4561 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
4562 of ...
4563 * gdb.base/async.exp: ... here.
4564 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
4565 "recommended breakpoint location".
4566
4567 2020-05-06 Tom de Vries <tdevries@suse.de>
4568
4569 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
4570
4571 2020-05-04 Tom de Vries <tdevries@suse.de>
4572
4573 * gdb.base/async.exp: Check whether instruction addresses are a
4574 "recommended breakpoint location".
4575
4576 2020-05-03 Tom Tromey <tom@tromey.com>
4577
4578 * gdb.base/sepdebug.exp: Remove "catch" test.
4579 * gdb.base/break.exp: Remove "catch" test.
4580 * gdb.base/default.exp: Update expected output.
4581
4582 2020-05-02 Tom de Vries <tdevries@suse.de>
4583
4584 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
4585 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
4586 * gdb.arch/i386-mpx-map.exp: Same.
4587 * gdb.arch/i386-mpx-sigsegv.exp: Same.
4588 * gdb.arch/i386-mpx-simple_segv.exp: Same.
4589 * gdb.arch/i386-mpx.exp: Same.
4590
4591 2020-05-02 Tom de Vries <tdevries@suse.de>
4592
4593 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
4594
4595 2020-05-01 Tom de Vries <tdevries@suse.de>
4596
4597 * gdb.ada/operator_bp.exp: Allow more than required amount of
4598 breakpoint.
4599
4600 2020-05-01 Tom de Vries <tdevries@suse.de>
4601
4602 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
4603
4604 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
4605
4606 PR gdb/18706
4607 * gdb.cp/stub-array-size.cc: New test.
4608 * gdb.cp/stub-array-size.exp: New file.
4609 * gdb.cp/stub-array-size.h: New test.
4610 * gdb.cp/stub-array-size2.cc: New test.
4611
4612 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
4613
4614 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
4615 output to the new format.
4616
4617 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
4618
4619 * gdb.base/break.exp: Use with_test_prefix.
4620
4621 2020-04-29 Tom de Vries <tdevries@suse.de>
4622
4623 * lib/gdb.exp (debug_types): New proc.
4624 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
4625 * gdb.python/py-symtab.exp: Same.
4626
4627 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
4628
4629 PR gdb/17320
4630 * gdb.base/pretty-array.c: New test.
4631 * gdb.base/pretty-array.exp: New file.
4632
4633 2020-04-29 Tom de Vries <tdevries@suse.de>
4634
4635 PR symtab/25889
4636 * gdb.cp/cpexprs.exp: Adapt for inclusion.
4637 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
4638 and include cpexprs.exp.
4639
4640 2020-04-28 Mark Williams <mark@myosotissp.com>
4641
4642 PR gdb/24480
4643 * dw4-toplevel-types.exp: Test for top level types.
4644 * dw4-toplevel-types.cc: Test for top level types.
4645
4646 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4647
4648 * gdb.threads/stop-with-handle.exp: Fix typo in comment
4649 (theads -> threads).
4650
4651 2020-04-28 Tom de Vries <tdevries@suse.de>
4652
4653 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
4654
4655 2020-04-28 Tom de Vries <tdevries@suse.de>
4656
4657 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
4658
4659 2020-04-28 Tom de Vries <tdevries@suse.de>
4660
4661 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
4662
4663 2020-04-28 Tom de Vries <tdevries@suse.de>
4664
4665 * gdb.dwarf2/main-foo.c: New test.
4666 * gdb.dwarf2/struct-with-sig.exp: New file.
4667
4668 2020-04-25 Tom de Vries <tdevries@suse.de>
4669
4670 * boards/debug-types.exp: New file.
4671
4672 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
4673
4674 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
4675
4676 2020-04-24 Tom Tromey <tom@tromey.com>
4677
4678 PR symtab/12707:
4679 * gdb.python/py-symbol.exp: Update expected results for
4680 linkage_name test.
4681 * gdb.cp/print-demangle.exp: New file.
4682 * gdb.base/c-linkage-name.exp: Fix test.
4683 * gdb.guile/scm-symbol.exp: Update expected results for
4684 linkage_name test.
4685
4686 2020-04-24 Tom Tromey <tom@tromey.com>
4687
4688 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
4689 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
4690 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
4691 assembler.
4692
4693 2020-04-24 Tom de Vries <tdevries@suse.de>
4694
4695 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
4696 C++.
4697
4698 2020-04-24 Tom Tromey <tromey@adacore.com>
4699
4700 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
4701 values.
4702 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
4703 values. Update test for minimal encodings.
4704 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
4705 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
4706 values. Update test for minimal encodings.
4707
4708 2020-04-24 Tom Tromey <tromey@adacore.com>
4709
4710 PR python/23662:
4711 * gdb.ada/variant.exp: Add Python checks.
4712 * gdb.rust/simple.exp: Add dynamic type checks.
4713
4714 2020-04-24 Tom Tromey <tromey@adacore.com>
4715
4716 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
4717 Make array type matching more lax.
4718 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
4719 * gdb.ada/mi_variant.exp: New file.
4720 * gdb.ada/mi_variant/pck.ads: New file.
4721 * gdb.ada/mi_variant/pkg.adb: New file.
4722 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
4723 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
4724
4725 2020-04-24 Tom Tromey <tromey@adacore.com>
4726
4727 * gdb.ada/variant.exp: Add dynamic field offset tests.
4728 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
4729 * gdb.ada/variant/pkg.adb: Add new variables.
4730
4731 2020-04-24 Tom Tromey <tromey@adacore.com>
4732
4733 * gdb.ada/variant.exp: New file
4734 * gdb.ada/variant/pkg.adb: New file
4735 * gdb.ada/variant/pck.adb: New file
4736
4737 2020-04-24 Tom de Vries <tdevries@suse.de>
4738
4739 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
4740
4741 2020-04-24 Tom de Vries <tdevries@suse.de>
4742
4743 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
4744 flags.
4745
4746 2020-04-24 Tom de Vries <tdevries@suse.de>
4747
4748 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
4749
4750 2020-04-24 Tom de Vries <tdevries@suse.de>
4751
4752 * lib/gdb.exp (default_gdb_start): Handle eof.
4753 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
4754 failure.
4755 * gdb.base/readnever.exp: Handle clean_restart failure.
4756
4757 2020-04-23 Tom de Vries <tdevries@suse.de>
4758
4759 * gdb.base/decl-before-def.exp: Run to main and print a again.
4760
4761 2020-04-23 Tom de Vries <tdevries@suse.de>
4762
4763 * gdb.base/decl-before-def-decl.c: New test.
4764 * gdb.base/decl-before-def-def.c: New test.
4765 * gdb.base/decl-before-def.exp: New file.
4766
4767 2020-04-23 Tom de Vries <tdevries@suse.de>
4768
4769 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
4770
4771 2020-04-22 Tom de Vries <tdevries@suse.de>
4772
4773 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
4774 debug_info_offset.
4775 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
4776 before $objsfile in the line line.
4777
4778 2020-04-22 Tom de Vries <tdevries@suse.de>
4779
4780 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
4781
4782 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4783
4784 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
4785 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
4786 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
4787 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
4788 * gdb.base/jit-protocol.h: Update definitions to match all usage
4789 contexts.
4790
4791 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4792
4793 * gdb.base: Rename all jit related test and source files.
4794
4795 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4796
4797 * gdb.base/jit-reader.exp: Relax register output check.
4798
4799 2020-04-22 Tom de Vries <tdevries@suse.de>
4800
4801 PR symtab/25764
4802 * gdb.base/psym-external-decl-2.c: New test.
4803 * gdb.base/psym-external-decl.c: New test.
4804 * gdb.base/psym-external-decl.exp: New file.
4805 * gdb.threads/tls.exp: Add PR25807 kfail.
4806
4807 2020-04-22 Tom de Vries <tdevries@suse.de>
4808
4809 PR symtab/25801
4810 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
4811 in "info source" output.
4812
4813 2020-04-22 Tom de Vries <tdevries@suse.de>
4814
4815 PR symtab/25700
4816 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
4817 symtab for imported_unit.c.
4818
4819 2020-04-21 Gary Benson <gbenson@redhat.com>
4820
4821 * gdb.base/advance.c (func): New argument, to match call site.
4822 (func2, func3): Add return statements.
4823
4824 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4825
4826 * gdb.multi/run-only-second-inf.c: New file.
4827 * gdb.multi/run-only-second-inf.exp: New file.
4828
4829 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
4830
4831 * gdb.btrace/multi-inferior.c: New test.
4832 * gdb.btrace/multi-inferior.exp: New file.
4833
4834 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
4835
4836 * gdb.btrace/enable-new-thread.c: New test.
4837 * gdb.btrace/enable-new-thread.exp: New file.
4838
4839 2020-04-21 Tom de Vries <tdevries@suse.de>
4840
4841 PR gdb/25471
4842 * gdb.threads/killed-outside.c: New test.
4843 * gdb.threads/killed-outside.exp: New file.
4844
4845 2020-04-20 Gary Benson <gbenson@redhat.com>
4846
4847 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
4848 * gdb.base/nested-subp2.exp: Likewise.
4849 * gdb.base/nested-subp3.exp: Likewise.
4850
4851 2020-04-20 Gary Benson <gbenson@redhat.com>
4852
4853 * gdb.base/nested-subp1.exp: Disable test when using clang.
4854 * gdb.base/nested-subp2.exp: Likewise.
4855 * gdb.base/nested-subp3.exp: Likewise.
4856
4857 2020-04-20 Gary Benson <gbenson@redhat.com>
4858
4859 * gdb.cp/exception.cc: Fix compilation error with clang.
4860
4861 2020-04-20 Gary Benson <gbenson@redhat.com>
4862
4863 * gdb.trace/tspeed.c: Fix compilation error with clang.
4864
4865 2020-04-20 Gary Benson <gbenson@redhat.com>
4866
4867 * gdb.base/jit-main.c: Fix compilation error with clang.
4868
4869 2020-04-17 Kamil Rytarowski <n54@gmx.com>
4870
4871 * gdb.base/attach-twice.c: Include "sys/types.h".
4872 (PTRACE_ATTACH): Add fallback definition.
4873 (main): Pass `0' to the 4th argument of `ptrace'.
4874
4875 2020-04-17 Kamil Rytarowski <n54@gmx.com>
4876
4877 * gdb.base/fork-running-state.c: Include "signal.h".
4878
4879 2020-04-17 Tom Tromey <tromey@adacore.com>
4880
4881 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
4882 Update tests.
4883 * gdb.btrace/cpu.exp: Update tests.
4884 * gdb.base/maint.exp: Update tests.
4885 * gdb.base/default.exp: Update tests.
4886 * gdb.base/completion.exp: Update tests.
4887
4888 2020-04-16 Tom de Vries <tdevries@suse.de>
4889
4890 PR symtab/25791
4891 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
4892 (ensure_gdb_index): and factor out and move ...
4893 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
4894 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
4895
4896 2020-04-16 Tom de Vries <tdevries@suse.de>
4897
4898 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
4899 loading exec.
4900
4901 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
4902
4903 * gdb.base/many-completions.exp: New file.
4904
4905 2020-04-14 Tom de Vries <tdevries@suse.de>
4906
4907 PR symtab/25718
4908 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
4909
4910 2020-04-14 Tom de Vries <tdevries@suse.de>
4911
4912 PR symtab/25720
4913 * gdb.base/maint-expand-symbols-header-file.c: New test.
4914 * gdb.base/maint-expand-symbols-header-file.exp: New file.
4915 * gdb.base/maint-expand-symbols-header-file.h: New test.
4916
4917 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
4918
4919 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
4920 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
4921 get_func_info.
4922 (get_func_info): Delete.
4923 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
4924 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
4925 * lib/dwarf.exp (get_func_info): New function.
4926
4927 2020-04-13 Tom de Vries <tdevries@suse.de>
4928
4929 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
4930 to what find_gnatmake does.
4931
4932 2020-04-10 Tom de Vries <tdevries@suse.de>
4933
4934 * gdb.base/style.exp: Expect "Expanding full symbols" message for
4935 -readnow.
4936
4937 2020-04-10 Tom de Vries <tdevries@suse.de>
4938
4939 PR cli/25808
4940 * gdb.base/style.c: Add leading newlines.
4941 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
4942 Check listing of main's one-line body.
4943
4944 2020-04-08 Tom de Vries <tdevries@suse.de>
4945
4946 * lib/gdb.exp (psymtabs_p): New proc.
4947 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
4948 importing unit" unsupported if there are no partial symbols.
4949
4950 2020-04-08 Tom de Vries <tdevries@suse.de>
4951
4952 PR testsuite/25760
4953 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
4954
4955 2020-04-07 Tom de Vries <tdevries@suse.de>
4956
4957 PR symtab/25796
4958 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
4959
4960 2020-04-07 Tom de Vries <tdevries@suse.de>
4961
4962 * gdb.base/check-psymtab.c: New test.
4963 * gdb.base/check-psymtab.exp: New file.
4964
4965 2020-04-06 Tom Tromey <tromey@adacore.com>
4966
4967 * gdb.ada/variant-record/proc.adb: New file.
4968 * gdb.ada/variant-record/value.adb: New file.
4969 * gdb.ada/variant-record/value.s: New file.
4970 * gdb.ada/variant-record.exp: New file.
4971
4972 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
4973
4974 PR gdb/25325
4975 * gdb.cp/typed-enum.cc: New test.
4976 * gdb.cp/typed-enum.exp: New file.
4977
4978 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4979
4980 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
4981 * gdb.dwarf2/dw2-inline-small-func.c: New file.
4982 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
4983 * gdb.dwarf2/dw2-inline-small-func.h: New file.
4984 * gdb.opt/inline-small-func.c: New file.
4985 * gdb.opt/inline-small-func.exp: New file.
4986 * gdb.opt/inline-small-func.h: New file.
4987
4988 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4989
4990 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
4991 function.
4992
4993 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4994
4995 * lib/dwarf.exp (function_range): Allow compiler options to be
4996 specified.
4997
4998 2020-04-02 Tom de Vries <tdevries@suse.de>
4999
5000 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
5001 __attribute__((always_inline)).
5002 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
5003
5004 2020-04-02 Tom de Vries <tdevries@suse.de>
5005
5006 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
5007 (gdbserver_gdb_exit): ... here. Add timeout warning.
5008 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
5009 (connect_target_extended_remote): Append new server_spawn_id to
5010 server_spawn_ids.
5011 (cleanup): New proc.
5012 (setup, <toplevel>): Call cleanup.
5013
5014 2020-04-02 Tom de Vries <tdevries@suse.de>
5015
5016 * gdb.base/main-psymtab.exp: New file.
5017
5018 2020-04-02 Tom de Vries <tdevries@suse.de>
5019
5020 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
5021
5022 2020-04-01 Tom Tromey <tom@tromey.com>
5023
5024 * gdb.base/complex-parts.exp: Add type tests.
5025
5026 2020-04-01 Tom Tromey <tom@tromey.com>
5027
5028 * gdb.base/complex-parts.exp: Add arithmetic tests.
5029
5030 2020-04-01 Tom Tromey <tom@tromey.com>
5031
5032 * gdb.compile/compile.exp: Update.
5033 * gdb.compile/compile-cplus.exp: Update.
5034 * gdb.base/varargs.exp: Update.
5035 * gdb.base/floatn.exp: Update.
5036 * gdb.base/endianity.exp: Update.
5037 * gdb.base/callfuncs.exp (do_function_calls): Update.
5038 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
5039 (complex_float_integral_args): Update.
5040 * gdb.base/complex.exp: Update.
5041 * gdb.base/complex-parts.exp: Update.
5042
5043 2020-04-01 Tom Tromey <tromey@adacore.com>
5044
5045 * gdb.rust/union.rs: New file.
5046 * gdb.rust/union.exp: New file.
5047 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
5048 (main): Update.
5049 * gdb.rust/simple.exp: Move union tests to union.exp.
5050
5051 2020-04-01 Tom Tromey <tromey@adacore.com>
5052
5053 * gdb.rust/simple.rs (main): Remove "y0".
5054
5055 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5056
5057 * gdb.multi/stop-all-on-exit.c: New test.
5058 * gdb.multi/stop-all-on-exit.exp: New file.
5059
5060 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
5061
5062 PR gdb/24789
5063 * gdb.cp/misc.cc: Add integer reference variable.
5064 * gdb.cp/misc.exp: Add test.
5065
5066 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5067
5068 * gdb.server/stop-reply-no-thread.exp: Enhance the test
5069 scenario to cover execution until the end and also the case
5070
5071 2020-03-31 Tom de Vries <tdevries@suse.de>
5072
5073 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
5074 c. Use "maint info symtabs" to check symtab expansion.
5075
5076 2020-03-30 Tom de Vries <tdevries@suse.de>
5077
5078 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
5079 unsupported.
5080 (verify_psymtab_expanded): Move ...
5081 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
5082 test.
5083 (readnow): New proc.
5084
5085 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5086
5087 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
5088 with $hex.
5089
5090 2020-03-20 Tom Tromey <tromey@adacore.com>
5091
5092 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
5093
5094 2020-03-20 Tom Tromey <tromey@adacore.com>
5095
5096 * gdb.ada/sub_variant/subv.adb: New file.
5097 * gdb.ada/sub_variant.exp: New file.
5098
5099 2020-03-20 Tom de Vries <tdevries@suse.de>
5100
5101 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
5102 first break fails.
5103 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
5104
5105 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5106
5107 * gdb.server/exit-multiple-threads.c: New file.
5108 * gdb.server/exit-multiple-threads.exp: New file.
5109
5110 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5111
5112 * gdb.fortran/mixed-lang-stack.c: New file.
5113 * gdb.fortran/mixed-lang-stack.cpp: New file.
5114 * gdb.fortran/mixed-lang-stack.exp: New file.
5115 * gdb.fortran/mixed-lang-stack.f90: New file.
5116
5117 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5118
5119 * gdb.linespec/cp-completion-aliases.cc: New file.
5120 * gdb.linespec/cp-completion-aliases.exp: New file.
5121
5122 2020-03-19 Tom de Vries <tdevries@suse.de>
5123
5124 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
5125 more precise.
5126
5127 2020-03-18 Tom de Vries <tdevries@suse.de>
5128
5129 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
5130 * gdb.dwarf2/break-inline-psymtab.c: New test.
5131 * gdb.dwarf2/break-inline-psymtab.exp: New file.
5132
5133 2020-03-16 Tom de Vries <tdevries@suse.de>
5134
5135 * lib/cache.exp (gdb_do_cache): Add and handle local variables
5136 cache_verify and cache_verify_proc.
5137
5138 2020-03-15 Tom de Vries <tdevries@suse.de>
5139
5140 * gdb.server/solib-list.exp: Handle
5141 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
5142
5143 2020-03-15 Tom de Vries <tdevries@suse.de>
5144
5145 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
5146 objfiles".
5147
5148 2020-03-14 Tom Tromey <tom@tromey.com>
5149
5150 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
5151
5152 2020-03-14 Tom de Vries <tdevries@suse.de>
5153
5154 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
5155
5156 2020-03-14 Tom de Vries <tdevries@suse.de>
5157
5158 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
5159 result in line-by-line fashion.
5160
5161 2020-03-14 Tom de Vries <tdevries@suse.de>
5162
5163 * lib/gdb.exp (supports_statement_frontiers): New proc.
5164 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
5165
5166 2020-03-14 Tom de Vries <tdevries@suse.de>
5167
5168 * gdb.base/printcmds.exp: Add missing quoting for "print
5169 teststring2".
5170
5171 2020-03-13 Tom Tromey <tom@tromey.com>
5172
5173 * gdb.base/printcmds.exp (test_print_strings): Add regression
5174 test.
5175 * gdb.base/printcmds.c (charptr): New typedef.
5176 (teststring2): New global.
5177
5178 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
5179
5180 * gdb.base/break-interp.exp: Use the tail of the filename, not the
5181 full path in the test name.
5182 (test_ld): Add some with_test_prefix blocks to make test names
5183 unique.
5184
5185 2020-03-13 Tom de Vries <tdevries@suse.de>
5186
5187 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
5188
5189 2020-03-13 Tom de Vries <tdevries@suse.de>
5190
5191 * gdb.mi/mi-sym-info.exp: Make matching more precise.
5192
5193 2020-03-13 Tom de Vries <tdevries@suse.de>
5194
5195 PR symtab/25646
5196 * gdb.dwarf2/imported-unit.exp: Add test.
5197
5198 2020-03-13 Tom de Vries <tdevries@suse.de>
5199
5200 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
5201 (var1, var2): New variable.
5202 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
5203 matching symbols.
5204
5205 2020-03-13 Tom de Vries <tdevries@suse.de>
5206
5207 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
5208 (Term::command): Use prompt prefix.
5209 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
5210 * gdb.tui/tui-layout-asm-short-prog.exp: Use
5211 command_no_prompt_prefix instead of prefix.
5212 * gdb.tui/tui-layout-asm.exp: Same.
5213
5214 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
5215
5216 * gdb.base/break-interp.exp: Use foreach_with_prefix.
5217
5218 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
5219
5220 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
5221 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
5222 on" while stepping over the test instruction, match printed
5223 message.
5224
5225 2020-03-12 Tom de Vries <tdevries@suse.de>
5226
5227 * gdb.base/info-types.exp: Use exp_continue during matching of output
5228 of "info types".
5229
5230 2020-03-12 Tom de Vries <tdevries@suse.de>
5231
5232 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
5233
5234 2020-03-12 Tom de Vries <tdevries@suse.de>
5235
5236 * gdb.fortran/module.exp: Use exp_continue during matching of output
5237 of "info variable -n".
5238
5239 2020-03-12 Tom de Vries <tdevries@suse.de>
5240
5241 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
5242 gdb.dwarf2/dw2-ranges-base.c.
5243
5244 2020-03-12 Tom de Vries <tdevries@suse.de>
5245
5246 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
5247 in presence of GLIBC debuginfo.
5248
5249 2020-03-12 Tom de Vries <tdevries@suse.de>
5250
5251 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
5252 $core.
5253
5254 2020-03-12 Tom de Vries <tdevries@suse.de>
5255
5256 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
5257 more precise.
5258
5259 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
5260
5261 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
5262 from Unix to Windows path.
5263
5264 2020-03-11 Tom de Vries <tdevries@suse.de>
5265
5266 * gdb.ada/minsyms.exp: Set language to ada.
5267
5268 2020-03-11 Tom de Vries <tdevries@suse.de>
5269
5270 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
5271
5272 2020-03-11 Tom de Vries <tdevries@suse.de>
5273
5274 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
5275
5276 2020-03-11 Tom Tromey <tromey@adacore.com>
5277
5278 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
5279
5280 2020-03-11 Tom de Vries <tdevries@suse.de>
5281
5282 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
5283
5284 2020-03-11 Tom de Vries <tdevries@suse.de>
5285
5286 * gdb.base/break-interp.exp: Limit verbose scope.
5287
5288 2020-03-11 Tom de Vries <tdevries@suse.de>
5289
5290 * gdb.fortran/logical.f90: Define variable with character type.
5291 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
5292
5293 2020-03-11 Tom de Vries <tdevries@suse.de>
5294
5295 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
5296
5297 2020-03-11 Tom de Vries <tdevries@suse.de>
5298
5299 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
5300 symtabs.
5301
5302 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
5303 Bernd Edlinger <bernd.edlinger@hotmail.de>
5304
5305 * gdb.cp/step-and-next-inline.cc: New file.
5306 * gdb.cp/step-and-next-inline.exp: New file.
5307 * gdb.cp/step-and-next-inline.h: New file.
5308 * gdb.dwarf2/dw2-is-stmt.c: New file.
5309 * gdb.dwarf2/dw2-is-stmt.exp: New file.
5310 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
5311 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
5312 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
5313
5314 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
5315
5316 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
5317 is-stmt flag in the line table.
5318
5319 2020-03-09 Tom de Vries <tdevries@suse.de>
5320
5321 * lib/gdb.exp (cached_file): Create cache dir.
5322
5323 2020-03-07 Tom de Vries <tdevries@suse.de>
5324
5325 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
5326 * gdb.cp/rvalue-ref-params.exp: Same.
5327
5328 2020-03-06 Tom de Vries <tdevries@suse.de>
5329
5330 * lib/gdb.exp (tentative_rename, cached_file): New proc.
5331 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
5332
5333 2020-03-06 Tom de Vries <tdevries@suse.de>
5334
5335 * README: Fix "the the".
5336 * gdb.base/dprintf.exp: Same.
5337
5338 2020-03-05 Tom de Vries <tdevries@suse.de>
5339
5340 * gdb.base/maint.exp: Update "main print statistics" expected output.
5341
5342 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
5343
5344 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
5345 (fortran_int8): Likewise.
5346 (fortran_real4): Likewise.
5347 (fortran_real8): Likewise.
5348 (fortran_complex4): Likewise.
5349 (fortran_logical4): Likewise.
5350 (fortran_character1): Likewise.
5351
5352 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
5353
5354 * gdb.fortran/logical.exp: Add tests that any non-zero value is
5355 printed as true.
5356
5357 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
5358
5359 * gdb.base/printcmds.exp: Add test to verify printf of a
5360 variable holding an address.
5361
5362 2020-03-03 Tom de Vries <tdevries@suse.de>
5363
5364 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
5365
5366 2020-03-03 Tom de Vries <tdevries@suse.de>
5367
5368 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
5369 gdb_test_multiple call.
5370
5371 2020-03-03 Tom de Vries <tdevries@suse.de>
5372
5373 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
5374 gdb_test_multiple calls.
5375
5376 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
5377
5378 * gdb.base/default.exp: Remove test of 'set history filename'.
5379 * gdb.base/gdbinit-history.exp: Add tests for setting the history
5380 filename to the empty string.
5381 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
5382 and GDBHISTSIZE.
5383
5384 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
5385
5386 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
5387 disabled.
5388
5389 2020-03-02 Pedro Alves <palves@redhat.com>
5390 Tom de Vries <tdevries@suse.de>
5391
5392 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
5393 -prompt prefix, before user_code argument. Add -lbl option likewise.
5394 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
5395 (gdb_is_target_1): Add -prompt prefix and move to before user_code
5396 argument.
5397 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
5398 have "\r\n" at start-of-line, instead of at end-of-line.
5399
5400 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
5401
5402 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
5403 libinproctrace.so.
5404
5405 2020-02-28 Luis Machado <luis.machado@linaro.org>
5406
5407 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
5408 to "p/x".
5409
5410 2020-02-28 Luis Machado <luis.machado@linaro.org>
5411
5412 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
5413 asm/ptrace.h and error.h.
5414
5415 2020-02-28 Tom de Vries <tdevries@suse.de>
5416
5417 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
5418 (struct wrapper, do_something, mundane/symada__cS): Move ...
5419 * gdb.base/c-linkage-name-2.c: ... here. New source file.
5420 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
5421 Update "print symada__cS before partial symtab expansion" regexp.
5422 Update breakpoint location. Flush symbol cache after expansion.
5423
5424 2020-02-28 Luis Machado <luis.machado@linaro.org>
5425
5426 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
5427
5428 2020-02-27 Tom de Vries <tdevries@suse.de>
5429
5430 * config/sid.exp: Remove unused globals.
5431 * gdb.base/attach.exp: Same.
5432 * gdb.base/catch-load.exp: Same.
5433 * gdb.base/dbx.exp: Same.
5434 * lib/gdb.exp: Same.
5435 * lib/mi-support.exp: Same.
5436 * lib/prompt.exp: Same.
5437
5438 2020-02-27 Tom de Vries <tdevries@suse.de>
5439
5440 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
5441 not set.
5442
5443 2020-02-26 Aaron Merey <amerey@redhat.com>
5444
5445 * gdb.debuginfod: New directory for debuginfod tests.
5446 * gdb.debuginfod/main.c: New test file.
5447 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
5448
5449 2020-02-26 Tom de Vries <tdevries@suse.de>
5450
5451 PR gdb/25603
5452 * gdb.base/persistent-lang.cc: New test.
5453 * gdb.base/persistent-lang.exp: New file.
5454
5455 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
5456
5457 * gdb.fortran/derived-type-striding.exp: Add a new test.
5458 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
5459 new test.
5460
5461 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
5462
5463 * gdb.base/cached-source-file.exp: Avoid source file paths in test
5464 names.
5465
5466 2020-02-25 Tom de Vries <tdevries@suse.de>
5467
5468 PR go/18926
5469 * gdb.go/methods.exp: Remove gcc/93866 xfail.
5470
5471 2020-02-24 Tom de Vries <tdevries@suse.de>
5472
5473 PR gdb/25592
5474 * gdb.base/info-locals-unused-static-var.c: New test.
5475 * gdb.base/info-locals-unused-static-var.exp: New file.
5476
5477 2020-02-22 Tom Tromey <tom@tromey.com>
5478
5479 * gdb.python/tui-window.exp: New file.
5480 * gdb.python/tui-window.py: New file.
5481
5482 2020-02-22 Tom Tromey <tom@tromey.com>
5483
5484 PR tui/17850:
5485 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
5486 tests.
5487
5488 2020-02-22 Tom Tromey <tom@tromey.com>
5489
5490 * gdb.tui/new-layout.exp: Add sub-layout tests.
5491
5492 2020-02-22 Tom Tromey <tom@tromey.com>
5493
5494 * gdb.tui/new-layout.exp: New file.
5495
5496 2020-02-22 Tom Tromey <tom@tromey.com>
5497
5498 * gdb.rust/rust-style.rs: New file.
5499 * gdb.rust/rust-style.exp: New file.
5500 * gdb.base/style.exp: Test structure printing.
5501 * gdb.base/style.c (struct some_struct): New type.
5502 (enum etype): New type.
5503 (struct_value): New global.
5504
5505 2020-02-21 Tom de Vries <tdevries@suse.de>
5506
5507 PR go/18926
5508 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
5509 Remove blanket xfails. Use message argument for gdb_breakpoint.
5510 Make continuing to breakpoint test conditional on setting breakpoint.
5511 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
5512 DW_AT_name attribute. Add xfail for GCC PR93866.
5513
5514 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
5515
5516 * gdb.dwarf2/cpp-linkage-name.c: New file.
5517 * gdb.dwarf2/cpp-linkage-name.exp: New file.
5518
5519 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
5520
5521 * lib/gdb.exp (gdb_wrapper_init): Reset
5522 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
5523 not exist.
5524
5525 2020-02-20 Tom de Vries <tdevries@suse.de>
5526
5527 PR go/17018
5528 * gdb.go/hello.exp: Copy ...
5529 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
5530 print of st to print value of global definition. Add xfail for GCC
5531 PR93844.
5532 * gdb.go/hello.exp: Remove printing of st before definition.
5533 * gdb.go/hello.go: Copy ...
5534 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
5535 to st.
5536 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
5537
5538 2020-02-20 Tom de Vries <tdevries@suse.de>
5539
5540 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
5541 (gdb_simple_compile): Handle compile_flags go by using .go extension
5542 for source file.
5543 * gdb.go/chan.exp: Use support_go_compile.
5544 * gdb.go/handcall.exp: Same.
5545 * gdb.go/hello.exp: Same.
5546 * gdb.go/integers.exp: Same.
5547 * gdb.go/max-depth.exp: Same.
5548 * gdb.go/methods.exp: Same.
5549 * gdb.go/package.exp: Same.
5550 * gdb.go/strings.exp: Same.
5551 * gdb.go/types.exp: Same.
5552 * gdb.go/unsafe.exp: Same.
5553
5554 2020-02-19 Tom de Vries <tdevries@suse.de>
5555
5556 * gdb.python/lib-types.exp: Make xfail more strict.
5557
5558 2020-02-19 Tom de Vries <tdevries@suse.de>
5559
5560 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
5561
5562 2020-02-19 Doug Evans <dje@google.com>
5563
5564 PR rust/25535
5565 * gdb.rust/simple.exp: Add test.
5566 * gdb.rust/simple.rs: Add test.
5567
5568 2020-02-19 Tom de Vries <tdevries@suse.de>
5569
5570 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
5571 output line-by-line.
5572
5573 2020-02-19 Tom de Vries <tdevries@suse.de>
5574
5575 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
5576
5577 2020-02-19 Tom de Vries <tdevries@suse.de>
5578
5579 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
5580 prelink.
5581
5582 2020-02-19 Tom de Vries <tdevries@suse.de>
5583
5584 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
5585 (gdb_do_cache): Use gdb_do_cache_wrap.
5586 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
5587
5588 2020-02-19 Tom de Vries <tdevries@suse.de>
5589
5590 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
5591 gdb_compile option.
5592
5593 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5594
5595 * gdb.base/printcmds.exp (test_print_enums): Update expected
5596 output.
5597
5598 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5599
5600 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
5601 for "unknown".
5602
5603 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5604
5605 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
5606 enumerator.
5607
5608 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5609
5610 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
5611 FE_, add FE_NONE.
5612 (three): Update.
5613 (enum flag_enum_without_zero): New enum.
5614 (flag_enum_without_zero): New variable.
5615 (enum not_flag_enum): New enum.
5616 (three_not_flag): New variable.
5617 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
5618 (test_print_enums): Add more tests for printing flag enums.
5619
5620 2020-02-18 Tom de Vries <tdevries@suse.de>
5621
5622 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
5623 (gdb_compile_ada): ... here.
5624 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
5625 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
5626
5627 2020-02-14 Tom Tromey <tom@tromey.com>
5628
5629 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
5630 build directory.
5631 * boards/gdbserver-base.exp: Update path to gdbserver.
5632
5633 2020-02-13 Tom de Vries <tdevries@suse.de>
5634
5635 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
5636
5637 2020-02-13 Tom de Vries <tdevries@suse.de>
5638
5639 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
5640 are missing.
5641
5642 2020-02-13 Tom de Vries <tdevries@suse.de>
5643
5644 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
5645 call.
5646
5647 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
5648
5649 PR tui/25126
5650 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
5651 * gdb.base/cached-source-file.c: New file.
5652 * gdb.base/cached-source-file.exp: New file.
5653
5654 2020-02-11 Tom de Vries <tdevries@suse.de>
5655
5656 PR testsuite/25488
5657 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
5658
5659 2020-02-10 Tom de Vries <tdevries@suse.de>
5660
5661 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
5662
5663 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
5664
5665 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
5666 and $after_addr are both integers before making a comparison.
5667
5668 2020-02-09 Tom de Vries <tdevries@suse.de>
5669
5670 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
5671 command output and paste it into gdb.log. If any, paste catch message
5672 to gdb.log.
5673
5674 2020-02-07 Tom Tromey <tromey@adacore.com>
5675
5676 PR breakpoints/24915:
5677 * gdb.base/annotate-symlink.exp: Use setup_xfail.
5678
5679 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
5680
5681 * gdb.tui/tui-missing-src.exp: Add the "missing source
5682 file" test for the TUI.
5683
5684 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
5685
5686 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
5687 including a port number in the output.
5688
5689 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
5690
5691 * lib/fortran.exp (fortran_int4): Handle clang.
5692 (fortran_int8): Likewise.
5693 (fortran_real4): Likewise.
5694 (fortran_real8): Likewise.
5695 (fortran_complex4): Likewise.
5696 (fortran_logical4): Likewise.
5697 (fortran_character1): Likewise.
5698
5699 2020-02-04 Tom de Vries <tdevries@suse.de>
5700
5701 * README (Race detection): Add note.
5702
5703 2020-02-04 Tom de Vries <tdevries@suse.de>
5704
5705 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
5706
5707 2020-02-04 Tom de Vries <tdevries@suse.de>
5708
5709 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
5710
5711 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
5712
5713 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
5714 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
5715 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
5716 blttar, bnetarl.
5717 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
5718 binary for blttar, bnetarl.
5719 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
5720 wait instruction. Delete ldmx test.
5721 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
5722
5723 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
5724
5725 * gdb.fortran/array-bounds-high.exp: New file.
5726 * gdb.fortran/array-bounds-high.f90: New file.
5727
5728 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
5729
5730 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
5731 Replace #include of <sys/fcntl.h> by <fcntl.h>.
5732
5733 2020-02-01 Tom de Vries <tdevries@suse.de>
5734
5735 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
5736
5737 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
5738
5739 PR tui/9765
5740 * gdb.tui/tui-layout-asm-short-prog.S: New file.
5741 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
5742
5743 2020-01-29 Luis Machado <luis.machado@linaro.org>
5744
5745 * gdb.arch/aarch64-brk-patterns.c: New source file.
5746 * gdb.arch/aarch64-brk-patterns.exp: New test.
5747
5748 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5749
5750 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
5751 GCC/Clang version.
5752 * gdb.cp/pass-by-ref.exp: Ditto.
5753
5754 2020-01-29 Tom de Vries <tdevries@suse.de>
5755
5756 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
5757 * gdb.threads/watchpoint-fork-mt.c: Same.
5758 * gdb.threads/watchpoint-fork-parent.c: Same.
5759 * gdb.threads/watchpoint-fork-st.c: Same.
5760 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
5761
5762 2020-01-27 Luis Machado <luis.machado@linaro.org>
5763
5764 * gdb.base/step-over-syscall.exp (setup): Check if we're already
5765 sitting at a syscall instruction when we hit the syscall function's
5766 breakpoint.
5767 Check PC against one obtained with the x command.
5768 Validate syscall number.
5769 (step_over_syscall): Don't continue to the syscall instruction if
5770 we're already there.
5771
5772 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5773
5774 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
5775
5776 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5777
5778 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
5779 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
5780
5781 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5782
5783 * gdb.dwarf2/dw2-inline-stepping.c: New file.
5784 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
5785
5786 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5787
5788 * gdb.base/maint.exp: Update line table parsing test.
5789 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
5790
5791 2020-01-24 Pedro Alves <palves@redhat.com>
5792
5793 PR gdb/25410
5794 * gdb.multi/multi-re-run-1.c: New.
5795 * gdb.multi/multi-re-run-2.c: New.
5796 * gdb.multi/multi-re-run.exp: New.
5797
5798 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5799
5800 PR gdb/23718
5801 * gdb.server/server-kill-python.exp: New file.
5802
5803 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5804
5805 * gdb.server/multi-ui-errors.c: New file.
5806 * gdb.server/multi-ui-errors.exp: New file.
5807
5808 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5809
5810 PR tui/9765
5811 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
5812
5813 2020-01-19 Tom Tromey <tom@tromey.com>
5814
5815 * gdb.tui/main.exp: Add check for plain "file".
5816
5817 2020-01-16 Christian Biesinger <cbiesinger@google.com>
5818
5819 * lib/gdb.exp: Fix spelling error (seperatelly).
5820
5821 2020-01-14 Tom Tromey <tom@tromey.com>
5822
5823 PR symtab/12535:
5824 * gdb.python/python.exp: Test decode_line with empty string
5825 argument.
5826
5827 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
5828
5829 * gdb.base/skip-inline.exp: Extend test.
5830
5831 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5832
5833 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
5834 * gdb.dwarf2/dw2-bad-elf.c: New file.
5835 * gdb.dwarf2/dw2-bad-elf.exp: New file.
5836
5837 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5838
5839 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
5840 _line_saw_file.
5841
5842 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5843
5844 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
5845 border.
5846
5847 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5848
5849 * gdb.multi/multi-target.exp (setup): Factor out "info
5850 connections" and "info inferiors" tests to ...
5851 (test_info_inferiors): ... this new procedure.
5852 (top level): Run new "info-inferiors" tests.
5853
5854 2020-01-10 Pedro Alves <palves@redhat.com>
5855
5856 * gdb.server/bkpt-other-inferior.exp: New file.
5857
5858 2020-01-10 Pedro Alves <palves@redhat.com>
5859
5860 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
5861 of "add-inferior".
5862 * gdb.base/quit-live.exp: Likewise.
5863 * gdb.base/remote-exec-file.exp: Likewise.
5864 * gdb.guile/scm-progspace.exp: Likewise.
5865 * gdb.linespec/linespec.exp: Likewise.
5866 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5867 * gdb.mi/user-selected-context-sync.exp: Likewise.
5868 * gdb.multi/multi-target.exp (setup): Add "info connection" and
5869 "info inferiors" tests.
5870 * gdb.multi/remove-inferiors.exp: Adjust expected output of
5871 "add-inferior".
5872 * gdb.multi/watchpoint-multi.exp: Likewise.
5873 * gdb.python/py-inferior.exp: Likewise.
5874 * gdb.server/extended-remote-restart.exp: Likewise.
5875 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
5876 "info inferiors".
5877 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
5878 * gdb.trace/report.exp: Likewise.
5879
5880 2020-01-10 Pedro Alves <palves@redhat.com>
5881
5882 * gdb.multi/multi-target.c: New file.
5883 * gdb.multi/multi-target.exp: New file.
5884 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
5885 mode requested, but remote does not support non-stop".
5886
5887 2020-01-10 Pedro Alves <palves@redhat.com>
5888
5889 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
5890 disconnect before reconnecting.
5891
5892 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5893 Pedro Alves <palves@redhat.com>
5894
5895 * gdb.server/connect-without-multi-process.exp: Also test
5896 continuing to end.
5897
5898 2020-01-10 Pedro Alves <palves@redhat.com>
5899
5900 * gdb.base/remote-exec-file.exp: New file.
5901
5902 2020-01-10 Pedro Alves <palves@redhat.com>
5903
5904 * gdb.base/fork-running-state.exp (do_test): Adjust expected
5905 output.
5906 * gdb.threads/async.c: New.
5907 * gdb.threads/async.exp: New.
5908 * gdb.multi/tids-gid-reset.c: New.
5909 * gdb.multi/tids-gid-reset.exp: New.
5910
5911 2020-01-10 George Barrett <bob@bob131.so>
5912
5913 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
5914 to help in finding the image relocation offset.
5915 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
5916 options in arguments.
5917 (stap_test_no_debuginfo): Likewise.
5918 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
5919 test variants.
5920 (stap_test): Add null semaphore relocation test.
5921
5922 2020-01-10 George Barrett <bob@bob131.so>
5923
5924 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
5925 * gdb.base/stap-probe.exp: Likewise.
5926 (stap_test): Pass argument as an additional flag.
5927 (stap_test_no_debuginfo): Likewise.
5928 (stap_test): Check `info probes stap' output for semaphore
5929 addresses if the test binary is supposed to have them.
5930
5931 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5932
5933 * gdb.tui/basic.exp: Add more scrolling tests.
5934
5935 2020-01-09 Tom Tromey <tom@tromey.com>
5936
5937 PR tui/18932:
5938 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
5939 meangingful value.
5940 (Term::command, Term::resize): Update.
5941 * gdb.tui/basic.exp: Add scrolling test.
5942
5943 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5944
5945 * gdb.tui/tui-layout-asm.exp: New file.
5946
5947 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5948
5949 * lib/tuiterm.exp (Term::check_box_contents): New proc.
5950
5951 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5952
5953 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
5954 (Term::enter_tui): Use Term::prepare_for_tui.
5955
5956 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5957
5958 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
5959 called.
5960
5961 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5962
5963 * gdb.base/skip.exp: Fix race condition in test.
5964
5965 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
5966
5967 * gdb.base/backtrace.c: New file.
5968 * gdb.base/backtrace.exp: New file.
5969
5970 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
5971
5972 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
5973
5974 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5975
5976 * gdb.base/style.exp: Test that warnings are styled.
5977
5978 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
5979
5980 * gdb.base/line65535.exp: New file.
5981 * gdb.base/line65535.c: New file.
5982
5983 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
5984
5985 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
5986 * lib/gnat_debug_info_test.adb: New file.
5987 * gdb.ada/ptype_tagged_param.exp: Use
5988 gnat_runtime_has_debug_info, expect a different output if
5989 runtime does not have debug info.
5990
5991 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
5992
5993 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
5994 (another) quote in test name.
5995
5996 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
5997
5998 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
5999 Add quote in test name.
6000
6001 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6002
6003 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
6004 directory instead.
6005 * gdb.cp/pass-by-ref.exp: Extend with more cases.
6006 * gdb.cp/pass-by-ref-2.cc: New file.
6007 * gdb.cp/pass-by-ref-2.exp: New file.
6008
6009 2019-12-20 Tom Tromey <tom@tromey.com>
6010
6011 * gdb.tui/list-before.exp: New file.
6012
6013 2019-12-20 Tom Tromey <tom@tromey.com>
6014
6015 * gdb.tui/list.exp: Check for source on initial listing.
6016
6017 2019-12-11 Tom Tromey <tromey@adacore.com>
6018
6019 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
6020 Add crlf test.
6021
6022 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
6023
6024 * gdb.base/default.exp: Update value of $_gdb_major.
6025
6026 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
6027
6028 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
6029
6030 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
6031
6032 * gdb.base/skip.exp: Whitespace fix.
6033
6034 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
6035
6036 * gdb.base/skip-inline.c: New file.
6037 * gdb.base/skip-inline.exp: New file.
6038
6039 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
6040
6041 * gdb.base/jit-reader.exp (jit_reader_test): Rename
6042 jit_function_00 to jit_function_stack_mangle.
6043 * gdb.base/jithost.c (jit_function_t): Rename to...
6044 (jit_function_stack_mangle_t): ... this.
6045 (jit_function_add_t): New typedef.
6046 (jit_function_00_code): Rename to...
6047 (jit_function_stack_mangle_code): ... this, make static.
6048 (jit_function_add_code): New.
6049 (main): Generate "add" function and call it. Adjust to changes
6050 in jithost_abi.
6051 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
6052 (struct jithost_abi) <begin, end>: Remove fields.
6053 <object, function_stack_mangle, function_add>: New fields.
6054 * gdb.base/jitreader.c (struct reader_state) <code_begin,
6055 code_end>: Remove fields.
6056 <func_stack_mangle>: New field.
6057 (read_debug_info): Adjust to renaming, create block for "add"
6058 function.
6059 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
6060
6061 2019-12-11 Tom Tromey <tom@tromey.com>
6062
6063 * gdb.tui/resize.exp: Fix regexp.
6064 * gdb.tui/regs.exp: Fix regexps.
6065 * gdb.tui/main.exp: Fix regexp.
6066
6067 2019-12-11 Tom Tromey <tom@tromey.com>
6068
6069 * gdb.tui/resize.exp: Update.
6070 * gdb.tui/empty.exp (layouts): Update.
6071
6072 2019-12-11 Tom Tromey <tom@tromey.com>
6073
6074 * gdb.tui/regs.exp: Update.
6075 * gdb.tui/empty.exp (layouts): Update.
6076 * gdb.tui/basic.exp: Update.
6077 * lib/tuiterm.exp (_check_box): Don't check bottom border.
6078
6079 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6080
6081 * gdb.base/options.exp: Add -raw-values in the print completion list.
6082 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
6083
6084 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6085
6086 * gdb.threads/omp-par-scope.c: New file.
6087 * gdb/threads/omp-par-scope.exp: New file.
6088
6089 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6090
6091 * lib/gdb.exp (support_nested_function_tests): New proc.
6092
6093 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6094
6095 * lib/gdb.exp (gdb_compile_openmp): New proc.
6096 (build_executable_from_specs): Add an "openmp" option.
6097 (gdb_compile_pthreads): Add non-executable case.
6098
6099 2019-12-10 Tom Tromey <tromey@adacore.com>
6100
6101 * gdb.ada/unchecked_union.exp: New file.
6102 * gdb.ada/unchecked_union/pck.adb: New file.
6103 * gdb.ada/unchecked_union/pck.ads: New file.
6104 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
6105 * gdb-utils.exp (string_to_regexp): Also quote "?".
6106
6107 2019-12-10 George Barrett <bob@bob131.so>
6108
6109 Test scripted probe breakpoints.
6110 * gdb.guile/scm-breakpoint.c (main): Add probe point.
6111 * gdb.python/py-breakpoint.c (main): Likewise.
6112 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
6113 specifier test.
6114 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
6115
6116 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6117
6118 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
6119 an rvalue parameter.
6120 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
6121 parameter.
6122
6123 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6124
6125 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
6126 modules.
6127
6128 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6129
6130 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
6131 broken version of GCC.
6132
6133 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6134
6135 * gdb.fortran/info-modules.exp: Rewrite to make use of new
6136 sym-info-cmds library.
6137 * gdb.fortran/info-types.exp: Likewise.
6138 * lib/sym-info-cmds.exp: New file.
6139
6140 2019-12-08 Tom de Vries <tdevries@suse.de>
6141
6142 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
6143
6144 2019-12-07 Keith Seitz <keiths@redhat.com>
6145
6146 * gdb.base/corefile-buildid-shlib-shr.c: New file.
6147 * gdb.base/corefile-buildid-shlib.c: New file.
6148 * gdb.base/corefile-buildid.c: New file.
6149 * gdb.base/corefile-buildid.exp: New file.
6150
6151 2019-12-06 Tom de Vries <tdevries@suse.de>
6152
6153 * gdb.dwarf2/varval.exp: Add decl before def test.
6154
6155 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6156
6157 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
6158
6159 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6160
6161 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
6162 CV and reference conversion for overload resolution.
6163 * gdb.cp/rvalue-ref-overload.exp: Test it.
6164
6165 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6166
6167 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
6168 * gdb.base/frameapply.exp: Test faas without command.
6169
6170 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6171
6172 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
6173 Fortran tests.
6174 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
6175 order.
6176
6177 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6178
6179 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
6180 casting to type with no kind specified.
6181 (test_basic_parsing_of_type_kinds): Additional tests for types
6182 with no kind specified, and add tests for single/double
6183 precision/complex types.
6184
6185 2019-12-04 Tom Tromey <tromey@adacore.com>
6186
6187 * gdb.base/endianity.c (struct other) <x>: New field.
6188 (main): Initialize it.
6189 * gdb.base/endianity.exp: Update.
6190
6191 2019-12-04 Tom Tromey <tromey@adacore.com>
6192
6193 * gdb.ada/scalar_storage/storage.adb: New file.
6194 * gdb.ada/scalar_storage/pck.adb: New file.
6195 * gdb.ada/scalar_storage/pck.ads: New file.
6196 * gdb.ada/scalar_storage.exp: New file.
6197
6198 2019-12-04 Tom Tromey <tromey@adacore.com>
6199
6200 * gdb.base/endianity.c (struct otherendian) <f>: New field.
6201 (main): Initialize it.
6202 * gdb.base/endianity.exp: Update.
6203
6204 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6205
6206 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
6207
6208 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6209
6210 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
6211 -symbol-info-module-functions and -symbol-info-module-variables.
6212
6213 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
6214
6215 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
6216
6217 2019-12-01 Richard Bunt <richard.bunt@arm.com>
6218 Andrew Burgess <andrew.burgess@embecosm.com>
6219
6220 * gdb.fortran/derived-type-striding.exp: New file.
6221 * gdb.fortran/derived-type-striding.f90: New file.
6222 * gdb.fortran/array-slices.exp: New file.
6223 * gdb.fortran/array-slices.f90: New file.
6224
6225 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6226
6227 * gdb.base/define.exp: Test . in command names.
6228 * gdb.base/setshow.exp: Update test, as . is now part of
6229 command name.
6230
6231 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6232
6233 * gdb.base/define-prefix.exp: New file.
6234
6235 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
6236
6237 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
6238 compile.
6239 (skip_btrace_pt_tests): Likewise.
6240
6241 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
6242
6243 * gdb.fortran/info-modules.exp: Compile source files in correct
6244 order.
6245
6246 2019-11-27 Kevin Buettner <kevinb@redhat.com>
6247
6248 * gdb.dwarf2/imported-unit.exp: New file.
6249 * gdb.dwarf2/imported-unit.c: New file.
6250
6251 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
6252
6253 * gdb.mi/mi-fortran-modules-2.f90: New file.
6254 * gdb.mi/mi-fortran-modules.exp: New file.
6255 * gdb.mi/mi-fortran-modules.f90: New file.
6256
6257 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
6258
6259 * gdb.mi/mi-sym-info-1.c: New file.
6260 * gdb.mi/mi-sym-info-2.c: New file.
6261 * gdb.mi/mi-sym-info.exp: New file.
6262
6263 2019-11-22 Tom Tromey <tromey@adacore.com>
6264
6265 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
6266 * gdb.ada/tasks/foo.adb: Add another stopping location.
6267
6268 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
6269
6270 * gdb.base/endianity.c: New test.
6271 * gdb.base/endianity.exp: New file.
6272
6273 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
6274
6275 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
6276
6277 2019-11-21 Tom de Vries <tdevries@suse.de>
6278
6279 PR gdb/24956
6280 * gdb.base/ui-redirect.exp: Test output of user-defined command.
6281
6282 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
6283
6284 * gdb.python/py-progspace.exp: Add missing parentheses on some
6285 'print' commands.
6286
6287 2019-11-19 Tom Tromey <tom@tromey.com>
6288
6289 * gdb.tui/winheight.exp: New file.
6290
6291 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
6292
6293 * gdb.base/ctf-whatis.c: Delete.
6294 * gdb.base/ctf-whatis.exp: Delete.
6295 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
6296
6297 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
6298
6299 * gdb.base/ctf-cvexpr.exp: Delete.
6300 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
6301
6302 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
6303
6304 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
6305 the compiler. Clean up header comment a little.
6306 * gdb.base/ctf-ptype.exp: Likewise.
6307 * gdb.base/ctf-whatis.exp: Likewise.
6308 * lib/gdb.exp (skip_ctf_tests): New proc.
6309
6310 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
6311
6312 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
6313 * gdb.tui/corefile-run.exp: New file.
6314
6315 2019-11-14 Tom Tromey <tromey@adacore.com>
6316
6317 * gdb.base/gdbvars.exp (test_convenience_variables): Add
6318 regression tests.
6319
6320 2019-11-12 Tom Tromey <tom@tromey.com>
6321
6322 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
6323 after any command. Expect prompt after WAIT_FOR is seen.
6324 (enter_tui): Enable resize messages.
6325 (command): Expect command in output.
6326 (get_line): Avoid error when cursor appears to be off-screen.
6327 (dump_screen): Include screen size in title.
6328 (_do_resize): New proc, from "resize".
6329 (resize): Rewrite. Do resize in two steps.
6330 * gdb.tui/empty.exp (layouts): Fix entries.
6331 (check_boxes): Remove xfail.
6332 (check_text): Dump screen on failure.
6333
6334 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
6335
6336 * gdb.python/py-symbol.exp: Add test for
6337 gdb.lookup_static_symbols.
6338
6339 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
6340
6341 * gdb.python/py-symbol.c: Declare and call function from new
6342 py-symbol-2.c file.
6343 * gdb.python/py-symbol.exp: Compile both source files, and add new
6344 tests for gdb.lookup_static_symbol.
6345 * gdb.python/py-symbol-2.c: New file.
6346
6347 2019-11-02 Tom de Vries <tdevries@suse.de>
6348
6349 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
6350 * gdb.base/anon.exp: Same.
6351 * gdb.base/auto-connect-native-target.exp: Same.
6352 * gdb.base/call-ar-st.exp: Same.
6353 * gdb.base/catch-syscall.exp: Same.
6354 * gdb.base/commands.exp: Same.
6355 * gdb.base/default.exp: Same.
6356 * gdb.base/display.exp: Same.
6357 * gdb.base/float.exp: Same.
6358 * gdb.base/foll-fork.exp: Same.
6359 * gdb.base/help.exp: Same.
6360 * gdb.base/info-macros.exp: Same.
6361 * gdb.base/info-proc.exp: Same.
6362 * gdb.base/info-target.exp: Same.
6363 * gdb.base/long_long.exp: Same.
6364 * gdb.base/macscp.exp: Same.
6365 * gdb.base/memattr.exp: Same.
6366 * gdb.base/nofield.exp: Same.
6367 * gdb.base/pointers.exp: Same.
6368 * gdb.base/printcmds.exp: Same.
6369 * gdb.base/ptype.exp: Same.
6370 * gdb.base/restore.exp: Same.
6371 * gdb.base/return.exp: Same.
6372 * gdb.base/scope.exp: Same.
6373 * gdb.base/set-noassign.exp: Same.
6374 * gdb.base/setshow.exp: Same.
6375 * gdb.base/shlib-call.exp: Same.
6376 * gdb.base/signals.exp: Same.
6377 * gdb.base/sigstep.exp: Same.
6378 * gdb.base/skip.exp: Same.
6379 * gdb.base/solib-symbol.exp: Same.
6380 * gdb.base/stap-probe.exp: Same.
6381 * gdb.base/step-line.exp: Same.
6382 * gdb.base/step-test.exp: Same.
6383 * gdb.base/style.exp: Same.
6384 * gdb.base/varargs.exp: Same.
6385 * gdb.base/vla-datatypes.exp: Same.
6386 * gdb.base/vla-ptr.exp: Same.
6387 * gdb.base/vla-sideeffect.exp: Same.
6388 * gdb.base/volatile.exp: Same.
6389 * gdb.base/watch-cond-infcall.exp: Same.
6390 * gdb.base/watchpoint.exp: Same.
6391
6392 2019-11-02 Tom de Vries <tdevries@suse.de>
6393
6394 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
6395 * gdb.cp/cpexprs.exp: Same.
6396 * gdb.cp/except-multi-location.exp: Same.
6397 * gdb.cp/exceptprint.exp: Same.
6398 * gdb.cp/gdb2384.exp: Same.
6399 * gdb.cp/inherit.exp: Same.
6400 * gdb.cp/m-static.exp: Same.
6401 * gdb.cp/meth-typedefs.exp: Same.
6402 * gdb.cp/misc.exp: Same.
6403 * gdb.cp/namespace.exp: Same.
6404 * gdb.cp/non-trivial-retval.exp: Same.
6405 * gdb.cp/overload.exp: Same.
6406 * gdb.cp/pr17132.exp: Same.
6407 * gdb.cp/re-set-overloaded.exp: Same.
6408 * gdb.cp/rvalue-ref-types.exp: Same.
6409 * gdb.cp/templates.exp: Same.
6410
6411 2019-11-01 Luis Machado <luis.machado@linaro.org>
6412
6413 PR gdb/25124
6414
6415 * gdb.arch/pr25124.S: New file.
6416 * gdb.arch/pr25124.exp: New file.
6417
6418 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6419
6420 * gdb.fortran/info-modules.exp: Update expected results, and add
6421 additional tests for 'info module functinos', and 'info module
6422 variables'.
6423 * gdb.fortran/info-types.exp: Update expected results.
6424 * gdb.fortran/info-types.f90: Extend testcase with additional
6425 module variables and functions.
6426
6427 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6428
6429 * gdb.fortran/info-modules.exp: New file.
6430 * gdb.fortran/info-types.exp: Build with new file.
6431 * gdb.fortran/info-types.f90: Include and use new module.
6432 * gdb.fortran/info-types-2.f90: New file.
6433
6434 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6435
6436 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
6437 * gdb.base/settings.exp: Test all settings types using
6438 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
6439 that now verifies that the value of "maint show" is the same as
6440 returned by the settings functions. Test the type of the
6441 maintenance settings.
6442 * gdb.base/default.exp: Update show_conv_list.
6443
6444 2019-10-31 Tom de Vries <tdevries@suse.de>
6445
6446 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
6447 gdb_test.
6448 * gdb.arch/amd64-disp-step.exp: Same.
6449 * gdb.asm/asm-source.exp: Same.
6450 * gdb.btrace/buffer-size.exp: Same.
6451 * gdb.btrace/cpu.exp: Same.
6452 * gdb.btrace/enable.exp: Same.
6453 * gdb.dwarf2/count.exp: Same.
6454 * gdb.dwarf2/dw2-ranges-func.exp: Same.
6455 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
6456 * gdb.fortran/vla-datatypes.exp: Same.
6457 * gdb.fortran/vla-history.exp: Same.
6458 * gdb.fortran/vla-ptype.exp: Same.
6459 * gdb.fortran/vla-value.exp: Same.
6460 * gdb.fortran/whatis_type.exp: Same.
6461 * gdb.guile/guile.exp: Same.
6462 * gdb.multi/tids.exp: Same.
6463 * gdb.python/py-finish-breakpoint.exp: Same.
6464 * gdb.python/py-framefilter.exp: Same.
6465 * gdb.python/py-pp-registration.exp: Same.
6466 * gdb.python/py-xmethods.exp: Same.
6467 * gdb.python/python.exp: Same.
6468 * gdb.server/connect-with-no-symbol-file.exp: Same.
6469 * gdb.server/no-thread-db.exp: Same.
6470 * gdb.server/run-without-local-binary.exp: Same.
6471 * gdb.stabs/weird.exp: Same.
6472 * gdb.threads/attach-many-short-lived-threads.exp: Same.
6473 * gdb.threads/thread-find.exp: Same.
6474 * gdb.threads/tls-shared.exp: Same.
6475 * gdb.threads/tls.exp: Same.
6476 * gdb.threads/wp-replication.exp: Same.
6477 * gdb.trace/ax.exp: Same.
6478 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
6479
6480 2019-10-31 Tom de Vries <tdevries@suse.de>
6481
6482 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
6483 * gdb.ada/array_subscript_addr.exp: Same.
6484 * gdb.ada/arrayidx.exp: Same.
6485 * gdb.ada/arrayparam.exp: Same.
6486 * gdb.ada/arrayptr.exp: Same.
6487 * gdb.ada/boolean_expr.exp: Same.
6488 * gdb.ada/call_pn.exp: Same.
6489 * gdb.ada/complete.exp: Same.
6490 * gdb.ada/fixed_cmp.exp: Same.
6491 * gdb.ada/fun_addr.exp: Same.
6492 * gdb.ada/funcall_param.exp: Same.
6493 * gdb.ada/interface.exp: Same.
6494 * gdb.ada/mod_from_name.exp: Same.
6495 * gdb.ada/null_array.exp: Same.
6496 * gdb.ada/packed_array.exp: Same.
6497 * gdb.ada/packed_tagged.exp: Same.
6498 * gdb.ada/print_chars.exp: Same.
6499 * gdb.ada/print_pc.exp: Same.
6500 * gdb.ada/ptype_arith_binop.exp: Same.
6501 * gdb.ada/ptype_field.exp: Same.
6502 * gdb.ada/ptype_tagged_param.exp: Same.
6503 * gdb.ada/rec_return.exp: Same.
6504 * gdb.ada/ref_tick_size.exp: Same.
6505 * gdb.ada/str_ref_cmp.exp: Same.
6506 * gdb.ada/taft_type.exp: Same.
6507 * gdb.ada/tagged.exp: Same.
6508 * gdb.ada/type_coercion.exp: Same.
6509 * gdb.ada/uninitialized_vars.exp: Same.
6510
6511 2019-10-30 Tom de Vries <tdevries@suse.de>
6512
6513 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
6514
6515 2019-10-26 Tom de Vries <tdevries@suse.de>
6516
6517 * gdb.base/bigcore.c: Fix typos in comments.
6518 * gdb.base/ctf-ptype.c: Same.
6519 * gdb.base/long_long.c: Same.
6520 * gdb.dwarf2/dw2-op-out-param.S: Same.
6521 * gdb.python/py-evthreads.c: Same.
6522 * gdb.reverse/i387-stack-reverse.c: Same.
6523 * gdb.trace/tfile.c: Same.
6524 * lib/compiler.c: Same.
6525 * lib/compiler.cc: Same.
6526
6527 2019-10-25 Tom de Vries <tdevries@suse.de>
6528
6529 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
6530 gdb_test_multiple calls.
6531 * gdb.reverse/sigall-reverse.exp: Same.
6532 * gdb.reverse/solib-precsave.exp: Same.
6533 * gdb.reverse/solib-reverse.exp: Same.
6534 * gdb.reverse/until-precsave.exp: Same.
6535 * gdb.reverse/until-reverse.exp: Same.
6536
6537 2019-10-24 Tom de Vries <tdevries@suse.de>
6538
6539 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
6540 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
6541 kfail using -wrap pattern flag and convenience variable
6542 gdb_test_name.
6543
6544 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
6545
6546 * gdb.python/py-progspace.exp: Add tests for the
6547 Progspace.block_for_pc method.
6548
6549 2019-10-23 Tom Tromey <tom@tromey.com>
6550
6551 * configure: Rebuild.
6552 * aclocal.m4: Use m4_include, not sinclude.
6553
6554 2019-10-21 Tom de Vries <tdevries@suse.de>
6555
6556 * gdb.base/infcall-nested-structs.c: Add
6557 __attribute__((noinline,noclone)) to all functions.
6558 (call_all): Add missing variable initialization. Simplify return value.
6559 (breakpt): Increment volatile variable, to prevent call from being
6560 optimized out.
6561 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
6562
6563 2019-10-17 Tom de Vries <tdevries@suse.de>
6564
6565 * gdb.fortran/module.exp: Allow info variables to print info for files
6566 other than module.f90.
6567
6568 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
6569
6570 * gdb.fortran/module.exp: Extend with 'info variables' test.
6571
6572 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
6573
6574 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
6575 F77_FOR_TARGET.
6576
6577 2019-10-16 Tom de Vries <tdevries@suse.de>
6578
6579 PR tdep/25096
6580 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
6581
6582 2019-10-16 Tom de Vries <tdevries@suse.de>
6583
6584 PR tdep/24104
6585 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
6586 Add KFAIL for PR tdep/25096.
6587
6588 2019-10-16 Tom de Vries <tdevries@suse.de>
6589
6590 PR testsuite/25059
6591 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
6592
6593 2019-10-16 Tom de Vries <tdevries@suse.de>
6594
6595 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
6596 as signed.
6597
6598 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
6599
6600 * gdb.mi/list-thread-groups-available.exp: Read entries one by
6601 one instead of increasing timeout.
6602
6603 2019-10-13 Tom de Vries <tdevries@suse.de>
6604
6605 PR record/25038
6606 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
6607 * gdb.reverse/sigall-reverse.exp: Same.
6608 * gdb.reverse/solib-precsave.exp: Same.
6609 * gdb.reverse/solib-reverse.exp: Same.
6610 * gdb.reverse/step-precsave.exp: Same.
6611 * gdb.reverse/until-precsave.exp: Same.
6612 * gdb.reverse/until-reverse.exp: Same.
6613 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
6614
6615 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
6616
6617 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
6618 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
6619 (cmp_struct_05_01, cmp_struct_static_02_01)
6620 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
6621 comparisons.
6622
6623 2019-10-10 Tom de Vries <tdevries@suse.de>
6624
6625 PR testsuite/24888
6626 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
6627 gnatlink.
6628
6629 2019-10-09 Tom de Vries <tdevries@suse.de>
6630
6631 PR testsuite/25048
6632 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
6633
6634 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
6635
6636 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
6637 exceptions due to missing debug information.
6638
6639 2019-10-07 Tom de Vries <tdevries@suse.de>
6640
6641 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
6642
6643 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
6644
6645 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
6646 * gdb.base/annota1.exp: Update to use gdb_test_name.
6647
6648 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
6649
6650 * gdb.base/ctf-whatis.exp: New file.
6651 * gdb.base/ctf-whatis.c: New file.
6652 * gdb.base/ctf-ptype.exp: New file.
6653 * gdb.base/ctf-ptype.c: New file.
6654 * gdb.base/ctf-constvars.exp: New file.
6655 * gdb.base/ctf-constvars.c: New file.
6656 * gdb.base/ctf-cvexpr.exp: New file.
6657
6658 2019-10-04 Tom de Vries <tdevries@suse.de>
6659
6660 * gdb.cp/local-static.c (main): Move declaration of int i out of the
6661 for loop.
6662
6663 2019-10-03 Tom Tromey <tom@tromey.com>
6664
6665 PR rust/24976:
6666 * gdb.rust/simple.rs (Union2): New type.
6667 (main): Use Union2.
6668 * gdb.rust/simple.exp: Add test.
6669
6670 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6671
6672 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
6673 nested function prefix.
6674
6675 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
6676 Richard Bunt <richard.bunt@arm.com>
6677 Andrew Burgess <andrew.burgess@embecosm.com>
6678
6679 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
6680 nested functions.
6681 * gdb.fortran/nested-funcs.f90: Update expected results.
6682 * gdb.fortran/nested-funcs-2.exp: New file.
6683 * gdb.fortran/nested-funcs-2.f90: New file.
6684
6685 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6686
6687 * gdb.python/py-parameter.exp: Make test names unique.
6688 * gdb.python/py-template.exp: Likewise.
6689 * gdb.python/py-value.exp: Likewise.
6690
6691 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6692
6693 * gdb.base/break-interp.exp: Reduce test name duplication.
6694 * gdb.base/call-sc.exp: Likewise.
6695 * gdb.base/callfuncs.exp: Likewise.
6696 * gdb.base/charset.exp: Likewise.
6697 * gdb.base/dump.exp: Likewise.
6698 * gdb.base/ena-dis-br.exp: Likewise.
6699 * gdb.base/relational.exp: Likewise.
6700 * gdb.base/step-over-syscall.exp: Likewise.
6701 * gdb.base/structs.exp: Likewise.
6702
6703 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6704
6705 * gdb.linespec/explicit.exp: Make test names unique.
6706 * gdb.linespec/ls-errs.exp: Likewise.
6707
6708 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6709
6710 * gdb.reverse/break-precsave.exp: Make test names unique.
6711 * gdb.reverse/break-reverse.exp: Likewise.
6712 * gdb.reverse/finish-precsave.exp: Likewise.
6713 * gdb.reverse/finish-reverse.exp: Likewise.
6714 * gdb.reverse/machinestate-precsave.exp: Likewise.
6715 * gdb.reverse/machinestate.exp: Likewise.
6716 * gdb.reverse/readv-reverse.exp: Likewise.
6717 * gdb.reverse/recvmsg-reverse.exp: Likewise.
6718 * gdb.reverse/sigall-precsave.exp: Likewise.
6719 * gdb.reverse/sigall-reverse.exp: Likewise.
6720 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
6721 * gdb.reverse/watch-precsave.exp: Likewise.
6722 * gdb.reverse/watch-reverse.exp: Likewise.
6723
6724 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6725
6726 * gdb.threads/stop-with-handle.c: New file.
6727 * gdb.threads/stop-with-handle.exp: New file.
6728
6729 2019-10-03 Tom de Vries <tdevries@suse.de>
6730
6731 PR testsuite/25059
6732 * gdb.base/list-missing-source.exp: Allowing the "Compilation
6733 directory" line to be missing.
6734
6735 2019-10-03 Tom de Vries <tdevries@suse.de>
6736
6737 PR testsuite/25059
6738 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
6739 type optional.
6740
6741 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
6742
6743 * gdb.python/py-format-string.c (string.h): New include.
6744 (main): Fill a_struct_with_union.the_union.an_int with bytes of
6745 the same value, for endianness-independence.
6746 * gdb.python/py-format-string.exp (default_regexp_dict)
6747 (test_pretty_structs, test_format): Adjust expected output to the
6748 changed initialization.
6749
6750 2019-10-02 Tom Tromey <tromey@adacore.com>
6751
6752 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
6753
6754 2019-10-02 Pedro Alves <palves@redhat.com>
6755 Andrew Burgess <andrew.burgess@embecosm.com>
6756
6757 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
6758 "print-file-var.h".
6759 (this_version_id) Use ATTRIBUTE_VISIBILITY.
6760 (get_version_1): Print this_version_id and its address.
6761 Add extern "C" wrappers around interface functions.
6762 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
6763 "print-file-var.h".
6764 (this_version_id) Use ATTRIBUTE_VISIBILITY.
6765 (get_version_2): Print this_version_id and its address.
6766 Add extern "C" wrappers around interface functions.
6767 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
6768 <stddef.h> and "print-file-var.h".
6769 Add extern "C" wrappers around interface functions.
6770 [VERSION_ID_MAIN] (this_version_id): Define.
6771 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
6772 * gdb.base/print-file-var.h: Add some #defines to simplify setting
6773 up extern "C" blocks.
6774 * gdb.base/print-file-var.exp (test): New, factored out from top
6775 level.
6776 (top level): Test all combinations of attribute hidden or not,
6777 dlopen or not, and this_version_id symbol in main file or not.
6778 Compile tests as both C++ and C, make test names unique.
6779
6780 2019-10-01 Tom Tromey <tom@tromey.com>
6781
6782 * gdb.base/style.exp: Test "show logging filename".
6783
6784 2019-10-01 Tom Tromey <tom@tromey.com>
6785
6786 * lib/gdb-utils.exp (style): Handle "metadata" argument.
6787 * gdb.base/style.exp: Add metadata style test.
6788
6789 2019-10-01 Tom Tromey <tom@tromey.com>
6790
6791 * gdb.base/style.exp: Test "pwd".
6792
6793 2019-10-01 Tom Tromey <tom@tromey.com>
6794
6795 * gdb.base/style.exp: Update tests.
6796
6797 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
6798
6799 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
6800 'six' to unsigned.
6801 (s1): Initialize fields 'four' and 'six' instead of 'three' and
6802 'five'. Use an all-ones bit pattern for each.
6803 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
6804 to its changed values.
6805
6806 2019-09-30 Tom Tromey <tromey@adacore.com>
6807
6808 * gdb.rust/traits.rs: Disable all warnings.
6809
6810 2019-09-29 Tom de Vries <tdevries@suse.de>
6811
6812 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
6813
6814 2019-09-29 Tom de Vries <tdevries@suse.de>
6815
6816 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
6817
6818 2019-09-27 Tom de Vries <tdevries@suse.de>
6819
6820 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
6821
6822 2019-09-27 Tom de Vries <tdevries@suse.de>
6823
6824 PR record/23188
6825 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
6826
6827 2019-09-26 Tom Tromey <tromey@adacore.com>
6828
6829 * gdb.ada/py_taft.exp: New file.
6830 * gdb.ada/py_taft/main.adb: New file.
6831 * gdb.ada/py_taft/pkg.adb: New file.
6832 * gdb.ada/py_taft/pkg.ads: New file.
6833
6834 2019-09-24 Tom de Vries <tdevries@suse.de>
6835
6836 PR gdb/24598
6837 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
6838
6839 2019-09-22 Tom de Vries <tdevries@suse.de>
6840
6841 * gdb.base/restore.exp: Allow register variables to be optimized out at
6842 -O0.
6843
6844 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
6845
6846 * gdb.arch/spu-info.exp: Remove file.
6847 * gdb.arch/spu-info.c: Remove file.
6848 * gdb.arch/spu-ls.exp: Remove file.
6849 * gdb.arch/spu-ls.c: Remove file.
6850
6851 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
6852 * gdb.asm/spu.inc: Remove file.
6853
6854 * gdb.base/dump.exp: Remove support for spu*-*-*.
6855 * gdb.base/stack-checking.exp: Likewise.
6856 * gdb.base/overlays.exp: Likewise.
6857 * gdb.base/ovlymgr.c: Likewise.
6858 * gdb.base/spu.ld: Remove file.
6859
6860 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
6861 * gdb.cp/cpexprs.exp: Likewise.
6862 * gdb.cp/exception.exp: Likewise.
6863 * gdb.cp/gdb2495.exp: Likewise.
6864 * gdb.cp/mb-templates.exp: Likewise.
6865 * gdb.cp/pr9167.exp: Likewise.
6866 * gdb.cp/userdef.exp: Likewise.
6867
6868 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
6869
6870 * gdb.cell: Remove directory.
6871 * lib/cell.exp: Remove file.
6872
6873 2019-09-19 Tom de Vries <tdevries@suse.de>
6874
6875 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
6876
6877 2019-09-19 Tom de Vries <tdevries@suse.de>
6878
6879 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
6880
6881 2019-09-19 Tom de Vries <tdevries@suse.de>
6882
6883 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
6884 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
6885 (gdb_target_cmd): ... here.
6886 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
6887 value 2.
6888
6889 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
6890
6891 * gdb.base/source-dir.exp: Avoid having directory names in test
6892 names.
6893
6894 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6895
6896 * gdb.base/source-dir.exp: Add extra test for mapped compilation
6897 directory.
6898
6899 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6900
6901 * gdb.base/list-missing-source.exp: New file.
6902
6903 2019-09-14 Tom de Vries <tdevries@suse.de>
6904
6905 PR teststuite/24599
6906 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
6907 * lib/ada.exp (gnatmake_version_at_least): New proc.
6908
6909 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6910
6911 * gdb.base/maint.exp: Use exec_has_index_section.
6912
6913 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6914
6915 * gdb.base/maint.exp: Add test for 'maint info sections'.
6916
6917 2019-09-12 Tom de Vries <tdevries@suse.de>
6918
6919 * gdb.base/store.exp: Allow register variables to be optimized out at
6920 -O0.
6921
6922 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6923
6924 * gdb.ada/rdv_wait.exp: Update to new task names.
6925 * gdb.base/task_switch_in_core.exp: Likewise.
6926 * gdb.base/info_sources_base.c: Likewise.
6927
6928 2019-09-10 Tom Tromey <tromey@adacore.com>
6929
6930 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
6931
6932 2019-09-10 Tom Tromey <tromey@adacore.com>
6933
6934 * gdb.ada/dgopt.exp: New file.
6935 * gdb.ada/dgopt/x.adb: New file.
6936
6937 2019-09-08 Tom Tromey <tom@tromey.com>
6938
6939 * gdb.tui/resize.exp: Remove setup_xfail.
6940 * gdb.tui/regs.exp: Remove setup_xfail.
6941 * gdb.tui/basic.exp: Remove setup_xfail.
6942
6943 2019-09-06 David Blaikie <dblaikie@gmail.com>
6944
6945 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
6946 * gdb.cp/cplabel.exp: Ditto.
6947 * gdb.linespec/ls-errs.exp: Ditto.
6948
6949 2019-09-05 Tom de Vries <tdevries@suse.de>
6950
6951 * lib/gdb.exp (cmp_file_string): New proc.
6952 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
6953 runto_main. Verify save breakpoints output.
6954
6955 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6956
6957 * gdb.base/info-var.exp: Test info variables without running
6958 to main, to avoid expect's buffer overflow.
6959
6960 2019-09-03 Tom Tromey <tromey@adacore.com>
6961
6962 * gdb.ada/bias.exp: New file.
6963 * gdb.ada/bias/bias.adb: New file.
6964 * gdb.ada/print_chars.exp: Add regression test.
6965 * gdb.ada/print_chars/foo.adb (My_Character): New type.
6966 (MC): New variable.
6967
6968 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
6969
6970 * gdb.base/argv0-symlink.exp: Run only on native target
6971 and local host.
6972
6973 2019-08-29 Tom de Vries <tdevries@suse.de>
6974
6975 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
6976 diverse debug info.
6977 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
6978
6979 2019-08-28 Tom de Vries <tdevries@suse.de>
6980
6981 * gdb.base/info-var.exp: Allow info variables to print info for files
6982 other than info-var-f1.c and info-var-f2.c.
6983
6984 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
6985
6986 * gdb.fortran/info-types.exp: Add module.
6987 * gdb.fortran/info-types.f90: Update expected results.
6988
6989 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
6990
6991 * gdb.fortran/info-types.exp: New file.
6992 * gdb.fortran/info-types.f90: New file.
6993 * lib/fortran.exp (fortran_character1): New proc.
6994
6995 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
6996
6997 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
6998 functions'. Reindent as needed.
6999 * gdb.base/info-var-f1.c: New file.
7000 * gdb.base/info-var-f2.c: New file.
7001 * gdb.base/info-var.exp: New file.
7002 * gdb.base/info-var.h: New file.
7003
7004 2019-08-26 Tom de Vries <tdevries@suse.de>
7005
7006 PR c++/24852
7007 * gdb.cp/no-libstdcxx-probe.exp: New test.
7008
7009 2019-08-26 Tom de Vries <tdevries@suse.de>
7010
7011 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
7012 * tests need to be skipped.
7013 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
7014 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
7015 mi_skip_libstdcxx_probe_tests.
7016
7017 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
7018
7019 * gdb.python/py-xmethods.exp: Use raw strings when passing
7020 arguments to SimpleXMethodMatcher.
7021
7022 2019-08-22 Tom de Vries <tdevries@suse.de>
7023
7024 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
7025 more informative.
7026
7027 2019-08-21 Pedro Alves <palves@redhat.com>
7028
7029 * gdb.base/with.exp: Test "with" with no arguments.
7030
7031 2019-08-21 Tom de Vries <tdevries@suse.de>
7032
7033 * gdb.base/gdb-caching-proc.exp: Sort files.
7034
7035 2019-08-20 Tom de Vries <tdevries@suse.de>
7036
7037 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
7038 compilation.
7039
7040 2019-08-16 Tom de Vries <tdevries@suse.de>
7041
7042 * gdb.base/compare-sections.exp ("after run to main"): Allow
7043 mismatched read-only sections for PIE executables.
7044
7045 2019-08-16 Tom Tromey <tom@tromey.com>
7046
7047 * lib/tuiterm.exp (_csi_Z): New proc.
7048 * gdb.tui/basic.exp: Update window positions.
7049 * gdb.tui/empty.exp: Update window positions.
7050
7051 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7052
7053 * gdb.base/examine-backward.exp: Correct regexp for
7054 "examine 3 bytes backward from ${address_zero}".
7055
7056 2019-08-15 Tom Tromey <tom@tromey.com>
7057
7058 * gdb.tui/empty.exp: Enable resizing tests.
7059
7060 2019-08-15 Tom Tromey <tromey@adacore.com>
7061
7062 * gdb.ada/char_enum.exp: Add regression tests.
7063 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
7064 and '0'.
7065 (Char, Gchar): Update.
7066 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
7067
7068 2019-08-15 Christian Biesinger <cbiesinger@google.com>
7069
7070 * gdb.python/python.exp: Expect a leading underscore on
7071 GdbOutput{,Error}File.
7072
7073 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7074
7075 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
7076 Windows host.
7077
7078 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7079
7080 * gdb.base/batch-preserve-term-settings.exp
7081 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
7082
7083 2019-08-15 Christian Biesinger <cbiesinger@google.com>
7084
7085 * lib/gdb.exp: When running on a mingw target, replace
7086 /x/ with x:/.
7087
7088 2019-08-14 Alan Hayward <alan.hayward@arm.com>
7089
7090 * gdb.arch/aarch64-prologue.c: New test.
7091 * gdb.arch/aarch64-prologue.exp: New file.
7092
7093 2019-08-13 Tom de Vries <tdevries@suse.de>
7094
7095 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
7096 Thread.
7097
7098 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
7099
7100 * gdb.python/py-completion.exp: Download the .py file to the host
7101 and use its host pathname. Conditionalize tests that use
7102 tab completion and manipulate files on the build machine.
7103 * gdb.python/py-events.exp: Download the .py file to the host
7104 and use its host pathname.
7105 * gdb.python/py-evsignal.exp: Likewise.
7106 * gdb.python/py-evthreads.exp: Likewise.
7107 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
7108 pathname syntax.
7109 * gdb.python/py-framefilter.exp: Download the .py file to the right
7110 place on the host. Match Windows pathname syntax.
7111 * gdb.python/py-mi-var-info-path-expression.exp: Download the
7112 .py file to the host and use its host pathname.
7113 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
7114 * gdb.python/py-objfile.exp: Expect a host pathname, not a
7115 build pathname. Skip symlink test on Windows host. Add missing
7116 newline at end of file.
7117 * gdb.python/py-pp-maint.exp: Download the .py file to the host
7118 and use its host pathname.
7119 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
7120 * gdb.python/py-section-script.exp: Use host location of binfile
7121 on safe-path. Use correct path separator on Windows host.
7122 Reorder alternatives in gdb_test_multiple to prevent matching
7123 the wrong alternative on success.
7124 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
7125
7126 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
7127
7128 * gdb.gdb/selftest.exp (test_with_self): Update test to now
7129 expect the GDB inferior to no longer immediately stop after
7130 being resumed with "signal SIGINT".
7131
7132 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
7133
7134 * gdb.linespec/break-ask.exp: Generalize regexps to match
7135 Windows pathnames too.
7136
7137 2019-08-08 Tom de Vries <tdevries@suse.de>
7138
7139 PR testsuite/24862
7140 * lib/tuiterm.exp (_accept): Fix CSI regexp.
7141
7142 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7143
7144 * gdb.base/style.exp: Update tests for help doc new invariants.
7145 * gdb.base/help.exp: Likewise.
7146
7147 2019-08-06 Tom Tromey <tom@tromey.com>
7148
7149 * gdb.base/style.exp: Add disassemble test.
7150 * gdb.base/style.c (some_called_function): New function.
7151 (main): Use it.
7152
7153 2019-08-05 Christian Biesinger <cbiesinger@google.com>
7154
7155 * gdb.python/py-block.exp: Test dictionary access on blocks.
7156
7157 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
7158
7159 PR gdb/24863
7160 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
7161 -list-thread-groups --available test when running under
7162 check-read1.
7163
7164 2019-08-05 Tom de Vries <tdevries@suse.de>
7165
7166 PR testsuite/24863
7167 * lib/gdb.exp (with_read1_timeout_factor): New proc.
7168 * gdb.base/help.exp: Use with_read1_timeout_factor.
7169 * gdb.base/info-macros.exp: Same.
7170 * gdb.cp/nested-types.exp: Same.
7171
7172 2019-08-05 Tom de Vries <tdevries@suse.de>
7173
7174 * lib/gdb.exp (version_at_least): Factor out of ...
7175 (tcl_version_at_least): ... here.
7176 (gdb_compile): Fail if pie results in non-PIE executable.
7177 (readelf_version, readelf_prints_pie): New proc.
7178 (exec_is_pie): Return -1 if unknown.
7179
7180 2019-08-05 Tom de Vries <tdevries@suse.de>
7181
7182 * lib/gdb.exp (tcl_version_at_least): Fix typo.
7183
7184 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
7185
7186 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
7187
7188 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
7189
7190 * lib/completion-support.exp (test_gdb_complete_none): Skip
7191 tab completion tests if no readline support.
7192 (test_gdb_complete_unique_re): Likewise.
7193 (test_gdb_complete_multiple): Likewise.
7194
7195 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7196
7197 * gdb.base/info_sources.exp: New file.
7198 * gdb.base/info_sources.c: New file.
7199 * gdb.base/info_sources_base.c: New file.
7200
7201 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
7202
7203 * gdb.base/batch-exit-status.exp: Call test_exit_status with
7204 prefix argument.
7205 (test_exit_status): Add prefix argument.
7206
7207 2019-08-01 Tom de Vries <tdevries@suse.de>
7208
7209 PR testsuite/24863
7210 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
7211 calling exp_continue for new thread and thread exited messages.
7212
7213 2019-08-01 Tom de Vries <tdevries@suse.de>
7214
7215 PR testsuite/24863
7216 * gdb.base/structs.exp: Fix check-read1 timeout using
7217 gdb_test_sequence.
7218 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
7219
7220 2019-08-01 Tom de Vries <tdevries@suse.de>
7221
7222 PR testsuite/24863
7223 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
7224 line.
7225
7226 2019-08-01 Tom de Vries <tdevries@suse.de>
7227
7228 PR testsuite/24863
7229 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
7230
7231 2019-07-30 Tom Tromey <tromey@adacore.com>
7232
7233 * gdb.ada/display_nested.exp: New file.
7234 * gdb.ada/display_nested/foo.adb: New file.
7235 * gdb.ada/display_nested/pack.adb: New file.
7236 * gdb.ada/display_nested/pack.ads: New file.
7237
7238 2019-07-30 Christian Biesinger <cbiesinger@google.com>
7239
7240 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
7241 namespace.
7242 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
7243
7244 2019-07-30 Tom de Vries <tdevries@suse.de>
7245
7246 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
7247 instead.
7248
7249 2019-07-30 Tom de Vries <tdevries@suse.de>
7250
7251 PR testsuite/24834
7252 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
7253 (exec_is_pie): New proc.
7254
7255 2019-07-29 Christian Biesinger <cbiesinger@google.com>
7256
7257 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
7258
7259 2019-07-29 Christian Biesinger <cbiesinger@google.com>
7260
7261 * gdb.python/py-objfile.c: Add global and static vars.
7262 * gdb.python/py-objfile.exp: Test new functions Objfile.
7263 lookup_global_symbol and lookup_static_symbol.
7264
7265 2019-07-29 Tom Tromey <tom@tromey.com>
7266
7267 * lib/tuiterm.exp (Term::_csi_@): New proc.
7268 (Term::_csi_X): Don't move cursor.
7269
7270 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7271
7272 * gdb.base/options.exp: Update backtrace - completion to
7273 new option -frame-info.
7274 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
7275 Test new 'set print frame-info'. Test backtrace -frame-info
7276 overriding 'set print frame-info'.
7277 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
7278 Test new 'set print frame-info'.
7279 Verify consistency of backtrace with and without filters, with and
7280 without -no-filters.
7281 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
7282 default.
7283
7284 2019-07-29 Tom de Vries <tdevries@suse.de>
7285
7286 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
7287 no arguments".
7288
7289 2019-07-29 Tom de Vries <tdevries@suse.de>
7290
7291 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
7292 is a substring of the first for "complete non-unique file name".
7293
7294 2019-07-29 Tom de Vries <tdevries@suse.de>
7295
7296 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
7297 with ".*".
7298
7299 2019-07-29 Tom de Vries <tdevries@suse.de>
7300
7301 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
7302 Pass prompt_regexp parameter to gdb_test_multiple calls.
7303
7304 2019-07-29 Tom de Vries <tdevries@suse.de>
7305
7306 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
7307 print registers" regexps.
7308
7309 2019-07-29 Tom de Vries <tdevries@suse.de>
7310
7311 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
7312
7313 2019-07-29 Tom de Vries <tdevries@suse.de>
7314
7315 PR gdb/24855
7316 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
7317 (skip_python_tests_prompt): Add prompt_regexp argument to
7318 gdb_test_multiple calls.
7319
7320 2019-07-27 Tom Tromey <tom@tromey.com>
7321
7322 * gdb.tui/main.exp: New file.
7323
7324 2019-07-27 Tom Tromey <tom@tromey.com>
7325
7326 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
7327 optional.
7328 * gdb.tui/empty.exp: New file.
7329
7330 2019-07-27 Tom Tromey <tom@tromey.com>
7331
7332 * lib/tuiterm.exp (spawn): New proc.
7333 (Term::resize): New proc.
7334 * gdb.tui/resize.exp: New file.
7335
7336 2019-07-27 Tom Tromey <tom@tromey.com>
7337
7338 * gdb.tui/list.exp: New file.
7339
7340 2019-07-27 Tom Tromey <tom@tromey.com>
7341
7342 * gdb.tui/regs.exp: New file.
7343
7344 2019-07-27 Tom Tromey <tom@tromey.com>
7345
7346 * gdb.tui/basic.exp: Add "layout split" test.
7347
7348 2019-07-27 Tom Tromey <tom@tromey.com>
7349
7350 * gdb.tui/basic.exp: Add "layout asm" test.
7351
7352 2019-07-27 Tom Tromey <tom@tromey.com>
7353
7354 * lib/tuiterm.exp: New file.
7355 * gdb.tui/basic.exp: New file.
7356
7357 2019-07-27 Kevin Buettner <kevinb@redhat.com>
7358
7359 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
7360 Enable tests associated with this flag. Adjust regex
7361 referencing "foo_low" to now refer to "foo_cold" instead.
7362
7363 2019-07-27 Kevin Buettner <kevinb@redhat.com>
7364
7365 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
7366 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
7367 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
7368 foo_cold. Revise comments to match.
7369 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
7370 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
7371 were wrapped into this proc; Call do_test in loop from outermost
7372 level.
7373 (foo_low): Rename all occurrences to "foo_cold".
7374 (backtrace from baz): New test.
7375 (x2/i foo_cold): New test.
7376 (info line *foo_cold): New test.
7377
7378 2019-07-26 Tom de Vries <tdevries@suse.de>
7379
7380 * gdb.arch/i386-pkru.exp: Fix unterminated string.
7381
7382 2019-07-25 Tom de Vries <tdevries@suse.de>
7383
7384 PR testsuite/24830
7385 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
7386 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
7387 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
7388 (skip_libstdcxx_probe_tests): ... here.
7389 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
7390
7391 2019-07-24 Tom de Vries <tdevries@suse.de>
7392
7393 PR testsuite/24807
7394 * gdb.objc/basicclass.m: Include stdio.h.
7395 * gdb.objc/nondebug.m: Same.
7396 * gdb.objc/objcdecode.m: Same.
7397
7398 2019-07-24 Tom de Vries <tdevries@suse.de>
7399
7400 PR testsuite/24612
7401 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
7402 additional_flags.
7403
7404 2019-07-24 Tom de Vries <tdevries@suse.de>
7405
7406 PR testsuite/24831
7407 * gdb.multi/tids.exp: Update error messages for info threads.
7408
7409 2019-07-24 Tom de Vries <tdevries@suse.de>
7410
7411 * gdb.base/info-types.exp: Allow info types to print info for more than
7412 one file.
7413
7414 2019-07-23 Tom de Vries <tdevries@suse.de>
7415
7416 PR testsuite/24842
7417 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
7418 gdb_spawn_with_cmdline_opts.
7419
7420 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
7421
7422 * gdb.arch/arm-cmse-sgstubs.c: New test.
7423 * gdb.arch/arm-cmse-sgstubs.exp: New file.
7424
7425 2019-07-23 Tom de Vries <tdevries@suse.de>
7426
7427 PR testsuite/24711
7428 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
7429 issuing next command.
7430
7431 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
7432
7433 * gdb.ada/info_auto_lang.exp: Update expected results.
7434 * gdb.base/info-types.c: Add additional types to check.
7435 * gdb.base/info-types.exp: Update expected results.
7436
7437 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
7438
7439 * gdb.base/info-types.c: New file.
7440 * gdb.base/info-types.exp: New file.
7441
7442 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
7443
7444 * gdb.arch/riscv-bp-infcall.c: New file.
7445 * gdb.arch/riscv-bp-infcall.exp: New file.
7446
7447 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
7448
7449 PR breakpoints/24541
7450 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
7451
7452 2019-07-14 Tom de Vries <tdevries@suse.de>
7453
7454 PR testsuite/24760
7455 * gdb.objc/basicclass.exp: Fix unterminated string.
7456
7457 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
7458 Andrew Burgess <andrew.burgess@embecosm.com>
7459
7460 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
7461 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
7462 negative bounds.
7463 * gdb.fortran/vla-value.exp: Print elements of an array with
7464 negative bounds.
7465 * gdb.fortran/vla.f90: Setup an array with negative bounds for
7466 testing.
7467
7468 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
7469
7470 * gdb.base/options.exp (expect_string): Dequote strings in
7471 results.
7472 (test-string): Test strings with different quoting and reindent.
7473
7474 2019-07-10 Tom Tromey <tromey@adacore.com>
7475
7476 * gdb.ada/mi_ex_cond.exp: Update expected results.
7477 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
7478 * gdb.ada/mi_catch_ex.exp: Update expected results.
7479 * gdb.ada/mi_catch_assert.exp: Update expected results.
7480 * gdb.ada/catch_ex.exp (catch_exception_info)
7481 (catch_exception_entry, catch_assert_entry)
7482 (catch_unhandled_entry): Update.
7483 * gdb.ada/catch_assert_if.exp: Update expected results.
7484
7485 2019-07-10 Richard Bunt <richard.bunt@arm.com>
7486 Stephen Roberts <stephen.roberts@arm.com>
7487
7488 * gdb.base/define.exp: Restore original prompt.
7489
7490 2019-07-09 Pedro Alves <palves@redhat.com>
7491
7492 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
7493 breakpoints" output.
7494 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
7495 * gdb.python/py-breakpoint.exp: No longer expect that "catch
7496 throw" creates breakpoint.
7497 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
7498 'type="catchpoint"'.
7499
7500 2019-07-09 Pedro Alves <palves@redhat.com>
7501
7502 PR c++/15468
7503 * gdb.cp/except-multi-location-lib.cc: New.
7504 * gdb.cp/except-multi-location-main.cc: New.
7505 * gdb.cp/except-multi-location.exp: New.
7506
7507 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
7508
7509 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
7510 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
7511 argument and update callers.
7512
7513 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7514
7515 * gdb.arch/amd64-break-on-asm-line.S: New file.
7516 * gdb.arch/amd64-break-on-asm-line.exp: New file.
7517
7518 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7519
7520 * gdb.base/printcmds.exp: Test printing C string and
7521 C wide string convenience vars without transiting via the inferior.
7522 Also make test names unique.
7523
7524 2019-07-08 Alan Hayward <alan.hayward@arm.com>
7525
7526 PR breakpoints/25011
7527 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
7528
7529 2019-07-04 Pedro Alves <palves@redhat.com>
7530
7531 * lib/gdb.exp (foreach_with_prefix): Don't return early if
7532 body returned ok(0), break(3) or continue(4).
7533 * gdb.testsuite/foreach_with_prefix.exp: New file.
7534
7535 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7536
7537 * gdb.server/unittest.exp: Allow 0 unit tests to run.
7538
7539 2019-07-03 Pedro Alves <palves@redhat.com>
7540
7541 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
7542 "return -code".
7543
7544 2019-07-03 Pedro Alves <palves@redhat.com>
7545
7546 PR cli/24732
7547 * gdb.base/shell.exp: Load completion-support.exp.
7548 Adjust expected error output. Add completion tests.
7549
7550 2019-07-03 Pedro Alves <palves@redhat.com>
7551
7552 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
7553 string_to_regexp.
7554
7555 2019-07-03 Pedro Alves <palves@redhat.com>
7556
7557 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
7558 (expect_integer): Adjust to expect "-string".
7559 (expect_string): New.
7560 (all_options): Expect "-string".
7561 (test-flag, test-boolean): Adjust to expect "-string".
7562 (test-string): New proc.
7563 (top level): Call it.
7564
7565 2019-07-03 Pedro Alves <palves@redhat.com>
7566
7567 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
7568 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
7569 the expected output in the success.
7570
7571 2019-07-03 Pedro Alves <palves@redhat.com>
7572
7573 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7574 Split one gdb_test_multiple call in two to avoid a race.
7575
7576 2019-07-03 Pedro Alves <palves@redhat.com>
7577
7578 * gdb.base/with.c: New file.
7579 * gdb.base/with.exp: New file.
7580
7581 2019-07-03 Pedro Alves <palves@redhat.com>
7582
7583 * gdb.base/settings.exp: Replace all references to "maint
7584 test-settings set" with references to "maint set test-settings",
7585 and all references to "maint test-settings show" with references
7586 to "maint show test-settings".
7587
7588 2019-07-03 Pedro Alves <palves@redhat.com>
7589
7590 * gdb.base/settings.exp (test-string): Adjust expected out when
7591 testing "maint test-settings show filename"
7592
7593 2019-07-02 Pedro Alves <palves@redhat.com>
7594
7595 * gdb.base/options.exp (test-info-threads): New procedure.
7596 (top level): Call it.
7597
7598 2019-06-28 Tom Tromey <tromey@adacore.com>
7599
7600 * gdb.dwarf2/ada-linkage-name.c: New file.
7601 * gdb.dwarf2/ada-linkage-name.exp: New file.
7602
7603 2019-06-27 Tom Tromey <tromey@adacore.com>
7604
7605 PR c++/20020:
7606 * gdb.cp/constexpr-field.exp: Use setup_xfail.
7607
7608 2019-06-26 Tom de Vries <tdevries@suse.de>
7609
7610 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
7611
7612 2019-06-26 Tom de Vries <tdevries@suse.de>
7613
7614 * gdb.base/index-cache.exp: Add back missing debug option.
7615
7616 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7617
7618 * gdb.base/alias.exp: Test non matching/non existing prefixes.
7619
7620 2019-06-25 Tom de Vries <tdevries@suse.de>
7621
7622 PR testsuite/24727
7623 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
7624
7625 2019-06-24 Tom de Vries <tdevries@suse.de>
7626
7627 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
7628
7629 2019-06-24 Tom de Vries <tdevries@suse.de>
7630
7631 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
7632 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
7633 * gdb.trace/unavailable-dwarf-piece.exp: Same.
7634
7635 2019-06-24 Tom de Vries <tdevries@suse.de>
7636
7637 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
7638
7639 2019-06-21 Tom de Vries <tdevries@suse.de>
7640
7641 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
7642
7643 2019-06-21 Tom de Vries <tdevries@suse.de>
7644
7645 PR testsuite/24518
7646 PR ada/24713
7647 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
7648 index.
7649
7650 2019-06-19 Tom Tromey <tromey@adacore.com>
7651
7652 * gdb.ada/length_cond.exp: Add intro comment.
7653
7654 2019-06-19 Tom Tromey <tromey@adacore.com>
7655
7656 * gdb.ada/length_cond.exp: New file.
7657 * gdb.ada/length_cond/length_cond.adb: New file.
7658 * gdb.ada/length_cond/pck.adb: New file.
7659 * gdb.ada/length_cond/pck.ads: New file.
7660
7661 2019-06-18 Tom de Vries <tdevries@suse.de>
7662
7663 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
7664
7665 2019-06-18 Tom Tromey <tromey@adacore.com>
7666
7667 * gdb.base/list0.h: Add comment explaining control character.
7668
7669 2019-06-18 Tom de Vries <tdevries@suse.de>
7670
7671 * boards/fission.exp: Break up long debug_flags line.
7672
7673 2019-06-16 Tom de Vries <tdevries@suse.de>
7674
7675 PR gdb/24445
7676 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
7677 generated index.
7678
7679 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7680
7681 PR gdb/24686
7682 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
7683 improve detection of bug gdb/24541.
7684
7685 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
7686
7687 PR gdb/24669
7688 * gdb.base/index-cache.exp (uses_readnow,
7689 expecting_index_cache_use): Define global variable.
7690 (test_cache_enabled_miss, test_cache_enabled_hit): Use
7691 expecting_index_cache_use.
7692
7693 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
7694 Andrew Burgess <andrew.burgess@embecosm.com>
7695
7696 * gdb.fortran/pointers.f90: New file.
7697 * gdb.fortran/print_type.exp: New file.
7698 * gdb.fortran/vla-ptype.exp: Adapt expected results.
7699 * gdb.fortran/vla-type.exp: Likewise.
7700 * gdb.fortran/vla-value.exp: Likewise.
7701 * gdb.mi/mi-vla-fortran.exp: Likewise.
7702
7703 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7704
7705 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
7706 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
7707 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
7708 as a stop reason.
7709
7710 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7711
7712 * gdb.base/annota1.exp: Update expected results.
7713 * gdb.cp/annota2.exp: Likewise.
7714 * gdb.cp/annota3.exp: Likewise.
7715
7716 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7717
7718 * gdb.base/style-logging.exp: Remove path from test name.
7719
7720 2019-06-14 Tom Tromey <tromey@adacore.com>
7721
7722 PR gdb/24502:
7723 * gdb.base/style-logging.exp: New file.
7724
7725 2019-06-14 Tom Tromey <tromey@adacore.com>
7726
7727 * gdb.base/symfile-warn.exp: New file.
7728 * gdb.base/symfile-warn.c: New file.
7729
7730 2019-06-14 Tom Tromey <tromey@adacore.com>
7731
7732 * gdb.base/annotate-symlink.exp: New file.
7733
7734 2019-06-14 Tom Tromey <tromey@adacore.com>
7735
7736 * gdb.ada/set_wstr.exp: Add reassignment test.
7737
7738 2019-06-14 Tom Tromey <tromey@adacore.com>
7739
7740 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
7741 'unchecked_access and 'unrestricted_access as well.
7742
7743 2019-06-14 Tom Tromey <tromey@adacore.com>
7744
7745 PR ada/24539:
7746 * gdb.ada/vla.exp: Update tests.
7747 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
7748 pragma.
7749
7750 2019-06-13 Pedro Alves <palves@redhat.com>
7751
7752 * gdb.base/settings.exp (test-integer): Test junk after
7753 "unlimited".
7754
7755 2019-06-13 Pedro Alves <palves@redhat.com>
7756
7757 * gdb.base/options.exp (test-thread-apply): New.
7758 (top level): Call it.
7759
7760 2019-06-13 Pedro Alves <palves@redhat.com>
7761
7762 * gdb.base/options.exp (test-frame-apply): New.
7763 (top level): Test print commands with different "frame apply"
7764 prefixes.
7765
7766 2019-06-13 Pedro Alves <palves@redhat.com>
7767
7768 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
7769 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
7770 'max_completions' parameter and handle it.
7771 (test_gdb_completion_offers_commands): New.
7772
7773 2019-06-13 Pedro Alves <palves@redhat.com>
7774
7775 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
7776
7777 2019-06-13 Pedro Alves <palves@redhat.com>
7778
7779 * gdb.base/options.exp (test-backtrace): New.
7780 (top level): Call it.
7781
7782 2019-06-13 Pedro Alves <palves@redhat.com>
7783
7784 * gdb.guile/scm-frame-args.exp: Use "set print
7785 raw-frame-arguments" instead of "set print raw frame-arguments".
7786 * gdb.python/py-frame-args.exp: Likewise.
7787
7788 2019-06-13 Pedro Alves <palves@redhat.com>
7789
7790 * gdb.compile/compile.exp: Adjust expected output to option
7791 processing changes.
7792
7793 2019-06-13 Pedro Alves <palves@redhat.com>
7794
7795 * gdb.base/options.exp: Build executable.
7796 (test-print): New procedure.
7797 (top level): Call it, once for "print" and another for "compile
7798 print".
7799
7800 2019-06-13 Pedro Alves <palves@redhat.com>
7801
7802 * gdb.base/options.c: New file.
7803 * gdb.base/options.exp: New file.
7804
7805 2019-06-13 Pedro Alves <palves@redhat.com>
7806
7807 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
7808 that "o" is ambiguous.
7809
7810 2019-06-13 Pedro Alves <palves@redhat.com>
7811
7812 * gdb.base/settings.c: New file.
7813 * gdb.base/settings.exp: New file.
7814
7815 2019-06-13 Pedro Alves <palves@redhat.com>
7816
7817 * gdb.base/completion.exp: Fix comment typo.
7818
7819 2019-06-13 Pedro Alves <palves@redhat.com>
7820
7821 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
7822 foo --1" test.
7823
7824 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
7825
7826 * gdb.fortran/block-data.f: New.
7827 * gdb.fortran/block-data.exp: New.
7828
7829 2019-06-11 Tom de Vries <tdevries@suse.de>
7830
7831 PR testsuite/24521
7832 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
7833 message.
7834
7835 2019-06-11 Tom de Vries <tdevries@suse.de>
7836
7837 PR testsuite/24521
7838 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
7839
7840 2019-06-11 Tom de Vries <tdevries@suse.de>
7841
7842 * boards/readnow.exp: New file.
7843
7844 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
7845
7846 * gdb.fortran/vla-sizeof.exp: Update expected results.
7847
7848 2019-06-06 Amos Bird <amosbird@gmail.com>
7849
7850 * gdb.base/annota1.exp (thread_switch): Add test for
7851 thread-exited annotation.
7852
7853 2019-06-06 Tom Tromey <tromey@adacore.com>
7854
7855 * gdb.base/maint.exp: Expect command started/finished output.
7856
7857 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7858
7859 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
7860 comment.
7861 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
7862
7863 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7864
7865 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
7866 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
7867 * gdb.arch/riscv-unwind-long-insn.c: New file.
7868 * gdb.arch/riscv-unwind-long-insn.exp: New file.
7869
7870 2019-06-04 Christian Biesinger <cbiesinger@google.com>
7871
7872 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
7873
7874 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7875
7876 * lib/gdb.exp (help_list_trailer): New regexp variable
7877 factorizing the help trailer message.
7878 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
7879 arg to allow to better factorize various tests.
7880 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
7881 (test_prefix_command_help): Use help_list_trailer.
7882 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
7883 * gdb.guile/scm-cmd.exp: Likewise.
7884 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
7885 * gdb.base/help.exp: Use test_user_defined_class_help.
7886 * gdb.base/style.exp: Add tests for styling of help and apropos.
7887 * lib/gdb-utils.exp (style): Add title and highlight styles.
7888
7889 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7890
7891 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
7892 $_shell_exitsignal.
7893 * gdb.base/default.exp: Update for new convenience variables.
7894
7895 2019-05-29 Tom Tromey <tromey@adacore.com>
7896
7897 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
7898 to "break complete ada" test case's regexp.
7899
7900 2019-05-29 Tom Tromey <tromey@adacore.com>
7901
7902 PR c++/20020:
7903 * gdb.cp/constexpr-field.exp: New file.
7904 * gdb.cp/constexpr-field.cc: New file.
7905
7906 2019-05-29 Tom Tromey <tromey@adacore.com>
7907
7908 * gdb.base/finish.exp (finish_no_print): New proc.
7909 (finish_tests): Call it.
7910
7911 2019-05-24 Tom de Vries <tdevries@suse.de>
7912
7913 * gdb.dwarf2/gdb-add-index.exp: New file.
7914
7915 2019-05-22 Tom Tromey <tromey@adacore.com>
7916
7917 * gdb.base/info-shared.exp (check_info_shared): Use "style".
7918 * gdb.base/style.exp: Use "style".
7919 * lib/gdb-utils.exp (style): New proc.
7920
7921 2019-05-22 Tom de Vries <tdevries@suse.de>
7922
7923 * gdb.base/align.exp: Require c++11.
7924
7925 2019-05-22 Tom de Vries <tdevries@suse.de>
7926
7927 PR testsuite/24586
7928 * gdb.python/py-mi-var-info-path-expression.exp: Call
7929 mi_skip_python_tests to check if python is supported.
7930
7931 2019-05-22 Alan Hayward <alan.hayward@arm.com>
7932
7933 * gdb.arch/aarch64-pauth.c: New test.
7934 * gdb.arch/aarch64-pauth.exp: New file.
7935
7936 2019-05-22 Alan Hayward <alan.hayward@arm.com>
7937
7938 * README (Re-running Tests Outside The Testsuite): New section.
7939
7940 2019-05-21 Tom de Vries <tdevries@suse.de>
7941
7942 * gdb.arch/amd64-eval.exp: Require c++11.
7943 * gdb.base/max-depth.exp: Same.
7944 * gdb.compile/compile-cplus-array-decay.exp: Same.
7945 * gdb.cp/meth-typedefs.exp: Same.
7946 * gdb.cp/subtypes.exp: Same.
7947 * gdb.cp/temargs.exp: Same.
7948
7949 2019-05-21 Alan Hayward <alan.hayward@arm.com>
7950
7951 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
7952
7953 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
7954
7955 PR gdb/18644
7956 * gdb.fortran/complex.exp: Remove setup_kfail calls.
7957 * gdb.fortran/printing-types.exp: Add new test.
7958 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
7959 testing.
7960 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
7961 setup_kfail call.
7962
7963 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7964
7965 * README (Running the Testsuite): Change example.
7966 (Testsuite Parameters): Remove TRANSCRIPT.
7967 * lib/gdb.exp: Remove TRANSCRIPT check.
7968
7969 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7970
7971 * README (Testsuite Parameters): Add replay logging to
7972 GDBSERVER_DEBUG.
7973 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
7974 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
7975 as a comma separated list.
7976 (gdb_debug_init): Override procedure.
7977
7978 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7979
7980 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
7981 (gdb_write_cmd_file): New procedure.
7982 * lib/gdbserver-support.exp (gdbserver_start): Call
7983 gdbserver_write_cmd_file.
7984 (gdbserver_write_cmd_file): New procedure.
7985
7986 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7987
7988 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
7989 (delete_breakpoints): Likewise.
7990 (gdb_run_cmd): Likewise.
7991 (gdb_start_cmd): Likewise.
7992 (gdb_starti_cmd): Likewise.
7993 (gdb_internal_error_resync): Likewise.
7994 (gdb_test_multiple): Likewise.
7995 (gdb_reinitialize_dir): Likewise.
7996 (default_gdb_exit): Likewise.
7997 (gdb_file_cmd): Mark kill as optional.
7998 (default_gdb_start): Call gdb_stdin_log_init.
7999 (send_gdb): Call gdb_stdin_log_write.
8000 (rerun_to_main): Mark Y as an answer.
8001 (gdb_stdin_log_init): New function.
8002 (gdb_stdin_log_write): Likewise.
8003
8004 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8005
8006 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
8007 * gdb.base/debug-expr.exp: Likewise.
8008 * gdb.base/foll-fork.exp: Likewise.
8009 * gdb.base/foll-vfork.exp: Likewise.
8010 * gdb.base/fork-print-inferior-events.exp: Likewise.
8011 * gdb.base/gdb-sigterm.exp: Likewise.
8012 * gdb.base/gdbinit-history.exp: Likewise.
8013 * gdb.base/osabi.exp: Likewise.
8014 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
8015 * gdb.base/ui-redirect.exp: Likewise.
8016 * gdb.gdb/unittest.exp: Likewise.
8017 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
8018 * gdb.mi/mi-watch.exp: Likewise.
8019 * gdb.mi/new-ui-mi-sync.exp: Likewise.
8020 * gdb.mi/user-selected-context-sync.exp: Likewise.
8021 * gdb.python/python.exp: Disable debug test when debugging.
8022 * gdb.threads/check-libthread-db.exp: Disable when debugging.
8023 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8024 Likewise.
8025 * gdb.threads/stepi-random-signal.exp: Likewise.
8026
8027 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8028
8029 * Makefile.in: Pass through GDB_DEBUG.
8030 * README (Testsuite Parameters): Add GDB_DEBUG.
8031 (gdb,debug): Add board setting.
8032 * lib/gdb.exp (default_gdb_start): Start debugging.
8033 (gdb_debug_enabled): New procedure.
8034 (gdb_debug_init): Likewise.
8035
8036 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8037
8038 * Makefile.in: Pass through GDB_DEBUG.
8039 * README (Testsuite Parameters): Add GDB_DEBUG.
8040 (gdb,debug): Add board setting.
8041 * lib/gdb.exp (default_gdb_start): Start debugging.
8042 (gdb_debug_enabled): New procedure.
8043 (gdb_debug_init): Likewise.
8044
8045 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8046
8047 * gdb.base/ui-redirect.exp: Add debug redirect tests.
8048
8049 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8050
8051 * gdb.base/ui-redirect.exp: Test redirection.
8052
8053 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
8054
8055 * gdb.mi/mi-complete.exp: New file.
8056 * gdb.mi/mi-complete.cc: Likewise.
8057
8058 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
8059
8060 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
8061 indexed and sliced arrays, and pointers to arrays.
8062
8063 2019-05-14 Tom Tromey <tromey@adacore.com>
8064
8065 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
8066 styling test.
8067
8068 2019-05-14 Tom de Vries <tdevries@suse.de>
8069
8070 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
8071 selection entry encoding.
8072
8073 2019-05-10 Tom Tromey <tromey@adacore.com>
8074
8075 * gdb.ada/info_exc.exp: Add "complete" test.
8076
8077 2019-05-09 Tom de Vries <tdevries@suse.de>
8078
8079 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
8080 CU-relative.
8081
8082 2019-05-09 Tom de Vries <tdevries@suse.de>
8083
8084 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
8085 CU-relative.
8086
8087 2019-05-08 Joel Brobecker <brobecker@adacore.com>
8088
8089 * gdb.ada/frame_arg_lang.exp: New testcase.
8090 * gdb.ada/frame_arg_lang/bla.adb: New file.
8091 * gdb.ada/frame_arg_lang/pck.ads: New file.
8092 * gdb.ada/frame_arg_lang/pck.adb: New file.
8093 * gdb.ada/frame_arg_lang/foo.c: New file.
8094
8095 2019-05-08 Tom Tromey <tromey@adacore.com>
8096
8097 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
8098
8099 2019-05-08 Tom Tromey <tromey@adacore.com>
8100
8101 * gdb.base/ptype-offsets.exp: Update tests.
8102
8103 2019-05-08 Tom Tromey <tromey@adacore.com>
8104
8105 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
8106 cases.
8107 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
8108 "short".
8109
8110 2019-05-08 Tom Tromey <tromey@adacore.com>
8111
8112 * gdb.ada/vla.exp: New file.
8113 * gdb.ada/vla/vla.adb: New file.
8114
8115 2019-05-07 Tom de Vries <tdevries@suse.de>
8116
8117 * gdb.base/index-cache.exp (ls_host): Fix return statement.
8118
8119 2019-05-07 Tom de Vries <tdevries@suse.de>
8120
8121 PR testsuite/24522
8122 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
8123 section.
8124
8125 2019-05-07 Tom de Vries <tdevries@suse.de>
8126
8127 PR testsuite/24522
8128 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
8129 .debug_aranges section.
8130
8131 2019-05-07 Tom de Vries <tdevries@suse.de>
8132
8133 PR testsuite/24159
8134 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
8135
8136 2019-05-06 Tom de Vries <tdevries@suse.de>
8137
8138 * lib/gdb.exp (exec_has_index_section): New proc.
8139 * gdb.base/index-cache.exp: Handle case that binfile contains an index
8140 section.
8141
8142 2019-05-04 Tom de Vries <tdevries@suse.de>
8143
8144 * boards/cc-with-debug-names.exp: New file.
8145
8146 2019-05-03 Tom Tromey <tromey@adacore.com>
8147
8148 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
8149 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
8150 * gdb.ada/char_enum.exp: Add test.
8151
8152 2019-05-03 Tom de Vries <tdevries@suse.de>
8153
8154 * boards/cc-with-gdb-index.exp: New file.
8155
8156 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
8157
8158 * gdb.rust/simple.exp: Add new test case.
8159 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
8160 (main): Initialise an instance of the new struct.
8161
8162 2019-05-01 Tom Tromey <tromey@adacore.com>
8163
8164 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
8165 record.
8166 (NPR): New variable.
8167 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
8168 test.
8169
8170 2019-05-01 Tom Tromey <tromey@adacore.com>
8171
8172 * gdb.ada/packed_array_assign.exp: Add packed assignment
8173 regression test.
8174
8175 2019-05-01 Tom de Vries <tdevries@suse.de>
8176
8177 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
8178
8179 2019-05-01 Tom de Vries <tdevries@suse.de>
8180
8181 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
8182
8183 2019-04-30 Ali Tamur <tamur@google.com>
8184
8185 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
8186
8187 2019-04-30 Tom Tromey <tromey@adacore.com>
8188
8189 * lib/ada.exp (find_ada_tool): New proc.
8190 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
8191 * gdb.ada/catch_ex_std.exp: New file.
8192 * gdb.ada/catch_ex_std/foo.adb: New file.
8193 * gdb.ada/catch_ex_std/some_package.adb: New file.
8194 * gdb.ada/catch_ex_std/some_package.ads: New file.
8195
8196 2019-04-30 Tom Tromey <tromey@adacore.com>
8197
8198 PR c++/24470:
8199 * gdb.cp/temargs.cc: Add test code from PR.
8200
8201 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8202
8203 * gdb.fortran/vla-datatypes.exp: Update expected results.
8204 * gdb.fortran/vla-ptype.exp: Likewise.
8205 * gdb.fortran/vla-type.exp: Likewise.
8206 * gdb.fortran/vla-value.exp: Likewise.
8207
8208 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8209
8210 * gdb.fortran/ptr-indentation.exp: Update expected results.
8211 * gdb.fortran/ptype-on-functions.exp: Likewise.
8212 * gdb.fortran/vla-ptr-info.exp: Likewise.
8213 * gdb.fortran/vla-value.exp: Likewise.
8214
8215 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8216
8217 * gdb.fortran/ptype-on-functions.exp: New file.
8218 * gdb.fortran/ptype-on-functions.f90: New file.
8219
8220 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8221
8222 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
8223 case void string.
8224
8225 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8226
8227 * gdb.fortran/complex.exp: Expand.
8228 * gdb.fortran/complex.f: Renamed to...
8229 * gdb.fortran/complex.f90: ...this, and extended to add more
8230 complex values.
8231
8232 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8233
8234 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
8235 MODULO, CMPLX.
8236
8237 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8238 Richard Bunt <richard.bunt@arm.com>
8239
8240 * gdb.base/max-depth.c: New file.
8241 * gdb.base/max-depth.exp: New file.
8242 * gdb.python/py-nested-maps.c: New file.
8243 * gdb.python/py-nested-maps.exp: New file.
8244 * gdb.python/py-nested-maps.py: New file.
8245 * gdb.python/py-format-string.exp (test_max_depth): New proc.
8246 (test_all_common): Call test_max_depth.
8247 * gdb.fortran/max-depth.exp: New file.
8248 * gdb.fortran/max-depth.f90: New file.
8249 * gdb.go/max-depth.exp: New file.
8250 * gdb.go/max-depth.go: New file.
8251 * gdb.modula2/max-depth.exp: New file.
8252 * gdb.modula2/max-depth.c: New file.
8253 * lib/gdb.exp (get_print_expr_at_depths): New proc.
8254
8255 2019-04-29 Tom de Vries <tdevries@suse.de>
8256
8257 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
8258
8259 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8260
8261 * gdb.base/callexit.exp: Test may-call-functions off.
8262
8263 2019-04-25 Keith Seitz <keiths@redhat.com>
8264
8265 PR c++/24367
8266 * gdb.cp/meth-typedefs.cc (incomplete_struct)
8267 (another_incomplete_struct, test_incomplete): New definitions.
8268 (main): Use new definitions.
8269 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
8270 functions.
8271
8272 2019-04-25 Ali Tamur <tamur@google.com>
8273
8274 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
8275
8276 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
8277
8278 PR corefiles/11608
8279 PR corefiles/18187
8280 * gdb.base/coredump-filter-build-id.exp: New file.
8281
8282 2019-04-25 Alan Hayward <alan.hayward@arm.com>
8283
8284 * Makefile.in: Pass through GDBSERVER_DEBUG.
8285 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
8286 (gdbserver,debug): Add board setting.
8287 * gdb.trace/tspeed.exp: Skip when debugging.
8288 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
8289 * lib/gdbserver-support.exp: Likewise
8290
8291 2019-04-24 Tom Tromey <tromey@adacore.com>
8292
8293 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
8294 Rust.
8295
8296 2019-04-24 Tom Tromey <tromey@adacore.com>
8297
8298 * gdb.arch/amd64-eval.exp: Test bitfield return.
8299 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
8300 (class Foo) <return_bitfields>: New method.
8301 (main): Call it.
8302
8303 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8304
8305 * gdb.cp/many-args.cc: New file.
8306 * gdb.cp/many-args.exp: New file.
8307
8308 2019-04-23 Tom de Vries <tdevries@suse.de>
8309
8310 PR gdb/24433
8311 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
8312
8313 2019-04-23 Alan Hayward <alan.hayward@arm.com>
8314
8315 * gdb.trace/backtrace.exp: Use nopie flag.
8316 * gdb.trace/circ.exp: Likewise.
8317 * gdb.trace/collection.exp: Likewise.
8318 * gdb.trace/ftrace.exp: Likewise.
8319 * gdb.trace/mi-trace-unavailable.exp: Likewise.
8320 * gdb.trace/mi-traceframe-changed.exp: Likewise.
8321 * gdb.trace/qtro.exp: Likewise.
8322 * gdb.trace/read-memory.exp: Likewise.
8323 * gdb.trace/report.exp: Likewise.
8324 * gdb.trace/tfile.exp: Likewise.
8325 * gdb.trace/tfind.exp: Likewise.
8326 * gdb.trace/unavailable.exp: Likewise.
8327
8328 2019-04-22 Pedro Alves <palves@redhat.com>
8329
8330 * gdb.base/solib-probes-nosharedlibrary.c,
8331 gdb.base/solib-probes-nosharedlibrary.exp: New files.
8332
8333 2019-04-19 Tom Tromey <tromey@adacore.com>
8334
8335 * gdb.ada/ptype_union.c: New file.
8336 * gdb.ada/ptype_union.exp: New file.
8337
8338 2019-04-19 Tom Tromey <tromey@adacore.com>
8339
8340 PR symtab/24423:
8341 * gdb.base/list0.h (foo): Add a control-l character.
8342
8343 2019-04-18 Tom de Vries <tdevries@suse.de>
8344
8345 PR gdb/24433
8346 * boards/local-board.exp: Set sysroot to "".
8347
8348 2019-04-18 Tom de Vries <tdevries@suse.de>
8349 Pedro Alves <palves@redhat.com>
8350
8351 PR gdb/24454
8352 * gdb.threads/vfork-follow-child-exec.c: New file.
8353 * gdb.threads/vfork-follow-child-exec.exp: New file.
8354 * gdb.threads/vfork-follow-child-exit.c: New file.
8355 * gdb.threads/vfork-follow-child-exit.exp: New file.
8356
8357 2019-04-15 Leszek Swirski <leszeks@google.com>
8358
8359 * gdb.arch/amd64-eval.cc: New file.
8360 * gdb.arch/amd64-eval.exp: New file.
8361
8362 2019-04-11 Alan Hayward <alan.hayward@arm.com>
8363
8364 * gdb.server/sysroot.c: New test.
8365 * gdb.server/sysroot.exp: New file.
8366 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
8367 matching param.
8368
8369 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
8370
8371 * gdb.base/align.exp: Extend test to cover structures containing
8372 only static fields.
8373
8374 2019-04-11 Tom de Vries <tdevries@suse.de>
8375
8376 * boards/cc-with-dwz-m.exp: New file.
8377 * boards/cc-with-dwz.exp: New file.
8378 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
8379
8380 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
8381
8382 * gdb.base/start-cpp.exp: New file.
8383 * gdb.base/start-cpp.cc: New file.
8384
8385 2019-04-08 Kevin Buettner <kevinb@redhat.com>
8386
8387 * gdb.python/py-thrhandle.exp: Adjust tests to call
8388 thread_from_handle instead of thread_from_thread_handle.
8389
8390 2019-04-08 Kevin Buettner <kevinb@redhat.com>
8391
8392 * gdb.python/py-thrhandle.exp: Add tests for
8393 gdb.InferiorThread.handle.
8394
8395 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
8396
8397 * gdb.python/py-function.exp: Check calling helper function from
8398 all languages.
8399 * lib/gdb.exp (gdb_supported_languages): New proc.
8400
8401 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
8402
8403 * gdb.base/complex-parts.c: New file.
8404 * gdb.base/complex-parts.exp: New file.
8405
8406 2019-04-01 Tom Tromey <tromey@adacore.com>
8407
8408 PR symtab/23331:
8409 * gdb.dwarf2/dw2-ranges-main.c: New file.
8410 * gdb.dwarf2/dw2-ranges-psym.c: New file.
8411 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
8412
8413 2019-03-30 Simon Marchi <simark@simark.ca>
8414
8415 * gdb.base/default.exp: Add values for $_gdb_major and
8416 $_gdb_minor.
8417
8418 2019-03-29 Tom Tromey <tromey@adacore.com>
8419
8420 * gdb.base/help.exp: Tighten apropos regexp.
8421
8422 2019-03-29 Keith Seitz <keiths@redhat.com>
8423
8424 * gdb.fortran/array-bounds.exp: New file.
8425 * gdb.fortran/array-bounds.f90: New file.
8426
8427 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8428
8429 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
8430
8431 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8432
8433 * gdb.multi/hello.c (main): Increase alarm timer.
8434
8435 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
8436
8437 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
8438 factor when no hardware watchpoint support.
8439
8440 2019-03-28 Alan Hayward <alan.hayward@arm.com>
8441 Pedro Alves <palves@redhat.com>
8442
8443 * boards/local-board.exp: set sysroot to /.
8444
8445 2019-03-27 Alan Hayward <alan.hayward@arm.com>
8446
8447 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
8448 in child.
8449
8450 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
8451
8452 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
8453 field.
8454 (make_container): Initialise new field.
8455 * gdb.python/py-prettyprint.exp: Add new tests.
8456 * gdb.python/py-prettyprint.py (class ContainerPrinter)
8457 <display_hint>: New method.
8458
8459 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
8460
8461 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
8462 gdb_continue_to_breakpoint more throughout this test.
8463 (run_lang_tests) Supply unique test names, and use
8464 gdb_test_no_output.
8465
8466 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
8467
8468 * gdb.base/finish-pretty.exp: Update expected results.
8469 * gdb.base/pretty-print.c: New file.
8470 * gdb.base/pretty-print.exp: New file.
8471
8472 2019-03-25 Pedro Alves <palves@redhat.com>
8473
8474 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
8475 move comments outside list. Append '-i "" eof' section.
8476
8477 2019-03-22 Alan Hayward <alan.hayward@arm.com>
8478
8479 PR testsuite/25016
8480 * README: Add pie options.
8481 * gdb.base/break-interp.exp: Ensure pie is disabled.
8482 * gdb.base/dump.exp: Likewise.
8483 * lib/gdb.exp (gdb_compile): Add pie option.
8484
8485 2019-03-19 Tom Tromey <tromey@adacore.com>
8486
8487 * gdb.mi/mi2-cli-display.c: New file.
8488 * gdb.mi/mi2-cli-display.exp: New file.
8489
8490 2019-03-18 Joel Brobecker <brobecker@adacore.com>
8491 Tom Tromey <tromey@adacore.com>
8492
8493 * gdb.ada/ptype_array/pck.adb: New file.
8494 * gdb.ada/ptype_array/pck.ads: New file.
8495 * gdb.ada/ptype_array/foo.adb: New file.
8496 * gdb.ada/ptype_array.exp: New file.
8497
8498 2019-03-14 Tom Tromey <tromey@adacore.com>
8499
8500 * gdb.base/style.exp: Add "set style sources" test.
8501
8502 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
8503
8504 * mi-breakpoint-location-ena-dis.exp: Rename to ...
8505 * mi-breakpoint-multiple-locations.exp: ... this.
8506 (make_breakpoints_pattern): New proc.
8507 (do_test): Add mi_version parameter, test -break-insert,
8508 -break-info and =breakpoint-created.
8509
8510 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
8511
8512 * config/default.exp: Remove 'load_lib gdb.exp'.
8513 * config/monitor.exp: Likewise.
8514 * config/sid.exp: Likewise.
8515 * config/sim.exp: Likewise.
8516 * config/slite.exp: Likewise.
8517 * config/unix.exp: Likewise.
8518 * gdb.base/default.exp: Remove unhelpful comment.
8519
8520 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8521
8522 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
8523
8524 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8525
8526 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
8527
8528 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8529
8530 * gdb.fortran/type-kinds.exp: Update expected results.
8531
8532 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8533
8534 * gdb.fortran/type-kinds.exp: Test new integer type kind.
8535
8536 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8537
8538 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
8539 function.
8540 (test_basic_parsing_of_type_kinds): Expand types tested.
8541 (test_parsing_invalid_type_kinds): New function.
8542
8543 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8544
8545 * gdb.fortran/intrinsics.exp: New file.
8546 * gdb.fortran/intrinsics.f90: New file.
8547 * gdb.fortran/type-kinds.exp: New file.
8548
8549 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8550
8551 * gdb.fortran/dot-ops.exp: New file.
8552
8553 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8554
8555 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
8556 Check upper and lower case logical literals.
8557
8558 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8559
8560 * gdb.fortran/types.exp (test_float_literal_types_accepted):
8561 Remove duplicate tests.
8562
8563 2019-03-06 Alan Hayward <alan.hayward@arm.com>
8564
8565 * lib/gdb.exp (builtin_cd): rename of cd.
8566 (cd): Override builtin.
8567
8568 2019-03-06 Richard Bunt <richard.bunt@arm.com>
8569
8570 * gdb.fortran/function-calls.exp: New file.
8571 * gdb.fortran/function-calls.f90: New test.
8572
8573 2019-03-04 Richard Bunt <richard.bunt@arm.com>
8574
8575 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
8576 on user program standard output.
8577 * gdb.fortran/short-circuit-argument-list.f90: Record function
8578 calls.
8579
8580 2019-02-28 Alan Hayward <alan.hayward@arm.com>
8581
8582 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
8583 failure.
8584
8585 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8586
8587 PR gdb/8527
8588 * gdb.base/interrupt-daemon-attach.c,
8589 gdb.base/interrupt-daemon-attach.exp: New test.
8590
8591 2019-02-27 Pedro Alves <palves@redhat.com>
8592
8593 * gdb.base/page.exp: Add tests for "set width/height -1".
8594
8595 2019-02-27 Pedro Alves <palves@redhat.com>
8596
8597 * gdb.base/page.exp: Add tests for "set/show width/height" with
8598 "infinite" values.
8599
8600 2019-02-27 Tom Tromey <tromey@adacore.com>
8601
8602 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
8603 2.4.
8604 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
8605 workaround.
8606
8607 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
8608
8609 * gdb.base/align.exp: Extend to compile in both C and C++, and add
8610 tests for structs with static members.
8611
8612 2019-02-26 Tom Tromey <tromey@adacore.com>
8613
8614 * gdb.python/py-value.exp (test_value_from_buffer): Check for
8615 ValueError, not TypeError.
8616
8617 2019-02-26 Kevin Buettner <kevinb@redhat.com>
8618
8619 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
8620 call from main program.
8621
8622 2019-02-23 Joel Brobecker <brobecker@adacore.com>
8623
8624 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
8625 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
8626 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
8627 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
8628 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
8629
8630 2019-02-22 Keith Seitz <keiths@redhat.com>
8631
8632 PR symtab/23853
8633 * gdb.base/symlink-sourcefile.c: New file.
8634 * gdb.base/symlink-sourcefile.exp: New file.
8635
8636 2019-02-20 Tom Tromey <tom@tromey.com>
8637
8638 * gdb.base/info_qt.exp: Update.
8639
8640 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
8641
8642 * gdb.base/source.exp: Move "error in sourced script" code to
8643 the end.
8644 * gdb.base/source-error.gdb: Move contents to
8645 source-error-1.gdb. Add new code to source source-error-1.gdb.
8646 * gdb.base/source-error-1.gdb: New file, from previous
8647 source-error.gdb.
8648
8649 2019-02-17 Tom Tromey <tom@tromey.com>
8650
8651 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
8652 for macro styling.
8653 * gdb.base/style.c (SOME_MACRO): New macro.
8654
8655 2019-02-17 Tom Tromey <tom@tromey.com>
8656
8657 * gdb.base/style.exp: Add line-wrapping tests.
8658 * gdb.base/page.exp: Add test for quitting during pagination.
8659
8660 2019-02-17 Joel Brobecker <brobecker@adacore.com>
8661
8662 * gdb.ada/big_packed_array: New testcase.
8663 * gdb.ada/homonym.exp: Fix incorrect expected output for
8664 "break <homonym__get_value>" test.
8665
8666 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
8667
8668 PR breakpoints/21870
8669 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
8670 and prepare_for_testing. Add comment.
8671 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
8672 redundant cleanup call. Clean up comment.
8673
8674 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
8675
8676 PR breakpoints/21870
8677 * gdb.arch/aarch64-dbreg-contents.exp: New file.
8678 * gdb.arch/aarch64-dbreg-contents.c: New file.
8679
8680 2019-02-10 Joel Brobecker <brobecker@adacore.com>
8681
8682 * gdb.ada/mi_ref_changeable: New testcase.
8683
8684 2019-02-07 Alan Hayward <alan.hayward@arm.com>
8685
8686 * gdb.base/attach.exp: Add double attach test.
8687
8688 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
8689
8690 * lib/gdb.exp (default_gdb_start): Don't match pagination
8691 prompt.
8692 (gdb_init): Set stty_init.
8693
8694 2019-01-27 Tom Tromey <tom@tromey.com>
8695
8696 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
8697 skip_python_tests.
8698
8699 2019-01-24 Alan Hayward <alan.hayward@arm.com>
8700
8701 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
8702 New structure.
8703 (struct struct_static_02_02): Likewise.
8704 (struct struct_static_02_03): Likewise.
8705 (struct struct_static_02_04): Likewise.
8706 (struct struct_static_04_01): Likewise.
8707 (struct struct_static_04_02): Likewise.
8708 (struct struct_static_04_03): Likewise.
8709 (struct struct_static_04_04): Likewise.
8710 (struct struct_static_06_01): Likewise.
8711 (struct struct_static_06_02): Likewise.
8712 (struct struct_static_06_03): Likewise.
8713 (struct struct_static_06_04): Likewise.
8714 (cmp_struct_static_02_01): Likewise.
8715 (cmp_struct_static_02_02): Likewise.
8716 (cmp_struct_static_02_03): Likewise.
8717 (cmp_struct_static_02_04): Likewise.
8718 (cmp_struct_static_04_01): Likewise.
8719 (cmp_struct_static_04_02): Likewise.
8720 (cmp_struct_static_04_03): Likewise.
8721 (cmp_struct_static_04_04): Likewise.
8722 (cmp_struct_static_06_01): Likewise.
8723 (cmp_struct_static_06_02): Likewise.
8724 (cmp_struct_static_06_03): Likewise.
8725 (cmp_struct_static_06_04): Likewise.
8726 (call_all): Test new structs.
8727 * gdb.base/infcall-nested-structs.exp: Likewise.
8728
8729 2019-01-21 Alan Hayward <alan.hayward@arm.com>
8730 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
8731
8732 2019-01-21 Alan Hayward <alan.hayward@arm.com>
8733 * gdb.base/stack-protector.c: New test.
8734 * gdb.base/stack-protector.exp: New file.
8735 * gdb.cp/ovldbreak.exp: Only allow a single break line.
8736 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
8737 option.
8738 (gdb_compile): Remove stack protector for GCC and prevent
8739 recursion.
8740
8741 2019-01-16 Keith Seitz <keiths@redhat.com>
8742
8743 PR gdb/23773
8744 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
8745
8746 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8747
8748 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
8749 aliases.
8750 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
8751 tests.
8752 * gdb.arch/powerpc-vector-regs.c: New file.
8753 * gdb.arch/powerpc-vector-regs.exp: New file.
8754
8755 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8756
8757 * gdb.arch/altivec-regs.exp: Fix the list passed to
8758 gdb_expect_list when testing "info vector".
8759
8760 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8761
8762 * gdb.base/style.exp: Don't include path in testname.
8763
8764 2019-01-10 Keith Seitz <keiths@redhat.com>
8765
8766 PR gdb/23712
8767 PR symtab/23010
8768 * gdb.dwarf2/multidictionary.exp: New file.
8769
8770 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
8771
8772 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
8773 (test_gnuv3_style_demangling): ... this.
8774 (test_lucid_style_demangling): Remove.
8775 (test_arm_style_demangling): Remove.
8776 (test_hp_style_demangling): Remove.
8777 (do_tests): Remove calls to the above.
8778
8779 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
8780
8781 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
8782 case.
8783
8784 2019-01-06 Tom Tromey <tom@tromey.com>
8785
8786 PR gdb/28155:
8787 * gdb.dwarf2/typedef-void-finish.exp: New file.
8788
8789 2018-12-28 Tom Tromey <tom@tromey.com>
8790 Simon Marchi <simark@simark.ca>
8791
8792 * gdb.base/jit-exec.exp: New file.
8793 * gdb.base/jit-exec.c: New file.
8794 * gdb.base/jit-execd.c: New file.
8795
8796 2018-12-28 Tom Tromey <tom@tromey.com>
8797
8798 * gdb.base/style.exp: Update test to check for address styling.
8799
8800 2018-12-28 Tom Tromey <tom@tromey.com>
8801
8802 * gdb.base/style.exp: Add test for styling of "Reading symbols"
8803 message.
8804
8805 2018-12-28 Tom Tromey <tom@tromey.com>
8806
8807 * gdb.base/style.exp: Add test for version number styling.
8808
8809 2018-12-28 Tom Tromey <tom@tromey.com>
8810
8811 * gdb.base/style.exp: Add test for print_address_symbolic.
8812
8813 2018-12-28 Tom Tromey <tom@tromey.com>
8814
8815 * gdb.base/style.exp: Add test for breakpoint setting.
8816
8817 2018-12-28 Tom Tromey <tom@tromey.com>
8818
8819 * gdb.base/style.exp: Add test for variable names.
8820
8821 2018-12-28 Tom Tromey <tom@tromey.com>
8822
8823 * gdb.base/style.exp: New file.
8824 * gdb.base/style.c: New file.
8825
8826 2018-12-28 Tom Tromey <tom@tromey.com>
8827
8828 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
8829 "dumb".
8830 * gdb.base/readline.exp (operate_and_get_next): Save and restore
8831 the TERM environment variable.
8832
8833 2018-12-27 Tom Tromey <tom@tromey.com>
8834
8835 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
8836 pagination test.
8837
8838 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
8839
8840 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
8841 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
8842
8843 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8844
8845 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
8846 Filename a.adb changed to bp_fun_addr.adb.
8847 gdb.ada/bp_fun_addr.exp: Update test accordingly.
8848
8849 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
8850
8851 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
8852 non-PIE executables.
8853 * README: Mention the gdb,nopie_flag board setting.
8854 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
8855 non-PIE executable.
8856 * gdb.arch/amd64-entry-value.exp: Likewise.
8857 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
8858 * gdb.arch/i386-float.exp: Likewise.
8859 * gdb.arch/i386-signal.exp: Likewise.
8860 * gdb.mi/mi-reg-undefined.exp: Likewise.
8861
8862 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
8863
8864 PR gdb/23974
8865 * gdb.base/info-os.exp: Check return for unknown "info os" type.
8866
8867 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8868
8869 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
8870 Update order of results accordingly.
8871
8872 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
8873
8874 * gdb.base/annota1.exp: Update a test regexp.
8875
8876 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8877
8878 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
8879
8880 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8881
8882 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
8883 (reuse_time): Initialize to REUSE_TIME_CAP.
8884 (check_rc): New function.
8885 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
8886 Check pthread_create rc.
8887 (spawner_thread_func): Check pthread_create and pthread_join rc.
8888
8889 2018-12-08 Pedro Alves <palves@redhat.com>
8890
8891 * gdb.base/list.exp (test_forward_search): Rename to ...
8892 (test_forward_reverse_search): ... this. Also test reverse-search
8893 and the forward-search alias.
8894
8895 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
8896
8897 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
8898 local timeout variable before return, and remove all local timeout
8899 variable entirely.
8900 (gdb_load): Likewise.
8901
8902 2018-12-01 Tom de Vries <tdevries@suse.de>
8903
8904 * gdb.base/gdb-caching-proc.exp: New file.
8905
8906 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
8907
8908 * Makefile.in (TIMESTAMP): New variable.
8909 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
8910 command.
8911 (check-single-racy): Likewise.
8912 (check/%.exp): Likewise.
8913 (check-racy/%.exp): Likewise.
8914 (workers/%.worker): Likewise.
8915 (build-perf): Likewise.
8916 (check-perf): Likewise.
8917 * README: Describe new "TS" and "TS_FORMAT" variables.
8918 * print-ts.py: New file.
8919
8920 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
8921
8922 PR python/23714
8923 * gdb.python/python.exp: Test command repetition after
8924 gdb.execute.
8925
8926 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
8927
8928 * gdb.opt/inline-break.exp: Add test that info breakpoint output
8929 is correctly aligned.
8930
8931 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8932
8933 * gdb.ada/info_auto_lang.exp: New testcase.
8934 * gdb.ada/info_auto_lang/global_pack.ads: New file.
8935 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
8936 * gdb.ada/info_auto_lang/some_c.c: New file.
8937
8938 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8939
8940 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
8941 FUNC_lang language syntax.
8942
8943 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8944
8945 * gdb.base/info_minsym.c: New file.
8946 * gdb.base/info_minsym.exp: New file.
8947
8948 2018-11-19 Tom Tromey <tom@tromey.com>
8949
8950 PR rust/23625:
8951 * gdb.rust/simple.exp: Add ptype test. Update expected output.
8952 * gdb.rust/expr.exp: Update expected output. Change one test.
8953
8954 2018-11-19 Tom Tromey <tom@tromey.com>
8955
8956 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
8957
8958 2018-11-19 Pedro Alves <palves@redhat.com>
8959
8960 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
8961 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
8962 see the expected warning.
8963
8964 2018-11-16 Alan Hayward <alan.hayward@arm.com>
8965
8966 PR gdb/22736:
8967 * gdb.cp/infcall-nodebug-lib.c: New test.
8968 * gdb.cp/infcall-nodebug-main.c: New test.
8969 * gdb.cp/infcall-nodebug.exp: New file.
8970
8971 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
8972
8973 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
8974 completer tests.
8975
8976 2018-11-09 Tom de Vries <tdevries@suse.de>
8977
8978 * gdb.base/msym-lang.c: New test.
8979 * gdb.base/msym-lang.exp: New file.
8980 * gdb.base/msym-lang-main.c: New test.
8981
8982 2018-11-08 Tom Tromey <tom@tromey.com>
8983
8984 PR gdb/23555:
8985 PR gdb/23838:
8986 * gdb.base/warning.exp: New file.
8987
8988 2018-11-08 Jan Beulich <jbeulich@suse.com>
8989
8990 * testsuite/gdb.arch/i386-avx512.c,
8991 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
8992
8993 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
8994
8995 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
8996 point hardware.
8997
8998 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
8999
9000 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
9001 * gdb.dwarf2/missing-type-name.exp: New file.
9002
9003 2018-11-06 Tom de Vries <tdevries@suse.de>
9004
9005 * gdb.base/many-headers.c: New test.
9006 * gdb.base/many-headers.exp: New file.
9007
9008 2018-11-06 Jim Wilson <jimw@sifive.com>
9009
9010 * gdb.base/code_elim.exp: For riscv, set additional_flags
9011 to include -msmall-data-limit=0.
9012
9013 2018-11-01 Joel Brobecker <brobecker@adacore.com>
9014
9015 * gdb.ada/watch_minus_l: New testcase.
9016
9017 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
9018
9019 * gdb.arch/aix-sighandle.c: New file.
9020 * gdb.arch/aix-sighandle.exp: New file.
9021
9022 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
9023
9024 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
9025 registers being unions.
9026
9027 2018-10-31 Tom de Vries <tdevries@suse.de>
9028
9029 * lib/valgrind.exp: New file.
9030 (vgdb_start, vgdb_stop): New procs, factored out of ...
9031 * gdb.base/valgrind-bt.exp: ... here, ...
9032 * gdb.base/valgrind-disp-step.exp: ... here and ...
9033 * gdb.base/valgrind-infcall.exp: ... here.
9034
9035 2018-10-31 Tom de Vries <tdevries@suse.de>
9036
9037 * lib/gdb.exp (get_valueof): Don't output read value in test name.
9038
9039 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
9040
9041 * gdb.dwarf2/void-type.c: New file.
9042 * gdb.dwarf2/void-type.exp: New file.
9043
9044 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9045
9046 * gdb.base/info_qt.c: New file.
9047 * gdb.base/info_qt.exp: New file.
9048
9049 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9050
9051 * gdb.arch/powerpc-htm-regs.c: New file.
9052 * gdb.arch/powerpc-htm-regs.exp: New file.
9053
9054 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9055
9056 * gdb.arch/powerpc-tar.c: New file.
9057 * gdb.arch/powerpc-tar.exp: New file.
9058
9059 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9060
9061 * gdb.arch/powerpc-ppr-dscr.c: New file.
9062 * gdb.arch/powerpc-ppr-dscr.exp: New file.
9063
9064 2018-10-25 Tom de Vries <tdevries@suse.de>
9065
9066 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
9067
9068 2018-10-24 Tom de Vries <tdevries@suse.de>
9069
9070 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
9071 longer exists error.
9072
9073 2018-10-24 Tom de Vries <tdevries@suse.de>
9074
9075 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
9076
9077 2018-10-24 Tom de Vries <tdevries@suse.de>
9078
9079 * gdb.base/valgrind-db-attach.exp: Handle removed support for
9080 --db-attach in valgrind.
9081
9082 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
9083
9084 * gdb.arch/riscv-reg-aliases.c: New file.
9085 * gdb.arch/riscv-reg-aliases.exp: New file.
9086
9087 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9088
9089 * gdb.python/py-cmd.exp: Check for gdb_prompt.
9090
9091 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9092
9093 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
9094
9095 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9096
9097 * gdb.cp/ovldbreak.exp: Fix regexps.
9098
9099 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9100
9101 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
9102
9103 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
9104
9105 PR cli/23785
9106 * gdb.base/restore.exp: New test to check if "restore" with an
9107 invalid file doesn't segfault.
9108
9109 2018-10-18 Tom de Vries <tdevries@suse.de>
9110
9111 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
9112 * gdb.ada/excep_handle.exp: Same.
9113 * gdb.ada/mi_string_access.exp: Same.
9114 * gdb.ada/mi_var_union.exp: Same.
9115 * gdb.arch/arc-analyze-prologue.exp: Same.
9116 * gdb.arch/arc-decode-insn.exp: Same.
9117 * gdb.base/readnever.exp: Same.
9118 * gdb.fortran/printing-types.exp: Same.
9119 * gdb.guile/scm-lazy-string.exp: Same.
9120
9121 2018-10-16 Tom de Vries <tdevries@suse.de>
9122
9123 PR gdb/23730
9124 * gdb.base/catch-follow-exec.c: Add copyright notice.
9125 * gdb.base/catch-follow-exec.exp: Rewrite to use
9126 gdb_spawn_with_cmdline_opts. Require gdb-native.
9127
9128 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
9129
9130 * gdb.trace/actions-changed.exp: Check for arch support.
9131 * gdb.trace/actions.exp: Likewise.
9132 * gdb.trace/ax.exp: Likewise.
9133 * gdb.trace/backtrace.exp: Likewise.
9134 * gdb.trace/change-loc.exp: Likewise.
9135 * gdb.trace/deltrace.exp: Likewise.
9136 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
9137 * gdb.trace/ftrace.exp: Likewise.
9138 * gdb.trace/infotrace.exp: Check for arch support.
9139 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
9140 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
9141 * gdb.trace/mi-tsv-changed.exp: Likewise.
9142 * gdb.trace/packetlen.exp: Likewise.
9143 * gdb.trace/passc-dyn.exp: Likewise.
9144 * gdb.trace/passcount.exp: Likewise.
9145 * gdb.trace/pending.exp: Likewise.
9146 * gdb.trace/range-stepping.exp: Check for shlib support.
9147 * gdb.trace/report.exp: Check for arch support.
9148 * gdb.trace/save-trace.exp: Likewise.
9149 * gdb.trace/signal.exp: Check for signal support.
9150 * gdb.trace/tfind.exp: Check for arch support.
9151 * gdb.trace/trace-break.exp: Check for arch and shlib support.
9152 * gdb.trace/trace-common.h: Add comment.
9153 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
9154 * gdb.trace/trace-enable-disable.exp: Likewise.
9155 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
9156 * gdb.trace/tracecmd.exp: Check for arch support.
9157 * gdb.trace/tspeed.exp: Check for shlib and target support.
9158 * gdb.trace/tstatus.exp: Check for arch support.
9159 * gdb.trace/tsv.exp: Likewise.
9160 * gdb.trace/while-dyn.exp: Likewise.
9161 * gdb.trace/while-stepping.exp: Likewise.
9162 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
9163
9164 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
9165
9166 * gdb.trace/tspeed.exp: Remove nowarnings.
9167 (prepare_for_trace_test): Declare "global ipalib".
9168 * gdb.trace/tspeed.c: Include unistd.h.
9169 (main): Remove superfluous printf argument.
9170
9171 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
9172
9173 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
9174 directory prefix on the filename.
9175
9176 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
9177
9178 * gdb.gdb/unittest.exp: Update expected message informing that
9179 selftests have been disabled.
9180 * gdb.server/unittest.exp: Likewise.
9181
9182 2018-10-09 Tom de Vries <tdevries@suse.de>
9183
9184 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
9185 with runto_main.
9186
9187 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
9188
9189 PR c++/16841
9190 * gdb.cp/virtbase2.cc: New file.
9191 * gdb.cp/virtbase2.exp: New file.
9192
9193 2018-10-06 Tom Tromey <tom@tromey.com>
9194
9195 PR python/19399:
9196 * gdb.python/py-inferior.exp: Add architecture test.
9197
9198 2018-10-06 Tom Tromey <tom@tromey.com>
9199
9200 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
9201 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
9202
9203 2018-10-06 Tom Tromey <tom@tromey.com>
9204
9205 * gdb.python/py-breakpoint.exp (check_last_event): Check location
9206 of a "throw" catchpoint.
9207
9208 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
9209
9210 * gdb.base/info-proc.exp: Update string expected from "help info
9211 proc".
9212
9213 2018-10-04 Tom Tromey <tom@tromey.com>
9214
9215 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
9216 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
9217 (test_initial_complaints, test_empty_complaints): Update.
9218 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
9219
9220 2018-10-04 Tom Tromey <tom@tromey.com>
9221
9222 PR cli/19551:
9223 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
9224 * lib/gdb.exp (gdb_file_cmd): Update.
9225 * gdb.stabs/weird.exp (print_weird_var): Update.
9226 * gdb.server/solib-list.exp: Update.
9227 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
9228 * gdb.mi/mi-cli.exp: Update.
9229 * gdb.linespec/linespec.exp: Update.
9230 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
9231 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
9232 * gdb.cp/cp-relocate.exp: Update.
9233 * gdb.base/sym-file.exp: Update.
9234 * gdb.base/relocate.exp: Update.
9235 * gdb.base/readnever.exp: Update.
9236 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9237 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
9238 * gdb.base/dbx.exp (gdb_file_cmd): Update.
9239 * gdb.base/code_elim.exp: Update.
9240 * gdb.base/break-unload-file.exp (test_break): Update.
9241 * gdb.base/break-interp.exp (test_attach_gdb): Update.
9242 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
9243 Update.
9244 * gdb.base/attach.exp (do_attach_tests): Update.
9245 * gdb.base/sepdebug.exp: Update.
9246 * gdb.python/py-section-script.exp: Update.
9247
9248 2018-10-04 Tom Tromey <tom@tromey.com>
9249
9250 PR cli/22234:
9251 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
9252 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
9253 output.
9254
9255 2018-10-04 Tom Tromey <tom@tromey.com>
9256
9257 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
9258 set width and height to 0.
9259 (test_command_line_attach_run): Use -quiet.
9260
9261 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
9262
9263 * lib/gdb.exp (skip_ifunc_tests): New.
9264 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
9265 other compile failures.
9266 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
9267
9268 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
9269
9270 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
9271 is_amd64_regs_target.
9272
9273 2018-10-01 Alan Hayward <alan.hayward@arm.com>
9274
9275 * gdb.arch/aarch64-sighandler-regs.c: New test.
9276 * gdb.arch/aarch64-sighandler-regs.exp: New file.
9277 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
9278
9279 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
9280
9281 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
9282 assembly.
9283
9284 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
9285
9286 * gdb.base/frame-selection.exp: New file.
9287 * gdb.base/frame-selection.c: New file.
9288
9289 2018-09-27 Alan Hayward <alan.hayward@arm.com>
9290
9291 * gdb.threads/check-libthread-db.c (thread_routine): Use a
9292 pthread barrier.
9293 (main): Likewise.
9294
9295 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
9296
9297 * gdb.base/large-frame-1.c: New file.
9298 * gdb.base/large-frame-2.c: New file.
9299 * gdb.base/large-frame.exp: New file.
9300 * gdb.base/large-frame.h: New file.
9301
9302 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
9303
9304 PR gdb/20948
9305 * gdb.base/write_mem.exp: New test.
9306 * gdb.base/write_mem.c: Likewise.
9307
9308 2018-09-23 Tom Tromey <tom@tromey.com>
9309
9310 PR python/18852:
9311 * gdb.python/py-parameter.exp: Add test for parameter that throws
9312 on "set".
9313
9314 2018-09-23 Tom Tromey <tom@tromey.com>
9315
9316 PR python/17284:
9317 * gdb.python/py-template.exp (test_template_arg): Add test for
9318 negative template argument number.
9319
9320 2018-09-23 Tom Tromey <tom@tromey.com>
9321
9322 PR python/14062:
9323 * gdb.python/python.exp: Add test for post_event error.
9324
9325 2018-09-23 Tom Tromey <tom@tromey.com>
9326
9327 PR python/18170:
9328 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
9329 convert pointers to int and long.
9330
9331 2018-09-23 Tom Tromey <tom@tromey.com>
9332
9333 PR python/20126:
9334 * gdb.python/py-value.exp (test_value_numeric_ops): Add
9335 signed-ness conversion tests.
9336
9337 2018-09-23 Tom Tromey <tom@tromey.com>
9338
9339 PR python/18352;
9340 * gdb.python/py-value.exp (test_float_conversion): New proc.
9341 Use it.
9342
9343 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
9344
9345 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
9346
9347 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
9348
9349 * gdb.base/complete-empty.exp: Skip tab-completion tests if
9350 no readline.
9351 * gdb.base/utf8-identifiers.exp: Likewise.
9352 * gdb.cp/cpcompletion.exp: Likewise.
9353 * gdb.linespec/cpcompletion.exp: Likewise.
9354 * gdb.linespec/cpls-abi-tag.exp: Likewise.
9355 * gdb.linespec/cpls-ops.exp: Likewise.
9356
9357 2018-09-19 Richard Bunt <richard.bunt@arm.com>
9358 Chris January <chris.january@arm.com>
9359
9360 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
9361 * gdb.fortran/short-circuit-argument-list.exp: New file.
9362 * gdb.fortran/short-circuit-argument-list.f90: New test.
9363
9364 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
9365
9366 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
9367 "arch=" keyword when executing "-stack-list-frames".
9368
9369 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
9370
9371 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
9372 "arch=" keyword when executing "-stack-list-frames".
9373
9374 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
9375
9376 * gdb.ada/complete.exp: Expect for "@" when doing "complete
9377 break ada".
9378
9379 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
9380
9381 PR python/23669
9382 * gdb.python/python.exp: Test gdb.execute("show commands").
9383
9384 2018-09-16 Tom Tromey <tom@tromey.com>
9385
9386 * gdb.base/new-ui.exp (do_execution_tests): Update.
9387 * gdb.base/dbx.exp (test_breakpoints): Update.
9388
9389 2018-09-14 Alan Hayward <alan.hayward@arm.com>
9390
9391 * lib/gdb.exp (gdb_simple_compile): Add proc.
9392 (is_elf_target): Use gdb_simple_compile.
9393 (skip_altivec_tests): Likewise.
9394 (skip_vsx_tests): Likewise.
9395 (skip_tsx_tests): Likewise.
9396 (skip_btrace_tests): Likewise.
9397 (skip_btrace_pt_tests): Likewise.
9398 (gdb_can_simple_compile): Likewise.
9399 (gdb_has_argv0): Likewise.
9400 (gdb_target_symbol_prefix): Likewise.
9401 (target_supports_scheduler_locking): Likewise.
9402
9403 2018-09-13 Tom Tromey <tom@tromey.com>
9404
9405 * Makefile.in (TAGS): Recognize proc_with_prefix and
9406 gdb_caching_proc.
9407
9408 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9409
9410 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
9411 method.
9412
9413 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9414
9415 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
9416 and a few other Inferior properties when the Inferior is no
9417 longer valid.
9418
9419 2018-09-13 Tom Tromey <tom@tromey.com>
9420
9421 PR rust/23650:
9422 * gdb.rust/simple.exp: Add test for enum field access error.
9423
9424 2018-09-13 Tom Tromey <tom@tromey.com>
9425
9426 PR rust/23626:
9427 * gdb.rust/simple.rs (EmptyEnum): New type.
9428 (main): Use it.
9429 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
9430
9431 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9432
9433 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
9434 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
9435 * gdb.python/py-symtab.exp: Update test printing an objfile.
9436
9437 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
9438
9439 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
9440 object.
9441
9442 2018-09-12 Alan Hayward <alan.hayward@arm.com>
9443
9444 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
9445 (support_complex_tests): Use gdb_can_simple_compile.
9446 (is_ilp32_target): Likewise.
9447 (is_lp64_target): Likewise.
9448 (is_64_target): Likewise.
9449 (is_amd64_regs_target): Likewise.
9450 (is_aarch32_target): Likewise.
9451 (gdb_int128_helper): Likewise.
9452
9453 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9454
9455 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
9456
9457 2018-09-10 Jerome Guitton <guitton@adacore.com>
9458
9459 * gdb.ada/same_component_name: Add test for case of tagged record
9460 with variable-length fields.
9461
9462 2018-09-10 Xavier Roirand <roirand@adacore.com>
9463
9464 * gdb.ada/access_to_unbounded_array.exp: New testcase.
9465 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
9466 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
9467 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
9468
9469 2018-09-10 Xavier Roirand <roirand@adacore.com>
9470
9471 * gdb.ada/mi_string_access.exp: New testcase.
9472 * gdb.ada/mi_string_access/bar.adb: New file.
9473 * gdb.ada/mi_string_access/pck.adb: New file.
9474 * gdb.ada/mi_string_access/pck.asd: New file.
9475
9476 2018-09-10 Xavier Roirand <roirand@adacore.com>
9477
9478 * gdb.ada/mi_var_union.exp: New testcase.
9479 * gdb.ada/mi_var_union/bar.adb: New file.
9480 * gdb.ada/mi_var_union/pck.adb: New file.
9481 * gdb.ada/mi_var_union/pck.asd: New file.
9482
9483 2018-09-08 Tom Tromey <tom@tromey.com>
9484
9485 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
9486
9487 2018-09-08 Tom Tromey <tom@tromey.com>
9488
9489 PR python/16047:
9490 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
9491 (register_pretty_printers): Register new printer.
9492 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
9493 test.
9494 * gdb.python/py-prettyprint.c (int_type3): New typedef.
9495 (an_int_type3): New global.
9496
9497 2018-09-08 Joel Brobecker <brobecker@adacore.com>
9498
9499 * gdb.ada/expr_with_funcall: New testcase.
9500
9501 2018-09-08 Joel Brobecker <brobecker@adacore.com>
9502
9503 * gdb.ada/packed_array_assign: New testcase.
9504
9505 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
9506
9507 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
9508 names, and add test prefixes to make test names unique.
9509
9510 2018-09-05 Tom de Vries <tdevries@suse.de>
9511
9512 * gdb.dwarf2/varval.exp: Add test.
9513
9514 2018-09-04 Gary Benson <gbenson@redhat.com>
9515
9516 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
9517 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
9518
9519 2018-08-31 Tom Tromey <tom@tromey.com>
9520
9521 * gdb.rust/simple.rs: Rename second variable "v".
9522
9523 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
9524
9525 * gdb.base/funcargs.c (use_a): New function.
9526 (recurse): Call use_a.
9527
9528 2018-08-29 Keith Seitz <keiths@redhat.com>
9529
9530 * gdb.compile/compile-cplus-anonymous.cc: New file.
9531 * gdb.compile/compile-cplus-anonymous.exp: New file.
9532 * gdb.compile/compile-cplus-array-decay.cc: New file.
9533 * gdb.compile/compile-cplus-array-decay.exp: New file.
9534 * gdb.compile/compile-cplus-inherit.cc: New file.
9535 * gdb.compile/compile-cplus-inherit.exp: New file.
9536 * gdb.compile/compile-cplus-member.cc: New file.
9537 * gdb.compile/compile-cplus-member.exp: New file.
9538 * gdb.compile/compile-cplus-method.cc: New file.
9539 * gdb.compile/compile-cplus-method.exp: New file.
9540 * gdb.compile/compile-cplus-mod.c: "New" file.
9541 * gdb.compile/compile-cplus-namespace.cc: New file.
9542 * gdb.compile/compile-cplus-namespace.exp: New file.
9543 * gdb.compile/compile-cplus-nested.cc: New file.
9544 * gdb.compile/compile-cplus-nested.exp: New file.
9545 * gdb.compile/compile-cplus-print.c: "New" file.
9546 * gdb.compile/compile-cplus-print.exp: "New" file.
9547 * gdb.compile/compile-cplus-virtual.cc: New file.
9548 * gdb.compile/compile-cplus-virtual.exp: New file.
9549 * gdb.compile/compile-cplus.c: "New" file.
9550 * gdb.compile/compile-cplus.exp: "New" file.
9551 * lib/compile-support.exp: New file.
9552
9553 2018-08-16 Gary Benson <gbenson@redhat.com>
9554
9555 PR gdb/13000:
9556 * gdb.base/batch-exit-status.exp: New file.
9557 * gdb.base/batch-exit-status.good-commands: Likewise.
9558 * gdb.base/batch-exit-status.bad-commands: Likewise.
9559
9560 2018-08-29 Alan Hayward <alan.hayward@arm.com>
9561
9562 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
9563 (struct struct02): Likewise.
9564 (struct struct03): Likewise.
9565 (struct struct04): Likewise.
9566 (struct struct_01_01): New struct.
9567 (struct struct_01_02): Likewise.
9568 (struct struct_01_03): Likewise.
9569 (struct struct_01_04): Likewise.
9570 (struct struct_02_01): Likewise.
9571 (struct struct_02_02): Likewise.
9572 (struct struct_02_03): Likewise.
9573 (struct struct_02_04): Likewise.
9574 (struct struct_04_01): Likewise.
9575 (struct struct_04_02): Likewise.
9576 (struct struct_04_03): Likewise.
9577 (struct struct_04_04): Likewise.
9578 (struct struct_05_01): Likewise.
9579 (struct struct_05_02): Likewise.
9580 (struct struct_05_03): Likewise.
9581 (struct struct_05_04): Likewise.
9582 (cmp_struct01): Remove function.
9583 (cmp_struct02): Likewise.
9584 (cmp_struct03): Likewise.
9585 (cmp_struct04): Likewise.
9586 (cmp_struct_01_01): Add Function.
9587 (cmp_struct_01_02): Likewise.
9588 (cmp_struct_01_03): Likewise.
9589 (cmp_struct_01_04): Likewise.
9590 (cmp_struct_02_01): Likewise.
9591 (cmp_struct_02_02): Likewise.
9592 (cmp_struct_02_03): Likewise.
9593 (cmp_struct_02_04): Likewise.
9594 (cmp_struct_04_01): Likewise.
9595 (cmp_struct_04_02): Likewise.
9596 (cmp_struct_04_03): Likewise.
9597 (cmp_struct_04_04): Likewise.
9598 (cmp_struct_05_01): Likewise.
9599 (cmp_struct_05_02): Likewise.
9600 (cmp_struct_05_03): Likewise.
9601 (cmp_struct_05_04): Likewise.
9602 (call_all): Add new structs.
9603 * gdb.base/infcall-nested-structs.exp: Likewise.
9604
9605 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
9606
9607 * gdb.python/py-framefilter-mi.exp: Update regexp to
9608 check for "arch" field in frame output.
9609
9610 2018-08-23 Kevin Buettner <kevinb@redhat.com>
9611
9612 * gdb.dwarf2/dw2-ranges-func.c: New file.
9613 * gdb.dwarf2/dw2-ranges-func.exp: New file.
9614
9615 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
9616
9617 * gdb.base/term.exp: Compare terminal settings with values from
9618 the inferior.
9619 * gdb.base/term.c: Get and set terminal settings.
9620
9621 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
9622
9623 * lib/mi-support.exp (mi_expect_stop): Update regexp to
9624 accommodate new "arch" field in frame output.
9625 * gdb.mi/mi-return.exp: Likewise.
9626 * gdb.mi/mi-stack.exp: Likewise.
9627 * gdb.mi/mi-syn-frame.exp: Likewise.
9628 * gdb.mi/user-selected-context-sync.exp: Likewise.
9629
9630 2018-08-19 Michael Spang <spang@google.com>
9631
9632 PR gdb/11786
9633 * gdb.base/gcore-tls-pie.c: New file.
9634 * gdb.base/gcore-tls-pie.exp: New file.
9635
9636 2018-08-18 Kevin Buettner <kevinb@redhat.com>
9637
9638 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
9639 * gdb.dwarf2/varval.c: New file.
9640 * gdb.dwarf2/varval.exp: New file.
9641
9642 2018-08-17 Alan Hayward <alan.hayward@arm.com>
9643
9644 PR gdb/18931
9645 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
9646
9647 2018-08-16 Keith Seitz <keiths@redhat.com>
9648
9649 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
9650 tests expected to pass.
9651
9652 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
9653
9654 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
9655 -data-disassemble -a.
9656 (test_disassembly_bogus_args): Likewise.
9657
9658 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
9659
9660 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
9661
9662 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
9663
9664 * gdb.base/vla-optimized-out.exp: Add new test.
9665
9666 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
9667
9668 * gdb.base/vla-optimized-out-o3.exp: Delete.
9669 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
9670 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
9671 deleted tests.
9672
9673 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
9674
9675 PR gdb/18050:
9676 * gdb.server/extended-remote-restart.c: New file.
9677 * gdb.server/extended-remote-restart.exp: New file.
9678
9679 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
9680
9681 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
9682 "set variable index = 42".
9683
9684 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
9685
9686 * boards/index-cache-gdb.exp: New file.
9687 * gdb.dwarf2/index-cache.exp: New file.
9688 * gdb.dwarf2/index-cache.c: New file.
9689 * gdb.base/maint.exp: Check if we are using the index cache.
9690
9691 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9692
9693 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
9694 MAKEFLAGS.
9695
9696 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9697
9698 * dg-extract-results.sh: Move to toplevel contrib.
9699 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
9700 * Makefile.in (check-parallel-racy): Likewise.
9701
9702 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
9703
9704 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
9705 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
9706 tests if the target supports scheduler locking.
9707
9708 2018-08-04 Tom de Vries <tdevries@suse.de>
9709
9710 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
9711
9712 2018-08-02 Tom Tromey <tom@tromey.com>
9713
9714 PR symtab/16842.
9715 * gdb.cp/temargs.exp: Test "info address" of a template
9716 parameter.
9717
9718 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
9719
9720 * gdb.python/py-mi-var-info-path-expression.c: New file.
9721 * gdb.python/py-mi-var-info-path-expression.py: New file.
9722 * gdb.python/py-mi-var-info-path-expression.exp: New file.
9723
9724 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
9725
9726 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
9727 error after "cannot resolve name" string.
9728
9729 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
9730
9731 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
9732 started.
9733 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
9734
9735 2018-07-28 Tom de Vries <tdevries@suse.de>
9736
9737 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
9738
9739 2018-07-26 Tom de Vries <tdevries@suse.de>
9740
9741 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
9742
9743 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
9744
9745 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
9746 is visible.
9747
9748 2018-07-26 Tom de Vries <tdevries@suse.de>
9749
9750 PR breakpoints/23366
9751 * gdb.base/catch-follow-exec.c: New test.
9752 * gdb.base/catch-follow-exec.exp: New file.
9753
9754 2018-07-25 Tom de Vries <tdevries@suse.de>
9755
9756 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
9757 vla-optimized-out.c.
9758
9759 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
9760
9761 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
9762 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
9763
9764 2018-07-20 Tom de Vries <tdevries@suse.de>
9765
9766 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
9767 NOCLONE macro.
9768 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
9769
9770 2018-07-19 Tom de Vries <tdevries@suse.de>
9771
9772 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
9773 regular expression.
9774
9775 2018-07-18 Tom de Vries <tdevries@suse.de>
9776
9777 * gdb.base/vla-optimized-out.c: New test.
9778 * gdb.base/vla-optimized-out.exp: New file.
9779
9780 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
9781
9782 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
9783 message "No address associated with hostname" when gdbserver
9784 cannot resolve the hostname.
9785
9786 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9787
9788 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
9789 Add some test prefixes to make tests unique.
9790
9791 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9792
9793 * gdb.base/frameapply.c: New file.
9794 * gdb.base/frameapply.exp: New file.
9795
9796 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9797
9798 * gdb.base/skip.exp: Update expected error message.
9799
9800 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
9801 Jan Kratochvil <jan.kratochvil@redhat.com>
9802 Paul Fertser <fercerpav@gmail.com>
9803 Tsutomu Seki <sekiriki@gmail.com>
9804
9805 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
9806 parameter.
9807 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
9808 by default.
9809 * boards/native-gdbserver.exp: Likewise.
9810 * gdb.server/run-without-local-binary.exp: Improve regexp used
9811 for detecting when a remote debugging connection succeeds.
9812 * gdb.server/server-connect.exp: New file.
9813 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
9814 Do not prefix the port number with ":".
9815 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
9816 support for detecting and using it. Add '$debughost_gdbserver'
9817 to the list of arguments used to start gdbserver. Handle case
9818 when gdbserver cannot resolve a network name.
9819
9820 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
9821
9822 PR c++/23373
9823 * gdb.base/ptype-offsets.cc (struct static_member): New
9824 struct.
9825 (main) <stmember>: New variable.
9826 * gdb.base/ptype-offsets.exp: Add test for printing a struct
9827 with a static member in it.
9828
9829 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
9830
9831 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
9832 watchpoints enabled and disabled.
9833
9834 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9835
9836 * gdb.base/examine-backward.exp: Still run tests around address
9837 0x0, even if address 0x0 is not readable. Update the pattern for
9838 matching address 0x0 in expected output.
9839
9840 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
9841
9842 * gdb.base/share-env-with-gdbserver.c (main): Add call to
9843 malloc/free.
9844
9845 2018-07-04 Tom de Vries <tdevries@suse.de>
9846
9847 * gdb.dwarf2/dw2-error.exp: Update expected error message.
9848
9849 2018-07-02 Maciej W. Rozycki <macro@mips.com>
9850
9851 PR tdep/8282
9852 * gdb.arch/mips-disassembler-options.exp: New test.
9853 * gdb.arch/mips-disassembler-options.s: New test source.
9854
9855 2018-06-29 Pedro Alves <palves@redhat.com>
9856
9857 * gdb.threads/names.exp: Adjust expected "info threads" output.
9858
9859 2018-06-29 Pedro Alves <palves@redhat.com>
9860
9861 * gdb.opt/inline-break.exp (line number, address): Add "info
9862 break" tests.
9863
9864 2018-06-29 Pedro Alves <palves@redhat.com>
9865
9866 * gdb.opt/inline-break.c (func1): Add "break here" marker.
9867 * gdb.opt/inline-break.exp: Test setting breakpoints by line
9868 number and address and running to them.
9869
9870 2018-06-29 Richard Bunt <richard.bunt@arm.com>
9871
9872 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
9873
9874 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9875
9876 * lib/compiler.c: Remove executable permission flag.
9877
9878 2018-06-28 Richard Bunt <richard.bunt@arm.com>
9879
9880 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
9881 code.
9882 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
9883
9884 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
9885
9886 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
9887
9888 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
9889
9890 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
9891 address argument is omitted.
9892
9893 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
9894
9895 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
9896
9897 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
9898
9899 PR gdb/21695
9900 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
9901 * gdb.base/infoline-reloc-main-from-zero.c: New file.
9902
9903 2018-06-26 Tom Tromey <tom@tromey.com>
9904
9905 PR rust/22574:
9906 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
9907 * gdb.rust/simple.rs (struct SimpleLayout): New.
9908
9909 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
9910
9911 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
9912 "info registers" output.
9913
9914 2018-06-21 Richard Bunt <richard.bunt@arm.com>
9915
9916 * gdb.base/watchpoint-hw-attach.c: New test.
9917 * gdb.base/watchpoint-hw-attach.exp: New file.
9918
9919 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
9920
9921 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
9922 through /bin/sh.
9923 * boards/dwarf4-gdb-index.exp: Likewise.
9924 * boards/fission-dwp.exp: Likewise.
9925
9926 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
9927
9928 * gdb.base/float128.exp: Add comment and improved fail message
9929 to the failure case of "print large128" test.
9930
9931 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
9932
9933 * configure.ac: Remove AC_PREREQ.
9934 * configure: Re-generate.
9935
9936 2018-06-19 Pedro Alves <palves@redhat.com>
9937
9938 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
9939 (func_extern_caller): New.
9940 (main): Call func_extern_caller.
9941 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
9942 logic change.
9943
9944 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
9945
9946 PR gdb/16841
9947 * gdb.cp/typedef-base.cc: New file.
9948 * gdb.cp/typedef-base.exp: New file.
9949
9950 2018-06-18 Tom de Vries <tdevries@suse.de>
9951
9952 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
9953
9954 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
9955 Richard Bunt <Richard.Bunt@arm.com>
9956
9957 * gdb.threads/attach-slow-waitpid.c: New file.
9958 * gdb.threads/attach-slow-waitpid.exp: New file.
9959 * gdb.threads/slow-waitpid.c: New file.
9960
9961 2018-06-14 Pedro Alves <palves@redhat.com>
9962
9963 * gdb.base/fork-running-state.c: Include <errno.h>.
9964 (exit_if_relative_exits): New.
9965 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
9966 exits.
9967 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
9968 child exits.
9969
9970 2018-06-14 Tom de Vries <tdevries@suse.de>
9971
9972 PR cli/22573
9973 * gdb.base/finish-pretty.c: New test.
9974 * gdb.base/finish-pretty.exp: New file.
9975
9976 2018-06-14 Pedro Alves <palves@redhat.com>
9977
9978 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
9979 gdb's expected startup output.
9980
9981 2018-06-14 Pedro Alves <palves@redhat.com>
9982
9983 * lib/selftest-support.exp (selftest_setup): Remove inlined
9984 function handling.
9985
9986 2018-06-14 Tom de Vries <tdevries@suse.de>
9987
9988 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
9989 matching of breakpoint printing.
9990
9991 2018-06-13 Tom de Vries <tdevries@suse.de>
9992
9993 PR testsuite/23269
9994 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
9995 (fork_child): ... here, and ...
9996 (fork_parent): ... here.
9997
9998 2018-06-12 Tom de Vries <tdevries@suse.de>
9999
10000 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
10001
10002 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
10003 Stephen Roberts <stephen.roberts@arm.com>
10004
10005 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
10006 rewrite test to describe action performed, rather than possible
10007 failure.
10008
10009 2018-06-08 Gary Benson <gbenson@redhat.com>
10010
10011 * gdb.threads/check-libthread-db.exp: New file.
10012 * gdb.threads/check-libthread-db.c: Likewise.
10013
10014 2018-06-05 Tom Tromey <tom@tromey.com>
10015
10016 * gdb.base/default.exp: Update expected "show version" output.
10017
10018 2018-06-05 Tom Tromey <tom@tromey.com>
10019
10020 PR cli/12326:
10021 * gdb.cp/static-print-quit.exp: Update.
10022 * lib/gdb.exp (pagination_prompt): Update.
10023 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
10024 * gdb.python/python.exp: Update.
10025
10026 2018-06-04 Joel Brobecker <brobecker@adacore.com>
10027
10028 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
10029
10030 2018-06-01 Joel Brobecker <brobecker@adacore.com>
10031
10032 * gdb.ada/bp_fun_addr: New testcase.
10033
10034 2018-06-01 Tom Tromey <tom@tromey.com>
10035
10036 * gdb.xml/tdesc-regs.exp (load_description): Update expected
10037 results.
10038 * gdb.dwarf2/method-ptr.exp: Set language to C++.
10039 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
10040 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
10041 * gdb.base/maint.exp (maint_pass_if): Update.
10042
10043 2018-05-31 Maciej W. Rozycki <macro@mips.com>
10044
10045 * gdb.base/endian.exp: New test.
10046 * gdb.base/endian.c: New test source.
10047
10048 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
10049
10050 PR gdb/23203
10051 * gdb.base/bt-selected-frame.c: New file.
10052 * gdb.base/bt-selected-frame.exp: New file.
10053 * lib/gdb.exp (get_current_frame_number): New function.
10054
10055 2018-05-24 Maciej W. Rozycki <macro@mips.com>
10056 Pedro Alves <palves@redhat.com>
10057
10058 * gdb.threads/tls-core.c: Include <stdlib.h>
10059 (thread_proc): Call `abort'.
10060 * gdb.threads/tls-core.exp: Generate a core with core_find too.
10061 (tls_core_test): New procedure, bits factored out from ...
10062 (top level): ... here. Test both native cores and gcore cores.
10063
10064 2018-05-23 Tom Tromey <tom@tromey.com>
10065
10066 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
10067
10068 2018-05-23 Tom Tromey <tom@tromey.com>
10069
10070 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
10071 symfile_complaints.
10072 (test_short_complaints): Likewise.
10073 (test_empty_complaints): Likewise.
10074 (test_initial_complaints): Update.
10075
10076 2018-05-23 Tom Tromey <tom@tromey.com>
10077
10078 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
10079
10080 2018-05-23 Tom Tromey <tom@tromey.com>
10081
10082 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
10083 (test_short_complaints): Update.
10084
10085 2018-05-22 Pedro Alves <palves@redhat.com>
10086
10087 * gdb.base/remote.exp: Only gdb_start after compiling the
10088 testcase. Issue "disconnect" before testing "set remote" command
10089 defaults. Issue clean_restart before running to main.
10090
10091 2018-05-22 Pedro Alves <palves@redhat.com>
10092
10093 * gdb.base/remote.exp: Adjust expected output of "show remote
10094 memory-write-packet-size". Add tests for "set remote
10095 memory-write-packet-size 0" and "set remote
10096 memory-write-packet-size fixed/limit".
10097
10098 2018-05-22 Pedro Alves <palves@redhat.com>
10099
10100 PR gdb/22973
10101 * gdb.base/utf8-identifiers.c: New file.
10102 * gdb.base/utf8-identifiers.exp: New file.
10103
10104 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10105
10106 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
10107
10108 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10109
10110 * gdb.arch/powerpc-vsx-gcore.exp: New file.
10111
10112 2018-05-18 Tom Tromey <tom@tromey.com>
10113
10114 * gdb.base/ptype-offsets.exp: Update.
10115
10116 2018-05-17 Keith Seitz <keiths@redhat.com>
10117
10118 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
10119 in expected breakpoint stop locations.
10120 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
10121 move to proper scope to test variable values.
10122 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
10123 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
10124 New functions.
10125 (main): Call not_inline_func3.
10126 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
10127 inline_func1, inline_func2, and inline_func3. Test that when each
10128 breakpoint is hit, GDB properly reports both the stop location
10129 and the backtrace. Repeat tests for temporary breakpoints.
10130
10131 2018-05-15 Maciej W. Rozycki <macro@mips.com>
10132
10133 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
10134 rather then trying to access it in determining whether the PID
10135 of `gdbserver' could have been retrieved.
10136
10137 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
10138
10139 * gdb.arch/amd64-init-x87-values.S: New file.
10140 * gdb.arch/amd64-init-x87-values.exp: New file.
10141
10142 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10143
10144 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
10145
10146 2018-05-04 Tom Tromey <tom@tromey.com>
10147
10148 PR python/22730:
10149 * gdb.python/python.exp: Test multi-line execute.
10150
10151 2018-05-04 Tom Tromey <tom@tromey.com>
10152
10153 PR python/22731:
10154 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
10155
10156 2018-05-04 Tom Tromey <tom@tromey.com>
10157
10158 PR gdb/11750:
10159 * gdb.base/define.exp: Test defining a user command inside a user
10160 command.
10161 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
10162
10163 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10164 Pedro Alves <palves@redhat.com>
10165
10166 PR breakpoints/19806 and support for PR external/20207.
10167 * gdb.base/watchpoint-unaligned.c: New file.
10168 * gdb.base/watchpoint-unaligned.exp: New file.
10169
10170 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10171
10172 * gdb.base/maint.exp: Make test names unique, use
10173 test_prefix_command_help to test 'help maint info', and remove
10174 repeated test of 'help maint'.
10175
10176 2018-05-04 Tom Tromey <tom@tromey.com>
10177
10178 PR gdb/22619:
10179 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
10180 behavior.
10181
10182 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10183
10184 * gdb.base/maint.exp: Process output from 'maint print registers'
10185 line at a time.
10186
10187 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10188
10189 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
10190 timeout.
10191
10192 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
10193
10194 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
10195 filter pattern.
10196
10197 2018-05-02 Pedro Alves <palves@redhat.com>
10198
10199 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
10200 to_log_command renames.
10201 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
10202
10203 2018-05-02 Tom Tromey <tom@tromey.com>
10204
10205 * gdb.python/py-parameter.exp: Set test message.
10206
10207 2018-05-02 Tom Tromey <tom@tromey.com>
10208
10209 PR python/20084:
10210 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
10211 PARAM_ZUINTEGER_UNLIMITED tests.
10212
10213 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
10214
10215 PR rust/23124
10216 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
10217 when casting.
10218
10219 2018-04-30 Tom Tromey <tom@tromey.com>
10220
10221 * gdb.python/py-type.exp: Check align attribute.
10222 * gdb.python/py-type.c: New "aligncheck" global.
10223
10224 2018-04-30 Tom Tromey <tom@tromey.com>
10225
10226 PR exp/17095:
10227 * gdb.dwarf2/dw2-align.exp: New file.
10228 * gdb.cp/align.exp: New file.
10229 * gdb.base/align.exp: New file.
10230 * lib/gdb.exp (gdb_int128_helper): New proc.
10231 (has_int128_c, has_int128_cxx): New caching procs.
10232
10233 2018-04-27 Tom Tromey <tom@tromey.com>
10234
10235 PR rust/22545:
10236 * gdb.rust/simple.exp: Add inclusive range tests.
10237
10238 2018-04-26 Pedro Alves <palves@redhat.com>
10239
10240 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
10241 ifunc breakpoint locations correctly of ifunc breakpoints set
10242 while the program resolves the ifunc.
10243
10244 2018-04-26 Pedro Alves <palves@redhat.com>
10245
10246 * gdb.base/gnu-ifunc-final.c: New file.
10247 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
10248 * gdb.base/gnu-ifunc.exp (executable): Delete.
10249 (staticexecutable): Adjust.
10250 (lib_opts, exec_opts): Delete.
10251 (make_binsuffix, build, set-break): New procedures.
10252 (misc_tests): New, with tests factored out from the top level.
10253 (top level): Test different combinations of ifunc resolver name,
10254 resolver with and with debug info, and ifunc target with and
10255 without debug info. Wrap static tests with with_target_prefix.
10256
10257 2018-04-26 Pedro Alves <palves@redhat.com>
10258
10259 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
10260 return type" warnings.
10261
10262 2018-04-25 Pedro Alves <palves@redhat.com>
10263
10264 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
10265 killed".
10266 * gdb.base/kill-after-signal.exp: Likewise.
10267 * gdb.threads/kill.exp: Likewise.
10268
10269 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10270 Sergio Durigan Junior <sergiodj@redhat.com>
10271 Pedro Alves <palves@redhat.com>
10272
10273 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
10274 regexps to expect for '[Inferior ... detached]' as well.
10275 * gdb.base/attach.exp: Likewise.
10276 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
10277 "gdb_continue_to_end".
10278 (test_catch_syscall_with_wrong_args): Likewise.
10279 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
10280 ']'. Don't set 'verbose' on.
10281 * gdb.base/foll-vfork.exp: Likewise.
10282 * gdb.base/fork-print-inferior-events.c: New file.
10283 * gdb.base/fork-print-inferior-events.exp: New file.
10284 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
10285 '[Inferior ... has been killed]' message.
10286 * gdb.base/kill-after-signal.exp: Likewise.
10287 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
10288 detach message.
10289 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
10290 message.
10291 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
10292 regexps to expect for '[Inferior ... detached]' as well.
10293 * gdb.threads/process-dies-while-detaching.exp: Likewise.
10294
10295 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
10296
10297 PR gdb/23104
10298 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
10299
10300 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
10301
10302 PR gdb/23095
10303 * gdb.base/break-probes.exp: Pass shlib_load to
10304 prepare_for_testing. Set normal_bp to r_debug_state if target is
10305 bsd.
10306
10307 2018-04-19 Richard Bunt <richard.bunt@arm.com>
10308
10309 * gdb.threads/multiple-successive-infcall.c: New test.
10310 * gdb.threads/multiple-successive-infcall.exp: New file.
10311
10312 2018-04-17 Tom Tromey <tom@tromey.com>
10313
10314 * gdb.rust/simple.rs (Union): New type.
10315 (main): New local "u".
10316 * gdb.rust/simple.exp (test_one_slice): Add new test case.
10317
10318 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10319
10320 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
10321 number information in output of "whereis" command.
10322 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
10323
10324 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10325
10326 * gdb.ada/info_types.exp: Adjust expected output to the line
10327 numbers now printed by "info var/func/type".
10328 * gdb.base/completion.exp: Likewise.
10329 * gdb.base/included.exp: Likewise.
10330 * gdb.cp/cp-relocate.exp: Likewise.
10331 * gdb.cp/cplusfuncs.exp: Likewise.
10332 * gdb.cp/namespace.exp: Likewise.
10333 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
10334
10335 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
10336
10337 * gdb.btrace/cpu.exp: New.
10338
10339 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
10340
10341 * gdb.base/step-indirect-call-thunk.exp: New.
10342 * gdb.base/step-indirect-call-thunk.c: New.
10343 * gdb.reverse/step-indirect-call-thunk.exp: New.
10344 * gdb.reverse/step-indirect-call-thunk.c: New.
10345
10346 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
10347
10348 * gdb.base/pie-fork.c: New file.
10349 * gdb.base/pie-fork.exp: New file.
10350
10351 2018-04-11 Tom Tromey <tom@tromey.com>
10352
10353 * gdb.rust/simple.exp: Add test for ".." struct initializer.
10354
10355 2018-04-10 Pedro Alves <palves@redhat.com>
10356
10357 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
10358 exits. Instead loop running forever.
10359 (fork_parent): Run forever too.
10360
10361 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
10362
10363 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
10364 mi_continue_to_line.
10365 * gdb.mi/mi-stack.c (callee4): Add comment.
10366
10367 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
10368
10369 * gdb.mi/mi-stack.exp: Fix indentation.
10370
10371 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
10372
10373 PR gdb/22979
10374 * gdb.arch/amd64-osabi.exp: New file.
10375
10376 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
10377
10378 PR gdb/22980
10379 * gdb.base/osabi.exp: New file.
10380
10381 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
10382
10383 * gdb.cp/static-typedef-print.exp: New file.
10384 * gdb.cp/static-typedef-print.cc: New file.
10385
10386 2018-03-27 Joel Brobecker <brobecker@adacore.com>
10387
10388 * gdb.ada/varsize_limit: New testcase.
10389
10390 2018-03-27 Joel Brobecker <brobecker@adacore.com>
10391
10392 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
10393
10394 * gdb.ada/notcplusplus: New testcase.
10395
10396 * gdb.base/c-linkage-name.c: New file.
10397 * gdb.base/c-linkage-name.exp: New testcase.
10398
10399 2018-03-26 Tom Tromey <tom@tromey.com>
10400
10401 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
10402 * gdb.python/py-framefilter.py (name_error): New global.
10403 (ErrorInName.function): Use name_error.
10404
10405 2018-03-26 Tom Tromey <tom@tromey.com>
10406
10407 PR backtrace/15582:
10408 * gdb.python/py-framefilter.exp: Add "bt hide" test.
10409
10410 2018-03-23 Keith Seitz <keiths@redhat.com>
10411
10412 PR c++/22968
10413 * gdb.cp/subtypes.exp: New file.
10414 * gdb.cp/subtypes.h: New file.
10415 * gdb.cp/subtypes.cc: New file.
10416 * gdb.cp/subtypes-2.cc: New file.
10417
10418 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
10419
10420 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
10421 (done): Call '_exit' not 'exit' to avoid atexit handlers.
10422 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
10423 -nostartfiles when compiling the test. Confirm that all registers
10424 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
10425
10426 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
10427
10428 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
10429 option, syntax was wrong anyway.
10430 * gdb.arch/arm-disp-step.exp: Likewise.
10431 * gdb.arch/sparc64-regs.exp: Likewise.
10432 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
10433 option, syntax was wrong anyway, switch to use
10434 prepare_for_testing.
10435 * gdb.arch/i386-disp-step.exp: Likewise.
10436
10437 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
10438
10439 * gdb.ada/exec_changed.exp: Replace "target_info exists
10440 use_gdb_stub" by "use_gdb_stub".
10441 * gdb.ada/start.exp: Likewise.
10442 * gdb.base/async-shell.exp: Likewise.
10443 * gdb.base/attach-pie-misread.exp: Likewise.
10444 * gdb.base/attach-wait-input.exp: Likewise.
10445 * gdb.base/break-entry.exp: Likewise.
10446 * gdb.base/break-interp.exp: Likewise.
10447 * gdb.base/dprintf-detach.exp: Likewise.
10448 * gdb.base/nostdlib.exp: Likewise.
10449 * gdb.base/solib-nodir.exp: Likewise.
10450 * gdb.base/statistics.exp: Likewise.
10451 * gdb.base/testenv.exp: Likewise.
10452 * gdb.mi/mi-exec-run.exp: Likewise.
10453 * gdb.mi/mi-start.exp: Likewise.
10454 * gdb.multi/dummy-frame-restore.exp: Likewise.
10455 * gdb.multi/multi-arch-exec.exp: Likewise.
10456 * gdb.multi/multi-arch.exp: Likewise.
10457 * gdb.multi/tids.exp: Likewise.
10458 * gdb.multi/watchpoint-multi.exp: Likewise.
10459 * gdb.python/py-events.exp: Likewise.
10460 * gdb.threads/attach-into-signal.exp: Likewise.
10461 * gdb.threads/attach-stopped.exp: Likewise.
10462 * gdb.threads/threadapply.exp: Likewise.
10463 * lib/selftest-support.exp: Likewise.
10464
10465 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
10466
10467 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
10468
10469 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
10470
10471 * gdb.perf/template-breakpoints.cc: New file.
10472 * gdb.perf/template-breakpoints.exp: New file.
10473 * gdb.perf/template-breakpoints.py: New file.
10474
10475 2018-03-19 Tom Tromey <tom@tromey.com>
10476
10477 * gdb.rust/simple.rs (main): Add local variables field1, field2,
10478 y0.
10479 * gdb.rust/simple.exp: Test bare identifier form of struct
10480 initializer.
10481
10482 2018-03-19 Tom Tromey <tom@tromey.com>
10483
10484 * gdb.gdb/observer.exp: Remove.
10485
10486 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10487
10488 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
10489 "qualified" option when setting breakpoints.
10490 * gdb.trace/backtrace.exp: Likewise.
10491 * gdb.trace/circ.exp: Likewise.
10492 * gdb.trace/collection.exp: Likewise.
10493 * gdb.trace/disconnected-tracing.exp: Likewise.
10494 * gdb.trace/ftrace-lock.exp: Likewise.
10495 * gdb.trace/ftrace.exp: Likewise.
10496 * gdb.trace/infotrace.exp: Likewise.
10497 * gdb.trace/packetlen.exp: Likewise.
10498 * gdb.trace/passc-dyn.exp: Likewise.
10499 * gdb.trace/qtro.exp: Likewise.
10500 * gdb.trace/read-memory.exp: Likewise.
10501 * gdb.trace/report.exp: Likewise.
10502 * gdb.trace/signal.exp: Likewise.
10503 * gdb.trace/status-stop.exp: Likewise.
10504 * gdb.trace/strace.exp: Likewise.
10505 * gdb.trace/tfind.exp: Likewise.
10506 * gdb.trace/trace-break.exp: Likewise.
10507 * gdb.trace/trace-condition.exp: Likewise.
10508 * gdb.trace/trace-mt.exp: Likewise.
10509 * gdb.trace/tstatus.exp: Likewise.
10510 * gdb.trace/tsv.exp: Likewise.
10511 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
10512 * gdb.trace/unavailable.exp: Likewise.
10513 * gdb.trace/while-dyn.exp: Likewise.
10514
10515 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10516
10517 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
10518 that libinproctrace is copied to the target.
10519
10520 2018-03-14 Tom Tromey <tom@tromey.com>
10521
10522 PR cli/14977:
10523 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
10524 a null pointer.
10525 * gdb.base/wchar.exp: Likewise.
10526
10527 2018-03-14 Tom Tromey <tom@tromey.com>
10528
10529 PR cli/19918:
10530 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
10531 flag.
10532
10533 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
10534
10535 PR gdb/22841
10536 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
10537 "target" to remote_exec.
10538
10539 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
10540
10541 PR gdb/22841
10542 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
10543 ${board}_upload): Remove.
10544
10545 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
10546
10547 * gdb.cp/watch-cp.cc: New test.
10548 * gdb.cp/watch-cp.exp: New file.
10549
10550 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10551
10552 * gdb.base/infcall-nested-structs.exp: New file.
10553 * gdb.base/infcall-nested-structs.c: New file.
10554 * gdb.base/float.exp: Add riscv support.
10555
10556 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
10557
10558 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
10559 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
10560
10561 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
10562
10563 * gdb.server/abspath.exp: New file.
10564 * lib/gdb.exp (with_cwd): New procedure.
10565
10566 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
10567
10568 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
10569 use it.
10570 (gdb_is_target_remote_prompt): New proc.
10571 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
10572 (gdb_is_target_native): Pass prompt parameter to
10573 gdb_is_target_1.
10574
10575 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
10576
10577 * gdb.base/load-command.c: New file.
10578 * gdb.base/load-command.exp: New file.
10579 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
10580 (gdb_is_target_1): ...this, and generalize for other targets
10581 than just remote.
10582 (gdb_is_target_remote): Use gdb_is_target_1.
10583 (gdb_is_target_native): use gdb_is_target_1.
10584
10585 2018-02-26 Tom Tromey <tom@tromey.com>
10586
10587 PR python/16497:
10588 * gdb.python/py-framefilter.exp: Update test.
10589
10590 2018-02-26 Tom Tromey <tom@tromey.com>
10591
10592 * gdb.dwarf2/variant.c: New file.
10593 * gdb.dwarf2/variant.exp: New file.
10594
10595 2018-02-26 Tom Tromey <tom@tromey.com>
10596
10597 * gdb.rust/simple.exp: Accept more possible results in enum test.
10598
10599 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
10600
10601 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
10602 parentheses.
10603
10604 2018-02-23 Maciej W. Rozycki <macro@mips.com>
10605
10606 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
10607 name of a variable: $actual_linejj -> $actual_line.
10608
10609 2018-02-21 John Baldwin <jhb@FreeBSD.org>
10610
10611 * gdb.arch/amd64-i386-address.exp: Fix a typo.
10612
10613 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
10614
10615 * gdb.btrace/buffer-size.exp: Do not force BTS.
10616
10617 2018-02-14 Pedro Alves <palves@redhat.com>
10618
10619 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
10620 getting a "Quit".
10621
10622 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
10623
10624 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
10625 Fix test name.
10626
10627 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
10628
10629 * gdb.cp/m-static.exp: Check type of optimized out static
10630 member.
10631
10632 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
10633
10634 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
10635 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
10636
10637 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
10638 Leszek Swirski <leszeks@google.com>
10639
10640 * gdb.python/py-prettyprint.c
10641 (struct to_string_returns_value_inner,
10642 struct to_string_returns_value_wrapper): New.
10643 (main): Add tsrvw variable.
10644 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
10645 ToStringReturnsValueWrapper): New classes.
10646 (register_pretty_printers): Register new pretty-printers.
10647 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
10648 recursive pretty printer.
10649 * gdb.python/py-mi.exp: Likewise.
10650
10651 2018-02-01 Leszek Swirski <leszeks@google.com>
10652
10653 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
10654 functions with the same name as an include file are parsed
10655 correctly.
10656
10657 2018-02-01 Yao Qi <yao.qi@linaro.org>
10658
10659 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
10660 "\[^\r\n\]*".
10661
10662 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
10663
10664 * gdb.arch/powerpc-prologue-frame.s: New file.
10665 * gdb.arch/powerpc-prologue-frame.c: Likewise.
10666 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
10667
10668 2018-01-31 Joel Brobecker <brobecker@adacore.com>
10669
10670 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
10671
10672 2018-01-30 Pedro Alves <palves@redhat.com>
10673
10674 PR gdb/13211
10675 * gdb.base/interrupt-daemon.c: New.
10676 * gdb.base/interrupt-daemon.exp: New.
10677 * gdb.multi/multi-term-settings.c: New.
10678 * gdb.multi/multi-term-settings.exp: New.
10679
10680 2018-01-30 Joel Brobecker <brobecker@adacore.com>
10681
10682 * gdb.base/break.exp: Save the location where the breakpoint
10683 on break.c:47 was actually inserted when debugging the version
10684 compiled at -O2 and use it in the expected output of the "info
10685 break" test performed soon after.
10686
10687 2018-01-22 Pedro Alves <palves@redhat.com>
10688 Sergio Durigan Junior <sergiodj@redhat.com>
10689
10690 * gdb.base/whatis.exp: Add tests for 'set print object on' +
10691 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
10692
10693 2018-01-22 Joel Brobecker <brobecker@adacore.com>
10694
10695 * gdb.base/break-include.c, gdb.base/break-include.inc,
10696 gdb.base/break-include.exp: New files.
10697 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
10698 line number now being the actual line number where the breakpoint
10699 was inserted.
10700 * gdb.mi/mi-break.exp: Likewise.
10701 * gdb.mi/mi-reverse.exp: Likewise.
10702 * gdb.mi/mi-simplerun.exp: Ditto.
10703
10704 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
10705
10706 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
10707 varobj.
10708 * gdb.mi/mi-var-create-rtti.exp: Likewise.
10709
10710 2018-01-21 Don Breazeal <donb@codesourcery.com>
10711 Andrew Burgess <andrew.burgess@embecosm.com>
10712
10713 * gdb.mi/basics.c: Add new global.
10714 * gdb.mi/mi-frame-regs.exp: New file.
10715 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
10716 case.
10717
10718 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
10719
10720 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
10721 non-parameter, and on an unknown symbol.
10722
10723 2018-01-19 Tom Tromey <tom@tromey.com>
10724
10725 * gdb.rust/modules.rs (TWENTY_THREE): New global.
10726 * gdb.rust/modules.exp: Add ::-qualified lookup test.
10727
10728 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10729
10730 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
10731 setrlimit and chdir to int.
10732
10733 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10734
10735 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
10736 function.
10737 (my_tend): Likewise.
10738 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
10739 rationale of avoiding FP- and vector instructions.
10740
10741 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
10742
10743 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
10744 "info reg" with "\[ \t\]*".
10745 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
10746 "\[ \t\]+".
10747 * gdb.arch/s390-multiarch.exp: Ditto.
10748 * gdb.base/pc-fp.exp: Ditto.
10749 * gdb.reverse/i386-precsave.exp: Ditto.
10750 * gdb.reverse/i386-reverse.exp: Ditto.
10751 * gdb.reverse/i387-env-reverse.exp: Ditto.
10752 * gdb.reverse/i387-stack-reverse.exp: Ditto.
10753
10754 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
10755
10756 * lib/gdb.exp (gdb_compile): Re-enable use of
10757 universal_compile_options for languages other than Rust.
10758
10759 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
10760
10761 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
10762
10763 2018-01-17 Mike Gulick <mgulick@mathworks.com>
10764
10765 PR gdb/16577
10766 * gdb.base/solib-vanish.exp: New.
10767 * gdb.base/solib-vanish-main.c: New.
10768 * gdb.base/solib-vanish-lib1.c: New.
10769 * gdb.base/solib-vanish-lib2.c: New.
10770
10771 2018-01-17 Yao Qi <yao.qi@linaro.org>
10772
10773 * gdb.compile/compile.exp: Match the address printed for
10774 frame in the output of command "bt".
10775
10776 2018-01-15 Tom Tromey <tom@tromey.com>
10777
10778 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
10779 compute sp_reg.
10780
10781 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
10782
10783 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
10784 to prepare.
10785 (prepare): Return 0 on error, 1 on success.
10786
10787 2018-01-12 Pedro Alves <palves@redhat.com>
10788
10789 * gdb.base/continue-after-aborted-step-over.c: New.
10790 * gdb.base/continue-after-aborted-step-over.exp: New.
10791
10792 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
10793
10794 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
10795 options when not creating an executable.
10796
10797 2018-01-11 Pedro Alves <palves@redhat.com>
10798
10799 PR remote/22597
10800 * gdb.server/stop-reply-no-thread.c: New file.
10801 * gdb.server/stop-reply-no-thread.exp: New file.
10802
10803 2018-01-10 Pedro Alves <palves@redhat.com>
10804
10805 PR gdb/22670
10806 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
10807 functions too. Test setting breakpoints and printing C functions
10808 with no debug info too.
10809 * gdb.ada/bp_c_mixed_case/qux.c: New file.
10810
10811 2018-01-10 Pedro Alves <palves@redhat.com>
10812
10813 PR gdb/22670
10814 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
10815 a fail.
10816
10817 2018-01-10 Pedro Alves <palves@redhat.com>
10818
10819 PR gdb/22670
10820 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
10821
10822 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
10823
10824 * gdb.server/unittest.exp: Match the output in non-development
10825 mode.
10826
10827 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
10828
10829 * gdb.gdb/unittest.exp: Match output in non-development mode.
10830
10831 2018-01-08 Joel Brobecker <brobecker@adacore.com>
10832
10833 * gdb.ada/access_tagged_param.exp: Relax expected output
10834 for value of "ObjL" in "continue" to pck.inspect breakpoint
10835 test.
10836
10837 2018-01-08 Joel Brobecker <brobecker@adacore.com>
10838
10839 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
10840 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
10841
10842 2018-01-05 Pedro Alves <palves@redhat.com>
10843
10844 PR gdb/18653
10845 * gdb.base/libsegfault.exp: New.
10846
10847 2018-01-05 Joel Brobecker <brobecker@adacore.com>
10848
10849 PR gdb/22670
10850 * gdb.ada/access_tagged_param.exp: New file.
10851 * gdb.ada/access_tagged_param/foo.adb: New file.
10852
10853 2018-01-05 Pedro Alves <palves@redhat.com>
10854
10855 PR gdb/22670
10856 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
10857 exercise lower case too, and to exercise both full matching and
10858 wild matching.
10859
10860 2018-01-05 Joel Brobecker <brobecker@adacore.com>
10861
10862 * gdb.ada/rename_subscript_param: New testcase.
10863
10864 2018-01-05 Jerome Guitton <guitton@adacore.com>
10865
10866 * gdb.ada/arr_acc_idx_w_gap: New testcase.
10867
10868 2018-01-05 Joel Brobecker <brobecker@adacore.com>
10869
10870 * gdb.ada/convvar_comp: New testcase.
10871
10872 2018-01-05 Xavier Roirand <roirand@adacore.com>
10873
10874 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
10875 (My_Table): New global variable.
10876 * testsuite/gdb.ada/array_char_idx.exp: Add test.
10877
10878 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10879
10880 PR gdb/22670
10881 * gdb.ada/maint_with_ada: New testcase.
10882
10883 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10884
10885 PR gdb/22670
10886 * gdb.ada/bp_c_mixed_case: New testcase.
10887
10888 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10889
10890 PR gdb/22670
10891 * gdb.ada/complete.exp: Add "complete break ada" test.
10892
10893 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10894
10895 PR gdb/22670
10896 * gdb.ada/info_addr_mixed_case: New testcase.
10897
10898 2018-01-03 Xavier Roirand <roirand@adacore.com>
10899
10900 * gdb.ada/excep_handle.exp: New testcase.
10901 * gdb.ada/excep_handle/foo.adb: New file.
10902 * gdb.ada/excep_handle/pck.ads: New file.
10903
10904 2018-01-03 Joel Brobecker <brobecker@adacore.com>
10905
10906 * gdb.base/step-line.c: Add extra empty line in copyright header.
10907 * gdb.base/step-line.inp: Likewise.
10908
10909 2018-01-02 Joel Brobecker <brobecker@adacore.com>
10910
10911 * gdb.ada/dyn_stride.exp: Add slice test.
10912
10913 2018-01-02 Joel Brobecker <brobecker@adacore.com>
10914
10915 * gdb.ada/dyn_stride: New testcase.
10916
10917 2017-12-27 Stafford Horne <shorne@gmail.com>
10918
10919 * gdb.xml/extra-regs.xml: Add example foo reggroup.
10920 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
10921
10922 2017-12-27 Stafford Horne <shorne@gmail.com>
10923
10924 * gdb.base/reggroups.c: New file.
10925 * gdb.base/reggroups.exp: New file.
10926
10927 2017-12-18 Joel Brobecker <brobecker@adacore.com>
10928
10929 * gdb.dwarf2/ada-valprint-error.c: New file.
10930 * gdb.dwarf2/ada-valprint-error.exp: New file.
10931
10932 2017-12-18 Joel Brobecker <brobecker@adacore.com>
10933
10934 * gdb.ada/assign_arr: New testcase.
10935
10936 2017-12-18 Xavier Roirand <roirand@adacore.com>
10937
10938 * gdb.ada/funcall_ptr: New testcase.
10939
10940 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10941
10942 PR cli/16224
10943 * gdb.base/ptype-offsets.cc: New file.
10944 * gdb.base/ptype-offsets.exp: New file.
10945
10946 2017-12-15 Yao Qi <yao.qi@linaro.org>
10947
10948 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
10949 if XML is disabled.
10950
10951 2017-12-15 Xavier Roirand <roirand@adacore.com>
10952
10953 * gdb.ada/same_component_name: New testcase.
10954
10955 2017-12-14 Joel Brobecker <brobecker@adacore.com>
10956
10957 * gdb.ada/str_binop_equal: New testcase.
10958
10959 2017-12-14 Joel Brobecker <brobecker@adacore.com>
10960
10961 * gdb.ada/task_switch_in_core: New testcase.
10962
10963 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
10964
10965 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
10966 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
10967 call test_bkpt_qualified.
10968 (test_bkpt_qualified): New proc.
10969
10970 2017-12-13 Pedro Alves <palves@redhat.com>
10971
10972 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
10973 Tighten regexp by matching with an anchor.
10974
10975 2017-12-13 Pedro Alves <palves@redhat.com>
10976
10977 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
10978 ("expression with namespace"): New set of tests.
10979 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
10980 (Nested::Test_NS::qux): New.
10981 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
10982 defaults to 'start_quote_char' and 'end_quote_char' parameters.
10983
10984 2017-12-13 Joel Brobecker <brobecker@adacore.com>
10985
10986 * gdb.base/server-del-break.c: New file.
10987 * gdb.base/server-del-break.exp: New file.
10988
10989 2017-12-12 Stafford Horne <shorne@gmail.com>
10990
10991 * gdb.xml/tdesc-regs.exp: Add or1k support.
10992
10993 2017-12-12 Stafford Horne <shorne@gmail.com>
10994
10995 * gdb.base/bp-permanent.c: Define nop of or1k.
10996
10997 2017-12-11 Joel Brobecker <brobecker@adacore.com>
10998
10999 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
11000 output with components being reordered.
11001
11002 2017-12-11 Joel Brobecker <brobecker@adacore.com>
11003
11004 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
11005 output with components being reordered.
11006
11007 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11008 Pedro Alves <palves@redhat.com>
11009
11010 * gdb.base/maint.exp (check for .gdb_index): Check also for
11011 .debug_names.
11012 * gdb.dlang/watch-loc.c (.debug_aranges): New.
11013 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
11014 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
11015 (.gdb_index used after symbol reloading): Support also .debug_names.
11016 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
11017
11018 2017-12-08 Yao Qi <yao.qi@linaro.org>
11019
11020 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
11021 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
11022
11023 2017-12-08 Yao Qi <yao.qi@linaro.org>
11024
11025 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
11026 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
11027
11028 2017-12-08 Yao Qi <yao.qi@linaro.org>
11029
11030 * gdb.arch/aarch64-tagged-pointer.c: New file.
11031 * gdb.arch/aarch64-tagged-pointer.exp: New file.
11032
11033 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
11034
11035 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
11036 "int".
11037
11038 2017-12-07 Keith Seitz <keiths@redhat.com>
11039
11040 PR breakpoints/22569
11041 * gdb.linespec/ls-errs.exp: Change expected result of "break
11042 -source this file has spaces.c -line 3".
11043 Check that an explicit source file followed by whitespace is
11044 identified as an invalid explicit location.
11045
11046 2017-12-07 Keith Seitz <keiths@redhat.com>
11047
11048 * gdb.cp/nested-types.cc: New file.
11049 * gdb.cp/nested-types.exp: New file.
11050 * lib/cp-support.exp: Load data-structures.exp library.
11051 (debug_cp_test_ptype_class): New global.
11052 (cp_ptype_class_verbose, next_line): New procedures.
11053 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
11054 Add and document new return value.
11055 Switch the list of lines to a queue.
11056 Add support for new `type' key for nested type definitions.
11057 Add debugging/troubleshooting messages.
11058 * lib/data-structures.exp: New file.
11059
11060 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
11061
11062 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
11063 with proc_with_prefix, don't use with_test_prefix.
11064
11065 2017-12-07 Tom Tromey <tom@tromey.com>
11066
11067 * gdb.base/break.exp: Add test for empty "commands".
11068
11069 2017-12-07 Yao Qi <yao.qi@linaro.org>
11070
11071 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
11072 malloc and catch syscall.
11073
11074 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
11075
11076 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
11077 tests for explicit locations.
11078
11079 2017-12-06 Pedro Alves <palves@redhat.com>
11080
11081 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
11082 force-disabling XML descriptions.
11083
11084 2017-12-04 Pedro Alves <palves@redhat.com>
11085
11086 PR gdb/22499
11087 * gdb.arch/amd64-disp-step-avx.S: New file.
11088 * gdb.arch/amd64-disp-step-avx.exp: New file.
11089
11090 2017-12-03 Pedro Alves <palves@redhat.com>
11091
11092 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
11093 and <string.h>.
11094 (parent_function): Print distinct messages when waitpid fails, or
11095 the child exits with a signal, or the child exits for an unhandled
11096 reason.
11097 * gdb.threads/process-dies-while-detaching.exp
11098 (detach_and_expect_exit): New 'inf_output_re' parameter and use
11099 it. Wait for both inferior output and GDB's prompt. Use an
11100 indirect spawn id list.
11101 (do_detach): New parameter 'child_exit'. Use it to compute
11102 expected inferior output.
11103 (test_detach, test_detach_watch, test_detach_killed_outside):
11104 Adjust to pass down the expected child exit kind.
11105
11106 2017-12-01 Joel Brobecker <brobecker@adacore.com>
11107 Sergio Durigan Junior <sergiodj@redhat.com>
11108 Pedro Alves <palves@redhat.com>
11109
11110 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
11111
11112 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
11113
11114 * gdb.base/relocate.exp: Add tests to guarantee that arguments
11115 to 'symbol-file' and 'add-symbol-file' can be
11116 position-independent.
11117
11118 2017-12-01 Yao Qi <yao.qi@linaro.org>
11119
11120 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
11121 the URL in copyright header.
11122 * gdb.arch/aarch64-fp.exp: Likewise.
11123 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
11124 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
11125 * gdb.base/expand-psymtabs.exp: Likewise.
11126 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
11127 * gdb.fortran/common-block.exp: Likewise.
11128 * gdb.fortran/common-block.f90: Likewise.
11129 * gdb.fortran/logical.exp: Likewise.
11130 * gdb.fortran/vla-datatypes.f90: Likewise.
11131 * gdb.fortran/vla-sub.f90: Likewise.
11132
11133 2017-11-30 Joel Brobecker <brobecker@adacore.com>
11134
11135 * gdb.ada/repeat_dyn: New testcase.
11136
11137 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
11138
11139 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
11140 Update for changed thread numbering.
11141 * gdb.cell/bt.exp: Update for changed GDB output.
11142
11143 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
11144
11145 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
11146 setting isremote by hand.
11147 * boards/dwarf4-gdb-index.exp: Likewise.
11148 * boards/fission.exp: Likewise.
11149 * boards/stabs.exp: Likewise.
11150
11151 2017-11-30 Pedro Alves <palves@redhat.com>
11152
11153 * gdb.linespec/cpls-ops.exp
11154 (check_explicit_skips_function_argument): Extract the underlying
11155 type of size_t instead of hardcoding it.
11156
11157 2017-11-29 Pedro Alves <palves@redhat.com>
11158
11159 PR c++/19436
11160 * gdb.linespec/cpls-abi-tag.cc: New file.
11161 * gdb.linespec/cpls-abi-tag.exp: New file.
11162
11163 2017-11-29 Pedro Alves <palves@redhat.com>
11164
11165 * gdb.base/langs.exp: Use -qualified.
11166 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
11167 it.
11168 * gdb.cp/namespace.exp: Use -qualified.
11169 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
11170 (overload-3, template-overload, template-ret-type, const-overload)
11171 (const-overload-quoted, anon-ns, ambiguous-prefix): New
11172 procedures.
11173 (test_driver): Call them.
11174 * gdb.cp/save-bp-qualified.cc: New.
11175 * gdb.cp/save-bp-qualified.exp: New.
11176 * gdb.linespec/explicit.exp: Test -qualified.
11177 * lib/completion-support.exp (completion::explicit_opts_list): Add
11178 "-qualified".
11179 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
11180
11181 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
11182
11183 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
11184
11185 2017-11-29 Tom Tromey <tom@tromey.com>
11186
11187 * gdb.base/relocate.exp: Update invalid argument test.
11188 Add new tests for invalid arguments.
11189
11190 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
11191
11192 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
11193 Return 0 as a long.
11194 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
11195
11196 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
11197
11198 * gdb.cp/breakpoint.cc (bar): Set return type to void.
11199 * gdb.cp/psymtab-parameter.cc (func): Likewise.
11200 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
11201 func ().
11202 * gdb.cp/shadow.cc (B.func): Return 0.
11203
11204 2017-11-27 Joel Brobecker <brobecker@adacore.com>
11205
11206 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
11207 expected output in gdb_expect call to allow the exception
11208 message to be present as well. Fix syntax confusion to avoid
11209 TCL thinking that exception_name is an array.
11210
11211 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
11212
11213 * gdb.arch/spu-info.c: Include <unistd.h>.
11214 (do_signal_test): Fix broken calls to write.
11215 * gdb.arch/spu-info.exp: Use prepare_for_testing.
11216 Fix checks for empty mailboxes. Update signal tests for corrected
11217 do_signal_test routine. Allow nonzero event status.
11218 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
11219 * gdb.cell/arch.exp: Use standard_output_file.
11220 * gdb.cell/break.exp: Likewise.
11221 * gdb.cell/bt.exp: Likewise.
11222 * gdb.cell/core.exp: Likewise.
11223 * gdb.cell/dwarfaddr.exp: Likewise.
11224 * gdb.cell/ea-cache.exp: Likewise.
11225 * gdb.cell/ea-standalone.exp: Likewise.
11226 * gdb.cell/f-regs.exp: Likewise.
11227 * gdb.cell/fork.exp: Likewise.
11228 * gdb.cell/gcore.exp: Likewise.
11229 * gdb.cell/mem-access.exp: Likewise.
11230 * gdb.cell/ptype.exp: Likewise.
11231 * gdb.cell/registers.exp: Likewise.
11232 * gdb.cell/sizeof.exp: Likewise.
11233 * gdb.cell/solib-symbol.exp: Likewise.
11234 * gdb.cell/solib.exp: Likewise.
11235
11236 2017-11-25 Pedro Alves <palves@redhat.com>
11237
11238 * gdb.base/complete-empty.exp: New file.
11239 * gdb.base/completion.exp: Adjust.
11240
11241 2017-11-25 Pedro Alves <palves@redhat.com>
11242
11243 * gdb.linespec/cpls-ops.cc: New file.
11244 * gdb.linespec/cpls-ops.exp: New file.
11245 * lib/completion-support.exp (test_complete_prefix_range_re): New,
11246 factored out from ...
11247 (test_complete_prefix_range): ... this.
11248
11249 2017-11-24 Pedro Alves <palves@redhat.com>
11250
11251 * gdb.linespec/cpcompletion.exp: New file.
11252 * gdb.linespec/cpls-hyphen.cc: New file.
11253 * gdb.linespec/cpls.cc: New file.
11254 * gdb.linespec/cpls2.cc: New file.
11255 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
11256 test to use test_gdb_complete_unique. Add label completion,
11257 keyword completion and explicit location completion tests.
11258 * lib/completion-support.exp: New file.
11259
11260 2017-11-24 Joel Brobecker <brobecker@adacore.com>
11261
11262 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
11263 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
11264 when hitting an exception catchpoint.
11265
11266 2017-11-22 Yao Qi <yao.qi@linaro.org>
11267
11268 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
11269
11270 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
11271
11272 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
11273 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
11274 * gdb.dwarf2/info-locals-optimized-out.c: New file.
11275
11276 2017-11-22 Yao Qi <yao.qi@linaro.org>
11277
11278 * gdb.base/info-os.exp: Pass pthreads.
11279 * gdb.multi/multi-attach.exp: Likewise.
11280
11281 2017-11-22 Yao Qi <yao.qi@linaro.org>
11282
11283 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
11284 compiler.
11285
11286 2017-11-22 Yao Qi <yao.qi@linaro.org>
11287
11288 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
11289 * gdb.base/break-interp.exp: Likewise.
11290 * gdb.base/jit-attach-pie.exp: Likewise.
11291
11292 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
11293
11294 * gdb.base/float128.c (large128): New variable.
11295 * gdb.base/float128.exp: Add test to print largest __float128 value.
11296
11297 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
11298
11299 * gdb.arch/vsx-regs.exp: Update register content checks.
11300
11301 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
11302
11303 * gdb.arch/ppc-longdouble.exp: New file.
11304 * gdb.arch/ppc-longdouble.c: Likewise.
11305
11306 2017-11-21 Pedro Alves <palves@redhat.com>
11307
11308 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
11309
11310 2017-11-20 Pedro Alves <palves@redhat.com>
11311
11312 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
11313 (long_double_typedef): New typedefs.
11314 Use DEF on double and long double.
11315 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
11316 cases.
11317 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
11318 and 'long_double_ptr_same_size' locals. Use them to decide
11319 whether cast from array/function to float is valid/invalid.
11320
11321 2017-11-17 Tom Tromey <tom@tromey.com>
11322
11323 * gdb.rust/traits.rs: New file.
11324 * gdb.rust/traits.exp: New file.
11325
11326 2017-11-17 Joel Brobecker <brobecker@adacore.com>
11327
11328 * gdb.ada/minsyms: New testcase.
11329
11330 2017-11-16 Pedro Alves <palves@redhat.com>
11331
11332 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
11333 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
11334
11335 2017-11-16 Pedro Alves <palves@redhat.com>
11336
11337 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
11338 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
11339
11340 2017-11-16 Pedro Alves <palves@redhat.com>
11341
11342 * gdb.server/reconnect-ctrl-c.c: New file.
11343 * gdb.server/reconnect-ctrl-c.exp: New file.
11344
11345 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
11346
11347 * gdb.python/py-rbreak.exp: New file.
11348 * gdb.python/py-rbreak.c: New file.
11349 * gdb.python/py-rbreak-func2.c: New file.
11350
11351 2017-11-16 Pedro Alves <palves@redhat.com>
11352
11353 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
11354 pattern.
11355 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
11356 GDB.
11357
11358 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
11359
11360 * gdb.tui/completionn.exp (test_tab_completion): Add space in
11361 regex.
11362
11363 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
11364
11365 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
11366 test names.
11367
11368 2017-11-09 Pedro Alves <palves@redhat.com>
11369
11370 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
11371 factored out from ...
11372 (top level): ... here, and adjusted to avoid expecting beyond the
11373 prompt in a single gdb_test_multiple.
11374
11375 2017-11-09 Pedro Alves <palves@redhat.com>
11376
11377 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
11378 output.
11379 * gdb.server/ext-attach.exp ("kill" test): Likewise.
11380 * gdb.server/ext-restart.exp ("kill" test): Likewise.
11381 * gdb.server/ext-run.exp ("kill" test): Likewise.
11382 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
11383
11384 2017-11-09 Pedro Alves <palves@redhat.com>
11385
11386 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
11387 match till end of line.
11388
11389 2017-11-09 Pedro Alves <palves@redhat.com>
11390
11391 * gdb.base/memattr.exp: Tighten regexes to match the end line.
11392
11393 2017-11-09 Pedro Alves <palves@redhat.com>
11394
11395 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
11396 New procedures, factored out from ...
11397 (top level): ... here, and adjusted to avoid expecting beyond the
11398 prompt in one go.
11399
11400 2017-11-09 Pedro Alves <palves@redhat.com>
11401
11402 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
11403 output. Fix '?' match.
11404
11405 2017-11-08 Joel Brobecker <brobecker@adacore.com>
11406
11407 * gdb.ada/scoped_watch: New testcase.
11408 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
11409 which is actually correct.
11410 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
11411 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
11412
11413 2017-11-08 Pedro Alves <palves@redhat.com>
11414
11415 * gdb.gdb/complaints.exp (test_initial_complaints)
11416 (test_serial_complaints, test_short_complaints): Call
11417 complaint_internal instead of complaint.
11418
11419 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
11420
11421 * gdb.threads/tls-core.c: New file.
11422 * gdb.threads/tls-core.exp: Likewise.
11423
11424 2017-11-08 Pedro Alves <palves@redhat.com>
11425
11426 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
11427 (p Exported_Capitalized): New test.
11428 (p exported_capitalized): New test.
11429
11430 2017-11-07 Pedro Alves <palves@redhat.com>
11431
11432 * gdb.cp/ena-dis-br-range.exp: Add more tests.
11433
11434 2017-11-07 Pedro Alves <palves@redhat.com>
11435
11436 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
11437 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
11438 (disable_invalid, disable_inverted, disable_negative): New
11439 procedures.
11440 ("bad numbers"): New set of tests.
11441
11442 2017-11-07 Pedro Alves <palves@redhat.com>
11443
11444 * gdb.cp/ena-dis-br-range.exp: Add tests.
11445
11446 2017-11-07 Pedro Alves <palves@redhat.com>
11447
11448 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
11449
11450 2017-11-07 Xavier Roirand <roirand@adacore.com>
11451 Pedro Alves <palves@redhat.com>
11452
11453 * gdb.base/ena-dis-br.exp: Add reference to
11454 gdb.cp/ena-dis-br-range.exp.
11455 * gdb.cp/ena-dis-br-range.exp: New file.
11456 * gdb.cp/ena-dis-br-range.cc: New file.
11457
11458 2017-11-06 Pedro Alves <palves@redhat.com>
11459
11460 * gdb.base/attach-non-pgrp-leader.c: New.
11461 * gdb.base/attach-non-pgrp-leader.exp: New.
11462
11463 2017-11-06 Pedro Alves <palves@redhat.com>
11464
11465 * configure.ac: No longer check for termio.h and sgtty.h.
11466 * configure: Regenerate.
11467 * remote-utils.c: Include termios.h instead of gdb_termios.h.
11468 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
11469 Remove termio and sgtty code.
11470
11471 2017-11-03 Yao Qi <yao.qi@linaro.org>
11472
11473 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
11474 in GDB is disabled.
11475
11476 2017-11-03 Yao Qi <yao.qi@linaro.org>
11477
11478 * gdb.python/py-thrhandle.exp: Skip it if python is not
11479 enabled.
11480
11481 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
11482
11483 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
11484 as a breakpoint command.
11485
11486 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
11487
11488 PR python/21213
11489 * gdb.python/py-infthread.exp: Test calling
11490 InferiorThread.inferior () multiple times in a row.
11491
11492 2017-10-27 Keith Seitz <keiths@redhat.com>
11493
11494 * gdb.opt/inline-break.exp (break_info_1): New procedure.
11495 Test "info break" for every inlined function breakpoint.
11496
11497 2017-10-27 Yao Qi <yao.qi@linaro.org>
11498
11499 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
11500
11501 2017-10-26 Patrick Frants <osscontribute@gmail.com>
11502
11503 * gdb.cp/classes.exp (test_static_members): Test printing
11504 Outer::instance.
11505 * gdb.cp/classes.c (struct Inner, struct Outer): New.
11506 (Inner::instance, Outer::instance): New.
11507
11508 2017-10-24 Pedro Alves <palves@redhat.com>
11509
11510 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
11511 extra console" test in two stages.
11512
11513 2017-10-24 Pedro Alves <palves@redhat.com>
11514
11515 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
11516
11517 2017-10-24 Pedro Alves <palves@redhat.com>
11518
11519 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
11520 loop.
11521
11522 2017-10-24 Pedro Alves <palves@redhat.com>
11523
11524 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
11525 $attempt" and "stoppedtry $stoppedtry" test prefixes.
11526
11527 2017-10-24 Pedro Alves <palves@redhat.com>
11528
11529 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
11530 parameter and handle it. Don't output read value in test name.
11531
11532 2017-10-24 Pedro Alves <palves@redhat.com>
11533
11534 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
11535 custom test name.
11536
11537 2017-10-24 Pedro Alves <palves@redhat.com>
11538
11539 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
11540 include the unstable output directory name in the test's name.
11541 (initial_setup_simple) <'set args'>: Use custom test name.
11542
11543 2017-10-24 Pedro Alves <palves@redhat.com>
11544
11545 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
11546 with explicit test name.
11547
11548 2017-10-20 Pedro Alves <palves@redhat.com>
11549
11550 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
11551 'wait -i'. Use gdb_assert and remote_close.
11552
11553 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
11554
11555 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
11556 number from variable rather than hard-coded.
11557
11558 2017-10-19 Pedro Alves <palves@redhat.com>
11559
11560 * gdb.base/long-inferior-output.c: New file.
11561 * gdb.base/long-inferior-output.exp: New file.
11562
11563 2017-11-18 Keith Seitz <keiths@redhat.com>
11564
11565 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
11566 method.
11567 (main): Call it.
11568 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
11569 Add additional user-defined conversion operator tests.
11570
11571 2017-10-17 Pedro Alves <palves@redhat.com>
11572
11573 * boards/native-stdio-gdbserver.exp: Load "local-board".
11574
11575 2017-10-17 Pedro Alves <palves@redhat.com>
11576
11577 * gdb.base/quit-live.c: New file.
11578 * gdb.base/quit-live.exp: New file.
11579
11580 2017-10-16 Keith Seitz <keiths@redhat.com>
11581
11582 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
11583 (class_with_protected_typedef, class_with_private_typedef)
11584 (struct_with_public_typedef, struct_with_protected_typedef)
11585 (struct_with_private_typedef): New classes/structs.
11586 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
11587 typedefs and access specifiers.
11588
11589 2017-10-16 Pedro Alves <palves@redhat.com>
11590 Simon Marchi <simon.marchi@polymtl.ca>
11591
11592 * README (Local vs Remote vs Native): New section.
11593 * boards/local-board.exp: New file, with bits factored out from
11594 ...
11595 * boards/native-extended-gdbserver.exp: ... here. Load
11596 "local-board".
11597 * boards/native-gdbserver.exp: Load "local-board".
11598 (${board}_spawn, ${board}_exec): Delete.
11599 * boards/native-stdio-gdbserver.exp: Most contents factored out to
11600 ...
11601 * boards/stdio-gdbserver-base.exp: ... this new file.
11602 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
11603 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
11604 procedure.
11605 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
11606 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
11607 stdio_gdbserver_command.
11608 (${board}_get_remote_address, ${board}_get_comm_port)
11609 (${board}_download, ${board}_upload): Delete.
11610 (get_target_remote_pipe_cmd): New.
11611
11612 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
11613
11614 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
11615 test_bkpt_deletion, test_bkpt_cond_and_cmds,
11616 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
11617 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
11618 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
11619 remove with_test_prefix.
11620
11621 2017-10-13 Pedro Alves <palves@redhat.com>
11622
11623 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
11624 * gdb.base/annota1.exp: Use it instead of is_remote.
11625 * gdb.base/annota3.exp: Use it instead of is_remote.
11626 * gdb.cp/annota2.exp: Use it instead of is_remote.
11627 * gdb.cp/annota3.exp: Use it instead of is_remote.
11628 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
11629
11630 2017-10-13 Pedro Alves <palves@redhat.com>
11631
11632 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
11633 (test_num_test_vars, run_and_count_vars, find_env)
11634 (test_set_unset_env, test_inherit_env_var): New procedures.
11635 (top level): Use them.
11636
11637 2017-10-13 Pedro Alves <palves@redhat.com>
11638
11639 * lib/selftest-support.exp (selftest_setup): Extend comments, and
11640 also skip on stub-like targets.
11641
11642 2017-10-13 Pedro Alves <palves@redhat.com>
11643
11644 PR gdb/22293
11645 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
11646 (top level): Move some tests to ...
11647 (test_not_found): ... this new procedure.
11648 (top level): Call it.
11649
11650 2017-10-13 Pedro Alves <palves@redhat.com>
11651
11652 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
11653 expect different "info terminal" output if testing with a
11654 non-native target.
11655
11656 2017-10-13 Pedro Alves <palves@redhat.com>
11657 Simon Marchi <simon.marchi@polymtl.ca>
11658
11659 PR python/12966
11660 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
11661
11662 2017-10-13 Pedro Alves <palves@redhat.com>
11663
11664 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
11665 already.
11666
11667 2017-10-13 Pedro Alves <palves@redhat.com>
11668
11669 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
11670 is_remote.
11671
11672 2017-10-13 Pedro Alves <palves@redhat.com>
11673
11674 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
11675 is_remote.
11676
11677 2017-10-13 Pedro Alves <palves@redhat.com>
11678
11679 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
11680 is set.
11681 (corefile_test_attach): Likewise. Check can_spawn_for_attach
11682 instead of is_remote.
11683
11684 2017-10-13 Pedro Alves <palves@redhat.com>
11685
11686 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
11687 (top level): Add comment.
11688
11689 2017-10-13 Pedro Alves <palves@redhat.com>
11690
11691 * gdb.base/remote.exp (top level): Fix comment typo and add
11692 missing return.
11693
11694 2017-10-13 Pedro Alves <palves@redhat.com>
11695 Simon Marchi <simon.marchi@polymtl.ca>
11696
11697 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
11698 calls and add comments. Skip test if use_gdb_stub is set.
11699 (top level): Use "set cwd" command instead of "cd" command.
11700
11701 2017-10-13 Pedro Alves <palves@redhat.com>
11702
11703 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
11704 is_remote target check.
11705
11706 2017-10-13 Pedro Alves <palves@redhat.com>
11707
11708 * gdb.base/scope.exp: Use build_executable + clean_restart +
11709 gdb_file_cmd instead of prepare_for_testing and no longer skip
11710 "before run" tests on is_remote target boards. Update comments.
11711 * boards/native-extended-gdbserver.exp
11712 (extended_gdbserver_load_last_file): New, factored out from ...
11713 (gdb_load): ... this. Move further below and add comment.
11714 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
11715
11716 2017-10-12 Pedro Alves <palves@redhat.com>
11717
11718 * gdb.base/attach.exp: Remove references to gdb64.
11719 * gdb.base/dbx.exp: Remove references to gdb64.
11720
11721 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
11722 Pedro Alves <palves@redhat.com>
11723
11724 * gdb.base/label.exp: Remove is_remote target check.
11725
11726 2017-10-12 Pedro Alves <palves@redhat.com>
11727
11728 * gdb.base/auvx.exp (coredir): Update comment.
11729 (top level) <core_works>: Use "set cwd" command instead of "cd"
11730 command.
11731
11732 2017-10-12 Pedro Alves <palves@redhat.com>
11733 Simon Marchi <simon.marchi@polymtl.ca>
11734
11735 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
11736 target boards.
11737
11738 2017-10-12 Pedro Alves <palves@redhat.com>
11739 Simon Marchi <simon.marchi@polymtl.ca>
11740
11741 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
11742 Instead skip if there's any gdb_protocol set.
11743
11744 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
11745 Pedro Alves <palves@redhat.com>
11746
11747 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
11748
11749 2017-10-12 Pedro Alves <palves@redhat.com>
11750 Simon Marchi <simon.marchi@polymtl.ca>
11751
11752 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
11753 instead of on dejagnu remote boards.
11754
11755 2017-10-12 Pedro Alves <palves@redhat.com>
11756 Simon Marchi <simon.marchi@polymtl.ca>
11757
11758 * gdb.base/inferior-died.exp: Remove is_remote and isnative
11759 checks. Use build_executable + clean_restart instead of
11760 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
11761 of enabling non-stop after starting gdb.
11762
11763 2017-10-12 Pedro Alves <palves@redhat.com>
11764
11765 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
11766 * gdb.threads/non-ldr-exc-2.exp: Ditto.
11767 * gdb.threads/non-ldr-exc-3.exp: Ditto.
11768 * gdb.threads/non-ldr-exc-4.exp: Ditto.
11769
11770 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
11771
11772 * gdb.arch/arc-tdesc-cpu.exp: New file.
11773 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
11774
11775 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
11776
11777 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
11778
11779 2017-10-10 Pedro Alves <palves@redhat.com>
11780
11781 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
11782 expect CLI output.
11783
11784 2017-10-10 Pedro Alves <palves@redhat.com>
11785
11786 * lib/selftest-support.exp (selftest_setup): Update for
11787 captured_command_loop's prototype change.
11788
11789 2017-10-09 Pedro Alves <palves@redhat.com>
11790
11791 Test both arch1=>arch2 and arch2=>arch1.
11792
11793 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
11794 (srcfile2, binfile2, march1, march2): Remove globals. Largely
11795 factored out to...
11796 (append_arch1_options, append_arch2_options, append_arch_options)
11797 (build_executables): New procedures.
11798 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
11799 local.
11800 (top level): Add new 'first_arch' testing axis.
11801
11802 2017-10-09 Pedro Alves <palves@redhat.com>
11803
11804 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
11805 (barrier): New.
11806 (thread_start, all_started): New functions.
11807 (main): Spawn new thread and wait until it is scheduled.
11808 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
11809 option.
11810 (do_test): Add 'selected_thread' parameter. Run to all_started
11811 instead of main. Explicitly set the breakpoint at main. Switch
11812 to the SELECTED_THREAD thread.
11813 (top level): Test handling the exec event with either the main
11814 thread or the second thread selected.
11815
11816 2017-10-09 Pedro Alves <palves@redhat.com>
11817
11818 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
11819 logic. Move STOP marker after the value checks.
11820 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
11821 regexp.
11822
11823 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
11824
11825 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
11826
11827 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
11828
11829 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
11830 integer-to-dfp conversion.
11831 * gdb.base/dfp-test.exp: Likewise.
11832
11833 2017-10-04 Pedro Alves <palves@redhat.com>
11834
11835 * gdb.multi/hangout.c: Include <unistd.h>.
11836 (hangout_loop): New function.
11837 (main): Call alarm. Call hangout_loop in a loop.
11838 * gdb.multi/hello.c: Include <unistd.h>.
11839 (hello_loop): New function.
11840 (main): Call alarm. Call hangout_loop in a loop.
11841 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
11842 inferior with the other selected.
11843
11844 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
11845
11846 * gdb.mi/list-thread-groups-available.exp: New file.
11847 * gdb.mi/list-thread-groups-available.c: New file.
11848
11849 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
11850
11851 * gdb.base/set-cwd.exp: Make it available on
11852 native-extended-gdbserver.
11853
11854 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
11855
11856 * gdb.base/set-cwd.c: New file.
11857 * gdb.base/set-cwd.exp: Likewise.
11858
11859 2017-10-02 Tom Tromey <tom@tromey.com>
11860
11861 PR rust/22236:
11862 * gdb.rust/simple.rs (main): New variable "fslice".
11863 * gdb.rust/simple.exp: Add slice tests. Update string tests.
11864
11865 2017-10-02 Tom Tromey <tom@tromey.com>
11866
11867 * gdb.rust/simple.exp: Test ptype of a slice.
11868
11869 2017-10-02 Tom Tromey <tom@tromey.com>
11870
11871 * gdb.rust/simple.exp: Test index of slice.
11872
11873 2017-09-27 Tom Tromey <tom@tromey.com>
11874
11875 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
11876
11877 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
11878 Pedro Alves <palves@redhat.com>
11879
11880 * gdb.base/compare-sections.exp (get value of read-only section): Read
11881 as unsigned value.
11882 (corrupt read-only section): Likewise and don't set written if patching
11883 failed.
11884
11885 2017-09-21 Kevin Buettner <kevinb@redhat.com>
11886
11887 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
11888 files.
11889
11890 2017-09-20 Pedro Alves <palves@redhat.com>
11891
11892 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
11893 symbol names in gdb's output.
11894 * gdb.cp/overload.exp ("list all overloads"): Likewise.
11895
11896 2017-09-20 Pedro Alves <palves@redhat.com>
11897
11898 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
11899 Rename to ...
11900 (test_list_ambiguous_symbol): ... this and add a symbol name
11901 parameter. Adjust.
11902 (test_list_ambiguous_function): Reimplement on top of
11903 test_list_ambiguous_symbol and also test listing ambiguous
11904 variables.
11905 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
11906 (ambiguous_fun): ... this.
11907 (ambiguous_var): New.
11908 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
11909 (ambiguous_fun): ... this.
11910 (ambiguous_var): New.
11911
11912 2017-09-19 John Baldwin <jhb@FreeBSD.org>
11913
11914 * gdb.base/starti.c: New file.
11915 * gdb.base/starti.exp: New file.
11916 * lib/gdb.exp (gdb_starti_cmd): New procedure.
11917
11918 2017-09-14 Pedro Alves <palves@redhat.com>
11919
11920 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
11921 (top level): Use it instead of runto.
11922
11923 2017-09-11 Tom Tromey <tom@tromey.com>
11924
11925 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
11926
11927 2017-09-11 Tom Tromey <tom@tromey.com>
11928
11929 * gdb.python/py-infthread.exp: Add tests for new_thread event.
11930 * gdb.python/py-inferior.exp: Add tests for new inferior events.
11931
11932 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
11933
11934 * gdb.fortran/printing-types.exp: New file.
11935 * gdb.fortran/printing-types.exp: New file.
11936
11937 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
11938
11939 * gdb.fortran/vla-ptype.exp: Fix typos.
11940 * gdb.fortran/vla-value.exp: Same.
11941
11942 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
11943
11944 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
11945 * gdb.mi/mi-var-child-f.exp: Likewise.
11946 * gdb.mi/mi-vla-fortran.exp: Likewise.
11947
11948 2017-09-08 Frank Penczek <frank.penczek@intel.com>
11949 Christoph Weinmann <christoph.t.weinmann@intel.com>
11950 Bernhard Heckel <bernhard.heckel@intel.com>
11951
11952 * gdb.fortran/ptr-indentation.f90: New file.
11953 * gdb.fortran/ptr-indentation.exp: New file.
11954
11955 2017-09-05 Tom Tromey <tom@tromey.com>
11956
11957 PR gdb/22010:
11958 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
11959
11960 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
11961
11962 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
11963
11964 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11965
11966 * gdb.threads/tls-nodebug-pie.c: New file.
11967 * gdb.threads/tls-nodebug-pie.exp: New file.
11968
11969 2017-09-05 Tom Tromey <tom@tromey.com>
11970
11971 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
11972 for rust.
11973
11974 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
11975
11976 * gdb.multi/multi-arch-exec.exp: Test with different
11977 "follow-exec-mode" settings.
11978 (do_test): New procedure.
11979
11980 2017-09-04 Pedro Alves <palves@redhat.com>
11981
11982 * gdb.base/func-static.c (S::method const, S::method volatile)
11983 (S::method volatile const): New methods.
11984 (c_s, v_s, cv_s): New instances.
11985 (main): Call method() on them.
11986 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
11987 (cannot_resolve): New procedure.
11988 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
11989 print-quote-unquoted columns.
11990 (do_test): Test printing each scope too.
11991
11992 2017-09-04 Pedro Alves <palves@redhat.com>
11993
11994 * gdb.base/local-static.exp: Also test with
11995 class::method::variable wholly quoted.
11996 * gdb.cp/m-static.exp (class::method::variable): Remove test.
11997
11998 2017-09-04 Pedro Alves <palves@redhat.com>
11999
12000 * gdb.base/local-static.c: New.
12001 * gdb.base/local-static.cc: New.
12002 * gdb.base/local-static.exp: New.
12003
12004 2017-09-04 Pedro Alves <palves@redhat.com>
12005
12006 * gdb.asm/asm-source.exp: Add casts to int.
12007 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
12008 (dataglobal64_1, dataglobal64_2): New globals.
12009 * gdb.base/nodebug.exp: Test different expressions involving the
12010 new globals, with print, whatis and ptype. Add casts to int.
12011 * gdb.base/solib-display.exp: Add casts to int.
12012 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
12013 * gdb.cp/m-static.exp: Add cast to int.
12014 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
12015 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
12016 tls variable with no debug info without a cast. Test with a cast
12017 to int too.
12018 * gdb.trace/entry-values.exp: Add casts.
12019
12020 2017-09-04 Pedro Alves <palves@redhat.com>
12021
12022 * gdb.base/nodebug.exp: Test that ptype's error about functions
12023 with unknown return type includes the function name too.
12024
12025 2017-09-04 Pedro Alves <palves@redhat.com>
12026
12027 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
12028 return type of munmap in infcall.
12029 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
12030 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
12031 type of ftell in infcall.
12032 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
12033 type of getpid in infcall.
12034 * gdb.base/infcall-exec.exp: Cast return type of execlp in
12035 infcall.
12036 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
12037 Bail on failure to extract the pid.
12038 * gdb.base/nodebug.c: #include <stdint.h>.
12039 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
12040 New functions.
12041 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
12042 Change expected output of print/whatis/ptype with functions with
12043 no debug info. Test all supported languages. Call
12044 test_call_promotion.
12045 * gdb.compile/compile.exp: Adjust expected output to expect
12046 warning.
12047 * gdb.threads/siginfo-threads.exp: Likewise.
12048
12049 2017-09-04 Pedro Alves <palves@redhat.com>
12050
12051 * gdb.base/callfuncs.exp (do_function_calls): New parameter
12052 "prototypes". Test calling float functions via prototyped and
12053 unprototyped function pointers.
12054 (perform_all_tests): New parameter "prototypes". Pass it down.
12055 (top level): Pass down "prototypes" parameter to
12056 perform_all_tests.
12057
12058 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12059
12060 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
12061 Test with nested loops.
12062
12063 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12064
12065 * gdb.base/commands.exp: Call the new procedures.
12066 (loop_break_test, loop_continue_test): New procedures.
12067
12068 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12069
12070 * gdb.base/commands.exp: Call new procedure.
12071 (define_if_without_arg_test): New procedure.
12072
12073 2017-09-04 Pedro Alves <palves@redhat.com>
12074
12075 * gdb.base/list-ambiguous.exp: New file.
12076 * gdb.base/list-ambiguous0.c: New file.
12077 * gdb.base/list-ambiguous1.c: New file.
12078 * gdb.base/list.exp (test_list_range): Adjust expected output.
12079
12080 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
12081
12082 * gdb.base/share-env-with-gdbserver.c: New file.
12083 * gdb.base/share-env-with-gdbserver.exp: Likewise.
12084
12085 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
12086
12087 * gdb.base/commands.exp (gdbvar_simple_if_test,
12088 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
12089 progvar_simple_if_test, progvar_simple_while_test,
12090 progvar_complex_if_while_test, user_defined_command_test,
12091 user_defined_command_args_eval,
12092 user_defined_command_args_stack_test,
12093 user_defined_command_manyargs_test, bp_deleted_in_command_test,
12094 temporary_breakpoint_commands,
12095 gdb_test_no_prompt, redefine_hook_test,
12096 redefine_backtrace_test): Remove "global gdb_prompt".
12097
12098 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
12099
12100 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
12101 New proc, call it from toplevel.
12102
12103 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
12104
12105 PR remote/21852
12106 * gdb.server/normal.c: New file, copied from gdb.base.
12107 * gdb.server/run-without-local-binary.exp: New file.
12108
12109 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
12110
12111 * gdb.arch/sparc64-adi.exp: New file.
12112 * gdb.arch/sparc64-adi.c: New file.
12113
12114 2017-08-22 Pedro Alves <palves@redhat.com>
12115
12116 * gdb.cp/overload.exp (line_range_pattern): New procedure.
12117 (top level): Add "list all overloads" tests.
12118
12119 2017-08-22 Tom Tromey <tom@tromey.com>
12120
12121 * gdb.gdb/xfullpath.exp: Remove.
12122
12123 2017-08-21 Pedro Alves <palves@redhat.com>
12124
12125 PR gdb/19487
12126 * gdb.base/symbol-alias.c: New.
12127 * gdb.base/symbol-alias2.c: New.
12128 * gdb.base/symbol-alias.exp: New.
12129
12130 2017-08-21 Pedro Alves <palves@redhat.com>
12131
12132 * gdb.base/dfp-test.c
12133 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
12134 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
12135 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
12136 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
12137 * gdb.base/whatis-ptype-typedefs.c: New.
12138 * gdb.base/whatis-ptype-typedefs.exp: New.
12139 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
12140 (an_int, an_int_type, an_int_type2): New globals.
12141 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
12142 involving typedefs and cast expressions.
12143 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
12144 (lookup_typedefs_function): New.
12145 (typedefs_pretty_printers_dict): New.
12146 (top level): Register lookup_typedefs_function in
12147 gdb.pretty_printers.
12148
12149 2017-08-18 Yao Qi <yao.qi@linaro.org>
12150
12151 * gdb.server/unittest.exp: New.
12152
12153 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
12154
12155 PR gdb/21954
12156 * gdb.base/environ.exp: Add test to check if 'unset environment'
12157 works.
12158
12159 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12160
12161 * lib/gdb.exp (universal_compile_options): New caching proc.
12162 (gdb_compile): Suppress GCC's coloring of messages.
12163
12164 2017-08-14 Tom Tromey <tom@tromey.com>
12165
12166 PR gdb/21675:
12167 * gdb.base/printcmds.exp (test_radices): New function.
12168 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
12169 * gdb.base/sizeof.exp (check_valueof): Use p/d.
12170 * lib/gdb.exp (get_integer_valueof): Use p/d.
12171
12172 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
12173
12174 * lib/gdb.exp (get_valueof): Don't capture end-of-line
12175 characters.
12176
12177 2017-08-05 Tom Tromey <tom@tromey.com>
12178
12179 * gdb.rust/simple.exp: Allow String to appear in a different
12180 namespace.
12181
12182 2017-07-26 Yao Qi <yao.qi@linaro.org>
12183
12184 * gdb.gdb/unittest.exp: Invoke command
12185 "maintenance check xml-descriptions".
12186
12187 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12188
12189 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
12190 calling context.
12191 (hex128): Drop erroneous calculation of parameters.
12192
12193 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
12194
12195 * gdb.python/py-unwind.exp: Disable stack protection when
12196 building test file.
12197
12198 2017-07-20 Pedro Alves <palves@redhat.com>
12199
12200 * gdb.base/default.exp (set language): Adjust expected output.
12201
12202 2017-07-20 Pedro Alves <palves@redhat.com>
12203
12204 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
12205 (test_minsym): ... this, and make static.
12206 (get_pck__foo__bar__minsym): Rename to ...
12207 (get_test_minsym): ... this.
12208 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
12209 symbol names and comments.
12210 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
12211 (get_test_minsym): ... this.
12212 (pck__foo__bar__minsym__2): Rename to ...
12213 (test_minsym): ... this.
12214 (main): Adjust.
12215
12216 2017-07-17 Pedro Alves <palves@redhat.com>
12217
12218 * gdb.base/completion.exp: Adjust expected output.
12219 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
12220 the completer works.
12221
12222 2017-07-17 Pedro Alves <palves@redhat.com>
12223
12224 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
12225
12226 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
12227
12228 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
12229
12230 2017-07-14 Tom Tromey <tom@tromey.com>
12231
12232 PR rust/21764:
12233 * gdb.rust/simple.exp: Add tests.
12234
12235 2017-07-14 Tom Tromey <tom@tromey.com>
12236
12237 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
12238
12239 2017-07-14 Pedro Alves <palves@redhat.com>
12240
12241 * gdb.linespec/base/one/thefile.cc (z1): New function.
12242 * gdb.linespec/base/two/thefile.cc (z2): New function.
12243 * gdb.linespec/linespec.exp: Add tests.
12244
12245 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
12246
12247 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
12248 to mi_create_breakpoint.
12249
12250 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
12251
12252 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
12253 mi_create_breakpoint.
12254
12255 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
12256
12257 * gdb.dlang/demangle.exp: Update for demangling changes.
12258
12259 2017-07-09 Tom Tromey <tom@tromey.com>
12260
12261 * gdb.dwarf2/shortpiece.exp: New file.
12262
12263 2017-07-06 David Blaikie <dblaikie@gmail.com>
12264
12265 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
12266 built from fissiont-multi-cu{1,2}.c.
12267 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
12268 except putting 'main' and 'func' in separate CUs in the same DWO file.
12269 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
12270 test.
12271 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
12272 test.
12273
12274 2017-07-06 Pedro Alves <palves@redhat.com>
12275
12276 * gdb.python/py-unwind.exp: Test flushregs.
12277
12278 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
12279
12280 PR cli/21688
12281 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
12282 tests for alias commands and trailing whitespace.
12283
12284 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
12285
12286 PR cli/21688
12287 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
12288 procedure. Call it.
12289
12290 2017-06-29 Pedro Alves <palves@redhat.com>
12291
12292 * gdb.base/printcmds.exp: Add tests.
12293
12294 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
12295
12296 PR gdb/21337
12297 * gdb.base/reread-readsym.exp: New file.
12298 * gdb.base/reread-readsym.c: New file.
12299
12300 2017-06-21 Kevin Buettner <kevinb@redhat.com>
12301
12302 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
12303 subpattern.
12304
12305 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
12306
12307 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
12308 extended mnemonic.
12309 * gdb.arch/powerpc-power9.s: Likewise.
12310
12311 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12312
12313 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
12314 on 32-bit x86 targets. Exploit is_*_target macros where
12315 appropriate.
12316
12317 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12318
12319 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
12320 register pieces.
12321
12322 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12323
12324 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
12325 located in one or more DWARF pieces.
12326
12327 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12328
12329 * lib/gdb.exp (get_endianness): New proc.
12330 * gdb.arch/aarch64-fp.exp: Use it.
12331 * gdb.arch/altivec-regs.exp: Likewise.
12332 * gdb.arch/e500-regs.exp: Likewise.
12333 * gdb.arch/vsx-regs.exp: Likewise.
12334 * gdb.base/dump.exp: Likewise.
12335 * gdb.base/funcargs.exp: Likewise.
12336 * gdb.base/gnu_vector.exp: Likewise.
12337 * gdb.dwarf2/formdata16.exp: Likewise.
12338 * gdb.dwarf2/implptrpiece.exp: Likewise.
12339 * gdb.dwarf2/nonvar-access.exp: Likewise.
12340 * gdb.python/py-inferior.exp: Likewise.
12341 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
12342
12343 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12344
12345 PR gdb/21226
12346 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
12347 stack value pieces are taken from the LSB end.
12348
12349 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12350
12351 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
12352 variable at nonzero offset.
12353
12354 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12355
12356 * gdb.dwarf2/var-access.c: New file.
12357 * gdb.dwarf2/var-access.exp: New test.
12358 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
12359
12360 2017-06-12 Tom Tromey <tom@tromey.com>
12361
12362 * gdb.dwarf2/formdata16.exp: Add tests.
12363
12364 2017-06-12 Tom Tromey <tom@tromey.com>
12365
12366 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
12367
12368 2017-06-12 Tom Tromey <tom@tromey.com>
12369
12370 PR exp/16225:
12371 * gdb.reverse/i386-sse-reverse.exp: Update tests.
12372 * gdb.arch/vsx-regs.exp: Update tests.
12373 * gdb.arch/s390-vregs.exp (hex128): New proc.
12374 Update test.
12375 * gdb.arch/altivec-regs.exp: Update tests.
12376
12377 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
12378
12379 * gdb.base/startup-with-shell.c: New file.
12380 * gdb.base/startup-with-shell.exp: Likewise.
12381
12382 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
12383
12384 * gdb.server/non-existing-program.exp: Update regex in order to
12385 reflect the fact that gdbserver is now using fork_inferior (with a
12386 shell) to startup the inferior.
12387
12388 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
12389
12390 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
12391 support function calls from GDB.
12392
12393 2017-05-21 Tom Tromey <tom@tromey.com>
12394
12395 PR rust/21466:
12396 * gdb.rust/unsized.exp: New file.
12397 * gdb.rust/unsized.rs: New file.
12398
12399 2017-05-19 Tom Tromey <tom@tromey.com>
12400
12401 PR rust/21484:
12402 * gdb.rust/watch.exp: New file.
12403 * gdb.rust/watch.rs: New file.
12404
12405 2017-05-18 Tom Tromey <tom@tromey.com>
12406
12407 * gdb.rust/simple.exp: Allow Box to be qualified.
12408
12409 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
12410
12411 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
12412
12413 2017-05-18 Pedro Alves <palves@redhat.com>
12414
12415 * gdb.base/fileio.c (test_write, test_read, test_close)
12416 (test_fstat): Don't print 'ret' in the fail path.
12417
12418 2017-05-18 Pedro Alves <palves@redhat.com>
12419
12420 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
12421 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
12422 (test_system, test_rename, test_unlink, test_time): Change
12423 prototypes.
12424 * gdb.base/fileio.exp (stop_msg): Adjust.
12425
12426 2017-05-18 Pedro Alves <palves@redhat.com>
12427
12428 * gdb.base/fileio.c (null_str): New global.
12429 (test_stat): Use it.
12430 * gdb.base/fileio.exp: Remove nowarnings.
12431
12432 2017-05-17 Yao Qi <yao.qi@linaro.org>
12433
12434 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
12435
12436 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
12437
12438 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
12439 argument command.
12440 (top-level): Invoke test_set_inferior_tty.
12441
12442 2017-05-04 Pedro Alves <palves@redhat.com>
12443
12444 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
12445 Add parens to print call for Python 3.
12446
12447 2017-05-03 Keith Seitz <keiths@redhat.com>
12448
12449 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
12450 (main): Call it.
12451
12452 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12453
12454 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
12455 to prev and next.
12456
12457 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12458
12459 * gdb.python/py-record-btrace.exp: Remove test for
12460 gdb.BtraceInstruction.error.
12461
12462 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12463
12464 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
12465
12466 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12467
12468 * gdb.python/py-record-btrace-threads.c: New file.
12469 * gdb.python/py-record-btrace-threads.exp: New file.
12470
12471 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
12472
12473 PR testsuite/8595
12474 * gdb.base/environ.exp: Make test available in all architectures.
12475 Move bits related to "info program" testing to
12476 gdb.base/info-program.exp. Rewrite tests to use the two new
12477 procedures mentione below.
12478 (test_set_show_env_var) New procedure.
12479 (test_set_show_env_var_equal): Likewise.
12480 * gdb.base/info-program.exp: New file.
12481
12482 2017-04-27 Keith Seitz <keiths@redhat.com>
12483
12484 * gdb.cp/oranking.cc (test15): New function.
12485 (main): Call test15 and declare additional variables for testing.
12486 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
12487 "p foo101('abc')" tests.
12488 Add tests for cv qualifier overloads.
12489 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
12490 "lvalue reference overload" test.
12491 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
12492 "print value of f1 on Child&& in f2" test.
12493
12494 2017-04-19 Pedro Alves <palves@redhat.com>
12495
12496 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
12497 procedure.
12498 (top level): Call it.
12499 * lib/gdb.exp (gdb_define_cmd): New procedure.
12500
12501 2017-04-12 Pedro Alves <palves@redhat.com>
12502
12503 PR gdb/21323
12504 * gdb.cp/wide_char_types.c: Include <wchar.h>.
12505 (wchar): New global.
12506 * gdb.cp/wide_char_types.exp (wide_char_types_program)
12507 (do_test_wide_char, wide_char_types_no_program, top level): Add
12508 wchar_t testing.
12509
12510 2017-04-12 Pedro Alves <palves@redhat.com>
12511
12512 PR c++/21323
12513 * gdb.cp/wide_char_types.c: New file.
12514 * gdb.cp/wide_char_types.exp: New file.
12515
12516 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
12517
12518 PR gdb/21352
12519 * gdb.trace/tsv.exp: Add test for "tsave -r".
12520
12521 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
12522
12523 * gdb.dlang/watch-loc.c: New file.
12524 * gdb.dlang/watch-loc.exp: New file.
12525
12526 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12527
12528 * gdb.python/py-section-script.exp (sepdebug): New testcases.
12529
12530 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
12531
12532 * gdb.arch/arc-analyze-prologue.S: New file.
12533 * gdb.arch/arc-analyze-prologue.exp: Likewise.
12534
12535 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
12536
12537 * gdb.arch/arc-decode-insn.S: New file.
12538 * gdb.arch/arc-decode-insn.exp: Likewise.
12539
12540 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
12541
12542 PR tdep/20928
12543 * gdb.arch/sparc64-regs.exp: New file.
12544 * gdb.arch/sparc64-regs.S: Likewise.
12545
12546 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
12547
12548 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
12549 and memory view on Python 3.
12550
12551 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
12552 Keith Seitz <keiths@redhat.com>
12553
12554 PR gdb/14441
12555 * gdb.cp/demangle.exp: Add rvalue reference tests.
12556 * gdb.cp/rvalue-ref-casts.cc: New file.
12557 * gdb.cp/rvalue-ref-casts.exp: New file.
12558 * gdb.cp/rvalue-ref-overload.cc: New file.
12559 * gdb.cp/rvalue-ref-overload.exp: New file.
12560 * gdb.cp/rvalue-ref-params.cc: New file.
12561 * gdb.cp/rvalue-ref-params.exp: New file.
12562 * gdb.cp/rvalue-ref-sizeof.cc: New file.
12563 * gdb.cp/rvalue-ref-sizeof.exp: New file.
12564 * gdb.cp/rvalue-ref-types.cc: New file.
12565 * gdb.cp/rvalue-ref-types.exp: New file.
12566 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
12567 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
12568
12569 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
12570
12571 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
12572 New procedure.
12573
12574 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
12575
12576 * lib/mi-support.exp (mi_gdb_test): Add additional message
12577 for unexpected output.
12578
12579 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12580
12581 * gdb.base/examine-backward.c (Barrier): New character array
12582 constant, to ensure that TestStrings is preceded by a string
12583 terminator.
12584
12585 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12586
12587 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
12588 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
12589 and implicit pointer into such a location.
12590
12591 2017-03-16 Doug Evans <dje@google.com>
12592
12593 * gdb.python/py-lazy-string (pointer): Really add new typedef.
12594
12595 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
12596
12597 * gdb.cp/m-static.exp: Fix expectation for prototype of
12598 test5.single_constructor and single_constructor::single_constructor.
12599
12600 2017-03-16 Doug Evans <dje@google.com>
12601
12602 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
12603 * gdb.guile/scm-lazy-string.c: New file.
12604 * gdb.guile/scm-value.exp: Move lazy string tests to ...
12605 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
12606 for pointer, array, typedef lazy strings.
12607
12608 2017-03-16 Doug Evans <dje@google.com>
12609
12610 PR python/17728, python/18439, python/18779
12611 * gdb.python/py-value.c (main) Delete locals sptr, sn.
12612 * gdb.python/py-lazy-string.c (pointer): New typedef.
12613 (main): New locals ptr, array, typedef_ptr.
12614 * gdb.python/py-value.exp: Move lazy string tests to ...
12615 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
12616 array, typedef lazy strings.
12617
12618 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
12619
12620 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
12621 Add optional 'test' parameter.
12622
12623 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
12624
12625 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
12626 Skip for versions of DejaGnu < 1.5.
12627
12628 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
12629
12630 * lib/gdb.exp (dejagnu_version): New proc.
12631 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12632 Use dejagnu_version.
12633
12634 2017-03-10 Keith Seitz <keiths@redhat.com>
12635
12636 PR c++/8128
12637 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
12638 type from destructor regexps.
12639 Add a branch which actually passes the test.
12640 Adjust "ptype t5i" test names.
12641
12642 2017-03-08 Pedro Alves <palves@redhat.com>
12643
12644 * gdb.base/step-over-exit.exp: Add explicit test message.
12645
12646 2017-03-08 Pedro Alves <palves@redhat.com>
12647
12648 PR gdb/18360
12649 * gdb.threads/interrupt-while-step-over.c: New file.
12650 * gdb.threads/interrupt-while-step-over.exp: New file.
12651
12652 2017-03-08 Pedro Alves <palves@redhat.com>
12653
12654 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
12655 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
12656
12657 2017-03-08 Pedro Alves <palves@redhat.com>
12658
12659 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
12660 PKRU as not supported as a PASS.
12661
12662 2017-03-08 Pedro Alves <palves@redhat.com>
12663
12664 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
12665 prefix instead of $binfile1/$binfile2.
12666 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
12667 in test message.
12668 * gdb.python/py-completion.exp: Use "load python file" as test
12669 messages instead of unstable path names.
12670
12671 2017-03-08 Pedro Alves <palves@redhat.com>
12672 Jan Kratochvil <jan.kratochvil@redhat.com>
12673
12674 PR cli/21218
12675 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
12676 New proc.
12677 (top level): Call it.
12678
12679 2017-03-08 Pedro Alves <palves@redhat.com>
12680
12681 PR tui/21216
12682 * gdb.tui/tui-nl-filtered-output.exp: New file.
12683
12684 2017-03-08 Pedro Alves <palves@redhat.com>
12685
12686 * gdb.base/completion.exp: Move TUI completion tests to ...
12687 * gdb.tui/completion.exp: ... this new file.
12688
12689 2017-03-08 Pedro Alves <palves@redhat.com>
12690
12691 * gdb.base/tui-disasm-long-lines.c,
12692 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
12693 gdb.base/tui-layout.exp: Move to ...
12694 * gdb.tui/: ... this new directory.
12695
12696 2017-03-07 Pedro Alves <palves@redhat.com>
12697
12698 * gdb.base/tui-layout.c: New file.
12699 * gdb.base/tui-layout.exp: New file.
12700
12701 2017-03-07 Pedro Alves <palves@redhat.com>
12702
12703 * gdb.base/tui-layout.c: Rename to ...
12704 * gdb.base/tui-disasm-long-lines.c: ... this.
12705 * gdb.base/tui-layout.exp: Rename to ...
12706 * gdb.base/tui-disasm-long-lines.exp: ... this.
12707
12708 2017-03-07 Pedro Alves <palves@redhat.com>
12709
12710 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
12711
12712 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12713
12714 * i386-mpx-call.c: New file.
12715 * i386-mpx-call.exp: New file.
12716
12717 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
12718
12719 * gdb.arch/powerpc-power.exp: Delete test.
12720 * gdb.arch/powerpc-power.s: Likewise.
12721 * gdb.disasm/disassembler-options.exp: New test.
12722 * gdb.arch/powerpc-altivec.exp: Likewise.
12723 * gdb.arch/powerpc-altivec.s: Likewise.
12724 * gdb.arch/powerpc-altivec2.exp: Likewise.
12725 * gdb.arch/powerpc-altivec2.s: Likewise.
12726 * gdb.arch/powerpc-altivec3.exp: Likewise.
12727 * gdb.arch/powerpc-altivec3.s: Likewise.
12728 * gdb.arch/powerpc-power7.exp: Likewise.
12729 * gdb.arch/powerpc-power7.s: Likewise.
12730 * gdb.arch/powerpc-power8.exp: Likewise.
12731 * gdb.arch/powerpc-power8.s: Likewise.
12732 * gdb.arch/powerpc-power9.exp: Likewise.
12733 * gdb.arch/powerpc-power9.s: Likewise.
12734 * gdb.arch/powerpc-vsx.exp: Likewise.
12735 * gdb.arch/powerpc-vsx.s: Likewise.
12736 * gdb.arch/powerpc-vsx2.exp: Likewise.
12737 * gdb.arch/powerpc-vsx2.s: Likewise.
12738 * gdb.arch/powerpc-vsx3.exp: Likewise.
12739 * gdb.arch/powerpc-vsx3.s: Likewise.
12740 * gdb.arch/arm-disassembler-options.exp: Likewise.
12741 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
12742 * gdb.arch/s390-disassembler-options.exp: Likewise.
12743
12744 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
12745
12746 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
12747 (check_supported_features): ... this. Changed return type to void.
12748 (supports_rdseed): New static global.
12749 (rdseed): Check supports_rdseed.
12750 (initialize): Call check_supported_features.
12751
12752 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12753
12754 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
12755 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
12756 and lqarx/stqcx.
12757 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
12758 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
12759
12760 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12761
12762 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
12763 uppercase.
12764
12765 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12766
12767 * gdb.dwarf2/formdata16.c: New file.
12768 * gdb.dwarf2/formdata16.exp: New file.
12769 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
12770
12771 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12772
12773 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
12774 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
12775 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
12776 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
12777 DW_AT_GNU_*.
12778
12779 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12780
12781 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
12782
12783 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
12784
12785 PR gdb/21164
12786 * gdb.base/maint.exp: Add testcases for when the commands do
12787 not have arguments.
12788
12789 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
12790
12791 * gdb.cp/chained-calls.exp: Use p instead of P.
12792
12793 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
12794
12795 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
12796 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
12797
12798 2017-02-14 Tom Tromey <tom@tromey.com>
12799
12800 PR python/13598:
12801 * gdb.python/py-events.exp: Add before_prompt event tests.
12802
12803 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12804
12805 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
12806
12807 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
12808
12809 * gdb.linespec/explicit.c (my_unique_function_name): New function.
12810 (main): Call my_unique_function_name.
12811 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
12812 completion of patterns with a single match.
12813 Add missing -re switches to gdb_test_multiple calls.
12814
12815 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
12816
12817 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
12818 return if core file is not recognized.
12819
12820 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
12821
12822 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
12823 and extra UIs.
12824
12825 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
12826
12827 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
12828 proc_with_prefix.
12829
12830 2017-02-10 Tom Tromey <tom@tromey.com>
12831
12832 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
12833
12834 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
12835
12836 PR gdb/21122
12837 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
12838
12839 2017-02-08 Jerome Guitton <guitton@adacore.com>
12840
12841 * gdb.base/define.exp: Add test for command abbreviations
12842 in define.
12843
12844 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
12845
12846 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
12847 * gdb.reverse/insn-reverse-x86.c: New file.
12848
12849 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
12850
12851 PR tdep/20936
12852 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
12853
12854 2017-02-03 Tom Tromey <tom@tromey.com>
12855
12856 PR rust/21097:
12857 * gdb.rust/simple.exp: Add new tests.
12858
12859 2017-02-02 Pedro Alves <palves@redhat.com>
12860
12861 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
12862 tests.
12863
12864 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12865
12866 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
12867 taking a 2-byte value out of a 4-byte DWARF implicit value on
12868 big-endian targets.
12869 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
12870 logic. Add test cases for DW_OP_implicit.
12871
12872 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12873
12874 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
12875
12876 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12877
12878 * gdb.btrace/enable.exp: Call gdb_exit before
12879 skip_gdbserver_tests.
12880
12881 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12882
12883 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
12884 GDBFLAGS.
12885
12886 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12887
12888 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
12889 the test is skipped.
12890 * gdb.btrace/data.exp: Likewise.
12891 * gdb.btrace/delta.exp: Likewise.
12892 * gdb.btrace/dlopen.exp: Likewise.
12893 * gdb.btrace/enable-running.exp: Likewise.
12894 * gdb.btrace/enable.exp: Likewise.
12895 * gdb.btrace/exception.exp: Likewise.
12896 * gdb.btrace/function_call_history.exp: Likewise.
12897 * gdb.btrace/gcore.exp: Likewise.
12898 * gdb.btrace/instruction_history.exp: Likewise.
12899 * gdb.btrace/multi-thread-step.exp: Likewise.
12900 * gdb.btrace/nohist.exp: Likewise.
12901 * gdb.btrace/non-stop.exp: Likewise.
12902 * gdb.btrace/reconnect.exp: Likewise.
12903 * gdb.btrace/record_goto-step.exp: Likewise.
12904 * gdb.btrace/record_goto.exp: Likewise.
12905 * gdb.btrace/rn-dl-bind.exp: Likewise.
12906 * gdb.btrace/segv.exp: Likewise.
12907 * gdb.btrace/step.exp: Likewise.
12908 * gdb.btrace/stepi.exp: Likewise.
12909 * gdb.btrace/tailcall-only.exp: Likewise.
12910 * gdb.btrace/tailcall.exp: Likewise.
12911 * gdb.btrace/tsx.exp: Likewise.
12912 * gdb.btrace/unknown_functions.exp: Likewise.
12913 * gdb.btrace/vdso.exp: Likewise.
12914
12915 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12916
12917 * gdb.btrace/enable-running.c: New.
12918 * gdb.btrace/enable-running.exp: New.
12919
12920 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
12921
12922 * gdb.arch/amd64-gs_base.c: New file.
12923 * gdb.arch/amd64-gs_base.exp: New file.
12924
12925 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
12926
12927 * lib/memory.exp: Remove spurious empty newlines.
12928
12929 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
12930
12931 * gdb.python/py-bad-printers.exp: Load python file using "source".
12932 * gdb.python/py-events.exp: Likewise.
12933 * gdb.python/py-evsignal.exp: Likewise.
12934 * gdb.python/py-evthreads.exp: Likewise.
12935 * gdb.python/py-frame-args.exp: Likewise.
12936 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
12937 * gdb.python/py-framefilter-mi.exp: Likewise.
12938 * gdb.python/py-framefilter.exp: Likewise.
12939 * gdb.python/py-mi.exp: Likewise.
12940 * gdb.python/py-pp-maint.exp: Likewise.
12941 * gdb.python/py-pp-registration.exp: Likewise.
12942 * gdb.python/py-prettyprint.exp: Likewise.
12943 (run_lang_tests): Likewise.
12944 * gdb.python/py-typeprint.exp: Likewise.
12945
12946 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
12947
12948 * lib/memory.exp: New file.
12949 * lib/gdb.exp: Load memory.exp.
12950 * gdb.base/memattr.exp (delete_memory): Move proc to
12951 lib/memory.exp and rename to delete_memory_regions.
12952 Replace delete_memory with delete_memory_regions.
12953 Cleanup memory regions before tests.
12954 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
12955 before tests.
12956
12957 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
12958
12959 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
12960 files.
12961 (initialize): New function conditionally defined.
12962 (testcases): Move within conditional block.
12963 (main): Call initialize.
12964 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
12965 of gdb.reverse/insn-reverse.c.
12966 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
12967 gdb.reverse/insn-reverse.c.
12968
12969 2017-01-26 Yao Qi <yao.qi@linaro.org>
12970
12971 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
12972 disassemble on address 0.
12973
12974 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
12975 Yao Qi <yao.qi@linaro.org>
12976
12977 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
12978 * gdb.dwarf2/implptr-64bit.S: Remove.
12979 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
12980 variables in caller's context. Add DW_OP_implicit_value.
12981
12982 2017-01-25 Yao Qi <yao.qi@linaro.org>
12983
12984 * lib/dwarf.exp (Dwarf::_location): Handle
12985 DW_OP_GNU_implicit_pointer with proper size.
12986
12987 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
12988
12989 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
12990 and add untested calls.
12991
12992 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
12993
12994 * gdb.python/python.exp: Check line number against what GDB thinks
12995 the line number is for func1.
12996
12997 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
12998
12999 * gdb.dlang/debug-expr.exp: New file.
13000
13001 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
13002
13003 Fix test names for the following files:
13004
13005 * gdb.ada/exec_changed.exp
13006 * gdb.ada/info_types.exp
13007 * gdb.arch/aarch64-atomic-inst.exp
13008 * gdb.arch/aarch64-fp.exp
13009 * gdb.arch/altivec-abi.exp
13010 * gdb.arch/altivec-regs.exp
13011 * gdb.arch/amd64-byte.exp
13012 * gdb.arch/amd64-disp-step.exp
13013 * gdb.arch/amd64-dword.exp
13014 * gdb.arch/amd64-entry-value-inline.exp
13015 * gdb.arch/amd64-entry-value-param.exp
13016 * gdb.arch/amd64-entry-value-paramref.exp
13017 * gdb.arch/amd64-entry-value.exp
13018 * gdb.arch/amd64-i386-address.exp
13019 * gdb.arch/amd64-invalid-stack-middle.exp
13020 * gdb.arch/amd64-invalid-stack-top.exp
13021 * gdb.arch/amd64-optimout-repeat.exp
13022 * gdb.arch/amd64-prologue-skip.exp
13023 * gdb.arch/amd64-prologue-xmm.exp
13024 * gdb.arch/amd64-stap-special-operands.exp
13025 * gdb.arch/amd64-stap-wrong-subexp.exp
13026 * gdb.arch/amd64-tailcall-cxx.exp
13027 * gdb.arch/amd64-tailcall-noret.exp
13028 * gdb.arch/amd64-tailcall-ret.exp
13029 * gdb.arch/amd64-tailcall-self.exp
13030 * gdb.arch/amd64-word.exp
13031 * gdb.arch/arm-bl-branch-dest.exp
13032 * gdb.arch/arm-disp-step.exp
13033 * gdb.arch/arm-neon.exp
13034 * gdb.arch/arm-single-step-kernel-helper.exp
13035 * gdb.arch/avr-flash-qualifier.exp
13036 * gdb.arch/disp-step-insn-reloc.exp
13037 * gdb.arch/e500-abi.exp
13038 * gdb.arch/e500-regs.exp
13039 * gdb.arch/ftrace-insn-reloc.exp
13040 * gdb.arch/i386-avx512.exp
13041 * gdb.arch/i386-bp_permanent.exp
13042 * gdb.arch/i386-byte.exp
13043 * gdb.arch/i386-cfi-notcurrent.exp
13044 * gdb.arch/i386-disp-step.exp
13045 * gdb.arch/i386-dr3-watch.exp
13046 * gdb.arch/i386-float.exp
13047 * gdb.arch/i386-gnu-cfi.exp
13048 * gdb.arch/i386-mpx-map.exp
13049 * gdb.arch/i386-mpx-sigsegv.exp
13050 * gdb.arch/i386-mpx-simple_segv.exp
13051 * gdb.arch/i386-mpx.exp
13052 * gdb.arch/i386-permbkpt.exp
13053 * gdb.arch/i386-prologue.exp
13054 * gdb.arch/i386-signal.exp
13055 * gdb.arch/i386-size-overlap.exp
13056 * gdb.arch/i386-unwind.exp
13057 * gdb.arch/i386-word.exp
13058 * gdb.arch/mips-fcr.exp
13059 * gdb.arch/powerpc-d128-regs.exp
13060 * gdb.arch/powerpc-stackless.exp
13061 * gdb.arch/ppc64-atomic-inst.exp
13062 * gdb.arch/s390-stackless.exp
13063 * gdb.arch/s390-tdbregs.exp
13064 * gdb.arch/s390-vregs.exp
13065 * gdb.arch/sparc-sysstep.exp
13066 * gdb.arch/thumb-bx-pc.exp
13067 * gdb.arch/thumb-singlestep.exp
13068 * gdb.arch/thumb2-it.exp
13069 * gdb.arch/vsx-regs.exp
13070 * gdb.asm/asm-source.exp
13071 * gdb.base/a2-run.exp
13072 * gdb.base/advance.exp
13073 * gdb.base/all-bin.exp
13074 * gdb.base/anon.exp
13075 * gdb.base/args.exp
13076 * gdb.base/arithmet.exp
13077 * gdb.base/async-shell.exp
13078 * gdb.base/async.exp
13079 * gdb.base/attach-pie-noexec.exp
13080 * gdb.base/attach-twice.exp
13081 * gdb.base/auto-load.exp
13082 * gdb.base/bang.exp
13083 * gdb.base/bitfields.exp
13084 * gdb.base/break-always.exp
13085 * gdb.base/break-caller-line.exp
13086 * gdb.base/break-entry.exp
13087 * gdb.base/break-inline.exp
13088 * gdb.base/break-on-linker-gcd-function.exp
13089 * gdb.base/break-probes.exp
13090 * gdb.base/break.exp
13091 * gdb.base/breakpoint-shadow.exp
13092 * gdb.base/call-ar-st.exp
13093 * gdb.base/call-sc.exp
13094 * gdb.base/call-signal-resume.exp
13095 * gdb.base/call-strs.exp
13096 * gdb.base/callfuncs.exp
13097 * gdb.base/catch-fork-static.exp
13098 * gdb.base/catch-gdb-caused-signals.exp
13099 * gdb.base/catch-load.exp
13100 * gdb.base/catch-signal-fork.exp
13101 * gdb.base/catch-signal.exp
13102 * gdb.base/catch-syscall.exp
13103 * gdb.base/charset.exp
13104 * gdb.base/checkpoint.exp
13105 * gdb.base/chng-syms.exp
13106 * gdb.base/code-expr.exp
13107 * gdb.base/code_elim.exp
13108 * gdb.base/commands.exp
13109 * gdb.base/completion.exp
13110 * gdb.base/complex.exp
13111 * gdb.base/cond-expr.exp
13112 * gdb.base/condbreak.exp
13113 * gdb.base/consecutive.exp
13114 * gdb.base/continue-all-already-running.exp
13115 * gdb.base/coredump-filter.exp
13116 * gdb.base/corefile.exp
13117 * gdb.base/dbx.exp
13118 * gdb.base/debug-expr.exp
13119 * gdb.base/define.exp
13120 * gdb.base/del.exp
13121 * gdb.base/disabled-location.exp
13122 * gdb.base/disasm-end-cu.exp
13123 * gdb.base/disasm-optim.exp
13124 * gdb.base/display.exp
13125 * gdb.base/duplicate-bp.exp
13126 * gdb.base/ena-dis-br.exp
13127 * gdb.base/ending-run.exp
13128 * gdb.base/enumval.exp
13129 * gdb.base/environ.exp
13130 * gdb.base/eu-strip-infcall.exp
13131 * gdb.base/eval-avoid-side-effects.exp
13132 * gdb.base/eval-skip.exp
13133 * gdb.base/exitsignal.exp
13134 * gdb.base/expand-psymtabs.exp
13135 * gdb.base/filesym.exp
13136 * gdb.base/find-unmapped.exp
13137 * gdb.base/finish.exp
13138 * gdb.base/float.exp
13139 * gdb.base/foll-exec-mode.exp
13140 * gdb.base/foll-exec.exp
13141 * gdb.base/foll-fork.exp
13142 * gdb.base/fortran-sym-case.exp
13143 * gdb.base/freebpcmd.exp
13144 * gdb.base/func-ptr.exp
13145 * gdb.base/func-ptrs.exp
13146 * gdb.base/funcargs.exp
13147 * gdb.base/gcore-buffer-overflow.exp
13148 * gdb.base/gcore-relro-pie.exp
13149 * gdb.base/gcore-relro.exp
13150 * gdb.base/gcore.exp
13151 * gdb.base/gdb1090.exp
13152 * gdb.base/gdb11530.exp
13153 * gdb.base/gdb11531.exp
13154 * gdb.base/gdb1821.exp
13155 * gdb.base/gdbindex-stabs.exp
13156 * gdb.base/gdbvars.exp
13157 * gdb.base/hbreak.exp
13158 * gdb.base/hbreak2.exp
13159 * gdb.base/included.exp
13160 * gdb.base/infcall-input.exp
13161 * gdb.base/inferior-died.exp
13162 * gdb.base/infnan.exp
13163 * gdb.base/info-macros.exp
13164 * gdb.base/info-os.exp
13165 * gdb.base/info-proc.exp
13166 * gdb.base/info-shared.exp
13167 * gdb.base/info-target.exp
13168 * gdb.base/infoline.exp
13169 * gdb.base/interp.exp
13170 * gdb.base/interrupt.exp
13171 * gdb.base/jit-reader.exp
13172 * gdb.base/jit-simple.exp
13173 * gdb.base/kill-after-signal.exp
13174 * gdb.base/kill-detach-inferiors-cmd.exp
13175 * gdb.base/label.exp
13176 * gdb.base/langs.exp
13177 * gdb.base/ldbl_e308.exp
13178 * gdb.base/line-symtabs.exp
13179 * gdb.base/linespecs.exp
13180 * gdb.base/list.exp
13181 * gdb.base/long_long.exp
13182 * gdb.base/longest-types.exp
13183 * gdb.base/maint.exp
13184 * gdb.base/max-value-size.exp
13185 * gdb.base/memattr.exp
13186 * gdb.base/mips_pro.exp
13187 * gdb.base/morestack.exp
13188 * gdb.base/moribund-step.exp
13189 * gdb.base/multi-forks.exp
13190 * gdb.base/nested-addr.exp
13191 * gdb.base/nextoverexit.exp
13192 * gdb.base/noreturn-finish.exp
13193 * gdb.base/noreturn-return.exp
13194 * gdb.base/nostdlib.exp
13195 * gdb.base/offsets.exp
13196 * gdb.base/opaque.exp
13197 * gdb.base/pc-fp.exp
13198 * gdb.base/permissions.exp
13199 * gdb.base/print-symbol-loading.exp
13200 * gdb.base/prologue-include.exp
13201 * gdb.base/psymtab.exp
13202 * gdb.base/ptype.exp
13203 * gdb.base/random-signal.exp
13204 * gdb.base/randomize.exp
13205 * gdb.base/range-stepping.exp
13206 * gdb.base/readline-ask.exp
13207 * gdb.base/recpar.exp
13208 * gdb.base/recurse.exp
13209 * gdb.base/relational.exp
13210 * gdb.base/restore.exp
13211 * gdb.base/return-nodebug.exp
13212 * gdb.base/return.exp
13213 * gdb.base/run-after-attach.exp
13214 * gdb.base/save-bp.exp
13215 * gdb.base/scope.exp
13216 * gdb.base/sect-cmd.exp
13217 * gdb.base/set-lang-auto.exp
13218 * gdb.base/set-noassign.exp
13219 * gdb.base/setvar.exp
13220 * gdb.base/sigall.exp
13221 * gdb.base/sigbpt.exp
13222 * gdb.base/siginfo-addr.exp
13223 * gdb.base/siginfo-infcall.exp
13224 * gdb.base/siginfo-obj.exp
13225 * gdb.base/siginfo.exp
13226 * gdb.base/signals-state-child.exp
13227 * gdb.base/signest.exp
13228 * gdb.base/sigstep.exp
13229 * gdb.base/sizeof.exp
13230 * gdb.base/skip.exp
13231 * gdb.base/solib-corrupted.exp
13232 * gdb.base/solib-nodir.exp
13233 * gdb.base/solib-search.exp
13234 * gdb.base/stack-checking.exp
13235 * gdb.base/stale-infcall.exp
13236 * gdb.base/stap-probe.exp
13237 * gdb.base/start.exp
13238 * gdb.base/step-break.exp
13239 * gdb.base/step-bt.exp
13240 * gdb.base/step-line.exp
13241 * gdb.base/step-over-exit.exp
13242 * gdb.base/step-over-syscall.exp
13243 * gdb.base/step-resume-infcall.exp
13244 * gdb.base/step-test.exp
13245 * gdb.base/store.exp
13246 * gdb.base/structs3.exp
13247 * gdb.base/sym-file.exp
13248 * gdb.base/symbol-without-target_section.exp
13249 * gdb.base/term.exp
13250 * gdb.base/testenv.exp
13251 * gdb.base/ui-redirect.exp
13252 * gdb.base/until.exp
13253 * gdb.base/unwindonsignal.exp
13254 * gdb.base/value-double-free.exp
13255 * gdb.base/vla-datatypes.exp
13256 * gdb.base/vla-ptr.exp
13257 * gdb.base/vla-sideeffect.exp
13258 * gdb.base/volatile.exp
13259 * gdb.base/watch-cond-infcall.exp
13260 * gdb.base/watch-cond.exp
13261 * gdb.base/watch-non-mem.exp
13262 * gdb.base/watch-read.exp
13263 * gdb.base/watch-vfork.exp
13264 * gdb.base/watchpoint-cond-gone.exp
13265 * gdb.base/watchpoint-delete.exp
13266 * gdb.base/watchpoint-hw-hit-once.exp
13267 * gdb.base/watchpoint-hw.exp
13268 * gdb.base/watchpoint-stops-at-right-insn.exp
13269 * gdb.base/watchpoints.exp
13270 * gdb.base/wchar.exp
13271 * gdb.base/whatis-exp.exp
13272 * gdb.btrace/buffer-size.exp
13273 * gdb.btrace/data.exp
13274 * gdb.btrace/delta.exp
13275 * gdb.btrace/dlopen.exp
13276 * gdb.btrace/enable.exp
13277 * gdb.btrace/exception.exp
13278 * gdb.btrace/function_call_history.exp
13279 * gdb.btrace/gcore.exp
13280 * gdb.btrace/instruction_history.exp
13281 * gdb.btrace/nohist.exp
13282 * gdb.btrace/reconnect.exp
13283 * gdb.btrace/record_goto-step.exp
13284 * gdb.btrace/record_goto.exp
13285 * gdb.btrace/rn-dl-bind.exp
13286 * gdb.btrace/segv.exp
13287 * gdb.btrace/step.exp
13288 * gdb.btrace/stepi.exp
13289 * gdb.btrace/tailcall-only.exp
13290 * gdb.btrace/tailcall.exp
13291 * gdb.btrace/tsx.exp
13292 * gdb.btrace/unknown_functions.exp
13293 * gdb.btrace/vdso.exp
13294 * gdb.compile/compile-ifunc.exp
13295 * gdb.compile/compile-ops.exp
13296 * gdb.compile/compile-print.exp
13297 * gdb.compile/compile-setjmp.exp
13298 * gdb.cp/abstract-origin.exp
13299 * gdb.cp/ambiguous.exp
13300 * gdb.cp/annota2.exp
13301 * gdb.cp/annota3.exp
13302 * gdb.cp/anon-ns.exp
13303 * gdb.cp/anon-struct.exp
13304 * gdb.cp/anon-union.exp
13305 * gdb.cp/arg-reference.exp
13306 * gdb.cp/baseenum.exp
13307 * gdb.cp/bool.exp
13308 * gdb.cp/breakpoint.exp
13309 * gdb.cp/bs15503.exp
13310 * gdb.cp/call-c.exp
13311 * gdb.cp/casts.exp
13312 * gdb.cp/chained-calls.exp
13313 * gdb.cp/class2.exp
13314 * gdb.cp/classes.exp
13315 * gdb.cp/cmpd-minsyms.exp
13316 * gdb.cp/converts.exp
13317 * gdb.cp/cp-relocate.exp
13318 * gdb.cp/cpcompletion.exp
13319 * gdb.cp/cpexprs.exp
13320 * gdb.cp/cplabel.exp
13321 * gdb.cp/cplusfuncs.exp
13322 * gdb.cp/cpsizeof.exp
13323 * gdb.cp/ctti.exp
13324 * gdb.cp/derivation.exp
13325 * gdb.cp/destrprint.exp
13326 * gdb.cp/dispcxx.exp
13327 * gdb.cp/enum-class.exp
13328 * gdb.cp/exception.exp
13329 * gdb.cp/exceptprint.exp
13330 * gdb.cp/expand-psymtabs-cxx.exp
13331 * gdb.cp/expand-sals.exp
13332 * gdb.cp/extern-c.exp
13333 * gdb.cp/filename.exp
13334 * gdb.cp/formatted-ref.exp
13335 * gdb.cp/fpointer.exp
13336 * gdb.cp/gdb1355.exp
13337 * gdb.cp/gdb2495.exp
13338 * gdb.cp/hang.exp
13339 * gdb.cp/impl-this.exp
13340 * gdb.cp/infcall-dlopen.exp
13341 * gdb.cp/inherit.exp
13342 * gdb.cp/iostream.exp
13343 * gdb.cp/koenig.exp
13344 * gdb.cp/local.exp
13345 * gdb.cp/m-data.exp
13346 * gdb.cp/m-static.exp
13347 * gdb.cp/mb-ctor.exp
13348 * gdb.cp/mb-inline.exp
13349 * gdb.cp/mb-templates.exp
13350 * gdb.cp/member-name.exp
13351 * gdb.cp/member-ptr.exp
13352 * gdb.cp/meth-typedefs.exp
13353 * gdb.cp/method.exp
13354 * gdb.cp/method2.exp
13355 * gdb.cp/minsym-fallback.exp
13356 * gdb.cp/misc.exp
13357 * gdb.cp/namelessclass.exp
13358 * gdb.cp/namespace-enum.exp
13359 * gdb.cp/namespace-nested-import.exp
13360 * gdb.cp/namespace.exp
13361 * gdb.cp/nextoverthrow.exp
13362 * gdb.cp/no-dmgl-verbose.exp
13363 * gdb.cp/non-trivial-retval.exp
13364 * gdb.cp/noparam.exp
13365 * gdb.cp/nsdecl.exp
13366 * gdb.cp/nsimport.exp
13367 * gdb.cp/nsnested.exp
13368 * gdb.cp/nsnoimports.exp
13369 * gdb.cp/nsrecurs.exp
13370 * gdb.cp/nsstress.exp
13371 * gdb.cp/nsusing.exp
13372 * gdb.cp/operator.exp
13373 * gdb.cp/oranking.exp
13374 * gdb.cp/overload-const.exp
13375 * gdb.cp/overload.exp
13376 * gdb.cp/ovldbreak.exp
13377 * gdb.cp/ovsrch.exp
13378 * gdb.cp/paren-type.exp
13379 * gdb.cp/parse-lang.exp
13380 * gdb.cp/pass-by-ref.exp
13381 * gdb.cp/pr-1023.exp
13382 * gdb.cp/pr-1210.exp
13383 * gdb.cp/pr-574.exp
13384 * gdb.cp/pr10687.exp
13385 * gdb.cp/pr12028.exp
13386 * gdb.cp/pr17132.exp
13387 * gdb.cp/pr17494.exp
13388 * gdb.cp/pr9067.exp
13389 * gdb.cp/pr9167.exp
13390 * gdb.cp/pr9631.exp
13391 * gdb.cp/printmethod.exp
13392 * gdb.cp/psmang.exp
13393 * gdb.cp/psymtab-parameter.exp
13394 * gdb.cp/ptype-cv-cp.exp
13395 * gdb.cp/ptype-flags.exp
13396 * gdb.cp/re-set-overloaded.exp
13397 * gdb.cp/ref-types.exp
13398 * gdb.cp/rtti.exp
13399 * gdb.cp/scope-err.exp
13400 * gdb.cp/shadow.exp
13401 * gdb.cp/smartp.exp
13402 * gdb.cp/static-method.exp
13403 * gdb.cp/static-print-quit.exp
13404 * gdb.cp/temargs.exp
13405 * gdb.cp/templates.exp
13406 * gdb.cp/try_catch.exp
13407 * gdb.cp/typedef-operator.exp
13408 * gdb.cp/typeid.exp
13409 * gdb.cp/userdef.exp
13410 * gdb.cp/using-crash.exp
13411 * gdb.cp/var-tag.exp
13412 * gdb.cp/virtbase.exp
13413 * gdb.cp/virtfunc.exp
13414 * gdb.cp/virtfunc2.exp
13415 * gdb.cp/vla-cxx.exp
13416 * gdb.disasm/t01_mov.exp
13417 * gdb.disasm/t02_mova.exp
13418 * gdb.disasm/t03_add.exp
13419 * gdb.disasm/t04_sub.exp
13420 * gdb.disasm/t05_cmp.exp
13421 * gdb.disasm/t06_ari2.exp
13422 * gdb.disasm/t07_ari3.exp
13423 * gdb.disasm/t08_or.exp
13424 * gdb.disasm/t09_xor.exp
13425 * gdb.disasm/t10_and.exp
13426 * gdb.disasm/t11_logs.exp
13427 * gdb.disasm/t12_bit.exp
13428 * gdb.disasm/t13_otr.exp
13429 * gdb.dlang/circular.exp
13430 * gdb.dwarf2/arr-stride.exp
13431 * gdb.dwarf2/arr-subrange.exp
13432 * gdb.dwarf2/atomic-type.exp
13433 * gdb.dwarf2/bad-regnum.exp
13434 * gdb.dwarf2/bitfield-parent-optimized-out.exp
13435 * gdb.dwarf2/callframecfa.exp
13436 * gdb.dwarf2/clztest.exp
13437 * gdb.dwarf2/corrupt.exp
13438 * gdb.dwarf2/data-loc.exp
13439 * gdb.dwarf2/dup-psym.exp
13440 * gdb.dwarf2/dw2-anon-mptr.exp
13441 * gdb.dwarf2/dw2-anonymous-func.exp
13442 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
13443 * gdb.dwarf2/dw2-bad-unresolved.exp
13444 * gdb.dwarf2/dw2-basic.exp
13445 * gdb.dwarf2/dw2-canonicalize-type.exp
13446 * gdb.dwarf2/dw2-case-insensitive.exp
13447 * gdb.dwarf2/dw2-common-block.exp
13448 * gdb.dwarf2/dw2-compdir-oldgcc.exp
13449 * gdb.dwarf2/dw2-compressed.exp
13450 * gdb.dwarf2/dw2-const.exp
13451 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
13452 * gdb.dwarf2/dw2-cu-size.exp
13453 * gdb.dwarf2/dw2-dup-frame.exp
13454 * gdb.dwarf2/dw2-entry-value.exp
13455 * gdb.dwarf2/dw2-icycle.exp
13456 * gdb.dwarf2/dw2-ifort-parameter.exp
13457 * gdb.dwarf2/dw2-inline-break.exp
13458 * gdb.dwarf2/dw2-inline-param.exp
13459 * gdb.dwarf2/dw2-intercu.exp
13460 * gdb.dwarf2/dw2-intermix.exp
13461 * gdb.dwarf2/dw2-lexical-block-bare.exp
13462 * gdb.dwarf2/dw2-linkage-name-trust.exp
13463 * gdb.dwarf2/dw2-minsym-in-cu.exp
13464 * gdb.dwarf2/dw2-noloc.exp
13465 * gdb.dwarf2/dw2-op-call.exp
13466 * gdb.dwarf2/dw2-op-out-param.exp
13467 * gdb.dwarf2/dw2-opt-structptr.exp
13468 * gdb.dwarf2/dw2-param-error.exp
13469 * gdb.dwarf2/dw2-producer.exp
13470 * gdb.dwarf2/dw2-ranges-base.exp
13471 * gdb.dwarf2/dw2-ref-missing-frame.exp
13472 * gdb.dwarf2/dw2-reg-undefined.exp
13473 * gdb.dwarf2/dw2-regno-invalid.exp
13474 * gdb.dwarf2/dw2-restore.exp
13475 * gdb.dwarf2/dw2-restrict.exp
13476 * gdb.dwarf2/dw2-single-line-discriminators.exp
13477 * gdb.dwarf2/dw2-strp.exp
13478 * gdb.dwarf2/dw2-undefined-ret-addr.exp
13479 * gdb.dwarf2/dw2-unresolved.exp
13480 * gdb.dwarf2/dw2-var-zero-addr.exp
13481 * gdb.dwarf2/dw4-sig-types.exp
13482 * gdb.dwarf2/dwz.exp
13483 * gdb.dwarf2/dynarr-ptr.exp
13484 * gdb.dwarf2/enum-type.exp
13485 * gdb.dwarf2/gdb-index.exp
13486 * gdb.dwarf2/implptr-64bit.exp
13487 * gdb.dwarf2/implptr-optimized-out.exp
13488 * gdb.dwarf2/implptr.exp
13489 * gdb.dwarf2/implref-array.exp
13490 * gdb.dwarf2/implref-const.exp
13491 * gdb.dwarf2/implref-global.exp
13492 * gdb.dwarf2/implref-struct.exp
13493 * gdb.dwarf2/mac-fileno.exp
13494 * gdb.dwarf2/main-subprogram.exp
13495 * gdb.dwarf2/member-ptr-forwardref.exp
13496 * gdb.dwarf2/method-ptr.exp
13497 * gdb.dwarf2/missing-sig-type.exp
13498 * gdb.dwarf2/nonvar-access.exp
13499 * gdb.dwarf2/opaque-type-lookup.exp
13500 * gdb.dwarf2/pieces-optimized-out.exp
13501 * gdb.dwarf2/pieces.exp
13502 * gdb.dwarf2/pr10770.exp
13503 * gdb.dwarf2/pr13961.exp
13504 * gdb.dwarf2/staticvirtual.exp
13505 * gdb.dwarf2/subrange.exp
13506 * gdb.dwarf2/symtab-producer.exp
13507 * gdb.dwarf2/trace-crash.exp
13508 * gdb.dwarf2/typeddwarf.exp
13509 * gdb.dwarf2/valop.exp
13510 * gdb.dwarf2/watch-notconst.exp
13511 * gdb.fortran/array-element.exp
13512 * gdb.fortran/charset.exp
13513 * gdb.fortran/common-block.exp
13514 * gdb.fortran/complex.exp
13515 * gdb.fortran/derived-type-function.exp
13516 * gdb.fortran/derived-type.exp
13517 * gdb.fortran/logical.exp
13518 * gdb.fortran/module.exp
13519 * gdb.fortran/multi-dim.exp
13520 * gdb.fortran/nested-funcs.exp
13521 * gdb.fortran/print-formatted.exp
13522 * gdb.fortran/subarray.exp
13523 * gdb.fortran/vla-alloc-assoc.exp
13524 * gdb.fortran/vla-datatypes.exp
13525 * gdb.fortran/vla-history.exp
13526 * gdb.fortran/vla-ptr-info.exp
13527 * gdb.fortran/vla-ptype-sub.exp
13528 * gdb.fortran/vla-ptype.exp
13529 * gdb.fortran/vla-sizeof.exp
13530 * gdb.fortran/vla-type.exp
13531 * gdb.fortran/vla-value-sub-arbitrary.exp
13532 * gdb.fortran/vla-value-sub-finish.exp
13533 * gdb.fortran/vla-value-sub.exp
13534 * gdb.fortran/vla-value.exp
13535 * gdb.fortran/whatis_type.exp
13536 * gdb.go/chan.exp
13537 * gdb.go/handcall.exp
13538 * gdb.go/hello.exp
13539 * gdb.go/integers.exp
13540 * gdb.go/methods.exp
13541 * gdb.go/package.exp
13542 * gdb.go/strings.exp
13543 * gdb.go/types.exp
13544 * gdb.go/unsafe.exp
13545 * gdb.guile/scm-arch.exp
13546 * gdb.guile/scm-block.exp
13547 * gdb.guile/scm-breakpoint.exp
13548 * gdb.guile/scm-cmd.exp
13549 * gdb.guile/scm-disasm.exp
13550 * gdb.guile/scm-equal.exp
13551 * gdb.guile/scm-frame-args.exp
13552 * gdb.guile/scm-frame-inline.exp
13553 * gdb.guile/scm-frame.exp
13554 * gdb.guile/scm-iterator.exp
13555 * gdb.guile/scm-math.exp
13556 * gdb.guile/scm-objfile.exp
13557 * gdb.guile/scm-ports.exp
13558 * gdb.guile/scm-symbol.exp
13559 * gdb.guile/scm-symtab.exp
13560 * gdb.guile/scm-value-cc.exp
13561 * gdb.guile/types-module.exp
13562 * gdb.linespec/break-ask.exp
13563 * gdb.linespec/cpexplicit.exp
13564 * gdb.linespec/explicit.exp
13565 * gdb.linespec/keywords.exp
13566 * gdb.linespec/linespec.exp
13567 * gdb.linespec/ls-dollar.exp
13568 * gdb.linespec/ls-errs.exp
13569 * gdb.linespec/skip-two.exp
13570 * gdb.linespec/thread.exp
13571 * gdb.mi/mi-async.exp
13572 * gdb.mi/mi-basics.exp
13573 * gdb.mi/mi-break.exp
13574 * gdb.mi/mi-catch-load.exp
13575 * gdb.mi/mi-cli.exp
13576 * gdb.mi/mi-cmd-param-changed.exp
13577 * gdb.mi/mi-console.exp
13578 * gdb.mi/mi-detach.exp
13579 * gdb.mi/mi-disassemble.exp
13580 * gdb.mi/mi-eval.exp
13581 * gdb.mi/mi-file-transfer.exp
13582 * gdb.mi/mi-file.exp
13583 * gdb.mi/mi-fill-memory.exp
13584 * gdb.mi/mi-inheritance-syntax-error.exp
13585 * gdb.mi/mi-linespec-err-cp.exp
13586 * gdb.mi/mi-logging.exp
13587 * gdb.mi/mi-memory-changed.exp
13588 * gdb.mi/mi-read-memory.exp
13589 * gdb.mi/mi-record-changed.exp
13590 * gdb.mi/mi-reg-undefined.exp
13591 * gdb.mi/mi-regs.exp
13592 * gdb.mi/mi-return.exp
13593 * gdb.mi/mi-reverse.exp
13594 * gdb.mi/mi-simplerun.exp
13595 * gdb.mi/mi-solib.exp
13596 * gdb.mi/mi-stack.exp
13597 * gdb.mi/mi-stepi.exp
13598 * gdb.mi/mi-syn-frame.exp
13599 * gdb.mi/mi-until.exp
13600 * gdb.mi/mi-var-block.exp
13601 * gdb.mi/mi-var-child.exp
13602 * gdb.mi/mi-var-cmd.exp
13603 * gdb.mi/mi-var-cp.exp
13604 * gdb.mi/mi-var-display.exp
13605 * gdb.mi/mi-var-invalidate.exp
13606 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
13607 * gdb.mi/mi-vla-fortran.exp
13608 * gdb.mi/mi-watch.exp
13609 * gdb.mi/mi2-var-child.exp
13610 * gdb.mi/user-selected-context-sync.exp
13611 * gdb.modula2/unbounded-array.exp
13612 * gdb.multi/dummy-frame-restore.exp
13613 * gdb.multi/multi-arch-exec.exp
13614 * gdb.multi/multi-arch.exp
13615 * gdb.multi/tids.exp
13616 * gdb.multi/watchpoint-multi.exp
13617 * gdb.opencl/callfuncs.exp
13618 * gdb.opencl/convs_casts.exp
13619 * gdb.opencl/datatypes.exp
13620 * gdb.opencl/operators.exp
13621 * gdb.opencl/vec_comps.exp
13622 * gdb.opt/clobbered-registers-O2.exp
13623 * gdb.opt/inline-break.exp
13624 * gdb.opt/inline-bt.exp
13625 * gdb.opt/inline-cmds.exp
13626 * gdb.opt/inline-locals.exp
13627 * gdb.pascal/case-insensitive-symbols.exp
13628 * gdb.pascal/floats.exp
13629 * gdb.pascal/gdb11492.exp
13630 * gdb.python/lib-types.exp
13631 * gdb.python/py-arch.exp
13632 * gdb.python/py-as-string.exp
13633 * gdb.python/py-bad-printers.exp
13634 * gdb.python/py-block.exp
13635 * gdb.python/py-breakpoint-create-fail.exp
13636 * gdb.python/py-breakpoint.exp
13637 * gdb.python/py-caller-is.exp
13638 * gdb.python/py-cmd.exp
13639 * gdb.python/py-explore-cc.exp
13640 * gdb.python/py-explore.exp
13641 * gdb.python/py-finish-breakpoint.exp
13642 * gdb.python/py-finish-breakpoint2.exp
13643 * gdb.python/py-frame-args.exp
13644 * gdb.python/py-frame-inline.exp
13645 * gdb.python/py-frame.exp
13646 * gdb.python/py-framefilter-mi.exp
13647 * gdb.python/py-infthread.exp
13648 * gdb.python/py-lazy-string.exp
13649 * gdb.python/py-linetable.exp
13650 * gdb.python/py-mi-events.exp
13651 * gdb.python/py-mi-objfile.exp
13652 * gdb.python/py-mi.exp
13653 * gdb.python/py-objfile.exp
13654 * gdb.python/py-pp-integral.exp
13655 * gdb.python/py-pp-maint.exp
13656 * gdb.python/py-pp-re-notag.exp
13657 * gdb.python/py-pp-registration.exp
13658 * gdb.python/py-recurse-unwind.exp
13659 * gdb.python/py-strfns.exp
13660 * gdb.python/py-symbol.exp
13661 * gdb.python/py-symtab.exp
13662 * gdb.python/py-sync-interp.exp
13663 * gdb.python/py-typeprint.exp
13664 * gdb.python/py-unwind-maint.exp
13665 * gdb.python/py-unwind.exp
13666 * gdb.python/py-value-cc.exp
13667 * gdb.python/py-xmethods.exp
13668 * gdb.reverse/amd64-tailcall-reverse.exp
13669 * gdb.reverse/break-precsave.exp
13670 * gdb.reverse/break-reverse.exp
13671 * gdb.reverse/consecutive-precsave.exp
13672 * gdb.reverse/consecutive-reverse.exp
13673 * gdb.reverse/finish-precsave.exp
13674 * gdb.reverse/finish-reverse-bkpt.exp
13675 * gdb.reverse/finish-reverse.exp
13676 * gdb.reverse/fstatat-reverse.exp
13677 * gdb.reverse/getresuid-reverse.exp
13678 * gdb.reverse/i386-precsave.exp
13679 * gdb.reverse/i386-reverse.exp
13680 * gdb.reverse/i386-sse-reverse.exp
13681 * gdb.reverse/i387-env-reverse.exp
13682 * gdb.reverse/i387-stack-reverse.exp
13683 * gdb.reverse/insn-reverse.exp
13684 * gdb.reverse/machinestate-precsave.exp
13685 * gdb.reverse/machinestate.exp
13686 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13687 * gdb.reverse/pipe-reverse.exp
13688 * gdb.reverse/readv-reverse.exp
13689 * gdb.reverse/recvmsg-reverse.exp
13690 * gdb.reverse/rerun-prec.exp
13691 * gdb.reverse/s390-mvcle.exp
13692 * gdb.reverse/step-precsave.exp
13693 * gdb.reverse/step-reverse.exp
13694 * gdb.reverse/time-reverse.exp
13695 * gdb.reverse/until-precsave.exp
13696 * gdb.reverse/until-reverse.exp
13697 * gdb.reverse/waitpid-reverse.exp
13698 * gdb.reverse/watch-precsave.exp
13699 * gdb.reverse/watch-reverse.exp
13700 * gdb.rust/generics.exp
13701 * gdb.rust/methods.exp
13702 * gdb.rust/modules.exp
13703 * gdb.rust/simple.exp
13704 * gdb.server/connect-with-no-symbol-file.exp
13705 * gdb.server/ext-attach.exp
13706 * gdb.server/ext-restart.exp
13707 * gdb.server/ext-wrapper.exp
13708 * gdb.server/file-transfer.exp
13709 * gdb.server/server-exec-info.exp
13710 * gdb.server/server-kill.exp
13711 * gdb.server/server-mon.exp
13712 * gdb.server/wrapper.exp
13713 * gdb.stabs/exclfwd.exp
13714 * gdb.stabs/gdb11479.exp
13715 * gdb.threads/clone-new-thread-event.exp
13716 * gdb.threads/corethreads.exp
13717 * gdb.threads/current-lwp-dead.exp
13718 * gdb.threads/dlopen-libpthread.exp
13719 * gdb.threads/gcore-thread.exp
13720 * gdb.threads/sigstep-threads.exp
13721 * gdb.threads/watchpoint-fork.exp
13722 * gdb.trace/actions-changed.exp
13723 * gdb.trace/backtrace.exp
13724 * gdb.trace/change-loc.exp
13725 * gdb.trace/circ.exp
13726 * gdb.trace/collection.exp
13727 * gdb.trace/disconnected-tracing.exp
13728 * gdb.trace/ftrace.exp
13729 * gdb.trace/mi-trace-frame-collected.exp
13730 * gdb.trace/mi-trace-unavailable.exp
13731 * gdb.trace/mi-traceframe-changed.exp
13732 * gdb.trace/mi-tsv-changed.exp
13733 * gdb.trace/no-attach-trace.exp
13734 * gdb.trace/passc-dyn.exp
13735 * gdb.trace/qtro.exp
13736 * gdb.trace/range-stepping.exp
13737 * gdb.trace/read-memory.exp
13738 * gdb.trace/save-trace.exp
13739 * gdb.trace/signal.exp
13740 * gdb.trace/status-stop.exp
13741 * gdb.trace/tfile.exp
13742 * gdb.trace/trace-break.exp
13743 * gdb.trace/trace-buffer-size.exp
13744 * gdb.trace/trace-condition.exp
13745 * gdb.trace/tracefile-pseudo-reg.exp
13746 * gdb.trace/tstatus.exp
13747 * gdb.trace/unavailable.exp
13748 * gdb.trace/while-dyn.exp
13749 * gdb.trace/while-stepping.exp
13750
13751 2016-12-22 Doug Evans <xdje42@gmail.com>
13752
13753 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
13754 and msymbols.
13755
13756 2016-12-19 Yao Qi <yao.qi@linaro.org>
13757
13758 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
13759 (test_with_self): Don't call do_steps_and_nexts, and remove
13760 code about stepping into xmalloc.
13761
13762 2016-12-09 Yao Qi <yao.qi@linaro.org>
13763
13764 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
13765
13766 2016-12-09 Yao Qi <yao.qi@linaro.org>
13767
13768 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
13769
13770 2016-12-09 Pedro Alves <palves@redhat.com>
13771
13772 * gdb.base/all-architectures-0.exp: New file.
13773 * gdb.base/all-architectures-1.exp: New file.
13774 * gdb.base/all-architectures-2.exp: New file.
13775 * gdb.base/all-architectures-3.exp: New file.
13776 * gdb.base/all-architectures-4.exp: New file.
13777 * gdb.base/all-architectures-5.exp: New file.
13778 * gdb.base/all-architectures-6.exp: New file.
13779 * gdb.base/all-architectures-7.exp: New file.
13780 * gdb.base/all-architectures.exp.in: New file.
13781
13782 2016-12-09 Yao Qi <yao.qi@linaro.org>
13783
13784 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
13785
13786 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
13787
13788 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
13789 possible.
13790 Remove useless pattern-matching code.
13791
13792 2016-12-02 Pedro Alves <palves@redhat.com>
13793
13794 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
13795 procedure.
13796 (top level): Call it.
13797
13798 2016-12-02 Pedro Alves <palves@redhat.com>
13799
13800 * gdb.base/commands.exp (user_defined_command_args_stack_test):
13801 New procedure.
13802 (top level): Call it.
13803
13804 2016-12-02 Pedro Alves <palves@redhat.com>
13805
13806 PR cli/20559
13807 * gdb.base/commands.exp (user_defined_command_args_eval): New
13808 procedure.
13809 (top level): Call it.
13810
13811 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
13812
13813 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
13814 timeout handling.
13815
13816 2016-12-02 Tom Tromey <tom@tromey.com>
13817
13818 * gdb.dwarf2/main-subprogram.c: New file.
13819 * gdb.dwarf2/main-subprogram.exp: New file.
13820
13821 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13822
13823 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
13824 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
13825 gdb_test_no_output for a couple of cases.
13826 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
13827
13828 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13829
13830 Fix test names and standardize compilation error messages throughout
13831 the following files:
13832
13833 * gdb.ada/start.exp
13834 * gdb.arch/alpha-step.exp
13835 * gdb.arch/e500-prologue.exp
13836 * gdb.arch/ftrace-insn-reloc.exp
13837 * gdb.arch/gdb1291.exp
13838 * gdb.arch/gdb1431.exp
13839 * gdb.arch/gdb1558.exp
13840 * gdb.arch/i386-dr3-watch.exp
13841 * gdb.arch/i386-sse-stack-align.exp
13842 * gdb.arch/ia64-breakpoint-shadow.exp
13843 * gdb.arch/pa-nullify.exp
13844 * gdb.arch/powerpc-aix-prologue.exp
13845 * gdb.arch/thumb-bx-pc.exp
13846 * gdb.base/annota1.exp
13847 * gdb.base/annota3.exp
13848 * gdb.base/arrayidx.exp
13849 * gdb.base/assign.exp
13850 * gdb.base/attach.exp
13851 * gdb.base/auxv.exp
13852 * gdb.base/bang.exp
13853 * gdb.base/bfp-test.exp
13854 * gdb.base/bigcore.exp
13855 * gdb.base/bitfields2.exp
13856 * gdb.base/break-fun-addr.exp
13857 * gdb.base/break-probes.exp
13858 * gdb.base/call-rt-st.exp
13859 * gdb.base/callexit.exp
13860 * gdb.base/catch-fork-kill.exp
13861 * gdb.base/charset.exp
13862 * gdb.base/checkpoint.exp
13863 * gdb.base/comprdebug.exp
13864 * gdb.base/constvars.exp
13865 * gdb.base/coredump-filter.exp
13866 * gdb.base/cursal.exp
13867 * gdb.base/cvexpr.exp
13868 * gdb.base/detach.exp
13869 * gdb.base/display.exp
13870 * gdb.base/dmsym.exp
13871 * gdb.base/dprintf-pending.exp
13872 * gdb.base/dso2dso.exp
13873 * gdb.base/dtrace-probe.exp
13874 * gdb.base/dump.exp
13875 * gdb.base/enum_cond.exp
13876 * gdb.base/exe-lock.exp
13877 * gdb.base/exec-invalid-sysroot.exp
13878 * gdb.base/execl-update-breakpoints.exp
13879 * gdb.base/exprs.exp
13880 * gdb.base/fileio.exp
13881 * gdb.base/find.exp
13882 * gdb.base/finish.exp
13883 * gdb.base/fixsection.exp
13884 * gdb.base/foll-vfork.exp
13885 * gdb.base/frame-args.exp
13886 * gdb.base/gcore.exp
13887 * gdb.base/gdb1250.exp
13888 * gdb.base/global-var-nested-by-dso.exp
13889 * gdb.base/gnu-ifunc.exp
13890 * gdb.base/hashline1.exp
13891 * gdb.base/hashline2.exp
13892 * gdb.base/hashline3.exp
13893 * gdb.base/hbreak-in-shr-unsupported.exp
13894 * gdb.base/huge.exp
13895 * gdb.base/infcall-input.exp
13896 * gdb.base/info-fun.exp
13897 * gdb.base/info-shared.exp
13898 * gdb.base/jit-simple.exp
13899 * gdb.base/jit-so.exp
13900 * gdb.base/jit.exp
13901 * gdb.base/jump.exp
13902 * gdb.base/label.exp
13903 * gdb.base/lineinc.exp
13904 * gdb.base/logical.exp
13905 * gdb.base/longjmp.exp
13906 * gdb.base/macscp.exp
13907 * gdb.base/miscexprs.exp
13908 * gdb.base/new-ui-echo.exp
13909 * gdb.base/new-ui-pending-input.exp
13910 * gdb.base/new-ui.exp
13911 * gdb.base/nodebug.exp
13912 * gdb.base/nofield.exp
13913 * gdb.base/offsets.exp
13914 * gdb.base/overlays.exp
13915 * gdb.base/pending.exp
13916 * gdb.base/pointers.exp
13917 * gdb.base/pr11022.exp
13918 * gdb.base/printcmds.exp
13919 * gdb.base/prologue.exp
13920 * gdb.base/ptr-typedef.exp
13921 * gdb.base/realname-expand.exp
13922 * gdb.base/relativedebug.exp
13923 * gdb.base/relocate.exp
13924 * gdb.base/remote.exp
13925 * gdb.base/reread.exp
13926 * gdb.base/return2.exp
13927 * gdb.base/savedregs.exp
13928 * gdb.base/sep.exp
13929 * gdb.base/sepdebug.exp
13930 * gdb.base/sepsymtab.exp
13931 * gdb.base/set-inferior-tty.exp
13932 * gdb.base/setshow.exp
13933 * gdb.base/shlib-call.exp
13934 * gdb.base/sigaltstack.exp
13935 * gdb.base/siginfo-addr.exp
13936 * gdb.base/signals.exp
13937 * gdb.base/signull.exp
13938 * gdb.base/sigrepeat.exp
13939 * gdb.base/so-impl-ld.exp
13940 * gdb.base/solib-display.exp
13941 * gdb.base/solib-overlap.exp
13942 * gdb.base/solib-search.exp
13943 * gdb.base/solib-symbol.exp
13944 * gdb.base/structs.exp
13945 * gdb.base/structs2.exp
13946 * gdb.base/symtab-search-order.exp
13947 * gdb.base/twice.exp
13948 * gdb.base/unload.exp
13949 * gdb.base/varargs.exp
13950 * gdb.base/watchpoint-solib.exp
13951 * gdb.base/watchpoint.exp
13952 * gdb.base/whatis.exp
13953 * gdb.base/wrong_frame_bt_full.exp
13954 * gdb.btrace/dlopen.exp
13955 * gdb.cell/ea-standalone.exp
13956 * gdb.cell/ea-test.exp
13957 * gdb.cp/dispcxx.exp
13958 * gdb.cp/gdb2384.exp
13959 * gdb.cp/method2.exp
13960 * gdb.cp/nextoverthrow.exp
13961 * gdb.cp/pr10728.exp
13962 * gdb.disasm/am33.exp
13963 * gdb.disasm/h8300s.exp
13964 * gdb.disasm/mn10300.exp
13965 * gdb.disasm/sh3.exp
13966 * gdb.dwarf2/dw2-dir-file-name.exp
13967 * gdb.fortran/complex.exp
13968 * gdb.fortran/library-module.exp
13969 * gdb.guile/scm-pretty-print.exp
13970 * gdb.guile/scm-symbol.exp
13971 * gdb.guile/scm-type.exp
13972 * gdb.guile/scm-value.exp
13973 * gdb.linespec/linespec.exp
13974 * gdb.mi/gdb701.exp
13975 * gdb.mi/gdb792.exp
13976 * gdb.mi/mi-breakpoint-changed.exp
13977 * gdb.mi/mi-dprintf-pending.exp
13978 * gdb.mi/mi-dprintf.exp
13979 * gdb.mi/mi-exit-code.exp
13980 * gdb.mi/mi-pending.exp
13981 * gdb.mi/mi-solib.exp
13982 * gdb.mi/new-ui-mi-sync.exp
13983 * gdb.mi/pr11022.exp
13984 * gdb.mi/user-selected-context-sync.exp
13985 * gdb.opt/solib-intra-step.exp
13986 * gdb.python/py-events.exp
13987 * gdb.python/py-finish-breakpoint.exp
13988 * gdb.python/py-mi.exp
13989 * gdb.python/py-prettyprint.exp
13990 * gdb.python/py-shared.exp
13991 * gdb.python/py-symbol.exp
13992 * gdb.python/py-template.exp
13993 * gdb.python/py-type.exp
13994 * gdb.python/py-value.exp
13995 * gdb.reverse/solib-precsave.exp
13996 * gdb.reverse/solib-reverse.exp
13997 * gdb.server/solib-list.exp
13998 * gdb.stabs/weird.exp
13999 * gdb.threads/reconnect-signal.exp
14000 * gdb.threads/stepi-random-signal.exp
14001 * gdb.trace/actions.exp
14002 * gdb.trace/ax.exp
14003 * gdb.trace/backtrace.exp
14004 * gdb.trace/change-loc.exp
14005 * gdb.trace/deltrace.exp
14006 * gdb.trace/ftrace-lock.exp
14007 * gdb.trace/ftrace.exp
14008 * gdb.trace/infotrace.exp
14009 * gdb.trace/mi-tracepoint-changed.exp
14010 * gdb.trace/packetlen.exp
14011 * gdb.trace/passcount.exp
14012 * gdb.trace/pending.exp
14013 * gdb.trace/range-stepping.exp
14014 * gdb.trace/report.exp
14015 * gdb.trace/stap-trace.exp
14016 * gdb.trace/tfind.exp
14017 * gdb.trace/trace-break.exp
14018 * gdb.trace/trace-condition.exp
14019 * gdb.trace/trace-enable-disable.exp
14020 * gdb.trace/trace-mt.exp
14021 * gdb.trace/tracecmd.exp
14022 * gdb.trace/tspeed.exp
14023 * gdb.trace/tsv.exp
14024 * lib/perftest.exp
14025
14026 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14027
14028 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
14029 with gdb_test_no_output.
14030 Use command as test name.
14031
14032 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14033
14034 Fix test names starting with uppercase throughout the files.
14035
14036 * gdb.ada/assign_1.exp
14037 * gdb.ada/boolean_expr.exp
14038 * gdb.base/arrayidx.exp
14039 * gdb.base/del.exp
14040 * gdb.base/gcore-buffer-overflow.exp
14041 * gdb.base/testenv.exp
14042 * gdb.compile/compile.exp
14043 * gdb.python/py-framefilter-invalidarg.exp
14044 * gdb.python/py-framefilter.exp
14045
14046 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14047
14048 Fix test names starting with uppercase throughout the files.
14049
14050 * gdb.ada/array_return.exp
14051 * gdb.ada/expr_delims.exp
14052 * gdb.ada/mi_dyn_arr.exp
14053 * gdb.ada/mi_interface.exp
14054 * gdb.ada/mi_var_array.exp
14055 * gdb.ada/watch_arg.exp
14056 * gdb.arch/alpha-step.exp
14057 * gdb.arch/altivec-regs.exp
14058 * gdb.arch/e500-regs.exp
14059 * gdb.arch/powerpc-d128-regs.exp
14060 * gdb.base/arrayidx.exp
14061 * gdb.base/break.exp
14062 * gdb.base/checkpoint.exp
14063 * gdb.base/debug-expr.exp
14064 * gdb.base/dmsym.exp
14065 * gdb.base/radix.exp
14066 * gdb.base/sepdebug.exp
14067 * gdb.base/testenv.exp
14068 * gdb.base/watch_thread_num.exp
14069 * gdb.base/watchpoint-cond-gone.exp
14070 * gdb.cell/break.exp
14071 * gdb.cell/ea-cache.exp
14072 * gdb.compile/compile.exp
14073 * gdb.cp/gdb2495.exp
14074 * gdb.gdb/selftest.exp
14075 * gdb.gdb/xfullpath.exp
14076 * gdb.go/hello.exp
14077 * gdb.go/integers.exp
14078 * gdb.objc/basicclass.exp
14079 * gdb.pascal/hello.exp
14080 * gdb.pascal/integers.exp
14081 * gdb.python/py-breakpoint.exp
14082 * gdb.python/py-cmd.exp
14083 * gdb.python/py-linetable.exp
14084 * gdb.python/py-xmethods.exp
14085 * gdb.python/python.exp
14086 * gdb.reverse/consecutive-precsave.exp
14087 * gdb.reverse/finish-precsave.exp
14088 * gdb.reverse/i386-precsave.exp
14089 * gdb.reverse/machinestate-precsave.exp
14090 * gdb.reverse/sigall-precsave.exp
14091 * gdb.reverse/solib-precsave.exp
14092 * gdb.reverse/step-precsave.exp
14093 * gdb.reverse/until-precsave.exp
14094 * gdb.reverse/watch-precsave.exp
14095 * gdb.threads/leader-exit.exp
14096 * gdb.threads/pthreads.exp
14097 * gdb.threads/wp-replication.exp
14098 * gdb.trace/actions.exp
14099 * gdb.trace/mi-tsv-changed.exp
14100 * gdb.trace/tsv.exp
14101
14102 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14103
14104 Fix test names starting with uppercase throughout the files.
14105
14106 * gdb.arch/i386-bp_permanent.exp
14107 * gdb.arch/i386-gnu-cfi.exp
14108 * gdb.base/disasm-end-cu.exp
14109 * gdb.base/macscp.exp
14110 * gdb.base/pending.exp
14111 * gdb.base/watch_thread_num.exp
14112 * gdb.cp/exception.exp
14113 * gdb.cp/gdb2495.exp
14114 * gdb.cp/local.exp
14115 * gdb.python/py-evsignal.exp
14116 * gdb.python/python.exp
14117 * gdb.trace/tracecmd.exp
14118
14119 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14120
14121 Fix test names starting with uppercase throughout the files.
14122
14123 * gdb.base/charset.exp
14124 * gdb.base/eval.exp
14125 * gdb.base/multi-forks.exp
14126 * gdb.guile/scm-progspace.exp
14127 * gdb.opencl/datatypes.exp
14128 * gdb.python/py-block.exp
14129 * gdb.python/py-function.exp
14130 * gdb.python/py-symbol.exp
14131 * gdb.python/py-symtab.exp
14132 * gdb.python/py-xmethods.exp
14133 * gdb.reverse/break-precsave.exp
14134 * gdb.reverse/break-reverse.exp
14135 * gdb.reverse/consecutive-precsave.exp
14136 * gdb.reverse/consecutive-reverse.exp
14137 * gdb.reverse/finish-precsave.exp
14138 * gdb.reverse/finish-reverse-bkpt.exp
14139 * gdb.reverse/finish-reverse.exp
14140 * gdb.reverse/fstatat-reverse.exp
14141 * gdb.reverse/getresuid-reverse.exp
14142 * gdb.reverse/i386-precsave.exp
14143 * gdb.reverse/i386-reverse.exp
14144 * gdb.reverse/i386-sse-reverse.exp
14145 * gdb.reverse/i387-stack-reverse.exp
14146 * gdb.reverse/insn-reverse.exp
14147 * gdb.reverse/machinestate-precsave.exp
14148 * gdb.reverse/machinestate.exp
14149 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14150 * gdb.reverse/pipe-reverse.exp
14151 * gdb.reverse/readv-reverse.exp
14152 * gdb.reverse/recvmsg-reverse.exp
14153 * gdb.reverse/rerun-prec.exp
14154 * gdb.reverse/s390-mvcle.exp
14155 * gdb.reverse/sigall-precsave.exp
14156 * gdb.reverse/sigall-reverse.exp
14157 * gdb.reverse/solib-precsave.exp
14158 * gdb.reverse/solib-reverse.exp
14159 * gdb.reverse/step-precsave.exp
14160 * gdb.reverse/step-reverse.exp
14161 * gdb.reverse/time-reverse.exp
14162 * gdb.reverse/until-precsave.exp
14163 * gdb.reverse/until-reverse.exp
14164 * gdb.reverse/waitpid-reverse.exp
14165 * gdb.reverse/watch-precsave.exp
14166 * gdb.reverse/watch-reverse.exp
14167
14168 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14169
14170 Fix test names starting with uppercase throughout the files.
14171
14172 * gdb.arch/i386-mpx-simple_segv.exp
14173 * gdb.arch/i386-mpx.exp
14174 * gdb.arch/i386-permbkpt.exp
14175 * gdb.arch/pa-nullify.exp
14176 * gdb.arch/powerpc-d128-regs.exp
14177 * gdb.arch/vsx-regs.exp
14178 * gdb.base/bfp-test.exp
14179 * gdb.base/break.exp
14180 * gdb.base/breakpoint-shadow.exp
14181 * gdb.base/callfuncs.exp
14182 * gdb.base/charset.exp
14183 * gdb.base/commands.exp
14184 * gdb.base/completion.exp
14185 * gdb.base/dfp-test.exp
14186 * gdb.base/echo.exp
14187 * gdb.base/ending-run.exp
14188 * gdb.base/eval.exp
14189 * gdb.base/expand-psymtabs.exp
14190 * gdb.base/float128.exp
14191 * gdb.base/floatn.exp
14192 * gdb.base/foll-exec-mode.exp
14193 * gdb.base/gdb1056.exp
14194 * gdb.base/gdb11531.exp
14195 * gdb.base/kill-after-signal.exp
14196 * gdb.base/multi-forks.exp
14197 * gdb.base/overlays.exp
14198 * gdb.base/pending.exp
14199 * gdb.base/sepdebug.exp
14200 * gdb.base/testenv.exp
14201 * gdb.base/valgrind-db-attach.exp
14202 * gdb.base/watch_thread_num.exp
14203 * gdb.base/watchpoint-cond-gone.exp
14204 * gdb.base/watchpoint.exp
14205 * gdb.base/watchpoints.exp
14206 * gdb.cp/arg-reference.exp
14207 * gdb.cp/baseenum.exp
14208 * gdb.cp/operator.exp
14209 * gdb.cp/shadow.exp
14210 * gdb.dwarf2/dw2-op-out-param.exp
14211 * gdb.dwarf2/dw2-reg-undefined.exp
14212 * gdb.go/chan.exp
14213 * gdb.go/hello.exp
14214 * gdb.go/integers.exp
14215 * gdb.go/methods.exp
14216 * gdb.go/package.exp
14217 * gdb.guile/scm-parameter.exp
14218 * gdb.guile/scm-progspace.exp
14219 * gdb.guile/scm-value.exp
14220 * gdb.mi/mi-pending.exp
14221 * gdb.mi/user-selected-context-sync.exp
14222 * gdb.multi/multi-attach.exp
14223 * gdb.multi/tids.exp
14224 * gdb.opt/clobbered-registers-O2.exp
14225 * gdb.pascal/floats.exp
14226 * gdb.pascal/integers.exp
14227 * gdb.python/py-block.exp
14228 * gdb.python/py-events.exp
14229 * gdb.python/py-parameter.exp
14230 * gdb.python/py-symbol.exp
14231 * gdb.python/py-symtab.exp
14232 * gdb.python/py-type.exp
14233 * gdb.python/py-value.exp
14234 * gdb.python/py-xmethods.exp
14235 * gdb.python/python.exp
14236 * gdb.reverse/break-precsave.exp
14237 * gdb.reverse/consecutive-precsave.exp
14238 * gdb.reverse/finish-precsave.exp
14239 * gdb.reverse/i386-precsave.exp
14240 * gdb.reverse/machinestate-precsave.exp
14241 * gdb.reverse/sigall-precsave.exp
14242 * gdb.reverse/solib-precsave.exp
14243 * gdb.reverse/step-precsave.exp
14244 * gdb.reverse/until-precsave.exp
14245 * gdb.reverse/watch-precsave.exp
14246 * gdb.server/ext-attach.exp
14247 * gdb.server/ext-restart.exp
14248 * gdb.server/ext-run.exp
14249 * gdb.server/ext-wrapper.exp
14250 * gdb.stabs/gdb11479.exp
14251 * gdb.stabs/weird.exp
14252 * gdb.threads/attach-many-short-lived-threads.exp
14253 * gdb.threads/kill.exp
14254 * gdb.threads/watchpoint-fork.exp
14255
14256 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14257
14258 Fix test names starting with uppercase throughout all the files below.
14259
14260 * gdb.ada/array_return.exp
14261 * gdb.ada/catch_ex.exp
14262 * gdb.ada/info_exc.exp
14263 * gdb.ada/mi_catch_ex.exp
14264 * gdb.ada/mi_dyn_arr.exp
14265 * gdb.ada/mi_ex_cond.exp
14266 * gdb.ada/mi_exc_info.exp
14267 * gdb.ada/mi_interface.exp
14268 * gdb.ada/mi_task_arg.exp
14269 * gdb.ada/mi_task_info.exp
14270 * gdb.ada/mi_var_array.exp
14271 * gdb.arch/alpha-step.exp
14272 * gdb.arch/amd64-disp-step.exp
14273 * gdb.arch/arm-disp-step.exp
14274 * gdb.arch/disp-step-insn-reloc.exp
14275 * gdb.arch/e500-prologue.exp
14276 * gdb.arch/ftrace-insn-reloc.exp
14277 * gdb.arch/gdb1558.exp
14278 * gdb.arch/i386-bp_permanent.exp
14279 * gdb.arch/i386-disp-step.exp
14280 * gdb.arch/i386-float.exp
14281 * gdb.arch/i386-gnu-cfi.exp
14282 * gdb.arch/ia64-breakpoint-shadow.exp
14283 * gdb.arch/mips16-thunks.exp
14284 * gdb.arch/pa-nullify.exp
14285 * gdb.arch/powerpc-aix-prologue.exp
14286 * gdb.arch/powerpc-power.exp
14287 * gdb.arch/ppc-dfp.exp
14288 * gdb.arch/s390-tdbregs.exp
14289 * gdb.arch/spu-info.exp
14290 * gdb.arch/spu-ls.exp
14291 * gdb.arch/thumb-bx-pc.exp
14292 * gdb.base/advance.exp
14293 * gdb.base/annota-input-while-running.exp
14294 * gdb.base/arrayidx.exp
14295 * gdb.base/asmlabel.exp
14296 * gdb.base/async.exp
14297 * gdb.base/attach-wait-input.exp
14298 * gdb.base/auto-connect-native-target.exp
14299 * gdb.base/batch-preserve-term-settings.exp
14300 * gdb.base/bfp-test.exp
14301 * gdb.base/bigcore.exp
14302 * gdb.base/bp-permanent.exp
14303 * gdb.base/break-always.exp
14304 * gdb.base/break-fun-addr.exp
14305 * gdb.base/break-idempotent.exp
14306 * gdb.base/break-main-file-remove-fail.exp
14307 * gdb.base/break-probes.exp
14308 * gdb.base/break-unload-file.exp
14309 * gdb.base/break.exp
14310 * gdb.base/call-ar-st.exp
14311 * gdb.base/call-rt-st.exp
14312 * gdb.base/call-sc.exp
14313 * gdb.base/call-signal-resume.exp
14314 * gdb.base/call-strs.exp
14315 * gdb.base/callexit.exp
14316 * gdb.base/callfuncs.exp
14317 * gdb.base/catch-gdb-caused-signals.exp
14318 * gdb.base/catch-signal-siginfo-cond.exp
14319 * gdb.base/catch-syscall.exp
14320 * gdb.base/compare-sections.exp
14321 * gdb.base/cond-eval-mode.exp
14322 * gdb.base/condbreak-call-false.exp
14323 * gdb.base/consecutive-step-over.exp
14324 * gdb.base/cursal.exp
14325 * gdb.base/disabled-location.exp
14326 * gdb.base/disasm-end-cu.exp
14327 * gdb.base/display.exp
14328 * gdb.base/double-prompt-target-event-error.exp
14329 * gdb.base/dprintf-bp-same-addr.exp
14330 * gdb.base/dprintf-detach.exp
14331 * gdb.base/dprintf-next.exp
14332 * gdb.base/dprintf-non-stop.exp
14333 * gdb.base/dprintf-pending.exp
14334 * gdb.base/dso2dso.exp
14335 * gdb.base/ending-run.exp
14336 * gdb.base/enum_cond.exp
14337 * gdb.base/examine-backward.exp
14338 * gdb.base/exe-lock.exp
14339 * gdb.base/exec-invalid-sysroot.exp
14340 * gdb.base/execl-update-breakpoints.exp
14341 * gdb.base/execution-termios.exp
14342 * gdb.base/fileio.exp
14343 * gdb.base/fixsection.exp
14344 * gdb.base/foll-exec-mode.exp
14345 * gdb.base/foll-exec.exp
14346 * gdb.base/fork-running-state.exp
14347 * gdb.base/frame-args.exp
14348 * gdb.base/fullpath-expand.exp
14349 * gdb.base/func-ptr.exp
14350 * gdb.base/gcore-relro-pie.exp
14351 * gdb.base/gdb1090.exp
14352 * gdb.base/gdb1555.exp
14353 * gdb.base/global-var-nested-by-dso.exp
14354 * gdb.base/gnu-ifunc.exp
14355 * gdb.base/hbreak-in-shr-unsupported.exp
14356 * gdb.base/hbreak-unmapped.exp
14357 * gdb.base/hook-stop.exp
14358 * gdb.base/infcall-input.exp
14359 * gdb.base/info-fun.exp
14360 * gdb.base/info-shared.exp
14361 * gdb.base/interrupt-noterm.exp
14362 * gdb.base/jit-so.exp
14363 * gdb.base/jit.exp
14364 * gdb.base/line-symtabs.exp
14365 * gdb.base/list.exp
14366 * gdb.base/longjmp.exp
14367 * gdb.base/macscp.exp
14368 * gdb.base/max-value-size.exp
14369 * gdb.base/nodebug.exp
14370 * gdb.base/nofield.exp
14371 * gdb.base/overlays.exp
14372 * gdb.base/paginate-after-ctrl-c-running.exp
14373 * gdb.base/paginate-bg-execution.exp
14374 * gdb.base/paginate-inferior-exit.exp
14375 * gdb.base/pending.exp
14376 * gdb.base/pr11022.exp
14377 * gdb.base/printcmds.exp
14378 * gdb.base/ptr-typedef.exp
14379 * gdb.base/ptype.exp
14380 * gdb.base/randomize.exp
14381 * gdb.base/range-stepping.exp
14382 * gdb.base/realname-expand.exp
14383 * gdb.base/relativedebug.exp
14384 * gdb.base/remote.exp
14385 * gdb.base/savedregs.exp
14386 * gdb.base/sepdebug.exp
14387 * gdb.base/set-noassign.exp
14388 * gdb.base/shlib-call.exp
14389 * gdb.base/shreloc.exp
14390 * gdb.base/sigaltstack.exp
14391 * gdb.base/sigbpt.exp
14392 * gdb.base/siginfo-addr.exp
14393 * gdb.base/siginfo-obj.exp
14394 * gdb.base/siginfo-thread.exp
14395 * gdb.base/signest.exp
14396 * gdb.base/signull.exp
14397 * gdb.base/sigrepeat.exp
14398 * gdb.base/skip.exp
14399 * gdb.base/so-impl-ld.exp
14400 * gdb.base/solib-corrupted.exp
14401 * gdb.base/solib-disc.exp
14402 * gdb.base/solib-display.exp
14403 * gdb.base/solib-overlap.exp
14404 * gdb.base/solib-search.exp
14405 * gdb.base/solib-symbol.exp
14406 * gdb.base/source-execution.exp
14407 * gdb.base/sss-bp-on-user-bp-2.exp
14408 * gdb.base/sss-bp-on-user-bp.exp
14409 * gdb.base/stack-checking.exp
14410 * gdb.base/stale-infcall.exp
14411 * gdb.base/step-break.exp
14412 * gdb.base/step-line.exp
14413 * gdb.base/step-over-exit.exp
14414 * gdb.base/step-test.exp
14415 * gdb.base/structs.exp
14416 * gdb.base/sym-file.exp
14417 * gdb.base/symtab-search-order.exp
14418 * gdb.base/term.exp
14419 * gdb.base/type-opaque.exp
14420 * gdb.base/unload.exp
14421 * gdb.base/until-nodebug.exp
14422 * gdb.base/until.exp
14423 * gdb.base/unwindonsignal.exp
14424 * gdb.base/watch-cond.exp
14425 * gdb.base/watch-non-mem.exp
14426 * gdb.base/watch_thread_num.exp
14427 * gdb.base/watchpoint-reuse-slot.exp
14428 * gdb.base/watchpoint-solib.exp
14429 * gdb.base/watchpoint.exp
14430 * gdb.btrace/dlopen.exp
14431 * gdb.cell/arch.exp
14432 * gdb.cell/break.exp
14433 * gdb.cell/bt.exp
14434 * gdb.cell/core.exp
14435 * gdb.cell/data.exp
14436 * gdb.cell/dwarfaddr.exp
14437 * gdb.cell/ea-cache.exp
14438 * gdb.cell/ea-standalone.exp
14439 * gdb.cell/ea-test.exp
14440 * gdb.cell/f-regs.exp
14441 * gdb.cell/fork.exp
14442 * gdb.cell/gcore.exp
14443 * gdb.cell/mem-access.exp
14444 * gdb.cell/ptype.exp
14445 * gdb.cell/registers.exp
14446 * gdb.cell/sizeof.exp
14447 * gdb.cell/solib-symbol.exp
14448 * gdb.cell/solib.exp
14449 * gdb.compile/compile-tls.exp
14450 * gdb.cp/exception.exp
14451 * gdb.cp/gdb2495.exp
14452 * gdb.cp/local.exp
14453 * gdb.cp/mb-inline.exp
14454 * gdb.cp/mb-templates.exp
14455 * gdb.cp/pr10687.exp
14456 * gdb.cp/pr9167.exp
14457 * gdb.cp/scope-err.exp
14458 * gdb.cp/templates.exp
14459 * gdb.cp/virtfunc.exp
14460 * gdb.dwarf2/dw2-dir-file-name.exp
14461 * gdb.dwarf2/dw2-single-line-discriminators.exp
14462 * gdb.fortran/complex.exp
14463 * gdb.fortran/library-module.exp
14464 * gdb.guile/guile.exp
14465 * gdb.guile/scm-cmd.exp
14466 * gdb.guile/scm-frame-inline.exp
14467 * gdb.guile/scm-objfile.exp
14468 * gdb.guile/scm-pretty-print.exp
14469 * gdb.guile/scm-symbol.exp
14470 * gdb.guile/scm-type.exp
14471 * gdb.guile/scm-value.exp
14472 * gdb.linespec/keywords.exp
14473 * gdb.linespec/ls-errs.exp
14474 * gdb.linespec/macro-relative.exp
14475 * gdb.linespec/thread.exp
14476 * gdb.mi/mi-breakpoint-changed.exp
14477 * gdb.mi/mi-dprintf-pending.exp
14478 * gdb.mi/mi-fullname-deleted.exp
14479 * gdb.mi/mi-logging.exp
14480 * gdb.mi/mi-pending.exp
14481 * gdb.mi/mi-solib.exp
14482 * gdb.mi/new-ui-mi-sync.exp
14483 * gdb.mi/user-selected-context-sync.exp
14484 * gdb.multi/dummy-frame-restore.exp
14485 * gdb.multi/multi-arch-exec.exp
14486 * gdb.multi/remove-inferiors.exp
14487 * gdb.multi/watchpoint-multi-exit.exp
14488 * gdb.opt/solib-intra-step.exp
14489 * gdb.perf/backtrace.exp
14490 * gdb.perf/single-step.exp
14491 * gdb.perf/skip-command.exp
14492 * gdb.perf/skip-prologue.exp
14493 * gdb.perf/solib.exp
14494 * gdb.python/lib-types.exp
14495 * gdb.python/py-as-string.exp
14496 * gdb.python/py-bad-printers.exp
14497 * gdb.python/py-block.exp
14498 * gdb.python/py-breakpoint.exp
14499 * gdb.python/py-cmd.exp
14500 * gdb.python/py-events.exp
14501 * gdb.python/py-evthreads.exp
14502 * gdb.python/py-finish-breakpoint.exp
14503 * gdb.python/py-finish-breakpoint2.exp
14504 * gdb.python/py-frame-inline.exp
14505 * gdb.python/py-frame.exp
14506 * gdb.python/py-inferior.exp
14507 * gdb.python/py-infthread.exp
14508 * gdb.python/py-mi.exp
14509 * gdb.python/py-objfile.exp
14510 * gdb.python/py-pp-maint.exp
14511 * gdb.python/py-pp-registration.exp
14512 * gdb.python/py-prettyprint.exp
14513 * gdb.python/py-recurse-unwind.exp
14514 * gdb.python/py-shared.exp
14515 * gdb.python/py-symbol.exp
14516 * gdb.python/py-symtab.exp
14517 * gdb.python/py-template.exp
14518 * gdb.python/py-type.exp
14519 * gdb.python/py-unwind-maint.exp
14520 * gdb.python/py-unwind.exp
14521 * gdb.python/py-value.exp
14522 * gdb.python/python.exp
14523 * gdb.reverse/finish-reverse-bkpt.exp
14524 * gdb.reverse/insn-reverse.exp
14525 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14526 * gdb.reverse/solib-precsave.exp
14527 * gdb.reverse/solib-reverse.exp
14528 * gdb.stabs/gdb11479.exp
14529 * gdb.stabs/weird.exp
14530 * gdb.threads/fork-child-threads.exp
14531 * gdb.threads/fork-plus-threads.exp
14532 * gdb.threads/fork-thread-pending.exp
14533 * gdb.threads/forking-threads-plus-breakpoint.exp
14534 * gdb.threads/hand-call-in-threads.exp
14535 * gdb.threads/interrupted-hand-call.exp
14536 * gdb.threads/linux-dp.exp
14537 * gdb.threads/local-watch-wrong-thread.exp
14538 * gdb.threads/next-while-other-thread-longjmps.exp
14539 * gdb.threads/non-ldr-exit.exp
14540 * gdb.threads/pending-step.exp
14541 * gdb.threads/print-threads.exp
14542 * gdb.threads/process-dies-while-detaching.exp
14543 * gdb.threads/process-dies-while-handling-bp.exp
14544 * gdb.threads/pthreads.exp
14545 * gdb.threads/queue-signal.exp
14546 * gdb.threads/reconnect-signal.exp
14547 * gdb.threads/signal-command-handle-nopass.exp
14548 * gdb.threads/signal-command-multiple-signals-pending.exp
14549 * gdb.threads/signal-delivered-right-thread.exp
14550 * gdb.threads/signal-sigtrap.exp
14551 * gdb.threads/sigthread.exp
14552 * gdb.threads/staticthreads.exp
14553 * gdb.threads/stepi-random-signal.exp
14554 * gdb.threads/thread-unwindonsignal.exp
14555 * gdb.threads/thread_check.exp
14556 * gdb.threads/thread_events.exp
14557 * gdb.threads/tid-reuse.exp
14558 * gdb.threads/tls-nodebug.exp
14559 * gdb.threads/tls-shared.exp
14560 * gdb.threads/tls-so_extern.exp
14561 * gdb.threads/tls.exp
14562 * gdb.threads/wp-replication.exp
14563 * gdb.trace/actions-changed.exp
14564 * gdb.trace/actions.exp
14565 * gdb.trace/backtrace.exp
14566 * gdb.trace/change-loc.exp
14567 * gdb.trace/collection.exp
14568 * gdb.trace/deltrace.exp
14569 * gdb.trace/disconnected-tracing.exp
14570 * gdb.trace/entry-values.exp
14571 * gdb.trace/ftrace-lock.exp
14572 * gdb.trace/ftrace.exp
14573 * gdb.trace/infotrace.exp
14574 * gdb.trace/mi-trace-frame-collected.exp
14575 * gdb.trace/mi-trace-unavailable.exp
14576 * gdb.trace/mi-traceframe-changed.exp
14577 * gdb.trace/mi-tracepoint-changed.exp
14578 * gdb.trace/mi-tsv-changed.exp
14579 * gdb.trace/no-attach-trace.exp
14580 * gdb.trace/packetlen.exp
14581 * gdb.trace/passc-dyn.exp
14582 * gdb.trace/passcount.exp
14583 * gdb.trace/pending.exp
14584 * gdb.trace/pr16508.exp
14585 * gdb.trace/qtro.exp
14586 * gdb.trace/range-stepping.exp
14587 * gdb.trace/read-memory.exp
14588 * gdb.trace/report.exp
14589 * gdb.trace/save-trace.exp
14590 * gdb.trace/signal.exp
14591 * gdb.trace/stap-trace.exp
14592 * gdb.trace/status-stop.exp
14593 * gdb.trace/strace.exp
14594 * gdb.trace/tfile.exp
14595 * gdb.trace/tfind.exp
14596 * gdb.trace/trace-break.exp
14597 * gdb.trace/trace-condition.exp
14598 * gdb.trace/trace-enable-disable.exp
14599 * gdb.trace/trace-mt.exp
14600 * gdb.trace/tracecmd.exp
14601 * gdb.trace/tracefile-pseudo-reg.exp
14602 * gdb.trace/tspeed.exp
14603 * gdb.trace/tstatus.exp
14604 * gdb.trace/tsv.exp
14605 * gdb.trace/unavailable.exp
14606 * gdb.trace/while-dyn.exp
14607 * gdb.trace/while-stepping.exp
14608 * lib/gdb-guile.exp
14609 * lib/gdb.exp
14610 * lib/mi-support.exp
14611 * lib/pascal.exp
14612 * lib/perftest.exp
14613 * lib/prelink-support.exp
14614 * lib/selftest-support.exp
14615
14616 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
14617
14618 * Makefile.in: Include disable-implicit-rules.mk.
14619
14620 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14621
14622 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
14623 non-byte-aligned bit fields.
14624
14625 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14626
14627 PR gdb/12616
14628 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
14629 respects the DW_AT_data_bit_offset attribute.
14630
14631 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
14632
14633 * gdb.base/default.exp: Fix output of "set language".
14634
14635 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
14636
14637 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
14638 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
14639 make.
14640 * configure.ac: Remove checks for the make program.
14641 * configure: Re-generate.
14642
14643 2016-11-16 Kevin Buettner <kevinb@redhat.com>
14644
14645 * gdb.python/py-recurse-unwind.c (main): Add loop.
14646 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
14647 to read_register() and gdb.parse_and_eval(). Make each code
14648 call a separate case that can be individually tested.
14649 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
14650 proc. Call cont_and_backtrace for each of the code paths that
14651 we want to test in the unwinder.
14652
14653 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
14654
14655 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
14656 the definition of struct S.
14657
14658 2016-11-11 Catherine Moore <clm@codesourcery.com>
14659
14660 * gdb.base/dump.exp: Identify verilog format dump tests as such.
14661
14662 2016-11-09 Pedro Alves <palves@redhat.com>
14663
14664 * gdb.base/commands.exp (runto_or_return): New procedure.
14665 (gdbvar_simple_if_test, gdbvar_simple_while_test)
14666 (gdbvar_complex_if_while_test, progvar_simple_if_test)
14667 (progvar_simple_while_test, progvar_complex_if_while_test)
14668 (if_while_breakpoint_command_test)
14669 (infrun_breakpoint_command_test, breakpoint_command_test)
14670 (user_defined_command_test, watchpoint_command_test)
14671 (test_command_prompt_position, redefine_hook_test)
14672 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
14673 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
14674 multi_line_input and multi_line. Remove gdb_expect and
14675 gdb_stop_suppressing_tests uses.
14676 * lib/gdb.exp (valnum_re): New global.
14677 (multi_line_input): New procedure.
14678
14679 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
14680
14681 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
14682 Remove.
14683 (test_setup): Define with proc_with_prefix.
14684 (test_cli_inferior): Likewise.
14685 (test_cli_thread): Likewise.
14686 (test_cli_frame): Likewise.
14687 (test_cli_select_frame): Likewise.
14688 (test_cli_up_down): Likewise.
14689 (test_mi_thread_select): Likewise.
14690 (test_mi_stack_select_frame): Likewise.
14691 (test_cli_in_mi_inferior): Likewise.
14692 (test_cli_in_mi_thread): Likewise.
14693 (test_cli_in_mi_frame): Likewise.
14694 (top level): Do not use with_test_prefix_procname.
14695
14696 2016-11-09 Pedro Alves <palves@redhat.com>
14697
14698 * gdb.base/commands.exp (gdbvar_simple_if_test)
14699 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
14700 (progvar_simple_if_test, progvar_simple_while_test)
14701 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
14702 (infrun_breakpoint_command_test, breakpoint_command_test)
14703 (user_defined_command_test, watchpoint_command_test)
14704 (test_command_prompt_position, deprecated_command_test)
14705 (bp_deleted_in_command, temporary_breakpoint_commands)
14706 (stray_arg0_test, source_file_with_indented_comment)
14707 (recursive_source_test, if_commands_test)
14708 (error_clears_commands_left, redefine_hook_test)
14709 (redefine_backtrace_test): Use proc_with_prefix.
14710 * lib/gdb.exp (proc_with_prefix): New proc.
14711
14712 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
14713
14714 * gdb.base/tui-layout.c: New file.
14715 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
14716 disassembly window contains very long lines.
14717
14718 2016-11-08 Tom Tromey <tom@tromey.com>
14719
14720 * gdb.python/py-value.exp (test_value_creation): Make "long" test
14721 depend on Python 2.
14722
14723 2016-11-08 Tom Tromey <tom@tromey.com>
14724
14725 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
14726 New method.
14727
14728 2016-10-29 Manish Goregaokar <manish@mozilla.com>
14729
14730 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
14731
14732 2016-10-27 Manish Goregaokar <manish@mozilla.com>
14733
14734 * gdb.rust/simple.rs: Add test for univariant enums without
14735 discriminants and for encoded struct-like enums.
14736
14737 2016-10-28 Pedro Alves <palves@redhat.com>
14738
14739 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
14740 gdb_test_multiple, tighten regexps and match symtabs and line
14741 tables incrementally.
14742
14743 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
14744
14745 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
14746 general.
14747
14748 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
14749
14750 * gdb.base/exec-invalid-sysroot.exp: New file.
14751
14752 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14753
14754 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
14755
14756 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14757
14758 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
14759
14760 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
14761
14762 * gdb.base/killed-outside.exp: Remove $options from a call to
14763 `prepare_for_testing'.
14764
14765 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14766
14767 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
14768 Change test message.
14769
14770 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14771
14772 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
14773 Update comment.
14774
14775 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14776
14777 * gdb.trace/mi-trace-save.exp: New file.
14778
14779 2016-10-13 Yao Qi <yao.qi@linaro.org>
14780
14781 * gdb.base/code_elim.exp (get_var_address): Remove.
14782 * gdb.base/relocate.exp: Likewise.
14783 * gdb.base/shreloc.exp: Likewise.
14784 * lib/gdb.exp (get_var_address): New.
14785
14786 2016-10-13 Yao Qi <yao.qi@linaro.org>
14787
14788 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
14789 floating point tests if $skip_float_test is false.
14790
14791 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
14792
14793 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
14794 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
14795 argc values.
14796 Add 1 to argc so we guarantee distinct initial/modified argc values.
14797
14798 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14799
14800 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
14801
14802 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14803
14804 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
14805 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
14806 * gdb.arch/vsx-regs.exp: Likewise.
14807
14808 2016-10-07 Yao Qi <yao.qi@linaro.org>
14809
14810 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
14811
14812 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
14813
14814 * gdb.python/python.exp: Test decode_line("*0").
14815
14816 2016-10-06 Doug Evans <dje@google.com>
14817
14818 * gdb.python/py-value.exp (test_value_creation): Add test for large
14819 unsigned 64-bit value.
14820
14821 2016-10-06 Tom Tromey <tom@tromey.com>
14822
14823 * gdb.compile/compile.exp: Change java tests to rust.
14824 * gdb.base/setshow.exp: Change java tests to rust.
14825 * gdb.base/default.exp: Remove java from language list.
14826 * README (Examples): Update language example.
14827 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
14828 test.
14829 * lib/gdb.exp (skip_java_tests): Remove.
14830 * lib/java.exp: Remove.
14831 * gdb.java: Remove.
14832
14833 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
14834
14835 * gdb.arch/mips-fcr.exp: New test.
14836 * gdb.arch/mips-fcr.c: Source for the new test.
14837
14838 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
14839
14840 * gdb.base/solib-disc.exp: Use `standard_output_file'
14841 throughout.
14842
14843 2016-10-06 Pedro Alves <palves@redhat.com>
14844
14845 * gdb.base/jit-simple-dl.c: New file.
14846 * gdb.base/jit-simple-jit.c: New file, factored out from ...
14847 * gdb.base/jit-simple.c: ... this.
14848 * gdb.base/jit-simple.exp (jit_run): Delete.
14849 (build_jit): New proc.
14850 (jit_test_reread): Recompile either the main program or the shared
14851 library, depending on what is being tested. Skip changing address
14852 if caller wants to. Compare before/after addresses. If testing
14853 standalone, explicitly load the binary. Test "maint info
14854 breakpoints".
14855 (top level): Add "standalone vs shared lib" and "change address"
14856 vs "same address" axes.
14857
14858 2016-10-06 Pedro Alves <palves@redhat.com>
14859
14860 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
14861 call.
14862 (jit_run): Delete.
14863 (jit_test_reread): Use with_test_prefix. Reload the main binary
14864 explicitly. Compare the before/after addresses of the JIT
14865 descriptor.
14866
14867 2016-08-15 Doug Evans <dje@google.com>
14868
14869 * gdb.xml/extra-regs.xml: Update, end field now required, default type
14870 for single bitfields is bool.
14871 * gdb.xml/tdesc-regs.exp: Ditto.
14872
14873 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
14874
14875 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
14876
14877 2016-10-05 Yao Qi <yao.qi@linaro.org>
14878
14879 * lib/gdb.exp (support_complex_tests): Return zero if
14880 gdb_skip_float_test return true.
14881
14882 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
14883 Simon Marchi <simon.marchi@ericsson.com>
14884
14885 PR gdb/20487
14886 * gdb.mi/user-selected-context-sync.exp: New file.
14887 * gdb.mi/user-selected-context-sync.c: New file.
14888
14889 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
14890 Simon Marchi <simon.marchi@ericsson.com>
14891
14892 PR gdb/20487
14893 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
14894 =thread-select-event check.
14895
14896 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
14897
14898 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
14899 the compulsory L operand changes.
14900 * gdb.arch/powerpc-power.s: Likewise.
14901
14902 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14903
14904 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
14905 * gdb.base/jit-attach-pie.c: New file.
14906 * gdb.base/jit-attach-pie.exp: New file.
14907
14908 2016-09-28 Pedro Alves <palves@redhat.com>
14909
14910 * gdb.base/infcall-input.c: New file.
14911 * gdb.base/infcall-input.exp: New file.
14912
14913 2016-09-22 Yao Qi <yao.qi@linaro.org>
14914
14915 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
14916 (gdb_exit): Rename it to ...
14917 (gdbserver_gdb_exit): ... Close GDBserver.
14918 (gdb_exit): New proc, call gdbserver_gdb_exit.
14919 (mi_gdb_exit): Likewise.
14920
14921 2016-09-22 Yao Qi <yao.qi@linaro.org>
14922
14923 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
14924 path.
14925 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
14926 Remove duplication.
14927
14928 2016-09-22 Yao Qi <yao.qi@linaro.org>
14929
14930 * lib/gdbserver-support.exp: Check the existence of
14931 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
14932
14933 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
14934
14935 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
14936
14937 2016-09-21 Tom Tromey <tom@tromey.com>
14938
14939 PR gdb/20604:
14940 * gdb.base/quit.exp: New file.
14941
14942 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
14943
14944 * .gitignore: New file.
14945
14946 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
14947
14948 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
14949 throughout.
14950
14951 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14952
14953 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
14954
14955 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14956
14957 * gdb.cp/casts.cc (decltype): Move it ...
14958 (main): ... with its call to ...
14959 * gdb.cp/casts03.cc: ... a new file.
14960 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
14961
14962 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14963
14964 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
14965
14966 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
14967
14968 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
14969 and sync up the test with tests in gas/testsuite/gas/ppc.
14970 * gdb.arch/powerpc-power.exp: Likewise.
14971
14972 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14973
14974 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
14975
14976 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
14977 Jan Kratochvil <jan.kratochvil@redhat.com>
14978
14979 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
14980 make m1's definition to be different from m2's. Use 'dummy' as an
14981 argument for probe 'two'.
14982
14983 2016-09-10 Jon Beniston <jon@beniston.com>
14984
14985 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
14986 for sim target.
14987
14988 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
14989
14990 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
14991 variable declaration.
14992 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
14993 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
14994 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
14995 received HWCAP as its argument.
14996
14997 2016-09-06 Pedro Alves <palves@redhat.com>
14998
14999 * gdb.base/new-ui-pending-input.c: New file.
15000 * gdb.base/new-ui-pending-input.exp: New file.
15001 * gdb.exp (clear_gdb_spawn_id): New procedure.
15002 (with_spawn_id): Check whether gdb_spawn_id exists before
15003 referencing it. If gdb_spawn_id didn't exist on entry, clear it
15004 on exit.
15005
15006 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
15007
15008 * gdb.base/float128.c: New file.
15009 * gdb.base/float128.exp: Likewise.
15010 * gdb.base/floatn.c: Likewise.
15011 * gdb.base/floatn.exp: Likewise.
15012
15013 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
15014
15015 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
15016
15017 2016-09-05 Pedro Alves <palves@redhat.com>
15018
15019 PR backtrace/19927
15020 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
15021 unwinders are immediately called as side effect of "source" or
15022 "disable unwinder" commands.
15023 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
15024
15025 2016-09-02 Yao Qi <yao.qi@linaro.org>
15026
15027 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
15028 is true and $type is "float" or "double".
15029
15030 2016-09-02 Yao Qi <yao.qi@linaro.org>
15031
15032 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
15033 true.
15034 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
15035 * gdb.base/call-rt-st.exp: Likewise.
15036 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
15037 return value instead of gdb,skip_float_test.
15038 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
15039 (do_function_calls): Use its return value instead of
15040 gdb,skip_float_test.
15041 * gdb.base/finish.exp: Likewise.
15042 * gdb.base/funcargs.exp: Likewise.
15043 * gdb.base/return.exp: Likewise.
15044 * gdb.base/return2.exp: Likewise.
15045 * gdb.base/varargs.exp: Likewise.
15046 * lib/gdb.exp (gdb_skip_float_test): Change it to
15047 gdb_caching_proc. Detect the broken ptrace on arm-linux.
15048
15049 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15050
15051 * gdb.multi/tids.exp: Test "thread apply all".
15052
15053 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15054
15055 * gdb.base/default.exp (tty): Remove.
15056
15057 2016-08-24 Kevin Buettner <kevinb@redhat.com>
15058
15059 * gdb.python/py-recurse-unwind.c: New file.
15060 * gdb.python/py-recurse-unwind.py: New file.
15061 * gdb.python/py-recurse-unwind.exp: New file.
15062
15063 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
15064
15065 * gdb.base/set-inferior-tty.exp: New file.
15066 * gdb.base/set-inferior-tty.c: New file.
15067
15068 2016-08-23 Pedro Alves <palves@redhat.com>
15069
15070 PR gdb/20494
15071 * gdb.base/new-ui-echo.c: New file.
15072 * gdb.base/new-ui-echo.exp: New file.
15073
15074 2016-08-23 Yao Qi <yao.qi@linaro.org>
15075
15076 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
15077 gdbserver_spawn.
15078 * gdb.server/connect-without-multi-process.exp (do_test):
15079 Likewise.
15080
15081 2016-08-23 Yao Qi <yao.qi@linaro.org>
15082
15083 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
15084 standalone_txt. Delete gdb_txt and standalone_txt on host
15085 and target. Spawn the binary on target. Copy files from
15086 target to host.
15087
15088 2016-08-22 Pedro Alves <palves@redhat.com>
15089
15090 PR gdb/20505
15091 * gdb.base/vdso-warning.exp: Test core dumps too. Use
15092 with_test_prefix. Factor out bits to ...
15093 (test_no_vdso): ... this new procedure.
15094
15095 2016-08-19 Carl Love <cel@us.ibm.com>
15096
15097 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
15098 maintaining separate logic for constructing the output path.
15099 * gdb.arch/powerpc-d128-regs.exp: Likewise.
15100 * gdb.arch/ppc-dfp.exp: Likewise.
15101 * gdb.arch/ppc-fp.exp: Likewise.
15102 * gdb.arch/vsx-regs.exp: Likewise.
15103 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
15104 binprefix for generating the additional binary files.
15105
15106 2016-08-19 Pedro Alves <palves@redhat.com>
15107
15108 * gdb.trace/mi-trace-frame-collected.exp
15109 (test_trace_frame_collected): On x32, expect two registers.
15110
15111 2016-08-18 Carl Love <cel@us.ibm.com>
15112
15113 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
15114 and sync up the test with tests in gas/testsuite/gas/ppc.
15115 * gdb.arch/powerpc-power.exp: Likewise.
15116
15117 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
15118
15119 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
15120 expected error message.
15121
15122 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
15123
15124 * gdb.multi/remove-inferiors.exp: New file.
15125 * gdb.multi/remove-inferiors.c: New file.
15126
15127 2016-08-12 Yao Qi <yao.qi@linaro.org>
15128
15129 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
15130 argument list.
15131
15132 2016-08-10 Pedro Alves <palves@redhat.com>
15133
15134 PR gdb/19187
15135 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
15136 setup_kfails.
15137
15138 2016-08-09 Pedro Alves <palves@redhat.com>
15139 Simon Marchi <simon.marchi@ericsson.com>
15140
15141 PR gdb/20418
15142 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
15143 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
15144
15145 2016-08-09 Pedro Alves <palves@redhat.com>
15146
15147 PR mi/20431
15148 * gdb.mi/mi-cmd-error.exp: New file.
15149
15150 2016-08-09 Pedro Alves <palves@redhat.com>
15151
15152 PR gdb/18653
15153 * gdb.base/signals-state-child.c: New file.
15154 * gdb.base/signals-state-child.exp: New file.
15155 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
15156
15157 2016-08-09 Pedro Alves <palves@redhat.com>
15158
15159 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
15160
15161 2016-08-03 Tom Tromey <tom@tromey.com>
15162
15163 PR python/18565:
15164 * gdb.python/py-frame-inline.exp: Add Frame.function test.
15165
15166 2016-08-01 Yao Qi <yao.qi@linaro.org>
15167
15168 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
15169 variable mode to "multi-process" if $multi_process is 1, otherwise
15170 set it to "single-process".
15171
15172 2016-08-01 Yao Qi <yao.qi@linaro.org>
15173
15174 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
15175 * gdb.cp/cpexprs.exp: Likewise.
15176 * gdb.cp/m-static.exp: Likewise.
15177
15178 2016-07-26 Tom Tromey <tom@tromey.com>
15179
15180 PR python/20190:
15181 * gdb.threads/tls.exp (check_thread_local): Add python symbol
15182 test.
15183
15184 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
15185
15186 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
15187 selecting assembly source files.
15188 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
15189 assembly source files.
15190 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
15191 assembly source files.
15192 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
15193 selecting assembly source files.
15194
15195 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
15196
15197 * gdb.base/new-ui.exp (do_test_invalid_args): New
15198 procedure.
15199
15200 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
15201
15202 * gdb.btrace/reconnect.c: New file.
15203 * gdb.btrace/reconnect.exp: New file.
15204
15205 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
15206
15207 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
15208 to test_catch_syscall_group.
15209 (test_catch_syscall_group): New.
15210
15211 2016-07-21 Tom Tromey <tom@tromey.com>
15212
15213 * gdb.rust/simple.rs (main): Use empty struct expression.
15214 * gdb.rust/simple.exp: Add tests for empty struct expression.
15215
15216 2016-07-21 Yao Qi <yao.qi@linaro.org>
15217
15218 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
15219 if gdb_skip_xml_test is true on some targets.
15220
15221 2016-07-21 Yao Qi <yao.qi@linaro.org>
15222
15223 * gdb.server/solib-list.exp: Unset last_loaded_file.
15224
15225 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15226
15227 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
15228 "step into captured_main (args)".
15229
15230 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15231
15232 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
15233
15234 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15235
15236 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
15237
15238 2016-07-19 Pedro Alves <palves@redhat.com>
15239
15240 * gdb.opt/inline-break.exp: Remove optimize=-O2.
15241 * gdb.opt/inline-bt.exp: Likewise.
15242 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
15243 additional_flags=-Winline.
15244 * gdb.opt/inline-locals.exp: Likewise.
15245 * gdb.opt/inline-markers.c (ATTR): Define.
15246 (inlined_fn): Use it.
15247
15248 2016-07-19 Yao Qi <yao.qi@linaro.org>
15249
15250 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
15251 (test_with_self): Remove some code. Remove argument executable.
15252 (top-level): Use do_self_tests.
15253
15254 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
15255 Don Breazeal <donb@codesourcery.com>
15256
15257 * gdb.base/maint.exp: Escape paths used in regular expressions.
15258 * gdb.stabs/weird.exp: Likewise.
15259
15260 2016-07-13 Tom Tromey <tom@tromey.com>
15261
15262 PR python/15620, PR python/18620:
15263 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
15264 (test_bkpt_events): New procs.
15265
15266 2016-07-13 Tom Tromey <tom@tromey.com>
15267
15268 PR python/17698:
15269 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
15270 test.
15271 (test_watchpoints): Likewise.
15272 (test_bkpt_pending): New proc.
15273
15274 2016-07-13 Tom Tromey <tom@tromey.com>
15275
15276 PR cli/18053:
15277 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
15278 completion test.
15279
15280 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15281
15282 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
15283 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
15284 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
15285 f_label.
15286 (g): Rename g_end_lbl to g_label.
15287 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
15288 low_pc and high_pc.
15289 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
15290
15291 2016-07-12 Tom Tromey <tom@tromey.com>
15292
15293 PR python/19293:
15294 * gdb.python/py-unwind-maint.exp: Update tests.
15295
15296 2016-07-12 Yao Qi <yao.qi@linaro.org>
15297
15298 * lib/selftest-support.exp (selftest_setup): Match the output
15299 when captured_main is inlined.
15300
15301 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
15302
15303 * gdb.fortran/derived-types.exp (result_line, result_line_2):
15304 New variables.
15305 (print this%a, print this%b, print this): New tests.
15306 * gdb.fortran/derived-types.f90 (this): New object and
15307 initialization.
15308
15309 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
15310
15311 * gdb.ada/arraydim.exp: Remove extra directory level in build
15312 directory.
15313
15314 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
15315
15316 * lib/ada.exp: Remove extra directory level in build directory.
15317 * gdb.ada/cond_lang.exp: Likewise.
15318 * gdb.ada/exec_changed.exp: Likewise.
15319 * gdb.ada/lang_switch.exp: Likewise.
15320
15321 2016-07-06 Manish Goregaokar <manish@mozilla.com>
15322
15323 * simple.rs: Add test for raw pointer subscripting.
15324 * simple.exp: Add test expectations.
15325
15326 2016-07-05 Yao Qi <yao.qi@linaro.org>
15327
15328 * gdb.mi/mi-reverse.exp: Match =record-started output.
15329
15330 2016-07-01 Pedro Alves <palves@redhat.com>
15331
15332 * gdb.base/jit-reader.exp (info_registers_current_frame): New
15333 procedure.
15334 (jit_reader_test): Test the jit reader's unwinder.
15335 * gdb.base/jithost.c (jit_function_00_code): New global.
15336 (main): Use memcpy to fill in the mmapped code, instead of poking
15337 bytes manually here.
15338 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
15339 value.
15340 (read_debug_info): Save the function's range.
15341 (read_sp): New function.
15342 (unwind_frame): Use it. Also unwind RBP.
15343 (get_frame_id): Use read_sp.
15344 (gdb_init_reader): Use calloc instead of malloc.
15345 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
15346 parameter. Use gdb_test_multiple.
15347
15348 2016-07-01 Pedro Alves <palves@redhat.com>
15349 Antoine Tremblay <antoine.tremblay@ericsson.com>
15350
15351 * gdb.threads/process-dies-while-detaching.c: New file.
15352 * gdb.threads/process-dies-while-detaching.exp: New file.
15353
15354 2016-07-01 Pedro Alves <palves@redhat.com>
15355
15356 * gdb.multi/watchpoint-multi-exit.c: New file.
15357 * gdb.multi/watchpoint-multi-exit.exp: New file.
15358
15359 2016-06-30 Pedro Alves <palves@redhat.com>
15360
15361 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
15362 unset inferior_spawn_id.
15363
15364 2016-06-30 Pedro Alves <palves@redhat.com>
15365
15366 * lib/mi-support.exp (default_mi_gdb_start): Declare global
15367 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
15368
15369 2016-06-29 Yao Qi <yao.qi@linaro.org>
15370
15371 * gdb.base/return.c: Add copyright header.
15372
15373 2016-06-29 Tom Tromey <tom@tromey.com>
15374
15375 PR python/20129:
15376 * gdb.python/py-framefilter.exp: Add tests for setting priority
15377 and disabling of non-existent frame filter.
15378
15379 2016-06-29 Yao Qi <yao.qi@linaro.org>
15380
15381 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
15382 0x0f07ff.
15383
15384 2016-06-28 Yao Qi <yao.qi@linaro.org>
15385
15386 * gdb.base/catch-syscall.exp: Remove check on isnative and target
15387 triplets. Start gdb, execute catch syscall, and continue. Check
15388 gdb's output to determine catch syscall is supported.
15389
15390 2016-06-27 Manish Goregaokar <manish@mozilla.com>
15391
15392 * gdb.rust/simple.rs: Add test for returning unit in a function.
15393 * gdb.rust/simple.exp: Add expectation for functions returning
15394 unit.
15395
15396 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
15397
15398 * gdb.python/py-breakpoint-create-fail.c,
15399 gdb.python/py-breakpoint-create-fail.exp,
15400 gdb.python/py-breakpoint-create-fail.py: New testcase.
15401
15402 2016-06-25 Manish Goregaokar <manish@mozilla.com>
15403
15404 PR gdb/20239
15405 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
15406 * gdb.rust/simple.exp: Add test expectations for new NonZero
15407 tests.
15408
15409 2016-06-24 David Taylor <dtaylor@emc.com>
15410
15411 * gdb.base/offsets.exp: New file.
15412 * gdb.base/offsets.c: New file.
15413
15414 2016-06-23 Tom Tromey <tom@tromey.com>
15415
15416 PR gdb/16483:
15417 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
15418 before any filters are loaded.
15419
15420 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
15421
15422 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
15423 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
15424 structs.
15425 * gdb.fortran/derived-type-function.exp: New file.
15426 * gdb.fortran/derived-type-function.f90: New file.
15427
15428
15429 2016-06-21 Pedro Alves <palves@redhat.com>
15430
15431 * gdb.base/new-ui.exp: New file.
15432 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
15433 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
15434 (with_spawn_id): New procedure.
15435
15436 2016-06-21 Pedro Alves <palves@redhat.com>
15437
15438 * gdb.mi/mi-exec-run.exp: New file.
15439
15440 2016-06-21 Pedro Alves <palves@redhat.com>
15441
15442 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
15443 breakpoint command's output on the main UI.
15444 (test_break): New procedure, factored out from calls in the top
15445 level.
15446 (top level): Use foreach_with_prefix to test MI as main UI and as
15447 separate UI.
15448
15449 2016-06-21 Pedro Alves <palves@redhat.com>
15450
15451 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
15452 (test_awatch_creation_and_listing)
15453 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
15454 Remove 'type' parameter.
15455 (test_watchpoint_all): New parameter mi_mode. Remove
15456 with_test_prefix.
15457 (top level): Use foreach_with_prefix, and add main/separate UI MI
15458 testing axis.
15459
15460 2016-06-21 Pedro Alves <palves@redhat.com>
15461
15462 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
15463 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
15464 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
15465 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
15466 (gdb_main_spawn_id, mi_spawn_id): Declare and
15467 comment.
15468 (mi_create_inferior_pty): New procedure,
15469 factored out from default_mi_gdb_start.
15470 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
15471 procedures.
15472 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
15473 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
15474 Use mi_create_inferior_pty.
15475 (mi_gdb_start): Use eval to pass down args list.
15476
15477 2016-06-21 Pedro Alves <palves@redhat.com>
15478
15479 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
15480 * gdb.opt/inline-cmds.exp: Add MI tests.
15481
15482 2016-06-21 Pedro Alves <palves@redhat.com>
15483
15484 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
15485
15486 2016-06-21 Pedro Alves <palves@redhat.com>
15487
15488 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
15489 (top level): Use it instead of mi_execute_to.
15490
15491 2016-06-21 Pedro Alves <palves@redhat.com>
15492
15493 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
15494 (cont_handler_str): New.
15495 (signal_stop_handler): Set stop_handler_str instead of printing to
15496 stdout.
15497 (continue_handler): Set cont_handler_str instead of printing to
15498 stdout.
15499 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
15500 mi_send_resuming_command. Print stop_handler_str and
15501 cont_handler_str instead of expecting the python events print
15502 directly.
15503
15504 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
15505
15506 * gdb.base/jit-reader.exp: New file.
15507 * gdb.base/jithost.c: New file.
15508 * gdb.base/jithost.h: New file.
15509 * gdb.base/jitreader.c : New file.
15510 * gdb.base/jit-protocol.h: New file.
15511
15512 2016-06-17 Yao Qi <yao.qi@linaro.org>
15513
15514 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
15515 parameters follow_fork and detach_on_fork. Set follow-fork-mode
15516 and detach-on-fork. Adjust tests.
15517 (top level): Invoke break_cond_on_syscall with combinations of
15518 syscall, follow-fork-mode and detach-on-fork.
15519
15520 2016-06-17 Yao Qi <yao.qi@linaro.org>
15521
15522 * gdb.base/step-over-exit.c: New.
15523 * gdb.base/step-over-exit.exp: New.
15524
15525 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
15526
15527 * gdb.base/float.exp: Add target check for nds32*-*-*.
15528 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
15529
15530 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
15531
15532 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
15533 for unsupported target features.
15534 * gdb.base/call-rt-st.exp: Likewise.
15535 * gdb.base/call-sc.exp: Likewise.
15536 * gdb.base/call-signal-resume.exp: Likewise.
15537 * gdb.base/call-strs.exp: Likewise.
15538 * gdb.base/callexit.exp: Likewise.
15539 * gdb.base/callfuncs.exp: Likewise.
15540 * gdb.base/nodebug.exp: Likewise.
15541 * gdb.base/printcmds.exp: Likewise.
15542 * gdb.base/ptype.exp: Likewise.
15543 * gdb.base/structs.exp: Likewise.
15544 * gdb.base/unwindonsignal.exp: Likewise.
15545 * gdb.cp/gdb2495.exp: Likewise.
15546 * gdb.cp/templates.exp: Likewise.
15547 * gdb.cp/virtfunc.exp: Likewise.
15548 * gdb.threads/hand-call-in-threads.exp: Likewise.
15549 * gdb.threads/interrupted-hand-call.exp: Likewise.
15550 * gdb.threads/thread-unwindonsignal.exp: Likewise.
15551
15552 2016-06-10 Tom Tromey <tom@tromey.com>
15553
15554 PR rust/20110:
15555 * gdb.rust/expr.exp: Add test for integer constant larger than
15556 i32.
15557
15558 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
15559
15560 * gdb.fortran/nested-funcs.exp: New.
15561 * gdb.fortran/nested-funcs.f90: New.
15562
15563 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
15564
15565 * gdb.base/examine-backward.c: New file.
15566 * gdb.base/examine-backward.exp: New file.
15567
15568 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
15569
15570 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
15571 matching.
15572
15573 2016-06-02 Tom Tromey <tom@tromey.com>
15574
15575 PR python/18984:
15576 * gdb.python/py-shared.exp: Add solib_name test.
15577
15578 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
15579
15580 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
15581
15582 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
15583
15584 PR c++/19893
15585 * gdb.dwarf2/implref.exp: Rename to...
15586 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
15587 * gdb.dwarf2/implref-array.c: New file.
15588 * gdb.dwarf2/implref-array.exp: Likewise.
15589 * gdb.dwarf2/implref-global.c: Likewise.
15590 * gdb.dwarf2/implref-global.exp: Likewise.
15591 * gdb.dwarf2/implref-struct.c: Likewise.
15592 * gdb.dwarf2/implref-struct.exp: Likewise.
15593
15594 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15595
15596 * gdb.trace/trace-condition.exp: Add 64bit tests.
15597
15598 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15599
15600 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
15601 bits types.
15602 (main): Adapt to 8 to 64 bits types.
15603 * gdb.trace/trace-condition.exp: Add new tests.
15604
15605 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15606
15607 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
15608
15609 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15610
15611 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
15612 Move condition tests...
15613 * gdb.trace/trace-condition.exp: Here.
15614
15615 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15616
15617 * gdb.trace/trace-condition.exp: Add counter-case tests.
15618
15619 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15620
15621 PR c++/15231
15622 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
15623 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
15624
15625 2016-05-27 Pedro Alves <palves@redhat.com>
15626
15627 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
15628 New procedure.
15629 (top level): Call it, and bail out of DejaGnu is known to be bad.
15630
15631 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
15632
15633 * gdb.base/whatis.c: Extend the test case.
15634 * gdb.base/whatis.exp: Add additional tests.
15635
15636 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15637
15638 * gdb.fortran/type.f90: Add pointer variable.
15639 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
15640
15641 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15642
15643 * gdb.fortran/vla-type.exp: Fix testcase name.
15644
15645 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15646
15647 * gdb.fortran/vla-type.exp: Access elements in nested structs.
15648
15649 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15650
15651 * gdb.fortran/type.f90: Add nested structures.
15652 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
15653 * gdb.fortran/derived-type.exp: Adapt expected output.
15654 * gdb.fortran/vla-type.exp: Adapt expected output.
15655
15656 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15657
15658 * gdb.fortran/whatis_type.exp: Adapt expected output.
15659
15660 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15661
15662 * gdb.fortran/print_type.exp: Fix expected output.
15663 * gdb.fortran/whatis_type.exp: Fix expected output.
15664
15665 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15666
15667 * gdb.fortran/whatis_type.exp: Use multi_line.
15668
15669 2016-05-24 Tom Tromey <tom@tromey.com>
15670
15671 PR python/17386:
15672 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
15673 use value as an index.
15674
15675 2016-05-23 Tom Tromey <tom@tromey.com>
15676
15677 PR python/17981:
15678 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
15679 no-breakpoint case.
15680
15681 2016-05-24 Pedro Alves <palves@redhat.com>
15682
15683 PR gdb/19828
15684 * gdb.threads/clone-attach-detach.c: New file.
15685 * gdb.threads/clone-attach-detach.exp: New file.
15686
15687 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
15688
15689 * gdb.base/annota-input-while-running.exp: Fix syntax error.
15690
15691 2016-05-23 Tom Tromey <tom@tromey.com>
15692
15693 PR python/19438, PR python/18393:
15694 * gdb.python/py-progspace.exp: Add "dir" test.
15695 * gdb.python/py-objfile.exp: Add "dir" test.
15696
15697 2016-05-23 Yao Qi <yao.qi@linaro.org>
15698
15699 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
15700 * gdb.arch/thumb2-it.exp: Likewise.
15701
15702 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
15703
15704 * gdb.mi/mi-threads-interrupt.c: New file.
15705 * gdb.mi/mi-threads-interrupt.exp: New file.
15706
15707 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
15708
15709 PR gdb/18077
15710 * gdb.mi/mi-async-run.exp: New file.
15711 * gdb.mi/mi-async-run.c: New file.
15712
15713 2016-05-17 Tom Tromey <tom@tromey.com>
15714 Manish Goregaokar <manishsmail@gmail.com>
15715
15716 * lib/rust-support.exp: New file.
15717 * lib/gdb.exp (skip_rust_tests): New proc.
15718 (build_executable_from_specs): Handle rust.
15719 * lib/future.exp (gdb_find_rustc): New proc.
15720 (gdb_default_target_compile): Handle rust.
15721 * gdb.rust/expr.exp: New file.
15722 * gdb.rust/generics.exp: New file.
15723 * gdb.rust/generics.rs: New file.
15724 * gdb.rust/methods.exp: New file.
15725 * gdb.rust/methods.rs: New file.
15726 * gdb.rust/modules.exp: New file.
15727 * gdb.rust/modules.rs: New file.
15728 * gdb.rust/simple.exp: New file.
15729 * gdb.rust/simple.rs: New file.
15730
15731 2016-05-17 Tom Tromey <tom@tromey.com>
15732
15733 * gdb.base/default.exp (set language): Add rust.
15734
15735 2016-05-17 Tom Tromey <tom@tromey.com>
15736
15737 * gdb.gdb/unittest.exp: New file.
15738
15739 2016-05-16 Yao Qi <yao.qi@linaro.org>
15740
15741 * gdb.base/batch-preserve-term-settings.exp: Remove variable
15742 shell_prompt. Update shell_prompt_re.
15743
15744 2016-05-12 Doug Evans <dje@google.com>
15745
15746 PR symtab/19999
15747 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
15748 $options when building executable.
15749 * gdb.dwarf2/fission-loclists-pie.S: New file.
15750 * gdb.dwarf2/fission-loclists-pie.exp: New file.
15751
15752 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
15753
15754 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
15755 of [is_remote target],
15756
15757 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
15758
15759 * lib/gdb.exp (use_gdb_stub): New procedure.
15760
15761 2016-05-03 Yunlian Jiang <yunlian@google.com>
15762 Doug Evans <dje@google.com>
15763
15764 PR symtab/19914
15765 * gdb.dwarf2/dwp-sepdebug.c: New file.
15766 * gdb.dwarf2/dwp-sepdebug.exp: New file.
15767
15768 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
15769
15770 * gdb.base/detach.exp: Remove is_remote check.
15771
15772 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
15773
15774 * gdb.base/annota-input-while-running.exp: Don't check for
15775 [is_remote target]. Enable annotations after running to main.
15776 Remove unused "set test..." line.
15777
15778 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
15779
15780 * gdb.trace/trace-enable-disable.exp: New file.
15781 * gdb.trace/trace-enable-disable.c: New file.
15782
15783 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
15784
15785 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
15786 use it in info sharedlibrary test.
15787 * gdb.trace/ftrace-lock.exp: Likewise.
15788 * gdb.trace/ftrace.exp: Likewise.
15789 * gdb.trace/range-stepping.exp: Likewise.
15790 * gdb.trace/trace-break.exp: Likewise.
15791 * gdb.trace/trace-condition.exp: Likewise.
15792 * gdb.trace/trace-mt.exp: Likewise.
15793
15794 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
15795
15796 * lib/gdb.exp (gdb_load_shlibs): Rename to...
15797 (gdb_load_shlib): ... this.
15798 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
15799 gdb_load_shlib.
15800 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
15801 * gdb.base/ctxobj.exp: Likewise.
15802 * gdb.base/dprintf-pending.exp: Likewise.
15803 * gdb.base/dso2dso.exp: Likewise.
15804 * gdb.base/fixsection.exp: Likewise.
15805 * gdb.base/gcore-relro.exp: Likewise.
15806 * gdb.base/gdb1555.exp: Likewise.
15807 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15808 * gdb.base/gnu-ifunc.exp: Likewise.
15809 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
15810 * gdb.base/jit-so.exp (one_jit_test): Likewise.
15811 * gdb.base/pending.exp: Likewise.
15812 * gdb.base/print-file-var.exp: Likewise.
15813 * gdb.base/print-symbol-loading.exp: Likewise.
15814 * gdb.base/shlib-call.exp: Likewise.
15815 * gdb.base/shreloc.exp: Likewise.
15816 * gdb.base/so-impl-ld.exp: Likewise.
15817 * gdb.base/solib-disc.exp: Likewise.
15818 * gdb.base/solib-nodir.exp: Likewise.
15819 * gdb.base/solib-overlap.exp: Likewise.
15820 * gdb.base/solib-symbol.exp: Likewise.
15821 * gdb.base/solib-weak.exp (do_test): Likewise.
15822 * gdb.base/sym-file.exp: Likewise.
15823 * gdb.base/symtab-search-order.exp: Likewise.
15824 * gdb.base/type-opaque.exp: Likewise.
15825 * gdb.base/unload.exp: Likewise.
15826 * gdb.base/watchpoint-solib.exp: Likewise.
15827 * gdb.compile/compile.exp: Likewise.
15828 * gdb.cp/gdb2384.exp: Likewise.
15829 * gdb.cp/infcall-dlopen.exp: Likewise.
15830 * gdb.cp/re-set-overloaded.exp: Likewise.
15831 * gdb.fortran/library-module.exp: Likewise.
15832 * gdb.opt/solib-intra-step.exp: Likewise.
15833 * gdb.python/py-finish-breakpoint.exp: Likewise.
15834 * gdb.python/py-shared.exp: Likewise.
15835 * gdb.reverse/solib-precsave.exp: Likewise.
15836 * gdb.reverse/solib-reverse.exp: Likewise.
15837 * gdb.server/solib-list.exp: Likewise.
15838 * gdb.threads/dlopen-libpthread.exp: Likewise.
15839 * gdb.threads/tls-shared.exp: Likewise.
15840 * gdb.threads/tls-so_extern.exp: Likewise.
15841 * gdb.trace/change-loc.exp: Likewise.
15842 * gdb.trace/ftrace-lock.exp: Likewise.
15843 * gdb.trace/ftrace.exp: Likewise.
15844 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
15845 * gdb.trace/pending.exp: Likewise.
15846 * gdb.trace/range-stepping.exp: Likewise.
15847 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
15848 (strace_info_marker): Likewise.
15849 (strace_probe_marker): Likewise.
15850 (strace_trace_on_same_addr): Likewise.
15851 (strace_trace_on_diff_addr): Likewise.
15852 * gdb.trace/trace-break.exp: Likewise.
15853 * gdb.trace/trace-condition.exp: Likewise.
15854 * gdb.trace/trace-mt.exp: Likewise.
15855
15856 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
15857
15858 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
15859 result of gdb_remote_download.
15860 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
15861 * gdb.base/dso2dso.exp: Likewise.
15862 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15863 * gdb.base/print-file-var.exp: Likewise.
15864 * gdb.base/shlib-call.exp: Likewise.
15865 * gdb.base/shreloc.exp: Likewise.
15866 * gdb.base/solib-overlap.exp: Likewise.
15867 * gdb.base/solib-weak.exp (do_test): Likewise.
15868 * gdb.base/unload.exp: Likewise.
15869
15870 2016-04-27 Yao Qi <yao.qi@linaro.org>
15871
15872 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
15873 exists.
15874
15875 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15876
15877 * vla-type.exp: Print structure from toplevel.
15878
15879 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15880
15881 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
15882 of dynamic types.
15883 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
15884 of dynamic types.
15885
15886 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15887
15888 * gdb.fortran/vla-type.f90: New file.
15889 * gdb.fortran/vla-type.exp: New file.
15890
15891 2016-04-25 Yao Qi <yao.qi@linaro.org>
15892
15893 * gdb.base/branch-to-self.c: New file.
15894 * gdb.base/branch-to-self.exp: New file.
15895
15896 2016-04-22 Yao Qi <yao.qi@linaro.org>
15897
15898 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
15899 more after $hex.
15900
15901 2016-04-22 Yao Qi <yao.qi@linaro.org>
15902
15903 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
15904 * gdb.base/annota3.exp: Likewise.
15905
15906 2016-04-22 Yao Qi <yao.qi@linaro.org>
15907
15908 * gdb.reverse/step-precsave.exp: Do one step and test program
15909 stops in "callee" and do multiple steps until program goes out
15910 of "callee".
15911 * gdb.reverse/step-reverse.exp: Likewise.
15912
15913 2016-04-22 Yao Qi <yao.qi@linaro.org>
15914
15915 * gdb.trace/signal.exp: Also pass if
15916 $tracepoint_hits($i) > $iterations.
15917
15918 2016-04-22 Yao Qi <yao.qi@linaro.org>
15919
15920 * gdb.trace/signal.c: New file.
15921 * gdb.trace/signal.exp: New file.
15922
15923 2016-04-19 Doug Evans <xdje42@gmail.com>
15924
15925 * gdb.base/bad-file.exp: New file.
15926
15927 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
15928
15929 * gdb.dwarf2/implref.exp: New file.
15930
15931 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
15932
15933 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
15934 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
15935 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
15936 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
15937 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
15938 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
15939 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
15940 * lib/fortran.exp (fortran_int4): New procedure.
15941 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
15942 (fortran_logical4): Likewise.
15943
15944 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
15945
15946 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
15947
15948 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
15949
15950 * lib/compiler.c: Add Intel specific preprocessor macros.
15951 * lib/compiler.cc: Likewise.
15952
15953 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
15954
15955 * gdb.server/connect-with-no-symbol-file.c: New file.
15956 * gdb.server/connect-with-no-symbol-file.exp: New file.
15957
15958 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
15959
15960 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
15961
15962 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
15963
15964 * boards/gdbserver-base.exp (${board}_download): Copy source file to
15965 standard output directory.
15966
15967 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
15968
15969 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
15970
15971 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
15972
15973 * gdb.btrace/instruction_history.c (loop): Add declaration.
15974
15975 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15976
15977 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
15978
15979 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
15980
15981 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
15982 parentheses to print.
15983 (continue_handler): Likewise.
15984
15985 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
15986
15987 * gdb.server/solib-list.exp: Remove is_remote check.
15988 Pass shlib= to gdb_compile. Don't link shared library with
15989 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
15990 Run binary filename through "readlink -f" on the target.
15991
15992 2016-04-08 Pedro Alves <palves@redhat.com>
15993
15994 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
15995 interpreter filename as argument to gdbserver_spawn.
15996 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
15997 Return empty if $last_loaded_file does not exist.
15998
15999 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16000
16001 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
16002 * gdb.base/jit-main.c: Use exit after usage.
16003
16004 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16005
16006 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
16007 GDBHISTSIZE prior to the tests.
16008 * gdb.base/gdbinit-history.exp: Likewise.
16009
16010 2016-04-07 Pedro Alves <palves@redhat.com>
16011
16012 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
16013 instead of build_executable. Use gdb_load_shlibs.
16014
16015 2016-04-07 Yao Qi <yao.qi@linaro.org>
16016
16017 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
16018 Execute "si" command.
16019
16020 2016-04-07 Yao Qi <yao.qi@linaro.org>
16021
16022 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
16023 number instead of the comments on some line.
16024
16025 2016-04-06 Don Breazeal <donb@codesourcery.com>
16026
16027 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
16028 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
16029
16030 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
16031
16032 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
16033 standard_output_file. Remove unused binfile variable.
16034
16035 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
16036
16037 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
16038 * gdb.python/py-mi-objfile.exp: Match "list main" output
16039 in console format.
16040
16041 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
16042
16043 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
16044 absolute.
16045
16046 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
16047
16048 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
16049 absolute.
16050 * gdb.trace/ftrace.exp: Likewise.
16051 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
16052 targets as well.
16053 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
16054 (gdb_load_shlibs): Copy libraries to test directory when testing
16055 natively. Only set solib-search-path if testing remotely.
16056 * lib/mi-support.exp (mi_load_shlibs): Likewise.
16057
16058 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
16059
16060 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
16061 gdb_download. Use it even if the target is not remote.
16062 * gdb.base/jit.exp (compile_jit_test): Likewise.
16063 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
16064 output directory if the destination board is local, otherwise use
16065 the standard remote_download from DejaGnu.
16066 (gdb_download): Remove.
16067 (gdb_load_shlibs): Use gdb_remote_download instead of
16068 gdb_download.
16069 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
16070 Use gdb_remote_download instead of gdb_download. Use it even if
16071 the target is not remote.
16072 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
16073 instead of gdb_download.
16074
16075 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
16076
16077 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
16078 (test_insert_delete_modify): Call mi_load_shlibs before trying to
16079 run.
16080
16081 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
16082
16083 PR gdb/19820
16084 * gdb.base/printcmds.exp: Add artificial arrays tests.
16085
16086 2016-03-31 Pedro Alves <palves@redhat.com>
16087
16088 PR gdb/19858
16089 * gdb.base/jit-main.c: Include unistd.h.
16090 (ATTACH): Define to 0 if not already defined.
16091 (wait_for_gdb, mypid): New globals.
16092 (WAIT_FOR_GDB): New macro.
16093 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
16094 some breakpoint locations.
16095 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
16096 New procedures.
16097 (one_jit_test): Add REATTACH parameter, and handle it. Use
16098 continue_to_test_location.
16099 (top level): Test attach, and adjusts calls to one_jit_test.
16100
16101 2016-03-31 Pedro Alves <palves@redhat.com>
16102
16103 PR gdb/19858
16104 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
16105 BINSUFFIX parameter, and handle it.
16106 (top level): Adjust calls compile_jit_test.
16107
16108 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
16109
16110 PR python/19743
16111 * gdb.python/py-mi-events-gdb.py: New file.
16112 * gdb.python/py-mi-events.c: New file.
16113 * gdb.python/py-mi-events.exp: New file.
16114
16115 2016-03-30 Yao Qi <yao.qi@linaro.org>
16116
16117 * gdb.reverse/until-precsave.exp: Match function name only.
16118 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
16119 Move malloc to a condition block.
16120 * gdb.reverse/until-reverse.exp: Match function name only.
16121
16122 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
16123
16124 * gdb.trace/ftrace.exp: Set arg0exp for s390.
16125 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
16126 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
16127 variable for GPR 0 instead of assuming it is register 0.
16128 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
16129 * lib/trace-support.exp: Add s390 registers.
16130
16131 2016-03-29 Yao Qi <yao.qi@linaro.org>
16132
16133 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
16134
16135 2016-03-24 Yao Qi <yao.qi@linaro.org>
16136
16137 * gdb.reverse/break-reverse.exp: Add quotation mark in the
16138 test message.
16139
16140 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16141
16142 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
16143 maintaining separate logic for constructing the output path.
16144
16145 2016-03-16 Don Breazeal <donb@codesourcery.com>
16146
16147 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
16148 Retry fork and waitpid on interrupted system call errors.
16149 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
16150 Use with_timeout_factor to increase timeout by factor of 10.
16151
16152 2016-03-15 Don Breazeal <donb@codesourcery.com>
16153
16154 * gdb.cp/scope-err.cc: New test program.
16155 * gdb.cp/scope-err.exp: New test script.
16156 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
16157 lines and "set breakpoint here" comment.
16158 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
16159 Fixed some whitespace and format issues.
16160 * gdb.mi/mi-linespec-err-cp.cc: New test program.
16161 * gdb.mi/mi-linespec-err-cp.exp: New test script.
16162
16163 2016-03-15 Doug Evans <dje@google.com>
16164
16165 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
16166 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
16167 All callers updated. Add tests for enums, mixed flags register.
16168
16169 2016-03-15 Doug Evans <dje@google.com>
16170
16171 * gdb.base/skip.c (main): Call test_skip_file_and_function.
16172 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
16173
16174 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
16175
16176 * gdb.base/default.exp: Add $_as_string to the list of expected
16177 convenience functions.
16178
16179 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
16180
16181 * gdb.base/maint.exp: New tests for 'maint info line-table'.
16182
16183 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
16184
16185 * gdb.python/py-as-string.exp: New file.
16186 * gdb.python/py-as-string.c: New file.
16187
16188 2016-03-09 Pedro Alves <palves@redhat.com>
16189
16190 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
16191 signal" -> "Thread NN received signal" output change.
16192 * gdb.threads/ia64-sigill.exp: Likewise.
16193 * gdb.threads/linux-dp.exp: Likewise.
16194 * gdb.threads/manythreads.exp: Likewise.
16195 * gdb.threads/pending-step.exp: Likewise.
16196 * gdb.threads/print-threads.exp: Likewise.
16197 * gdb.threads/sigstep-threads.exp: Likewise.
16198 * gdb.threads/staticthreads.exp: Likewise.
16199 * gdb.threads/tls.exp: Likewise.
16200
16201 2016-03-09 Pedro Alves <palves@redhat.com>
16202
16203 * gdb.base/command-line-input.exp: New file.
16204
16205 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16206
16207 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
16208 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
16209 * gdb.trace/pending.exp: Accept leading dot before function name.
16210 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
16211 * lib/trace-support.exp: Set registers for ppc.
16212
16213 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16214
16215 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
16216 use it for disassembly; accept .main in addition to main in backtrace.
16217
16218 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
16219 Marcin Kościelnicki <koriakin@0x04.net>
16220
16221 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
16222 (gdb_recursion_test_ptr): New global variable.
16223 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
16224 gdb_recursion_test.
16225 (gdb_c_test): Ditto.
16226
16227 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16228
16229 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
16230 ordering.
16231
16232 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16233
16234 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
16235 (bar): Add bar_start_lbl label.
16236 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
16237 of foo/bar for emitting DWARF and tracing.
16238
16239 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
16240
16241 * analyze-racy-logs.py: Set executable bit.
16242
16243 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
16244
16245 * Makefile.in (DEFAULT_RACY_ITER): New variable.
16246 (CHECK_TARGET_TMP): Likewise.
16247 (check-single-racy): New rule.
16248 (check-parallel-racy): Likewise.
16249 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
16250 (do-check-parallel-racy): New rule.
16251 (check-racy/%.exp): Likewise.
16252 * README (Racy testcases): New section.
16253 * analyze-racy-logs.py: New file.
16254
16255 2016-03-03 Doug Evans <dje@google.com>
16256
16257 * gdb.base/skip.exp: Use with_test_prefix.
16258
16259 2016-03-03 Yao Qi <yao.qi@linaro.org>
16260
16261 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
16262 Invoke step_over_syscall "clone" and break_cond_on_syscall
16263 "clone".
16264 * gdb.base/step-over-clone.c: New file.
16265
16266 2016-03-03 Yao Qi <yao.qi@linaro.org>
16267
16268 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
16269 code format.
16270
16271 2016-03-03 Yao Qi <yao.qi@linaro.org>
16272
16273 * gdb.base/disp-step-fork.c: Rename to ...
16274 * gdb.base/step-over-fork.c: ... it. New file.
16275 * gdb.base/disp-step-vfork.c: Rename to ...
16276 * gdb.base/step-over-vfork.c: ... it. New file.
16277 * gdb.base/disp-step-syscall.exp: Rename to ...
16278 * gdb.base/step-over-syscall.exp: ... it. New file.
16279 (disp_step_cross_syscall): Rename to ...
16280 (step_over_syscall): ... it.
16281
16282 2016-03-03 Yao Qi <yao.qi@linaro.org>
16283
16284 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
16285 If target supports condition evaluation on target, invoke
16286 break_cond_on_syscall for fork and vfork.
16287
16288 2016-03-03 Yao Qi <yao.qi@linaro.org>
16289
16290 * gdb.base/disp-step-syscall.exp: Don't invoke
16291 support_displaced_stepping.
16292 (disp_step_cross_syscall): Test with displaced stepping off and
16293 on if supported.
16294
16295 2016-03-03 Yao Qi <yao.qi@linaro.org>
16296
16297 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
16298 proc.
16299 (setup): New proc.
16300 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
16301 and setup.
16302
16303 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16304
16305 * gdb.fortran/vla-history.exp: Remove breakpoint.
16306
16307 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16308
16309 * gdb.fortran/vla-history.exp: Lookup array elements and printing
16310 exceeds timeout.
16311
16312 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16313
16314 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
16315 breakpoint.
16316
16317 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16318
16319 * gdb.mi/vla.f90: Nullify pointer after declaration.
16320
16321 2016-03-01 Pedro Alves <palves@redhat.com>
16322
16323 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
16324
16325 2016-03-01 Pedro Alves <palves@redhat.com>
16326
16327 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
16328 before anything else.
16329 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
16330 _GNU_SOURCE here.
16331 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
16332 before anything else.
16333 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
16334
16335 2016-03-01 Pedro Alves <palves@redhat.com>
16336
16337 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
16338
16339 2016-03-01 Yao Qi <yao.qi@linaro.org>
16340
16341 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
16342 prepare_for_testing.
16343
16344 2016-03-01 Yao Qi <yao.qi@linaro.org>
16345
16346 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
16347
16348 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
16349
16350 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
16351 manually constructing the output path.
16352
16353 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
16354
16355 * gdb.arch/s390-stackless.S: New.
16356 * gdb.arch/s390-stackless.exp: New.
16357
16358 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
16359
16360 * gdb.dlang/circular.c: New file.
16361 * gdb.dlang/circular.exp: New file.
16362
16363 2016-02-26 Yao Qi <yao.qi@linaro.org>
16364
16365 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
16366 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
16367 (testcases): Update.
16368
16369 2016-02-26 Yao Qi <yao.qi@linaro.org>
16370
16371 * gdb.reverse/aarch64.c: Rename to ...
16372 * gdb.reverse/insn-reverse.c: ... it.
16373 * gdb.reverse/aarch64.exp: Rename to ...
16374 * gdb.reverse/insn-reverse.exp: ... it.
16375
16376 2016-02-26 Yao Qi <yao.qi@linaro.org>
16377
16378 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
16379 (testcase_ftype): New.
16380 (testcases): New array.
16381 (n_testcases): New.
16382 (main): Call each element in testcases.
16383 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
16384 (read_testcase): New.
16385 Do the tests in a loop.
16386
16387 2016-02-25 Yao Qi <yao.qi@linaro.org>
16388
16389 * gdb.base/branches.c: Remove.
16390
16391 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16392
16393 PR gdb/13808
16394 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
16395
16396 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16397
16398 * gdb.trace/ftrace.exp: Remove unnecessary target check.
16399
16400 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16401
16402 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
16403 change x86_64 call_insn to 'callq'.
16404
16405 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16406
16407 * gdb.trace/tfile-avx.c: Move to...
16408 * gdb.trace/tracefile-pseudo-reg.c: Here.
16409 * gdb.trace/tfile-avx.exp: Move to...
16410 * gdb.trace/tracefile-pseudo-reg.exp: Here.
16411
16412 2016-02-24 Gary Benson <gbenson@redhat.com>
16413
16414 * gdb.base/attach-pie-noexec.exp: Do not expect an error
16415 message on attach.
16416
16417 2016-02-23 Doug Evans <dje@google.com>
16418
16419 * gdb.base/skip.c (test_skip): New function.
16420 (end_test_skip_file_and_function): New function.
16421 (test_skip_file_and_function): New function.
16422 * gdb.base/skip1.c (test_skip): New function.
16423 (skip1_test_skip_file_and_function): New function.
16424 * gdb.base/skip.exp: Add tests for new skip options.
16425 * gdb.base/skip-solib.exp: Update expected output.
16426 * gdb.perf/skip-command.cc: New file.
16427 * gdb.perf/skip-command.exp: New file.
16428 * gdb.perf/skip-command.py: New file.
16429
16430 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
16431
16432 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
16433 info registers pattern.
16434
16435 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
16436
16437 * lib/future.exp: Add D support.
16438 (gdb_find_gdc): New proc.
16439 (gdb_default_target_compile): Add D support.
16440
16441 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
16442
16443 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
16444 user+system time.
16445 (trace_speed_test): Determine the iteration count for a time
16446 between 15..30 seconds.
16447
16448 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
16449
16450 * gdb.arch/i386-mpx-sigsegv.c: New file.
16451 * gdb.arch/i386-mpx-sigsegv.exp: New file.
16452 * gdb.arch/i386-mpx-simple_segv.c: New file.
16453 * gdb.arch/i386-mpx-simple_segv.exp: New file.
16454
16455 2016-02-18 Yao Qi <yao.qi@linaro.org>
16456
16457 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16458 Don't call setup_kfail.
16459
16460 2016-02-18 Yao Qi <yao.qi@linaro.org>
16461
16462 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
16463 Set "set breakpoint condition-evaluation" per $cond_bp_target.
16464
16465 2016-02-16 Doug Evans <dje@google.com>
16466
16467 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
16468 * gdb.base/skip1.c: Ditto.
16469 * gdb.base/skip.exp: Whitespace cleanup.
16470
16471 2016-02-16 Don Breazeal <donb@codesourcery.com>
16472
16473 PR remote/19496
16474 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
16475 Remove kfail for PR remote/19496.
16476
16477 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
16478
16479 * lib/gdb.exp (standard_temp_file): Return a path specific to
16480 the runtest invocation.
16481
16482 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
16483
16484 * gdb.trace/save-trace.exp: Change relative path to be in the
16485 standard output directory.
16486
16487 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16488
16489 * gdb.arch/i386-prologue.c: Add missing prototypes.
16490
16491 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16492
16493 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
16494 * gdb.arch/i386-prologue.exp: Likewise.
16495 * gdb.arch/i386-size.exp: Likewise.
16496
16497 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
16498
16499 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
16500 define object file path.
16501 * gdb.btrace/gcore.exp: Use standard_output_file to define core
16502 file path.
16503 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
16504 standard_output_file to define binfile.
16505
16506 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16507
16508 Fix compatibility with recent gfortran-5.3.1.
16509 * gdb.fortran/vla-history.exp (print vla1 allocated)
16510 (print vla2 allocated, print $2, print $3): Remove
16511 (print $4): Rename to ...
16512 (print $2): ... here.
16513 (print $9): Rename to ...
16514 (print $5): ... here.
16515 (print $10): Rename to ...
16516 (print $6): ... here.
16517 * gdb.fortran/vla.f90: Add pvla initialization.
16518
16519 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16520
16521 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
16522 New test.
16523 * gdb.fortran/vla-value-sub.exp: Likewise.
16524
16525 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
16526
16527 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
16528
16529 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
16530
16531 * i386-biarch-core.exp: Define corefile using
16532 standard_output_file.
16533
16534 2016-02-12 Yao Qi <yao.qi@linaro.org>
16535
16536 * gdb.arch/arm-single-step-kernel-helper.c: New.
16537 * gdb.arch/arm-single-step-kernel-helper.exp: New.
16538
16539 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
16540
16541 * gdb.btrace/tailcall-only.exp: New.
16542 * gdb.btrace/tailcall-only.c: New.
16543 * gdb.btrace/x86_64-tailcall-only.S: New.
16544 * gdb.btrace/i686-tailcall-only.S: New.
16545
16546 2016-02-11 Pedro Alves <palves@redhat.com>
16547
16548 * README (Parallel testing): Add missing double quotes.
16549
16550 2016-02-11 Pedro Alves <palves@redhat.com>
16551
16552 * README (Parallel testing): New section.
16553 (GDB_PARALLEL): Rewrite.
16554 (FORCE_PARALLEL): Document.
16555
16556 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
16557
16558 * gdb.trace/tfile-avx.c: New test.
16559 * gdb.trace/tfile-avx.exp: New test.
16560
16561 2016-02-09 Keith Seitz <keiths@redhat.com>
16562
16563 PR breakpoints/19546
16564 * gdb.base/infcall-exec.c: New file.
16565 * gdb.base/infcall-exec2.c: New file.
16566 * gdb.base/infcall-exec.exp: New file.
16567
16568 2016-02-09 Keith Seitz <keiths@redhat.com>
16569
16570 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
16571 (toplevel): Call test_bkpt_address.
16572
16573 2016-02-09 Keith Seitz <keiths@redhat.com>
16574
16575 PR python/19506
16576 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
16577 (toplevel): Call test_bkpt_address.
16578
16579 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
16580
16581 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
16582 to AC_OUTPUT.
16583 * configure: Regenerate.
16584
16585 2016-02-09 Pedro Alves <palves@redhat.com>
16586
16587 PR breakpoints/19548
16588 * gdb.base/execl-update-breakpoints.c (some_function): New
16589 function.
16590 (main): Call it.
16591 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
16592 Tighten expected GDB output.
16593
16594 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
16595
16596 * Makefile.in (ALL_SUBDIRS): Remove.
16597 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
16598 (distclean maintainer-clean realclean): Likewise.
16599 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
16600 * configure: Regenerate.
16601 * gdb.ada/Makefile.in: Delete.
16602 * gdb.arch/Makefile.in: Likewise.
16603 * gdb.asm/Makefile.in: Likewise.
16604 * gdb.base/Makefile.in: Likewise.
16605 * gdb.btrace/Makefile.in: Likewise.
16606 * gdb.cell/Makefile.in: Likewise.
16607 * gdb.compile/Makefile.in: Likewise.
16608 * gdb.cp/Makefile.in: Likewise.
16609 * gdb.disasm/Makefile.in: Likewise.
16610 * gdb.dlang/Makefile.in: Likewise.
16611 * gdb.dwarf2/Makefile.in: Likewise.
16612 * gdb.fortran/Makefile.in: Likewise.
16613 * gdb.gdb/Makefile.in: Likewise.
16614 * gdb.go/Makefile.in: Likewise.
16615 * gdb.guile/Makefile.in: Likewise.
16616 * gdb.java/Makefile.in: Likewise.
16617 * gdb.linespec/Makefile.in: Likewise.
16618 * gdb.mi/Makefile.in: Likewise.
16619 * gdb.modula2/Makefile.in: Likewise.
16620 * gdb.multi/Makefile.in: Likewise.
16621 * gdb.objc/Makefile.in: Likewise.
16622 * gdb.opencl/Makefile.in: Likewise.
16623 * gdb.opt/Makefile.in: Likewise.
16624 * gdb.pascal/Makefile.in: Likewise.
16625 * gdb.perf/Makefile.in: Likewise.
16626 * gdb.python/Makefile.in: Likewise.
16627 * gdb.reverse/Makefile.in: Likewise.
16628 * gdb.server/Makefile.in: Likewise.
16629 * gdb.stabs/Makefile.in: Likewise.
16630 * gdb.threads/Makefile.in: Likewise.
16631 * gdb.trace/Makefile.in: Likewise.
16632 * gdb.xml/Makefile.in: Likewise.
16633 * lib/gdb.exp (make_gdb_parallel_path): Add check for
16634 GDB_PARALLEL.
16635 (standard_output_file): Remove check for GDB_PARALLEL, always
16636 return path in outputs/$subdir/$testname.
16637
16638 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
16639
16640 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
16641 (site.exp): Assign abs_srcdir to tcl's srcdir.
16642
16643 2016-02-04 Yao Qi <yao.qi@linaro.org>
16644
16645 * gdb.base/foll-exec-mode.c: Include limits.h.
16646 (main): Add parameters argc and argv. Get directory from
16647 argv[0].
16648 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
16649 compilation.
16650 * gdb.base/foll-exec.c: Include limits.h.
16651 (main): Add parameters argc and argv.
16652 Get directory from argv[0].
16653 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
16654 Adjust tests on the number of lines as source code changed.
16655 * gdb.base/foll-vfork-exit.c: Include limits.h.
16656 (main): Add one line of statement before vfork.
16657 * gdb.base/foll-vfork.c: Include limits.h and string.h.
16658 (main): Add parameters argc and argv. Get directory from
16659 argv[0].
16660 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
16661 (setup_gdb): Set tbreak to skip some source lines.
16662 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
16663 (main): Add parameters argc and argv. Get directory from
16664 argv[0].
16665 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
16666 compilation.
16667 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
16668 (main): Add parameters argc and argv. Get directory from
16669 argv[0].
16670 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
16671 compilation.
16672
16673 2016-02-01 Doug Evans <dje@google.com>
16674
16675 * gdb.base/skip.exp: Clean up multiple references to same test name.
16676
16677 2016-02-01 Pedro Alves <palves@redhat.com>
16678
16679 PR remote/19496
16680 * gdb.threads/forking-threads-plus-breakpoint.exp
16681 (displaced_stepping_supported): New global.
16682 (probe_displaced_stepping_support): New procedure.
16683 (do_test): Add 'displaced' parameter, and use it.
16684 (top level): Check for displaced stepping support. Add displaced
16685 stepping on/off testing axis.
16686
16687 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
16688
16689 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
16690 pointer. Don't perform further tests on the unassociated pointer
16691 if the first test fails.
16692
16693 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
16694
16695 * gdb.base/max-value-size.c: New file.
16696 * gdb.base/max-value-size.exp: New file.
16697 * gdb.base/huge.exp: Disable max-value-size for this test.
16698
16699 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
16700
16701 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16702
16703 2016-01-28 Yao Qi <yao.qi@linaro.org>
16704
16705 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
16706
16707 2016-01-25 Pedro Alves <palves@redhat.com>
16708
16709 PR threads/19461
16710 * gdb.base/fork-running-state.c: New file.
16711 * gdb.base/fork-running-state.exp: New file.
16712
16713 2016-01-25 Pedro Alves <palves@redhat.com>
16714
16715 PR gdb/19494
16716 * gdb.base/catch-fork-kill.c: New file.
16717 * gdb.base/catch-fork-kill.exp: New file.
16718
16719 2016-01-25 Pedro Alves <palves@redhat.com>
16720
16721 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
16722 Delete, moved to lib/gdb.exp.
16723 * gdb.threads/forking-threads-plus-breakpoint.exp
16724 (foreach_with_prefix): Likewise.
16725 * gdb.threads/process-dies-while-handling-bp.exp
16726 (foreach_with_prefix): Likewise.
16727 * lib/gdb.exp (foreach_with_prefix): New procedure.
16728
16729 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
16730
16731 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
16732 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
16733
16734 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
16735
16736 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
16737 endian targets.
16738
16739 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16740 Pedro Alves <palves@redhat.com>
16741
16742 Fix testsuite compatibility with Guile.
16743 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
16744 number.
16745
16746 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16747
16748 Fix testsuite compatibility with Guile.
16749 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
16750 (thread 1): New test for backtrace through signal handler.
16751
16752 2016-01-22 Yao Qi <yao.qi@linaro.org>
16753
16754 PR testsuite/19491
16755 * gdb.base/multi-forks.c: Include
16756 ../lib/unbuffer_output.c
16757 (main): Call gdb_unbuffer_output.
16758
16759 2016-01-21 Doug Evans <dje@google.com>
16760
16761 * lib/ada.exp (gdb_compile_ada): Fix typo.
16762
16763 2016-01-21 Joel Brobecker <brobecker@adacore.com>
16764
16765 * gdb.base/break-fun-addr.exp: New file.
16766 * gdb.base/break-fun-addr1.c: New file.
16767 * gdb.base/break-fun-addr2.c: New file.
16768
16769 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
16770
16771 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
16772 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
16773 enum flag values.
16774
16775 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
16776
16777 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
16778 when GDB can not set the vector return value. Add more comments
16779 for clarification.
16780
16781 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
16782
16783 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
16784 command.
16785
16786 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16787
16788 * Makefile.in (DO_RUNTEST): Add --status and update usages.
16789
16790 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16791
16792 * Makefile.in (check-single): Pass --status to runtest.
16793 (check/%.exp): Likewise.
16794
16795 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16796
16797 * Makefile.in (check-parallel): Propagate return code from make
16798 do-check-parallel.
16799
16800 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
16801
16802 * gdb.trace/ftrace.exp: Fix expected message on continue.
16803 * gdb.trace/pending.exp: Fix expected message on continue.
16804 * gdb.trace/trace-break.exp: Fix expected message on continue.
16805
16806 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
16807
16808 * lib/gdb.exp (gdb_test): Remove unused global references.
16809
16810 2016-01-18 Pedro Alves <palves@redhat.com>
16811
16812 * gdb.base/async-shell.exp: Adjust expected output.
16813 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
16814 * gdb.base/siginfo-thread.exp: Adjust expected output.
16815 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
16816 * gdb.java/jnpe.exp: Adjust expected output.
16817 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
16818 * gdb.threads/continue-pending-status.exp: Adjust expected output.
16819 * gdb.threads/leader-exit.exp: Adjust expected output.
16820 * gdb.threads/manythreads.exp: Adjust expected output.
16821 * gdb.threads/pthreads.exp: Adjust expected output.
16822 * gdb.threads/schedlock.exp: Adjust expected output.
16823 * gdb.threads/siginfo-threads.exp: Adjust expected output.
16824 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
16825 expected output.
16826 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
16827 output.
16828 * gdb.threads/sigthread.exp: Adjust expected output.
16829 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
16830
16831 2016-01-18 Yao Qi <yao.qi@linaro.org>
16832
16833 * gdb.guile/scm-section-script.c: Replace @progbits with
16834 %progbits.
16835 * gdb.python/py-section-script.c: Likewise.
16836
16837 2016-01-15 Pedro Alves <palves@redhat.com>
16838
16839 * gdb.multi/tids.exp: Test star wildcard ranges.
16840
16841 2016-01-15 Pedro Alves <palves@redhat.com>
16842
16843 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
16844 command from "thread apply" invocation.
16845 (thr_apply_info_thr_invalid): Default the expected output to the
16846 input tid list.
16847 (top level): Add tests that use convenience variables. Add tests
16848 for "thread apply" with a valid TID list, but missing the command.
16849
16850 2016-01-13 Pedro Alves <palves@redhat.com>
16851
16852 * gdb.base/default.exp: Expect $_gthread as well.
16853 * gdb.multi/tids.exp: Test $_gthread.
16854 * gdb.threads/thread-specific.exp: Test $_gthread.
16855
16856 2016-01-13 Pedro Alves <palves@redhat.com>
16857
16858 * gdb.multi/tids.exp: Test "info threads -gid".
16859
16860 2016-01-13 Pedro Alves <palves@redhat.com>
16861
16862 * gdb.multi/tids.exp: Test InferiorThread.global_num and
16863 Breakpoint.thread.
16864 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
16865
16866 2016-01-07 Pedro Alves <palves@redhat.com>
16867
16868 * gdb.base/break.exp: Adjust to output changes.
16869 * gdb.base/hbreak2.exp: Likewise.
16870 * gdb.base/sepdebug.exp: Likewise.
16871 * gdb.base/watch_thread_num.exp: Likewise.
16872 * gdb.linespec/keywords.exp: Likewise.
16873 * gdb.multi/info-threads.exp: Likewise.
16874 * gdb.threads/thread-find.exp: Likewise.
16875 * gdb.multi/tids.c: New file.
16876 * gdb.multi/tids.exp: New file.
16877
16878 2016-01-13 Pedro Alves <palves@redhat.com>
16879
16880 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
16881
16882 2016-01-13 Pedro Alves <palves@redhat.com>
16883
16884 * gdb.base/default.exp: Expect $_inferior as well.
16885 * gdb.multi/base.exp: Test $_inferior.
16886
16887 2016-01-13 Pedro Alves <palves@redhat.com>
16888
16889 PR breakpoints/19388
16890 * gdb.base/catch-signal-siginfo-cond.c: New file.
16891 * gdb.base/catch-signal-siginfo-cond.exp: New file.
16892
16893 2016-01-12 Josh Stone <jistone@redhat.com>
16894 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16895
16896 * gdb.base/catch-syscall.c (do_execve): New variable.
16897 (main): Conditionally trigger an execve.
16898 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
16899 (test_catch_syscall_execve): New, check entry/return across execve.
16900 (do_syscall_tests): Call test_catch_syscall_execve.
16901
16902 2016-01-12 Pedro Alves <palves@redhat.com>
16903
16904 * gdb.base/random-signal.exp (do_test): New procedure, with body
16905 of testcase moved in.
16906
16907 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16908 Pedro Alves <palves@redhat.com>
16909
16910 * gdb.base/funcargs.exp (finish from indirectly called function):
16911 Reintroduce the case for 'First'.
16912
16913 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16914 Pedro Alves <palves@redhat.com>
16915
16916 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
16917 (tcatch_vfork_then_child_follow_exec)
16918 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
16919 identification.
16920
16921 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16922
16923 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
16924 and repeats to unlimited.
16925 * gdb.python/py-value.exp: Likewise.
16926 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
16927 and repeats to unlimited.
16928
16929 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16930
16931 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
16932 and reordering the functions.
16933 * gdb.multi/hangout.c: Likewise.
16934 * gdb.multi/hello.c: Likewise.
16935
16936 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
16937
16938 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
16939 absolute.
16940 (SingleStatisticTestResult.report): Use dict.keys instead of
16941 dict.iterkeys.
16942
16943 2016-01-06 Pedro Alves <palves@redhat.com>
16944
16945 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
16946
16947 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
16948
16949 * gdb.btrace/dlopen.exp: New.
16950 * gdb.btrace/dlopen.c: New.
16951 * gdb.btrace/dlopen-dso.c: New.
16952
16953 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
16954
16955 * lib/gdb.exp (gdb_test): Update comments to clarify that the
16956 PATTERN argument is optional.
16957
16958 2015-12-24 Joel Brobecker <brobecker@adacore.com>
16959
16960 * lib/ada.exp (target_compile_ada_from_dir): New function.
16961 (gdb_compile_ada): Reimplement avoiding the use of project files.
16962 * gdb.ada/gnat_ada.gpr: Delete.
16963 * gdb.ada/cond_lang.exp: Adjust test to make path before
16964 filename optional.
16965 * gdb.ada/small_reg_param.exp: Likewise.
16966
16967 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
16968
16969 * gdb.base/foll-vork.exp: Remove HP-UX special case.
16970
16971 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
16972
16973 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
16974 case.
16975
16976 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
16977
16978 * gdb.base/break.exp: Remove dead code.
16979 * gdb.base/sepdebug.exp: Likewise.
16980
16981 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
16982
16983 * gdb.asm/asm-source.exp: Remove HP-UX references.
16984 * gdb.base/annota1.exp: Likewise.
16985 * gdb.base/annota3.exp: Likewise.
16986 * gdb.base/attach.exp: Likewise.
16987 * gdb.base/bigcore.exp: Likewise.
16988 * gdb.base/break.exp: Likewise.
16989 * gdb.base/call-ar-st.exp: Likewise.
16990 * gdb.base/callfuncs.exp: Likewise.
16991 * gdb.base/catch-fork-static.exp: Likewise.
16992 * gdb.base/display.exp: Likewise.
16993 * gdb.base/foll-exec-mode.exp: Likewise.
16994 * gdb.base/foll-exec.exp: Likewise.
16995 * gdb.base/foll-fork.exp: Likewise.
16996 * gdb.base/foll-vfork.exp: Likewise.
16997 * gdb.base/funcargs.exp: Likewise.
16998 * gdb.base/hbreak2.exp: Likewise.
16999 * gdb.base/inferior-died.exp: Likewise.
17000 * gdb.base/interrupt.exp: Likewise.
17001 * gdb.base/multi-forks.exp: Likewise.
17002 * gdb.base/nodebug.exp: Likewise.
17003 * gdb.base/sepdebug.exp: Likewise.
17004 * gdb.base/solib1.c: Likewise.
17005 * gdb.base/step-test.exp: Likewise.
17006 * gdb.mi/non-stop.c: Likewise.
17007 * gdb.mi/pthreads.c: Likewise.
17008 * gdb.multi/bkpt-multi-exec.ex: Likewise.
17009 * gdb.threads/pthreads.c: Likewise.
17010 * gdb.threads/staticthreads.exp: Likewise.
17011 * lib/future.exp: Likewise.
17012 * lib/gdb.exp: Likewise.
17013 * gdb.base/so-indr-cl.c: Remove.
17014 * gdb.base/so-indr-cl.exp: Likewise.
17015 * gdb.base/solib.c: Likewise.
17016 * gdb.base/solib.exp: Likewise.
17017 * gdb.base/solib2.c: Likewise.
17018
17019 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
17020
17021 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
17022 * gdb.base/call-ar-st.exp: Likewise.
17023 * gdb.base/callfuncs.exp: Likewise.
17024 * gdb.base/condbreak.exp: Likewise.
17025 * gdb.base/constvars.exp: Likewise.
17026 * gdb.base/hbreak2.exp: Likewise.
17027 * gdb.base/langs.exp: Likewise.
17028 * gdb.base/list.exp: Likewise.
17029 * gdb.base/long_long.exp: Likewise.
17030 * gdb.base/ptype.exp: Likewise.
17031 * gdb.base/scope.exp: Likewise.
17032 * gdb.base/signals.exp: Likewise.
17033 * gdb.base/so-impl-ld.exp: Likewise.
17034 * gdb.base/varargs.exp: Likewise.
17035 * gdb.base/volatile.exp: Likewise.
17036 * gdb.base/whatis.exp: Likewise.
17037 * gdb.cp/cplusfuncs.exp: Likewise.
17038 * gdb.cp/inherit.exp: Likewise.
17039 * gdb.cp/local.exp: Likewise.
17040 * gdb.cp/member-ptr.exp: Likewise.
17041 * gdb.cp/method.exp: Likewise.
17042 * gdb.cp/overload.exp: Likewise.
17043 * gdb.cp/templates.exp: Likewise.
17044 * gdb.stabs/weird.exp: Likewise.
17045 * lib/compiler.c: Likewise.
17046 * lib/compiler.cc: Likewise.
17047 * lib/cp-support.exp: Likewise.
17048 * lib/gdb.exp: Likewise.
17049
17050 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
17051
17052 * configure.ac: Remove HP-UX case.
17053 * configure: Regenerate.
17054
17055 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
17056
17057 * lib/gdb.exp (gdb_compile): Add function doc.
17058
17059 2015-12-17 Pedro Alves <palves@redhat.com>
17060
17061 PR threads/19354
17062 * gdb.multi/info-threads.exp: New file.
17063
17064 2015-12-15 Yao Qi <yao.qi@linaro.org>
17065
17066 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
17067 is aarch64*-*-*.
17068
17069 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17070
17071 * gdb.base/history-duplicates.exp: Skip if no readline support.
17072
17073 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17074
17075 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
17076
17077 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17078
17079 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
17080
17081 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17082
17083 * gdb.base/completion.exp: Skip tests that interrupt GDB with
17084 ctrl-C if nointerrupts target property is set.
17085 * gdb.base/double-prompt-target-event-error.exp: Likewise.
17086 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
17087 * gdb.base/paginate-bg-execution.exp: Likewise.
17088 * gdb.base/paginate-execution-startup.exp: Likewise.
17089 * gdb.base/random-signal.exp: Likewise.
17090 * gdb.base/range-stepping.exp: Likewise.
17091 * gdb.cp/annota2.exp: Likewise.
17092 * gdb.cp/annota3.exp: Likewise.
17093 * gdb.gdb/selftest.exp: Likewise.
17094 * gdb.threads/continue-pending-status.exp: Likewise.
17095 * gdb.threads/leader-exit.exp: Likewise.
17096 * gdb.threads/manythreads.exp: Likewise.
17097 * gdb.threads/pthreads.exp: Likewise.
17098 * gdb.threads/schedlock.exp: Likewise.
17099 * gdb.threads/sigthread.exp: Likewise.
17100
17101 2015-12-11 Don Breazeal <donb@codesourcery.com>
17102
17103 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
17104 remote.
17105 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
17106 * gdb.base/foll-exec.exp (main): Enable for target remote.
17107 * gdb.base/foll-fork.exp (main): Likewise.
17108 * gdb.base/foll-vfork.exp (main): Likewise.
17109 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
17110 (proc continue_to_exit_bp_loc): Use clean_restart.
17111 * gdb.base/pie-execl.exp (main): Disable for target remote.
17112 * gdb.base/watch-vfork.exp (main): Enable for target remote.
17113 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
17114 * gdb.threads/execl.exp (main): Likewise.
17115 * gdb.threads/fork-child-threads.exp (main): Likewise.
17116 * gdb.threads/fork-plus-threads.exp (main): Disable for target
17117 remote.
17118 * gdb.threads/fork-thread-pending.exp (main): Enable for target
17119 remote.
17120 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
17121 pid.tid style ptids, instead of just tid.
17122 * gdb.threads/thread-execl.exp (main): Enable for target remote.
17123 * gdb.threads/watchpoint-fork.exp (main): Likewise.
17124 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
17125 ptids, instead of just tid.
17126
17127 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17128
17129 * gdb.base/list.exp (test_list_forward): Add end of file error
17130 test.
17131 (test_repeat_list_command): Add end of file error test.
17132 (test_list_backwards): Add beginning of file error test.
17133
17134 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17135
17136 * gdb.base/list.exp (test_list_invalid_args): New function,
17137 defined, and called.
17138
17139 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17140
17141 * gdb.base/list.exp (test_list): Make test names unique.
17142
17143 2015-12-11 Yao Qi <yao.qi@linaro.org>
17144
17145 * gdb.base/coremaker2.c: Remove.
17146
17147 2015-12-10 Pedro Alves <palves@redhat.com>
17148
17149 * gdb.multi/base.exp: Remove stale "spaces" references.
17150
17151 2015-12-10 Pedro Alves <palves@redhat.com>
17152
17153 * gdb.multi/base.exp: Don't use nowarnings.
17154 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
17155 * gdb.multi/hangout.c: Include stdio.h.
17156 * gdb.multi/hello.c: Include stdlib.h.
17157 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
17158 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
17159 * gdb.multi/multi-arch.exp: Don't use nowarnings.
17160
17161 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
17162
17163 * gdb.dwarf2/dw2-ranges-base.c: New file.
17164 * gdb.dwarf2/dw2-ranges-base.exp: New file.
17165 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
17166 support additional line table, and debug ranges generation.
17167 (Dwarf::ranges): New function, generate .debug_ranges.
17168 (Dwarf::lines): Support generating simple line table programs.
17169 (Dwarf::assemble): Initialise new namespace variables.
17170
17171 2015-12-09 Kevin Buettner <kevinb@redhat.com>
17172
17173 * gdb.base/async.exp (proc test_background): Add case for
17174 asynchronous execution not supported.
17175
17176 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
17177
17178 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
17179 format and change test names to make them unique.
17180
17181 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
17182 Pedro Alves <pedro@redhat.com>
17183
17184 PR gdb/18702
17185 Add checking of floatformats setup on x86_64 hosts.
17186 * gdb.arch/i386-float.S (main): Load bigval and smallval.
17187 (smallval, bigval): New labels/constants.
17188 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
17189 float" after loading bigval and smallval.
17190
17191 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
17192
17193 * gdb.ada/fun_overload_menu.exp: New testcase.
17194 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
17195
17196 2015-12-04 Josh Stone <jistone@redhat.com>
17197
17198 * gdb.base/catch-fork-static.exp: New.
17199
17200 2015-12-03 Yao Qi <yao.qi@linaro.org>
17201
17202 * gdb.base/sizeof.c: Don't include stdio.h and
17203 ../lib/unbuffer_output.c.
17204 (main): New variable 'size' and 'value'. Remove printf and
17205 gdb_unbuffer_output. Assign return value to size and value.
17206 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
17207 at the beginning.
17208 (check_sizeof): Check the result by printing variable 'size'.
17209 (check_valueof): Check the result by printing variable 'value'.
17210
17211 2015-12-01 Yao Qi <yao.qi@linaro.org>
17212
17213 * gdb.base/disp-step-syscall.exp: Define syscall instruction
17214 for aarch64*-*-linux* target.
17215
17216 2015-11-30 Pedro Alves <palves@redhat.com>
17217
17218 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
17219
17220 2015-11-30 Pedro Alves <palves@redhat.com>
17221
17222 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
17223 Handle non-stop mode vCont replies.
17224
17225 2015-11-30 Pedro Alves <palves@redhat.com>
17226
17227 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
17228 prepare_for_testing. Start gdb with "set non-stop on" appended to
17229 GDBFLAGS. Lax expected stop output.
17230
17231 2015-11-27 Yao Qi <yao.qi@linaro.org>
17232
17233 * gdb.arch/arm-neon.exp: New.
17234 * gdb.arch/arm-neon.c: New.
17235
17236 2015-11-27 Yao Qi <yao.qi@linaro.org>
17237
17238 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
17239
17240 2015-11-27 Yao Qi <yao.qi@linaro.org>
17241
17242 * gdb.cp/annota2.exp: Allow multiple occurrences of the
17243 frames-invalid annotation.
17244
17245 2015-11-27 Yao Qi <yao.qi@linaro.org>
17246
17247 * gdb.cp/annota2.exp: Use ${frames_invalid}.
17248
17249 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
17250
17251 * gdb.threads/names.exp: New file.
17252 * gdb.threads/names.c: New file.
17253 * README: Mention gdb,no_thread_names.
17254
17255 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
17256
17257 PR 19297
17258 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
17259 support" error.
17260
17261 2015-11-24 Pedro Alves <palves@redhat.com>
17262
17263 PR 17539
17264 * gdb.base/display.exp: Expect displays to be sorted in ascending
17265 order. Use multi_line.
17266 * gdb.base/solib-display.exp: Likewise.
17267
17268 2015-11-24 Pedro Alves <palves@redhat.com>
17269
17270 PR 17539
17271 * gdb.base/display.exp: Expect displays to be sorted in ascending
17272 order. Use multi_line.
17273 * gdb.base/solib-display.exp: Likewise.
17274
17275 2015-11-24 Pedro Alves <palves@redhat.com>
17276
17277 PR 17539
17278 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
17279 threads in ascending order.
17280 * gdb.base/foll-fork.exp: Likewise.
17281 * gdb.base/foll-vfork.exp: Likewise.
17282 * gdb.base/multi-forks.exp: Likewise.
17283 * gdb.mi/mi-nonstop.exp: Likewise.
17284 * gdb.mi/mi-nsintrall.exp: Likewise.
17285 * gdb.multi/base.exp: Likewise.
17286 * gdb.multi/multi-arch.exp: Likewise.
17287 * gdb.python/py-inferior.exp: Likewise.
17288 * gdb.threads/break-while-running.exp: Likewise.
17289 * gdb.threads/execl.exp: Likewise.
17290 * gdb.threads/gcore-thread.exp: Likewise.
17291 * gdb.threads/info-threads-cur-sal.exp: Likewise.
17292 * gdb.threads/kill.exp: Likewise.
17293 * gdb.threads/linux-dp.exp: Likewise.
17294 * gdb.threads/multiple-step-overs.exp: Likewise.
17295 * gdb.threads/next-bp-other-thread.exp: Likewise.
17296 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
17297 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
17298 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
17299 * gdb.threads/thread-find.exp: Likewise.
17300 * gdb.threads/tls.exp: Likewise.
17301 * lib/mi-support.exp (mi_reverse_list): Delete.
17302 (mi_check_thread_states): No longer reverse list.
17303
17304 2015-11-24 Pedro Alves <palves@redhat.com>
17305
17306 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
17307 use lowercase.
17308
17309 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
17310
17311 * gdb.trace/actions.c: Include trace-common.h.
17312 (main): Add a location for a fast tracepoint.
17313 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
17314 the normal tracepoints.
17315 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
17316
17317 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
17318
17319 * save-trace.exp: Factor out code to these...
17320 (gdb_save_tracepoints): New.
17321 (gdb_load_tracepoints): New.
17322 (do_save_load_test): New.
17323
17324 2015-11-23 Kevin Buettner <kevinb@redhat.com>
17325
17326 * gdb.base/asmlabel.exp: New test.
17327 * gdb.base/asmlabel.c: New test case.
17328
17329 2015-11-23 Joel Brobecker <brobecker@adacore.com>
17330
17331 * gdb.base/wrong_frame_bt_full-main.c: New file.
17332 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
17333 * gdb.base/wrong_frame_bt_full.exp: New file.
17334
17335 2015-11-23 Joel Brobecker <brobecker@adacore.com>
17336
17337 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
17338
17339 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
17340
17341 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
17342 pstate register when comparing registers values in
17343 sparc64-*-linux-gnu targets to avoid spurious differences.
17344
17345 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
17346
17347 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
17348
17349 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
17350
17351 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
17352 as type argument to gdb_compile.
17353 * gdb.base/nested-subp2.exp: Likewise.
17354 * gdb.base/nested-subp3.exp: Likewise.
17355
17356 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
17357
17358 * lib/dwarf.exp (_note): Fix left shift of negative value.
17359 * gdb.trace/trace-condition.exp: Likewise.
17360
17361 2015-11-13 Yao Qi <yao.qi@linaro.org>
17362
17363 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
17364 comments about d10v.
17365 (test_scalar_returns): Likewise.
17366 * gdb.base/d10v.ld: Remove.
17367 * gdb.base/overlays.exp: Remove the target triplet checking for
17368 d10v-*-*.
17369 * gdb.base/structs.exp (test_struct_returns): Remove the
17370 comments about d10v.
17371 (test_struct_calls): Likewise.
17372
17373 2015-11-13 Yao Qi <yao.qi@linaro.org>
17374
17375 * gdb.base/gnu_vector.exp: Check the return value by "p res".
17376 * gdb.base/gnu_vector.c: Don't include stdio.h.
17377 (main): Don't print res and call add_some_intvecs.
17378
17379 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
17380
17381 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
17382 macro.
17383 (func5): Removed.
17384 (func4): Use FAST_TRACEPOINT_LABEL.
17385 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
17386 macro.
17387 (func): Removed.
17388 (thread_function): Use FAST_TRACEPOINT_LABEL.
17389 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
17390 (func): Remove.
17391 (marker): Use FAST_TRACEPOINT_LABEL.
17392 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
17393 (pendfunc1): Remove.
17394 (pendfunc): Use FAST_TRACEPOINT_LABEL.
17395 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
17396 (foo): Remove.
17397 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
17398 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
17399 macro.
17400 (func): Remove.
17401 (marker): Use FAST_TRACEPOINT_LABEL.
17402 * gdb.trace/trace-common.h: New header.
17403 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
17404 macro.
17405 (func): Remove.
17406 (marker): Use FAST_TRACEPOINT_LABEL.
17407 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
17408 (func): Remove.
17409 (thread_function): Use FAST_TRACEPOINT_LABEL.
17410
17411 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
17412
17413 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
17414 in front.
17415 * gdb.trace/change-loc.exp: Use global pcreg definition.
17416 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
17417 * gdb.trace/entry-values.exp: Use global spreg definition, add $
17418 in front.
17419 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
17420 * gdb.trace/pending.exp: Likewise.
17421 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
17422 * gdb.trace/trace-break.exp: Likewise.
17423 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
17424 in front.
17425 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
17426 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
17427 in front.
17428 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
17429
17430 2015-11-09 Joel Brobecker <brobecker@adacore.com>
17431
17432 * gdb.ada/fin_fun_out: New testcase.
17433
17434 2015-11-07 Kevin Buettner <kevinb@redhat.com>
17435
17436 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
17437 value associated with DW_AT_byte_size.
17438 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
17439 constants for DW_AT_byte_size, DW_AT_lower_bound, and
17440 DW_AT_upper_bound.
17441
17442 2015-11-07 Kevin Buettner <kevinb@redhat.com>
17443
17444 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
17445 (gdb_target_symbol_prefix_flags): Define in terms of _asm
17446 version.
17447 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
17448 gdb.dwarf2/dw2-canonicalize-type.exp,
17449 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
17450 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
17451 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
17452 provided by gdb_target_symbol_prefix_flags_asm.
17453 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
17454 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
17455 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
17456 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
17457 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
17458 macros where needed). Use this macro for symbols which require
17459 the prefix provided by SYMBOL_PREFIX.
17460
17461 2015-11-05 Kevin Buettner <kevinb@redhat.com>
17462
17463 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
17464 New procs.
17465 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
17466 representing expressions, of more than one list element.
17467 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
17468 to prepend linker symbol prefix to f.
17469 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
17470 table_1 and table_2.
17471 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
17472 Likewise, for f and g.
17473 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
17474 for ptr.
17475 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
17476 for main.
17477 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
17478 table_1_ptr and table_2_ptr.
17479
17480 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17481 Joel Brobecker <brobecker@adacore.com>
17482
17483 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
17484
17485 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
17486
17487 * gdb.reverse/s390-mvcle.c: New test.
17488 * gdb.reverse/s390-mvcle.exp: New file.
17489 * lib/gdb.exp: Enable reverse tests on s390*-linux.
17490
17491 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
17492
17493 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
17494
17495 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
17496
17497 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
17498 reaching marker2.
17499 * gdb.reverse/getresuid-reverse.exp: Likewise.
17500 * gdb.reverse/pipe-reverse.exp: Likewise.
17501 * gdb.reverse/readv-reverse.exp: Likewise.
17502 * gdb.reverse/recvmsg-reverse.exp: Likewise.
17503 * gdb.reverse/time-reverse.exp: Likewise.
17504 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
17505
17506 2015-10-30 Yao Qi <yao.qi@linaro.org>
17507
17508 * gdb.threads/wp-replication.c (watch_count_done): Remove.
17509 (empty_cycle): Remove.
17510 (main): Don't call empty_cycle. Don't use watch_count_done.
17511 * gdb.threads/wp-replication.exp: Don't set breakpoint on
17512 empty_cycle. Rewrite the code counting HW watchpoints.
17513
17514 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
17515
17516 * gdb.reverse/fstatat-reverse.c: New test.
17517 * gdb.reverse/fstatat-reverse.exp: New file.
17518 * gdb.reverse/getresuid-reverse.c: New test.
17519 * gdb.reverse/getresuid-reverse.exp: New file.
17520 * gdb.reverse/pipe-reverse.c: New test.
17521 * gdb.reverse/pipe-reverse.exp: New file.
17522 * gdb.reverse/readv-reverse.c: New test.
17523 * gdb.reverse/readv-reverse.exp: New file.
17524 * gdb.reverse/recvmsg-reverse.c: New test.
17525 * gdb.reverse/recvmsg-reverse.exp: New file.
17526 * gdb.reverse/time-reverse.c: New test.
17527 * gdb.reverse/time-reverse.exp: New file.
17528 * gdb.reverse/waitpid-reverse.c: New test.
17529 * gdb.reverse/waitpid-reverse.exp: New file.
17530
17531 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
17532
17533 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
17534
17535 2015-10-26 Doug Evans <dje@google.com>
17536
17537 PR symtab/17391
17538 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
17539 * gdb.dwarf2/bad-regnum.c: New file.
17540 * gdb.dwarf2/bad-regnum.exp: New file.
17541
17542 2015-10-26 Doug Evans <dje@google.com>
17543
17544 PR python/18938
17545 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
17546 file.
17547
17548 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17549
17550 * gdb.compile/compile.exp (compile code globalvar): Update expectation
17551 for a change by "Mention language in compile error message".
17552
17553 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
17554
17555 PR python/18073
17556 * gdb.python/py-type.c (C::a_method): New.
17557 (C::a_const_method): New.
17558 (C::a_static_method): New.
17559 (a_function): New.
17560 * gdb.python/py-type.exp (test_fields): Test getting fields
17561 from function and method.
17562
17563 2015-10-21 Keven Boell <keven.boell@intel.com>
17564
17565 * gdb.fortran/vla-alloc-assoc.exp: New file.
17566 * gdb.fortran/vla-datatypes.exp: New file.
17567 * gdb.fortran/vla-datatypes.f90: New file.
17568 * gdb.fortran/vla-history.exp: New file.
17569 * gdb.fortran/vla-ptype-sub.exp: New file.
17570 * gdb.fortran/vla-ptype.exp: New file.
17571 * gdb.fortran/vla-sizeof.exp: New file.
17572 * gdb.fortran/vla-sub.f90: New file.
17573 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
17574 * gdb.fortran/vla-value-sub-finish.exp: New file.
17575 * gdb.fortran/vla-value-sub.exp: New file.
17576 * gdb.fortran/vla-value.exp: New file.
17577 * gdb.fortran/vla-ptr-info.exp: New file.
17578 * gdb.mi/mi-vla-fortran.exp: New file.
17579 * gdb.mi/vla.f90: New file.
17580
17581 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
17582
17583 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
17584 of hardwired timeout value.
17585
17586 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
17587 Pedro Alves <palves@redhat.com>
17588
17589 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
17590 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
17591
17592 2015-10-19 Josh Stone <jistone@redhat.com>
17593
17594 * gdb.base/catch-syscall.c: Include <sched.h>.
17595 (unknown_syscall): New variable.
17596 (main): Trigger a vfork and an unknown syscall.
17597 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
17598 (unknown_syscall_number): Likewise.
17599 (check_call_to_syscall): Accept an optional syscall pattern.
17600 (check_return_from_syscall): Likewise.
17601 (check_continue): Likewise.
17602 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
17603 (test_catch_syscall_skipping_return): New test toggling off 'catch
17604 syscall' to step over the syscall return, then toggling back on.
17605 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
17606 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
17607 (do_syscall_tests): Call test_catch_syscall_without_args and
17608 test_catch_syscall_mid_vfork.
17609 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
17610 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
17611
17612 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
17613
17614 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
17615 print g_vE): Add new pass patterns.
17616 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
17617 print various symbol names for vptr fields.
17618
17619 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
17620
17621 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
17622 results.
17623
17624 2015-10-12 Yao Qi <yao.qi@linaro.org>
17625
17626 * gdb.arch/disp-step-insn-reloc.exp: New test case.
17627
17628 2015-10-12 Yao Qi <yao.qi@linaro.org>
17629
17630 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
17631 is aarch64*-*-linux*.
17632
17633 2015-10-12 Yao Qi <yao.qi@linaro.org>
17634
17635 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
17636 (can_relocate_bcond_true): ... it.
17637 (can_relocate_bcond_false): New function.
17638 (foo): Likewise.
17639 (can_relocate_bl): Likewise.
17640 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
17641 can_relocate_bl.
17642
17643 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
17644
17645 * gdb.base/nested-addr.c: New file.
17646 * gdb.base/nested-addr.exp: New testcase.
17647
17648 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
17649
17650 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
17651 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
17652 its output. Ignore the output of "record goto begin" and instead
17653 check that GDB is replaying.
17654
17655 2015-10-09 Pedro Alves <palves@redhat.com>
17656
17657 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
17658 (top level): Use it in the run with no args test.
17659
17660 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
17661
17662 * gdb.dlang/properties.exp: New file.
17663
17664 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
17665
17666 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
17667 whether or not address 0x1000 is mapped on the target.
17668
17669 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
17670
17671 * gdb.python/py-type.exp: Do not run tests if binaries fail to
17672 build.
17673
17674 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
17675
17676 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
17677 instruction-history test.
17678
17679 2015-09-28 Doug Evans <dje@google.com>
17680
17681 * gdb.base/gcore.c (array_func): Add reference to static_array.
17682
17683 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
17684
17685 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
17686 source line.
17687
17688 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
17689
17690 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
17691 short or char as base type.
17692
17693 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
17694
17695 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
17696 to allow any size enum.
17697
17698 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
17699
17700 * gdb.ada/array_ptr_renaming.exp: New testcase.
17701 * gdb.ada/array_ptr_renaming/foo.adb: New file.
17702 * gdb.ada/array_ptr_renaming/pack.ads: New file.
17703
17704 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17705
17706 * gdb.trace/ftrace-lock.c: New file.
17707 * gdb.trace/ftrace-lock.exp: New file.
17708
17709 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17710
17711 * gdb.arch/insn-reloc.c: New file.
17712 * gdb.arch/ftrace-insn-reloc.exp: New file.
17713
17714 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17715
17716 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
17717 instruction.
17718 * gdb.trace/pendshr1.c (pendfunc): Likewise.
17719 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
17720 * gdb.trace/range-stepping.c: Likewise.
17721 * gdb.trace/trace-break.c: Likewise.
17722 * gdb.trace/trace-mt.c (thread_function): Likewise.
17723 * gdb.trace/ftrace.c (marker): Likewise.
17724 * gdb.trace/trace-condition.c (marker): Likewise.
17725 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
17726 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
17727 is_aarch64_target.
17728
17729 2015-09-18 Doug Evans <xdje42@gmail.com>
17730
17731 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
17732 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
17733
17734 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17735
17736 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
17737 the breakpoint.
17738
17739 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17740
17741 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
17742 the pending breakpoint. Remove timeout override for "Run till
17743 MI pending breakpoint on pendfunc3 on thread 2" test.
17744
17745 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17746
17747 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
17748 filename pattern.
17749
17750 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17751
17752 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
17753 in breakpoint filename pattern.
17754
17755 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17756
17757 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
17758
17759 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17760
17761 * gdb.linespec/explicit.exp: Check for readline support for
17762 tab-completion tests. Fix obvious typo.
17763
17764 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
17765
17766 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
17767 and replay.
17768
17769 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
17770
17771 * gdb.btrace/non-stop.c: New.
17772 * gdb.btrace/non-stop.exp: New.
17773
17774 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
17775 Yao Qi <yao.qi@linaro.org>
17776
17777 * gdb.trace/trace-condition.c: New file.
17778 * gdb.trace/trace-condition.exp: New file.
17779
17780 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
17781
17782 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
17783 for testing bytecode compilation.
17784
17785 2015-09-16 Pedro Alves <palves@redhat.com>
17786 Sandra Loosemore <sandra@codesourcery.com>
17787
17788 * gdb.threads/non-stop-fair-events.c (timeout): New global.
17789 (SECONDS): Redefine.
17790 (main): Call pthread_kill and alarm early.
17791 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
17792 support.
17793 (test): If the target can't hardware step and doesn't support
17794 displaced stepping, increase the timeout.
17795
17796 2015-09-16 Pedro Alves <palves@redhat.com>
17797
17798 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
17799 (enable_debug): New procedures.
17800 (test): Use them. Bail out if waiting for threads fails.
17801 (top level): Bail out if a test fails.
17802
17803 2015-09-16 Yao Qi <yao.qi@linaro.org>
17804
17805 * gdb.asm/asm-source.exp: Set asm-arch for
17806 aarch64*-*-* target.
17807 * gdb.asm/aarch64.inc: New file.
17808
17809 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
17810
17811 * gdb.ada/array_of_variable_length.exp: New testcase.
17812 * gdb.ada/array_of_variable_length/foo.adb: New file.
17813 * gdb.ada/array_of_variable_length/pck.adb: New file.
17814 * gdb.ada/array_of_variable_length/pck.ads: New file.
17815
17816 2015-09-15 Doug Evans <dje@google.com>
17817
17818 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
17819 of function static local variable.
17820
17821 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
17822
17823 * gdb.threads/tls-so_extern.exp: New test file.
17824 * gdb.threads/tls-so_extern.c: New test file.
17825 * gdb.threads/tls-so_extern_main.c: New test file.
17826
17827 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17828
17829 * gdb.opt/solib-intra-step-lib.c: New file.
17830 * gdb.opt/solib-intra-step-main.c: New file.
17831 * gdb.opt/solib-intra-step.exp: New file.
17832
17833 2015-09-15 Pedro Alves <palves@redhat.com>
17834
17835 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
17836 gdb_continue_to_breakpoint instead of gdb_test_multiple.
17837
17838 2015-09-14 Pedro Alves <palves@redhat.com>
17839
17840 * gdb.base/hook-stop-continue.c: Delete.
17841 * gdb.base/hook-stop-continue.exp: Delete.
17842 * gdb.base/hook-stop-frame.c: Delete.
17843 * gdb.base/hook-stop-frame.exp: Delete.
17844 * gdb.base/hook-stop.c: New file.
17845 * gdb.base/hook-stop.exp: New file.
17846
17847 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
17848
17849 * gdb.ada/access_to_packed_array.exp: New testcase.
17850 * gdb.ada/access_to_packed_array/foo.adb: New file.
17851 * gdb.ada/access_to_packed_array/pack.adb: New file.
17852 * gdb.ada/access_to_packed_array/pack.ads: New file.
17853
17854 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
17855
17856 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
17857 buffer size test.
17858
17859 2015-09-11 Don Breazeal <donb@codesourcery.com>
17860
17861 * gdb.base/foll-exec.c: Add copyright header. Fix
17862 formatting issues.
17863 * gdb.base/foll-exec.exp (zap_session): Delete proc.
17864 (do_exec_tests): Use clean_restart in place of zap_session,
17865 and for test initialization. Fix formatting issues. Use
17866 fail in place of perror.
17867 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
17868 an expect statement to match an expression with output from
17869 the program under debug.
17870 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
17871 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
17872 * gdb.threads/non-ldr-exc-2.exp: Likewise.
17873 * gdb.threads/non-ldr-exc-3.exp: Likewise.
17874 * gdb.threads/non-ldr-exc-4.exp: Likewise.
17875
17876 2015-09-09 Doug Evans <dje@google.com>
17877
17878 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
17879
17880 2015-09-09 Doug Evans <dje@google.com>
17881
17882 * gdb.base/pie-execl.exp: Fix result test of build_executable.
17883
17884 2015-09-09 Doug Evans <dje@google.com>
17885
17886 * gdb.base/savedregs.exp: Fix typo.
17887
17888 2015-09-09 Pedro Alves <palves@redhat.com>
17889
17890 * gdb.mi/mi-cli.exp: Add CLI finish tests.
17891
17892 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
17893
17894 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
17895 command actually switches threads. Give up on remaining
17896 tests if target fails to stop at breakpoint.
17897
17898 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
17899
17900 * gdb.ada/funcall_char.exp: New testcase.
17901 * gdb.ada/funcall_char/foo.adb: New file.
17902
17903 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
17904
17905 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
17906 expected outputs. Add two testcases for completing ambiguous
17907 functions.
17908 * gdb.ada/complete/aux_pck.adb: New file.
17909 * gdb.ada/complete/aux_pck.ads: New file.
17910 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
17911 Ambiguous_Func functions.
17912 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
17913 * gdb.ada/complete/pck.adb: Likewise.
17914
17915 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
17916
17917 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
17918 failures to run the test program under GDB.
17919
17920 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
17921
17922 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
17923 to C.
17924
17925 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
17926
17927 * gdb.base/run-after-attach.exp: New test file.
17928 * gdb.base/run-after-attach.c: New test file.
17929
17930 2015-08-26 Don Breazeal <donb@codesourcery.com>
17931
17932 * gdb.base/foll-exec-2.c: New test program.
17933 * gdb.base/foll-exec-2.exp: New test.
17934
17935 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
17936
17937 * gdb.base/nested-subp1.exp: New file.
17938 * gdb.base/nested-subp1.c: New file.
17939 * gdb.base/nested-subp2.exp: New file.
17940 * gdb.base/nested-subp2.c: New file.
17941 * gdb.base/nested-subp3.exp: New file.
17942 * gdb.base/nested-subp3.c: New file.
17943
17944 2015-08-24 Pedro Alves <palves@redhat.com>
17945
17946 * gdb.server/connect-without-multi-process.c: New file.
17947 * gdb.server/connect-without-multi-process.exp: New file.
17948
17949 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
17950
17951 * gdb.opt/inline-markers.c: Make z int.
17952
17953 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
17954
17955 * gdb.opt/inline-markers.c: Make z volatile.
17956
17957 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
17958
17959 * gdb.opt/inline-bt.c: New volatile global z.
17960 * gdb.opt/inline-cmds.c: Likewise.
17961 * gdb.opt/inline-locals.c: Likewise.
17962 * gdb.opt/inline-markers.c: New extern global z.
17963 (marker): Use z.
17964 (inline_fn): Likewise.
17965
17966 2015-08-24 Pedro Alves <palves@redhat.com>
17967
17968 * config/m32r-stub.exp: Remove file.
17969 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
17970 * gdb.base/call-rt-st.exp: Likewise.
17971 * gdb.base/call-strs.exp: Likewise.
17972 * gdb.base/default.exp: Remove references to h8300-*-hms and
17973 *-*-udi*.
17974 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
17975
17976 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
17977
17978 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
17979 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
17980 and "return" use KFAIL when GDB can not read/write the vector
17981 return value.
17982
17983 2015-08-21 Gary Benson <gbenson@redhat.com>
17984
17985 * gdb.trace/pending.exp: Cope with remote transfer warnings.
17986
17987 2015-08-20 Pedro Alves <palves@redhat.com>
17988
17989 * gdb.server/solib-list.exp: No longer expect an interior stop in
17990 non-stop mode.
17991
17992 2015-08-20 Pedro Alves <palves@redhat.com>
17993
17994 * gdb.server/connect-stopped-target.c: New file.
17995 * gdb.server/connect-stopped-target.exp: New file.
17996
17997 2015-08-20 Pedro Alves <palves@redhat.com>
17998
17999 * gdb.dwarf2/comp-unit-lang.exp: New file.
18000 * gdb.dwarf2/comp-unit-lang.c: New file.
18001
18002 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
18003
18004 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
18005 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
18006
18007 2015-08-19 Kevin Buettner <kevinb@redhat.com>
18008
18009 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
18010 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
18011
18012 2015-08-18 Doug Evans <dje@google.com>
18013 Adrian Sendroiu <adrian.sendroiu@freescale.com>
18014
18015 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
18016 skip_python_tests. New arg prompt_regexp.
18017 (skip_python_tests): New function.
18018 * lib/mi-support.exp (mi_skip_python_tests): New function.
18019 * gdb.python/py-mi-objfile-gdb.py: New file.
18020 * gdb.python/py-mi-objfile.c: New file.
18021 * gdb.python/py-mi-objfile.exp: New file.
18022
18023 2015-08-17 Keith Seitz <keiths@redhat.com>
18024
18025 * gdb.linespec/explicit.exp: Move strace test from here ...
18026 * gdb.trace/strace.exp: ... to here.
18027
18028 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
18029
18030 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
18031 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
18032
18033 2015-08-14 Doug Evans <xdje42@gmail.com>
18034
18035 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
18036 inferior before selecting a new file.
18037
18038 2015-08-14 Doug Evans <xdje42@gmail.com>
18039
18040 * gdb.mi/mi-disassemble.exp: Update.
18041 * gdb.base/disasm-optim.S: New file.
18042 * gdb.base/disasm-optim.c: New file.
18043 * gdb.base/disasm-optim.h: New file.
18044 * gdb.base/disasm-optim.exp: New file.
18045
18046 2015-08-14 Keith Seitz <keiths@redhat.com>
18047
18048 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
18049 "evaluated-by".
18050
18051 2015-08-13 Joel Brobecker <brobecker@adacore.com>
18052
18053 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
18054
18055 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
18056
18057 * gdb.ada/fun_renaming.exp: New testcase.
18058 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
18059 * gdb.ada/fun_renaming/pack.adb: New file.
18060 * gdb.ada/fun_renaming/pack.ads: New file.
18061
18062 2015-08-12 Keith Seitz <keiths@redhat.com>
18063
18064 * gdb.base/dso2dso.exp: Pass basename of source file in call to
18065 gdb_get_line_number.
18066
18067 2015-08-12 Joel Brobecker <brobecker@adacore.com>
18068
18069 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
18070 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
18071 gdb.base/dso2dso.exp: New files.
18072
18073 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
18074 Pedro Alves <palves@redhat.com>
18075 Keith Seitz <keiths@redhat.com>
18076
18077 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
18078 GDBFLAGS.
18079
18080 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
18081
18082 * gdb.base/gdbhistsize-history.exp
18083 (test_histsize_history_setting): Use save_vars.
18084 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18085 Use save_vars.
18086 (test_no_truncation_of_unlimited_history_file): Use save_vars.
18087 * gdb.base/readline.exp: Use save_vars.
18088
18089 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
18090
18091 * lib/gdb.exp (save_vars): New proc.
18092
18093 2015-08-11 Keith Seitz <keiths@redhat.com>
18094
18095 * gdb.base/help.exp: Update help_breakpoint_text.
18096
18097 2015-08-11 Keith Seitz <keiths@redhat.com>
18098
18099 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
18100 (at toplevel): Call test_explicit_breakpoints.
18101 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
18102 breakpoints.
18103 * lib/mi-support.exp (mi_make_breakpoint): Add support for
18104 breakpoint conditions, "-cond".
18105
18106 2015-08-11 Keith Seitz <keiths@redhat.com>
18107
18108 * gdb.linespec/3explicit.c: New file.
18109 * gdb.linespec/cpexplicit.cc: New file.
18110 * gdb.linespec/cpexplicit.exp: New file.
18111 * gdb.linespec/explicit.c: New file.
18112 * gdb.linespec/explicit.exp: New file.
18113 * gdb.linespec/explicit2.c: New file.
18114 * gdb.linespec/ls-errs.exp: Add explicit location tests.
18115 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
18116 before using in the matching pattern.
18117 Clarify that `prefix' is a regular expression.
18118
18119 2015-08-11 Keith Seitz <keiths@redhat.com>
18120
18121 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
18122 test.
18123 Add tests for missing ",FMT" and ",".
18124
18125 2015-08-10 Doug Evans <dje@google.com>
18126 Keith Seitz <keiths@redhat.com>
18127
18128 PR gdb/17960
18129 * gdb.base/completion.exp: Add location completer tests.
18130
18131 2015-08-07 Pedro Alves <palves@redhat.com>
18132
18133 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
18134 tests here.
18135 (top level): Run do_test with and without displaced stepping.
18136
18137 2015-08-07 Pedro Alves <palves@redhat.com>
18138
18139 * gdb.base/valgrind-disp-step.c: New file.
18140 * gdb.base/valgrind-disp-step.exp: New file.
18141
18142 2015-08-07 Pedro Alves <palves@redhat.com>
18143
18144 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
18145 Delete function.
18146 (main): Add alarm. Run an infinite loop instead of calling
18147 wait_threads.
18148 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
18149 comment.
18150 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
18151 Delete function.
18152 (main): Add alarm. Run an infinite loop instead of calling
18153 wait_threads.
18154 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
18155 comment.
18156
18157 2015-08-07 Pedro Alves <palves@redhat.com>
18158
18159 * gdb.base/checkpoint-ns.exp: New file.
18160 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
18161 standard_testfile.
18162
18163 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
18164
18165 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
18166 * gdb.btrace/instruction_history.exp: Update.
18167 * gdb.btrace/tsx.exp: New.
18168 * gdb.btrace/tsx.c: New.
18169
18170 2015-08-06 Pedro Alves <palves@redhat.com>
18171
18172 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
18173 increase timeout.
18174 * gdb.reverse/until-precsave.exp: Bump timeouts.
18175
18176 2015-08-06 Pedro Alves <palves@redhat.com>
18177
18178 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
18179
18180 2015-08-06 Pedro Alves <palves@redhat.com>
18181
18182 PR gdb/18749
18183 * gdb.threads/process-dies-while-handling-bp.c: New file.
18184 * gdb.threads/process-dies-while-handling-bp.exp: New file.
18185
18186 2015-08-06 Pedro Alves <palves@redhat.com>
18187
18188 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
18189 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
18190
18191 2015-08-05 Pedro Alves <palves@redhat.com>
18192
18193 * gdb.threads/next-while-other-thread-longjmps.c: New file.
18194 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
18195
18196 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
18197
18198 * gdb.base/bp-permanent.exp: Report test as unsupported if
18199 the target cannot stop at the permanent breakpoint.
18200
18201 2015-08-03 Doug Evans <dje@google.com>
18202
18203 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
18204 10000.
18205
18206 2015-08-03 Doug Evans <dje@google.com>
18207
18208 * Makefile.in (workers/%.worker, build-perf): New rule.
18209 (GDB_PERFTEST_MODE): New variable.
18210 (check-perf): Use it.
18211 (clean): Clean up gdb.perf parallel build subdirs.
18212 * lib/build-piece.exp: New file.
18213 * lib/gdb.exp (make_gdb_parallel_path): New function
18214 (standard_output_file, standard_temp_file): Call it.
18215 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18216 of $GDB_PARALLEL.
18217 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
18218
18219 2015-08-03 Doug Evans <dje@google.com>
18220
18221 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
18222 (LOG_FILE_NAME): New global.
18223 (TextReporter.__init__): Initialize self.txt_sum.
18224 (TextReporter.report): Add support for multiple data-points.
18225 Move report to perftest.sum, put raw data in perftest.log.
18226 (TextReporter.start): Open sum and log files.
18227 (TextReporter.end): Close sum and log files.
18228 * gdb.perf/lib/perftest/testresult.py
18229 (SingleStatisticTestResult.record): Handle multiple data-points.
18230
18231 2015-07-31 Pedro Alves <palves@redhat.com>
18232
18233 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
18234 Use spawn_id_get_pid. Wait for spawn id after eof. Use
18235 kill_wait_spawned_process instead of explicit "kill -9".
18236 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
18237 returning a spawn id instead of a pid. Use spawn_id_get_pid and
18238 kill_wait_spawned_process.
18239 * gdb.base/attach-twice.exp: Likewise.
18240 * gdb.base/attach.exp: Likewise.
18241 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
18242 gdb_test_multiple.
18243 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
18244 returning a spawn id instead of a pid. Use spawn_id_get_pid and
18245 kill_wait_spawned_process.
18246 * gdb.base/valgrind-infcall.exp: Likewise.
18247 * gdb.multi/multi-attach.exp: Likewise.
18248 * gdb.python/py-prompt.exp: Likewise.
18249 * gdb.python/py-sync-interp.exp: Likewise.
18250 * gdb.server/ext-attach.exp: Likewise.
18251 * gdb.threads/attach-into-signal.exp (corefunc): Use
18252 spawn_wait_for_attach, spawn_id_get_pid and
18253 kill_wait_spawned_process.
18254 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
18255 spawn_wait_for_attach returning a spawn id instead of a pid. Use
18256 spawn_id_get_pid and kill_wait_spawned_process.
18257 * gdb.threads/attach-stopped.exp (corefunc): Use
18258 spawn_wait_for_attach, spawn_id_get_pid and
18259 kill_wait_spawned_process.
18260 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
18261 Use spawn_id_get_pid. Wait for spawn id after eof. Use
18262 kill_wait_spawned_process instead of explicit "kill -9".
18263 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
18264 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
18265 (spawn_wait_for_attach): Use spawn instead of exec to spawn
18266 processes. Don't map cygwin/windows pids here. Now returns a
18267 spawn id list.
18268
18269 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
18270
18271 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
18272 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
18273 correct patch.
18274
18275 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
18276
18277 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
18278
18279 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
18280
18281 Reapply:
18282 2014-05-21 Mark Wielaard <mjw@redhat.com>
18283
18284 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18285
18286 2015-07-30 Pedro Alves <palves@redhat.com>
18287
18288 * linux-low.c (handle_extended_wait): Set the child's last
18289 reported status to TARGET_WAITKIND_STOPPED.
18290
18291 2015-07-30 Pedro Alves <palves@redhat.com>
18292
18293 PR threads/18600
18294 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
18295 only shows inferior 1.
18296
18297 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
18298 Pedro Alves <palves@redhat.com>
18299
18300 PR threads/18600
18301 * gdb.threads/fork-plus-threads.c: New file.
18302 * gdb.threads/fork-plus-threads.exp: New file.
18303
18304 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18305
18306 * gdb.base/batch-preserve-term-settings.exp
18307 (test_terminal_settings_preserved_after_cli_exit): Use
18308 send_quit_command.
18309
18310 2015-07-29 Pedro Alves <palves@redhat.com>
18311 Don Breazeal <donb@codesourcery.com>
18312
18313 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
18314 output from both inferior_spawn_id and gdb_spawn_id.
18315
18316 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
18317
18318 * gdb.threads/attach-into-signal.exp (corefunc): Use
18319 with_test_prefix on nested loops, uniquefying the test messages.
18320
18321 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
18322
18323 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
18324 commit.
18325
18326 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18327
18328 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
18329 New proc.
18330 (test_terminal_settings_preserved_after_sigterm): New test.
18331
18332 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18333
18334 * gdb.base/batch-preserve-term-settings.exp
18335 (test_terminal_settings_preserved_after_cli_exit): New test.
18336
18337 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18338
18339 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
18340 manipulation of saved_gdbflags.
18341 (test_terminal_settings_preserved): Remove global declaration of
18342 the unused variable pagination_prompt. Remove manipulation of
18343 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
18344 GDBFLAGS.
18345
18346 2015-07-29 Pedro Alves <palves@redhat.com>
18347
18348 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
18349
18350 2015-07-29 Pedro Alves <palves@redhat.com>
18351
18352 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
18353 at the top.
18354
18355 2015-07-29 Pedro Alves <palves@redhat.com>
18356
18357 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
18358 (main): Call gdb_unbuffer_output.
18359 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
18360 (main): Call gdb_unbuffer_output.
18361 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
18362 (main): Call gdb_unbuffer_output.
18363 * gdb.base/call-strs.exp: Adjust to step over the
18364 gdb_unbuffer_output call.
18365 * gdb.base/catch-gdb-caused-signals.c: Include
18366 "../lib/unbuffer_output.c".
18367 (main): Call gdb_unbuffer_output.
18368 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
18369 (main): Call gdb_unbuffer_output.
18370 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
18371 (main): Call gdb_unbuffer_output.
18372 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
18373 (main): Call gdb_unbuffer_output.
18374 * gdb.base/shlib-call.exp: Adjust to step over the
18375 gdb_unbuffer_output call.
18376 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
18377 (main): Call gdb_unbuffer_output.
18378 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
18379 (main): Call gdb_unbuffer_output.
18380 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
18381 (main): Rename to ...
18382 (test): ... this.
18383 (main): Reimplement.
18384 * gdb.base/varargs.exp: Run to test instead of to main.
18385 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
18386 (main): Call gdb_unbuffer_output.
18387
18388 2015-07-29 Pedro Alves <palves@redhat.com>
18389
18390 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
18391 factore out from mi_continue_dprintf. For call-style dprintfs,
18392 expect dprintf output out of $inferior_spawn_id.
18393 (mi_continue_dprintf): Use mi_expect_dprintf.
18394 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
18395 (main): Call gdb_unbuffer_output.
18396
18397 2015-07-29 Pedro Alves <palves@redhat.com>
18398
18399 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
18400 (default_mi_gdb_start): Set inferior_spawn_id instead of
18401 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
18402 gdb_spawn_id.
18403 (mi_gdb_test): Always expect inferior output from both
18404 $inferior_spawn_id and $gdb_spawn_id.
18405
18406 2015-07-29 Pedro Alves <palves@redhat.com>
18407
18408 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
18409 send_inferior and $inferior_spawn_id.
18410
18411 2015-07-29 Pedro Alves <palves@redhat.com>
18412
18413 * gdb.gdb/complaints.exp (test_initial_complaints)
18414 (test_serial_complaints, test_short_complaints): Use
18415 gdb_test_stdio.
18416 (test_empty_complaint): Handle $inferior_spawn_id !=
18417 $gdb_spawn_id.
18418
18419 2015-07-29 Pedro Alves <palves@redhat.com>
18420
18421 * gdb.base/varargs.exp: Use gdb_test_stdio.
18422
18423 2015-07-29 Pedro Alves <palves@redhat.com>
18424
18425 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
18426
18427 2015-07-29 Pedro Alves <palves@redhat.com>
18428
18429 * gdb.base/ending-run.exp: Use gdb_test_stdio.
18430
18431 2015-07-29 Pedro Alves <palves@redhat.com>
18432
18433 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
18434 parameter into two new parameters, "inf_result" and "gdb_result".
18435 Expect inferior output and gdb output from $inferior_spawn_id and
18436 $gdb_spawn_id, respectively. Adjust all callers.
18437
18438 2015-07-29 Pedro Alves <palves@redhat.com>
18439
18440 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
18441 of gdb_test_sequence.
18442
18443 2015-07-29 Pedro Alves <palves@redhat.com>
18444
18445 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
18446 (saw_spurious_output): Expect inferior output from
18447 $inferior_spawn_id. Use gdb_test_stdio.
18448
18449 2015-07-29 Pedro Alves <palves@redhat.com>
18450
18451 * gdb.base/dprintf.exp: Use standard_testfile. Change
18452 prepare_for_testing call.
18453 (srcfile): Don't set.
18454 (restart): New procedure.
18455 (test_dprintf): New procecure, use to continue over dprintfs.
18456 (test_call, test_agent): New procedures, tests moved here.
18457 Restart gdb and recreate dprintfs. Adjust expected output.
18458
18459 2015-07-29 Pedro Alves <palves@redhat.com>
18460
18461 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
18462
18463 2015-07-29 Pedro Alves <palves@redhat.com>
18464
18465 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
18466
18467 2015-07-29 Pedro Alves <palves@redhat.com>
18468
18469 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
18470 gdb_test_stdio.
18471
18472 2015-07-29 Pedro Alves <palves@redhat.com>
18473
18474 * lib/gdb.exp (gdb_test_stdio): New procedure.
18475
18476 2015-07-29 Pedro Alves <palves@redhat.com>
18477
18478 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
18479
18480 2015-07-29 Pedro Alves <palves@redhat.com>
18481
18482 * gdb.base/call-signal-resume.exp: Remove check for
18483 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
18484 * gdb.base/unwindonsignal.exp: Likewise.
18485 * gdb.base/call-signals.c (gen_signal): Remove printf call.
18486 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
18487
18488 2015-07-29 Pedro Alves <palves@redhat.com>
18489
18490 * gdb.base/siginfo-addr.c (pass): New function.
18491 (handler): Call it iff si_addr is correct.
18492 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
18493 Set a breakpoint at "pass" and continue to it.
18494
18495 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
18496
18497 * gdb.python/py-objfile.exp: Make some tests have unique names.
18498 * gdb.python/py-pp-registration.exp: Likewise.
18499
18500 2015-07-28 Pedro Alves <palves@redhat.com>
18501
18502 * gdb.server/server-exec-info.exp: Issue a "disconnect".
18503
18504 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
18505
18506 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
18507
18508 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
18509
18510 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
18511
18512 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
18513
18514 * gdb.base/gdb-sigterm-2.exp: New test.
18515
18516 2015-07-25 Doug Evans <xdje42@gmail.com>
18517
18518 Revert:
18519 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
18520 (workers/%.worker, build-perf): New rule.
18521 (GDB_PERFTEST_MODE): New variable.
18522 (check-perf): Use it.
18523 (clean): Clean up gdb.perf parallel build subdirs.
18524 * lib/build-piece.exp: New file.
18525 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
18526 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
18527 name.
18528 (standard_temp_file): Ditto.
18529 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18530 of $GDB_PARALLEL.
18531
18532 2015-07-24 Doug Evans <dje@google.com>
18533
18534 * gdb.perf/lib/perftest/utils.py: New file.
18535 * gdb.perf/gm-hello.cc: New file.
18536 * gdb.perf/gm-pervasive-typedef.cc: New file.
18537 * gdb.perf/gm-pervasive-typedef.h: New file.
18538 * gdb.perf/gm-std.cc: New file.
18539 * gdb.perf/gm-std.h: New file.
18540 * gdb.perf/gm-use-cerr.cc: New file.
18541 * gdb.perf/gm-utils.h: New file.
18542 * gdb.perf/gmonster-null-lookup.py: New file.
18543 * gdb.perf/gmonster-pervasive-typedef.py: New file.
18544 * gdb.perf/gmonster-print-cerr.py: New file.
18545 * gdb.perf/gmonster-ptype-string.py: New file.
18546 * gdb.perf/gmonster-runto-main.py: New file.
18547 * gdb.perf/gmonster-select-file.py: New file.
18548 * gdb.perf/gmonster1-null-lookup.exp: New file.
18549 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
18550 * gdb.perf/gmonster1-print-cerr.exp: New file.
18551 * gdb.perf/gmonster1-ptype-string.exp: New file.
18552 * gdb.perf/gmonster1-runto-main.exp: New file.
18553 * gdb.perf/gmonster1-select-file.exp: New file.
18554 * gdb.perf/gmonster1.cc: New file.
18555 * gdb.perf/gmonster1.exp: New file.
18556 * gdb.perf/gmonster2-null-lookup.exp: New file.
18557 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
18558 * gdb.perf/gmonster2-print-cerr.exp: New file.
18559 * gdb.perf/gmonster2-ptype-string.exp: New file.
18560 * gdb.perf/gmonster2-runto-main.exp: New file.
18561 * gdb.perf/gmonster2-select-file.exp: New file.
18562 * gdb.perf/gmonster2.cc: New file.
18563 * gdb.perf/gmonster2.exp: New file.
18564
18565 2015-07-24 Doug Evans <dje@google.com>
18566
18567 * gdb.perf/README: New file.
18568 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
18569 * lib/gen-perf-test.exp: New file.
18570
18571 2015-07-24 Doug Evans <dje@google.com>
18572
18573 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
18574 (PerfTest::startup): New function.
18575 (PerfTest::run): Return result of calling body.
18576 (PerfTest::assemble): Rewrite.
18577 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
18578 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
18579 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
18580 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
18581 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
18582
18583 2015-07-24 Doug Evans <dje@google.com>
18584
18585 * lib/gdb.exp (clean_restart): Make executable optional.
18586
18587 2015-07-24 Doug Evans <dje@google.com>
18588
18589 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
18590 compiler_info references.
18591 * gdb.cp/temargs.exp: Ditto.
18592 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
18593 (get_compiler_info): Early exit if already computed. Set compiler_info
18594 to "unknown" if there was a problem.
18595 (test_compiler_info): Add function comment. Call get_compiler_info.
18596
18597 2015-07-24 Doug Evans <dje@google.com>
18598
18599 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
18600 (workers/%.worker, build-perf): New rule.
18601 (GDB_PERFTEST_MODE): New variable.
18602 (check-perf): Use it.
18603 (clean): Clean up gdb.perf parallel build subdirs.
18604 * lib/build-piece.exp: New file.
18605 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
18606 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
18607 name.
18608 (standard_temp_file): Ditto.
18609 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18610 of $GDB_PARALLEL.
18611
18612 2015-07-24 Doug Evans <dje@google.com>
18613
18614 * lib/future.exp (gdb_default_target_compile): New option
18615 "early_flags".
18616 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
18617 --as-needed.
18618
18619 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
18620
18621 * gdb.base/catch-syscall.exp: Call gdb_exit before
18622 gdb_skip_xml_test.
18623
18624 2015-07-24 Pedro Alves <palves@redhat.com>
18625
18626 * gdb.python/py-events.exp: Accept output between the stop event
18627 and the prompt.
18628 * gdb.python/py-evsignal.exp: Likewise.
18629 * gdb.python/py-evthreads.exp: Likewise.
18630
18631 2015-07-24 Pedro Alves <palves@redhat.com>
18632
18633 PR gdb/18717
18634 * gdb.threads/non-ldr-exit.c: New file.
18635 * gdb.threads/non-ldr-exit.exp: New file.
18636
18637 2015-07-24 Yao Qi <yao.qi@linaro.org>
18638
18639 * gdb.server/ext-wrapper.exp: Test --wrapper option when
18640 restarting process.
18641
18642 2015-07-24 Yao Qi <yao.qi@linaro.org>
18643
18644 * gdb.server/ext-restart.exp: New file.
18645
18646 2015-07-24 Yao Qi <yao.qi@linaro.org>
18647
18648 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
18649 argument options.
18650 * gdb.server/ext-wrapper.exp: New file.
18651
18652 2015-07-23 Doug Evans <dje@google.com>
18653
18654 * gdb.dwarf2/dw2-dummy-cu.S: New file.
18655 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
18656
18657 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
18658
18659 * gdb.ada/var_arr_typedef.exp: New testcase.
18660 * gdb.ada/var_arr_typedef/pack.adb: New file.
18661 * gdb.ada/var_arr_typedef/pack.ads: New file.
18662 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
18663
18664 2015-07-20 Joel Brobecker <brobecker@adacore.com>
18665
18666 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
18667
18668 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18669
18670 * gdb.arch/i386-biarch-core.exp: Replace istarget
18671 by "complete set gnutarget". Remove expectation for the "core-file"
18672 command.
18673
18674 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18675
18676 Revert the previous commit:
18677 Tests for validate symbol file using build-id.
18678
18679 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
18680
18681 Tests for validate symbol file using build-id.
18682 * gdb.base/solib-mismatch-lib.c: New file.
18683 * gdb.base/solib-mismatch-libmod.c: New file.
18684 * gdb.base/solib-mismatch.c: New file.
18685 * gdb.base/solib-mismatch.exp: New file.
18686
18687 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
18688
18689 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
18690 nios2-*-linux*.
18691 * gdb.base/sigbpt.exp (stepi_out): Likewise.
18692 * gdb.base/siginfo.exp: Likewise.
18693 * gdb.base/sigstep.exp (advance, advancei): Likewise.
18694
18695 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
18696
18697 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
18698 Move it to ...
18699 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
18700 ... here.
18701 * gdb.trace/range-stepping.exp: Check that the target supports
18702 range stepping.
18703
18704 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
18705
18706 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
18707
18708 2015-07-14 Pedro Alves <palves@redhat.com>
18709
18710 * gdb.base/killed-outside.exp: New file.
18711 * gdb.base/killed-outside.c: New file.
18712
18713 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18714
18715 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
18716 (n at main): New.
18717 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
18718
18719 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18720
18721 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
18722 infcall tests instead of setting up for KFAIL.
18723
18724 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
18725
18726 * gdb.btrace/record_goto-step.exp: New.
18727
18728 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
18729
18730 PR compile/18484
18731 * gdb.compile/compile.c (struct struct_type): Add volatile to
18732 selffield's type.
18733 * gdb.compile/compile.exp
18734 (compile code struct_object.selffield = &struct_object): Skip further
18735 struct_object tests if this one xfails.
18736
18737 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
18738
18739 PR exp/18617
18740 * gdb.trace/ax.exp: Add test.
18741
18742 2015-07-07 Yao Qi <yao.qi@linaro.org>
18743
18744 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
18745 instead of istarget "aarch64*-*-*".
18746 * gdb.arch/aarch64-fp.exp: Likewise.
18747 * gdb.base/float.exp: Likewise.
18748 * gdb.reverse/aarch64.exp: Likewise.
18749 * lib/gdb.exp (is_aarch64_target): New proc.
18750
18751 2015-07-07 Yao Qi <yao.qi@linaro.org>
18752
18753 * lib/gdb.exp (is_aarch32_target): New proc.
18754 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
18755 instead of "istarget "arm*-*-*"".
18756 * gdb.arch/arm-disp-step.exp: Likewise.
18757 * gdb.arch/thumb-bx-pc.exp: Likewise.
18758 * gdb.arch/thumb-prologue.exp: Likewise.
18759 * gdb.arch/thumb-singlestep.exp: Likewise.
18760 * gdb.base/disp-step-syscall.exp: Likewise.
18761 * gdb.base/float.exp: Likewise.
18762
18763 2015-07-07 Yao Qi <yao.qi@linaro.org>
18764
18765 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
18766 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
18767
18768 2015-07-07 Yao Qi <yao.qi@linaro.org>
18769
18770 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
18771 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
18772 if it exists.
18773 * gdb.multi/multi-arch.exp: Likewise.
18774
18775 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
18776
18777 * gdb.python/py-lazy-string.exp: Add missing parentheses to
18778 print.
18779
18780 2015-07-07 Yao Qi <yao.qi@linaro.org>
18781
18782 * gdb.arch/thumb-singlestep.exp: Do one more single step.
18783
18784 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
18785
18786 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
18787 '[' and ']' characters.
18788
18789 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
18790
18791 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
18792
18793 2015-06-29 Pedro Alves <palves@redhat.com>
18794
18795 PR threads/18127
18796 * gdb.threads/hand-call-new-thread.c: New file.
18797 * gdb.threads/hand-call-new-thread.c: New file.
18798
18799 2015-06-26 Keith Seitz <keiths@redhat.com>
18800 Doug Evans <dje@google.com>
18801
18802 PR 16253
18803 * gdb.cp/var-tag-2.cc: New file.
18804 * gdb.cp/var-tag-3.cc: New file.
18805 * gdb.cp/var-tag-4.cc: New file.
18806 * gdb.cp/var-tag.cc: New file.
18807 * gdb.cp/var-tag.exp: New file.
18808
18809 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
18810
18811 * gdb.base/history-duplicates.exp: New test.
18812
18813 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
18814
18815 * gdb.base/completion.exp: Test the completion of the "focus"
18816 command.
18817
18818 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
18819
18820 * gdb.arch/amd64-prologue-skip.S: New file.
18821 * gdb.arch/amd64-prologue-skip.exp: New file.
18822
18823 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
18824
18825 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
18826 is_address_zero_readable check.
18827
18828 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
18829
18830 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
18831 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
18832
18833 2015-06-24 Yao Qi <yao.qi@linaro.org>
18834
18835 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
18836 linux targets.
18837
18838 2015-06-24 Yao Qi <yao.qi@linaro.org>
18839
18840 * lib/gdb.exp (supports_get_siginfo_type): New proc.
18841 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
18842 * gdb.base/siginfo-thread.exp: Likewise.
18843
18844 2015-06-22 Yao Qi <yao.qi@linaro.org>
18845
18846 * boards/remote-gdbserver-on-localhost.exp: Add comments.
18847
18848 2015-06-22 Yao Qi <yao.qi@linaro.org>
18849
18850 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
18851 aarch64*-*-*.
18852 (skip_hw_watchpoint_tests): Likewise.
18853
18854 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
18855
18856 * gdb.base/gdbinit-history.exp: Test the interaction between
18857 setting GDBHISTSIZE and setting the history size via .gdbinit.
18858
18859 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18860
18861 PR gdb/16999
18862 * gdb.base/gdbhistsize-history.exp: New test.
18863
18864 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18865
18866 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
18867 with GDBHISTSIZE.
18868 * gdb.base/readline.exp: Likewise.
18869
18870 2015-06-17 Yao Qi <yao.qi@linaro.org>
18871
18872 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
18873 line.
18874
18875 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18876
18877 * gdb.base/gdbinit-history.exp: Add test case to check that
18878 an unlimited history file does not get truncated on exit.
18879
18880 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18881
18882 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
18883 (VECTOR): New macro. Use it...
18884 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
18885 ...for these typedefs.
18886 (int8, char1, int1, double1): New typedefs.
18887 (struct just_int2, struct two_int2): New structures.
18888 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
18889 (add_structvecs, add_singlevecs): New functions.
18890 (main): Call add_some_intvecs twice.
18891 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
18892 the compile and exit upon failure. Try compiling for the "native"
18893 architecture. Test inferior function calls with vector arguments
18894 and vector return value handling with "finish" and "return".
18895
18896 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
18897
18898 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
18899 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
18900 PE file.
18901 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
18902
18903 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
18904
18905 PR breakpoints/16465
18906 * gdb.mi/mi-dprintf-pending.c: New file.
18907 * gdb.mi/mi-dprintf-pending.exp: New test.
18908 * gdb.mi/mi-dprintf-pendshr.c: New file.
18909
18910 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18911 Mircea Gherzan <mircea.gherzan@intel.com>
18912
18913 * gdb.arch/i386-mpx-map.c: New file.
18914 * gdb.arch/i386-mpx-map.exp: New File.
18915
18916 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18917
18918 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
18919 * gdb.arch/i386-mpx.exp: Indentation fixed.
18920
18921 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18922
18923 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
18924 function and improved indentation.
18925 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
18926 gdb_test_multiple. Added additional tests to skip the test.
18927
18928 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18929
18930 * gdb.arch/i386-avx512.c: Change path in include file.
18931 * gdb.arch/i386-avx512.exp: Change include dir path
18932 compilation flag.
18933 * gdb.arch/i386-mpx.c: Change path in include file.
18934 * gdb.arch/i386-mpx.exp: Change include dir path compilation
18935 flag.
18936
18937 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
18938
18939 * gdb.compile/compile-print.exp (compile print *vararray@3)
18940 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
18941
18942 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18943
18944 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
18945 (do not keep jit in memory): ... this.
18946 (expect 5): Change it to ...
18947 (expect no 5): ... this.
18948
18949 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
18950
18951 PR gdb/15564
18952 * gdb.mi/mi-detach.exp: New file.
18953
18954 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18955
18956 PR symtab/18392
18957 * gdb.arch/amd64-tailcall-self.S: New file.
18958 * gdb.arch/amd64-tailcall-self.c: New file.
18959 * gdb.arch/amd64-tailcall-self.exp: New file.
18960
18961 2015-05-28 Don Breazeal <donb@codesourcery.com>
18962
18963 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
18964 tests for remote targets by checking is_target_gdbserver.
18965
18966 2015-05-27 Doug Evans <dje@google.com>
18967
18968 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
18969 * gdb.dwarf2/opaque-type-lookup.c: New file.
18970 * gdb.dwarf2/opaque-type-lookup.exp: New file.
18971
18972 2015-05-26 Doug Evans <dje@google.com>
18973
18974 * gdb.cp/iostream.cc: New file.
18975 * gdb.cp/iostream.exp: New file.
18976
18977 2015-05-26 Doug Evans <dje@google.com>
18978
18979 * gdb.dwarf2/dw2-op-call.exp: Update.
18980 * gdb.dwarf2/dw4-sig-types.exp: Update.
18981 * gdb.dwarf2/implptr.exp: Update.
18982 * gdb.mi/mi-cmd-param-changed.exp: Update.
18983
18984 2015-05-26 Doug Evans <dje@google.com>
18985
18986 * gdb.python/py-lazy-string.c: New file.
18987 * gdb.python/py-lazy-string.exp: New file.
18988 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
18989 (main): Update. Add estring3.
18990 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
18991 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
18992
18993 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
18994 Yao Qi <yao.qi@linaro.org>
18995
18996 * gdb.reverse/aarch64.c: New.
18997 * gdb.reverse/aarch64.exp: New.
18998
18999 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
19000
19001 * lib/gdb.exp (supports_process_record): Return true for
19002 aarch64*-linux*.
19003 (supports_reverse): Likewise.
19004
19005 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
19006
19007 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19008 Use with_test_prefix.
19009
19010 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
19011
19012 * gdb.base/completion.exp: Add test for completion of layout
19013 names.
19014
19015 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
19016
19017 * lib/gdb.exp (skip_tui_tests): New proc.
19018 * gdb.base/tui-layout.exp: Check skip_tui_tests.
19019
19020 2015-05-19 Pedro Alves <palves@redhat.com>
19021
19022 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19023 Save the whole env array instead of just HOME. Unset HISTSIZE in
19024 the environment while testing. Restore whole environment
19025 afterwards.
19026
19027 2015-05-16 Doug Evans <xdje42@gmail.com>
19028
19029 * gdb.guile/scm-ports.c: New file.
19030 * gdb.guile/scm-ports.exp: Add memory port tests.
19031
19032 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19033
19034 * gdb.compile/compile-print.c: New file.
19035 * gdb.compile/compile-print.exp: New file.
19036
19037 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19038
19039 * gdb.compile/compile-ops.exp: Cast param to void.
19040 * gdb.compile/compile.exp: Complete type for _gdb_expr.
19041 (compile code struct_object.selffield = &struct_object): Add xfail.
19042
19043 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19044
19045 * gdb.ada/arr_enum_with_gap: New testcase.
19046
19047 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19048
19049 * gdb.ada/byte_packed_arr: New testcase.
19050
19051 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19052
19053 * gdb.ada/pckd_neg: New testcase.
19054
19055 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
19056
19057 PR gdb/17820
19058 * gdb.base/gdbinit-history.exp: New test.
19059 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
19060 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
19061
19062 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
19063
19064 * gdb.python/py-xmethods.cc: Enhance test case.
19065 * gdb.python/py-xmethods.exp: New tests.
19066 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
19067 function.
19068 (B_indexoper): Likewise.
19069 (global_dm_list) : Add new xmethod worker functions.
19070
19071 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
19072
19073 * gdb.base/coredump-filter.exp: Correctly unset
19074 "coredump_var_addr" array.
19075
19076 2015-05-08 Pedro Alves <palves@redhat.com>
19077
19078 * gdb.server/non-existing-program.exp: Unset spawn_id.
19079
19080 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
19081
19082 PR python/18291
19083 * gdb.python/py-xmethods.exp: Add tests.
19084
19085 2015-05-08 Yao Qi <yao.qi@linaro.org>
19086
19087 PR gdb/18208
19088 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
19089 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
19090 function set_coredump_filter, and remove remote_exec call.
19091 Remove argument ipid. Callers update.
19092 (top level): Don't get inferior's PID.
19093
19094 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
19095
19096 * gdb.base/watch_thread_num.exp: Skip test on targets without
19097 access watchpoints.
19098
19099 2015-05-06 Pedro Alves <palves@redhat.com>
19100
19101 PR server/18081
19102 * gdb.server/non-existing-program.exp: New file.
19103
19104 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19105
19106 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
19107
19108 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19109
19110 * gdb.ada/out_of_line_in_inlined: New testcase.
19111
19112 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19113
19114 * gdb.ada/var_rec_arr: New testcase.
19115
19116 2015-04-30 Yao Qi <yao.qi@linaro.org>
19117
19118 * gdb.base/break-idempotent.exp: If
19119 skip_hw_watchpoint_multi_tests returns true, skip the tests
19120 on "rwatch" and "awatch".
19121
19122 2015-04-30 Yao Qi <yao.qi@linaro.org>
19123
19124 * gdb.base/relativedebug.exp: Invoke gdb command
19125 "info sharedlibrary", and if libc.so doesn't have debug info,
19126 skip the test.
19127
19128 2015-04-29 Doug Evans <dje@google.com>
19129
19130 * gdb.python/py-xmethods.exp: Add ptype tests.
19131 * gdb.python/py-xmethods.py (E_method_char_worker): Add
19132 get_result_type method.
19133
19134 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
19135
19136 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
19137 the target does not support hardware watchpoints.
19138
19139 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
19140
19141 * gdb.base/break-always.exp: Abort testing if writing to memory
19142 causes an error.
19143
19144 2015-04-28 Doug Evans <dje@google.com>
19145
19146 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
19147 * gdb.python/py-pp-registration.exp: ... here. New file.
19148 * gdb.python/py-pp-registration.c: New file.
19149 * gdb.python/py-pp-registration.py: New file.
19150
19151 2015-04-28 Doug Evans <dje@google.com>
19152
19153 * gdb.python/py-bad-printers.c: New file.
19154 * gdb.python/py-bad-printers.py: New file.
19155 * gdb.python/py-bad-printers.exp: New file.
19156
19157 2015-04-28 Sasha Smundak <asmundak@google.com>
19158
19159 * gdb.python/py-type.exp: New test.
19160
19161 2015-04-28 Andy Wingo <wingo@igalia.com>
19162
19163 * gdb.python/py-parameter.exp:
19164 * gdb.guile/scm-parameter.exp: Escape the path that we are
19165 matching against, as it might contain characters that are special
19166 to regular expressions.
19167
19168 2015-04-27 Joel Brobecker <brobecker@adacore.com>
19169
19170 * gdb.ada/rec_comp: New testcase.
19171
19172 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
19173
19174 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
19175 before using it.
19176
19177 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
19178
19179 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
19180 new tests for verilog output.
19181
19182 2015-04-24 Yao Qi <yao.qi@linaro.org>
19183
19184 * boards/remote-gdbserver-on-localhost.exp: New file.
19185
19186 2015-04-23 Pedro Alves <palves@redhat.com>
19187
19188 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
19189 $inferior_spawn_id instead of $inferior_spawn_id directly. On
19190 "end of file", remove $inferior_spawn_id from the indirect list.
19191
19192 2015-04-23 Pedro Alves <palves@redhat.com>
19193
19194 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
19195
19196 2015-04-23 Pedro Alves <palves@redhat.com>
19197
19198 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
19199 on $any_spawn_id instead of only on $gdb_spawn_id.
19200
19201 2015-04-21 Pierre Muller <muller@sourceware.org>
19202
19203 PR pascal/17815
19204 * lib/pascal.exp (gpc_compile): Add new option "class".
19205 (fpc_compile): Likewise.
19206 * gdb.pascal/case-insensitive-symbols.pas: New file.
19207 * gdb.pascal/case-insensitive-symbols.exp: New file.
19208
19209 2015-04-20 Gary Benson <gbenson@redhat.com>
19210
19211 * gdb.base/attach.exp: Fix three extended remote failures.
19212
19213 2015-04-17 Gary Benson <gbenson@redhat.com>
19214
19215 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
19216 the main executable over the remote protocol.
19217
19218 2015-04-16 Pedro Alves <palves@redhat.com>
19219
19220 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
19221 a new gdbserver if gdbserver_reconnect_p is set.
19222
19223 2015-04-16 Pedro Alves <palves@redhat.com>
19224
19225 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
19226 is set, don't exit gdbserver.
19227
19228 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
19229
19230 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
19231 appropriate .insn, such that an older assembler can be used.
19232 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
19233 the z/Architecture instruction set on 31-bit targets as well.
19234
19235 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
19236
19237 * gdb.go/handcall.exp: Remove all logic related to the first
19238 breakpoint and rely on go_runto_main instead.
19239 * gdb.go/strings.exp: Likewise.
19240 * gdb.go/unsafe.exp: Likewise.
19241 * gdb.go/hello.exp: Likewise. Also rename the remaining
19242 breakpoint marker to "breakpoint 1".
19243 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
19244 * gdb.go/strings.go: Likewise.
19245 * gdb.go/unsafe.go: Likewise.
19246 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
19247 "set breakpoint 2 here" and rename the remaining breakpoint marker
19248 to "breakpoint 1".
19249
19250 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
19251
19252 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
19253 if itertools.imap is not present.
19254 * gdb.python/py-objfile.exp: Add parentheses.
19255 * gdb.python/py-type.exp: Same.
19256 * gdb.python/py-unwind-maint.py: Same.
19257
19258 2015-04-15 Yao Qi <yao.qi@linaro.org>
19259
19260 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
19261 of ":$ptr_size" and set its form explicitly.
19262
19263 2015-04-15 Pedro Alves <palves@redhat.com>
19264 Yao Qi <yao.qi@linaro.org>
19265
19266 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
19267 timeout by factor of 4.
19268 (test_regular_watch): Likewise.
19269 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
19270 * gdb.reverse/sigall-reverse.exp: Likewise.
19271 * gdb.reverse/until-precsave.exp: Likewise.
19272 * lib/gdb.exp (with_timeout_factor): New proc.
19273 (gdb_expect): Move some code to ...
19274 (get_largest_timeout): ... here. New procedure.
19275
19276 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
19277
19278 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
19279
19280 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
19281
19282 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
19283 to write to the .text section.
19284
19285 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
19286
19287 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
19288 Handle the case of targets that do not provide PID information.
19289
19290 2015-04-13 Yao Qi <yao.qi@linaro.org>
19291
19292 * lib/gdbserver-support.exp (gdb_exit): Catch exception
19293 and use expect instead of gdb_expect.
19294
19295 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
19296
19297 * gdb.base/coredump-filter.exp: Rename variable "addr" to
19298 "coredump_var_addr" to avoid naming conflict with other testcases.
19299
19300 2015-04-10 Pedro Alves <palves@redhat.com>
19301
19302 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
19303 gdb_test_sequence and gdb_assert.
19304
19305 2015-04-10 Pedro Alves <palves@redhat.com>
19306
19307 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
19308 test messages that don't include the breakpoint address.
19309
19310 2015-04-10 Yao Qi <yao.qi@linaro.org>
19311
19312 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
19313 false for some offset and width combinations which aren't
19314 supported by linux kernel.
19315
19316 2015-04-10 Pedro Alves <palves@redhat.com>
19317
19318 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
19319 procedure, factored out from ...
19320 (top level): ... here. Add "set displaced-stepping" testing axis.
19321 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
19322 parameter "displaced". Use it.
19323 (top level): Use foreach and add "set displaced-stepping" testing
19324 axis.
19325
19326 2015-04-10 Pedro Alves <palves@redhat.com>
19327
19328 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
19329 Remove comment.
19330 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
19331 both the address of the instruction that triggers the watchpoint
19332 and the address of the instruction immediately after, and use
19333 those addresses for the test. Fix comment.
19334
19335 2015-04-10 Pedro Alves <palves@redhat.com>
19336
19337 * gdb.base/sigstep.exp (breakpoint_to_handler)
19338 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
19339 Test "backtrace" in handler.
19340 (breakpoint_over_handler): New parameter 'displaced'. Use it.
19341 (top level): Add new "displaced" test axis to
19342 breakpoint_to_handler, breakpoint_to_handler_entry and
19343 breakpoint_over_handler.
19344
19345 2015-04-10 Pedro Alves <palves@redhat.com>
19346
19347 PR gdb/18216
19348 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
19349
19350 2015-04-10 Yao Qi <yao.qi@linaro.org>
19351
19352 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
19353 (test_add_rn_pc): New function.
19354 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
19355 (top level): Invoke test_add_rn_pc.
19356
19357 2015-04-10 Pedro Alves <palves@redhat.com>
19358
19359 PR gdb/13858
19360 * gdb.base/step-over-no-symbols.exp: New file.
19361
19362 2015-04-09 Andy Wingo <wingo@igalia.com>
19363
19364 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
19365 after the Python tests.
19366
19367 2015-04-08 Keith Seitz <keiths@redhat.com>
19368
19369 PR python/16699
19370 * gdb.python/py-completion.exp: New tests for completion.
19371 * gdb.python/py-completion.py (CompleteLimit1): New class.
19372 (CompleteLimit2): Likewise.
19373 (CompleteLimit3): Likewise.
19374 (CompleteLimit4): Likewise.
19375 (CompleteLimit5): Likewise.
19376 (CompleteLimit6): Likewise.
19377 (CompleteLimit7): Likewise.
19378
19379 2015-04-08 Pedro Alves <palves@redhat.com>
19380
19381 PR gdb/18214
19382 PR gdb/18216
19383 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
19384 function.
19385 (main): Install it as SIGUSR1 handler.
19386 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
19387 parameter. Always use "setup" as prefix. Toggle "set
19388 displaced-stepping" off/on depending on global. Don't switch to
19389 thread 1 here.
19390 (top level): Add displaced stepping "off/on" test axis. Update
19391 "setup" calls. Wrap each subtest with with_test_prefix. Test
19392 continuing with a queued signal in each thread.
19393
19394 2015-04-08 Pedro Alves <palves@redhat.com>
19395
19396 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
19397 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
19398 gdb_breakpoint instead of gdb_test that doesn't expect anything.
19399 Return early if running to main fails.
19400 * gdb.trace/while-stepping.exp: Likewise.
19401
19402 2015-04-07 Pedro Alves <palves@redhat.com>
19403
19404 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
19405 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
19406 interact with inferior program.
19407
19408 2015-04-07 Pedro Alves <palves@redhat.com>
19409
19410 * lib/gdb.exp (inferior_spawn_id): New global.
19411 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
19412 spawn id after processing the user code.
19413 (default_gdb_start): Set inferior_spawn_id.
19414 (send_inferior): New procedure.
19415 * lib/gdbserver-support.exp (gdbserver_start): Set
19416 inferior_spawn_id.
19417 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
19418
19419 2015-04-07 Pedro Alves <palves@redhat.com>
19420
19421 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
19422 * lib/gdbserver-support.exp (gdbserver_start): Make
19423 $server_spawn_id global.
19424 (gdbserver_start): Don't wait for gdbserver's spawn id with
19425 expect_background.
19426 (close_gdbserver): New procedure.
19427 (gdb_exit): Rename the default version and reimplement.
19428
19429 2015-04-07 Pedro Alves <palves@redhat.com>
19430
19431 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
19432 append the substituted item, not the original item.
19433
19434 2015-04-07 Pedro Alves <palves@redhat.com>
19435
19436 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
19437 gdb_expect.
19438
19439 2015-04-07 Pedro Alves <palves@redhat.com>
19440
19441 * gdb.base/interrupt.exp: Don't handle the case of the inferior
19442 output appearing once only.
19443
19444 2015-04-07 Pedro Alves <palves@redhat.com>
19445
19446 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
19447 that doesn't expect anything. Return early if running to main
19448 fails.
19449
19450 2015-04-07 Yao Qi <yao.qi@linaro.org>
19451
19452 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
19453 (child_function): Call alarm.
19454 (main): Move call to alarm into the loop.
19455 * gdb.threads/non-stop-fair-events.exp: Build program with
19456 -DTIMEOUT=$timeout.
19457
19458 2015-04-06 Doug Evans <xdje42@gmail.com>
19459
19460 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
19461 Fix dest parameter to board_info.
19462 (fpc_compile): Ditto.
19463 (gdb_compile_pascal): Rename dest arg to destfile.
19464
19465 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
19466
19467 * gdb.ada/funcall_ref.exp: New file.
19468 * gdb.ada/funcall_ref/foo.adb: New file.
19469
19470 2015-04-02 Yao Qi <yao.qi@linaro.org>
19471
19472 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
19473 is remote.
19474
19475 2015-04-02 Gary Benson <gbenson@redhat.com>
19476
19477 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
19478
19479 2015-04-01 Sasha Smundak <asmundak@google.com>
19480
19481 * gdb.python/py-unwind-maint.c: New file.
19482 * gdb.python/py-unwind-maint.exp: New test.
19483 * gdb.python/py-unwind-maint.py: New file.
19484 * gdb.python/py-unwind.c: New file.
19485 * gdb.python/py-unwind.exp: New test.
19486 * gdb.python/py-unwind.py: New test.
19487
19488 2015-04-01 Pedro Alves <palves@redhat.com>
19489
19490 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
19491 to fail instead of non-existent $test.
19492
19493 2015-04-01 Pedro Alves <palves@redhat.com>
19494
19495 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
19496 GDBFLAGS if not empty.
19497
19498 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
19499
19500 * gdb.ada/complete.exp: Remove "multi_line".
19501 * gdb.ada/info_exc.exp: Remove "multi_line".
19502 * gdb.ada/packed_tagged.exp: Remove "multi_line".
19503 * gdb.ada/ptype_field.exp: Remove "multi_line".
19504 * gdb.ada/sym_print_name.exp: Remove "multi_line".
19505 * gdb.ada/tagged.exp: Remove "multi_line".
19506 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
19507 [multi_line ...]
19508 * gdb.btrace/delta.exp: Likewise.
19509 * gdb.btrace/exception.exp: Likewise.
19510 * gdb.btrace/function_call_history.exp: Likewise.
19511 * gdb.btrace/instruction_history.exp: Likewise.
19512 * gdb.btrace/nohist.exp: Likewise.
19513 * gdb.btrace/record_goto.exp: Likewise.
19514 * gdb.btrace/segv.exp: Likewise.
19515 * gdb.btrace/stepi.exp: Likewise.
19516 * gdb.btrace/tailcall.exp: Likewise.
19517 * gdb.btrace/unknown_functions.exp: Likewise.
19518 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
19519 * lib/gdb.exp: Add the "multi_line" helper.
19520
19521 2015-04-01 Pedro Alves <palves@redhat.com>
19522
19523 * gdb.threads/tid-reuse.c: New file.
19524 * gdb.threads/tid-reuse.exp: New file.
19525
19526 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
19527
19528 PR corefiles/16092
19529 * gdb.base/coredump-filter.c: New file.
19530 * gdb.base/coredump-filter.exp: Likewise.
19531
19532 2015-03-27 Petr Machata <pmachata@redhat.com>
19533
19534 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
19535 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
19536 (Dwarf::assemble): Initialize them.
19537 (Dwarf::lines): New function.
19538
19539 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
19540
19541 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
19542 SYMBOL_PREFIX for x86_64-*-cygwin.
19543
19544 2015-03-26 Andy Wingo <wingo@igalia.com>
19545
19546 PR symtab/18148
19547 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
19548 const_value but not a location.
19549 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
19550 location defined in non-main CUs are visible.
19551
19552 2015-03-26 Yao Qi <yao.qi@linaro.org>
19553
19554 PR testsuite/18139
19555 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
19556 Add a line number entry for the same line.
19557 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
19558 Add a line number entry for the same line.
19559
19560 2015-03-26 Yao Qi <yao.qi@linaro.org>
19561
19562 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
19563 .int 0.
19564 (func): Likewise. Add .Lfunc_1 label.
19565 Use .Lfunc_1 label.
19566 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
19567 .int 0.
19568 (func): Likewise.
19569 Use .Lfunc_1 label.
19570
19571 2015-03-26 Yao Qi <yao.qi@linaro.org>
19572
19573 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
19574 Call gdb_compile instead to compile each .s files without debug
19575 information.
19576
19577 2015-03-26 Yao Qi <yao.qi@linaro.org>
19578
19579 * gdb.base/savedregs.exp (process_saved_regs): Make
19580 "Saved registers:" optional in the pattern.
19581
19582 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
19583
19584 * gdb.btrace/next.exp: Merged into step.exp.
19585 * gdb.btrace/finish.exp: Merged into step.exp.
19586 * gdb.btrace/nexti.exp: Merged into stepi.exp.
19587 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
19588 "record goto" and checking the exact replay position.
19589 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
19590 check for "Recording format" in "info record" output.
19591 * gdb.btrace/record_goto.exp: Choose test file based on target.
19592 * gdb.btrace/x86-record_goto.S: Renamed into ...
19593 * gdb.btrace/x86_64-record_goto.S: ... this.
19594 * gdb.btrace/i686-record_goto.S: New.
19595 * gdb.btrace/x86-tailcall.S: Renamed into ...
19596 * gdb.btrace/x86_64-tailcall.S: ... this.
19597 * gdb.btrace/i686-tailcall.S: New.
19598 * gdb.btrace/x86-tailcall.c: Renamed into ...
19599 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
19600 separate statements. Update test.
19601 * gdb.btrace/delta.exp: Use record_goto.c as test file.
19602 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
19603 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
19604 * gdb.btrace/tailcall.exp: Choose test file based on target.
19605 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
19606
19607 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
19608
19609 * gdb.btrace/exception.exp: Increase BTS buffer size.
19610
19611 2015-03-24 Pedro Alves <palves@redhat.com>
19612
19613 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
19614
19615 2015-03-24 Pedro Alves <palves@redhat.com>
19616
19617 * gdb.threads/schedlock.exp (test_step): No longer expect that
19618 "set scheduler-locking step" with "next" over a function call runs
19619 threads unlocked.
19620
19621 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
19622
19623 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
19624
19625 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
19626
19627 PR breakpoints/16466
19628 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
19629 * gdb.mi/mi-pending.c (thread_func): New function.
19630 (int main): Add threading support required.
19631 * gdb.mi/mi-pending.exp: Add tests for this issue.
19632 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
19633 (pendfunc2): Remove stdio dependency.
19634 * gdb.mi/mi-pendshr2.c: New file.
19635
19636 2015-03-23 Keith Seitz <keiths@redhat.com>
19637
19638 * gdb.linespec/keywords.c: New file.
19639 * gdb.linespec/keywords.exp: New file.
19640
19641 2015-03-23 Keith Seitz <keiths@redhat.com>
19642
19643 PR gdb/18021
19644 * gdb.dwarf2/staticvirtual.exp: New test.
19645
19646 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
19647
19648 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
19649 * README: Remove HP-UX and gdb.hp.
19650 (configuration):
19651 * configure: Regenerate.
19652 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
19653 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
19654 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
19655 gdb.hp/gdb.defects/Makefile.
19656 * gdb.hp/Makefile.in: File deleted.
19657 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
19658 * gdb.hp/gdb.aCC/optimize.c: File deleted.
19659 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
19660 * gdb.hp/gdb.aCC/run.c: File deleted.
19661 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
19662 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
19663 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
19664 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
19665 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
19666 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
19667 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
19668 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
19669 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
19670 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
19671 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
19672 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
19673 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
19674 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
19675 * gdb.hp/gdb.base-hp/reg.s: File deleted.
19676 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
19677 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
19678 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
19679 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
19680 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
19681 * gdb.hp/gdb.compat/Makefile.in: File deleted.
19682 * gdb.hp/gdb.compat/average.c: File deleted.
19683 * gdb.hp/gdb.compat/sum.c: File deleted.
19684 * gdb.hp/gdb.compat/xdb.c: File deleted.
19685 * gdb.hp/gdb.compat/xdb0.c: File deleted.
19686 * gdb.hp/gdb.compat/xdb0.h: File deleted.
19687 * gdb.hp/gdb.compat/xdb1.c: File deleted.
19688 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
19689 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
19690 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
19691 * gdb.hp/gdb.defects/Makefile.in: File deleted.
19692 * gdb.hp/gdb.defects/bs14602.c: File deleted.
19693 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
19694 * gdb.hp/gdb.defects/solib-d.c: File deleted.
19695 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
19696 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
19697 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
19698 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
19699 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
19700 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
19701 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
19702 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
19703 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
19704 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
19705 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
19706 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
19707 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
19708 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
19709 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
19710 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
19711 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
19712 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
19713 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
19714 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
19715 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
19716 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
19717 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
19718 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
19719 * gdb.hp/tools/odump: File deleted.
19720
19721 2015-03-19 Pedro Alves <palves@redhat.com>
19722
19723 * gdb.threads/continue-pending-status.exp (saw_thread_2)
19724 (saw_thread_3): New globals.
19725 (top level): Increment them when an event for the corresponding
19726 thread is seen.
19727 (no thread starvation): New test.
19728
19729 2015-03-19 Pedro Alves <palves@redhat.com>
19730
19731 * gdb.threads/continue-pending-status.c: New file.
19732 * gdb.threads/continue-pending-status.exp: New file.
19733
19734 2015-03-18 Pedro Alves <palves@redhat.com>
19735
19736 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
19737 Use gdb_is_target_remote instead of is_remote. Use
19738 gdb_test_multiple instead of gdb_expect. Exit early if
19739 gdb_test_multiple hits its internal matches. Tighten stepi tests
19740 expected output. Fail on exit with any signal, instead of just
19741 SIGILL.
19742
19743 2015-03-18 Yao Qi <yao.qi@linaro.org>
19744
19745 PR tdep/18107
19746 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
19747 variable.
19748 * gdb.base/catch-syscall.exp: Don't skip it on
19749 aarch64*-*-linux* target. Remove elements in all_syscalls.
19750 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
19751 target.
19752 (setup_all_syscalls): New proc.
19753
19754 2015-03-16 Yao Qi <yao.qi@linaro.org>
19755
19756 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
19757 (top level): Skip tests if valid_addr_p returns false for
19758 $cmd1 or $cmd2.
19759
19760 2015-03-11 Andy Wingo <wingo@igalia.com>
19761
19762 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
19763
19764 2015-03-11 Yao Qi <yao.qi@linaro.org>
19765
19766 * gdb.base/catch-syscall.exp: Fix typo in comments.
19767
19768 2015-03-11 Yao Qi <yao.qi@linaro.org>
19769
19770 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
19771
19772 2015-03-09 Pedro Alves <palves@redhat.com>
19773
19774 * dg-extract-results.py: Delete.
19775
19776 2015-03-09 Pedro Alves <palves@redhat.com>
19777
19778 Merge dg-extract-results.sh from GCC upstream (r218843).
19779
19780 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
19781 * dg-extract-results.sh: Use --text with grep to avoid issues with
19782 binary files. Fall back to cat -v, if that doesn't work.
19783
19784 2015-03-05 Pedro Alves <palves@redhat.com>
19785
19786 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
19787
19788 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
19789
19790 * lib/mi-support.exp (mi_expect_interrupt): Accept
19791 alternative event for when in all-stop mode.
19792
19793 2015-03-04 Pedro Alves <palves@redhat.com>
19794
19795 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
19796
19797 2015-03-04 Mark Kettenis <kettenis@gnu.org>
19798
19799 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
19800
19801 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
19802
19803 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
19804 regexps for GDB's current line display, accept a hex address
19805 preceding the line number.
19806
19807 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
19808
19809 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
19810 the 'arch1' variable for "s390*-linux*" targets.
19811
19812 2015-03-04 Pedro Alves <palves@redhat.com>
19813
19814 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
19815 (main): Pass missing retval argument to pthread_join call.
19816
19817 2015-03-02 Pedro Alves <palves@redhat.com>
19818
19819 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
19820 (top level): Call do_test with non-stop as well.
19821
19822 2015-03-02 Pedro Alves <palves@redhat.com>
19823
19824 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
19825 -1.
19826
19827 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
19828
19829 * gdb.arch/s390-vregs.exp: New test.
19830 * gdb.arch/s390-vregs.S: New file.
19831
19832 2015-02-27 Pedro Alves <palves@redhat.com>
19833
19834 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
19835 call to catch_command_errors.
19836 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
19837 catch_command_errors.
19838
19839 2015-02-27 Pedro Alves <palves@redhat.com>
19840
19841 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
19842 "true" for boolean result.
19843 * gdb.gdb/selftest.exp (test_with_self): Also accept full
19844 prototype of main.
19845
19846 2015-02-27 Pedro Alves <palves@redhat.com>
19847
19848 * lib/unbuffer_output.c: New file.
19849 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
19850 (main): Call gdb_unbuffer_output.
19851
19852 2015-02-27 Yao Qi <yao.qi@linaro.org>
19853
19854 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
19855 target.
19856
19857 2015-02-26 Doug Evans <dje@google.com>
19858
19859 * gdb.cp/class2.cc (Dbase, D): New classes.
19860 (main): New local delta.
19861 * gdb.cp/class2.exp: Test printing delta.
19862 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
19863 (dynbar): New global.
19864 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
19865
19866 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19867
19868 * gdb.compile/compile-ifunc.c: New file.
19869 * gdb.compile/compile-ifunc.exp: New file.
19870
19871 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
19872
19873 * gdb.base/structs.exp: Check for correct struct on finish.
19874
19875 2015-02-26 Yao Qi <yao.qi@linaro.org>
19876
19877 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
19878 is zero.
19879
19880 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19881
19882 * gdb.arch/cordic.ko.bz2: New file.
19883 * gdb.arch/cordic.ko.debug.bz2: New file.
19884 * gdb.arch/ppc64-symtab-cordic.exp: New file.
19885
19886 2015-02-25 Yao Qi <yao.qi@linaro.org>
19887
19888 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
19889 aarch64*-*-* target.
19890
19891 2015-02-23 Pedro Alves <palves@redhat.com>
19892
19893 * lib/gdb.exp (delete_breakpoints): Rewrite using
19894 gdb_test_multiple.
19895
19896 2015-02-23 Pedro Alves <palves@redhat.com>
19897
19898 * gdb.base/info-os.c: Include stdlib.h.
19899
19900 2015-02-22 Doug Evans <xdje42@gmail.com>
19901
19902 PR symtab/17855
19903 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
19904 is read after symbols have been re-read.
19905 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
19906 * gdb.ada/exec_changed/second.adb (Second): Ditto.
19907
19908 2015-02-21 Doug Evans <dje@google.com>
19909
19910 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
19911
19912 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19913
19914 PR corefiles/17808
19915 * gdb.arch/i386-biarch-core.core.bz2: New file.
19916 * gdb.arch/i386-biarch-core.exp: New file.
19917
19918 2015-02-21 Pedro Alves <palves@redhat.com>
19919
19920 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
19921 runto_main fails.
19922
19923 2015-02-20 Pedro Alves <palves@redhat.com>
19924
19925 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
19926 info probes.
19927
19928 2015-02-20 Pedro Alves <palves@redhat.com>
19929
19930 * gdb.threads/multi-create-ns-info-thr.exp: New file.
19931
19932 2015-02-20 Pedro Alves <palves@redhat.com>
19933
19934 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
19935 clean_restart before gdb_target_supports_trace.
19936
19937 2015-02-20 Pedro Alves <palves@redhat.com>
19938
19939 PR threads/18006
19940 * gdb.threads/clone-thread_db.c: New file.
19941 * gdb.threads/clone-thread_db.exp: New file.
19942
19943 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
19944
19945 PR breakpoints/16812
19946 * gdb.base/catch-gdb-caused-signals.c: New file.
19947 * gdb.base/catch-gdb-caused-signals.exp: New file.
19948
19949 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
19950
19951 * configure: Regenerated.
19952 * configure.ac: Use GDB_AC_TRANSFORM.
19953 * aclocal.m4: sinclude ../transform.m4.
19954
19955 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
19956
19957 * lib/dtrace.exp: New file.
19958 * gdb.base/dtrace-probe.exp: Likewise.
19959 * gdb.base/dtrace-probe.d: Likewise.
19960 * gdb.base/dtrace-probe.c: Likewise.
19961 * lib/pdtrace.in: Likewise.
19962 * configure.ac: Output variables with the transformed names of
19963 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
19964 * configure: Regenerated.
19965
19966 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
19967
19968 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
19969 expected message when trying to access $_probe_* convenience
19970 variables while not on a probe.
19971
19972 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19973
19974 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
19975
19976 2015-02-11 Pedro Alves <pedro@codesourcery.com>
19977
19978 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
19979 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
19980
19981 2015-02-10 Doug Evans <xdje42@gmail.com>
19982
19983 * lib/gdb.exp (gdb_load): Always return a result.
19984
19985 2015-02-10 Pedro Alves <palves@redhat.com>
19986
19987 * gdb.threads/signal-sigtrap.c: New file.
19988 * gdb.threads/signal-sigtrap.exp: New file.
19989
19990 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
19991
19992 * gdb.trace/no-attach-trace.c: New file.
19993 * gdb.trace/no-attach-trace.exp: New file.
19994
19995 2015-02-09 Mark Wielaard <mjw@redhat.com>
19996
19997 * gdb.dwarf2/atomic.c: New file.
19998 * gdb.dwarf2/atomic-type.exp: Likewise.
19999
20000 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20001
20002 * gdb.btrace/buffer-size.exp: Update "info record" output.
20003 * gdb.btrace/delta.exp: Update "info record" output.
20004 * gdb.btrace/enable.exp: Update "info record" output.
20005 * gdb.btrace/finish.exp: Update "info record" output.
20006 * gdb.btrace/instruction_history.exp: Update "info record" output.
20007 * gdb.btrace/next.exp: Update "info record" output.
20008 * gdb.btrace/nexti.exp: Update "info record" output.
20009 * gdb.btrace/step.exp: Update "info record" output.
20010 * gdb.btrace/stepi.exp: Update "info record" output.
20011 * gdb.btrace/nohist.exp: Update "info record" output.
20012
20013 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20014
20015 * gdb.btrace/buffer-size: New.
20016
20017 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20018
20019 * gdb.btrace/delta.exp: Update "info record" output.
20020 * gdb.btrace/enable.exp: Update "info record" output.
20021 * gdb.btrace/finish.exp: Update "info record" output.
20022 * gdb.btrace/instruction_history.exp: Update "info record" output.
20023 * gdb.btrace/next.exp: Update "info record" output.
20024 * gdb.btrace/nexti.exp: Update "info record" output.
20025 * gdb.btrace/step.exp: Update "info record" output.
20026 * gdb.btrace/stepi.exp: Update "info record" output.
20027 * gdb.btrace/nohist.exp: Update "info record" output.
20028
20029 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
20030
20031 PR gdb/15678
20032 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
20033
20034 2015-02-06 Pedro Alves <palves@redhat.com>
20035
20036 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
20037 macro.
20038 (seconds_left, again): New globals.
20039 (main): Wait seconds_left in a 1-second sleep loop instead of
20040 sleeping 180 seconds. If 'again' is set, reset the seconds
20041 counter.
20042 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
20043 'again' in the inferior before detaching. Print the seconds left.
20044 (options): New global.
20045 (top level): Build program with -DTIMEOUT=$timeout.
20046
20047 2015-02-06 Pedro Alves <palves@redhat.com>
20048
20049 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
20050 determine how many seconds to pass to 'alarm'.
20051 * gdb.base/gdb-sigterm.exp (top level): Build program with
20052 -DTIMEOUT=$timeout.
20053 (do_test): Return success/failure indication. Add more verbose
20054 logging. Don't fail if 200 single steps are seen. Instead, fail
20055 when the test times out.
20056 (passes): New global.
20057 (top level): Break the testing loop if testing fails on any
20058 iteration. Use gdb_assert.
20059
20060 2015-02-04 Don Breazeal <donb@codesourcery.com>
20061
20062 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
20063 and initialize them.
20064 (ipc_cleanup): New function.
20065 (main): Don't declare shmid, semid, and msqid. Add a call to
20066 atexit so that we call ipc_cleanup on exit.
20067
20068 2015-02-04 Pedro Alves <palves@redhat.com>
20069
20070 * boards/native-extended-gdbserver.exp: Remove any target variant
20071 specifications from the board name before clearing the isremote
20072 flag from board_info.
20073
20074 2015-01-31 Doug Evans <xdje42@gmail.com>
20075
20076 * gdb.base/maint.exp <maint print type argc>: Update expected output.
20077
20078 2015-01-31 Gary Benson <gbenson@redhat.com>
20079
20080 * gdb.base/completion.exp: Disable completion limiting for
20081 existing tests. Add new tests to check completion limiting.
20082 * gdb.linespec/ls-errs.exp: Disable completion limiting.
20083
20084 2015-01-31 Doug Evans <xdje42@gmail.com>
20085
20086 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
20087
20088 2015-01-31 Doug Evans <xdje42@gmail.com>
20089
20090 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
20091 entries. Duplicate file section script entries.
20092 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
20093 inlined entries. Add test for safe-path rejection.
20094 * gdb.python/py-section-script.c: Add duplicate inlined section script
20095 entries. Duplicate file section script entries.
20096 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
20097 inlined entries. Add test for safe-path rejection.
20098
20099 2015-01-29 Joel Brobecker <brobecker@adacore.com>
20100
20101 * gdb.ada/disc_arr_bound: New testcase.
20102
20103 2015-01-29 Joel Brobecker <brobecker@adacore.com>
20104
20105 * gdb.ada/mi_var_array: New testcase.
20106
20107 2015-01-27 Doug Evans <dje@google.com>
20108
20109 * gdb.python/py-objfile.exp: Add tests for objfile.username.
20110 Add test for objfile.filename, objfile.username after objfile
20111 has been unloaded.
20112
20113 2015-01-26 Joel Brobecker <brobecker@adacore.com>
20114
20115 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
20116 the second test to print the name attribute of value
20117 returned by the call to gdb.lookup_type, and adjust
20118 the expected output accordingly.
20119
20120 2015-01-25 Mark Wielaard <mjw@redhat.com>
20121
20122 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
20123 * gdb.base/disp-step-fork.c: Include unistd.h.
20124 * gdb.base/siginfo-obj.c: Include stdio.h.
20125 * gdb.base/siginfo-thread.c: Likewise.
20126 * gdb.mi/non-stop.c: Include unistd.h.
20127 * gdb.mi/nsthrexec.c: Include stdio.h.
20128 * gdb.mi/pthreads.c: Include unistd.h.
20129 * gdb.modula2/unbounded1.c (main): Declare returns int.
20130 * gdb.reverse/consecutive-reverse.c: Likewise.
20131 * gdb.threads/create-fail.c: Include unistd.h.
20132 * gdb.threads/killed.c: Likewise.
20133 * gdb.threads/linux-dp.c: Likewise.
20134 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
20135 * gdb.threads/non-ldr-exc-2.c: Likewise.
20136 * gdb.threads/non-ldr-exc-3.c: Likewise.
20137 * gdb.threads/non-ldr-exc-4.c: Likewise.
20138 * gdb.threads/pthreads.c: Include unistd.h.
20139 (main): Declare returns int.
20140 * gdb.threads/tls-main.c (foo): New declaration.
20141 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
20142
20143 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
20144
20145 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
20146 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
20147
20148 2015-01-15 Mark Wielaard <mjw@redhat.com>
20149
20150 * gdb.base/noreturn-return.c: New file.
20151 * gdb.base/noreturn-return.exp: New file.
20152 * gdb.base/noreturn-finish.c: New file.
20153 * gdb.base/noreturn-finish.exp: New file.
20154
20155 2015-01-23 Pedro Alves <palves@redhat.com>
20156
20157 * gdb.threads/continue-pending-after-query.c: New file.
20158 * gdb.threads/continue-pending-after-query.exp: New file.
20159
20160 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
20161 Simon Marchi <simon.marchi@ericsson.com>
20162
20163 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
20164 * gdb.base/valgrind-db-attach.exp: Same.
20165 * gdb.base/valgrind-infcall.exp: Same.
20166 * lib/mi-support.exp (default_mi_gdb_start): Same.
20167 * lib/prompt.exp (default_prompt_gdb_start): Same.
20168 * lib/gdb.exp (default_gdb_spawn): Same.
20169 (gdb_interact): New.
20170
20171
20172 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
20173
20174 * gdb.compile/compile.exp (pointer to jit function): New test.
20175
20176 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
20177
20178 * lib/gdb.exp (supports_process_record): Return true for
20179 powerpc*-*-linux*.
20180 (supports_reverse): Likewise.
20181
20182 2015-01-15 Don Breazeal <donb@codesourcery.com>
20183
20184 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
20185 instead of checking whether the target board is remote and
20186 use spawn_wait_for_attach instead of exec/sleep.
20187 * gdb.base/attach-twice.exp: Likewise.
20188
20189 2015-01-15 Joel Brobecker <brobecker@adacore.com>
20190
20191 * gdb.ada/var_arr_attrs: New testcase.
20192
20193 2015-01-14 Pedro Alves <palves@redhat.com>
20194 Joel Brobecker <brobecker@adacore.com>
20195
20196 PR gdb/17525
20197 * gdb.base/bp-cmds-execution-x-script.c: New file.
20198 * gdb.base/bp-cmds-execution-x-script.exp: New file.
20199 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
20200
20201 2015-01-14 Pedro Alves <palves@redhat.com>
20202
20203 PR cli/17828
20204 * gdb.base/batch-preserve-term-settings.c: New file.
20205 * gdb.base/batch-preserve-term-settings.exp: New file.
20206
20207 2015-01-13 Doug Evans <dje@google.com>
20208
20209 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
20210 binary.
20211
20212 2015-01-13 Joel Brobecker <brobecker@adacore.com>
20213
20214 * Makefile.in (clean mostlyclean): Do not delete *.py.
20215
20216 2015-01-13 Joel Brobecker <brobecker@adacore.com>
20217
20218 * gdb.python/py-lookup-type.exp: New file.
20219
20220 2015-01-12 Pedro Alves <palves@redhat.com>
20221
20222 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
20223 restore GDBFLAGS before returning.
20224
20225 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20226
20227 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
20228 is_amd64_regs_target and is_x86_like_target.
20229
20230 2015-01-11 Doug Evans <xdje42@gmail.com>
20231
20232 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
20233 is given without an explicit form.
20234 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
20235 attributes.
20236 * gdb.dwarf/corrupt.exp: Ditto.
20237 * gdb.dwarf2/enum-type.exp: Ditto.
20238 * gdb.trace/entry-values.exp: Ditto.
20239 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
20240
20241 2015-01-11 Doug Evans <xdje42@gmail.com>
20242
20243 PR gdb/15830
20244 * gdb.base/maint.exp: Remove references to "maint demangle".
20245 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
20246 Add tests for explicitly specifying language to demangle.
20247 * gdb.dlang/demangle.exp: Ditto.
20248
20249 2015-01-09 Pedro Alves <palves@redhat.com>
20250
20251 * gdb.threads/non-stop-fair-events.c: New file.
20252 * gdb.threads/non-stop-fair-events.exp: New file.
20253
20254 2015-01-09 Pedro Alves <palves@redhat.com>
20255
20256 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
20257 the global scope. Set a breakpoint after all threads are started
20258 rather than stepping over two source lines. Expect the prompt.
20259 * gdb.base/watch_thread_num.c (threads_started_barrier): New
20260 global.
20261 (NUM): Now 15.
20262 (main): Use threads_started_barrier to wait for all threads to
20263 start. Main thread no longer calls thread_function. Exit after
20264 180 seconds.
20265 (loop): New function.
20266 (thread_function): Wait on threads_started_barrier barrier. Call
20267 'loop' at each iteration.
20268 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
20269 threads have started, instead of hardcoding number of "next"
20270 steps. Use an access watchpoint instead of a write watchpoint.
20271
20272 2015-01-09 Pedro Alves <palves@redhat.com>
20273
20274 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
20275 (thread_func): Wait on barrier.
20276 (main): Wait for all threads to start before stopping GDB.
20277 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
20278 global.
20279 (thread1_func, thread2_func): Wait on barrier.
20280 (main): Wait for all threads to start before stopping GDB.
20281 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
20282 New global.
20283 (thread1_func, thread2_func): Wait on barrier.
20284 (main): Wait for all threads to start before stopping GDB.
20285
20286 2015-01-09 Pedro Alves <palves@redhat.com>
20287
20288 * gdb.threads/attach-many-short-lived-threads.c: New file.
20289 * gdb.threads/attach-many-short-lived-threads.exp: New file.
20290
20291 2014-01-09 Pedro Alves <palves@redhat.com>
20292
20293 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
20294 instead of to thread 2.
20295 * gdb.threads/signal-command-multiple-signals-pending.c (main):
20296 Add barrier around each pthread_create call instead of around all
20297 calls.
20298 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
20299 Set a break on thread_function and have the child threads hit it
20300 one at at a time.
20301
20302 2015-01-09 Pedro Alves <palves@redhat.com>
20303
20304 * lib/gdb.exp (can_spawn_for_attach): New procedure.
20305 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
20306 false.
20307 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
20308 checking whether the target board is remote.
20309 * gdb.multi/multi-attach.exp: Likewise.
20310 * gdb.python/py-sync-interp.exp: Likewise.
20311 * gdb.server/ext-attach.exp: Likewise.
20312 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
20313 tests that need to attach, instead of checking whether the target
20314 board is remote at the top of the file.
20315
20316 2015-01-08 Yao Qi <yao@codesourcery.com>
20317
20318 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
20319
20320 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20321
20322 Fix testcase compilation.
20323 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
20324
20325 2015-01-06 Joel Brobecker <brobecker@adacore.com>
20326
20327 * gdb.python/py-type.exp: Add a couple test about empty
20328 array creation, and negative-length array creation.
20329
20330 2015-01-02 Doug Evans <xdje42@gmail.com>
20331
20332 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
20333
20334 2015-01-02 Doug Evans <dje@google.com>
20335
20336 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
20337
20338 2014-12-29 Yao Qi <yao@codesourcery.com>
20339
20340 * gdb.trace/entry-values.exp: Update comments. Rename variable
20341 bar_call_foo to returned_from_foo.
20342
20343 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
20344
20345 PR gdb/17394
20346 * gdb.linespec/break-asm-file.c: New file.
20347 * gdb.linespec/break-asm-file.exp: New file.
20348 * gdb.linespec/break-asm-file0.s: New file.
20349 * gdb.linespec/break-asm-file1.s: New file.
20350
20351 2014-12-18 Nigel Stephens <nigel@mips.com>
20352 Maciej W. Rozycki <macro@codesourcery.com>
20353
20354 * gdb.base/float.exp: Handle the new output from "info float" on
20355 MIPS targets.
20356
20357 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
20358
20359 Fix MinGW compilation.
20360 * gdb.compile/compile-ops.exp: Update untested message if
20361 !skip_compile_feature_tests.
20362 * gdb.compile/compile-setjmp.exp: Likewise.
20363 * gdb.compile/compile-tls.exp: Likewise.
20364 * gdb.compile/compile.exp: Likewise.
20365 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
20366 supported on this host".
20367
20368 2014-12-16 Doug Evans <xdje42@gmail.com>
20369
20370 * boards/stabs.exp: New file.
20371
20372 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
20373
20374 * gdb.base/completion.exp: Adjust to format changes of "maint
20375 print user-registers".
20376
20377 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
20378
20379 PR server/17457
20380 * gdb.arch/aarch64-fp.c: New file.
20381 * gdb.arch/aarch64-fp.exp: New file.
20382
20383 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
20384
20385 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
20386 r210637, r210913, r211666, r215400, r215817).
20387
20388 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
20389 * dg-extract-results.py: New file.
20390 * dg-extract-results.sh: Use it if the environment seems
20391 suitable.
20392
20393 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
20394
20395 * dg-extract-results.py (parse_run): Handle warnings that
20396 are printed before a test harness is run.
20397
20398 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
20399
20400 * dg-extract-results.py (Named): Remove __cmp__ method.
20401 (output_variation): Use a key to sort variation.harnesses.
20402
20403 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
20404
20405 * dg-extract-results.py: For Python 3, force sys.stdout to
20406 handle surrogate escape sequences.
20407 (safe_open): New function.
20408 (output_segment, main): Use it.
20409
20410 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
20411
20412 * dg-extract-results.py (Prog.result_re): Include options
20413 in test name.
20414
20415 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
20416
20417 * dg-extract-results.py (output_variation): Always sort if
20418 do_sum.
20419
20420 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
20421
20422 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
20423 as long as we get pagination notifications.
20424
20425 2014-12-15 Jason Merrill <jason@redhat.com>
20426
20427 * Makefile.in (check-gdb.%): Restore.
20428 * README: Mention it.
20429
20430 2014-12-13 Joel Brobecker <brobecker@adacore.com>
20431
20432 * gdb.ada/str_uninit: New testcase.
20433
20434 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
20435
20436 PR symtab/17642
20437 * gdb.base/vla-stub-define.c: New file.
20438 * gdb.base/vla-stub.c: New file.
20439 * gdb.base/vla-stub.exp: New file.
20440
20441 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
20442 Jan Kratochvil <jan.kratochvil@redhat.com>
20443 Tom Tromey <tromey@redhat.com>
20444
20445 * configure.ac: Add gdb.compile/.
20446 * configure: Regenerate.
20447 * gdb.compile/Makefile.in: New file.
20448 * gdb.compile/compile-ops.exp: New file.
20449 * gdb.compile/compile-ops.c: New file.
20450 * gdb.compile/compile-tls.c: New file.
20451 * gdb.compile/compile-tls.exp: New file.
20452 * gdb.compile/compile-constvar.S: New file.
20453 * gdb.compile/compile-constvar.c: New file.
20454 * gdb.compile/compile-mod.c: New file.
20455 * gdb.compile/compile-nodebug.c: New file.
20456 * gdb.compile/compile-setjmp-mod.c: New file.
20457 * gdb.compile/compile-setjmp.c: New file.
20458 * gdb.compile/compile-setjmp.exp: New file.
20459 * gdb.compile/compile-shlib.c: New file.
20460 * gdb.compile/compile.c: New file.
20461 * gdb.compile/compile.exp: New file.
20462 * lib/gdb.exp (skip_compile_feature_tests): New proc.
20463
20464 2014-12-12 Tom Tromey <tromey@redhat.com>
20465
20466 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
20467 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
20468
20469 2014-12-12 Doug Evans <dje@google.com>
20470
20471 * lib/gdb-python.exp (get_python_valueof): New function.
20472 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
20473
20474 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20475
20476 * gdb.base/completion.exp: Add test for completion of "info
20477 registers ".
20478
20479 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
20480
20481 * gdb.base/func-ptrs.c: New file.
20482 * gdb.base/func-ptrs.exp: New file.
20483
20484 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
20485
20486 PR breakpoints/17012
20487 * gdb.base/dprintf-detach.c: New file.
20488 * gdb.base/dprintf-detach.exp: New file.
20489
20490 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
20491
20492 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
20493 * lib/gdb.exp (target_is_gdbserver): New procedure.
20494
20495 2014-12-08 Doug Evans <dje@google.com>
20496
20497 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
20498
20499 2014-12-05 Yao Qi <yao@codesourcery.com>
20500
20501 * gdb.guile/scm-error.exp: Remove the third argument to
20502 gdb_remote_download.
20503 * gdb.guile/scm-frame-args.exp: Likewise.
20504 * gdb.guile/scm-section-script.exp: Likewise.
20505
20506 2014-12-05 Yao Qi <yao@codesourcery.com>
20507
20508 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
20509
20510 2014-12-04 Doug Evans <dje@google.com>
20511
20512 * gdb.python/py-objfile.exp: Add tests for
20513 objfile.add_separate_debug_file.
20514
20515 2014-12-04 Doug Evans <dje@google.com>
20516
20517 * lib/gdb.exp (get_build_id): New function.
20518 (build_id_debug_filename_get): Rewrite to use it.
20519 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
20520
20521 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
20522
20523 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
20524 `method(long)', not just 0x0.
20525 * gdb.cp/nsalias.exp: Align code labels to 4.
20526 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
20527 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
20528 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
20529 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
20530 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
20531 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
20532
20533 2014-12-02 Doug Evans <dje@google.com>
20534
20535 PR symtab/17602
20536 * gdb.cp/anon-ns.cc: Move guts of this file to ...
20537 * gdb.cp/anon-ns2.cc: ... here. New file.
20538 * gdb.cp/anon-ns.exp: Update.
20539
20540 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
20541
20542 * gdb.python/py-events.py (inferior_call_handler): New.
20543 (register_changed_handler, memory_changed_handler): New.
20544 (test_events.invoke): Register new handlers.
20545 * gdb.python/py-events.exp: Add tests for inferior call,
20546 memory_changed and register_changed events.
20547
20548 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
20549
20550 * gdb.base/execl-update-breakpoints.exp: Specify the link address
20551 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
20552 if the linker doesn't understand this.
20553
20554 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
20555
20556 * gdb.python/python.exp: Change expected reply to help().
20557
20558 2014-12-01 Yao Qi <yao@codesourcery.com>
20559
20560 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
20561 AC_CONFIG_SUBDIRS(gdb.gdbtk).
20562 * configure: Re-generated.
20563
20564 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
20565
20566 * gdb.cp/chained-calls.cc: New file.
20567 * gdb.cp/chained-calls.exp: New file.
20568 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
20569
20570 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
20571
20572 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
20573 * gdb.dwarf2/symtab-producer.exp: Same.
20574 * gdb.gdb/python-interrupts.exp: Same.
20575 * gdb.gdb/python-selftest.exp: Same.
20576 * gdb.python/py-linetable.exp: Same.
20577 * gdb.python/py-type.exp: Same.
20578 * gdb.python/py-value-cc.exp: Same.
20579 * gdb.python/py-value.exp: Same.
20580
20581 2014-11-28 Yao Qi <yao@codesourcery.com>
20582
20583 * gdb.base/break-probes.exp: Match library name prefixed with
20584 sysroot.
20585
20586 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
20587
20588 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
20589 test expected output. Add parentheses for the call to print.
20590 Remove L suffix from integers.
20591
20592 2014-11-26 Doug Evans <dje@google.com>
20593
20594 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
20595
20596 2014-11-22 Yao Qi <yao@codesourcery.com>
20597
20598 * gdb.trace/entry-values.c: Remove asms.
20599 (foo): Add foo_label.
20600 (bar): Add bar_label.
20601 * gdb.trace/entry-values.exp: Remove code computing foo's
20602 length and bar's length.
20603 (Dwarf::assemble): Invoke function_range for bar and use
20604 MACRO_AT_func for foo.
20605
20606 2014-11-22 Yao Qi <yao@codesourcery.com>
20607
20608 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
20609 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
20610 Use .Lgcc43_procstart instead of gcc43.
20611
20612 2014-11-21 Joel Brobecker <brobecker@adacore.com>
20613
20614 * gdb.ada/n_arr_bound: New testcase.
20615
20616 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
20617
20618 PR breakpoints/10737
20619 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
20620 test_catch_syscall_multi_arch.
20621 (test_catch_syscall_multi_arch): New function.
20622
20623 2014-11-20 Doug Evans <xdje42@gmail.com>
20624
20625 * gdb.base/maint.exp: Update expected output.
20626
20627 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
20628
20629 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
20630 4-byte instruction on S390.
20631
20632 2014-11-19 Joel Brobecker <brobecker@adacore.com>
20633
20634 * gdb.ada/arr_arr: New testcase.
20635
20636 2014-11-19 Joel Brobecker <brobecker@adacore.com>
20637
20638 * gdb.ada/pkd_arr_elem: New Testcase.
20639
20640 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
20641
20642 * gdb.reverse/break-precsave: Expect completion message for
20643 core file reads.
20644 * gdb.reverse/consecutive-precsave.exp: Likewise.
20645 * gdb.reverse/finish-precsave.exp: Likewise.
20646 * gdb.reverse/i386-precsave.exp: Likewise.
20647 * gdb.reverse/machinestate-precsave.exp: Likewise.
20648 * gdb.reverse/sigall-precsave.exp: Likewise.
20649 * gdb.reverse/solib-precsave.exp: Likewise.
20650 * gdb.reverse/step-precsave.exp: Likewise.
20651 * gdb.reverse/until-precsave.exp: Likewise.
20652 * gdb.reverse/watch-precsave.exp: Likewise.
20653
20654 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20655
20656 * gdb.base/bp-permanent.c: Include unistd.h.
20657 * gdb.python/py-framefilter-mi.c (main): Add return type.
20658 * gdb.python/py-framefilter.c (main): Likewise.
20659 * gdb.trace/actions-changed.c (main): Likewise.
20660
20661 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20662
20663 * gdb.mi/until.c: Add eye-catchers.
20664 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
20665 line numbers.
20666
20667 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20668
20669 * gdb.base/condbreak.exp: Drop references to removed non-prototype
20670 function header variants in break1.c.
20671 * gdb.base/ena-dis-br.exp: Likewise.
20672 * gdb.base/hbreak2.exp: Likewise.
20673 * gdb.reverse/until-precsave.exp: Drop references to removed
20674 non-prototype function header variants in ur1.c.
20675 * gdb.reverse/until-reverse.exp: Likewise.
20676
20677 2014-11-17 Petr Machata <pmachata@redhat.com>
20678
20679 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
20680 ${_cu_offset_size} bytes abbrev offset.
20681
20682 2014-11-15 Doug Evans <xdje42@gmail.com>
20683
20684 PR symtab/17559
20685 * gdb.base/line-symtabs.exp: New file.
20686 * gdb.base/line-symtabs.c: New file.
20687 * gdb.base/line-symtabs.h: New file.
20688
20689 2014-11-14 Yao Qi <yao@codesourcery.com>
20690
20691 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
20692 (func): Add label func_label.
20693 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
20694 Replace low_pc and high_pc with MACRO_AT_range.
20695 Replace name, low_pc and high_pc with MACRO_AT_func.
20696
20697 2014-11-14 Yao Qi <yao@codesourcery.com>
20698
20699 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
20700 Replace name, low_pc and high_pc with MACRO_AT_func.
20701
20702 2014-11-14 Yao Qi <yao@codesourcery.com>
20703
20704 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
20705 produce debug information.
20706 * gdb.dwarf2/implptr-optimized-out.S: Removed.
20707
20708 2014-11-14 Yao Qi <yao@codesourcery.com>
20709
20710 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
20711 object and get function length.
20712 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
20713 with MACRO_AT_func.
20714 (top-level): Replace gdb_compile and clean_restart with
20715 prepare_for_testing.
20716 * gdb.dwarf2/main.c (main): Add label main_label.
20717
20718 2014-11-14 Yao Qi <yao@codesourcery.com>
20719
20720 * lib/dwarf.exp (function_range): New procedure.
20721 (Dwarf::_handle_macro_at_func): New procedure.
20722 (Dwarf::_handle_macro_at_range): New procedure.
20723 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
20724
20725 2014-11-14 Yao Qi <yao@codesourcery.com>
20726
20727 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
20728 (_handle_attribute): New procedure.
20729
20730 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20731
20732 * gdb.ada/cond_lang/foo.c (callme): Add return type.
20733 * gdb.base/call-sc.c (zed): Likewise.
20734 * gdb.base/checkpoint.c (main): Likewise.
20735 * gdb.base/dump.c (main): Likewise.
20736 * gdb.base/gcore.c (main): Likewise.
20737 * gdb.base/huge.c (main): Likewise.
20738 * gdb.base/multi-forks.c (main): Likewise.
20739 * gdb.base/pr10179-a.c (main): Likewise.
20740 * gdb.base/savedregs.c (main): Likewise.
20741 * gdb.base/sigaltstack.c (main): Likewise.
20742 * gdb.base/siginfo.c (main): Likewise.
20743 * gdb.base/structs.c (zed): Likewise.
20744 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
20745 * gdb.mi/mi-syn-frame.c (main): Likewise.
20746 * gdb.mi/until.c (foo, main): Likewise.
20747 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
20748 * gdb.base/solib-weak.c (foo): Declare.
20749 * gdb.base/attach-twice.c: Include stdio.h.
20750 * gdb.base/weaklib1.c: Likewise.
20751 * gdb.base/weaklib2.c: Likewise.
20752 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
20753 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
20754 unistd.h.
20755 * gdb.base/attach-pie-misread.c: Include stdlib.h.
20756 * gdb.mi/mi-exit-code.c: Likewise.
20757 * gdb.base/break-interp-lib.c: Include string.h.
20758 * gdb.base/coremaker.c: Likewise.
20759 * gdb.base/testenv.c: Likewise.
20760 * gdb.python/py-finish-breakpoint.c: Likewise.
20761 * gdb.base/inferior-died.c: Include sys/wait.h.
20762 * gdb.base/fileio.c: Include time.h.
20763 * gdb.base/async-shell.c: Include unistd.h.
20764 * gdb.base/dprintf-non-stop.c: Likewise.
20765 * gdb.base/info-os.c: Likewise.
20766 * gdb.mi/mi-console.c: Likewise.
20767 * gdb.mi/watch-nonstop.c: Likewise.
20768 * gdb.python/py-events.c: Likewise.
20769 * gdb.base/async.c (baz): Move up before its invocation.
20770 * gdb.base/code_elim2.c (my_global_func): Likewise.
20771 * gdb.base/skip-solib-lib.c (multiply): Likewise.
20772 * gdb.base/advance.c (func2): Likewise.
20773
20774 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20775
20776 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
20777 variant.
20778 * gdb.base/annota3.c: Likewise.
20779 * gdb.base/async.c: Likewise.
20780 * gdb.base/average.c: Likewise.
20781 * gdb.base/call-ar-st.c: Likewise.
20782 * gdb.base/call-rt-st.c: Likewise.
20783 * gdb.base/call-sc.c: Likewise.
20784 * gdb.base/call-strs.c: Likewise.
20785 * gdb.base/ending-run.c: Likewise.
20786 * gdb.base/execd-prog.c: Likewise.
20787 * gdb.base/exprs.c: Likewise.
20788 * gdb.base/foll-exec.c: Likewise.
20789 * gdb.base/foll-fork.c: Likewise.
20790 * gdb.base/foll-vfork.c: Likewise.
20791 * gdb.base/funcargs.c: Likewise.
20792 * gdb.base/gcore.c: Likewise.
20793 * gdb.base/jump.c: Likewise.
20794 * gdb.base/langs0.c: Likewise.
20795 * gdb.base/langs1.c: Likewise.
20796 * gdb.base/langs2.c: Likewise.
20797 * gdb.base/mips_pro.c: Likewise.
20798 * gdb.base/nodebug.c: Likewise.
20799 * gdb.base/opaque0.c: Likewise.
20800 * gdb.base/opaque1.c: Likewise.
20801 * gdb.base/recurse.c: Likewise.
20802 * gdb.base/run.c: Likewise.
20803 * gdb.base/scope0.c: Likewise.
20804 * gdb.base/scope1.c: Likewise.
20805 * gdb.base/setshow.c: Likewise.
20806 * gdb.base/setvar.c: Likewise.
20807 * gdb.base/shmain.c: Likewise.
20808 * gdb.base/shr1.c: Likewise.
20809 * gdb.base/shr2.c: Likewise.
20810 * gdb.base/sigall.c: Likewise.
20811 * gdb.base/signals.c: Likewise.
20812 * gdb.base/so-indr-cl.c: Likewise.
20813 * gdb.base/solib2.c: Likewise.
20814 * gdb.base/structs.c: Likewise.
20815 * gdb.base/sum.c: Likewise.
20816 * gdb.base/vforked-prog.c: Likewise.
20817 * gdb.base/watchpoint.c: Likewise.
20818 * gdb.reverse/shr2.c: Likewise.
20819 * gdb.reverse/until-reverse.c: Likewise.
20820 * gdb.reverse/ur1.c: Likewise.
20821 * gdb.reverse/watch-reverse.c: Likewise.
20822
20823 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20824
20825 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
20826 variant.
20827 * gdb.base/sepdebug.exp: Drop references to removed code.
20828
20829 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20830
20831 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
20832 variant. Preserve original line numbering.
20833 * gdb.base/list1.c: Likewise.
20834
20835 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20836
20837 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
20838 variant.
20839 * gdb.base/break1.c: Likewise.
20840 * gdb.base/break.exp: Drop references to removed code.
20841
20842 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20843
20844 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
20845 variant.
20846
20847 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20848
20849 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
20850
20851 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20852
20853 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
20854 logic into perform_all_tests() and invoke it with and without
20855 function header prototypes.
20856 (do_function_calls): Remove conditional XFAIL for PR 5318.
20857 (rerun_and_prepare): Remove duplicate code.
20858 (perform_all_tests): New. Main logic moved here.
20859
20860 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20861
20862 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
20863 code guarded by #ifdef NO_PROTOTYPES.
20864 (t_double_many_args): Likewise.
20865 (DEF_FUNC_MANY_ARGS_1): Likewise.
20866 (DEF_FUNC_VALUES_1): Likewise.
20867 (t_structs_ldc): Renamed from t_structs_fc in conditional code
20868 guarded by #ifdef PROTOTYPES.
20869
20870 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20871
20872 * gdb.mi/mi-console.c: Add eye-catcher.
20873 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
20874 instead of literal line number.
20875
20876 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20877
20878 * gdb.base/shr2.c: Add eye-catcher.
20879 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
20880 line number.
20881
20882 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20883
20884 * gdb.base/jump.c: Add eye-catchers.
20885 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
20886 numbers.
20887
20888 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20889
20890 * gdb.base/execd-prog.c: Add eye-catchers.
20891 * gdb.base/foll-exec.c: Likewise.
20892 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
20893 line numbers.
20894
20895 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20896
20897 * gdb.base/ending-run.c: Add eye-catchers.
20898 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
20899 literal line numbers.
20900
20901 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20902
20903 * gdb.base/call-rt-st.c: Add eye-catchers.
20904 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
20905 literal line numbers.
20906
20907 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20908
20909 * gdb.base/call-ar-st.c: Add eye-catchers.
20910 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
20911 literal line numbers.
20912
20913 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20914
20915 * gdb.base/average.c: Add eye-catchers.
20916 * gdb.base/sum.c: Likewise.
20917 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
20918 regexps dynamically.
20919
20920 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20921
20922 * gdb.base/solib1.c: Add eye-catchers.
20923 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
20924 literal line numbers.
20925
20926 2014-11-12 Pedro Alves <palves@redhat.com>
20927
20928 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
20929 leader has exited.
20930
20931 2014-11-12 Pedro Alves <palves@redhat.com>
20932
20933 * gdb.arch/i386-bp_permanent.c: New file.
20934 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
20935 (srcfile): Set to i386-bp_permanent.c.
20936 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
20937 that stepi does not execute the 'leave' instruction, instead of
20938 testing it does execute.
20939 * gdb.base/bp-permanent.c: New file.
20940 * gdb.base/bp-permanent.exp: New file.
20941
20942 2014-11-10 Doug Evans <xdje42@gmail.com>
20943
20944 PR symtab/17564
20945 * gdb.base/symtab-search-order.exp: New file.
20946 * gdb.base/symtab-search-order.c: New file.
20947 * gdb.base/symtab-search-order-1.c: New file.
20948 * gdb.base/symtab-search-order-shlib-1.c: New file.
20949
20950 2014-11-07 Pedro Alves <palves@redhat.com>
20951
20952 PR gdb/17511
20953 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
20954 i?86-*-linux*.
20955
20956 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
20957
20958 PR c++/17494
20959 * gdb.cp/pr17494.cc: New file.
20960 * gdb.cp/pr17494.exp: New file.
20961
20962 2014-11-02 Yao Qi <yao@codesourcery.com>
20963
20964 * gdb.python/python.exp: Get working directory and match the
20965 output of "set extended-prompt \\w " with it.
20966
20967 2014-10-30 Doug Evans <dje@google.com>
20968
20969 * gdb.python/py-objfile.exp: Add tests for setting random attributes
20970 in objfiles.
20971 * gdb.python/py-progspace.exp: Add tests for setting random attributes
20972 in progspaces.
20973
20974 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
20975
20976 * gdb.base/fullpath-expand.exp: Skip for a remote host.
20977 * gdb.base/realname-expand.exp: Likewise.
20978 * gdb.linespec/macro-relative.exp: Likewise.
20979
20980 2014-10-29 Pedro Alves <palves@redhat.com>
20981
20982 PR gdb/17408
20983 * gdb.threads/schedlock.c (some_function): New function.
20984 (call_function): New global.
20985 (MAYBE_CALL_SOME_FUNCTION): New macro.
20986 (thread_function): Call it.
20987 * gdb.threads/schedlock.exp (get_args): Add description parameter,
20988 and use it instead of a global counter. Adjust all callers.
20989 (get_current_thread): Use "find current thread" for test message
20990 here rather than having all callers pass down the same string.
20991 (goto_loop): New procedure, factored out from ...
20992 (my_continue): ... this.
20993 (step_ten_loops): Change parameter from test message to command to
20994 use. Adjust.
20995 (list_count): Delete global.
20996 (check_result): New procedure, factored out from duplicate top
20997 level code.
20998 (continue tests): Wrap in with_test_prefix.
20999 (test_step): New procedure, factored out from duplicate top level
21000 code.
21001 (top level): Test "step" in combination with all scheduler-locking
21002 modes. Test "next" in combination with all scheduler-locking
21003 modes, and in combination with stepping over a function call or
21004 not.
21005 * gdb.threads/next-bp-other-thread.c: New file.
21006 * gdb.threads/next-bp-other-thread.exp: New file.
21007
21008 2014-10-29 Pedro Alves <palves@redhat.com>
21009
21010 PR python/17372
21011 * gdb.python/python.exp: Test a multi-line command that spawns
21012 interactive Python.
21013 * gdb.base/multi-line-starts-subshell.exp: New file.
21014
21015 2014-10-29 Yao Qi <yao@codesourcery.com>
21016
21017 * gdb.base/fileio.exp: Make directories on host.
21018
21019 2014-10-29 Yao Qi <yao@codesourcery.com>
21020
21021 * gdb.base/fileio.c (test_write): Close the file.
21022
21023 2014-10-28 Pedro Alves <palves@redhat.com>
21024
21025 PR gdb/12623
21026 * gdb.base/sigstep.c (no_handler): New global.
21027 (main): If 'no_handler is true, set the signal handlers to
21028 SIG_IGN.
21029 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
21030 with_sw_watch and no_handler parameters. Handle them.
21031 (top level) <stepping over handler when stopped at a breakpoint
21032 test>: Add a test axis for testing with a software watchpoint, and
21033 another for testing with the signal handler set to SIG_IGN.
21034 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
21035 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
21036
21037 2014-10-28 Pedro Alves <palves@redhat.com>
21038
21039 PR gdb/17511
21040 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
21041 * gdb.base/sigstep.exp (other_handler_location): New global.
21042 (advance): Support stepping into the signal handler, and running
21043 commands while in the handler.
21044 (in_handler_map): New global.
21045 (top level): In the advance test, add combinations for getting
21046 into the handler with stepping commands, and for running commands
21047 in the handler. Add comment descripting the advancei tests.
21048
21049 2014-10-28 Pedro Alves <palves@redhat.com>
21050
21051 * gdb.base/sigstep.exp: Use build_executable instead of
21052 prepare_for_testing.
21053 (top level): Move code that starts GDB, runs to main and creates a
21054 display to ...
21055 (restart): ... this new procedure.
21056 (top level): Move backtrace from signal handler test to ...
21057 (validate_backtrace): ... this new procedure.
21058 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
21059 with_test_prefix. Always restart GDB.
21060 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
21061 with_test_prefix. Always restart GDB. No need to delete
21062 breakpoints after the test.
21063 (test_skip_handler): Remove prefix parameter.
21064 (skip_over_handler, breakpoint_to_handler)
21065 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
21066 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
21067 restart GDB. No need to delete breakpoints after the test.
21068 (top level): Use foreach to call the test procedures with
21069 different commands.
21070
21071 2014-10-28 Pedro Alves <palves@redhat.com>
21072
21073 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
21074 instead of GNATS numbers.
21075 * gdb.base/sigbpt.exp: Likewise.
21076 * gdb.base/siginfo.exp: Likewise.
21077 * gdb.base/sigstep.exp: Likewise.
21078
21079 2014-10-27 Pedro Alves <palves@redhat.com>
21080
21081 * gdb.base/sigstep.c (dummy): New global.
21082 (main): Issue a couple writes to the new global.
21083 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
21084 procedures.
21085 (skip_over_handler): Use test_skip_handler.
21086 (top level): Call skip_over_handler for stepi and nexti too.
21087 (breakpoint_over_handler): Use test_skip_handler.
21088 (top level): Call breakpoint_over_handler for stepi and nexti too.
21089
21090 2014-10-27 Yao Qi <yao@codesourcery.com>
21091
21092 * gdb.trace/tfile.c (adjust_function_address)
21093 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
21094 function descriptor.
21095
21096 2014-10-24 Don Breazeal <donb@codesourcery.com>
21097
21098 * gdb.base/foll-fork.exp (test_follow_fork,
21099 catch_fork_child_follow): Check for updated fork messages emitted
21100 from infrun.c.
21101 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
21102 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
21103 vfork_and_exec_child_follow_through_step): Check for updated vfork
21104 messages emitted from infrun.c.
21105
21106 2014-10-24 Pedro Alves <palves@redhat.com>
21107
21108 * gdb.base/corefile.exp: Remove references to ultrix.
21109 * gdb.base/interrupt.exp: Likewise.
21110 * gdb.base/whatis.exp: Likewise.
21111 * gdb.gdb/selftest.exp: Likewise.
21112 * gdb.threads/manythreads.exp: Likewise.
21113 * gdb.threads/print-threads.exp: Likewise.
21114 * gdb.threads/pthreads.exp:: Likewise.
21115 * gdb.threads/schedlock.exp: Likewise.
21116
21117 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
21118
21119 * gdb.cp/non-trivial-retval.cc: Add a test case.
21120 * gdb.cp/non-trivial-retval.exp: Add a test.
21121
21122 2014-10-20 Yao Qi <yao@codesourcery.com>
21123
21124 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
21125 * gdb.python/py-objfile-script-gdb.py: New file.
21126 * gdb.python/py-objfile-script.exp: Update reference to
21127 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
21128 of remote_download. Remove the dest file.
21129
21130 2014-10-20 Yao Qi <yao@codesourcery.com>
21131
21132 * gdb.base/checkpoint.exp: Don't remove file copied on host.
21133 * gdb.base/step-line.exp: Likewise.
21134 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
21135 * gdb.dwarf2/dw2-basic.exp: Likewise.
21136 * gdb.dwarf2/dw2-compressed.exp: Likewise.
21137 * gdb.dwarf2/dw2-filename.exp: Likewise.
21138 * gdb.dwarf2/dw2-intercu.exp: Likewise.
21139 * gdb.dwarf2/dw2-intermix.exp: Likewise.
21140 * gdb.dwarf2/dw2-producer.exp: Likewise.
21141 * gdb.dwarf2/mac-fileno.exp: Likewise.
21142 * gdb.python/py-frame-args.exp: Likewise.
21143 * gdb.python/py-framefilter.exp: Likewise.
21144 * gdb.python/py-mi.exp: Likewise.
21145 * gdb.python/py-objfile-script.exp: Likewise
21146 * gdb.python/py-pp-integral.exp: Likewise.
21147 * gdb.python/py-pp-re-notag.exp: Likewise.
21148 * gdb.python/py-prettyprint.exp: Likewise.
21149 * gdb.python/py-section-script.exp: Likewise.
21150 * gdb.python/py-typeprint.exp: Likewise.
21151 * gdb.python/py-xmethods.exp: Likewise.
21152 * gdb.stabs/weird.exp: Likewise.
21153 * gdb.xml/tdesc-regs.exp: Likewise.
21154
21155 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
21156
21157 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
21158 (out_cu): Use addr_len for the size of addresses.
21159 (out_line): Likewise. Size DW_LNE_set_address instruction
21160 according to addr_len.
21161 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
21162 (FUNC): Add START_INSNS to definition.
21163
21164 2014-10-18 Yao Qi <yao@codesourcery.com>
21165
21166 * gdb.base/argv0-symlink.exp: Check argv[0] value if
21167 gdb_has_argv0 return true.
21168 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
21169 check [target_info exists noargs], check [gdb_has_argv0]
21170 instead.
21171 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
21172 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
21173 procedures.
21174
21175 2014-10-17 Doug Evans <dje@google.com>
21176
21177 * gdb.python/py-events.exp: Update expected output for clear_objfiles
21178 event.
21179 * gdb.python/py-events.py: Add clear_objfiles event.
21180
21181 2014-10-17 Doug Evans <dje@google.com>
21182
21183 * gdb.python/py-objfile.exp: Test progspace attribute.
21184
21185 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
21186
21187 * gdb.guile/scm-breakpoint.exp: Do not assume any
21188 directory separators when matching source file paths.
21189 * gdb.python/py-breakpoint.exp: Likewise.
21190 * gdb.reverse/break-precsave.exp: Likewise.
21191 * gdb.reverse/break-reverse.exp: Likewise.
21192 * gdb.reverse/consecutive-precsave.exp: Likewise.
21193 * gdb.reverse/finish-precsave.exp: Likewise.
21194 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
21195 * gdb.reverse/finish-reverse.exp: Likewise.
21196 * gdb.reverse/i386-precsave.exp: Likewise.
21197 * gdb.reverse/i387-env-reverse.exp: Likewise.
21198 * gdb.reverse/i387-stack-reverse.exp: Likewise.
21199 * gdb.reverse/machinestate-precsave.exp: Likewise.
21200 * gdb.reverse/machinestate.exp: Likewise.
21201 * gdb.reverse/sigall-precsave.exp: Likewise.
21202 * gdb.reverse/solib-precsave.exp: Likewise.
21203 * gdb.reverse/step-precsave.exp: Likewise.
21204 * gdb.reverse/until-precsave.exp: Likewise.
21205 * gdb.reverse/watch-precsave.exp: Likewise.
21206 * gdb.reverse/watch-reverse.exp: Likewise.
21207
21208 2014-10-17 Yao Qi <yao@codesourcery.com>
21209
21210 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
21211 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
21212
21213 2014-10-17 Pedro Alves <palves@redhat.com>
21214
21215 PR gdb/17471
21216 * gdb.base/bg-execution-repeat.c: New file.
21217 * gdb.base/bg-execution-repeat.exp: New file.
21218
21219 2014-10-17 Pedro Alves <palves@redhat.com>
21220
21221 PR gdb/17300
21222 * gdb.base/continue-all-already-running.c: New file.
21223 * gdb.base/continue-all-already-running.exp: New file.
21224
21225 2014-10-17 Pedro Alves <palves@redhat.com>
21226
21227 PR gdb/17472
21228 * gdb.base/annota-input-while-running.c: New file.
21229 * gdb.base/annota-input-while-running.exp: New file.
21230
21231 2014-10-17 Pedro Alves <palves@redhat.com>
21232
21233 * gdb.base/callfuncs.exp: emove references to osf.
21234 * gdb.base/sigall.exp: Likewise.
21235 * gdb.gdb/selftest.exp: Likewise.
21236 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
21237 * gdb.mi/non-stop.c: Likewise.
21238 * gdb.mi/pthreads.c: Likewise.
21239 * gdb.reverse/sigall-precsave.exp: Likewise.
21240 * gdb.reverse/sigall-reverse.exp: Likewise.
21241 * gdb.threads/pthreads.c: Likewise.
21242 * gdb.threads/pthreads.exp: Likewise.
21243
21244 2014-10-17 Yao Qi <yao@codesourcery.com>
21245
21246 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
21247 check 'target_info exists noargs'.
21248 (test_command_prompt_position): Likewise.
21249 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
21250 Remove "set args".
21251 (progvar_simple_while_test): Likewise.
21252 (progvar_complex_if_while_test): Likewise.
21253 (if_while_breakpoint_command_test): Likewise.
21254 (infrun_breakpoint_command_test): Likewise.
21255 (breakpoint_command_test): Likewise.
21256 (watchpoint_command_test): Likewise.
21257 (bp_deleted_in_command_test): Likewise.
21258 (temporary_breakpoint_commands): Likewise.
21259
21260 2014-10-16 Yao Qi <yao@codesourcery.com>
21261
21262 * gdb.base/remotetimeout.exp: Remove noargs checking.
21263
21264 2014-10-15 Pedro Alves <palves@redhat.com>
21265
21266 PR breakpoints/9649
21267 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
21268 * gdb.base/breakpoint-in-ro-region.exp
21269 (probe_target_hardware_step): New procedure.
21270 (top level): Probe hardware stepping and hardware breakpoint
21271 support. Test stepping through a read-only region, with both
21272 "breakpoint auto-hw" on and off and both "always-inserted" on and
21273 off.
21274
21275 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
21276
21277 * gdb.dlang/demangle.exp: Update for demangling changes.
21278
21279 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
21280
21281 * gdb.cp/non-trivial-retval.cc: Add new test cases.
21282 * gdb.cp/non-trivial-retval.exp: Add new tests.
21283
21284 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
21285
21286 PR c++/13403
21287 PR c++/15154
21288 * gdb.cp/non-trivial-retval.cc: New file.
21289 * gdb.cp/non-trivial-retval.exp: New file.
21290
21291 2014-10-15 Yao Qi <yao@codesourcery.com>
21292
21293 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
21294 remote host.
21295
21296 2014-10-15 Yao Qi <yao@codesourcery.com>
21297
21298 * gdb.python/py-symbol.exp: Match file base name if host is
21299 remote, otherwise match file name with dir name.
21300 * gdb.python/py-symtab.exp: Likewise.
21301 * gdb.python/python.exp: Likewise.
21302
21303 2014-10-15 Yao Qi <yao@codesourcery.com>
21304
21305 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
21306 pattern.
21307 * gdb.python/py-symtab.exp: Likewise.
21308 * gdb.python/python.exp: Remove trailing ".*". Fix typo
21309 locationn.
21310
21311 2014-10-14 Joel Brobecker <brobecker@adacore.com>
21312
21313 * gdb.ada/addr_arith: New testcase.
21314
21315 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
21316
21317 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
21318 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
21319 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
21320 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
21321
21322 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
21323
21324 * gdb.arch/stap-eval-lang-ada.S: Likewise.
21325 * gdb.arch/stap-eval-lang-ada.c: Likewise.
21326 * gdb.arch/stap-eval-lang-ada.exp: New file.
21327
21328 2014-10-14 Yao Qi <yao@codesourcery.com>
21329
21330 * gdb.mi/mi-var-child.c (nothing1): New function.
21331 (nothing2): New function.
21332 (do_children_tests): Set function pointers by nothing1 and
21333 nothing2.
21334 * gdb.mi/mi-var-child.exp: Step over new added statements.
21335 Update test to match the new output.
21336 * gdb.mi/var-cmd.c (nothing1): New function.
21337 (nothing2): New function.
21338 (do_children_tests): Set function pointers by nothing1 and
21339 nothing2.
21340 * gdb.mi/mi-var-display.exp: Update test to match output.
21341 Step to the line specified by $line_dct_nothing.
21342 Increase the number of lines to step.
21343
21344 2014-10-14 Yao Qi <yao@codesourcery.com>
21345
21346 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
21347 tests.
21348 * gdb.mi/mi2-var-child.exp: Likewise.
21349
21350 2014-10-13 Doug Evans <dje@google.com>
21351
21352 * gdb.python/py-objfile.exp: Change name of file name test.
21353
21354 2014-10-13 Doug Evans <dje@google.com>
21355
21356 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
21357 from the start of the CU.
21358
21359 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
21360 Yao Qi <yao@codesourcery.com>
21361
21362 Fix "save breakpoints" for "catch" command.
21363 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
21364 Remove -nonewline. Match also the added "main" line.
21365
21366 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21367
21368 Fix "save breakpoints" for "disable $bpnum" command.
21369 * gdb.base/save-bp.c (main): Add label.
21370 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
21371
21372 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21373
21374 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
21375
21376 2014-10-11 Yao Qi <yao@codesourcery.com>
21377
21378 * gdb.server/server-kill.exp: Execute command
21379 "set remote trace-status-packet on" before "tstatus".
21380
21381 2014-10-11 Yao Qi <yao@codesourcery.com>
21382
21383 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
21384 (main): Call getppid.
21385 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
21386 and continue to it. Read variable "server_pid".
21387
21388 2014-10-11 Yao Qi <yao@codesourcery.com>
21389
21390 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
21391
21392 2014-10-11 Yao Qi <yao@codesourcery.com>
21393
21394 * gdb.threads/thread-find.exp: Don't execute command
21395 "info threads".
21396 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
21397 * gdb.threads/linux-dp.exp: Don't check the condition
21398 $threads_created equals to zero.
21399
21400 2014-10-10 Pedro Alves <palves@redhat.com>
21401
21402 * gdb.base/bigcore.exp: Remove references to IRIX.
21403 * gdb.base/funcargs.exp: Likewise.
21404 * gdb.base/interrupt.exp: Likewise.
21405 * gdb.base/mips_pro.exp: Likewise.
21406 * gdb.base/nodebug.exp: Likewise.
21407 * gdb.base/setvar.exp: Likewise.
21408 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
21409
21410 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
21411 Pedro Alves <palves@redhat.com>
21412
21413 PR symtab/14466
21414 * gdb.base/vdso-warning.c: New file.
21415 * gdb.base/vdso-warning.exp: New file.
21416
21417 2014-10-02 Doug Evans <dje@google.com>
21418
21419 * gdb.base/structs.c (main): Don't run forever.
21420
21421 2014-10-02 Pedro Alves <palves@redhat.com>
21422
21423 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
21424 (top level) <stop threads 1, stop threads 2>: Use it.
21425
21426 2014-10-02 Pedro Alves <palves@redhat.com>
21427
21428 * gdb.threads/break-while-running.exp (test): Add new
21429 'update_thread_list' argument. Skip "info threads" if false.
21430 (top level): Add new 'update_thread_list' axis.
21431
21432 2014-10-02 Pedro Alves <palves@redhat.com>
21433
21434 PR breakpoints/17431
21435 * gdb.base/execl-update-breakpoints.c: New file.
21436 * gdb.base/execl-update-breakpoints.exp: New file.
21437
21438 2014-10-01 Pedro Alves <palves@redhat.com>
21439
21440 * gdb.base/breakpoint-in-ro-region.c: New file.
21441 * gdb.base/breakpoint-in-ro-region.exp: New file.
21442
21443 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
21444
21445 * gdb.mi/mi-exit-code.exp: New file.
21446 * gdb.mi/mi-exit-code.c: New file.
21447
21448 2014-09-30 Yao Qi <yao@codesourcery.com>
21449
21450 * lib/prelink-support.exp (build_executable_own_libs): Error if
21451 the target isn't native.
21452
21453 2014-09-30 Yao Qi <yao@codesourcery.com>
21454
21455 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
21456 false.
21457
21458 2014-09-22 Pedro Alves <palves@redhat.com>
21459
21460 * gdb.threads/break-while-running.exp: New file.
21461 * gdb.threads/break-while-running.c: New file.
21462
21463 2014-09-19 Yao Qi <yao@codesourcery.com>
21464
21465 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
21466 Invoke test. Restart GDB with --readnow and invoke test again.
21467
21468 2014-09-19 Yao Qi <yao@codesourcery.com>
21469
21470 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
21471 proc set_breakpoint_on_gcd_function. Invoke
21472 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
21473 invoke set_breakpoint_on_gcd_function again.
21474
21475 2014-09-18 Doug Evans <dje@google.com>
21476
21477 * gdb.dwarf2/symtab-producer.exp: New file.
21478
21479 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
21480
21481 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
21482 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
21483 * gdb.base/global-var-nested-by-dso.c: Likewise.
21484 * gdb.base/global-var-nested-by-dso.exp: Likewise.
21485
21486 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
21487 Pedro Alves <palves@redhat.com>
21488
21489 * gdb.base/watch-bitfields.exp: Pass string other than test file
21490 name to prepare_for_testing.
21491 (watch): New procedure.
21492 (expect_watchpoint): Use with_test_prefix.
21493 (top level): Factor out tests to ...
21494 (test_watch_location, test_regular_watch): ... these new
21495 procedures, and use with_test_prefix and gdb_continue_to_end.
21496
21497 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
21498
21499 PR breakpoints/12526
21500 * gdb.base/watch-bitfields.exp: New file.
21501 * gdb.base/watch-bitfields.c: New file.
21502
21503 2014-09-16 Pedro Alves <palves@redhat.com>
21504
21505 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
21506 software and hardware addresses, not software address against
21507 itself.
21508
21509 2014-09-16 Pedro Alves <palves@redhat.com>
21510
21511 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
21512 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
21513
21514 2014-09-16 Pedro Alves <palves@redhat.com>
21515
21516 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
21517 files.
21518 * gdb.base/a2-run.exp: Remove all code guarded by istarget
21519 "*-*-vxworks*" throughout.
21520 * gdb.base/break.exp: Likewise.
21521 * gdb.base/default.exp: Likewise.
21522 * gdb.base/scope.exp: Likewise.
21523 * gdb.base/sepdebug.exp: Likewise.
21524 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
21525 throughout.
21526 * gdb.base/run.c: Likewise.
21527 * gdb.base/sepdebug.c: Likewise.
21528 * gdb.hp/gdb.aCC/run.c: Likewise.
21529 * gdb.reverse/until-reverse.c: Likewise.
21530 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
21531
21532 2014-09-16 Yao Qi <yao@codesourcery.com>
21533
21534 * boards/local-remote-host-native.exp: New file.
21535
21536 2014-09-14 Doug Evans <xdje42@gmail.com>
21537
21538 * gdb.threads/queue-signal.c (thread_count): New variable.
21539 (thread_count_mutex, thread_count_condvar): New variables.
21540 (incr_thread_count, wait_all_threads_running): New functions.
21541 (main): Wait for all threads to be in their thread functions.
21542
21543 2014-09-13 Doug Evans <xdje42@gmail.com>
21544
21545 * gdb.threads/queue-signal.c: New file.
21546 * gdb.threads/queue-signal.exp: New file.
21547
21548 2014-09-13 Doug Evans <xdje42@gmail.com>
21549
21550 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
21551 be consistent with what default_gdb_init uses.
21552 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
21553 the plain text of the prompt. Add some logging printfs.
21554 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
21555
21556 2014-09-12 Pedro Alves <palves@redhat.com>
21557
21558 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
21559 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
21560 * gdb.arch/i386-size-overlap.exp: Likewise.
21561 * gdb.arch/i386-size.exp: Likewise.
21562 * gdb.arch/i386-unwind.exp: Likewise.
21563 * gdb.base/a2-run.exp: Likewise.
21564 * gdb.base/break.exp: Likewise.
21565 * gdb.base/charset.exp: Likewise.
21566 * gdb.base/chng-syms.exp: Likewise.
21567 * gdb.base/commands.exp: Likewise.
21568 * gdb.base/dbx.exp: Likewise.
21569 * gdb.base/find.exp: Likewise.
21570 * gdb.base/funcargs.exp: Likewise.
21571 * gdb.base/jit-simple.exp: Likewise.
21572 * gdb.base/reread.exp: Likewise.
21573 * gdb.base/sepdebug.exp: Likewise.
21574 * gdb.base/step-bt.exp: Likewise.
21575 * gdb.cp/mb-inline.exp: Likewise.
21576 * gdb.cp/mb-templates.exp: Likewise.
21577 * gdb.objc/basicclass.exp: Likewise.
21578 * gdb.threads/killed.exp: Likewise.
21579
21580 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21581
21582 PR tdep/17379
21583 * gdb.arch/powerpc-stackless.S: New file.
21584 * gdb.arch/powerpc-stackless.exp: New file.
21585
21586 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21587
21588 * gdb.base/attach.c: Include unistd.h.
21589 (main): Call alarm. Add label postloop.
21590 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
21591 gdb_breakpoint, gdb_continue_to_breakpoint.
21592 (test_command_line_attach_run): Kill ${testpid} in one exit path.
21593
21594 2014-09-11 Pedro Alves <palves@redhat.com>
21595
21596 PR gdb/17347
21597 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
21598 * gdb.base/attach.exp (test_command_line_attach_run): New
21599 procedure.
21600 (top level): Call it.
21601
21602 2014-09-11 Pedro Alves <palves@redhat.com>
21603
21604 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
21605 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
21606 (do_command_attach_tests): Use spawn_wait_for_attach.
21607 * gdb.base/solib-overlap.exp: Likewise.
21608 * gdb.multi/multi-attach.exp: Likewise.
21609 * gdb.python/py-prompt.exp: Likewise.
21610 * gdb.python/py-sync-interp.exp: Likewise.
21611 * gdb.server/ext-attach.exp: Likewise.
21612
21613 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
21614
21615 * gdb.fortran/array-element.exp: Remove unexpected "continue"
21616 command in testcase. Simplify testcase.
21617
21618 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21619
21620 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
21621
21622 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21623
21624 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
21625
21626 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21627
21628 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
21629
21630 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21631
21632 * gdb.dwarf2/dynarr-ptr.c: New file.
21633 * gdb.dwarf2/dynarr-ptr.exp: New file.
21634
21635 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21636
21637 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
21638 of 30 rather than hardcoding 120 for a slow test case. Take the
21639 `gdb,timeout' target setting into account for this calculation.
21640 Don't extend the timeout for the test cases that don't need it.
21641
21642 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21643
21644 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
21645 a factor of 2 for a slow test case. Take the `gdb,timeout'
21646 target setting into account for this calculation.
21647 * gdb.reverse/until-precsave.exp: Increase the timeout by
21648 a factor of 15 and 3 respectively rather than adding 120
21649 for a pair of slow test cases. Take the `gdb,timeout'
21650 target setting into account for this calculation.
21651
21652 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21653
21654 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
21655 timeout, don't pass one down to gdb_expect.
21656 (gdb_expect): Rework timeout selection.
21657
21658 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21659
21660 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
21661 exception on timeout.
21662 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
21663 (gdbserver_start_extended): Catch any `gdbserver_start' error
21664 exceptions.
21665 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
21666 * lib/mi-support.exp (mi_gdb_target_load): Catch any
21667 `gdbserver_gdb_load' error exceptions.
21668
21669 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21670
21671 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
21672 120 on waiting for the TCP socket to open.
21673
21674 2014-09-09 Doug Evans <xdje42@gmail.com>
21675
21676 * gdb.base/default.exp (show_conv_list): Add _caller_is,
21677 _caller_matches, _any_caller_is, _any_caller_matches.
21678
21679 2014-09-09 Doug Evans <xdje42@gmail.com>
21680
21681 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
21682
21683 2014-09-09 Yao Qi <yao@codesourcery.com>
21684
21685 * gdb.mi/mi-var-display.exp: Set print symbol off.
21686
21687 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
21688
21689 PR gdb/17035
21690 * gdb.base/commands.exp: Add tests to verify user-defined
21691 commands with empty bodies.
21692 * gdb.python/py-cmd.exp: Test that we don't show user-defined
21693 python commands in `show user command`.
21694 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
21695 scheme commands in `show user command`.
21696
21697 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21698
21699 PR python/17355
21700 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
21701 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
21702 * gdb.python/py-framefilter-invalidarg.exp: New file.
21703 * gdb.python/py-framefilter-invalidarg.py: New file.
21704
21705 2014-09-06 Doug Evans <xdje42@gmail.com>
21706
21707 PR 15276
21708 * gdb.python/py-caller-is.c: New file.
21709 * gdb.python/py-caller-is.exp: New file.
21710
21711 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
21712
21713 PR gdb/17235
21714 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
21715 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
21716
21717 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
21718
21719 PR fortran/17237
21720 * gdb.fortran/print-formatted.exp: New file.
21721 * gdb.fortran/print-formatted.f90: Likewise.
21722
21723 2014-09-03 Sasha Smundak <asmundak@google.com>
21724
21725 * gdb.python/py-frame.exp: Test Frame.read_register.
21726
21727 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
21728
21729 PR python/16699
21730 * gdb.python/py-completion.exp: New file.
21731 * gdb.python/py-completion.py: Likewise.
21732
21733 2014-08-28 Doug Evans <dje@google.com>
21734
21735 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
21736 eax,etc. are live with values set by gdb and thus the compiler can't
21737 use them.
21738 * gdb.arch/i386-pseudo.c (main): Ditto.
21739
21740 2014-08-27 Doug Evans <dje@google.com>
21741
21742 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
21743
21744 2014-08-25 Doug Evans <dje@google.com>
21745
21746 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
21747 (main): Ditto.
21748
21749 2014-08-25 Doug Evans <dje@google.com>
21750
21751 * gdb.threads/thread-execl.exp: #include <stdio.h>.
21752
21753 2014-08-24 Yao Qi <yao@codesourcery.com>
21754
21755 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
21756 symbol off.
21757 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
21758
21759 2014-08-22 Doug Evans <dje@google.com>
21760
21761 PR 17276
21762 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
21763 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
21764 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
21765
21766 2014-08-22 Yao Qi <yao@codesourcery.com>
21767
21768 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
21769 * gdb.python/py-finish-breakpoint2.exp: Likewise.
21770 * gdb.python/python.exp: Likewise. Use .py file on the host
21771 instead of the build.
21772
21773 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
21774
21775 * gdb.threads/gcore-stale-thread.c: New file.
21776 * gdb.threads/gcore-stale-thread.exp: New file.
21777
21778 2014-08-21 Pedro Alves <palves@redhat.com>
21779
21780 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
21781 * gdb.base/gcore-relro-pie.exp: Likewise.
21782 * gdb.base/gcore-relro.exp: Likewise.
21783 * gdb.base/gcore.exp: Likewise.
21784 * gdb.base/print-symbol-loading.exp: Likewise.
21785 * gdb.threads/gcore-thread.exp: Likewise.
21786 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
21787
21788 2014-08-20 Pedro Alves <palves@redhat.com>
21789 Jan Kratochvil <jan.kratochvil@redhat.com>
21790
21791 * Makefile.in (EXTRA_RULES, CC): New variables, get from
21792 configure.
21793 (EXPECT): Handle READ1 being set.
21794 (all): Depend on EXTRA_RULES.
21795 (check-read1, expect-read1, read1.so, read1): New rules.
21796 * README (Testsuite Parameters): Document the READ1 make variable.
21797 (Race detection): New section.
21798 * configure: Regenerate.
21799 * configure.ac: If build==host==target, and running under a
21800 GNU/glibc system, add read1 to the extra Makefile rules.
21801 (EXTRA_RULES): AC_SUBST it.
21802 * lib/read1.c: New file.
21803
21804 2014-08-20 Joel Brobecker <brobecker@adacore.com>
21805
21806 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
21807 the handling of variables declared as a typedef to an array
21808 which a DW_AT_data_location attribute.
21809
21810 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
21811 Pedro Alves <palves@redhat.com>
21812
21813 PR symtab/14604
21814 PR symtab/14605
21815 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
21816 gdb_test.
21817
21818 2014-08-19 Pedro Alves <palves@redhat.com>
21819
21820 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
21821
21822 2014-08-19 Yao Qi <yao@codesourcery.com>
21823
21824 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
21825 right line.
21826
21827 2014-08-18 David Blaikie <dblaikie@gmail.com>
21828
21829 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
21830
21831 2014-08-18 Joel Brobecker <brobecker@adacore.com>
21832
21833 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
21834 attribute in array range.
21835
21836 2014-08-18 Joel Brobecker <brobecker@adacore.com>
21837
21838 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
21839
21840 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
21841
21842 PR c++/17132
21843 * gdb.cp/pr17132.cc: New file.
21844 * gdb.cp/pr17132.exp: New file.
21845
21846 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
21847
21848 * gdb.python/py-xmethods.py (A_getarrayind)
21849 (E_method_char_worker.__call__, E_method_int_worker.__call__):
21850 Use 'print' with function call syntax.
21851 (E_method_matcher.match): Fix tab vs space indentation mixup.
21852
21853 2014-08-15 Yao Qi <yao@codesourcery.com>
21854
21855 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
21856 false.
21857
21858 2014-08-15 Yao Qi <yao@codesourcery.com>
21859
21860 * gdb.cp/casts.exp: Set print symbol off.
21861 * gdb.cp/class2.exp: Likewise.
21862 * gdb.cp/overload.exp: Likewise.
21863 * gdb.cp/templates.exp: Likewise.
21864
21865 2014-08-11 Doug Evans <dje@google.com>
21866
21867 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
21868 (test_load_shlib): Update.
21869
21870 2014-08-09 Yao Qi <yao@codesourcery.com>
21871
21872 * gdb.base/display.exp: Invoke is_address_zero_readable.
21873 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
21874 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
21875 * gdb.base/hbreak-unmapped.exp: Return if
21876 is_address_zero_readable returns true.
21877 * gdb.base/signest.exp: Likewise.
21878 * gdb.base/signull.exp: Likewise.
21879 * gdb.base/sigbpt.exp: Likewise.
21880 * gdb.guile/scm-disasm.exp: Do the test if
21881 is_address_zero_readable returns false.
21882 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
21883 * gdb.python/py-arch.exp: Likewise.
21884 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
21885 * lib/gdb.exp (is_address_zero_readable): New proc.
21886
21887 2014-08-09 Yao Qi <yao@codesourcery.com>
21888
21889 PR testsuite/13443
21890 * gdb.mi/mi-var-display.exp: Make test messages unique.
21891
21892 2014-08-04 Tom Tromey <tromey@redhat.com>
21893
21894 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
21895 target 0".
21896
21897 2014-08-04 Tom Tromey <tromey@redhat.com>
21898
21899 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
21900 "target_resume".
21901
21902 2014-08-01 Joel Brobecker <brobecker@adacore.com>
21903
21904 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
21905 inner_vla_struct_object_size.
21906 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
21907 as xfail.
21908
21909 2014-07-30 Pedro Alves <palves@redhat.com>
21910
21911 * gdb.threads/signal-command-handle-nopass.exp (test): Add
21912 comment.
21913
21914 2014-07-29 Yao Qi <yao@codesourcery.com>
21915
21916 PR gdb/17206
21917 * gdb.base/until-nodebug.exp: New.
21918
21919 2014-07-28 Doug Evans <xdje42@gmail.com>
21920
21921 PR guile/17203
21922 * gdb.guile/scm-parameter.exp: Add tests for trying to create
21923 previously existing parameter, and previously ambiguously spelled
21924 parameter.
21925
21926 2014-07-28 Will Newton <will.newton@linaro.org>
21927
21928 * gdb.base/varargs.exp: Remove KFAILs for ARM.
21929
21930 2014-07-26 Ludovic Courtès <ludo@gnu.org>
21931 Doug Evans <xdje42@gmail.com>
21932
21933 PR guile/17146
21934 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
21935
21936 2014-07-25 Pedro Alves <palves@redhat.com>
21937
21938 * gdb.threads/signal-command-handle-nopass.c: New file.
21939 * gdb.threads/signal-command-handle-nopass.exp: New file.
21940 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
21941 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
21942 * gdb.threads/signal-delivered-right-thread.c: New file.
21943 * gdb.threads/signal-delivered-right-thread.exp: New file.
21944
21945 2014-07-25 Pedro Alves <palves@redhat.com>
21946
21947 * gdb.base/double-prompt-target-event-error.exp
21948 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
21949 match.
21950 (cancel_pagination_in_target_event): Rework double prompt
21951 detection.
21952 * gdb.base/paginate-after-ctrl-c-running.exp
21953 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
21954 <return>' match.
21955 * gdb.base/paginate-bg-execution.exp
21956 (test_bg_execution_pagination_return)
21957 (test_bg_execution_pagination_cancel): Remove '-notransfer
21958 <return>' matches.
21959 * gdb.base/paginate-execution-startup.exp
21960 (test_fg_execution_pagination_return)
21961 (test_fg_execution_pagination_cancel): Remove '-notransfer
21962 <return>' matches.
21963 * gdb.base/paginate-inferior-exit.exp
21964 (test_paginate_inferior_exited): Remove '-notransfer <return>'
21965 match.
21966 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
21967 * lib/gdb.exp (pagination_prompt): Run text through
21968 string_to_regexp.
21969 (gdb_test_multiple): Match $pagination_prompt instead of
21970 "<return>".
21971 (string_to_regexp): Move to lib/gdb-utils.exp.
21972
21973 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
21974
21975 * gdb.arch/amd64-entry-value-paramref.S: New file.
21976 * gdb.arch/amd64-entry-value-paramref.cc: New file.
21977 * gdb.arch/amd64-entry-value-paramref.exp: New file.
21978 * gdb.arch/amd64-optimout-repeat.S: New file.
21979 * gdb.arch/amd64-optimout-repeat.c: New file.
21980 * gdb.arch/amd64-optimout-repeat.exp: New file.
21981
21982 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
21983
21984 PR gdb/17170
21985 * gdb.base/statistics.exp: New file.
21986
21987 2014-07-17 Doug Evans <dje@google.com>
21988
21989 PR gdb/17170
21990 * gdb.base/maint.exp: Update testing of per-command stats.
21991
21992 2014-07-16 Pedro Alves <palves@redhat.com>
21993
21994 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
21995 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
21996 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
21997 (tfile_write_buf): New functions.
21998 (add_memory_block): Rewrite using the above.
21999 (adjust_function_address): New function.
22000 (FUNCTION_ADDRESS): New macro.
22001 (write_basic_trace_file): Remove short_x local, and use
22002 tfile_write_16. Change type of func_addr local to unsigned long
22003 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
22004 here. Cast argument of add_memory_block to char pointer.
22005 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
22006 (main): Remove parameters.
22007 * gdb.trace/tfile.exp: Remove nowarnings.
22008
22009 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
22010
22011 * gdb.base/debug-expr.exp: Test string evaluation with
22012 "debug expression" on.
22013
22014 2014-07-15 Pedro Alves <palves@redhat.com>
22015
22016 * gdb.base/reread.exp: Use clean_restart.
22017
22018 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
22019
22020 * gdb.arch/avr-flash-qualifer.c: New.
22021 * gdb.arch/avr-flash-qualifer.exp: New.
22022
22023 2014-07-14 Pedro Alves <palves@redhat.com>
22024
22025 * gdb.base/paginate-after-ctrl-c-running.c: New file.
22026 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
22027
22028 2014-07-14 Pedro Alves <palves@redhat.com>
22029
22030 * gdb.base/double-prompt-target-event-error.c: New file.
22031 * gdb.base/double-prompt-target-event-error.exp: New file.
22032
22033 2014-07-14 Pedro Alves <palves@redhat.com>
22034
22035 PR gdb/17072
22036 * gdb.base/paginate-inferior-exit.c: New file.
22037 * gdb.base/paginate-inferior-exit.exp: New file.
22038
22039 2014-07-14 Pedro Alves <palves@redhat.com>
22040
22041 PR gdb/17072
22042 * gdb.base/paginate-bg-execution.c: New file.
22043 * gdb.base/paginate-bg-execution.exp: New file.
22044
22045 2014-07-14 Pedro Alves <palves@redhat.com>
22046
22047 PR gdb/17072
22048 * gdb.base/paginate-execution-startup.c: New file.
22049 * gdb.base/paginate-execution-startup.exp: New file.
22050 * lib/gdb.exp (pagination_prompt): New global.
22051 (default_gdb_spawn): New procedure, factored out from
22052 default_gdb_spawn.
22053 (default_gdb_start): Adjust to call default_gdb_spawn.
22054 (gdb_spawn): New procedure.
22055
22056 2014-07-14 Pedro Alves <palves@redhat.com>
22057
22058 * lib/gdb.exp (gdb_assert): New procedure.
22059 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
22060
22061 2014-07-14 Pedro Alves <palves@redhat.com>
22062
22063 * gdb.base/execution-termios.c: New file.
22064 * gdb.base/execution-termios.exp: New file.
22065
22066 2014-07-14 Tom Tromey <tromey@redhat.com>
22067
22068 * gdb.cp/vla-cxx.cc: New file.
22069 * gdb.cp/vla-cxx.exp: New file.
22070
22071 2014-07-14 Tom Tromey <tromey@redhat.com>
22072
22073 * gdb.reverse/rerun-prec.c: New file.
22074 * gdb.reverse/rerun-prec.exp: New file.
22075
22076 2014-07-12 Maciej W. Rozycki <macro@mips.com>
22077 Maciej W. Rozycki <macro@codesourcery.com>
22078
22079 * lib/gdb-utils.exp: New file.
22080 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
22081 inline `gdb_init_command' processing.
22082 (gdb_start_cmd): Likewise.
22083 * lib/mi-support.exp (mi_run_cmd): Likewise.
22084 * README: Document `gdb_init_command' and `gdb_init_commands'.
22085
22086 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
22087
22088 Fix false FAIL running under a very long directory name.
22089 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
22090 and "set print elements 10000". Twice.
22091
22092 2014-07-11 Yao Qi <yao@codesourcery.com>
22093
22094 * gdb.base/exprs.exp: "set print symbol off".
22095
22096 2014-07-11 Pedro Alves <palves@redhat.com>
22097
22098 * gdb.threads/kill.c: New file.
22099 * gdb.threads/kill.exp: New file.
22100
22101 2014-07-10 Yao Qi <yao@codesourcery.com>
22102
22103 * gdb.trace/tfile.c (write_basic_trace_file)
22104 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
22105 address written to trace file.
22106
22107 2014-07-09 Pedro Alves <palves@redhat.com>
22108
22109 * gdb.base/attach-wait-input.exp: New file.
22110 * gdb.base/attach-wait-input.c: New file.
22111
22112 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
22113
22114 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
22115 setting up test structures.
22116 (main): Call new test function.
22117 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
22118 test function, continue into test function and walk test
22119 structures.
22120
22121 2014-07-02 Yao Qi <yao@codesourcery.com>
22122
22123 * gdb.trace/entry-values.c: Define labels 'foo_start' and
22124 'bar_start' at the beginning of functions 'foo' and 'bar'
22125 respectively.
22126 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
22127 instead of 'foo' and 'bar'.
22128
22129 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
22130
22131 * gdb.btrace/segv.exp: New.
22132 * gdb.btrace/segv.c: New.
22133
22134 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
22135
22136 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
22137 instruction.
22138
22139 2014-06-30 Mark Wielaard <mjw@redhat.com>
22140
22141 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
22142 vulture, vilify, villar): New volatile array constants.
22143 (vindictive, vegetation): New const volatile array constants.
22144 * gdb.base/volatile.exp: Test volatile and const volatile array
22145 types.
22146
22147 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
22148
22149 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
22150 target lacks support for awatch, rwatch, or hbreak.
22151
22152 2014-06-27 Yao Qi <yao@codesourcery.com>
22153
22154 * gdb.multi/dummy-frame-restore.exp: New.
22155 * gdb.multi/dummy-frame-restore.c: New.
22156
22157 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
22158
22159 * gdb.btrace/gcore.exp: New.
22160
22161 2014-06-23 Pedro Alves <palves@redhat.com>
22162
22163 * gdb.base/watchpoint-reuse-slot.c: New file.
22164 * gdb.base/watchpoint-reuse-slot.exp: New file.
22165
22166 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
22167
22168 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
22169 progspace's filename in 'info', 'enable' and 'disable' command
22170 tests.
22171
22172 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
22173
22174 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
22175 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
22176 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
22177
22178 2014-06-20 Gary Benson <gbenson@redhat.com>
22179
22180 * gdb.arch/i386-avx.exp: Fix include file location.
22181 * gdb.arch/i386-sse.exp: Likewise.
22182
22183 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
22184
22185 * gdb.dlang/expression.exp: New file.
22186
22187 2014-06-19 Pedro Alves <palves@redhat.com>
22188
22189 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
22190 out from ...
22191 (top level): ... here. Iterate running tests under different
22192 scheduler-locking settings.
22193
22194 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
22195
22196 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
22197 to DW_FORM_addr and use non-zero addresses.
22198
22199 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
22200
22201 PR gdb/17017
22202 * gdb.python/py-xmethods.cc: Add global function call counters and
22203 increment them in their respective functions. Remove "cout"
22204 statements.
22205 * gdb.python/py-xmethods.exp: Make tests check the global function
22206 call counters instead of depending on inferior IO.
22207
22208 2014-06-18 Don Breazeal <donb@codesourcery.com>
22209
22210 * gdb.base/foll-fork.exp (default_fork_parent_follow):
22211 Deleted procedure.
22212 (explicit_fork_parent_follow): Deleted procedure.
22213 (explicit_fork_child_follow): Deleted procedure.
22214 (test_follow_fork): New procedure.
22215 (do_fork_tests): Replace calls to deleted procedures with
22216 calls to test_follow_fork and reset GDB for subsequent
22217 procedure calls.
22218
22219 2014-06-17 Yao Qi <yao@codesourcery.com>
22220
22221 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
22222 CP1252.
22223
22224 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
22225
22226 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
22227 Initialize ptr and S explicitly.
22228 (skip_type_update_when_not_use_rtti_test): Likewise.
22229
22230 2014-06-16 Keith Seitz <keiths@redhat.com>
22231
22232 PR mi/15863
22233 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
22234 the inferior is started.
22235
22236 2014-06-16 Pedro Alves <palves@redhat.com>
22237
22238 * gdb.base/break-main-file-remove-fail.c: New file.
22239 * gdb.base/break-main-file-remove-fail.exp: New file.
22240 * gdb.base/break-unload-file.exp: Use build_executable instead of
22241 prepare_for_testing.
22242 (test_break): New parameter "initial_load". Handle it.
22243 (top level): Add initial_load cmdline/file axis.
22244
22245 2014-06-12 Tom Tromey <tromey@redhat.com>
22246
22247 * gdb.base/completion.exp: Don't use directory name in test.
22248
22249 2014-06-09 Gary Benson <gbenson@redhat.com>
22250
22251 * gdb.base/sigall.c [Functions to send signals]: Reorder to
22252 separate the always-available ANSI-standard signals from the
22253 signals that require checking.
22254 (main): Likewise.
22255 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
22256 Likewise.
22257 (main): Likewise.
22258
22259 2014-06-07 Keith Seitz <keiths@redhat.com>
22260
22261 Revert:
22262 PR c++/16253
22263 * gdb.cp/var-tag.cc: New file.
22264 * gdb.cp/var-tag.exp: New file.
22265 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
22266 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
22267 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
22268 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
22269
22270 2014-06-06 Doug Evans <xdje42@gmail.com>
22271
22272 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
22273
22274 2014-06-06 Pedro Alves <palves@redhat.com>
22275
22276 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
22277 in target debug output instead of looking at RSP packets,
22278 disabling the test on any target that uses hardware stepping.
22279 Update comments.
22280
22281 2014-06-06 Pedro Alves <palves@redhat.com>
22282
22283 * gdb.base/break-unload-file.exp: Fix typo.
22284
22285 2014-06-06 Yao Qi <yao@codesourcery.com>
22286
22287 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
22288 from "jit_function" to "^jit_function".
22289
22290 2014-06-06 Yao Qi <yao@codesourcery.com>
22291
22292 * gdb.base/async.c (foo): Add one statement.
22293 * gdb.base/async.exp: Get the next instruction address and
22294 match the output of "nexti" by instruction address. Match
22295 the hex address in the output of "finish".
22296
22297 2014-06-06 Gary Benson <gbenson@redhat.com>
22298
22299 * gdb.base/call-signals.c: Remove preprocessor conditionals
22300 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
22301 SIGSEGV and SIGTERM.
22302 * gdb.base/sigall.c: Likewise.
22303 * gdb.base/unwindonsignal.c: Likewise.
22304 * gdb.reverse/sigall-reverse.c: Likewise.
22305
22306 2014-06-06 Yao Qi <yao@codesourcery.com>
22307
22308 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
22309 readable, skip the test.
22310
22311 2014-06-06 Yao Qi <yao@codesourcery.com>
22312
22313 * gdb.threads/staticthreads.c (thread_function): Move the line
22314 setting breakpoint on forward.
22315 * gdb.threads/staticthreads.exp: Update comments.
22316
22317 2014-06-05 Ludovic Courtès <ludo@gnu.org>
22318
22319 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
22320 "history-append! type error".
22321
22322 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
22323
22324 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
22325 erroneous dprintf expected input.
22326
22327 2014-06-04 Doug Evans <xdje42@gmail.com>
22328
22329 * gdb.guile/scm-generics.exp: Delete.
22330
22331 2014-06-04 Doug Evans <xdje42@gmail.com>
22332
22333 * gdb.guile/scm-breakpoint.exp: Update.
22334 Add tests for breakpoint registration.
22335
22336 2014-06-04 Tom Tromey <tromey@redhat.com>
22337
22338 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
22339 VLA-in-union.
22340 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
22341 inner_vla_struct, vla_union types. Initialize objects of those
22342 types and compute their sizes.
22343
22344 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
22345 Hui Zhu <hui@codesourcery.com>
22346
22347 * gdb.base/fileio.exp: Add test for shell not available as well as
22348 available.
22349 * gdb.base/fileio.c (test_system): Check for shell twice.
22350
22351 2014-06-04 Yao Qi <yao@codesourcery.com>
22352
22353 * gdb.base/auto-connect-native-target.exp: Remove redundant
22354 space from the regexp pattern.
22355
22356 2014-06-04 Yao Qi <yao@codesourcery.com>
22357
22358 * gdb.base/default.exp: Replace "child" with "native" in
22359 regexp pattern.
22360
22361 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
22362
22363 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
22364 * gdb.python/py-xmethods.exp: New tests to test xmethods.
22365 * gdb.python/py-xmethods.py: Python script supporting the
22366 new testcase and tests.
22367
22368 2014-06-03 Joel Brobecker <brobecker@adacore.com>
22369 Pedro Alves <palves@redhat.com>
22370
22371 PR breakpoints/17000
22372 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
22373 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
22374
22375 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
22376
22377 * gdb.base/subst.exp: Add tests to verify partial path matching
22378 output.
22379
22380 2014-06-03 Pedro Alves <palves@redhat.com>
22381
22382 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
22383 target that doesn't use software single-stepping.
22384
22385 2014-06-03 Pedro Alves <palves@redhat.com>
22386
22387 PR breakpoints/17000
22388 * gdb.base/sss-bp-on-user-bp-2.c: New file.
22389 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
22390
22391 2014-06-02 Doug Evans <xdje42@gmail.com>
22392
22393 * gdb.guile/scm-parameter.exp: New file.
22394
22395 2014-06-02 Doug Evans <xdje42@gmail.com>
22396
22397 * gdb.guile/scm-cmd.c: New file.
22398 * gdb.guile/scm-cmd.exp: New file.
22399
22400 2014-06-02 Doug Evans <xdje42@gmail.com>
22401
22402 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
22403 pretty-printer lookup.
22404 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
22405 (make-pp_s-printer): Call it.
22406 (make-pretty-printer-from-dict): New function.
22407 (lookup-pretty-printer-maker-from-dict): New function.
22408 (*pretty-printer*): Simplify.
22409 (make-objfile-pp_s-printer): New function.
22410 (install-objfile-pretty-printers!): New function.
22411 (make-progspace-pp_s-printer): New function.
22412 (install-progspace-pretty-printers!): New function.
22413 * gdb.guile/scm-progspace.c: New file.
22414 * gdb.guile/scm-progspace.exp: New file.
22415
22416 2014-06-02 Pedro Alves <palves@redhat.com>
22417
22418 * gdb.base/dprintf-bp-same-addr.c: New file.
22419 * gdb.base/dprintf-bp-same-addr.exp: New file.
22420
22421 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
22422
22423 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
22424 * gdb.arch/powerpc-power.s: Likewise.
22425
22426 2014-06-02 Joel Brobecker <brobecker@adacore.com>
22427
22428 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
22429
22430 2014-06-01 Yao Qi <yao@codesourcery.com>
22431
22432 * gdb.base/watchpoint.exp (test_watch_location): Check null
22433 pointer can be dereferenced. If not, do the test, otherwise
22434 skip it.
22435
22436 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
22437
22438 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
22439 results.
22440 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
22441
22442 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
22443
22444 * gdb.arch/amd64-invalid-stack-middle.S: New file.
22445 * gdb.arch/amd64-invalid-stack-middle.c: New file.
22446 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
22447 * gdb.arch/amd64-invalid-stack-top.c: New file.
22448 * gdb.arch/amd64-invalid-stack-top.exp: New file.
22449
22450 2014-05-30 Pedro Alves <palves@redhat.com>
22451
22452 PR breakpoints/17000
22453 * gdb.base/sss-bp-on-user-bp.c: New file.
22454 * gdb.base/sss-bp-on-user-bp.exp: New file.
22455
22456 2014-05-30 David Blaikie <dblaikie@gmail.com>
22457
22458 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
22459 gnu_inline semantics via attribute.
22460 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
22461 source explicitly specifies the required semantics.
22462
22463 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
22464
22465 * gdb.reverse/sigall-reverse.exp: Fix a typo.
22466
22467 2014-05-29 Pedro Alves <palves@redhat.com>
22468 Tom Tromey <tromey@redhat.com>
22469
22470 * gdb.base/async-shell.exp: Don't enable target-async.
22471 * gdb.base/async.exp
22472 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
22473 parameter. Adjust.
22474 (top level): Don't test with "target-async".
22475 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
22476 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
22477 * gdb.base/inferior-died.exp: Don't enable target-async.
22478 * gdb.base/interrupt-noterm.exp: Likewise.
22479 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
22480 * gdb.mi/mi-nonstop-exit.exp: Likewise.
22481 * gdb.mi/mi-nonstop.exp: Likewise.
22482 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
22483 * gdb.mi/mi-nsintrall.exp: Likewise.
22484 * gdb.mi/mi-nsmoribund.exp: Likewise.
22485 * gdb.mi/mi-nsthrexec.exp: Likewise.
22486 * gdb.mi/mi-watch-nonstop.exp: Likewise.
22487 * gdb.multi/watchpoint-multi.exp: Adjust comment.
22488 * gdb.python/py-evsignal.exp: Don't enable target-async.
22489 * gdb.python/py-evthreads.exp: Likewise.
22490 * gdb.python/py-prompt.exp: Likewise.
22491 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
22492 * gdb.server/solib-list.exp: Don't enable target-async.
22493 * gdb.threads/thread-specific-bp.exp: Likewise.
22494 * lib/mi-support.exp: Adjust to use mi-async.
22495
22496 2014-05-29 Pedro Alves <palves@redhat.com>
22497
22498 PR gdb/13860
22499 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
22500 reason, even in sync mode.
22501
22502 2014-05-29 Pedro Alves <palves@redhat.com>
22503 Hui Zhu <hui@codesourcery.com>
22504
22505 PR PR15693
22506 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
22507 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
22508 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
22509 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
22510
22511 2014-05-28 Joel Brobecker <brobecker@adacore.com>
22512
22513 * config/monitor.exp (gdb_target_monitor): Replace use of
22514 "set remotebaud" by "set serial baud".
22515
22516 2014-05-26 Andy Wingo <wingo@igalia.com>
22517
22518 * gdb.guile/scm-breakpoint.exp:
22519 * gdb.guile/scm-gsmob.exp: Update to use plain old object
22520 properties instead of gdb-object-properties.
22521
22522 2014-05-26 Yao Qi <yao@codesourcery.com>
22523
22524 * gdb.server/no-thread-db.exp: Specify source file name
22525 explicitly when setting a breakpoint.
22526
22527 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22528
22529 * gdb.btrace/vdso.c: New.
22530 * gdb.btrace/vdso.exp: New.
22531
22532 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22533
22534 * gdb.base/gcore.exp (capture_command_output): Move ...
22535 * lib/gdb.exp (capture_command_output): ... here.
22536
22537 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22538
22539 * gdb.btrace/data.exp: Test memory access during btrace replay.
22540
22541 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
22542
22543 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
22544
22545 2014-05-21 Pedro Alves <palves@redhat.com>
22546
22547 PR gdb/13860
22548 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
22549 (top level): Test that output related to execution commands is
22550 sent to the console with CLI commands, but not with MI commands.
22551 Test that breakpoint events are always mirrored to the console.
22552 Also expect the new source line to be output after a "next" in
22553 async mode too. Make it a pass/fail test.
22554 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
22555 output.
22556 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
22557
22558 2014-05-21 Pedro Alves <palves@redhat.com>
22559
22560 * gdb.base/list.exp (build_pattern, test_list): New procedures.
22561 Use them to test variations of "list" after reaching a breakpoint.
22562 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
22563 Test "list" with listsize 10 after reaching a breakpoint.
22564 * gdb.python/python.exp (decode_line current location line
22565 number): Adjust expected line number.
22566
22567 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
22568
22569 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
22570 behavior for $args, pass it directly to "run".
22571
22572 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
22573
22574 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
22575 30000 to 65536.
22576
22577 2014-05-21 Pedro Alves <palves@redhat.com>
22578
22579 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
22580 auto-connect-native-target off".
22581 * gdb.base/auto-connect-native-target.c: New file.
22582 * gdb.base/auto-connect-native-target.exp: New file.
22583
22584 2014-05-21 Pedro Alves <palves@redhat.com>
22585
22586 * gdb.base/default.exp: Test "target native" instead of "target
22587 child".
22588
22589 2014-05-21 Mark Wielaard <mjw@redhat.com>
22590
22591 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
22592
22593 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
22594
22595 Fix TLS access for -static -pthread.
22596 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
22597 <HAVE_TLS> (thread_function, main): Initialize it.
22598 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
22599 Add clean_restart.
22600 <$have_tls != "">: Check TLSVAR.
22601
22602 2014-05-21 Pedro Alves <palves@redhat.com>
22603
22604 * gdb.base/dcache-line-read-error.c: New.
22605 * gdb.base/dcache-line-read-error.exp: New.
22606
22607 2014-05-20 Pedro Alves <palves@redhat.com>
22608
22609 * gdb.base/compare-sections.c: New file.
22610 * gdb.base/compare-sections.exp: New file.
22611
22612 2014-05-20 Pedro Alves <palves@redhat.com>
22613
22614 * gdb.base/break-idempotent.c: New file.
22615 * gdb.base/break-idempotent.exp: New file.
22616
22617 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
22618
22619 * gdb.btrace/nohist.exp: New.
22620
22621 2014-05-20 Yao Qi <yao@codesourcery.com>
22622
22623 * lib/gdb.exp (gdb_init): Set timeout if test file is under
22624 gdb.reverse directory and gdb_reverse_timeout exists in board
22625 setting.
22626 * README: Document gdb_reverse_timeout.
22627
22628 2014-05-20 Yao Qi <yao@codesourcery.com>
22629
22630 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
22631 'test_file_name'. Treat args as a string instead of a list.
22632 (gdb_init): Rename argument 'args' by 'test_file_name'.
22633
22634 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
22635
22636 * gdb.arch/powerpc-power.exp: New file.
22637 * gdb.arch/powerpc-power.s: New file.
22638
22639 2014-05-16 Doug Evans <dje@google.com>
22640
22641 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
22642 * gdb.base/completion.exp: Check that all expected files exist
22643 before doing file completion.
22644
22645 2014-05-16 Doug Evans <dje@google.com>
22646
22647 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
22648 Update.
22649 (do_syscall_tests_without_xml): Update.
22650
22651 2014-05-16 Pedro Alves <palves@redhat.com>
22652
22653 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
22654 instead of "unknown output after running".
22655
22656 2014-05-16 Yao Qi <yao@codesourcery.com>
22657
22658 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
22659 file1.txt from host at the end.
22660 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
22661
22662 2014-05-15 Doug Evans <dje@google.com>
22663
22664 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
22665 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
22666 loading file. Add test for TU lookup.
22667
22668 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
22669
22670 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
22671 calling "-exec-arguments" or "set args" before running the
22672 inferior.
22673
22674 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
22675
22676 * lib/mi-support.exp (mi_expect_stop): Expect message for
22677 inferiors that exit with non-zero exit code.
22678
22679 2014-05-14 Yao Qi <yao@codesourcery.com>
22680
22681 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
22682 match absolute path on remote host.
22683 (test_file_list_exec_source_files): Remove "/" from the
22684 pattern.
22685
22686 2014-05-14 Yao Qi <yao@codesourcery.com>
22687
22688 * boards/local-remote-host-notty.exp (${board}_file): New
22689 proc.
22690
22691 2014-05-07 Kyle McMartin <kyle@redhat.com>
22692
22693 Pushed by Joel Brobecker <brobecker@adacore.com>.
22694 * gdb.arch/aarch64-atomic-inst.c: New file.
22695 * gdb.arch/aarch64-atomic-inst.exp: New file.
22696
22697 2014-05-07 Yao Qi <yao@codesourcery.com>
22698
22699 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
22700 in current context" too.
22701
22702 2014-05-05 Keith Seitz <keiths@redhat.com>
22703
22704 * gdb.linespec/ls-dollar.exp: Add test for linespec
22705 file:convenience_variable.
22706
22707 2014-05-05 Yao Qi <yao@codesourcery.com>
22708
22709 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
22710 traceframes into tfile and ctf trace files. Read data from
22711 trace file and test collected data.
22712 (gdb_collect_locals_test): Likewise.
22713 (gdb_unavailable_registers_test): Likewise.
22714 (gdb_unavailable_floats): Likewise.
22715 (gdb_collect_globals_test): Likewise.
22716 (top-level): Append "ctf" to trace_file_targets if GDB
22717 supports.
22718
22719 2014-05-05 Yao Qi <yao@codesourcery.com>
22720
22721 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
22722 code to ...
22723 (gdb_collect_args_test_1): ... it. New proc.
22724 (gdb_collect_locals_test): Move some code to ...
22725 (gdb_collect_locals_test_1): ... it. New proc.
22726 (gdb_unavailable_registers_test): Move some code to ...
22727 (gdb_unavailable_registers_test_1): ... it. New proc.
22728 (gdb_unavailable_floats): Move some code to ...
22729 (gdb_unavailable_floats_1): ... it. New proc.
22730
22731 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
22732
22733 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
22734 probes to test for bitness recognition.
22735 * gdb.arch/amd64-stap-optional-prefix.exp
22736 (test_probe_value_without_reg): New procedure.
22737 Add code to test for different kinds of bitness.
22738
22739 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
22740
22741 PR breakpoints/16889
22742 * gdb.arch/amd64-stap-optional-prefix.S: New file.
22743 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
22744
22745 2014-05-01 Pedro Alves <palves@redhat.com>
22746
22747 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
22748 gdb_file_cmd if no file is specified.
22749 * boards/native-extended-gdbserver.exp (gdb_load): Use the
22750 last_loaded_file to set the remote exec-file.
22751
22752 2014-05-01 Pedro Alves <palves@redhat.com>
22753
22754 * boards/local-remote-host.exp: New file.
22755
22756 2014-05-01 Pedro Alves <palves@redhat.com>
22757
22758 * boards/local-remote-host.exp: Rename to ...
22759 * boards/local-remote-host-notty.exp: ... this.
22760
22761 2014-04-28 Joel Brobecker <brobecker@adacore.com>
22762
22763 * gdb.ada/dyn_arrayidx: New testcase.
22764
22765 2014-04-26 Yao Qi <yao@codesourcery.com>
22766
22767 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
22768 and compute the length of function main. Save it in
22769 $main_length.
22770 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
22771 (top-level): Use gdb_compile to compile objects into
22772 executable and restart GDB. Remove invocation to
22773 prepare_for_testing.
22774
22775 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
22776 Pedro Alves <palves@redhat.com>
22777
22778 PR server/16255
22779 * gdb.multi/multi-attach.c: New file.
22780 * gdb.multi/multi-attach.exp: New file.
22781
22782 2014-04-25 Pedro Alves <palves@redhat.com>
22783
22784 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
22785 user.
22786 (top level): Test that "set remote conditional-breakpoints-packet
22787 off" works as intended.
22788 * gdb.base/dprintf.exp: Test that "set remote
22789 breakpoint-commands-packet off" works as intended.
22790 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
22791 New function.
22792 (top level): Call it.
22793 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
22794 remote fast-tracepoints-packet off" works as intended.
22795 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
22796 * lib/gdb.exp (gdb_is_target_remote): ... here.
22797
22798 2014-04-24 David Blaikie <dblaikie@gmail.com>
22799
22800 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
22801 ensure clang would not discard them.
22802 * gdb.base/gdbvars.c: Ditto.
22803 * gdb.base/memattr.c: Ditto.
22804 * gdb.base/whatis.c: Ditto.
22805 * gdb.python/py-prettyprint.c: Ditto.
22806 * gdb.trace/actions.c: Ditto.
22807 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
22808 ensure clang would not discard it.
22809
22810 2014-04-24 David Blaikie <dblaikie@gmail.com>
22811
22812 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
22813 clang to emit the full definition of type required by the test
22814 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
22815
22816 2014-04-24 David Blaikie <dblaikie@gmail.com>
22817
22818 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
22819 coax Clang into emitting the definition of the type.
22820 * gdb.cp/pr10728-x.h (y): Ditto.
22821 * gdb.cp/pr10728-y.cc (y): Ditto.
22822
22823 2014-04-24 David Blaikie <dblaikie@gmail.com>
22824
22825 * gdb.base/label.exp: XFAIL label related tests under Clang.
22826 * gdb.cp/cplabel.exp: Ditto.
22827 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
22828 under Clang those using labels.
22829
22830 2014-04-25 Yao Qi <yao@codesourcery.com>
22831
22832 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
22833 double_label.
22834 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
22835 partial_label and double_label.
22836
22837 2014-04-24 David Blaikie <dblaikie@gmail.com>
22838
22839 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
22840
22841 2014-04-24 David Blaikie <dblaikie@gmail.com>
22842
22843 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
22844 of the function to work across GCC and Clang.
22845 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
22846 pointer types (const void ** const V void **).
22847
22848 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
22849 Walfred Tedeschi <walfred.tedeschi@intel.com>
22850
22851 * Makefile.in (EXECUTABLES): Added i386-avx512.
22852 * gdb.arch/i386-avx512.c: New file.
22853 * gdb.arch/i386-avx512.exp: Likewise.
22854
22855 2014-04-23 Keith Seitz <keiths@redhat.com>
22856
22857 * lib/mi-support.exp (mi_list_breakpoints): Delete.
22858 (mi_make_breakpoint_table): New procedure.
22859 (mi_create_breakpoint): Use mi_make_breakpoint
22860 and return the result.
22861 (mi_make_breakpoint): New procedure.
22862 (mi_build_kv_pairs): New procedure.
22863
22864 * gdb.mi/mi-break.exp: Remove unused globals,
22865 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
22866 All callers updated.
22867 * gdb.mi/mi-dprintf.exp: Use variable to track command
22868 number.
22869 Update all callers of mi_create_breakpoint and use
22870 mi_make_breakpoint_table.
22871 Remove any unused global variables.
22872 * gdb.mi/mi-nonstop.exp: Likewise.
22873 * gdb.mi/mi-nsintrall.exp: Likewise.
22874 * gdb.mi/mi-nsmoribund.exp: Likewise.
22875 * gdb.mi/mi-nsthrexec.exp: Likewise.
22876 * gdb.mi/mi-reverse.exp: Likewise.
22877 * gdb.mi/mi-simplerun.exp: Likewise.
22878 * gdb.mi/mi-stepn.exp: Likewise.
22879 * gdb.mi/mi-syn-frame.exp: Likewise.
22880 * gdb.mi/mi-until.exp: Likewise.
22881 * gdb.mi/mi-var-cp.exp: Likewise.
22882 * gdb.mi/mi-var-display.exp: Likewise.
22883 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
22884 * gdb.mi/mi2-var-child.exp: Likewise.
22885 * gdb.mi/mi-vla-c99.exp: Likewise.
22886 * lib/mi-support.exp: Likewise.
22887
22888 From Ian Lance Taylor <iant@cygnus.com>:
22889 * lib/gdb.exp (parse_args): New procedure.
22890
22891 2014-04-23 Pedro Alves <palves@redhat.com>
22892
22893 * gdb.base/break-unload-file.c: New file.
22894 * gdb.base/break-unload-file.exp: New file.
22895 * gdb.base/sym-file-lib.c (baz): New function.
22896 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
22897 field.
22898 (load): Store the segment's mapped size.
22899 (unload): New function.
22900 (unload_shlib): New function.
22901 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
22902 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
22903 set a breakpoint at baz, and call it.
22904 * gdb.base/sym-file.exp: New tests for stale breakpoint
22905 instructions.
22906
22907 2014-04-23 Pedro Alves <palves@redhat.com>
22908
22909 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
22910 * gdb.base/hbreak-in-shr-unsupported.c: New file.
22911 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
22912 * gdb.base/hbreak-unmapped.c: New file.
22913 * gdb.base/hbreak-unmapped.exp: New file.
22914 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
22915 * lib/gdb.exp (gdb_is_target_remote): ... here.
22916
22917 2014-04-22 Pedro Alves <palves@redhat.com>
22918
22919 * gdb.base/consecutive-step-over.c: New file.
22920 * gdb.base/consecutive-step-over.exp: New file.
22921
22922 2014-04-22 Pedro Alves <palves@redhat.com>
22923
22924 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
22925 instead of send_gdb/gdb_expect.
22926
22927 2014-04-22 Yao Qi <yao@codesourcery.com>
22928
22929 * lib/trace-support.exp (generate_tracefile): New procedure.
22930 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
22931 return 0.
22932 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
22933 if generate_tracefile returns 1.
22934
22935 2014-04-18 Tom Tromey <palves@redhat.com>
22936 Pedro alves <tromey@redhat.com>
22937
22938 PR backtrace/15558
22939 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
22940 with a backtrace limit.
22941 * gdb.python/py-frame-inline.exp: Test running to an inline
22942 function with a backtrace limit, and printing the newest frame.
22943 * gdb.python/py-frame-inline.c (main): Call f.
22944
22945 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
22946
22947 * gdb.java/jnpe.exp: Drop srcdir from untested path.
22948
22949 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
22950
22951 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
22952 Drop prefix from unsupported source file path.
22953
22954 2014-04-17 Yao Qi <yao@codesourcery.com>
22955
22956 * lib/gdb.exp (with_target_charset): New proc.
22957 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
22958 with_target_charset.
22959 (test_print_strings): Likewise.
22960 (test_repeat_bytes): Likewise.
22961 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
22962 for some tests.
22963
22964 2014-04-16 Keith Seitz <keiths@redhat.com>
22965
22966 PR gdb/15827
22967 * gdb.dwarf2/corrupt.c: New file.
22968 * gdb.dwarf2/corrupt.exp: New file.
22969
22970 2014-04-16 Keith Seitz <keiths@redhat.com>
22971
22972 PR c++/16597
22973 * gdb.cp/namelessclass.cc: New file.
22974 * gdb.cp/namelessclass.exp: New file.
22975 * gdb.cp/namelessclass.S: New file.
22976
22977 2014-04-16 Doug Evans <dje@google.com>
22978
22979 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
22980 Add comment.
22981 (gdbserver_default_get_comm_port): New function.
22982 (gdbserver_start): Check if board file provided
22983 "gdbserver,get_comm_port" and use it if so.
22984 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
22985 (gdb,socketport): Set to "stdio".
22986 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
22987 (stdio_gdbserver_template): Delete.
22988 (${board}_get_remote_address): Update.
22989 (${board}_build_remote_cmd): Delete.
22990 (${board}_get_comm_port): New function.
22991 (${board}_spawn): Update.
22992 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
22993 Delete.
22994 (${board}_get_remote_address): Update.
22995 (${board}_get_comm_port): New function.
22996
22997 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
22998
22999 * gdb.base/memattr.exp: Improve regexps to handle memory regions
23000 appearing in any order.
23001
23002 2014-04-15 Doug Evans <dje@google.com>
23003
23004 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
23005 uninitialized value of "description".
23006
23007 2014-04-15 Keith Seitz <keiths@redhat.com>
23008
23009 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
23010 Remove unused globals.
23011 (test_running_the_program): Likewise.
23012 (test_controlled_execution): Likewise.
23013 (test_controlling_breakpoints): Likewise.
23014 (test_program_termination): Likewise.
23015
23016 2014-04-15 Keith Seitz <keiths@redhat.com>
23017
23018 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
23019 unused globals.
23020 (test_rbreak_creation_and_listing): Likewise.
23021 (test_ignore_count): Likewise.
23022 (test_error): Likewise.
23023
23024 2014-04-15 Pedro Alves <palves@redhat.com>
23025
23026 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
23027 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
23028 sym-file-loader.c.
23029 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
23030 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
23031 to sym-file-loader.c.
23032 (struct library): Forward declare.
23033 (load_shlib, lookup_function): Change prototypes.
23034 (find_shstrtab, find_strtab, find_shdr, find_symtab)
23035 (translate_offset): Remove declarations.
23036 (get_text_addr): New declaration.
23037 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
23038 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
23039 sym-file-loader.h.
23040 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
23041 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
23042 here from sym-file-loader.h.
23043 (struct library): New structure.
23044 (load_shlib, lookup_function): Change prototypes and adjust to
23045 work with a struct library.
23046 (find_shstrtab, find_strtab, find_shdr, find_symtab)
23047 (translate_offset): Make static.
23048 (get_text_addr): New function.
23049 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
23050
23051 2014-04-15 Pedro Alves <palves@redhat.com>
23052
23053 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
23054
23055 2014-04-15 Pedro Alves <palves@redhat.com>
23056
23057 * gdb.base/sym-file-loader.c: Include <limits.h>.
23058 (SELF_LINK): New define.
23059 (get_origin): New function.
23060 (load_shlib): Use it.
23061 * gdb.base/sym-file.exp: Don't early return if the target is
23062 remote. Use runto_main, and issue fail is that fails. Use
23063 gdb_load_shlibs.
23064 (shlib_name): Delete.
23065 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
23066
23067 2014-04-15 Pedro Alves <palves@redhat.com>
23068
23069 * gdb.base/sym-file.exp: Remove regex characters from test
23070 message. Don't refer to breakpoint numbers in test messages.
23071
23072 2014-04-14 Keith Seitz <keiths@redhat.com>
23073
23074 PR c++/16253
23075 * gdb.cp/var-tag.cc: New file.
23076 * gdb.cp/var-tag.exp: New file.
23077 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
23078 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
23079 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
23080 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
23081
23082 2014-04-14 Tom Tromey <tromey@redhat.com>
23083
23084 * gdb.cp/classes.exp (test_enums): Handle underlying type.
23085 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
23086 type.
23087 * gdb.cp/enum-class.exp: New file.
23088 * gdb.cp/enum-class.cc: New file.
23089
23090 2014-04-14 Tom Tromey <tromey@redhat.com>
23091
23092 * gdb.dwarf2/enum-type.exp: New file.
23093
23094 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23095
23096 * gdb.mi/mi-vla-c99.exp: New file.
23097 * gdb.mi/vla.c: New file.
23098
23099 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23100
23101 * gdb.base/vla-datatypes.c: New file.
23102 * gdb.base/vla-datatypes.exp: New file.
23103
23104 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23105
23106 * gdb.base/vla-ptr.c: New file.
23107 * gdb.base/vla-ptr.exp: New file.
23108
23109 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23110
23111 * gdb.dwarf2/count.exp: New file.
23112
23113 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23114
23115 * gdb.base/vla-sideeffect.c: New file.
23116 * gdb.base/vla-sideeffect.exp: New file.
23117
23118 2014-04-14 David Blaikie <dblaikie@gmail.com>
23119
23120 * gdb.mi/non-stop.c: Add return value for non-void function return
23121 statement.
23122 * gdb.threads/staticthreads.c: Ditto.
23123
23124 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
23125 Doug Evans <xdje42@gmail.com>
23126
23127 * gdb.guile/scm-value.c: Improve test case.
23128 * gdb.guile/scm-value.exp: Add new test.
23129
23130 2014-04-11 David Blaikie <dblaikie@gmail.com>
23131
23132 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
23133 override Clang's default.
23134
23135 2014-04-11 Joel Brobecker <brobecker@adacore.com>
23136
23137 Revert the following changes (regressions):
23138
23139 * gdb.base/vla-sideeffect.c: New file.
23140 * gdb.base/vla-sideeffect.exp: New file.
23141
23142 * gdb.dwarf2/count.exp: New file.
23143
23144 * gdb.base/vla-multi.c: New file.
23145 * gdb.base/vla-multi.exp: New file.
23146
23147 * gdb.base/vla-ptr.c: New file.
23148 * gdb.base/vla-ptr.exp: New file.
23149
23150 * gdb.base/vla-datatypes.c: New file.
23151 * gdb.base/vla-datatypes.exp: New file.
23152
23153 * gdb.mi/mi-vla-c99.exp: New file.
23154 * gdb.mi/vla.c: New file.
23155
23156 2014-04-11 Keith Seitz <keiths@redhat.com>
23157
23158 PR c++/16675
23159 * gdb.cp/cpsizeof.exp: New file.
23160 * gdb.cp/cpsizeof.cc: New file.
23161
23162 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23163
23164 * gdb.mi/mi-vla-c99.exp: New file.
23165 * gdb.mi/vla.c: New file.
23166
23167 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23168
23169 * gdb.base/vla-datatypes.c: New file.
23170 * gdb.base/vla-datatypes.exp: New file.
23171
23172 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23173
23174 * gdb.base/vla-ptr.c: New file.
23175 * gdb.base/vla-ptr.exp: New file.
23176
23177 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23178
23179 * gdb.base/vla-multi.c: New file.
23180 * gdb.base/vla-multi.exp: New file.
23181
23182 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23183
23184 * gdb.dwarf2/count.exp: New file.
23185
23186 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23187
23188 * gdb.base/vla-sideeffect.c: New file.
23189 * gdb.base/vla-sideeffect.exp: New file.
23190
23191 2014-04-11 Yao Qi <yao@codesourcery.com>
23192
23193 * gdb.base/completion.exp: Check file exists before running tests
23194 on file completion.
23195
23196 2014-04-10 Pedro Alves <palves@redhat.com>
23197
23198 * gdb.base/cond-eval-mode.c: New file.
23199 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
23200 prepare_for_testing to build the new file. Check result of
23201 runto_main.
23202 (test_break, test_watch): New procedures.
23203 (top level): Use them.
23204
23205 2014-04-08 Pierre Muller <muller@sourceware.org>
23206
23207 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
23208 Ctrl-V use for mingw hosts.
23209
23210 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
23211
23212 * gdb.python/py-value.c: Improve test case.
23213 * gdb.python/py-value.exp: Add new test.
23214
23215 2014-04-07 David Blaikie <dblaikie@gmail.com>
23216
23217 * lib/compiler.c: Identify the clang compiler.
23218 * lib/compiler.cc: Ditto.
23219
23220 2014-04-03 Yao Qi <yao@codesourcery.com>
23221
23222 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
23223
23224 2014-04-01 Anton Blanchard <anton@samba.org>
23225
23226 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
23227 messages unique.
23228
23229 2014-04-01 Anton Blanchard <anton@samba.org>
23230
23231 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
23232 prepare_for_testing.
23233
23234 2014-04-01 Anton Blanchard <anton@samba.org>
23235
23236 * gdb.arch/ppc64-atomic-inst.c: Remove.
23237 * gdb.arch/ppc64-atomic-inst.S: New file.
23238 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
23239
23240 2014-03-31 Doug Evans <dje@google.com>
23241
23242 * gdb.base/print-symbol-loading-lib.c: New file.
23243 * gdb.base/print-symbol-loading-main.c: New file.
23244 * gdb.base/print-symbol-loading.exp: New file.
23245
23246 2014-03-31 Yao Qi <yao@codesourcery.com>
23247
23248 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
23249
23250 2014-03-28 Joel Brobecker <brobecker@adacore.com>
23251
23252 * gdb.ada/mi_dyn_arr: New testcase.
23253
23254 2014-03-27 Doug Evans <dje@google.com>
23255
23256 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
23257
23258 2014-03-27 Yao Qi <yao@codesourcery.com>
23259
23260 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
23261 if target is nios2-*-*.
23262
23263 2014-03-26 Yao Qi <yao@codesourcery.com>
23264
23265 * lib/gdb.exp (readline_is_used): New proc.
23266 * gdb.base/completion.exp: Move tests on command complete up.
23267 Skip the rest of tests if readline is not used.
23268 * gdb.ada/complete.exp: Skp the test if readline is not
23269 used.
23270 * gdb.base/filesym.exp: Likewise.
23271 * gdb.base/macscp.exp: Likewise.
23272 * gdb.base/readline-ask.exp: Likewise.
23273 * gdb.base/readline.exp: Likewise.
23274 * gdb.python/py-cmd.exp: Likewise.
23275 * gdb.trace/tfile.exp: Likewise.
23276
23277 2014-03-26 Yao Qi <yao@codesourcery.com>
23278
23279 * gdb.base/macscp.exp: Fix code format issues.
23280
23281 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
23282
23283 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
23284 * gdb.asm/powerpc64le.inc: New file.
23285
23286 2014-03-25 Pedro Alves <palves@redhat.com>
23287 Doug Evans <dje@google.com>
23288
23289 * gdb.base/source-execution.c: New file.
23290 * gdb.base/source-execution.exp: New file.
23291 * gdb.base/source-execution.gdb: New file.
23292
23293 2014-03-24 Doug Evans <dje@google.com>
23294
23295 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
23296 using fission.
23297
23298 2014-03-24 Hui Zhu <hui@codesourcery.com>
23299 Pedro Alves <palves@redhat.com>
23300
23301 PR breakpoints/16101
23302 * gdb.base/dprintf.exp: Use unsupported rather than changing the
23303 test pass/fail messages. Detect missing support for dprintf when
23304 breakpoints are actually inserted.
23305 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
23306 breakpoints are actually inserted.
23307 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
23308 fails.
23309
23310 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
23311
23312 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
23313
23314 2014-03-22 Doug Evans <xdje42@gmail.com>
23315
23316 * gdb.python/python.exp (python not supported): Verify multi-line
23317 python command issues an error.
23318 * gdb.guile/guile.exp (guile not supported): Verify multi-line
23319 guile command issues an error.
23320
23321 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
23322
23323 * gdb.threads/thread-specific.exp: Handle the lack of usable
23324 $this_breakpoint and $this_thread.
23325
23326 2014-03-21 Hui Zhu <hui@codesourcery.com>
23327
23328 * gdb.base/attach.exp (do_command_attach_tests): New.
23329
23330 2014-03-20 Tom Tromey <tromey@redhat.com>
23331 Pedro Alves <palves@redhat.com>
23332
23333 PR cli/15718
23334 * gdb.base/condbreak-call-false.c: New file.
23335 * gdb.base/condbreak-call-false.exp: New file.
23336
23337 2014-03-20 Pedro Alves <palves@redhat.com>
23338
23339 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
23340 Delete.
23341 (block_signals, unblock_signals): Delete.
23342 (child_function_2, main): Remove references to deleted variable
23343 and functions.
23344
23345 2014-03-20 Pedro Alves <palves@redhat.com>
23346
23347 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
23348 Use pthread_kill to signal thread 2.
23349 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
23350 Adjust to make the test send itself a signal rather than using the
23351 host's "kill" command.
23352
23353 2014-03-20 Pedro Alves <palves@redhat.com>
23354
23355 * gdb.threads/multiple-step-overs.c: New file.
23356 * gdb.threads/multiple-step-overs.exp: New file.
23357 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
23358 Adjust expected infrun debug output.
23359
23360 2014-03-20 Pedro Alves <palves@redhat.com>
23361
23362 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
23363 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
23364
23365 2014-03-20 Pedro Alves <palves@redhat.com>
23366
23367 PR breakpoints/7143
23368 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
23369 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
23370 of gdb_test_multiple.
23371 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
23372 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
23373
23374 2014-03-20 Pedro Alves <palves@redhat.com>
23375
23376 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
23377 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
23378
23379 2014-03-19 Pedro Alves <palves@redhat.com>
23380
23381 * gdb.base/async.exp: Remove early return.
23382
23383 2014-03-19 Pedro Alves <palves@redhat.com>
23384
23385 * gdb.base/async.exp (step& tests): Pass explicit test messages.
23386
23387 2014-03-19 Pedro Alves <palves@redhat.com>
23388
23389 * gdb.base/async.exp (test_background): Expect \r\n after
23390 "completed." in the fail pattern.
23391
23392 2014-03-19 Pedro Alves <palves@redhat.com>
23393
23394 * gdb.base/async.exp (test_background): New procedure.
23395 Use it for all background execution command tests.
23396
23397 2014-03-19 Pedro Alves <palves@redhat.com>
23398
23399 * gdb.base/async.exp: Use prepare_for_testing.
23400
23401 2014-03-19 Pedro Alves <palves@redhat.com>
23402
23403 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
23404 the same line.
23405
23406 2014-03-19 Pedro Alves <palves@redhat.com>
23407
23408 * gdb.base/async.c (main): Add "jump here" and "until here" line
23409 marker comments.
23410 * gdb.base/async.exp (jump_here): New global.
23411 (jump& test): Use it.
23412 (until_here): New global.
23413 (until& test): Use it.
23414
23415 2014-03-19 Pedro Alves <palves@redhat.com>
23416
23417 * gdb.base/async.exp: Don't frob gdb_protocol.
23418
23419 2014-03-18 Doug Evans <xdje42@gmail.com>
23420
23421 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
23422 Fix spelling of exec-done-display.
23423
23424 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
23425
23426 PR gdb/15358
23427 * gdb.base/gdb-sigterm.c: New file.
23428 * gdb.base/gdb-sigterm.exp: New file.
23429
23430 2014-03-18 Pedro Alves <palves@redhat.com>
23431
23432 PR gdb/13860
23433 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
23434 * lib/mi-support.exp (mi_expect_stop): Add special handling for
23435 solib-event.
23436
23437 2014-03-17 Joel Brobecker <brobecker@adacore.com>
23438
23439 * gdb.ada/pckd_arr_ren: New testcase.
23440
23441 2014-03-13 Doug Evans <xdje42@gmail.com>
23442
23443 PR guile/16612
23444 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
23445 collect after discarding symbols.
23446
23447 2014-03-13 Ludovic Courtès <ludo@gnu.org>
23448 Doug Evans <xdje42@gmail.com>
23449
23450 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
23451 to history survives a gc.
23452
23453 2014-03-13 Pedro Alves <palves@redhat.com>
23454
23455 * gdb.base/default.exp: Don't test "target procfs".
23456
23457 2014-03-13 Pedro Alves <palves@redhat.com>
23458
23459 * gdb.base/default.exp: Update "target child" and "target procfs"
23460 tests to not expect "Unix".
23461
23462 2014-03-12 Tom Tromey <tromey@redhat.com>
23463
23464 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
23465 New procs. Add target-async tests.
23466 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
23467 Add target-async tests.
23468
23469 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23470
23471 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
23472 'func_start' and 'func_end' for the beginning and end of the
23473 function code, respectively.
23474 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
23475 'func_end' instead of 'func' and 'main'.
23476
23477 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23478
23479 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
23480 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
23481 generate the debug info assembler source.
23482
23483 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23484
23485 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
23486 * gdb.dwarf2/arr-subrange.exp: Likewise.
23487 * gdb.dwarf2/dwz.exp: Likewise.
23488 * gdb.dwarf2/method-ptr.exp: Likewise.
23489 * gdb.dwarf2/missing-sig-type.exp: Likewise.
23490 * gdb.dwarf2/subrange.exp: Likewise.
23491 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
23492 * gdb.dwarf2/implptrpiece.exp: Likewise.
23493 * gdb.dwarf2/nostaticblock.exp: Likewise.
23494
23495 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23496
23497 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
23498 directory to absolute path name arguments.
23499
23500 2014-03-10 Joel Brobecker <brobecker@adacore.com>
23501
23502 * gdb.ada/tagged_access: New testcase.
23503
23504 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
23505
23506 * gdb.btrace/data.exp: Update expected output.
23507
23508 2014-03-06 Yao Qi <yao@codesourcery.com>
23509
23510 * gdb.trace/pr16508.exp: New file.
23511
23512 2014-03-05 Pedro Alves <palves@redhat.com>
23513
23514 PR gdb/16575
23515 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
23516 procedure.
23517 (top level): Adjust to use it. Add tests that exercise breakpoint
23518 interaction with the code-cache.
23519
23520 2014-02-26 Ludovic Courtès <ludo@gnu.org>
23521
23522 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
23523 test for 'history-append!'.
23524
23525 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23526
23527 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
23528 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
23529 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
23530 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
23531 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
23532 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
23533
23534 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23535
23536 * testsuite/gdb.python/py-pp-re-notag.c: New file.
23537 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
23538 * testsuite/gdb.python/py-pp-re-notag.p: New file.
23539
23540 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23541
23542 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
23543
23544 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23545
23546 * gdb.dwarf2/arr-stride.c: New file.
23547 * gdb.dwarf2/arr-stride.exp: New file.
23548
23549 2014-02-26 Pedro Alves <palves@redhat.com>
23550
23551 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
23552 that won't ever trigger. Make sure that GDB reports the correct
23553 breakpoint that caused the stop.
23554
23555 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
23556
23557 PR gdb/16626
23558 * gdb.base/auto-load-script: New file.
23559 * gdb.base/auto-load.c: New file.
23560 * gdb.base/auto-load.exp: New file.
23561
23562 PR gdb/16626
23563 * gdb.base/auto-load.exp: Fix out-of-srctree run.
23564
23565 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
23566
23567 Fix dw2-icycle.exp -fsanitize=address GDB crash.
23568 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
23569
23570 2014-02-24 Doug Evans <dje@google.com>
23571
23572 * lib/gdb.exp (run_on_host): Log error output if program fails.
23573
23574 2014-02-21 Pedro Alves <palves@redhat.com>
23575
23576 * gdb.threads/step-after-sr-lock.c: Rename to ...
23577 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
23578 * gdb.threads/step-after-sr-lock.exp: Rename to ...
23579 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
23580 ... this.
23581
23582 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
23583
23584 PR tdep/16397
23585 * gdb.arch/amd64-stap-special-operands.exp: New file.
23586 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
23587 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
23588 * gdb.arch/amd64-stap-triplet.S: Likewise.
23589 * gdb.arch/amd64-stap-triplet.c: Likewise.
23590
23591 2014-02-20 Joel Brobecker <brobecker@adacore.com>
23592
23593 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
23594 in .section pseudo-op.
23595
23596 2014-02-20 lin zuojian <manjian2006@gmail.com>
23597 Joel Brobecker <brobecker@adacore.com>
23598 Doug Evans <xdje42@gmail.com>
23599
23600 PR symtab/16581
23601 * gdb.dwarf2/dw2-icycle.S: New file.
23602 * gdb.dwarf2/dw2-icycle.c: New file.
23603 * gdb.dwarf2/dw2-icycle.exp: New file.
23604
23605 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
23606
23607 * gdb.python/py-value-cc.cc: Improve test case to enable testing
23608 operations on gdb.Value objects.
23609 * gdb.python/py-value-cc.exp: Add new test to test operations on
23610 gdb.Value objects.
23611
23612 2014-02-18 Doug Evans <dje@google.com>
23613
23614 * Makefile.in (TESTS): New variable.
23615 (expanded_tests, expanded_tests_or_none): New variables
23616 (check-single): Pass $(expanded_tests_or_none) to runtest.
23617 (check-parallel): Only run tests in $(TESTS) if non-empty.
23618 (check/no-matching-tests-found): New rule.
23619 * README: Document TESTS makefile variable.
23620
23621 2014-02-18 Doug Evans <dje@google.com>
23622
23623 * Makefile.in (check-parallel): rm -rf outputs temp.
23624
23625 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
23626
23627 Fix "ERROR: no fileid for" in the testsuite.
23628 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
23629
23630 2014-02-12 Doug Evans <dje@google.com>
23631
23632 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
23633 (MISCELLANEOUS): New variable.
23634 (clean): rm -rf $(MISCELLANEOUS).
23635 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
23636 dwp live in the same directory as symlinks, with each symlink pointed
23637 to a differently named file in a different directory.
23638
23639 2014-02-11 Doug Evans <dje@google.com>
23640
23641 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
23642 of Tcl file commands.
23643
23644 2014-02-10 Mark Kettenis <kettenis@gnu.org>
23645
23646 * gdb.threads/step-after-sr-lock.exp: Avoid executing
23647 "kill -SIGUSR1 -1".
23648
23649 2014-02-10 Joel Brobecker <brobecker@adacore.com>
23650
23651 * gdb.ada/tick_length_array_enum_idx: New testcase.
23652
23653 2014-02-10 Doug Evans <xdje42@gmail.com>
23654
23655 * configure.ac (AC_OUTPUT): Add gdb.guile.
23656 * configure: Regenerate.
23657 * lib/gdb-guile.exp: New file.
23658 * lib/gdb.exp (get_target_charset): New function.
23659 * gdb.base/help.exp: Update expected output from "apropos apropos".
23660 * gdb.guile/Makefile.in: New file.
23661 * gdb.guile/guile.exp: New file.
23662 * gdb.guile/scm-arch.c: New file.
23663 * gdb.guile/scm-arch.exp: New file.
23664 * gdb.guile/scm-block.c: New file.
23665 * gdb.guile/scm-block.exp: New file.
23666 * gdb.guile/scm-breakpoint.c: New file.
23667 * gdb.guile/scm-breakpoint.exp: New file.
23668 * gdb.guile/scm-disasm.c: New file.
23669 * gdb.guile/scm-disasm.exp: New file.
23670 * gdb.guile/scm-equal.c: New file.
23671 * gdb.guile/scm-equal.exp: New file.
23672 * gdb.guile/scm-error.exp: New file.
23673 * gdb.guile/scm-error.scm: New file.
23674 * gdb.guile/scm-frame-args.c: New file.
23675 * gdb.guile/scm-frame-args.exp: New file.
23676 * gdb.guile/scm-frame-args.scm: New file.
23677 * gdb.guile/scm-frame-inline.c: New file.
23678 * gdb.guile/scm-frame-inline.exp: New file.
23679 * gdb.guile/scm-frame.c: New file.
23680 * gdb.guile/scm-frame.exp: New file.
23681 * gdb.guile/scm-generics.exp: New file.
23682 * gdb.guile/scm-gsmob.exp: New file.
23683 * gdb.guile/scm-iterator.c: New file.
23684 * gdb.guile/scm-iterator.exp: New file.
23685 * gdb.guile/scm-math.c: New file.
23686 * gdb.guile/scm-math.exp: New file.
23687 * gdb.guile/scm-objfile-script-gdb.in: New file.
23688 * gdb.guile/scm-objfile-script.c: New file.
23689 * gdb.guile/scm-objfile-script.exp: New file.
23690 * gdb.guile/scm-objfile.c: New file.
23691 * gdb.guile/scm-objfile.exp: New file.
23692 * gdb.guile/scm-ports.exp: New file.
23693 * gdb.guile/scm-pretty-print.c: New file.
23694 * gdb.guile/scm-pretty-print.exp: New file.
23695 * gdb.guile/scm-pretty-print.scm: New file.
23696 * gdb.guile/scm-section-script.c: New file.
23697 * gdb.guile/scm-section-script.exp: New file.
23698 * gdb.guile/scm-section-script.scm: New file.
23699 * gdb.guile/scm-symbol.c: New file.
23700 * gdb.guile/scm-symbol.exp: New file.
23701 * gdb.guile/scm-symtab-2.c: New file.
23702 * gdb.guile/scm-symtab.c: New file.
23703 * gdb.guile/scm-symtab.exp: New file.
23704 * gdb.guile/scm-type.c: New file.
23705 * gdb.guile/scm-type.exp: New file.
23706 * gdb.guile/scm-value-cc.cc: New file.
23707 * gdb.guile/scm-value-cc.exp: New file.
23708 * gdb.guile/scm-value.c: New file.
23709 * gdb.guile/scm-value.exp: New file.
23710 * gdb.guile/source2.scm: New file.
23711 * gdb.guile/types-module.cc: New file.
23712 * gdb.guile/types-module.exp: New file.
23713
23714 2014-02-10 Yao Qi <yao@codesourcery.com>
23715
23716 PR testsuite/16543
23717 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
23718 * configure: Regenerated.
23719 * Makefile.in: New file.
23720
23721 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
23722
23723 * gdb.python/py-framefilter.exp: Fix typo.
23724
23725 2014-02-08 Yao Qi <yao@codesourcery.com>
23726
23727 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
23728 that no =breakpoint-modified is emitted when breakpoints are
23729 modified through MI commands.
23730
23731 2014-02-07 Pedro Alves <pedro@codesourcery.com>
23732 Pedro Alves <palves@redhat.com>
23733
23734 * gdb.threads/step-after-sr-lock.c: New file.
23735 * gdb.threads/step-after-sr-lock.exp: New file.
23736
23737 2014-02-07 Pedro Alves <palves@redhat.com>
23738
23739 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
23740
23741 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
23742
23743 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
23744 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
23745
23746 2014-02-06 Doug Evans <xdje42@gmail.com>
23747
23748 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
23749 output.
23750
23751 * gdb.gdb/python-interrupts.exp: New file.
23752
23753 2014-02-05 Yao Qi <yao@codesourcery.com>
23754
23755 * gdb.trace/report.exp (use_collected_data): Test the output
23756 of "info threads" and "info inferiors".
23757
23758 2014-02-05 Yao Qi <yao@codesourcery.com>
23759
23760 Revert this patch:
23761
23762 2013-05-24 Yao Qi <yao@codesourcery.com>
23763
23764 * gdb.trace/tfile.exp: Test inferior and thread.
23765
23766 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23767
23768 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
23769 on a function.
23770 * gdb.base/step-bt.c: Call hello via function pointer to make
23771 sure its first instruction is executed on powerpc64le-linux.
23772
23773 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23774
23775 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
23776
23777 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23778
23779 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
23780 of the test patterns for use on little-endian systems.
23781
23782 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23783
23784 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
23785 (decimal_vector): Fix for little-endian.
23786
23787 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
23788
23789 * gdb.arch/sparc-sysstep.exp: New file.
23790 * gdb.arch/sparc-sysstep.c: Likewise.
23791
23792 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
23793
23794 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
23795
23796 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
23797
23798 2014-01-23 Tom Tromey <tromey@redhat.com>
23799
23800 * gdb.ada/array_char_idx: New testcase.
23801
23802 2014-01-23 Tom Tromey <tromey@redhat.com>
23803
23804 PR python/16487:
23805 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
23806 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
23807 classes.
23808
23809 2014-01-23 Tom Tromey <tromey@redhat.com>
23810
23811 PR python/16491:
23812 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
23813 string from an inferior frame.
23814 * gdb.python/py-framefilter-mi.exp: Update.
23815
23816 2014-01-22 Doug Evans <dje@google.com>
23817
23818 * gdb.server/server-mon.exp: Add tests for "set debug-format".
23819
23820 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23821
23822 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
23823
23824 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23825
23826 * gdb.trace/entry-values.exp: Remove excess space character from
23827 regex patterns. Handle s390 call instruction.
23828
23829 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23830
23831 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
23832 define "*_start" label. Make "name" static.
23833 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
23834 ${name} by references to ${name}_start.
23835
23836 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23837
23838 * gdb.base/info-macros.exp: Remove "debug" from the compile
23839 options.
23840
23841 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23842
23843 * gdb.dlang/demangle.exp: New file.
23844
23845 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23846
23847 * gdb.dlang/primitive-types.exp: New file.
23848
23849 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23850
23851 * configure.ac: Create gdb.dlang/Makefile.
23852 * configure: Regenerate.
23853 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
23854 * gdb.dlang/Makefile.in: New file.
23855 * lib/d-support.exp: New file.
23856 * lib/gdb.exp (skip_d_tests): New proc.
23857
23858 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23859
23860 * gdb.btrace/delta.exp: Check reverse stepi.
23861 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
23862 * gdb.btrace/finish.exp: New.
23863 * gdb.btrace/next.exp: New.
23864 * gdb.btrace/nexti.exp: New.
23865 * gdb.btrace/record_goto.c: Add comments.
23866 * gdb.btrace/step.exp: New.
23867 * gdb.btrace/stepi.exp: New.
23868 * gdb.btrace/multi-thread-step.c: New.
23869 * gdb.btrace/multi-thread-step.exp: New.
23870 * gdb.btrace/rn-dl-bind.c: New.
23871 * gdb.btrace/rn-dl-bind.exp: New.
23872 * gdb.btrace/data.c: New.
23873 * gdb.btrace/data.exp: New.
23874 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
23875
23876 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23877
23878 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
23879 * gdb.btrace/exception.exp: Update.
23880 * gdb.btrace/instruction_history.exp: Update.
23881 * gdb.btrace/record_goto.exp: Update.
23882 * gdb.btrace/tailcall.exp: Update.
23883 * gdb.btrace/unknown_functions.exp: Update.
23884 * gdb.btrace/delta.exp: New.
23885
23886 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23887
23888 * gdb.btrace/record_goto.exp: Add backtrace test.
23889 * gdb.btrace/tailcall.exp: Add backtrace test.
23890
23891 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23892
23893 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
23894 * gdb.btrace/record_goto.c: New.
23895 * gdb.btrace/record_goto.exp: New.
23896 * gdb.btrace/x86-record_goto.S: New.
23897
23898 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23899
23900 * gdb.btrace/function_call_history.exp: Update tests.
23901 * gdb.btrace/instruction_history.exp: Update tests.
23902
23903 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23904
23905 * gdb.btrace/function_call_history.exp: Fix expected field
23906 order for "record function-call-history".
23907 Add new tests for "record function-call-history /c".
23908 * gdb.btrace/exception.cc: New.
23909 * gdb.btrace/exception.exp: New.
23910 * gdb.btrace/tailcall.exp: New.
23911 * gdb.btrace/x86-tailcall.S: New.
23912 * gdb.btrace/x86-tailcall.c: New.
23913 * gdb.btrace/unknown_functions.c: New.
23914 * gdb.btrace/unknown_functions.exp: New.
23915 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
23916
23917 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23918
23919 * gdb.btrace/instruction_history.exp: Update.
23920 * gdb.btrace/function_call_history.exp: Update.
23921
23922 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23923
23924 * gdb.btrace/function_call_history.exp: Fix expected function
23925 trace.
23926 * gdb.btrace/instruction_history.exp: Initialize traced.
23927 Remove traced_functions.
23928
23929 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23930
23931 * gdb.btrace/function_call_history.exp: Update
23932 * gdb.btrace/instruction_history.exp: Update.
23933
23934 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23935
23936 * gdb.btrace/enable.exp: Update expected text.
23937
23938 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
23939
23940 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
23941 bytes.
23942
23943 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
23944
23945 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
23946
23947 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
23948
23949 * lib/gdb.exp (supports_process_record): Return true for
23950 arm*-linux*. (supports_reverse): Likewise.
23951
23952 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
23953
23954 PR python/15464
23955 PR python/16113
23956 * gdb.python/py-type.c: Enhance test case.
23957 * gdb.python/py-value-cc.cc: Likewise
23958 * gdb.python/py-type.exp: Add new tests.
23959 * gdb.python/py-value-cc.exp: Likewise
23960
23961 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
23962 Pedro Alves <palves@redhat.com>
23963
23964 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
23965 Make "name" extern.
23966 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
23967 references to ${name}_start by references to ${name}.
23968
23969 2014-01-10 Joel Brobecker <brobecker@adacore.com>
23970
23971 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
23972
23973 2014-01-10 Joel Brobecker <brobecker@adacore.com>
23974
23975 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
23976
23977 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
23978 Pedro Alves <palves@redhat.com>
23979
23980 * gdb.mi/mi-info-os.exp: Connect to the target with
23981 mi_gdb_target_load.
23982
23983 2014-01-08 Pedro Alves <palves@redhat.com>
23984
23985 * gdb.threads/reconnect-signal.c: New file.
23986 * gdb.threads/reconnect-signal.exp: New file.
23987
23988 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
23989
23990 * gdb.base/source-dir.exp: New file.
23991
23992 2014-01-07 Joel Brobecker <brobecker@adacore.com>
23993
23994 * gdb.ada/mi_interface: New testcase.
23995
23996 2014-01-07 Joel Brobecker <brobecker@adacore.com>
23997
23998 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
23999 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
24000 gdb.ada/pp-rec-component/pck.ads: New files.
24001
24002 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24003
24004 * gdb.python/py-pp-integral.c: New file.
24005 * gdb.python/py-pp-integral.py: New file.
24006 * gdb.python/py-pp-integral.exp: New file.
24007
24008 For older changes see ChangeLog-1993-2013.
24009 \f
24010 ;; Local Variables:
24011 ;; mode: change-log
24012 ;; left-margin: 8
24013 ;; fill-column: 74
24014 ;; version-control: never
24015 ;; End:
24016
24017 Copyright 2014-2021 Free Software Foundation, Inc.
24018 Copying and distribution of this file, with or without modification,
24019 are permitted provided the copyright notice and this notice are preserved.