gdb, testsuite, btrace: relax unneeded stepi expected output
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2021-04-12 Markus Metzger <markus.t.metzger@intel.com>
2
3 * gdb.btrace/reconnect.exp: Relax expected stepi output.
4
5 2021-04-07 Weimin Pan <weimin.pan@oracle.com>
6
7 * gdb.base/ctf-ptype.c: Add struct link containing a forward
8 reference type.
9 * gdb.base/ctf-ptype.exp: Add "ptype struct link".
10
11 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
12
13 * gdb.fortran/dynamic-ptype-whatis.exp: New file.
14 * gdb.fortran/dynamic-ptype-whatis.f90: New file.
15
16 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
17
18 * gdb.cp/rvalue-ref-params.cc (f3): New function.
19 (f4): New function.
20 (global_int): New global variable.
21 (global_float): Likeiwse.
22 (main): Call both new functions.
23 * gdb.cp/rvalue-ref-params.exp: Add new tests.
24
25 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
26
27 * gdb.dwarf2/fission-relative-dwo.c: New file.
28 * gdb.dwarf2/fission-relative-dwo.exp: New file.
29
30 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
31
32 * gdb.dwarf2/fission-absolute-dwo.c: New file.
33 * gdb.dwarf2/fission-absolute-dwo.exp: New file.
34 * gdb.dwarf2/fission-base.exp: Use build_executable_and_dwo_files
35 instead of build_executable_from_fission_assembler.
36 * gdb.dwarf2/fission-loclists-pie.exp: Likewise.
37 * gdb.dwarf2/fission-loclists.exp: Likewise.
38
39 * gdb.dwarf2/fission-multi-cu.S: Delete file.
40 * gdb.dwarf2/fission-multi-cu.c: New file based on old
41 fission-multi-cu1.c and fission-multi-cu2.c files.
42 * gdb.dwarf2/fission-multi-cu1.c: Delete file.
43 * gdb.dwarf2/fission-multi-cu2.c: Delete file.
44 * gdb.dwarf2/fission-multi-cu.exp: Rewrite to use Dwarf assembler.
45 * gdb.dwarf2/fission-reread.exp: Likewise.
46 * lib/dwarf.exp (extract_dwo_information): New proc.
47 (strip_dwo_information): New proc.
48 (build_executable_and_dwo_files): New proc.
49 (build_executable_from_fission_assembler): Delete.
50 (Dwarf::_debug_addr_index): New variable.
51 (Dwarf::_cu_is_fission): New variable.
52 (Dwarf::_handle_DW_FORM): Handle DW_OP_GNU_addr_index.
53 (Dwarf::_default_form): Supply a default for DW_AT_GNU_addr_base.
54 (Dwarf::_handle_macro_at_range): Use form DW_FORM_GNU_addr_index
55 if this is a fission CU.
56 (Dwarf::_location): Handle DW_OP_GNU_addr_index.
57 (Dwarf::debug_addr_label): New proc.
58 (Dwarf::cu): Initialise _cu_is_fission.
59 (Dwarf::tu): Likewise.
60 (Dwarf::assemble): Initialise _debug_addr_index.
61
62 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
63
64 * gdb.dwarf2/dw2-using-debug-str.exp: Add an additional test.
65
66 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
67
68 * gdb.python/py-parameter.exp: Add test for reading data-directory
69 using gdb.parameter API.
70
71 2021-04-06 Tom de Vries <tdevries@suse.de>
72
73 PR breakpoints/25884
74 * gdb.opt/inline-cmds.exp: Remove kfail.
75
76 2021-04-06 Tom de Vries <tdevries@suse.de>
77
78 PR testsuite/27691
79 * gdb.threads/gcore-thread.exp: Don't call gdb_core_cmd with core
80 file "".
81
82 2021-04-01 Egeyar Bagcioglu <egeyar@gmail.com>
83
84 * lib/pdtrace.in: Fix obvious typo.
85
86 2021-03-31 Tom Tromey <tromey@adacore.com>
87
88 * lib/dwarf.exp (Dwarf::_get_args): New proc.
89 (Dwarf::_location): Use it.
90
91 2021-03-31 Tom de Vries <tdevries@suse.de>
92
93 PR testsuite/27667
94 * lib/gdb.exp (default_gdb_init): Unset DEBUGINFOD_URLS.
95
96 2021-03-30 Simon Marchi <simon.marchi@polymtl.ca>
97
98 PR gdb/27541
99 * gdb.base/index-cache-load-twice.exp: Remove.
100 * gdb.base/index-cache-load-twice.c: Remove.
101 * gdb.dwarf2/per-bfd-sharing.exp: New.
102 * gdb.dwarf2/per-bfd-sharing.c: New.
103
104 2021-03-30 Tom de Vries <tdevries@suse.de>
105
106 PR testsuite/27604
107 * gdb.dwarf2/dw2-cu-size.S: Add missing .debug_abbrev terminator.
108
109 2021-03-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
110
111 * gdb.mi/user-selected-context-sync.exp: Spin on a variable in
112 the infinite loop to avoid a Clang bug.
113
114 2021-03-26 Will Schmidt <will_schmidt@vnet.ibm.com>
115
116 * gdb.arch/powerpc-disassembler-options.exp: Extend some test
117 names for uniqueness.
118 * gdb.arch/powerpc-fpscr-gcore.exp: Add more test names for
119 uniqueness.
120
121 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
122
123 * gdb.python/py-prettyprint.c (struct container): Add 'is_array_p'
124 member.
125 (make_container): Initialise is_array_p.
126 * gdb.python/py-prettyprint.exp: Add new tests.
127 * gdb.python/py-prettyprint.py (ContainerPrinter.display_hint):
128 Check is_array_p and possibly return 'array'.
129
130 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
131
132 * gdb.cp/breakpoint.exp: Extend test names to make them unique.
133 * gdb.cp/casts.exp: Give tests unique names.
134 * gdb.cp/filename.exp: Likewise.
135 * gdb.cp/gdb2495.exp: Likewise.
136 * gdb.cp/mb-ctor.exp: Extend test names to make them unique.
137 * gdb.cp/misc.exp: Rename test to make it unique.
138 * gdb.cp/nsnested.exp: Give tests unique names.
139 * gdb.cp/ovldbreak.exp: Likewise.
140 * gdb.cp/pr17494.exp: Rename test to reflect what is actually
141 being tested. This also removes the duplicate test name.
142 * gdb.cp/ref-types.exp: Likewise.
143 * gdb.cp/temargs.exp: Likewise.
144
145 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
146
147 * gdb.cp/cplusfuncs.exp (test_paddr_operator_functions): Escape
148 square brackets in test.
149
150 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
151
152 * gdb.cp/maint.exp (test_first_component): Run more tests with a
153 variable number of spaces, this removes the duplicate testing of
154 'operator ->' which existed before.
155
156 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
157
158 * gdb.cp/gdb2384.cc (main): Change comments used for breakpoints.
159 * gdb.cp/gdb2384.exp: Change and extend test names to avoid
160 duplicates, and also to avoid having a string inside parentheses
161 at the end of test names.
162
163 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
164
165 * gdb.cp/nsusing.exp: Rewrite test, remove a duplicate test block.
166 Avoid repeated uses of 'runto', and instread just progress once
167 through the test stopping at different breakpoints. Give comments
168 a capital letter and full stop. Give duplicate tests unique names.
169
170 2021-03-25 Pedro Alves <pedro@palves.net>
171
172 * gdb.server/stop-reply-no-thread-multi.exp (run_test): Add
173 "target_non_stop" parameter and use it.
174 (top level): Add "maint set target-non-stop on/off" testing axis.
175
176 2021-03-25 Andrew Burgess <andrew.burgess@embecosm.com>
177
178 * lib/ada.exp (gnat_runtime_has_debug_info): Use -wrap with
179 gdb_test_multiple.
180
181 2021-03-24 Luis Machado <luis.machado@linaro.org>
182
183 * gdb.arch/aarch64-mte.c: New file.
184 * gdb.arch/aarch64-mte.exp: New test.
185 * gdb.base/memtag.c: New file.
186 * gdb.base/memtag.exp: New test.
187 * lib/gdb.exp (supports_memtag): New function.
188
189 2021-03-24 Luis Machado <luis.machado@linaro.org>
190
191 * gdb.base/options.exp: Adjust for new print options.
192 * gdb.base/with.exp: Likewise.
193
194 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
195
196 * gdb.dwarf2/dw2-missing-cu-tag.c: New file.
197 * gdb.dwarf2/dw2-missing-cu-tag.exp: New file.
198
199 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
200
201 * gdb.dwarf2/dw2-using-debug-str.c: New file.
202 * gdb.dwarf2/dw2-using-debug-str.exp: New file.
203 * lib/dwarf.exp (Dwarf::DW_FORM_strp): Create .debug_str section,
204 not .debug_string.
205
206 2021-03-20 Tom Tromey <tom@tromey.com>
207
208 * gdb.base/maint.exp: Update "maint print statistics" output.
209
210 2021-03-19 Kevin Buettner <kevinb@redhat.com>
211
212 * lib/gdbserver-support.exp (gdbserver_exit): Use the
213 "-nowait" flag when waiting for gdbserver to exit.
214
215 2021-03-19 Sourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
216
217 * gdb.base/info-macros.exp: Append -fdebug-macro to
218 additional_flags for clang.
219 * gdb.base/macscp.exp: Likewise.
220 * gdb.base/style.exp: Likewise.
221 * gdb.linespec/macro-relative.exp: Likewise.
222
223 2021-03-17 Simon Marchi <simon.marchi@polymtl.ca>
224 Pedro Alves <pedro@palves.net>
225
226 * gdb.base/run-attach-while-running.exp: New.
227 * gdb.base/run-attach-while-running.c: New.
228
229 2021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
230
231 * gdb.python/py-framefilter-addr.c: New file.
232 * gdb.python/py-framefilter-addr.exp: New file.
233 * gdb.python/py-framefilter-addr.py: New file.
234
235 2021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
236
237 * gdb.threads/execl.exp: Remove duplicate 'info threads' test.
238 Make use of $gdb_test_name instead of creating a separate $test
239 variable.
240 * gdb.threads/print-threads.exp: Add a with_test_prefix instead of
241 adding a '($name)' at the end of each test. This also catches the
242 one place where '($name)' was missing, and so caused a duplicate
243 test name.
244 * gdb.threads/queue-signal.exp: Give tests unique names to avoid
245 duplicate test names based on the command being tested.
246 * gdb.threads/signal-command-multiple-signals-pending.exp:
247 Likewise.
248 * lib/gdb.exp (gdb_compile_shlib_pthreads): Tweak test name to
249 avoid duplicate testnames when a test script uses this proc and
250 also gdb_compile_pthreads.
251 * lib/prelink-support.exp (build_executable_own_libs): Use
252 with_test_prefix to avoid duplicate test names when we call
253 build_executable twice.
254
255 2021-03-15 Tom Tromey <tromey@adacore.com>
256
257 * gdb.ada/fixed_points.exp: Add tests of unary + and -.
258
259 2021-03-15 Tom Tromey <tromey@adacore.com>
260
261 * gdb.ada/varsize_limit.exp: Add new test.
262 * gdb.ada/varsize_limit/vsizelim.adb: Update.
263
264 2021-03-15 Tom Tromey <tromey@adacore.com>
265
266 * gdb.ada/operator_call/twovecs.ads: New file.
267 * gdb.ada/operator_call/twovecs.adb: New file.
268 * gdb.ada/operator_call/opcall.adb: New file.
269 * gdb.ada/operator_call.exp: New file.
270
271 2021-03-15 Tom Tromey <tromey@adacore.com>
272
273 * gdb.ada/enums_overload/enums_overload_main.adb: New file.
274 * gdb.ada/enums_overload/enums_overload.ads: New file.
275 * gdb.ada/enums_overload/enums_overload.adb: New file.
276 * gdb.ada/enums_overload.exp: New file.
277
278 2021-03-15 Tom Tromey <tromey@adacore.com>
279
280 * gdb.ada/assign_arr/target_wrapper.ads (IArray, Put, Do_Nothing):
281 Declare.
282 * gdb.ada/assign_arr/target_wrapper.adb: New file.
283 * gdb.ada/assign_arr/main_p324_051.adb (IValue): New variable.
284 Call Put.
285 * gdb.ada/assign_arr.exp: Update.
286
287 2021-03-15 Andrew Burgess <andrew.burgess@embecosm.com>
288
289 * gdb.python/py-auto-load-chaining-f1.c: New file.
290 * gdb.python/py-auto-load-chaining-f1.o-gdb.py: New file.
291 * gdb.python/py-auto-load-chaining-f2.c: New file.
292 * gdb.python/py-auto-load-chaining-f2.o-gdb.py: New file.
293 * gdb.python/py-auto-load-chaining.c: New file.
294 * gdb.python/py-auto-load-chaining.exp: New file.
295
296 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
297
298 * gdb.python/py-bad-printers.exp: Extend test names to make them
299 unique.
300 * gdb.python/py-events.exp: Likewise.
301 * gdb.python/py-finish-breakpoint2.exp: Likewise.
302 * gdb.python/py-frame-inline.exp: Likewise.
303 * gdb.python/py-frame.exp: Likewise.
304 * gdb.python/py-infthread.exp: Likewise.
305
306 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
307
308 * gdb.python/py-value-cc.exp: Remove a duplicate test.
309
310 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
311
312 * gdb.python/lib-types.exp: Update the test to check the correct
313 python variable.
314
315 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
316
317 * gdb.python/py-explore-cc.exp: Extend test names to make them
318 unique.
319
320 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
321
322 * gdb.python/py-lookup-type.exp: Remove duplicate test.
323
324 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
325
326 * gdb.python/py-symtab.exp: Extend test names to make them
327 unique.
328
329 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
330
331 * gdb.python/py-prompt.exp: Add with_test_prefix to make test
332 names unique.
333
334 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
335
336 * gdb.python/py-block.exp: Give tests unique names.
337
338 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
339
340 * gdb.python/py-pp-maint.exp: Extend test names to make them
341 unique.
342
343 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
344
345 * gdb.python/py-explore.exp: Add with_test_prefix to make test
346 names unique.
347
348 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
349
350 * gdb.python/py-finish-breakpoint.exp: Make test names unique.
351
352 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
353
354 * gdb.python/py-strfns.exp: Use with_test_prefix to make test
355 names unique.
356
357 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
358
359 * gdb.python/py-format-string.exp: Use proc_with_prefix to make
360 test names unique.
361
362 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
363
364 * gdb.python/py-mi.exp: Use with_test_prefix to make test names
365 unique.
366
367 2021-03-09 Tom Tromey <tromey@adacore.com>
368
369 * gdb.base/cast-call.exp: New file.
370 * gdb.base/cast-call.c: New file.
371
372 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
373
374 * gdb.gdb/python-helper.exp: New file.
375
376 2020-03-04 Felix Willgerodt <felix.willgerodt@intel.com>
377
378 * gdb.fortran/intrinsics.exp: Add LOC tests.
379
380 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
381
382 * gdb.fortran/shape.exp: New file.
383 * gdb.fortran/shape.f90: New file.
384
385 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
386
387 * gdb.fortran/size.exp: New file.
388 * gdb.fortran/size.f90: New file.
389
390 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
391
392 * gdb.fortran/rank.exp: New file.
393 * gdb.fortran/rank.f90: New file.
394
395 2021-03-08 Tom Tromey <tom@tromey.com>
396
397 * gdb.fortran/debug-expr.exp: Update tests.
398
399 2021-03-08 Tom Tromey <tom@tromey.com>
400
401 * gdb.base/debug-expr.exp: Update expected dump output.
402
403 2021-03-06 Tom Tromey <tom@tromey.com>
404
405 * lib/dwarf.exp (_handle_DW_FORM): Treat DW_FORM_GNU_ref_alt and
406 DW_FORM_GNU_strp_alt like DW_FORM_sec_offset.
407 * gdb.dwarf2/dwznolink.exp: New file.
408
409 2021-03-05 Mark Wielaard <mark@klomp.org>
410
411 * lib/valgrind.exp (vgdb_start): Add --wait=1 to vgdbcmd.
412
413 2021-03-06 Weimin Pan <weimin.pan@oracle.com>
414
415 * gdb.base/ctf-ptype.exp: Add function tests and fix typos.
416
417 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
418
419 * gdb.btrace/rn-dl-bind.exp: Add ldflags=-Wl,-z,lazy.
420
421 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
422
423 * gdb.btrace/non-stop.exp: Adjust expected source lines.
424
425 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
426
427 * gdb.btrace/stepi.exp: Add {} options to prepare_for_testing.
428
429 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
430
431 * gdb.btrace/exception.cc (main): Update test source.
432 * gdb.btrace/exception.exp: Update patterns.
433 * gdb.btrace/function_call_history.exp: Likewise.
434
435 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
436
437 * gdb.btrace/unknown_functions.exp: Move -Wl,-x to ldflags.
438
439 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
440
441 * gdb.btrace/rn-dl-bind.exp: Replace reverse-step with
442 reverse-continue to breakpoint.
443
444 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
445
446 * gdb.btrace/delta.exp: Remove instruction-history and
447 function-call-history checks.
448
449 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
450
451 * README (Note): Add nopie_ldflag.
452 * lib/gdb.exp (gdb_compile): Extend nopie handling.
453
454 2021-03-02 Tom Tromey <tromey@adacore.com>
455
456 * gdb.ada/fixed_points.exp: Remove most special cases for minimal
457 encodings.
458
459 2021-02-27 Lancelot Six <lsix@lancelotix.com>
460
461 PR gdb/27393
462 * gdb.base/source-dir.exp: Test that empty dirnames are skipped.
463
464
465 2021-02-26 Tom Tromey <tom@tromey.com>
466
467 * lib/gdb.exp (skip_ctf_tests): Use expr on result.
468
469 2021-02-26 Jan Vrany <jan.vrany@labware.com>
470
471 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
472 Remove trailing \n from expected output.
473
474 2021-02-26 Markus Metzger <markus.t.metzger@intel.com>
475
476 * lib/gdb.exp (use_gdb_stub): Extend comment.
477
478 2021-02-25 Jan Matyas <jmatyas@codasip.com>
479
480 PR gdb/26819
481 * gdb.server/stop-reply-no-thread.exp: Add two test
482 scenarios that cover remote targets which do not have
483 the concept of threads.
484
485 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
486
487 * gdb.fortran/associated.exp: Add missing '-wrap' argument.
488
489 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
490
491 PR fortran/26155
492 * gdb.fortran/call-no-debug-func.f90: New file.
493 * gdb.fortran/call-no-debug-prog.f90: New file.
494 * gdb.fortran/call-no-debug.exp: New file.
495
496 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
497
498 * gdb.fortran/associated.exp: New file.
499 * gdb.fortran/associated.f90: New file.
500
501 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
502
503 * gdb.fortran/dot-ops.exp (dot_operations): Test ".xor.".
504
505 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
506
507 * gdb.base/sect-cmd.exp: Update expected results.
508
509 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
510
511 * gdb.base/sect-cmd.exp: Rewrite using modern testsuite
512 techniques. Enable the test for all targets.
513
514 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
515
516 * gdb.base/maint-info-sections.exp: Add new tests.
517 (check_maint_info_target_sections_output): New proc.
518
519 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
520
521 * gdb.arch/riscv-default-tdesc.exp: New file.
522
523 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
524
525 * gdb.fortran/pointer-to-pointer.exp: Additional tests.
526
527 2021-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
528
529 * gdb.arch/i386-biarch-core.exp: Add target check.
530
531 2021-02-16 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
532
533 * gdb.dwarf2/pr13961.S: Corrected invalid DIE references.
534
535 2021-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
536
537 * gdb.fortran/allocated.exp: New file.
538 * gdb.fortran/allocated.f90: New file.
539
540 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
541
542 * gdb.fortran/lbound-ubound.exp: Remove old comment.
543
544 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
545
546 * gdb.base/maint-info-sections.exp: Update expected output, and
547 add additional tests. Again.
548
549 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
550
551 * gdb.base/maint-info-sections.exp: Update expected output, and
552 add additional tests.
553
554 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
555
556 * gdb.base/maint-info-sections.exp: New file, content is moved
557 from gdb.base/maint.exp and cleaned up to use latest testsuite
558 techniques.
559 * gdb.base/maint.exp: Tests moved out to
560 gdb.base/maint-info-sections.exp.
561
562 2021-02-10 Simon Marchi <simon.marchi@efficios.com>
563
564 * gdb.multi/multi-target.exp.tcl (setup): Add "set sysroot" to
565 GDBFLAGS.
566
567 2021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
568
569 * gdb.fortran/lbound-ubound.F90: New file.
570 * gdb.fortran/lbound-ubound.exp: New file.
571
572 2021-02-10 Tom de Vries <tdevries@suse.de>
573
574 * lib/gdb.exp (gdb_load_no_complaints): Remove unnecessary
575 "Restore saved setting of complaints".
576
577 2021-02-09 Tom de Vries <tdevries@suse.de>
578
579 PR symtab/27341
580 * lib/gdb.exp (with_complaints): New proc, factored out of ...
581 (gdb_load_no_complaints): ... here.
582 * gdb.fortran/function-calls.exp: Add test-case.
583
584 2021-02-09 Abid Qadeer <abidh@codesourcery.com>
585
586 * gdb.threads/signal-command-handle-nopass.exp: Call
587 'standard_testfile' before using 'testfile'.
588 * gdb.threads/signal-command-multiple-signals-pending.exp: Likewise.
589 * gdb.threads/signal-delivered-right-thread.exp: Likewise
590 * gdb.threads/signal-sigtrap.exp: Likewise
591
592 2021-02-08 Luis Machado <luis.machado@linaro.org>
593
594 * gdb.base/gnu-ifunc.exp (build): Pass -Wl,z,lazy.
595
596 2021-02-08 Tom de Vries <tdevries@suse.de>
597
598 * gdb.dwarf2/enqueued-cu-base-addr.exp: Fix inter-CU reference.
599
600 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
601
602 * gdb.python/tui-window-disabled.c: New file.
603 * gdb.python/tui-window-disabled.exp: New file.
604 * gdb.python/tui-window-disabled.py: New file.
605
606 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
607
608 * gdb.python/tui-window.exp: Add new tests.
609 * gdb.python/tui-window.py (TestWindow) <__init__>: Store
610 TestWindow object into global the_window.
611 <remote_title>: New method.
612 (delete_window_title): New function.
613
614 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
615
616 * gdb.tui/winheight.exp: Add more tests.
617
618 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
619
620 * gdb.python/py-framefilter.exp: Update expected results.
621 * gdb.python/python.exp: Update expected results.
622
623 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
624
625 * gdb.tui/scroll.exp: Tighten expected results. Remove comment
626 about bug in GDB, update expected results, and add more tests.
627
628 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
629
630 * gdb.tui/scroll.exp: New file.
631 * gdb.tui/tui-layout-asm-short-prog.exp: Update expected results.
632 * lib/tuiterm.exp (Term::_csi_M): Delete count lines, scroll
633 remaining lines up.
634 (Term::check_region_contents): New proc.
635 (Term::check_box_contents): Use check_region_contents.
636
637 2021-02-06 Tom de Vries <tdevries@suse.de>
638
639 PR testsuite/26922
640 * gdb.tui/tui-layout-asm.exp: Ignore whitespace mismatches when
641 scrolling.
642
643 2021-02-05 Tom de Vries <tdevries@suse.de>
644
645 PR breakpoints/27313
646 * gdb.base/catch-syscall.exp: Check that "catch syscall -1" is
647 rejected.
648
649 2021-02-05 Tom de Vries <tdevries@suse.de>
650
651 * gdb.dwarf2/main-subprogram.exp: Add KFAIL for PR symtab/24549.
652 * gdb.fortran/mixed-lang-stack.exp: Same.
653
654 2021-02-05 Tom de Vries <tdevries@suse.de>
655
656 PR exp/27265
657 * gdb.base/complex-parts.exp: Add tests.
658
659 2021-02-05 Tom de Vries <tdevries@suse.de>
660
661 PR symtab/27307
662 * gdb.dwarf2/clang-debug-names.exp: Check file command warnings.
663
664 2021-02-04 Shahab Vahedi <shahab@synopsys.com>
665
666 * gdb.xml/tdesc-regs.exp: Use correct core-regs for ARC.
667
668 2021-02-03 Pedro Alves <pedro@palves.net>
669
670 * gdb.threads/detach-step-over.c: New file.
671 * gdb.threads/detach-step-over.exp: New file.
672
673 2021-02-03 Pedro Alves <pedro@palves.net>
674
675 * gdb.threads/attach-non-stop.c: New file.
676 * gdb.threads/attach-non-stop.exp: New file.
677
678 2021-02-02 Lancelot SIX <lsix@lancelotsix.com>
679
680 * gdb.base/inferior-noarg.c: New test.
681 * gdb.base/inferior-noarg.exp: New test.
682
683 2021-02-02 Simon Marchi <simon.marchi@polymtl.ca>
684
685 * gdb.base/scope.exp: Use proc_with_prefix.
686
687 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
688
689 * lib/dwarf.exp (rnglists): Add -no-offset-array option to
690 table proc.
691 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for
692 .debug_rnglists table without offset array.
693 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
694 .debug_loclists table without offset array.
695
696 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
697
698 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for DW_AT_ranges
699 of DW_FORM_sec_offset form plus DW_AT_rnglists_base attribute.
700 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
701 DW_AT_location of DW_FORM_sec_offset plus DW_AT_loclists_base
702 attribute
703
704 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
705
706 PR gdb/26813
707 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_loclistx.
708 (loclists): New proc.
709 * gdb.dwarf2/loclists-multiple-cus.c: New.
710 * gdb.dwarf2/loclists-multiple-cus.exp: New.
711 * gdb.dwarf2/loclists-sec-offset.c: New.
712 * gdb.dwarf2/loclists-sec-offset.exp: New.
713
714 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
715
716 * lib/dwarf.exp (_location): Add parameters.
717 (_handle_DW_FORM): Adjust.
718
719 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
720
721 PR gdb/26813
722 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_rnglistx.
723 (cu): Generate header for DWARF 5.
724 (rnglists): New proc.
725 * gdb.dwarf2/rnglists-multiple-cus.exp: New.
726 * gdb.dwarf2/rnglists-sec-offset.exp: New.
727
728 2021-02-02 Tom de Vries <tdevries@suse.de>
729
730 PR symtab/24620
731 * gdb.dwarf2/fission-reread.exp: Add test-case.
732
733 2021-02-01 Tom de Vries <tdevries@suse.de>
734
735 * gdb.dwarf2/fission-base.S: Pass -DDWO=$dwo.
736 * gdb.dwarf2/fission-loclists-pie.S: Same.
737 * gdb.dwarf2/fission-loclists.S: Same.
738 * gdb.dwarf2/fission-multi-cu.S: Same.
739 * gdb.dwarf2/fission-reread.S: Same.
740 * gdb.dwarf2/fission-base.exp: Use DWO.
741 * gdb.dwarf2/fission-loclists-pie.exp: Same.
742 * gdb.dwarf2/fission-loclists.exp: Same.
743 * gdb.dwarf2/fission-multi-cu.exp: Same.
744 * gdb.dwarf2/fission-reread.exp: Same.
745
746 2021-01-29 Tom de Vries <tdevries@suse.de>
747
748 PR breakpoints/26063
749 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.c: New test.
750 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.exp: New file.
751
752 2021-01-29 Tom de Vries <tdevries@suse.de>
753
754 * gdb.opt/solib-intra-step.exp: Remove state tracking logic.
755
756 2021-01-28 Tom de Vries <tdevries@suse.de>
757
758 * gdb.arch/i386-gnu-cfi.exp: Capture the position of function gate
759 in the backtrace, and use that in the rest of the test instead of
760 hardcoded constant 3. Use "frame" instead of "up" for robustness.
761
762 2021-01-28 Tom de Vries <tdevries@suse.de>
763
764 * gdb.arch/i386-sse-stack-align.S: Rename g[0-4] to test_g[0-4].
765 * gdb.arch/i386-sse-stack-align.c: Same.
766 * gdb.arch/i386-sse-stack-align.exp: Same.
767
768 2021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
769
770 * lib/gdb.exp (default_gdb_init): Unset XDG_CONFIG_HOME.
771
772 2021-01-28 Tom de Vries <tdevries@suse.de>
773
774 * gdb.ada/out_of_line_in_inlined.exp: Use gdb_breakpoint.
775
776 2021-01-28 Tom de Vries <tdevries@suse.de>
777
778 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: Add regexp to
779 "maint info line-table". Make PASS pattern more specific. Make
780 FAIL pattern work for -m32.
781
782 2021-01-27 Lancelot SIX <lsix@lancelotsix.com>
783
784 PR gdb/27133
785 * gdb.base/ui-redirect.exp: Add test case that ensures that
786 redirecting both logging and debug does not cause gdb to crash.
787
788
789 2021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
790
791 * gdb.arch/insn-reloc.c: Add tests for BR and BLR.
792
793 2021-01-26 Tom de Vries <tdevries@suse.de>
794
795 * gdb.threads/killed-outside.exp: Allow regular output.
796
797 2021-01-26 Tom de Vries <tdevries@suse.de>
798
799 * gdb.opt/solib-intra-step.exp: Handle stepping into thunk.
800
801 2021-01-25 Tom de Vries <tdevries@suse.de>
802
803 * gdb.dwarf2/dw2-ranges-psym.exp (gdb_load_no_complaints): New proc.
804 * lib/gdb.exp: Use gdb_load_no_complaints.
805
806 2021-01-25 Tom Tromey <tromey@adacore.com>
807
808 * gdb.ada/fixed_points.exp: Add regression test.
809 * gdb.ada/fixed_points/fixed_points.adb (FP5_Var): New variable.
810 * gdb.ada/fixed_points/pck.adb (Delta5, FP5_Type): New.
811
812 2021-01-25 Tom Tromey <tromey@adacore.com>
813
814 * gdb.ada/local-enum.exp: Add enumerator resolution test.
815
816 2021-01-25 Tom Tromey <tromey@adacore.com>
817
818 * gdb.ada/local-enum.exp: New file.
819 * gdb.ada/local-enum/local.adb: New file.
820
821 2021-01-23 Tom Tromey <tom@tromey.com>
822
823 * lib/gdb.exp (default_gdb_init): Set INPUTRC to a cached file.
824
825 2021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
826
827 * gdb.base/line65535.exp: Fix test expectation.
828
829 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
830
831 * lib/gdb.exp (gdb_test_multiple): Remove things related to test
832 suppression.
833 (default_gdb_exit): Likewise.
834 (default_gdb_spawn): Likewise.
835 (send_gdb): Likewise.
836 (gdb_expect): Likewise.
837 (gdb_expect_list): Likewise.
838 (default_gdb_init): Likewise.
839 (gdb_suppress_entire_file): Remove.
840 (gdb_suppress_tests): Remove.
841 (gdb_stop_suppressing_tests): Remove.
842 (gdb_clear_suppressed): Remove.
843 * lib/mi-support.exp (mi_uncatched_gdb_exit): Remove things
844 related to test suppression.
845 (default_mi_gdb_start): Likewise.
846 (mi_gdb_reinitialize_dir): Likewise.
847 (mi_gdb_test): Likewise.
848 (mi_run_cmd_full): Likewise.
849 (mi_runto_helper): Likewise.
850 (mi_execute_to): Likewise.
851 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
852 * gdb.base/bitfields.exp: Likewise.
853 * gdb.base/bitfields2.exp: Likewise.
854 * gdb.base/break.exp: Likewise.
855 * gdb.base/call-sc.exp: Likewise.
856 * gdb.base/callfuncs.exp: Likewise.
857 * gdb.base/dfp-test.exp: Likewise.
858 * gdb.base/endian.exp: Likewise.
859 * gdb.base/exprs.exp: Likewise.
860 * gdb.base/funcargs.exp: Likewise.
861 * gdb.base/hbreak2.exp: Likewise.
862 * gdb.base/recurse.exp: Likewise.
863 * gdb.base/scope.exp: Likewise.
864 * gdb.base/sepdebug.exp: Likewise.
865 * gdb.base/structs.exp: Likewise.
866 * gdb.base/until.exp: Likewise.
867 * gdb.cp/misc.exp: Likewise.
868
869 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
870
871 PR cli/25956
872 * gdb.base/style.exp (run_style_tests): Add version string test.
873 (test_startup_version_string): Use version style name.
874 * lib/gdb-utils.exp (style): Handle version style name.
875
876 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
877
878 * gdb.base/style.exp (limited_style): New proc.
879 (clean_restart_and_disable): New proc.
880 (run_style_tests): New proc. Most of the old tests from this file
881 are now in this proc.
882 (test_startup_version_string): New proc. Reamining test from the
883 old file is in this proc.
884
885 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
886
887 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
888 Adjust to "set debug remote" changes.
889
890 2021-01-21 Luis Machado <luis.machado@linaro.org>
891
892 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Handle a new error
893 message.
894
895 2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
896
897 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
898
899 2021-01-21 Hannes Domani <ssbssa@yahoo.de>
900
901 PR python/19151
902 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
903
904 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
905
906 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
907
908 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
909
910 * lib/tuiterm.exp: Add links in comments.
911
912 2021-01-20 Tom de Vries <tdevries@suse.de>
913
914 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
915 offset.
916
917 2021-01-20 Tom de Vries <tdevries@suse.de>
918
919 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
920
921 2021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
922
923 * gdb.arch/amd64-stap-expressions.S: New file.
924 * gdb.arch/amd64-stap-expressions.exp: New file.
925
926 2021-01-19 Tom de Vries <tdevries@suse.de>
927
928 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
929 sequence.
930
931 2021-01-19 Tom de Vries <tdevries@suse.de>
932
933 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
934
935 2021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
936
937 * gdb.fortran/array-slices.exp (run_test): Avoid including
938 addresses in test names.
939
940 2021-01-15 Tom de Vries <tdevries@suse.de>
941
942 PR testsuite/26997
943 * gdb.fortran/array-slices.exp (run_test): Avoid pointer arithmetic
944 when adding sizeof.
945
946 2021-01-14 Tom de Vries <tdevries@suse.de>
947
948 PR testsuite/24590
949 * gdb.base/style.exp: Handle shorter argv in frame command output.
950
951 2021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
952
953 PR gdb/26819
954 * gdb.server/stop-reply-no-thread-multi.c: New file.
955 * gdb.server/stop-reply-no-thread-multi.exp: New file.
956
957 2021-01-12 Tom de Vries <tdevries@suse.de>
958
959 * gdb.arch/i386-mpx-call.c (have_mpx): Remove.
960 (main): Remove call to have_mpx.
961 * gdb.arch/i386-mpx-call.exp: Use have_mpx.
962 * gdb.arch/i386-mpx-map.c (have_mpx): Remove.
963 (main): Remote call to have_mpx.
964 * gdb.arch/i386-mpx-map.exp: Use have_mpx.
965 * gdb.arch/i386-mpx-sigsegv.c (have_mpx): Remove.
966 (main): Remove call to have_mpx.
967 * gdb.arch/i386-mpx-sigsegv.exp: Use have_mpx.
968 * gdb.arch/i386-mpx-simple_segv.c (have_mpx): Remove.
969 (main): Remove call to have_mpx.
970 * gdb.arch/i386-mpx-simple_segv.exp: Use have_mpx.
971 * gdb.arch/i386-mpx.c (have_mpx): Remove.
972 (main): Remote call to have_mpx.
973 * gdb.arch/i386-mpx.exp: Use have_mpx.
974 * lib/gdb.exp (have_mpx): New proc.
975
976 2021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
977
978 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
979
980 2021-01-12 Tom de Vries <tdevries@suse.de>
981
982 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
983
984 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
985
986 * gdb.fortran/debug-expr.exp: Add new tests.
987
988 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
989
990 * gdb.fortran/dot-ops.exp: Add new tests.
991
992 2021-01-11 Tom de Vries <tdevries@suse.de>
993
994 PR testsuite/26968
995 * gdb.arch/amd64-stap-three-arg-disp.S: Remove insn modifying $ebx.
996 Move insn setting $eax to before probe point.
997
998 2021-01-09 Tom Tromey <tom@tromey.com>
999
1000 * gdb.trace/ax.exp: Do not require an "ext".
1001
1002 2021-01-08 Tom Tromey <tromey@adacore.com>
1003
1004 * gdb.ada/voidctx/pck.adb: New file.
1005 * gdb.ada/voidctx/pck.ads: New file.
1006 * gdb.ada/voidctx/voidctx.adb: New file.
1007 * gdb.ada/voidctx.exp: New file.
1008
1009 2021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
1010
1011 PR gdb/27157
1012 * gdb.base/empty-host-env-vars.exp: New test.
1013
1014 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1015
1016 * gdb.base/completion.exp: Add a new test.
1017
1018 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1019
1020 * gdb.fortran/intvar-dynamic-types.exp: New file.
1021 * gdb.fortran/intvar-dynamic-types.f90: New file.
1022
1023 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1024
1025 * gdb.fortran/intvar-array.exp: New file.
1026 * gdb.fortran/intvar-array.f90: New file.
1027
1028 2021-01-07 Tom Tromey <tromey@adacore.com>
1029
1030 * gdb.ada/assign_arr.exp: Add 'others' test.
1031
1032 2021-01-06 Tom Tromey <tromey@adacore.com>
1033
1034 * gdb.ada/fixed_points/pck.ads (Delta4): New constant.
1035 (FP4_Type): New type.
1036 (FP4_Var): New variable.
1037 * gdb.ada/fixed_points/fixed_points.adb: Update.
1038 * gdb.ada/fixed_points.exp: Add tests for binary operators.
1039
1040 2021-01-06 Simon Marchi <simon.marchi@polymtl.ca>
1041
1042 * lib/gdb.exp (gdb_test_sequence): Accept -prompt switch.
1043 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1044 Pass prompt containing debug print to gdb_test_sequence.
1045
1046 2021-01-04 Tom de Vries <tdevries@suse.de>
1047
1048 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
1049
1050 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1051
1052
1053
1054 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1055
1056 * gdb.server/abspath.exp: Append "set sysroot" to GDBFLAGS.
1057 * gdb.server/connect-without-multi-process.exp: Likewise.
1058 * gdb.server/exit-multiple-threads.exp: Likewise.
1059 * gdb.server/ext-attach.exp: Likewise.
1060 * gdb.server/ext-restart.exp: Likewise.
1061 * gdb.server/ext-run.exp: Likewise.
1062 * gdb.server/ext-wrapper.exp: Likewise.
1063 * gdb.server/multi-ui-errors.exp: Likewise.
1064 * gdb.server/no-thread-db.exp: Likewise.
1065 * gdb.server/reconnect-ctrl-c.exp: Likewise.
1066 * gdb.server/run-without-local-binary.exp: Likewise.
1067 * gdb.server/server-kill.exp: Likewise.
1068 * gdb.server/server-run.exp: Likewise.
1069 * gdb.server/solib-list.exp: Likewise.
1070 * gdb.server/stop-reply-no-thread.exp: Likewise.
1071 * gdb.server/wrapper.exp: Likewise.
1072 * gdb.server/sysroot.exp: Increase timeout when testing the
1073 target: sysroot.
1074
1075 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1076
1077 * gdb.server/server-run.exp: Use clean_restart.
1078
1079 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1080
1081 * gdb.server/ext-run.exp: Use clean_restart.
1082
1083 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1084
1085 * gdb.server/stop-reply-no-thread.exp: Use build_executable
1086 instead of prepare_for_testing.
1087
1088 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1089
1090 * gdb.server/solib-list.exp: Use clean_restart.
1091
1092 2021-01-04 Tom de Vries <tdevries@suse.de>
1093
1094 * gdb.base/morestack.c: Remove printf.
1095 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
1096
1097 2020-12-31 Tom Tromey <tom@tromey.com>
1098
1099 * gdb.rust/simple.exp: Update output for Rust 1.49.
1100
1101 2020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
1102
1103 * gdb.cp/step-and-next-inline.exp: Fix test case.
1104
1105 2020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
1106
1107 * gdb.python/py-frame-args.exp: De-duplicate test names.
1108
1109 2020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1110
1111 PR gdb/27059
1112 * gdb.dwarf2/dyn-type-unallocated.c: New file.
1113 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
1114
1115 2020-12-21 Peter Waller <p@pwaller.net>
1116
1117 * gdb.base/style-interp-exec-mi.exp: New.
1118 * gdb.base/style-interp-exec-mi.c: New.
1119
1120 2020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1121
1122 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
1123 gdb_test. Use proc_with_prefix.
1124
1125 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1126
1127 * gdb.btrace/exception.exp: Build with nopie.
1128 * gdb.btrace/function_call_history.exp: Likewise.
1129 * gdb.btrace/unknown_functions.exp: Likewise.
1130
1131 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1132
1133 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
1134
1135 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1136
1137 * gdb.python/py-record-btrace.exp: Make test names unique.
1138 * gdb.python/py-record-full.exp: Likewise.
1139
1140 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1141
1142 * gdb.btrace/data.exp: Make test names unique.
1143 * gdb.btrace/delta.exp: Likewise.
1144 * gdb.btrace/enable.exp: Likewise.
1145 * gdb.btrace/function_call_history.exp: Likewise.
1146 * gdb.btrace/nohist.exp: Likewise.
1147 * gdb.btrace/non-stop.exp: Likewise.
1148 * gdb.btrace/rn-dl-bind.exp: Likewise.
1149 * gdb.btrace/step.exp: Likewise.
1150 * gdb.btrace/stepi.exp: Likewise.
1151 * gdb.btrace/tailcall.exp: Likewise.
1152
1153 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1154
1155 * gdb.btrace/enable.exp: Update error message.
1156 * gdb.btrace/multi-inferior.exp: Likewise.
1157 * gdb.btrace/reconnect.exp: Likewise.
1158 * gdb.python/py-record-btrace.exp: Likewise.
1159 * gdb.python/py-record-full.exp: Likewise.
1160
1161 2020-12-20 Tom de Vries <tdevries@suse.de>
1162
1163 * lib/gdb.exp (save_target_board_info): New proc.
1164 (gdb_compile_shlib): Use save_target_board_info.
1165
1166 2020-12-19 Tom de Vries <tdevries@suse.de>
1167
1168 * lib/gdb.exp (supports_scalar_storage_order_attribute)
1169 (supports_gnuc): New proc.
1170 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
1171 test_compiler_info calls. Add unsupported message.
1172 * gdb.base/endianity.c: Use TEST_SSO.
1173
1174 2020-12-19 Hannes Domani <ssbssa@yahoo.de>
1175
1176 PR exp/27070
1177 * gdb.python/compare-enum-type-a.c: New test.
1178 * gdb.python/compare-enum-type-b.c: New test.
1179 * gdb.python/compare-enum-type.exp: New file.
1180 * gdb.python/compare-enum-type.h: New test.
1181
1182 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
1183
1184 * gdb.python/py-format-string.exp: Add tests for address keyword.
1185
1186 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
1187
1188 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
1189
1190 2020-12-18 Tom Tromey <tromey@adacore.com>
1191
1192 * gdb.ada/fixed_points.exp: Also run with
1193 -fgnat-encodings=minimal. Update expected output.
1194
1195 2020-12-16 Simon Marchi <simon.marchi@efficios.com>
1196
1197 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
1198 * gdb.base/continue-all-already-running.exp: Likewise.
1199 * gdb.base/moribund-step.exp: Likewise.
1200 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
1201
1202 2020-12-16 Tom de Vries <tdevries@suse.de>
1203
1204 * gdb.base/batch-preserve-term-settings.exp:
1205
1206 2020-12-16 Tom de Vries <tdevries@suse.de>
1207
1208 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
1209 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
1210
1211 2020-12-16 Luis Machado <luis.machado@linaro.org>
1212
1213 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
1214 pointer-based memory accesses.
1215 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
1216 hw watchpoint cases.
1217
1218 2020-12-15 Rae Kim <rae.kim@gmail.com>
1219
1220 * gdb.base/document.exp: New test.
1221
1222 2020-12-15 Tom Tromey <tromey@adacore.com>
1223
1224 * gdb.base/style.exp: Add deprecation tests.
1225
1226 2020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
1227
1228 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
1229
1230 2020-12-14 Mark Wielaard <mark@klomp.org>
1231
1232 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
1233 specially, set attr_form_comment to the actual FORM string used.
1234
1235 2020-12-14 Mark Wielaard <mark@klomp.org>
1236
1237 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
1238 _constants(SPECIAL_expr) here, but set it...
1239 (Dwarf::cu): ...here based on _cu_version.
1240
1241 2020-12-14 Tom de Vries <tdevries@suse.de>
1242
1243 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
1244 pass -fPIC.
1245 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
1246 * gdb.base/break-probes.exp: Same.
1247 * gdb.base/ctxobj.exp: Same.
1248 * gdb.base/dso2dso.exp: Same.
1249 * gdb.base/global-var-nested-by-dso.exp: Same.
1250 * gdb.base/info-shared.exp: Same.
1251 * gdb.base/jit-reader-simple.exp: Same.
1252 * gdb.base/print-file-var.exp: Same.
1253 * gdb.base/skip-solib.exp: Same.
1254 * gdb.btrace/dlopen.exp: Same.
1255
1256 2020-12-14 Tom de Vries <tdevries@suse.de>
1257
1258 PR testsuite/26963
1259 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
1260
1261 2020-12-14 Tom de Vries <tdevries@suse.de>
1262
1263 PR testsuite/26962
1264 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
1265 cast it to its declared type".
1266
1267 2020-12-14 Tom de Vries <tdevries@suse.de>
1268
1269 PR testsuite/26951
1270 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
1271 shell prompt.
1272
1273 2020-12-14 Tom Tromey <tromey@adacore.com>
1274
1275 * gdb.ada/nested.exp: Add new tests.
1276 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
1277
1278 2020-12-14 Tom Tromey <tromey@adacore.com>
1279
1280 * gdb.dwarf2/ada-thick-pointer.exp: New file.
1281
1282 2020-12-14 Tom Tromey <tromey@adacore.com>
1283
1284 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
1285
1286 2020-12-13 Tom de Vries <tdevries@suse.de>
1287
1288 PR testsuite/26953
1289 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
1290 attribute support if compiler doesn't support it.
1291
1292 2020-12-13 Tom de Vries <tdevries@suse.de>
1293
1294 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
1295 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
1296 source to shared lib. Add ada to options.
1297
1298 2020-12-13 Tom de Vries <tdevries@suse.de>
1299
1300 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
1301 calling gnatbind and gnatlink.
1302
1303 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
1304
1305 * gdb.base/dcache-flush.c: New file.
1306 * gdb.base/dcache-flush.exp: New file.
1307
1308 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
1309
1310 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
1311 commands.
1312 * gdb.base/killed-outside.exp: Likewise.
1313 * gdb.opt/inline-bt.exp: Likewise.
1314 * gdb.perf/gmonster-null-lookup.py: Likewise.
1315 * gdb.perf/gmonster-print-cerr.py: Likewise.
1316 * gdb.perf/gmonster-ptype-string.py: Likewise.
1317 * gdb.python/py-unwind.exp: Likewise.
1318
1319 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1320
1321 * gdb.base/commands.exp: Update expected results.
1322
1323 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1324
1325 PR cli/15104
1326 * gdb.base/commands.exp: Add additional tests.
1327 * gdb.base/completion.exp: Add additional tests.
1328
1329 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1330
1331 * gdb.base/completion.exp: Add additional tests.
1332
1333 2020-12-11 Tom de Vries <tdevries@suse.de>
1334
1335 PR testsuite/26991
1336 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
1337 violations by setting bounds registers if the bounds are passed in the
1338 Bounds Table.
1339
1340 2020-12-11 Tom de Vries <tdevries@suse.de>
1341
1342 PR testsuite/26954
1343 * gdb.base/float128.exp: Detect and handle no mpfr support.
1344
1345 2020-12-10 Simon Marchi <simon.marchi@efficios.com>
1346
1347 PR gdb/24694
1348 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
1349 calls.
1350
1351 2020-12-10 Tom de Vries <tdevries@suse.de>
1352
1353 PR testsuite/26947
1354 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
1355 braces for tcl 8.5 and earlier.
1356
1357 2020-12-09 Simon Marchi <simon.marchi@efficios.com>
1358
1359 PR 26875, PR 26901
1360 * gdb.base/flexible-array-member.c: New test.
1361 * gdb.base/flexible-array-member.exp: New test.
1362
1363 2020-12-08 Tom de Vries <tdevries@suse.de>
1364
1365 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
1366 using is_amd64_regs_target.
1367
1368 2020-12-08 Tom de Vries <tdevries@suse.de>
1369
1370 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
1371 self_id.
1372
1373 2020-12-07 Pedro Alves <pedro@palves.net>
1374
1375 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
1376 'additional_flags' variable.
1377
1378 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1379
1380 * gdb.linespec/explicit.exp: Extend with a test to check completing
1381 '-' after seemingly complete options.
1382
1383 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1384
1385 * gdb.linespec/keywords.exp: Add tests to check positional
1386 flexibility of "-force-condition".
1387
1388 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1389
1390 * gdb.base/bp-cmds-run-with-ex.c: New file.
1391 * gdb.base/bp-cmds-run-with-ex.exp: New file.
1392 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
1393 * gdb.gdb/python-interrupts.exp: Update the call to
1394 'catch_command_errors' with the new argument.
1395 * gdb.gdb/python-selftest.exp: Ditto.
1396
1397 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
1398
1399 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
1400 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1401 * gdb.threads/non-stop-fair-events.exp: Likewise.
1402
1403 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
1404
1405 * gdb.threads/step-over-exec.exp: New.
1406 * gdb.threads/step-over-exec.c: New.
1407 * gdb.threads/step-over-exec-execd.c: New.
1408 * lib/my-syscalls.S: New.
1409 * lib/my-syscalls.h: New.
1410
1411 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
1412
1413 * lib/dwarf.exp (declare_labels): Use name as text if text is
1414 not provided.
1415
1416 2020-12-04 Tom de Vries <tdevries@suse.de>
1417
1418 PR testsuite/26990
1419 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
1420 are unsupported.
1421
1422 2020-12-04 Tom de Vries <tdevries@suse.de>
1423
1424 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
1425 clause.
1426
1427 2020-12-04 Tom de Vries <tdevries@suse.de>
1428
1429 * gdb.reverse/insn-reverse.exp: Fix count handling.
1430
1431 2020-12-04 Tom de Vries <tdevries@suse.de>
1432
1433 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
1434 __x86_64__.
1435
1436 2020-12-04 Tom de Vries <tdevries@suse.de>
1437
1438 * gdb.reverse/insn-reverse.c (test_nr): New var.
1439 (usage, parse_args): New function.
1440 (main): Call parse_args. Only run test for test_nr.
1441 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
1442 and bail out. Run subtests individually, using an inferior arg
1443 specifying the subtest.
1444
1445 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
1446
1447 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
1448
1449 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
1450
1451 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
1452 update test to use this.
1453
1454 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1455
1456 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
1457
1458 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1459
1460 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
1461 (do_test): Don't use with_test_prefix.
1462 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
1463 (do_test): Don't use with_test_prefix.
1464 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
1465 (do_test): Don't use with_test_prefix.
1466 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
1467 (do_test): Don't use with_test_prefix.
1468
1469 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1470
1471 * gdb.threads/non-ldr-exit.exp: Fix comment.
1472
1473 2020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1474
1475 * gdb.xml/maint-xml-dump-03.xml: New file.
1476
1477 2020-11-30 Tom de Vries <tdevries@suse.de>
1478
1479 PR symtab/26905
1480 * gdb.dwarf2/count.exp: Remove kfails.
1481
1482 2020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1483
1484 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
1485 indices.
1486
1487 2020-11-24 Joel Brobecker <brobecker@adacore.com>
1488
1489 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
1490 the "ptype pck__fp1_range_var" test for the module-2 and pascal
1491 languages. Remove the associated setup_xfail.
1492
1493 2020-11-23 Simon Marchi <simon.marchi@efficios.com>
1494
1495 * lib/gdb.exp (gdb_assert): Show error message on error.
1496
1497 2020-11-23 Tom de Vries <tdevries@suse.de>
1498
1499 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
1500 * gdb.ada/mod_from_name.exp: Same.
1501 * gdb.ada/pckd_arr_ren.exp: Same.
1502
1503 2020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1504
1505 * gdb.base/template.exp: New.
1506 * gdb.base/template.c: New.
1507
1508 2020-11-22 Gary Benson <gbenson@redhat.com>
1509
1510 PR gdb/26905
1511 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
1512 is defined using a DW_AT_count which references another DIE.
1513
1514 2020-11-21 Tom de Vries <tdevries@suse.de>
1515
1516 * gdb.base/vla-ptr.exp: Add XFAIL.
1517
1518 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1519
1520 * gdb.fortran/array-slices-bad.exp: New file.
1521 * gdb.fortran/array-slices-bad.f90: New file.
1522 * gdb.fortran/array-slices-sub-slices.exp: New file.
1523 * gdb.fortran/array-slices-sub-slices.f90: New file.
1524 * gdb.fortran/array-slices.exp: Rewrite tests.
1525 * gdb.fortran/array-slices.f90: Rewrite tests.
1526 * gdb.fortran/vla-sizeof.exp: Correct expected results.
1527
1528 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1529
1530 * gdb.base/completion.exp: Add new completion tests.
1531
1532 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
1533
1534 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
1535 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
1536 * gdb.mi/mi-nsintrall.exp: Likewise.
1537 * gdb.mi/mi-nsmoribund.exp: Likewise.
1538 * gdb.mi/mi-nsthrexec.exp: Likewise.
1539 * gdb.mi/mi-watch-nonstop.exp: Likewise.
1540
1541 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
1542
1543 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
1544 of perror.
1545
1546 2020-11-18 Joseph Myers <joseph@codesourcery.com>
1547
1548 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
1549 $arg.exe exists but $arg does not.
1550
1551 2020-11-17 Gary Benson <gbenson@redhat.com>
1552
1553 * gdb.trace/trace-common.h (x86_trace_dummy): Add
1554 __attribute__ ((used)).
1555
1556 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
1557
1558 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
1559
1560 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
1561
1562 * gdb.base/completion.exp: Add new tests.
1563
1564 2020-11-16 Tom Tromey <tromey@adacore.com>
1565
1566 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
1567 tests.
1568
1569 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1570
1571 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
1572 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
1573 (main): Add reference to pck__fp1_var2.
1574 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
1575
1576 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1577
1578 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
1579
1580 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1581
1582 * gdb.ada/fixed_points.exp: Add ptype tests.
1583 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
1584
1585 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1586
1587 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
1588
1589 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1590
1591 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
1592 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
1593 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
1594 New files.
1595 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
1596
1597 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
1598 New files.
1599
1600 2020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
1601
1602 PR cli/26879
1603 * gdb.fortran/completion.exp: New file.
1604 * gdb.fortran/completion.f90: New file.
1605
1606 2020-11-12 Joseph Myers <joseph@codesourcery.com>
1607
1608 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
1609 but $arg does not.
1610
1611 2020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
1612
1613 * gdb.fortran/types.exp: Add more tests.
1614
1615 2020-11-12 Tom Tromey <tom@tromey.com>
1616
1617 PR rust/26799:
1618 * gdb.rust/traits.exp: Remove kfails.
1619
1620 2020-11-12 Gary Benson <gbenson@redhat.com>
1621
1622 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
1623 statement.
1624
1625 2020-11-11 Simon Marchi <simon.marchi@efficios.com>
1626
1627 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
1628 always-inserted" axis.
1629 (do_test): Add breakpoint_always_inserted parameter.
1630
1631 2020-11-10 Tom Tromey <tromey@adacore.com>
1632
1633 * gdb.ada/bias.exp: Update.
1634 * gdb.ada/bias/bias.adb (X): Change value.
1635
1636 2020-11-10 Gary Benson <gbenson@redhat.com>
1637
1638 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
1639 regexp fragment in parentheses to prevent false matching.
1640
1641 2020-11-10 Gary Benson <gbenson@redhat.com>
1642
1643 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
1644
1645 2020-11-10 Gary Benson <gbenson@redhat.com>
1646
1647 * gdb.cp/step-and-next-inline.exp: Only require
1648 -gstatement-frontiers when building with GCC.
1649 Only setup KFAIL's for GCC issues when using
1650 a GCC-built executable.
1651
1652 2020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
1653
1654 * gdb.base/debug-expr.c: Add extra function to allow for an
1655 additional test.
1656 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
1657 to this proc with gdb_test_debug_expr. Add an extra test.
1658 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
1659 to this proc with gdb_test_debug_expr, give the tests names
1660 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
1661 calls to this proc with gdb_test_debug_expr, give the tests names
1662 * gdb.fortran/debug-expr.exp: New file.
1663 * gdb.fortran/debug-expr.f90: New file.
1664 * lib/gdb.exp (gdb_test_debug_expr): New proc.
1665
1666 2020-11-06 Simon Marchi <simon.marchi@efficios.com>
1667
1668 * lib/dwarf.exp (ranges): Handle "base" and "range" as
1669 proceduresu.
1670 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
1671 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
1672 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
1673 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
1674 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
1675 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
1676 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
1677 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
1678
1679 2020-11-04 Tom Tromey <tromey@adacore.com>
1680
1681 * gdb.ada/funcall_ref.exp: Update.
1682 * gdb.ada/var_rec_arr.exp: Update.
1683
1684 2020-11-04 Tom Tromey <tromey@adacore.com>
1685
1686 * gdb.ada/rec_ptype.exp: New file.
1687 * gdb.ada/rec_ptype/main.adb: New file.
1688 * gdb.ada/rec_ptype/p.ads: New file.
1689
1690 2020-11-04 Tom Tromey <tromey@adacore.com>
1691
1692 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
1693 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
1694 (PT_Full): New variable.
1695 * gdb.ada/tick_length_array_enum_idx/pck.adb
1696 (Full_PT): New type.
1697
1698 2020-11-04 Tom Tromey <tromey@adacore.com>
1699
1700 * gdb.ada/array_of_variant.exp: New file.
1701 * gdb.ada/array_of_variant/p.adb: New file.
1702 * gdb.ada/array_of_variant/pck.ads: New file.
1703 * gdb.ada/array_of_variant/pck.adb: New file.
1704
1705 2020-11-04 Tom Tromey <tromey@adacore.com>
1706
1707 * gdb.ada/enum_idx_packed.exp: Add test.
1708 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
1709 New variable.
1710 * gdb.ada/enum_idx_packed/pck.ads (Short)
1711 (Multi_Dimension, Multi_Dimension_Access): New types.
1712
1713 2020-11-04 Tom Tromey <tromey@adacore.com>
1714
1715 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
1716
1717 2020-11-04 Tom Tromey <tromey@adacore.com>
1718
1719 * gdb.ada/set_pckd_arr_elt.exp: Also test
1720 -fgnat-encodings=minimal. Add tests.
1721 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
1722 Call Update_Small a second time.
1723 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
1724 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
1725 (Variant_Access): New types.
1726 (New_Variant): Declare.
1727
1728 2020-11-04 Tom Tromey <tromey@adacore.com>
1729
1730 * gdb.ada/mod_from_name.exp: Test printing slice.
1731
1732 2020-11-04 Tom Tromey <tromey@adacore.com>
1733
1734 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
1735 values.
1736 * gdb.ada/access_to_unbounded_array.exp: Test different
1737 -fgnat-encodings values.
1738 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
1739 values.
1740 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
1741 values.
1742 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
1743 values.
1744 * gdb.ada/array_of_variable_length.exp: Test different
1745 -fgnat-encodings values.
1746 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
1747 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
1748 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
1749 change.
1750 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
1751 values.
1752 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
1753 * gdb.ada/out_of_line_in_inlined.exp: Test different
1754 -fgnat-encodings values.
1755 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
1756 values.
1757 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
1758 values.
1759 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
1760 -fgnat-encodings values.
1761 * gdb.ada/variant_record_packed_array.exp: Test different
1762 -fgnat-encodings values.
1763
1764 2020-11-04 Tom Tromey <tromey@adacore.com>
1765
1766 * gdb.ada/enum_idx_packed.exp: Add tests.
1767 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
1768 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
1769 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
1770 declarations.
1771
1772 2020-11-03 Tom de Vries <tdevries@suse.de>
1773
1774 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
1775 terminator comments.
1776 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
1777 terminator.
1778
1779 2020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
1780
1781 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
1782 integer format test with regexp.
1783
1784 2020-11-02 Gary Benson <gbenson@redhat.com>
1785
1786 * gdb.base/print-file-var.exp (test): Separate compiler and
1787 linker options, and build using build_executable_from_specs
1788 to accommodate this.
1789
1790 2020-11-02 Gary Benson <gbenson@redhat.com>
1791
1792 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
1793 for .c files compiled as C++ with Clang if any shared
1794 libraries are specified.
1795
1796 2020-11-02 Gary Benson <gbenson@redhat.com>
1797
1798 * lib/attributes.h: New header.
1799 * gdb.base/backtrace.c: Include the above. Replace
1800 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
1801 * gdb.base/infcall-nested-structs.c: Likewise.
1802 * gdb.base/vla-optimized-out.c: Likewise.
1803
1804 2020-11-02 Tom de Vries <tdevries@suse.de>
1805
1806 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
1807
1808 2020-11-01 Joel Brobecker <brobecker@adacore.com>
1809
1810 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
1811 System.Min_Int and System.Max_Int with smaller hardcoded
1812 constants.
1813
1814 2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1815
1816 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
1817 * configure: Re-generate.
1818
1819 2020-10-30 Simon Marchi <simon.marchi@efficios.com>
1820
1821 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
1822 expected output.
1823
1824 2020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1825
1826 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
1827 behavior.
1828 * gdb.base/paginate-bg-execution.exp: Ditto.
1829 * gdb.base/paginate-inferior-exit.exp: Ditto.
1830 * gdb.base/double-prompt-target-event-error.c: Remove.
1831 * gdb.base/double-prompt-target-event-error.exp: Remove.
1832
1833 2020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1834
1835 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
1836 inferiors' and 'detach inferiors' do not change the current
1837 inferior.
1838
1839 2020-10-29 Tom de Vries <tdevries@suse.de>
1840
1841 * gdb.threads/tls.exp: Fix DUPLICATEs.
1842
1843 2020-10-28 Tom de Vries <tdevries@suse.de>
1844
1845 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
1846
1847 2020-10-28 Tom de Vries <tdevries@suse.de>
1848
1849 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
1850 * gdb.base/reread.exp: Same.
1851
1852 2020-10-28 Tom de Vries <tdevries@suse.de>
1853
1854 * lib/gdb.exp (readnow): Handle arg.
1855 * gdb.rust/traits.exp: Add KFAILs for -readnow.
1856
1857 2020-10-28 Tom de Vries <tdevries@suse.de>
1858
1859 * gdb.base/relocate.exp: Update regexp for -readnow.
1860
1861 2020-10-28 Tom de Vries <tdevries@suse.de>
1862
1863 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
1864 -readnow.
1865
1866 2020-10-28 Tom de Vries <tdevries@suse.de>
1867
1868 PR symtab/26772
1869 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
1870 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
1871
1872 2020-10-28 Tom de Vries <tdevries@suse.de>
1873
1874 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
1875 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
1876 complaint during file command for -readnow.
1877
1878 2020-10-28 Tom de Vries <tdevries@suse.de>
1879
1880 * gdb.cp/nsalias.exp: Fix typo in test name.
1881
1882 2020-10-28 Tom de Vries <tdevries@suse.de>
1883
1884 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
1885
1886 2020-10-28 Tom de Vries <tdevries@suse.de>
1887
1888 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
1889 -readnow.
1890
1891 2020-10-27 Tom de Vries <tdevries@suse.de>
1892
1893 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
1894
1895 2020-10-27 Tom de Vries <tdevries@suse.de>
1896
1897 * gdb.base/maint.exp: Update for -readnow.
1898
1899 2020-10-27 Tom de Vries <tdevries@suse.de>
1900
1901 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
1902 -readnow.
1903
1904 2020-10-14 Gary Benson <gbenson@redhat.com>
1905
1906 * gdb.python/py-format-string.exp (test_deref_refs): Treat
1907 "_vptr$Base" as correct, in addition to "_vptr.Base".
1908 (test_mixed): Likewise.
1909
1910 2020-10-27 Gary Benson <gbenson@redhat.com>
1911
1912 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
1913 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
1914
1915 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1916
1917 * gdb.base/condbreak.exp: Update the completion tests to
1918 consider the '-force' flag.
1919
1920 2020-10-27 Tom de Vries <tdevries@suse.de>
1921
1922 * gdb.base/list-ambiguous-readnow.exp: New file.
1923
1924 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1925
1926 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
1927 the condition.
1928 * gdb.linespec/cpcompletion.exp: Update to consider the
1929 '-force-condition' keyword.
1930 * gdb.linespec/explicit.exp: Ditto.
1931 * lib/completion-support.exp: Ditto.
1932
1933 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1934
1935 * gdb.base/condbreak-multi-context.cc: New file.
1936 * gdb.base/condbreak-multi-context.exp: New file.
1937
1938 2020-10-26 Tom Tromey <tom@tromey.com>
1939
1940 * lib/mi-support.exp (default_mi_gdb_start): Call
1941 gdb_stdin_log_init.
1942 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
1943 subtract one from gdb_instances.
1944 (gdb_stdin_log_write): Flush in_file.
1945
1946 2020-10-26 Tom de Vries <tdevries@suse.de>
1947
1948 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
1949
1950 2020-10-26 Tom Tromey <tromey@adacore.com>
1951
1952 * gdb.ada/unsigned_range/foo.adb: New file.
1953 * gdb.ada/unsigned_range/pack.adb: New file.
1954 * gdb.ada/unsigned_range/pack.ads: New file.
1955 * gdb.ada/unsigned_range.exp: New file.
1956
1957 2020-10-26 Tom de Vries <tdevries@suse.de>
1958
1959 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
1960
1961 2020-10-26 Tom de Vries <tdevries@suse.de>
1962
1963 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
1964 for CU.
1965 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
1966
1967 2020-10-23 Tom de Vries <tdevries@suse.de>
1968
1969 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
1970 DW_FORM_string.
1971 (Dwarf::_default_form): New proc.
1972 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
1973 guessed.
1974
1975 2020-10-23 Tom de Vries <tdevries@suse.de>
1976
1977 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
1978 * gdb.dwarf2/atomic-type.exp: Same.
1979 * gdb.dwarf2/bad-regnum.exp: Same.
1980 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1981 * gdb.dwarf2/dw2-align.exp: Same.
1982 * gdb.dwarf2/dw2-bad-elf.exp: Same.
1983 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1984 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
1985 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
1986 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1987 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
1988 * gdb.dwarf2/enum-type.exp: Same.
1989 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
1990 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1991 * gdb.dwarf2/main-subprogram.exp: Same.
1992 * gdb.dwarf2/missing-type-name.exp: Same.
1993 * gdb.dwarf2/nonvar-access.exp: Same.
1994 * gdb.dwarf2/typedef-void-finish.exp: Same.
1995 * gdb.dwarf2/var-access.exp: Same.
1996 * gdb.dwarf2/void-type.exp: Same.
1997
1998 2020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
1999
2000 PR gdb/26693
2001 * gdb.dwarf2/template-specification-full-name.exp: New test.
2002
2003 2020-10-22 Luis Machado <luis.machado@linaro.org>
2004
2005 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
2006 expected an offset from the function.
2007 * gdb.base/msym-bp.exp (test): Likewise.
2008
2009 2020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
2010
2011 * gdb.fortran/array-slices.exp: Add a new test.
2012
2013 2020-10-21 Gary Benson <gbenson@redhat.com>
2014
2015 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
2016 fullname test with Clang. Also expand comments generally.
2017
2018 2020-10-20 Tom de Vries <tdevries@suse.de>
2019
2020 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
2021
2022 2020-10-20 Tom de Vries <tdevries@suse.de>
2023
2024 * gdb.dwarf2/arr-stride.c: Remove.
2025 * gdb.dwarf2/arr-stride.exp: Use main.c.
2026 * gdb.dwarf2/arr-subrange.c: Remove.
2027 * gdb.dwarf2/arr-subrange.exp: Use main.c.
2028 * gdb.dwarf2/bad-regnum.c: Remove.
2029 * gdb.dwarf2/bad-regnum.exp: Use main.c.
2030 * gdb.dwarf2/corrupt.c: Remove.
2031 * gdb.dwarf2/corrupt.exp: Use main.c.
2032 * gdb.dwarf2/dw2-bad-elf.c: Remove.
2033 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
2034 * gdb.dwarf2/dw2-icycle.c: Remove.
2035 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
2036 * gdb.dwarf2/formdata16.c: Remove.
2037 * gdb.dwarf2/formdata16.exp: Use main.c.
2038 * gdb.dwarf2/implptrconst.c: Remove.
2039 * gdb.dwarf2/implptrconst.exp: Use main.c.
2040 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
2041 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
2042 * gdb.dwarf2/opaque-type-lookup.c: Remove.
2043 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
2044
2045 2020-10-20 Tom de Vries <tdevries@suse.de>
2046
2047 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
2048 file.
2049 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
2050
2051 2020-10-20 Tom de Vries <tdevries@suse.de>
2052
2053 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
2054 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
2055 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
2056 * gdb.dwarf2/dw2-ranges-base.exp: Same.
2057 * gdb.dwarf2/dw2-ranges.exp: Same.
2058 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
2059 * gdb.dwarf2/var-access.exp: Same.
2060
2061 2020-10-19 Tom Tromey <tromey@adacore.com>
2062
2063 PR tui/26719
2064 * gdb.tui/list.exp: Check source window contents after focus
2065 change.
2066
2067 2020-10-17 Tom de Vries <tdevries@suse.de>
2068
2069 PR symtab/26317
2070 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
2071
2072 2020-10-17 Tom de Vries <tdevries@suse.de>
2073
2074 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
2075 as suffix.
2076 * gdb.dwarf2/atomic.c: Rename to ...
2077 * gdb.dwarf2/atomic-type.c: ... this.
2078 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
2079 * gdb.dwarf2/dw2-ranges-2.c: ... this.
2080 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
2081 * gdb.dwarf2/dw2-ranges-3.c: ... this.
2082 * gdb.dwarf2/fission-mix2.c: Rename to ...
2083 * gdb.dwarf2/fission-mix-2.c: ... this.
2084 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
2085 standard_testfile.
2086 * gdb.dwarf2/ada-valprint-error.exp: Same.
2087 * gdb.dwarf2/arr-stride.exp: Same.
2088 * gdb.dwarf2/arr-subrange.exp: Same.
2089 * gdb.dwarf2/atomic-type.exp: Same.
2090 * gdb.dwarf2/bad-regnum.exp: Same.
2091 * gdb.dwarf2/break-inline-psymtab.exp: Same.
2092 * gdb.dwarf2/clang-debug-names-2.exp: Same.
2093 * gdb.dwarf2/clang-debug-names.exp: Same.
2094 * gdb.dwarf2/comp-unit-lang.exp: Same.
2095 * gdb.dwarf2/corrupt.exp: Same.
2096 * gdb.dwarf2/count.exp: Same.
2097 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2098 * gdb.dwarf2/data-loc.exp: Same.
2099 * gdb.dwarf2/dw2-align.exp: Same.
2100 * gdb.dwarf2/dw2-bad-elf.exp: Same.
2101 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2102 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
2103 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
2104 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
2105 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2106 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
2107 * gdb.dwarf2/dw2-inline-param.exp: Same.
2108 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
2109 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
2110 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
2111 * gdb.dwarf2/dw2-is-stmt.exp: Same.
2112 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
2113 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
2114 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2115 * gdb.dwarf2/dw2-param-error.exp: Same.
2116 * gdb.dwarf2/dw2-ranges-base.exp: Same.
2117 * gdb.dwarf2/dw2-ranges.exp: Same.
2118 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
2119 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
2120 * gdb.dwarf2/dw4-sig-types.exp: Same.
2121 * gdb.dwarf2/dynarr-ptr.exp: Same.
2122 * gdb.dwarf2/enum-type.exp: Same.
2123 * gdb.dwarf2/fission-mix.exp: Same.
2124 * gdb.dwarf2/formdata16.exp: Same.
2125 * gdb.dwarf2/implptrconst.exp: Same.
2126 * gdb.dwarf2/implptrpiece.exp: Same.
2127 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2128 * gdb.dwarf2/main-subprogram.exp: Same.
2129 * gdb.dwarf2/method-ptr.exp: Same.
2130 * gdb.dwarf2/missing-sig-type.exp: Same.
2131 * gdb.dwarf2/nonvar-access.exp: Same.
2132 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2133 * gdb.dwarf2/shortpiece.exp: Same.
2134 * gdb.dwarf2/staticvirtual.exp: Same.
2135 * gdb.dwarf2/subrange.exp: Same.
2136 * gdb.dwarf2/symtab-producer.exp: Same.
2137 * gdb.dwarf2/typedef-void-finish.exp: Same.
2138 * gdb.dwarf2/var-access.exp: Same.
2139 * gdb.dwarf2/variant.exp: Same.
2140 * gdb.dwarf2/void-type.exp: Same.
2141 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
2142 dw2-ranges-main.c.
2143 * gdb.dwarf2/dw2-ranges-main.c: Remove.
2144
2145 2020-10-16 Tom de Vries <tdevries@suse.de>
2146
2147 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
2148
2149 2020-10-16 Tom de Vries <tdevries@suse.de>
2150
2151 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
2152
2153 2020-10-14 Tom de Vries <tdevries@suse.de>
2154
2155 PR testsuite/26732
2156 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
2157 scenario 2.
2158 * gdb.ada/mi_catch_ex_hand.exp: Same.
2159
2160 2020-10-13 Pedro Alves <pedro@palves.net>
2161
2162 * lib/mi-support.exp (mi_clean_restart): New.
2163 (mi_run_to_main): Delete.
2164 All callers adjust to use mi_clean_restart / mi_runto_main.
2165
2166 2020-10-13 Pedro Alves <pedro@palves.net>
2167
2168 * config/monitor.exp: Use "list -q".
2169 * gdb.arch/gdb1558.exp: Use "break -q".
2170 * gdb.arch/i386-permbkpt.exp: Use "break -q".
2171 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
2172 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
2173 * gdb.base/commands.exp: Use "break -q".
2174 * gdb.base/condbreak.exp: Use "break -q".
2175 * gdb.base/ctf-ptype.exp: Use "list -q".
2176 * gdb.base/define.exp: Use "break -q".
2177 * gdb.base/del.exp: Use "break -q".
2178 * gdb.base/fullname.exp: Use "break -q".
2179 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
2180 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
2181 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
2182 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
2183 "hbreak -q".
2184 * gdb.base/included.exp: Use "list -q".
2185 * gdb.base/label.exp: Use "break -q".
2186 * gdb.base/lineinc.exp: Use "break -q".
2187 * gdb.base/list.exp: Use "list -q".
2188 * gdb.base/macscp.exp: Use "list -q".
2189 * gdb.base/pending.exp: Use "break -q".
2190 * gdb.base/prologue-include.exp: Use "break -q".
2191 * gdb.base/ptype.exp: Use "list -q".
2192 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
2193 * gdb.base/server-del-break.exp: Use "break -q".
2194 * gdb.base/style.exp: Use "break -q".
2195 * gdb.base/symbol-without-target_section.exp: Use "list -q".
2196 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
2197 * gdb.cp/exception.exp: Use "tbreak -q".
2198 * gdb.dwarf2/dw2-error.exp: Use "break -q".
2199 * gdb.dwarf2/fission-mix.exp: Use "break -q".
2200 * gdb.dwarf2/fission-reread.exp: Use "break -q".
2201 * gdb.dwarf2/pr13961.exp: Use "break -q".
2202 * gdb.linespec/explicit.exp: Use "list -q".
2203 * gdb.linespec/linespec.exp: Use "break -q".
2204 * gdb.mi/mi-simplerun.exp: Use "--qualified".
2205 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
2206 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
2207 * gdb.server/connect-without-multi-process.exp: Use "break -q".
2208 * gdb.trace/change-loc.exp: Use "break -q".
2209 * gdb.trace/pending.exp: Use "break -q".
2210 * gdb.tui/basic.exp: Use "list -q".
2211 * gdb.tui/list-before.exp: Use "list -q".
2212 * gdb.tui/list.exp: Use "list -q".
2213 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
2214
2215 2020-10-13 Pedro Alves <pedro@palves.net>
2216
2217 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
2218 saved breakpoints file.
2219 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
2220 inspecting breakpoint list.
2221 * lib/gdb.exp (runto_main): Add "qualified" to options.
2222 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
2223 and handle it.
2224 (mi_runto_main): Pass 1 as qualified argument.
2225
2226 2020-10-13 Pedro Alves <pedro@palves.net>
2227
2228 * lib/mi-support.exp (mi_runto_main): New proc.
2229 (mi_run_to_main): Use it.
2230 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
2231 * gdb.mi/mi-var-cmd.exp: Likewise.
2232 * gdb.mi/mi-var-invalidate.exp: Likewise.
2233 * mi-var-list-children-invalid-grandchild.exp: Likewise.
2234 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
2235 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2236 * gdb.mi/user-selected-context-sync.exp: Likewise.
2237 * gdb.opt/inline-cmds.exp: Likewise.
2238 * gdb.python/py-framefilter-mi.exp: Likewise.
2239 * gdb.python/py-mi.exp: Likewise.
2240
2241 2020-10-13 Pedro Alves <pedro@palves.net>
2242
2243 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
2244 "runto main".
2245 * gdb.ada/small_reg_param.exp: Likewise.
2246 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2247 * gdb.base/annota1.exp: Likewise.
2248 * gdb.base/anon.exp: Likewise.
2249 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
2250 * gdb.base/dprintf-non-stop.exp: Likewise.
2251 * gdb.base/dprintf.exp: Likewise.
2252 * gdb.base/gdb11530.exp: Likewise.
2253 * gdb.base/gdb11531.exp: Likewise.
2254 * gdb.base/gnu_vector.exp: Likewise.
2255 * gdb.base/interrupt-noterm.exp: Likewise.
2256 * gdb.base/memattr.exp: Likewise.
2257 * gdb.base/step-over-syscall.exp: Likewise.
2258 * gdb.base/watch-cond-infcall.exp: Likewise.
2259 * gdb.base/watch-read.exp: Likewise.
2260 * gdb.base/watch-vfork.exp: Likewise.
2261 * gdb.base/watch_thread_num.exp: Likewise.
2262 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
2263 * gdb.guile/scm-frame-inline.exp: Likewise.
2264 * gdb.linespec/explicit.exp: Likewise.
2265 * gdb.opt/inline-break.exp: Likewise.
2266 * gdb.python/py-frame-inline.exp: Likewise.
2267 * gdb.reverse/break-precsave.exp: Likewise.
2268 * gdb.reverse/break-reverse.exp: Likewise.
2269 * gdb.reverse/consecutive-precsave.exp: Likewise.
2270 * gdb.reverse/consecutive-reverse.exp: Likewise.
2271 * gdb.reverse/finish-precsave.exp: Likewise.
2272 * gdb.reverse/finish-reverse.exp: Likewise.
2273 * gdb.reverse/fstatat-reverse.exp: Likewise.
2274 * gdb.reverse/getresuid-reverse.exp: Likewise.
2275 * gdb.reverse/i386-precsave.exp: Likewise.
2276 * gdb.reverse/i386-reverse.exp: Likewise.
2277 * gdb.reverse/i386-sse-reverse.exp: Likewise.
2278 * gdb.reverse/i387-env-reverse.exp: Likewise.
2279 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2280 * gdb.reverse/insn-reverse.exp: Likewise.
2281 * gdb.reverse/machinestate-precsave.exp: Likewise.
2282 * gdb.reverse/machinestate.exp: Likewise.
2283 * gdb.reverse/pipe-reverse.exp: Likewise.
2284 * gdb.reverse/readv-reverse.exp: Likewise.
2285 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2286 * gdb.reverse/rerun-prec.exp: Likewise.
2287 * gdb.reverse/s390-mvcle.exp: Likewise.
2288 * gdb.reverse/solib-precsave.exp: Likewise.
2289 * gdb.reverse/solib-reverse.exp: Likewise.
2290 * gdb.reverse/step-precsave.exp: Likewise.
2291 * gdb.reverse/step-reverse.exp: Likewise.
2292 * gdb.reverse/time-reverse.exp: Likewise.
2293 * gdb.reverse/until-precsave.exp: Likewise.
2294 * gdb.reverse/until-reverse.exp: Likewise.
2295 * gdb.reverse/waitpid-reverse.exp: Likewise.
2296 * gdb.reverse/watch-precsave.exp: Likewise.
2297 * gdb.reverse/watch-reverse.exp: Likewise.
2298 * gdb.threads/kill.exp: Likewise.
2299 * gdb.threads/tid-reuse.exp: Likewise.
2300
2301 2020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
2302
2303 PR gdb/26642
2304 * gdb.base/maint-target-async-off.c: New test.
2305 * gdb.base/maint-target-async-off.exp: New test.
2306
2307 2020-10-13 Alan Modra <amodra@gmail.com>
2308
2309 * gdb.arch/powerpc-altivec.s,
2310 * gdb.arch/powerpc-power7.s,
2311 * gdb.arch/powerpc-power8.s,
2312 * gdb.arch/powerpc-power9.s,
2313 * gdb.arch/powerpc-vsx.s,
2314 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
2315 * gdb.arch/powerpc-altivec.exp,
2316 * gdb.arch/powerpc-power7.exp,
2317 * gdb.arch/powerpc-power8.exp,
2318 * gdb.arch/powerpc-power9.exp,
2319 * gdb.arch/powerpc-vsx.exp,
2320 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
2321 disassembly of mfvsrd/mtvsrd.
2322
2323 2020-10-13 Alan Modra <amodra@gmail.com>
2324
2325 * gdb.arch/arm-disassembler-options.exp: Adjust expected
2326 "target architecture" output.
2327 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2328 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
2329 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2330 * gdb.arch/s390-disassembler-options.exp: Likewise.
2331
2332 2020-10-12 Pedro Alves <pedro@palves.net>
2333
2334 PR exp/26602
2335 PR c++/26550
2336 * gdb.cp/ambiguous.cc (marker1): Delete.
2337 (main): Initialize all the fields of the locals. Replace marker1
2338 call with a "set breakpoint here" marker.
2339 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
2340 instead of running to marker1. Add tests printing all the
2341 variables and all the fields of the variables.
2342 (test_ambiguous): New proc, expecting the new GDB output when a
2343 field access is ambiguous. Change all "warning: X ambiguous"
2344 tests to use it.
2345
2346 2020-10-12 Gary Benson <gbenson@redhat.com>
2347
2348 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
2349 * gdb.base/msym-bp-2.c (foo): Likewise.
2350 * gdb.base/msym-lang.c (foo): Likewise.
2351 * gdb.base/msym-lang-main.c (foo): Likewise.
2352 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
2353 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
2354 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
2355 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
2356 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
2357 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
2358 * gdb.python/py-objfile.c (static_var): Likewise.
2359 * gdb.python/py-symbol.c (rr): Likewise.
2360 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
2361 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
2362
2363 2020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
2364
2365 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
2366 output of backtrace.
2367
2368 2020-10-09 Tom Tromey <tromey@adacore.com>
2369
2370 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
2371 (Rec): Add field. Fix range.
2372 * gdb.ada/scalar_storage.exp: Update.
2373
2374 2020-10-09 Hannes Domani <ssbssa@yahoo.de>
2375
2376 PR exp/26714
2377 * gdb.base/printcmds.exp: Add tests for void results.
2378
2379 2020-10-09 Jan Vrany <jan.vrany@labware.com>
2380
2381 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
2382 is emmited for both 'set directories' and 'directory' commands.
2383
2384 2020-10-08 Tom Tromey <tom@tromey.com>
2385
2386 * gdb.base/style.exp: Check that "main"'s name is styled.
2387
2388 2020-10-07 Tom Tromey <tromey@adacore.com>
2389
2390 * gdb.base/find.exp: Rename some tests.
2391
2392 2020-10-06 Gary Benson <gbenson@redhat.com>
2393
2394 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
2395 * gdb.base/list1.c (unused): Likewise.
2396
2397 2020-10-06 Gary Benson <gbenson@redhat.com>
2398
2399 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
2400 __attribute__ ((used)).
2401 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
2402
2403 2020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
2404
2405 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
2406 make use of regions throughout.
2407 * gdb.base/overlays.exp: Enclose string with variableds in "..",
2408 not {...}.
2409 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
2410
2411 2020-10-05 Hannes Domani <ssbssa@yahoo.de>
2412
2413 * gdb.base/call-sc.c: Fix return struct on stack test case.
2414 * gdb.base/call-sc.exp: Likewise.
2415
2416 2020-10-02 Gary Benson <gbenson@redhat.com>
2417
2418 * README: Fix "paralell".
2419
2420 2020-09-30 Gary Benson <gbenson@redhat.com>
2421
2422 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
2423 Convert directive to lowercase.
2424 (.Labbrev1_begin): Add missing label.
2425 (abbrev code 0x1): Remove DW_AT_stmt_list.
2426 (.Ldie_b): Likewise.
2427
2428 2020-09-27 Tom Tromey <tom@tromey.com>
2429
2430 * gdb.tui/new-layout.exp: Use with_test_prefix.
2431
2432 2020-09-26 Gareth Rees <grees@undo.io> (tiny change)
2433
2434 PR python/26586
2435 * gdb.python/python.exp: add test cases for the from_tty
2436 argument to gdb.execute.
2437
2438 2020-09-25 Gary Benson <gbenson@redhat.com>
2439
2440 * gdb.base/infcall-nested-structs.exp.tcl: Add
2441 additional_flags=-Wno-tautological-compare for C++
2442 tests when compiling using Clang.
2443
2444 2020-09-25 Gary Benson <gbenson@redhat.com>
2445
2446 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
2447 for .c files.
2448
2449 2020-09-24 Tom Tromey <tromey@adacore.com>
2450
2451 PR tui/26638:
2452 * gdb.tui/list.exp: Check output of "focus next".
2453
2454 2020-09-23 Tom Tromey <tom@tromey.com>
2455
2456 * gdb.dwarf2/intbits.exp: New file.
2457 * gdb.dwarf2/intbits.c: New file.
2458
2459 2020-09-20 Pedro Alves <pedro@palves.net>
2460
2461 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
2462 spawn_id before calling remote_close. Close secondary MI channel.
2463
2464 2020-09-20 Pedro Alves <pedro@palves.net>
2465
2466 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
2467 fails.
2468
2469 2020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
2470
2471 * gdb.fortran/array-slices.exp: Update expected results.
2472 * gdb.fortran/class-allocatable-array.exp: Likewise.
2473 * gdb.fortran/multi-dim.exp: Likewise.
2474 * gdb.fortran/vla-type.exp: Likewise.
2475 * gdb.mi/mi-vla-fortran.exp: Likewise.
2476
2477 2020-09-18 Victor Collod <vcollod@nvidia.com>
2478
2479 PR gdb/26635
2480 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
2481 compatible with i386, and move it to...
2482 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
2483 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
2484 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
2485
2486 2020-09-18 Pedro Alves <pedro@palves.net>
2487
2488 PR gdb/26631
2489 * gdb.multi/multi-target-thread-find.exp: New file.
2490
2491 2020-09-18 Pedro Alves <pedro@palves.net>
2492
2493 * gdb.multi/multi-target-continue.exp: New file, factored out from
2494 multi-target.exp.
2495 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
2496 multi-target.exp.
2497 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
2498 multi-target.exp.
2499 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
2500 multi-target.exp.
2501 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
2502 multi-target.exp.
2503 * gdb.multi/multi-target.exp.tcl: New file, factored out from
2504 multi-target.exp.
2505 * gdb.multi/multi-target.exp: Delete.
2506
2507 2020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2508
2509 * gdb.fortran/array-slices.exp: Add missing message data.
2510
2511 2020-09-17 Pedro Alves <pedro@palves.net>
2512
2513 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
2514
2515 2020-09-17 Pedro Alves <pedro@palves.net>
2516
2517 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
2518 full prototype.
2519
2520 2020-09-17 Pedro Alves <pedro@palves.net>
2521
2522 * gdb.python/py-as-string.c: Add cast.
2523
2524 2020-09-17 Pedro Alves <pedro@palves.net>
2525
2526 * gdb.base/sizeof.c (fill): Add cast.
2527
2528 2020-09-17 Pedro Alves <pedro@palves.net>
2529
2530 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
2531
2532 2020-09-17 Pedro Alves <pedro@palves.net>
2533
2534 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
2535 linkage name.
2536 * gdb.base/prologue.exp: Use print /d.
2537 * gdb.base/symbol-alias.exp: Handle C++ output.
2538 * gdb.base/symbol-alias2.c: Handle C++ output.
2539 [__cplusplus] (func): Explicitly specify linkage name.
2540
2541 2020-09-17 Pedro Alves <pedro@palves.net>
2542
2543 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
2544 (struct my_key_t): ... this. Adjust all references.
2545 (struct value_t): Rename to ...
2546 (struct my_value_t): ... this. Adjust all references.
2547 (create_map, add_map_element, create_map_map)
2548 (add_map_map_element): Add casts.
2549
2550 2020-09-17 Pedro Alves <pedro@palves.net>
2551
2552 * gdb.python/py-framefilter-mi.c (funca): Add casts.
2553 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
2554
2555 2020-09-17 Pedro Alves <pedro@palves.net>
2556
2557 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
2558
2559 2020-09-17 Pedro Alves <pedro@palves.net>
2560
2561 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
2562 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
2563 (charfoo, intfoo): Define full prototype.
2564 * gdb.base/ptype1.c (charfoo): Define full prototype.
2565 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
2566 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
2567
2568 2020-09-17 Pedro Alves <pedro@palves.net>
2569
2570 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
2571 Don't define.
2572 (utf_32_string): Compile for both C and C++.
2573 * gdb.base/charset.exp: Use "print /d".
2574
2575 2020-09-17 Pedro Alves <pedro@palves.net>
2576
2577 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
2578 (nullptr): Rename to ...
2579 (null_ptr): ... this.
2580 * gdb.base/watchpoint.exp: Adjust to rename.
2581
2582 2020-09-17 Pedro Alves <pedro@palves.net>
2583
2584 * gdb.base/printcmds.c (three, flag_enum_without_zero)
2585 (three_not_flag): Add casts.
2586
2587 2020-09-17 Pedro Alves <pedro@palves.net>
2588
2589 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
2590 char array.
2591 (main): Add references to Barrier, TestStrings, TestStringsH and
2592 TestStringsW.
2593 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
2594 and expect a full prototype in C++.
2595
2596 2020-09-17 Pedro Alves <pedro@palves.net>
2597
2598 * gdb.base/nested-addr.c (main): Add cast.
2599 * gdb.base/nested-addr.exp: Use "print /d".
2600
2601 2020-09-17 Pedro Alves <pedro@palves.net>
2602
2603 * gdb.base/break.exp (func): New. Use it throughout when
2604 expecting a function name.
2605
2606 2020-09-17 Pedro Alves <pedro@palves.net>
2607
2608 * gdb.base/display.exp: Issue "set print asm-demangle on".
2609
2610 2020-09-17 Pedro Alves <pedro@palves.net>
2611
2612 * gdb.base/find.c: Include <string.h>.
2613 (init_bufs): Add cast.
2614 * gdb.base/find.exp: Issue "set print asm-demangle on".
2615
2616 2020-09-16 Tom Tromey <tromey@adacore.com>
2617
2618 PR gdb/26598:
2619 * gdb.base/skipcxx.exp: New file.
2620 * gdb.base/skipcxx.cc: New file.
2621
2622 2020-09-16 Tom de Vries <tdevries@suse.de>
2623
2624 PR testsuite/26617
2625 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
2626 WITH_DEBUG_SECTIONS is defined.
2627 (xstr, str): New macro.
2628 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
2629 to get start and size of _Dmain.
2630 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
2631 using additional_flags.
2632
2633 2020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2634
2635 * gdb.base/bp-cmds-sourced-script.c: New file.
2636 * gdb.base/bp-cmds-sourced-script.exp: New test.
2637 * gdb.base/bp-cmds-sourced-script.gdb: New file.
2638
2639 2020-09-16 Tom de Vries <tdevries@suse.de>
2640
2641 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
2642 get the gdb prompt after issuing "monitor exit".
2643
2644 2020-09-16 Tom de Vries <tdevries@suse.de>
2645
2646 PR testsuite/26624
2647 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
2648
2649 2020-09-16 Tom de Vries <tdevries@suse.de>
2650
2651 PR testsuite/26618
2652 * gdb.tui/new-layout.exp: Escape unbalanced braces.
2653
2654 2020-09-15 Tom Tromey <tromey@adacore.com>
2655
2656 PR rust/26197:
2657 * lib/rust-support.exp (rust_llvm_version): New proc.
2658 * gdb.rust/simple.exp: Check rust_llvm_version.
2659
2660 2020-09-14 Tom de Vries <tdevries@suse.de>
2661
2662 * gdb.rust/traits.exp: Fix PATH warning.
2663
2664 2020-09-13 Pedro Alves <pedro@palves.net>
2665
2666 * gdb.base/catch-follow-exec.c (main): Add explicit return
2667 statement.
2668 * gdb.base/catch-signal.c (main): Likewise.
2669 * gdb.base/condbreak-call-false.c (main): Likewise.
2670 * gdb.base/consecutive.c (main): Add explicit return
2671 statement and return type.
2672 * gdb.base/cursal.c (main): Add explicit return statement.
2673 * gdb.base/cvexpr.c (main): Likewise.
2674 * gdb.base/display.c (main): Add explicit return statement and
2675 return type.
2676 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
2677 * gdb.base/endianity.c (main): Likewise.
2678 * gdb.base/execd-prog.c (main): Likewise.
2679 * gdb.base/gdb1090.c (main): Likewise.
2680 * gdb.base/info_qt.c (main): Likewise.
2681 * gdb.base/lineinc.c (main): Likewise.
2682 * gdb.base/load-command.c (main): Likewise.
2683 * gdb.base/macscp1.c (main): Likewise.
2684 * gdb.base/pr10179-a.c (main): Likewise.
2685 * gdb.base/quit-live.c (main): Likewise.
2686 * gdb.base/scope0.c (main): Likewise.
2687 * gdb.base/settings.c (main): Likewise.
2688 * gdb.base/stack-checking.c (main): Return int.
2689 * gdb.base/varargs.c (main): Add explicit return statement.
2690 * gdb.cp/ambiguous.cc (main): Likewise.
2691 * gdb.cp/anon-struct.cc (main): Likewise.
2692 * gdb.cp/anon-union.cc (main): Likewise.
2693 * gdb.cp/bool.cc (main): Likewise.
2694 * gdb.cp/bs15503.cc (main): Likewise.
2695 * gdb.cp/cplusfuncs.cc (main): Likewise.
2696 * gdb.cp/cttiadd.cc (main): Likewise.
2697 * gdb.cp/extern-c.cc (main): Likewise.
2698 * gdb.cp/filename.cc (main): Likewise.
2699 * gdb.cp/formatted-ref.cc (main): Likewise.
2700 * gdb.cp/mb-ctor.cc (main): Likewise.
2701 * gdb.cp/member-ptr.cc (main): Likewise.
2702 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
2703 * gdb.cp/overload-const.cc (main): Likewise.
2704 * gdb.cp/paren-type.cc (main): Likewise.
2705 * gdb.cp/parse-lang.cc (main): Likewise.
2706 * gdb.cp/pr-1023.cc (main): Likewise.
2707 * gdb.cp/psmang1.cc (main): Likewise.
2708 * gdb.cp/readnow-language.cc (main): Likewise.
2709 * gdb.cp/ref-params.cc (main): Likewise.
2710 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
2711 * gdb.cp/virtbase2.cc (main): Likewise.
2712 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
2713 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
2714 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
2715 * gdb.mi/mi-console.c (main): Likewise.
2716 * gdb.mi/mi-read-memory.c (main): Likewise.
2717 * gdb.modula2/multidim.c (main): Likewise.
2718 * gdb.opt/inline-small-func.c (main): Likewise.
2719 * gdb.python/py-rbreak.c (main): Likewise.
2720 * gdb.stabs/exclfwd1.c (main): Likewise.
2721 * gdb.trace/qtro.c (main): Likewise.
2722
2723 2020-09-13 Pedro Alves <pedro@palves.net>
2724
2725 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
2726 instead of getenv.
2727
2728 2020-09-13 Pedro Alves <pedro@palves.net>
2729
2730 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
2731 instead of spawning GDB with remote_spawn.
2732 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
2733 gdb_spawn instead of spawning GDB with remote_spawn.
2734
2735 2020-09-13 Pedro Alves <pedro@palves.net>
2736
2737 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
2738 file and add calls to first and second.
2739 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
2740 add call to f.
2741
2742 2020-09-13 Pedro Alves <pedro@palves.net>
2743
2744 * gdb.mi/mi-break-qualified.cc: New file.
2745 * gdb.mi/mi-break-qualified.exp: New file.
2746 * lib/mi-support.exp (mi_create_breakpoint_multi)
2747 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
2748 procedures.
2749 (mi_create_breakpoint_1): New, factored out from
2750 mi_create_breakpoint.
2751
2752 2020-09-13 Pedro Alves <pedro@palves.net>
2753
2754 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
2755 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
2756 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
2757 (register_class): Delete.
2758 (main): Don't call register_class.
2759
2760 2020-09-13 Pedro Alves <pedro@palves.net>
2761
2762 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
2763 (do_tests): Remove "calling method for small class" test.
2764 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
2765 (register_class): Delete.
2766 (main): Don't call register_class.
2767 * gdb.cp/call-method-register.exp: New file, based on bits removed
2768 from classes.exp.
2769 * gdb.cp/call-method-register.cc: New file, based on bits removed
2770 from classes.cc.
2771
2772 2020-09-13 Pedro Alves <pedro@palves.net>
2773
2774 * gdb.base/msym-bp-2.c: New.
2775 * gdb.base/msym-bp-shl-lib.c: New file.
2776 * gdb.base/msym-bp-shl-main-2.c: New file.
2777 * gdb.base/msym-bp-shl-main.c: New file.
2778 * gdb.base/msym-bp-shl.exp: New file.
2779 * gdb.base/msym-bp.c: New file.
2780 * gdb.base/msym-bp.exp: New file.
2781
2782 2020-09-13 Joel Brobecker <brobecker@adacore.com>
2783
2784 * gdb.base/default.exp: Change $_gdb_major to 11.
2785
2786 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
2787 Felix Willgerodt <Felix.Willgerodt@intel.com>
2788
2789 * x86-avx512bf16.c: New file.
2790 * x86-avx512bf16.exp: Likewise.
2791 * lib/gdb.exp (skip_avx512bf16_tests): New function.
2792
2793 2020-09-11 Tom de Vries <tdevries@suse.de>
2794
2795 PR exp/26602
2796 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
2797
2798 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2799
2800 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
2801
2802 2020-09-10 Alan Modra <amodra@gmail.com>
2803
2804 PR 26597
2805 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
2806
2807 2020-09-08 Tom de Vries <tdevries@suse.de>
2808
2809 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
2810 after gdb_starti_cmd.
2811
2812 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2813
2814 * lib/fortran.exp (fortran_complex8): New proc.
2815 (fortran_complex16): New proc.
2816 * gdb.fortran/complex.exp: Use routines from fortran.exp
2817 * gdb.fortran/pointer-to-pointer.exp: Likewise.
2818 * gdb.fortran/vla-ptr-info.exp: Likewise.
2819
2820 2020-09-03 Tom de Vries <tdevries@suse.de>
2821
2822 PR breakpoint/26546
2823 * gdb.base/label-without-address.exp: Runto main first.
2824
2825 2020-09-02 Tom Tromey <tromey@adacore.com>
2826
2827 * gdb.ada/mi_var_access.exp: Test children of access variable.
2828 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
2829 * gdb.ada/mi_var_array.exp: Update.
2830
2831 2020-08-31 Kevin Buettner <kevinb@redhat.com>
2832
2833 * gdb.base/corefile.exp (warning-free): XFAIL test when running
2834 on docker w/ AUFS storage driver.
2835
2836 2020-08-31 Kevin Buettner <kevinb@redhat.com>
2837
2838 * gdb.base/corefile2.exp (renamed binfile): New tests.
2839
2840 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
2841
2842 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
2843
2844 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
2845
2846 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
2847 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
2848
2849 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
2850
2851 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
2852 output, printing a "not saved" value from history and printing a
2853 convenience variable created from a "not saved" value.
2854
2855 2020-08-31 Tom de Vries <tdevries@suse.de>
2856
2857 * gdb.base/eh_return.exp: Use nopie.
2858
2859 2020-08-28 Pedro Alves <pedro@palves.net>
2860
2861 * gdb.base/advance-until-multiple-locations.exp
2862 (advance_overload, until_overload): Adjust to match the
2863 frame/function header instead of the source line text.
2864
2865 2020-08-28 Tom de Vries <tdevries@suse.de>
2866
2867 * gdb.base/label-without-address.c: New test.
2868 * gdb.base/label-without-address.exp: New file.
2869
2870 2020-08-27 Pedro Alves <pedro@palves.net>
2871
2872 PR gdb/26523
2873 PR gdb/26524
2874 * gdb.base/advance-until-multiple-locations.cc: New.
2875 * gdb.base/advance-until-multiple-locations.exp: New.
2876
2877 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
2878
2879 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
2880
2881 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2882
2883 * gdb.arch/amd64-byte.exp: Make test names unique, use
2884 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
2885 * gdb.arch/amd64-dword.exp: Likewise.
2886 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
2887 * gdb.arch/amd64-stap-special-operands.exp: Make test names
2888 unique.
2889 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
2890 * gdb.arch/amd64-word.exp: Make test names unique, use
2891 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
2892 * gdb.arch/i386-byte.exp: Make test names unique, use
2893 gdb_breakpoint.
2894 * gdb.arch/i386-word.exp: Likewise.
2895
2896 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
2897
2898 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
2899
2900 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
2901
2902 PR gdb/26532
2903 * gdb.threads/stepi-random-signal.exp: Update pattern.
2904
2905 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
2906
2907 PR gdb/26532
2908 * gdb.base/ui-redirect.exp: Update pattern.
2909
2910 2020-08-25 Gary Benson <gbenson@redhat.com>
2911
2912 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
2913 when compiling with clang.
2914 * gdb.dwarf2/dw2-restore.exp: Likewise.
2915
2916 2020-08-25 Gary Benson <gbenson@redhat.com>
2917
2918 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
2919 Add additional_flags=-Wno-inaccessible-base when compiling
2920 with GCC >= 10.1 or clang. Add additional_flags=-w when
2921 compiling with GCC < 10.
2922
2923 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
2924
2925 PR m2/26372
2926 * gdb.modula2/multidim.c: New file.
2927 * gdb.modula2/multidim.exp: New file.
2928
2929 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
2930
2931 * lib/gdb.exp (runto): Always emit fail on internal error.
2932
2933 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
2934
2935 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
2936 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2937 Likewise.
2938 * gdb.threads/stepi-random-signal.exp: Likewise.
2939
2940 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2941
2942 * gdb.base/print-file-var.exp: Fix typo "breapoint".
2943 * gdb.trace/strace.exp: Ditto.
2944
2945 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2946
2947 * gdb.fortran/vla-type.exp: Skip commands not required for
2948 the Flang compiled binaries after prologue fix.
2949
2950 2020-08-17 Tom de Vries <tdevries@suse.de>
2951 Tom Tromey <tromey@adacore.com>
2952
2953 PR rust/26197:
2954 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
2955
2956 2020-08-17 Tom Tromey <tromey@adacore.com>
2957
2958 * gdb.ada/mi_var_access.exp: New file.
2959 * gdb.ada/mi_var_access/mi_access.adb: New file.
2960 * gdb.ada/mi_var_access/pck.adb: New file.
2961 * gdb.ada/mi_var_access/pck.ads: New file.
2962
2963 2020-08-16 Tom de Vries <tdevries@suse.de>
2964
2965 PR gdb/25350
2966 * gdb.base/eh_return.c: New test.
2967 * gdb.base/eh_return.exp: New file.
2968
2969 2020-08-15 Tom de Vries <tdevries@suse.de>
2970
2971 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
2972 (mixed_func_1d_): Use fortran_charlen_t in decl.
2973
2974 2020-08-15 Tom de Vries <tdevries@suse.de>
2975
2976 PR backtrace/26390
2977 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
2978 Update expected pattern.
2979
2980 2020-08-13 Pedro Alves <pedro@palves.net>
2981
2982 * gdb.fortran/complex.exp: Check skip_fortran_tests.
2983 * gdb.fortran/library-module.exp: Likewise.
2984 * gdb.fortran/logical.exp: Likewise.
2985 * gdb.fortran/module.exp: Likewise.
2986 * gdb.fortran/print_type.exp: Likewise.
2987 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
2988 * gdb.fortran/vla-datatypes.exp: Likewise.
2989 * gdb.fortran/vla-history.exp: Likewise.
2990 * gdb.fortran/vla-ptr-info.exp: Likewise.
2991 * gdb.fortran/vla-ptype-sub.exp: Likewise.
2992 * gdb.fortran/vla-ptype.exp: Likewise.
2993 * gdb.fortran/vla-sizeof.exp: Likewise.
2994 * gdb.fortran/vla-type.exp: Likewise.
2995 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
2996 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
2997 * gdb.fortran/vla-value-sub.exp: Likewise.
2998 * gdb.fortran/vla-value.exp: Likewise.
2999
3000 2020-08-13 Pedro Alves <pedro@palves.net>
3001
3002 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
3003 * gdb.ada/access_to_packed_array.exp: Likewise.
3004 * gdb.ada/access_to_unbounded_array.exp: Likewise.
3005 * gdb.ada/addr_arith.exp: Likewise.
3006 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
3007 * gdb.ada/arr_arr.exp: Likewise.
3008 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
3009 * gdb.ada/array_bounds.exp: Likewise.
3010 * gdb.ada/array_of_variable_length.exp: Likewise.
3011 * gdb.ada/array_ptr_renaming.exp: Likewise.
3012 * gdb.ada/array_subscript_addr.exp: Likewise.
3013 * gdb.ada/arraydim.exp: Likewise.
3014 * gdb.ada/arrayparam.exp: Likewise.
3015 * gdb.ada/arrayptr.exp: Likewise.
3016 * gdb.ada/assign_1.exp: Likewise.
3017 * gdb.ada/assign_arr.exp: Likewise.
3018 * gdb.ada/atomic_enum.exp: Likewise.
3019 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
3020 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
3021 * gdb.ada/bias.exp: Likewise.
3022 * gdb.ada/boolean_expr.exp: Likewise.
3023 * gdb.ada/bp_c_mixed_case.exp: Likewise.
3024 * gdb.ada/bp_enum_homonym.exp: Likewise.
3025 * gdb.ada/bp_inlined_func.exp: Likewise.
3026 * gdb.ada/bp_on_var.exp: Likewise.
3027 * gdb.ada/bp_range_type.exp: Likewise.
3028 * gdb.ada/bp_reset.exp: Likewise.
3029 * gdb.ada/call_pn.exp: Likewise.
3030 * gdb.ada/catch_assert_if.exp: Likewise.
3031 * gdb.ada/catch_ex.exp: Likewise.
3032 * gdb.ada/catch_ex_std.exp: Likewise.
3033 * gdb.ada/char_enum.exp: Likewise.
3034 * gdb.ada/char_param.exp: Likewise.
3035 * gdb.ada/complete.exp: Likewise.
3036 * gdb.ada/cond_lang.exp: Likewise.
3037 * gdb.ada/convvar_comp.exp: Likewise.
3038 * gdb.ada/dgopt.exp: Likewise.
3039 * gdb.ada/disc_arr_bound.exp: Likewise.
3040 * gdb.ada/display_nested.exp: Likewise.
3041 * gdb.ada/dot_all.exp: Likewise.
3042 * gdb.ada/dyn_loc.exp: Likewise.
3043 * gdb.ada/dyn_stride.exp: Likewise.
3044 * gdb.ada/excep_handle.exp: Likewise.
3045 * gdb.ada/expr_delims.exp: Likewise.
3046 * gdb.ada/expr_with_funcall.exp: Likewise.
3047 * gdb.ada/exprs.exp: Likewise.
3048 * gdb.ada/fin_fun_out.exp: Likewise.
3049 * gdb.ada/fixed_cmp.exp: Likewise.
3050 * gdb.ada/formatted_ref.exp: Likewise.
3051 * gdb.ada/frame_arg_lang.exp: Likewise.
3052 * gdb.ada/frame_args.exp: Likewise.
3053 * gdb.ada/fullname_bp.exp: Likewise.
3054 * gdb.ada/fun_addr.exp: Likewise.
3055 * gdb.ada/fun_in_declare.exp: Likewise.
3056 * gdb.ada/fun_overload_menu.exp: Likewise.
3057 * gdb.ada/fun_renaming.exp: Likewise.
3058 * gdb.ada/funcall_char.exp: Likewise.
3059 * gdb.ada/funcall_param.exp: Likewise.
3060 * gdb.ada/funcall_ptr.exp: Likewise.
3061 * gdb.ada/funcall_ref.exp: Likewise.
3062 * gdb.ada/homonym.exp: Likewise.
3063 * gdb.ada/info_addr_mixed_case.exp: Likewise.
3064 * gdb.ada/info_auto_lang.exp: Likewise.
3065 * gdb.ada/info_exc.exp: Likewise.
3066 * gdb.ada/info_types.exp: Likewise.
3067 * gdb.ada/int_deref.exp: Likewise.
3068 * gdb.ada/interface.exp: Likewise.
3069 * gdb.ada/iwide.exp: Likewise.
3070 * gdb.ada/lang_switch.exp: Likewise.
3071 * gdb.ada/length_cond.exp: Likewise.
3072 * gdb.ada/maint_with_ada.exp: Likewise.
3073 * gdb.ada/mi_catch_assert.exp: Likewise.
3074 * gdb.ada/mi_catch_ex.exp: Likewise.
3075 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
3076 * gdb.ada/mi_dyn_arr.exp: Likewise.
3077 * gdb.ada/mi_ex_cond.exp: Likewise.
3078 * gdb.ada/mi_exc_info.exp: Likewise.
3079 * gdb.ada/mi_interface.exp: Likewise.
3080 * gdb.ada/mi_prot.exp: Likewise.
3081 * gdb.ada/mi_ref_changeable.exp: Likewise.
3082 * gdb.ada/mi_string_access.exp: Likewise.
3083 * gdb.ada/mi_task_arg.exp: Likewise.
3084 * gdb.ada/mi_task_info.exp: Likewise.
3085 * gdb.ada/mi_var_array.exp: Likewise.
3086 * gdb.ada/mi_var_union.exp: Likewise.
3087 * gdb.ada/mi_variant.exp: Likewise.
3088 * gdb.ada/minsyms.exp: Likewise.
3089 * gdb.ada/mod_from_name.exp: Likewise.
3090 * gdb.ada/nested.exp: Likewise.
3091 * gdb.ada/null_array.exp: Likewise.
3092 * gdb.ada/optim_drec.exp: Likewise.
3093 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
3094 * gdb.ada/packed_array_assign.exp: Likewise.
3095 * gdb.ada/packed_tagged.exp: Likewise.
3096 * gdb.ada/pp-rec-component.exp: Likewise.
3097 * gdb.ada/print_chars.exp: Likewise.
3098 * gdb.ada/print_pc.exp: Likewise.
3099 * gdb.ada/ptr_typedef.exp: Likewise.
3100 * gdb.ada/ptype_arith_binop.exp: Likewise.
3101 * gdb.ada/ptype_array.exp: Likewise.
3102 * gdb.ada/ptype_field.exp: Likewise.
3103 * gdb.ada/ptype_tagged_param.exp: Likewise.
3104 * gdb.ada/ptype_union.exp: Likewise.
3105 * gdb.ada/py_range.exp: Likewise.
3106 * gdb.ada/py_taft.exp: Likewise.
3107 * gdb.ada/rdv_wait.exp: Likewise.
3108 * gdb.ada/rec_comp.exp: Likewise.
3109 * gdb.ada/rec_return.exp: Likewise.
3110 * gdb.ada/ref_param.exp: Likewise.
3111 * gdb.ada/ref_tick_size.exp: Likewise.
3112 * gdb.ada/rename_subscript_param.exp: Likewise.
3113 * gdb.ada/repeat_dyn.exp: Likewise.
3114 * gdb.ada/same_component_name.exp: Likewise.
3115 * gdb.ada/same_enum.exp: Likewise.
3116 * gdb.ada/scalar_storage.exp: Likewise.
3117 * gdb.ada/set_wstr.exp: Likewise.
3118 * gdb.ada/small_reg_param.exp: Likewise.
3119 * gdb.ada/str_binop_equal.exp: Likewise.
3120 * gdb.ada/str_ref_cmp.exp: Likewise.
3121 * gdb.ada/str_uninit.exp: Likewise.
3122 * gdb.ada/sub_variant.exp: Likewise.
3123 * gdb.ada/sym_print_name.exp: Likewise.
3124 * gdb.ada/taft_type.exp: Likewise.
3125 * gdb.ada/tagged.exp: Likewise.
3126 * gdb.ada/tagged_access.exp: Likewise.
3127 * gdb.ada/task_bp.exp: Likewise.
3128 * gdb.ada/task_switch_in_core.exp: Likewise.
3129 * gdb.ada/tasks.exp: Likewise.
3130 * gdb.ada/tick_last_segv.exp: Likewise.
3131 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
3132 * gdb.ada/type_coercion.exp: Likewise.
3133 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
3134 * gdb.ada/unchecked_union.exp: Likewise.
3135 * gdb.ada/uninitialized_vars.exp: Likewise.
3136 * gdb.ada/var_arr_attrs.exp: Likewise.
3137 * gdb.ada/var_arr_typedef.exp: Likewise.
3138 * gdb.ada/var_rec_arr.exp: Likewise.
3139 * gdb.ada/variant-record.exp: Likewise.
3140 * gdb.ada/variant.exp: Likewise.
3141 * gdb.ada/variant_record_packed_array.exp: Likewise.
3142 * gdb.ada/varsize_limit.exp: Likewise.
3143 * gdb.ada/whatis_array_val.exp: Likewise.
3144 * gdb.ada/widewide.exp: Likewise.
3145 * gdb.ada/win_fu_syms.exp: Likewise.
3146
3147 2020-08-12 Gary Benson <gbenson@redhat.com>
3148
3149 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
3150
3151 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
3152
3153 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
3154 unset the array variable.
3155
3156 2020-08-03 Tom de Vries <tdevries@suse.de>
3157
3158 PR symtab/26333
3159 * lib/dwarf.exp (DW_LNE_user): New proc.
3160 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
3161 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
3162
3163 2020-07-31 Kevin Buettner <kevinb@redhat.com>
3164
3165 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
3166 to 'uintptr_t'
3167 (inttypes.h): Include.
3168
3169 2020-07-31 Kevin Buettner <kevinb@redhat.com>
3170
3171 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
3172 (C5_24k): Delete.
3173 (C5_8k, C5_64k, C5_256k): New macros.
3174 (buf_ro): Allocate 256 KiB of initialized data.
3175
3176 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3177
3178 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
3179 that attempt to overwrite an existing condition with a condition
3180 that fails parsing and also with a condition that parses fine
3181 but contains junk at the end.
3182
3183 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3184
3185 * gdb.base/condbreak-bad.c: New test.
3186 * gdb.base/condbreak-bad.exp: New file.
3187
3188 2020-07-30 Tom de Vries <tdevries@suse.de>
3189
3190 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
3191 out of ...
3192 (GDBInfoModuleSymbols::check_entry): ... here.
3193 (GDBInfoModuleSymbols::check_optional_entry): New proc.
3194 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
3195 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
3196
3197 2020-07-30 Tom de Vries <tdevries@suse.de>
3198
3199 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
3200 "__class_some_module_Number_t" optional.
3201
3202 2020-07-29 Tom de Vries <tdevries@suse.de>
3203
3204 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
3205 multiple locations.
3206
3207 2020-07-29 Tom de Vries <tdevries@suse.de>
3208
3209 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
3210 rather than function name.
3211
3212 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3213
3214 PR symtab/26270:
3215 * gdb.cp/disasm-func-name.cc: New file.
3216 * gdb.cp/disasm-func-name.exp: New file.
3217
3218 2020-07-28 Tom Tromey <tromey@adacore.com>
3219
3220 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
3221 'varval' location.
3222
3223 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3224
3225 * gdb.python/py-unwind.py: Update to make use of a register
3226 descriptor.
3227
3228 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3229
3230 * gdb.python/py-arch-reg-names.exp: Add additional tests.
3231
3232 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
3233
3234 PR fortran/23051
3235 PR fortran/26139
3236 * gdb.fortran/class-allocatable-array.exp: New file.
3237 * gdb.fortran/class-allocatable-array.f90: New file.
3238 * gdb.fortran/pointer-to-pointer.exp: New file.
3239 * gdb.fortran/pointer-to-pointer.f90: New file.
3240
3241 2020-07-25 Tom de Vries <tdevries@suse.de>
3242
3243 PR symtab/26243
3244 * gdb.dwarf2/dw2-line-number-zero.c: New test.
3245 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
3246
3247 2020-07-24 Tom de Vries <tdevries@suse.de>
3248
3249 PR testsuite/26293
3250 * gdb.ada/mi_prot.exp: Require gnatmake-8.
3251
3252 2020-07-23 Pedro Alves <pedro@palves.net>
3253
3254 * gdb.server/server-kill.exp (prepare): New, factored out from the
3255 top level.
3256 (kill_server): New.
3257 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
3258 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
3259
3260 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
3261
3262 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
3263
3264 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
3265
3266 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
3267 Initialize to empty string at top level.
3268 (gdb_wrapper_init): Revert check for file existence on build.
3269 Build the wrapper in its default place, not a build-specific
3270 location. When host == build, make the pathname absolute.
3271 (gdb_compile): Delete leftover declaration of
3272 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
3273 string instead of uninitialized.
3274
3275 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3276
3277 * gdb.base/corefile2.exp: New file.
3278 * gdb.base/coremaker2.exp: New file.
3279
3280 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3281
3282 * gdb.base/coredump-filter.exp: Add second
3283 non-Private-Shared-Anon-File test.
3284 (test_disasm): Rename binfile for test which is expected
3285 to fail.
3286
3287 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3288
3289 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
3290 data in core file".
3291 * gdb.base/coremaker.c (buf2ro): New global.
3292 (mmapdata): Add a read-only mmap mapping.
3293
3294 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3295
3296 PR corefiles/25631
3297 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
3298 New test.
3299 * gdb.base/coremaker.c (buf3): New global.
3300 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
3301 flags.
3302
3303 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3304
3305 * gdb.base/coremaker.c (filler_ro): New global constant.
3306
3307 2020-07-22 Tom Tromey <tromey@adacore.com>
3308
3309 * gdb.ada/mi_prot.exp: New file.
3310 * gdb.ada/mi_prot/pkg.adb: New file.
3311 * gdb.ada/mi_prot/pkg.ads: New file.
3312 * gdb.ada/mi_prot/prot.adb: New file.
3313
3314 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3315
3316 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
3317 loads two JITers.
3318
3319 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
3320
3321 * gdb.python/py-arch-reg-groups.exp: Additional tests.
3322
3323 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
3324
3325 * gdb.python/py-arch-reg-names.exp: Additional tests.
3326
3327 2020-07-21 Tom de Vries <tdevries@suse.de>
3328
3329 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
3330 breakpoint locations".
3331 * gdb.reverse/solib-reverse.exp: Same.
3332
3333 2020-07-21 Tom de Vries <tdevries@suse.de>
3334
3335 * gdb.reverse/step-reverse.c (callee): Merge statements.
3336
3337 2020-07-21 Tom de Vries <tdevries@suse.de>
3338
3339 * gdb.fortran/info-modules.exp (info module variables): Allow missing
3340 line numbers for some variables.
3341
3342 2020-07-21 Tom de Vries <tdevries@suse.de>
3343
3344 * gdb.opt/inline-locals.c (init_array): New func.
3345 (func1): Use init_array.
3346 * gdb.opt/inline-locals.exp: Update pattern.
3347
3348 2020-07-21 Tom de Vries <tdevries@suse.de>
3349
3350 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
3351 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
3352
3353 2020-07-20 Ludovic Courtès <ludo@gnu.org>
3354
3355 * gdb.guile/source2.scm: Add #f first argument to 'format'.
3356 * gdb.guile/types-module.exp: Remove "ERROR:" from
3357 regexps since Guile 3.0 no longer prints that.
3358
3359 2020-07-20 Ludovic Courtès <ludo@gnu.org>
3360
3361 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
3362 error regexp to match on Guile 2.2.
3363
3364 2020-07-20 Gary Benson <gbenson@redhat.com>
3365
3366 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
3367 with clang.
3368
3369 2020-07-20 Tom de Vries <tdevries@suse.de>
3370
3371 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
3372 (omp_set_lock_in_order): New function.
3373 (single_scope, multi_scope, nested_func, nested_parallel): Use
3374 omp_set_lock_in_order and omp_unset_lock.
3375 (main): Init and destroy lock and lock2.
3376
3377 2020-07-20 Tom de Vries <tdevries@suse.de>
3378
3379 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
3380
3381 2020-07-20 Tom de Vries <tdevries@suse.de>
3382
3383 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
3384
3385 2020-07-17 Tom de Vries <tdevries@suse.de>
3386
3387 * gdb.base/valgrind-infcall-2.c: New test.
3388 * gdb.base/valgrind-infcall-2.exp: New file.
3389 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
3390
3391 2020-07-17 Tom de Vries <tdevries@suse.de>
3392
3393 * gdb.dlang/circular.c (found): Use found_label as label name.
3394 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
3395 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
3396 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
3397 * gdb.dwarf2/ada-linkage-name.exp: Same.
3398 * gdb.dwarf2/arr-subrange.exp: Same.
3399 * gdb.dwarf2/atomic-type.exp: Same.
3400 * gdb.dwarf2/comp-unit-lang.exp: Same.
3401 * gdb.dwarf2/cpp-linkage-name.exp: Same.
3402 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
3403 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
3404 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
3405 * gdb.dwarf2/implptr-64bit.exp: Same.
3406 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
3407 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
3408 * gdb.dwarf2/imported-unit.exp: Same.
3409 * gdb.dwarf2/main-subprogram.exp: Same.
3410 * gdb.dwarf2/missing-type-name.exp: Same.
3411 * gdb.dwarf2/nonvar-access.exp: Same.
3412 * gdb.dwarf2/struct-with-sig.exp: Same.
3413 * gdb.dwarf2/typedef-void-finish.exp: Same.
3414 * gdb.dwarf2/void-type.exp: Same.
3415
3416 2020-07-17 Tom de Vries <tdevries@suse.de>
3417
3418 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
3419 src parameter.
3420 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
3421 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
3422 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
3423 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
3424 * gdb.dwarf2/dwz.exp: Same.
3425 * gdb.dwarf2/implptr-optimized-out.exp: Same.
3426 * gdb.dwarf2/implref-array.exp: Same.
3427 * gdb.dwarf2/implref-const.exp: Same.
3428 * gdb.dwarf2/implref-global.exp: Same.
3429 * gdb.dwarf2/implref-struct.exp: Same.
3430 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
3431 * gdb.dwarf2/opaque-type-lookup.exp: Same.
3432 * gdb.dwarf2/var-access.exp: Same.
3433 * gdb.dwarf2/varval.exp: Same.
3434 * gdb.trace/entry-values.exp: Same.
3435
3436 2020-07-17 Tom de Vries <tdevries@suse.de>
3437
3438 * lib/dwarf.exp (Dwarf::extern): Remove.
3439 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
3440 * gdb.dlang/circular.exp: Same.
3441 * gdb.dwarf2/comp-unit-lang.exp: Same.
3442 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
3443 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
3444 * gdb.dwarf2/dwz.exp: Same.
3445 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
3446 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
3447 * gdb.dwarf2/imported-unit.exp: Same.
3448 * gdb.dwarf2/opaque-type-lookup.exp: Same.
3449
3450 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
3451
3452 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
3453 Use double quotes instead of single quotes.
3454
3455 2020-07-16 Caroline Tice <cmtice@google.com>
3456
3457 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
3458 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
3459
3460 2020-07-16 Tom de Vries <tdevries@suse.de>
3461
3462 * lib/dwarf.exp (program): Initialize _line.
3463 (DW_LNE_end_sequence): Reinitialize _line.
3464 (DW_LNS_advance_line): Update _line.
3465 (line): New proc.
3466 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
3467 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
3468 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
3469 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
3470 * gdb.dwarf2/dw2-is-stmt.exp: Same.
3471 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3472
3473 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3474
3475 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
3476 generic.
3477
3478 2020-07-15 Tom de Vries <tdevries@suse.de>
3479
3480 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
3481 is_amd64_regs_target.
3482
3483 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3484
3485 * gdb.fortran/ptype-on-functions.exp: Add more tests.
3486 * gdb.fortran/ptype-on-functions.f90: Likewise.
3487
3488 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
3489
3490 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
3491 values in documentation for addr_size to 4 and 8.
3492
3493 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
3494
3495 * gdb.arch/amd64-osabi.exp: Update.
3496 * gdb.arch/arm-disassembler-options.exp: Update.
3497 * gdb.arch/powerpc-disassembler-options.exp: Update.
3498 * gdb.arch/ppc64-symtab-cordic.exp: Update.
3499 * gdb.arch/s390-disassembler-options.exp: Update.
3500 * gdb.base/all-architectures.exp.tcl: Update.
3501 * gdb.base/attach-pie-noexec.exp: Update.
3502 * gdb.base/catch-syscall.exp: Update.
3503 * gdb.xml/tdesc-arch.exp: Update.
3504
3505 2020-07-14 Tom de Vries <tdevries@suse.de>
3506
3507 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
3508 (local_gettid): ... this.
3509 (fn): Update.
3510
3511 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
3512
3513 * gdb.base/info_sources.exp: Skip directory match tests on
3514 remote hosts.
3515
3516 2020-07-13 Gary Benson <gbenson@redhat.com>
3517
3518 * gdb.base/savedregs.exp (caller): Use parentheses to
3519 make expected expression evaluation ordering explicit.
3520
3521 2020-07-13 Gary Benson <gbenson@redhat.com>
3522
3523 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
3524
3525 2020-07-13 Gary Benson <gbenson@redhat.com>
3526
3527 * gdb.base/bigcore.c (main): Use a volatile pointer when
3528 attempting to trigger a SIGSEGV.
3529 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
3530 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
3531 * gdb.base/savedregs.c (thrower): Likewise.
3532 * gdb.mi/mi-syn-frame.c (bar): Likewise.
3533
3534 2020-07-13 Gary Benson <gbenson@redhat.com>
3535
3536 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
3537 defining and using VLA structure fields into...
3538 * gdb.base/vla-struct-fields.c: New file.
3539 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
3540 tests into...
3541 * gdb.base/vla-struct-fields.exp: New file.
3542
3543 2020-07-13 Tom de Vries <tdevries@suse.de>
3544
3545 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
3546 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
3547 * gdb.base/gold-gdb-index.exp: Same.
3548 * gdb.base/morestack.exp: Same.
3549
3550 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
3551
3552 PR rust/26121
3553 * gdb.rust/modules.rs: Prevent linker from discarding test
3554 symbol.
3555
3556 2020-07-10 Pedro Alves <pedro@palves.net>
3557
3558 PR gdb/26199
3559 * gdb.multi/multi-target.c (exit_thread): New.
3560 (thread_start): Break loop if EXIT_THREAD.
3561 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
3562 (top level) Call test_no_resumed.
3563
3564 2020-07-08 Tom Tromey <tromey@adacore.com>
3565
3566 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
3567 * gdb.ada/catch_ex.exp: Examine catchpoint text.
3568
3569 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3570
3571 PR python/22748
3572 * gdb.opt/inline-frame-tailcall.c: New file.
3573 * gdb.opt/inline-frame-tailcall.exp: New file.
3574 * gdb.python/py-unwind-inline.c: New file.
3575 * gdb.python/py-unwind-inline.exp: New file.
3576 * gdb.python/py-unwind-inline.py: New file.
3577
3578 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3579
3580 * gdb.python/py-arch-reg-groups.exp: New file.
3581
3582 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3583
3584 * gdb.python/py-arch-reg-names.exp: New file.
3585
3586 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3587
3588 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
3589 gdb.PendingFrame.architecture method.
3590
3591 2020-07-06 Tom de Vries <tdevries@suse.de>
3592
3593 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
3594
3595 2020-07-03 Pedro Alves <palves@redhat.com>
3596
3597 * gdb.base/structs2.c (main): Adjust second parem_reg call to
3598 explicitly write negative numbers.
3599 * gdb.base/structs2.exp: Adjust expected output.
3600
3601 2020-07-03 Pedro Alves <palves@redhat.com>
3602
3603 * gdb.base/charset.c (init_string): Change all char parameters to
3604 unsigned char parameters.
3605
3606 2020-07-03 Pedro Alves <palves@redhat.com>
3607
3608 * gdb.base/call-sc.exp (start_scalars_test): Use
3609 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3610 * gdb.base/overlays.c: Remove references to PARAMS.
3611 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
3612 * gdb.base/reread.exp: Don't set 'prototypes' global.
3613 * gdb.base/structs.exp (start_structs_test): Use
3614 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3615 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
3616 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3617 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
3618 call.
3619 * gdb.base/varargs.exp: Don't set 'prototypes' global.
3620
3621 2020-07-03 Pedro Alves <palves@redhat.com>
3622
3623 * gdb.base/m32rovly.c: Delete.
3624 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
3625
3626 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3627
3628 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
3629 of gdb_py_test_multiple.
3630 * gdb.python/py-cmd.exp: Likewise.
3631 * gdb.python/py-events.exp: Likewise.
3632 * gdb.python/py-function.exp: Likewise.
3633 * gdb.python/py-inferior.exp: Likewise.
3634 * gdb.python/py-infthread.exp: Likewise.
3635 * gdb.python/py-linetable.exp: Likewise.
3636 * gdb.python/py-parameter.exp: Likewise.
3637 * gdb.python/py-value.exp: Likewise.
3638
3639 2020-06-30 Tom de Vries <tdevries@suse.de>
3640
3641 PR testsuite/26175
3642 * lib/future.exp (gdb_default_target_compile): Detect and handle
3643 early_flags.
3644
3645 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
3646
3647 * boards/simavr.exp (gdb_load): Catch errors when closing
3648 previous connection. Close connection, wait for process and
3649 unset simavr_spawn_id on failure.
3650
3651 2020-06-29 Tom de Vries <tdevries@suse.de>
3652
3653 * lib/gdb.exp (unknown): Make test-case unresolved.
3654
3655 2020-06-29 Tom de Vries <tdevries@suse.de>
3656
3657 PR gdb/25475
3658 * gdb.server/solib-list.exp: Verify that the symbol reload
3659 confirmation question is asked.
3660
3661 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3662
3663 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
3664 have a input seq nr in each pass message.
3665 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
3666 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
3667 * gdb.python/python.exp: Make test names unique,
3668 use gdb_test_multiline instead of gdb_py_test_multiple,
3669 use $gdb_test_name.
3670 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
3671
3672 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
3673
3674 * configure.ac: Add --enable-libctf.
3675 * aclocal.m4: sinclude ../config/enable.m4.
3676 * Makefile.in (site.exp): Add enable_libctf to site.exp.
3677 * lib/gdb.exp (skip_ctf_tests): Use it.
3678 * gdb.base/ctf-constvars.exp: Error message tweak.
3679 * gdb.base/ctf-ptype.exp: Likewise.
3680 * configure: Regenerate.
3681
3682 2020-06-26 Gary Benson <gbenson@redhat.com>
3683
3684 * gdb.cp/try_catch.cc: Include string.h.
3685 (main): Replace comparison against string literal with
3686 strcmp, avoiding build failure with -Wstring-compare.
3687 Add "marker test-complete".
3688 * gdb.cp/try_catch.exp: Run the test to the above marker,
3689 then verify that the value of "test" is still true.
3690
3691 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3692
3693 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
3694
3695 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3696
3697 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
3698
3699 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3700
3701 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
3702 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
3703 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
3704 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
3705 * gdb.arch/riscv-tdesc-loading.exp: New file.
3706
3707 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3708
3709 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
3710
3711 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3712
3713 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
3714 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
3715 * gdb.arch/riscv-tdesc-regs.c: New file.
3716 * gdb.arch/riscv-tdesc-regs.exp: New file.
3717
3718 2020-06-24 Pedro Alves <palves@redhat.com>
3719
3720 * gdb.arch/amd64-entry-value-paramref.exp: Use
3721 prepare_for_testing_full and don't pass "c++" for the .S file
3722 build spec.
3723 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
3724 $options, since it's an assembly file. Remove -Wno-deprecated.
3725 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
3726 compiling C++ programs.
3727
3728 2020-06-24 Pedro Alves <palves@redhat.com>
3729
3730 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
3731 Clang, add "-Wno-unknown-warning-option" to the options.
3732
3733 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
3734
3735 * gdb.xml/tdesc-reload.c: New file.
3736 * gdb.xml/tdesc-reload.exp: New file.
3737 * gdb.xml/maint-xml-dump-01.xml: New file.
3738 * gdb.xml/maint-xml-dump-02.xml: New file.
3739 * gdb.xml/maint-xml-dump.exp: New file.
3740
3741 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
3742
3743 * lib/completion-support.exp (test_gdb_completion_offers_commands):
3744 Adjust for omitted commands when TUI is disabled.
3745
3746 2020-06-23 Gary Benson <gbenson@redhat.com>
3747 Pedro Alves <palves@redhat.com>
3748
3749 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
3750 * gdb.cp/nsimport.cc: Likewise.
3751 * gdb.cp/nsnested.cc: Likewise.
3752 * gdb.cp/nsnoimports.cc: Likewise.
3753 * gdb.cp/nsusing.cc: Likewise.
3754 * gdb.cp/smartp.cc: Likewise.
3755 * gdb.python/py-pp-integral.c: Likewise.
3756 * gdb.python/py-pp-re-notag.c: Likewise.
3757
3758 2020-06-23 Gary Benson <gbenson@redhat.com>
3759
3760 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
3761 * gdb.cp/nsimport.cc: Likewise.
3762 * gdb.cp/nsnested.cc: Likewise.
3763 * gdb.cp/nsnoimports.cc: Likewise.
3764 * gdb.cp/nsusing.cc: Likewise.
3765 * gdb.cp/smartp.cc: Likewise.
3766 * gdb.python/py-pp-integral.c: Likewise.
3767 * gdb.python/py-pp-re-notag.c: Likewise.
3768
3769 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3770
3771 * gdb.base/default-args.exp: New test.
3772 * gdb.base/default-args.c: New file.
3773 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
3774 * gdb.base/default.exp: Update to new help text.
3775 * gdb.base/help.exp: Likewise.
3776 * gdb.base/page.exp: Likewise.
3777 * gdb.base/style.exp: Likewise.
3778 * gdb.guile/guile.exp: Likewise.
3779 * gdb.python/python.exp: Likewise.
3780
3781 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
3782
3783 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
3784 remote host. Fix search path syntax on Windows host.
3785
3786 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3787
3788 * gdb.base/attach.exp: Test priority of 'exec-file' changed
3789 over 'exec-file-mismatch'.
3790 * gdb.base/attach.c: Mark should_exit volatile.
3791 * gdb.base/attach2.c: Likewise. Add a comment explaining
3792 why the sleep cannot be big.
3793 * gdb.base/attach3.c: New file.
3794
3795 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
3796
3797 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
3798 prefix optional.
3799
3800 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
3801
3802 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
3803 for remote host.
3804
3805 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
3806 Hafiz Abid Qadeer <abidh@codesourcery.com>
3807
3808 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
3809 file sent to remote host.
3810 (top level): Allow int32_t as type of 32-bit register.
3811
3812 2020-06-19 Tom de Vries <tdevries@suse.de>
3813
3814 * lib/gdb.exp (gdb_note): New proc.
3815 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
3816 (gdb_default_target_compile): ... here. Only call
3817 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
3818 (use_gdb_compile): Change to array.
3819 (toplevel): Update sets of use_gdb_compile to specify language.
3820 Warn about default_target_compile override. Store dejagnu's version
3821 of default_target_compile in dejagnu_default_target_compile.
3822
3823 2020-06-18 Tom de Vries <tdevries@suse.de>
3824
3825 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
3826 (default_gdb_init): ... here.
3827
3828 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
3829
3830 Fix TUI support checks in gdb.tui tests.
3831
3832 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
3833 just say UNSUPPORTED.
3834 * gdb.tui/corefile-run.exp: Likewise.
3835 * gdb.tui/empty.exp: Likewise.
3836 * gdb.tui/list-before.exp: Likewise.
3837 * gdb.tui/list.exp: Likewise.
3838 * gdb.tui/main.exp: Likewise.
3839 * gdb.tui/regs.exp: Likewise.
3840 * gdb.tui/resize.exp: Likewise.
3841 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
3842 * gdb.tui/tui-layout-asm.exp: Likewise.
3843 * gdb.tui/tui-missing-src.exp: Likewise.
3844 * gdb.tui/winheight.exp: Likewise.
3845 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
3846
3847 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
3848
3849 Fix TCL error in gdb.python/py-format-string.exp.
3850
3851 * gdb.python/py-format-string.exp: Move test for python support
3852 earlier, out of function body.
3853
3854 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
3855
3856 * gdb.base/index-cache-load-twice.c: New.
3857 * gdb.base/index-cache-load-twice.exp: New.
3858
3859 2020-06-17 Keith Seitz <keiths@redhat.com>
3860
3861 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
3862 when executing "gdb --configuration".
3863
3864 2020-06-17 Tom de Vries <tdevries@suse.de>
3865
3866 * lib/gdb.exp (gdb_tcl_unknown): New proc.
3867 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
3868 conditional on presence of gdb_tcl_unknown.
3869 (gdb_finish): Make override undo conditional on presence of
3870 gdb_tcl_unknown.
3871
3872 2020-06-16 Tom Tromey <tom@tromey.com>
3873
3874 * gdb.python/tui-window.py (failwin): New function. Register it
3875 as a TUI window type.
3876 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
3877
3878 2020-06-16 Gary Benson <gbenson@redhat.com>
3879
3880 * gdb.python/py-nested-maps.c (create_map): Add missing return
3881 value.
3882 (create_map_map): Likewise.
3883
3884 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3885
3886 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
3887 variable.
3888 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
3889 and use the already-defined 'options' variable.
3890
3891 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3892 Tom de Vries <tdevries@suse.de>
3893
3894 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
3895 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
3896 (gdb_setup_known_globals): New proc.
3897 (gdb_cleanup_globals): New proc.
3898 * lib/gdb.exp (load_lib): New override proc.
3899 (gdb_stdin_log_init): Set var in_file as persistent global.
3900 * lib/pascal.exp (gdb_stdin_log_init): Set vars
3901 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
3902 fpc_compiler as persistent global.
3903
3904 2020-06-12 Tom de Vries <tdevries@suse.de>
3905
3906 * lib/tuiterm.exp (spawn): Rename to ...
3907 (tui_spawn): ... this.
3908 (toplevel): Move rename of spawn ...
3909 (gdb_init_tuiterm): ... here. New proc.
3910 (gdb_finish_tuiterm): New proc.
3911 * lib/gdb.exp (gdb_finish_hooks): New global var.
3912 (gdb_finish): Handle gdb_finish_hooks.
3913 (tuiterm_env): New proc.
3914 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
3915 tuiterm_env.
3916 * gdb.tui/basic.exp: Same.
3917 * gdb.tui/corefile-run.exp: Same.
3918 * gdb.tui/empty.exp: Same.
3919 * gdb.tui/list-before.exp: Same.
3920 * gdb.tui/list.exp: Same.
3921 * gdb.tui/main.exp: Same.
3922 * gdb.tui/new-layout.exp: Same.
3923 * gdb.tui/regs.exp: Same.
3924 * gdb.tui/resize.exp: Same.
3925 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
3926 * gdb.tui/tui-layout-asm.exp: Same.
3927 * gdb.tui/tui-missing-src.exp: Same.
3928 * gdb.tui/winheight.exp: Same.
3929
3930 2020-06-12 Tom de Vries <tdevries@suse.de>
3931
3932 PR testsuite/26110
3933 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
3934 (gdb_finish): Reinstall dejagnu's override of ::unknown.
3935
3936 2020-06-11 Tom Tromey <tom@tromey.com>
3937
3938 PR gdb/18318:
3939 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
3940 floating point tests.
3941
3942 2020-06-11 Keith Seitz <keiths@redhat.com>
3943
3944 PR gdb/21356
3945 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
3946 vla_struct.
3947 Add new struct vla_typedef and union vla_typedef_union and
3948 corresponding instantiation objects.
3949 Initialize new objects.
3950 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
3951 and vla_typedef_union_object.
3952 Fixup type for vla_struct_object.
3953
3954 2020-06-11 Tom de Vries <tdevries@suse.de>
3955
3956 * lib/gdb.exp (with_override): New proc, factored out of ...
3957 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
3958
3959 2020-06-10 Tom de Vries <tdevries@suse.de>
3960
3961 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
3962
3963 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
3964
3965 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
3966 parameter, update callers.
3967
3968 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
3969
3970 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
3971 * gdb.dwarf2/share-psymtabs-bt.c: New file.
3972 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
3973
3974 2020-06-04 Tom de Vries <tdevries@suse.de>
3975
3976 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
3977
3978 2020-06-04 Tom de Vries <tdevries@suse.de>
3979
3980 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
3981 exp_continue.
3982
3983 2020-06-04 Tom de Vries <tdevries@suse.de>
3984
3985 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
3986
3987 2020-06-03 Tom de Vries <tdevries@suse.de>
3988
3989 PR symtab/26046
3990 * gdb.cp/breakpoint-locs-2.cc: New test.
3991 * gdb.cp/breakpoint-locs.cc: New test.
3992 * gdb.cp/breakpoint-locs.exp: New file.
3993 * gdb.cp/breakpoint-locs.h: New test.
3994
3995 2020-06-03 Tom de Vries <tdevries@suse.de>
3996
3997 PR testsuite/25609
3998 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
3999 value of global verbose.
4000 * gdb.base/jit-elf.exp: Same.
4001 * gdb.base/jit-reader.exp: Same.
4002
4003 2020-06-02 Tom de Vries <tdevries@suse.de>
4004
4005 * gdb.dwarf2/multidictionary.exp: Don't use
4006 gdb_spawn_with_cmdline_opts.
4007
4008 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
4009
4010 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
4011 use_header case.
4012 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
4013 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
4014 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
4015 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
4016 * gdb.dwarf2/dw2-inline-header.c: New file.
4017 * gdb.dwarf2/dw2-inline-header.h: New file.
4018
4019 2020-05-30 Pedro Alves <palves@redhat.com>
4020
4021 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
4022 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
4023
4024 2020-05-29 Gary Benson <gbenson@redhat.com>
4025
4026 * gdb.compile/compile-cplus.exp (additional_flags): Also
4027 set when building with clang.
4028 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
4029 when building with clang.
4030
4031 2020-05-29 Gary Benson <gbenson@redhat.com>
4032
4033 * gdb.arch/i386-avx.exp (additional_flags): Also set when
4034 building with clang.
4035 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
4036
4037 2020-05-29 Gary Benson <gbenson@redhat.com>
4038
4039 * gdb.cp/koenig.exp (prepare_for_testing): Add
4040 additional_flags=-Wno-unused-comparison.
4041 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
4042
4043 2020-05-28 Gary Benson <gbenson@redhat.com>
4044
4045 * gdb.base/sigaltstack.c (catcher): Add default case to switch
4046 statement.
4047
4048 2020-05-28 Gary Benson <gbenson@redhat.com>
4049
4050 * gdb.cp/classes.exp (prepare_for_testing): Add
4051 additional_flags=-Wno-deprecated-register.
4052 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
4053 * gdb.cp/misc.exp: Likewise.
4054
4055 2020-05-28 Gary Benson <gbenson@redhat.com>
4056
4057 * gdb.linespec/cpls-ops.cc (dummy): New static global.
4058 (test_op_new::operator new): Add return statement.
4059 (test_op_new_array::operator new[]): Likewise.
4060
4061 2020-05-27 Pedro Alves <palves@redhat.com>
4062
4063 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
4064 check. Use test_gdb_complete_unique instead of
4065 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
4066 test_gdb_complete_multiple instead of
4067 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
4068
4069 2020-05-27 Luis Machado <luis.machado@linaro.org>
4070
4071 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
4072 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
4073 * gdb.arch/arm-disassembler-options.exp: Likewise.
4074 * gdb.arch/arm-disp-step.exp: Likewise.
4075 * gdb.arch/thumb-prologue.exp: Likewise.
4076 * gdb.base/async.exp: Likewise.
4077 * gdb.base/auxv.exp: Likewise.
4078 * gdb.base/complex-parts.exp: Likewise.
4079 * gdb.base/ena-dis-br.exp: Likewise.
4080 * gdb.base/foll-exec.exp: Likewise.
4081 * gdb.base/permissions.exp: Likewise.
4082 * gdb.base/relocate.exp: Likewise.
4083 * gdb.base/return2.exp: Likewise.
4084 * gdb.base/sigbpt.exp: Likewise.
4085 * gdb.base/siginfo-obj.exp: Likewise.
4086 * gdb.cp/converts.exp: Likewise.
4087 * gdb.cp/exceptprint.exp: Likewise.
4088 * gdb.cp/inherit.exp: Likewise.
4089 * gdb.cp/nsnoimports.exp: Likewise.
4090 * gdb.cp/virtbase2.exp: Likewise.
4091 * gdb.mi/mi-var-cmd.exp: Likewise.
4092 * gdb.mi/var-cmd.c: Likewise.
4093
4094 2020-05-26 Tom Tromey <tromey@adacore.com>
4095
4096 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
4097
4098 2020-05-26 Tom Tromey <tromey@adacore.com>
4099
4100 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
4101 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
4102 type.
4103 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
4104 variable.
4105
4106 2020-05-26 Christian Biesinger <cbiesinger@google.com>
4107
4108 * Makefile.in: Use = instead of == for the test command
4109 for portability.
4110
4111 2020-05-26 Tom de Vries <tdevries@suse.de>
4112
4113 * gdb.base/gold-gdb-index-2.c: New test.
4114 * gdb.base/gold-gdb-index.c: New test.
4115 * gdb.base/gold-gdb-index.exp: New file.
4116 * gdb.base/gold-gdb-index.h: New test.
4117
4118 2020-05-25 Tom de Vries <tdevries@suse.de>
4119
4120 * boards/gold-gdb-index.exp: New file.
4121
4122 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4123
4124 * boards/simavr.exp: New file.
4125
4126 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4127
4128 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
4129 * gdb.base/inferior-args.exp: New file.
4130 * gdb.base/inferior-args.c: New file.
4131
4132 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4133
4134 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
4135 inferior_args. Pass it to gdb_reload.
4136 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
4137 inferior_args.
4138 (gdb_reload): Add inferior_args argument.
4139 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
4140 pass it to gdbserver_run.
4141 * boards/native-gdbserver.exp: Do not set noargs.
4142 * boards/native-extended-gdbserver.exp (gdb_reload): Add
4143 inferior_args argument.
4144 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
4145 * gdb.base/a2-run.exp: Check for use_gdb_stub.
4146 * gdb.base/args.exp: Likewise.
4147
4148 2020-05-25 Tom de Vries <tdevries@suse.de>
4149
4150 * lib/gdb.exp (exec_is_pie): Add comment.
4151
4152 2020-05-25 Tom de Vries <tdevries@suse.de>
4153
4154 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
4155 instead of $binfile in the untested message.
4156
4157 2020-05-25 Tom de Vries <tdevries@suse.de>
4158
4159 PR testsuite/26031
4160 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
4161
4162 2020-05-25 Tom de Vries <tdevries@suse.de>
4163
4164 * boards/gold.exp: New file.
4165
4166 2020-05-23 Tom Tromey <tom@tromey.com>
4167
4168 * gdb.base/style.exp: Remove completion styling test.
4169 * lib/gdb-utils.exp (style): Remove completion styles.
4170
4171 2020-05-23 Tom Tromey <tom@tromey.com>
4172
4173 * gdb.base/style.exp: Add completion styling test.
4174 * lib/gdb-utils.exp (style): Add completion styles.
4175
4176 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
4177
4178 * gdb.base/annota1.exp: Update expected results.
4179 * gdb.cp/annota2.exp: Update expected results, remove duplicate
4180 test name.
4181 * gdb.cp/annota3.exp: Update expected results.
4182
4183 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
4184
4185 PR gdb/26016
4186 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
4187 against MAP_FAILED.
4188 * gdb.base/coremaker.c (mmapdata): Likewise.
4189 * gdb.base/jit-reader-host.c (main): Likewise.
4190 * gdb.base/sym-file-loader.c (load): Likewise.
4191 (load_shlib): Likewise.
4192
4193 2020-05-20 Tom Tromey <tromey@adacore.com>
4194
4195 * gdb.ada/array_char_idx.exp: Recognize initialized array.
4196
4197 2020-05-20 Tom de Vries <tdevries@suse.de>
4198
4199 PR symtab/25833
4200 * gdb.base/with-mf-inc.c: New test.
4201 * gdb.base/with-mf-main.c: New test.
4202 * gdb.base/with-mf.exp: New file.
4203
4204 2020-05-19 Tom Tromey <tromey@adacore.com>
4205
4206 * gdb.rust/simple.exp: Restore missing test result.
4207
4208 2020-05-19 Tom de Vries <tdevries@suse.de>
4209
4210 * gdb.base/gdb-caching-proc.exp: Fix typo.
4211
4212 2020-05-19 Tom Tromey <tromey@adacore.com>
4213
4214 * gdb.rust/simple.exp: Add some test descriptions.
4215 (test_one_slice): Use with_test_prefix.
4216
4217 2020-05-18 Tom de Vries <tdevries@suse.de>
4218
4219 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
4220
4221 2020-05-17 Pedro Alves <palves@redhat.com>
4222
4223 PR gdb/25741
4224 * gdb.base/hw-sw-break-same-address.exp: New file.
4225
4226 2020-05-16 Pedro Alves <palves@redhat.com>
4227
4228 * gdb.multi/multi-re-run.exp (test_re_run): Switch
4229 LAST_LOADED_FILE accordingly.
4230
4231 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4232
4233 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
4234
4235 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4236
4237 * gdb.base/help.exp: Test apropos and help for commands
4238 having aliases. Fixed comments not starting with an
4239 upper-case letter or not finishing with a dot.
4240
4241 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4242
4243 * gdb.base/alias.exp: Update help output check.
4244
4245 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4246
4247 * gdb.base/default.exp: Update output following fixes.
4248
4249 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4250
4251 * gdb.base/alias.exp: Test aliases starting with a prefix of
4252 another alias.
4253
4254 2020-05-15 Gary Benson <gbenson@redhat.com>
4255
4256 * gdb.base/info-os.c (main): Add return statement.
4257 * gdb.base/info_minsym.c (minsym_fun): Likewise.
4258 * gdb.base/large-frame-2.c (func): Likewise.
4259 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
4260 * gdb.base/pr10179-b.c (foo2): Likewise.
4261 * gdb.base/valgrind-disp-step.c (foo): Likewise.
4262 * gdb.base/watch-cond.c (func): Likewise.
4263 * gdb.multi/goodbye.c (verylongfun): Likewise.
4264 * gdb.multi/hello.c (commonfun): Likewise.
4265 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
4266 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
4267 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
4268 Likewise.
4269 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
4270 * gdb.threads/interrupt-while-step-over.c (child_function):
4271 Likewise.
4272 * gdb.trace/actions-changed.c (end): Likewise.
4273
4274 2020-05-15 Gary Benson <gbenson@redhat.com>
4275
4276 * gdb.opencl/callfuncs.exp: Report when test skipped.
4277 * gdb.opencl/convs_casts.exp: Likewise.
4278 * gdb.opencl/datatypes.exp: Likewise.
4279 * gdb.opencl/operators.exp: Likewise.
4280 * gdb.opencl/vec_comps.exp: Likewise.
4281
4282 2020-05-15 Tom de Vries <tdevries@suse.de>
4283
4284 * gdb.base/align.exp.in: Rename to ...
4285 * gdb.base/align.exp.tcl: ... this.
4286 * gdb.base/align-c++.exp: Update.
4287 * gdb.base/align-c.exp: Update.
4288 * gdb.base/all-architectures.exp.in: Rename to ...
4289 * gdb.base/all-architectures.exp: ... this.
4290 * gdb.base/all-architectures-0.exp: Update.
4291 * gdb.base/all-architectures-1.exp: Update.
4292 * gdb.base/all-architectures-2.exp: Update.
4293 * gdb.base/all-architectures-3.exp: Update.
4294 * gdb.base/all-architectures-4.exp: Update.
4295 * gdb.base/all-architectures-5.exp: Update.
4296 * gdb.base/all-architectures-6.exp: Update.
4297 * gdb.base/all-architectures-7.exp: Update.
4298 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
4299 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
4300 * gdb.base/infcall-nested-structs-c++.exp: Update.
4301 * gdb.base/infcall-nested-structs-c.exp: Update.
4302 * gdb.base/info-types.exp.in: Rename to ...
4303 * gdb.base/info-types.exp.tcl: ... this.
4304 * gdb.base/info-types-c++.exp: Update.
4305 * gdb.base/info-types-c.exp: Update.
4306 * gdb.base/max-depth.exp.in: Rename to ...
4307 * gdb.base/max-depth.exp.tcl: ... this.
4308 * gdb.base/max-depth-c++.exp: Update.
4309 * gdb.base/max-depth-c.exp: Update.
4310 * gdb.cp/cpexprs.exp.in: Rename to ...
4311 * gdb.cp/cpexprs.exp.tcl: ... this.
4312 * gdb.cp/cpexprs-debug-types.exp: Update.
4313 * gdb.cp/cpexprs.exp: Update.
4314 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
4315 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
4316 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
4317 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
4318 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
4319 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
4320 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
4321 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
4322 * gdb.dwarf2/clang-debug-names-2.exp: Update.
4323 * gdb.dwarf2/clang-debug-names.exp: Update.
4324
4325 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
4326
4327 * lib/check-test-names.exp: Remove code that prevents this file
4328 loading when tests are run in parallel.
4329
4330 2020-05-15 Pedro Alves <palves@redhat.com>
4331
4332 * gdb.multi/multi-kill.exp (start_inferior): Remove
4333 'testpid' parameter. Refer to namespace variable directly.
4334 (testpid): Declare as namespace variable.
4335
4336 2020-05-15 Pedro Alves <palves@redhat.com>
4337
4338 * gdb.multi/multi-kill.exp: Wrap in namespace.
4339 (start_inferior): Add TESTPID parameter. Use it instead of the
4340 testpid global.
4341 (top level): Define empty TESTPID array, and pass it down to
4342 start_inferior.
4343
4344 2020-05-14 Tom de Vries <tdevries@suse.de>
4345
4346 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
4347 output.
4348
4349 2020-05-14 Tom de Vries <tdevries@suse.de>
4350
4351 * gdb.base/align.exp: Split into ...
4352 * gdb.base/align.exp.in: ...
4353 * gdb.base/align-c++.exp: ...
4354 * gdb.base/align-c.exp: ... these.
4355 * gdb.base/infcall-nested-structs.exp: Split into ...
4356 * gdb.base/infcall-nested-structs.exp.in: ...
4357 * gdb.base/infcall-nested-structs-c++.exp: ...
4358 * gdb.base/infcall-nested-structs-c.exp: ... these.
4359 * gdb.base/info-types.exp: Split into ...
4360 * gdb.base/info-types.exp.in: ...
4361 * gdb.base/info-types-c++.exp: ...
4362 * gdb.base/info-types-c.exp: ... these.
4363 * gdb.base/max-depth.exp: Split into ...
4364 * gdb.base/max-depth.exp.in: ...
4365 * gdb.base/max-depth-c++.exp: ...
4366 * gdb.base/max-depth-c.exp: ... these.
4367 * gdb.cp/infcall-nodebug.exp: Split into ...
4368 * gdb.cp/infcall-nodebug.exp.in: ...
4369 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
4370 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
4371 * gdb.cp/infcall-nodebug-c-d0.exp: ...
4372 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
4373
4374 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4375 Pedro Alves <palves@redhat.com>
4376
4377 * gdb.multi/multi-exit.c: New file.
4378 * gdb.multi/multi-exit.exp: New file.
4379 * gdb.multi/multi-kill.c: New file.
4380 * gdb.multi/multi-kill.exp: New file.
4381
4382 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4383
4384 * gdb.base/annota1.exp: Update the expected output.
4385 * gdb.cp/annota2.exp: Ditto.
4386
4387 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
4388
4389 * lib/check-test-names.exp: Disable when testing is being run in
4390 parallel.
4391
4392 2020-05-12 Tom de Vries <tdevries@suse.de>
4393
4394 * gdb.base/jit-elf.exp: Fix string concat.
4395
4396 2020-05-12 Tom de Vries <tdevries@suse.de>
4397
4398 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
4399 messages.
4400
4401 2020-05-12 Tom de Vries <tdevries@suse.de>
4402
4403 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
4404
4405 2020-05-12 Tom de Vries <tdevries@suse.de>
4406
4407 * gdb.ada/catch_ex.exp: Use with_test_prefix.
4408 * gdb.ada/mi_catch_ex.exp: Same.
4409 * gdb.ada/mi_catch_ex_hand.exp: Same.
4410
4411 2020-05-12 Tom de Vries <tdevries@suse.de>
4412
4413 * gdb.fortran/complex.exp: Use with_test_prefix.
4414
4415 2020-05-12 Tom de Vries <tdevries@suse.de>
4416
4417 * gdb.trace/passcount.exp: Fix test-names.
4418
4419 2020-05-12 Tom de Vries <tdevries@suse.de>
4420
4421 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
4422
4423 2020-05-12 Tom de Vries <tdevries@suse.de>
4424
4425 * gdb.gdb/complaints.exp: Use with_test_prefix.
4426 * gdb.xml/tdesc-regs.exp: Same.
4427 * gdb.opt/inline-locals.exp: Fix test name.
4428
4429 2020-05-12 Tom de Vries <tdevries@suse.de>
4430
4431 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
4432 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
4433 * gdb.dwarf2/implref-struct.exp: Same.
4434 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
4435 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
4436
4437 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
4438
4439 * gdb.base/jit-so.exp (one_jit_test): Change test name.
4440
4441 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
4442
4443 * lib/check-test-names.exp (all_test_names): New module variable.
4444 (counts): Add 'duplicates' field.
4445 (_check_duplicates): New procedure.
4446 (check): Also check for duplicates.
4447 (do_log_summary): Print duplicates count.
4448 (do_reset_vars): Reset counter for duplicate test names, and
4449 discard all know test names.
4450
4451 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
4452
4453 * lib/gdb.exp: Include check-test-names.exp library.
4454 * lib/check-test-names.exp: New file.
4455
4456 2020-05-11 Tom de Vries <tdevries@suse.de>
4457
4458 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
4459
4460 2020-05-11 Keith Seitz <keiths@redhat.com>
4461
4462 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
4463
4464 2020-05-11 Tom de Vries <tdevries@suse.de>
4465
4466 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
4467 * gdb.cp/cpexprs.exp.in: .. here.
4468 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
4469 cpexprs.exp.
4470
4471 2020-05-11 Keith Seitz <keiths@redhat.com>
4472
4473 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
4474 test names.
4475 * gdb.ada/arrayptr.exp: Likewise.
4476 * gdb.ada/assign_arr.exp: Likewise.
4477 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
4478 * gdb.ada/bp_on_var.exp: Likewise.
4479 * gdb.ada/call_pn.exp: Likewise.
4480 * gdb.ada/complete.exp: Likewise.
4481 * gdb.ada/fun_overload_menu.exp: Likewise.
4482 * gdb.ada/funcall_param.exp: Likewise.
4483 * gdb.ada/funcall_ref.exp: Likewise.
4484 * gdb.ada/packed_array_assign.exp: Likewise.
4485 * gdb.ada/same_component_name.exp: Likewise.
4486 * gdb.ada/type_coercion.exp: Likewise.
4487 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
4488 * gdb.ada/variant_record_packed_array.exp: Likewise.
4489
4490 2020-05-11 Tom de Vries <tdevries@suse.de>
4491
4492 PR symtab/25941
4493 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
4494 out of ...
4495 * gdb.dwarf2/clang-debug-names.exp: ... here.
4496 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
4497 clang-debug-names.exp.in.
4498 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
4499 * gdb.dwarf2/clang-debug-names-2.c: New test.
4500
4501 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
4502
4503 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
4504 (fortran_runto_main): New Proc, fortran version of runto_main.
4505 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
4506 * gdb.fortran/array-bounds.exp: Likewise.
4507 * gdb.fortran/array-slices.exp: Likewise.
4508 * gdb.fortran/block-data.exp: Likewise.
4509 * gdb.fortran/charset.exp: Likewise.
4510 * gdb.fortran/common-block.exp: Likewise.
4511 * gdb.fortran/complex.exp: Likewise.
4512 * gdb.fortran/derived-type-function.exp: Likewise.
4513 * gdb.fortran/derived-type.exp: Likewise.
4514 * gdb.fortran/info-modules.exp: Likewise.
4515 * gdb.fortran/info-types.exp: Likewise.
4516 * gdb.fortran/intrinsics.exp: Likewise.
4517 * gdb.fortran/library-module.exp: Likewise.
4518 * gdb.fortran/logical.exp: Likewise.
4519 * gdb.fortran/max-depth.exp: Likewise.
4520 * gdb.fortran/module.exp: Likewise.
4521 * gdb.fortran/multi-dim.exp: Likewise.
4522 * gdb.fortran/nested-funcs.exp: Likewise.
4523 * gdb.fortran/print-formatted.exp: Likewise.
4524 * gdb.fortran/print_type.exp: Likewise.
4525 * gdb.fortran/printing-types.exp: Likewise.
4526 * gdb.fortran/ptr-indentation.exp: Likewise.
4527 * gdb.fortran/ptype-on-functions.exp: Likewise.
4528 * gdb.fortran/subarray.exp: Likewise.
4529 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
4530 * gdb.fortran/vla-datatypes.exp: Likewise.
4531 * gdb.fortran/vla-history.exp: Likewise.
4532 * gdb.fortran/vla-ptr-info.exp: Likewise.
4533 * gdb.fortran/vla-ptype-sub.exp: Likewise.
4534 * gdb.fortran/vla-ptype.exp: Likewise.
4535 * gdb.fortran/vla-sizeof.exp: Likewise.
4536 * gdb.fortran/vla-type.exp: Likewise.
4537 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
4538 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
4539 * gdb.fortran/vla-value-sub.exp: Likewise.
4540 * gdb.fortran/vla-value.exp: Likewise.
4541 * gdb.fortran/whatis_type.exp: Likewise.
4542 * gdb.mi/mi-var-child-f.exp: Likewise.
4543
4544 2020-05-09 Tom de Vries <tdevries@suse.de>
4545
4546 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
4547
4548 2020-05-08 Tom de Vries <tdevries@suse.de>
4549
4550 * gdb.dwarf2/clang-debug-names.c: New test.
4551 * gdb.dwarf2/clang-debug-names.exp: New file.
4552
4553 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
4554
4555 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
4556 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
4557
4558 2020-05-06 Tom de Vries <tdevries@suse.de>
4559
4560 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
4561 breakpoint is at a "recommended breakpoint location".
4562 * gdb.reverse/consecutive-reverse.exp: Same.
4563
4564 2020-05-06 Tom de Vries <tdevries@suse.de>
4565
4566 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
4567 address.
4568
4569 2020-05-06 Tom de Vries <tdevries@suse.de>
4570
4571 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
4572
4573 2020-05-06 Tom de Vries <tdevries@suse.de>
4574
4575 * gdb.base/store.exp (check_set, up_set): Allowing missing location
4576 info for r.
4577
4578 2020-05-06 Tom de Vries <tdevries@suse.de>
4579
4580 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
4581 necessary.
4582
4583 2020-05-06 Tom de Vries <tdevries@suse.de>
4584
4585 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
4586 void.
4587
4588 2020-05-06 Tom de Vries <tdevries@suse.de>
4589
4590 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
4591 of ...
4592 * gdb.base/async.exp: ... here.
4593 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
4594 "recommended breakpoint location".
4595
4596 2020-05-06 Tom de Vries <tdevries@suse.de>
4597
4598 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
4599
4600 2020-05-04 Tom de Vries <tdevries@suse.de>
4601
4602 * gdb.base/async.exp: Check whether instruction addresses are a
4603 "recommended breakpoint location".
4604
4605 2020-05-03 Tom Tromey <tom@tromey.com>
4606
4607 * gdb.base/sepdebug.exp: Remove "catch" test.
4608 * gdb.base/break.exp: Remove "catch" test.
4609 * gdb.base/default.exp: Update expected output.
4610
4611 2020-05-02 Tom de Vries <tdevries@suse.de>
4612
4613 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
4614 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
4615 * gdb.arch/i386-mpx-map.exp: Same.
4616 * gdb.arch/i386-mpx-sigsegv.exp: Same.
4617 * gdb.arch/i386-mpx-simple_segv.exp: Same.
4618 * gdb.arch/i386-mpx.exp: Same.
4619
4620 2020-05-02 Tom de Vries <tdevries@suse.de>
4621
4622 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
4623
4624 2020-05-01 Tom de Vries <tdevries@suse.de>
4625
4626 * gdb.ada/operator_bp.exp: Allow more than required amount of
4627 breakpoint.
4628
4629 2020-05-01 Tom de Vries <tdevries@suse.de>
4630
4631 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
4632
4633 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
4634
4635 PR gdb/18706
4636 * gdb.cp/stub-array-size.cc: New test.
4637 * gdb.cp/stub-array-size.exp: New file.
4638 * gdb.cp/stub-array-size.h: New test.
4639 * gdb.cp/stub-array-size2.cc: New test.
4640
4641 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
4642
4643 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
4644 output to the new format.
4645
4646 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
4647
4648 * gdb.base/break.exp: Use with_test_prefix.
4649
4650 2020-04-29 Tom de Vries <tdevries@suse.de>
4651
4652 * lib/gdb.exp (debug_types): New proc.
4653 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
4654 * gdb.python/py-symtab.exp: Same.
4655
4656 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
4657
4658 PR gdb/17320
4659 * gdb.base/pretty-array.c: New test.
4660 * gdb.base/pretty-array.exp: New file.
4661
4662 2020-04-29 Tom de Vries <tdevries@suse.de>
4663
4664 PR symtab/25889
4665 * gdb.cp/cpexprs.exp: Adapt for inclusion.
4666 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
4667 and include cpexprs.exp.
4668
4669 2020-04-28 Mark Williams <mark@myosotissp.com>
4670
4671 PR gdb/24480
4672 * dw4-toplevel-types.exp: Test for top level types.
4673 * dw4-toplevel-types.cc: Test for top level types.
4674
4675 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4676
4677 * gdb.threads/stop-with-handle.exp: Fix typo in comment
4678 (theads -> threads).
4679
4680 2020-04-28 Tom de Vries <tdevries@suse.de>
4681
4682 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
4683
4684 2020-04-28 Tom de Vries <tdevries@suse.de>
4685
4686 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
4687
4688 2020-04-28 Tom de Vries <tdevries@suse.de>
4689
4690 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
4691
4692 2020-04-28 Tom de Vries <tdevries@suse.de>
4693
4694 * gdb.dwarf2/main-foo.c: New test.
4695 * gdb.dwarf2/struct-with-sig.exp: New file.
4696
4697 2020-04-25 Tom de Vries <tdevries@suse.de>
4698
4699 * boards/debug-types.exp: New file.
4700
4701 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
4702
4703 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
4704
4705 2020-04-24 Tom Tromey <tom@tromey.com>
4706
4707 PR symtab/12707:
4708 * gdb.python/py-symbol.exp: Update expected results for
4709 linkage_name test.
4710 * gdb.cp/print-demangle.exp: New file.
4711 * gdb.base/c-linkage-name.exp: Fix test.
4712 * gdb.guile/scm-symbol.exp: Update expected results for
4713 linkage_name test.
4714
4715 2020-04-24 Tom Tromey <tom@tromey.com>
4716
4717 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
4718 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
4719 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
4720 assembler.
4721
4722 2020-04-24 Tom de Vries <tdevries@suse.de>
4723
4724 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
4725 C++.
4726
4727 2020-04-24 Tom Tromey <tromey@adacore.com>
4728
4729 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
4730 values.
4731 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
4732 values. Update test for minimal encodings.
4733 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
4734 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
4735 values. Update test for minimal encodings.
4736
4737 2020-04-24 Tom Tromey <tromey@adacore.com>
4738
4739 PR python/23662:
4740 * gdb.ada/variant.exp: Add Python checks.
4741 * gdb.rust/simple.exp: Add dynamic type checks.
4742
4743 2020-04-24 Tom Tromey <tromey@adacore.com>
4744
4745 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
4746 Make array type matching more lax.
4747 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
4748 * gdb.ada/mi_variant.exp: New file.
4749 * gdb.ada/mi_variant/pck.ads: New file.
4750 * gdb.ada/mi_variant/pkg.adb: New file.
4751 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
4752 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
4753
4754 2020-04-24 Tom Tromey <tromey@adacore.com>
4755
4756 * gdb.ada/variant.exp: Add dynamic field offset tests.
4757 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
4758 * gdb.ada/variant/pkg.adb: Add new variables.
4759
4760 2020-04-24 Tom Tromey <tromey@adacore.com>
4761
4762 * gdb.ada/variant.exp: New file
4763 * gdb.ada/variant/pkg.adb: New file
4764 * gdb.ada/variant/pck.adb: New file
4765
4766 2020-04-24 Tom de Vries <tdevries@suse.de>
4767
4768 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
4769
4770 2020-04-24 Tom de Vries <tdevries@suse.de>
4771
4772 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
4773 flags.
4774
4775 2020-04-24 Tom de Vries <tdevries@suse.de>
4776
4777 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
4778
4779 2020-04-24 Tom de Vries <tdevries@suse.de>
4780
4781 * lib/gdb.exp (default_gdb_start): Handle eof.
4782 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
4783 failure.
4784 * gdb.base/readnever.exp: Handle clean_restart failure.
4785
4786 2020-04-23 Tom de Vries <tdevries@suse.de>
4787
4788 * gdb.base/decl-before-def.exp: Run to main and print a again.
4789
4790 2020-04-23 Tom de Vries <tdevries@suse.de>
4791
4792 * gdb.base/decl-before-def-decl.c: New test.
4793 * gdb.base/decl-before-def-def.c: New test.
4794 * gdb.base/decl-before-def.exp: New file.
4795
4796 2020-04-23 Tom de Vries <tdevries@suse.de>
4797
4798 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
4799
4800 2020-04-22 Tom de Vries <tdevries@suse.de>
4801
4802 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
4803 debug_info_offset.
4804 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
4805 before $objsfile in the line line.
4806
4807 2020-04-22 Tom de Vries <tdevries@suse.de>
4808
4809 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
4810
4811 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4812
4813 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
4814 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
4815 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
4816 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
4817 * gdb.base/jit-protocol.h: Update definitions to match all usage
4818 contexts.
4819
4820 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4821
4822 * gdb.base: Rename all jit related test and source files.
4823
4824 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4825
4826 * gdb.base/jit-reader.exp: Relax register output check.
4827
4828 2020-04-22 Tom de Vries <tdevries@suse.de>
4829
4830 PR symtab/25764
4831 * gdb.base/psym-external-decl-2.c: New test.
4832 * gdb.base/psym-external-decl.c: New test.
4833 * gdb.base/psym-external-decl.exp: New file.
4834 * gdb.threads/tls.exp: Add PR25807 kfail.
4835
4836 2020-04-22 Tom de Vries <tdevries@suse.de>
4837
4838 PR symtab/25801
4839 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
4840 in "info source" output.
4841
4842 2020-04-22 Tom de Vries <tdevries@suse.de>
4843
4844 PR symtab/25700
4845 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
4846 symtab for imported_unit.c.
4847
4848 2020-04-21 Gary Benson <gbenson@redhat.com>
4849
4850 * gdb.base/advance.c (func): New argument, to match call site.
4851 (func2, func3): Add return statements.
4852
4853 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4854
4855 * gdb.multi/run-only-second-inf.c: New file.
4856 * gdb.multi/run-only-second-inf.exp: New file.
4857
4858 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
4859
4860 * gdb.btrace/multi-inferior.c: New test.
4861 * gdb.btrace/multi-inferior.exp: New file.
4862
4863 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
4864
4865 * gdb.btrace/enable-new-thread.c: New test.
4866 * gdb.btrace/enable-new-thread.exp: New file.
4867
4868 2020-04-21 Tom de Vries <tdevries@suse.de>
4869
4870 PR gdb/25471
4871 * gdb.threads/killed-outside.c: New test.
4872 * gdb.threads/killed-outside.exp: New file.
4873
4874 2020-04-20 Gary Benson <gbenson@redhat.com>
4875
4876 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
4877 * gdb.base/nested-subp2.exp: Likewise.
4878 * gdb.base/nested-subp3.exp: Likewise.
4879
4880 2020-04-20 Gary Benson <gbenson@redhat.com>
4881
4882 * gdb.base/nested-subp1.exp: Disable test when using clang.
4883 * gdb.base/nested-subp2.exp: Likewise.
4884 * gdb.base/nested-subp3.exp: Likewise.
4885
4886 2020-04-20 Gary Benson <gbenson@redhat.com>
4887
4888 * gdb.cp/exception.cc: Fix compilation error with clang.
4889
4890 2020-04-20 Gary Benson <gbenson@redhat.com>
4891
4892 * gdb.trace/tspeed.c: Fix compilation error with clang.
4893
4894 2020-04-20 Gary Benson <gbenson@redhat.com>
4895
4896 * gdb.base/jit-main.c: Fix compilation error with clang.
4897
4898 2020-04-17 Kamil Rytarowski <n54@gmx.com>
4899
4900 * gdb.base/attach-twice.c: Include "sys/types.h".
4901 (PTRACE_ATTACH): Add fallback definition.
4902 (main): Pass `0' to the 4th argument of `ptrace'.
4903
4904 2020-04-17 Kamil Rytarowski <n54@gmx.com>
4905
4906 * gdb.base/fork-running-state.c: Include "signal.h".
4907
4908 2020-04-17 Tom Tromey <tromey@adacore.com>
4909
4910 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
4911 Update tests.
4912 * gdb.btrace/cpu.exp: Update tests.
4913 * gdb.base/maint.exp: Update tests.
4914 * gdb.base/default.exp: Update tests.
4915 * gdb.base/completion.exp: Update tests.
4916
4917 2020-04-16 Tom de Vries <tdevries@suse.de>
4918
4919 PR symtab/25791
4920 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
4921 (ensure_gdb_index): and factor out and move ...
4922 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
4923 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
4924
4925 2020-04-16 Tom de Vries <tdevries@suse.de>
4926
4927 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
4928 loading exec.
4929
4930 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
4931
4932 * gdb.base/many-completions.exp: New file.
4933
4934 2020-04-14 Tom de Vries <tdevries@suse.de>
4935
4936 PR symtab/25718
4937 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
4938
4939 2020-04-14 Tom de Vries <tdevries@suse.de>
4940
4941 PR symtab/25720
4942 * gdb.base/maint-expand-symbols-header-file.c: New test.
4943 * gdb.base/maint-expand-symbols-header-file.exp: New file.
4944 * gdb.base/maint-expand-symbols-header-file.h: New test.
4945
4946 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
4947
4948 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
4949 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
4950 get_func_info.
4951 (get_func_info): Delete.
4952 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
4953 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
4954 * lib/dwarf.exp (get_func_info): New function.
4955
4956 2020-04-13 Tom de Vries <tdevries@suse.de>
4957
4958 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
4959 to what find_gnatmake does.
4960
4961 2020-04-10 Tom de Vries <tdevries@suse.de>
4962
4963 * gdb.base/style.exp: Expect "Expanding full symbols" message for
4964 -readnow.
4965
4966 2020-04-10 Tom de Vries <tdevries@suse.de>
4967
4968 PR cli/25808
4969 * gdb.base/style.c: Add leading newlines.
4970 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
4971 Check listing of main's one-line body.
4972
4973 2020-04-08 Tom de Vries <tdevries@suse.de>
4974
4975 * lib/gdb.exp (psymtabs_p): New proc.
4976 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
4977 importing unit" unsupported if there are no partial symbols.
4978
4979 2020-04-08 Tom de Vries <tdevries@suse.de>
4980
4981 PR testsuite/25760
4982 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
4983
4984 2020-04-07 Tom de Vries <tdevries@suse.de>
4985
4986 PR symtab/25796
4987 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
4988
4989 2020-04-07 Tom de Vries <tdevries@suse.de>
4990
4991 * gdb.base/check-psymtab.c: New test.
4992 * gdb.base/check-psymtab.exp: New file.
4993
4994 2020-04-06 Tom Tromey <tromey@adacore.com>
4995
4996 * gdb.ada/variant-record/proc.adb: New file.
4997 * gdb.ada/variant-record/value.adb: New file.
4998 * gdb.ada/variant-record/value.s: New file.
4999 * gdb.ada/variant-record.exp: New file.
5000
5001 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
5002
5003 PR gdb/25325
5004 * gdb.cp/typed-enum.cc: New test.
5005 * gdb.cp/typed-enum.exp: New file.
5006
5007 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5008
5009 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
5010 * gdb.dwarf2/dw2-inline-small-func.c: New file.
5011 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
5012 * gdb.dwarf2/dw2-inline-small-func.h: New file.
5013 * gdb.opt/inline-small-func.c: New file.
5014 * gdb.opt/inline-small-func.exp: New file.
5015 * gdb.opt/inline-small-func.h: New file.
5016
5017 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5018
5019 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
5020 function.
5021
5022 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5023
5024 * lib/dwarf.exp (function_range): Allow compiler options to be
5025 specified.
5026
5027 2020-04-02 Tom de Vries <tdevries@suse.de>
5028
5029 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
5030 __attribute__((always_inline)).
5031 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
5032
5033 2020-04-02 Tom de Vries <tdevries@suse.de>
5034
5035 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
5036 (gdbserver_gdb_exit): ... here. Add timeout warning.
5037 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
5038 (connect_target_extended_remote): Append new server_spawn_id to
5039 server_spawn_ids.
5040 (cleanup): New proc.
5041 (setup, <toplevel>): Call cleanup.
5042
5043 2020-04-02 Tom de Vries <tdevries@suse.de>
5044
5045 * gdb.base/main-psymtab.exp: New file.
5046
5047 2020-04-02 Tom de Vries <tdevries@suse.de>
5048
5049 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
5050
5051 2020-04-01 Tom Tromey <tom@tromey.com>
5052
5053 * gdb.base/complex-parts.exp: Add type tests.
5054
5055 2020-04-01 Tom Tromey <tom@tromey.com>
5056
5057 * gdb.base/complex-parts.exp: Add arithmetic tests.
5058
5059 2020-04-01 Tom Tromey <tom@tromey.com>
5060
5061 * gdb.compile/compile.exp: Update.
5062 * gdb.compile/compile-cplus.exp: Update.
5063 * gdb.base/varargs.exp: Update.
5064 * gdb.base/floatn.exp: Update.
5065 * gdb.base/endianity.exp: Update.
5066 * gdb.base/callfuncs.exp (do_function_calls): Update.
5067 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
5068 (complex_float_integral_args): Update.
5069 * gdb.base/complex.exp: Update.
5070 * gdb.base/complex-parts.exp: Update.
5071
5072 2020-04-01 Tom Tromey <tromey@adacore.com>
5073
5074 * gdb.rust/union.rs: New file.
5075 * gdb.rust/union.exp: New file.
5076 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
5077 (main): Update.
5078 * gdb.rust/simple.exp: Move union tests to union.exp.
5079
5080 2020-04-01 Tom Tromey <tromey@adacore.com>
5081
5082 * gdb.rust/simple.rs (main): Remove "y0".
5083
5084 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5085
5086 * gdb.multi/stop-all-on-exit.c: New test.
5087 * gdb.multi/stop-all-on-exit.exp: New file.
5088
5089 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
5090
5091 PR gdb/24789
5092 * gdb.cp/misc.cc: Add integer reference variable.
5093 * gdb.cp/misc.exp: Add test.
5094
5095 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5096
5097 * gdb.server/stop-reply-no-thread.exp: Enhance the test
5098 scenario to cover execution until the end and also the case
5099
5100 2020-03-31 Tom de Vries <tdevries@suse.de>
5101
5102 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
5103 c. Use "maint info symtabs" to check symtab expansion.
5104
5105 2020-03-30 Tom de Vries <tdevries@suse.de>
5106
5107 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
5108 unsupported.
5109 (verify_psymtab_expanded): Move ...
5110 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
5111 test.
5112 (readnow): New proc.
5113
5114 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5115
5116 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
5117 with $hex.
5118
5119 2020-03-20 Tom Tromey <tromey@adacore.com>
5120
5121 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
5122
5123 2020-03-20 Tom Tromey <tromey@adacore.com>
5124
5125 * gdb.ada/sub_variant/subv.adb: New file.
5126 * gdb.ada/sub_variant.exp: New file.
5127
5128 2020-03-20 Tom de Vries <tdevries@suse.de>
5129
5130 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
5131 first break fails.
5132 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
5133
5134 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5135
5136 * gdb.server/exit-multiple-threads.c: New file.
5137 * gdb.server/exit-multiple-threads.exp: New file.
5138
5139 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5140
5141 * gdb.fortran/mixed-lang-stack.c: New file.
5142 * gdb.fortran/mixed-lang-stack.cpp: New file.
5143 * gdb.fortran/mixed-lang-stack.exp: New file.
5144 * gdb.fortran/mixed-lang-stack.f90: New file.
5145
5146 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5147
5148 * gdb.linespec/cp-completion-aliases.cc: New file.
5149 * gdb.linespec/cp-completion-aliases.exp: New file.
5150
5151 2020-03-19 Tom de Vries <tdevries@suse.de>
5152
5153 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
5154 more precise.
5155
5156 2020-03-18 Tom de Vries <tdevries@suse.de>
5157
5158 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
5159 * gdb.dwarf2/break-inline-psymtab.c: New test.
5160 * gdb.dwarf2/break-inline-psymtab.exp: New file.
5161
5162 2020-03-16 Tom de Vries <tdevries@suse.de>
5163
5164 * lib/cache.exp (gdb_do_cache): Add and handle local variables
5165 cache_verify and cache_verify_proc.
5166
5167 2020-03-15 Tom de Vries <tdevries@suse.de>
5168
5169 * gdb.server/solib-list.exp: Handle
5170 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
5171
5172 2020-03-15 Tom de Vries <tdevries@suse.de>
5173
5174 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
5175 objfiles".
5176
5177 2020-03-14 Tom Tromey <tom@tromey.com>
5178
5179 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
5180
5181 2020-03-14 Tom de Vries <tdevries@suse.de>
5182
5183 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
5184
5185 2020-03-14 Tom de Vries <tdevries@suse.de>
5186
5187 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
5188 result in line-by-line fashion.
5189
5190 2020-03-14 Tom de Vries <tdevries@suse.de>
5191
5192 * lib/gdb.exp (supports_statement_frontiers): New proc.
5193 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
5194
5195 2020-03-14 Tom de Vries <tdevries@suse.de>
5196
5197 * gdb.base/printcmds.exp: Add missing quoting for "print
5198 teststring2".
5199
5200 2020-03-13 Tom Tromey <tom@tromey.com>
5201
5202 * gdb.base/printcmds.exp (test_print_strings): Add regression
5203 test.
5204 * gdb.base/printcmds.c (charptr): New typedef.
5205 (teststring2): New global.
5206
5207 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
5208
5209 * gdb.base/break-interp.exp: Use the tail of the filename, not the
5210 full path in the test name.
5211 (test_ld): Add some with_test_prefix blocks to make test names
5212 unique.
5213
5214 2020-03-13 Tom de Vries <tdevries@suse.de>
5215
5216 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
5217
5218 2020-03-13 Tom de Vries <tdevries@suse.de>
5219
5220 * gdb.mi/mi-sym-info.exp: Make matching more precise.
5221
5222 2020-03-13 Tom de Vries <tdevries@suse.de>
5223
5224 PR symtab/25646
5225 * gdb.dwarf2/imported-unit.exp: Add test.
5226
5227 2020-03-13 Tom de Vries <tdevries@suse.de>
5228
5229 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
5230 (var1, var2): New variable.
5231 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
5232 matching symbols.
5233
5234 2020-03-13 Tom de Vries <tdevries@suse.de>
5235
5236 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
5237 (Term::command): Use prompt prefix.
5238 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
5239 * gdb.tui/tui-layout-asm-short-prog.exp: Use
5240 command_no_prompt_prefix instead of prefix.
5241 * gdb.tui/tui-layout-asm.exp: Same.
5242
5243 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
5244
5245 * gdb.base/break-interp.exp: Use foreach_with_prefix.
5246
5247 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
5248
5249 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
5250 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
5251 on" while stepping over the test instruction, match printed
5252 message.
5253
5254 2020-03-12 Tom de Vries <tdevries@suse.de>
5255
5256 * gdb.base/info-types.exp: Use exp_continue during matching of output
5257 of "info types".
5258
5259 2020-03-12 Tom de Vries <tdevries@suse.de>
5260
5261 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
5262
5263 2020-03-12 Tom de Vries <tdevries@suse.de>
5264
5265 * gdb.fortran/module.exp: Use exp_continue during matching of output
5266 of "info variable -n".
5267
5268 2020-03-12 Tom de Vries <tdevries@suse.de>
5269
5270 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
5271 gdb.dwarf2/dw2-ranges-base.c.
5272
5273 2020-03-12 Tom de Vries <tdevries@suse.de>
5274
5275 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
5276 in presence of GLIBC debuginfo.
5277
5278 2020-03-12 Tom de Vries <tdevries@suse.de>
5279
5280 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
5281 $core.
5282
5283 2020-03-12 Tom de Vries <tdevries@suse.de>
5284
5285 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
5286 more precise.
5287
5288 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
5289
5290 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
5291 from Unix to Windows path.
5292
5293 2020-03-11 Tom de Vries <tdevries@suse.de>
5294
5295 * gdb.ada/minsyms.exp: Set language to ada.
5296
5297 2020-03-11 Tom de Vries <tdevries@suse.de>
5298
5299 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
5300
5301 2020-03-11 Tom de Vries <tdevries@suse.de>
5302
5303 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
5304
5305 2020-03-11 Tom Tromey <tromey@adacore.com>
5306
5307 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
5308
5309 2020-03-11 Tom de Vries <tdevries@suse.de>
5310
5311 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
5312
5313 2020-03-11 Tom de Vries <tdevries@suse.de>
5314
5315 * gdb.base/break-interp.exp: Limit verbose scope.
5316
5317 2020-03-11 Tom de Vries <tdevries@suse.de>
5318
5319 * gdb.fortran/logical.f90: Define variable with character type.
5320 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
5321
5322 2020-03-11 Tom de Vries <tdevries@suse.de>
5323
5324 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
5325
5326 2020-03-11 Tom de Vries <tdevries@suse.de>
5327
5328 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
5329 symtabs.
5330
5331 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
5332 Bernd Edlinger <bernd.edlinger@hotmail.de>
5333
5334 * gdb.cp/step-and-next-inline.cc: New file.
5335 * gdb.cp/step-and-next-inline.exp: New file.
5336 * gdb.cp/step-and-next-inline.h: New file.
5337 * gdb.dwarf2/dw2-is-stmt.c: New file.
5338 * gdb.dwarf2/dw2-is-stmt.exp: New file.
5339 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
5340 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
5341 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
5342
5343 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
5344
5345 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
5346 is-stmt flag in the line table.
5347
5348 2020-03-09 Tom de Vries <tdevries@suse.de>
5349
5350 * lib/gdb.exp (cached_file): Create cache dir.
5351
5352 2020-03-07 Tom de Vries <tdevries@suse.de>
5353
5354 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
5355 * gdb.cp/rvalue-ref-params.exp: Same.
5356
5357 2020-03-06 Tom de Vries <tdevries@suse.de>
5358
5359 * lib/gdb.exp (tentative_rename, cached_file): New proc.
5360 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
5361
5362 2020-03-06 Tom de Vries <tdevries@suse.de>
5363
5364 * README: Fix "the the".
5365 * gdb.base/dprintf.exp: Same.
5366
5367 2020-03-05 Tom de Vries <tdevries@suse.de>
5368
5369 * gdb.base/maint.exp: Update "main print statistics" expected output.
5370
5371 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
5372
5373 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
5374 (fortran_int8): Likewise.
5375 (fortran_real4): Likewise.
5376 (fortran_real8): Likewise.
5377 (fortran_complex4): Likewise.
5378 (fortran_logical4): Likewise.
5379 (fortran_character1): Likewise.
5380
5381 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
5382
5383 * gdb.fortran/logical.exp: Add tests that any non-zero value is
5384 printed as true.
5385
5386 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
5387
5388 * gdb.base/printcmds.exp: Add test to verify printf of a
5389 variable holding an address.
5390
5391 2020-03-03 Tom de Vries <tdevries@suse.de>
5392
5393 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
5394
5395 2020-03-03 Tom de Vries <tdevries@suse.de>
5396
5397 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
5398 gdb_test_multiple call.
5399
5400 2020-03-03 Tom de Vries <tdevries@suse.de>
5401
5402 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
5403 gdb_test_multiple calls.
5404
5405 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
5406
5407 * gdb.base/default.exp: Remove test of 'set history filename'.
5408 * gdb.base/gdbinit-history.exp: Add tests for setting the history
5409 filename to the empty string.
5410 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
5411 and GDBHISTSIZE.
5412
5413 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
5414
5415 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
5416 disabled.
5417
5418 2020-03-02 Pedro Alves <palves@redhat.com>
5419 Tom de Vries <tdevries@suse.de>
5420
5421 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
5422 -prompt prefix, before user_code argument. Add -lbl option likewise.
5423 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
5424 (gdb_is_target_1): Add -prompt prefix and move to before user_code
5425 argument.
5426 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
5427 have "\r\n" at start-of-line, instead of at end-of-line.
5428
5429 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
5430
5431 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
5432 libinproctrace.so.
5433
5434 2020-02-28 Luis Machado <luis.machado@linaro.org>
5435
5436 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
5437 to "p/x".
5438
5439 2020-02-28 Luis Machado <luis.machado@linaro.org>
5440
5441 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
5442 asm/ptrace.h and error.h.
5443
5444 2020-02-28 Tom de Vries <tdevries@suse.de>
5445
5446 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
5447 (struct wrapper, do_something, mundane/symada__cS): Move ...
5448 * gdb.base/c-linkage-name-2.c: ... here. New source file.
5449 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
5450 Update "print symada__cS before partial symtab expansion" regexp.
5451 Update breakpoint location. Flush symbol cache after expansion.
5452
5453 2020-02-28 Luis Machado <luis.machado@linaro.org>
5454
5455 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
5456
5457 2020-02-27 Tom de Vries <tdevries@suse.de>
5458
5459 * config/sid.exp: Remove unused globals.
5460 * gdb.base/attach.exp: Same.
5461 * gdb.base/catch-load.exp: Same.
5462 * gdb.base/dbx.exp: Same.
5463 * lib/gdb.exp: Same.
5464 * lib/mi-support.exp: Same.
5465 * lib/prompt.exp: Same.
5466
5467 2020-02-27 Tom de Vries <tdevries@suse.de>
5468
5469 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
5470 not set.
5471
5472 2020-02-26 Aaron Merey <amerey@redhat.com>
5473
5474 * gdb.debuginfod: New directory for debuginfod tests.
5475 * gdb.debuginfod/main.c: New test file.
5476 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
5477
5478 2020-02-26 Tom de Vries <tdevries@suse.de>
5479
5480 PR gdb/25603
5481 * gdb.base/persistent-lang.cc: New test.
5482 * gdb.base/persistent-lang.exp: New file.
5483
5484 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
5485
5486 * gdb.fortran/derived-type-striding.exp: Add a new test.
5487 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
5488 new test.
5489
5490 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
5491
5492 * gdb.base/cached-source-file.exp: Avoid source file paths in test
5493 names.
5494
5495 2020-02-25 Tom de Vries <tdevries@suse.de>
5496
5497 PR go/18926
5498 * gdb.go/methods.exp: Remove gcc/93866 xfail.
5499
5500 2020-02-24 Tom de Vries <tdevries@suse.de>
5501
5502 PR gdb/25592
5503 * gdb.base/info-locals-unused-static-var.c: New test.
5504 * gdb.base/info-locals-unused-static-var.exp: New file.
5505
5506 2020-02-22 Tom Tromey <tom@tromey.com>
5507
5508 * gdb.python/tui-window.exp: New file.
5509 * gdb.python/tui-window.py: New file.
5510
5511 2020-02-22 Tom Tromey <tom@tromey.com>
5512
5513 PR tui/17850:
5514 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
5515 tests.
5516
5517 2020-02-22 Tom Tromey <tom@tromey.com>
5518
5519 * gdb.tui/new-layout.exp: Add sub-layout tests.
5520
5521 2020-02-22 Tom Tromey <tom@tromey.com>
5522
5523 * gdb.tui/new-layout.exp: New file.
5524
5525 2020-02-22 Tom Tromey <tom@tromey.com>
5526
5527 * gdb.rust/rust-style.rs: New file.
5528 * gdb.rust/rust-style.exp: New file.
5529 * gdb.base/style.exp: Test structure printing.
5530 * gdb.base/style.c (struct some_struct): New type.
5531 (enum etype): New type.
5532 (struct_value): New global.
5533
5534 2020-02-21 Tom de Vries <tdevries@suse.de>
5535
5536 PR go/18926
5537 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
5538 Remove blanket xfails. Use message argument for gdb_breakpoint.
5539 Make continuing to breakpoint test conditional on setting breakpoint.
5540 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
5541 DW_AT_name attribute. Add xfail for GCC PR93866.
5542
5543 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
5544
5545 * gdb.dwarf2/cpp-linkage-name.c: New file.
5546 * gdb.dwarf2/cpp-linkage-name.exp: New file.
5547
5548 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
5549
5550 * lib/gdb.exp (gdb_wrapper_init): Reset
5551 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
5552 not exist.
5553
5554 2020-02-20 Tom de Vries <tdevries@suse.de>
5555
5556 PR go/17018
5557 * gdb.go/hello.exp: Copy ...
5558 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
5559 print of st to print value of global definition. Add xfail for GCC
5560 PR93844.
5561 * gdb.go/hello.exp: Remove printing of st before definition.
5562 * gdb.go/hello.go: Copy ...
5563 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
5564 to st.
5565 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
5566
5567 2020-02-20 Tom de Vries <tdevries@suse.de>
5568
5569 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
5570 (gdb_simple_compile): Handle compile_flags go by using .go extension
5571 for source file.
5572 * gdb.go/chan.exp: Use support_go_compile.
5573 * gdb.go/handcall.exp: Same.
5574 * gdb.go/hello.exp: Same.
5575 * gdb.go/integers.exp: Same.
5576 * gdb.go/max-depth.exp: Same.
5577 * gdb.go/methods.exp: Same.
5578 * gdb.go/package.exp: Same.
5579 * gdb.go/strings.exp: Same.
5580 * gdb.go/types.exp: Same.
5581 * gdb.go/unsafe.exp: Same.
5582
5583 2020-02-19 Tom de Vries <tdevries@suse.de>
5584
5585 * gdb.python/lib-types.exp: Make xfail more strict.
5586
5587 2020-02-19 Tom de Vries <tdevries@suse.de>
5588
5589 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
5590
5591 2020-02-19 Doug Evans <dje@google.com>
5592
5593 PR rust/25535
5594 * gdb.rust/simple.exp: Add test.
5595 * gdb.rust/simple.rs: Add test.
5596
5597 2020-02-19 Tom de Vries <tdevries@suse.de>
5598
5599 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
5600 output line-by-line.
5601
5602 2020-02-19 Tom de Vries <tdevries@suse.de>
5603
5604 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
5605
5606 2020-02-19 Tom de Vries <tdevries@suse.de>
5607
5608 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
5609 prelink.
5610
5611 2020-02-19 Tom de Vries <tdevries@suse.de>
5612
5613 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
5614 (gdb_do_cache): Use gdb_do_cache_wrap.
5615 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
5616
5617 2020-02-19 Tom de Vries <tdevries@suse.de>
5618
5619 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
5620 gdb_compile option.
5621
5622 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5623
5624 * gdb.base/printcmds.exp (test_print_enums): Update expected
5625 output.
5626
5627 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5628
5629 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
5630 for "unknown".
5631
5632 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5633
5634 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
5635 enumerator.
5636
5637 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5638
5639 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
5640 FE_, add FE_NONE.
5641 (three): Update.
5642 (enum flag_enum_without_zero): New enum.
5643 (flag_enum_without_zero): New variable.
5644 (enum not_flag_enum): New enum.
5645 (three_not_flag): New variable.
5646 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
5647 (test_print_enums): Add more tests for printing flag enums.
5648
5649 2020-02-18 Tom de Vries <tdevries@suse.de>
5650
5651 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
5652 (gdb_compile_ada): ... here.
5653 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
5654 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
5655
5656 2020-02-14 Tom Tromey <tom@tromey.com>
5657
5658 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
5659 build directory.
5660 * boards/gdbserver-base.exp: Update path to gdbserver.
5661
5662 2020-02-13 Tom de Vries <tdevries@suse.de>
5663
5664 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
5665
5666 2020-02-13 Tom de Vries <tdevries@suse.de>
5667
5668 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
5669 are missing.
5670
5671 2020-02-13 Tom de Vries <tdevries@suse.de>
5672
5673 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
5674 call.
5675
5676 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
5677
5678 PR tui/25126
5679 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
5680 * gdb.base/cached-source-file.c: New file.
5681 * gdb.base/cached-source-file.exp: New file.
5682
5683 2020-02-11 Tom de Vries <tdevries@suse.de>
5684
5685 PR testsuite/25488
5686 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
5687
5688 2020-02-10 Tom de Vries <tdevries@suse.de>
5689
5690 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
5691
5692 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
5693
5694 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
5695 and $after_addr are both integers before making a comparison.
5696
5697 2020-02-09 Tom de Vries <tdevries@suse.de>
5698
5699 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
5700 command output and paste it into gdb.log. If any, paste catch message
5701 to gdb.log.
5702
5703 2020-02-07 Tom Tromey <tromey@adacore.com>
5704
5705 PR breakpoints/24915:
5706 * gdb.base/annotate-symlink.exp: Use setup_xfail.
5707
5708 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
5709
5710 * gdb.tui/tui-missing-src.exp: Add the "missing source
5711 file" test for the TUI.
5712
5713 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
5714
5715 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
5716 including a port number in the output.
5717
5718 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
5719
5720 * lib/fortran.exp (fortran_int4): Handle clang.
5721 (fortran_int8): Likewise.
5722 (fortran_real4): Likewise.
5723 (fortran_real8): Likewise.
5724 (fortran_complex4): Likewise.
5725 (fortran_logical4): Likewise.
5726 (fortran_character1): Likewise.
5727
5728 2020-02-04 Tom de Vries <tdevries@suse.de>
5729
5730 * README (Race detection): Add note.
5731
5732 2020-02-04 Tom de Vries <tdevries@suse.de>
5733
5734 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
5735
5736 2020-02-04 Tom de Vries <tdevries@suse.de>
5737
5738 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
5739
5740 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
5741
5742 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
5743 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
5744 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
5745 blttar, bnetarl.
5746 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
5747 binary for blttar, bnetarl.
5748 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
5749 wait instruction. Delete ldmx test.
5750 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
5751
5752 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
5753
5754 * gdb.fortran/array-bounds-high.exp: New file.
5755 * gdb.fortran/array-bounds-high.f90: New file.
5756
5757 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
5758
5759 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
5760 Replace #include of <sys/fcntl.h> by <fcntl.h>.
5761
5762 2020-02-01 Tom de Vries <tdevries@suse.de>
5763
5764 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
5765
5766 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
5767
5768 PR tui/9765
5769 * gdb.tui/tui-layout-asm-short-prog.S: New file.
5770 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
5771
5772 2020-01-29 Luis Machado <luis.machado@linaro.org>
5773
5774 * gdb.arch/aarch64-brk-patterns.c: New source file.
5775 * gdb.arch/aarch64-brk-patterns.exp: New test.
5776
5777 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5778
5779 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
5780 GCC/Clang version.
5781 * gdb.cp/pass-by-ref.exp: Ditto.
5782
5783 2020-01-29 Tom de Vries <tdevries@suse.de>
5784
5785 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
5786 * gdb.threads/watchpoint-fork-mt.c: Same.
5787 * gdb.threads/watchpoint-fork-parent.c: Same.
5788 * gdb.threads/watchpoint-fork-st.c: Same.
5789 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
5790
5791 2020-01-27 Luis Machado <luis.machado@linaro.org>
5792
5793 * gdb.base/step-over-syscall.exp (setup): Check if we're already
5794 sitting at a syscall instruction when we hit the syscall function's
5795 breakpoint.
5796 Check PC against one obtained with the x command.
5797 Validate syscall number.
5798 (step_over_syscall): Don't continue to the syscall instruction if
5799 we're already there.
5800
5801 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5802
5803 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
5804
5805 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5806
5807 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
5808 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
5809
5810 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5811
5812 * gdb.dwarf2/dw2-inline-stepping.c: New file.
5813 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
5814
5815 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5816
5817 * gdb.base/maint.exp: Update line table parsing test.
5818 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
5819
5820 2020-01-24 Pedro Alves <palves@redhat.com>
5821
5822 PR gdb/25410
5823 * gdb.multi/multi-re-run-1.c: New.
5824 * gdb.multi/multi-re-run-2.c: New.
5825 * gdb.multi/multi-re-run.exp: New.
5826
5827 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5828
5829 PR gdb/23718
5830 * gdb.server/server-kill-python.exp: New file.
5831
5832 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5833
5834 * gdb.server/multi-ui-errors.c: New file.
5835 * gdb.server/multi-ui-errors.exp: New file.
5836
5837 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5838
5839 PR tui/9765
5840 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
5841
5842 2020-01-19 Tom Tromey <tom@tromey.com>
5843
5844 * gdb.tui/main.exp: Add check for plain "file".
5845
5846 2020-01-16 Christian Biesinger <cbiesinger@google.com>
5847
5848 * lib/gdb.exp: Fix spelling error (seperatelly).
5849
5850 2020-01-14 Tom Tromey <tom@tromey.com>
5851
5852 PR symtab/12535:
5853 * gdb.python/python.exp: Test decode_line with empty string
5854 argument.
5855
5856 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
5857
5858 * gdb.base/skip-inline.exp: Extend test.
5859
5860 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5861
5862 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
5863 * gdb.dwarf2/dw2-bad-elf.c: New file.
5864 * gdb.dwarf2/dw2-bad-elf.exp: New file.
5865
5866 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5867
5868 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
5869 _line_saw_file.
5870
5871 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5872
5873 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
5874 border.
5875
5876 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5877
5878 * gdb.multi/multi-target.exp (setup): Factor out "info
5879 connections" and "info inferiors" tests to ...
5880 (test_info_inferiors): ... this new procedure.
5881 (top level): Run new "info-inferiors" tests.
5882
5883 2020-01-10 Pedro Alves <palves@redhat.com>
5884
5885 * gdb.server/bkpt-other-inferior.exp: New file.
5886
5887 2020-01-10 Pedro Alves <palves@redhat.com>
5888
5889 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
5890 of "add-inferior".
5891 * gdb.base/quit-live.exp: Likewise.
5892 * gdb.base/remote-exec-file.exp: Likewise.
5893 * gdb.guile/scm-progspace.exp: Likewise.
5894 * gdb.linespec/linespec.exp: Likewise.
5895 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5896 * gdb.mi/user-selected-context-sync.exp: Likewise.
5897 * gdb.multi/multi-target.exp (setup): Add "info connection" and
5898 "info inferiors" tests.
5899 * gdb.multi/remove-inferiors.exp: Adjust expected output of
5900 "add-inferior".
5901 * gdb.multi/watchpoint-multi.exp: Likewise.
5902 * gdb.python/py-inferior.exp: Likewise.
5903 * gdb.server/extended-remote-restart.exp: Likewise.
5904 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
5905 "info inferiors".
5906 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
5907 * gdb.trace/report.exp: Likewise.
5908
5909 2020-01-10 Pedro Alves <palves@redhat.com>
5910
5911 * gdb.multi/multi-target.c: New file.
5912 * gdb.multi/multi-target.exp: New file.
5913 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
5914 mode requested, but remote does not support non-stop".
5915
5916 2020-01-10 Pedro Alves <palves@redhat.com>
5917
5918 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
5919 disconnect before reconnecting.
5920
5921 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5922 Pedro Alves <palves@redhat.com>
5923
5924 * gdb.server/connect-without-multi-process.exp: Also test
5925 continuing to end.
5926
5927 2020-01-10 Pedro Alves <palves@redhat.com>
5928
5929 * gdb.base/remote-exec-file.exp: New file.
5930
5931 2020-01-10 Pedro Alves <palves@redhat.com>
5932
5933 * gdb.base/fork-running-state.exp (do_test): Adjust expected
5934 output.
5935 * gdb.threads/async.c: New.
5936 * gdb.threads/async.exp: New.
5937 * gdb.multi/tids-gid-reset.c: New.
5938 * gdb.multi/tids-gid-reset.exp: New.
5939
5940 2020-01-10 George Barrett <bob@bob131.so>
5941
5942 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
5943 to help in finding the image relocation offset.
5944 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
5945 options in arguments.
5946 (stap_test_no_debuginfo): Likewise.
5947 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
5948 test variants.
5949 (stap_test): Add null semaphore relocation test.
5950
5951 2020-01-10 George Barrett <bob@bob131.so>
5952
5953 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
5954 * gdb.base/stap-probe.exp: Likewise.
5955 (stap_test): Pass argument as an additional flag.
5956 (stap_test_no_debuginfo): Likewise.
5957 (stap_test): Check `info probes stap' output for semaphore
5958 addresses if the test binary is supposed to have them.
5959
5960 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5961
5962 * gdb.tui/basic.exp: Add more scrolling tests.
5963
5964 2020-01-09 Tom Tromey <tom@tromey.com>
5965
5966 PR tui/18932:
5967 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
5968 meangingful value.
5969 (Term::command, Term::resize): Update.
5970 * gdb.tui/basic.exp: Add scrolling test.
5971
5972 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5973
5974 * gdb.tui/tui-layout-asm.exp: New file.
5975
5976 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5977
5978 * lib/tuiterm.exp (Term::check_box_contents): New proc.
5979
5980 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5981
5982 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
5983 (Term::enter_tui): Use Term::prepare_for_tui.
5984
5985 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5986
5987 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
5988 called.
5989
5990 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5991
5992 * gdb.base/skip.exp: Fix race condition in test.
5993
5994 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
5995
5996 * gdb.base/backtrace.c: New file.
5997 * gdb.base/backtrace.exp: New file.
5998
5999 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
6000
6001 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
6002
6003 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6004
6005 * gdb.base/style.exp: Test that warnings are styled.
6006
6007 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
6008
6009 * gdb.base/line65535.exp: New file.
6010 * gdb.base/line65535.c: New file.
6011
6012 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
6013
6014 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
6015 * lib/gnat_debug_info_test.adb: New file.
6016 * gdb.ada/ptype_tagged_param.exp: Use
6017 gnat_runtime_has_debug_info, expect a different output if
6018 runtime does not have debug info.
6019
6020 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
6021
6022 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
6023 (another) quote in test name.
6024
6025 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
6026
6027 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
6028 Add quote in test name.
6029
6030 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6031
6032 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
6033 directory instead.
6034 * gdb.cp/pass-by-ref.exp: Extend with more cases.
6035 * gdb.cp/pass-by-ref-2.cc: New file.
6036 * gdb.cp/pass-by-ref-2.exp: New file.
6037
6038 2019-12-20 Tom Tromey <tom@tromey.com>
6039
6040 * gdb.tui/list-before.exp: New file.
6041
6042 2019-12-20 Tom Tromey <tom@tromey.com>
6043
6044 * gdb.tui/list.exp: Check for source on initial listing.
6045
6046 2019-12-11 Tom Tromey <tromey@adacore.com>
6047
6048 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
6049 Add crlf test.
6050
6051 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
6052
6053 * gdb.base/default.exp: Update value of $_gdb_major.
6054
6055 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
6056
6057 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
6058
6059 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
6060
6061 * gdb.base/skip.exp: Whitespace fix.
6062
6063 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
6064
6065 * gdb.base/skip-inline.c: New file.
6066 * gdb.base/skip-inline.exp: New file.
6067
6068 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
6069
6070 * gdb.base/jit-reader.exp (jit_reader_test): Rename
6071 jit_function_00 to jit_function_stack_mangle.
6072 * gdb.base/jithost.c (jit_function_t): Rename to...
6073 (jit_function_stack_mangle_t): ... this.
6074 (jit_function_add_t): New typedef.
6075 (jit_function_00_code): Rename to...
6076 (jit_function_stack_mangle_code): ... this, make static.
6077 (jit_function_add_code): New.
6078 (main): Generate "add" function and call it. Adjust to changes
6079 in jithost_abi.
6080 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
6081 (struct jithost_abi) <begin, end>: Remove fields.
6082 <object, function_stack_mangle, function_add>: New fields.
6083 * gdb.base/jitreader.c (struct reader_state) <code_begin,
6084 code_end>: Remove fields.
6085 <func_stack_mangle>: New field.
6086 (read_debug_info): Adjust to renaming, create block for "add"
6087 function.
6088 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
6089
6090 2019-12-11 Tom Tromey <tom@tromey.com>
6091
6092 * gdb.tui/resize.exp: Fix regexp.
6093 * gdb.tui/regs.exp: Fix regexps.
6094 * gdb.tui/main.exp: Fix regexp.
6095
6096 2019-12-11 Tom Tromey <tom@tromey.com>
6097
6098 * gdb.tui/resize.exp: Update.
6099 * gdb.tui/empty.exp (layouts): Update.
6100
6101 2019-12-11 Tom Tromey <tom@tromey.com>
6102
6103 * gdb.tui/regs.exp: Update.
6104 * gdb.tui/empty.exp (layouts): Update.
6105 * gdb.tui/basic.exp: Update.
6106 * lib/tuiterm.exp (_check_box): Don't check bottom border.
6107
6108 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6109
6110 * gdb.base/options.exp: Add -raw-values in the print completion list.
6111 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
6112
6113 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6114
6115 * gdb.threads/omp-par-scope.c: New file.
6116 * gdb/threads/omp-par-scope.exp: New file.
6117
6118 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6119
6120 * lib/gdb.exp (support_nested_function_tests): New proc.
6121
6122 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6123
6124 * lib/gdb.exp (gdb_compile_openmp): New proc.
6125 (build_executable_from_specs): Add an "openmp" option.
6126 (gdb_compile_pthreads): Add non-executable case.
6127
6128 2019-12-10 Tom Tromey <tromey@adacore.com>
6129
6130 * gdb.ada/unchecked_union.exp: New file.
6131 * gdb.ada/unchecked_union/pck.adb: New file.
6132 * gdb.ada/unchecked_union/pck.ads: New file.
6133 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
6134 * gdb-utils.exp (string_to_regexp): Also quote "?".
6135
6136 2019-12-10 George Barrett <bob@bob131.so>
6137
6138 Test scripted probe breakpoints.
6139 * gdb.guile/scm-breakpoint.c (main): Add probe point.
6140 * gdb.python/py-breakpoint.c (main): Likewise.
6141 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
6142 specifier test.
6143 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
6144
6145 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6146
6147 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
6148 an rvalue parameter.
6149 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
6150 parameter.
6151
6152 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6153
6154 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
6155 modules.
6156
6157 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6158
6159 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
6160 broken version of GCC.
6161
6162 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6163
6164 * gdb.fortran/info-modules.exp: Rewrite to make use of new
6165 sym-info-cmds library.
6166 * gdb.fortran/info-types.exp: Likewise.
6167 * lib/sym-info-cmds.exp: New file.
6168
6169 2019-12-08 Tom de Vries <tdevries@suse.de>
6170
6171 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
6172
6173 2019-12-07 Keith Seitz <keiths@redhat.com>
6174
6175 * gdb.base/corefile-buildid-shlib-shr.c: New file.
6176 * gdb.base/corefile-buildid-shlib.c: New file.
6177 * gdb.base/corefile-buildid.c: New file.
6178 * gdb.base/corefile-buildid.exp: New file.
6179
6180 2019-12-06 Tom de Vries <tdevries@suse.de>
6181
6182 * gdb.dwarf2/varval.exp: Add decl before def test.
6183
6184 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6185
6186 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
6187
6188 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6189
6190 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
6191 CV and reference conversion for overload resolution.
6192 * gdb.cp/rvalue-ref-overload.exp: Test it.
6193
6194 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6195
6196 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
6197 * gdb.base/frameapply.exp: Test faas without command.
6198
6199 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6200
6201 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
6202 Fortran tests.
6203 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
6204 order.
6205
6206 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6207
6208 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
6209 casting to type with no kind specified.
6210 (test_basic_parsing_of_type_kinds): Additional tests for types
6211 with no kind specified, and add tests for single/double
6212 precision/complex types.
6213
6214 2019-12-04 Tom Tromey <tromey@adacore.com>
6215
6216 * gdb.base/endianity.c (struct other) <x>: New field.
6217 (main): Initialize it.
6218 * gdb.base/endianity.exp: Update.
6219
6220 2019-12-04 Tom Tromey <tromey@adacore.com>
6221
6222 * gdb.ada/scalar_storage/storage.adb: New file.
6223 * gdb.ada/scalar_storage/pck.adb: New file.
6224 * gdb.ada/scalar_storage/pck.ads: New file.
6225 * gdb.ada/scalar_storage.exp: New file.
6226
6227 2019-12-04 Tom Tromey <tromey@adacore.com>
6228
6229 * gdb.base/endianity.c (struct otherendian) <f>: New field.
6230 (main): Initialize it.
6231 * gdb.base/endianity.exp: Update.
6232
6233 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6234
6235 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
6236
6237 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6238
6239 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
6240 -symbol-info-module-functions and -symbol-info-module-variables.
6241
6242 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
6243
6244 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
6245
6246 2019-12-01 Richard Bunt <richard.bunt@arm.com>
6247 Andrew Burgess <andrew.burgess@embecosm.com>
6248
6249 * gdb.fortran/derived-type-striding.exp: New file.
6250 * gdb.fortran/derived-type-striding.f90: New file.
6251 * gdb.fortran/array-slices.exp: New file.
6252 * gdb.fortran/array-slices.f90: New file.
6253
6254 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6255
6256 * gdb.base/define.exp: Test . in command names.
6257 * gdb.base/setshow.exp: Update test, as . is now part of
6258 command name.
6259
6260 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6261
6262 * gdb.base/define-prefix.exp: New file.
6263
6264 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
6265
6266 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
6267 compile.
6268 (skip_btrace_pt_tests): Likewise.
6269
6270 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
6271
6272 * gdb.fortran/info-modules.exp: Compile source files in correct
6273 order.
6274
6275 2019-11-27 Kevin Buettner <kevinb@redhat.com>
6276
6277 * gdb.dwarf2/imported-unit.exp: New file.
6278 * gdb.dwarf2/imported-unit.c: New file.
6279
6280 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
6281
6282 * gdb.mi/mi-fortran-modules-2.f90: New file.
6283 * gdb.mi/mi-fortran-modules.exp: New file.
6284 * gdb.mi/mi-fortran-modules.f90: New file.
6285
6286 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
6287
6288 * gdb.mi/mi-sym-info-1.c: New file.
6289 * gdb.mi/mi-sym-info-2.c: New file.
6290 * gdb.mi/mi-sym-info.exp: New file.
6291
6292 2019-11-22 Tom Tromey <tromey@adacore.com>
6293
6294 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
6295 * gdb.ada/tasks/foo.adb: Add another stopping location.
6296
6297 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
6298
6299 * gdb.base/endianity.c: New test.
6300 * gdb.base/endianity.exp: New file.
6301
6302 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
6303
6304 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
6305
6306 2019-11-21 Tom de Vries <tdevries@suse.de>
6307
6308 PR gdb/24956
6309 * gdb.base/ui-redirect.exp: Test output of user-defined command.
6310
6311 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
6312
6313 * gdb.python/py-progspace.exp: Add missing parentheses on some
6314 'print' commands.
6315
6316 2019-11-19 Tom Tromey <tom@tromey.com>
6317
6318 * gdb.tui/winheight.exp: New file.
6319
6320 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
6321
6322 * gdb.base/ctf-whatis.c: Delete.
6323 * gdb.base/ctf-whatis.exp: Delete.
6324 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
6325
6326 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
6327
6328 * gdb.base/ctf-cvexpr.exp: Delete.
6329 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
6330
6331 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
6332
6333 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
6334 the compiler. Clean up header comment a little.
6335 * gdb.base/ctf-ptype.exp: Likewise.
6336 * gdb.base/ctf-whatis.exp: Likewise.
6337 * lib/gdb.exp (skip_ctf_tests): New proc.
6338
6339 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
6340
6341 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
6342 * gdb.tui/corefile-run.exp: New file.
6343
6344 2019-11-14 Tom Tromey <tromey@adacore.com>
6345
6346 * gdb.base/gdbvars.exp (test_convenience_variables): Add
6347 regression tests.
6348
6349 2019-11-12 Tom Tromey <tom@tromey.com>
6350
6351 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
6352 after any command. Expect prompt after WAIT_FOR is seen.
6353 (enter_tui): Enable resize messages.
6354 (command): Expect command in output.
6355 (get_line): Avoid error when cursor appears to be off-screen.
6356 (dump_screen): Include screen size in title.
6357 (_do_resize): New proc, from "resize".
6358 (resize): Rewrite. Do resize in two steps.
6359 * gdb.tui/empty.exp (layouts): Fix entries.
6360 (check_boxes): Remove xfail.
6361 (check_text): Dump screen on failure.
6362
6363 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
6364
6365 * gdb.python/py-symbol.exp: Add test for
6366 gdb.lookup_static_symbols.
6367
6368 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
6369
6370 * gdb.python/py-symbol.c: Declare and call function from new
6371 py-symbol-2.c file.
6372 * gdb.python/py-symbol.exp: Compile both source files, and add new
6373 tests for gdb.lookup_static_symbol.
6374 * gdb.python/py-symbol-2.c: New file.
6375
6376 2019-11-02 Tom de Vries <tdevries@suse.de>
6377
6378 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
6379 * gdb.base/anon.exp: Same.
6380 * gdb.base/auto-connect-native-target.exp: Same.
6381 * gdb.base/call-ar-st.exp: Same.
6382 * gdb.base/catch-syscall.exp: Same.
6383 * gdb.base/commands.exp: Same.
6384 * gdb.base/default.exp: Same.
6385 * gdb.base/display.exp: Same.
6386 * gdb.base/float.exp: Same.
6387 * gdb.base/foll-fork.exp: Same.
6388 * gdb.base/help.exp: Same.
6389 * gdb.base/info-macros.exp: Same.
6390 * gdb.base/info-proc.exp: Same.
6391 * gdb.base/info-target.exp: Same.
6392 * gdb.base/long_long.exp: Same.
6393 * gdb.base/macscp.exp: Same.
6394 * gdb.base/memattr.exp: Same.
6395 * gdb.base/nofield.exp: Same.
6396 * gdb.base/pointers.exp: Same.
6397 * gdb.base/printcmds.exp: Same.
6398 * gdb.base/ptype.exp: Same.
6399 * gdb.base/restore.exp: Same.
6400 * gdb.base/return.exp: Same.
6401 * gdb.base/scope.exp: Same.
6402 * gdb.base/set-noassign.exp: Same.
6403 * gdb.base/setshow.exp: Same.
6404 * gdb.base/shlib-call.exp: Same.
6405 * gdb.base/signals.exp: Same.
6406 * gdb.base/sigstep.exp: Same.
6407 * gdb.base/skip.exp: Same.
6408 * gdb.base/solib-symbol.exp: Same.
6409 * gdb.base/stap-probe.exp: Same.
6410 * gdb.base/step-line.exp: Same.
6411 * gdb.base/step-test.exp: Same.
6412 * gdb.base/style.exp: Same.
6413 * gdb.base/varargs.exp: Same.
6414 * gdb.base/vla-datatypes.exp: Same.
6415 * gdb.base/vla-ptr.exp: Same.
6416 * gdb.base/vla-sideeffect.exp: Same.
6417 * gdb.base/volatile.exp: Same.
6418 * gdb.base/watch-cond-infcall.exp: Same.
6419 * gdb.base/watchpoint.exp: Same.
6420
6421 2019-11-02 Tom de Vries <tdevries@suse.de>
6422
6423 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
6424 * gdb.cp/cpexprs.exp: Same.
6425 * gdb.cp/except-multi-location.exp: Same.
6426 * gdb.cp/exceptprint.exp: Same.
6427 * gdb.cp/gdb2384.exp: Same.
6428 * gdb.cp/inherit.exp: Same.
6429 * gdb.cp/m-static.exp: Same.
6430 * gdb.cp/meth-typedefs.exp: Same.
6431 * gdb.cp/misc.exp: Same.
6432 * gdb.cp/namespace.exp: Same.
6433 * gdb.cp/non-trivial-retval.exp: Same.
6434 * gdb.cp/overload.exp: Same.
6435 * gdb.cp/pr17132.exp: Same.
6436 * gdb.cp/re-set-overloaded.exp: Same.
6437 * gdb.cp/rvalue-ref-types.exp: Same.
6438 * gdb.cp/templates.exp: Same.
6439
6440 2019-11-01 Luis Machado <luis.machado@linaro.org>
6441
6442 PR gdb/25124
6443
6444 * gdb.arch/pr25124.S: New file.
6445 * gdb.arch/pr25124.exp: New file.
6446
6447 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6448
6449 * gdb.fortran/info-modules.exp: Update expected results, and add
6450 additional tests for 'info module functinos', and 'info module
6451 variables'.
6452 * gdb.fortran/info-types.exp: Update expected results.
6453 * gdb.fortran/info-types.f90: Extend testcase with additional
6454 module variables and functions.
6455
6456 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6457
6458 * gdb.fortran/info-modules.exp: New file.
6459 * gdb.fortran/info-types.exp: Build with new file.
6460 * gdb.fortran/info-types.f90: Include and use new module.
6461 * gdb.fortran/info-types-2.f90: New file.
6462
6463 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6464
6465 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
6466 * gdb.base/settings.exp: Test all settings types using
6467 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
6468 that now verifies that the value of "maint show" is the same as
6469 returned by the settings functions. Test the type of the
6470 maintenance settings.
6471 * gdb.base/default.exp: Update show_conv_list.
6472
6473 2019-10-31 Tom de Vries <tdevries@suse.de>
6474
6475 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
6476 gdb_test.
6477 * gdb.arch/amd64-disp-step.exp: Same.
6478 * gdb.asm/asm-source.exp: Same.
6479 * gdb.btrace/buffer-size.exp: Same.
6480 * gdb.btrace/cpu.exp: Same.
6481 * gdb.btrace/enable.exp: Same.
6482 * gdb.dwarf2/count.exp: Same.
6483 * gdb.dwarf2/dw2-ranges-func.exp: Same.
6484 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
6485 * gdb.fortran/vla-datatypes.exp: Same.
6486 * gdb.fortran/vla-history.exp: Same.
6487 * gdb.fortran/vla-ptype.exp: Same.
6488 * gdb.fortran/vla-value.exp: Same.
6489 * gdb.fortran/whatis_type.exp: Same.
6490 * gdb.guile/guile.exp: Same.
6491 * gdb.multi/tids.exp: Same.
6492 * gdb.python/py-finish-breakpoint.exp: Same.
6493 * gdb.python/py-framefilter.exp: Same.
6494 * gdb.python/py-pp-registration.exp: Same.
6495 * gdb.python/py-xmethods.exp: Same.
6496 * gdb.python/python.exp: Same.
6497 * gdb.server/connect-with-no-symbol-file.exp: Same.
6498 * gdb.server/no-thread-db.exp: Same.
6499 * gdb.server/run-without-local-binary.exp: Same.
6500 * gdb.stabs/weird.exp: Same.
6501 * gdb.threads/attach-many-short-lived-threads.exp: Same.
6502 * gdb.threads/thread-find.exp: Same.
6503 * gdb.threads/tls-shared.exp: Same.
6504 * gdb.threads/tls.exp: Same.
6505 * gdb.threads/wp-replication.exp: Same.
6506 * gdb.trace/ax.exp: Same.
6507 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
6508
6509 2019-10-31 Tom de Vries <tdevries@suse.de>
6510
6511 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
6512 * gdb.ada/array_subscript_addr.exp: Same.
6513 * gdb.ada/arrayidx.exp: Same.
6514 * gdb.ada/arrayparam.exp: Same.
6515 * gdb.ada/arrayptr.exp: Same.
6516 * gdb.ada/boolean_expr.exp: Same.
6517 * gdb.ada/call_pn.exp: Same.
6518 * gdb.ada/complete.exp: Same.
6519 * gdb.ada/fixed_cmp.exp: Same.
6520 * gdb.ada/fun_addr.exp: Same.
6521 * gdb.ada/funcall_param.exp: Same.
6522 * gdb.ada/interface.exp: Same.
6523 * gdb.ada/mod_from_name.exp: Same.
6524 * gdb.ada/null_array.exp: Same.
6525 * gdb.ada/packed_array.exp: Same.
6526 * gdb.ada/packed_tagged.exp: Same.
6527 * gdb.ada/print_chars.exp: Same.
6528 * gdb.ada/print_pc.exp: Same.
6529 * gdb.ada/ptype_arith_binop.exp: Same.
6530 * gdb.ada/ptype_field.exp: Same.
6531 * gdb.ada/ptype_tagged_param.exp: Same.
6532 * gdb.ada/rec_return.exp: Same.
6533 * gdb.ada/ref_tick_size.exp: Same.
6534 * gdb.ada/str_ref_cmp.exp: Same.
6535 * gdb.ada/taft_type.exp: Same.
6536 * gdb.ada/tagged.exp: Same.
6537 * gdb.ada/type_coercion.exp: Same.
6538 * gdb.ada/uninitialized_vars.exp: Same.
6539
6540 2019-10-30 Tom de Vries <tdevries@suse.de>
6541
6542 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
6543
6544 2019-10-26 Tom de Vries <tdevries@suse.de>
6545
6546 * gdb.base/bigcore.c: Fix typos in comments.
6547 * gdb.base/ctf-ptype.c: Same.
6548 * gdb.base/long_long.c: Same.
6549 * gdb.dwarf2/dw2-op-out-param.S: Same.
6550 * gdb.python/py-evthreads.c: Same.
6551 * gdb.reverse/i387-stack-reverse.c: Same.
6552 * gdb.trace/tfile.c: Same.
6553 * lib/compiler.c: Same.
6554 * lib/compiler.cc: Same.
6555
6556 2019-10-25 Tom de Vries <tdevries@suse.de>
6557
6558 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
6559 gdb_test_multiple calls.
6560 * gdb.reverse/sigall-reverse.exp: Same.
6561 * gdb.reverse/solib-precsave.exp: Same.
6562 * gdb.reverse/solib-reverse.exp: Same.
6563 * gdb.reverse/until-precsave.exp: Same.
6564 * gdb.reverse/until-reverse.exp: Same.
6565
6566 2019-10-24 Tom de Vries <tdevries@suse.de>
6567
6568 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
6569 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
6570 kfail using -wrap pattern flag and convenience variable
6571 gdb_test_name.
6572
6573 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
6574
6575 * gdb.python/py-progspace.exp: Add tests for the
6576 Progspace.block_for_pc method.
6577
6578 2019-10-23 Tom Tromey <tom@tromey.com>
6579
6580 * configure: Rebuild.
6581 * aclocal.m4: Use m4_include, not sinclude.
6582
6583 2019-10-21 Tom de Vries <tdevries@suse.de>
6584
6585 * gdb.base/infcall-nested-structs.c: Add
6586 __attribute__((noinline,noclone)) to all functions.
6587 (call_all): Add missing variable initialization. Simplify return value.
6588 (breakpt): Increment volatile variable, to prevent call from being
6589 optimized out.
6590 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
6591
6592 2019-10-17 Tom de Vries <tdevries@suse.de>
6593
6594 * gdb.fortran/module.exp: Allow info variables to print info for files
6595 other than module.f90.
6596
6597 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
6598
6599 * gdb.fortran/module.exp: Extend with 'info variables' test.
6600
6601 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
6602
6603 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
6604 F77_FOR_TARGET.
6605
6606 2019-10-16 Tom de Vries <tdevries@suse.de>
6607
6608 PR tdep/25096
6609 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
6610
6611 2019-10-16 Tom de Vries <tdevries@suse.de>
6612
6613 PR tdep/24104
6614 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
6615 Add KFAIL for PR tdep/25096.
6616
6617 2019-10-16 Tom de Vries <tdevries@suse.de>
6618
6619 PR testsuite/25059
6620 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
6621
6622 2019-10-16 Tom de Vries <tdevries@suse.de>
6623
6624 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
6625 as signed.
6626
6627 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
6628
6629 * gdb.mi/list-thread-groups-available.exp: Read entries one by
6630 one instead of increasing timeout.
6631
6632 2019-10-13 Tom de Vries <tdevries@suse.de>
6633
6634 PR record/25038
6635 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
6636 * gdb.reverse/sigall-reverse.exp: Same.
6637 * gdb.reverse/solib-precsave.exp: Same.
6638 * gdb.reverse/solib-reverse.exp: Same.
6639 * gdb.reverse/step-precsave.exp: Same.
6640 * gdb.reverse/until-precsave.exp: Same.
6641 * gdb.reverse/until-reverse.exp: Same.
6642 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
6643
6644 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
6645
6646 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
6647 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
6648 (cmp_struct_05_01, cmp_struct_static_02_01)
6649 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
6650 comparisons.
6651
6652 2019-10-10 Tom de Vries <tdevries@suse.de>
6653
6654 PR testsuite/24888
6655 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
6656 gnatlink.
6657
6658 2019-10-09 Tom de Vries <tdevries@suse.de>
6659
6660 PR testsuite/25048
6661 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
6662
6663 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
6664
6665 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
6666 exceptions due to missing debug information.
6667
6668 2019-10-07 Tom de Vries <tdevries@suse.de>
6669
6670 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
6671
6672 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
6673
6674 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
6675 * gdb.base/annota1.exp: Update to use gdb_test_name.
6676
6677 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
6678
6679 * gdb.base/ctf-whatis.exp: New file.
6680 * gdb.base/ctf-whatis.c: New file.
6681 * gdb.base/ctf-ptype.exp: New file.
6682 * gdb.base/ctf-ptype.c: New file.
6683 * gdb.base/ctf-constvars.exp: New file.
6684 * gdb.base/ctf-constvars.c: New file.
6685 * gdb.base/ctf-cvexpr.exp: New file.
6686
6687 2019-10-04 Tom de Vries <tdevries@suse.de>
6688
6689 * gdb.cp/local-static.c (main): Move declaration of int i out of the
6690 for loop.
6691
6692 2019-10-03 Tom Tromey <tom@tromey.com>
6693
6694 PR rust/24976:
6695 * gdb.rust/simple.rs (Union2): New type.
6696 (main): Use Union2.
6697 * gdb.rust/simple.exp: Add test.
6698
6699 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6700
6701 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
6702 nested function prefix.
6703
6704 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
6705 Richard Bunt <richard.bunt@arm.com>
6706 Andrew Burgess <andrew.burgess@embecosm.com>
6707
6708 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
6709 nested functions.
6710 * gdb.fortran/nested-funcs.f90: Update expected results.
6711 * gdb.fortran/nested-funcs-2.exp: New file.
6712 * gdb.fortran/nested-funcs-2.f90: New file.
6713
6714 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6715
6716 * gdb.python/py-parameter.exp: Make test names unique.
6717 * gdb.python/py-template.exp: Likewise.
6718 * gdb.python/py-value.exp: Likewise.
6719
6720 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6721
6722 * gdb.base/break-interp.exp: Reduce test name duplication.
6723 * gdb.base/call-sc.exp: Likewise.
6724 * gdb.base/callfuncs.exp: Likewise.
6725 * gdb.base/charset.exp: Likewise.
6726 * gdb.base/dump.exp: Likewise.
6727 * gdb.base/ena-dis-br.exp: Likewise.
6728 * gdb.base/relational.exp: Likewise.
6729 * gdb.base/step-over-syscall.exp: Likewise.
6730 * gdb.base/structs.exp: Likewise.
6731
6732 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6733
6734 * gdb.linespec/explicit.exp: Make test names unique.
6735 * gdb.linespec/ls-errs.exp: Likewise.
6736
6737 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6738
6739 * gdb.reverse/break-precsave.exp: Make test names unique.
6740 * gdb.reverse/break-reverse.exp: Likewise.
6741 * gdb.reverse/finish-precsave.exp: Likewise.
6742 * gdb.reverse/finish-reverse.exp: Likewise.
6743 * gdb.reverse/machinestate-precsave.exp: Likewise.
6744 * gdb.reverse/machinestate.exp: Likewise.
6745 * gdb.reverse/readv-reverse.exp: Likewise.
6746 * gdb.reverse/recvmsg-reverse.exp: Likewise.
6747 * gdb.reverse/sigall-precsave.exp: Likewise.
6748 * gdb.reverse/sigall-reverse.exp: Likewise.
6749 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
6750 * gdb.reverse/watch-precsave.exp: Likewise.
6751 * gdb.reverse/watch-reverse.exp: Likewise.
6752
6753 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6754
6755 * gdb.threads/stop-with-handle.c: New file.
6756 * gdb.threads/stop-with-handle.exp: New file.
6757
6758 2019-10-03 Tom de Vries <tdevries@suse.de>
6759
6760 PR testsuite/25059
6761 * gdb.base/list-missing-source.exp: Allowing the "Compilation
6762 directory" line to be missing.
6763
6764 2019-10-03 Tom de Vries <tdevries@suse.de>
6765
6766 PR testsuite/25059
6767 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
6768 type optional.
6769
6770 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
6771
6772 * gdb.python/py-format-string.c (string.h): New include.
6773 (main): Fill a_struct_with_union.the_union.an_int with bytes of
6774 the same value, for endianness-independence.
6775 * gdb.python/py-format-string.exp (default_regexp_dict)
6776 (test_pretty_structs, test_format): Adjust expected output to the
6777 changed initialization.
6778
6779 2019-10-02 Tom Tromey <tromey@adacore.com>
6780
6781 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
6782
6783 2019-10-02 Pedro Alves <palves@redhat.com>
6784 Andrew Burgess <andrew.burgess@embecosm.com>
6785
6786 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
6787 "print-file-var.h".
6788 (this_version_id) Use ATTRIBUTE_VISIBILITY.
6789 (get_version_1): Print this_version_id and its address.
6790 Add extern "C" wrappers around interface functions.
6791 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
6792 "print-file-var.h".
6793 (this_version_id) Use ATTRIBUTE_VISIBILITY.
6794 (get_version_2): Print this_version_id and its address.
6795 Add extern "C" wrappers around interface functions.
6796 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
6797 <stddef.h> and "print-file-var.h".
6798 Add extern "C" wrappers around interface functions.
6799 [VERSION_ID_MAIN] (this_version_id): Define.
6800 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
6801 * gdb.base/print-file-var.h: Add some #defines to simplify setting
6802 up extern "C" blocks.
6803 * gdb.base/print-file-var.exp (test): New, factored out from top
6804 level.
6805 (top level): Test all combinations of attribute hidden or not,
6806 dlopen or not, and this_version_id symbol in main file or not.
6807 Compile tests as both C++ and C, make test names unique.
6808
6809 2019-10-01 Tom Tromey <tom@tromey.com>
6810
6811 * gdb.base/style.exp: Test "show logging filename".
6812
6813 2019-10-01 Tom Tromey <tom@tromey.com>
6814
6815 * lib/gdb-utils.exp (style): Handle "metadata" argument.
6816 * gdb.base/style.exp: Add metadata style test.
6817
6818 2019-10-01 Tom Tromey <tom@tromey.com>
6819
6820 * gdb.base/style.exp: Test "pwd".
6821
6822 2019-10-01 Tom Tromey <tom@tromey.com>
6823
6824 * gdb.base/style.exp: Update tests.
6825
6826 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
6827
6828 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
6829 'six' to unsigned.
6830 (s1): Initialize fields 'four' and 'six' instead of 'three' and
6831 'five'. Use an all-ones bit pattern for each.
6832 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
6833 to its changed values.
6834
6835 2019-09-30 Tom Tromey <tromey@adacore.com>
6836
6837 * gdb.rust/traits.rs: Disable all warnings.
6838
6839 2019-09-29 Tom de Vries <tdevries@suse.de>
6840
6841 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
6842
6843 2019-09-29 Tom de Vries <tdevries@suse.de>
6844
6845 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
6846
6847 2019-09-27 Tom de Vries <tdevries@suse.de>
6848
6849 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
6850
6851 2019-09-27 Tom de Vries <tdevries@suse.de>
6852
6853 PR record/23188
6854 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
6855
6856 2019-09-26 Tom Tromey <tromey@adacore.com>
6857
6858 * gdb.ada/py_taft.exp: New file.
6859 * gdb.ada/py_taft/main.adb: New file.
6860 * gdb.ada/py_taft/pkg.adb: New file.
6861 * gdb.ada/py_taft/pkg.ads: New file.
6862
6863 2019-09-24 Tom de Vries <tdevries@suse.de>
6864
6865 PR gdb/24598
6866 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
6867
6868 2019-09-22 Tom de Vries <tdevries@suse.de>
6869
6870 * gdb.base/restore.exp: Allow register variables to be optimized out at
6871 -O0.
6872
6873 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
6874
6875 * gdb.arch/spu-info.exp: Remove file.
6876 * gdb.arch/spu-info.c: Remove file.
6877 * gdb.arch/spu-ls.exp: Remove file.
6878 * gdb.arch/spu-ls.c: Remove file.
6879
6880 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
6881 * gdb.asm/spu.inc: Remove file.
6882
6883 * gdb.base/dump.exp: Remove support for spu*-*-*.
6884 * gdb.base/stack-checking.exp: Likewise.
6885 * gdb.base/overlays.exp: Likewise.
6886 * gdb.base/ovlymgr.c: Likewise.
6887 * gdb.base/spu.ld: Remove file.
6888
6889 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
6890 * gdb.cp/cpexprs.exp: Likewise.
6891 * gdb.cp/exception.exp: Likewise.
6892 * gdb.cp/gdb2495.exp: Likewise.
6893 * gdb.cp/mb-templates.exp: Likewise.
6894 * gdb.cp/pr9167.exp: Likewise.
6895 * gdb.cp/userdef.exp: Likewise.
6896
6897 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
6898
6899 * gdb.cell: Remove directory.
6900 * lib/cell.exp: Remove file.
6901
6902 2019-09-19 Tom de Vries <tdevries@suse.de>
6903
6904 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
6905
6906 2019-09-19 Tom de Vries <tdevries@suse.de>
6907
6908 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
6909
6910 2019-09-19 Tom de Vries <tdevries@suse.de>
6911
6912 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
6913 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
6914 (gdb_target_cmd): ... here.
6915 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
6916 value 2.
6917
6918 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
6919
6920 * gdb.base/source-dir.exp: Avoid having directory names in test
6921 names.
6922
6923 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6924
6925 * gdb.base/source-dir.exp: Add extra test for mapped compilation
6926 directory.
6927
6928 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6929
6930 * gdb.base/list-missing-source.exp: New file.
6931
6932 2019-09-14 Tom de Vries <tdevries@suse.de>
6933
6934 PR teststuite/24599
6935 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
6936 * lib/ada.exp (gnatmake_version_at_least): New proc.
6937
6938 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6939
6940 * gdb.base/maint.exp: Use exec_has_index_section.
6941
6942 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6943
6944 * gdb.base/maint.exp: Add test for 'maint info sections'.
6945
6946 2019-09-12 Tom de Vries <tdevries@suse.de>
6947
6948 * gdb.base/store.exp: Allow register variables to be optimized out at
6949 -O0.
6950
6951 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6952
6953 * gdb.ada/rdv_wait.exp: Update to new task names.
6954 * gdb.base/task_switch_in_core.exp: Likewise.
6955 * gdb.base/info_sources_base.c: Likewise.
6956
6957 2019-09-10 Tom Tromey <tromey@adacore.com>
6958
6959 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
6960
6961 2019-09-10 Tom Tromey <tromey@adacore.com>
6962
6963 * gdb.ada/dgopt.exp: New file.
6964 * gdb.ada/dgopt/x.adb: New file.
6965
6966 2019-09-08 Tom Tromey <tom@tromey.com>
6967
6968 * gdb.tui/resize.exp: Remove setup_xfail.
6969 * gdb.tui/regs.exp: Remove setup_xfail.
6970 * gdb.tui/basic.exp: Remove setup_xfail.
6971
6972 2019-09-06 David Blaikie <dblaikie@gmail.com>
6973
6974 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
6975 * gdb.cp/cplabel.exp: Ditto.
6976 * gdb.linespec/ls-errs.exp: Ditto.
6977
6978 2019-09-05 Tom de Vries <tdevries@suse.de>
6979
6980 * lib/gdb.exp (cmp_file_string): New proc.
6981 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
6982 runto_main. Verify save breakpoints output.
6983
6984 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6985
6986 * gdb.base/info-var.exp: Test info variables without running
6987 to main, to avoid expect's buffer overflow.
6988
6989 2019-09-03 Tom Tromey <tromey@adacore.com>
6990
6991 * gdb.ada/bias.exp: New file.
6992 * gdb.ada/bias/bias.adb: New file.
6993 * gdb.ada/print_chars.exp: Add regression test.
6994 * gdb.ada/print_chars/foo.adb (My_Character): New type.
6995 (MC): New variable.
6996
6997 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
6998
6999 * gdb.base/argv0-symlink.exp: Run only on native target
7000 and local host.
7001
7002 2019-08-29 Tom de Vries <tdevries@suse.de>
7003
7004 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
7005 diverse debug info.
7006 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
7007
7008 2019-08-28 Tom de Vries <tdevries@suse.de>
7009
7010 * gdb.base/info-var.exp: Allow info variables to print info for files
7011 other than info-var-f1.c and info-var-f2.c.
7012
7013 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
7014
7015 * gdb.fortran/info-types.exp: Add module.
7016 * gdb.fortran/info-types.f90: Update expected results.
7017
7018 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
7019
7020 * gdb.fortran/info-types.exp: New file.
7021 * gdb.fortran/info-types.f90: New file.
7022 * lib/fortran.exp (fortran_character1): New proc.
7023
7024 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
7025
7026 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
7027 functions'. Reindent as needed.
7028 * gdb.base/info-var-f1.c: New file.
7029 * gdb.base/info-var-f2.c: New file.
7030 * gdb.base/info-var.exp: New file.
7031 * gdb.base/info-var.h: New file.
7032
7033 2019-08-26 Tom de Vries <tdevries@suse.de>
7034
7035 PR c++/24852
7036 * gdb.cp/no-libstdcxx-probe.exp: New test.
7037
7038 2019-08-26 Tom de Vries <tdevries@suse.de>
7039
7040 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
7041 * tests need to be skipped.
7042 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
7043 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
7044 mi_skip_libstdcxx_probe_tests.
7045
7046 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
7047
7048 * gdb.python/py-xmethods.exp: Use raw strings when passing
7049 arguments to SimpleXMethodMatcher.
7050
7051 2019-08-22 Tom de Vries <tdevries@suse.de>
7052
7053 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
7054 more informative.
7055
7056 2019-08-21 Pedro Alves <palves@redhat.com>
7057
7058 * gdb.base/with.exp: Test "with" with no arguments.
7059
7060 2019-08-21 Tom de Vries <tdevries@suse.de>
7061
7062 * gdb.base/gdb-caching-proc.exp: Sort files.
7063
7064 2019-08-20 Tom de Vries <tdevries@suse.de>
7065
7066 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
7067 compilation.
7068
7069 2019-08-16 Tom de Vries <tdevries@suse.de>
7070
7071 * gdb.base/compare-sections.exp ("after run to main"): Allow
7072 mismatched read-only sections for PIE executables.
7073
7074 2019-08-16 Tom Tromey <tom@tromey.com>
7075
7076 * lib/tuiterm.exp (_csi_Z): New proc.
7077 * gdb.tui/basic.exp: Update window positions.
7078 * gdb.tui/empty.exp: Update window positions.
7079
7080 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7081
7082 * gdb.base/examine-backward.exp: Correct regexp for
7083 "examine 3 bytes backward from ${address_zero}".
7084
7085 2019-08-15 Tom Tromey <tom@tromey.com>
7086
7087 * gdb.tui/empty.exp: Enable resizing tests.
7088
7089 2019-08-15 Tom Tromey <tromey@adacore.com>
7090
7091 * gdb.ada/char_enum.exp: Add regression tests.
7092 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
7093 and '0'.
7094 (Char, Gchar): Update.
7095 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
7096
7097 2019-08-15 Christian Biesinger <cbiesinger@google.com>
7098
7099 * gdb.python/python.exp: Expect a leading underscore on
7100 GdbOutput{,Error}File.
7101
7102 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7103
7104 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
7105 Windows host.
7106
7107 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7108
7109 * gdb.base/batch-preserve-term-settings.exp
7110 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
7111
7112 2019-08-15 Christian Biesinger <cbiesinger@google.com>
7113
7114 * lib/gdb.exp: When running on a mingw target, replace
7115 /x/ with x:/.
7116
7117 2019-08-14 Alan Hayward <alan.hayward@arm.com>
7118
7119 * gdb.arch/aarch64-prologue.c: New test.
7120 * gdb.arch/aarch64-prologue.exp: New file.
7121
7122 2019-08-13 Tom de Vries <tdevries@suse.de>
7123
7124 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
7125 Thread.
7126
7127 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
7128
7129 * gdb.python/py-completion.exp: Download the .py file to the host
7130 and use its host pathname. Conditionalize tests that use
7131 tab completion and manipulate files on the build machine.
7132 * gdb.python/py-events.exp: Download the .py file to the host
7133 and use its host pathname.
7134 * gdb.python/py-evsignal.exp: Likewise.
7135 * gdb.python/py-evthreads.exp: Likewise.
7136 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
7137 pathname syntax.
7138 * gdb.python/py-framefilter.exp: Download the .py file to the right
7139 place on the host. Match Windows pathname syntax.
7140 * gdb.python/py-mi-var-info-path-expression.exp: Download the
7141 .py file to the host and use its host pathname.
7142 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
7143 * gdb.python/py-objfile.exp: Expect a host pathname, not a
7144 build pathname. Skip symlink test on Windows host. Add missing
7145 newline at end of file.
7146 * gdb.python/py-pp-maint.exp: Download the .py file to the host
7147 and use its host pathname.
7148 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
7149 * gdb.python/py-section-script.exp: Use host location of binfile
7150 on safe-path. Use correct path separator on Windows host.
7151 Reorder alternatives in gdb_test_multiple to prevent matching
7152 the wrong alternative on success.
7153 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
7154
7155 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
7156
7157 * gdb.gdb/selftest.exp (test_with_self): Update test to now
7158 expect the GDB inferior to no longer immediately stop after
7159 being resumed with "signal SIGINT".
7160
7161 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
7162
7163 * gdb.linespec/break-ask.exp: Generalize regexps to match
7164 Windows pathnames too.
7165
7166 2019-08-08 Tom de Vries <tdevries@suse.de>
7167
7168 PR testsuite/24862
7169 * lib/tuiterm.exp (_accept): Fix CSI regexp.
7170
7171 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7172
7173 * gdb.base/style.exp: Update tests for help doc new invariants.
7174 * gdb.base/help.exp: Likewise.
7175
7176 2019-08-06 Tom Tromey <tom@tromey.com>
7177
7178 * gdb.base/style.exp: Add disassemble test.
7179 * gdb.base/style.c (some_called_function): New function.
7180 (main): Use it.
7181
7182 2019-08-05 Christian Biesinger <cbiesinger@google.com>
7183
7184 * gdb.python/py-block.exp: Test dictionary access on blocks.
7185
7186 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
7187
7188 PR gdb/24863
7189 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
7190 -list-thread-groups --available test when running under
7191 check-read1.
7192
7193 2019-08-05 Tom de Vries <tdevries@suse.de>
7194
7195 PR testsuite/24863
7196 * lib/gdb.exp (with_read1_timeout_factor): New proc.
7197 * gdb.base/help.exp: Use with_read1_timeout_factor.
7198 * gdb.base/info-macros.exp: Same.
7199 * gdb.cp/nested-types.exp: Same.
7200
7201 2019-08-05 Tom de Vries <tdevries@suse.de>
7202
7203 * lib/gdb.exp (version_at_least): Factor out of ...
7204 (tcl_version_at_least): ... here.
7205 (gdb_compile): Fail if pie results in non-PIE executable.
7206 (readelf_version, readelf_prints_pie): New proc.
7207 (exec_is_pie): Return -1 if unknown.
7208
7209 2019-08-05 Tom de Vries <tdevries@suse.de>
7210
7211 * lib/gdb.exp (tcl_version_at_least): Fix typo.
7212
7213 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
7214
7215 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
7216
7217 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
7218
7219 * lib/completion-support.exp (test_gdb_complete_none): Skip
7220 tab completion tests if no readline support.
7221 (test_gdb_complete_unique_re): Likewise.
7222 (test_gdb_complete_multiple): Likewise.
7223
7224 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7225
7226 * gdb.base/info_sources.exp: New file.
7227 * gdb.base/info_sources.c: New file.
7228 * gdb.base/info_sources_base.c: New file.
7229
7230 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
7231
7232 * gdb.base/batch-exit-status.exp: Call test_exit_status with
7233 prefix argument.
7234 (test_exit_status): Add prefix argument.
7235
7236 2019-08-01 Tom de Vries <tdevries@suse.de>
7237
7238 PR testsuite/24863
7239 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
7240 calling exp_continue for new thread and thread exited messages.
7241
7242 2019-08-01 Tom de Vries <tdevries@suse.de>
7243
7244 PR testsuite/24863
7245 * gdb.base/structs.exp: Fix check-read1 timeout using
7246 gdb_test_sequence.
7247 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
7248
7249 2019-08-01 Tom de Vries <tdevries@suse.de>
7250
7251 PR testsuite/24863
7252 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
7253 line.
7254
7255 2019-08-01 Tom de Vries <tdevries@suse.de>
7256
7257 PR testsuite/24863
7258 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
7259
7260 2019-07-30 Tom Tromey <tromey@adacore.com>
7261
7262 * gdb.ada/display_nested.exp: New file.
7263 * gdb.ada/display_nested/foo.adb: New file.
7264 * gdb.ada/display_nested/pack.adb: New file.
7265 * gdb.ada/display_nested/pack.ads: New file.
7266
7267 2019-07-30 Christian Biesinger <cbiesinger@google.com>
7268
7269 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
7270 namespace.
7271 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
7272
7273 2019-07-30 Tom de Vries <tdevries@suse.de>
7274
7275 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
7276 instead.
7277
7278 2019-07-30 Tom de Vries <tdevries@suse.de>
7279
7280 PR testsuite/24834
7281 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
7282 (exec_is_pie): New proc.
7283
7284 2019-07-29 Christian Biesinger <cbiesinger@google.com>
7285
7286 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
7287
7288 2019-07-29 Christian Biesinger <cbiesinger@google.com>
7289
7290 * gdb.python/py-objfile.c: Add global and static vars.
7291 * gdb.python/py-objfile.exp: Test new functions Objfile.
7292 lookup_global_symbol and lookup_static_symbol.
7293
7294 2019-07-29 Tom Tromey <tom@tromey.com>
7295
7296 * lib/tuiterm.exp (Term::_csi_@): New proc.
7297 (Term::_csi_X): Don't move cursor.
7298
7299 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7300
7301 * gdb.base/options.exp: Update backtrace - completion to
7302 new option -frame-info.
7303 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
7304 Test new 'set print frame-info'. Test backtrace -frame-info
7305 overriding 'set print frame-info'.
7306 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
7307 Test new 'set print frame-info'.
7308 Verify consistency of backtrace with and without filters, with and
7309 without -no-filters.
7310 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
7311 default.
7312
7313 2019-07-29 Tom de Vries <tdevries@suse.de>
7314
7315 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
7316 no arguments".
7317
7318 2019-07-29 Tom de Vries <tdevries@suse.de>
7319
7320 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
7321 is a substring of the first for "complete non-unique file name".
7322
7323 2019-07-29 Tom de Vries <tdevries@suse.de>
7324
7325 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
7326 with ".*".
7327
7328 2019-07-29 Tom de Vries <tdevries@suse.de>
7329
7330 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
7331 Pass prompt_regexp parameter to gdb_test_multiple calls.
7332
7333 2019-07-29 Tom de Vries <tdevries@suse.de>
7334
7335 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
7336 print registers" regexps.
7337
7338 2019-07-29 Tom de Vries <tdevries@suse.de>
7339
7340 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
7341
7342 2019-07-29 Tom de Vries <tdevries@suse.de>
7343
7344 PR gdb/24855
7345 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
7346 (skip_python_tests_prompt): Add prompt_regexp argument to
7347 gdb_test_multiple calls.
7348
7349 2019-07-27 Tom Tromey <tom@tromey.com>
7350
7351 * gdb.tui/main.exp: New file.
7352
7353 2019-07-27 Tom Tromey <tom@tromey.com>
7354
7355 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
7356 optional.
7357 * gdb.tui/empty.exp: New file.
7358
7359 2019-07-27 Tom Tromey <tom@tromey.com>
7360
7361 * lib/tuiterm.exp (spawn): New proc.
7362 (Term::resize): New proc.
7363 * gdb.tui/resize.exp: New file.
7364
7365 2019-07-27 Tom Tromey <tom@tromey.com>
7366
7367 * gdb.tui/list.exp: New file.
7368
7369 2019-07-27 Tom Tromey <tom@tromey.com>
7370
7371 * gdb.tui/regs.exp: New file.
7372
7373 2019-07-27 Tom Tromey <tom@tromey.com>
7374
7375 * gdb.tui/basic.exp: Add "layout split" test.
7376
7377 2019-07-27 Tom Tromey <tom@tromey.com>
7378
7379 * gdb.tui/basic.exp: Add "layout asm" test.
7380
7381 2019-07-27 Tom Tromey <tom@tromey.com>
7382
7383 * lib/tuiterm.exp: New file.
7384 * gdb.tui/basic.exp: New file.
7385
7386 2019-07-27 Kevin Buettner <kevinb@redhat.com>
7387
7388 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
7389 Enable tests associated with this flag. Adjust regex
7390 referencing "foo_low" to now refer to "foo_cold" instead.
7391
7392 2019-07-27 Kevin Buettner <kevinb@redhat.com>
7393
7394 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
7395 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
7396 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
7397 foo_cold. Revise comments to match.
7398 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
7399 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
7400 were wrapped into this proc; Call do_test in loop from outermost
7401 level.
7402 (foo_low): Rename all occurrences to "foo_cold".
7403 (backtrace from baz): New test.
7404 (x2/i foo_cold): New test.
7405 (info line *foo_cold): New test.
7406
7407 2019-07-26 Tom de Vries <tdevries@suse.de>
7408
7409 * gdb.arch/i386-pkru.exp: Fix unterminated string.
7410
7411 2019-07-25 Tom de Vries <tdevries@suse.de>
7412
7413 PR testsuite/24830
7414 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
7415 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
7416 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
7417 (skip_libstdcxx_probe_tests): ... here.
7418 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
7419
7420 2019-07-24 Tom de Vries <tdevries@suse.de>
7421
7422 PR testsuite/24807
7423 * gdb.objc/basicclass.m: Include stdio.h.
7424 * gdb.objc/nondebug.m: Same.
7425 * gdb.objc/objcdecode.m: Same.
7426
7427 2019-07-24 Tom de Vries <tdevries@suse.de>
7428
7429 PR testsuite/24612
7430 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
7431 additional_flags.
7432
7433 2019-07-24 Tom de Vries <tdevries@suse.de>
7434
7435 PR testsuite/24831
7436 * gdb.multi/tids.exp: Update error messages for info threads.
7437
7438 2019-07-24 Tom de Vries <tdevries@suse.de>
7439
7440 * gdb.base/info-types.exp: Allow info types to print info for more than
7441 one file.
7442
7443 2019-07-23 Tom de Vries <tdevries@suse.de>
7444
7445 PR testsuite/24842
7446 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
7447 gdb_spawn_with_cmdline_opts.
7448
7449 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
7450
7451 * gdb.arch/arm-cmse-sgstubs.c: New test.
7452 * gdb.arch/arm-cmse-sgstubs.exp: New file.
7453
7454 2019-07-23 Tom de Vries <tdevries@suse.de>
7455
7456 PR testsuite/24711
7457 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
7458 issuing next command.
7459
7460 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
7461
7462 * gdb.ada/info_auto_lang.exp: Update expected results.
7463 * gdb.base/info-types.c: Add additional types to check.
7464 * gdb.base/info-types.exp: Update expected results.
7465
7466 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
7467
7468 * gdb.base/info-types.c: New file.
7469 * gdb.base/info-types.exp: New file.
7470
7471 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
7472
7473 * gdb.arch/riscv-bp-infcall.c: New file.
7474 * gdb.arch/riscv-bp-infcall.exp: New file.
7475
7476 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
7477
7478 PR breakpoints/24541
7479 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
7480
7481 2019-07-14 Tom de Vries <tdevries@suse.de>
7482
7483 PR testsuite/24760
7484 * gdb.objc/basicclass.exp: Fix unterminated string.
7485
7486 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
7487 Andrew Burgess <andrew.burgess@embecosm.com>
7488
7489 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
7490 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
7491 negative bounds.
7492 * gdb.fortran/vla-value.exp: Print elements of an array with
7493 negative bounds.
7494 * gdb.fortran/vla.f90: Setup an array with negative bounds for
7495 testing.
7496
7497 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
7498
7499 * gdb.base/options.exp (expect_string): Dequote strings in
7500 results.
7501 (test-string): Test strings with different quoting and reindent.
7502
7503 2019-07-10 Tom Tromey <tromey@adacore.com>
7504
7505 * gdb.ada/mi_ex_cond.exp: Update expected results.
7506 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
7507 * gdb.ada/mi_catch_ex.exp: Update expected results.
7508 * gdb.ada/mi_catch_assert.exp: Update expected results.
7509 * gdb.ada/catch_ex.exp (catch_exception_info)
7510 (catch_exception_entry, catch_assert_entry)
7511 (catch_unhandled_entry): Update.
7512 * gdb.ada/catch_assert_if.exp: Update expected results.
7513
7514 2019-07-10 Richard Bunt <richard.bunt@arm.com>
7515 Stephen Roberts <stephen.roberts@arm.com>
7516
7517 * gdb.base/define.exp: Restore original prompt.
7518
7519 2019-07-09 Pedro Alves <palves@redhat.com>
7520
7521 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
7522 breakpoints" output.
7523 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
7524 * gdb.python/py-breakpoint.exp: No longer expect that "catch
7525 throw" creates breakpoint.
7526 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
7527 'type="catchpoint"'.
7528
7529 2019-07-09 Pedro Alves <palves@redhat.com>
7530
7531 PR c++/15468
7532 * gdb.cp/except-multi-location-lib.cc: New.
7533 * gdb.cp/except-multi-location-main.cc: New.
7534 * gdb.cp/except-multi-location.exp: New.
7535
7536 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
7537
7538 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
7539 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
7540 argument and update callers.
7541
7542 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7543
7544 * gdb.arch/amd64-break-on-asm-line.S: New file.
7545 * gdb.arch/amd64-break-on-asm-line.exp: New file.
7546
7547 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7548
7549 * gdb.base/printcmds.exp: Test printing C string and
7550 C wide string convenience vars without transiting via the inferior.
7551 Also make test names unique.
7552
7553 2019-07-08 Alan Hayward <alan.hayward@arm.com>
7554
7555 PR breakpoints/25011
7556 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
7557
7558 2019-07-04 Pedro Alves <palves@redhat.com>
7559
7560 * lib/gdb.exp (foreach_with_prefix): Don't return early if
7561 body returned ok(0), break(3) or continue(4).
7562 * gdb.testsuite/foreach_with_prefix.exp: New file.
7563
7564 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7565
7566 * gdb.server/unittest.exp: Allow 0 unit tests to run.
7567
7568 2019-07-03 Pedro Alves <palves@redhat.com>
7569
7570 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
7571 "return -code".
7572
7573 2019-07-03 Pedro Alves <palves@redhat.com>
7574
7575 PR cli/24732
7576 * gdb.base/shell.exp: Load completion-support.exp.
7577 Adjust expected error output. Add completion tests.
7578
7579 2019-07-03 Pedro Alves <palves@redhat.com>
7580
7581 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
7582 string_to_regexp.
7583
7584 2019-07-03 Pedro Alves <palves@redhat.com>
7585
7586 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
7587 (expect_integer): Adjust to expect "-string".
7588 (expect_string): New.
7589 (all_options): Expect "-string".
7590 (test-flag, test-boolean): Adjust to expect "-string".
7591 (test-string): New proc.
7592 (top level): Call it.
7593
7594 2019-07-03 Pedro Alves <palves@redhat.com>
7595
7596 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
7597 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
7598 the expected output in the success.
7599
7600 2019-07-03 Pedro Alves <palves@redhat.com>
7601
7602 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7603 Split one gdb_test_multiple call in two to avoid a race.
7604
7605 2019-07-03 Pedro Alves <palves@redhat.com>
7606
7607 * gdb.base/with.c: New file.
7608 * gdb.base/with.exp: New file.
7609
7610 2019-07-03 Pedro Alves <palves@redhat.com>
7611
7612 * gdb.base/settings.exp: Replace all references to "maint
7613 test-settings set" with references to "maint set test-settings",
7614 and all references to "maint test-settings show" with references
7615 to "maint show test-settings".
7616
7617 2019-07-03 Pedro Alves <palves@redhat.com>
7618
7619 * gdb.base/settings.exp (test-string): Adjust expected out when
7620 testing "maint test-settings show filename"
7621
7622 2019-07-02 Pedro Alves <palves@redhat.com>
7623
7624 * gdb.base/options.exp (test-info-threads): New procedure.
7625 (top level): Call it.
7626
7627 2019-06-28 Tom Tromey <tromey@adacore.com>
7628
7629 * gdb.dwarf2/ada-linkage-name.c: New file.
7630 * gdb.dwarf2/ada-linkage-name.exp: New file.
7631
7632 2019-06-27 Tom Tromey <tromey@adacore.com>
7633
7634 PR c++/20020:
7635 * gdb.cp/constexpr-field.exp: Use setup_xfail.
7636
7637 2019-06-26 Tom de Vries <tdevries@suse.de>
7638
7639 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
7640
7641 2019-06-26 Tom de Vries <tdevries@suse.de>
7642
7643 * gdb.base/index-cache.exp: Add back missing debug option.
7644
7645 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7646
7647 * gdb.base/alias.exp: Test non matching/non existing prefixes.
7648
7649 2019-06-25 Tom de Vries <tdevries@suse.de>
7650
7651 PR testsuite/24727
7652 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
7653
7654 2019-06-24 Tom de Vries <tdevries@suse.de>
7655
7656 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
7657
7658 2019-06-24 Tom de Vries <tdevries@suse.de>
7659
7660 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
7661 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
7662 * gdb.trace/unavailable-dwarf-piece.exp: Same.
7663
7664 2019-06-24 Tom de Vries <tdevries@suse.de>
7665
7666 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
7667
7668 2019-06-21 Tom de Vries <tdevries@suse.de>
7669
7670 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
7671
7672 2019-06-21 Tom de Vries <tdevries@suse.de>
7673
7674 PR testsuite/24518
7675 PR ada/24713
7676 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
7677 index.
7678
7679 2019-06-19 Tom Tromey <tromey@adacore.com>
7680
7681 * gdb.ada/length_cond.exp: Add intro comment.
7682
7683 2019-06-19 Tom Tromey <tromey@adacore.com>
7684
7685 * gdb.ada/length_cond.exp: New file.
7686 * gdb.ada/length_cond/length_cond.adb: New file.
7687 * gdb.ada/length_cond/pck.adb: New file.
7688 * gdb.ada/length_cond/pck.ads: New file.
7689
7690 2019-06-18 Tom de Vries <tdevries@suse.de>
7691
7692 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
7693
7694 2019-06-18 Tom Tromey <tromey@adacore.com>
7695
7696 * gdb.base/list0.h: Add comment explaining control character.
7697
7698 2019-06-18 Tom de Vries <tdevries@suse.de>
7699
7700 * boards/fission.exp: Break up long debug_flags line.
7701
7702 2019-06-16 Tom de Vries <tdevries@suse.de>
7703
7704 PR gdb/24445
7705 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
7706 generated index.
7707
7708 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7709
7710 PR gdb/24686
7711 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
7712 improve detection of bug gdb/24541.
7713
7714 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
7715
7716 PR gdb/24669
7717 * gdb.base/index-cache.exp (uses_readnow,
7718 expecting_index_cache_use): Define global variable.
7719 (test_cache_enabled_miss, test_cache_enabled_hit): Use
7720 expecting_index_cache_use.
7721
7722 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
7723 Andrew Burgess <andrew.burgess@embecosm.com>
7724
7725 * gdb.fortran/pointers.f90: New file.
7726 * gdb.fortran/print_type.exp: New file.
7727 * gdb.fortran/vla-ptype.exp: Adapt expected results.
7728 * gdb.fortran/vla-type.exp: Likewise.
7729 * gdb.fortran/vla-value.exp: Likewise.
7730 * gdb.mi/mi-vla-fortran.exp: Likewise.
7731
7732 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7733
7734 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
7735 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
7736 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
7737 as a stop reason.
7738
7739 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7740
7741 * gdb.base/annota1.exp: Update expected results.
7742 * gdb.cp/annota2.exp: Likewise.
7743 * gdb.cp/annota3.exp: Likewise.
7744
7745 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7746
7747 * gdb.base/style-logging.exp: Remove path from test name.
7748
7749 2019-06-14 Tom Tromey <tromey@adacore.com>
7750
7751 PR gdb/24502:
7752 * gdb.base/style-logging.exp: New file.
7753
7754 2019-06-14 Tom Tromey <tromey@adacore.com>
7755
7756 * gdb.base/symfile-warn.exp: New file.
7757 * gdb.base/symfile-warn.c: New file.
7758
7759 2019-06-14 Tom Tromey <tromey@adacore.com>
7760
7761 * gdb.base/annotate-symlink.exp: New file.
7762
7763 2019-06-14 Tom Tromey <tromey@adacore.com>
7764
7765 * gdb.ada/set_wstr.exp: Add reassignment test.
7766
7767 2019-06-14 Tom Tromey <tromey@adacore.com>
7768
7769 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
7770 'unchecked_access and 'unrestricted_access as well.
7771
7772 2019-06-14 Tom Tromey <tromey@adacore.com>
7773
7774 PR ada/24539:
7775 * gdb.ada/vla.exp: Update tests.
7776 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
7777 pragma.
7778
7779 2019-06-13 Pedro Alves <palves@redhat.com>
7780
7781 * gdb.base/settings.exp (test-integer): Test junk after
7782 "unlimited".
7783
7784 2019-06-13 Pedro Alves <palves@redhat.com>
7785
7786 * gdb.base/options.exp (test-thread-apply): New.
7787 (top level): Call it.
7788
7789 2019-06-13 Pedro Alves <palves@redhat.com>
7790
7791 * gdb.base/options.exp (test-frame-apply): New.
7792 (top level): Test print commands with different "frame apply"
7793 prefixes.
7794
7795 2019-06-13 Pedro Alves <palves@redhat.com>
7796
7797 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
7798 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
7799 'max_completions' parameter and handle it.
7800 (test_gdb_completion_offers_commands): New.
7801
7802 2019-06-13 Pedro Alves <palves@redhat.com>
7803
7804 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
7805
7806 2019-06-13 Pedro Alves <palves@redhat.com>
7807
7808 * gdb.base/options.exp (test-backtrace): New.
7809 (top level): Call it.
7810
7811 2019-06-13 Pedro Alves <palves@redhat.com>
7812
7813 * gdb.guile/scm-frame-args.exp: Use "set print
7814 raw-frame-arguments" instead of "set print raw frame-arguments".
7815 * gdb.python/py-frame-args.exp: Likewise.
7816
7817 2019-06-13 Pedro Alves <palves@redhat.com>
7818
7819 * gdb.compile/compile.exp: Adjust expected output to option
7820 processing changes.
7821
7822 2019-06-13 Pedro Alves <palves@redhat.com>
7823
7824 * gdb.base/options.exp: Build executable.
7825 (test-print): New procedure.
7826 (top level): Call it, once for "print" and another for "compile
7827 print".
7828
7829 2019-06-13 Pedro Alves <palves@redhat.com>
7830
7831 * gdb.base/options.c: New file.
7832 * gdb.base/options.exp: New file.
7833
7834 2019-06-13 Pedro Alves <palves@redhat.com>
7835
7836 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
7837 that "o" is ambiguous.
7838
7839 2019-06-13 Pedro Alves <palves@redhat.com>
7840
7841 * gdb.base/settings.c: New file.
7842 * gdb.base/settings.exp: New file.
7843
7844 2019-06-13 Pedro Alves <palves@redhat.com>
7845
7846 * gdb.base/completion.exp: Fix comment typo.
7847
7848 2019-06-13 Pedro Alves <palves@redhat.com>
7849
7850 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
7851 foo --1" test.
7852
7853 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
7854
7855 * gdb.fortran/block-data.f: New.
7856 * gdb.fortran/block-data.exp: New.
7857
7858 2019-06-11 Tom de Vries <tdevries@suse.de>
7859
7860 PR testsuite/24521
7861 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
7862 message.
7863
7864 2019-06-11 Tom de Vries <tdevries@suse.de>
7865
7866 PR testsuite/24521
7867 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
7868
7869 2019-06-11 Tom de Vries <tdevries@suse.de>
7870
7871 * boards/readnow.exp: New file.
7872
7873 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
7874
7875 * gdb.fortran/vla-sizeof.exp: Update expected results.
7876
7877 2019-06-06 Amos Bird <amosbird@gmail.com>
7878
7879 * gdb.base/annota1.exp (thread_switch): Add test for
7880 thread-exited annotation.
7881
7882 2019-06-06 Tom Tromey <tromey@adacore.com>
7883
7884 * gdb.base/maint.exp: Expect command started/finished output.
7885
7886 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7887
7888 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
7889 comment.
7890 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
7891
7892 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7893
7894 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
7895 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
7896 * gdb.arch/riscv-unwind-long-insn.c: New file.
7897 * gdb.arch/riscv-unwind-long-insn.exp: New file.
7898
7899 2019-06-04 Christian Biesinger <cbiesinger@google.com>
7900
7901 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
7902
7903 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7904
7905 * lib/gdb.exp (help_list_trailer): New regexp variable
7906 factorizing the help trailer message.
7907 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
7908 arg to allow to better factorize various tests.
7909 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
7910 (test_prefix_command_help): Use help_list_trailer.
7911 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
7912 * gdb.guile/scm-cmd.exp: Likewise.
7913 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
7914 * gdb.base/help.exp: Use test_user_defined_class_help.
7915 * gdb.base/style.exp: Add tests for styling of help and apropos.
7916 * lib/gdb-utils.exp (style): Add title and highlight styles.
7917
7918 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7919
7920 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
7921 $_shell_exitsignal.
7922 * gdb.base/default.exp: Update for new convenience variables.
7923
7924 2019-05-29 Tom Tromey <tromey@adacore.com>
7925
7926 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
7927 to "break complete ada" test case's regexp.
7928
7929 2019-05-29 Tom Tromey <tromey@adacore.com>
7930
7931 PR c++/20020:
7932 * gdb.cp/constexpr-field.exp: New file.
7933 * gdb.cp/constexpr-field.cc: New file.
7934
7935 2019-05-29 Tom Tromey <tromey@adacore.com>
7936
7937 * gdb.base/finish.exp (finish_no_print): New proc.
7938 (finish_tests): Call it.
7939
7940 2019-05-24 Tom de Vries <tdevries@suse.de>
7941
7942 * gdb.dwarf2/gdb-add-index.exp: New file.
7943
7944 2019-05-22 Tom Tromey <tromey@adacore.com>
7945
7946 * gdb.base/info-shared.exp (check_info_shared): Use "style".
7947 * gdb.base/style.exp: Use "style".
7948 * lib/gdb-utils.exp (style): New proc.
7949
7950 2019-05-22 Tom de Vries <tdevries@suse.de>
7951
7952 * gdb.base/align.exp: Require c++11.
7953
7954 2019-05-22 Tom de Vries <tdevries@suse.de>
7955
7956 PR testsuite/24586
7957 * gdb.python/py-mi-var-info-path-expression.exp: Call
7958 mi_skip_python_tests to check if python is supported.
7959
7960 2019-05-22 Alan Hayward <alan.hayward@arm.com>
7961
7962 * gdb.arch/aarch64-pauth.c: New test.
7963 * gdb.arch/aarch64-pauth.exp: New file.
7964
7965 2019-05-22 Alan Hayward <alan.hayward@arm.com>
7966
7967 * README (Re-running Tests Outside The Testsuite): New section.
7968
7969 2019-05-21 Tom de Vries <tdevries@suse.de>
7970
7971 * gdb.arch/amd64-eval.exp: Require c++11.
7972 * gdb.base/max-depth.exp: Same.
7973 * gdb.compile/compile-cplus-array-decay.exp: Same.
7974 * gdb.cp/meth-typedefs.exp: Same.
7975 * gdb.cp/subtypes.exp: Same.
7976 * gdb.cp/temargs.exp: Same.
7977
7978 2019-05-21 Alan Hayward <alan.hayward@arm.com>
7979
7980 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
7981
7982 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
7983
7984 PR gdb/18644
7985 * gdb.fortran/complex.exp: Remove setup_kfail calls.
7986 * gdb.fortran/printing-types.exp: Add new test.
7987 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
7988 testing.
7989 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
7990 setup_kfail call.
7991
7992 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7993
7994 * README (Running the Testsuite): Change example.
7995 (Testsuite Parameters): Remove TRANSCRIPT.
7996 * lib/gdb.exp: Remove TRANSCRIPT check.
7997
7998 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7999
8000 * README (Testsuite Parameters): Add replay logging to
8001 GDBSERVER_DEBUG.
8002 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
8003 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
8004 as a comma separated list.
8005 (gdb_debug_init): Override procedure.
8006
8007 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8008
8009 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
8010 (gdb_write_cmd_file): New procedure.
8011 * lib/gdbserver-support.exp (gdbserver_start): Call
8012 gdbserver_write_cmd_file.
8013 (gdbserver_write_cmd_file): New procedure.
8014
8015 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8016
8017 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
8018 (delete_breakpoints): Likewise.
8019 (gdb_run_cmd): Likewise.
8020 (gdb_start_cmd): Likewise.
8021 (gdb_starti_cmd): Likewise.
8022 (gdb_internal_error_resync): Likewise.
8023 (gdb_test_multiple): Likewise.
8024 (gdb_reinitialize_dir): Likewise.
8025 (default_gdb_exit): Likewise.
8026 (gdb_file_cmd): Mark kill as optional.
8027 (default_gdb_start): Call gdb_stdin_log_init.
8028 (send_gdb): Call gdb_stdin_log_write.
8029 (rerun_to_main): Mark Y as an answer.
8030 (gdb_stdin_log_init): New function.
8031 (gdb_stdin_log_write): Likewise.
8032
8033 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8034
8035 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
8036 * gdb.base/debug-expr.exp: Likewise.
8037 * gdb.base/foll-fork.exp: Likewise.
8038 * gdb.base/foll-vfork.exp: Likewise.
8039 * gdb.base/fork-print-inferior-events.exp: Likewise.
8040 * gdb.base/gdb-sigterm.exp: Likewise.
8041 * gdb.base/gdbinit-history.exp: Likewise.
8042 * gdb.base/osabi.exp: Likewise.
8043 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
8044 * gdb.base/ui-redirect.exp: Likewise.
8045 * gdb.gdb/unittest.exp: Likewise.
8046 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
8047 * gdb.mi/mi-watch.exp: Likewise.
8048 * gdb.mi/new-ui-mi-sync.exp: Likewise.
8049 * gdb.mi/user-selected-context-sync.exp: Likewise.
8050 * gdb.python/python.exp: Disable debug test when debugging.
8051 * gdb.threads/check-libthread-db.exp: Disable when debugging.
8052 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8053 Likewise.
8054 * gdb.threads/stepi-random-signal.exp: Likewise.
8055
8056 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8057
8058 * Makefile.in: Pass through GDB_DEBUG.
8059 * README (Testsuite Parameters): Add GDB_DEBUG.
8060 (gdb,debug): Add board setting.
8061 * lib/gdb.exp (default_gdb_start): Start debugging.
8062 (gdb_debug_enabled): New procedure.
8063 (gdb_debug_init): Likewise.
8064
8065 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8066
8067 * Makefile.in: Pass through GDB_DEBUG.
8068 * README (Testsuite Parameters): Add GDB_DEBUG.
8069 (gdb,debug): Add board setting.
8070 * lib/gdb.exp (default_gdb_start): Start debugging.
8071 (gdb_debug_enabled): New procedure.
8072 (gdb_debug_init): Likewise.
8073
8074 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8075
8076 * gdb.base/ui-redirect.exp: Add debug redirect tests.
8077
8078 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8079
8080 * gdb.base/ui-redirect.exp: Test redirection.
8081
8082 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
8083
8084 * gdb.mi/mi-complete.exp: New file.
8085 * gdb.mi/mi-complete.cc: Likewise.
8086
8087 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
8088
8089 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
8090 indexed and sliced arrays, and pointers to arrays.
8091
8092 2019-05-14 Tom Tromey <tromey@adacore.com>
8093
8094 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
8095 styling test.
8096
8097 2019-05-14 Tom de Vries <tdevries@suse.de>
8098
8099 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
8100 selection entry encoding.
8101
8102 2019-05-10 Tom Tromey <tromey@adacore.com>
8103
8104 * gdb.ada/info_exc.exp: Add "complete" test.
8105
8106 2019-05-09 Tom de Vries <tdevries@suse.de>
8107
8108 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
8109 CU-relative.
8110
8111 2019-05-09 Tom de Vries <tdevries@suse.de>
8112
8113 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
8114 CU-relative.
8115
8116 2019-05-08 Joel Brobecker <brobecker@adacore.com>
8117
8118 * gdb.ada/frame_arg_lang.exp: New testcase.
8119 * gdb.ada/frame_arg_lang/bla.adb: New file.
8120 * gdb.ada/frame_arg_lang/pck.ads: New file.
8121 * gdb.ada/frame_arg_lang/pck.adb: New file.
8122 * gdb.ada/frame_arg_lang/foo.c: New file.
8123
8124 2019-05-08 Tom Tromey <tromey@adacore.com>
8125
8126 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
8127
8128 2019-05-08 Tom Tromey <tromey@adacore.com>
8129
8130 * gdb.base/ptype-offsets.exp: Update tests.
8131
8132 2019-05-08 Tom Tromey <tromey@adacore.com>
8133
8134 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
8135 cases.
8136 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
8137 "short".
8138
8139 2019-05-08 Tom Tromey <tromey@adacore.com>
8140
8141 * gdb.ada/vla.exp: New file.
8142 * gdb.ada/vla/vla.adb: New file.
8143
8144 2019-05-07 Tom de Vries <tdevries@suse.de>
8145
8146 * gdb.base/index-cache.exp (ls_host): Fix return statement.
8147
8148 2019-05-07 Tom de Vries <tdevries@suse.de>
8149
8150 PR testsuite/24522
8151 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
8152 section.
8153
8154 2019-05-07 Tom de Vries <tdevries@suse.de>
8155
8156 PR testsuite/24522
8157 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
8158 .debug_aranges section.
8159
8160 2019-05-07 Tom de Vries <tdevries@suse.de>
8161
8162 PR testsuite/24159
8163 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
8164
8165 2019-05-06 Tom de Vries <tdevries@suse.de>
8166
8167 * lib/gdb.exp (exec_has_index_section): New proc.
8168 * gdb.base/index-cache.exp: Handle case that binfile contains an index
8169 section.
8170
8171 2019-05-04 Tom de Vries <tdevries@suse.de>
8172
8173 * boards/cc-with-debug-names.exp: New file.
8174
8175 2019-05-03 Tom Tromey <tromey@adacore.com>
8176
8177 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
8178 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
8179 * gdb.ada/char_enum.exp: Add test.
8180
8181 2019-05-03 Tom de Vries <tdevries@suse.de>
8182
8183 * boards/cc-with-gdb-index.exp: New file.
8184
8185 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
8186
8187 * gdb.rust/simple.exp: Add new test case.
8188 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
8189 (main): Initialise an instance of the new struct.
8190
8191 2019-05-01 Tom Tromey <tromey@adacore.com>
8192
8193 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
8194 record.
8195 (NPR): New variable.
8196 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
8197 test.
8198
8199 2019-05-01 Tom Tromey <tromey@adacore.com>
8200
8201 * gdb.ada/packed_array_assign.exp: Add packed assignment
8202 regression test.
8203
8204 2019-05-01 Tom de Vries <tdevries@suse.de>
8205
8206 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
8207
8208 2019-05-01 Tom de Vries <tdevries@suse.de>
8209
8210 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
8211
8212 2019-04-30 Ali Tamur <tamur@google.com>
8213
8214 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
8215
8216 2019-04-30 Tom Tromey <tromey@adacore.com>
8217
8218 * lib/ada.exp (find_ada_tool): New proc.
8219 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
8220 * gdb.ada/catch_ex_std.exp: New file.
8221 * gdb.ada/catch_ex_std/foo.adb: New file.
8222 * gdb.ada/catch_ex_std/some_package.adb: New file.
8223 * gdb.ada/catch_ex_std/some_package.ads: New file.
8224
8225 2019-04-30 Tom Tromey <tromey@adacore.com>
8226
8227 PR c++/24470:
8228 * gdb.cp/temargs.cc: Add test code from PR.
8229
8230 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8231
8232 * gdb.fortran/vla-datatypes.exp: Update expected results.
8233 * gdb.fortran/vla-ptype.exp: Likewise.
8234 * gdb.fortran/vla-type.exp: Likewise.
8235 * gdb.fortran/vla-value.exp: Likewise.
8236
8237 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8238
8239 * gdb.fortran/ptr-indentation.exp: Update expected results.
8240 * gdb.fortran/ptype-on-functions.exp: Likewise.
8241 * gdb.fortran/vla-ptr-info.exp: Likewise.
8242 * gdb.fortran/vla-value.exp: Likewise.
8243
8244 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8245
8246 * gdb.fortran/ptype-on-functions.exp: New file.
8247 * gdb.fortran/ptype-on-functions.f90: New file.
8248
8249 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8250
8251 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
8252 case void string.
8253
8254 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8255
8256 * gdb.fortran/complex.exp: Expand.
8257 * gdb.fortran/complex.f: Renamed to...
8258 * gdb.fortran/complex.f90: ...this, and extended to add more
8259 complex values.
8260
8261 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8262
8263 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
8264 MODULO, CMPLX.
8265
8266 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8267 Richard Bunt <richard.bunt@arm.com>
8268
8269 * gdb.base/max-depth.c: New file.
8270 * gdb.base/max-depth.exp: New file.
8271 * gdb.python/py-nested-maps.c: New file.
8272 * gdb.python/py-nested-maps.exp: New file.
8273 * gdb.python/py-nested-maps.py: New file.
8274 * gdb.python/py-format-string.exp (test_max_depth): New proc.
8275 (test_all_common): Call test_max_depth.
8276 * gdb.fortran/max-depth.exp: New file.
8277 * gdb.fortran/max-depth.f90: New file.
8278 * gdb.go/max-depth.exp: New file.
8279 * gdb.go/max-depth.go: New file.
8280 * gdb.modula2/max-depth.exp: New file.
8281 * gdb.modula2/max-depth.c: New file.
8282 * lib/gdb.exp (get_print_expr_at_depths): New proc.
8283
8284 2019-04-29 Tom de Vries <tdevries@suse.de>
8285
8286 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
8287
8288 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8289
8290 * gdb.base/callexit.exp: Test may-call-functions off.
8291
8292 2019-04-25 Keith Seitz <keiths@redhat.com>
8293
8294 PR c++/24367
8295 * gdb.cp/meth-typedefs.cc (incomplete_struct)
8296 (another_incomplete_struct, test_incomplete): New definitions.
8297 (main): Use new definitions.
8298 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
8299 functions.
8300
8301 2019-04-25 Ali Tamur <tamur@google.com>
8302
8303 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
8304
8305 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
8306
8307 PR corefiles/11608
8308 PR corefiles/18187
8309 * gdb.base/coredump-filter-build-id.exp: New file.
8310
8311 2019-04-25 Alan Hayward <alan.hayward@arm.com>
8312
8313 * Makefile.in: Pass through GDBSERVER_DEBUG.
8314 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
8315 (gdbserver,debug): Add board setting.
8316 * gdb.trace/tspeed.exp: Skip when debugging.
8317 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
8318 * lib/gdbserver-support.exp: Likewise
8319
8320 2019-04-24 Tom Tromey <tromey@adacore.com>
8321
8322 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
8323 Rust.
8324
8325 2019-04-24 Tom Tromey <tromey@adacore.com>
8326
8327 * gdb.arch/amd64-eval.exp: Test bitfield return.
8328 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
8329 (class Foo) <return_bitfields>: New method.
8330 (main): Call it.
8331
8332 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8333
8334 * gdb.cp/many-args.cc: New file.
8335 * gdb.cp/many-args.exp: New file.
8336
8337 2019-04-23 Tom de Vries <tdevries@suse.de>
8338
8339 PR gdb/24433
8340 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
8341
8342 2019-04-23 Alan Hayward <alan.hayward@arm.com>
8343
8344 * gdb.trace/backtrace.exp: Use nopie flag.
8345 * gdb.trace/circ.exp: Likewise.
8346 * gdb.trace/collection.exp: Likewise.
8347 * gdb.trace/ftrace.exp: Likewise.
8348 * gdb.trace/mi-trace-unavailable.exp: Likewise.
8349 * gdb.trace/mi-traceframe-changed.exp: Likewise.
8350 * gdb.trace/qtro.exp: Likewise.
8351 * gdb.trace/read-memory.exp: Likewise.
8352 * gdb.trace/report.exp: Likewise.
8353 * gdb.trace/tfile.exp: Likewise.
8354 * gdb.trace/tfind.exp: Likewise.
8355 * gdb.trace/unavailable.exp: Likewise.
8356
8357 2019-04-22 Pedro Alves <palves@redhat.com>
8358
8359 * gdb.base/solib-probes-nosharedlibrary.c,
8360 gdb.base/solib-probes-nosharedlibrary.exp: New files.
8361
8362 2019-04-19 Tom Tromey <tromey@adacore.com>
8363
8364 * gdb.ada/ptype_union.c: New file.
8365 * gdb.ada/ptype_union.exp: New file.
8366
8367 2019-04-19 Tom Tromey <tromey@adacore.com>
8368
8369 PR symtab/24423:
8370 * gdb.base/list0.h (foo): Add a control-l character.
8371
8372 2019-04-18 Tom de Vries <tdevries@suse.de>
8373
8374 PR gdb/24433
8375 * boards/local-board.exp: Set sysroot to "".
8376
8377 2019-04-18 Tom de Vries <tdevries@suse.de>
8378 Pedro Alves <palves@redhat.com>
8379
8380 PR gdb/24454
8381 * gdb.threads/vfork-follow-child-exec.c: New file.
8382 * gdb.threads/vfork-follow-child-exec.exp: New file.
8383 * gdb.threads/vfork-follow-child-exit.c: New file.
8384 * gdb.threads/vfork-follow-child-exit.exp: New file.
8385
8386 2019-04-15 Leszek Swirski <leszeks@google.com>
8387
8388 * gdb.arch/amd64-eval.cc: New file.
8389 * gdb.arch/amd64-eval.exp: New file.
8390
8391 2019-04-11 Alan Hayward <alan.hayward@arm.com>
8392
8393 * gdb.server/sysroot.c: New test.
8394 * gdb.server/sysroot.exp: New file.
8395 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
8396 matching param.
8397
8398 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
8399
8400 * gdb.base/align.exp: Extend test to cover structures containing
8401 only static fields.
8402
8403 2019-04-11 Tom de Vries <tdevries@suse.de>
8404
8405 * boards/cc-with-dwz-m.exp: New file.
8406 * boards/cc-with-dwz.exp: New file.
8407 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
8408
8409 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
8410
8411 * gdb.base/start-cpp.exp: New file.
8412 * gdb.base/start-cpp.cc: New file.
8413
8414 2019-04-08 Kevin Buettner <kevinb@redhat.com>
8415
8416 * gdb.python/py-thrhandle.exp: Adjust tests to call
8417 thread_from_handle instead of thread_from_thread_handle.
8418
8419 2019-04-08 Kevin Buettner <kevinb@redhat.com>
8420
8421 * gdb.python/py-thrhandle.exp: Add tests for
8422 gdb.InferiorThread.handle.
8423
8424 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
8425
8426 * gdb.python/py-function.exp: Check calling helper function from
8427 all languages.
8428 * lib/gdb.exp (gdb_supported_languages): New proc.
8429
8430 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
8431
8432 * gdb.base/complex-parts.c: New file.
8433 * gdb.base/complex-parts.exp: New file.
8434
8435 2019-04-01 Tom Tromey <tromey@adacore.com>
8436
8437 PR symtab/23331:
8438 * gdb.dwarf2/dw2-ranges-main.c: New file.
8439 * gdb.dwarf2/dw2-ranges-psym.c: New file.
8440 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
8441
8442 2019-03-30 Simon Marchi <simark@simark.ca>
8443
8444 * gdb.base/default.exp: Add values for $_gdb_major and
8445 $_gdb_minor.
8446
8447 2019-03-29 Tom Tromey <tromey@adacore.com>
8448
8449 * gdb.base/help.exp: Tighten apropos regexp.
8450
8451 2019-03-29 Keith Seitz <keiths@redhat.com>
8452
8453 * gdb.fortran/array-bounds.exp: New file.
8454 * gdb.fortran/array-bounds.f90: New file.
8455
8456 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8457
8458 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
8459
8460 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8461
8462 * gdb.multi/hello.c (main): Increase alarm timer.
8463
8464 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
8465
8466 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
8467 factor when no hardware watchpoint support.
8468
8469 2019-03-28 Alan Hayward <alan.hayward@arm.com>
8470 Pedro Alves <palves@redhat.com>
8471
8472 * boards/local-board.exp: set sysroot to /.
8473
8474 2019-03-27 Alan Hayward <alan.hayward@arm.com>
8475
8476 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
8477 in child.
8478
8479 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
8480
8481 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
8482 field.
8483 (make_container): Initialise new field.
8484 * gdb.python/py-prettyprint.exp: Add new tests.
8485 * gdb.python/py-prettyprint.py (class ContainerPrinter)
8486 <display_hint>: New method.
8487
8488 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
8489
8490 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
8491 gdb_continue_to_breakpoint more throughout this test.
8492 (run_lang_tests) Supply unique test names, and use
8493 gdb_test_no_output.
8494
8495 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
8496
8497 * gdb.base/finish-pretty.exp: Update expected results.
8498 * gdb.base/pretty-print.c: New file.
8499 * gdb.base/pretty-print.exp: New file.
8500
8501 2019-03-25 Pedro Alves <palves@redhat.com>
8502
8503 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
8504 move comments outside list. Append '-i "" eof' section.
8505
8506 2019-03-22 Alan Hayward <alan.hayward@arm.com>
8507
8508 PR testsuite/25016
8509 * README: Add pie options.
8510 * gdb.base/break-interp.exp: Ensure pie is disabled.
8511 * gdb.base/dump.exp: Likewise.
8512 * lib/gdb.exp (gdb_compile): Add pie option.
8513
8514 2019-03-19 Tom Tromey <tromey@adacore.com>
8515
8516 * gdb.mi/mi2-cli-display.c: New file.
8517 * gdb.mi/mi2-cli-display.exp: New file.
8518
8519 2019-03-18 Joel Brobecker <brobecker@adacore.com>
8520 Tom Tromey <tromey@adacore.com>
8521
8522 * gdb.ada/ptype_array/pck.adb: New file.
8523 * gdb.ada/ptype_array/pck.ads: New file.
8524 * gdb.ada/ptype_array/foo.adb: New file.
8525 * gdb.ada/ptype_array.exp: New file.
8526
8527 2019-03-14 Tom Tromey <tromey@adacore.com>
8528
8529 * gdb.base/style.exp: Add "set style sources" test.
8530
8531 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
8532
8533 * mi-breakpoint-location-ena-dis.exp: Rename to ...
8534 * mi-breakpoint-multiple-locations.exp: ... this.
8535 (make_breakpoints_pattern): New proc.
8536 (do_test): Add mi_version parameter, test -break-insert,
8537 -break-info and =breakpoint-created.
8538
8539 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
8540
8541 * config/default.exp: Remove 'load_lib gdb.exp'.
8542 * config/monitor.exp: Likewise.
8543 * config/sid.exp: Likewise.
8544 * config/sim.exp: Likewise.
8545 * config/slite.exp: Likewise.
8546 * config/unix.exp: Likewise.
8547 * gdb.base/default.exp: Remove unhelpful comment.
8548
8549 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8550
8551 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
8552
8553 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8554
8555 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
8556
8557 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8558
8559 * gdb.fortran/type-kinds.exp: Update expected results.
8560
8561 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8562
8563 * gdb.fortran/type-kinds.exp: Test new integer type kind.
8564
8565 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8566
8567 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
8568 function.
8569 (test_basic_parsing_of_type_kinds): Expand types tested.
8570 (test_parsing_invalid_type_kinds): New function.
8571
8572 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8573
8574 * gdb.fortran/intrinsics.exp: New file.
8575 * gdb.fortran/intrinsics.f90: New file.
8576 * gdb.fortran/type-kinds.exp: New file.
8577
8578 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8579
8580 * gdb.fortran/dot-ops.exp: New file.
8581
8582 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8583
8584 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
8585 Check upper and lower case logical literals.
8586
8587 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8588
8589 * gdb.fortran/types.exp (test_float_literal_types_accepted):
8590 Remove duplicate tests.
8591
8592 2019-03-06 Alan Hayward <alan.hayward@arm.com>
8593
8594 * lib/gdb.exp (builtin_cd): rename of cd.
8595 (cd): Override builtin.
8596
8597 2019-03-06 Richard Bunt <richard.bunt@arm.com>
8598
8599 * gdb.fortran/function-calls.exp: New file.
8600 * gdb.fortran/function-calls.f90: New test.
8601
8602 2019-03-04 Richard Bunt <richard.bunt@arm.com>
8603
8604 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
8605 on user program standard output.
8606 * gdb.fortran/short-circuit-argument-list.f90: Record function
8607 calls.
8608
8609 2019-02-28 Alan Hayward <alan.hayward@arm.com>
8610
8611 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
8612 failure.
8613
8614 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8615
8616 PR gdb/8527
8617 * gdb.base/interrupt-daemon-attach.c,
8618 gdb.base/interrupt-daemon-attach.exp: New test.
8619
8620 2019-02-27 Pedro Alves <palves@redhat.com>
8621
8622 * gdb.base/page.exp: Add tests for "set width/height -1".
8623
8624 2019-02-27 Pedro Alves <palves@redhat.com>
8625
8626 * gdb.base/page.exp: Add tests for "set/show width/height" with
8627 "infinite" values.
8628
8629 2019-02-27 Tom Tromey <tromey@adacore.com>
8630
8631 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
8632 2.4.
8633 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
8634 workaround.
8635
8636 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
8637
8638 * gdb.base/align.exp: Extend to compile in both C and C++, and add
8639 tests for structs with static members.
8640
8641 2019-02-26 Tom Tromey <tromey@adacore.com>
8642
8643 * gdb.python/py-value.exp (test_value_from_buffer): Check for
8644 ValueError, not TypeError.
8645
8646 2019-02-26 Kevin Buettner <kevinb@redhat.com>
8647
8648 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
8649 call from main program.
8650
8651 2019-02-23 Joel Brobecker <brobecker@adacore.com>
8652
8653 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
8654 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
8655 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
8656 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
8657 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
8658
8659 2019-02-22 Keith Seitz <keiths@redhat.com>
8660
8661 PR symtab/23853
8662 * gdb.base/symlink-sourcefile.c: New file.
8663 * gdb.base/symlink-sourcefile.exp: New file.
8664
8665 2019-02-20 Tom Tromey <tom@tromey.com>
8666
8667 * gdb.base/info_qt.exp: Update.
8668
8669 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
8670
8671 * gdb.base/source.exp: Move "error in sourced script" code to
8672 the end.
8673 * gdb.base/source-error.gdb: Move contents to
8674 source-error-1.gdb. Add new code to source source-error-1.gdb.
8675 * gdb.base/source-error-1.gdb: New file, from previous
8676 source-error.gdb.
8677
8678 2019-02-17 Tom Tromey <tom@tromey.com>
8679
8680 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
8681 for macro styling.
8682 * gdb.base/style.c (SOME_MACRO): New macro.
8683
8684 2019-02-17 Tom Tromey <tom@tromey.com>
8685
8686 * gdb.base/style.exp: Add line-wrapping tests.
8687 * gdb.base/page.exp: Add test for quitting during pagination.
8688
8689 2019-02-17 Joel Brobecker <brobecker@adacore.com>
8690
8691 * gdb.ada/big_packed_array: New testcase.
8692 * gdb.ada/homonym.exp: Fix incorrect expected output for
8693 "break <homonym__get_value>" test.
8694
8695 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
8696
8697 PR breakpoints/21870
8698 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
8699 and prepare_for_testing. Add comment.
8700 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
8701 redundant cleanup call. Clean up comment.
8702
8703 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
8704
8705 PR breakpoints/21870
8706 * gdb.arch/aarch64-dbreg-contents.exp: New file.
8707 * gdb.arch/aarch64-dbreg-contents.c: New file.
8708
8709 2019-02-10 Joel Brobecker <brobecker@adacore.com>
8710
8711 * gdb.ada/mi_ref_changeable: New testcase.
8712
8713 2019-02-07 Alan Hayward <alan.hayward@arm.com>
8714
8715 * gdb.base/attach.exp: Add double attach test.
8716
8717 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
8718
8719 * lib/gdb.exp (default_gdb_start): Don't match pagination
8720 prompt.
8721 (gdb_init): Set stty_init.
8722
8723 2019-01-27 Tom Tromey <tom@tromey.com>
8724
8725 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
8726 skip_python_tests.
8727
8728 2019-01-24 Alan Hayward <alan.hayward@arm.com>
8729
8730 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
8731 New structure.
8732 (struct struct_static_02_02): Likewise.
8733 (struct struct_static_02_03): Likewise.
8734 (struct struct_static_02_04): Likewise.
8735 (struct struct_static_04_01): Likewise.
8736 (struct struct_static_04_02): Likewise.
8737 (struct struct_static_04_03): Likewise.
8738 (struct struct_static_04_04): Likewise.
8739 (struct struct_static_06_01): Likewise.
8740 (struct struct_static_06_02): Likewise.
8741 (struct struct_static_06_03): Likewise.
8742 (struct struct_static_06_04): Likewise.
8743 (cmp_struct_static_02_01): Likewise.
8744 (cmp_struct_static_02_02): Likewise.
8745 (cmp_struct_static_02_03): Likewise.
8746 (cmp_struct_static_02_04): Likewise.
8747 (cmp_struct_static_04_01): Likewise.
8748 (cmp_struct_static_04_02): Likewise.
8749 (cmp_struct_static_04_03): Likewise.
8750 (cmp_struct_static_04_04): Likewise.
8751 (cmp_struct_static_06_01): Likewise.
8752 (cmp_struct_static_06_02): Likewise.
8753 (cmp_struct_static_06_03): Likewise.
8754 (cmp_struct_static_06_04): Likewise.
8755 (call_all): Test new structs.
8756 * gdb.base/infcall-nested-structs.exp: Likewise.
8757
8758 2019-01-21 Alan Hayward <alan.hayward@arm.com>
8759 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
8760
8761 2019-01-21 Alan Hayward <alan.hayward@arm.com>
8762 * gdb.base/stack-protector.c: New test.
8763 * gdb.base/stack-protector.exp: New file.
8764 * gdb.cp/ovldbreak.exp: Only allow a single break line.
8765 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
8766 option.
8767 (gdb_compile): Remove stack protector for GCC and prevent
8768 recursion.
8769
8770 2019-01-16 Keith Seitz <keiths@redhat.com>
8771
8772 PR gdb/23773
8773 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
8774
8775 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8776
8777 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
8778 aliases.
8779 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
8780 tests.
8781 * gdb.arch/powerpc-vector-regs.c: New file.
8782 * gdb.arch/powerpc-vector-regs.exp: New file.
8783
8784 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8785
8786 * gdb.arch/altivec-regs.exp: Fix the list passed to
8787 gdb_expect_list when testing "info vector".
8788
8789 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8790
8791 * gdb.base/style.exp: Don't include path in testname.
8792
8793 2019-01-10 Keith Seitz <keiths@redhat.com>
8794
8795 PR gdb/23712
8796 PR symtab/23010
8797 * gdb.dwarf2/multidictionary.exp: New file.
8798
8799 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
8800
8801 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
8802 (test_gnuv3_style_demangling): ... this.
8803 (test_lucid_style_demangling): Remove.
8804 (test_arm_style_demangling): Remove.
8805 (test_hp_style_demangling): Remove.
8806 (do_tests): Remove calls to the above.
8807
8808 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
8809
8810 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
8811 case.
8812
8813 2019-01-06 Tom Tromey <tom@tromey.com>
8814
8815 PR gdb/28155:
8816 * gdb.dwarf2/typedef-void-finish.exp: New file.
8817
8818 2018-12-28 Tom Tromey <tom@tromey.com>
8819 Simon Marchi <simark@simark.ca>
8820
8821 * gdb.base/jit-exec.exp: New file.
8822 * gdb.base/jit-exec.c: New file.
8823 * gdb.base/jit-execd.c: New file.
8824
8825 2018-12-28 Tom Tromey <tom@tromey.com>
8826
8827 * gdb.base/style.exp: Update test to check for address styling.
8828
8829 2018-12-28 Tom Tromey <tom@tromey.com>
8830
8831 * gdb.base/style.exp: Add test for styling of "Reading symbols"
8832 message.
8833
8834 2018-12-28 Tom Tromey <tom@tromey.com>
8835
8836 * gdb.base/style.exp: Add test for version number styling.
8837
8838 2018-12-28 Tom Tromey <tom@tromey.com>
8839
8840 * gdb.base/style.exp: Add test for print_address_symbolic.
8841
8842 2018-12-28 Tom Tromey <tom@tromey.com>
8843
8844 * gdb.base/style.exp: Add test for breakpoint setting.
8845
8846 2018-12-28 Tom Tromey <tom@tromey.com>
8847
8848 * gdb.base/style.exp: Add test for variable names.
8849
8850 2018-12-28 Tom Tromey <tom@tromey.com>
8851
8852 * gdb.base/style.exp: New file.
8853 * gdb.base/style.c: New file.
8854
8855 2018-12-28 Tom Tromey <tom@tromey.com>
8856
8857 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
8858 "dumb".
8859 * gdb.base/readline.exp (operate_and_get_next): Save and restore
8860 the TERM environment variable.
8861
8862 2018-12-27 Tom Tromey <tom@tromey.com>
8863
8864 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
8865 pagination test.
8866
8867 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
8868
8869 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
8870 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
8871
8872 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8873
8874 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
8875 Filename a.adb changed to bp_fun_addr.adb.
8876 gdb.ada/bp_fun_addr.exp: Update test accordingly.
8877
8878 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
8879
8880 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
8881 non-PIE executables.
8882 * README: Mention the gdb,nopie_flag board setting.
8883 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
8884 non-PIE executable.
8885 * gdb.arch/amd64-entry-value.exp: Likewise.
8886 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
8887 * gdb.arch/i386-float.exp: Likewise.
8888 * gdb.arch/i386-signal.exp: Likewise.
8889 * gdb.mi/mi-reg-undefined.exp: Likewise.
8890
8891 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
8892
8893 PR gdb/23974
8894 * gdb.base/info-os.exp: Check return for unknown "info os" type.
8895
8896 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8897
8898 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
8899 Update order of results accordingly.
8900
8901 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
8902
8903 * gdb.base/annota1.exp: Update a test regexp.
8904
8905 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8906
8907 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
8908
8909 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8910
8911 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
8912 (reuse_time): Initialize to REUSE_TIME_CAP.
8913 (check_rc): New function.
8914 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
8915 Check pthread_create rc.
8916 (spawner_thread_func): Check pthread_create and pthread_join rc.
8917
8918 2018-12-08 Pedro Alves <palves@redhat.com>
8919
8920 * gdb.base/list.exp (test_forward_search): Rename to ...
8921 (test_forward_reverse_search): ... this. Also test reverse-search
8922 and the forward-search alias.
8923
8924 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
8925
8926 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
8927 local timeout variable before return, and remove all local timeout
8928 variable entirely.
8929 (gdb_load): Likewise.
8930
8931 2018-12-01 Tom de Vries <tdevries@suse.de>
8932
8933 * gdb.base/gdb-caching-proc.exp: New file.
8934
8935 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
8936
8937 * Makefile.in (TIMESTAMP): New variable.
8938 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
8939 command.
8940 (check-single-racy): Likewise.
8941 (check/%.exp): Likewise.
8942 (check-racy/%.exp): Likewise.
8943 (workers/%.worker): Likewise.
8944 (build-perf): Likewise.
8945 (check-perf): Likewise.
8946 * README: Describe new "TS" and "TS_FORMAT" variables.
8947 * print-ts.py: New file.
8948
8949 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
8950
8951 PR python/23714
8952 * gdb.python/python.exp: Test command repetition after
8953 gdb.execute.
8954
8955 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
8956
8957 * gdb.opt/inline-break.exp: Add test that info breakpoint output
8958 is correctly aligned.
8959
8960 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8961
8962 * gdb.ada/info_auto_lang.exp: New testcase.
8963 * gdb.ada/info_auto_lang/global_pack.ads: New file.
8964 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
8965 * gdb.ada/info_auto_lang/some_c.c: New file.
8966
8967 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8968
8969 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
8970 FUNC_lang language syntax.
8971
8972 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8973
8974 * gdb.base/info_minsym.c: New file.
8975 * gdb.base/info_minsym.exp: New file.
8976
8977 2018-11-19 Tom Tromey <tom@tromey.com>
8978
8979 PR rust/23625:
8980 * gdb.rust/simple.exp: Add ptype test. Update expected output.
8981 * gdb.rust/expr.exp: Update expected output. Change one test.
8982
8983 2018-11-19 Tom Tromey <tom@tromey.com>
8984
8985 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
8986
8987 2018-11-19 Pedro Alves <palves@redhat.com>
8988
8989 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
8990 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
8991 see the expected warning.
8992
8993 2018-11-16 Alan Hayward <alan.hayward@arm.com>
8994
8995 PR gdb/22736:
8996 * gdb.cp/infcall-nodebug-lib.c: New test.
8997 * gdb.cp/infcall-nodebug-main.c: New test.
8998 * gdb.cp/infcall-nodebug.exp: New file.
8999
9000 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
9001
9002 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
9003 completer tests.
9004
9005 2018-11-09 Tom de Vries <tdevries@suse.de>
9006
9007 * gdb.base/msym-lang.c: New test.
9008 * gdb.base/msym-lang.exp: New file.
9009 * gdb.base/msym-lang-main.c: New test.
9010
9011 2018-11-08 Tom Tromey <tom@tromey.com>
9012
9013 PR gdb/23555:
9014 PR gdb/23838:
9015 * gdb.base/warning.exp: New file.
9016
9017 2018-11-08 Jan Beulich <jbeulich@suse.com>
9018
9019 * testsuite/gdb.arch/i386-avx512.c,
9020 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
9021
9022 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
9023
9024 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
9025 point hardware.
9026
9027 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
9028
9029 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
9030 * gdb.dwarf2/missing-type-name.exp: New file.
9031
9032 2018-11-06 Tom de Vries <tdevries@suse.de>
9033
9034 * gdb.base/many-headers.c: New test.
9035 * gdb.base/many-headers.exp: New file.
9036
9037 2018-11-06 Jim Wilson <jimw@sifive.com>
9038
9039 * gdb.base/code_elim.exp: For riscv, set additional_flags
9040 to include -msmall-data-limit=0.
9041
9042 2018-11-01 Joel Brobecker <brobecker@adacore.com>
9043
9044 * gdb.ada/watch_minus_l: New testcase.
9045
9046 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
9047
9048 * gdb.arch/aix-sighandle.c: New file.
9049 * gdb.arch/aix-sighandle.exp: New file.
9050
9051 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
9052
9053 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
9054 registers being unions.
9055
9056 2018-10-31 Tom de Vries <tdevries@suse.de>
9057
9058 * lib/valgrind.exp: New file.
9059 (vgdb_start, vgdb_stop): New procs, factored out of ...
9060 * gdb.base/valgrind-bt.exp: ... here, ...
9061 * gdb.base/valgrind-disp-step.exp: ... here and ...
9062 * gdb.base/valgrind-infcall.exp: ... here.
9063
9064 2018-10-31 Tom de Vries <tdevries@suse.de>
9065
9066 * lib/gdb.exp (get_valueof): Don't output read value in test name.
9067
9068 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
9069
9070 * gdb.dwarf2/void-type.c: New file.
9071 * gdb.dwarf2/void-type.exp: New file.
9072
9073 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9074
9075 * gdb.base/info_qt.c: New file.
9076 * gdb.base/info_qt.exp: New file.
9077
9078 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9079
9080 * gdb.arch/powerpc-htm-regs.c: New file.
9081 * gdb.arch/powerpc-htm-regs.exp: New file.
9082
9083 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9084
9085 * gdb.arch/powerpc-tar.c: New file.
9086 * gdb.arch/powerpc-tar.exp: New file.
9087
9088 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9089
9090 * gdb.arch/powerpc-ppr-dscr.c: New file.
9091 * gdb.arch/powerpc-ppr-dscr.exp: New file.
9092
9093 2018-10-25 Tom de Vries <tdevries@suse.de>
9094
9095 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
9096
9097 2018-10-24 Tom de Vries <tdevries@suse.de>
9098
9099 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
9100 longer exists error.
9101
9102 2018-10-24 Tom de Vries <tdevries@suse.de>
9103
9104 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
9105
9106 2018-10-24 Tom de Vries <tdevries@suse.de>
9107
9108 * gdb.base/valgrind-db-attach.exp: Handle removed support for
9109 --db-attach in valgrind.
9110
9111 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
9112
9113 * gdb.arch/riscv-reg-aliases.c: New file.
9114 * gdb.arch/riscv-reg-aliases.exp: New file.
9115
9116 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9117
9118 * gdb.python/py-cmd.exp: Check for gdb_prompt.
9119
9120 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9121
9122 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
9123
9124 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9125
9126 * gdb.cp/ovldbreak.exp: Fix regexps.
9127
9128 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9129
9130 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
9131
9132 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
9133
9134 PR cli/23785
9135 * gdb.base/restore.exp: New test to check if "restore" with an
9136 invalid file doesn't segfault.
9137
9138 2018-10-18 Tom de Vries <tdevries@suse.de>
9139
9140 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
9141 * gdb.ada/excep_handle.exp: Same.
9142 * gdb.ada/mi_string_access.exp: Same.
9143 * gdb.ada/mi_var_union.exp: Same.
9144 * gdb.arch/arc-analyze-prologue.exp: Same.
9145 * gdb.arch/arc-decode-insn.exp: Same.
9146 * gdb.base/readnever.exp: Same.
9147 * gdb.fortran/printing-types.exp: Same.
9148 * gdb.guile/scm-lazy-string.exp: Same.
9149
9150 2018-10-16 Tom de Vries <tdevries@suse.de>
9151
9152 PR gdb/23730
9153 * gdb.base/catch-follow-exec.c: Add copyright notice.
9154 * gdb.base/catch-follow-exec.exp: Rewrite to use
9155 gdb_spawn_with_cmdline_opts. Require gdb-native.
9156
9157 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
9158
9159 * gdb.trace/actions-changed.exp: Check for arch support.
9160 * gdb.trace/actions.exp: Likewise.
9161 * gdb.trace/ax.exp: Likewise.
9162 * gdb.trace/backtrace.exp: Likewise.
9163 * gdb.trace/change-loc.exp: Likewise.
9164 * gdb.trace/deltrace.exp: Likewise.
9165 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
9166 * gdb.trace/ftrace.exp: Likewise.
9167 * gdb.trace/infotrace.exp: Check for arch support.
9168 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
9169 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
9170 * gdb.trace/mi-tsv-changed.exp: Likewise.
9171 * gdb.trace/packetlen.exp: Likewise.
9172 * gdb.trace/passc-dyn.exp: Likewise.
9173 * gdb.trace/passcount.exp: Likewise.
9174 * gdb.trace/pending.exp: Likewise.
9175 * gdb.trace/range-stepping.exp: Check for shlib support.
9176 * gdb.trace/report.exp: Check for arch support.
9177 * gdb.trace/save-trace.exp: Likewise.
9178 * gdb.trace/signal.exp: Check for signal support.
9179 * gdb.trace/tfind.exp: Check for arch support.
9180 * gdb.trace/trace-break.exp: Check for arch and shlib support.
9181 * gdb.trace/trace-common.h: Add comment.
9182 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
9183 * gdb.trace/trace-enable-disable.exp: Likewise.
9184 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
9185 * gdb.trace/tracecmd.exp: Check for arch support.
9186 * gdb.trace/tspeed.exp: Check for shlib and target support.
9187 * gdb.trace/tstatus.exp: Check for arch support.
9188 * gdb.trace/tsv.exp: Likewise.
9189 * gdb.trace/while-dyn.exp: Likewise.
9190 * gdb.trace/while-stepping.exp: Likewise.
9191 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
9192
9193 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
9194
9195 * gdb.trace/tspeed.exp: Remove nowarnings.
9196 (prepare_for_trace_test): Declare "global ipalib".
9197 * gdb.trace/tspeed.c: Include unistd.h.
9198 (main): Remove superfluous printf argument.
9199
9200 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
9201
9202 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
9203 directory prefix on the filename.
9204
9205 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
9206
9207 * gdb.gdb/unittest.exp: Update expected message informing that
9208 selftests have been disabled.
9209 * gdb.server/unittest.exp: Likewise.
9210
9211 2018-10-09 Tom de Vries <tdevries@suse.de>
9212
9213 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
9214 with runto_main.
9215
9216 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
9217
9218 PR c++/16841
9219 * gdb.cp/virtbase2.cc: New file.
9220 * gdb.cp/virtbase2.exp: New file.
9221
9222 2018-10-06 Tom Tromey <tom@tromey.com>
9223
9224 PR python/19399:
9225 * gdb.python/py-inferior.exp: Add architecture test.
9226
9227 2018-10-06 Tom Tromey <tom@tromey.com>
9228
9229 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
9230 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
9231
9232 2018-10-06 Tom Tromey <tom@tromey.com>
9233
9234 * gdb.python/py-breakpoint.exp (check_last_event): Check location
9235 of a "throw" catchpoint.
9236
9237 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
9238
9239 * gdb.base/info-proc.exp: Update string expected from "help info
9240 proc".
9241
9242 2018-10-04 Tom Tromey <tom@tromey.com>
9243
9244 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
9245 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
9246 (test_initial_complaints, test_empty_complaints): Update.
9247 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
9248
9249 2018-10-04 Tom Tromey <tom@tromey.com>
9250
9251 PR cli/19551:
9252 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
9253 * lib/gdb.exp (gdb_file_cmd): Update.
9254 * gdb.stabs/weird.exp (print_weird_var): Update.
9255 * gdb.server/solib-list.exp: Update.
9256 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
9257 * gdb.mi/mi-cli.exp: Update.
9258 * gdb.linespec/linespec.exp: Update.
9259 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
9260 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
9261 * gdb.cp/cp-relocate.exp: Update.
9262 * gdb.base/sym-file.exp: Update.
9263 * gdb.base/relocate.exp: Update.
9264 * gdb.base/readnever.exp: Update.
9265 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9266 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
9267 * gdb.base/dbx.exp (gdb_file_cmd): Update.
9268 * gdb.base/code_elim.exp: Update.
9269 * gdb.base/break-unload-file.exp (test_break): Update.
9270 * gdb.base/break-interp.exp (test_attach_gdb): Update.
9271 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
9272 Update.
9273 * gdb.base/attach.exp (do_attach_tests): Update.
9274 * gdb.base/sepdebug.exp: Update.
9275 * gdb.python/py-section-script.exp: Update.
9276
9277 2018-10-04 Tom Tromey <tom@tromey.com>
9278
9279 PR cli/22234:
9280 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
9281 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
9282 output.
9283
9284 2018-10-04 Tom Tromey <tom@tromey.com>
9285
9286 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
9287 set width and height to 0.
9288 (test_command_line_attach_run): Use -quiet.
9289
9290 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
9291
9292 * lib/gdb.exp (skip_ifunc_tests): New.
9293 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
9294 other compile failures.
9295 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
9296
9297 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
9298
9299 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
9300 is_amd64_regs_target.
9301
9302 2018-10-01 Alan Hayward <alan.hayward@arm.com>
9303
9304 * gdb.arch/aarch64-sighandler-regs.c: New test.
9305 * gdb.arch/aarch64-sighandler-regs.exp: New file.
9306 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
9307
9308 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
9309
9310 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
9311 assembly.
9312
9313 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
9314
9315 * gdb.base/frame-selection.exp: New file.
9316 * gdb.base/frame-selection.c: New file.
9317
9318 2018-09-27 Alan Hayward <alan.hayward@arm.com>
9319
9320 * gdb.threads/check-libthread-db.c (thread_routine): Use a
9321 pthread barrier.
9322 (main): Likewise.
9323
9324 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
9325
9326 * gdb.base/large-frame-1.c: New file.
9327 * gdb.base/large-frame-2.c: New file.
9328 * gdb.base/large-frame.exp: New file.
9329 * gdb.base/large-frame.h: New file.
9330
9331 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
9332
9333 PR gdb/20948
9334 * gdb.base/write_mem.exp: New test.
9335 * gdb.base/write_mem.c: Likewise.
9336
9337 2018-09-23 Tom Tromey <tom@tromey.com>
9338
9339 PR python/18852:
9340 * gdb.python/py-parameter.exp: Add test for parameter that throws
9341 on "set".
9342
9343 2018-09-23 Tom Tromey <tom@tromey.com>
9344
9345 PR python/17284:
9346 * gdb.python/py-template.exp (test_template_arg): Add test for
9347 negative template argument number.
9348
9349 2018-09-23 Tom Tromey <tom@tromey.com>
9350
9351 PR python/14062:
9352 * gdb.python/python.exp: Add test for post_event error.
9353
9354 2018-09-23 Tom Tromey <tom@tromey.com>
9355
9356 PR python/18170:
9357 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
9358 convert pointers to int and long.
9359
9360 2018-09-23 Tom Tromey <tom@tromey.com>
9361
9362 PR python/20126:
9363 * gdb.python/py-value.exp (test_value_numeric_ops): Add
9364 signed-ness conversion tests.
9365
9366 2018-09-23 Tom Tromey <tom@tromey.com>
9367
9368 PR python/18352;
9369 * gdb.python/py-value.exp (test_float_conversion): New proc.
9370 Use it.
9371
9372 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
9373
9374 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
9375
9376 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
9377
9378 * gdb.base/complete-empty.exp: Skip tab-completion tests if
9379 no readline.
9380 * gdb.base/utf8-identifiers.exp: Likewise.
9381 * gdb.cp/cpcompletion.exp: Likewise.
9382 * gdb.linespec/cpcompletion.exp: Likewise.
9383 * gdb.linespec/cpls-abi-tag.exp: Likewise.
9384 * gdb.linespec/cpls-ops.exp: Likewise.
9385
9386 2018-09-19 Richard Bunt <richard.bunt@arm.com>
9387 Chris January <chris.january@arm.com>
9388
9389 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
9390 * gdb.fortran/short-circuit-argument-list.exp: New file.
9391 * gdb.fortran/short-circuit-argument-list.f90: New test.
9392
9393 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
9394
9395 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
9396 "arch=" keyword when executing "-stack-list-frames".
9397
9398 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
9399
9400 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
9401 "arch=" keyword when executing "-stack-list-frames".
9402
9403 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
9404
9405 * gdb.ada/complete.exp: Expect for "@" when doing "complete
9406 break ada".
9407
9408 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
9409
9410 PR python/23669
9411 * gdb.python/python.exp: Test gdb.execute("show commands").
9412
9413 2018-09-16 Tom Tromey <tom@tromey.com>
9414
9415 * gdb.base/new-ui.exp (do_execution_tests): Update.
9416 * gdb.base/dbx.exp (test_breakpoints): Update.
9417
9418 2018-09-14 Alan Hayward <alan.hayward@arm.com>
9419
9420 * lib/gdb.exp (gdb_simple_compile): Add proc.
9421 (is_elf_target): Use gdb_simple_compile.
9422 (skip_altivec_tests): Likewise.
9423 (skip_vsx_tests): Likewise.
9424 (skip_tsx_tests): Likewise.
9425 (skip_btrace_tests): Likewise.
9426 (skip_btrace_pt_tests): Likewise.
9427 (gdb_can_simple_compile): Likewise.
9428 (gdb_has_argv0): Likewise.
9429 (gdb_target_symbol_prefix): Likewise.
9430 (target_supports_scheduler_locking): Likewise.
9431
9432 2018-09-13 Tom Tromey <tom@tromey.com>
9433
9434 * Makefile.in (TAGS): Recognize proc_with_prefix and
9435 gdb_caching_proc.
9436
9437 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9438
9439 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
9440 method.
9441
9442 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9443
9444 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
9445 and a few other Inferior properties when the Inferior is no
9446 longer valid.
9447
9448 2018-09-13 Tom Tromey <tom@tromey.com>
9449
9450 PR rust/23650:
9451 * gdb.rust/simple.exp: Add test for enum field access error.
9452
9453 2018-09-13 Tom Tromey <tom@tromey.com>
9454
9455 PR rust/23626:
9456 * gdb.rust/simple.rs (EmptyEnum): New type.
9457 (main): Use it.
9458 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
9459
9460 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9461
9462 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
9463 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
9464 * gdb.python/py-symtab.exp: Update test printing an objfile.
9465
9466 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
9467
9468 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
9469 object.
9470
9471 2018-09-12 Alan Hayward <alan.hayward@arm.com>
9472
9473 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
9474 (support_complex_tests): Use gdb_can_simple_compile.
9475 (is_ilp32_target): Likewise.
9476 (is_lp64_target): Likewise.
9477 (is_64_target): Likewise.
9478 (is_amd64_regs_target): Likewise.
9479 (is_aarch32_target): Likewise.
9480 (gdb_int128_helper): Likewise.
9481
9482 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9483
9484 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
9485
9486 2018-09-10 Jerome Guitton <guitton@adacore.com>
9487
9488 * gdb.ada/same_component_name: Add test for case of tagged record
9489 with variable-length fields.
9490
9491 2018-09-10 Xavier Roirand <roirand@adacore.com>
9492
9493 * gdb.ada/access_to_unbounded_array.exp: New testcase.
9494 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
9495 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
9496 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
9497
9498 2018-09-10 Xavier Roirand <roirand@adacore.com>
9499
9500 * gdb.ada/mi_string_access.exp: New testcase.
9501 * gdb.ada/mi_string_access/bar.adb: New file.
9502 * gdb.ada/mi_string_access/pck.adb: New file.
9503 * gdb.ada/mi_string_access/pck.asd: New file.
9504
9505 2018-09-10 Xavier Roirand <roirand@adacore.com>
9506
9507 * gdb.ada/mi_var_union.exp: New testcase.
9508 * gdb.ada/mi_var_union/bar.adb: New file.
9509 * gdb.ada/mi_var_union/pck.adb: New file.
9510 * gdb.ada/mi_var_union/pck.asd: New file.
9511
9512 2018-09-08 Tom Tromey <tom@tromey.com>
9513
9514 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
9515
9516 2018-09-08 Tom Tromey <tom@tromey.com>
9517
9518 PR python/16047:
9519 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
9520 (register_pretty_printers): Register new printer.
9521 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
9522 test.
9523 * gdb.python/py-prettyprint.c (int_type3): New typedef.
9524 (an_int_type3): New global.
9525
9526 2018-09-08 Joel Brobecker <brobecker@adacore.com>
9527
9528 * gdb.ada/expr_with_funcall: New testcase.
9529
9530 2018-09-08 Joel Brobecker <brobecker@adacore.com>
9531
9532 * gdb.ada/packed_array_assign: New testcase.
9533
9534 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
9535
9536 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
9537 names, and add test prefixes to make test names unique.
9538
9539 2018-09-05 Tom de Vries <tdevries@suse.de>
9540
9541 * gdb.dwarf2/varval.exp: Add test.
9542
9543 2018-09-04 Gary Benson <gbenson@redhat.com>
9544
9545 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
9546 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
9547
9548 2018-08-31 Tom Tromey <tom@tromey.com>
9549
9550 * gdb.rust/simple.rs: Rename second variable "v".
9551
9552 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
9553
9554 * gdb.base/funcargs.c (use_a): New function.
9555 (recurse): Call use_a.
9556
9557 2018-08-29 Keith Seitz <keiths@redhat.com>
9558
9559 * gdb.compile/compile-cplus-anonymous.cc: New file.
9560 * gdb.compile/compile-cplus-anonymous.exp: New file.
9561 * gdb.compile/compile-cplus-array-decay.cc: New file.
9562 * gdb.compile/compile-cplus-array-decay.exp: New file.
9563 * gdb.compile/compile-cplus-inherit.cc: New file.
9564 * gdb.compile/compile-cplus-inherit.exp: New file.
9565 * gdb.compile/compile-cplus-member.cc: New file.
9566 * gdb.compile/compile-cplus-member.exp: New file.
9567 * gdb.compile/compile-cplus-method.cc: New file.
9568 * gdb.compile/compile-cplus-method.exp: New file.
9569 * gdb.compile/compile-cplus-mod.c: "New" file.
9570 * gdb.compile/compile-cplus-namespace.cc: New file.
9571 * gdb.compile/compile-cplus-namespace.exp: New file.
9572 * gdb.compile/compile-cplus-nested.cc: New file.
9573 * gdb.compile/compile-cplus-nested.exp: New file.
9574 * gdb.compile/compile-cplus-print.c: "New" file.
9575 * gdb.compile/compile-cplus-print.exp: "New" file.
9576 * gdb.compile/compile-cplus-virtual.cc: New file.
9577 * gdb.compile/compile-cplus-virtual.exp: New file.
9578 * gdb.compile/compile-cplus.c: "New" file.
9579 * gdb.compile/compile-cplus.exp: "New" file.
9580 * lib/compile-support.exp: New file.
9581
9582 2018-08-16 Gary Benson <gbenson@redhat.com>
9583
9584 PR gdb/13000:
9585 * gdb.base/batch-exit-status.exp: New file.
9586 * gdb.base/batch-exit-status.good-commands: Likewise.
9587 * gdb.base/batch-exit-status.bad-commands: Likewise.
9588
9589 2018-08-29 Alan Hayward <alan.hayward@arm.com>
9590
9591 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
9592 (struct struct02): Likewise.
9593 (struct struct03): Likewise.
9594 (struct struct04): Likewise.
9595 (struct struct_01_01): New struct.
9596 (struct struct_01_02): Likewise.
9597 (struct struct_01_03): Likewise.
9598 (struct struct_01_04): Likewise.
9599 (struct struct_02_01): Likewise.
9600 (struct struct_02_02): Likewise.
9601 (struct struct_02_03): Likewise.
9602 (struct struct_02_04): Likewise.
9603 (struct struct_04_01): Likewise.
9604 (struct struct_04_02): Likewise.
9605 (struct struct_04_03): Likewise.
9606 (struct struct_04_04): Likewise.
9607 (struct struct_05_01): Likewise.
9608 (struct struct_05_02): Likewise.
9609 (struct struct_05_03): Likewise.
9610 (struct struct_05_04): Likewise.
9611 (cmp_struct01): Remove function.
9612 (cmp_struct02): Likewise.
9613 (cmp_struct03): Likewise.
9614 (cmp_struct04): Likewise.
9615 (cmp_struct_01_01): Add Function.
9616 (cmp_struct_01_02): Likewise.
9617 (cmp_struct_01_03): Likewise.
9618 (cmp_struct_01_04): Likewise.
9619 (cmp_struct_02_01): Likewise.
9620 (cmp_struct_02_02): Likewise.
9621 (cmp_struct_02_03): Likewise.
9622 (cmp_struct_02_04): Likewise.
9623 (cmp_struct_04_01): Likewise.
9624 (cmp_struct_04_02): Likewise.
9625 (cmp_struct_04_03): Likewise.
9626 (cmp_struct_04_04): Likewise.
9627 (cmp_struct_05_01): Likewise.
9628 (cmp_struct_05_02): Likewise.
9629 (cmp_struct_05_03): Likewise.
9630 (cmp_struct_05_04): Likewise.
9631 (call_all): Add new structs.
9632 * gdb.base/infcall-nested-structs.exp: Likewise.
9633
9634 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
9635
9636 * gdb.python/py-framefilter-mi.exp: Update regexp to
9637 check for "arch" field in frame output.
9638
9639 2018-08-23 Kevin Buettner <kevinb@redhat.com>
9640
9641 * gdb.dwarf2/dw2-ranges-func.c: New file.
9642 * gdb.dwarf2/dw2-ranges-func.exp: New file.
9643
9644 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
9645
9646 * gdb.base/term.exp: Compare terminal settings with values from
9647 the inferior.
9648 * gdb.base/term.c: Get and set terminal settings.
9649
9650 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
9651
9652 * lib/mi-support.exp (mi_expect_stop): Update regexp to
9653 accommodate new "arch" field in frame output.
9654 * gdb.mi/mi-return.exp: Likewise.
9655 * gdb.mi/mi-stack.exp: Likewise.
9656 * gdb.mi/mi-syn-frame.exp: Likewise.
9657 * gdb.mi/user-selected-context-sync.exp: Likewise.
9658
9659 2018-08-19 Michael Spang <spang@google.com>
9660
9661 PR gdb/11786
9662 * gdb.base/gcore-tls-pie.c: New file.
9663 * gdb.base/gcore-tls-pie.exp: New file.
9664
9665 2018-08-18 Kevin Buettner <kevinb@redhat.com>
9666
9667 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
9668 * gdb.dwarf2/varval.c: New file.
9669 * gdb.dwarf2/varval.exp: New file.
9670
9671 2018-08-17 Alan Hayward <alan.hayward@arm.com>
9672
9673 PR gdb/18931
9674 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
9675
9676 2018-08-16 Keith Seitz <keiths@redhat.com>
9677
9678 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
9679 tests expected to pass.
9680
9681 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
9682
9683 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
9684 -data-disassemble -a.
9685 (test_disassembly_bogus_args): Likewise.
9686
9687 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
9688
9689 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
9690
9691 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
9692
9693 * gdb.base/vla-optimized-out.exp: Add new test.
9694
9695 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
9696
9697 * gdb.base/vla-optimized-out-o3.exp: Delete.
9698 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
9699 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
9700 deleted tests.
9701
9702 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
9703
9704 PR gdb/18050:
9705 * gdb.server/extended-remote-restart.c: New file.
9706 * gdb.server/extended-remote-restart.exp: New file.
9707
9708 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
9709
9710 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
9711 "set variable index = 42".
9712
9713 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
9714
9715 * boards/index-cache-gdb.exp: New file.
9716 * gdb.dwarf2/index-cache.exp: New file.
9717 * gdb.dwarf2/index-cache.c: New file.
9718 * gdb.base/maint.exp: Check if we are using the index cache.
9719
9720 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9721
9722 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
9723 MAKEFLAGS.
9724
9725 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9726
9727 * dg-extract-results.sh: Move to toplevel contrib.
9728 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
9729 * Makefile.in (check-parallel-racy): Likewise.
9730
9731 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
9732
9733 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
9734 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
9735 tests if the target supports scheduler locking.
9736
9737 2018-08-04 Tom de Vries <tdevries@suse.de>
9738
9739 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
9740
9741 2018-08-02 Tom Tromey <tom@tromey.com>
9742
9743 PR symtab/16842.
9744 * gdb.cp/temargs.exp: Test "info address" of a template
9745 parameter.
9746
9747 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
9748
9749 * gdb.python/py-mi-var-info-path-expression.c: New file.
9750 * gdb.python/py-mi-var-info-path-expression.py: New file.
9751 * gdb.python/py-mi-var-info-path-expression.exp: New file.
9752
9753 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
9754
9755 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
9756 error after "cannot resolve name" string.
9757
9758 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
9759
9760 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
9761 started.
9762 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
9763
9764 2018-07-28 Tom de Vries <tdevries@suse.de>
9765
9766 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
9767
9768 2018-07-26 Tom de Vries <tdevries@suse.de>
9769
9770 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
9771
9772 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
9773
9774 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
9775 is visible.
9776
9777 2018-07-26 Tom de Vries <tdevries@suse.de>
9778
9779 PR breakpoints/23366
9780 * gdb.base/catch-follow-exec.c: New test.
9781 * gdb.base/catch-follow-exec.exp: New file.
9782
9783 2018-07-25 Tom de Vries <tdevries@suse.de>
9784
9785 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
9786 vla-optimized-out.c.
9787
9788 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
9789
9790 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
9791 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
9792
9793 2018-07-20 Tom de Vries <tdevries@suse.de>
9794
9795 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
9796 NOCLONE macro.
9797 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
9798
9799 2018-07-19 Tom de Vries <tdevries@suse.de>
9800
9801 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
9802 regular expression.
9803
9804 2018-07-18 Tom de Vries <tdevries@suse.de>
9805
9806 * gdb.base/vla-optimized-out.c: New test.
9807 * gdb.base/vla-optimized-out.exp: New file.
9808
9809 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
9810
9811 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
9812 message "No address associated with hostname" when gdbserver
9813 cannot resolve the hostname.
9814
9815 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9816
9817 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
9818 Add some test prefixes to make tests unique.
9819
9820 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9821
9822 * gdb.base/frameapply.c: New file.
9823 * gdb.base/frameapply.exp: New file.
9824
9825 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9826
9827 * gdb.base/skip.exp: Update expected error message.
9828
9829 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
9830 Jan Kratochvil <jan.kratochvil@redhat.com>
9831 Paul Fertser <fercerpav@gmail.com>
9832 Tsutomu Seki <sekiriki@gmail.com>
9833
9834 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
9835 parameter.
9836 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
9837 by default.
9838 * boards/native-gdbserver.exp: Likewise.
9839 * gdb.server/run-without-local-binary.exp: Improve regexp used
9840 for detecting when a remote debugging connection succeeds.
9841 * gdb.server/server-connect.exp: New file.
9842 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
9843 Do not prefix the port number with ":".
9844 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
9845 support for detecting and using it. Add '$debughost_gdbserver'
9846 to the list of arguments used to start gdbserver. Handle case
9847 when gdbserver cannot resolve a network name.
9848
9849 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
9850
9851 PR c++/23373
9852 * gdb.base/ptype-offsets.cc (struct static_member): New
9853 struct.
9854 (main) <stmember>: New variable.
9855 * gdb.base/ptype-offsets.exp: Add test for printing a struct
9856 with a static member in it.
9857
9858 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
9859
9860 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
9861 watchpoints enabled and disabled.
9862
9863 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9864
9865 * gdb.base/examine-backward.exp: Still run tests around address
9866 0x0, even if address 0x0 is not readable. Update the pattern for
9867 matching address 0x0 in expected output.
9868
9869 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
9870
9871 * gdb.base/share-env-with-gdbserver.c (main): Add call to
9872 malloc/free.
9873
9874 2018-07-04 Tom de Vries <tdevries@suse.de>
9875
9876 * gdb.dwarf2/dw2-error.exp: Update expected error message.
9877
9878 2018-07-02 Maciej W. Rozycki <macro@mips.com>
9879
9880 PR tdep/8282
9881 * gdb.arch/mips-disassembler-options.exp: New test.
9882 * gdb.arch/mips-disassembler-options.s: New test source.
9883
9884 2018-06-29 Pedro Alves <palves@redhat.com>
9885
9886 * gdb.threads/names.exp: Adjust expected "info threads" output.
9887
9888 2018-06-29 Pedro Alves <palves@redhat.com>
9889
9890 * gdb.opt/inline-break.exp (line number, address): Add "info
9891 break" tests.
9892
9893 2018-06-29 Pedro Alves <palves@redhat.com>
9894
9895 * gdb.opt/inline-break.c (func1): Add "break here" marker.
9896 * gdb.opt/inline-break.exp: Test setting breakpoints by line
9897 number and address and running to them.
9898
9899 2018-06-29 Richard Bunt <richard.bunt@arm.com>
9900
9901 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
9902
9903 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9904
9905 * lib/compiler.c: Remove executable permission flag.
9906
9907 2018-06-28 Richard Bunt <richard.bunt@arm.com>
9908
9909 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
9910 code.
9911 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
9912
9913 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
9914
9915 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
9916
9917 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
9918
9919 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
9920 address argument is omitted.
9921
9922 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
9923
9924 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
9925
9926 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
9927
9928 PR gdb/21695
9929 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
9930 * gdb.base/infoline-reloc-main-from-zero.c: New file.
9931
9932 2018-06-26 Tom Tromey <tom@tromey.com>
9933
9934 PR rust/22574:
9935 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
9936 * gdb.rust/simple.rs (struct SimpleLayout): New.
9937
9938 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
9939
9940 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
9941 "info registers" output.
9942
9943 2018-06-21 Richard Bunt <richard.bunt@arm.com>
9944
9945 * gdb.base/watchpoint-hw-attach.c: New test.
9946 * gdb.base/watchpoint-hw-attach.exp: New file.
9947
9948 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
9949
9950 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
9951 through /bin/sh.
9952 * boards/dwarf4-gdb-index.exp: Likewise.
9953 * boards/fission-dwp.exp: Likewise.
9954
9955 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
9956
9957 * gdb.base/float128.exp: Add comment and improved fail message
9958 to the failure case of "print large128" test.
9959
9960 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
9961
9962 * configure.ac: Remove AC_PREREQ.
9963 * configure: Re-generate.
9964
9965 2018-06-19 Pedro Alves <palves@redhat.com>
9966
9967 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
9968 (func_extern_caller): New.
9969 (main): Call func_extern_caller.
9970 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
9971 logic change.
9972
9973 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
9974
9975 PR gdb/16841
9976 * gdb.cp/typedef-base.cc: New file.
9977 * gdb.cp/typedef-base.exp: New file.
9978
9979 2018-06-18 Tom de Vries <tdevries@suse.de>
9980
9981 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
9982
9983 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
9984 Richard Bunt <Richard.Bunt@arm.com>
9985
9986 * gdb.threads/attach-slow-waitpid.c: New file.
9987 * gdb.threads/attach-slow-waitpid.exp: New file.
9988 * gdb.threads/slow-waitpid.c: New file.
9989
9990 2018-06-14 Pedro Alves <palves@redhat.com>
9991
9992 * gdb.base/fork-running-state.c: Include <errno.h>.
9993 (exit_if_relative_exits): New.
9994 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
9995 exits.
9996 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
9997 child exits.
9998
9999 2018-06-14 Tom de Vries <tdevries@suse.de>
10000
10001 PR cli/22573
10002 * gdb.base/finish-pretty.c: New test.
10003 * gdb.base/finish-pretty.exp: New file.
10004
10005 2018-06-14 Pedro Alves <palves@redhat.com>
10006
10007 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
10008 gdb's expected startup output.
10009
10010 2018-06-14 Pedro Alves <palves@redhat.com>
10011
10012 * lib/selftest-support.exp (selftest_setup): Remove inlined
10013 function handling.
10014
10015 2018-06-14 Tom de Vries <tdevries@suse.de>
10016
10017 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
10018 matching of breakpoint printing.
10019
10020 2018-06-13 Tom de Vries <tdevries@suse.de>
10021
10022 PR testsuite/23269
10023 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
10024 (fork_child): ... here, and ...
10025 (fork_parent): ... here.
10026
10027 2018-06-12 Tom de Vries <tdevries@suse.de>
10028
10029 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
10030
10031 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
10032 Stephen Roberts <stephen.roberts@arm.com>
10033
10034 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
10035 rewrite test to describe action performed, rather than possible
10036 failure.
10037
10038 2018-06-08 Gary Benson <gbenson@redhat.com>
10039
10040 * gdb.threads/check-libthread-db.exp: New file.
10041 * gdb.threads/check-libthread-db.c: Likewise.
10042
10043 2018-06-05 Tom Tromey <tom@tromey.com>
10044
10045 * gdb.base/default.exp: Update expected "show version" output.
10046
10047 2018-06-05 Tom Tromey <tom@tromey.com>
10048
10049 PR cli/12326:
10050 * gdb.cp/static-print-quit.exp: Update.
10051 * lib/gdb.exp (pagination_prompt): Update.
10052 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
10053 * gdb.python/python.exp: Update.
10054
10055 2018-06-04 Joel Brobecker <brobecker@adacore.com>
10056
10057 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
10058
10059 2018-06-01 Joel Brobecker <brobecker@adacore.com>
10060
10061 * gdb.ada/bp_fun_addr: New testcase.
10062
10063 2018-06-01 Tom Tromey <tom@tromey.com>
10064
10065 * gdb.xml/tdesc-regs.exp (load_description): Update expected
10066 results.
10067 * gdb.dwarf2/method-ptr.exp: Set language to C++.
10068 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
10069 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
10070 * gdb.base/maint.exp (maint_pass_if): Update.
10071
10072 2018-05-31 Maciej W. Rozycki <macro@mips.com>
10073
10074 * gdb.base/endian.exp: New test.
10075 * gdb.base/endian.c: New test source.
10076
10077 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
10078
10079 PR gdb/23203
10080 * gdb.base/bt-selected-frame.c: New file.
10081 * gdb.base/bt-selected-frame.exp: New file.
10082 * lib/gdb.exp (get_current_frame_number): New function.
10083
10084 2018-05-24 Maciej W. Rozycki <macro@mips.com>
10085 Pedro Alves <palves@redhat.com>
10086
10087 * gdb.threads/tls-core.c: Include <stdlib.h>
10088 (thread_proc): Call `abort'.
10089 * gdb.threads/tls-core.exp: Generate a core with core_find too.
10090 (tls_core_test): New procedure, bits factored out from ...
10091 (top level): ... here. Test both native cores and gcore cores.
10092
10093 2018-05-23 Tom Tromey <tom@tromey.com>
10094
10095 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
10096
10097 2018-05-23 Tom Tromey <tom@tromey.com>
10098
10099 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
10100 symfile_complaints.
10101 (test_short_complaints): Likewise.
10102 (test_empty_complaints): Likewise.
10103 (test_initial_complaints): Update.
10104
10105 2018-05-23 Tom Tromey <tom@tromey.com>
10106
10107 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
10108
10109 2018-05-23 Tom Tromey <tom@tromey.com>
10110
10111 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
10112 (test_short_complaints): Update.
10113
10114 2018-05-22 Pedro Alves <palves@redhat.com>
10115
10116 * gdb.base/remote.exp: Only gdb_start after compiling the
10117 testcase. Issue "disconnect" before testing "set remote" command
10118 defaults. Issue clean_restart before running to main.
10119
10120 2018-05-22 Pedro Alves <palves@redhat.com>
10121
10122 * gdb.base/remote.exp: Adjust expected output of "show remote
10123 memory-write-packet-size". Add tests for "set remote
10124 memory-write-packet-size 0" and "set remote
10125 memory-write-packet-size fixed/limit".
10126
10127 2018-05-22 Pedro Alves <palves@redhat.com>
10128
10129 PR gdb/22973
10130 * gdb.base/utf8-identifiers.c: New file.
10131 * gdb.base/utf8-identifiers.exp: New file.
10132
10133 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10134
10135 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
10136
10137 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10138
10139 * gdb.arch/powerpc-vsx-gcore.exp: New file.
10140
10141 2018-05-18 Tom Tromey <tom@tromey.com>
10142
10143 * gdb.base/ptype-offsets.exp: Update.
10144
10145 2018-05-17 Keith Seitz <keiths@redhat.com>
10146
10147 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
10148 in expected breakpoint stop locations.
10149 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
10150 move to proper scope to test variable values.
10151 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
10152 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
10153 New functions.
10154 (main): Call not_inline_func3.
10155 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
10156 inline_func1, inline_func2, and inline_func3. Test that when each
10157 breakpoint is hit, GDB properly reports both the stop location
10158 and the backtrace. Repeat tests for temporary breakpoints.
10159
10160 2018-05-15 Maciej W. Rozycki <macro@mips.com>
10161
10162 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
10163 rather then trying to access it in determining whether the PID
10164 of `gdbserver' could have been retrieved.
10165
10166 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
10167
10168 * gdb.arch/amd64-init-x87-values.S: New file.
10169 * gdb.arch/amd64-init-x87-values.exp: New file.
10170
10171 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10172
10173 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
10174
10175 2018-05-04 Tom Tromey <tom@tromey.com>
10176
10177 PR python/22730:
10178 * gdb.python/python.exp: Test multi-line execute.
10179
10180 2018-05-04 Tom Tromey <tom@tromey.com>
10181
10182 PR python/22731:
10183 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
10184
10185 2018-05-04 Tom Tromey <tom@tromey.com>
10186
10187 PR gdb/11750:
10188 * gdb.base/define.exp: Test defining a user command inside a user
10189 command.
10190 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
10191
10192 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10193 Pedro Alves <palves@redhat.com>
10194
10195 PR breakpoints/19806 and support for PR external/20207.
10196 * gdb.base/watchpoint-unaligned.c: New file.
10197 * gdb.base/watchpoint-unaligned.exp: New file.
10198
10199 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10200
10201 * gdb.base/maint.exp: Make test names unique, use
10202 test_prefix_command_help to test 'help maint info', and remove
10203 repeated test of 'help maint'.
10204
10205 2018-05-04 Tom Tromey <tom@tromey.com>
10206
10207 PR gdb/22619:
10208 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
10209 behavior.
10210
10211 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10212
10213 * gdb.base/maint.exp: Process output from 'maint print registers'
10214 line at a time.
10215
10216 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10217
10218 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
10219 timeout.
10220
10221 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
10222
10223 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
10224 filter pattern.
10225
10226 2018-05-02 Pedro Alves <palves@redhat.com>
10227
10228 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
10229 to_log_command renames.
10230 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
10231
10232 2018-05-02 Tom Tromey <tom@tromey.com>
10233
10234 * gdb.python/py-parameter.exp: Set test message.
10235
10236 2018-05-02 Tom Tromey <tom@tromey.com>
10237
10238 PR python/20084:
10239 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
10240 PARAM_ZUINTEGER_UNLIMITED tests.
10241
10242 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
10243
10244 PR rust/23124
10245 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
10246 when casting.
10247
10248 2018-04-30 Tom Tromey <tom@tromey.com>
10249
10250 * gdb.python/py-type.exp: Check align attribute.
10251 * gdb.python/py-type.c: New "aligncheck" global.
10252
10253 2018-04-30 Tom Tromey <tom@tromey.com>
10254
10255 PR exp/17095:
10256 * gdb.dwarf2/dw2-align.exp: New file.
10257 * gdb.cp/align.exp: New file.
10258 * gdb.base/align.exp: New file.
10259 * lib/gdb.exp (gdb_int128_helper): New proc.
10260 (has_int128_c, has_int128_cxx): New caching procs.
10261
10262 2018-04-27 Tom Tromey <tom@tromey.com>
10263
10264 PR rust/22545:
10265 * gdb.rust/simple.exp: Add inclusive range tests.
10266
10267 2018-04-26 Pedro Alves <palves@redhat.com>
10268
10269 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
10270 ifunc breakpoint locations correctly of ifunc breakpoints set
10271 while the program resolves the ifunc.
10272
10273 2018-04-26 Pedro Alves <palves@redhat.com>
10274
10275 * gdb.base/gnu-ifunc-final.c: New file.
10276 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
10277 * gdb.base/gnu-ifunc.exp (executable): Delete.
10278 (staticexecutable): Adjust.
10279 (lib_opts, exec_opts): Delete.
10280 (make_binsuffix, build, set-break): New procedures.
10281 (misc_tests): New, with tests factored out from the top level.
10282 (top level): Test different combinations of ifunc resolver name,
10283 resolver with and with debug info, and ifunc target with and
10284 without debug info. Wrap static tests with with_target_prefix.
10285
10286 2018-04-26 Pedro Alves <palves@redhat.com>
10287
10288 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
10289 return type" warnings.
10290
10291 2018-04-25 Pedro Alves <palves@redhat.com>
10292
10293 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
10294 killed".
10295 * gdb.base/kill-after-signal.exp: Likewise.
10296 * gdb.threads/kill.exp: Likewise.
10297
10298 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10299 Sergio Durigan Junior <sergiodj@redhat.com>
10300 Pedro Alves <palves@redhat.com>
10301
10302 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
10303 regexps to expect for '[Inferior ... detached]' as well.
10304 * gdb.base/attach.exp: Likewise.
10305 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
10306 "gdb_continue_to_end".
10307 (test_catch_syscall_with_wrong_args): Likewise.
10308 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
10309 ']'. Don't set 'verbose' on.
10310 * gdb.base/foll-vfork.exp: Likewise.
10311 * gdb.base/fork-print-inferior-events.c: New file.
10312 * gdb.base/fork-print-inferior-events.exp: New file.
10313 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
10314 '[Inferior ... has been killed]' message.
10315 * gdb.base/kill-after-signal.exp: Likewise.
10316 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
10317 detach message.
10318 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
10319 message.
10320 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
10321 regexps to expect for '[Inferior ... detached]' as well.
10322 * gdb.threads/process-dies-while-detaching.exp: Likewise.
10323
10324 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
10325
10326 PR gdb/23104
10327 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
10328
10329 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
10330
10331 PR gdb/23095
10332 * gdb.base/break-probes.exp: Pass shlib_load to
10333 prepare_for_testing. Set normal_bp to r_debug_state if target is
10334 bsd.
10335
10336 2018-04-19 Richard Bunt <richard.bunt@arm.com>
10337
10338 * gdb.threads/multiple-successive-infcall.c: New test.
10339 * gdb.threads/multiple-successive-infcall.exp: New file.
10340
10341 2018-04-17 Tom Tromey <tom@tromey.com>
10342
10343 * gdb.rust/simple.rs (Union): New type.
10344 (main): New local "u".
10345 * gdb.rust/simple.exp (test_one_slice): Add new test case.
10346
10347 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10348
10349 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
10350 number information in output of "whereis" command.
10351 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
10352
10353 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10354
10355 * gdb.ada/info_types.exp: Adjust expected output to the line
10356 numbers now printed by "info var/func/type".
10357 * gdb.base/completion.exp: Likewise.
10358 * gdb.base/included.exp: Likewise.
10359 * gdb.cp/cp-relocate.exp: Likewise.
10360 * gdb.cp/cplusfuncs.exp: Likewise.
10361 * gdb.cp/namespace.exp: Likewise.
10362 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
10363
10364 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
10365
10366 * gdb.btrace/cpu.exp: New.
10367
10368 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
10369
10370 * gdb.base/step-indirect-call-thunk.exp: New.
10371 * gdb.base/step-indirect-call-thunk.c: New.
10372 * gdb.reverse/step-indirect-call-thunk.exp: New.
10373 * gdb.reverse/step-indirect-call-thunk.c: New.
10374
10375 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
10376
10377 * gdb.base/pie-fork.c: New file.
10378 * gdb.base/pie-fork.exp: New file.
10379
10380 2018-04-11 Tom Tromey <tom@tromey.com>
10381
10382 * gdb.rust/simple.exp: Add test for ".." struct initializer.
10383
10384 2018-04-10 Pedro Alves <palves@redhat.com>
10385
10386 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
10387 exits. Instead loop running forever.
10388 (fork_parent): Run forever too.
10389
10390 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
10391
10392 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
10393 mi_continue_to_line.
10394 * gdb.mi/mi-stack.c (callee4): Add comment.
10395
10396 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
10397
10398 * gdb.mi/mi-stack.exp: Fix indentation.
10399
10400 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
10401
10402 PR gdb/22979
10403 * gdb.arch/amd64-osabi.exp: New file.
10404
10405 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
10406
10407 PR gdb/22980
10408 * gdb.base/osabi.exp: New file.
10409
10410 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
10411
10412 * gdb.cp/static-typedef-print.exp: New file.
10413 * gdb.cp/static-typedef-print.cc: New file.
10414
10415 2018-03-27 Joel Brobecker <brobecker@adacore.com>
10416
10417 * gdb.ada/varsize_limit: New testcase.
10418
10419 2018-03-27 Joel Brobecker <brobecker@adacore.com>
10420
10421 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
10422
10423 * gdb.ada/notcplusplus: New testcase.
10424
10425 * gdb.base/c-linkage-name.c: New file.
10426 * gdb.base/c-linkage-name.exp: New testcase.
10427
10428 2018-03-26 Tom Tromey <tom@tromey.com>
10429
10430 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
10431 * gdb.python/py-framefilter.py (name_error): New global.
10432 (ErrorInName.function): Use name_error.
10433
10434 2018-03-26 Tom Tromey <tom@tromey.com>
10435
10436 PR backtrace/15582:
10437 * gdb.python/py-framefilter.exp: Add "bt hide" test.
10438
10439 2018-03-23 Keith Seitz <keiths@redhat.com>
10440
10441 PR c++/22968
10442 * gdb.cp/subtypes.exp: New file.
10443 * gdb.cp/subtypes.h: New file.
10444 * gdb.cp/subtypes.cc: New file.
10445 * gdb.cp/subtypes-2.cc: New file.
10446
10447 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
10448
10449 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
10450 (done): Call '_exit' not 'exit' to avoid atexit handlers.
10451 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
10452 -nostartfiles when compiling the test. Confirm that all registers
10453 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
10454
10455 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
10456
10457 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
10458 option, syntax was wrong anyway.
10459 * gdb.arch/arm-disp-step.exp: Likewise.
10460 * gdb.arch/sparc64-regs.exp: Likewise.
10461 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
10462 option, syntax was wrong anyway, switch to use
10463 prepare_for_testing.
10464 * gdb.arch/i386-disp-step.exp: Likewise.
10465
10466 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
10467
10468 * gdb.ada/exec_changed.exp: Replace "target_info exists
10469 use_gdb_stub" by "use_gdb_stub".
10470 * gdb.ada/start.exp: Likewise.
10471 * gdb.base/async-shell.exp: Likewise.
10472 * gdb.base/attach-pie-misread.exp: Likewise.
10473 * gdb.base/attach-wait-input.exp: Likewise.
10474 * gdb.base/break-entry.exp: Likewise.
10475 * gdb.base/break-interp.exp: Likewise.
10476 * gdb.base/dprintf-detach.exp: Likewise.
10477 * gdb.base/nostdlib.exp: Likewise.
10478 * gdb.base/solib-nodir.exp: Likewise.
10479 * gdb.base/statistics.exp: Likewise.
10480 * gdb.base/testenv.exp: Likewise.
10481 * gdb.mi/mi-exec-run.exp: Likewise.
10482 * gdb.mi/mi-start.exp: Likewise.
10483 * gdb.multi/dummy-frame-restore.exp: Likewise.
10484 * gdb.multi/multi-arch-exec.exp: Likewise.
10485 * gdb.multi/multi-arch.exp: Likewise.
10486 * gdb.multi/tids.exp: Likewise.
10487 * gdb.multi/watchpoint-multi.exp: Likewise.
10488 * gdb.python/py-events.exp: Likewise.
10489 * gdb.threads/attach-into-signal.exp: Likewise.
10490 * gdb.threads/attach-stopped.exp: Likewise.
10491 * gdb.threads/threadapply.exp: Likewise.
10492 * lib/selftest-support.exp: Likewise.
10493
10494 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
10495
10496 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
10497
10498 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
10499
10500 * gdb.perf/template-breakpoints.cc: New file.
10501 * gdb.perf/template-breakpoints.exp: New file.
10502 * gdb.perf/template-breakpoints.py: New file.
10503
10504 2018-03-19 Tom Tromey <tom@tromey.com>
10505
10506 * gdb.rust/simple.rs (main): Add local variables field1, field2,
10507 y0.
10508 * gdb.rust/simple.exp: Test bare identifier form of struct
10509 initializer.
10510
10511 2018-03-19 Tom Tromey <tom@tromey.com>
10512
10513 * gdb.gdb/observer.exp: Remove.
10514
10515 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10516
10517 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
10518 "qualified" option when setting breakpoints.
10519 * gdb.trace/backtrace.exp: Likewise.
10520 * gdb.trace/circ.exp: Likewise.
10521 * gdb.trace/collection.exp: Likewise.
10522 * gdb.trace/disconnected-tracing.exp: Likewise.
10523 * gdb.trace/ftrace-lock.exp: Likewise.
10524 * gdb.trace/ftrace.exp: Likewise.
10525 * gdb.trace/infotrace.exp: Likewise.
10526 * gdb.trace/packetlen.exp: Likewise.
10527 * gdb.trace/passc-dyn.exp: Likewise.
10528 * gdb.trace/qtro.exp: Likewise.
10529 * gdb.trace/read-memory.exp: Likewise.
10530 * gdb.trace/report.exp: Likewise.
10531 * gdb.trace/signal.exp: Likewise.
10532 * gdb.trace/status-stop.exp: Likewise.
10533 * gdb.trace/strace.exp: Likewise.
10534 * gdb.trace/tfind.exp: Likewise.
10535 * gdb.trace/trace-break.exp: Likewise.
10536 * gdb.trace/trace-condition.exp: Likewise.
10537 * gdb.trace/trace-mt.exp: Likewise.
10538 * gdb.trace/tstatus.exp: Likewise.
10539 * gdb.trace/tsv.exp: Likewise.
10540 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
10541 * gdb.trace/unavailable.exp: Likewise.
10542 * gdb.trace/while-dyn.exp: Likewise.
10543
10544 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10545
10546 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
10547 that libinproctrace is copied to the target.
10548
10549 2018-03-14 Tom Tromey <tom@tromey.com>
10550
10551 PR cli/14977:
10552 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
10553 a null pointer.
10554 * gdb.base/wchar.exp: Likewise.
10555
10556 2018-03-14 Tom Tromey <tom@tromey.com>
10557
10558 PR cli/19918:
10559 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
10560 flag.
10561
10562 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
10563
10564 PR gdb/22841
10565 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
10566 "target" to remote_exec.
10567
10568 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
10569
10570 PR gdb/22841
10571 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
10572 ${board}_upload): Remove.
10573
10574 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
10575
10576 * gdb.cp/watch-cp.cc: New test.
10577 * gdb.cp/watch-cp.exp: New file.
10578
10579 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10580
10581 * gdb.base/infcall-nested-structs.exp: New file.
10582 * gdb.base/infcall-nested-structs.c: New file.
10583 * gdb.base/float.exp: Add riscv support.
10584
10585 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
10586
10587 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
10588 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
10589
10590 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
10591
10592 * gdb.server/abspath.exp: New file.
10593 * lib/gdb.exp (with_cwd): New procedure.
10594
10595 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
10596
10597 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
10598 use it.
10599 (gdb_is_target_remote_prompt): New proc.
10600 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
10601 (gdb_is_target_native): Pass prompt parameter to
10602 gdb_is_target_1.
10603
10604 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
10605
10606 * gdb.base/load-command.c: New file.
10607 * gdb.base/load-command.exp: New file.
10608 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
10609 (gdb_is_target_1): ...this, and generalize for other targets
10610 than just remote.
10611 (gdb_is_target_remote): Use gdb_is_target_1.
10612 (gdb_is_target_native): use gdb_is_target_1.
10613
10614 2018-02-26 Tom Tromey <tom@tromey.com>
10615
10616 PR python/16497:
10617 * gdb.python/py-framefilter.exp: Update test.
10618
10619 2018-02-26 Tom Tromey <tom@tromey.com>
10620
10621 * gdb.dwarf2/variant.c: New file.
10622 * gdb.dwarf2/variant.exp: New file.
10623
10624 2018-02-26 Tom Tromey <tom@tromey.com>
10625
10626 * gdb.rust/simple.exp: Accept more possible results in enum test.
10627
10628 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
10629
10630 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
10631 parentheses.
10632
10633 2018-02-23 Maciej W. Rozycki <macro@mips.com>
10634
10635 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
10636 name of a variable: $actual_linejj -> $actual_line.
10637
10638 2018-02-21 John Baldwin <jhb@FreeBSD.org>
10639
10640 * gdb.arch/amd64-i386-address.exp: Fix a typo.
10641
10642 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
10643
10644 * gdb.btrace/buffer-size.exp: Do not force BTS.
10645
10646 2018-02-14 Pedro Alves <palves@redhat.com>
10647
10648 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
10649 getting a "Quit".
10650
10651 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
10652
10653 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
10654 Fix test name.
10655
10656 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
10657
10658 * gdb.cp/m-static.exp: Check type of optimized out static
10659 member.
10660
10661 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
10662
10663 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
10664 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
10665
10666 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
10667 Leszek Swirski <leszeks@google.com>
10668
10669 * gdb.python/py-prettyprint.c
10670 (struct to_string_returns_value_inner,
10671 struct to_string_returns_value_wrapper): New.
10672 (main): Add tsrvw variable.
10673 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
10674 ToStringReturnsValueWrapper): New classes.
10675 (register_pretty_printers): Register new pretty-printers.
10676 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
10677 recursive pretty printer.
10678 * gdb.python/py-mi.exp: Likewise.
10679
10680 2018-02-01 Leszek Swirski <leszeks@google.com>
10681
10682 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
10683 functions with the same name as an include file are parsed
10684 correctly.
10685
10686 2018-02-01 Yao Qi <yao.qi@linaro.org>
10687
10688 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
10689 "\[^\r\n\]*".
10690
10691 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
10692
10693 * gdb.arch/powerpc-prologue-frame.s: New file.
10694 * gdb.arch/powerpc-prologue-frame.c: Likewise.
10695 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
10696
10697 2018-01-31 Joel Brobecker <brobecker@adacore.com>
10698
10699 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
10700
10701 2018-01-30 Pedro Alves <palves@redhat.com>
10702
10703 PR gdb/13211
10704 * gdb.base/interrupt-daemon.c: New.
10705 * gdb.base/interrupt-daemon.exp: New.
10706 * gdb.multi/multi-term-settings.c: New.
10707 * gdb.multi/multi-term-settings.exp: New.
10708
10709 2018-01-30 Joel Brobecker <brobecker@adacore.com>
10710
10711 * gdb.base/break.exp: Save the location where the breakpoint
10712 on break.c:47 was actually inserted when debugging the version
10713 compiled at -O2 and use it in the expected output of the "info
10714 break" test performed soon after.
10715
10716 2018-01-22 Pedro Alves <palves@redhat.com>
10717 Sergio Durigan Junior <sergiodj@redhat.com>
10718
10719 * gdb.base/whatis.exp: Add tests for 'set print object on' +
10720 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
10721
10722 2018-01-22 Joel Brobecker <brobecker@adacore.com>
10723
10724 * gdb.base/break-include.c, gdb.base/break-include.inc,
10725 gdb.base/break-include.exp: New files.
10726 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
10727 line number now being the actual line number where the breakpoint
10728 was inserted.
10729 * gdb.mi/mi-break.exp: Likewise.
10730 * gdb.mi/mi-reverse.exp: Likewise.
10731 * gdb.mi/mi-simplerun.exp: Ditto.
10732
10733 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
10734
10735 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
10736 varobj.
10737 * gdb.mi/mi-var-create-rtti.exp: Likewise.
10738
10739 2018-01-21 Don Breazeal <donb@codesourcery.com>
10740 Andrew Burgess <andrew.burgess@embecosm.com>
10741
10742 * gdb.mi/basics.c: Add new global.
10743 * gdb.mi/mi-frame-regs.exp: New file.
10744 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
10745 case.
10746
10747 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
10748
10749 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
10750 non-parameter, and on an unknown symbol.
10751
10752 2018-01-19 Tom Tromey <tom@tromey.com>
10753
10754 * gdb.rust/modules.rs (TWENTY_THREE): New global.
10755 * gdb.rust/modules.exp: Add ::-qualified lookup test.
10756
10757 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10758
10759 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
10760 setrlimit and chdir to int.
10761
10762 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10763
10764 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
10765 function.
10766 (my_tend): Likewise.
10767 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
10768 rationale of avoiding FP- and vector instructions.
10769
10770 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
10771
10772 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
10773 "info reg" with "\[ \t\]*".
10774 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
10775 "\[ \t\]+".
10776 * gdb.arch/s390-multiarch.exp: Ditto.
10777 * gdb.base/pc-fp.exp: Ditto.
10778 * gdb.reverse/i386-precsave.exp: Ditto.
10779 * gdb.reverse/i386-reverse.exp: Ditto.
10780 * gdb.reverse/i387-env-reverse.exp: Ditto.
10781 * gdb.reverse/i387-stack-reverse.exp: Ditto.
10782
10783 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
10784
10785 * lib/gdb.exp (gdb_compile): Re-enable use of
10786 universal_compile_options for languages other than Rust.
10787
10788 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
10789
10790 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
10791
10792 2018-01-17 Mike Gulick <mgulick@mathworks.com>
10793
10794 PR gdb/16577
10795 * gdb.base/solib-vanish.exp: New.
10796 * gdb.base/solib-vanish-main.c: New.
10797 * gdb.base/solib-vanish-lib1.c: New.
10798 * gdb.base/solib-vanish-lib2.c: New.
10799
10800 2018-01-17 Yao Qi <yao.qi@linaro.org>
10801
10802 * gdb.compile/compile.exp: Match the address printed for
10803 frame in the output of command "bt".
10804
10805 2018-01-15 Tom Tromey <tom@tromey.com>
10806
10807 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
10808 compute sp_reg.
10809
10810 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
10811
10812 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
10813 to prepare.
10814 (prepare): Return 0 on error, 1 on success.
10815
10816 2018-01-12 Pedro Alves <palves@redhat.com>
10817
10818 * gdb.base/continue-after-aborted-step-over.c: New.
10819 * gdb.base/continue-after-aborted-step-over.exp: New.
10820
10821 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
10822
10823 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
10824 options when not creating an executable.
10825
10826 2018-01-11 Pedro Alves <palves@redhat.com>
10827
10828 PR remote/22597
10829 * gdb.server/stop-reply-no-thread.c: New file.
10830 * gdb.server/stop-reply-no-thread.exp: New file.
10831
10832 2018-01-10 Pedro Alves <palves@redhat.com>
10833
10834 PR gdb/22670
10835 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
10836 functions too. Test setting breakpoints and printing C functions
10837 with no debug info too.
10838 * gdb.ada/bp_c_mixed_case/qux.c: New file.
10839
10840 2018-01-10 Pedro Alves <palves@redhat.com>
10841
10842 PR gdb/22670
10843 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
10844 a fail.
10845
10846 2018-01-10 Pedro Alves <palves@redhat.com>
10847
10848 PR gdb/22670
10849 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
10850
10851 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
10852
10853 * gdb.server/unittest.exp: Match the output in non-development
10854 mode.
10855
10856 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
10857
10858 * gdb.gdb/unittest.exp: Match output in non-development mode.
10859
10860 2018-01-08 Joel Brobecker <brobecker@adacore.com>
10861
10862 * gdb.ada/access_tagged_param.exp: Relax expected output
10863 for value of "ObjL" in "continue" to pck.inspect breakpoint
10864 test.
10865
10866 2018-01-08 Joel Brobecker <brobecker@adacore.com>
10867
10868 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
10869 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
10870
10871 2018-01-05 Pedro Alves <palves@redhat.com>
10872
10873 PR gdb/18653
10874 * gdb.base/libsegfault.exp: New.
10875
10876 2018-01-05 Joel Brobecker <brobecker@adacore.com>
10877
10878 PR gdb/22670
10879 * gdb.ada/access_tagged_param.exp: New file.
10880 * gdb.ada/access_tagged_param/foo.adb: New file.
10881
10882 2018-01-05 Pedro Alves <palves@redhat.com>
10883
10884 PR gdb/22670
10885 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
10886 exercise lower case too, and to exercise both full matching and
10887 wild matching.
10888
10889 2018-01-05 Joel Brobecker <brobecker@adacore.com>
10890
10891 * gdb.ada/rename_subscript_param: New testcase.
10892
10893 2018-01-05 Jerome Guitton <guitton@adacore.com>
10894
10895 * gdb.ada/arr_acc_idx_w_gap: New testcase.
10896
10897 2018-01-05 Joel Brobecker <brobecker@adacore.com>
10898
10899 * gdb.ada/convvar_comp: New testcase.
10900
10901 2018-01-05 Xavier Roirand <roirand@adacore.com>
10902
10903 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
10904 (My_Table): New global variable.
10905 * testsuite/gdb.ada/array_char_idx.exp: Add test.
10906
10907 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10908
10909 PR gdb/22670
10910 * gdb.ada/maint_with_ada: New testcase.
10911
10912 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10913
10914 PR gdb/22670
10915 * gdb.ada/bp_c_mixed_case: New testcase.
10916
10917 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10918
10919 PR gdb/22670
10920 * gdb.ada/complete.exp: Add "complete break ada" test.
10921
10922 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10923
10924 PR gdb/22670
10925 * gdb.ada/info_addr_mixed_case: New testcase.
10926
10927 2018-01-03 Xavier Roirand <roirand@adacore.com>
10928
10929 * gdb.ada/excep_handle.exp: New testcase.
10930 * gdb.ada/excep_handle/foo.adb: New file.
10931 * gdb.ada/excep_handle/pck.ads: New file.
10932
10933 2018-01-03 Joel Brobecker <brobecker@adacore.com>
10934
10935 * gdb.base/step-line.c: Add extra empty line in copyright header.
10936 * gdb.base/step-line.inp: Likewise.
10937
10938 2018-01-02 Joel Brobecker <brobecker@adacore.com>
10939
10940 * gdb.ada/dyn_stride.exp: Add slice test.
10941
10942 2018-01-02 Joel Brobecker <brobecker@adacore.com>
10943
10944 * gdb.ada/dyn_stride: New testcase.
10945
10946 2017-12-27 Stafford Horne <shorne@gmail.com>
10947
10948 * gdb.xml/extra-regs.xml: Add example foo reggroup.
10949 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
10950
10951 2017-12-27 Stafford Horne <shorne@gmail.com>
10952
10953 * gdb.base/reggroups.c: New file.
10954 * gdb.base/reggroups.exp: New file.
10955
10956 2017-12-18 Joel Brobecker <brobecker@adacore.com>
10957
10958 * gdb.dwarf2/ada-valprint-error.c: New file.
10959 * gdb.dwarf2/ada-valprint-error.exp: New file.
10960
10961 2017-12-18 Joel Brobecker <brobecker@adacore.com>
10962
10963 * gdb.ada/assign_arr: New testcase.
10964
10965 2017-12-18 Xavier Roirand <roirand@adacore.com>
10966
10967 * gdb.ada/funcall_ptr: New testcase.
10968
10969 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10970
10971 PR cli/16224
10972 * gdb.base/ptype-offsets.cc: New file.
10973 * gdb.base/ptype-offsets.exp: New file.
10974
10975 2017-12-15 Yao Qi <yao.qi@linaro.org>
10976
10977 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
10978 if XML is disabled.
10979
10980 2017-12-15 Xavier Roirand <roirand@adacore.com>
10981
10982 * gdb.ada/same_component_name: New testcase.
10983
10984 2017-12-14 Joel Brobecker <brobecker@adacore.com>
10985
10986 * gdb.ada/str_binop_equal: New testcase.
10987
10988 2017-12-14 Joel Brobecker <brobecker@adacore.com>
10989
10990 * gdb.ada/task_switch_in_core: New testcase.
10991
10992 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
10993
10994 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
10995 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
10996 call test_bkpt_qualified.
10997 (test_bkpt_qualified): New proc.
10998
10999 2017-12-13 Pedro Alves <palves@redhat.com>
11000
11001 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
11002 Tighten regexp by matching with an anchor.
11003
11004 2017-12-13 Pedro Alves <palves@redhat.com>
11005
11006 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
11007 ("expression with namespace"): New set of tests.
11008 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
11009 (Nested::Test_NS::qux): New.
11010 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
11011 defaults to 'start_quote_char' and 'end_quote_char' parameters.
11012
11013 2017-12-13 Joel Brobecker <brobecker@adacore.com>
11014
11015 * gdb.base/server-del-break.c: New file.
11016 * gdb.base/server-del-break.exp: New file.
11017
11018 2017-12-12 Stafford Horne <shorne@gmail.com>
11019
11020 * gdb.xml/tdesc-regs.exp: Add or1k support.
11021
11022 2017-12-12 Stafford Horne <shorne@gmail.com>
11023
11024 * gdb.base/bp-permanent.c: Define nop of or1k.
11025
11026 2017-12-11 Joel Brobecker <brobecker@adacore.com>
11027
11028 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
11029 output with components being reordered.
11030
11031 2017-12-11 Joel Brobecker <brobecker@adacore.com>
11032
11033 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
11034 output with components being reordered.
11035
11036 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11037 Pedro Alves <palves@redhat.com>
11038
11039 * gdb.base/maint.exp (check for .gdb_index): Check also for
11040 .debug_names.
11041 * gdb.dlang/watch-loc.c (.debug_aranges): New.
11042 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
11043 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
11044 (.gdb_index used after symbol reloading): Support also .debug_names.
11045 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
11046
11047 2017-12-08 Yao Qi <yao.qi@linaro.org>
11048
11049 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
11050 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
11051
11052 2017-12-08 Yao Qi <yao.qi@linaro.org>
11053
11054 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
11055 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
11056
11057 2017-12-08 Yao Qi <yao.qi@linaro.org>
11058
11059 * gdb.arch/aarch64-tagged-pointer.c: New file.
11060 * gdb.arch/aarch64-tagged-pointer.exp: New file.
11061
11062 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
11063
11064 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
11065 "int".
11066
11067 2017-12-07 Keith Seitz <keiths@redhat.com>
11068
11069 PR breakpoints/22569
11070 * gdb.linespec/ls-errs.exp: Change expected result of "break
11071 -source this file has spaces.c -line 3".
11072 Check that an explicit source file followed by whitespace is
11073 identified as an invalid explicit location.
11074
11075 2017-12-07 Keith Seitz <keiths@redhat.com>
11076
11077 * gdb.cp/nested-types.cc: New file.
11078 * gdb.cp/nested-types.exp: New file.
11079 * lib/cp-support.exp: Load data-structures.exp library.
11080 (debug_cp_test_ptype_class): New global.
11081 (cp_ptype_class_verbose, next_line): New procedures.
11082 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
11083 Add and document new return value.
11084 Switch the list of lines to a queue.
11085 Add support for new `type' key for nested type definitions.
11086 Add debugging/troubleshooting messages.
11087 * lib/data-structures.exp: New file.
11088
11089 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
11090
11091 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
11092 with proc_with_prefix, don't use with_test_prefix.
11093
11094 2017-12-07 Tom Tromey <tom@tromey.com>
11095
11096 * gdb.base/break.exp: Add test for empty "commands".
11097
11098 2017-12-07 Yao Qi <yao.qi@linaro.org>
11099
11100 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
11101 malloc and catch syscall.
11102
11103 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
11104
11105 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
11106 tests for explicit locations.
11107
11108 2017-12-06 Pedro Alves <palves@redhat.com>
11109
11110 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
11111 force-disabling XML descriptions.
11112
11113 2017-12-04 Pedro Alves <palves@redhat.com>
11114
11115 PR gdb/22499
11116 * gdb.arch/amd64-disp-step-avx.S: New file.
11117 * gdb.arch/amd64-disp-step-avx.exp: New file.
11118
11119 2017-12-03 Pedro Alves <palves@redhat.com>
11120
11121 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
11122 and <string.h>.
11123 (parent_function): Print distinct messages when waitpid fails, or
11124 the child exits with a signal, or the child exits for an unhandled
11125 reason.
11126 * gdb.threads/process-dies-while-detaching.exp
11127 (detach_and_expect_exit): New 'inf_output_re' parameter and use
11128 it. Wait for both inferior output and GDB's prompt. Use an
11129 indirect spawn id list.
11130 (do_detach): New parameter 'child_exit'. Use it to compute
11131 expected inferior output.
11132 (test_detach, test_detach_watch, test_detach_killed_outside):
11133 Adjust to pass down the expected child exit kind.
11134
11135 2017-12-01 Joel Brobecker <brobecker@adacore.com>
11136 Sergio Durigan Junior <sergiodj@redhat.com>
11137 Pedro Alves <palves@redhat.com>
11138
11139 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
11140
11141 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
11142
11143 * gdb.base/relocate.exp: Add tests to guarantee that arguments
11144 to 'symbol-file' and 'add-symbol-file' can be
11145 position-independent.
11146
11147 2017-12-01 Yao Qi <yao.qi@linaro.org>
11148
11149 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
11150 the URL in copyright header.
11151 * gdb.arch/aarch64-fp.exp: Likewise.
11152 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
11153 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
11154 * gdb.base/expand-psymtabs.exp: Likewise.
11155 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
11156 * gdb.fortran/common-block.exp: Likewise.
11157 * gdb.fortran/common-block.f90: Likewise.
11158 * gdb.fortran/logical.exp: Likewise.
11159 * gdb.fortran/vla-datatypes.f90: Likewise.
11160 * gdb.fortran/vla-sub.f90: Likewise.
11161
11162 2017-11-30 Joel Brobecker <brobecker@adacore.com>
11163
11164 * gdb.ada/repeat_dyn: New testcase.
11165
11166 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
11167
11168 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
11169 Update for changed thread numbering.
11170 * gdb.cell/bt.exp: Update for changed GDB output.
11171
11172 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
11173
11174 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
11175 setting isremote by hand.
11176 * boards/dwarf4-gdb-index.exp: Likewise.
11177 * boards/fission.exp: Likewise.
11178 * boards/stabs.exp: Likewise.
11179
11180 2017-11-30 Pedro Alves <palves@redhat.com>
11181
11182 * gdb.linespec/cpls-ops.exp
11183 (check_explicit_skips_function_argument): Extract the underlying
11184 type of size_t instead of hardcoding it.
11185
11186 2017-11-29 Pedro Alves <palves@redhat.com>
11187
11188 PR c++/19436
11189 * gdb.linespec/cpls-abi-tag.cc: New file.
11190 * gdb.linespec/cpls-abi-tag.exp: New file.
11191
11192 2017-11-29 Pedro Alves <palves@redhat.com>
11193
11194 * gdb.base/langs.exp: Use -qualified.
11195 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
11196 it.
11197 * gdb.cp/namespace.exp: Use -qualified.
11198 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
11199 (overload-3, template-overload, template-ret-type, const-overload)
11200 (const-overload-quoted, anon-ns, ambiguous-prefix): New
11201 procedures.
11202 (test_driver): Call them.
11203 * gdb.cp/save-bp-qualified.cc: New.
11204 * gdb.cp/save-bp-qualified.exp: New.
11205 * gdb.linespec/explicit.exp: Test -qualified.
11206 * lib/completion-support.exp (completion::explicit_opts_list): Add
11207 "-qualified".
11208 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
11209
11210 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
11211
11212 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
11213
11214 2017-11-29 Tom Tromey <tom@tromey.com>
11215
11216 * gdb.base/relocate.exp: Update invalid argument test.
11217 Add new tests for invalid arguments.
11218
11219 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
11220
11221 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
11222 Return 0 as a long.
11223 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
11224
11225 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
11226
11227 * gdb.cp/breakpoint.cc (bar): Set return type to void.
11228 * gdb.cp/psymtab-parameter.cc (func): Likewise.
11229 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
11230 func ().
11231 * gdb.cp/shadow.cc (B.func): Return 0.
11232
11233 2017-11-27 Joel Brobecker <brobecker@adacore.com>
11234
11235 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
11236 expected output in gdb_expect call to allow the exception
11237 message to be present as well. Fix syntax confusion to avoid
11238 TCL thinking that exception_name is an array.
11239
11240 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
11241
11242 * gdb.arch/spu-info.c: Include <unistd.h>.
11243 (do_signal_test): Fix broken calls to write.
11244 * gdb.arch/spu-info.exp: Use prepare_for_testing.
11245 Fix checks for empty mailboxes. Update signal tests for corrected
11246 do_signal_test routine. Allow nonzero event status.
11247 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
11248 * gdb.cell/arch.exp: Use standard_output_file.
11249 * gdb.cell/break.exp: Likewise.
11250 * gdb.cell/bt.exp: Likewise.
11251 * gdb.cell/core.exp: Likewise.
11252 * gdb.cell/dwarfaddr.exp: Likewise.
11253 * gdb.cell/ea-cache.exp: Likewise.
11254 * gdb.cell/ea-standalone.exp: Likewise.
11255 * gdb.cell/f-regs.exp: Likewise.
11256 * gdb.cell/fork.exp: Likewise.
11257 * gdb.cell/gcore.exp: Likewise.
11258 * gdb.cell/mem-access.exp: Likewise.
11259 * gdb.cell/ptype.exp: Likewise.
11260 * gdb.cell/registers.exp: Likewise.
11261 * gdb.cell/sizeof.exp: Likewise.
11262 * gdb.cell/solib-symbol.exp: Likewise.
11263 * gdb.cell/solib.exp: Likewise.
11264
11265 2017-11-25 Pedro Alves <palves@redhat.com>
11266
11267 * gdb.base/complete-empty.exp: New file.
11268 * gdb.base/completion.exp: Adjust.
11269
11270 2017-11-25 Pedro Alves <palves@redhat.com>
11271
11272 * gdb.linespec/cpls-ops.cc: New file.
11273 * gdb.linespec/cpls-ops.exp: New file.
11274 * lib/completion-support.exp (test_complete_prefix_range_re): New,
11275 factored out from ...
11276 (test_complete_prefix_range): ... this.
11277
11278 2017-11-24 Pedro Alves <palves@redhat.com>
11279
11280 * gdb.linespec/cpcompletion.exp: New file.
11281 * gdb.linespec/cpls-hyphen.cc: New file.
11282 * gdb.linespec/cpls.cc: New file.
11283 * gdb.linespec/cpls2.cc: New file.
11284 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
11285 test to use test_gdb_complete_unique. Add label completion,
11286 keyword completion and explicit location completion tests.
11287 * lib/completion-support.exp: New file.
11288
11289 2017-11-24 Joel Brobecker <brobecker@adacore.com>
11290
11291 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
11292 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
11293 when hitting an exception catchpoint.
11294
11295 2017-11-22 Yao Qi <yao.qi@linaro.org>
11296
11297 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
11298
11299 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
11300
11301 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
11302 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
11303 * gdb.dwarf2/info-locals-optimized-out.c: New file.
11304
11305 2017-11-22 Yao Qi <yao.qi@linaro.org>
11306
11307 * gdb.base/info-os.exp: Pass pthreads.
11308 * gdb.multi/multi-attach.exp: Likewise.
11309
11310 2017-11-22 Yao Qi <yao.qi@linaro.org>
11311
11312 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
11313 compiler.
11314
11315 2017-11-22 Yao Qi <yao.qi@linaro.org>
11316
11317 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
11318 * gdb.base/break-interp.exp: Likewise.
11319 * gdb.base/jit-attach-pie.exp: Likewise.
11320
11321 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
11322
11323 * gdb.base/float128.c (large128): New variable.
11324 * gdb.base/float128.exp: Add test to print largest __float128 value.
11325
11326 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
11327
11328 * gdb.arch/vsx-regs.exp: Update register content checks.
11329
11330 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
11331
11332 * gdb.arch/ppc-longdouble.exp: New file.
11333 * gdb.arch/ppc-longdouble.c: Likewise.
11334
11335 2017-11-21 Pedro Alves <palves@redhat.com>
11336
11337 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
11338
11339 2017-11-20 Pedro Alves <palves@redhat.com>
11340
11341 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
11342 (long_double_typedef): New typedefs.
11343 Use DEF on double and long double.
11344 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
11345 cases.
11346 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
11347 and 'long_double_ptr_same_size' locals. Use them to decide
11348 whether cast from array/function to float is valid/invalid.
11349
11350 2017-11-17 Tom Tromey <tom@tromey.com>
11351
11352 * gdb.rust/traits.rs: New file.
11353 * gdb.rust/traits.exp: New file.
11354
11355 2017-11-17 Joel Brobecker <brobecker@adacore.com>
11356
11357 * gdb.ada/minsyms: New testcase.
11358
11359 2017-11-16 Pedro Alves <palves@redhat.com>
11360
11361 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
11362 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
11363
11364 2017-11-16 Pedro Alves <palves@redhat.com>
11365
11366 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
11367 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
11368
11369 2017-11-16 Pedro Alves <palves@redhat.com>
11370
11371 * gdb.server/reconnect-ctrl-c.c: New file.
11372 * gdb.server/reconnect-ctrl-c.exp: New file.
11373
11374 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
11375
11376 * gdb.python/py-rbreak.exp: New file.
11377 * gdb.python/py-rbreak.c: New file.
11378 * gdb.python/py-rbreak-func2.c: New file.
11379
11380 2017-11-16 Pedro Alves <palves@redhat.com>
11381
11382 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
11383 pattern.
11384 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
11385 GDB.
11386
11387 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
11388
11389 * gdb.tui/completionn.exp (test_tab_completion): Add space in
11390 regex.
11391
11392 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
11393
11394 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
11395 test names.
11396
11397 2017-11-09 Pedro Alves <palves@redhat.com>
11398
11399 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
11400 factored out from ...
11401 (top level): ... here, and adjusted to avoid expecting beyond the
11402 prompt in a single gdb_test_multiple.
11403
11404 2017-11-09 Pedro Alves <palves@redhat.com>
11405
11406 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
11407 output.
11408 * gdb.server/ext-attach.exp ("kill" test): Likewise.
11409 * gdb.server/ext-restart.exp ("kill" test): Likewise.
11410 * gdb.server/ext-run.exp ("kill" test): Likewise.
11411 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
11412
11413 2017-11-09 Pedro Alves <palves@redhat.com>
11414
11415 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
11416 match till end of line.
11417
11418 2017-11-09 Pedro Alves <palves@redhat.com>
11419
11420 * gdb.base/memattr.exp: Tighten regexes to match the end line.
11421
11422 2017-11-09 Pedro Alves <palves@redhat.com>
11423
11424 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
11425 New procedures, factored out from ...
11426 (top level): ... here, and adjusted to avoid expecting beyond the
11427 prompt in one go.
11428
11429 2017-11-09 Pedro Alves <palves@redhat.com>
11430
11431 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
11432 output. Fix '?' match.
11433
11434 2017-11-08 Joel Brobecker <brobecker@adacore.com>
11435
11436 * gdb.ada/scoped_watch: New testcase.
11437 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
11438 which is actually correct.
11439 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
11440 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
11441
11442 2017-11-08 Pedro Alves <palves@redhat.com>
11443
11444 * gdb.gdb/complaints.exp (test_initial_complaints)
11445 (test_serial_complaints, test_short_complaints): Call
11446 complaint_internal instead of complaint.
11447
11448 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
11449
11450 * gdb.threads/tls-core.c: New file.
11451 * gdb.threads/tls-core.exp: Likewise.
11452
11453 2017-11-08 Pedro Alves <palves@redhat.com>
11454
11455 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
11456 (p Exported_Capitalized): New test.
11457 (p exported_capitalized): New test.
11458
11459 2017-11-07 Pedro Alves <palves@redhat.com>
11460
11461 * gdb.cp/ena-dis-br-range.exp: Add more tests.
11462
11463 2017-11-07 Pedro Alves <palves@redhat.com>
11464
11465 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
11466 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
11467 (disable_invalid, disable_inverted, disable_negative): New
11468 procedures.
11469 ("bad numbers"): New set of tests.
11470
11471 2017-11-07 Pedro Alves <palves@redhat.com>
11472
11473 * gdb.cp/ena-dis-br-range.exp: Add tests.
11474
11475 2017-11-07 Pedro Alves <palves@redhat.com>
11476
11477 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
11478
11479 2017-11-07 Xavier Roirand <roirand@adacore.com>
11480 Pedro Alves <palves@redhat.com>
11481
11482 * gdb.base/ena-dis-br.exp: Add reference to
11483 gdb.cp/ena-dis-br-range.exp.
11484 * gdb.cp/ena-dis-br-range.exp: New file.
11485 * gdb.cp/ena-dis-br-range.cc: New file.
11486
11487 2017-11-06 Pedro Alves <palves@redhat.com>
11488
11489 * gdb.base/attach-non-pgrp-leader.c: New.
11490 * gdb.base/attach-non-pgrp-leader.exp: New.
11491
11492 2017-11-06 Pedro Alves <palves@redhat.com>
11493
11494 * configure.ac: No longer check for termio.h and sgtty.h.
11495 * configure: Regenerate.
11496 * remote-utils.c: Include termios.h instead of gdb_termios.h.
11497 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
11498 Remove termio and sgtty code.
11499
11500 2017-11-03 Yao Qi <yao.qi@linaro.org>
11501
11502 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
11503 in GDB is disabled.
11504
11505 2017-11-03 Yao Qi <yao.qi@linaro.org>
11506
11507 * gdb.python/py-thrhandle.exp: Skip it if python is not
11508 enabled.
11509
11510 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
11511
11512 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
11513 as a breakpoint command.
11514
11515 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
11516
11517 PR python/21213
11518 * gdb.python/py-infthread.exp: Test calling
11519 InferiorThread.inferior () multiple times in a row.
11520
11521 2017-10-27 Keith Seitz <keiths@redhat.com>
11522
11523 * gdb.opt/inline-break.exp (break_info_1): New procedure.
11524 Test "info break" for every inlined function breakpoint.
11525
11526 2017-10-27 Yao Qi <yao.qi@linaro.org>
11527
11528 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
11529
11530 2017-10-26 Patrick Frants <osscontribute@gmail.com>
11531
11532 * gdb.cp/classes.exp (test_static_members): Test printing
11533 Outer::instance.
11534 * gdb.cp/classes.c (struct Inner, struct Outer): New.
11535 (Inner::instance, Outer::instance): New.
11536
11537 2017-10-24 Pedro Alves <palves@redhat.com>
11538
11539 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
11540 extra console" test in two stages.
11541
11542 2017-10-24 Pedro Alves <palves@redhat.com>
11543
11544 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
11545
11546 2017-10-24 Pedro Alves <palves@redhat.com>
11547
11548 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
11549 loop.
11550
11551 2017-10-24 Pedro Alves <palves@redhat.com>
11552
11553 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
11554 $attempt" and "stoppedtry $stoppedtry" test prefixes.
11555
11556 2017-10-24 Pedro Alves <palves@redhat.com>
11557
11558 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
11559 parameter and handle it. Don't output read value in test name.
11560
11561 2017-10-24 Pedro Alves <palves@redhat.com>
11562
11563 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
11564 custom test name.
11565
11566 2017-10-24 Pedro Alves <palves@redhat.com>
11567
11568 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
11569 include the unstable output directory name in the test's name.
11570 (initial_setup_simple) <'set args'>: Use custom test name.
11571
11572 2017-10-24 Pedro Alves <palves@redhat.com>
11573
11574 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
11575 with explicit test name.
11576
11577 2017-10-20 Pedro Alves <palves@redhat.com>
11578
11579 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
11580 'wait -i'. Use gdb_assert and remote_close.
11581
11582 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
11583
11584 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
11585 number from variable rather than hard-coded.
11586
11587 2017-10-19 Pedro Alves <palves@redhat.com>
11588
11589 * gdb.base/long-inferior-output.c: New file.
11590 * gdb.base/long-inferior-output.exp: New file.
11591
11592 2017-11-18 Keith Seitz <keiths@redhat.com>
11593
11594 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
11595 method.
11596 (main): Call it.
11597 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
11598 Add additional user-defined conversion operator tests.
11599
11600 2017-10-17 Pedro Alves <palves@redhat.com>
11601
11602 * boards/native-stdio-gdbserver.exp: Load "local-board".
11603
11604 2017-10-17 Pedro Alves <palves@redhat.com>
11605
11606 * gdb.base/quit-live.c: New file.
11607 * gdb.base/quit-live.exp: New file.
11608
11609 2017-10-16 Keith Seitz <keiths@redhat.com>
11610
11611 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
11612 (class_with_protected_typedef, class_with_private_typedef)
11613 (struct_with_public_typedef, struct_with_protected_typedef)
11614 (struct_with_private_typedef): New classes/structs.
11615 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
11616 typedefs and access specifiers.
11617
11618 2017-10-16 Pedro Alves <palves@redhat.com>
11619 Simon Marchi <simon.marchi@polymtl.ca>
11620
11621 * README (Local vs Remote vs Native): New section.
11622 * boards/local-board.exp: New file, with bits factored out from
11623 ...
11624 * boards/native-extended-gdbserver.exp: ... here. Load
11625 "local-board".
11626 * boards/native-gdbserver.exp: Load "local-board".
11627 (${board}_spawn, ${board}_exec): Delete.
11628 * boards/native-stdio-gdbserver.exp: Most contents factored out to
11629 ...
11630 * boards/stdio-gdbserver-base.exp: ... this new file.
11631 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
11632 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
11633 procedure.
11634 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
11635 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
11636 stdio_gdbserver_command.
11637 (${board}_get_remote_address, ${board}_get_comm_port)
11638 (${board}_download, ${board}_upload): Delete.
11639 (get_target_remote_pipe_cmd): New.
11640
11641 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
11642
11643 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
11644 test_bkpt_deletion, test_bkpt_cond_and_cmds,
11645 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
11646 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
11647 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
11648 remove with_test_prefix.
11649
11650 2017-10-13 Pedro Alves <palves@redhat.com>
11651
11652 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
11653 * gdb.base/annota1.exp: Use it instead of is_remote.
11654 * gdb.base/annota3.exp: Use it instead of is_remote.
11655 * gdb.cp/annota2.exp: Use it instead of is_remote.
11656 * gdb.cp/annota3.exp: Use it instead of is_remote.
11657 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
11658
11659 2017-10-13 Pedro Alves <palves@redhat.com>
11660
11661 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
11662 (test_num_test_vars, run_and_count_vars, find_env)
11663 (test_set_unset_env, test_inherit_env_var): New procedures.
11664 (top level): Use them.
11665
11666 2017-10-13 Pedro Alves <palves@redhat.com>
11667
11668 * lib/selftest-support.exp (selftest_setup): Extend comments, and
11669 also skip on stub-like targets.
11670
11671 2017-10-13 Pedro Alves <palves@redhat.com>
11672
11673 PR gdb/22293
11674 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
11675 (top level): Move some tests to ...
11676 (test_not_found): ... this new procedure.
11677 (top level): Call it.
11678
11679 2017-10-13 Pedro Alves <palves@redhat.com>
11680
11681 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
11682 expect different "info terminal" output if testing with a
11683 non-native target.
11684
11685 2017-10-13 Pedro Alves <palves@redhat.com>
11686 Simon Marchi <simon.marchi@polymtl.ca>
11687
11688 PR python/12966
11689 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
11690
11691 2017-10-13 Pedro Alves <palves@redhat.com>
11692
11693 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
11694 already.
11695
11696 2017-10-13 Pedro Alves <palves@redhat.com>
11697
11698 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
11699 is_remote.
11700
11701 2017-10-13 Pedro Alves <palves@redhat.com>
11702
11703 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
11704 is_remote.
11705
11706 2017-10-13 Pedro Alves <palves@redhat.com>
11707
11708 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
11709 is set.
11710 (corefile_test_attach): Likewise. Check can_spawn_for_attach
11711 instead of is_remote.
11712
11713 2017-10-13 Pedro Alves <palves@redhat.com>
11714
11715 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
11716 (top level): Add comment.
11717
11718 2017-10-13 Pedro Alves <palves@redhat.com>
11719
11720 * gdb.base/remote.exp (top level): Fix comment typo and add
11721 missing return.
11722
11723 2017-10-13 Pedro Alves <palves@redhat.com>
11724 Simon Marchi <simon.marchi@polymtl.ca>
11725
11726 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
11727 calls and add comments. Skip test if use_gdb_stub is set.
11728 (top level): Use "set cwd" command instead of "cd" command.
11729
11730 2017-10-13 Pedro Alves <palves@redhat.com>
11731
11732 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
11733 is_remote target check.
11734
11735 2017-10-13 Pedro Alves <palves@redhat.com>
11736
11737 * gdb.base/scope.exp: Use build_executable + clean_restart +
11738 gdb_file_cmd instead of prepare_for_testing and no longer skip
11739 "before run" tests on is_remote target boards. Update comments.
11740 * boards/native-extended-gdbserver.exp
11741 (extended_gdbserver_load_last_file): New, factored out from ...
11742 (gdb_load): ... this. Move further below and add comment.
11743 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
11744
11745 2017-10-12 Pedro Alves <palves@redhat.com>
11746
11747 * gdb.base/attach.exp: Remove references to gdb64.
11748 * gdb.base/dbx.exp: Remove references to gdb64.
11749
11750 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
11751 Pedro Alves <palves@redhat.com>
11752
11753 * gdb.base/label.exp: Remove is_remote target check.
11754
11755 2017-10-12 Pedro Alves <palves@redhat.com>
11756
11757 * gdb.base/auvx.exp (coredir): Update comment.
11758 (top level) <core_works>: Use "set cwd" command instead of "cd"
11759 command.
11760
11761 2017-10-12 Pedro Alves <palves@redhat.com>
11762 Simon Marchi <simon.marchi@polymtl.ca>
11763
11764 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
11765 target boards.
11766
11767 2017-10-12 Pedro Alves <palves@redhat.com>
11768 Simon Marchi <simon.marchi@polymtl.ca>
11769
11770 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
11771 Instead skip if there's any gdb_protocol set.
11772
11773 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
11774 Pedro Alves <palves@redhat.com>
11775
11776 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
11777
11778 2017-10-12 Pedro Alves <palves@redhat.com>
11779 Simon Marchi <simon.marchi@polymtl.ca>
11780
11781 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
11782 instead of on dejagnu remote boards.
11783
11784 2017-10-12 Pedro Alves <palves@redhat.com>
11785 Simon Marchi <simon.marchi@polymtl.ca>
11786
11787 * gdb.base/inferior-died.exp: Remove is_remote and isnative
11788 checks. Use build_executable + clean_restart instead of
11789 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
11790 of enabling non-stop after starting gdb.
11791
11792 2017-10-12 Pedro Alves <palves@redhat.com>
11793
11794 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
11795 * gdb.threads/non-ldr-exc-2.exp: Ditto.
11796 * gdb.threads/non-ldr-exc-3.exp: Ditto.
11797 * gdb.threads/non-ldr-exc-4.exp: Ditto.
11798
11799 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
11800
11801 * gdb.arch/arc-tdesc-cpu.exp: New file.
11802 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
11803
11804 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
11805
11806 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
11807
11808 2017-10-10 Pedro Alves <palves@redhat.com>
11809
11810 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
11811 expect CLI output.
11812
11813 2017-10-10 Pedro Alves <palves@redhat.com>
11814
11815 * lib/selftest-support.exp (selftest_setup): Update for
11816 captured_command_loop's prototype change.
11817
11818 2017-10-09 Pedro Alves <palves@redhat.com>
11819
11820 Test both arch1=>arch2 and arch2=>arch1.
11821
11822 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
11823 (srcfile2, binfile2, march1, march2): Remove globals. Largely
11824 factored out to...
11825 (append_arch1_options, append_arch2_options, append_arch_options)
11826 (build_executables): New procedures.
11827 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
11828 local.
11829 (top level): Add new 'first_arch' testing axis.
11830
11831 2017-10-09 Pedro Alves <palves@redhat.com>
11832
11833 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
11834 (barrier): New.
11835 (thread_start, all_started): New functions.
11836 (main): Spawn new thread and wait until it is scheduled.
11837 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
11838 option.
11839 (do_test): Add 'selected_thread' parameter. Run to all_started
11840 instead of main. Explicitly set the breakpoint at main. Switch
11841 to the SELECTED_THREAD thread.
11842 (top level): Test handling the exec event with either the main
11843 thread or the second thread selected.
11844
11845 2017-10-09 Pedro Alves <palves@redhat.com>
11846
11847 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
11848 logic. Move STOP marker after the value checks.
11849 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
11850 regexp.
11851
11852 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
11853
11854 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
11855
11856 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
11857
11858 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
11859 integer-to-dfp conversion.
11860 * gdb.base/dfp-test.exp: Likewise.
11861
11862 2017-10-04 Pedro Alves <palves@redhat.com>
11863
11864 * gdb.multi/hangout.c: Include <unistd.h>.
11865 (hangout_loop): New function.
11866 (main): Call alarm. Call hangout_loop in a loop.
11867 * gdb.multi/hello.c: Include <unistd.h>.
11868 (hello_loop): New function.
11869 (main): Call alarm. Call hangout_loop in a loop.
11870 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
11871 inferior with the other selected.
11872
11873 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
11874
11875 * gdb.mi/list-thread-groups-available.exp: New file.
11876 * gdb.mi/list-thread-groups-available.c: New file.
11877
11878 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
11879
11880 * gdb.base/set-cwd.exp: Make it available on
11881 native-extended-gdbserver.
11882
11883 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
11884
11885 * gdb.base/set-cwd.c: New file.
11886 * gdb.base/set-cwd.exp: Likewise.
11887
11888 2017-10-02 Tom Tromey <tom@tromey.com>
11889
11890 PR rust/22236:
11891 * gdb.rust/simple.rs (main): New variable "fslice".
11892 * gdb.rust/simple.exp: Add slice tests. Update string tests.
11893
11894 2017-10-02 Tom Tromey <tom@tromey.com>
11895
11896 * gdb.rust/simple.exp: Test ptype of a slice.
11897
11898 2017-10-02 Tom Tromey <tom@tromey.com>
11899
11900 * gdb.rust/simple.exp: Test index of slice.
11901
11902 2017-09-27 Tom Tromey <tom@tromey.com>
11903
11904 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
11905
11906 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
11907 Pedro Alves <palves@redhat.com>
11908
11909 * gdb.base/compare-sections.exp (get value of read-only section): Read
11910 as unsigned value.
11911 (corrupt read-only section): Likewise and don't set written if patching
11912 failed.
11913
11914 2017-09-21 Kevin Buettner <kevinb@redhat.com>
11915
11916 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
11917 files.
11918
11919 2017-09-20 Pedro Alves <palves@redhat.com>
11920
11921 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
11922 symbol names in gdb's output.
11923 * gdb.cp/overload.exp ("list all overloads"): Likewise.
11924
11925 2017-09-20 Pedro Alves <palves@redhat.com>
11926
11927 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
11928 Rename to ...
11929 (test_list_ambiguous_symbol): ... this and add a symbol name
11930 parameter. Adjust.
11931 (test_list_ambiguous_function): Reimplement on top of
11932 test_list_ambiguous_symbol and also test listing ambiguous
11933 variables.
11934 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
11935 (ambiguous_fun): ... this.
11936 (ambiguous_var): New.
11937 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
11938 (ambiguous_fun): ... this.
11939 (ambiguous_var): New.
11940
11941 2017-09-19 John Baldwin <jhb@FreeBSD.org>
11942
11943 * gdb.base/starti.c: New file.
11944 * gdb.base/starti.exp: New file.
11945 * lib/gdb.exp (gdb_starti_cmd): New procedure.
11946
11947 2017-09-14 Pedro Alves <palves@redhat.com>
11948
11949 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
11950 (top level): Use it instead of runto.
11951
11952 2017-09-11 Tom Tromey <tom@tromey.com>
11953
11954 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
11955
11956 2017-09-11 Tom Tromey <tom@tromey.com>
11957
11958 * gdb.python/py-infthread.exp: Add tests for new_thread event.
11959 * gdb.python/py-inferior.exp: Add tests for new inferior events.
11960
11961 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
11962
11963 * gdb.fortran/printing-types.exp: New file.
11964 * gdb.fortran/printing-types.exp: New file.
11965
11966 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
11967
11968 * gdb.fortran/vla-ptype.exp: Fix typos.
11969 * gdb.fortran/vla-value.exp: Same.
11970
11971 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
11972
11973 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
11974 * gdb.mi/mi-var-child-f.exp: Likewise.
11975 * gdb.mi/mi-vla-fortran.exp: Likewise.
11976
11977 2017-09-08 Frank Penczek <frank.penczek@intel.com>
11978 Christoph Weinmann <christoph.t.weinmann@intel.com>
11979 Bernhard Heckel <bernhard.heckel@intel.com>
11980
11981 * gdb.fortran/ptr-indentation.f90: New file.
11982 * gdb.fortran/ptr-indentation.exp: New file.
11983
11984 2017-09-05 Tom Tromey <tom@tromey.com>
11985
11986 PR gdb/22010:
11987 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
11988
11989 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
11990
11991 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
11992
11993 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11994
11995 * gdb.threads/tls-nodebug-pie.c: New file.
11996 * gdb.threads/tls-nodebug-pie.exp: New file.
11997
11998 2017-09-05 Tom Tromey <tom@tromey.com>
11999
12000 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
12001 for rust.
12002
12003 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
12004
12005 * gdb.multi/multi-arch-exec.exp: Test with different
12006 "follow-exec-mode" settings.
12007 (do_test): New procedure.
12008
12009 2017-09-04 Pedro Alves <palves@redhat.com>
12010
12011 * gdb.base/func-static.c (S::method const, S::method volatile)
12012 (S::method volatile const): New methods.
12013 (c_s, v_s, cv_s): New instances.
12014 (main): Call method() on them.
12015 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
12016 (cannot_resolve): New procedure.
12017 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
12018 print-quote-unquoted columns.
12019 (do_test): Test printing each scope too.
12020
12021 2017-09-04 Pedro Alves <palves@redhat.com>
12022
12023 * gdb.base/local-static.exp: Also test with
12024 class::method::variable wholly quoted.
12025 * gdb.cp/m-static.exp (class::method::variable): Remove test.
12026
12027 2017-09-04 Pedro Alves <palves@redhat.com>
12028
12029 * gdb.base/local-static.c: New.
12030 * gdb.base/local-static.cc: New.
12031 * gdb.base/local-static.exp: New.
12032
12033 2017-09-04 Pedro Alves <palves@redhat.com>
12034
12035 * gdb.asm/asm-source.exp: Add casts to int.
12036 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
12037 (dataglobal64_1, dataglobal64_2): New globals.
12038 * gdb.base/nodebug.exp: Test different expressions involving the
12039 new globals, with print, whatis and ptype. Add casts to int.
12040 * gdb.base/solib-display.exp: Add casts to int.
12041 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
12042 * gdb.cp/m-static.exp: Add cast to int.
12043 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
12044 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
12045 tls variable with no debug info without a cast. Test with a cast
12046 to int too.
12047 * gdb.trace/entry-values.exp: Add casts.
12048
12049 2017-09-04 Pedro Alves <palves@redhat.com>
12050
12051 * gdb.base/nodebug.exp: Test that ptype's error about functions
12052 with unknown return type includes the function name too.
12053
12054 2017-09-04 Pedro Alves <palves@redhat.com>
12055
12056 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
12057 return type of munmap in infcall.
12058 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
12059 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
12060 type of ftell in infcall.
12061 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
12062 type of getpid in infcall.
12063 * gdb.base/infcall-exec.exp: Cast return type of execlp in
12064 infcall.
12065 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
12066 Bail on failure to extract the pid.
12067 * gdb.base/nodebug.c: #include <stdint.h>.
12068 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
12069 New functions.
12070 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
12071 Change expected output of print/whatis/ptype with functions with
12072 no debug info. Test all supported languages. Call
12073 test_call_promotion.
12074 * gdb.compile/compile.exp: Adjust expected output to expect
12075 warning.
12076 * gdb.threads/siginfo-threads.exp: Likewise.
12077
12078 2017-09-04 Pedro Alves <palves@redhat.com>
12079
12080 * gdb.base/callfuncs.exp (do_function_calls): New parameter
12081 "prototypes". Test calling float functions via prototyped and
12082 unprototyped function pointers.
12083 (perform_all_tests): New parameter "prototypes". Pass it down.
12084 (top level): Pass down "prototypes" parameter to
12085 perform_all_tests.
12086
12087 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12088
12089 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
12090 Test with nested loops.
12091
12092 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12093
12094 * gdb.base/commands.exp: Call the new procedures.
12095 (loop_break_test, loop_continue_test): New procedures.
12096
12097 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12098
12099 * gdb.base/commands.exp: Call new procedure.
12100 (define_if_without_arg_test): New procedure.
12101
12102 2017-09-04 Pedro Alves <palves@redhat.com>
12103
12104 * gdb.base/list-ambiguous.exp: New file.
12105 * gdb.base/list-ambiguous0.c: New file.
12106 * gdb.base/list-ambiguous1.c: New file.
12107 * gdb.base/list.exp (test_list_range): Adjust expected output.
12108
12109 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
12110
12111 * gdb.base/share-env-with-gdbserver.c: New file.
12112 * gdb.base/share-env-with-gdbserver.exp: Likewise.
12113
12114 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
12115
12116 * gdb.base/commands.exp (gdbvar_simple_if_test,
12117 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
12118 progvar_simple_if_test, progvar_simple_while_test,
12119 progvar_complex_if_while_test, user_defined_command_test,
12120 user_defined_command_args_eval,
12121 user_defined_command_args_stack_test,
12122 user_defined_command_manyargs_test, bp_deleted_in_command_test,
12123 temporary_breakpoint_commands,
12124 gdb_test_no_prompt, redefine_hook_test,
12125 redefine_backtrace_test): Remove "global gdb_prompt".
12126
12127 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
12128
12129 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
12130 New proc, call it from toplevel.
12131
12132 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
12133
12134 PR remote/21852
12135 * gdb.server/normal.c: New file, copied from gdb.base.
12136 * gdb.server/run-without-local-binary.exp: New file.
12137
12138 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
12139
12140 * gdb.arch/sparc64-adi.exp: New file.
12141 * gdb.arch/sparc64-adi.c: New file.
12142
12143 2017-08-22 Pedro Alves <palves@redhat.com>
12144
12145 * gdb.cp/overload.exp (line_range_pattern): New procedure.
12146 (top level): Add "list all overloads" tests.
12147
12148 2017-08-22 Tom Tromey <tom@tromey.com>
12149
12150 * gdb.gdb/xfullpath.exp: Remove.
12151
12152 2017-08-21 Pedro Alves <palves@redhat.com>
12153
12154 PR gdb/19487
12155 * gdb.base/symbol-alias.c: New.
12156 * gdb.base/symbol-alias2.c: New.
12157 * gdb.base/symbol-alias.exp: New.
12158
12159 2017-08-21 Pedro Alves <palves@redhat.com>
12160
12161 * gdb.base/dfp-test.c
12162 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
12163 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
12164 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
12165 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
12166 * gdb.base/whatis-ptype-typedefs.c: New.
12167 * gdb.base/whatis-ptype-typedefs.exp: New.
12168 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
12169 (an_int, an_int_type, an_int_type2): New globals.
12170 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
12171 involving typedefs and cast expressions.
12172 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
12173 (lookup_typedefs_function): New.
12174 (typedefs_pretty_printers_dict): New.
12175 (top level): Register lookup_typedefs_function in
12176 gdb.pretty_printers.
12177
12178 2017-08-18 Yao Qi <yao.qi@linaro.org>
12179
12180 * gdb.server/unittest.exp: New.
12181
12182 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
12183
12184 PR gdb/21954
12185 * gdb.base/environ.exp: Add test to check if 'unset environment'
12186 works.
12187
12188 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12189
12190 * lib/gdb.exp (universal_compile_options): New caching proc.
12191 (gdb_compile): Suppress GCC's coloring of messages.
12192
12193 2017-08-14 Tom Tromey <tom@tromey.com>
12194
12195 PR gdb/21675:
12196 * gdb.base/printcmds.exp (test_radices): New function.
12197 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
12198 * gdb.base/sizeof.exp (check_valueof): Use p/d.
12199 * lib/gdb.exp (get_integer_valueof): Use p/d.
12200
12201 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
12202
12203 * lib/gdb.exp (get_valueof): Don't capture end-of-line
12204 characters.
12205
12206 2017-08-05 Tom Tromey <tom@tromey.com>
12207
12208 * gdb.rust/simple.exp: Allow String to appear in a different
12209 namespace.
12210
12211 2017-07-26 Yao Qi <yao.qi@linaro.org>
12212
12213 * gdb.gdb/unittest.exp: Invoke command
12214 "maintenance check xml-descriptions".
12215
12216 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12217
12218 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
12219 calling context.
12220 (hex128): Drop erroneous calculation of parameters.
12221
12222 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
12223
12224 * gdb.python/py-unwind.exp: Disable stack protection when
12225 building test file.
12226
12227 2017-07-20 Pedro Alves <palves@redhat.com>
12228
12229 * gdb.base/default.exp (set language): Adjust expected output.
12230
12231 2017-07-20 Pedro Alves <palves@redhat.com>
12232
12233 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
12234 (test_minsym): ... this, and make static.
12235 (get_pck__foo__bar__minsym): Rename to ...
12236 (get_test_minsym): ... this.
12237 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
12238 symbol names and comments.
12239 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
12240 (get_test_minsym): ... this.
12241 (pck__foo__bar__minsym__2): Rename to ...
12242 (test_minsym): ... this.
12243 (main): Adjust.
12244
12245 2017-07-17 Pedro Alves <palves@redhat.com>
12246
12247 * gdb.base/completion.exp: Adjust expected output.
12248 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
12249 the completer works.
12250
12251 2017-07-17 Pedro Alves <palves@redhat.com>
12252
12253 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
12254
12255 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
12256
12257 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
12258
12259 2017-07-14 Tom Tromey <tom@tromey.com>
12260
12261 PR rust/21764:
12262 * gdb.rust/simple.exp: Add tests.
12263
12264 2017-07-14 Tom Tromey <tom@tromey.com>
12265
12266 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
12267
12268 2017-07-14 Pedro Alves <palves@redhat.com>
12269
12270 * gdb.linespec/base/one/thefile.cc (z1): New function.
12271 * gdb.linespec/base/two/thefile.cc (z2): New function.
12272 * gdb.linespec/linespec.exp: Add tests.
12273
12274 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
12275
12276 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
12277 to mi_create_breakpoint.
12278
12279 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
12280
12281 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
12282 mi_create_breakpoint.
12283
12284 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
12285
12286 * gdb.dlang/demangle.exp: Update for demangling changes.
12287
12288 2017-07-09 Tom Tromey <tom@tromey.com>
12289
12290 * gdb.dwarf2/shortpiece.exp: New file.
12291
12292 2017-07-06 David Blaikie <dblaikie@gmail.com>
12293
12294 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
12295 built from fissiont-multi-cu{1,2}.c.
12296 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
12297 except putting 'main' and 'func' in separate CUs in the same DWO file.
12298 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
12299 test.
12300 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
12301 test.
12302
12303 2017-07-06 Pedro Alves <palves@redhat.com>
12304
12305 * gdb.python/py-unwind.exp: Test flushregs.
12306
12307 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
12308
12309 PR cli/21688
12310 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
12311 tests for alias commands and trailing whitespace.
12312
12313 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
12314
12315 PR cli/21688
12316 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
12317 procedure. Call it.
12318
12319 2017-06-29 Pedro Alves <palves@redhat.com>
12320
12321 * gdb.base/printcmds.exp: Add tests.
12322
12323 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
12324
12325 PR gdb/21337
12326 * gdb.base/reread-readsym.exp: New file.
12327 * gdb.base/reread-readsym.c: New file.
12328
12329 2017-06-21 Kevin Buettner <kevinb@redhat.com>
12330
12331 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
12332 subpattern.
12333
12334 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
12335
12336 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
12337 extended mnemonic.
12338 * gdb.arch/powerpc-power9.s: Likewise.
12339
12340 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12341
12342 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
12343 on 32-bit x86 targets. Exploit is_*_target macros where
12344 appropriate.
12345
12346 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12347
12348 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
12349 register pieces.
12350
12351 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12352
12353 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
12354 located in one or more DWARF pieces.
12355
12356 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12357
12358 * lib/gdb.exp (get_endianness): New proc.
12359 * gdb.arch/aarch64-fp.exp: Use it.
12360 * gdb.arch/altivec-regs.exp: Likewise.
12361 * gdb.arch/e500-regs.exp: Likewise.
12362 * gdb.arch/vsx-regs.exp: Likewise.
12363 * gdb.base/dump.exp: Likewise.
12364 * gdb.base/funcargs.exp: Likewise.
12365 * gdb.base/gnu_vector.exp: Likewise.
12366 * gdb.dwarf2/formdata16.exp: Likewise.
12367 * gdb.dwarf2/implptrpiece.exp: Likewise.
12368 * gdb.dwarf2/nonvar-access.exp: Likewise.
12369 * gdb.python/py-inferior.exp: Likewise.
12370 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
12371
12372 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12373
12374 PR gdb/21226
12375 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
12376 stack value pieces are taken from the LSB end.
12377
12378 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12379
12380 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
12381 variable at nonzero offset.
12382
12383 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12384
12385 * gdb.dwarf2/var-access.c: New file.
12386 * gdb.dwarf2/var-access.exp: New test.
12387 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
12388
12389 2017-06-12 Tom Tromey <tom@tromey.com>
12390
12391 * gdb.dwarf2/formdata16.exp: Add tests.
12392
12393 2017-06-12 Tom Tromey <tom@tromey.com>
12394
12395 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
12396
12397 2017-06-12 Tom Tromey <tom@tromey.com>
12398
12399 PR exp/16225:
12400 * gdb.reverse/i386-sse-reverse.exp: Update tests.
12401 * gdb.arch/vsx-regs.exp: Update tests.
12402 * gdb.arch/s390-vregs.exp (hex128): New proc.
12403 Update test.
12404 * gdb.arch/altivec-regs.exp: Update tests.
12405
12406 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
12407
12408 * gdb.base/startup-with-shell.c: New file.
12409 * gdb.base/startup-with-shell.exp: Likewise.
12410
12411 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
12412
12413 * gdb.server/non-existing-program.exp: Update regex in order to
12414 reflect the fact that gdbserver is now using fork_inferior (with a
12415 shell) to startup the inferior.
12416
12417 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
12418
12419 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
12420 support function calls from GDB.
12421
12422 2017-05-21 Tom Tromey <tom@tromey.com>
12423
12424 PR rust/21466:
12425 * gdb.rust/unsized.exp: New file.
12426 * gdb.rust/unsized.rs: New file.
12427
12428 2017-05-19 Tom Tromey <tom@tromey.com>
12429
12430 PR rust/21484:
12431 * gdb.rust/watch.exp: New file.
12432 * gdb.rust/watch.rs: New file.
12433
12434 2017-05-18 Tom Tromey <tom@tromey.com>
12435
12436 * gdb.rust/simple.exp: Allow Box to be qualified.
12437
12438 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
12439
12440 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
12441
12442 2017-05-18 Pedro Alves <palves@redhat.com>
12443
12444 * gdb.base/fileio.c (test_write, test_read, test_close)
12445 (test_fstat): Don't print 'ret' in the fail path.
12446
12447 2017-05-18 Pedro Alves <palves@redhat.com>
12448
12449 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
12450 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
12451 (test_system, test_rename, test_unlink, test_time): Change
12452 prototypes.
12453 * gdb.base/fileio.exp (stop_msg): Adjust.
12454
12455 2017-05-18 Pedro Alves <palves@redhat.com>
12456
12457 * gdb.base/fileio.c (null_str): New global.
12458 (test_stat): Use it.
12459 * gdb.base/fileio.exp: Remove nowarnings.
12460
12461 2017-05-17 Yao Qi <yao.qi@linaro.org>
12462
12463 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
12464
12465 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
12466
12467 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
12468 argument command.
12469 (top-level): Invoke test_set_inferior_tty.
12470
12471 2017-05-04 Pedro Alves <palves@redhat.com>
12472
12473 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
12474 Add parens to print call for Python 3.
12475
12476 2017-05-03 Keith Seitz <keiths@redhat.com>
12477
12478 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
12479 (main): Call it.
12480
12481 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12482
12483 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
12484 to prev and next.
12485
12486 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12487
12488 * gdb.python/py-record-btrace.exp: Remove test for
12489 gdb.BtraceInstruction.error.
12490
12491 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12492
12493 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
12494
12495 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12496
12497 * gdb.python/py-record-btrace-threads.c: New file.
12498 * gdb.python/py-record-btrace-threads.exp: New file.
12499
12500 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
12501
12502 PR testsuite/8595
12503 * gdb.base/environ.exp: Make test available in all architectures.
12504 Move bits related to "info program" testing to
12505 gdb.base/info-program.exp. Rewrite tests to use the two new
12506 procedures mentione below.
12507 (test_set_show_env_var) New procedure.
12508 (test_set_show_env_var_equal): Likewise.
12509 * gdb.base/info-program.exp: New file.
12510
12511 2017-04-27 Keith Seitz <keiths@redhat.com>
12512
12513 * gdb.cp/oranking.cc (test15): New function.
12514 (main): Call test15 and declare additional variables for testing.
12515 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
12516 "p foo101('abc')" tests.
12517 Add tests for cv qualifier overloads.
12518 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
12519 "lvalue reference overload" test.
12520 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
12521 "print value of f1 on Child&& in f2" test.
12522
12523 2017-04-19 Pedro Alves <palves@redhat.com>
12524
12525 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
12526 procedure.
12527 (top level): Call it.
12528 * lib/gdb.exp (gdb_define_cmd): New procedure.
12529
12530 2017-04-12 Pedro Alves <palves@redhat.com>
12531
12532 PR gdb/21323
12533 * gdb.cp/wide_char_types.c: Include <wchar.h>.
12534 (wchar): New global.
12535 * gdb.cp/wide_char_types.exp (wide_char_types_program)
12536 (do_test_wide_char, wide_char_types_no_program, top level): Add
12537 wchar_t testing.
12538
12539 2017-04-12 Pedro Alves <palves@redhat.com>
12540
12541 PR c++/21323
12542 * gdb.cp/wide_char_types.c: New file.
12543 * gdb.cp/wide_char_types.exp: New file.
12544
12545 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
12546
12547 PR gdb/21352
12548 * gdb.trace/tsv.exp: Add test for "tsave -r".
12549
12550 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
12551
12552 * gdb.dlang/watch-loc.c: New file.
12553 * gdb.dlang/watch-loc.exp: New file.
12554
12555 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12556
12557 * gdb.python/py-section-script.exp (sepdebug): New testcases.
12558
12559 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
12560
12561 * gdb.arch/arc-analyze-prologue.S: New file.
12562 * gdb.arch/arc-analyze-prologue.exp: Likewise.
12563
12564 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
12565
12566 * gdb.arch/arc-decode-insn.S: New file.
12567 * gdb.arch/arc-decode-insn.exp: Likewise.
12568
12569 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
12570
12571 PR tdep/20928
12572 * gdb.arch/sparc64-regs.exp: New file.
12573 * gdb.arch/sparc64-regs.S: Likewise.
12574
12575 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
12576
12577 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
12578 and memory view on Python 3.
12579
12580 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
12581 Keith Seitz <keiths@redhat.com>
12582
12583 PR gdb/14441
12584 * gdb.cp/demangle.exp: Add rvalue reference tests.
12585 * gdb.cp/rvalue-ref-casts.cc: New file.
12586 * gdb.cp/rvalue-ref-casts.exp: New file.
12587 * gdb.cp/rvalue-ref-overload.cc: New file.
12588 * gdb.cp/rvalue-ref-overload.exp: New file.
12589 * gdb.cp/rvalue-ref-params.cc: New file.
12590 * gdb.cp/rvalue-ref-params.exp: New file.
12591 * gdb.cp/rvalue-ref-sizeof.cc: New file.
12592 * gdb.cp/rvalue-ref-sizeof.exp: New file.
12593 * gdb.cp/rvalue-ref-types.cc: New file.
12594 * gdb.cp/rvalue-ref-types.exp: New file.
12595 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
12596 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
12597
12598 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
12599
12600 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
12601 New procedure.
12602
12603 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
12604
12605 * lib/mi-support.exp (mi_gdb_test): Add additional message
12606 for unexpected output.
12607
12608 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12609
12610 * gdb.base/examine-backward.c (Barrier): New character array
12611 constant, to ensure that TestStrings is preceded by a string
12612 terminator.
12613
12614 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12615
12616 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
12617 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
12618 and implicit pointer into such a location.
12619
12620 2017-03-16 Doug Evans <dje@google.com>
12621
12622 * gdb.python/py-lazy-string (pointer): Really add new typedef.
12623
12624 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
12625
12626 * gdb.cp/m-static.exp: Fix expectation for prototype of
12627 test5.single_constructor and single_constructor::single_constructor.
12628
12629 2017-03-16 Doug Evans <dje@google.com>
12630
12631 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
12632 * gdb.guile/scm-lazy-string.c: New file.
12633 * gdb.guile/scm-value.exp: Move lazy string tests to ...
12634 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
12635 for pointer, array, typedef lazy strings.
12636
12637 2017-03-16 Doug Evans <dje@google.com>
12638
12639 PR python/17728, python/18439, python/18779
12640 * gdb.python/py-value.c (main) Delete locals sptr, sn.
12641 * gdb.python/py-lazy-string.c (pointer): New typedef.
12642 (main): New locals ptr, array, typedef_ptr.
12643 * gdb.python/py-value.exp: Move lazy string tests to ...
12644 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
12645 array, typedef lazy strings.
12646
12647 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
12648
12649 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
12650 Add optional 'test' parameter.
12651
12652 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
12653
12654 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
12655 Skip for versions of DejaGnu < 1.5.
12656
12657 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
12658
12659 * lib/gdb.exp (dejagnu_version): New proc.
12660 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12661 Use dejagnu_version.
12662
12663 2017-03-10 Keith Seitz <keiths@redhat.com>
12664
12665 PR c++/8128
12666 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
12667 type from destructor regexps.
12668 Add a branch which actually passes the test.
12669 Adjust "ptype t5i" test names.
12670
12671 2017-03-08 Pedro Alves <palves@redhat.com>
12672
12673 * gdb.base/step-over-exit.exp: Add explicit test message.
12674
12675 2017-03-08 Pedro Alves <palves@redhat.com>
12676
12677 PR gdb/18360
12678 * gdb.threads/interrupt-while-step-over.c: New file.
12679 * gdb.threads/interrupt-while-step-over.exp: New file.
12680
12681 2017-03-08 Pedro Alves <palves@redhat.com>
12682
12683 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
12684 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
12685
12686 2017-03-08 Pedro Alves <palves@redhat.com>
12687
12688 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
12689 PKRU as not supported as a PASS.
12690
12691 2017-03-08 Pedro Alves <palves@redhat.com>
12692
12693 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
12694 prefix instead of $binfile1/$binfile2.
12695 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
12696 in test message.
12697 * gdb.python/py-completion.exp: Use "load python file" as test
12698 messages instead of unstable path names.
12699
12700 2017-03-08 Pedro Alves <palves@redhat.com>
12701 Jan Kratochvil <jan.kratochvil@redhat.com>
12702
12703 PR cli/21218
12704 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
12705 New proc.
12706 (top level): Call it.
12707
12708 2017-03-08 Pedro Alves <palves@redhat.com>
12709
12710 PR tui/21216
12711 * gdb.tui/tui-nl-filtered-output.exp: New file.
12712
12713 2017-03-08 Pedro Alves <palves@redhat.com>
12714
12715 * gdb.base/completion.exp: Move TUI completion tests to ...
12716 * gdb.tui/completion.exp: ... this new file.
12717
12718 2017-03-08 Pedro Alves <palves@redhat.com>
12719
12720 * gdb.base/tui-disasm-long-lines.c,
12721 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
12722 gdb.base/tui-layout.exp: Move to ...
12723 * gdb.tui/: ... this new directory.
12724
12725 2017-03-07 Pedro Alves <palves@redhat.com>
12726
12727 * gdb.base/tui-layout.c: New file.
12728 * gdb.base/tui-layout.exp: New file.
12729
12730 2017-03-07 Pedro Alves <palves@redhat.com>
12731
12732 * gdb.base/tui-layout.c: Rename to ...
12733 * gdb.base/tui-disasm-long-lines.c: ... this.
12734 * gdb.base/tui-layout.exp: Rename to ...
12735 * gdb.base/tui-disasm-long-lines.exp: ... this.
12736
12737 2017-03-07 Pedro Alves <palves@redhat.com>
12738
12739 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
12740
12741 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12742
12743 * i386-mpx-call.c: New file.
12744 * i386-mpx-call.exp: New file.
12745
12746 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
12747
12748 * gdb.arch/powerpc-power.exp: Delete test.
12749 * gdb.arch/powerpc-power.s: Likewise.
12750 * gdb.disasm/disassembler-options.exp: New test.
12751 * gdb.arch/powerpc-altivec.exp: Likewise.
12752 * gdb.arch/powerpc-altivec.s: Likewise.
12753 * gdb.arch/powerpc-altivec2.exp: Likewise.
12754 * gdb.arch/powerpc-altivec2.s: Likewise.
12755 * gdb.arch/powerpc-altivec3.exp: Likewise.
12756 * gdb.arch/powerpc-altivec3.s: Likewise.
12757 * gdb.arch/powerpc-power7.exp: Likewise.
12758 * gdb.arch/powerpc-power7.s: Likewise.
12759 * gdb.arch/powerpc-power8.exp: Likewise.
12760 * gdb.arch/powerpc-power8.s: Likewise.
12761 * gdb.arch/powerpc-power9.exp: Likewise.
12762 * gdb.arch/powerpc-power9.s: Likewise.
12763 * gdb.arch/powerpc-vsx.exp: Likewise.
12764 * gdb.arch/powerpc-vsx.s: Likewise.
12765 * gdb.arch/powerpc-vsx2.exp: Likewise.
12766 * gdb.arch/powerpc-vsx2.s: Likewise.
12767 * gdb.arch/powerpc-vsx3.exp: Likewise.
12768 * gdb.arch/powerpc-vsx3.s: Likewise.
12769 * gdb.arch/arm-disassembler-options.exp: Likewise.
12770 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
12771 * gdb.arch/s390-disassembler-options.exp: Likewise.
12772
12773 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
12774
12775 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
12776 (check_supported_features): ... this. Changed return type to void.
12777 (supports_rdseed): New static global.
12778 (rdseed): Check supports_rdseed.
12779 (initialize): Call check_supported_features.
12780
12781 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12782
12783 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
12784 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
12785 and lqarx/stqcx.
12786 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
12787 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
12788
12789 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12790
12791 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
12792 uppercase.
12793
12794 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12795
12796 * gdb.dwarf2/formdata16.c: New file.
12797 * gdb.dwarf2/formdata16.exp: New file.
12798 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
12799
12800 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12801
12802 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
12803 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
12804 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
12805 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
12806 DW_AT_GNU_*.
12807
12808 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12809
12810 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
12811
12812 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
12813
12814 PR gdb/21164
12815 * gdb.base/maint.exp: Add testcases for when the commands do
12816 not have arguments.
12817
12818 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
12819
12820 * gdb.cp/chained-calls.exp: Use p instead of P.
12821
12822 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
12823
12824 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
12825 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
12826
12827 2017-02-14 Tom Tromey <tom@tromey.com>
12828
12829 PR python/13598:
12830 * gdb.python/py-events.exp: Add before_prompt event tests.
12831
12832 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12833
12834 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
12835
12836 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
12837
12838 * gdb.linespec/explicit.c (my_unique_function_name): New function.
12839 (main): Call my_unique_function_name.
12840 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
12841 completion of patterns with a single match.
12842 Add missing -re switches to gdb_test_multiple calls.
12843
12844 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
12845
12846 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
12847 return if core file is not recognized.
12848
12849 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
12850
12851 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
12852 and extra UIs.
12853
12854 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
12855
12856 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
12857 proc_with_prefix.
12858
12859 2017-02-10 Tom Tromey <tom@tromey.com>
12860
12861 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
12862
12863 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
12864
12865 PR gdb/21122
12866 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
12867
12868 2017-02-08 Jerome Guitton <guitton@adacore.com>
12869
12870 * gdb.base/define.exp: Add test for command abbreviations
12871 in define.
12872
12873 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
12874
12875 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
12876 * gdb.reverse/insn-reverse-x86.c: New file.
12877
12878 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
12879
12880 PR tdep/20936
12881 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
12882
12883 2017-02-03 Tom Tromey <tom@tromey.com>
12884
12885 PR rust/21097:
12886 * gdb.rust/simple.exp: Add new tests.
12887
12888 2017-02-02 Pedro Alves <palves@redhat.com>
12889
12890 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
12891 tests.
12892
12893 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12894
12895 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
12896 taking a 2-byte value out of a 4-byte DWARF implicit value on
12897 big-endian targets.
12898 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
12899 logic. Add test cases for DW_OP_implicit.
12900
12901 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12902
12903 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
12904
12905 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12906
12907 * gdb.btrace/enable.exp: Call gdb_exit before
12908 skip_gdbserver_tests.
12909
12910 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12911
12912 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
12913 GDBFLAGS.
12914
12915 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12916
12917 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
12918 the test is skipped.
12919 * gdb.btrace/data.exp: Likewise.
12920 * gdb.btrace/delta.exp: Likewise.
12921 * gdb.btrace/dlopen.exp: Likewise.
12922 * gdb.btrace/enable-running.exp: Likewise.
12923 * gdb.btrace/enable.exp: Likewise.
12924 * gdb.btrace/exception.exp: Likewise.
12925 * gdb.btrace/function_call_history.exp: Likewise.
12926 * gdb.btrace/gcore.exp: Likewise.
12927 * gdb.btrace/instruction_history.exp: Likewise.
12928 * gdb.btrace/multi-thread-step.exp: Likewise.
12929 * gdb.btrace/nohist.exp: Likewise.
12930 * gdb.btrace/non-stop.exp: Likewise.
12931 * gdb.btrace/reconnect.exp: Likewise.
12932 * gdb.btrace/record_goto-step.exp: Likewise.
12933 * gdb.btrace/record_goto.exp: Likewise.
12934 * gdb.btrace/rn-dl-bind.exp: Likewise.
12935 * gdb.btrace/segv.exp: Likewise.
12936 * gdb.btrace/step.exp: Likewise.
12937 * gdb.btrace/stepi.exp: Likewise.
12938 * gdb.btrace/tailcall-only.exp: Likewise.
12939 * gdb.btrace/tailcall.exp: Likewise.
12940 * gdb.btrace/tsx.exp: Likewise.
12941 * gdb.btrace/unknown_functions.exp: Likewise.
12942 * gdb.btrace/vdso.exp: Likewise.
12943
12944 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12945
12946 * gdb.btrace/enable-running.c: New.
12947 * gdb.btrace/enable-running.exp: New.
12948
12949 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
12950
12951 * gdb.arch/amd64-gs_base.c: New file.
12952 * gdb.arch/amd64-gs_base.exp: New file.
12953
12954 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
12955
12956 * lib/memory.exp: Remove spurious empty newlines.
12957
12958 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
12959
12960 * gdb.python/py-bad-printers.exp: Load python file using "source".
12961 * gdb.python/py-events.exp: Likewise.
12962 * gdb.python/py-evsignal.exp: Likewise.
12963 * gdb.python/py-evthreads.exp: Likewise.
12964 * gdb.python/py-frame-args.exp: Likewise.
12965 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
12966 * gdb.python/py-framefilter-mi.exp: Likewise.
12967 * gdb.python/py-framefilter.exp: Likewise.
12968 * gdb.python/py-mi.exp: Likewise.
12969 * gdb.python/py-pp-maint.exp: Likewise.
12970 * gdb.python/py-pp-registration.exp: Likewise.
12971 * gdb.python/py-prettyprint.exp: Likewise.
12972 (run_lang_tests): Likewise.
12973 * gdb.python/py-typeprint.exp: Likewise.
12974
12975 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
12976
12977 * lib/memory.exp: New file.
12978 * lib/gdb.exp: Load memory.exp.
12979 * gdb.base/memattr.exp (delete_memory): Move proc to
12980 lib/memory.exp and rename to delete_memory_regions.
12981 Replace delete_memory with delete_memory_regions.
12982 Cleanup memory regions before tests.
12983 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
12984 before tests.
12985
12986 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
12987
12988 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
12989 files.
12990 (initialize): New function conditionally defined.
12991 (testcases): Move within conditional block.
12992 (main): Call initialize.
12993 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
12994 of gdb.reverse/insn-reverse.c.
12995 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
12996 gdb.reverse/insn-reverse.c.
12997
12998 2017-01-26 Yao Qi <yao.qi@linaro.org>
12999
13000 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
13001 disassemble on address 0.
13002
13003 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
13004 Yao Qi <yao.qi@linaro.org>
13005
13006 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
13007 * gdb.dwarf2/implptr-64bit.S: Remove.
13008 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
13009 variables in caller's context. Add DW_OP_implicit_value.
13010
13011 2017-01-25 Yao Qi <yao.qi@linaro.org>
13012
13013 * lib/dwarf.exp (Dwarf::_location): Handle
13014 DW_OP_GNU_implicit_pointer with proper size.
13015
13016 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
13017
13018 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
13019 and add untested calls.
13020
13021 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
13022
13023 * gdb.python/python.exp: Check line number against what GDB thinks
13024 the line number is for func1.
13025
13026 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
13027
13028 * gdb.dlang/debug-expr.exp: New file.
13029
13030 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
13031
13032 Fix test names for the following files:
13033
13034 * gdb.ada/exec_changed.exp
13035 * gdb.ada/info_types.exp
13036 * gdb.arch/aarch64-atomic-inst.exp
13037 * gdb.arch/aarch64-fp.exp
13038 * gdb.arch/altivec-abi.exp
13039 * gdb.arch/altivec-regs.exp
13040 * gdb.arch/amd64-byte.exp
13041 * gdb.arch/amd64-disp-step.exp
13042 * gdb.arch/amd64-dword.exp
13043 * gdb.arch/amd64-entry-value-inline.exp
13044 * gdb.arch/amd64-entry-value-param.exp
13045 * gdb.arch/amd64-entry-value-paramref.exp
13046 * gdb.arch/amd64-entry-value.exp
13047 * gdb.arch/amd64-i386-address.exp
13048 * gdb.arch/amd64-invalid-stack-middle.exp
13049 * gdb.arch/amd64-invalid-stack-top.exp
13050 * gdb.arch/amd64-optimout-repeat.exp
13051 * gdb.arch/amd64-prologue-skip.exp
13052 * gdb.arch/amd64-prologue-xmm.exp
13053 * gdb.arch/amd64-stap-special-operands.exp
13054 * gdb.arch/amd64-stap-wrong-subexp.exp
13055 * gdb.arch/amd64-tailcall-cxx.exp
13056 * gdb.arch/amd64-tailcall-noret.exp
13057 * gdb.arch/amd64-tailcall-ret.exp
13058 * gdb.arch/amd64-tailcall-self.exp
13059 * gdb.arch/amd64-word.exp
13060 * gdb.arch/arm-bl-branch-dest.exp
13061 * gdb.arch/arm-disp-step.exp
13062 * gdb.arch/arm-neon.exp
13063 * gdb.arch/arm-single-step-kernel-helper.exp
13064 * gdb.arch/avr-flash-qualifier.exp
13065 * gdb.arch/disp-step-insn-reloc.exp
13066 * gdb.arch/e500-abi.exp
13067 * gdb.arch/e500-regs.exp
13068 * gdb.arch/ftrace-insn-reloc.exp
13069 * gdb.arch/i386-avx512.exp
13070 * gdb.arch/i386-bp_permanent.exp
13071 * gdb.arch/i386-byte.exp
13072 * gdb.arch/i386-cfi-notcurrent.exp
13073 * gdb.arch/i386-disp-step.exp
13074 * gdb.arch/i386-dr3-watch.exp
13075 * gdb.arch/i386-float.exp
13076 * gdb.arch/i386-gnu-cfi.exp
13077 * gdb.arch/i386-mpx-map.exp
13078 * gdb.arch/i386-mpx-sigsegv.exp
13079 * gdb.arch/i386-mpx-simple_segv.exp
13080 * gdb.arch/i386-mpx.exp
13081 * gdb.arch/i386-permbkpt.exp
13082 * gdb.arch/i386-prologue.exp
13083 * gdb.arch/i386-signal.exp
13084 * gdb.arch/i386-size-overlap.exp
13085 * gdb.arch/i386-unwind.exp
13086 * gdb.arch/i386-word.exp
13087 * gdb.arch/mips-fcr.exp
13088 * gdb.arch/powerpc-d128-regs.exp
13089 * gdb.arch/powerpc-stackless.exp
13090 * gdb.arch/ppc64-atomic-inst.exp
13091 * gdb.arch/s390-stackless.exp
13092 * gdb.arch/s390-tdbregs.exp
13093 * gdb.arch/s390-vregs.exp
13094 * gdb.arch/sparc-sysstep.exp
13095 * gdb.arch/thumb-bx-pc.exp
13096 * gdb.arch/thumb-singlestep.exp
13097 * gdb.arch/thumb2-it.exp
13098 * gdb.arch/vsx-regs.exp
13099 * gdb.asm/asm-source.exp
13100 * gdb.base/a2-run.exp
13101 * gdb.base/advance.exp
13102 * gdb.base/all-bin.exp
13103 * gdb.base/anon.exp
13104 * gdb.base/args.exp
13105 * gdb.base/arithmet.exp
13106 * gdb.base/async-shell.exp
13107 * gdb.base/async.exp
13108 * gdb.base/attach-pie-noexec.exp
13109 * gdb.base/attach-twice.exp
13110 * gdb.base/auto-load.exp
13111 * gdb.base/bang.exp
13112 * gdb.base/bitfields.exp
13113 * gdb.base/break-always.exp
13114 * gdb.base/break-caller-line.exp
13115 * gdb.base/break-entry.exp
13116 * gdb.base/break-inline.exp
13117 * gdb.base/break-on-linker-gcd-function.exp
13118 * gdb.base/break-probes.exp
13119 * gdb.base/break.exp
13120 * gdb.base/breakpoint-shadow.exp
13121 * gdb.base/call-ar-st.exp
13122 * gdb.base/call-sc.exp
13123 * gdb.base/call-signal-resume.exp
13124 * gdb.base/call-strs.exp
13125 * gdb.base/callfuncs.exp
13126 * gdb.base/catch-fork-static.exp
13127 * gdb.base/catch-gdb-caused-signals.exp
13128 * gdb.base/catch-load.exp
13129 * gdb.base/catch-signal-fork.exp
13130 * gdb.base/catch-signal.exp
13131 * gdb.base/catch-syscall.exp
13132 * gdb.base/charset.exp
13133 * gdb.base/checkpoint.exp
13134 * gdb.base/chng-syms.exp
13135 * gdb.base/code-expr.exp
13136 * gdb.base/code_elim.exp
13137 * gdb.base/commands.exp
13138 * gdb.base/completion.exp
13139 * gdb.base/complex.exp
13140 * gdb.base/cond-expr.exp
13141 * gdb.base/condbreak.exp
13142 * gdb.base/consecutive.exp
13143 * gdb.base/continue-all-already-running.exp
13144 * gdb.base/coredump-filter.exp
13145 * gdb.base/corefile.exp
13146 * gdb.base/dbx.exp
13147 * gdb.base/debug-expr.exp
13148 * gdb.base/define.exp
13149 * gdb.base/del.exp
13150 * gdb.base/disabled-location.exp
13151 * gdb.base/disasm-end-cu.exp
13152 * gdb.base/disasm-optim.exp
13153 * gdb.base/display.exp
13154 * gdb.base/duplicate-bp.exp
13155 * gdb.base/ena-dis-br.exp
13156 * gdb.base/ending-run.exp
13157 * gdb.base/enumval.exp
13158 * gdb.base/environ.exp
13159 * gdb.base/eu-strip-infcall.exp
13160 * gdb.base/eval-avoid-side-effects.exp
13161 * gdb.base/eval-skip.exp
13162 * gdb.base/exitsignal.exp
13163 * gdb.base/expand-psymtabs.exp
13164 * gdb.base/filesym.exp
13165 * gdb.base/find-unmapped.exp
13166 * gdb.base/finish.exp
13167 * gdb.base/float.exp
13168 * gdb.base/foll-exec-mode.exp
13169 * gdb.base/foll-exec.exp
13170 * gdb.base/foll-fork.exp
13171 * gdb.base/fortran-sym-case.exp
13172 * gdb.base/freebpcmd.exp
13173 * gdb.base/func-ptr.exp
13174 * gdb.base/func-ptrs.exp
13175 * gdb.base/funcargs.exp
13176 * gdb.base/gcore-buffer-overflow.exp
13177 * gdb.base/gcore-relro-pie.exp
13178 * gdb.base/gcore-relro.exp
13179 * gdb.base/gcore.exp
13180 * gdb.base/gdb1090.exp
13181 * gdb.base/gdb11530.exp
13182 * gdb.base/gdb11531.exp
13183 * gdb.base/gdb1821.exp
13184 * gdb.base/gdbindex-stabs.exp
13185 * gdb.base/gdbvars.exp
13186 * gdb.base/hbreak.exp
13187 * gdb.base/hbreak2.exp
13188 * gdb.base/included.exp
13189 * gdb.base/infcall-input.exp
13190 * gdb.base/inferior-died.exp
13191 * gdb.base/infnan.exp
13192 * gdb.base/info-macros.exp
13193 * gdb.base/info-os.exp
13194 * gdb.base/info-proc.exp
13195 * gdb.base/info-shared.exp
13196 * gdb.base/info-target.exp
13197 * gdb.base/infoline.exp
13198 * gdb.base/interp.exp
13199 * gdb.base/interrupt.exp
13200 * gdb.base/jit-reader.exp
13201 * gdb.base/jit-simple.exp
13202 * gdb.base/kill-after-signal.exp
13203 * gdb.base/kill-detach-inferiors-cmd.exp
13204 * gdb.base/label.exp
13205 * gdb.base/langs.exp
13206 * gdb.base/ldbl_e308.exp
13207 * gdb.base/line-symtabs.exp
13208 * gdb.base/linespecs.exp
13209 * gdb.base/list.exp
13210 * gdb.base/long_long.exp
13211 * gdb.base/longest-types.exp
13212 * gdb.base/maint.exp
13213 * gdb.base/max-value-size.exp
13214 * gdb.base/memattr.exp
13215 * gdb.base/mips_pro.exp
13216 * gdb.base/morestack.exp
13217 * gdb.base/moribund-step.exp
13218 * gdb.base/multi-forks.exp
13219 * gdb.base/nested-addr.exp
13220 * gdb.base/nextoverexit.exp
13221 * gdb.base/noreturn-finish.exp
13222 * gdb.base/noreturn-return.exp
13223 * gdb.base/nostdlib.exp
13224 * gdb.base/offsets.exp
13225 * gdb.base/opaque.exp
13226 * gdb.base/pc-fp.exp
13227 * gdb.base/permissions.exp
13228 * gdb.base/print-symbol-loading.exp
13229 * gdb.base/prologue-include.exp
13230 * gdb.base/psymtab.exp
13231 * gdb.base/ptype.exp
13232 * gdb.base/random-signal.exp
13233 * gdb.base/randomize.exp
13234 * gdb.base/range-stepping.exp
13235 * gdb.base/readline-ask.exp
13236 * gdb.base/recpar.exp
13237 * gdb.base/recurse.exp
13238 * gdb.base/relational.exp
13239 * gdb.base/restore.exp
13240 * gdb.base/return-nodebug.exp
13241 * gdb.base/return.exp
13242 * gdb.base/run-after-attach.exp
13243 * gdb.base/save-bp.exp
13244 * gdb.base/scope.exp
13245 * gdb.base/sect-cmd.exp
13246 * gdb.base/set-lang-auto.exp
13247 * gdb.base/set-noassign.exp
13248 * gdb.base/setvar.exp
13249 * gdb.base/sigall.exp
13250 * gdb.base/sigbpt.exp
13251 * gdb.base/siginfo-addr.exp
13252 * gdb.base/siginfo-infcall.exp
13253 * gdb.base/siginfo-obj.exp
13254 * gdb.base/siginfo.exp
13255 * gdb.base/signals-state-child.exp
13256 * gdb.base/signest.exp
13257 * gdb.base/sigstep.exp
13258 * gdb.base/sizeof.exp
13259 * gdb.base/skip.exp
13260 * gdb.base/solib-corrupted.exp
13261 * gdb.base/solib-nodir.exp
13262 * gdb.base/solib-search.exp
13263 * gdb.base/stack-checking.exp
13264 * gdb.base/stale-infcall.exp
13265 * gdb.base/stap-probe.exp
13266 * gdb.base/start.exp
13267 * gdb.base/step-break.exp
13268 * gdb.base/step-bt.exp
13269 * gdb.base/step-line.exp
13270 * gdb.base/step-over-exit.exp
13271 * gdb.base/step-over-syscall.exp
13272 * gdb.base/step-resume-infcall.exp
13273 * gdb.base/step-test.exp
13274 * gdb.base/store.exp
13275 * gdb.base/structs3.exp
13276 * gdb.base/sym-file.exp
13277 * gdb.base/symbol-without-target_section.exp
13278 * gdb.base/term.exp
13279 * gdb.base/testenv.exp
13280 * gdb.base/ui-redirect.exp
13281 * gdb.base/until.exp
13282 * gdb.base/unwindonsignal.exp
13283 * gdb.base/value-double-free.exp
13284 * gdb.base/vla-datatypes.exp
13285 * gdb.base/vla-ptr.exp
13286 * gdb.base/vla-sideeffect.exp
13287 * gdb.base/volatile.exp
13288 * gdb.base/watch-cond-infcall.exp
13289 * gdb.base/watch-cond.exp
13290 * gdb.base/watch-non-mem.exp
13291 * gdb.base/watch-read.exp
13292 * gdb.base/watch-vfork.exp
13293 * gdb.base/watchpoint-cond-gone.exp
13294 * gdb.base/watchpoint-delete.exp
13295 * gdb.base/watchpoint-hw-hit-once.exp
13296 * gdb.base/watchpoint-hw.exp
13297 * gdb.base/watchpoint-stops-at-right-insn.exp
13298 * gdb.base/watchpoints.exp
13299 * gdb.base/wchar.exp
13300 * gdb.base/whatis-exp.exp
13301 * gdb.btrace/buffer-size.exp
13302 * gdb.btrace/data.exp
13303 * gdb.btrace/delta.exp
13304 * gdb.btrace/dlopen.exp
13305 * gdb.btrace/enable.exp
13306 * gdb.btrace/exception.exp
13307 * gdb.btrace/function_call_history.exp
13308 * gdb.btrace/gcore.exp
13309 * gdb.btrace/instruction_history.exp
13310 * gdb.btrace/nohist.exp
13311 * gdb.btrace/reconnect.exp
13312 * gdb.btrace/record_goto-step.exp
13313 * gdb.btrace/record_goto.exp
13314 * gdb.btrace/rn-dl-bind.exp
13315 * gdb.btrace/segv.exp
13316 * gdb.btrace/step.exp
13317 * gdb.btrace/stepi.exp
13318 * gdb.btrace/tailcall-only.exp
13319 * gdb.btrace/tailcall.exp
13320 * gdb.btrace/tsx.exp
13321 * gdb.btrace/unknown_functions.exp
13322 * gdb.btrace/vdso.exp
13323 * gdb.compile/compile-ifunc.exp
13324 * gdb.compile/compile-ops.exp
13325 * gdb.compile/compile-print.exp
13326 * gdb.compile/compile-setjmp.exp
13327 * gdb.cp/abstract-origin.exp
13328 * gdb.cp/ambiguous.exp
13329 * gdb.cp/annota2.exp
13330 * gdb.cp/annota3.exp
13331 * gdb.cp/anon-ns.exp
13332 * gdb.cp/anon-struct.exp
13333 * gdb.cp/anon-union.exp
13334 * gdb.cp/arg-reference.exp
13335 * gdb.cp/baseenum.exp
13336 * gdb.cp/bool.exp
13337 * gdb.cp/breakpoint.exp
13338 * gdb.cp/bs15503.exp
13339 * gdb.cp/call-c.exp
13340 * gdb.cp/casts.exp
13341 * gdb.cp/chained-calls.exp
13342 * gdb.cp/class2.exp
13343 * gdb.cp/classes.exp
13344 * gdb.cp/cmpd-minsyms.exp
13345 * gdb.cp/converts.exp
13346 * gdb.cp/cp-relocate.exp
13347 * gdb.cp/cpcompletion.exp
13348 * gdb.cp/cpexprs.exp
13349 * gdb.cp/cplabel.exp
13350 * gdb.cp/cplusfuncs.exp
13351 * gdb.cp/cpsizeof.exp
13352 * gdb.cp/ctti.exp
13353 * gdb.cp/derivation.exp
13354 * gdb.cp/destrprint.exp
13355 * gdb.cp/dispcxx.exp
13356 * gdb.cp/enum-class.exp
13357 * gdb.cp/exception.exp
13358 * gdb.cp/exceptprint.exp
13359 * gdb.cp/expand-psymtabs-cxx.exp
13360 * gdb.cp/expand-sals.exp
13361 * gdb.cp/extern-c.exp
13362 * gdb.cp/filename.exp
13363 * gdb.cp/formatted-ref.exp
13364 * gdb.cp/fpointer.exp
13365 * gdb.cp/gdb1355.exp
13366 * gdb.cp/gdb2495.exp
13367 * gdb.cp/hang.exp
13368 * gdb.cp/impl-this.exp
13369 * gdb.cp/infcall-dlopen.exp
13370 * gdb.cp/inherit.exp
13371 * gdb.cp/iostream.exp
13372 * gdb.cp/koenig.exp
13373 * gdb.cp/local.exp
13374 * gdb.cp/m-data.exp
13375 * gdb.cp/m-static.exp
13376 * gdb.cp/mb-ctor.exp
13377 * gdb.cp/mb-inline.exp
13378 * gdb.cp/mb-templates.exp
13379 * gdb.cp/member-name.exp
13380 * gdb.cp/member-ptr.exp
13381 * gdb.cp/meth-typedefs.exp
13382 * gdb.cp/method.exp
13383 * gdb.cp/method2.exp
13384 * gdb.cp/minsym-fallback.exp
13385 * gdb.cp/misc.exp
13386 * gdb.cp/namelessclass.exp
13387 * gdb.cp/namespace-enum.exp
13388 * gdb.cp/namespace-nested-import.exp
13389 * gdb.cp/namespace.exp
13390 * gdb.cp/nextoverthrow.exp
13391 * gdb.cp/no-dmgl-verbose.exp
13392 * gdb.cp/non-trivial-retval.exp
13393 * gdb.cp/noparam.exp
13394 * gdb.cp/nsdecl.exp
13395 * gdb.cp/nsimport.exp
13396 * gdb.cp/nsnested.exp
13397 * gdb.cp/nsnoimports.exp
13398 * gdb.cp/nsrecurs.exp
13399 * gdb.cp/nsstress.exp
13400 * gdb.cp/nsusing.exp
13401 * gdb.cp/operator.exp
13402 * gdb.cp/oranking.exp
13403 * gdb.cp/overload-const.exp
13404 * gdb.cp/overload.exp
13405 * gdb.cp/ovldbreak.exp
13406 * gdb.cp/ovsrch.exp
13407 * gdb.cp/paren-type.exp
13408 * gdb.cp/parse-lang.exp
13409 * gdb.cp/pass-by-ref.exp
13410 * gdb.cp/pr-1023.exp
13411 * gdb.cp/pr-1210.exp
13412 * gdb.cp/pr-574.exp
13413 * gdb.cp/pr10687.exp
13414 * gdb.cp/pr12028.exp
13415 * gdb.cp/pr17132.exp
13416 * gdb.cp/pr17494.exp
13417 * gdb.cp/pr9067.exp
13418 * gdb.cp/pr9167.exp
13419 * gdb.cp/pr9631.exp
13420 * gdb.cp/printmethod.exp
13421 * gdb.cp/psmang.exp
13422 * gdb.cp/psymtab-parameter.exp
13423 * gdb.cp/ptype-cv-cp.exp
13424 * gdb.cp/ptype-flags.exp
13425 * gdb.cp/re-set-overloaded.exp
13426 * gdb.cp/ref-types.exp
13427 * gdb.cp/rtti.exp
13428 * gdb.cp/scope-err.exp
13429 * gdb.cp/shadow.exp
13430 * gdb.cp/smartp.exp
13431 * gdb.cp/static-method.exp
13432 * gdb.cp/static-print-quit.exp
13433 * gdb.cp/temargs.exp
13434 * gdb.cp/templates.exp
13435 * gdb.cp/try_catch.exp
13436 * gdb.cp/typedef-operator.exp
13437 * gdb.cp/typeid.exp
13438 * gdb.cp/userdef.exp
13439 * gdb.cp/using-crash.exp
13440 * gdb.cp/var-tag.exp
13441 * gdb.cp/virtbase.exp
13442 * gdb.cp/virtfunc.exp
13443 * gdb.cp/virtfunc2.exp
13444 * gdb.cp/vla-cxx.exp
13445 * gdb.disasm/t01_mov.exp
13446 * gdb.disasm/t02_mova.exp
13447 * gdb.disasm/t03_add.exp
13448 * gdb.disasm/t04_sub.exp
13449 * gdb.disasm/t05_cmp.exp
13450 * gdb.disasm/t06_ari2.exp
13451 * gdb.disasm/t07_ari3.exp
13452 * gdb.disasm/t08_or.exp
13453 * gdb.disasm/t09_xor.exp
13454 * gdb.disasm/t10_and.exp
13455 * gdb.disasm/t11_logs.exp
13456 * gdb.disasm/t12_bit.exp
13457 * gdb.disasm/t13_otr.exp
13458 * gdb.dlang/circular.exp
13459 * gdb.dwarf2/arr-stride.exp
13460 * gdb.dwarf2/arr-subrange.exp
13461 * gdb.dwarf2/atomic-type.exp
13462 * gdb.dwarf2/bad-regnum.exp
13463 * gdb.dwarf2/bitfield-parent-optimized-out.exp
13464 * gdb.dwarf2/callframecfa.exp
13465 * gdb.dwarf2/clztest.exp
13466 * gdb.dwarf2/corrupt.exp
13467 * gdb.dwarf2/data-loc.exp
13468 * gdb.dwarf2/dup-psym.exp
13469 * gdb.dwarf2/dw2-anon-mptr.exp
13470 * gdb.dwarf2/dw2-anonymous-func.exp
13471 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
13472 * gdb.dwarf2/dw2-bad-unresolved.exp
13473 * gdb.dwarf2/dw2-basic.exp
13474 * gdb.dwarf2/dw2-canonicalize-type.exp
13475 * gdb.dwarf2/dw2-case-insensitive.exp
13476 * gdb.dwarf2/dw2-common-block.exp
13477 * gdb.dwarf2/dw2-compdir-oldgcc.exp
13478 * gdb.dwarf2/dw2-compressed.exp
13479 * gdb.dwarf2/dw2-const.exp
13480 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
13481 * gdb.dwarf2/dw2-cu-size.exp
13482 * gdb.dwarf2/dw2-dup-frame.exp
13483 * gdb.dwarf2/dw2-entry-value.exp
13484 * gdb.dwarf2/dw2-icycle.exp
13485 * gdb.dwarf2/dw2-ifort-parameter.exp
13486 * gdb.dwarf2/dw2-inline-break.exp
13487 * gdb.dwarf2/dw2-inline-param.exp
13488 * gdb.dwarf2/dw2-intercu.exp
13489 * gdb.dwarf2/dw2-intermix.exp
13490 * gdb.dwarf2/dw2-lexical-block-bare.exp
13491 * gdb.dwarf2/dw2-linkage-name-trust.exp
13492 * gdb.dwarf2/dw2-minsym-in-cu.exp
13493 * gdb.dwarf2/dw2-noloc.exp
13494 * gdb.dwarf2/dw2-op-call.exp
13495 * gdb.dwarf2/dw2-op-out-param.exp
13496 * gdb.dwarf2/dw2-opt-structptr.exp
13497 * gdb.dwarf2/dw2-param-error.exp
13498 * gdb.dwarf2/dw2-producer.exp
13499 * gdb.dwarf2/dw2-ranges-base.exp
13500 * gdb.dwarf2/dw2-ref-missing-frame.exp
13501 * gdb.dwarf2/dw2-reg-undefined.exp
13502 * gdb.dwarf2/dw2-regno-invalid.exp
13503 * gdb.dwarf2/dw2-restore.exp
13504 * gdb.dwarf2/dw2-restrict.exp
13505 * gdb.dwarf2/dw2-single-line-discriminators.exp
13506 * gdb.dwarf2/dw2-strp.exp
13507 * gdb.dwarf2/dw2-undefined-ret-addr.exp
13508 * gdb.dwarf2/dw2-unresolved.exp
13509 * gdb.dwarf2/dw2-var-zero-addr.exp
13510 * gdb.dwarf2/dw4-sig-types.exp
13511 * gdb.dwarf2/dwz.exp
13512 * gdb.dwarf2/dynarr-ptr.exp
13513 * gdb.dwarf2/enum-type.exp
13514 * gdb.dwarf2/gdb-index.exp
13515 * gdb.dwarf2/implptr-64bit.exp
13516 * gdb.dwarf2/implptr-optimized-out.exp
13517 * gdb.dwarf2/implptr.exp
13518 * gdb.dwarf2/implref-array.exp
13519 * gdb.dwarf2/implref-const.exp
13520 * gdb.dwarf2/implref-global.exp
13521 * gdb.dwarf2/implref-struct.exp
13522 * gdb.dwarf2/mac-fileno.exp
13523 * gdb.dwarf2/main-subprogram.exp
13524 * gdb.dwarf2/member-ptr-forwardref.exp
13525 * gdb.dwarf2/method-ptr.exp
13526 * gdb.dwarf2/missing-sig-type.exp
13527 * gdb.dwarf2/nonvar-access.exp
13528 * gdb.dwarf2/opaque-type-lookup.exp
13529 * gdb.dwarf2/pieces-optimized-out.exp
13530 * gdb.dwarf2/pieces.exp
13531 * gdb.dwarf2/pr10770.exp
13532 * gdb.dwarf2/pr13961.exp
13533 * gdb.dwarf2/staticvirtual.exp
13534 * gdb.dwarf2/subrange.exp
13535 * gdb.dwarf2/symtab-producer.exp
13536 * gdb.dwarf2/trace-crash.exp
13537 * gdb.dwarf2/typeddwarf.exp
13538 * gdb.dwarf2/valop.exp
13539 * gdb.dwarf2/watch-notconst.exp
13540 * gdb.fortran/array-element.exp
13541 * gdb.fortran/charset.exp
13542 * gdb.fortran/common-block.exp
13543 * gdb.fortran/complex.exp
13544 * gdb.fortran/derived-type-function.exp
13545 * gdb.fortran/derived-type.exp
13546 * gdb.fortran/logical.exp
13547 * gdb.fortran/module.exp
13548 * gdb.fortran/multi-dim.exp
13549 * gdb.fortran/nested-funcs.exp
13550 * gdb.fortran/print-formatted.exp
13551 * gdb.fortran/subarray.exp
13552 * gdb.fortran/vla-alloc-assoc.exp
13553 * gdb.fortran/vla-datatypes.exp
13554 * gdb.fortran/vla-history.exp
13555 * gdb.fortran/vla-ptr-info.exp
13556 * gdb.fortran/vla-ptype-sub.exp
13557 * gdb.fortran/vla-ptype.exp
13558 * gdb.fortran/vla-sizeof.exp
13559 * gdb.fortran/vla-type.exp
13560 * gdb.fortran/vla-value-sub-arbitrary.exp
13561 * gdb.fortran/vla-value-sub-finish.exp
13562 * gdb.fortran/vla-value-sub.exp
13563 * gdb.fortran/vla-value.exp
13564 * gdb.fortran/whatis_type.exp
13565 * gdb.go/chan.exp
13566 * gdb.go/handcall.exp
13567 * gdb.go/hello.exp
13568 * gdb.go/integers.exp
13569 * gdb.go/methods.exp
13570 * gdb.go/package.exp
13571 * gdb.go/strings.exp
13572 * gdb.go/types.exp
13573 * gdb.go/unsafe.exp
13574 * gdb.guile/scm-arch.exp
13575 * gdb.guile/scm-block.exp
13576 * gdb.guile/scm-breakpoint.exp
13577 * gdb.guile/scm-cmd.exp
13578 * gdb.guile/scm-disasm.exp
13579 * gdb.guile/scm-equal.exp
13580 * gdb.guile/scm-frame-args.exp
13581 * gdb.guile/scm-frame-inline.exp
13582 * gdb.guile/scm-frame.exp
13583 * gdb.guile/scm-iterator.exp
13584 * gdb.guile/scm-math.exp
13585 * gdb.guile/scm-objfile.exp
13586 * gdb.guile/scm-ports.exp
13587 * gdb.guile/scm-symbol.exp
13588 * gdb.guile/scm-symtab.exp
13589 * gdb.guile/scm-value-cc.exp
13590 * gdb.guile/types-module.exp
13591 * gdb.linespec/break-ask.exp
13592 * gdb.linespec/cpexplicit.exp
13593 * gdb.linespec/explicit.exp
13594 * gdb.linespec/keywords.exp
13595 * gdb.linespec/linespec.exp
13596 * gdb.linespec/ls-dollar.exp
13597 * gdb.linespec/ls-errs.exp
13598 * gdb.linespec/skip-two.exp
13599 * gdb.linespec/thread.exp
13600 * gdb.mi/mi-async.exp
13601 * gdb.mi/mi-basics.exp
13602 * gdb.mi/mi-break.exp
13603 * gdb.mi/mi-catch-load.exp
13604 * gdb.mi/mi-cli.exp
13605 * gdb.mi/mi-cmd-param-changed.exp
13606 * gdb.mi/mi-console.exp
13607 * gdb.mi/mi-detach.exp
13608 * gdb.mi/mi-disassemble.exp
13609 * gdb.mi/mi-eval.exp
13610 * gdb.mi/mi-file-transfer.exp
13611 * gdb.mi/mi-file.exp
13612 * gdb.mi/mi-fill-memory.exp
13613 * gdb.mi/mi-inheritance-syntax-error.exp
13614 * gdb.mi/mi-linespec-err-cp.exp
13615 * gdb.mi/mi-logging.exp
13616 * gdb.mi/mi-memory-changed.exp
13617 * gdb.mi/mi-read-memory.exp
13618 * gdb.mi/mi-record-changed.exp
13619 * gdb.mi/mi-reg-undefined.exp
13620 * gdb.mi/mi-regs.exp
13621 * gdb.mi/mi-return.exp
13622 * gdb.mi/mi-reverse.exp
13623 * gdb.mi/mi-simplerun.exp
13624 * gdb.mi/mi-solib.exp
13625 * gdb.mi/mi-stack.exp
13626 * gdb.mi/mi-stepi.exp
13627 * gdb.mi/mi-syn-frame.exp
13628 * gdb.mi/mi-until.exp
13629 * gdb.mi/mi-var-block.exp
13630 * gdb.mi/mi-var-child.exp
13631 * gdb.mi/mi-var-cmd.exp
13632 * gdb.mi/mi-var-cp.exp
13633 * gdb.mi/mi-var-display.exp
13634 * gdb.mi/mi-var-invalidate.exp
13635 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
13636 * gdb.mi/mi-vla-fortran.exp
13637 * gdb.mi/mi-watch.exp
13638 * gdb.mi/mi2-var-child.exp
13639 * gdb.mi/user-selected-context-sync.exp
13640 * gdb.modula2/unbounded-array.exp
13641 * gdb.multi/dummy-frame-restore.exp
13642 * gdb.multi/multi-arch-exec.exp
13643 * gdb.multi/multi-arch.exp
13644 * gdb.multi/tids.exp
13645 * gdb.multi/watchpoint-multi.exp
13646 * gdb.opencl/callfuncs.exp
13647 * gdb.opencl/convs_casts.exp
13648 * gdb.opencl/datatypes.exp
13649 * gdb.opencl/operators.exp
13650 * gdb.opencl/vec_comps.exp
13651 * gdb.opt/clobbered-registers-O2.exp
13652 * gdb.opt/inline-break.exp
13653 * gdb.opt/inline-bt.exp
13654 * gdb.opt/inline-cmds.exp
13655 * gdb.opt/inline-locals.exp
13656 * gdb.pascal/case-insensitive-symbols.exp
13657 * gdb.pascal/floats.exp
13658 * gdb.pascal/gdb11492.exp
13659 * gdb.python/lib-types.exp
13660 * gdb.python/py-arch.exp
13661 * gdb.python/py-as-string.exp
13662 * gdb.python/py-bad-printers.exp
13663 * gdb.python/py-block.exp
13664 * gdb.python/py-breakpoint-create-fail.exp
13665 * gdb.python/py-breakpoint.exp
13666 * gdb.python/py-caller-is.exp
13667 * gdb.python/py-cmd.exp
13668 * gdb.python/py-explore-cc.exp
13669 * gdb.python/py-explore.exp
13670 * gdb.python/py-finish-breakpoint.exp
13671 * gdb.python/py-finish-breakpoint2.exp
13672 * gdb.python/py-frame-args.exp
13673 * gdb.python/py-frame-inline.exp
13674 * gdb.python/py-frame.exp
13675 * gdb.python/py-framefilter-mi.exp
13676 * gdb.python/py-infthread.exp
13677 * gdb.python/py-lazy-string.exp
13678 * gdb.python/py-linetable.exp
13679 * gdb.python/py-mi-events.exp
13680 * gdb.python/py-mi-objfile.exp
13681 * gdb.python/py-mi.exp
13682 * gdb.python/py-objfile.exp
13683 * gdb.python/py-pp-integral.exp
13684 * gdb.python/py-pp-maint.exp
13685 * gdb.python/py-pp-re-notag.exp
13686 * gdb.python/py-pp-registration.exp
13687 * gdb.python/py-recurse-unwind.exp
13688 * gdb.python/py-strfns.exp
13689 * gdb.python/py-symbol.exp
13690 * gdb.python/py-symtab.exp
13691 * gdb.python/py-sync-interp.exp
13692 * gdb.python/py-typeprint.exp
13693 * gdb.python/py-unwind-maint.exp
13694 * gdb.python/py-unwind.exp
13695 * gdb.python/py-value-cc.exp
13696 * gdb.python/py-xmethods.exp
13697 * gdb.reverse/amd64-tailcall-reverse.exp
13698 * gdb.reverse/break-precsave.exp
13699 * gdb.reverse/break-reverse.exp
13700 * gdb.reverse/consecutive-precsave.exp
13701 * gdb.reverse/consecutive-reverse.exp
13702 * gdb.reverse/finish-precsave.exp
13703 * gdb.reverse/finish-reverse-bkpt.exp
13704 * gdb.reverse/finish-reverse.exp
13705 * gdb.reverse/fstatat-reverse.exp
13706 * gdb.reverse/getresuid-reverse.exp
13707 * gdb.reverse/i386-precsave.exp
13708 * gdb.reverse/i386-reverse.exp
13709 * gdb.reverse/i386-sse-reverse.exp
13710 * gdb.reverse/i387-env-reverse.exp
13711 * gdb.reverse/i387-stack-reverse.exp
13712 * gdb.reverse/insn-reverse.exp
13713 * gdb.reverse/machinestate-precsave.exp
13714 * gdb.reverse/machinestate.exp
13715 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13716 * gdb.reverse/pipe-reverse.exp
13717 * gdb.reverse/readv-reverse.exp
13718 * gdb.reverse/recvmsg-reverse.exp
13719 * gdb.reverse/rerun-prec.exp
13720 * gdb.reverse/s390-mvcle.exp
13721 * gdb.reverse/step-precsave.exp
13722 * gdb.reverse/step-reverse.exp
13723 * gdb.reverse/time-reverse.exp
13724 * gdb.reverse/until-precsave.exp
13725 * gdb.reverse/until-reverse.exp
13726 * gdb.reverse/waitpid-reverse.exp
13727 * gdb.reverse/watch-precsave.exp
13728 * gdb.reverse/watch-reverse.exp
13729 * gdb.rust/generics.exp
13730 * gdb.rust/methods.exp
13731 * gdb.rust/modules.exp
13732 * gdb.rust/simple.exp
13733 * gdb.server/connect-with-no-symbol-file.exp
13734 * gdb.server/ext-attach.exp
13735 * gdb.server/ext-restart.exp
13736 * gdb.server/ext-wrapper.exp
13737 * gdb.server/file-transfer.exp
13738 * gdb.server/server-exec-info.exp
13739 * gdb.server/server-kill.exp
13740 * gdb.server/server-mon.exp
13741 * gdb.server/wrapper.exp
13742 * gdb.stabs/exclfwd.exp
13743 * gdb.stabs/gdb11479.exp
13744 * gdb.threads/clone-new-thread-event.exp
13745 * gdb.threads/corethreads.exp
13746 * gdb.threads/current-lwp-dead.exp
13747 * gdb.threads/dlopen-libpthread.exp
13748 * gdb.threads/gcore-thread.exp
13749 * gdb.threads/sigstep-threads.exp
13750 * gdb.threads/watchpoint-fork.exp
13751 * gdb.trace/actions-changed.exp
13752 * gdb.trace/backtrace.exp
13753 * gdb.trace/change-loc.exp
13754 * gdb.trace/circ.exp
13755 * gdb.trace/collection.exp
13756 * gdb.trace/disconnected-tracing.exp
13757 * gdb.trace/ftrace.exp
13758 * gdb.trace/mi-trace-frame-collected.exp
13759 * gdb.trace/mi-trace-unavailable.exp
13760 * gdb.trace/mi-traceframe-changed.exp
13761 * gdb.trace/mi-tsv-changed.exp
13762 * gdb.trace/no-attach-trace.exp
13763 * gdb.trace/passc-dyn.exp
13764 * gdb.trace/qtro.exp
13765 * gdb.trace/range-stepping.exp
13766 * gdb.trace/read-memory.exp
13767 * gdb.trace/save-trace.exp
13768 * gdb.trace/signal.exp
13769 * gdb.trace/status-stop.exp
13770 * gdb.trace/tfile.exp
13771 * gdb.trace/trace-break.exp
13772 * gdb.trace/trace-buffer-size.exp
13773 * gdb.trace/trace-condition.exp
13774 * gdb.trace/tracefile-pseudo-reg.exp
13775 * gdb.trace/tstatus.exp
13776 * gdb.trace/unavailable.exp
13777 * gdb.trace/while-dyn.exp
13778 * gdb.trace/while-stepping.exp
13779
13780 2016-12-22 Doug Evans <xdje42@gmail.com>
13781
13782 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
13783 and msymbols.
13784
13785 2016-12-19 Yao Qi <yao.qi@linaro.org>
13786
13787 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
13788 (test_with_self): Don't call do_steps_and_nexts, and remove
13789 code about stepping into xmalloc.
13790
13791 2016-12-09 Yao Qi <yao.qi@linaro.org>
13792
13793 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
13794
13795 2016-12-09 Yao Qi <yao.qi@linaro.org>
13796
13797 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
13798
13799 2016-12-09 Pedro Alves <palves@redhat.com>
13800
13801 * gdb.base/all-architectures-0.exp: New file.
13802 * gdb.base/all-architectures-1.exp: New file.
13803 * gdb.base/all-architectures-2.exp: New file.
13804 * gdb.base/all-architectures-3.exp: New file.
13805 * gdb.base/all-architectures-4.exp: New file.
13806 * gdb.base/all-architectures-5.exp: New file.
13807 * gdb.base/all-architectures-6.exp: New file.
13808 * gdb.base/all-architectures-7.exp: New file.
13809 * gdb.base/all-architectures.exp.in: New file.
13810
13811 2016-12-09 Yao Qi <yao.qi@linaro.org>
13812
13813 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
13814
13815 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
13816
13817 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
13818 possible.
13819 Remove useless pattern-matching code.
13820
13821 2016-12-02 Pedro Alves <palves@redhat.com>
13822
13823 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
13824 procedure.
13825 (top level): Call it.
13826
13827 2016-12-02 Pedro Alves <palves@redhat.com>
13828
13829 * gdb.base/commands.exp (user_defined_command_args_stack_test):
13830 New procedure.
13831 (top level): Call it.
13832
13833 2016-12-02 Pedro Alves <palves@redhat.com>
13834
13835 PR cli/20559
13836 * gdb.base/commands.exp (user_defined_command_args_eval): New
13837 procedure.
13838 (top level): Call it.
13839
13840 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
13841
13842 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
13843 timeout handling.
13844
13845 2016-12-02 Tom Tromey <tom@tromey.com>
13846
13847 * gdb.dwarf2/main-subprogram.c: New file.
13848 * gdb.dwarf2/main-subprogram.exp: New file.
13849
13850 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13851
13852 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
13853 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
13854 gdb_test_no_output for a couple of cases.
13855 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
13856
13857 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13858
13859 Fix test names and standardize compilation error messages throughout
13860 the following files:
13861
13862 * gdb.ada/start.exp
13863 * gdb.arch/alpha-step.exp
13864 * gdb.arch/e500-prologue.exp
13865 * gdb.arch/ftrace-insn-reloc.exp
13866 * gdb.arch/gdb1291.exp
13867 * gdb.arch/gdb1431.exp
13868 * gdb.arch/gdb1558.exp
13869 * gdb.arch/i386-dr3-watch.exp
13870 * gdb.arch/i386-sse-stack-align.exp
13871 * gdb.arch/ia64-breakpoint-shadow.exp
13872 * gdb.arch/pa-nullify.exp
13873 * gdb.arch/powerpc-aix-prologue.exp
13874 * gdb.arch/thumb-bx-pc.exp
13875 * gdb.base/annota1.exp
13876 * gdb.base/annota3.exp
13877 * gdb.base/arrayidx.exp
13878 * gdb.base/assign.exp
13879 * gdb.base/attach.exp
13880 * gdb.base/auxv.exp
13881 * gdb.base/bang.exp
13882 * gdb.base/bfp-test.exp
13883 * gdb.base/bigcore.exp
13884 * gdb.base/bitfields2.exp
13885 * gdb.base/break-fun-addr.exp
13886 * gdb.base/break-probes.exp
13887 * gdb.base/call-rt-st.exp
13888 * gdb.base/callexit.exp
13889 * gdb.base/catch-fork-kill.exp
13890 * gdb.base/charset.exp
13891 * gdb.base/checkpoint.exp
13892 * gdb.base/comprdebug.exp
13893 * gdb.base/constvars.exp
13894 * gdb.base/coredump-filter.exp
13895 * gdb.base/cursal.exp
13896 * gdb.base/cvexpr.exp
13897 * gdb.base/detach.exp
13898 * gdb.base/display.exp
13899 * gdb.base/dmsym.exp
13900 * gdb.base/dprintf-pending.exp
13901 * gdb.base/dso2dso.exp
13902 * gdb.base/dtrace-probe.exp
13903 * gdb.base/dump.exp
13904 * gdb.base/enum_cond.exp
13905 * gdb.base/exe-lock.exp
13906 * gdb.base/exec-invalid-sysroot.exp
13907 * gdb.base/execl-update-breakpoints.exp
13908 * gdb.base/exprs.exp
13909 * gdb.base/fileio.exp
13910 * gdb.base/find.exp
13911 * gdb.base/finish.exp
13912 * gdb.base/fixsection.exp
13913 * gdb.base/foll-vfork.exp
13914 * gdb.base/frame-args.exp
13915 * gdb.base/gcore.exp
13916 * gdb.base/gdb1250.exp
13917 * gdb.base/global-var-nested-by-dso.exp
13918 * gdb.base/gnu-ifunc.exp
13919 * gdb.base/hashline1.exp
13920 * gdb.base/hashline2.exp
13921 * gdb.base/hashline3.exp
13922 * gdb.base/hbreak-in-shr-unsupported.exp
13923 * gdb.base/huge.exp
13924 * gdb.base/infcall-input.exp
13925 * gdb.base/info-fun.exp
13926 * gdb.base/info-shared.exp
13927 * gdb.base/jit-simple.exp
13928 * gdb.base/jit-so.exp
13929 * gdb.base/jit.exp
13930 * gdb.base/jump.exp
13931 * gdb.base/label.exp
13932 * gdb.base/lineinc.exp
13933 * gdb.base/logical.exp
13934 * gdb.base/longjmp.exp
13935 * gdb.base/macscp.exp
13936 * gdb.base/miscexprs.exp
13937 * gdb.base/new-ui-echo.exp
13938 * gdb.base/new-ui-pending-input.exp
13939 * gdb.base/new-ui.exp
13940 * gdb.base/nodebug.exp
13941 * gdb.base/nofield.exp
13942 * gdb.base/offsets.exp
13943 * gdb.base/overlays.exp
13944 * gdb.base/pending.exp
13945 * gdb.base/pointers.exp
13946 * gdb.base/pr11022.exp
13947 * gdb.base/printcmds.exp
13948 * gdb.base/prologue.exp
13949 * gdb.base/ptr-typedef.exp
13950 * gdb.base/realname-expand.exp
13951 * gdb.base/relativedebug.exp
13952 * gdb.base/relocate.exp
13953 * gdb.base/remote.exp
13954 * gdb.base/reread.exp
13955 * gdb.base/return2.exp
13956 * gdb.base/savedregs.exp
13957 * gdb.base/sep.exp
13958 * gdb.base/sepdebug.exp
13959 * gdb.base/sepsymtab.exp
13960 * gdb.base/set-inferior-tty.exp
13961 * gdb.base/setshow.exp
13962 * gdb.base/shlib-call.exp
13963 * gdb.base/sigaltstack.exp
13964 * gdb.base/siginfo-addr.exp
13965 * gdb.base/signals.exp
13966 * gdb.base/signull.exp
13967 * gdb.base/sigrepeat.exp
13968 * gdb.base/so-impl-ld.exp
13969 * gdb.base/solib-display.exp
13970 * gdb.base/solib-overlap.exp
13971 * gdb.base/solib-search.exp
13972 * gdb.base/solib-symbol.exp
13973 * gdb.base/structs.exp
13974 * gdb.base/structs2.exp
13975 * gdb.base/symtab-search-order.exp
13976 * gdb.base/twice.exp
13977 * gdb.base/unload.exp
13978 * gdb.base/varargs.exp
13979 * gdb.base/watchpoint-solib.exp
13980 * gdb.base/watchpoint.exp
13981 * gdb.base/whatis.exp
13982 * gdb.base/wrong_frame_bt_full.exp
13983 * gdb.btrace/dlopen.exp
13984 * gdb.cell/ea-standalone.exp
13985 * gdb.cell/ea-test.exp
13986 * gdb.cp/dispcxx.exp
13987 * gdb.cp/gdb2384.exp
13988 * gdb.cp/method2.exp
13989 * gdb.cp/nextoverthrow.exp
13990 * gdb.cp/pr10728.exp
13991 * gdb.disasm/am33.exp
13992 * gdb.disasm/h8300s.exp
13993 * gdb.disasm/mn10300.exp
13994 * gdb.disasm/sh3.exp
13995 * gdb.dwarf2/dw2-dir-file-name.exp
13996 * gdb.fortran/complex.exp
13997 * gdb.fortran/library-module.exp
13998 * gdb.guile/scm-pretty-print.exp
13999 * gdb.guile/scm-symbol.exp
14000 * gdb.guile/scm-type.exp
14001 * gdb.guile/scm-value.exp
14002 * gdb.linespec/linespec.exp
14003 * gdb.mi/gdb701.exp
14004 * gdb.mi/gdb792.exp
14005 * gdb.mi/mi-breakpoint-changed.exp
14006 * gdb.mi/mi-dprintf-pending.exp
14007 * gdb.mi/mi-dprintf.exp
14008 * gdb.mi/mi-exit-code.exp
14009 * gdb.mi/mi-pending.exp
14010 * gdb.mi/mi-solib.exp
14011 * gdb.mi/new-ui-mi-sync.exp
14012 * gdb.mi/pr11022.exp
14013 * gdb.mi/user-selected-context-sync.exp
14014 * gdb.opt/solib-intra-step.exp
14015 * gdb.python/py-events.exp
14016 * gdb.python/py-finish-breakpoint.exp
14017 * gdb.python/py-mi.exp
14018 * gdb.python/py-prettyprint.exp
14019 * gdb.python/py-shared.exp
14020 * gdb.python/py-symbol.exp
14021 * gdb.python/py-template.exp
14022 * gdb.python/py-type.exp
14023 * gdb.python/py-value.exp
14024 * gdb.reverse/solib-precsave.exp
14025 * gdb.reverse/solib-reverse.exp
14026 * gdb.server/solib-list.exp
14027 * gdb.stabs/weird.exp
14028 * gdb.threads/reconnect-signal.exp
14029 * gdb.threads/stepi-random-signal.exp
14030 * gdb.trace/actions.exp
14031 * gdb.trace/ax.exp
14032 * gdb.trace/backtrace.exp
14033 * gdb.trace/change-loc.exp
14034 * gdb.trace/deltrace.exp
14035 * gdb.trace/ftrace-lock.exp
14036 * gdb.trace/ftrace.exp
14037 * gdb.trace/infotrace.exp
14038 * gdb.trace/mi-tracepoint-changed.exp
14039 * gdb.trace/packetlen.exp
14040 * gdb.trace/passcount.exp
14041 * gdb.trace/pending.exp
14042 * gdb.trace/range-stepping.exp
14043 * gdb.trace/report.exp
14044 * gdb.trace/stap-trace.exp
14045 * gdb.trace/tfind.exp
14046 * gdb.trace/trace-break.exp
14047 * gdb.trace/trace-condition.exp
14048 * gdb.trace/trace-enable-disable.exp
14049 * gdb.trace/trace-mt.exp
14050 * gdb.trace/tracecmd.exp
14051 * gdb.trace/tspeed.exp
14052 * gdb.trace/tsv.exp
14053 * lib/perftest.exp
14054
14055 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14056
14057 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
14058 with gdb_test_no_output.
14059 Use command as test name.
14060
14061 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14062
14063 Fix test names starting with uppercase throughout the files.
14064
14065 * gdb.ada/assign_1.exp
14066 * gdb.ada/boolean_expr.exp
14067 * gdb.base/arrayidx.exp
14068 * gdb.base/del.exp
14069 * gdb.base/gcore-buffer-overflow.exp
14070 * gdb.base/testenv.exp
14071 * gdb.compile/compile.exp
14072 * gdb.python/py-framefilter-invalidarg.exp
14073 * gdb.python/py-framefilter.exp
14074
14075 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14076
14077 Fix test names starting with uppercase throughout the files.
14078
14079 * gdb.ada/array_return.exp
14080 * gdb.ada/expr_delims.exp
14081 * gdb.ada/mi_dyn_arr.exp
14082 * gdb.ada/mi_interface.exp
14083 * gdb.ada/mi_var_array.exp
14084 * gdb.ada/watch_arg.exp
14085 * gdb.arch/alpha-step.exp
14086 * gdb.arch/altivec-regs.exp
14087 * gdb.arch/e500-regs.exp
14088 * gdb.arch/powerpc-d128-regs.exp
14089 * gdb.base/arrayidx.exp
14090 * gdb.base/break.exp
14091 * gdb.base/checkpoint.exp
14092 * gdb.base/debug-expr.exp
14093 * gdb.base/dmsym.exp
14094 * gdb.base/radix.exp
14095 * gdb.base/sepdebug.exp
14096 * gdb.base/testenv.exp
14097 * gdb.base/watch_thread_num.exp
14098 * gdb.base/watchpoint-cond-gone.exp
14099 * gdb.cell/break.exp
14100 * gdb.cell/ea-cache.exp
14101 * gdb.compile/compile.exp
14102 * gdb.cp/gdb2495.exp
14103 * gdb.gdb/selftest.exp
14104 * gdb.gdb/xfullpath.exp
14105 * gdb.go/hello.exp
14106 * gdb.go/integers.exp
14107 * gdb.objc/basicclass.exp
14108 * gdb.pascal/hello.exp
14109 * gdb.pascal/integers.exp
14110 * gdb.python/py-breakpoint.exp
14111 * gdb.python/py-cmd.exp
14112 * gdb.python/py-linetable.exp
14113 * gdb.python/py-xmethods.exp
14114 * gdb.python/python.exp
14115 * gdb.reverse/consecutive-precsave.exp
14116 * gdb.reverse/finish-precsave.exp
14117 * gdb.reverse/i386-precsave.exp
14118 * gdb.reverse/machinestate-precsave.exp
14119 * gdb.reverse/sigall-precsave.exp
14120 * gdb.reverse/solib-precsave.exp
14121 * gdb.reverse/step-precsave.exp
14122 * gdb.reverse/until-precsave.exp
14123 * gdb.reverse/watch-precsave.exp
14124 * gdb.threads/leader-exit.exp
14125 * gdb.threads/pthreads.exp
14126 * gdb.threads/wp-replication.exp
14127 * gdb.trace/actions.exp
14128 * gdb.trace/mi-tsv-changed.exp
14129 * gdb.trace/tsv.exp
14130
14131 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14132
14133 Fix test names starting with uppercase throughout the files.
14134
14135 * gdb.arch/i386-bp_permanent.exp
14136 * gdb.arch/i386-gnu-cfi.exp
14137 * gdb.base/disasm-end-cu.exp
14138 * gdb.base/macscp.exp
14139 * gdb.base/pending.exp
14140 * gdb.base/watch_thread_num.exp
14141 * gdb.cp/exception.exp
14142 * gdb.cp/gdb2495.exp
14143 * gdb.cp/local.exp
14144 * gdb.python/py-evsignal.exp
14145 * gdb.python/python.exp
14146 * gdb.trace/tracecmd.exp
14147
14148 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14149
14150 Fix test names starting with uppercase throughout the files.
14151
14152 * gdb.base/charset.exp
14153 * gdb.base/eval.exp
14154 * gdb.base/multi-forks.exp
14155 * gdb.guile/scm-progspace.exp
14156 * gdb.opencl/datatypes.exp
14157 * gdb.python/py-block.exp
14158 * gdb.python/py-function.exp
14159 * gdb.python/py-symbol.exp
14160 * gdb.python/py-symtab.exp
14161 * gdb.python/py-xmethods.exp
14162 * gdb.reverse/break-precsave.exp
14163 * gdb.reverse/break-reverse.exp
14164 * gdb.reverse/consecutive-precsave.exp
14165 * gdb.reverse/consecutive-reverse.exp
14166 * gdb.reverse/finish-precsave.exp
14167 * gdb.reverse/finish-reverse-bkpt.exp
14168 * gdb.reverse/finish-reverse.exp
14169 * gdb.reverse/fstatat-reverse.exp
14170 * gdb.reverse/getresuid-reverse.exp
14171 * gdb.reverse/i386-precsave.exp
14172 * gdb.reverse/i386-reverse.exp
14173 * gdb.reverse/i386-sse-reverse.exp
14174 * gdb.reverse/i387-stack-reverse.exp
14175 * gdb.reverse/insn-reverse.exp
14176 * gdb.reverse/machinestate-precsave.exp
14177 * gdb.reverse/machinestate.exp
14178 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14179 * gdb.reverse/pipe-reverse.exp
14180 * gdb.reverse/readv-reverse.exp
14181 * gdb.reverse/recvmsg-reverse.exp
14182 * gdb.reverse/rerun-prec.exp
14183 * gdb.reverse/s390-mvcle.exp
14184 * gdb.reverse/sigall-precsave.exp
14185 * gdb.reverse/sigall-reverse.exp
14186 * gdb.reverse/solib-precsave.exp
14187 * gdb.reverse/solib-reverse.exp
14188 * gdb.reverse/step-precsave.exp
14189 * gdb.reverse/step-reverse.exp
14190 * gdb.reverse/time-reverse.exp
14191 * gdb.reverse/until-precsave.exp
14192 * gdb.reverse/until-reverse.exp
14193 * gdb.reverse/waitpid-reverse.exp
14194 * gdb.reverse/watch-precsave.exp
14195 * gdb.reverse/watch-reverse.exp
14196
14197 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14198
14199 Fix test names starting with uppercase throughout the files.
14200
14201 * gdb.arch/i386-mpx-simple_segv.exp
14202 * gdb.arch/i386-mpx.exp
14203 * gdb.arch/i386-permbkpt.exp
14204 * gdb.arch/pa-nullify.exp
14205 * gdb.arch/powerpc-d128-regs.exp
14206 * gdb.arch/vsx-regs.exp
14207 * gdb.base/bfp-test.exp
14208 * gdb.base/break.exp
14209 * gdb.base/breakpoint-shadow.exp
14210 * gdb.base/callfuncs.exp
14211 * gdb.base/charset.exp
14212 * gdb.base/commands.exp
14213 * gdb.base/completion.exp
14214 * gdb.base/dfp-test.exp
14215 * gdb.base/echo.exp
14216 * gdb.base/ending-run.exp
14217 * gdb.base/eval.exp
14218 * gdb.base/expand-psymtabs.exp
14219 * gdb.base/float128.exp
14220 * gdb.base/floatn.exp
14221 * gdb.base/foll-exec-mode.exp
14222 * gdb.base/gdb1056.exp
14223 * gdb.base/gdb11531.exp
14224 * gdb.base/kill-after-signal.exp
14225 * gdb.base/multi-forks.exp
14226 * gdb.base/overlays.exp
14227 * gdb.base/pending.exp
14228 * gdb.base/sepdebug.exp
14229 * gdb.base/testenv.exp
14230 * gdb.base/valgrind-db-attach.exp
14231 * gdb.base/watch_thread_num.exp
14232 * gdb.base/watchpoint-cond-gone.exp
14233 * gdb.base/watchpoint.exp
14234 * gdb.base/watchpoints.exp
14235 * gdb.cp/arg-reference.exp
14236 * gdb.cp/baseenum.exp
14237 * gdb.cp/operator.exp
14238 * gdb.cp/shadow.exp
14239 * gdb.dwarf2/dw2-op-out-param.exp
14240 * gdb.dwarf2/dw2-reg-undefined.exp
14241 * gdb.go/chan.exp
14242 * gdb.go/hello.exp
14243 * gdb.go/integers.exp
14244 * gdb.go/methods.exp
14245 * gdb.go/package.exp
14246 * gdb.guile/scm-parameter.exp
14247 * gdb.guile/scm-progspace.exp
14248 * gdb.guile/scm-value.exp
14249 * gdb.mi/mi-pending.exp
14250 * gdb.mi/user-selected-context-sync.exp
14251 * gdb.multi/multi-attach.exp
14252 * gdb.multi/tids.exp
14253 * gdb.opt/clobbered-registers-O2.exp
14254 * gdb.pascal/floats.exp
14255 * gdb.pascal/integers.exp
14256 * gdb.python/py-block.exp
14257 * gdb.python/py-events.exp
14258 * gdb.python/py-parameter.exp
14259 * gdb.python/py-symbol.exp
14260 * gdb.python/py-symtab.exp
14261 * gdb.python/py-type.exp
14262 * gdb.python/py-value.exp
14263 * gdb.python/py-xmethods.exp
14264 * gdb.python/python.exp
14265 * gdb.reverse/break-precsave.exp
14266 * gdb.reverse/consecutive-precsave.exp
14267 * gdb.reverse/finish-precsave.exp
14268 * gdb.reverse/i386-precsave.exp
14269 * gdb.reverse/machinestate-precsave.exp
14270 * gdb.reverse/sigall-precsave.exp
14271 * gdb.reverse/solib-precsave.exp
14272 * gdb.reverse/step-precsave.exp
14273 * gdb.reverse/until-precsave.exp
14274 * gdb.reverse/watch-precsave.exp
14275 * gdb.server/ext-attach.exp
14276 * gdb.server/ext-restart.exp
14277 * gdb.server/ext-run.exp
14278 * gdb.server/ext-wrapper.exp
14279 * gdb.stabs/gdb11479.exp
14280 * gdb.stabs/weird.exp
14281 * gdb.threads/attach-many-short-lived-threads.exp
14282 * gdb.threads/kill.exp
14283 * gdb.threads/watchpoint-fork.exp
14284
14285 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14286
14287 Fix test names starting with uppercase throughout all the files below.
14288
14289 * gdb.ada/array_return.exp
14290 * gdb.ada/catch_ex.exp
14291 * gdb.ada/info_exc.exp
14292 * gdb.ada/mi_catch_ex.exp
14293 * gdb.ada/mi_dyn_arr.exp
14294 * gdb.ada/mi_ex_cond.exp
14295 * gdb.ada/mi_exc_info.exp
14296 * gdb.ada/mi_interface.exp
14297 * gdb.ada/mi_task_arg.exp
14298 * gdb.ada/mi_task_info.exp
14299 * gdb.ada/mi_var_array.exp
14300 * gdb.arch/alpha-step.exp
14301 * gdb.arch/amd64-disp-step.exp
14302 * gdb.arch/arm-disp-step.exp
14303 * gdb.arch/disp-step-insn-reloc.exp
14304 * gdb.arch/e500-prologue.exp
14305 * gdb.arch/ftrace-insn-reloc.exp
14306 * gdb.arch/gdb1558.exp
14307 * gdb.arch/i386-bp_permanent.exp
14308 * gdb.arch/i386-disp-step.exp
14309 * gdb.arch/i386-float.exp
14310 * gdb.arch/i386-gnu-cfi.exp
14311 * gdb.arch/ia64-breakpoint-shadow.exp
14312 * gdb.arch/mips16-thunks.exp
14313 * gdb.arch/pa-nullify.exp
14314 * gdb.arch/powerpc-aix-prologue.exp
14315 * gdb.arch/powerpc-power.exp
14316 * gdb.arch/ppc-dfp.exp
14317 * gdb.arch/s390-tdbregs.exp
14318 * gdb.arch/spu-info.exp
14319 * gdb.arch/spu-ls.exp
14320 * gdb.arch/thumb-bx-pc.exp
14321 * gdb.base/advance.exp
14322 * gdb.base/annota-input-while-running.exp
14323 * gdb.base/arrayidx.exp
14324 * gdb.base/asmlabel.exp
14325 * gdb.base/async.exp
14326 * gdb.base/attach-wait-input.exp
14327 * gdb.base/auto-connect-native-target.exp
14328 * gdb.base/batch-preserve-term-settings.exp
14329 * gdb.base/bfp-test.exp
14330 * gdb.base/bigcore.exp
14331 * gdb.base/bp-permanent.exp
14332 * gdb.base/break-always.exp
14333 * gdb.base/break-fun-addr.exp
14334 * gdb.base/break-idempotent.exp
14335 * gdb.base/break-main-file-remove-fail.exp
14336 * gdb.base/break-probes.exp
14337 * gdb.base/break-unload-file.exp
14338 * gdb.base/break.exp
14339 * gdb.base/call-ar-st.exp
14340 * gdb.base/call-rt-st.exp
14341 * gdb.base/call-sc.exp
14342 * gdb.base/call-signal-resume.exp
14343 * gdb.base/call-strs.exp
14344 * gdb.base/callexit.exp
14345 * gdb.base/callfuncs.exp
14346 * gdb.base/catch-gdb-caused-signals.exp
14347 * gdb.base/catch-signal-siginfo-cond.exp
14348 * gdb.base/catch-syscall.exp
14349 * gdb.base/compare-sections.exp
14350 * gdb.base/cond-eval-mode.exp
14351 * gdb.base/condbreak-call-false.exp
14352 * gdb.base/consecutive-step-over.exp
14353 * gdb.base/cursal.exp
14354 * gdb.base/disabled-location.exp
14355 * gdb.base/disasm-end-cu.exp
14356 * gdb.base/display.exp
14357 * gdb.base/double-prompt-target-event-error.exp
14358 * gdb.base/dprintf-bp-same-addr.exp
14359 * gdb.base/dprintf-detach.exp
14360 * gdb.base/dprintf-next.exp
14361 * gdb.base/dprintf-non-stop.exp
14362 * gdb.base/dprintf-pending.exp
14363 * gdb.base/dso2dso.exp
14364 * gdb.base/ending-run.exp
14365 * gdb.base/enum_cond.exp
14366 * gdb.base/examine-backward.exp
14367 * gdb.base/exe-lock.exp
14368 * gdb.base/exec-invalid-sysroot.exp
14369 * gdb.base/execl-update-breakpoints.exp
14370 * gdb.base/execution-termios.exp
14371 * gdb.base/fileio.exp
14372 * gdb.base/fixsection.exp
14373 * gdb.base/foll-exec-mode.exp
14374 * gdb.base/foll-exec.exp
14375 * gdb.base/fork-running-state.exp
14376 * gdb.base/frame-args.exp
14377 * gdb.base/fullpath-expand.exp
14378 * gdb.base/func-ptr.exp
14379 * gdb.base/gcore-relro-pie.exp
14380 * gdb.base/gdb1090.exp
14381 * gdb.base/gdb1555.exp
14382 * gdb.base/global-var-nested-by-dso.exp
14383 * gdb.base/gnu-ifunc.exp
14384 * gdb.base/hbreak-in-shr-unsupported.exp
14385 * gdb.base/hbreak-unmapped.exp
14386 * gdb.base/hook-stop.exp
14387 * gdb.base/infcall-input.exp
14388 * gdb.base/info-fun.exp
14389 * gdb.base/info-shared.exp
14390 * gdb.base/interrupt-noterm.exp
14391 * gdb.base/jit-so.exp
14392 * gdb.base/jit.exp
14393 * gdb.base/line-symtabs.exp
14394 * gdb.base/list.exp
14395 * gdb.base/longjmp.exp
14396 * gdb.base/macscp.exp
14397 * gdb.base/max-value-size.exp
14398 * gdb.base/nodebug.exp
14399 * gdb.base/nofield.exp
14400 * gdb.base/overlays.exp
14401 * gdb.base/paginate-after-ctrl-c-running.exp
14402 * gdb.base/paginate-bg-execution.exp
14403 * gdb.base/paginate-inferior-exit.exp
14404 * gdb.base/pending.exp
14405 * gdb.base/pr11022.exp
14406 * gdb.base/printcmds.exp
14407 * gdb.base/ptr-typedef.exp
14408 * gdb.base/ptype.exp
14409 * gdb.base/randomize.exp
14410 * gdb.base/range-stepping.exp
14411 * gdb.base/realname-expand.exp
14412 * gdb.base/relativedebug.exp
14413 * gdb.base/remote.exp
14414 * gdb.base/savedregs.exp
14415 * gdb.base/sepdebug.exp
14416 * gdb.base/set-noassign.exp
14417 * gdb.base/shlib-call.exp
14418 * gdb.base/shreloc.exp
14419 * gdb.base/sigaltstack.exp
14420 * gdb.base/sigbpt.exp
14421 * gdb.base/siginfo-addr.exp
14422 * gdb.base/siginfo-obj.exp
14423 * gdb.base/siginfo-thread.exp
14424 * gdb.base/signest.exp
14425 * gdb.base/signull.exp
14426 * gdb.base/sigrepeat.exp
14427 * gdb.base/skip.exp
14428 * gdb.base/so-impl-ld.exp
14429 * gdb.base/solib-corrupted.exp
14430 * gdb.base/solib-disc.exp
14431 * gdb.base/solib-display.exp
14432 * gdb.base/solib-overlap.exp
14433 * gdb.base/solib-search.exp
14434 * gdb.base/solib-symbol.exp
14435 * gdb.base/source-execution.exp
14436 * gdb.base/sss-bp-on-user-bp-2.exp
14437 * gdb.base/sss-bp-on-user-bp.exp
14438 * gdb.base/stack-checking.exp
14439 * gdb.base/stale-infcall.exp
14440 * gdb.base/step-break.exp
14441 * gdb.base/step-line.exp
14442 * gdb.base/step-over-exit.exp
14443 * gdb.base/step-test.exp
14444 * gdb.base/structs.exp
14445 * gdb.base/sym-file.exp
14446 * gdb.base/symtab-search-order.exp
14447 * gdb.base/term.exp
14448 * gdb.base/type-opaque.exp
14449 * gdb.base/unload.exp
14450 * gdb.base/until-nodebug.exp
14451 * gdb.base/until.exp
14452 * gdb.base/unwindonsignal.exp
14453 * gdb.base/watch-cond.exp
14454 * gdb.base/watch-non-mem.exp
14455 * gdb.base/watch_thread_num.exp
14456 * gdb.base/watchpoint-reuse-slot.exp
14457 * gdb.base/watchpoint-solib.exp
14458 * gdb.base/watchpoint.exp
14459 * gdb.btrace/dlopen.exp
14460 * gdb.cell/arch.exp
14461 * gdb.cell/break.exp
14462 * gdb.cell/bt.exp
14463 * gdb.cell/core.exp
14464 * gdb.cell/data.exp
14465 * gdb.cell/dwarfaddr.exp
14466 * gdb.cell/ea-cache.exp
14467 * gdb.cell/ea-standalone.exp
14468 * gdb.cell/ea-test.exp
14469 * gdb.cell/f-regs.exp
14470 * gdb.cell/fork.exp
14471 * gdb.cell/gcore.exp
14472 * gdb.cell/mem-access.exp
14473 * gdb.cell/ptype.exp
14474 * gdb.cell/registers.exp
14475 * gdb.cell/sizeof.exp
14476 * gdb.cell/solib-symbol.exp
14477 * gdb.cell/solib.exp
14478 * gdb.compile/compile-tls.exp
14479 * gdb.cp/exception.exp
14480 * gdb.cp/gdb2495.exp
14481 * gdb.cp/local.exp
14482 * gdb.cp/mb-inline.exp
14483 * gdb.cp/mb-templates.exp
14484 * gdb.cp/pr10687.exp
14485 * gdb.cp/pr9167.exp
14486 * gdb.cp/scope-err.exp
14487 * gdb.cp/templates.exp
14488 * gdb.cp/virtfunc.exp
14489 * gdb.dwarf2/dw2-dir-file-name.exp
14490 * gdb.dwarf2/dw2-single-line-discriminators.exp
14491 * gdb.fortran/complex.exp
14492 * gdb.fortran/library-module.exp
14493 * gdb.guile/guile.exp
14494 * gdb.guile/scm-cmd.exp
14495 * gdb.guile/scm-frame-inline.exp
14496 * gdb.guile/scm-objfile.exp
14497 * gdb.guile/scm-pretty-print.exp
14498 * gdb.guile/scm-symbol.exp
14499 * gdb.guile/scm-type.exp
14500 * gdb.guile/scm-value.exp
14501 * gdb.linespec/keywords.exp
14502 * gdb.linespec/ls-errs.exp
14503 * gdb.linespec/macro-relative.exp
14504 * gdb.linespec/thread.exp
14505 * gdb.mi/mi-breakpoint-changed.exp
14506 * gdb.mi/mi-dprintf-pending.exp
14507 * gdb.mi/mi-fullname-deleted.exp
14508 * gdb.mi/mi-logging.exp
14509 * gdb.mi/mi-pending.exp
14510 * gdb.mi/mi-solib.exp
14511 * gdb.mi/new-ui-mi-sync.exp
14512 * gdb.mi/user-selected-context-sync.exp
14513 * gdb.multi/dummy-frame-restore.exp
14514 * gdb.multi/multi-arch-exec.exp
14515 * gdb.multi/remove-inferiors.exp
14516 * gdb.multi/watchpoint-multi-exit.exp
14517 * gdb.opt/solib-intra-step.exp
14518 * gdb.perf/backtrace.exp
14519 * gdb.perf/single-step.exp
14520 * gdb.perf/skip-command.exp
14521 * gdb.perf/skip-prologue.exp
14522 * gdb.perf/solib.exp
14523 * gdb.python/lib-types.exp
14524 * gdb.python/py-as-string.exp
14525 * gdb.python/py-bad-printers.exp
14526 * gdb.python/py-block.exp
14527 * gdb.python/py-breakpoint.exp
14528 * gdb.python/py-cmd.exp
14529 * gdb.python/py-events.exp
14530 * gdb.python/py-evthreads.exp
14531 * gdb.python/py-finish-breakpoint.exp
14532 * gdb.python/py-finish-breakpoint2.exp
14533 * gdb.python/py-frame-inline.exp
14534 * gdb.python/py-frame.exp
14535 * gdb.python/py-inferior.exp
14536 * gdb.python/py-infthread.exp
14537 * gdb.python/py-mi.exp
14538 * gdb.python/py-objfile.exp
14539 * gdb.python/py-pp-maint.exp
14540 * gdb.python/py-pp-registration.exp
14541 * gdb.python/py-prettyprint.exp
14542 * gdb.python/py-recurse-unwind.exp
14543 * gdb.python/py-shared.exp
14544 * gdb.python/py-symbol.exp
14545 * gdb.python/py-symtab.exp
14546 * gdb.python/py-template.exp
14547 * gdb.python/py-type.exp
14548 * gdb.python/py-unwind-maint.exp
14549 * gdb.python/py-unwind.exp
14550 * gdb.python/py-value.exp
14551 * gdb.python/python.exp
14552 * gdb.reverse/finish-reverse-bkpt.exp
14553 * gdb.reverse/insn-reverse.exp
14554 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14555 * gdb.reverse/solib-precsave.exp
14556 * gdb.reverse/solib-reverse.exp
14557 * gdb.stabs/gdb11479.exp
14558 * gdb.stabs/weird.exp
14559 * gdb.threads/fork-child-threads.exp
14560 * gdb.threads/fork-plus-threads.exp
14561 * gdb.threads/fork-thread-pending.exp
14562 * gdb.threads/forking-threads-plus-breakpoint.exp
14563 * gdb.threads/hand-call-in-threads.exp
14564 * gdb.threads/interrupted-hand-call.exp
14565 * gdb.threads/linux-dp.exp
14566 * gdb.threads/local-watch-wrong-thread.exp
14567 * gdb.threads/next-while-other-thread-longjmps.exp
14568 * gdb.threads/non-ldr-exit.exp
14569 * gdb.threads/pending-step.exp
14570 * gdb.threads/print-threads.exp
14571 * gdb.threads/process-dies-while-detaching.exp
14572 * gdb.threads/process-dies-while-handling-bp.exp
14573 * gdb.threads/pthreads.exp
14574 * gdb.threads/queue-signal.exp
14575 * gdb.threads/reconnect-signal.exp
14576 * gdb.threads/signal-command-handle-nopass.exp
14577 * gdb.threads/signal-command-multiple-signals-pending.exp
14578 * gdb.threads/signal-delivered-right-thread.exp
14579 * gdb.threads/signal-sigtrap.exp
14580 * gdb.threads/sigthread.exp
14581 * gdb.threads/staticthreads.exp
14582 * gdb.threads/stepi-random-signal.exp
14583 * gdb.threads/thread-unwindonsignal.exp
14584 * gdb.threads/thread_check.exp
14585 * gdb.threads/thread_events.exp
14586 * gdb.threads/tid-reuse.exp
14587 * gdb.threads/tls-nodebug.exp
14588 * gdb.threads/tls-shared.exp
14589 * gdb.threads/tls-so_extern.exp
14590 * gdb.threads/tls.exp
14591 * gdb.threads/wp-replication.exp
14592 * gdb.trace/actions-changed.exp
14593 * gdb.trace/actions.exp
14594 * gdb.trace/backtrace.exp
14595 * gdb.trace/change-loc.exp
14596 * gdb.trace/collection.exp
14597 * gdb.trace/deltrace.exp
14598 * gdb.trace/disconnected-tracing.exp
14599 * gdb.trace/entry-values.exp
14600 * gdb.trace/ftrace-lock.exp
14601 * gdb.trace/ftrace.exp
14602 * gdb.trace/infotrace.exp
14603 * gdb.trace/mi-trace-frame-collected.exp
14604 * gdb.trace/mi-trace-unavailable.exp
14605 * gdb.trace/mi-traceframe-changed.exp
14606 * gdb.trace/mi-tracepoint-changed.exp
14607 * gdb.trace/mi-tsv-changed.exp
14608 * gdb.trace/no-attach-trace.exp
14609 * gdb.trace/packetlen.exp
14610 * gdb.trace/passc-dyn.exp
14611 * gdb.trace/passcount.exp
14612 * gdb.trace/pending.exp
14613 * gdb.trace/pr16508.exp
14614 * gdb.trace/qtro.exp
14615 * gdb.trace/range-stepping.exp
14616 * gdb.trace/read-memory.exp
14617 * gdb.trace/report.exp
14618 * gdb.trace/save-trace.exp
14619 * gdb.trace/signal.exp
14620 * gdb.trace/stap-trace.exp
14621 * gdb.trace/status-stop.exp
14622 * gdb.trace/strace.exp
14623 * gdb.trace/tfile.exp
14624 * gdb.trace/tfind.exp
14625 * gdb.trace/trace-break.exp
14626 * gdb.trace/trace-condition.exp
14627 * gdb.trace/trace-enable-disable.exp
14628 * gdb.trace/trace-mt.exp
14629 * gdb.trace/tracecmd.exp
14630 * gdb.trace/tracefile-pseudo-reg.exp
14631 * gdb.trace/tspeed.exp
14632 * gdb.trace/tstatus.exp
14633 * gdb.trace/tsv.exp
14634 * gdb.trace/unavailable.exp
14635 * gdb.trace/while-dyn.exp
14636 * gdb.trace/while-stepping.exp
14637 * lib/gdb-guile.exp
14638 * lib/gdb.exp
14639 * lib/mi-support.exp
14640 * lib/pascal.exp
14641 * lib/perftest.exp
14642 * lib/prelink-support.exp
14643 * lib/selftest-support.exp
14644
14645 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
14646
14647 * Makefile.in: Include disable-implicit-rules.mk.
14648
14649 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14650
14651 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
14652 non-byte-aligned bit fields.
14653
14654 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14655
14656 PR gdb/12616
14657 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
14658 respects the DW_AT_data_bit_offset attribute.
14659
14660 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
14661
14662 * gdb.base/default.exp: Fix output of "set language".
14663
14664 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
14665
14666 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
14667 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
14668 make.
14669 * configure.ac: Remove checks for the make program.
14670 * configure: Re-generate.
14671
14672 2016-11-16 Kevin Buettner <kevinb@redhat.com>
14673
14674 * gdb.python/py-recurse-unwind.c (main): Add loop.
14675 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
14676 to read_register() and gdb.parse_and_eval(). Make each code
14677 call a separate case that can be individually tested.
14678 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
14679 proc. Call cont_and_backtrace for each of the code paths that
14680 we want to test in the unwinder.
14681
14682 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
14683
14684 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
14685 the definition of struct S.
14686
14687 2016-11-11 Catherine Moore <clm@codesourcery.com>
14688
14689 * gdb.base/dump.exp: Identify verilog format dump tests as such.
14690
14691 2016-11-09 Pedro Alves <palves@redhat.com>
14692
14693 * gdb.base/commands.exp (runto_or_return): New procedure.
14694 (gdbvar_simple_if_test, gdbvar_simple_while_test)
14695 (gdbvar_complex_if_while_test, progvar_simple_if_test)
14696 (progvar_simple_while_test, progvar_complex_if_while_test)
14697 (if_while_breakpoint_command_test)
14698 (infrun_breakpoint_command_test, breakpoint_command_test)
14699 (user_defined_command_test, watchpoint_command_test)
14700 (test_command_prompt_position, redefine_hook_test)
14701 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
14702 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
14703 multi_line_input and multi_line. Remove gdb_expect and
14704 gdb_stop_suppressing_tests uses.
14705 * lib/gdb.exp (valnum_re): New global.
14706 (multi_line_input): New procedure.
14707
14708 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
14709
14710 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
14711 Remove.
14712 (test_setup): Define with proc_with_prefix.
14713 (test_cli_inferior): Likewise.
14714 (test_cli_thread): Likewise.
14715 (test_cli_frame): Likewise.
14716 (test_cli_select_frame): Likewise.
14717 (test_cli_up_down): Likewise.
14718 (test_mi_thread_select): Likewise.
14719 (test_mi_stack_select_frame): Likewise.
14720 (test_cli_in_mi_inferior): Likewise.
14721 (test_cli_in_mi_thread): Likewise.
14722 (test_cli_in_mi_frame): Likewise.
14723 (top level): Do not use with_test_prefix_procname.
14724
14725 2016-11-09 Pedro Alves <palves@redhat.com>
14726
14727 * gdb.base/commands.exp (gdbvar_simple_if_test)
14728 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
14729 (progvar_simple_if_test, progvar_simple_while_test)
14730 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
14731 (infrun_breakpoint_command_test, breakpoint_command_test)
14732 (user_defined_command_test, watchpoint_command_test)
14733 (test_command_prompt_position, deprecated_command_test)
14734 (bp_deleted_in_command, temporary_breakpoint_commands)
14735 (stray_arg0_test, source_file_with_indented_comment)
14736 (recursive_source_test, if_commands_test)
14737 (error_clears_commands_left, redefine_hook_test)
14738 (redefine_backtrace_test): Use proc_with_prefix.
14739 * lib/gdb.exp (proc_with_prefix): New proc.
14740
14741 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
14742
14743 * gdb.base/tui-layout.c: New file.
14744 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
14745 disassembly window contains very long lines.
14746
14747 2016-11-08 Tom Tromey <tom@tromey.com>
14748
14749 * gdb.python/py-value.exp (test_value_creation): Make "long" test
14750 depend on Python 2.
14751
14752 2016-11-08 Tom Tromey <tom@tromey.com>
14753
14754 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
14755 New method.
14756
14757 2016-10-29 Manish Goregaokar <manish@mozilla.com>
14758
14759 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
14760
14761 2016-10-27 Manish Goregaokar <manish@mozilla.com>
14762
14763 * gdb.rust/simple.rs: Add test for univariant enums without
14764 discriminants and for encoded struct-like enums.
14765
14766 2016-10-28 Pedro Alves <palves@redhat.com>
14767
14768 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
14769 gdb_test_multiple, tighten regexps and match symtabs and line
14770 tables incrementally.
14771
14772 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
14773
14774 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
14775 general.
14776
14777 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
14778
14779 * gdb.base/exec-invalid-sysroot.exp: New file.
14780
14781 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14782
14783 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
14784
14785 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14786
14787 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
14788
14789 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
14790
14791 * gdb.base/killed-outside.exp: Remove $options from a call to
14792 `prepare_for_testing'.
14793
14794 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14795
14796 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
14797 Change test message.
14798
14799 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14800
14801 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
14802 Update comment.
14803
14804 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14805
14806 * gdb.trace/mi-trace-save.exp: New file.
14807
14808 2016-10-13 Yao Qi <yao.qi@linaro.org>
14809
14810 * gdb.base/code_elim.exp (get_var_address): Remove.
14811 * gdb.base/relocate.exp: Likewise.
14812 * gdb.base/shreloc.exp: Likewise.
14813 * lib/gdb.exp (get_var_address): New.
14814
14815 2016-10-13 Yao Qi <yao.qi@linaro.org>
14816
14817 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
14818 floating point tests if $skip_float_test is false.
14819
14820 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
14821
14822 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
14823 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
14824 argc values.
14825 Add 1 to argc so we guarantee distinct initial/modified argc values.
14826
14827 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14828
14829 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
14830
14831 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14832
14833 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
14834 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
14835 * gdb.arch/vsx-regs.exp: Likewise.
14836
14837 2016-10-07 Yao Qi <yao.qi@linaro.org>
14838
14839 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
14840
14841 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
14842
14843 * gdb.python/python.exp: Test decode_line("*0").
14844
14845 2016-10-06 Doug Evans <dje@google.com>
14846
14847 * gdb.python/py-value.exp (test_value_creation): Add test for large
14848 unsigned 64-bit value.
14849
14850 2016-10-06 Tom Tromey <tom@tromey.com>
14851
14852 * gdb.compile/compile.exp: Change java tests to rust.
14853 * gdb.base/setshow.exp: Change java tests to rust.
14854 * gdb.base/default.exp: Remove java from language list.
14855 * README (Examples): Update language example.
14856 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
14857 test.
14858 * lib/gdb.exp (skip_java_tests): Remove.
14859 * lib/java.exp: Remove.
14860 * gdb.java: Remove.
14861
14862 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
14863
14864 * gdb.arch/mips-fcr.exp: New test.
14865 * gdb.arch/mips-fcr.c: Source for the new test.
14866
14867 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
14868
14869 * gdb.base/solib-disc.exp: Use `standard_output_file'
14870 throughout.
14871
14872 2016-10-06 Pedro Alves <palves@redhat.com>
14873
14874 * gdb.base/jit-simple-dl.c: New file.
14875 * gdb.base/jit-simple-jit.c: New file, factored out from ...
14876 * gdb.base/jit-simple.c: ... this.
14877 * gdb.base/jit-simple.exp (jit_run): Delete.
14878 (build_jit): New proc.
14879 (jit_test_reread): Recompile either the main program or the shared
14880 library, depending on what is being tested. Skip changing address
14881 if caller wants to. Compare before/after addresses. If testing
14882 standalone, explicitly load the binary. Test "maint info
14883 breakpoints".
14884 (top level): Add "standalone vs shared lib" and "change address"
14885 vs "same address" axes.
14886
14887 2016-10-06 Pedro Alves <palves@redhat.com>
14888
14889 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
14890 call.
14891 (jit_run): Delete.
14892 (jit_test_reread): Use with_test_prefix. Reload the main binary
14893 explicitly. Compare the before/after addresses of the JIT
14894 descriptor.
14895
14896 2016-08-15 Doug Evans <dje@google.com>
14897
14898 * gdb.xml/extra-regs.xml: Update, end field now required, default type
14899 for single bitfields is bool.
14900 * gdb.xml/tdesc-regs.exp: Ditto.
14901
14902 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
14903
14904 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
14905
14906 2016-10-05 Yao Qi <yao.qi@linaro.org>
14907
14908 * lib/gdb.exp (support_complex_tests): Return zero if
14909 gdb_skip_float_test return true.
14910
14911 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
14912 Simon Marchi <simon.marchi@ericsson.com>
14913
14914 PR gdb/20487
14915 * gdb.mi/user-selected-context-sync.exp: New file.
14916 * gdb.mi/user-selected-context-sync.c: New file.
14917
14918 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
14919 Simon Marchi <simon.marchi@ericsson.com>
14920
14921 PR gdb/20487
14922 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
14923 =thread-select-event check.
14924
14925 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
14926
14927 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
14928 the compulsory L operand changes.
14929 * gdb.arch/powerpc-power.s: Likewise.
14930
14931 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14932
14933 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
14934 * gdb.base/jit-attach-pie.c: New file.
14935 * gdb.base/jit-attach-pie.exp: New file.
14936
14937 2016-09-28 Pedro Alves <palves@redhat.com>
14938
14939 * gdb.base/infcall-input.c: New file.
14940 * gdb.base/infcall-input.exp: New file.
14941
14942 2016-09-22 Yao Qi <yao.qi@linaro.org>
14943
14944 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
14945 (gdb_exit): Rename it to ...
14946 (gdbserver_gdb_exit): ... Close GDBserver.
14947 (gdb_exit): New proc, call gdbserver_gdb_exit.
14948 (mi_gdb_exit): Likewise.
14949
14950 2016-09-22 Yao Qi <yao.qi@linaro.org>
14951
14952 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
14953 path.
14954 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
14955 Remove duplication.
14956
14957 2016-09-22 Yao Qi <yao.qi@linaro.org>
14958
14959 * lib/gdbserver-support.exp: Check the existence of
14960 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
14961
14962 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
14963
14964 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
14965
14966 2016-09-21 Tom Tromey <tom@tromey.com>
14967
14968 PR gdb/20604:
14969 * gdb.base/quit.exp: New file.
14970
14971 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
14972
14973 * .gitignore: New file.
14974
14975 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
14976
14977 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
14978 throughout.
14979
14980 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14981
14982 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
14983
14984 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14985
14986 * gdb.cp/casts.cc (decltype): Move it ...
14987 (main): ... with its call to ...
14988 * gdb.cp/casts03.cc: ... a new file.
14989 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
14990
14991 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14992
14993 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
14994
14995 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
14996
14997 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
14998 and sync up the test with tests in gas/testsuite/gas/ppc.
14999 * gdb.arch/powerpc-power.exp: Likewise.
15000
15001 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15002
15003 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
15004
15005 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
15006 Jan Kratochvil <jan.kratochvil@redhat.com>
15007
15008 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
15009 make m1's definition to be different from m2's. Use 'dummy' as an
15010 argument for probe 'two'.
15011
15012 2016-09-10 Jon Beniston <jon@beniston.com>
15013
15014 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
15015 for sim target.
15016
15017 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
15018
15019 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
15020 variable declaration.
15021 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
15022 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
15023 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
15024 received HWCAP as its argument.
15025
15026 2016-09-06 Pedro Alves <palves@redhat.com>
15027
15028 * gdb.base/new-ui-pending-input.c: New file.
15029 * gdb.base/new-ui-pending-input.exp: New file.
15030 * gdb.exp (clear_gdb_spawn_id): New procedure.
15031 (with_spawn_id): Check whether gdb_spawn_id exists before
15032 referencing it. If gdb_spawn_id didn't exist on entry, clear it
15033 on exit.
15034
15035 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
15036
15037 * gdb.base/float128.c: New file.
15038 * gdb.base/float128.exp: Likewise.
15039 * gdb.base/floatn.c: Likewise.
15040 * gdb.base/floatn.exp: Likewise.
15041
15042 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
15043
15044 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
15045
15046 2016-09-05 Pedro Alves <palves@redhat.com>
15047
15048 PR backtrace/19927
15049 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
15050 unwinders are immediately called as side effect of "source" or
15051 "disable unwinder" commands.
15052 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
15053
15054 2016-09-02 Yao Qi <yao.qi@linaro.org>
15055
15056 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
15057 is true and $type is "float" or "double".
15058
15059 2016-09-02 Yao Qi <yao.qi@linaro.org>
15060
15061 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
15062 true.
15063 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
15064 * gdb.base/call-rt-st.exp: Likewise.
15065 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
15066 return value instead of gdb,skip_float_test.
15067 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
15068 (do_function_calls): Use its return value instead of
15069 gdb,skip_float_test.
15070 * gdb.base/finish.exp: Likewise.
15071 * gdb.base/funcargs.exp: Likewise.
15072 * gdb.base/return.exp: Likewise.
15073 * gdb.base/return2.exp: Likewise.
15074 * gdb.base/varargs.exp: Likewise.
15075 * lib/gdb.exp (gdb_skip_float_test): Change it to
15076 gdb_caching_proc. Detect the broken ptrace on arm-linux.
15077
15078 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15079
15080 * gdb.multi/tids.exp: Test "thread apply all".
15081
15082 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15083
15084 * gdb.base/default.exp (tty): Remove.
15085
15086 2016-08-24 Kevin Buettner <kevinb@redhat.com>
15087
15088 * gdb.python/py-recurse-unwind.c: New file.
15089 * gdb.python/py-recurse-unwind.py: New file.
15090 * gdb.python/py-recurse-unwind.exp: New file.
15091
15092 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
15093
15094 * gdb.base/set-inferior-tty.exp: New file.
15095 * gdb.base/set-inferior-tty.c: New file.
15096
15097 2016-08-23 Pedro Alves <palves@redhat.com>
15098
15099 PR gdb/20494
15100 * gdb.base/new-ui-echo.c: New file.
15101 * gdb.base/new-ui-echo.exp: New file.
15102
15103 2016-08-23 Yao Qi <yao.qi@linaro.org>
15104
15105 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
15106 gdbserver_spawn.
15107 * gdb.server/connect-without-multi-process.exp (do_test):
15108 Likewise.
15109
15110 2016-08-23 Yao Qi <yao.qi@linaro.org>
15111
15112 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
15113 standalone_txt. Delete gdb_txt and standalone_txt on host
15114 and target. Spawn the binary on target. Copy files from
15115 target to host.
15116
15117 2016-08-22 Pedro Alves <palves@redhat.com>
15118
15119 PR gdb/20505
15120 * gdb.base/vdso-warning.exp: Test core dumps too. Use
15121 with_test_prefix. Factor out bits to ...
15122 (test_no_vdso): ... this new procedure.
15123
15124 2016-08-19 Carl Love <cel@us.ibm.com>
15125
15126 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
15127 maintaining separate logic for constructing the output path.
15128 * gdb.arch/powerpc-d128-regs.exp: Likewise.
15129 * gdb.arch/ppc-dfp.exp: Likewise.
15130 * gdb.arch/ppc-fp.exp: Likewise.
15131 * gdb.arch/vsx-regs.exp: Likewise.
15132 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
15133 binprefix for generating the additional binary files.
15134
15135 2016-08-19 Pedro Alves <palves@redhat.com>
15136
15137 * gdb.trace/mi-trace-frame-collected.exp
15138 (test_trace_frame_collected): On x32, expect two registers.
15139
15140 2016-08-18 Carl Love <cel@us.ibm.com>
15141
15142 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
15143 and sync up the test with tests in gas/testsuite/gas/ppc.
15144 * gdb.arch/powerpc-power.exp: Likewise.
15145
15146 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
15147
15148 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
15149 expected error message.
15150
15151 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
15152
15153 * gdb.multi/remove-inferiors.exp: New file.
15154 * gdb.multi/remove-inferiors.c: New file.
15155
15156 2016-08-12 Yao Qi <yao.qi@linaro.org>
15157
15158 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
15159 argument list.
15160
15161 2016-08-10 Pedro Alves <palves@redhat.com>
15162
15163 PR gdb/19187
15164 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
15165 setup_kfails.
15166
15167 2016-08-09 Pedro Alves <palves@redhat.com>
15168 Simon Marchi <simon.marchi@ericsson.com>
15169
15170 PR gdb/20418
15171 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
15172 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
15173
15174 2016-08-09 Pedro Alves <palves@redhat.com>
15175
15176 PR mi/20431
15177 * gdb.mi/mi-cmd-error.exp: New file.
15178
15179 2016-08-09 Pedro Alves <palves@redhat.com>
15180
15181 PR gdb/18653
15182 * gdb.base/signals-state-child.c: New file.
15183 * gdb.base/signals-state-child.exp: New file.
15184 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
15185
15186 2016-08-09 Pedro Alves <palves@redhat.com>
15187
15188 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
15189
15190 2016-08-03 Tom Tromey <tom@tromey.com>
15191
15192 PR python/18565:
15193 * gdb.python/py-frame-inline.exp: Add Frame.function test.
15194
15195 2016-08-01 Yao Qi <yao.qi@linaro.org>
15196
15197 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
15198 variable mode to "multi-process" if $multi_process is 1, otherwise
15199 set it to "single-process".
15200
15201 2016-08-01 Yao Qi <yao.qi@linaro.org>
15202
15203 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
15204 * gdb.cp/cpexprs.exp: Likewise.
15205 * gdb.cp/m-static.exp: Likewise.
15206
15207 2016-07-26 Tom Tromey <tom@tromey.com>
15208
15209 PR python/20190:
15210 * gdb.threads/tls.exp (check_thread_local): Add python symbol
15211 test.
15212
15213 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
15214
15215 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
15216 selecting assembly source files.
15217 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
15218 assembly source files.
15219 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
15220 assembly source files.
15221 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
15222 selecting assembly source files.
15223
15224 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
15225
15226 * gdb.base/new-ui.exp (do_test_invalid_args): New
15227 procedure.
15228
15229 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
15230
15231 * gdb.btrace/reconnect.c: New file.
15232 * gdb.btrace/reconnect.exp: New file.
15233
15234 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
15235
15236 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
15237 to test_catch_syscall_group.
15238 (test_catch_syscall_group): New.
15239
15240 2016-07-21 Tom Tromey <tom@tromey.com>
15241
15242 * gdb.rust/simple.rs (main): Use empty struct expression.
15243 * gdb.rust/simple.exp: Add tests for empty struct expression.
15244
15245 2016-07-21 Yao Qi <yao.qi@linaro.org>
15246
15247 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
15248 if gdb_skip_xml_test is true on some targets.
15249
15250 2016-07-21 Yao Qi <yao.qi@linaro.org>
15251
15252 * gdb.server/solib-list.exp: Unset last_loaded_file.
15253
15254 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15255
15256 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
15257 "step into captured_main (args)".
15258
15259 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15260
15261 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
15262
15263 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15264
15265 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
15266
15267 2016-07-19 Pedro Alves <palves@redhat.com>
15268
15269 * gdb.opt/inline-break.exp: Remove optimize=-O2.
15270 * gdb.opt/inline-bt.exp: Likewise.
15271 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
15272 additional_flags=-Winline.
15273 * gdb.opt/inline-locals.exp: Likewise.
15274 * gdb.opt/inline-markers.c (ATTR): Define.
15275 (inlined_fn): Use it.
15276
15277 2016-07-19 Yao Qi <yao.qi@linaro.org>
15278
15279 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
15280 (test_with_self): Remove some code. Remove argument executable.
15281 (top-level): Use do_self_tests.
15282
15283 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
15284 Don Breazeal <donb@codesourcery.com>
15285
15286 * gdb.base/maint.exp: Escape paths used in regular expressions.
15287 * gdb.stabs/weird.exp: Likewise.
15288
15289 2016-07-13 Tom Tromey <tom@tromey.com>
15290
15291 PR python/15620, PR python/18620:
15292 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
15293 (test_bkpt_events): New procs.
15294
15295 2016-07-13 Tom Tromey <tom@tromey.com>
15296
15297 PR python/17698:
15298 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
15299 test.
15300 (test_watchpoints): Likewise.
15301 (test_bkpt_pending): New proc.
15302
15303 2016-07-13 Tom Tromey <tom@tromey.com>
15304
15305 PR cli/18053:
15306 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
15307 completion test.
15308
15309 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15310
15311 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
15312 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
15313 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
15314 f_label.
15315 (g): Rename g_end_lbl to g_label.
15316 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
15317 low_pc and high_pc.
15318 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
15319
15320 2016-07-12 Tom Tromey <tom@tromey.com>
15321
15322 PR python/19293:
15323 * gdb.python/py-unwind-maint.exp: Update tests.
15324
15325 2016-07-12 Yao Qi <yao.qi@linaro.org>
15326
15327 * lib/selftest-support.exp (selftest_setup): Match the output
15328 when captured_main is inlined.
15329
15330 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
15331
15332 * gdb.fortran/derived-types.exp (result_line, result_line_2):
15333 New variables.
15334 (print this%a, print this%b, print this): New tests.
15335 * gdb.fortran/derived-types.f90 (this): New object and
15336 initialization.
15337
15338 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
15339
15340 * gdb.ada/arraydim.exp: Remove extra directory level in build
15341 directory.
15342
15343 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
15344
15345 * lib/ada.exp: Remove extra directory level in build directory.
15346 * gdb.ada/cond_lang.exp: Likewise.
15347 * gdb.ada/exec_changed.exp: Likewise.
15348 * gdb.ada/lang_switch.exp: Likewise.
15349
15350 2016-07-06 Manish Goregaokar <manish@mozilla.com>
15351
15352 * simple.rs: Add test for raw pointer subscripting.
15353 * simple.exp: Add test expectations.
15354
15355 2016-07-05 Yao Qi <yao.qi@linaro.org>
15356
15357 * gdb.mi/mi-reverse.exp: Match =record-started output.
15358
15359 2016-07-01 Pedro Alves <palves@redhat.com>
15360
15361 * gdb.base/jit-reader.exp (info_registers_current_frame): New
15362 procedure.
15363 (jit_reader_test): Test the jit reader's unwinder.
15364 * gdb.base/jithost.c (jit_function_00_code): New global.
15365 (main): Use memcpy to fill in the mmapped code, instead of poking
15366 bytes manually here.
15367 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
15368 value.
15369 (read_debug_info): Save the function's range.
15370 (read_sp): New function.
15371 (unwind_frame): Use it. Also unwind RBP.
15372 (get_frame_id): Use read_sp.
15373 (gdb_init_reader): Use calloc instead of malloc.
15374 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
15375 parameter. Use gdb_test_multiple.
15376
15377 2016-07-01 Pedro Alves <palves@redhat.com>
15378 Antoine Tremblay <antoine.tremblay@ericsson.com>
15379
15380 * gdb.threads/process-dies-while-detaching.c: New file.
15381 * gdb.threads/process-dies-while-detaching.exp: New file.
15382
15383 2016-07-01 Pedro Alves <palves@redhat.com>
15384
15385 * gdb.multi/watchpoint-multi-exit.c: New file.
15386 * gdb.multi/watchpoint-multi-exit.exp: New file.
15387
15388 2016-06-30 Pedro Alves <palves@redhat.com>
15389
15390 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
15391 unset inferior_spawn_id.
15392
15393 2016-06-30 Pedro Alves <palves@redhat.com>
15394
15395 * lib/mi-support.exp (default_mi_gdb_start): Declare global
15396 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
15397
15398 2016-06-29 Yao Qi <yao.qi@linaro.org>
15399
15400 * gdb.base/return.c: Add copyright header.
15401
15402 2016-06-29 Tom Tromey <tom@tromey.com>
15403
15404 PR python/20129:
15405 * gdb.python/py-framefilter.exp: Add tests for setting priority
15406 and disabling of non-existent frame filter.
15407
15408 2016-06-29 Yao Qi <yao.qi@linaro.org>
15409
15410 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
15411 0x0f07ff.
15412
15413 2016-06-28 Yao Qi <yao.qi@linaro.org>
15414
15415 * gdb.base/catch-syscall.exp: Remove check on isnative and target
15416 triplets. Start gdb, execute catch syscall, and continue. Check
15417 gdb's output to determine catch syscall is supported.
15418
15419 2016-06-27 Manish Goregaokar <manish@mozilla.com>
15420
15421 * gdb.rust/simple.rs: Add test for returning unit in a function.
15422 * gdb.rust/simple.exp: Add expectation for functions returning
15423 unit.
15424
15425 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
15426
15427 * gdb.python/py-breakpoint-create-fail.c,
15428 gdb.python/py-breakpoint-create-fail.exp,
15429 gdb.python/py-breakpoint-create-fail.py: New testcase.
15430
15431 2016-06-25 Manish Goregaokar <manish@mozilla.com>
15432
15433 PR gdb/20239
15434 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
15435 * gdb.rust/simple.exp: Add test expectations for new NonZero
15436 tests.
15437
15438 2016-06-24 David Taylor <dtaylor@emc.com>
15439
15440 * gdb.base/offsets.exp: New file.
15441 * gdb.base/offsets.c: New file.
15442
15443 2016-06-23 Tom Tromey <tom@tromey.com>
15444
15445 PR gdb/16483:
15446 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
15447 before any filters are loaded.
15448
15449 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
15450
15451 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
15452 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
15453 structs.
15454 * gdb.fortran/derived-type-function.exp: New file.
15455 * gdb.fortran/derived-type-function.f90: New file.
15456
15457
15458 2016-06-21 Pedro Alves <palves@redhat.com>
15459
15460 * gdb.base/new-ui.exp: New file.
15461 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
15462 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
15463 (with_spawn_id): New procedure.
15464
15465 2016-06-21 Pedro Alves <palves@redhat.com>
15466
15467 * gdb.mi/mi-exec-run.exp: New file.
15468
15469 2016-06-21 Pedro Alves <palves@redhat.com>
15470
15471 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
15472 breakpoint command's output on the main UI.
15473 (test_break): New procedure, factored out from calls in the top
15474 level.
15475 (top level): Use foreach_with_prefix to test MI as main UI and as
15476 separate UI.
15477
15478 2016-06-21 Pedro Alves <palves@redhat.com>
15479
15480 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
15481 (test_awatch_creation_and_listing)
15482 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
15483 Remove 'type' parameter.
15484 (test_watchpoint_all): New parameter mi_mode. Remove
15485 with_test_prefix.
15486 (top level): Use foreach_with_prefix, and add main/separate UI MI
15487 testing axis.
15488
15489 2016-06-21 Pedro Alves <palves@redhat.com>
15490
15491 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
15492 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
15493 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
15494 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
15495 (gdb_main_spawn_id, mi_spawn_id): Declare and
15496 comment.
15497 (mi_create_inferior_pty): New procedure,
15498 factored out from default_mi_gdb_start.
15499 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
15500 procedures.
15501 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
15502 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
15503 Use mi_create_inferior_pty.
15504 (mi_gdb_start): Use eval to pass down args list.
15505
15506 2016-06-21 Pedro Alves <palves@redhat.com>
15507
15508 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
15509 * gdb.opt/inline-cmds.exp: Add MI tests.
15510
15511 2016-06-21 Pedro Alves <palves@redhat.com>
15512
15513 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
15514
15515 2016-06-21 Pedro Alves <palves@redhat.com>
15516
15517 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
15518 (top level): Use it instead of mi_execute_to.
15519
15520 2016-06-21 Pedro Alves <palves@redhat.com>
15521
15522 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
15523 (cont_handler_str): New.
15524 (signal_stop_handler): Set stop_handler_str instead of printing to
15525 stdout.
15526 (continue_handler): Set cont_handler_str instead of printing to
15527 stdout.
15528 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
15529 mi_send_resuming_command. Print stop_handler_str and
15530 cont_handler_str instead of expecting the python events print
15531 directly.
15532
15533 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
15534
15535 * gdb.base/jit-reader.exp: New file.
15536 * gdb.base/jithost.c: New file.
15537 * gdb.base/jithost.h: New file.
15538 * gdb.base/jitreader.c : New file.
15539 * gdb.base/jit-protocol.h: New file.
15540
15541 2016-06-17 Yao Qi <yao.qi@linaro.org>
15542
15543 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
15544 parameters follow_fork and detach_on_fork. Set follow-fork-mode
15545 and detach-on-fork. Adjust tests.
15546 (top level): Invoke break_cond_on_syscall with combinations of
15547 syscall, follow-fork-mode and detach-on-fork.
15548
15549 2016-06-17 Yao Qi <yao.qi@linaro.org>
15550
15551 * gdb.base/step-over-exit.c: New.
15552 * gdb.base/step-over-exit.exp: New.
15553
15554 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
15555
15556 * gdb.base/float.exp: Add target check for nds32*-*-*.
15557 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
15558
15559 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
15560
15561 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
15562 for unsupported target features.
15563 * gdb.base/call-rt-st.exp: Likewise.
15564 * gdb.base/call-sc.exp: Likewise.
15565 * gdb.base/call-signal-resume.exp: Likewise.
15566 * gdb.base/call-strs.exp: Likewise.
15567 * gdb.base/callexit.exp: Likewise.
15568 * gdb.base/callfuncs.exp: Likewise.
15569 * gdb.base/nodebug.exp: Likewise.
15570 * gdb.base/printcmds.exp: Likewise.
15571 * gdb.base/ptype.exp: Likewise.
15572 * gdb.base/structs.exp: Likewise.
15573 * gdb.base/unwindonsignal.exp: Likewise.
15574 * gdb.cp/gdb2495.exp: Likewise.
15575 * gdb.cp/templates.exp: Likewise.
15576 * gdb.cp/virtfunc.exp: Likewise.
15577 * gdb.threads/hand-call-in-threads.exp: Likewise.
15578 * gdb.threads/interrupted-hand-call.exp: Likewise.
15579 * gdb.threads/thread-unwindonsignal.exp: Likewise.
15580
15581 2016-06-10 Tom Tromey <tom@tromey.com>
15582
15583 PR rust/20110:
15584 * gdb.rust/expr.exp: Add test for integer constant larger than
15585 i32.
15586
15587 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
15588
15589 * gdb.fortran/nested-funcs.exp: New.
15590 * gdb.fortran/nested-funcs.f90: New.
15591
15592 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
15593
15594 * gdb.base/examine-backward.c: New file.
15595 * gdb.base/examine-backward.exp: New file.
15596
15597 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
15598
15599 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
15600 matching.
15601
15602 2016-06-02 Tom Tromey <tom@tromey.com>
15603
15604 PR python/18984:
15605 * gdb.python/py-shared.exp: Add solib_name test.
15606
15607 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
15608
15609 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
15610
15611 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
15612
15613 PR c++/19893
15614 * gdb.dwarf2/implref.exp: Rename to...
15615 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
15616 * gdb.dwarf2/implref-array.c: New file.
15617 * gdb.dwarf2/implref-array.exp: Likewise.
15618 * gdb.dwarf2/implref-global.c: Likewise.
15619 * gdb.dwarf2/implref-global.exp: Likewise.
15620 * gdb.dwarf2/implref-struct.c: Likewise.
15621 * gdb.dwarf2/implref-struct.exp: Likewise.
15622
15623 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15624
15625 * gdb.trace/trace-condition.exp: Add 64bit tests.
15626
15627 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15628
15629 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
15630 bits types.
15631 (main): Adapt to 8 to 64 bits types.
15632 * gdb.trace/trace-condition.exp: Add new tests.
15633
15634 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15635
15636 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
15637
15638 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15639
15640 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
15641 Move condition tests...
15642 * gdb.trace/trace-condition.exp: Here.
15643
15644 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15645
15646 * gdb.trace/trace-condition.exp: Add counter-case tests.
15647
15648 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15649
15650 PR c++/15231
15651 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
15652 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
15653
15654 2016-05-27 Pedro Alves <palves@redhat.com>
15655
15656 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
15657 New procedure.
15658 (top level): Call it, and bail out of DejaGnu is known to be bad.
15659
15660 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
15661
15662 * gdb.base/whatis.c: Extend the test case.
15663 * gdb.base/whatis.exp: Add additional tests.
15664
15665 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15666
15667 * gdb.fortran/type.f90: Add pointer variable.
15668 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
15669
15670 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15671
15672 * gdb.fortran/vla-type.exp: Fix testcase name.
15673
15674 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15675
15676 * gdb.fortran/vla-type.exp: Access elements in nested structs.
15677
15678 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15679
15680 * gdb.fortran/type.f90: Add nested structures.
15681 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
15682 * gdb.fortran/derived-type.exp: Adapt expected output.
15683 * gdb.fortran/vla-type.exp: Adapt expected output.
15684
15685 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15686
15687 * gdb.fortran/whatis_type.exp: Adapt expected output.
15688
15689 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15690
15691 * gdb.fortran/print_type.exp: Fix expected output.
15692 * gdb.fortran/whatis_type.exp: Fix expected output.
15693
15694 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15695
15696 * gdb.fortran/whatis_type.exp: Use multi_line.
15697
15698 2016-05-24 Tom Tromey <tom@tromey.com>
15699
15700 PR python/17386:
15701 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
15702 use value as an index.
15703
15704 2016-05-23 Tom Tromey <tom@tromey.com>
15705
15706 PR python/17981:
15707 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
15708 no-breakpoint case.
15709
15710 2016-05-24 Pedro Alves <palves@redhat.com>
15711
15712 PR gdb/19828
15713 * gdb.threads/clone-attach-detach.c: New file.
15714 * gdb.threads/clone-attach-detach.exp: New file.
15715
15716 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
15717
15718 * gdb.base/annota-input-while-running.exp: Fix syntax error.
15719
15720 2016-05-23 Tom Tromey <tom@tromey.com>
15721
15722 PR python/19438, PR python/18393:
15723 * gdb.python/py-progspace.exp: Add "dir" test.
15724 * gdb.python/py-objfile.exp: Add "dir" test.
15725
15726 2016-05-23 Yao Qi <yao.qi@linaro.org>
15727
15728 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
15729 * gdb.arch/thumb2-it.exp: Likewise.
15730
15731 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
15732
15733 * gdb.mi/mi-threads-interrupt.c: New file.
15734 * gdb.mi/mi-threads-interrupt.exp: New file.
15735
15736 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
15737
15738 PR gdb/18077
15739 * gdb.mi/mi-async-run.exp: New file.
15740 * gdb.mi/mi-async-run.c: New file.
15741
15742 2016-05-17 Tom Tromey <tom@tromey.com>
15743 Manish Goregaokar <manishsmail@gmail.com>
15744
15745 * lib/rust-support.exp: New file.
15746 * lib/gdb.exp (skip_rust_tests): New proc.
15747 (build_executable_from_specs): Handle rust.
15748 * lib/future.exp (gdb_find_rustc): New proc.
15749 (gdb_default_target_compile): Handle rust.
15750 * gdb.rust/expr.exp: New file.
15751 * gdb.rust/generics.exp: New file.
15752 * gdb.rust/generics.rs: New file.
15753 * gdb.rust/methods.exp: New file.
15754 * gdb.rust/methods.rs: New file.
15755 * gdb.rust/modules.exp: New file.
15756 * gdb.rust/modules.rs: New file.
15757 * gdb.rust/simple.exp: New file.
15758 * gdb.rust/simple.rs: New file.
15759
15760 2016-05-17 Tom Tromey <tom@tromey.com>
15761
15762 * gdb.base/default.exp (set language): Add rust.
15763
15764 2016-05-17 Tom Tromey <tom@tromey.com>
15765
15766 * gdb.gdb/unittest.exp: New file.
15767
15768 2016-05-16 Yao Qi <yao.qi@linaro.org>
15769
15770 * gdb.base/batch-preserve-term-settings.exp: Remove variable
15771 shell_prompt. Update shell_prompt_re.
15772
15773 2016-05-12 Doug Evans <dje@google.com>
15774
15775 PR symtab/19999
15776 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
15777 $options when building executable.
15778 * gdb.dwarf2/fission-loclists-pie.S: New file.
15779 * gdb.dwarf2/fission-loclists-pie.exp: New file.
15780
15781 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
15782
15783 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
15784 of [is_remote target],
15785
15786 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
15787
15788 * lib/gdb.exp (use_gdb_stub): New procedure.
15789
15790 2016-05-03 Yunlian Jiang <yunlian@google.com>
15791 Doug Evans <dje@google.com>
15792
15793 PR symtab/19914
15794 * gdb.dwarf2/dwp-sepdebug.c: New file.
15795 * gdb.dwarf2/dwp-sepdebug.exp: New file.
15796
15797 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
15798
15799 * gdb.base/detach.exp: Remove is_remote check.
15800
15801 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
15802
15803 * gdb.base/annota-input-while-running.exp: Don't check for
15804 [is_remote target]. Enable annotations after running to main.
15805 Remove unused "set test..." line.
15806
15807 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
15808
15809 * gdb.trace/trace-enable-disable.exp: New file.
15810 * gdb.trace/trace-enable-disable.c: New file.
15811
15812 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
15813
15814 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
15815 use it in info sharedlibrary test.
15816 * gdb.trace/ftrace-lock.exp: Likewise.
15817 * gdb.trace/ftrace.exp: Likewise.
15818 * gdb.trace/range-stepping.exp: Likewise.
15819 * gdb.trace/trace-break.exp: Likewise.
15820 * gdb.trace/trace-condition.exp: Likewise.
15821 * gdb.trace/trace-mt.exp: Likewise.
15822
15823 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
15824
15825 * lib/gdb.exp (gdb_load_shlibs): Rename to...
15826 (gdb_load_shlib): ... this.
15827 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
15828 gdb_load_shlib.
15829 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
15830 * gdb.base/ctxobj.exp: Likewise.
15831 * gdb.base/dprintf-pending.exp: Likewise.
15832 * gdb.base/dso2dso.exp: Likewise.
15833 * gdb.base/fixsection.exp: Likewise.
15834 * gdb.base/gcore-relro.exp: Likewise.
15835 * gdb.base/gdb1555.exp: Likewise.
15836 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15837 * gdb.base/gnu-ifunc.exp: Likewise.
15838 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
15839 * gdb.base/jit-so.exp (one_jit_test): Likewise.
15840 * gdb.base/pending.exp: Likewise.
15841 * gdb.base/print-file-var.exp: Likewise.
15842 * gdb.base/print-symbol-loading.exp: Likewise.
15843 * gdb.base/shlib-call.exp: Likewise.
15844 * gdb.base/shreloc.exp: Likewise.
15845 * gdb.base/so-impl-ld.exp: Likewise.
15846 * gdb.base/solib-disc.exp: Likewise.
15847 * gdb.base/solib-nodir.exp: Likewise.
15848 * gdb.base/solib-overlap.exp: Likewise.
15849 * gdb.base/solib-symbol.exp: Likewise.
15850 * gdb.base/solib-weak.exp (do_test): Likewise.
15851 * gdb.base/sym-file.exp: Likewise.
15852 * gdb.base/symtab-search-order.exp: Likewise.
15853 * gdb.base/type-opaque.exp: Likewise.
15854 * gdb.base/unload.exp: Likewise.
15855 * gdb.base/watchpoint-solib.exp: Likewise.
15856 * gdb.compile/compile.exp: Likewise.
15857 * gdb.cp/gdb2384.exp: Likewise.
15858 * gdb.cp/infcall-dlopen.exp: Likewise.
15859 * gdb.cp/re-set-overloaded.exp: Likewise.
15860 * gdb.fortran/library-module.exp: Likewise.
15861 * gdb.opt/solib-intra-step.exp: Likewise.
15862 * gdb.python/py-finish-breakpoint.exp: Likewise.
15863 * gdb.python/py-shared.exp: Likewise.
15864 * gdb.reverse/solib-precsave.exp: Likewise.
15865 * gdb.reverse/solib-reverse.exp: Likewise.
15866 * gdb.server/solib-list.exp: Likewise.
15867 * gdb.threads/dlopen-libpthread.exp: Likewise.
15868 * gdb.threads/tls-shared.exp: Likewise.
15869 * gdb.threads/tls-so_extern.exp: Likewise.
15870 * gdb.trace/change-loc.exp: Likewise.
15871 * gdb.trace/ftrace-lock.exp: Likewise.
15872 * gdb.trace/ftrace.exp: Likewise.
15873 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
15874 * gdb.trace/pending.exp: Likewise.
15875 * gdb.trace/range-stepping.exp: Likewise.
15876 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
15877 (strace_info_marker): Likewise.
15878 (strace_probe_marker): Likewise.
15879 (strace_trace_on_same_addr): Likewise.
15880 (strace_trace_on_diff_addr): Likewise.
15881 * gdb.trace/trace-break.exp: Likewise.
15882 * gdb.trace/trace-condition.exp: Likewise.
15883 * gdb.trace/trace-mt.exp: Likewise.
15884
15885 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
15886
15887 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
15888 result of gdb_remote_download.
15889 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
15890 * gdb.base/dso2dso.exp: Likewise.
15891 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15892 * gdb.base/print-file-var.exp: Likewise.
15893 * gdb.base/shlib-call.exp: Likewise.
15894 * gdb.base/shreloc.exp: Likewise.
15895 * gdb.base/solib-overlap.exp: Likewise.
15896 * gdb.base/solib-weak.exp (do_test): Likewise.
15897 * gdb.base/unload.exp: Likewise.
15898
15899 2016-04-27 Yao Qi <yao.qi@linaro.org>
15900
15901 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
15902 exists.
15903
15904 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15905
15906 * vla-type.exp: Print structure from toplevel.
15907
15908 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15909
15910 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
15911 of dynamic types.
15912 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
15913 of dynamic types.
15914
15915 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15916
15917 * gdb.fortran/vla-type.f90: New file.
15918 * gdb.fortran/vla-type.exp: New file.
15919
15920 2016-04-25 Yao Qi <yao.qi@linaro.org>
15921
15922 * gdb.base/branch-to-self.c: New file.
15923 * gdb.base/branch-to-self.exp: New file.
15924
15925 2016-04-22 Yao Qi <yao.qi@linaro.org>
15926
15927 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
15928 more after $hex.
15929
15930 2016-04-22 Yao Qi <yao.qi@linaro.org>
15931
15932 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
15933 * gdb.base/annota3.exp: Likewise.
15934
15935 2016-04-22 Yao Qi <yao.qi@linaro.org>
15936
15937 * gdb.reverse/step-precsave.exp: Do one step and test program
15938 stops in "callee" and do multiple steps until program goes out
15939 of "callee".
15940 * gdb.reverse/step-reverse.exp: Likewise.
15941
15942 2016-04-22 Yao Qi <yao.qi@linaro.org>
15943
15944 * gdb.trace/signal.exp: Also pass if
15945 $tracepoint_hits($i) > $iterations.
15946
15947 2016-04-22 Yao Qi <yao.qi@linaro.org>
15948
15949 * gdb.trace/signal.c: New file.
15950 * gdb.trace/signal.exp: New file.
15951
15952 2016-04-19 Doug Evans <xdje42@gmail.com>
15953
15954 * gdb.base/bad-file.exp: New file.
15955
15956 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
15957
15958 * gdb.dwarf2/implref.exp: New file.
15959
15960 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
15961
15962 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
15963 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
15964 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
15965 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
15966 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
15967 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
15968 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
15969 * lib/fortran.exp (fortran_int4): New procedure.
15970 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
15971 (fortran_logical4): Likewise.
15972
15973 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
15974
15975 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
15976
15977 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
15978
15979 * lib/compiler.c: Add Intel specific preprocessor macros.
15980 * lib/compiler.cc: Likewise.
15981
15982 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
15983
15984 * gdb.server/connect-with-no-symbol-file.c: New file.
15985 * gdb.server/connect-with-no-symbol-file.exp: New file.
15986
15987 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
15988
15989 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
15990
15991 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
15992
15993 * boards/gdbserver-base.exp (${board}_download): Copy source file to
15994 standard output directory.
15995
15996 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
15997
15998 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
15999
16000 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
16001
16002 * gdb.btrace/instruction_history.c (loop): Add declaration.
16003
16004 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16005
16006 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
16007
16008 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
16009
16010 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
16011 parentheses to print.
16012 (continue_handler): Likewise.
16013
16014 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
16015
16016 * gdb.server/solib-list.exp: Remove is_remote check.
16017 Pass shlib= to gdb_compile. Don't link shared library with
16018 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
16019 Run binary filename through "readlink -f" on the target.
16020
16021 2016-04-08 Pedro Alves <palves@redhat.com>
16022
16023 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
16024 interpreter filename as argument to gdbserver_spawn.
16025 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
16026 Return empty if $last_loaded_file does not exist.
16027
16028 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16029
16030 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
16031 * gdb.base/jit-main.c: Use exit after usage.
16032
16033 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16034
16035 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
16036 GDBHISTSIZE prior to the tests.
16037 * gdb.base/gdbinit-history.exp: Likewise.
16038
16039 2016-04-07 Pedro Alves <palves@redhat.com>
16040
16041 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
16042 instead of build_executable. Use gdb_load_shlibs.
16043
16044 2016-04-07 Yao Qi <yao.qi@linaro.org>
16045
16046 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
16047 Execute "si" command.
16048
16049 2016-04-07 Yao Qi <yao.qi@linaro.org>
16050
16051 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
16052 number instead of the comments on some line.
16053
16054 2016-04-06 Don Breazeal <donb@codesourcery.com>
16055
16056 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
16057 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
16058
16059 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
16060
16061 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
16062 standard_output_file. Remove unused binfile variable.
16063
16064 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
16065
16066 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
16067 * gdb.python/py-mi-objfile.exp: Match "list main" output
16068 in console format.
16069
16070 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
16071
16072 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
16073 absolute.
16074
16075 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
16076
16077 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
16078 absolute.
16079 * gdb.trace/ftrace.exp: Likewise.
16080 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
16081 targets as well.
16082 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
16083 (gdb_load_shlibs): Copy libraries to test directory when testing
16084 natively. Only set solib-search-path if testing remotely.
16085 * lib/mi-support.exp (mi_load_shlibs): Likewise.
16086
16087 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
16088
16089 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
16090 gdb_download. Use it even if the target is not remote.
16091 * gdb.base/jit.exp (compile_jit_test): Likewise.
16092 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
16093 output directory if the destination board is local, otherwise use
16094 the standard remote_download from DejaGnu.
16095 (gdb_download): Remove.
16096 (gdb_load_shlibs): Use gdb_remote_download instead of
16097 gdb_download.
16098 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
16099 Use gdb_remote_download instead of gdb_download. Use it even if
16100 the target is not remote.
16101 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
16102 instead of gdb_download.
16103
16104 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
16105
16106 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
16107 (test_insert_delete_modify): Call mi_load_shlibs before trying to
16108 run.
16109
16110 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
16111
16112 PR gdb/19820
16113 * gdb.base/printcmds.exp: Add artificial arrays tests.
16114
16115 2016-03-31 Pedro Alves <palves@redhat.com>
16116
16117 PR gdb/19858
16118 * gdb.base/jit-main.c: Include unistd.h.
16119 (ATTACH): Define to 0 if not already defined.
16120 (wait_for_gdb, mypid): New globals.
16121 (WAIT_FOR_GDB): New macro.
16122 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
16123 some breakpoint locations.
16124 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
16125 New procedures.
16126 (one_jit_test): Add REATTACH parameter, and handle it. Use
16127 continue_to_test_location.
16128 (top level): Test attach, and adjusts calls to one_jit_test.
16129
16130 2016-03-31 Pedro Alves <palves@redhat.com>
16131
16132 PR gdb/19858
16133 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
16134 BINSUFFIX parameter, and handle it.
16135 (top level): Adjust calls compile_jit_test.
16136
16137 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
16138
16139 PR python/19743
16140 * gdb.python/py-mi-events-gdb.py: New file.
16141 * gdb.python/py-mi-events.c: New file.
16142 * gdb.python/py-mi-events.exp: New file.
16143
16144 2016-03-30 Yao Qi <yao.qi@linaro.org>
16145
16146 * gdb.reverse/until-precsave.exp: Match function name only.
16147 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
16148 Move malloc to a condition block.
16149 * gdb.reverse/until-reverse.exp: Match function name only.
16150
16151 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
16152
16153 * gdb.trace/ftrace.exp: Set arg0exp for s390.
16154 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
16155 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
16156 variable for GPR 0 instead of assuming it is register 0.
16157 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
16158 * lib/trace-support.exp: Add s390 registers.
16159
16160 2016-03-29 Yao Qi <yao.qi@linaro.org>
16161
16162 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
16163
16164 2016-03-24 Yao Qi <yao.qi@linaro.org>
16165
16166 * gdb.reverse/break-reverse.exp: Add quotation mark in the
16167 test message.
16168
16169 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16170
16171 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
16172 maintaining separate logic for constructing the output path.
16173
16174 2016-03-16 Don Breazeal <donb@codesourcery.com>
16175
16176 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
16177 Retry fork and waitpid on interrupted system call errors.
16178 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
16179 Use with_timeout_factor to increase timeout by factor of 10.
16180
16181 2016-03-15 Don Breazeal <donb@codesourcery.com>
16182
16183 * gdb.cp/scope-err.cc: New test program.
16184 * gdb.cp/scope-err.exp: New test script.
16185 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
16186 lines and "set breakpoint here" comment.
16187 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
16188 Fixed some whitespace and format issues.
16189 * gdb.mi/mi-linespec-err-cp.cc: New test program.
16190 * gdb.mi/mi-linespec-err-cp.exp: New test script.
16191
16192 2016-03-15 Doug Evans <dje@google.com>
16193
16194 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
16195 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
16196 All callers updated. Add tests for enums, mixed flags register.
16197
16198 2016-03-15 Doug Evans <dje@google.com>
16199
16200 * gdb.base/skip.c (main): Call test_skip_file_and_function.
16201 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
16202
16203 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
16204
16205 * gdb.base/default.exp: Add $_as_string to the list of expected
16206 convenience functions.
16207
16208 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
16209
16210 * gdb.base/maint.exp: New tests for 'maint info line-table'.
16211
16212 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
16213
16214 * gdb.python/py-as-string.exp: New file.
16215 * gdb.python/py-as-string.c: New file.
16216
16217 2016-03-09 Pedro Alves <palves@redhat.com>
16218
16219 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
16220 signal" -> "Thread NN received signal" output change.
16221 * gdb.threads/ia64-sigill.exp: Likewise.
16222 * gdb.threads/linux-dp.exp: Likewise.
16223 * gdb.threads/manythreads.exp: Likewise.
16224 * gdb.threads/pending-step.exp: Likewise.
16225 * gdb.threads/print-threads.exp: Likewise.
16226 * gdb.threads/sigstep-threads.exp: Likewise.
16227 * gdb.threads/staticthreads.exp: Likewise.
16228 * gdb.threads/tls.exp: Likewise.
16229
16230 2016-03-09 Pedro Alves <palves@redhat.com>
16231
16232 * gdb.base/command-line-input.exp: New file.
16233
16234 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16235
16236 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
16237 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
16238 * gdb.trace/pending.exp: Accept leading dot before function name.
16239 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
16240 * lib/trace-support.exp: Set registers for ppc.
16241
16242 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16243
16244 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
16245 use it for disassembly; accept .main in addition to main in backtrace.
16246
16247 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
16248 Marcin Kościelnicki <koriakin@0x04.net>
16249
16250 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
16251 (gdb_recursion_test_ptr): New global variable.
16252 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
16253 gdb_recursion_test.
16254 (gdb_c_test): Ditto.
16255
16256 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16257
16258 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
16259 ordering.
16260
16261 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16262
16263 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
16264 (bar): Add bar_start_lbl label.
16265 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
16266 of foo/bar for emitting DWARF and tracing.
16267
16268 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
16269
16270 * analyze-racy-logs.py: Set executable bit.
16271
16272 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
16273
16274 * Makefile.in (DEFAULT_RACY_ITER): New variable.
16275 (CHECK_TARGET_TMP): Likewise.
16276 (check-single-racy): New rule.
16277 (check-parallel-racy): Likewise.
16278 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
16279 (do-check-parallel-racy): New rule.
16280 (check-racy/%.exp): Likewise.
16281 * README (Racy testcases): New section.
16282 * analyze-racy-logs.py: New file.
16283
16284 2016-03-03 Doug Evans <dje@google.com>
16285
16286 * gdb.base/skip.exp: Use with_test_prefix.
16287
16288 2016-03-03 Yao Qi <yao.qi@linaro.org>
16289
16290 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
16291 Invoke step_over_syscall "clone" and break_cond_on_syscall
16292 "clone".
16293 * gdb.base/step-over-clone.c: New file.
16294
16295 2016-03-03 Yao Qi <yao.qi@linaro.org>
16296
16297 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
16298 code format.
16299
16300 2016-03-03 Yao Qi <yao.qi@linaro.org>
16301
16302 * gdb.base/disp-step-fork.c: Rename to ...
16303 * gdb.base/step-over-fork.c: ... it. New file.
16304 * gdb.base/disp-step-vfork.c: Rename to ...
16305 * gdb.base/step-over-vfork.c: ... it. New file.
16306 * gdb.base/disp-step-syscall.exp: Rename to ...
16307 * gdb.base/step-over-syscall.exp: ... it. New file.
16308 (disp_step_cross_syscall): Rename to ...
16309 (step_over_syscall): ... it.
16310
16311 2016-03-03 Yao Qi <yao.qi@linaro.org>
16312
16313 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
16314 If target supports condition evaluation on target, invoke
16315 break_cond_on_syscall for fork and vfork.
16316
16317 2016-03-03 Yao Qi <yao.qi@linaro.org>
16318
16319 * gdb.base/disp-step-syscall.exp: Don't invoke
16320 support_displaced_stepping.
16321 (disp_step_cross_syscall): Test with displaced stepping off and
16322 on if supported.
16323
16324 2016-03-03 Yao Qi <yao.qi@linaro.org>
16325
16326 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
16327 proc.
16328 (setup): New proc.
16329 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
16330 and setup.
16331
16332 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16333
16334 * gdb.fortran/vla-history.exp: Remove breakpoint.
16335
16336 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16337
16338 * gdb.fortran/vla-history.exp: Lookup array elements and printing
16339 exceeds timeout.
16340
16341 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16342
16343 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
16344 breakpoint.
16345
16346 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16347
16348 * gdb.mi/vla.f90: Nullify pointer after declaration.
16349
16350 2016-03-01 Pedro Alves <palves@redhat.com>
16351
16352 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
16353
16354 2016-03-01 Pedro Alves <palves@redhat.com>
16355
16356 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
16357 before anything else.
16358 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
16359 _GNU_SOURCE here.
16360 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
16361 before anything else.
16362 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
16363
16364 2016-03-01 Pedro Alves <palves@redhat.com>
16365
16366 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
16367
16368 2016-03-01 Yao Qi <yao.qi@linaro.org>
16369
16370 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
16371 prepare_for_testing.
16372
16373 2016-03-01 Yao Qi <yao.qi@linaro.org>
16374
16375 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
16376
16377 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
16378
16379 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
16380 manually constructing the output path.
16381
16382 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
16383
16384 * gdb.arch/s390-stackless.S: New.
16385 * gdb.arch/s390-stackless.exp: New.
16386
16387 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
16388
16389 * gdb.dlang/circular.c: New file.
16390 * gdb.dlang/circular.exp: New file.
16391
16392 2016-02-26 Yao Qi <yao.qi@linaro.org>
16393
16394 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
16395 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
16396 (testcases): Update.
16397
16398 2016-02-26 Yao Qi <yao.qi@linaro.org>
16399
16400 * gdb.reverse/aarch64.c: Rename to ...
16401 * gdb.reverse/insn-reverse.c: ... it.
16402 * gdb.reverse/aarch64.exp: Rename to ...
16403 * gdb.reverse/insn-reverse.exp: ... it.
16404
16405 2016-02-26 Yao Qi <yao.qi@linaro.org>
16406
16407 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
16408 (testcase_ftype): New.
16409 (testcases): New array.
16410 (n_testcases): New.
16411 (main): Call each element in testcases.
16412 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
16413 (read_testcase): New.
16414 Do the tests in a loop.
16415
16416 2016-02-25 Yao Qi <yao.qi@linaro.org>
16417
16418 * gdb.base/branches.c: Remove.
16419
16420 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16421
16422 PR gdb/13808
16423 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
16424
16425 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16426
16427 * gdb.trace/ftrace.exp: Remove unnecessary target check.
16428
16429 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16430
16431 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
16432 change x86_64 call_insn to 'callq'.
16433
16434 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16435
16436 * gdb.trace/tfile-avx.c: Move to...
16437 * gdb.trace/tracefile-pseudo-reg.c: Here.
16438 * gdb.trace/tfile-avx.exp: Move to...
16439 * gdb.trace/tracefile-pseudo-reg.exp: Here.
16440
16441 2016-02-24 Gary Benson <gbenson@redhat.com>
16442
16443 * gdb.base/attach-pie-noexec.exp: Do not expect an error
16444 message on attach.
16445
16446 2016-02-23 Doug Evans <dje@google.com>
16447
16448 * gdb.base/skip.c (test_skip): New function.
16449 (end_test_skip_file_and_function): New function.
16450 (test_skip_file_and_function): New function.
16451 * gdb.base/skip1.c (test_skip): New function.
16452 (skip1_test_skip_file_and_function): New function.
16453 * gdb.base/skip.exp: Add tests for new skip options.
16454 * gdb.base/skip-solib.exp: Update expected output.
16455 * gdb.perf/skip-command.cc: New file.
16456 * gdb.perf/skip-command.exp: New file.
16457 * gdb.perf/skip-command.py: New file.
16458
16459 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
16460
16461 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
16462 info registers pattern.
16463
16464 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
16465
16466 * lib/future.exp: Add D support.
16467 (gdb_find_gdc): New proc.
16468 (gdb_default_target_compile): Add D support.
16469
16470 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
16471
16472 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
16473 user+system time.
16474 (trace_speed_test): Determine the iteration count for a time
16475 between 15..30 seconds.
16476
16477 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
16478
16479 * gdb.arch/i386-mpx-sigsegv.c: New file.
16480 * gdb.arch/i386-mpx-sigsegv.exp: New file.
16481 * gdb.arch/i386-mpx-simple_segv.c: New file.
16482 * gdb.arch/i386-mpx-simple_segv.exp: New file.
16483
16484 2016-02-18 Yao Qi <yao.qi@linaro.org>
16485
16486 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16487 Don't call setup_kfail.
16488
16489 2016-02-18 Yao Qi <yao.qi@linaro.org>
16490
16491 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
16492 Set "set breakpoint condition-evaluation" per $cond_bp_target.
16493
16494 2016-02-16 Doug Evans <dje@google.com>
16495
16496 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
16497 * gdb.base/skip1.c: Ditto.
16498 * gdb.base/skip.exp: Whitespace cleanup.
16499
16500 2016-02-16 Don Breazeal <donb@codesourcery.com>
16501
16502 PR remote/19496
16503 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
16504 Remove kfail for PR remote/19496.
16505
16506 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
16507
16508 * lib/gdb.exp (standard_temp_file): Return a path specific to
16509 the runtest invocation.
16510
16511 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
16512
16513 * gdb.trace/save-trace.exp: Change relative path to be in the
16514 standard output directory.
16515
16516 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16517
16518 * gdb.arch/i386-prologue.c: Add missing prototypes.
16519
16520 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16521
16522 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
16523 * gdb.arch/i386-prologue.exp: Likewise.
16524 * gdb.arch/i386-size.exp: Likewise.
16525
16526 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
16527
16528 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
16529 define object file path.
16530 * gdb.btrace/gcore.exp: Use standard_output_file to define core
16531 file path.
16532 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
16533 standard_output_file to define binfile.
16534
16535 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16536
16537 Fix compatibility with recent gfortran-5.3.1.
16538 * gdb.fortran/vla-history.exp (print vla1 allocated)
16539 (print vla2 allocated, print $2, print $3): Remove
16540 (print $4): Rename to ...
16541 (print $2): ... here.
16542 (print $9): Rename to ...
16543 (print $5): ... here.
16544 (print $10): Rename to ...
16545 (print $6): ... here.
16546 * gdb.fortran/vla.f90: Add pvla initialization.
16547
16548 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16549
16550 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
16551 New test.
16552 * gdb.fortran/vla-value-sub.exp: Likewise.
16553
16554 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
16555
16556 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
16557
16558 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
16559
16560 * i386-biarch-core.exp: Define corefile using
16561 standard_output_file.
16562
16563 2016-02-12 Yao Qi <yao.qi@linaro.org>
16564
16565 * gdb.arch/arm-single-step-kernel-helper.c: New.
16566 * gdb.arch/arm-single-step-kernel-helper.exp: New.
16567
16568 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
16569
16570 * gdb.btrace/tailcall-only.exp: New.
16571 * gdb.btrace/tailcall-only.c: New.
16572 * gdb.btrace/x86_64-tailcall-only.S: New.
16573 * gdb.btrace/i686-tailcall-only.S: New.
16574
16575 2016-02-11 Pedro Alves <palves@redhat.com>
16576
16577 * README (Parallel testing): Add missing double quotes.
16578
16579 2016-02-11 Pedro Alves <palves@redhat.com>
16580
16581 * README (Parallel testing): New section.
16582 (GDB_PARALLEL): Rewrite.
16583 (FORCE_PARALLEL): Document.
16584
16585 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
16586
16587 * gdb.trace/tfile-avx.c: New test.
16588 * gdb.trace/tfile-avx.exp: New test.
16589
16590 2016-02-09 Keith Seitz <keiths@redhat.com>
16591
16592 PR breakpoints/19546
16593 * gdb.base/infcall-exec.c: New file.
16594 * gdb.base/infcall-exec2.c: New file.
16595 * gdb.base/infcall-exec.exp: New file.
16596
16597 2016-02-09 Keith Seitz <keiths@redhat.com>
16598
16599 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
16600 (toplevel): Call test_bkpt_address.
16601
16602 2016-02-09 Keith Seitz <keiths@redhat.com>
16603
16604 PR python/19506
16605 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
16606 (toplevel): Call test_bkpt_address.
16607
16608 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
16609
16610 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
16611 to AC_OUTPUT.
16612 * configure: Regenerate.
16613
16614 2016-02-09 Pedro Alves <palves@redhat.com>
16615
16616 PR breakpoints/19548
16617 * gdb.base/execl-update-breakpoints.c (some_function): New
16618 function.
16619 (main): Call it.
16620 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
16621 Tighten expected GDB output.
16622
16623 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
16624
16625 * Makefile.in (ALL_SUBDIRS): Remove.
16626 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
16627 (distclean maintainer-clean realclean): Likewise.
16628 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
16629 * configure: Regenerate.
16630 * gdb.ada/Makefile.in: Delete.
16631 * gdb.arch/Makefile.in: Likewise.
16632 * gdb.asm/Makefile.in: Likewise.
16633 * gdb.base/Makefile.in: Likewise.
16634 * gdb.btrace/Makefile.in: Likewise.
16635 * gdb.cell/Makefile.in: Likewise.
16636 * gdb.compile/Makefile.in: Likewise.
16637 * gdb.cp/Makefile.in: Likewise.
16638 * gdb.disasm/Makefile.in: Likewise.
16639 * gdb.dlang/Makefile.in: Likewise.
16640 * gdb.dwarf2/Makefile.in: Likewise.
16641 * gdb.fortran/Makefile.in: Likewise.
16642 * gdb.gdb/Makefile.in: Likewise.
16643 * gdb.go/Makefile.in: Likewise.
16644 * gdb.guile/Makefile.in: Likewise.
16645 * gdb.java/Makefile.in: Likewise.
16646 * gdb.linespec/Makefile.in: Likewise.
16647 * gdb.mi/Makefile.in: Likewise.
16648 * gdb.modula2/Makefile.in: Likewise.
16649 * gdb.multi/Makefile.in: Likewise.
16650 * gdb.objc/Makefile.in: Likewise.
16651 * gdb.opencl/Makefile.in: Likewise.
16652 * gdb.opt/Makefile.in: Likewise.
16653 * gdb.pascal/Makefile.in: Likewise.
16654 * gdb.perf/Makefile.in: Likewise.
16655 * gdb.python/Makefile.in: Likewise.
16656 * gdb.reverse/Makefile.in: Likewise.
16657 * gdb.server/Makefile.in: Likewise.
16658 * gdb.stabs/Makefile.in: Likewise.
16659 * gdb.threads/Makefile.in: Likewise.
16660 * gdb.trace/Makefile.in: Likewise.
16661 * gdb.xml/Makefile.in: Likewise.
16662 * lib/gdb.exp (make_gdb_parallel_path): Add check for
16663 GDB_PARALLEL.
16664 (standard_output_file): Remove check for GDB_PARALLEL, always
16665 return path in outputs/$subdir/$testname.
16666
16667 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
16668
16669 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
16670 (site.exp): Assign abs_srcdir to tcl's srcdir.
16671
16672 2016-02-04 Yao Qi <yao.qi@linaro.org>
16673
16674 * gdb.base/foll-exec-mode.c: Include limits.h.
16675 (main): Add parameters argc and argv. Get directory from
16676 argv[0].
16677 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
16678 compilation.
16679 * gdb.base/foll-exec.c: Include limits.h.
16680 (main): Add parameters argc and argv.
16681 Get directory from argv[0].
16682 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
16683 Adjust tests on the number of lines as source code changed.
16684 * gdb.base/foll-vfork-exit.c: Include limits.h.
16685 (main): Add one line of statement before vfork.
16686 * gdb.base/foll-vfork.c: Include limits.h and string.h.
16687 (main): Add parameters argc and argv. Get directory from
16688 argv[0].
16689 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
16690 (setup_gdb): Set tbreak to skip some source lines.
16691 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
16692 (main): Add parameters argc and argv. Get directory from
16693 argv[0].
16694 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
16695 compilation.
16696 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
16697 (main): Add parameters argc and argv. Get directory from
16698 argv[0].
16699 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
16700 compilation.
16701
16702 2016-02-01 Doug Evans <dje@google.com>
16703
16704 * gdb.base/skip.exp: Clean up multiple references to same test name.
16705
16706 2016-02-01 Pedro Alves <palves@redhat.com>
16707
16708 PR remote/19496
16709 * gdb.threads/forking-threads-plus-breakpoint.exp
16710 (displaced_stepping_supported): New global.
16711 (probe_displaced_stepping_support): New procedure.
16712 (do_test): Add 'displaced' parameter, and use it.
16713 (top level): Check for displaced stepping support. Add displaced
16714 stepping on/off testing axis.
16715
16716 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
16717
16718 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
16719 pointer. Don't perform further tests on the unassociated pointer
16720 if the first test fails.
16721
16722 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
16723
16724 * gdb.base/max-value-size.c: New file.
16725 * gdb.base/max-value-size.exp: New file.
16726 * gdb.base/huge.exp: Disable max-value-size for this test.
16727
16728 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
16729
16730 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16731
16732 2016-01-28 Yao Qi <yao.qi@linaro.org>
16733
16734 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
16735
16736 2016-01-25 Pedro Alves <palves@redhat.com>
16737
16738 PR threads/19461
16739 * gdb.base/fork-running-state.c: New file.
16740 * gdb.base/fork-running-state.exp: New file.
16741
16742 2016-01-25 Pedro Alves <palves@redhat.com>
16743
16744 PR gdb/19494
16745 * gdb.base/catch-fork-kill.c: New file.
16746 * gdb.base/catch-fork-kill.exp: New file.
16747
16748 2016-01-25 Pedro Alves <palves@redhat.com>
16749
16750 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
16751 Delete, moved to lib/gdb.exp.
16752 * gdb.threads/forking-threads-plus-breakpoint.exp
16753 (foreach_with_prefix): Likewise.
16754 * gdb.threads/process-dies-while-handling-bp.exp
16755 (foreach_with_prefix): Likewise.
16756 * lib/gdb.exp (foreach_with_prefix): New procedure.
16757
16758 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
16759
16760 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
16761 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
16762
16763 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
16764
16765 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
16766 endian targets.
16767
16768 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16769 Pedro Alves <palves@redhat.com>
16770
16771 Fix testsuite compatibility with Guile.
16772 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
16773 number.
16774
16775 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16776
16777 Fix testsuite compatibility with Guile.
16778 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
16779 (thread 1): New test for backtrace through signal handler.
16780
16781 2016-01-22 Yao Qi <yao.qi@linaro.org>
16782
16783 PR testsuite/19491
16784 * gdb.base/multi-forks.c: Include
16785 ../lib/unbuffer_output.c
16786 (main): Call gdb_unbuffer_output.
16787
16788 2016-01-21 Doug Evans <dje@google.com>
16789
16790 * lib/ada.exp (gdb_compile_ada): Fix typo.
16791
16792 2016-01-21 Joel Brobecker <brobecker@adacore.com>
16793
16794 * gdb.base/break-fun-addr.exp: New file.
16795 * gdb.base/break-fun-addr1.c: New file.
16796 * gdb.base/break-fun-addr2.c: New file.
16797
16798 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
16799
16800 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
16801 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
16802 enum flag values.
16803
16804 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
16805
16806 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
16807 when GDB can not set the vector return value. Add more comments
16808 for clarification.
16809
16810 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
16811
16812 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
16813 command.
16814
16815 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16816
16817 * Makefile.in (DO_RUNTEST): Add --status and update usages.
16818
16819 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16820
16821 * Makefile.in (check-single): Pass --status to runtest.
16822 (check/%.exp): Likewise.
16823
16824 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16825
16826 * Makefile.in (check-parallel): Propagate return code from make
16827 do-check-parallel.
16828
16829 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
16830
16831 * gdb.trace/ftrace.exp: Fix expected message on continue.
16832 * gdb.trace/pending.exp: Fix expected message on continue.
16833 * gdb.trace/trace-break.exp: Fix expected message on continue.
16834
16835 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
16836
16837 * lib/gdb.exp (gdb_test): Remove unused global references.
16838
16839 2016-01-18 Pedro Alves <palves@redhat.com>
16840
16841 * gdb.base/async-shell.exp: Adjust expected output.
16842 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
16843 * gdb.base/siginfo-thread.exp: Adjust expected output.
16844 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
16845 * gdb.java/jnpe.exp: Adjust expected output.
16846 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
16847 * gdb.threads/continue-pending-status.exp: Adjust expected output.
16848 * gdb.threads/leader-exit.exp: Adjust expected output.
16849 * gdb.threads/manythreads.exp: Adjust expected output.
16850 * gdb.threads/pthreads.exp: Adjust expected output.
16851 * gdb.threads/schedlock.exp: Adjust expected output.
16852 * gdb.threads/siginfo-threads.exp: Adjust expected output.
16853 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
16854 expected output.
16855 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
16856 output.
16857 * gdb.threads/sigthread.exp: Adjust expected output.
16858 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
16859
16860 2016-01-18 Yao Qi <yao.qi@linaro.org>
16861
16862 * gdb.guile/scm-section-script.c: Replace @progbits with
16863 %progbits.
16864 * gdb.python/py-section-script.c: Likewise.
16865
16866 2016-01-15 Pedro Alves <palves@redhat.com>
16867
16868 * gdb.multi/tids.exp: Test star wildcard ranges.
16869
16870 2016-01-15 Pedro Alves <palves@redhat.com>
16871
16872 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
16873 command from "thread apply" invocation.
16874 (thr_apply_info_thr_invalid): Default the expected output to the
16875 input tid list.
16876 (top level): Add tests that use convenience variables. Add tests
16877 for "thread apply" with a valid TID list, but missing the command.
16878
16879 2016-01-13 Pedro Alves <palves@redhat.com>
16880
16881 * gdb.base/default.exp: Expect $_gthread as well.
16882 * gdb.multi/tids.exp: Test $_gthread.
16883 * gdb.threads/thread-specific.exp: Test $_gthread.
16884
16885 2016-01-13 Pedro Alves <palves@redhat.com>
16886
16887 * gdb.multi/tids.exp: Test "info threads -gid".
16888
16889 2016-01-13 Pedro Alves <palves@redhat.com>
16890
16891 * gdb.multi/tids.exp: Test InferiorThread.global_num and
16892 Breakpoint.thread.
16893 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
16894
16895 2016-01-07 Pedro Alves <palves@redhat.com>
16896
16897 * gdb.base/break.exp: Adjust to output changes.
16898 * gdb.base/hbreak2.exp: Likewise.
16899 * gdb.base/sepdebug.exp: Likewise.
16900 * gdb.base/watch_thread_num.exp: Likewise.
16901 * gdb.linespec/keywords.exp: Likewise.
16902 * gdb.multi/info-threads.exp: Likewise.
16903 * gdb.threads/thread-find.exp: Likewise.
16904 * gdb.multi/tids.c: New file.
16905 * gdb.multi/tids.exp: New file.
16906
16907 2016-01-13 Pedro Alves <palves@redhat.com>
16908
16909 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
16910
16911 2016-01-13 Pedro Alves <palves@redhat.com>
16912
16913 * gdb.base/default.exp: Expect $_inferior as well.
16914 * gdb.multi/base.exp: Test $_inferior.
16915
16916 2016-01-13 Pedro Alves <palves@redhat.com>
16917
16918 PR breakpoints/19388
16919 * gdb.base/catch-signal-siginfo-cond.c: New file.
16920 * gdb.base/catch-signal-siginfo-cond.exp: New file.
16921
16922 2016-01-12 Josh Stone <jistone@redhat.com>
16923 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16924
16925 * gdb.base/catch-syscall.c (do_execve): New variable.
16926 (main): Conditionally trigger an execve.
16927 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
16928 (test_catch_syscall_execve): New, check entry/return across execve.
16929 (do_syscall_tests): Call test_catch_syscall_execve.
16930
16931 2016-01-12 Pedro Alves <palves@redhat.com>
16932
16933 * gdb.base/random-signal.exp (do_test): New procedure, with body
16934 of testcase moved in.
16935
16936 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16937 Pedro Alves <palves@redhat.com>
16938
16939 * gdb.base/funcargs.exp (finish from indirectly called function):
16940 Reintroduce the case for 'First'.
16941
16942 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16943 Pedro Alves <palves@redhat.com>
16944
16945 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
16946 (tcatch_vfork_then_child_follow_exec)
16947 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
16948 identification.
16949
16950 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16951
16952 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
16953 and repeats to unlimited.
16954 * gdb.python/py-value.exp: Likewise.
16955 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
16956 and repeats to unlimited.
16957
16958 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16959
16960 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
16961 and reordering the functions.
16962 * gdb.multi/hangout.c: Likewise.
16963 * gdb.multi/hello.c: Likewise.
16964
16965 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
16966
16967 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
16968 absolute.
16969 (SingleStatisticTestResult.report): Use dict.keys instead of
16970 dict.iterkeys.
16971
16972 2016-01-06 Pedro Alves <palves@redhat.com>
16973
16974 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
16975
16976 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
16977
16978 * gdb.btrace/dlopen.exp: New.
16979 * gdb.btrace/dlopen.c: New.
16980 * gdb.btrace/dlopen-dso.c: New.
16981
16982 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
16983
16984 * lib/gdb.exp (gdb_test): Update comments to clarify that the
16985 PATTERN argument is optional.
16986
16987 2015-12-24 Joel Brobecker <brobecker@adacore.com>
16988
16989 * lib/ada.exp (target_compile_ada_from_dir): New function.
16990 (gdb_compile_ada): Reimplement avoiding the use of project files.
16991 * gdb.ada/gnat_ada.gpr: Delete.
16992 * gdb.ada/cond_lang.exp: Adjust test to make path before
16993 filename optional.
16994 * gdb.ada/small_reg_param.exp: Likewise.
16995
16996 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
16997
16998 * gdb.base/foll-vork.exp: Remove HP-UX special case.
16999
17000 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
17001
17002 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
17003 case.
17004
17005 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
17006
17007 * gdb.base/break.exp: Remove dead code.
17008 * gdb.base/sepdebug.exp: Likewise.
17009
17010 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
17011
17012 * gdb.asm/asm-source.exp: Remove HP-UX references.
17013 * gdb.base/annota1.exp: Likewise.
17014 * gdb.base/annota3.exp: Likewise.
17015 * gdb.base/attach.exp: Likewise.
17016 * gdb.base/bigcore.exp: Likewise.
17017 * gdb.base/break.exp: Likewise.
17018 * gdb.base/call-ar-st.exp: Likewise.
17019 * gdb.base/callfuncs.exp: Likewise.
17020 * gdb.base/catch-fork-static.exp: Likewise.
17021 * gdb.base/display.exp: Likewise.
17022 * gdb.base/foll-exec-mode.exp: Likewise.
17023 * gdb.base/foll-exec.exp: Likewise.
17024 * gdb.base/foll-fork.exp: Likewise.
17025 * gdb.base/foll-vfork.exp: Likewise.
17026 * gdb.base/funcargs.exp: Likewise.
17027 * gdb.base/hbreak2.exp: Likewise.
17028 * gdb.base/inferior-died.exp: Likewise.
17029 * gdb.base/interrupt.exp: Likewise.
17030 * gdb.base/multi-forks.exp: Likewise.
17031 * gdb.base/nodebug.exp: Likewise.
17032 * gdb.base/sepdebug.exp: Likewise.
17033 * gdb.base/solib1.c: Likewise.
17034 * gdb.base/step-test.exp: Likewise.
17035 * gdb.mi/non-stop.c: Likewise.
17036 * gdb.mi/pthreads.c: Likewise.
17037 * gdb.multi/bkpt-multi-exec.ex: Likewise.
17038 * gdb.threads/pthreads.c: Likewise.
17039 * gdb.threads/staticthreads.exp: Likewise.
17040 * lib/future.exp: Likewise.
17041 * lib/gdb.exp: Likewise.
17042 * gdb.base/so-indr-cl.c: Remove.
17043 * gdb.base/so-indr-cl.exp: Likewise.
17044 * gdb.base/solib.c: Likewise.
17045 * gdb.base/solib.exp: Likewise.
17046 * gdb.base/solib2.c: Likewise.
17047
17048 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
17049
17050 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
17051 * gdb.base/call-ar-st.exp: Likewise.
17052 * gdb.base/callfuncs.exp: Likewise.
17053 * gdb.base/condbreak.exp: Likewise.
17054 * gdb.base/constvars.exp: Likewise.
17055 * gdb.base/hbreak2.exp: Likewise.
17056 * gdb.base/langs.exp: Likewise.
17057 * gdb.base/list.exp: Likewise.
17058 * gdb.base/long_long.exp: Likewise.
17059 * gdb.base/ptype.exp: Likewise.
17060 * gdb.base/scope.exp: Likewise.
17061 * gdb.base/signals.exp: Likewise.
17062 * gdb.base/so-impl-ld.exp: Likewise.
17063 * gdb.base/varargs.exp: Likewise.
17064 * gdb.base/volatile.exp: Likewise.
17065 * gdb.base/whatis.exp: Likewise.
17066 * gdb.cp/cplusfuncs.exp: Likewise.
17067 * gdb.cp/inherit.exp: Likewise.
17068 * gdb.cp/local.exp: Likewise.
17069 * gdb.cp/member-ptr.exp: Likewise.
17070 * gdb.cp/method.exp: Likewise.
17071 * gdb.cp/overload.exp: Likewise.
17072 * gdb.cp/templates.exp: Likewise.
17073 * gdb.stabs/weird.exp: Likewise.
17074 * lib/compiler.c: Likewise.
17075 * lib/compiler.cc: Likewise.
17076 * lib/cp-support.exp: Likewise.
17077 * lib/gdb.exp: Likewise.
17078
17079 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
17080
17081 * configure.ac: Remove HP-UX case.
17082 * configure: Regenerate.
17083
17084 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
17085
17086 * lib/gdb.exp (gdb_compile): Add function doc.
17087
17088 2015-12-17 Pedro Alves <palves@redhat.com>
17089
17090 PR threads/19354
17091 * gdb.multi/info-threads.exp: New file.
17092
17093 2015-12-15 Yao Qi <yao.qi@linaro.org>
17094
17095 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
17096 is aarch64*-*-*.
17097
17098 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17099
17100 * gdb.base/history-duplicates.exp: Skip if no readline support.
17101
17102 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17103
17104 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
17105
17106 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17107
17108 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
17109
17110 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17111
17112 * gdb.base/completion.exp: Skip tests that interrupt GDB with
17113 ctrl-C if nointerrupts target property is set.
17114 * gdb.base/double-prompt-target-event-error.exp: Likewise.
17115 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
17116 * gdb.base/paginate-bg-execution.exp: Likewise.
17117 * gdb.base/paginate-execution-startup.exp: Likewise.
17118 * gdb.base/random-signal.exp: Likewise.
17119 * gdb.base/range-stepping.exp: Likewise.
17120 * gdb.cp/annota2.exp: Likewise.
17121 * gdb.cp/annota3.exp: Likewise.
17122 * gdb.gdb/selftest.exp: Likewise.
17123 * gdb.threads/continue-pending-status.exp: Likewise.
17124 * gdb.threads/leader-exit.exp: Likewise.
17125 * gdb.threads/manythreads.exp: Likewise.
17126 * gdb.threads/pthreads.exp: Likewise.
17127 * gdb.threads/schedlock.exp: Likewise.
17128 * gdb.threads/sigthread.exp: Likewise.
17129
17130 2015-12-11 Don Breazeal <donb@codesourcery.com>
17131
17132 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
17133 remote.
17134 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
17135 * gdb.base/foll-exec.exp (main): Enable for target remote.
17136 * gdb.base/foll-fork.exp (main): Likewise.
17137 * gdb.base/foll-vfork.exp (main): Likewise.
17138 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
17139 (proc continue_to_exit_bp_loc): Use clean_restart.
17140 * gdb.base/pie-execl.exp (main): Disable for target remote.
17141 * gdb.base/watch-vfork.exp (main): Enable for target remote.
17142 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
17143 * gdb.threads/execl.exp (main): Likewise.
17144 * gdb.threads/fork-child-threads.exp (main): Likewise.
17145 * gdb.threads/fork-plus-threads.exp (main): Disable for target
17146 remote.
17147 * gdb.threads/fork-thread-pending.exp (main): Enable for target
17148 remote.
17149 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
17150 pid.tid style ptids, instead of just tid.
17151 * gdb.threads/thread-execl.exp (main): Enable for target remote.
17152 * gdb.threads/watchpoint-fork.exp (main): Likewise.
17153 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
17154 ptids, instead of just tid.
17155
17156 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17157
17158 * gdb.base/list.exp (test_list_forward): Add end of file error
17159 test.
17160 (test_repeat_list_command): Add end of file error test.
17161 (test_list_backwards): Add beginning of file error test.
17162
17163 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17164
17165 * gdb.base/list.exp (test_list_invalid_args): New function,
17166 defined, and called.
17167
17168 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17169
17170 * gdb.base/list.exp (test_list): Make test names unique.
17171
17172 2015-12-11 Yao Qi <yao.qi@linaro.org>
17173
17174 * gdb.base/coremaker2.c: Remove.
17175
17176 2015-12-10 Pedro Alves <palves@redhat.com>
17177
17178 * gdb.multi/base.exp: Remove stale "spaces" references.
17179
17180 2015-12-10 Pedro Alves <palves@redhat.com>
17181
17182 * gdb.multi/base.exp: Don't use nowarnings.
17183 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
17184 * gdb.multi/hangout.c: Include stdio.h.
17185 * gdb.multi/hello.c: Include stdlib.h.
17186 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
17187 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
17188 * gdb.multi/multi-arch.exp: Don't use nowarnings.
17189
17190 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
17191
17192 * gdb.dwarf2/dw2-ranges-base.c: New file.
17193 * gdb.dwarf2/dw2-ranges-base.exp: New file.
17194 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
17195 support additional line table, and debug ranges generation.
17196 (Dwarf::ranges): New function, generate .debug_ranges.
17197 (Dwarf::lines): Support generating simple line table programs.
17198 (Dwarf::assemble): Initialise new namespace variables.
17199
17200 2015-12-09 Kevin Buettner <kevinb@redhat.com>
17201
17202 * gdb.base/async.exp (proc test_background): Add case for
17203 asynchronous execution not supported.
17204
17205 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
17206
17207 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
17208 format and change test names to make them unique.
17209
17210 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
17211 Pedro Alves <pedro@redhat.com>
17212
17213 PR gdb/18702
17214 Add checking of floatformats setup on x86_64 hosts.
17215 * gdb.arch/i386-float.S (main): Load bigval and smallval.
17216 (smallval, bigval): New labels/constants.
17217 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
17218 float" after loading bigval and smallval.
17219
17220 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
17221
17222 * gdb.ada/fun_overload_menu.exp: New testcase.
17223 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
17224
17225 2015-12-04 Josh Stone <jistone@redhat.com>
17226
17227 * gdb.base/catch-fork-static.exp: New.
17228
17229 2015-12-03 Yao Qi <yao.qi@linaro.org>
17230
17231 * gdb.base/sizeof.c: Don't include stdio.h and
17232 ../lib/unbuffer_output.c.
17233 (main): New variable 'size' and 'value'. Remove printf and
17234 gdb_unbuffer_output. Assign return value to size and value.
17235 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
17236 at the beginning.
17237 (check_sizeof): Check the result by printing variable 'size'.
17238 (check_valueof): Check the result by printing variable 'value'.
17239
17240 2015-12-01 Yao Qi <yao.qi@linaro.org>
17241
17242 * gdb.base/disp-step-syscall.exp: Define syscall instruction
17243 for aarch64*-*-linux* target.
17244
17245 2015-11-30 Pedro Alves <palves@redhat.com>
17246
17247 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
17248
17249 2015-11-30 Pedro Alves <palves@redhat.com>
17250
17251 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
17252 Handle non-stop mode vCont replies.
17253
17254 2015-11-30 Pedro Alves <palves@redhat.com>
17255
17256 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
17257 prepare_for_testing. Start gdb with "set non-stop on" appended to
17258 GDBFLAGS. Lax expected stop output.
17259
17260 2015-11-27 Yao Qi <yao.qi@linaro.org>
17261
17262 * gdb.arch/arm-neon.exp: New.
17263 * gdb.arch/arm-neon.c: New.
17264
17265 2015-11-27 Yao Qi <yao.qi@linaro.org>
17266
17267 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
17268
17269 2015-11-27 Yao Qi <yao.qi@linaro.org>
17270
17271 * gdb.cp/annota2.exp: Allow multiple occurrences of the
17272 frames-invalid annotation.
17273
17274 2015-11-27 Yao Qi <yao.qi@linaro.org>
17275
17276 * gdb.cp/annota2.exp: Use ${frames_invalid}.
17277
17278 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
17279
17280 * gdb.threads/names.exp: New file.
17281 * gdb.threads/names.c: New file.
17282 * README: Mention gdb,no_thread_names.
17283
17284 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
17285
17286 PR 19297
17287 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
17288 support" error.
17289
17290 2015-11-24 Pedro Alves <palves@redhat.com>
17291
17292 PR 17539
17293 * gdb.base/display.exp: Expect displays to be sorted in ascending
17294 order. Use multi_line.
17295 * gdb.base/solib-display.exp: Likewise.
17296
17297 2015-11-24 Pedro Alves <palves@redhat.com>
17298
17299 PR 17539
17300 * gdb.base/display.exp: Expect displays to be sorted in ascending
17301 order. Use multi_line.
17302 * gdb.base/solib-display.exp: Likewise.
17303
17304 2015-11-24 Pedro Alves <palves@redhat.com>
17305
17306 PR 17539
17307 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
17308 threads in ascending order.
17309 * gdb.base/foll-fork.exp: Likewise.
17310 * gdb.base/foll-vfork.exp: Likewise.
17311 * gdb.base/multi-forks.exp: Likewise.
17312 * gdb.mi/mi-nonstop.exp: Likewise.
17313 * gdb.mi/mi-nsintrall.exp: Likewise.
17314 * gdb.multi/base.exp: Likewise.
17315 * gdb.multi/multi-arch.exp: Likewise.
17316 * gdb.python/py-inferior.exp: Likewise.
17317 * gdb.threads/break-while-running.exp: Likewise.
17318 * gdb.threads/execl.exp: Likewise.
17319 * gdb.threads/gcore-thread.exp: Likewise.
17320 * gdb.threads/info-threads-cur-sal.exp: Likewise.
17321 * gdb.threads/kill.exp: Likewise.
17322 * gdb.threads/linux-dp.exp: Likewise.
17323 * gdb.threads/multiple-step-overs.exp: Likewise.
17324 * gdb.threads/next-bp-other-thread.exp: Likewise.
17325 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
17326 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
17327 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
17328 * gdb.threads/thread-find.exp: Likewise.
17329 * gdb.threads/tls.exp: Likewise.
17330 * lib/mi-support.exp (mi_reverse_list): Delete.
17331 (mi_check_thread_states): No longer reverse list.
17332
17333 2015-11-24 Pedro Alves <palves@redhat.com>
17334
17335 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
17336 use lowercase.
17337
17338 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
17339
17340 * gdb.trace/actions.c: Include trace-common.h.
17341 (main): Add a location for a fast tracepoint.
17342 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
17343 the normal tracepoints.
17344 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
17345
17346 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
17347
17348 * save-trace.exp: Factor out code to these...
17349 (gdb_save_tracepoints): New.
17350 (gdb_load_tracepoints): New.
17351 (do_save_load_test): New.
17352
17353 2015-11-23 Kevin Buettner <kevinb@redhat.com>
17354
17355 * gdb.base/asmlabel.exp: New test.
17356 * gdb.base/asmlabel.c: New test case.
17357
17358 2015-11-23 Joel Brobecker <brobecker@adacore.com>
17359
17360 * gdb.base/wrong_frame_bt_full-main.c: New file.
17361 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
17362 * gdb.base/wrong_frame_bt_full.exp: New file.
17363
17364 2015-11-23 Joel Brobecker <brobecker@adacore.com>
17365
17366 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
17367
17368 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
17369
17370 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
17371 pstate register when comparing registers values in
17372 sparc64-*-linux-gnu targets to avoid spurious differences.
17373
17374 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
17375
17376 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
17377
17378 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
17379
17380 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
17381 as type argument to gdb_compile.
17382 * gdb.base/nested-subp2.exp: Likewise.
17383 * gdb.base/nested-subp3.exp: Likewise.
17384
17385 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
17386
17387 * lib/dwarf.exp (_note): Fix left shift of negative value.
17388 * gdb.trace/trace-condition.exp: Likewise.
17389
17390 2015-11-13 Yao Qi <yao.qi@linaro.org>
17391
17392 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
17393 comments about d10v.
17394 (test_scalar_returns): Likewise.
17395 * gdb.base/d10v.ld: Remove.
17396 * gdb.base/overlays.exp: Remove the target triplet checking for
17397 d10v-*-*.
17398 * gdb.base/structs.exp (test_struct_returns): Remove the
17399 comments about d10v.
17400 (test_struct_calls): Likewise.
17401
17402 2015-11-13 Yao Qi <yao.qi@linaro.org>
17403
17404 * gdb.base/gnu_vector.exp: Check the return value by "p res".
17405 * gdb.base/gnu_vector.c: Don't include stdio.h.
17406 (main): Don't print res and call add_some_intvecs.
17407
17408 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
17409
17410 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
17411 macro.
17412 (func5): Removed.
17413 (func4): Use FAST_TRACEPOINT_LABEL.
17414 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
17415 macro.
17416 (func): Removed.
17417 (thread_function): Use FAST_TRACEPOINT_LABEL.
17418 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
17419 (func): Remove.
17420 (marker): Use FAST_TRACEPOINT_LABEL.
17421 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
17422 (pendfunc1): Remove.
17423 (pendfunc): Use FAST_TRACEPOINT_LABEL.
17424 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
17425 (foo): Remove.
17426 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
17427 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
17428 macro.
17429 (func): Remove.
17430 (marker): Use FAST_TRACEPOINT_LABEL.
17431 * gdb.trace/trace-common.h: New header.
17432 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
17433 macro.
17434 (func): Remove.
17435 (marker): Use FAST_TRACEPOINT_LABEL.
17436 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
17437 (func): Remove.
17438 (thread_function): Use FAST_TRACEPOINT_LABEL.
17439
17440 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
17441
17442 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
17443 in front.
17444 * gdb.trace/change-loc.exp: Use global pcreg definition.
17445 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
17446 * gdb.trace/entry-values.exp: Use global spreg definition, add $
17447 in front.
17448 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
17449 * gdb.trace/pending.exp: Likewise.
17450 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
17451 * gdb.trace/trace-break.exp: Likewise.
17452 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
17453 in front.
17454 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
17455 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
17456 in front.
17457 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
17458
17459 2015-11-09 Joel Brobecker <brobecker@adacore.com>
17460
17461 * gdb.ada/fin_fun_out: New testcase.
17462
17463 2015-11-07 Kevin Buettner <kevinb@redhat.com>
17464
17465 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
17466 value associated with DW_AT_byte_size.
17467 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
17468 constants for DW_AT_byte_size, DW_AT_lower_bound, and
17469 DW_AT_upper_bound.
17470
17471 2015-11-07 Kevin Buettner <kevinb@redhat.com>
17472
17473 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
17474 (gdb_target_symbol_prefix_flags): Define in terms of _asm
17475 version.
17476 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
17477 gdb.dwarf2/dw2-canonicalize-type.exp,
17478 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
17479 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
17480 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
17481 provided by gdb_target_symbol_prefix_flags_asm.
17482 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
17483 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
17484 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
17485 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
17486 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
17487 macros where needed). Use this macro for symbols which require
17488 the prefix provided by SYMBOL_PREFIX.
17489
17490 2015-11-05 Kevin Buettner <kevinb@redhat.com>
17491
17492 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
17493 New procs.
17494 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
17495 representing expressions, of more than one list element.
17496 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
17497 to prepend linker symbol prefix to f.
17498 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
17499 table_1 and table_2.
17500 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
17501 Likewise, for f and g.
17502 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
17503 for ptr.
17504 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
17505 for main.
17506 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
17507 table_1_ptr and table_2_ptr.
17508
17509 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17510 Joel Brobecker <brobecker@adacore.com>
17511
17512 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
17513
17514 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
17515
17516 * gdb.reverse/s390-mvcle.c: New test.
17517 * gdb.reverse/s390-mvcle.exp: New file.
17518 * lib/gdb.exp: Enable reverse tests on s390*-linux.
17519
17520 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
17521
17522 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
17523
17524 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
17525
17526 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
17527 reaching marker2.
17528 * gdb.reverse/getresuid-reverse.exp: Likewise.
17529 * gdb.reverse/pipe-reverse.exp: Likewise.
17530 * gdb.reverse/readv-reverse.exp: Likewise.
17531 * gdb.reverse/recvmsg-reverse.exp: Likewise.
17532 * gdb.reverse/time-reverse.exp: Likewise.
17533 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
17534
17535 2015-10-30 Yao Qi <yao.qi@linaro.org>
17536
17537 * gdb.threads/wp-replication.c (watch_count_done): Remove.
17538 (empty_cycle): Remove.
17539 (main): Don't call empty_cycle. Don't use watch_count_done.
17540 * gdb.threads/wp-replication.exp: Don't set breakpoint on
17541 empty_cycle. Rewrite the code counting HW watchpoints.
17542
17543 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
17544
17545 * gdb.reverse/fstatat-reverse.c: New test.
17546 * gdb.reverse/fstatat-reverse.exp: New file.
17547 * gdb.reverse/getresuid-reverse.c: New test.
17548 * gdb.reverse/getresuid-reverse.exp: New file.
17549 * gdb.reverse/pipe-reverse.c: New test.
17550 * gdb.reverse/pipe-reverse.exp: New file.
17551 * gdb.reverse/readv-reverse.c: New test.
17552 * gdb.reverse/readv-reverse.exp: New file.
17553 * gdb.reverse/recvmsg-reverse.c: New test.
17554 * gdb.reverse/recvmsg-reverse.exp: New file.
17555 * gdb.reverse/time-reverse.c: New test.
17556 * gdb.reverse/time-reverse.exp: New file.
17557 * gdb.reverse/waitpid-reverse.c: New test.
17558 * gdb.reverse/waitpid-reverse.exp: New file.
17559
17560 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
17561
17562 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
17563
17564 2015-10-26 Doug Evans <dje@google.com>
17565
17566 PR symtab/17391
17567 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
17568 * gdb.dwarf2/bad-regnum.c: New file.
17569 * gdb.dwarf2/bad-regnum.exp: New file.
17570
17571 2015-10-26 Doug Evans <dje@google.com>
17572
17573 PR python/18938
17574 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
17575 file.
17576
17577 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17578
17579 * gdb.compile/compile.exp (compile code globalvar): Update expectation
17580 for a change by "Mention language in compile error message".
17581
17582 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
17583
17584 PR python/18073
17585 * gdb.python/py-type.c (C::a_method): New.
17586 (C::a_const_method): New.
17587 (C::a_static_method): New.
17588 (a_function): New.
17589 * gdb.python/py-type.exp (test_fields): Test getting fields
17590 from function and method.
17591
17592 2015-10-21 Keven Boell <keven.boell@intel.com>
17593
17594 * gdb.fortran/vla-alloc-assoc.exp: New file.
17595 * gdb.fortran/vla-datatypes.exp: New file.
17596 * gdb.fortran/vla-datatypes.f90: New file.
17597 * gdb.fortran/vla-history.exp: New file.
17598 * gdb.fortran/vla-ptype-sub.exp: New file.
17599 * gdb.fortran/vla-ptype.exp: New file.
17600 * gdb.fortran/vla-sizeof.exp: New file.
17601 * gdb.fortran/vla-sub.f90: New file.
17602 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
17603 * gdb.fortran/vla-value-sub-finish.exp: New file.
17604 * gdb.fortran/vla-value-sub.exp: New file.
17605 * gdb.fortran/vla-value.exp: New file.
17606 * gdb.fortran/vla-ptr-info.exp: New file.
17607 * gdb.mi/mi-vla-fortran.exp: New file.
17608 * gdb.mi/vla.f90: New file.
17609
17610 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
17611
17612 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
17613 of hardwired timeout value.
17614
17615 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
17616 Pedro Alves <palves@redhat.com>
17617
17618 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
17619 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
17620
17621 2015-10-19 Josh Stone <jistone@redhat.com>
17622
17623 * gdb.base/catch-syscall.c: Include <sched.h>.
17624 (unknown_syscall): New variable.
17625 (main): Trigger a vfork and an unknown syscall.
17626 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
17627 (unknown_syscall_number): Likewise.
17628 (check_call_to_syscall): Accept an optional syscall pattern.
17629 (check_return_from_syscall): Likewise.
17630 (check_continue): Likewise.
17631 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
17632 (test_catch_syscall_skipping_return): New test toggling off 'catch
17633 syscall' to step over the syscall return, then toggling back on.
17634 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
17635 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
17636 (do_syscall_tests): Call test_catch_syscall_without_args and
17637 test_catch_syscall_mid_vfork.
17638 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
17639 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
17640
17641 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
17642
17643 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
17644 print g_vE): Add new pass patterns.
17645 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
17646 print various symbol names for vptr fields.
17647
17648 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
17649
17650 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
17651 results.
17652
17653 2015-10-12 Yao Qi <yao.qi@linaro.org>
17654
17655 * gdb.arch/disp-step-insn-reloc.exp: New test case.
17656
17657 2015-10-12 Yao Qi <yao.qi@linaro.org>
17658
17659 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
17660 is aarch64*-*-linux*.
17661
17662 2015-10-12 Yao Qi <yao.qi@linaro.org>
17663
17664 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
17665 (can_relocate_bcond_true): ... it.
17666 (can_relocate_bcond_false): New function.
17667 (foo): Likewise.
17668 (can_relocate_bl): Likewise.
17669 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
17670 can_relocate_bl.
17671
17672 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
17673
17674 * gdb.base/nested-addr.c: New file.
17675 * gdb.base/nested-addr.exp: New testcase.
17676
17677 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
17678
17679 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
17680 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
17681 its output. Ignore the output of "record goto begin" and instead
17682 check that GDB is replaying.
17683
17684 2015-10-09 Pedro Alves <palves@redhat.com>
17685
17686 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
17687 (top level): Use it in the run with no args test.
17688
17689 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
17690
17691 * gdb.dlang/properties.exp: New file.
17692
17693 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
17694
17695 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
17696 whether or not address 0x1000 is mapped on the target.
17697
17698 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
17699
17700 * gdb.python/py-type.exp: Do not run tests if binaries fail to
17701 build.
17702
17703 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
17704
17705 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
17706 instruction-history test.
17707
17708 2015-09-28 Doug Evans <dje@google.com>
17709
17710 * gdb.base/gcore.c (array_func): Add reference to static_array.
17711
17712 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
17713
17714 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
17715 source line.
17716
17717 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
17718
17719 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
17720 short or char as base type.
17721
17722 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
17723
17724 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
17725 to allow any size enum.
17726
17727 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
17728
17729 * gdb.ada/array_ptr_renaming.exp: New testcase.
17730 * gdb.ada/array_ptr_renaming/foo.adb: New file.
17731 * gdb.ada/array_ptr_renaming/pack.ads: New file.
17732
17733 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17734
17735 * gdb.trace/ftrace-lock.c: New file.
17736 * gdb.trace/ftrace-lock.exp: New file.
17737
17738 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17739
17740 * gdb.arch/insn-reloc.c: New file.
17741 * gdb.arch/ftrace-insn-reloc.exp: New file.
17742
17743 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17744
17745 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
17746 instruction.
17747 * gdb.trace/pendshr1.c (pendfunc): Likewise.
17748 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
17749 * gdb.trace/range-stepping.c: Likewise.
17750 * gdb.trace/trace-break.c: Likewise.
17751 * gdb.trace/trace-mt.c (thread_function): Likewise.
17752 * gdb.trace/ftrace.c (marker): Likewise.
17753 * gdb.trace/trace-condition.c (marker): Likewise.
17754 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
17755 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
17756 is_aarch64_target.
17757
17758 2015-09-18 Doug Evans <xdje42@gmail.com>
17759
17760 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
17761 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
17762
17763 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17764
17765 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
17766 the breakpoint.
17767
17768 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17769
17770 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
17771 the pending breakpoint. Remove timeout override for "Run till
17772 MI pending breakpoint on pendfunc3 on thread 2" test.
17773
17774 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17775
17776 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
17777 filename pattern.
17778
17779 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17780
17781 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
17782 in breakpoint filename pattern.
17783
17784 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17785
17786 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
17787
17788 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17789
17790 * gdb.linespec/explicit.exp: Check for readline support for
17791 tab-completion tests. Fix obvious typo.
17792
17793 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
17794
17795 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
17796 and replay.
17797
17798 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
17799
17800 * gdb.btrace/non-stop.c: New.
17801 * gdb.btrace/non-stop.exp: New.
17802
17803 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
17804 Yao Qi <yao.qi@linaro.org>
17805
17806 * gdb.trace/trace-condition.c: New file.
17807 * gdb.trace/trace-condition.exp: New file.
17808
17809 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
17810
17811 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
17812 for testing bytecode compilation.
17813
17814 2015-09-16 Pedro Alves <palves@redhat.com>
17815 Sandra Loosemore <sandra@codesourcery.com>
17816
17817 * gdb.threads/non-stop-fair-events.c (timeout): New global.
17818 (SECONDS): Redefine.
17819 (main): Call pthread_kill and alarm early.
17820 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
17821 support.
17822 (test): If the target can't hardware step and doesn't support
17823 displaced stepping, increase the timeout.
17824
17825 2015-09-16 Pedro Alves <palves@redhat.com>
17826
17827 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
17828 (enable_debug): New procedures.
17829 (test): Use them. Bail out if waiting for threads fails.
17830 (top level): Bail out if a test fails.
17831
17832 2015-09-16 Yao Qi <yao.qi@linaro.org>
17833
17834 * gdb.asm/asm-source.exp: Set asm-arch for
17835 aarch64*-*-* target.
17836 * gdb.asm/aarch64.inc: New file.
17837
17838 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
17839
17840 * gdb.ada/array_of_variable_length.exp: New testcase.
17841 * gdb.ada/array_of_variable_length/foo.adb: New file.
17842 * gdb.ada/array_of_variable_length/pck.adb: New file.
17843 * gdb.ada/array_of_variable_length/pck.ads: New file.
17844
17845 2015-09-15 Doug Evans <dje@google.com>
17846
17847 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
17848 of function static local variable.
17849
17850 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
17851
17852 * gdb.threads/tls-so_extern.exp: New test file.
17853 * gdb.threads/tls-so_extern.c: New test file.
17854 * gdb.threads/tls-so_extern_main.c: New test file.
17855
17856 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17857
17858 * gdb.opt/solib-intra-step-lib.c: New file.
17859 * gdb.opt/solib-intra-step-main.c: New file.
17860 * gdb.opt/solib-intra-step.exp: New file.
17861
17862 2015-09-15 Pedro Alves <palves@redhat.com>
17863
17864 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
17865 gdb_continue_to_breakpoint instead of gdb_test_multiple.
17866
17867 2015-09-14 Pedro Alves <palves@redhat.com>
17868
17869 * gdb.base/hook-stop-continue.c: Delete.
17870 * gdb.base/hook-stop-continue.exp: Delete.
17871 * gdb.base/hook-stop-frame.c: Delete.
17872 * gdb.base/hook-stop-frame.exp: Delete.
17873 * gdb.base/hook-stop.c: New file.
17874 * gdb.base/hook-stop.exp: New file.
17875
17876 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
17877
17878 * gdb.ada/access_to_packed_array.exp: New testcase.
17879 * gdb.ada/access_to_packed_array/foo.adb: New file.
17880 * gdb.ada/access_to_packed_array/pack.adb: New file.
17881 * gdb.ada/access_to_packed_array/pack.ads: New file.
17882
17883 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
17884
17885 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
17886 buffer size test.
17887
17888 2015-09-11 Don Breazeal <donb@codesourcery.com>
17889
17890 * gdb.base/foll-exec.c: Add copyright header. Fix
17891 formatting issues.
17892 * gdb.base/foll-exec.exp (zap_session): Delete proc.
17893 (do_exec_tests): Use clean_restart in place of zap_session,
17894 and for test initialization. Fix formatting issues. Use
17895 fail in place of perror.
17896 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
17897 an expect statement to match an expression with output from
17898 the program under debug.
17899 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
17900 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
17901 * gdb.threads/non-ldr-exc-2.exp: Likewise.
17902 * gdb.threads/non-ldr-exc-3.exp: Likewise.
17903 * gdb.threads/non-ldr-exc-4.exp: Likewise.
17904
17905 2015-09-09 Doug Evans <dje@google.com>
17906
17907 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
17908
17909 2015-09-09 Doug Evans <dje@google.com>
17910
17911 * gdb.base/pie-execl.exp: Fix result test of build_executable.
17912
17913 2015-09-09 Doug Evans <dje@google.com>
17914
17915 * gdb.base/savedregs.exp: Fix typo.
17916
17917 2015-09-09 Pedro Alves <palves@redhat.com>
17918
17919 * gdb.mi/mi-cli.exp: Add CLI finish tests.
17920
17921 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
17922
17923 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
17924 command actually switches threads. Give up on remaining
17925 tests if target fails to stop at breakpoint.
17926
17927 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
17928
17929 * gdb.ada/funcall_char.exp: New testcase.
17930 * gdb.ada/funcall_char/foo.adb: New file.
17931
17932 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
17933
17934 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
17935 expected outputs. Add two testcases for completing ambiguous
17936 functions.
17937 * gdb.ada/complete/aux_pck.adb: New file.
17938 * gdb.ada/complete/aux_pck.ads: New file.
17939 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
17940 Ambiguous_Func functions.
17941 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
17942 * gdb.ada/complete/pck.adb: Likewise.
17943
17944 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
17945
17946 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
17947 failures to run the test program under GDB.
17948
17949 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
17950
17951 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
17952 to C.
17953
17954 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
17955
17956 * gdb.base/run-after-attach.exp: New test file.
17957 * gdb.base/run-after-attach.c: New test file.
17958
17959 2015-08-26 Don Breazeal <donb@codesourcery.com>
17960
17961 * gdb.base/foll-exec-2.c: New test program.
17962 * gdb.base/foll-exec-2.exp: New test.
17963
17964 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
17965
17966 * gdb.base/nested-subp1.exp: New file.
17967 * gdb.base/nested-subp1.c: New file.
17968 * gdb.base/nested-subp2.exp: New file.
17969 * gdb.base/nested-subp2.c: New file.
17970 * gdb.base/nested-subp3.exp: New file.
17971 * gdb.base/nested-subp3.c: New file.
17972
17973 2015-08-24 Pedro Alves <palves@redhat.com>
17974
17975 * gdb.server/connect-without-multi-process.c: New file.
17976 * gdb.server/connect-without-multi-process.exp: New file.
17977
17978 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
17979
17980 * gdb.opt/inline-markers.c: Make z int.
17981
17982 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
17983
17984 * gdb.opt/inline-markers.c: Make z volatile.
17985
17986 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
17987
17988 * gdb.opt/inline-bt.c: New volatile global z.
17989 * gdb.opt/inline-cmds.c: Likewise.
17990 * gdb.opt/inline-locals.c: Likewise.
17991 * gdb.opt/inline-markers.c: New extern global z.
17992 (marker): Use z.
17993 (inline_fn): Likewise.
17994
17995 2015-08-24 Pedro Alves <palves@redhat.com>
17996
17997 * config/m32r-stub.exp: Remove file.
17998 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
17999 * gdb.base/call-rt-st.exp: Likewise.
18000 * gdb.base/call-strs.exp: Likewise.
18001 * gdb.base/default.exp: Remove references to h8300-*-hms and
18002 *-*-udi*.
18003 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
18004
18005 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
18006
18007 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
18008 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
18009 and "return" use KFAIL when GDB can not read/write the vector
18010 return value.
18011
18012 2015-08-21 Gary Benson <gbenson@redhat.com>
18013
18014 * gdb.trace/pending.exp: Cope with remote transfer warnings.
18015
18016 2015-08-20 Pedro Alves <palves@redhat.com>
18017
18018 * gdb.server/solib-list.exp: No longer expect an interior stop in
18019 non-stop mode.
18020
18021 2015-08-20 Pedro Alves <palves@redhat.com>
18022
18023 * gdb.server/connect-stopped-target.c: New file.
18024 * gdb.server/connect-stopped-target.exp: New file.
18025
18026 2015-08-20 Pedro Alves <palves@redhat.com>
18027
18028 * gdb.dwarf2/comp-unit-lang.exp: New file.
18029 * gdb.dwarf2/comp-unit-lang.c: New file.
18030
18031 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
18032
18033 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
18034 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
18035
18036 2015-08-19 Kevin Buettner <kevinb@redhat.com>
18037
18038 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
18039 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
18040
18041 2015-08-18 Doug Evans <dje@google.com>
18042 Adrian Sendroiu <adrian.sendroiu@freescale.com>
18043
18044 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
18045 skip_python_tests. New arg prompt_regexp.
18046 (skip_python_tests): New function.
18047 * lib/mi-support.exp (mi_skip_python_tests): New function.
18048 * gdb.python/py-mi-objfile-gdb.py: New file.
18049 * gdb.python/py-mi-objfile.c: New file.
18050 * gdb.python/py-mi-objfile.exp: New file.
18051
18052 2015-08-17 Keith Seitz <keiths@redhat.com>
18053
18054 * gdb.linespec/explicit.exp: Move strace test from here ...
18055 * gdb.trace/strace.exp: ... to here.
18056
18057 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
18058
18059 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
18060 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
18061
18062 2015-08-14 Doug Evans <xdje42@gmail.com>
18063
18064 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
18065 inferior before selecting a new file.
18066
18067 2015-08-14 Doug Evans <xdje42@gmail.com>
18068
18069 * gdb.mi/mi-disassemble.exp: Update.
18070 * gdb.base/disasm-optim.S: New file.
18071 * gdb.base/disasm-optim.c: New file.
18072 * gdb.base/disasm-optim.h: New file.
18073 * gdb.base/disasm-optim.exp: New file.
18074
18075 2015-08-14 Keith Seitz <keiths@redhat.com>
18076
18077 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
18078 "evaluated-by".
18079
18080 2015-08-13 Joel Brobecker <brobecker@adacore.com>
18081
18082 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
18083
18084 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
18085
18086 * gdb.ada/fun_renaming.exp: New testcase.
18087 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
18088 * gdb.ada/fun_renaming/pack.adb: New file.
18089 * gdb.ada/fun_renaming/pack.ads: New file.
18090
18091 2015-08-12 Keith Seitz <keiths@redhat.com>
18092
18093 * gdb.base/dso2dso.exp: Pass basename of source file in call to
18094 gdb_get_line_number.
18095
18096 2015-08-12 Joel Brobecker <brobecker@adacore.com>
18097
18098 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
18099 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
18100 gdb.base/dso2dso.exp: New files.
18101
18102 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
18103 Pedro Alves <palves@redhat.com>
18104 Keith Seitz <keiths@redhat.com>
18105
18106 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
18107 GDBFLAGS.
18108
18109 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
18110
18111 * gdb.base/gdbhistsize-history.exp
18112 (test_histsize_history_setting): Use save_vars.
18113 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18114 Use save_vars.
18115 (test_no_truncation_of_unlimited_history_file): Use save_vars.
18116 * gdb.base/readline.exp: Use save_vars.
18117
18118 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
18119
18120 * lib/gdb.exp (save_vars): New proc.
18121
18122 2015-08-11 Keith Seitz <keiths@redhat.com>
18123
18124 * gdb.base/help.exp: Update help_breakpoint_text.
18125
18126 2015-08-11 Keith Seitz <keiths@redhat.com>
18127
18128 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
18129 (at toplevel): Call test_explicit_breakpoints.
18130 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
18131 breakpoints.
18132 * lib/mi-support.exp (mi_make_breakpoint): Add support for
18133 breakpoint conditions, "-cond".
18134
18135 2015-08-11 Keith Seitz <keiths@redhat.com>
18136
18137 * gdb.linespec/3explicit.c: New file.
18138 * gdb.linespec/cpexplicit.cc: New file.
18139 * gdb.linespec/cpexplicit.exp: New file.
18140 * gdb.linespec/explicit.c: New file.
18141 * gdb.linespec/explicit.exp: New file.
18142 * gdb.linespec/explicit2.c: New file.
18143 * gdb.linespec/ls-errs.exp: Add explicit location tests.
18144 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
18145 before using in the matching pattern.
18146 Clarify that `prefix' is a regular expression.
18147
18148 2015-08-11 Keith Seitz <keiths@redhat.com>
18149
18150 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
18151 test.
18152 Add tests for missing ",FMT" and ",".
18153
18154 2015-08-10 Doug Evans <dje@google.com>
18155 Keith Seitz <keiths@redhat.com>
18156
18157 PR gdb/17960
18158 * gdb.base/completion.exp: Add location completer tests.
18159
18160 2015-08-07 Pedro Alves <palves@redhat.com>
18161
18162 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
18163 tests here.
18164 (top level): Run do_test with and without displaced stepping.
18165
18166 2015-08-07 Pedro Alves <palves@redhat.com>
18167
18168 * gdb.base/valgrind-disp-step.c: New file.
18169 * gdb.base/valgrind-disp-step.exp: New file.
18170
18171 2015-08-07 Pedro Alves <palves@redhat.com>
18172
18173 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
18174 Delete function.
18175 (main): Add alarm. Run an infinite loop instead of calling
18176 wait_threads.
18177 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
18178 comment.
18179 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
18180 Delete function.
18181 (main): Add alarm. Run an infinite loop instead of calling
18182 wait_threads.
18183 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
18184 comment.
18185
18186 2015-08-07 Pedro Alves <palves@redhat.com>
18187
18188 * gdb.base/checkpoint-ns.exp: New file.
18189 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
18190 standard_testfile.
18191
18192 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
18193
18194 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
18195 * gdb.btrace/instruction_history.exp: Update.
18196 * gdb.btrace/tsx.exp: New.
18197 * gdb.btrace/tsx.c: New.
18198
18199 2015-08-06 Pedro Alves <palves@redhat.com>
18200
18201 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
18202 increase timeout.
18203 * gdb.reverse/until-precsave.exp: Bump timeouts.
18204
18205 2015-08-06 Pedro Alves <palves@redhat.com>
18206
18207 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
18208
18209 2015-08-06 Pedro Alves <palves@redhat.com>
18210
18211 PR gdb/18749
18212 * gdb.threads/process-dies-while-handling-bp.c: New file.
18213 * gdb.threads/process-dies-while-handling-bp.exp: New file.
18214
18215 2015-08-06 Pedro Alves <palves@redhat.com>
18216
18217 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
18218 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
18219
18220 2015-08-05 Pedro Alves <palves@redhat.com>
18221
18222 * gdb.threads/next-while-other-thread-longjmps.c: New file.
18223 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
18224
18225 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
18226
18227 * gdb.base/bp-permanent.exp: Report test as unsupported if
18228 the target cannot stop at the permanent breakpoint.
18229
18230 2015-08-03 Doug Evans <dje@google.com>
18231
18232 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
18233 10000.
18234
18235 2015-08-03 Doug Evans <dje@google.com>
18236
18237 * Makefile.in (workers/%.worker, build-perf): New rule.
18238 (GDB_PERFTEST_MODE): New variable.
18239 (check-perf): Use it.
18240 (clean): Clean up gdb.perf parallel build subdirs.
18241 * lib/build-piece.exp: New file.
18242 * lib/gdb.exp (make_gdb_parallel_path): New function
18243 (standard_output_file, standard_temp_file): Call it.
18244 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18245 of $GDB_PARALLEL.
18246 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
18247
18248 2015-08-03 Doug Evans <dje@google.com>
18249
18250 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
18251 (LOG_FILE_NAME): New global.
18252 (TextReporter.__init__): Initialize self.txt_sum.
18253 (TextReporter.report): Add support for multiple data-points.
18254 Move report to perftest.sum, put raw data in perftest.log.
18255 (TextReporter.start): Open sum and log files.
18256 (TextReporter.end): Close sum and log files.
18257 * gdb.perf/lib/perftest/testresult.py
18258 (SingleStatisticTestResult.record): Handle multiple data-points.
18259
18260 2015-07-31 Pedro Alves <palves@redhat.com>
18261
18262 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
18263 Use spawn_id_get_pid. Wait for spawn id after eof. Use
18264 kill_wait_spawned_process instead of explicit "kill -9".
18265 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
18266 returning a spawn id instead of a pid. Use spawn_id_get_pid and
18267 kill_wait_spawned_process.
18268 * gdb.base/attach-twice.exp: Likewise.
18269 * gdb.base/attach.exp: Likewise.
18270 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
18271 gdb_test_multiple.
18272 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
18273 returning a spawn id instead of a pid. Use spawn_id_get_pid and
18274 kill_wait_spawned_process.
18275 * gdb.base/valgrind-infcall.exp: Likewise.
18276 * gdb.multi/multi-attach.exp: Likewise.
18277 * gdb.python/py-prompt.exp: Likewise.
18278 * gdb.python/py-sync-interp.exp: Likewise.
18279 * gdb.server/ext-attach.exp: Likewise.
18280 * gdb.threads/attach-into-signal.exp (corefunc): Use
18281 spawn_wait_for_attach, spawn_id_get_pid and
18282 kill_wait_spawned_process.
18283 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
18284 spawn_wait_for_attach returning a spawn id instead of a pid. Use
18285 spawn_id_get_pid and kill_wait_spawned_process.
18286 * gdb.threads/attach-stopped.exp (corefunc): Use
18287 spawn_wait_for_attach, spawn_id_get_pid and
18288 kill_wait_spawned_process.
18289 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
18290 Use spawn_id_get_pid. Wait for spawn id after eof. Use
18291 kill_wait_spawned_process instead of explicit "kill -9".
18292 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
18293 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
18294 (spawn_wait_for_attach): Use spawn instead of exec to spawn
18295 processes. Don't map cygwin/windows pids here. Now returns a
18296 spawn id list.
18297
18298 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
18299
18300 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
18301 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
18302 correct patch.
18303
18304 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
18305
18306 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
18307
18308 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
18309
18310 Reapply:
18311 2014-05-21 Mark Wielaard <mjw@redhat.com>
18312
18313 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18314
18315 2015-07-30 Pedro Alves <palves@redhat.com>
18316
18317 * linux-low.c (handle_extended_wait): Set the child's last
18318 reported status to TARGET_WAITKIND_STOPPED.
18319
18320 2015-07-30 Pedro Alves <palves@redhat.com>
18321
18322 PR threads/18600
18323 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
18324 only shows inferior 1.
18325
18326 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
18327 Pedro Alves <palves@redhat.com>
18328
18329 PR threads/18600
18330 * gdb.threads/fork-plus-threads.c: New file.
18331 * gdb.threads/fork-plus-threads.exp: New file.
18332
18333 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18334
18335 * gdb.base/batch-preserve-term-settings.exp
18336 (test_terminal_settings_preserved_after_cli_exit): Use
18337 send_quit_command.
18338
18339 2015-07-29 Pedro Alves <palves@redhat.com>
18340 Don Breazeal <donb@codesourcery.com>
18341
18342 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
18343 output from both inferior_spawn_id and gdb_spawn_id.
18344
18345 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
18346
18347 * gdb.threads/attach-into-signal.exp (corefunc): Use
18348 with_test_prefix on nested loops, uniquefying the test messages.
18349
18350 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
18351
18352 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
18353 commit.
18354
18355 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18356
18357 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
18358 New proc.
18359 (test_terminal_settings_preserved_after_sigterm): New test.
18360
18361 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18362
18363 * gdb.base/batch-preserve-term-settings.exp
18364 (test_terminal_settings_preserved_after_cli_exit): New test.
18365
18366 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18367
18368 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
18369 manipulation of saved_gdbflags.
18370 (test_terminal_settings_preserved): Remove global declaration of
18371 the unused variable pagination_prompt. Remove manipulation of
18372 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
18373 GDBFLAGS.
18374
18375 2015-07-29 Pedro Alves <palves@redhat.com>
18376
18377 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
18378
18379 2015-07-29 Pedro Alves <palves@redhat.com>
18380
18381 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
18382 at the top.
18383
18384 2015-07-29 Pedro Alves <palves@redhat.com>
18385
18386 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
18387 (main): Call gdb_unbuffer_output.
18388 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
18389 (main): Call gdb_unbuffer_output.
18390 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
18391 (main): Call gdb_unbuffer_output.
18392 * gdb.base/call-strs.exp: Adjust to step over the
18393 gdb_unbuffer_output call.
18394 * gdb.base/catch-gdb-caused-signals.c: Include
18395 "../lib/unbuffer_output.c".
18396 (main): Call gdb_unbuffer_output.
18397 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
18398 (main): Call gdb_unbuffer_output.
18399 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
18400 (main): Call gdb_unbuffer_output.
18401 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
18402 (main): Call gdb_unbuffer_output.
18403 * gdb.base/shlib-call.exp: Adjust to step over the
18404 gdb_unbuffer_output call.
18405 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
18406 (main): Call gdb_unbuffer_output.
18407 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
18408 (main): Call gdb_unbuffer_output.
18409 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
18410 (main): Rename to ...
18411 (test): ... this.
18412 (main): Reimplement.
18413 * gdb.base/varargs.exp: Run to test instead of to main.
18414 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
18415 (main): Call gdb_unbuffer_output.
18416
18417 2015-07-29 Pedro Alves <palves@redhat.com>
18418
18419 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
18420 factore out from mi_continue_dprintf. For call-style dprintfs,
18421 expect dprintf output out of $inferior_spawn_id.
18422 (mi_continue_dprintf): Use mi_expect_dprintf.
18423 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
18424 (main): Call gdb_unbuffer_output.
18425
18426 2015-07-29 Pedro Alves <palves@redhat.com>
18427
18428 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
18429 (default_mi_gdb_start): Set inferior_spawn_id instead of
18430 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
18431 gdb_spawn_id.
18432 (mi_gdb_test): Always expect inferior output from both
18433 $inferior_spawn_id and $gdb_spawn_id.
18434
18435 2015-07-29 Pedro Alves <palves@redhat.com>
18436
18437 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
18438 send_inferior and $inferior_spawn_id.
18439
18440 2015-07-29 Pedro Alves <palves@redhat.com>
18441
18442 * gdb.gdb/complaints.exp (test_initial_complaints)
18443 (test_serial_complaints, test_short_complaints): Use
18444 gdb_test_stdio.
18445 (test_empty_complaint): Handle $inferior_spawn_id !=
18446 $gdb_spawn_id.
18447
18448 2015-07-29 Pedro Alves <palves@redhat.com>
18449
18450 * gdb.base/varargs.exp: Use gdb_test_stdio.
18451
18452 2015-07-29 Pedro Alves <palves@redhat.com>
18453
18454 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
18455
18456 2015-07-29 Pedro Alves <palves@redhat.com>
18457
18458 * gdb.base/ending-run.exp: Use gdb_test_stdio.
18459
18460 2015-07-29 Pedro Alves <palves@redhat.com>
18461
18462 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
18463 parameter into two new parameters, "inf_result" and "gdb_result".
18464 Expect inferior output and gdb output from $inferior_spawn_id and
18465 $gdb_spawn_id, respectively. Adjust all callers.
18466
18467 2015-07-29 Pedro Alves <palves@redhat.com>
18468
18469 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
18470 of gdb_test_sequence.
18471
18472 2015-07-29 Pedro Alves <palves@redhat.com>
18473
18474 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
18475 (saw_spurious_output): Expect inferior output from
18476 $inferior_spawn_id. Use gdb_test_stdio.
18477
18478 2015-07-29 Pedro Alves <palves@redhat.com>
18479
18480 * gdb.base/dprintf.exp: Use standard_testfile. Change
18481 prepare_for_testing call.
18482 (srcfile): Don't set.
18483 (restart): New procedure.
18484 (test_dprintf): New procecure, use to continue over dprintfs.
18485 (test_call, test_agent): New procedures, tests moved here.
18486 Restart gdb and recreate dprintfs. Adjust expected output.
18487
18488 2015-07-29 Pedro Alves <palves@redhat.com>
18489
18490 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
18491
18492 2015-07-29 Pedro Alves <palves@redhat.com>
18493
18494 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
18495
18496 2015-07-29 Pedro Alves <palves@redhat.com>
18497
18498 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
18499 gdb_test_stdio.
18500
18501 2015-07-29 Pedro Alves <palves@redhat.com>
18502
18503 * lib/gdb.exp (gdb_test_stdio): New procedure.
18504
18505 2015-07-29 Pedro Alves <palves@redhat.com>
18506
18507 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
18508
18509 2015-07-29 Pedro Alves <palves@redhat.com>
18510
18511 * gdb.base/call-signal-resume.exp: Remove check for
18512 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
18513 * gdb.base/unwindonsignal.exp: Likewise.
18514 * gdb.base/call-signals.c (gen_signal): Remove printf call.
18515 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
18516
18517 2015-07-29 Pedro Alves <palves@redhat.com>
18518
18519 * gdb.base/siginfo-addr.c (pass): New function.
18520 (handler): Call it iff si_addr is correct.
18521 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
18522 Set a breakpoint at "pass" and continue to it.
18523
18524 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
18525
18526 * gdb.python/py-objfile.exp: Make some tests have unique names.
18527 * gdb.python/py-pp-registration.exp: Likewise.
18528
18529 2015-07-28 Pedro Alves <palves@redhat.com>
18530
18531 * gdb.server/server-exec-info.exp: Issue a "disconnect".
18532
18533 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
18534
18535 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
18536
18537 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
18538
18539 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
18540
18541 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
18542
18543 * gdb.base/gdb-sigterm-2.exp: New test.
18544
18545 2015-07-25 Doug Evans <xdje42@gmail.com>
18546
18547 Revert:
18548 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
18549 (workers/%.worker, build-perf): New rule.
18550 (GDB_PERFTEST_MODE): New variable.
18551 (check-perf): Use it.
18552 (clean): Clean up gdb.perf parallel build subdirs.
18553 * lib/build-piece.exp: New file.
18554 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
18555 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
18556 name.
18557 (standard_temp_file): Ditto.
18558 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18559 of $GDB_PARALLEL.
18560
18561 2015-07-24 Doug Evans <dje@google.com>
18562
18563 * gdb.perf/lib/perftest/utils.py: New file.
18564 * gdb.perf/gm-hello.cc: New file.
18565 * gdb.perf/gm-pervasive-typedef.cc: New file.
18566 * gdb.perf/gm-pervasive-typedef.h: New file.
18567 * gdb.perf/gm-std.cc: New file.
18568 * gdb.perf/gm-std.h: New file.
18569 * gdb.perf/gm-use-cerr.cc: New file.
18570 * gdb.perf/gm-utils.h: New file.
18571 * gdb.perf/gmonster-null-lookup.py: New file.
18572 * gdb.perf/gmonster-pervasive-typedef.py: New file.
18573 * gdb.perf/gmonster-print-cerr.py: New file.
18574 * gdb.perf/gmonster-ptype-string.py: New file.
18575 * gdb.perf/gmonster-runto-main.py: New file.
18576 * gdb.perf/gmonster-select-file.py: New file.
18577 * gdb.perf/gmonster1-null-lookup.exp: New file.
18578 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
18579 * gdb.perf/gmonster1-print-cerr.exp: New file.
18580 * gdb.perf/gmonster1-ptype-string.exp: New file.
18581 * gdb.perf/gmonster1-runto-main.exp: New file.
18582 * gdb.perf/gmonster1-select-file.exp: New file.
18583 * gdb.perf/gmonster1.cc: New file.
18584 * gdb.perf/gmonster1.exp: New file.
18585 * gdb.perf/gmonster2-null-lookup.exp: New file.
18586 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
18587 * gdb.perf/gmonster2-print-cerr.exp: New file.
18588 * gdb.perf/gmonster2-ptype-string.exp: New file.
18589 * gdb.perf/gmonster2-runto-main.exp: New file.
18590 * gdb.perf/gmonster2-select-file.exp: New file.
18591 * gdb.perf/gmonster2.cc: New file.
18592 * gdb.perf/gmonster2.exp: New file.
18593
18594 2015-07-24 Doug Evans <dje@google.com>
18595
18596 * gdb.perf/README: New file.
18597 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
18598 * lib/gen-perf-test.exp: New file.
18599
18600 2015-07-24 Doug Evans <dje@google.com>
18601
18602 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
18603 (PerfTest::startup): New function.
18604 (PerfTest::run): Return result of calling body.
18605 (PerfTest::assemble): Rewrite.
18606 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
18607 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
18608 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
18609 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
18610 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
18611
18612 2015-07-24 Doug Evans <dje@google.com>
18613
18614 * lib/gdb.exp (clean_restart): Make executable optional.
18615
18616 2015-07-24 Doug Evans <dje@google.com>
18617
18618 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
18619 compiler_info references.
18620 * gdb.cp/temargs.exp: Ditto.
18621 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
18622 (get_compiler_info): Early exit if already computed. Set compiler_info
18623 to "unknown" if there was a problem.
18624 (test_compiler_info): Add function comment. Call get_compiler_info.
18625
18626 2015-07-24 Doug Evans <dje@google.com>
18627
18628 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
18629 (workers/%.worker, build-perf): New rule.
18630 (GDB_PERFTEST_MODE): New variable.
18631 (check-perf): Use it.
18632 (clean): Clean up gdb.perf parallel build subdirs.
18633 * lib/build-piece.exp: New file.
18634 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
18635 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
18636 name.
18637 (standard_temp_file): Ditto.
18638 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18639 of $GDB_PARALLEL.
18640
18641 2015-07-24 Doug Evans <dje@google.com>
18642
18643 * lib/future.exp (gdb_default_target_compile): New option
18644 "early_flags".
18645 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
18646 --as-needed.
18647
18648 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
18649
18650 * gdb.base/catch-syscall.exp: Call gdb_exit before
18651 gdb_skip_xml_test.
18652
18653 2015-07-24 Pedro Alves <palves@redhat.com>
18654
18655 * gdb.python/py-events.exp: Accept output between the stop event
18656 and the prompt.
18657 * gdb.python/py-evsignal.exp: Likewise.
18658 * gdb.python/py-evthreads.exp: Likewise.
18659
18660 2015-07-24 Pedro Alves <palves@redhat.com>
18661
18662 PR gdb/18717
18663 * gdb.threads/non-ldr-exit.c: New file.
18664 * gdb.threads/non-ldr-exit.exp: New file.
18665
18666 2015-07-24 Yao Qi <yao.qi@linaro.org>
18667
18668 * gdb.server/ext-wrapper.exp: Test --wrapper option when
18669 restarting process.
18670
18671 2015-07-24 Yao Qi <yao.qi@linaro.org>
18672
18673 * gdb.server/ext-restart.exp: New file.
18674
18675 2015-07-24 Yao Qi <yao.qi@linaro.org>
18676
18677 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
18678 argument options.
18679 * gdb.server/ext-wrapper.exp: New file.
18680
18681 2015-07-23 Doug Evans <dje@google.com>
18682
18683 * gdb.dwarf2/dw2-dummy-cu.S: New file.
18684 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
18685
18686 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
18687
18688 * gdb.ada/var_arr_typedef.exp: New testcase.
18689 * gdb.ada/var_arr_typedef/pack.adb: New file.
18690 * gdb.ada/var_arr_typedef/pack.ads: New file.
18691 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
18692
18693 2015-07-20 Joel Brobecker <brobecker@adacore.com>
18694
18695 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
18696
18697 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18698
18699 * gdb.arch/i386-biarch-core.exp: Replace istarget
18700 by "complete set gnutarget". Remove expectation for the "core-file"
18701 command.
18702
18703 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18704
18705 Revert the previous commit:
18706 Tests for validate symbol file using build-id.
18707
18708 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
18709
18710 Tests for validate symbol file using build-id.
18711 * gdb.base/solib-mismatch-lib.c: New file.
18712 * gdb.base/solib-mismatch-libmod.c: New file.
18713 * gdb.base/solib-mismatch.c: New file.
18714 * gdb.base/solib-mismatch.exp: New file.
18715
18716 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
18717
18718 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
18719 nios2-*-linux*.
18720 * gdb.base/sigbpt.exp (stepi_out): Likewise.
18721 * gdb.base/siginfo.exp: Likewise.
18722 * gdb.base/sigstep.exp (advance, advancei): Likewise.
18723
18724 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
18725
18726 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
18727 Move it to ...
18728 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
18729 ... here.
18730 * gdb.trace/range-stepping.exp: Check that the target supports
18731 range stepping.
18732
18733 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
18734
18735 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
18736
18737 2015-07-14 Pedro Alves <palves@redhat.com>
18738
18739 * gdb.base/killed-outside.exp: New file.
18740 * gdb.base/killed-outside.c: New file.
18741
18742 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18743
18744 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
18745 (n at main): New.
18746 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
18747
18748 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18749
18750 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
18751 infcall tests instead of setting up for KFAIL.
18752
18753 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
18754
18755 * gdb.btrace/record_goto-step.exp: New.
18756
18757 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
18758
18759 PR compile/18484
18760 * gdb.compile/compile.c (struct struct_type): Add volatile to
18761 selffield's type.
18762 * gdb.compile/compile.exp
18763 (compile code struct_object.selffield = &struct_object): Skip further
18764 struct_object tests if this one xfails.
18765
18766 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
18767
18768 PR exp/18617
18769 * gdb.trace/ax.exp: Add test.
18770
18771 2015-07-07 Yao Qi <yao.qi@linaro.org>
18772
18773 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
18774 instead of istarget "aarch64*-*-*".
18775 * gdb.arch/aarch64-fp.exp: Likewise.
18776 * gdb.base/float.exp: Likewise.
18777 * gdb.reverse/aarch64.exp: Likewise.
18778 * lib/gdb.exp (is_aarch64_target): New proc.
18779
18780 2015-07-07 Yao Qi <yao.qi@linaro.org>
18781
18782 * lib/gdb.exp (is_aarch32_target): New proc.
18783 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
18784 instead of "istarget "arm*-*-*"".
18785 * gdb.arch/arm-disp-step.exp: Likewise.
18786 * gdb.arch/thumb-bx-pc.exp: Likewise.
18787 * gdb.arch/thumb-prologue.exp: Likewise.
18788 * gdb.arch/thumb-singlestep.exp: Likewise.
18789 * gdb.base/disp-step-syscall.exp: Likewise.
18790 * gdb.base/float.exp: Likewise.
18791
18792 2015-07-07 Yao Qi <yao.qi@linaro.org>
18793
18794 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
18795 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
18796
18797 2015-07-07 Yao Qi <yao.qi@linaro.org>
18798
18799 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
18800 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
18801 if it exists.
18802 * gdb.multi/multi-arch.exp: Likewise.
18803
18804 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
18805
18806 * gdb.python/py-lazy-string.exp: Add missing parentheses to
18807 print.
18808
18809 2015-07-07 Yao Qi <yao.qi@linaro.org>
18810
18811 * gdb.arch/thumb-singlestep.exp: Do one more single step.
18812
18813 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
18814
18815 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
18816 '[' and ']' characters.
18817
18818 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
18819
18820 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
18821
18822 2015-06-29 Pedro Alves <palves@redhat.com>
18823
18824 PR threads/18127
18825 * gdb.threads/hand-call-new-thread.c: New file.
18826 * gdb.threads/hand-call-new-thread.c: New file.
18827
18828 2015-06-26 Keith Seitz <keiths@redhat.com>
18829 Doug Evans <dje@google.com>
18830
18831 PR 16253
18832 * gdb.cp/var-tag-2.cc: New file.
18833 * gdb.cp/var-tag-3.cc: New file.
18834 * gdb.cp/var-tag-4.cc: New file.
18835 * gdb.cp/var-tag.cc: New file.
18836 * gdb.cp/var-tag.exp: New file.
18837
18838 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
18839
18840 * gdb.base/history-duplicates.exp: New test.
18841
18842 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
18843
18844 * gdb.base/completion.exp: Test the completion of the "focus"
18845 command.
18846
18847 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
18848
18849 * gdb.arch/amd64-prologue-skip.S: New file.
18850 * gdb.arch/amd64-prologue-skip.exp: New file.
18851
18852 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
18853
18854 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
18855 is_address_zero_readable check.
18856
18857 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
18858
18859 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
18860 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
18861
18862 2015-06-24 Yao Qi <yao.qi@linaro.org>
18863
18864 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
18865 linux targets.
18866
18867 2015-06-24 Yao Qi <yao.qi@linaro.org>
18868
18869 * lib/gdb.exp (supports_get_siginfo_type): New proc.
18870 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
18871 * gdb.base/siginfo-thread.exp: Likewise.
18872
18873 2015-06-22 Yao Qi <yao.qi@linaro.org>
18874
18875 * boards/remote-gdbserver-on-localhost.exp: Add comments.
18876
18877 2015-06-22 Yao Qi <yao.qi@linaro.org>
18878
18879 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
18880 aarch64*-*-*.
18881 (skip_hw_watchpoint_tests): Likewise.
18882
18883 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
18884
18885 * gdb.base/gdbinit-history.exp: Test the interaction between
18886 setting GDBHISTSIZE and setting the history size via .gdbinit.
18887
18888 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18889
18890 PR gdb/16999
18891 * gdb.base/gdbhistsize-history.exp: New test.
18892
18893 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18894
18895 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
18896 with GDBHISTSIZE.
18897 * gdb.base/readline.exp: Likewise.
18898
18899 2015-06-17 Yao Qi <yao.qi@linaro.org>
18900
18901 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
18902 line.
18903
18904 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18905
18906 * gdb.base/gdbinit-history.exp: Add test case to check that
18907 an unlimited history file does not get truncated on exit.
18908
18909 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18910
18911 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
18912 (VECTOR): New macro. Use it...
18913 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
18914 ...for these typedefs.
18915 (int8, char1, int1, double1): New typedefs.
18916 (struct just_int2, struct two_int2): New structures.
18917 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
18918 (add_structvecs, add_singlevecs): New functions.
18919 (main): Call add_some_intvecs twice.
18920 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
18921 the compile and exit upon failure. Try compiling for the "native"
18922 architecture. Test inferior function calls with vector arguments
18923 and vector return value handling with "finish" and "return".
18924
18925 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
18926
18927 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
18928 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
18929 PE file.
18930 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
18931
18932 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
18933
18934 PR breakpoints/16465
18935 * gdb.mi/mi-dprintf-pending.c: New file.
18936 * gdb.mi/mi-dprintf-pending.exp: New test.
18937 * gdb.mi/mi-dprintf-pendshr.c: New file.
18938
18939 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18940 Mircea Gherzan <mircea.gherzan@intel.com>
18941
18942 * gdb.arch/i386-mpx-map.c: New file.
18943 * gdb.arch/i386-mpx-map.exp: New File.
18944
18945 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18946
18947 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
18948 * gdb.arch/i386-mpx.exp: Indentation fixed.
18949
18950 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18951
18952 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
18953 function and improved indentation.
18954 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
18955 gdb_test_multiple. Added additional tests to skip the test.
18956
18957 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18958
18959 * gdb.arch/i386-avx512.c: Change path in include file.
18960 * gdb.arch/i386-avx512.exp: Change include dir path
18961 compilation flag.
18962 * gdb.arch/i386-mpx.c: Change path in include file.
18963 * gdb.arch/i386-mpx.exp: Change include dir path compilation
18964 flag.
18965
18966 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
18967
18968 * gdb.compile/compile-print.exp (compile print *vararray@3)
18969 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
18970
18971 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18972
18973 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
18974 (do not keep jit in memory): ... this.
18975 (expect 5): Change it to ...
18976 (expect no 5): ... this.
18977
18978 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
18979
18980 PR gdb/15564
18981 * gdb.mi/mi-detach.exp: New file.
18982
18983 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18984
18985 PR symtab/18392
18986 * gdb.arch/amd64-tailcall-self.S: New file.
18987 * gdb.arch/amd64-tailcall-self.c: New file.
18988 * gdb.arch/amd64-tailcall-self.exp: New file.
18989
18990 2015-05-28 Don Breazeal <donb@codesourcery.com>
18991
18992 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
18993 tests for remote targets by checking is_target_gdbserver.
18994
18995 2015-05-27 Doug Evans <dje@google.com>
18996
18997 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
18998 * gdb.dwarf2/opaque-type-lookup.c: New file.
18999 * gdb.dwarf2/opaque-type-lookup.exp: New file.
19000
19001 2015-05-26 Doug Evans <dje@google.com>
19002
19003 * gdb.cp/iostream.cc: New file.
19004 * gdb.cp/iostream.exp: New file.
19005
19006 2015-05-26 Doug Evans <dje@google.com>
19007
19008 * gdb.dwarf2/dw2-op-call.exp: Update.
19009 * gdb.dwarf2/dw4-sig-types.exp: Update.
19010 * gdb.dwarf2/implptr.exp: Update.
19011 * gdb.mi/mi-cmd-param-changed.exp: Update.
19012
19013 2015-05-26 Doug Evans <dje@google.com>
19014
19015 * gdb.python/py-lazy-string.c: New file.
19016 * gdb.python/py-lazy-string.exp: New file.
19017 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
19018 (main): Update. Add estring3.
19019 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
19020 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
19021
19022 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
19023 Yao Qi <yao.qi@linaro.org>
19024
19025 * gdb.reverse/aarch64.c: New.
19026 * gdb.reverse/aarch64.exp: New.
19027
19028 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
19029
19030 * lib/gdb.exp (supports_process_record): Return true for
19031 aarch64*-linux*.
19032 (supports_reverse): Likewise.
19033
19034 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
19035
19036 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19037 Use with_test_prefix.
19038
19039 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
19040
19041 * gdb.base/completion.exp: Add test for completion of layout
19042 names.
19043
19044 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
19045
19046 * lib/gdb.exp (skip_tui_tests): New proc.
19047 * gdb.base/tui-layout.exp: Check skip_tui_tests.
19048
19049 2015-05-19 Pedro Alves <palves@redhat.com>
19050
19051 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19052 Save the whole env array instead of just HOME. Unset HISTSIZE in
19053 the environment while testing. Restore whole environment
19054 afterwards.
19055
19056 2015-05-16 Doug Evans <xdje42@gmail.com>
19057
19058 * gdb.guile/scm-ports.c: New file.
19059 * gdb.guile/scm-ports.exp: Add memory port tests.
19060
19061 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19062
19063 * gdb.compile/compile-print.c: New file.
19064 * gdb.compile/compile-print.exp: New file.
19065
19066 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19067
19068 * gdb.compile/compile-ops.exp: Cast param to void.
19069 * gdb.compile/compile.exp: Complete type for _gdb_expr.
19070 (compile code struct_object.selffield = &struct_object): Add xfail.
19071
19072 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19073
19074 * gdb.ada/arr_enum_with_gap: New testcase.
19075
19076 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19077
19078 * gdb.ada/byte_packed_arr: New testcase.
19079
19080 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19081
19082 * gdb.ada/pckd_neg: New testcase.
19083
19084 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
19085
19086 PR gdb/17820
19087 * gdb.base/gdbinit-history.exp: New test.
19088 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
19089 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
19090
19091 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
19092
19093 * gdb.python/py-xmethods.cc: Enhance test case.
19094 * gdb.python/py-xmethods.exp: New tests.
19095 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
19096 function.
19097 (B_indexoper): Likewise.
19098 (global_dm_list) : Add new xmethod worker functions.
19099
19100 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
19101
19102 * gdb.base/coredump-filter.exp: Correctly unset
19103 "coredump_var_addr" array.
19104
19105 2015-05-08 Pedro Alves <palves@redhat.com>
19106
19107 * gdb.server/non-existing-program.exp: Unset spawn_id.
19108
19109 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
19110
19111 PR python/18291
19112 * gdb.python/py-xmethods.exp: Add tests.
19113
19114 2015-05-08 Yao Qi <yao.qi@linaro.org>
19115
19116 PR gdb/18208
19117 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
19118 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
19119 function set_coredump_filter, and remove remote_exec call.
19120 Remove argument ipid. Callers update.
19121 (top level): Don't get inferior's PID.
19122
19123 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
19124
19125 * gdb.base/watch_thread_num.exp: Skip test on targets without
19126 access watchpoints.
19127
19128 2015-05-06 Pedro Alves <palves@redhat.com>
19129
19130 PR server/18081
19131 * gdb.server/non-existing-program.exp: New file.
19132
19133 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19134
19135 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
19136
19137 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19138
19139 * gdb.ada/out_of_line_in_inlined: New testcase.
19140
19141 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19142
19143 * gdb.ada/var_rec_arr: New testcase.
19144
19145 2015-04-30 Yao Qi <yao.qi@linaro.org>
19146
19147 * gdb.base/break-idempotent.exp: If
19148 skip_hw_watchpoint_multi_tests returns true, skip the tests
19149 on "rwatch" and "awatch".
19150
19151 2015-04-30 Yao Qi <yao.qi@linaro.org>
19152
19153 * gdb.base/relativedebug.exp: Invoke gdb command
19154 "info sharedlibrary", and if libc.so doesn't have debug info,
19155 skip the test.
19156
19157 2015-04-29 Doug Evans <dje@google.com>
19158
19159 * gdb.python/py-xmethods.exp: Add ptype tests.
19160 * gdb.python/py-xmethods.py (E_method_char_worker): Add
19161 get_result_type method.
19162
19163 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
19164
19165 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
19166 the target does not support hardware watchpoints.
19167
19168 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
19169
19170 * gdb.base/break-always.exp: Abort testing if writing to memory
19171 causes an error.
19172
19173 2015-04-28 Doug Evans <dje@google.com>
19174
19175 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
19176 * gdb.python/py-pp-registration.exp: ... here. New file.
19177 * gdb.python/py-pp-registration.c: New file.
19178 * gdb.python/py-pp-registration.py: New file.
19179
19180 2015-04-28 Doug Evans <dje@google.com>
19181
19182 * gdb.python/py-bad-printers.c: New file.
19183 * gdb.python/py-bad-printers.py: New file.
19184 * gdb.python/py-bad-printers.exp: New file.
19185
19186 2015-04-28 Sasha Smundak <asmundak@google.com>
19187
19188 * gdb.python/py-type.exp: New test.
19189
19190 2015-04-28 Andy Wingo <wingo@igalia.com>
19191
19192 * gdb.python/py-parameter.exp:
19193 * gdb.guile/scm-parameter.exp: Escape the path that we are
19194 matching against, as it might contain characters that are special
19195 to regular expressions.
19196
19197 2015-04-27 Joel Brobecker <brobecker@adacore.com>
19198
19199 * gdb.ada/rec_comp: New testcase.
19200
19201 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
19202
19203 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
19204 before using it.
19205
19206 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
19207
19208 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
19209 new tests for verilog output.
19210
19211 2015-04-24 Yao Qi <yao.qi@linaro.org>
19212
19213 * boards/remote-gdbserver-on-localhost.exp: New file.
19214
19215 2015-04-23 Pedro Alves <palves@redhat.com>
19216
19217 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
19218 $inferior_spawn_id instead of $inferior_spawn_id directly. On
19219 "end of file", remove $inferior_spawn_id from the indirect list.
19220
19221 2015-04-23 Pedro Alves <palves@redhat.com>
19222
19223 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
19224
19225 2015-04-23 Pedro Alves <palves@redhat.com>
19226
19227 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
19228 on $any_spawn_id instead of only on $gdb_spawn_id.
19229
19230 2015-04-21 Pierre Muller <muller@sourceware.org>
19231
19232 PR pascal/17815
19233 * lib/pascal.exp (gpc_compile): Add new option "class".
19234 (fpc_compile): Likewise.
19235 * gdb.pascal/case-insensitive-symbols.pas: New file.
19236 * gdb.pascal/case-insensitive-symbols.exp: New file.
19237
19238 2015-04-20 Gary Benson <gbenson@redhat.com>
19239
19240 * gdb.base/attach.exp: Fix three extended remote failures.
19241
19242 2015-04-17 Gary Benson <gbenson@redhat.com>
19243
19244 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
19245 the main executable over the remote protocol.
19246
19247 2015-04-16 Pedro Alves <palves@redhat.com>
19248
19249 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
19250 a new gdbserver if gdbserver_reconnect_p is set.
19251
19252 2015-04-16 Pedro Alves <palves@redhat.com>
19253
19254 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
19255 is set, don't exit gdbserver.
19256
19257 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
19258
19259 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
19260 appropriate .insn, such that an older assembler can be used.
19261 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
19262 the z/Architecture instruction set on 31-bit targets as well.
19263
19264 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
19265
19266 * gdb.go/handcall.exp: Remove all logic related to the first
19267 breakpoint and rely on go_runto_main instead.
19268 * gdb.go/strings.exp: Likewise.
19269 * gdb.go/unsafe.exp: Likewise.
19270 * gdb.go/hello.exp: Likewise. Also rename the remaining
19271 breakpoint marker to "breakpoint 1".
19272 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
19273 * gdb.go/strings.go: Likewise.
19274 * gdb.go/unsafe.go: Likewise.
19275 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
19276 "set breakpoint 2 here" and rename the remaining breakpoint marker
19277 to "breakpoint 1".
19278
19279 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
19280
19281 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
19282 if itertools.imap is not present.
19283 * gdb.python/py-objfile.exp: Add parentheses.
19284 * gdb.python/py-type.exp: Same.
19285 * gdb.python/py-unwind-maint.py: Same.
19286
19287 2015-04-15 Yao Qi <yao.qi@linaro.org>
19288
19289 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
19290 of ":$ptr_size" and set its form explicitly.
19291
19292 2015-04-15 Pedro Alves <palves@redhat.com>
19293 Yao Qi <yao.qi@linaro.org>
19294
19295 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
19296 timeout by factor of 4.
19297 (test_regular_watch): Likewise.
19298 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
19299 * gdb.reverse/sigall-reverse.exp: Likewise.
19300 * gdb.reverse/until-precsave.exp: Likewise.
19301 * lib/gdb.exp (with_timeout_factor): New proc.
19302 (gdb_expect): Move some code to ...
19303 (get_largest_timeout): ... here. New procedure.
19304
19305 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
19306
19307 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
19308
19309 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
19310
19311 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
19312 to write to the .text section.
19313
19314 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
19315
19316 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
19317 Handle the case of targets that do not provide PID information.
19318
19319 2015-04-13 Yao Qi <yao.qi@linaro.org>
19320
19321 * lib/gdbserver-support.exp (gdb_exit): Catch exception
19322 and use expect instead of gdb_expect.
19323
19324 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
19325
19326 * gdb.base/coredump-filter.exp: Rename variable "addr" to
19327 "coredump_var_addr" to avoid naming conflict with other testcases.
19328
19329 2015-04-10 Pedro Alves <palves@redhat.com>
19330
19331 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
19332 gdb_test_sequence and gdb_assert.
19333
19334 2015-04-10 Pedro Alves <palves@redhat.com>
19335
19336 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
19337 test messages that don't include the breakpoint address.
19338
19339 2015-04-10 Yao Qi <yao.qi@linaro.org>
19340
19341 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
19342 false for some offset and width combinations which aren't
19343 supported by linux kernel.
19344
19345 2015-04-10 Pedro Alves <palves@redhat.com>
19346
19347 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
19348 procedure, factored out from ...
19349 (top level): ... here. Add "set displaced-stepping" testing axis.
19350 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
19351 parameter "displaced". Use it.
19352 (top level): Use foreach and add "set displaced-stepping" testing
19353 axis.
19354
19355 2015-04-10 Pedro Alves <palves@redhat.com>
19356
19357 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
19358 Remove comment.
19359 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
19360 both the address of the instruction that triggers the watchpoint
19361 and the address of the instruction immediately after, and use
19362 those addresses for the test. Fix comment.
19363
19364 2015-04-10 Pedro Alves <palves@redhat.com>
19365
19366 * gdb.base/sigstep.exp (breakpoint_to_handler)
19367 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
19368 Test "backtrace" in handler.
19369 (breakpoint_over_handler): New parameter 'displaced'. Use it.
19370 (top level): Add new "displaced" test axis to
19371 breakpoint_to_handler, breakpoint_to_handler_entry and
19372 breakpoint_over_handler.
19373
19374 2015-04-10 Pedro Alves <palves@redhat.com>
19375
19376 PR gdb/18216
19377 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
19378
19379 2015-04-10 Yao Qi <yao.qi@linaro.org>
19380
19381 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
19382 (test_add_rn_pc): New function.
19383 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
19384 (top level): Invoke test_add_rn_pc.
19385
19386 2015-04-10 Pedro Alves <palves@redhat.com>
19387
19388 PR gdb/13858
19389 * gdb.base/step-over-no-symbols.exp: New file.
19390
19391 2015-04-09 Andy Wingo <wingo@igalia.com>
19392
19393 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
19394 after the Python tests.
19395
19396 2015-04-08 Keith Seitz <keiths@redhat.com>
19397
19398 PR python/16699
19399 * gdb.python/py-completion.exp: New tests for completion.
19400 * gdb.python/py-completion.py (CompleteLimit1): New class.
19401 (CompleteLimit2): Likewise.
19402 (CompleteLimit3): Likewise.
19403 (CompleteLimit4): Likewise.
19404 (CompleteLimit5): Likewise.
19405 (CompleteLimit6): Likewise.
19406 (CompleteLimit7): Likewise.
19407
19408 2015-04-08 Pedro Alves <palves@redhat.com>
19409
19410 PR gdb/18214
19411 PR gdb/18216
19412 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
19413 function.
19414 (main): Install it as SIGUSR1 handler.
19415 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
19416 parameter. Always use "setup" as prefix. Toggle "set
19417 displaced-stepping" off/on depending on global. Don't switch to
19418 thread 1 here.
19419 (top level): Add displaced stepping "off/on" test axis. Update
19420 "setup" calls. Wrap each subtest with with_test_prefix. Test
19421 continuing with a queued signal in each thread.
19422
19423 2015-04-08 Pedro Alves <palves@redhat.com>
19424
19425 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
19426 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
19427 gdb_breakpoint instead of gdb_test that doesn't expect anything.
19428 Return early if running to main fails.
19429 * gdb.trace/while-stepping.exp: Likewise.
19430
19431 2015-04-07 Pedro Alves <palves@redhat.com>
19432
19433 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
19434 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
19435 interact with inferior program.
19436
19437 2015-04-07 Pedro Alves <palves@redhat.com>
19438
19439 * lib/gdb.exp (inferior_spawn_id): New global.
19440 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
19441 spawn id after processing the user code.
19442 (default_gdb_start): Set inferior_spawn_id.
19443 (send_inferior): New procedure.
19444 * lib/gdbserver-support.exp (gdbserver_start): Set
19445 inferior_spawn_id.
19446 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
19447
19448 2015-04-07 Pedro Alves <palves@redhat.com>
19449
19450 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
19451 * lib/gdbserver-support.exp (gdbserver_start): Make
19452 $server_spawn_id global.
19453 (gdbserver_start): Don't wait for gdbserver's spawn id with
19454 expect_background.
19455 (close_gdbserver): New procedure.
19456 (gdb_exit): Rename the default version and reimplement.
19457
19458 2015-04-07 Pedro Alves <palves@redhat.com>
19459
19460 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
19461 append the substituted item, not the original item.
19462
19463 2015-04-07 Pedro Alves <palves@redhat.com>
19464
19465 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
19466 gdb_expect.
19467
19468 2015-04-07 Pedro Alves <palves@redhat.com>
19469
19470 * gdb.base/interrupt.exp: Don't handle the case of the inferior
19471 output appearing once only.
19472
19473 2015-04-07 Pedro Alves <palves@redhat.com>
19474
19475 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
19476 that doesn't expect anything. Return early if running to main
19477 fails.
19478
19479 2015-04-07 Yao Qi <yao.qi@linaro.org>
19480
19481 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
19482 (child_function): Call alarm.
19483 (main): Move call to alarm into the loop.
19484 * gdb.threads/non-stop-fair-events.exp: Build program with
19485 -DTIMEOUT=$timeout.
19486
19487 2015-04-06 Doug Evans <xdje42@gmail.com>
19488
19489 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
19490 Fix dest parameter to board_info.
19491 (fpc_compile): Ditto.
19492 (gdb_compile_pascal): Rename dest arg to destfile.
19493
19494 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
19495
19496 * gdb.ada/funcall_ref.exp: New file.
19497 * gdb.ada/funcall_ref/foo.adb: New file.
19498
19499 2015-04-02 Yao Qi <yao.qi@linaro.org>
19500
19501 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
19502 is remote.
19503
19504 2015-04-02 Gary Benson <gbenson@redhat.com>
19505
19506 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
19507
19508 2015-04-01 Sasha Smundak <asmundak@google.com>
19509
19510 * gdb.python/py-unwind-maint.c: New file.
19511 * gdb.python/py-unwind-maint.exp: New test.
19512 * gdb.python/py-unwind-maint.py: New file.
19513 * gdb.python/py-unwind.c: New file.
19514 * gdb.python/py-unwind.exp: New test.
19515 * gdb.python/py-unwind.py: New test.
19516
19517 2015-04-01 Pedro Alves <palves@redhat.com>
19518
19519 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
19520 to fail instead of non-existent $test.
19521
19522 2015-04-01 Pedro Alves <palves@redhat.com>
19523
19524 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
19525 GDBFLAGS if not empty.
19526
19527 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
19528
19529 * gdb.ada/complete.exp: Remove "multi_line".
19530 * gdb.ada/info_exc.exp: Remove "multi_line".
19531 * gdb.ada/packed_tagged.exp: Remove "multi_line".
19532 * gdb.ada/ptype_field.exp: Remove "multi_line".
19533 * gdb.ada/sym_print_name.exp: Remove "multi_line".
19534 * gdb.ada/tagged.exp: Remove "multi_line".
19535 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
19536 [multi_line ...]
19537 * gdb.btrace/delta.exp: Likewise.
19538 * gdb.btrace/exception.exp: Likewise.
19539 * gdb.btrace/function_call_history.exp: Likewise.
19540 * gdb.btrace/instruction_history.exp: Likewise.
19541 * gdb.btrace/nohist.exp: Likewise.
19542 * gdb.btrace/record_goto.exp: Likewise.
19543 * gdb.btrace/segv.exp: Likewise.
19544 * gdb.btrace/stepi.exp: Likewise.
19545 * gdb.btrace/tailcall.exp: Likewise.
19546 * gdb.btrace/unknown_functions.exp: Likewise.
19547 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
19548 * lib/gdb.exp: Add the "multi_line" helper.
19549
19550 2015-04-01 Pedro Alves <palves@redhat.com>
19551
19552 * gdb.threads/tid-reuse.c: New file.
19553 * gdb.threads/tid-reuse.exp: New file.
19554
19555 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
19556
19557 PR corefiles/16092
19558 * gdb.base/coredump-filter.c: New file.
19559 * gdb.base/coredump-filter.exp: Likewise.
19560
19561 2015-03-27 Petr Machata <pmachata@redhat.com>
19562
19563 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
19564 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
19565 (Dwarf::assemble): Initialize them.
19566 (Dwarf::lines): New function.
19567
19568 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
19569
19570 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
19571 SYMBOL_PREFIX for x86_64-*-cygwin.
19572
19573 2015-03-26 Andy Wingo <wingo@igalia.com>
19574
19575 PR symtab/18148
19576 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
19577 const_value but not a location.
19578 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
19579 location defined in non-main CUs are visible.
19580
19581 2015-03-26 Yao Qi <yao.qi@linaro.org>
19582
19583 PR testsuite/18139
19584 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
19585 Add a line number entry for the same line.
19586 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
19587 Add a line number entry for the same line.
19588
19589 2015-03-26 Yao Qi <yao.qi@linaro.org>
19590
19591 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
19592 .int 0.
19593 (func): Likewise. Add .Lfunc_1 label.
19594 Use .Lfunc_1 label.
19595 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
19596 .int 0.
19597 (func): Likewise.
19598 Use .Lfunc_1 label.
19599
19600 2015-03-26 Yao Qi <yao.qi@linaro.org>
19601
19602 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
19603 Call gdb_compile instead to compile each .s files without debug
19604 information.
19605
19606 2015-03-26 Yao Qi <yao.qi@linaro.org>
19607
19608 * gdb.base/savedregs.exp (process_saved_regs): Make
19609 "Saved registers:" optional in the pattern.
19610
19611 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
19612
19613 * gdb.btrace/next.exp: Merged into step.exp.
19614 * gdb.btrace/finish.exp: Merged into step.exp.
19615 * gdb.btrace/nexti.exp: Merged into stepi.exp.
19616 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
19617 "record goto" and checking the exact replay position.
19618 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
19619 check for "Recording format" in "info record" output.
19620 * gdb.btrace/record_goto.exp: Choose test file based on target.
19621 * gdb.btrace/x86-record_goto.S: Renamed into ...
19622 * gdb.btrace/x86_64-record_goto.S: ... this.
19623 * gdb.btrace/i686-record_goto.S: New.
19624 * gdb.btrace/x86-tailcall.S: Renamed into ...
19625 * gdb.btrace/x86_64-tailcall.S: ... this.
19626 * gdb.btrace/i686-tailcall.S: New.
19627 * gdb.btrace/x86-tailcall.c: Renamed into ...
19628 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
19629 separate statements. Update test.
19630 * gdb.btrace/delta.exp: Use record_goto.c as test file.
19631 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
19632 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
19633 * gdb.btrace/tailcall.exp: Choose test file based on target.
19634 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
19635
19636 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
19637
19638 * gdb.btrace/exception.exp: Increase BTS buffer size.
19639
19640 2015-03-24 Pedro Alves <palves@redhat.com>
19641
19642 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
19643
19644 2015-03-24 Pedro Alves <palves@redhat.com>
19645
19646 * gdb.threads/schedlock.exp (test_step): No longer expect that
19647 "set scheduler-locking step" with "next" over a function call runs
19648 threads unlocked.
19649
19650 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
19651
19652 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
19653
19654 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
19655
19656 PR breakpoints/16466
19657 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
19658 * gdb.mi/mi-pending.c (thread_func): New function.
19659 (int main): Add threading support required.
19660 * gdb.mi/mi-pending.exp: Add tests for this issue.
19661 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
19662 (pendfunc2): Remove stdio dependency.
19663 * gdb.mi/mi-pendshr2.c: New file.
19664
19665 2015-03-23 Keith Seitz <keiths@redhat.com>
19666
19667 * gdb.linespec/keywords.c: New file.
19668 * gdb.linespec/keywords.exp: New file.
19669
19670 2015-03-23 Keith Seitz <keiths@redhat.com>
19671
19672 PR gdb/18021
19673 * gdb.dwarf2/staticvirtual.exp: New test.
19674
19675 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
19676
19677 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
19678 * README: Remove HP-UX and gdb.hp.
19679 (configuration):
19680 * configure: Regenerate.
19681 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
19682 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
19683 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
19684 gdb.hp/gdb.defects/Makefile.
19685 * gdb.hp/Makefile.in: File deleted.
19686 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
19687 * gdb.hp/gdb.aCC/optimize.c: File deleted.
19688 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
19689 * gdb.hp/gdb.aCC/run.c: File deleted.
19690 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
19691 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
19692 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
19693 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
19694 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
19695 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
19696 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
19697 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
19698 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
19699 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
19700 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
19701 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
19702 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
19703 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
19704 * gdb.hp/gdb.base-hp/reg.s: File deleted.
19705 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
19706 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
19707 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
19708 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
19709 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
19710 * gdb.hp/gdb.compat/Makefile.in: File deleted.
19711 * gdb.hp/gdb.compat/average.c: File deleted.
19712 * gdb.hp/gdb.compat/sum.c: File deleted.
19713 * gdb.hp/gdb.compat/xdb.c: File deleted.
19714 * gdb.hp/gdb.compat/xdb0.c: File deleted.
19715 * gdb.hp/gdb.compat/xdb0.h: File deleted.
19716 * gdb.hp/gdb.compat/xdb1.c: File deleted.
19717 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
19718 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
19719 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
19720 * gdb.hp/gdb.defects/Makefile.in: File deleted.
19721 * gdb.hp/gdb.defects/bs14602.c: File deleted.
19722 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
19723 * gdb.hp/gdb.defects/solib-d.c: File deleted.
19724 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
19725 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
19726 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
19727 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
19728 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
19729 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
19730 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
19731 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
19732 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
19733 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
19734 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
19735 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
19736 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
19737 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
19738 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
19739 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
19740 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
19741 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
19742 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
19743 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
19744 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
19745 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
19746 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
19747 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
19748 * gdb.hp/tools/odump: File deleted.
19749
19750 2015-03-19 Pedro Alves <palves@redhat.com>
19751
19752 * gdb.threads/continue-pending-status.exp (saw_thread_2)
19753 (saw_thread_3): New globals.
19754 (top level): Increment them when an event for the corresponding
19755 thread is seen.
19756 (no thread starvation): New test.
19757
19758 2015-03-19 Pedro Alves <palves@redhat.com>
19759
19760 * gdb.threads/continue-pending-status.c: New file.
19761 * gdb.threads/continue-pending-status.exp: New file.
19762
19763 2015-03-18 Pedro Alves <palves@redhat.com>
19764
19765 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
19766 Use gdb_is_target_remote instead of is_remote. Use
19767 gdb_test_multiple instead of gdb_expect. Exit early if
19768 gdb_test_multiple hits its internal matches. Tighten stepi tests
19769 expected output. Fail on exit with any signal, instead of just
19770 SIGILL.
19771
19772 2015-03-18 Yao Qi <yao.qi@linaro.org>
19773
19774 PR tdep/18107
19775 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
19776 variable.
19777 * gdb.base/catch-syscall.exp: Don't skip it on
19778 aarch64*-*-linux* target. Remove elements in all_syscalls.
19779 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
19780 target.
19781 (setup_all_syscalls): New proc.
19782
19783 2015-03-16 Yao Qi <yao.qi@linaro.org>
19784
19785 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
19786 (top level): Skip tests if valid_addr_p returns false for
19787 $cmd1 or $cmd2.
19788
19789 2015-03-11 Andy Wingo <wingo@igalia.com>
19790
19791 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
19792
19793 2015-03-11 Yao Qi <yao.qi@linaro.org>
19794
19795 * gdb.base/catch-syscall.exp: Fix typo in comments.
19796
19797 2015-03-11 Yao Qi <yao.qi@linaro.org>
19798
19799 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
19800
19801 2015-03-09 Pedro Alves <palves@redhat.com>
19802
19803 * dg-extract-results.py: Delete.
19804
19805 2015-03-09 Pedro Alves <palves@redhat.com>
19806
19807 Merge dg-extract-results.sh from GCC upstream (r218843).
19808
19809 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
19810 * dg-extract-results.sh: Use --text with grep to avoid issues with
19811 binary files. Fall back to cat -v, if that doesn't work.
19812
19813 2015-03-05 Pedro Alves <palves@redhat.com>
19814
19815 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
19816
19817 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
19818
19819 * lib/mi-support.exp (mi_expect_interrupt): Accept
19820 alternative event for when in all-stop mode.
19821
19822 2015-03-04 Pedro Alves <palves@redhat.com>
19823
19824 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
19825
19826 2015-03-04 Mark Kettenis <kettenis@gnu.org>
19827
19828 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
19829
19830 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
19831
19832 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
19833 regexps for GDB's current line display, accept a hex address
19834 preceding the line number.
19835
19836 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
19837
19838 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
19839 the 'arch1' variable for "s390*-linux*" targets.
19840
19841 2015-03-04 Pedro Alves <palves@redhat.com>
19842
19843 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
19844 (main): Pass missing retval argument to pthread_join call.
19845
19846 2015-03-02 Pedro Alves <palves@redhat.com>
19847
19848 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
19849 (top level): Call do_test with non-stop as well.
19850
19851 2015-03-02 Pedro Alves <palves@redhat.com>
19852
19853 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
19854 -1.
19855
19856 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
19857
19858 * gdb.arch/s390-vregs.exp: New test.
19859 * gdb.arch/s390-vregs.S: New file.
19860
19861 2015-02-27 Pedro Alves <palves@redhat.com>
19862
19863 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
19864 call to catch_command_errors.
19865 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
19866 catch_command_errors.
19867
19868 2015-02-27 Pedro Alves <palves@redhat.com>
19869
19870 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
19871 "true" for boolean result.
19872 * gdb.gdb/selftest.exp (test_with_self): Also accept full
19873 prototype of main.
19874
19875 2015-02-27 Pedro Alves <palves@redhat.com>
19876
19877 * lib/unbuffer_output.c: New file.
19878 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
19879 (main): Call gdb_unbuffer_output.
19880
19881 2015-02-27 Yao Qi <yao.qi@linaro.org>
19882
19883 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
19884 target.
19885
19886 2015-02-26 Doug Evans <dje@google.com>
19887
19888 * gdb.cp/class2.cc (Dbase, D): New classes.
19889 (main): New local delta.
19890 * gdb.cp/class2.exp: Test printing delta.
19891 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
19892 (dynbar): New global.
19893 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
19894
19895 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19896
19897 * gdb.compile/compile-ifunc.c: New file.
19898 * gdb.compile/compile-ifunc.exp: New file.
19899
19900 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
19901
19902 * gdb.base/structs.exp: Check for correct struct on finish.
19903
19904 2015-02-26 Yao Qi <yao.qi@linaro.org>
19905
19906 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
19907 is zero.
19908
19909 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19910
19911 * gdb.arch/cordic.ko.bz2: New file.
19912 * gdb.arch/cordic.ko.debug.bz2: New file.
19913 * gdb.arch/ppc64-symtab-cordic.exp: New file.
19914
19915 2015-02-25 Yao Qi <yao.qi@linaro.org>
19916
19917 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
19918 aarch64*-*-* target.
19919
19920 2015-02-23 Pedro Alves <palves@redhat.com>
19921
19922 * lib/gdb.exp (delete_breakpoints): Rewrite using
19923 gdb_test_multiple.
19924
19925 2015-02-23 Pedro Alves <palves@redhat.com>
19926
19927 * gdb.base/info-os.c: Include stdlib.h.
19928
19929 2015-02-22 Doug Evans <xdje42@gmail.com>
19930
19931 PR symtab/17855
19932 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
19933 is read after symbols have been re-read.
19934 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
19935 * gdb.ada/exec_changed/second.adb (Second): Ditto.
19936
19937 2015-02-21 Doug Evans <dje@google.com>
19938
19939 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
19940
19941 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19942
19943 PR corefiles/17808
19944 * gdb.arch/i386-biarch-core.core.bz2: New file.
19945 * gdb.arch/i386-biarch-core.exp: New file.
19946
19947 2015-02-21 Pedro Alves <palves@redhat.com>
19948
19949 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
19950 runto_main fails.
19951
19952 2015-02-20 Pedro Alves <palves@redhat.com>
19953
19954 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
19955 info probes.
19956
19957 2015-02-20 Pedro Alves <palves@redhat.com>
19958
19959 * gdb.threads/multi-create-ns-info-thr.exp: New file.
19960
19961 2015-02-20 Pedro Alves <palves@redhat.com>
19962
19963 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
19964 clean_restart before gdb_target_supports_trace.
19965
19966 2015-02-20 Pedro Alves <palves@redhat.com>
19967
19968 PR threads/18006
19969 * gdb.threads/clone-thread_db.c: New file.
19970 * gdb.threads/clone-thread_db.exp: New file.
19971
19972 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
19973
19974 PR breakpoints/16812
19975 * gdb.base/catch-gdb-caused-signals.c: New file.
19976 * gdb.base/catch-gdb-caused-signals.exp: New file.
19977
19978 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
19979
19980 * configure: Regenerated.
19981 * configure.ac: Use GDB_AC_TRANSFORM.
19982 * aclocal.m4: sinclude ../transform.m4.
19983
19984 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
19985
19986 * lib/dtrace.exp: New file.
19987 * gdb.base/dtrace-probe.exp: Likewise.
19988 * gdb.base/dtrace-probe.d: Likewise.
19989 * gdb.base/dtrace-probe.c: Likewise.
19990 * lib/pdtrace.in: Likewise.
19991 * configure.ac: Output variables with the transformed names of
19992 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
19993 * configure: Regenerated.
19994
19995 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
19996
19997 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
19998 expected message when trying to access $_probe_* convenience
19999 variables while not on a probe.
20000
20001 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
20002
20003 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
20004
20005 2015-02-11 Pedro Alves <pedro@codesourcery.com>
20006
20007 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
20008 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
20009
20010 2015-02-10 Doug Evans <xdje42@gmail.com>
20011
20012 * lib/gdb.exp (gdb_load): Always return a result.
20013
20014 2015-02-10 Pedro Alves <palves@redhat.com>
20015
20016 * gdb.threads/signal-sigtrap.c: New file.
20017 * gdb.threads/signal-sigtrap.exp: New file.
20018
20019 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
20020
20021 * gdb.trace/no-attach-trace.c: New file.
20022 * gdb.trace/no-attach-trace.exp: New file.
20023
20024 2015-02-09 Mark Wielaard <mjw@redhat.com>
20025
20026 * gdb.dwarf2/atomic.c: New file.
20027 * gdb.dwarf2/atomic-type.exp: Likewise.
20028
20029 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20030
20031 * gdb.btrace/buffer-size.exp: Update "info record" output.
20032 * gdb.btrace/delta.exp: Update "info record" output.
20033 * gdb.btrace/enable.exp: Update "info record" output.
20034 * gdb.btrace/finish.exp: Update "info record" output.
20035 * gdb.btrace/instruction_history.exp: Update "info record" output.
20036 * gdb.btrace/next.exp: Update "info record" output.
20037 * gdb.btrace/nexti.exp: Update "info record" output.
20038 * gdb.btrace/step.exp: Update "info record" output.
20039 * gdb.btrace/stepi.exp: Update "info record" output.
20040 * gdb.btrace/nohist.exp: Update "info record" output.
20041
20042 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20043
20044 * gdb.btrace/buffer-size: New.
20045
20046 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20047
20048 * gdb.btrace/delta.exp: Update "info record" output.
20049 * gdb.btrace/enable.exp: Update "info record" output.
20050 * gdb.btrace/finish.exp: Update "info record" output.
20051 * gdb.btrace/instruction_history.exp: Update "info record" output.
20052 * gdb.btrace/next.exp: Update "info record" output.
20053 * gdb.btrace/nexti.exp: Update "info record" output.
20054 * gdb.btrace/step.exp: Update "info record" output.
20055 * gdb.btrace/stepi.exp: Update "info record" output.
20056 * gdb.btrace/nohist.exp: Update "info record" output.
20057
20058 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
20059
20060 PR gdb/15678
20061 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
20062
20063 2015-02-06 Pedro Alves <palves@redhat.com>
20064
20065 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
20066 macro.
20067 (seconds_left, again): New globals.
20068 (main): Wait seconds_left in a 1-second sleep loop instead of
20069 sleeping 180 seconds. If 'again' is set, reset the seconds
20070 counter.
20071 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
20072 'again' in the inferior before detaching. Print the seconds left.
20073 (options): New global.
20074 (top level): Build program with -DTIMEOUT=$timeout.
20075
20076 2015-02-06 Pedro Alves <palves@redhat.com>
20077
20078 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
20079 determine how many seconds to pass to 'alarm'.
20080 * gdb.base/gdb-sigterm.exp (top level): Build program with
20081 -DTIMEOUT=$timeout.
20082 (do_test): Return success/failure indication. Add more verbose
20083 logging. Don't fail if 200 single steps are seen. Instead, fail
20084 when the test times out.
20085 (passes): New global.
20086 (top level): Break the testing loop if testing fails on any
20087 iteration. Use gdb_assert.
20088
20089 2015-02-04 Don Breazeal <donb@codesourcery.com>
20090
20091 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
20092 and initialize them.
20093 (ipc_cleanup): New function.
20094 (main): Don't declare shmid, semid, and msqid. Add a call to
20095 atexit so that we call ipc_cleanup on exit.
20096
20097 2015-02-04 Pedro Alves <palves@redhat.com>
20098
20099 * boards/native-extended-gdbserver.exp: Remove any target variant
20100 specifications from the board name before clearing the isremote
20101 flag from board_info.
20102
20103 2015-01-31 Doug Evans <xdje42@gmail.com>
20104
20105 * gdb.base/maint.exp <maint print type argc>: Update expected output.
20106
20107 2015-01-31 Gary Benson <gbenson@redhat.com>
20108
20109 * gdb.base/completion.exp: Disable completion limiting for
20110 existing tests. Add new tests to check completion limiting.
20111 * gdb.linespec/ls-errs.exp: Disable completion limiting.
20112
20113 2015-01-31 Doug Evans <xdje42@gmail.com>
20114
20115 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
20116
20117 2015-01-31 Doug Evans <xdje42@gmail.com>
20118
20119 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
20120 entries. Duplicate file section script entries.
20121 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
20122 inlined entries. Add test for safe-path rejection.
20123 * gdb.python/py-section-script.c: Add duplicate inlined section script
20124 entries. Duplicate file section script entries.
20125 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
20126 inlined entries. Add test for safe-path rejection.
20127
20128 2015-01-29 Joel Brobecker <brobecker@adacore.com>
20129
20130 * gdb.ada/disc_arr_bound: New testcase.
20131
20132 2015-01-29 Joel Brobecker <brobecker@adacore.com>
20133
20134 * gdb.ada/mi_var_array: New testcase.
20135
20136 2015-01-27 Doug Evans <dje@google.com>
20137
20138 * gdb.python/py-objfile.exp: Add tests for objfile.username.
20139 Add test for objfile.filename, objfile.username after objfile
20140 has been unloaded.
20141
20142 2015-01-26 Joel Brobecker <brobecker@adacore.com>
20143
20144 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
20145 the second test to print the name attribute of value
20146 returned by the call to gdb.lookup_type, and adjust
20147 the expected output accordingly.
20148
20149 2015-01-25 Mark Wielaard <mjw@redhat.com>
20150
20151 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
20152 * gdb.base/disp-step-fork.c: Include unistd.h.
20153 * gdb.base/siginfo-obj.c: Include stdio.h.
20154 * gdb.base/siginfo-thread.c: Likewise.
20155 * gdb.mi/non-stop.c: Include unistd.h.
20156 * gdb.mi/nsthrexec.c: Include stdio.h.
20157 * gdb.mi/pthreads.c: Include unistd.h.
20158 * gdb.modula2/unbounded1.c (main): Declare returns int.
20159 * gdb.reverse/consecutive-reverse.c: Likewise.
20160 * gdb.threads/create-fail.c: Include unistd.h.
20161 * gdb.threads/killed.c: Likewise.
20162 * gdb.threads/linux-dp.c: Likewise.
20163 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
20164 * gdb.threads/non-ldr-exc-2.c: Likewise.
20165 * gdb.threads/non-ldr-exc-3.c: Likewise.
20166 * gdb.threads/non-ldr-exc-4.c: Likewise.
20167 * gdb.threads/pthreads.c: Include unistd.h.
20168 (main): Declare returns int.
20169 * gdb.threads/tls-main.c (foo): New declaration.
20170 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
20171
20172 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
20173
20174 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
20175 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
20176
20177 2015-01-15 Mark Wielaard <mjw@redhat.com>
20178
20179 * gdb.base/noreturn-return.c: New file.
20180 * gdb.base/noreturn-return.exp: New file.
20181 * gdb.base/noreturn-finish.c: New file.
20182 * gdb.base/noreturn-finish.exp: New file.
20183
20184 2015-01-23 Pedro Alves <palves@redhat.com>
20185
20186 * gdb.threads/continue-pending-after-query.c: New file.
20187 * gdb.threads/continue-pending-after-query.exp: New file.
20188
20189 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
20190 Simon Marchi <simon.marchi@ericsson.com>
20191
20192 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
20193 * gdb.base/valgrind-db-attach.exp: Same.
20194 * gdb.base/valgrind-infcall.exp: Same.
20195 * lib/mi-support.exp (default_mi_gdb_start): Same.
20196 * lib/prompt.exp (default_prompt_gdb_start): Same.
20197 * lib/gdb.exp (default_gdb_spawn): Same.
20198 (gdb_interact): New.
20199
20200
20201 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
20202
20203 * gdb.compile/compile.exp (pointer to jit function): New test.
20204
20205 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
20206
20207 * lib/gdb.exp (supports_process_record): Return true for
20208 powerpc*-*-linux*.
20209 (supports_reverse): Likewise.
20210
20211 2015-01-15 Don Breazeal <donb@codesourcery.com>
20212
20213 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
20214 instead of checking whether the target board is remote and
20215 use spawn_wait_for_attach instead of exec/sleep.
20216 * gdb.base/attach-twice.exp: Likewise.
20217
20218 2015-01-15 Joel Brobecker <brobecker@adacore.com>
20219
20220 * gdb.ada/var_arr_attrs: New testcase.
20221
20222 2015-01-14 Pedro Alves <palves@redhat.com>
20223 Joel Brobecker <brobecker@adacore.com>
20224
20225 PR gdb/17525
20226 * gdb.base/bp-cmds-execution-x-script.c: New file.
20227 * gdb.base/bp-cmds-execution-x-script.exp: New file.
20228 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
20229
20230 2015-01-14 Pedro Alves <palves@redhat.com>
20231
20232 PR cli/17828
20233 * gdb.base/batch-preserve-term-settings.c: New file.
20234 * gdb.base/batch-preserve-term-settings.exp: New file.
20235
20236 2015-01-13 Doug Evans <dje@google.com>
20237
20238 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
20239 binary.
20240
20241 2015-01-13 Joel Brobecker <brobecker@adacore.com>
20242
20243 * Makefile.in (clean mostlyclean): Do not delete *.py.
20244
20245 2015-01-13 Joel Brobecker <brobecker@adacore.com>
20246
20247 * gdb.python/py-lookup-type.exp: New file.
20248
20249 2015-01-12 Pedro Alves <palves@redhat.com>
20250
20251 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
20252 restore GDBFLAGS before returning.
20253
20254 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20255
20256 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
20257 is_amd64_regs_target and is_x86_like_target.
20258
20259 2015-01-11 Doug Evans <xdje42@gmail.com>
20260
20261 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
20262 is given without an explicit form.
20263 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
20264 attributes.
20265 * gdb.dwarf/corrupt.exp: Ditto.
20266 * gdb.dwarf2/enum-type.exp: Ditto.
20267 * gdb.trace/entry-values.exp: Ditto.
20268 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
20269
20270 2015-01-11 Doug Evans <xdje42@gmail.com>
20271
20272 PR gdb/15830
20273 * gdb.base/maint.exp: Remove references to "maint demangle".
20274 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
20275 Add tests for explicitly specifying language to demangle.
20276 * gdb.dlang/demangle.exp: Ditto.
20277
20278 2015-01-09 Pedro Alves <palves@redhat.com>
20279
20280 * gdb.threads/non-stop-fair-events.c: New file.
20281 * gdb.threads/non-stop-fair-events.exp: New file.
20282
20283 2015-01-09 Pedro Alves <palves@redhat.com>
20284
20285 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
20286 the global scope. Set a breakpoint after all threads are started
20287 rather than stepping over two source lines. Expect the prompt.
20288 * gdb.base/watch_thread_num.c (threads_started_barrier): New
20289 global.
20290 (NUM): Now 15.
20291 (main): Use threads_started_barrier to wait for all threads to
20292 start. Main thread no longer calls thread_function. Exit after
20293 180 seconds.
20294 (loop): New function.
20295 (thread_function): Wait on threads_started_barrier barrier. Call
20296 'loop' at each iteration.
20297 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
20298 threads have started, instead of hardcoding number of "next"
20299 steps. Use an access watchpoint instead of a write watchpoint.
20300
20301 2015-01-09 Pedro Alves <palves@redhat.com>
20302
20303 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
20304 (thread_func): Wait on barrier.
20305 (main): Wait for all threads to start before stopping GDB.
20306 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
20307 global.
20308 (thread1_func, thread2_func): Wait on barrier.
20309 (main): Wait for all threads to start before stopping GDB.
20310 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
20311 New global.
20312 (thread1_func, thread2_func): Wait on barrier.
20313 (main): Wait for all threads to start before stopping GDB.
20314
20315 2015-01-09 Pedro Alves <palves@redhat.com>
20316
20317 * gdb.threads/attach-many-short-lived-threads.c: New file.
20318 * gdb.threads/attach-many-short-lived-threads.exp: New file.
20319
20320 2014-01-09 Pedro Alves <palves@redhat.com>
20321
20322 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
20323 instead of to thread 2.
20324 * gdb.threads/signal-command-multiple-signals-pending.c (main):
20325 Add barrier around each pthread_create call instead of around all
20326 calls.
20327 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
20328 Set a break on thread_function and have the child threads hit it
20329 one at at a time.
20330
20331 2015-01-09 Pedro Alves <palves@redhat.com>
20332
20333 * lib/gdb.exp (can_spawn_for_attach): New procedure.
20334 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
20335 false.
20336 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
20337 checking whether the target board is remote.
20338 * gdb.multi/multi-attach.exp: Likewise.
20339 * gdb.python/py-sync-interp.exp: Likewise.
20340 * gdb.server/ext-attach.exp: Likewise.
20341 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
20342 tests that need to attach, instead of checking whether the target
20343 board is remote at the top of the file.
20344
20345 2015-01-08 Yao Qi <yao@codesourcery.com>
20346
20347 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
20348
20349 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20350
20351 Fix testcase compilation.
20352 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
20353
20354 2015-01-06 Joel Brobecker <brobecker@adacore.com>
20355
20356 * gdb.python/py-type.exp: Add a couple test about empty
20357 array creation, and negative-length array creation.
20358
20359 2015-01-02 Doug Evans <xdje42@gmail.com>
20360
20361 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
20362
20363 2015-01-02 Doug Evans <dje@google.com>
20364
20365 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
20366
20367 2014-12-29 Yao Qi <yao@codesourcery.com>
20368
20369 * gdb.trace/entry-values.exp: Update comments. Rename variable
20370 bar_call_foo to returned_from_foo.
20371
20372 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
20373
20374 PR gdb/17394
20375 * gdb.linespec/break-asm-file.c: New file.
20376 * gdb.linespec/break-asm-file.exp: New file.
20377 * gdb.linespec/break-asm-file0.s: New file.
20378 * gdb.linespec/break-asm-file1.s: New file.
20379
20380 2014-12-18 Nigel Stephens <nigel@mips.com>
20381 Maciej W. Rozycki <macro@codesourcery.com>
20382
20383 * gdb.base/float.exp: Handle the new output from "info float" on
20384 MIPS targets.
20385
20386 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
20387
20388 Fix MinGW compilation.
20389 * gdb.compile/compile-ops.exp: Update untested message if
20390 !skip_compile_feature_tests.
20391 * gdb.compile/compile-setjmp.exp: Likewise.
20392 * gdb.compile/compile-tls.exp: Likewise.
20393 * gdb.compile/compile.exp: Likewise.
20394 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
20395 supported on this host".
20396
20397 2014-12-16 Doug Evans <xdje42@gmail.com>
20398
20399 * boards/stabs.exp: New file.
20400
20401 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
20402
20403 * gdb.base/completion.exp: Adjust to format changes of "maint
20404 print user-registers".
20405
20406 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
20407
20408 PR server/17457
20409 * gdb.arch/aarch64-fp.c: New file.
20410 * gdb.arch/aarch64-fp.exp: New file.
20411
20412 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
20413
20414 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
20415 r210637, r210913, r211666, r215400, r215817).
20416
20417 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
20418 * dg-extract-results.py: New file.
20419 * dg-extract-results.sh: Use it if the environment seems
20420 suitable.
20421
20422 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
20423
20424 * dg-extract-results.py (parse_run): Handle warnings that
20425 are printed before a test harness is run.
20426
20427 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
20428
20429 * dg-extract-results.py (Named): Remove __cmp__ method.
20430 (output_variation): Use a key to sort variation.harnesses.
20431
20432 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
20433
20434 * dg-extract-results.py: For Python 3, force sys.stdout to
20435 handle surrogate escape sequences.
20436 (safe_open): New function.
20437 (output_segment, main): Use it.
20438
20439 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
20440
20441 * dg-extract-results.py (Prog.result_re): Include options
20442 in test name.
20443
20444 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
20445
20446 * dg-extract-results.py (output_variation): Always sort if
20447 do_sum.
20448
20449 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
20450
20451 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
20452 as long as we get pagination notifications.
20453
20454 2014-12-15 Jason Merrill <jason@redhat.com>
20455
20456 * Makefile.in (check-gdb.%): Restore.
20457 * README: Mention it.
20458
20459 2014-12-13 Joel Brobecker <brobecker@adacore.com>
20460
20461 * gdb.ada/str_uninit: New testcase.
20462
20463 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
20464
20465 PR symtab/17642
20466 * gdb.base/vla-stub-define.c: New file.
20467 * gdb.base/vla-stub.c: New file.
20468 * gdb.base/vla-stub.exp: New file.
20469
20470 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
20471 Jan Kratochvil <jan.kratochvil@redhat.com>
20472 Tom Tromey <tromey@redhat.com>
20473
20474 * configure.ac: Add gdb.compile/.
20475 * configure: Regenerate.
20476 * gdb.compile/Makefile.in: New file.
20477 * gdb.compile/compile-ops.exp: New file.
20478 * gdb.compile/compile-ops.c: New file.
20479 * gdb.compile/compile-tls.c: New file.
20480 * gdb.compile/compile-tls.exp: New file.
20481 * gdb.compile/compile-constvar.S: New file.
20482 * gdb.compile/compile-constvar.c: New file.
20483 * gdb.compile/compile-mod.c: New file.
20484 * gdb.compile/compile-nodebug.c: New file.
20485 * gdb.compile/compile-setjmp-mod.c: New file.
20486 * gdb.compile/compile-setjmp.c: New file.
20487 * gdb.compile/compile-setjmp.exp: New file.
20488 * gdb.compile/compile-shlib.c: New file.
20489 * gdb.compile/compile.c: New file.
20490 * gdb.compile/compile.exp: New file.
20491 * lib/gdb.exp (skip_compile_feature_tests): New proc.
20492
20493 2014-12-12 Tom Tromey <tromey@redhat.com>
20494
20495 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
20496 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
20497
20498 2014-12-12 Doug Evans <dje@google.com>
20499
20500 * lib/gdb-python.exp (get_python_valueof): New function.
20501 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
20502
20503 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20504
20505 * gdb.base/completion.exp: Add test for completion of "info
20506 registers ".
20507
20508 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
20509
20510 * gdb.base/func-ptrs.c: New file.
20511 * gdb.base/func-ptrs.exp: New file.
20512
20513 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
20514
20515 PR breakpoints/17012
20516 * gdb.base/dprintf-detach.c: New file.
20517 * gdb.base/dprintf-detach.exp: New file.
20518
20519 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
20520
20521 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
20522 * lib/gdb.exp (target_is_gdbserver): New procedure.
20523
20524 2014-12-08 Doug Evans <dje@google.com>
20525
20526 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
20527
20528 2014-12-05 Yao Qi <yao@codesourcery.com>
20529
20530 * gdb.guile/scm-error.exp: Remove the third argument to
20531 gdb_remote_download.
20532 * gdb.guile/scm-frame-args.exp: Likewise.
20533 * gdb.guile/scm-section-script.exp: Likewise.
20534
20535 2014-12-05 Yao Qi <yao@codesourcery.com>
20536
20537 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
20538
20539 2014-12-04 Doug Evans <dje@google.com>
20540
20541 * gdb.python/py-objfile.exp: Add tests for
20542 objfile.add_separate_debug_file.
20543
20544 2014-12-04 Doug Evans <dje@google.com>
20545
20546 * lib/gdb.exp (get_build_id): New function.
20547 (build_id_debug_filename_get): Rewrite to use it.
20548 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
20549
20550 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
20551
20552 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
20553 `method(long)', not just 0x0.
20554 * gdb.cp/nsalias.exp: Align code labels to 4.
20555 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
20556 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
20557 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
20558 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
20559 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
20560 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
20561
20562 2014-12-02 Doug Evans <dje@google.com>
20563
20564 PR symtab/17602
20565 * gdb.cp/anon-ns.cc: Move guts of this file to ...
20566 * gdb.cp/anon-ns2.cc: ... here. New file.
20567 * gdb.cp/anon-ns.exp: Update.
20568
20569 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
20570
20571 * gdb.python/py-events.py (inferior_call_handler): New.
20572 (register_changed_handler, memory_changed_handler): New.
20573 (test_events.invoke): Register new handlers.
20574 * gdb.python/py-events.exp: Add tests for inferior call,
20575 memory_changed and register_changed events.
20576
20577 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
20578
20579 * gdb.base/execl-update-breakpoints.exp: Specify the link address
20580 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
20581 if the linker doesn't understand this.
20582
20583 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
20584
20585 * gdb.python/python.exp: Change expected reply to help().
20586
20587 2014-12-01 Yao Qi <yao@codesourcery.com>
20588
20589 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
20590 AC_CONFIG_SUBDIRS(gdb.gdbtk).
20591 * configure: Re-generated.
20592
20593 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
20594
20595 * gdb.cp/chained-calls.cc: New file.
20596 * gdb.cp/chained-calls.exp: New file.
20597 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
20598
20599 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
20600
20601 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
20602 * gdb.dwarf2/symtab-producer.exp: Same.
20603 * gdb.gdb/python-interrupts.exp: Same.
20604 * gdb.gdb/python-selftest.exp: Same.
20605 * gdb.python/py-linetable.exp: Same.
20606 * gdb.python/py-type.exp: Same.
20607 * gdb.python/py-value-cc.exp: Same.
20608 * gdb.python/py-value.exp: Same.
20609
20610 2014-11-28 Yao Qi <yao@codesourcery.com>
20611
20612 * gdb.base/break-probes.exp: Match library name prefixed with
20613 sysroot.
20614
20615 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
20616
20617 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
20618 test expected output. Add parentheses for the call to print.
20619 Remove L suffix from integers.
20620
20621 2014-11-26 Doug Evans <dje@google.com>
20622
20623 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
20624
20625 2014-11-22 Yao Qi <yao@codesourcery.com>
20626
20627 * gdb.trace/entry-values.c: Remove asms.
20628 (foo): Add foo_label.
20629 (bar): Add bar_label.
20630 * gdb.trace/entry-values.exp: Remove code computing foo's
20631 length and bar's length.
20632 (Dwarf::assemble): Invoke function_range for bar and use
20633 MACRO_AT_func for foo.
20634
20635 2014-11-22 Yao Qi <yao@codesourcery.com>
20636
20637 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
20638 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
20639 Use .Lgcc43_procstart instead of gcc43.
20640
20641 2014-11-21 Joel Brobecker <brobecker@adacore.com>
20642
20643 * gdb.ada/n_arr_bound: New testcase.
20644
20645 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
20646
20647 PR breakpoints/10737
20648 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
20649 test_catch_syscall_multi_arch.
20650 (test_catch_syscall_multi_arch): New function.
20651
20652 2014-11-20 Doug Evans <xdje42@gmail.com>
20653
20654 * gdb.base/maint.exp: Update expected output.
20655
20656 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
20657
20658 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
20659 4-byte instruction on S390.
20660
20661 2014-11-19 Joel Brobecker <brobecker@adacore.com>
20662
20663 * gdb.ada/arr_arr: New testcase.
20664
20665 2014-11-19 Joel Brobecker <brobecker@adacore.com>
20666
20667 * gdb.ada/pkd_arr_elem: New Testcase.
20668
20669 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
20670
20671 * gdb.reverse/break-precsave: Expect completion message for
20672 core file reads.
20673 * gdb.reverse/consecutive-precsave.exp: Likewise.
20674 * gdb.reverse/finish-precsave.exp: Likewise.
20675 * gdb.reverse/i386-precsave.exp: Likewise.
20676 * gdb.reverse/machinestate-precsave.exp: Likewise.
20677 * gdb.reverse/sigall-precsave.exp: Likewise.
20678 * gdb.reverse/solib-precsave.exp: Likewise.
20679 * gdb.reverse/step-precsave.exp: Likewise.
20680 * gdb.reverse/until-precsave.exp: Likewise.
20681 * gdb.reverse/watch-precsave.exp: Likewise.
20682
20683 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20684
20685 * gdb.base/bp-permanent.c: Include unistd.h.
20686 * gdb.python/py-framefilter-mi.c (main): Add return type.
20687 * gdb.python/py-framefilter.c (main): Likewise.
20688 * gdb.trace/actions-changed.c (main): Likewise.
20689
20690 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20691
20692 * gdb.mi/until.c: Add eye-catchers.
20693 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
20694 line numbers.
20695
20696 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20697
20698 * gdb.base/condbreak.exp: Drop references to removed non-prototype
20699 function header variants in break1.c.
20700 * gdb.base/ena-dis-br.exp: Likewise.
20701 * gdb.base/hbreak2.exp: Likewise.
20702 * gdb.reverse/until-precsave.exp: Drop references to removed
20703 non-prototype function header variants in ur1.c.
20704 * gdb.reverse/until-reverse.exp: Likewise.
20705
20706 2014-11-17 Petr Machata <pmachata@redhat.com>
20707
20708 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
20709 ${_cu_offset_size} bytes abbrev offset.
20710
20711 2014-11-15 Doug Evans <xdje42@gmail.com>
20712
20713 PR symtab/17559
20714 * gdb.base/line-symtabs.exp: New file.
20715 * gdb.base/line-symtabs.c: New file.
20716 * gdb.base/line-symtabs.h: New file.
20717
20718 2014-11-14 Yao Qi <yao@codesourcery.com>
20719
20720 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
20721 (func): Add label func_label.
20722 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
20723 Replace low_pc and high_pc with MACRO_AT_range.
20724 Replace name, low_pc and high_pc with MACRO_AT_func.
20725
20726 2014-11-14 Yao Qi <yao@codesourcery.com>
20727
20728 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
20729 Replace name, low_pc and high_pc with MACRO_AT_func.
20730
20731 2014-11-14 Yao Qi <yao@codesourcery.com>
20732
20733 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
20734 produce debug information.
20735 * gdb.dwarf2/implptr-optimized-out.S: Removed.
20736
20737 2014-11-14 Yao Qi <yao@codesourcery.com>
20738
20739 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
20740 object and get function length.
20741 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
20742 with MACRO_AT_func.
20743 (top-level): Replace gdb_compile and clean_restart with
20744 prepare_for_testing.
20745 * gdb.dwarf2/main.c (main): Add label main_label.
20746
20747 2014-11-14 Yao Qi <yao@codesourcery.com>
20748
20749 * lib/dwarf.exp (function_range): New procedure.
20750 (Dwarf::_handle_macro_at_func): New procedure.
20751 (Dwarf::_handle_macro_at_range): New procedure.
20752 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
20753
20754 2014-11-14 Yao Qi <yao@codesourcery.com>
20755
20756 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
20757 (_handle_attribute): New procedure.
20758
20759 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20760
20761 * gdb.ada/cond_lang/foo.c (callme): Add return type.
20762 * gdb.base/call-sc.c (zed): Likewise.
20763 * gdb.base/checkpoint.c (main): Likewise.
20764 * gdb.base/dump.c (main): Likewise.
20765 * gdb.base/gcore.c (main): Likewise.
20766 * gdb.base/huge.c (main): Likewise.
20767 * gdb.base/multi-forks.c (main): Likewise.
20768 * gdb.base/pr10179-a.c (main): Likewise.
20769 * gdb.base/savedregs.c (main): Likewise.
20770 * gdb.base/sigaltstack.c (main): Likewise.
20771 * gdb.base/siginfo.c (main): Likewise.
20772 * gdb.base/structs.c (zed): Likewise.
20773 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
20774 * gdb.mi/mi-syn-frame.c (main): Likewise.
20775 * gdb.mi/until.c (foo, main): Likewise.
20776 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
20777 * gdb.base/solib-weak.c (foo): Declare.
20778 * gdb.base/attach-twice.c: Include stdio.h.
20779 * gdb.base/weaklib1.c: Likewise.
20780 * gdb.base/weaklib2.c: Likewise.
20781 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
20782 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
20783 unistd.h.
20784 * gdb.base/attach-pie-misread.c: Include stdlib.h.
20785 * gdb.mi/mi-exit-code.c: Likewise.
20786 * gdb.base/break-interp-lib.c: Include string.h.
20787 * gdb.base/coremaker.c: Likewise.
20788 * gdb.base/testenv.c: Likewise.
20789 * gdb.python/py-finish-breakpoint.c: Likewise.
20790 * gdb.base/inferior-died.c: Include sys/wait.h.
20791 * gdb.base/fileio.c: Include time.h.
20792 * gdb.base/async-shell.c: Include unistd.h.
20793 * gdb.base/dprintf-non-stop.c: Likewise.
20794 * gdb.base/info-os.c: Likewise.
20795 * gdb.mi/mi-console.c: Likewise.
20796 * gdb.mi/watch-nonstop.c: Likewise.
20797 * gdb.python/py-events.c: Likewise.
20798 * gdb.base/async.c (baz): Move up before its invocation.
20799 * gdb.base/code_elim2.c (my_global_func): Likewise.
20800 * gdb.base/skip-solib-lib.c (multiply): Likewise.
20801 * gdb.base/advance.c (func2): Likewise.
20802
20803 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20804
20805 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
20806 variant.
20807 * gdb.base/annota3.c: Likewise.
20808 * gdb.base/async.c: Likewise.
20809 * gdb.base/average.c: Likewise.
20810 * gdb.base/call-ar-st.c: Likewise.
20811 * gdb.base/call-rt-st.c: Likewise.
20812 * gdb.base/call-sc.c: Likewise.
20813 * gdb.base/call-strs.c: Likewise.
20814 * gdb.base/ending-run.c: Likewise.
20815 * gdb.base/execd-prog.c: Likewise.
20816 * gdb.base/exprs.c: Likewise.
20817 * gdb.base/foll-exec.c: Likewise.
20818 * gdb.base/foll-fork.c: Likewise.
20819 * gdb.base/foll-vfork.c: Likewise.
20820 * gdb.base/funcargs.c: Likewise.
20821 * gdb.base/gcore.c: Likewise.
20822 * gdb.base/jump.c: Likewise.
20823 * gdb.base/langs0.c: Likewise.
20824 * gdb.base/langs1.c: Likewise.
20825 * gdb.base/langs2.c: Likewise.
20826 * gdb.base/mips_pro.c: Likewise.
20827 * gdb.base/nodebug.c: Likewise.
20828 * gdb.base/opaque0.c: Likewise.
20829 * gdb.base/opaque1.c: Likewise.
20830 * gdb.base/recurse.c: Likewise.
20831 * gdb.base/run.c: Likewise.
20832 * gdb.base/scope0.c: Likewise.
20833 * gdb.base/scope1.c: Likewise.
20834 * gdb.base/setshow.c: Likewise.
20835 * gdb.base/setvar.c: Likewise.
20836 * gdb.base/shmain.c: Likewise.
20837 * gdb.base/shr1.c: Likewise.
20838 * gdb.base/shr2.c: Likewise.
20839 * gdb.base/sigall.c: Likewise.
20840 * gdb.base/signals.c: Likewise.
20841 * gdb.base/so-indr-cl.c: Likewise.
20842 * gdb.base/solib2.c: Likewise.
20843 * gdb.base/structs.c: Likewise.
20844 * gdb.base/sum.c: Likewise.
20845 * gdb.base/vforked-prog.c: Likewise.
20846 * gdb.base/watchpoint.c: Likewise.
20847 * gdb.reverse/shr2.c: Likewise.
20848 * gdb.reverse/until-reverse.c: Likewise.
20849 * gdb.reverse/ur1.c: Likewise.
20850 * gdb.reverse/watch-reverse.c: Likewise.
20851
20852 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20853
20854 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
20855 variant.
20856 * gdb.base/sepdebug.exp: Drop references to removed code.
20857
20858 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20859
20860 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
20861 variant. Preserve original line numbering.
20862 * gdb.base/list1.c: Likewise.
20863
20864 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20865
20866 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
20867 variant.
20868 * gdb.base/break1.c: Likewise.
20869 * gdb.base/break.exp: Drop references to removed code.
20870
20871 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20872
20873 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
20874 variant.
20875
20876 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20877
20878 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
20879
20880 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20881
20882 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
20883 logic into perform_all_tests() and invoke it with and without
20884 function header prototypes.
20885 (do_function_calls): Remove conditional XFAIL for PR 5318.
20886 (rerun_and_prepare): Remove duplicate code.
20887 (perform_all_tests): New. Main logic moved here.
20888
20889 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20890
20891 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
20892 code guarded by #ifdef NO_PROTOTYPES.
20893 (t_double_many_args): Likewise.
20894 (DEF_FUNC_MANY_ARGS_1): Likewise.
20895 (DEF_FUNC_VALUES_1): Likewise.
20896 (t_structs_ldc): Renamed from t_structs_fc in conditional code
20897 guarded by #ifdef PROTOTYPES.
20898
20899 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20900
20901 * gdb.mi/mi-console.c: Add eye-catcher.
20902 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
20903 instead of literal line number.
20904
20905 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20906
20907 * gdb.base/shr2.c: Add eye-catcher.
20908 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
20909 line number.
20910
20911 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20912
20913 * gdb.base/jump.c: Add eye-catchers.
20914 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
20915 numbers.
20916
20917 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20918
20919 * gdb.base/execd-prog.c: Add eye-catchers.
20920 * gdb.base/foll-exec.c: Likewise.
20921 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
20922 line numbers.
20923
20924 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20925
20926 * gdb.base/ending-run.c: Add eye-catchers.
20927 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
20928 literal line numbers.
20929
20930 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20931
20932 * gdb.base/call-rt-st.c: Add eye-catchers.
20933 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
20934 literal line numbers.
20935
20936 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20937
20938 * gdb.base/call-ar-st.c: Add eye-catchers.
20939 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
20940 literal line numbers.
20941
20942 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20943
20944 * gdb.base/average.c: Add eye-catchers.
20945 * gdb.base/sum.c: Likewise.
20946 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
20947 regexps dynamically.
20948
20949 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20950
20951 * gdb.base/solib1.c: Add eye-catchers.
20952 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
20953 literal line numbers.
20954
20955 2014-11-12 Pedro Alves <palves@redhat.com>
20956
20957 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
20958 leader has exited.
20959
20960 2014-11-12 Pedro Alves <palves@redhat.com>
20961
20962 * gdb.arch/i386-bp_permanent.c: New file.
20963 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
20964 (srcfile): Set to i386-bp_permanent.c.
20965 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
20966 that stepi does not execute the 'leave' instruction, instead of
20967 testing it does execute.
20968 * gdb.base/bp-permanent.c: New file.
20969 * gdb.base/bp-permanent.exp: New file.
20970
20971 2014-11-10 Doug Evans <xdje42@gmail.com>
20972
20973 PR symtab/17564
20974 * gdb.base/symtab-search-order.exp: New file.
20975 * gdb.base/symtab-search-order.c: New file.
20976 * gdb.base/symtab-search-order-1.c: New file.
20977 * gdb.base/symtab-search-order-shlib-1.c: New file.
20978
20979 2014-11-07 Pedro Alves <palves@redhat.com>
20980
20981 PR gdb/17511
20982 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
20983 i?86-*-linux*.
20984
20985 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
20986
20987 PR c++/17494
20988 * gdb.cp/pr17494.cc: New file.
20989 * gdb.cp/pr17494.exp: New file.
20990
20991 2014-11-02 Yao Qi <yao@codesourcery.com>
20992
20993 * gdb.python/python.exp: Get working directory and match the
20994 output of "set extended-prompt \\w " with it.
20995
20996 2014-10-30 Doug Evans <dje@google.com>
20997
20998 * gdb.python/py-objfile.exp: Add tests for setting random attributes
20999 in objfiles.
21000 * gdb.python/py-progspace.exp: Add tests for setting random attributes
21001 in progspaces.
21002
21003 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
21004
21005 * gdb.base/fullpath-expand.exp: Skip for a remote host.
21006 * gdb.base/realname-expand.exp: Likewise.
21007 * gdb.linespec/macro-relative.exp: Likewise.
21008
21009 2014-10-29 Pedro Alves <palves@redhat.com>
21010
21011 PR gdb/17408
21012 * gdb.threads/schedlock.c (some_function): New function.
21013 (call_function): New global.
21014 (MAYBE_CALL_SOME_FUNCTION): New macro.
21015 (thread_function): Call it.
21016 * gdb.threads/schedlock.exp (get_args): Add description parameter,
21017 and use it instead of a global counter. Adjust all callers.
21018 (get_current_thread): Use "find current thread" for test message
21019 here rather than having all callers pass down the same string.
21020 (goto_loop): New procedure, factored out from ...
21021 (my_continue): ... this.
21022 (step_ten_loops): Change parameter from test message to command to
21023 use. Adjust.
21024 (list_count): Delete global.
21025 (check_result): New procedure, factored out from duplicate top
21026 level code.
21027 (continue tests): Wrap in with_test_prefix.
21028 (test_step): New procedure, factored out from duplicate top level
21029 code.
21030 (top level): Test "step" in combination with all scheduler-locking
21031 modes. Test "next" in combination with all scheduler-locking
21032 modes, and in combination with stepping over a function call or
21033 not.
21034 * gdb.threads/next-bp-other-thread.c: New file.
21035 * gdb.threads/next-bp-other-thread.exp: New file.
21036
21037 2014-10-29 Pedro Alves <palves@redhat.com>
21038
21039 PR python/17372
21040 * gdb.python/python.exp: Test a multi-line command that spawns
21041 interactive Python.
21042 * gdb.base/multi-line-starts-subshell.exp: New file.
21043
21044 2014-10-29 Yao Qi <yao@codesourcery.com>
21045
21046 * gdb.base/fileio.exp: Make directories on host.
21047
21048 2014-10-29 Yao Qi <yao@codesourcery.com>
21049
21050 * gdb.base/fileio.c (test_write): Close the file.
21051
21052 2014-10-28 Pedro Alves <palves@redhat.com>
21053
21054 PR gdb/12623
21055 * gdb.base/sigstep.c (no_handler): New global.
21056 (main): If 'no_handler is true, set the signal handlers to
21057 SIG_IGN.
21058 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
21059 with_sw_watch and no_handler parameters. Handle them.
21060 (top level) <stepping over handler when stopped at a breakpoint
21061 test>: Add a test axis for testing with a software watchpoint, and
21062 another for testing with the signal handler set to SIG_IGN.
21063 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
21064 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
21065
21066 2014-10-28 Pedro Alves <palves@redhat.com>
21067
21068 PR gdb/17511
21069 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
21070 * gdb.base/sigstep.exp (other_handler_location): New global.
21071 (advance): Support stepping into the signal handler, and running
21072 commands while in the handler.
21073 (in_handler_map): New global.
21074 (top level): In the advance test, add combinations for getting
21075 into the handler with stepping commands, and for running commands
21076 in the handler. Add comment descripting the advancei tests.
21077
21078 2014-10-28 Pedro Alves <palves@redhat.com>
21079
21080 * gdb.base/sigstep.exp: Use build_executable instead of
21081 prepare_for_testing.
21082 (top level): Move code that starts GDB, runs to main and creates a
21083 display to ...
21084 (restart): ... this new procedure.
21085 (top level): Move backtrace from signal handler test to ...
21086 (validate_backtrace): ... this new procedure.
21087 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
21088 with_test_prefix. Always restart GDB.
21089 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
21090 with_test_prefix. Always restart GDB. No need to delete
21091 breakpoints after the test.
21092 (test_skip_handler): Remove prefix parameter.
21093 (skip_over_handler, breakpoint_to_handler)
21094 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
21095 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
21096 restart GDB. No need to delete breakpoints after the test.
21097 (top level): Use foreach to call the test procedures with
21098 different commands.
21099
21100 2014-10-28 Pedro Alves <palves@redhat.com>
21101
21102 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
21103 instead of GNATS numbers.
21104 * gdb.base/sigbpt.exp: Likewise.
21105 * gdb.base/siginfo.exp: Likewise.
21106 * gdb.base/sigstep.exp: Likewise.
21107
21108 2014-10-27 Pedro Alves <palves@redhat.com>
21109
21110 * gdb.base/sigstep.c (dummy): New global.
21111 (main): Issue a couple writes to the new global.
21112 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
21113 procedures.
21114 (skip_over_handler): Use test_skip_handler.
21115 (top level): Call skip_over_handler for stepi and nexti too.
21116 (breakpoint_over_handler): Use test_skip_handler.
21117 (top level): Call breakpoint_over_handler for stepi and nexti too.
21118
21119 2014-10-27 Yao Qi <yao@codesourcery.com>
21120
21121 * gdb.trace/tfile.c (adjust_function_address)
21122 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
21123 function descriptor.
21124
21125 2014-10-24 Don Breazeal <donb@codesourcery.com>
21126
21127 * gdb.base/foll-fork.exp (test_follow_fork,
21128 catch_fork_child_follow): Check for updated fork messages emitted
21129 from infrun.c.
21130 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
21131 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
21132 vfork_and_exec_child_follow_through_step): Check for updated vfork
21133 messages emitted from infrun.c.
21134
21135 2014-10-24 Pedro Alves <palves@redhat.com>
21136
21137 * gdb.base/corefile.exp: Remove references to ultrix.
21138 * gdb.base/interrupt.exp: Likewise.
21139 * gdb.base/whatis.exp: Likewise.
21140 * gdb.gdb/selftest.exp: Likewise.
21141 * gdb.threads/manythreads.exp: Likewise.
21142 * gdb.threads/print-threads.exp: Likewise.
21143 * gdb.threads/pthreads.exp:: Likewise.
21144 * gdb.threads/schedlock.exp: Likewise.
21145
21146 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
21147
21148 * gdb.cp/non-trivial-retval.cc: Add a test case.
21149 * gdb.cp/non-trivial-retval.exp: Add a test.
21150
21151 2014-10-20 Yao Qi <yao@codesourcery.com>
21152
21153 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
21154 * gdb.python/py-objfile-script-gdb.py: New file.
21155 * gdb.python/py-objfile-script.exp: Update reference to
21156 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
21157 of remote_download. Remove the dest file.
21158
21159 2014-10-20 Yao Qi <yao@codesourcery.com>
21160
21161 * gdb.base/checkpoint.exp: Don't remove file copied on host.
21162 * gdb.base/step-line.exp: Likewise.
21163 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
21164 * gdb.dwarf2/dw2-basic.exp: Likewise.
21165 * gdb.dwarf2/dw2-compressed.exp: Likewise.
21166 * gdb.dwarf2/dw2-filename.exp: Likewise.
21167 * gdb.dwarf2/dw2-intercu.exp: Likewise.
21168 * gdb.dwarf2/dw2-intermix.exp: Likewise.
21169 * gdb.dwarf2/dw2-producer.exp: Likewise.
21170 * gdb.dwarf2/mac-fileno.exp: Likewise.
21171 * gdb.python/py-frame-args.exp: Likewise.
21172 * gdb.python/py-framefilter.exp: Likewise.
21173 * gdb.python/py-mi.exp: Likewise.
21174 * gdb.python/py-objfile-script.exp: Likewise
21175 * gdb.python/py-pp-integral.exp: Likewise.
21176 * gdb.python/py-pp-re-notag.exp: Likewise.
21177 * gdb.python/py-prettyprint.exp: Likewise.
21178 * gdb.python/py-section-script.exp: Likewise.
21179 * gdb.python/py-typeprint.exp: Likewise.
21180 * gdb.python/py-xmethods.exp: Likewise.
21181 * gdb.stabs/weird.exp: Likewise.
21182 * gdb.xml/tdesc-regs.exp: Likewise.
21183
21184 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
21185
21186 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
21187 (out_cu): Use addr_len for the size of addresses.
21188 (out_line): Likewise. Size DW_LNE_set_address instruction
21189 according to addr_len.
21190 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
21191 (FUNC): Add START_INSNS to definition.
21192
21193 2014-10-18 Yao Qi <yao@codesourcery.com>
21194
21195 * gdb.base/argv0-symlink.exp: Check argv[0] value if
21196 gdb_has_argv0 return true.
21197 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
21198 check [target_info exists noargs], check [gdb_has_argv0]
21199 instead.
21200 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
21201 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
21202 procedures.
21203
21204 2014-10-17 Doug Evans <dje@google.com>
21205
21206 * gdb.python/py-events.exp: Update expected output for clear_objfiles
21207 event.
21208 * gdb.python/py-events.py: Add clear_objfiles event.
21209
21210 2014-10-17 Doug Evans <dje@google.com>
21211
21212 * gdb.python/py-objfile.exp: Test progspace attribute.
21213
21214 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
21215
21216 * gdb.guile/scm-breakpoint.exp: Do not assume any
21217 directory separators when matching source file paths.
21218 * gdb.python/py-breakpoint.exp: Likewise.
21219 * gdb.reverse/break-precsave.exp: Likewise.
21220 * gdb.reverse/break-reverse.exp: Likewise.
21221 * gdb.reverse/consecutive-precsave.exp: Likewise.
21222 * gdb.reverse/finish-precsave.exp: Likewise.
21223 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
21224 * gdb.reverse/finish-reverse.exp: Likewise.
21225 * gdb.reverse/i386-precsave.exp: Likewise.
21226 * gdb.reverse/i387-env-reverse.exp: Likewise.
21227 * gdb.reverse/i387-stack-reverse.exp: Likewise.
21228 * gdb.reverse/machinestate-precsave.exp: Likewise.
21229 * gdb.reverse/machinestate.exp: Likewise.
21230 * gdb.reverse/sigall-precsave.exp: Likewise.
21231 * gdb.reverse/solib-precsave.exp: Likewise.
21232 * gdb.reverse/step-precsave.exp: Likewise.
21233 * gdb.reverse/until-precsave.exp: Likewise.
21234 * gdb.reverse/watch-precsave.exp: Likewise.
21235 * gdb.reverse/watch-reverse.exp: Likewise.
21236
21237 2014-10-17 Yao Qi <yao@codesourcery.com>
21238
21239 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
21240 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
21241
21242 2014-10-17 Pedro Alves <palves@redhat.com>
21243
21244 PR gdb/17471
21245 * gdb.base/bg-execution-repeat.c: New file.
21246 * gdb.base/bg-execution-repeat.exp: New file.
21247
21248 2014-10-17 Pedro Alves <palves@redhat.com>
21249
21250 PR gdb/17300
21251 * gdb.base/continue-all-already-running.c: New file.
21252 * gdb.base/continue-all-already-running.exp: New file.
21253
21254 2014-10-17 Pedro Alves <palves@redhat.com>
21255
21256 PR gdb/17472
21257 * gdb.base/annota-input-while-running.c: New file.
21258 * gdb.base/annota-input-while-running.exp: New file.
21259
21260 2014-10-17 Pedro Alves <palves@redhat.com>
21261
21262 * gdb.base/callfuncs.exp: emove references to osf.
21263 * gdb.base/sigall.exp: Likewise.
21264 * gdb.gdb/selftest.exp: Likewise.
21265 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
21266 * gdb.mi/non-stop.c: Likewise.
21267 * gdb.mi/pthreads.c: Likewise.
21268 * gdb.reverse/sigall-precsave.exp: Likewise.
21269 * gdb.reverse/sigall-reverse.exp: Likewise.
21270 * gdb.threads/pthreads.c: Likewise.
21271 * gdb.threads/pthreads.exp: Likewise.
21272
21273 2014-10-17 Yao Qi <yao@codesourcery.com>
21274
21275 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
21276 check 'target_info exists noargs'.
21277 (test_command_prompt_position): Likewise.
21278 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
21279 Remove "set args".
21280 (progvar_simple_while_test): Likewise.
21281 (progvar_complex_if_while_test): Likewise.
21282 (if_while_breakpoint_command_test): Likewise.
21283 (infrun_breakpoint_command_test): Likewise.
21284 (breakpoint_command_test): Likewise.
21285 (watchpoint_command_test): Likewise.
21286 (bp_deleted_in_command_test): Likewise.
21287 (temporary_breakpoint_commands): Likewise.
21288
21289 2014-10-16 Yao Qi <yao@codesourcery.com>
21290
21291 * gdb.base/remotetimeout.exp: Remove noargs checking.
21292
21293 2014-10-15 Pedro Alves <palves@redhat.com>
21294
21295 PR breakpoints/9649
21296 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
21297 * gdb.base/breakpoint-in-ro-region.exp
21298 (probe_target_hardware_step): New procedure.
21299 (top level): Probe hardware stepping and hardware breakpoint
21300 support. Test stepping through a read-only region, with both
21301 "breakpoint auto-hw" on and off and both "always-inserted" on and
21302 off.
21303
21304 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
21305
21306 * gdb.dlang/demangle.exp: Update for demangling changes.
21307
21308 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
21309
21310 * gdb.cp/non-trivial-retval.cc: Add new test cases.
21311 * gdb.cp/non-trivial-retval.exp: Add new tests.
21312
21313 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
21314
21315 PR c++/13403
21316 PR c++/15154
21317 * gdb.cp/non-trivial-retval.cc: New file.
21318 * gdb.cp/non-trivial-retval.exp: New file.
21319
21320 2014-10-15 Yao Qi <yao@codesourcery.com>
21321
21322 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
21323 remote host.
21324
21325 2014-10-15 Yao Qi <yao@codesourcery.com>
21326
21327 * gdb.python/py-symbol.exp: Match file base name if host is
21328 remote, otherwise match file name with dir name.
21329 * gdb.python/py-symtab.exp: Likewise.
21330 * gdb.python/python.exp: Likewise.
21331
21332 2014-10-15 Yao Qi <yao@codesourcery.com>
21333
21334 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
21335 pattern.
21336 * gdb.python/py-symtab.exp: Likewise.
21337 * gdb.python/python.exp: Remove trailing ".*". Fix typo
21338 locationn.
21339
21340 2014-10-14 Joel Brobecker <brobecker@adacore.com>
21341
21342 * gdb.ada/addr_arith: New testcase.
21343
21344 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
21345
21346 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
21347 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
21348 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
21349 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
21350
21351 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
21352
21353 * gdb.arch/stap-eval-lang-ada.S: Likewise.
21354 * gdb.arch/stap-eval-lang-ada.c: Likewise.
21355 * gdb.arch/stap-eval-lang-ada.exp: New file.
21356
21357 2014-10-14 Yao Qi <yao@codesourcery.com>
21358
21359 * gdb.mi/mi-var-child.c (nothing1): New function.
21360 (nothing2): New function.
21361 (do_children_tests): Set function pointers by nothing1 and
21362 nothing2.
21363 * gdb.mi/mi-var-child.exp: Step over new added statements.
21364 Update test to match the new output.
21365 * gdb.mi/var-cmd.c (nothing1): New function.
21366 (nothing2): New function.
21367 (do_children_tests): Set function pointers by nothing1 and
21368 nothing2.
21369 * gdb.mi/mi-var-display.exp: Update test to match output.
21370 Step to the line specified by $line_dct_nothing.
21371 Increase the number of lines to step.
21372
21373 2014-10-14 Yao Qi <yao@codesourcery.com>
21374
21375 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
21376 tests.
21377 * gdb.mi/mi2-var-child.exp: Likewise.
21378
21379 2014-10-13 Doug Evans <dje@google.com>
21380
21381 * gdb.python/py-objfile.exp: Change name of file name test.
21382
21383 2014-10-13 Doug Evans <dje@google.com>
21384
21385 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
21386 from the start of the CU.
21387
21388 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
21389 Yao Qi <yao@codesourcery.com>
21390
21391 Fix "save breakpoints" for "catch" command.
21392 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
21393 Remove -nonewline. Match also the added "main" line.
21394
21395 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21396
21397 Fix "save breakpoints" for "disable $bpnum" command.
21398 * gdb.base/save-bp.c (main): Add label.
21399 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
21400
21401 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21402
21403 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
21404
21405 2014-10-11 Yao Qi <yao@codesourcery.com>
21406
21407 * gdb.server/server-kill.exp: Execute command
21408 "set remote trace-status-packet on" before "tstatus".
21409
21410 2014-10-11 Yao Qi <yao@codesourcery.com>
21411
21412 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
21413 (main): Call getppid.
21414 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
21415 and continue to it. Read variable "server_pid".
21416
21417 2014-10-11 Yao Qi <yao@codesourcery.com>
21418
21419 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
21420
21421 2014-10-11 Yao Qi <yao@codesourcery.com>
21422
21423 * gdb.threads/thread-find.exp: Don't execute command
21424 "info threads".
21425 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
21426 * gdb.threads/linux-dp.exp: Don't check the condition
21427 $threads_created equals to zero.
21428
21429 2014-10-10 Pedro Alves <palves@redhat.com>
21430
21431 * gdb.base/bigcore.exp: Remove references to IRIX.
21432 * gdb.base/funcargs.exp: Likewise.
21433 * gdb.base/interrupt.exp: Likewise.
21434 * gdb.base/mips_pro.exp: Likewise.
21435 * gdb.base/nodebug.exp: Likewise.
21436 * gdb.base/setvar.exp: Likewise.
21437 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
21438
21439 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
21440 Pedro Alves <palves@redhat.com>
21441
21442 PR symtab/14466
21443 * gdb.base/vdso-warning.c: New file.
21444 * gdb.base/vdso-warning.exp: New file.
21445
21446 2014-10-02 Doug Evans <dje@google.com>
21447
21448 * gdb.base/structs.c (main): Don't run forever.
21449
21450 2014-10-02 Pedro Alves <palves@redhat.com>
21451
21452 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
21453 (top level) <stop threads 1, stop threads 2>: Use it.
21454
21455 2014-10-02 Pedro Alves <palves@redhat.com>
21456
21457 * gdb.threads/break-while-running.exp (test): Add new
21458 'update_thread_list' argument. Skip "info threads" if false.
21459 (top level): Add new 'update_thread_list' axis.
21460
21461 2014-10-02 Pedro Alves <palves@redhat.com>
21462
21463 PR breakpoints/17431
21464 * gdb.base/execl-update-breakpoints.c: New file.
21465 * gdb.base/execl-update-breakpoints.exp: New file.
21466
21467 2014-10-01 Pedro Alves <palves@redhat.com>
21468
21469 * gdb.base/breakpoint-in-ro-region.c: New file.
21470 * gdb.base/breakpoint-in-ro-region.exp: New file.
21471
21472 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
21473
21474 * gdb.mi/mi-exit-code.exp: New file.
21475 * gdb.mi/mi-exit-code.c: New file.
21476
21477 2014-09-30 Yao Qi <yao@codesourcery.com>
21478
21479 * lib/prelink-support.exp (build_executable_own_libs): Error if
21480 the target isn't native.
21481
21482 2014-09-30 Yao Qi <yao@codesourcery.com>
21483
21484 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
21485 false.
21486
21487 2014-09-22 Pedro Alves <palves@redhat.com>
21488
21489 * gdb.threads/break-while-running.exp: New file.
21490 * gdb.threads/break-while-running.c: New file.
21491
21492 2014-09-19 Yao Qi <yao@codesourcery.com>
21493
21494 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
21495 Invoke test. Restart GDB with --readnow and invoke test again.
21496
21497 2014-09-19 Yao Qi <yao@codesourcery.com>
21498
21499 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
21500 proc set_breakpoint_on_gcd_function. Invoke
21501 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
21502 invoke set_breakpoint_on_gcd_function again.
21503
21504 2014-09-18 Doug Evans <dje@google.com>
21505
21506 * gdb.dwarf2/symtab-producer.exp: New file.
21507
21508 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
21509
21510 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
21511 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
21512 * gdb.base/global-var-nested-by-dso.c: Likewise.
21513 * gdb.base/global-var-nested-by-dso.exp: Likewise.
21514
21515 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
21516 Pedro Alves <palves@redhat.com>
21517
21518 * gdb.base/watch-bitfields.exp: Pass string other than test file
21519 name to prepare_for_testing.
21520 (watch): New procedure.
21521 (expect_watchpoint): Use with_test_prefix.
21522 (top level): Factor out tests to ...
21523 (test_watch_location, test_regular_watch): ... these new
21524 procedures, and use with_test_prefix and gdb_continue_to_end.
21525
21526 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
21527
21528 PR breakpoints/12526
21529 * gdb.base/watch-bitfields.exp: New file.
21530 * gdb.base/watch-bitfields.c: New file.
21531
21532 2014-09-16 Pedro Alves <palves@redhat.com>
21533
21534 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
21535 software and hardware addresses, not software address against
21536 itself.
21537
21538 2014-09-16 Pedro Alves <palves@redhat.com>
21539
21540 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
21541 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
21542
21543 2014-09-16 Pedro Alves <palves@redhat.com>
21544
21545 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
21546 files.
21547 * gdb.base/a2-run.exp: Remove all code guarded by istarget
21548 "*-*-vxworks*" throughout.
21549 * gdb.base/break.exp: Likewise.
21550 * gdb.base/default.exp: Likewise.
21551 * gdb.base/scope.exp: Likewise.
21552 * gdb.base/sepdebug.exp: Likewise.
21553 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
21554 throughout.
21555 * gdb.base/run.c: Likewise.
21556 * gdb.base/sepdebug.c: Likewise.
21557 * gdb.hp/gdb.aCC/run.c: Likewise.
21558 * gdb.reverse/until-reverse.c: Likewise.
21559 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
21560
21561 2014-09-16 Yao Qi <yao@codesourcery.com>
21562
21563 * boards/local-remote-host-native.exp: New file.
21564
21565 2014-09-14 Doug Evans <xdje42@gmail.com>
21566
21567 * gdb.threads/queue-signal.c (thread_count): New variable.
21568 (thread_count_mutex, thread_count_condvar): New variables.
21569 (incr_thread_count, wait_all_threads_running): New functions.
21570 (main): Wait for all threads to be in their thread functions.
21571
21572 2014-09-13 Doug Evans <xdje42@gmail.com>
21573
21574 * gdb.threads/queue-signal.c: New file.
21575 * gdb.threads/queue-signal.exp: New file.
21576
21577 2014-09-13 Doug Evans <xdje42@gmail.com>
21578
21579 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
21580 be consistent with what default_gdb_init uses.
21581 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
21582 the plain text of the prompt. Add some logging printfs.
21583 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
21584
21585 2014-09-12 Pedro Alves <palves@redhat.com>
21586
21587 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
21588 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
21589 * gdb.arch/i386-size-overlap.exp: Likewise.
21590 * gdb.arch/i386-size.exp: Likewise.
21591 * gdb.arch/i386-unwind.exp: Likewise.
21592 * gdb.base/a2-run.exp: Likewise.
21593 * gdb.base/break.exp: Likewise.
21594 * gdb.base/charset.exp: Likewise.
21595 * gdb.base/chng-syms.exp: Likewise.
21596 * gdb.base/commands.exp: Likewise.
21597 * gdb.base/dbx.exp: Likewise.
21598 * gdb.base/find.exp: Likewise.
21599 * gdb.base/funcargs.exp: Likewise.
21600 * gdb.base/jit-simple.exp: Likewise.
21601 * gdb.base/reread.exp: Likewise.
21602 * gdb.base/sepdebug.exp: Likewise.
21603 * gdb.base/step-bt.exp: Likewise.
21604 * gdb.cp/mb-inline.exp: Likewise.
21605 * gdb.cp/mb-templates.exp: Likewise.
21606 * gdb.objc/basicclass.exp: Likewise.
21607 * gdb.threads/killed.exp: Likewise.
21608
21609 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21610
21611 PR tdep/17379
21612 * gdb.arch/powerpc-stackless.S: New file.
21613 * gdb.arch/powerpc-stackless.exp: New file.
21614
21615 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21616
21617 * gdb.base/attach.c: Include unistd.h.
21618 (main): Call alarm. Add label postloop.
21619 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
21620 gdb_breakpoint, gdb_continue_to_breakpoint.
21621 (test_command_line_attach_run): Kill ${testpid} in one exit path.
21622
21623 2014-09-11 Pedro Alves <palves@redhat.com>
21624
21625 PR gdb/17347
21626 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
21627 * gdb.base/attach.exp (test_command_line_attach_run): New
21628 procedure.
21629 (top level): Call it.
21630
21631 2014-09-11 Pedro Alves <palves@redhat.com>
21632
21633 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
21634 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
21635 (do_command_attach_tests): Use spawn_wait_for_attach.
21636 * gdb.base/solib-overlap.exp: Likewise.
21637 * gdb.multi/multi-attach.exp: Likewise.
21638 * gdb.python/py-prompt.exp: Likewise.
21639 * gdb.python/py-sync-interp.exp: Likewise.
21640 * gdb.server/ext-attach.exp: Likewise.
21641
21642 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
21643
21644 * gdb.fortran/array-element.exp: Remove unexpected "continue"
21645 command in testcase. Simplify testcase.
21646
21647 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21648
21649 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
21650
21651 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21652
21653 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
21654
21655 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21656
21657 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
21658
21659 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21660
21661 * gdb.dwarf2/dynarr-ptr.c: New file.
21662 * gdb.dwarf2/dynarr-ptr.exp: New file.
21663
21664 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21665
21666 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
21667 of 30 rather than hardcoding 120 for a slow test case. Take the
21668 `gdb,timeout' target setting into account for this calculation.
21669 Don't extend the timeout for the test cases that don't need it.
21670
21671 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21672
21673 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
21674 a factor of 2 for a slow test case. Take the `gdb,timeout'
21675 target setting into account for this calculation.
21676 * gdb.reverse/until-precsave.exp: Increase the timeout by
21677 a factor of 15 and 3 respectively rather than adding 120
21678 for a pair of slow test cases. Take the `gdb,timeout'
21679 target setting into account for this calculation.
21680
21681 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21682
21683 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
21684 timeout, don't pass one down to gdb_expect.
21685 (gdb_expect): Rework timeout selection.
21686
21687 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21688
21689 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
21690 exception on timeout.
21691 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
21692 (gdbserver_start_extended): Catch any `gdbserver_start' error
21693 exceptions.
21694 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
21695 * lib/mi-support.exp (mi_gdb_target_load): Catch any
21696 `gdbserver_gdb_load' error exceptions.
21697
21698 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21699
21700 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
21701 120 on waiting for the TCP socket to open.
21702
21703 2014-09-09 Doug Evans <xdje42@gmail.com>
21704
21705 * gdb.base/default.exp (show_conv_list): Add _caller_is,
21706 _caller_matches, _any_caller_is, _any_caller_matches.
21707
21708 2014-09-09 Doug Evans <xdje42@gmail.com>
21709
21710 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
21711
21712 2014-09-09 Yao Qi <yao@codesourcery.com>
21713
21714 * gdb.mi/mi-var-display.exp: Set print symbol off.
21715
21716 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
21717
21718 PR gdb/17035
21719 * gdb.base/commands.exp: Add tests to verify user-defined
21720 commands with empty bodies.
21721 * gdb.python/py-cmd.exp: Test that we don't show user-defined
21722 python commands in `show user command`.
21723 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
21724 scheme commands in `show user command`.
21725
21726 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21727
21728 PR python/17355
21729 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
21730 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
21731 * gdb.python/py-framefilter-invalidarg.exp: New file.
21732 * gdb.python/py-framefilter-invalidarg.py: New file.
21733
21734 2014-09-06 Doug Evans <xdje42@gmail.com>
21735
21736 PR 15276
21737 * gdb.python/py-caller-is.c: New file.
21738 * gdb.python/py-caller-is.exp: New file.
21739
21740 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
21741
21742 PR gdb/17235
21743 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
21744 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
21745
21746 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
21747
21748 PR fortran/17237
21749 * gdb.fortran/print-formatted.exp: New file.
21750 * gdb.fortran/print-formatted.f90: Likewise.
21751
21752 2014-09-03 Sasha Smundak <asmundak@google.com>
21753
21754 * gdb.python/py-frame.exp: Test Frame.read_register.
21755
21756 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
21757
21758 PR python/16699
21759 * gdb.python/py-completion.exp: New file.
21760 * gdb.python/py-completion.py: Likewise.
21761
21762 2014-08-28 Doug Evans <dje@google.com>
21763
21764 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
21765 eax,etc. are live with values set by gdb and thus the compiler can't
21766 use them.
21767 * gdb.arch/i386-pseudo.c (main): Ditto.
21768
21769 2014-08-27 Doug Evans <dje@google.com>
21770
21771 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
21772
21773 2014-08-25 Doug Evans <dje@google.com>
21774
21775 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
21776 (main): Ditto.
21777
21778 2014-08-25 Doug Evans <dje@google.com>
21779
21780 * gdb.threads/thread-execl.exp: #include <stdio.h>.
21781
21782 2014-08-24 Yao Qi <yao@codesourcery.com>
21783
21784 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
21785 symbol off.
21786 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
21787
21788 2014-08-22 Doug Evans <dje@google.com>
21789
21790 PR 17276
21791 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
21792 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
21793 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
21794
21795 2014-08-22 Yao Qi <yao@codesourcery.com>
21796
21797 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
21798 * gdb.python/py-finish-breakpoint2.exp: Likewise.
21799 * gdb.python/python.exp: Likewise. Use .py file on the host
21800 instead of the build.
21801
21802 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
21803
21804 * gdb.threads/gcore-stale-thread.c: New file.
21805 * gdb.threads/gcore-stale-thread.exp: New file.
21806
21807 2014-08-21 Pedro Alves <palves@redhat.com>
21808
21809 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
21810 * gdb.base/gcore-relro-pie.exp: Likewise.
21811 * gdb.base/gcore-relro.exp: Likewise.
21812 * gdb.base/gcore.exp: Likewise.
21813 * gdb.base/print-symbol-loading.exp: Likewise.
21814 * gdb.threads/gcore-thread.exp: Likewise.
21815 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
21816
21817 2014-08-20 Pedro Alves <palves@redhat.com>
21818 Jan Kratochvil <jan.kratochvil@redhat.com>
21819
21820 * Makefile.in (EXTRA_RULES, CC): New variables, get from
21821 configure.
21822 (EXPECT): Handle READ1 being set.
21823 (all): Depend on EXTRA_RULES.
21824 (check-read1, expect-read1, read1.so, read1): New rules.
21825 * README (Testsuite Parameters): Document the READ1 make variable.
21826 (Race detection): New section.
21827 * configure: Regenerate.
21828 * configure.ac: If build==host==target, and running under a
21829 GNU/glibc system, add read1 to the extra Makefile rules.
21830 (EXTRA_RULES): AC_SUBST it.
21831 * lib/read1.c: New file.
21832
21833 2014-08-20 Joel Brobecker <brobecker@adacore.com>
21834
21835 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
21836 the handling of variables declared as a typedef to an array
21837 which a DW_AT_data_location attribute.
21838
21839 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
21840 Pedro Alves <palves@redhat.com>
21841
21842 PR symtab/14604
21843 PR symtab/14605
21844 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
21845 gdb_test.
21846
21847 2014-08-19 Pedro Alves <palves@redhat.com>
21848
21849 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
21850
21851 2014-08-19 Yao Qi <yao@codesourcery.com>
21852
21853 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
21854 right line.
21855
21856 2014-08-18 David Blaikie <dblaikie@gmail.com>
21857
21858 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
21859
21860 2014-08-18 Joel Brobecker <brobecker@adacore.com>
21861
21862 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
21863 attribute in array range.
21864
21865 2014-08-18 Joel Brobecker <brobecker@adacore.com>
21866
21867 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
21868
21869 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
21870
21871 PR c++/17132
21872 * gdb.cp/pr17132.cc: New file.
21873 * gdb.cp/pr17132.exp: New file.
21874
21875 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
21876
21877 * gdb.python/py-xmethods.py (A_getarrayind)
21878 (E_method_char_worker.__call__, E_method_int_worker.__call__):
21879 Use 'print' with function call syntax.
21880 (E_method_matcher.match): Fix tab vs space indentation mixup.
21881
21882 2014-08-15 Yao Qi <yao@codesourcery.com>
21883
21884 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
21885 false.
21886
21887 2014-08-15 Yao Qi <yao@codesourcery.com>
21888
21889 * gdb.cp/casts.exp: Set print symbol off.
21890 * gdb.cp/class2.exp: Likewise.
21891 * gdb.cp/overload.exp: Likewise.
21892 * gdb.cp/templates.exp: Likewise.
21893
21894 2014-08-11 Doug Evans <dje@google.com>
21895
21896 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
21897 (test_load_shlib): Update.
21898
21899 2014-08-09 Yao Qi <yao@codesourcery.com>
21900
21901 * gdb.base/display.exp: Invoke is_address_zero_readable.
21902 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
21903 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
21904 * gdb.base/hbreak-unmapped.exp: Return if
21905 is_address_zero_readable returns true.
21906 * gdb.base/signest.exp: Likewise.
21907 * gdb.base/signull.exp: Likewise.
21908 * gdb.base/sigbpt.exp: Likewise.
21909 * gdb.guile/scm-disasm.exp: Do the test if
21910 is_address_zero_readable returns false.
21911 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
21912 * gdb.python/py-arch.exp: Likewise.
21913 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
21914 * lib/gdb.exp (is_address_zero_readable): New proc.
21915
21916 2014-08-09 Yao Qi <yao@codesourcery.com>
21917
21918 PR testsuite/13443
21919 * gdb.mi/mi-var-display.exp: Make test messages unique.
21920
21921 2014-08-04 Tom Tromey <tromey@redhat.com>
21922
21923 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
21924 target 0".
21925
21926 2014-08-04 Tom Tromey <tromey@redhat.com>
21927
21928 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
21929 "target_resume".
21930
21931 2014-08-01 Joel Brobecker <brobecker@adacore.com>
21932
21933 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
21934 inner_vla_struct_object_size.
21935 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
21936 as xfail.
21937
21938 2014-07-30 Pedro Alves <palves@redhat.com>
21939
21940 * gdb.threads/signal-command-handle-nopass.exp (test): Add
21941 comment.
21942
21943 2014-07-29 Yao Qi <yao@codesourcery.com>
21944
21945 PR gdb/17206
21946 * gdb.base/until-nodebug.exp: New.
21947
21948 2014-07-28 Doug Evans <xdje42@gmail.com>
21949
21950 PR guile/17203
21951 * gdb.guile/scm-parameter.exp: Add tests for trying to create
21952 previously existing parameter, and previously ambiguously spelled
21953 parameter.
21954
21955 2014-07-28 Will Newton <will.newton@linaro.org>
21956
21957 * gdb.base/varargs.exp: Remove KFAILs for ARM.
21958
21959 2014-07-26 Ludovic Courtès <ludo@gnu.org>
21960 Doug Evans <xdje42@gmail.com>
21961
21962 PR guile/17146
21963 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
21964
21965 2014-07-25 Pedro Alves <palves@redhat.com>
21966
21967 * gdb.threads/signal-command-handle-nopass.c: New file.
21968 * gdb.threads/signal-command-handle-nopass.exp: New file.
21969 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
21970 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
21971 * gdb.threads/signal-delivered-right-thread.c: New file.
21972 * gdb.threads/signal-delivered-right-thread.exp: New file.
21973
21974 2014-07-25 Pedro Alves <palves@redhat.com>
21975
21976 * gdb.base/double-prompt-target-event-error.exp
21977 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
21978 match.
21979 (cancel_pagination_in_target_event): Rework double prompt
21980 detection.
21981 * gdb.base/paginate-after-ctrl-c-running.exp
21982 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
21983 <return>' match.
21984 * gdb.base/paginate-bg-execution.exp
21985 (test_bg_execution_pagination_return)
21986 (test_bg_execution_pagination_cancel): Remove '-notransfer
21987 <return>' matches.
21988 * gdb.base/paginate-execution-startup.exp
21989 (test_fg_execution_pagination_return)
21990 (test_fg_execution_pagination_cancel): Remove '-notransfer
21991 <return>' matches.
21992 * gdb.base/paginate-inferior-exit.exp
21993 (test_paginate_inferior_exited): Remove '-notransfer <return>'
21994 match.
21995 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
21996 * lib/gdb.exp (pagination_prompt): Run text through
21997 string_to_regexp.
21998 (gdb_test_multiple): Match $pagination_prompt instead of
21999 "<return>".
22000 (string_to_regexp): Move to lib/gdb-utils.exp.
22001
22002 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
22003
22004 * gdb.arch/amd64-entry-value-paramref.S: New file.
22005 * gdb.arch/amd64-entry-value-paramref.cc: New file.
22006 * gdb.arch/amd64-entry-value-paramref.exp: New file.
22007 * gdb.arch/amd64-optimout-repeat.S: New file.
22008 * gdb.arch/amd64-optimout-repeat.c: New file.
22009 * gdb.arch/amd64-optimout-repeat.exp: New file.
22010
22011 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
22012
22013 PR gdb/17170
22014 * gdb.base/statistics.exp: New file.
22015
22016 2014-07-17 Doug Evans <dje@google.com>
22017
22018 PR gdb/17170
22019 * gdb.base/maint.exp: Update testing of per-command stats.
22020
22021 2014-07-16 Pedro Alves <palves@redhat.com>
22022
22023 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
22024 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
22025 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
22026 (tfile_write_buf): New functions.
22027 (add_memory_block): Rewrite using the above.
22028 (adjust_function_address): New function.
22029 (FUNCTION_ADDRESS): New macro.
22030 (write_basic_trace_file): Remove short_x local, and use
22031 tfile_write_16. Change type of func_addr local to unsigned long
22032 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
22033 here. Cast argument of add_memory_block to char pointer.
22034 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
22035 (main): Remove parameters.
22036 * gdb.trace/tfile.exp: Remove nowarnings.
22037
22038 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
22039
22040 * gdb.base/debug-expr.exp: Test string evaluation with
22041 "debug expression" on.
22042
22043 2014-07-15 Pedro Alves <palves@redhat.com>
22044
22045 * gdb.base/reread.exp: Use clean_restart.
22046
22047 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
22048
22049 * gdb.arch/avr-flash-qualifer.c: New.
22050 * gdb.arch/avr-flash-qualifer.exp: New.
22051
22052 2014-07-14 Pedro Alves <palves@redhat.com>
22053
22054 * gdb.base/paginate-after-ctrl-c-running.c: New file.
22055 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
22056
22057 2014-07-14 Pedro Alves <palves@redhat.com>
22058
22059 * gdb.base/double-prompt-target-event-error.c: New file.
22060 * gdb.base/double-prompt-target-event-error.exp: New file.
22061
22062 2014-07-14 Pedro Alves <palves@redhat.com>
22063
22064 PR gdb/17072
22065 * gdb.base/paginate-inferior-exit.c: New file.
22066 * gdb.base/paginate-inferior-exit.exp: New file.
22067
22068 2014-07-14 Pedro Alves <palves@redhat.com>
22069
22070 PR gdb/17072
22071 * gdb.base/paginate-bg-execution.c: New file.
22072 * gdb.base/paginate-bg-execution.exp: New file.
22073
22074 2014-07-14 Pedro Alves <palves@redhat.com>
22075
22076 PR gdb/17072
22077 * gdb.base/paginate-execution-startup.c: New file.
22078 * gdb.base/paginate-execution-startup.exp: New file.
22079 * lib/gdb.exp (pagination_prompt): New global.
22080 (default_gdb_spawn): New procedure, factored out from
22081 default_gdb_spawn.
22082 (default_gdb_start): Adjust to call default_gdb_spawn.
22083 (gdb_spawn): New procedure.
22084
22085 2014-07-14 Pedro Alves <palves@redhat.com>
22086
22087 * lib/gdb.exp (gdb_assert): New procedure.
22088 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
22089
22090 2014-07-14 Pedro Alves <palves@redhat.com>
22091
22092 * gdb.base/execution-termios.c: New file.
22093 * gdb.base/execution-termios.exp: New file.
22094
22095 2014-07-14 Tom Tromey <tromey@redhat.com>
22096
22097 * gdb.cp/vla-cxx.cc: New file.
22098 * gdb.cp/vla-cxx.exp: New file.
22099
22100 2014-07-14 Tom Tromey <tromey@redhat.com>
22101
22102 * gdb.reverse/rerun-prec.c: New file.
22103 * gdb.reverse/rerun-prec.exp: New file.
22104
22105 2014-07-12 Maciej W. Rozycki <macro@mips.com>
22106 Maciej W. Rozycki <macro@codesourcery.com>
22107
22108 * lib/gdb-utils.exp: New file.
22109 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
22110 inline `gdb_init_command' processing.
22111 (gdb_start_cmd): Likewise.
22112 * lib/mi-support.exp (mi_run_cmd): Likewise.
22113 * README: Document `gdb_init_command' and `gdb_init_commands'.
22114
22115 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
22116
22117 Fix false FAIL running under a very long directory name.
22118 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
22119 and "set print elements 10000". Twice.
22120
22121 2014-07-11 Yao Qi <yao@codesourcery.com>
22122
22123 * gdb.base/exprs.exp: "set print symbol off".
22124
22125 2014-07-11 Pedro Alves <palves@redhat.com>
22126
22127 * gdb.threads/kill.c: New file.
22128 * gdb.threads/kill.exp: New file.
22129
22130 2014-07-10 Yao Qi <yao@codesourcery.com>
22131
22132 * gdb.trace/tfile.c (write_basic_trace_file)
22133 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
22134 address written to trace file.
22135
22136 2014-07-09 Pedro Alves <palves@redhat.com>
22137
22138 * gdb.base/attach-wait-input.exp: New file.
22139 * gdb.base/attach-wait-input.c: New file.
22140
22141 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
22142
22143 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
22144 setting up test structures.
22145 (main): Call new test function.
22146 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
22147 test function, continue into test function and walk test
22148 structures.
22149
22150 2014-07-02 Yao Qi <yao@codesourcery.com>
22151
22152 * gdb.trace/entry-values.c: Define labels 'foo_start' and
22153 'bar_start' at the beginning of functions 'foo' and 'bar'
22154 respectively.
22155 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
22156 instead of 'foo' and 'bar'.
22157
22158 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
22159
22160 * gdb.btrace/segv.exp: New.
22161 * gdb.btrace/segv.c: New.
22162
22163 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
22164
22165 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
22166 instruction.
22167
22168 2014-06-30 Mark Wielaard <mjw@redhat.com>
22169
22170 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
22171 vulture, vilify, villar): New volatile array constants.
22172 (vindictive, vegetation): New const volatile array constants.
22173 * gdb.base/volatile.exp: Test volatile and const volatile array
22174 types.
22175
22176 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
22177
22178 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
22179 target lacks support for awatch, rwatch, or hbreak.
22180
22181 2014-06-27 Yao Qi <yao@codesourcery.com>
22182
22183 * gdb.multi/dummy-frame-restore.exp: New.
22184 * gdb.multi/dummy-frame-restore.c: New.
22185
22186 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
22187
22188 * gdb.btrace/gcore.exp: New.
22189
22190 2014-06-23 Pedro Alves <palves@redhat.com>
22191
22192 * gdb.base/watchpoint-reuse-slot.c: New file.
22193 * gdb.base/watchpoint-reuse-slot.exp: New file.
22194
22195 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
22196
22197 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
22198 progspace's filename in 'info', 'enable' and 'disable' command
22199 tests.
22200
22201 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
22202
22203 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
22204 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
22205 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
22206
22207 2014-06-20 Gary Benson <gbenson@redhat.com>
22208
22209 * gdb.arch/i386-avx.exp: Fix include file location.
22210 * gdb.arch/i386-sse.exp: Likewise.
22211
22212 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
22213
22214 * gdb.dlang/expression.exp: New file.
22215
22216 2014-06-19 Pedro Alves <palves@redhat.com>
22217
22218 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
22219 out from ...
22220 (top level): ... here. Iterate running tests under different
22221 scheduler-locking settings.
22222
22223 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
22224
22225 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
22226 to DW_FORM_addr and use non-zero addresses.
22227
22228 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
22229
22230 PR gdb/17017
22231 * gdb.python/py-xmethods.cc: Add global function call counters and
22232 increment them in their respective functions. Remove "cout"
22233 statements.
22234 * gdb.python/py-xmethods.exp: Make tests check the global function
22235 call counters instead of depending on inferior IO.
22236
22237 2014-06-18 Don Breazeal <donb@codesourcery.com>
22238
22239 * gdb.base/foll-fork.exp (default_fork_parent_follow):
22240 Deleted procedure.
22241 (explicit_fork_parent_follow): Deleted procedure.
22242 (explicit_fork_child_follow): Deleted procedure.
22243 (test_follow_fork): New procedure.
22244 (do_fork_tests): Replace calls to deleted procedures with
22245 calls to test_follow_fork and reset GDB for subsequent
22246 procedure calls.
22247
22248 2014-06-17 Yao Qi <yao@codesourcery.com>
22249
22250 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
22251 CP1252.
22252
22253 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
22254
22255 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
22256 Initialize ptr and S explicitly.
22257 (skip_type_update_when_not_use_rtti_test): Likewise.
22258
22259 2014-06-16 Keith Seitz <keiths@redhat.com>
22260
22261 PR mi/15863
22262 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
22263 the inferior is started.
22264
22265 2014-06-16 Pedro Alves <palves@redhat.com>
22266
22267 * gdb.base/break-main-file-remove-fail.c: New file.
22268 * gdb.base/break-main-file-remove-fail.exp: New file.
22269 * gdb.base/break-unload-file.exp: Use build_executable instead of
22270 prepare_for_testing.
22271 (test_break): New parameter "initial_load". Handle it.
22272 (top level): Add initial_load cmdline/file axis.
22273
22274 2014-06-12 Tom Tromey <tromey@redhat.com>
22275
22276 * gdb.base/completion.exp: Don't use directory name in test.
22277
22278 2014-06-09 Gary Benson <gbenson@redhat.com>
22279
22280 * gdb.base/sigall.c [Functions to send signals]: Reorder to
22281 separate the always-available ANSI-standard signals from the
22282 signals that require checking.
22283 (main): Likewise.
22284 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
22285 Likewise.
22286 (main): Likewise.
22287
22288 2014-06-07 Keith Seitz <keiths@redhat.com>
22289
22290 Revert:
22291 PR c++/16253
22292 * gdb.cp/var-tag.cc: New file.
22293 * gdb.cp/var-tag.exp: New file.
22294 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
22295 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
22296 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
22297 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
22298
22299 2014-06-06 Doug Evans <xdje42@gmail.com>
22300
22301 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
22302
22303 2014-06-06 Pedro Alves <palves@redhat.com>
22304
22305 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
22306 in target debug output instead of looking at RSP packets,
22307 disabling the test on any target that uses hardware stepping.
22308 Update comments.
22309
22310 2014-06-06 Pedro Alves <palves@redhat.com>
22311
22312 * gdb.base/break-unload-file.exp: Fix typo.
22313
22314 2014-06-06 Yao Qi <yao@codesourcery.com>
22315
22316 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
22317 from "jit_function" to "^jit_function".
22318
22319 2014-06-06 Yao Qi <yao@codesourcery.com>
22320
22321 * gdb.base/async.c (foo): Add one statement.
22322 * gdb.base/async.exp: Get the next instruction address and
22323 match the output of "nexti" by instruction address. Match
22324 the hex address in the output of "finish".
22325
22326 2014-06-06 Gary Benson <gbenson@redhat.com>
22327
22328 * gdb.base/call-signals.c: Remove preprocessor conditionals
22329 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
22330 SIGSEGV and SIGTERM.
22331 * gdb.base/sigall.c: Likewise.
22332 * gdb.base/unwindonsignal.c: Likewise.
22333 * gdb.reverse/sigall-reverse.c: Likewise.
22334
22335 2014-06-06 Yao Qi <yao@codesourcery.com>
22336
22337 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
22338 readable, skip the test.
22339
22340 2014-06-06 Yao Qi <yao@codesourcery.com>
22341
22342 * gdb.threads/staticthreads.c (thread_function): Move the line
22343 setting breakpoint on forward.
22344 * gdb.threads/staticthreads.exp: Update comments.
22345
22346 2014-06-05 Ludovic Courtès <ludo@gnu.org>
22347
22348 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
22349 "history-append! type error".
22350
22351 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
22352
22353 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
22354 erroneous dprintf expected input.
22355
22356 2014-06-04 Doug Evans <xdje42@gmail.com>
22357
22358 * gdb.guile/scm-generics.exp: Delete.
22359
22360 2014-06-04 Doug Evans <xdje42@gmail.com>
22361
22362 * gdb.guile/scm-breakpoint.exp: Update.
22363 Add tests for breakpoint registration.
22364
22365 2014-06-04 Tom Tromey <tromey@redhat.com>
22366
22367 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
22368 VLA-in-union.
22369 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
22370 inner_vla_struct, vla_union types. Initialize objects of those
22371 types and compute their sizes.
22372
22373 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
22374 Hui Zhu <hui@codesourcery.com>
22375
22376 * gdb.base/fileio.exp: Add test for shell not available as well as
22377 available.
22378 * gdb.base/fileio.c (test_system): Check for shell twice.
22379
22380 2014-06-04 Yao Qi <yao@codesourcery.com>
22381
22382 * gdb.base/auto-connect-native-target.exp: Remove redundant
22383 space from the regexp pattern.
22384
22385 2014-06-04 Yao Qi <yao@codesourcery.com>
22386
22387 * gdb.base/default.exp: Replace "child" with "native" in
22388 regexp pattern.
22389
22390 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
22391
22392 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
22393 * gdb.python/py-xmethods.exp: New tests to test xmethods.
22394 * gdb.python/py-xmethods.py: Python script supporting the
22395 new testcase and tests.
22396
22397 2014-06-03 Joel Brobecker <brobecker@adacore.com>
22398 Pedro Alves <palves@redhat.com>
22399
22400 PR breakpoints/17000
22401 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
22402 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
22403
22404 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
22405
22406 * gdb.base/subst.exp: Add tests to verify partial path matching
22407 output.
22408
22409 2014-06-03 Pedro Alves <palves@redhat.com>
22410
22411 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
22412 target that doesn't use software single-stepping.
22413
22414 2014-06-03 Pedro Alves <palves@redhat.com>
22415
22416 PR breakpoints/17000
22417 * gdb.base/sss-bp-on-user-bp-2.c: New file.
22418 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
22419
22420 2014-06-02 Doug Evans <xdje42@gmail.com>
22421
22422 * gdb.guile/scm-parameter.exp: New file.
22423
22424 2014-06-02 Doug Evans <xdje42@gmail.com>
22425
22426 * gdb.guile/scm-cmd.c: New file.
22427 * gdb.guile/scm-cmd.exp: New file.
22428
22429 2014-06-02 Doug Evans <xdje42@gmail.com>
22430
22431 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
22432 pretty-printer lookup.
22433 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
22434 (make-pp_s-printer): Call it.
22435 (make-pretty-printer-from-dict): New function.
22436 (lookup-pretty-printer-maker-from-dict): New function.
22437 (*pretty-printer*): Simplify.
22438 (make-objfile-pp_s-printer): New function.
22439 (install-objfile-pretty-printers!): New function.
22440 (make-progspace-pp_s-printer): New function.
22441 (install-progspace-pretty-printers!): New function.
22442 * gdb.guile/scm-progspace.c: New file.
22443 * gdb.guile/scm-progspace.exp: New file.
22444
22445 2014-06-02 Pedro Alves <palves@redhat.com>
22446
22447 * gdb.base/dprintf-bp-same-addr.c: New file.
22448 * gdb.base/dprintf-bp-same-addr.exp: New file.
22449
22450 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
22451
22452 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
22453 * gdb.arch/powerpc-power.s: Likewise.
22454
22455 2014-06-02 Joel Brobecker <brobecker@adacore.com>
22456
22457 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
22458
22459 2014-06-01 Yao Qi <yao@codesourcery.com>
22460
22461 * gdb.base/watchpoint.exp (test_watch_location): Check null
22462 pointer can be dereferenced. If not, do the test, otherwise
22463 skip it.
22464
22465 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
22466
22467 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
22468 results.
22469 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
22470
22471 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
22472
22473 * gdb.arch/amd64-invalid-stack-middle.S: New file.
22474 * gdb.arch/amd64-invalid-stack-middle.c: New file.
22475 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
22476 * gdb.arch/amd64-invalid-stack-top.c: New file.
22477 * gdb.arch/amd64-invalid-stack-top.exp: New file.
22478
22479 2014-05-30 Pedro Alves <palves@redhat.com>
22480
22481 PR breakpoints/17000
22482 * gdb.base/sss-bp-on-user-bp.c: New file.
22483 * gdb.base/sss-bp-on-user-bp.exp: New file.
22484
22485 2014-05-30 David Blaikie <dblaikie@gmail.com>
22486
22487 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
22488 gnu_inline semantics via attribute.
22489 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
22490 source explicitly specifies the required semantics.
22491
22492 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
22493
22494 * gdb.reverse/sigall-reverse.exp: Fix a typo.
22495
22496 2014-05-29 Pedro Alves <palves@redhat.com>
22497 Tom Tromey <tromey@redhat.com>
22498
22499 * gdb.base/async-shell.exp: Don't enable target-async.
22500 * gdb.base/async.exp
22501 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
22502 parameter. Adjust.
22503 (top level): Don't test with "target-async".
22504 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
22505 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
22506 * gdb.base/inferior-died.exp: Don't enable target-async.
22507 * gdb.base/interrupt-noterm.exp: Likewise.
22508 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
22509 * gdb.mi/mi-nonstop-exit.exp: Likewise.
22510 * gdb.mi/mi-nonstop.exp: Likewise.
22511 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
22512 * gdb.mi/mi-nsintrall.exp: Likewise.
22513 * gdb.mi/mi-nsmoribund.exp: Likewise.
22514 * gdb.mi/mi-nsthrexec.exp: Likewise.
22515 * gdb.mi/mi-watch-nonstop.exp: Likewise.
22516 * gdb.multi/watchpoint-multi.exp: Adjust comment.
22517 * gdb.python/py-evsignal.exp: Don't enable target-async.
22518 * gdb.python/py-evthreads.exp: Likewise.
22519 * gdb.python/py-prompt.exp: Likewise.
22520 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
22521 * gdb.server/solib-list.exp: Don't enable target-async.
22522 * gdb.threads/thread-specific-bp.exp: Likewise.
22523 * lib/mi-support.exp: Adjust to use mi-async.
22524
22525 2014-05-29 Pedro Alves <palves@redhat.com>
22526
22527 PR gdb/13860
22528 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
22529 reason, even in sync mode.
22530
22531 2014-05-29 Pedro Alves <palves@redhat.com>
22532 Hui Zhu <hui@codesourcery.com>
22533
22534 PR PR15693
22535 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
22536 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
22537 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
22538 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
22539
22540 2014-05-28 Joel Brobecker <brobecker@adacore.com>
22541
22542 * config/monitor.exp (gdb_target_monitor): Replace use of
22543 "set remotebaud" by "set serial baud".
22544
22545 2014-05-26 Andy Wingo <wingo@igalia.com>
22546
22547 * gdb.guile/scm-breakpoint.exp:
22548 * gdb.guile/scm-gsmob.exp: Update to use plain old object
22549 properties instead of gdb-object-properties.
22550
22551 2014-05-26 Yao Qi <yao@codesourcery.com>
22552
22553 * gdb.server/no-thread-db.exp: Specify source file name
22554 explicitly when setting a breakpoint.
22555
22556 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22557
22558 * gdb.btrace/vdso.c: New.
22559 * gdb.btrace/vdso.exp: New.
22560
22561 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22562
22563 * gdb.base/gcore.exp (capture_command_output): Move ...
22564 * lib/gdb.exp (capture_command_output): ... here.
22565
22566 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22567
22568 * gdb.btrace/data.exp: Test memory access during btrace replay.
22569
22570 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
22571
22572 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
22573
22574 2014-05-21 Pedro Alves <palves@redhat.com>
22575
22576 PR gdb/13860
22577 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
22578 (top level): Test that output related to execution commands is
22579 sent to the console with CLI commands, but not with MI commands.
22580 Test that breakpoint events are always mirrored to the console.
22581 Also expect the new source line to be output after a "next" in
22582 async mode too. Make it a pass/fail test.
22583 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
22584 output.
22585 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
22586
22587 2014-05-21 Pedro Alves <palves@redhat.com>
22588
22589 * gdb.base/list.exp (build_pattern, test_list): New procedures.
22590 Use them to test variations of "list" after reaching a breakpoint.
22591 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
22592 Test "list" with listsize 10 after reaching a breakpoint.
22593 * gdb.python/python.exp (decode_line current location line
22594 number): Adjust expected line number.
22595
22596 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
22597
22598 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
22599 behavior for $args, pass it directly to "run".
22600
22601 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
22602
22603 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
22604 30000 to 65536.
22605
22606 2014-05-21 Pedro Alves <palves@redhat.com>
22607
22608 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
22609 auto-connect-native-target off".
22610 * gdb.base/auto-connect-native-target.c: New file.
22611 * gdb.base/auto-connect-native-target.exp: New file.
22612
22613 2014-05-21 Pedro Alves <palves@redhat.com>
22614
22615 * gdb.base/default.exp: Test "target native" instead of "target
22616 child".
22617
22618 2014-05-21 Mark Wielaard <mjw@redhat.com>
22619
22620 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
22621
22622 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
22623
22624 Fix TLS access for -static -pthread.
22625 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
22626 <HAVE_TLS> (thread_function, main): Initialize it.
22627 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
22628 Add clean_restart.
22629 <$have_tls != "">: Check TLSVAR.
22630
22631 2014-05-21 Pedro Alves <palves@redhat.com>
22632
22633 * gdb.base/dcache-line-read-error.c: New.
22634 * gdb.base/dcache-line-read-error.exp: New.
22635
22636 2014-05-20 Pedro Alves <palves@redhat.com>
22637
22638 * gdb.base/compare-sections.c: New file.
22639 * gdb.base/compare-sections.exp: New file.
22640
22641 2014-05-20 Pedro Alves <palves@redhat.com>
22642
22643 * gdb.base/break-idempotent.c: New file.
22644 * gdb.base/break-idempotent.exp: New file.
22645
22646 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
22647
22648 * gdb.btrace/nohist.exp: New.
22649
22650 2014-05-20 Yao Qi <yao@codesourcery.com>
22651
22652 * lib/gdb.exp (gdb_init): Set timeout if test file is under
22653 gdb.reverse directory and gdb_reverse_timeout exists in board
22654 setting.
22655 * README: Document gdb_reverse_timeout.
22656
22657 2014-05-20 Yao Qi <yao@codesourcery.com>
22658
22659 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
22660 'test_file_name'. Treat args as a string instead of a list.
22661 (gdb_init): Rename argument 'args' by 'test_file_name'.
22662
22663 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
22664
22665 * gdb.arch/powerpc-power.exp: New file.
22666 * gdb.arch/powerpc-power.s: New file.
22667
22668 2014-05-16 Doug Evans <dje@google.com>
22669
22670 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
22671 * gdb.base/completion.exp: Check that all expected files exist
22672 before doing file completion.
22673
22674 2014-05-16 Doug Evans <dje@google.com>
22675
22676 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
22677 Update.
22678 (do_syscall_tests_without_xml): Update.
22679
22680 2014-05-16 Pedro Alves <palves@redhat.com>
22681
22682 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
22683 instead of "unknown output after running".
22684
22685 2014-05-16 Yao Qi <yao@codesourcery.com>
22686
22687 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
22688 file1.txt from host at the end.
22689 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
22690
22691 2014-05-15 Doug Evans <dje@google.com>
22692
22693 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
22694 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
22695 loading file. Add test for TU lookup.
22696
22697 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
22698
22699 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
22700 calling "-exec-arguments" or "set args" before running the
22701 inferior.
22702
22703 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
22704
22705 * lib/mi-support.exp (mi_expect_stop): Expect message for
22706 inferiors that exit with non-zero exit code.
22707
22708 2014-05-14 Yao Qi <yao@codesourcery.com>
22709
22710 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
22711 match absolute path on remote host.
22712 (test_file_list_exec_source_files): Remove "/" from the
22713 pattern.
22714
22715 2014-05-14 Yao Qi <yao@codesourcery.com>
22716
22717 * boards/local-remote-host-notty.exp (${board}_file): New
22718 proc.
22719
22720 2014-05-07 Kyle McMartin <kyle@redhat.com>
22721
22722 Pushed by Joel Brobecker <brobecker@adacore.com>.
22723 * gdb.arch/aarch64-atomic-inst.c: New file.
22724 * gdb.arch/aarch64-atomic-inst.exp: New file.
22725
22726 2014-05-07 Yao Qi <yao@codesourcery.com>
22727
22728 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
22729 in current context" too.
22730
22731 2014-05-05 Keith Seitz <keiths@redhat.com>
22732
22733 * gdb.linespec/ls-dollar.exp: Add test for linespec
22734 file:convenience_variable.
22735
22736 2014-05-05 Yao Qi <yao@codesourcery.com>
22737
22738 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
22739 traceframes into tfile and ctf trace files. Read data from
22740 trace file and test collected data.
22741 (gdb_collect_locals_test): Likewise.
22742 (gdb_unavailable_registers_test): Likewise.
22743 (gdb_unavailable_floats): Likewise.
22744 (gdb_collect_globals_test): Likewise.
22745 (top-level): Append "ctf" to trace_file_targets if GDB
22746 supports.
22747
22748 2014-05-05 Yao Qi <yao@codesourcery.com>
22749
22750 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
22751 code to ...
22752 (gdb_collect_args_test_1): ... it. New proc.
22753 (gdb_collect_locals_test): Move some code to ...
22754 (gdb_collect_locals_test_1): ... it. New proc.
22755 (gdb_unavailable_registers_test): Move some code to ...
22756 (gdb_unavailable_registers_test_1): ... it. New proc.
22757 (gdb_unavailable_floats): Move some code to ...
22758 (gdb_unavailable_floats_1): ... it. New proc.
22759
22760 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
22761
22762 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
22763 probes to test for bitness recognition.
22764 * gdb.arch/amd64-stap-optional-prefix.exp
22765 (test_probe_value_without_reg): New procedure.
22766 Add code to test for different kinds of bitness.
22767
22768 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
22769
22770 PR breakpoints/16889
22771 * gdb.arch/amd64-stap-optional-prefix.S: New file.
22772 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
22773
22774 2014-05-01 Pedro Alves <palves@redhat.com>
22775
22776 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
22777 gdb_file_cmd if no file is specified.
22778 * boards/native-extended-gdbserver.exp (gdb_load): Use the
22779 last_loaded_file to set the remote exec-file.
22780
22781 2014-05-01 Pedro Alves <palves@redhat.com>
22782
22783 * boards/local-remote-host.exp: New file.
22784
22785 2014-05-01 Pedro Alves <palves@redhat.com>
22786
22787 * boards/local-remote-host.exp: Rename to ...
22788 * boards/local-remote-host-notty.exp: ... this.
22789
22790 2014-04-28 Joel Brobecker <brobecker@adacore.com>
22791
22792 * gdb.ada/dyn_arrayidx: New testcase.
22793
22794 2014-04-26 Yao Qi <yao@codesourcery.com>
22795
22796 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
22797 and compute the length of function main. Save it in
22798 $main_length.
22799 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
22800 (top-level): Use gdb_compile to compile objects into
22801 executable and restart GDB. Remove invocation to
22802 prepare_for_testing.
22803
22804 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
22805 Pedro Alves <palves@redhat.com>
22806
22807 PR server/16255
22808 * gdb.multi/multi-attach.c: New file.
22809 * gdb.multi/multi-attach.exp: New file.
22810
22811 2014-04-25 Pedro Alves <palves@redhat.com>
22812
22813 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
22814 user.
22815 (top level): Test that "set remote conditional-breakpoints-packet
22816 off" works as intended.
22817 * gdb.base/dprintf.exp: Test that "set remote
22818 breakpoint-commands-packet off" works as intended.
22819 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
22820 New function.
22821 (top level): Call it.
22822 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
22823 remote fast-tracepoints-packet off" works as intended.
22824 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
22825 * lib/gdb.exp (gdb_is_target_remote): ... here.
22826
22827 2014-04-24 David Blaikie <dblaikie@gmail.com>
22828
22829 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
22830 ensure clang would not discard them.
22831 * gdb.base/gdbvars.c: Ditto.
22832 * gdb.base/memattr.c: Ditto.
22833 * gdb.base/whatis.c: Ditto.
22834 * gdb.python/py-prettyprint.c: Ditto.
22835 * gdb.trace/actions.c: Ditto.
22836 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
22837 ensure clang would not discard it.
22838
22839 2014-04-24 David Blaikie <dblaikie@gmail.com>
22840
22841 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
22842 clang to emit the full definition of type required by the test
22843 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
22844
22845 2014-04-24 David Blaikie <dblaikie@gmail.com>
22846
22847 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
22848 coax Clang into emitting the definition of the type.
22849 * gdb.cp/pr10728-x.h (y): Ditto.
22850 * gdb.cp/pr10728-y.cc (y): Ditto.
22851
22852 2014-04-24 David Blaikie <dblaikie@gmail.com>
22853
22854 * gdb.base/label.exp: XFAIL label related tests under Clang.
22855 * gdb.cp/cplabel.exp: Ditto.
22856 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
22857 under Clang those using labels.
22858
22859 2014-04-25 Yao Qi <yao@codesourcery.com>
22860
22861 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
22862 double_label.
22863 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
22864 partial_label and double_label.
22865
22866 2014-04-24 David Blaikie <dblaikie@gmail.com>
22867
22868 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
22869
22870 2014-04-24 David Blaikie <dblaikie@gmail.com>
22871
22872 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
22873 of the function to work across GCC and Clang.
22874 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
22875 pointer types (const void ** const V void **).
22876
22877 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
22878 Walfred Tedeschi <walfred.tedeschi@intel.com>
22879
22880 * Makefile.in (EXECUTABLES): Added i386-avx512.
22881 * gdb.arch/i386-avx512.c: New file.
22882 * gdb.arch/i386-avx512.exp: Likewise.
22883
22884 2014-04-23 Keith Seitz <keiths@redhat.com>
22885
22886 * lib/mi-support.exp (mi_list_breakpoints): Delete.
22887 (mi_make_breakpoint_table): New procedure.
22888 (mi_create_breakpoint): Use mi_make_breakpoint
22889 and return the result.
22890 (mi_make_breakpoint): New procedure.
22891 (mi_build_kv_pairs): New procedure.
22892
22893 * gdb.mi/mi-break.exp: Remove unused globals,
22894 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
22895 All callers updated.
22896 * gdb.mi/mi-dprintf.exp: Use variable to track command
22897 number.
22898 Update all callers of mi_create_breakpoint and use
22899 mi_make_breakpoint_table.
22900 Remove any unused global variables.
22901 * gdb.mi/mi-nonstop.exp: Likewise.
22902 * gdb.mi/mi-nsintrall.exp: Likewise.
22903 * gdb.mi/mi-nsmoribund.exp: Likewise.
22904 * gdb.mi/mi-nsthrexec.exp: Likewise.
22905 * gdb.mi/mi-reverse.exp: Likewise.
22906 * gdb.mi/mi-simplerun.exp: Likewise.
22907 * gdb.mi/mi-stepn.exp: Likewise.
22908 * gdb.mi/mi-syn-frame.exp: Likewise.
22909 * gdb.mi/mi-until.exp: Likewise.
22910 * gdb.mi/mi-var-cp.exp: Likewise.
22911 * gdb.mi/mi-var-display.exp: Likewise.
22912 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
22913 * gdb.mi/mi2-var-child.exp: Likewise.
22914 * gdb.mi/mi-vla-c99.exp: Likewise.
22915 * lib/mi-support.exp: Likewise.
22916
22917 From Ian Lance Taylor <iant@cygnus.com>:
22918 * lib/gdb.exp (parse_args): New procedure.
22919
22920 2014-04-23 Pedro Alves <palves@redhat.com>
22921
22922 * gdb.base/break-unload-file.c: New file.
22923 * gdb.base/break-unload-file.exp: New file.
22924 * gdb.base/sym-file-lib.c (baz): New function.
22925 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
22926 field.
22927 (load): Store the segment's mapped size.
22928 (unload): New function.
22929 (unload_shlib): New function.
22930 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
22931 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
22932 set a breakpoint at baz, and call it.
22933 * gdb.base/sym-file.exp: New tests for stale breakpoint
22934 instructions.
22935
22936 2014-04-23 Pedro Alves <palves@redhat.com>
22937
22938 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
22939 * gdb.base/hbreak-in-shr-unsupported.c: New file.
22940 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
22941 * gdb.base/hbreak-unmapped.c: New file.
22942 * gdb.base/hbreak-unmapped.exp: New file.
22943 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
22944 * lib/gdb.exp (gdb_is_target_remote): ... here.
22945
22946 2014-04-22 Pedro Alves <palves@redhat.com>
22947
22948 * gdb.base/consecutive-step-over.c: New file.
22949 * gdb.base/consecutive-step-over.exp: New file.
22950
22951 2014-04-22 Pedro Alves <palves@redhat.com>
22952
22953 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
22954 instead of send_gdb/gdb_expect.
22955
22956 2014-04-22 Yao Qi <yao@codesourcery.com>
22957
22958 * lib/trace-support.exp (generate_tracefile): New procedure.
22959 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
22960 return 0.
22961 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
22962 if generate_tracefile returns 1.
22963
22964 2014-04-18 Tom Tromey <palves@redhat.com>
22965 Pedro alves <tromey@redhat.com>
22966
22967 PR backtrace/15558
22968 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
22969 with a backtrace limit.
22970 * gdb.python/py-frame-inline.exp: Test running to an inline
22971 function with a backtrace limit, and printing the newest frame.
22972 * gdb.python/py-frame-inline.c (main): Call f.
22973
22974 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
22975
22976 * gdb.java/jnpe.exp: Drop srcdir from untested path.
22977
22978 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
22979
22980 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
22981 Drop prefix from unsupported source file path.
22982
22983 2014-04-17 Yao Qi <yao@codesourcery.com>
22984
22985 * lib/gdb.exp (with_target_charset): New proc.
22986 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
22987 with_target_charset.
22988 (test_print_strings): Likewise.
22989 (test_repeat_bytes): Likewise.
22990 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
22991 for some tests.
22992
22993 2014-04-16 Keith Seitz <keiths@redhat.com>
22994
22995 PR gdb/15827
22996 * gdb.dwarf2/corrupt.c: New file.
22997 * gdb.dwarf2/corrupt.exp: New file.
22998
22999 2014-04-16 Keith Seitz <keiths@redhat.com>
23000
23001 PR c++/16597
23002 * gdb.cp/namelessclass.cc: New file.
23003 * gdb.cp/namelessclass.exp: New file.
23004 * gdb.cp/namelessclass.S: New file.
23005
23006 2014-04-16 Doug Evans <dje@google.com>
23007
23008 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
23009 Add comment.
23010 (gdbserver_default_get_comm_port): New function.
23011 (gdbserver_start): Check if board file provided
23012 "gdbserver,get_comm_port" and use it if so.
23013 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
23014 (gdb,socketport): Set to "stdio".
23015 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
23016 (stdio_gdbserver_template): Delete.
23017 (${board}_get_remote_address): Update.
23018 (${board}_build_remote_cmd): Delete.
23019 (${board}_get_comm_port): New function.
23020 (${board}_spawn): Update.
23021 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
23022 Delete.
23023 (${board}_get_remote_address): Update.
23024 (${board}_get_comm_port): New function.
23025
23026 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
23027
23028 * gdb.base/memattr.exp: Improve regexps to handle memory regions
23029 appearing in any order.
23030
23031 2014-04-15 Doug Evans <dje@google.com>
23032
23033 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
23034 uninitialized value of "description".
23035
23036 2014-04-15 Keith Seitz <keiths@redhat.com>
23037
23038 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
23039 Remove unused globals.
23040 (test_running_the_program): Likewise.
23041 (test_controlled_execution): Likewise.
23042 (test_controlling_breakpoints): Likewise.
23043 (test_program_termination): Likewise.
23044
23045 2014-04-15 Keith Seitz <keiths@redhat.com>
23046
23047 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
23048 unused globals.
23049 (test_rbreak_creation_and_listing): Likewise.
23050 (test_ignore_count): Likewise.
23051 (test_error): Likewise.
23052
23053 2014-04-15 Pedro Alves <palves@redhat.com>
23054
23055 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
23056 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
23057 sym-file-loader.c.
23058 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
23059 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
23060 to sym-file-loader.c.
23061 (struct library): Forward declare.
23062 (load_shlib, lookup_function): Change prototypes.
23063 (find_shstrtab, find_strtab, find_shdr, find_symtab)
23064 (translate_offset): Remove declarations.
23065 (get_text_addr): New declaration.
23066 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
23067 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
23068 sym-file-loader.h.
23069 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
23070 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
23071 here from sym-file-loader.h.
23072 (struct library): New structure.
23073 (load_shlib, lookup_function): Change prototypes and adjust to
23074 work with a struct library.
23075 (find_shstrtab, find_strtab, find_shdr, find_symtab)
23076 (translate_offset): Make static.
23077 (get_text_addr): New function.
23078 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
23079
23080 2014-04-15 Pedro Alves <palves@redhat.com>
23081
23082 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
23083
23084 2014-04-15 Pedro Alves <palves@redhat.com>
23085
23086 * gdb.base/sym-file-loader.c: Include <limits.h>.
23087 (SELF_LINK): New define.
23088 (get_origin): New function.
23089 (load_shlib): Use it.
23090 * gdb.base/sym-file.exp: Don't early return if the target is
23091 remote. Use runto_main, and issue fail is that fails. Use
23092 gdb_load_shlibs.
23093 (shlib_name): Delete.
23094 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
23095
23096 2014-04-15 Pedro Alves <palves@redhat.com>
23097
23098 * gdb.base/sym-file.exp: Remove regex characters from test
23099 message. Don't refer to breakpoint numbers in test messages.
23100
23101 2014-04-14 Keith Seitz <keiths@redhat.com>
23102
23103 PR c++/16253
23104 * gdb.cp/var-tag.cc: New file.
23105 * gdb.cp/var-tag.exp: New file.
23106 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
23107 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
23108 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
23109 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
23110
23111 2014-04-14 Tom Tromey <tromey@redhat.com>
23112
23113 * gdb.cp/classes.exp (test_enums): Handle underlying type.
23114 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
23115 type.
23116 * gdb.cp/enum-class.exp: New file.
23117 * gdb.cp/enum-class.cc: New file.
23118
23119 2014-04-14 Tom Tromey <tromey@redhat.com>
23120
23121 * gdb.dwarf2/enum-type.exp: New file.
23122
23123 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23124
23125 * gdb.mi/mi-vla-c99.exp: New file.
23126 * gdb.mi/vla.c: New file.
23127
23128 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23129
23130 * gdb.base/vla-datatypes.c: New file.
23131 * gdb.base/vla-datatypes.exp: New file.
23132
23133 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23134
23135 * gdb.base/vla-ptr.c: New file.
23136 * gdb.base/vla-ptr.exp: New file.
23137
23138 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23139
23140 * gdb.dwarf2/count.exp: New file.
23141
23142 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23143
23144 * gdb.base/vla-sideeffect.c: New file.
23145 * gdb.base/vla-sideeffect.exp: New file.
23146
23147 2014-04-14 David Blaikie <dblaikie@gmail.com>
23148
23149 * gdb.mi/non-stop.c: Add return value for non-void function return
23150 statement.
23151 * gdb.threads/staticthreads.c: Ditto.
23152
23153 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
23154 Doug Evans <xdje42@gmail.com>
23155
23156 * gdb.guile/scm-value.c: Improve test case.
23157 * gdb.guile/scm-value.exp: Add new test.
23158
23159 2014-04-11 David Blaikie <dblaikie@gmail.com>
23160
23161 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
23162 override Clang's default.
23163
23164 2014-04-11 Joel Brobecker <brobecker@adacore.com>
23165
23166 Revert the following changes (regressions):
23167
23168 * gdb.base/vla-sideeffect.c: New file.
23169 * gdb.base/vla-sideeffect.exp: New file.
23170
23171 * gdb.dwarf2/count.exp: New file.
23172
23173 * gdb.base/vla-multi.c: New file.
23174 * gdb.base/vla-multi.exp: New file.
23175
23176 * gdb.base/vla-ptr.c: New file.
23177 * gdb.base/vla-ptr.exp: New file.
23178
23179 * gdb.base/vla-datatypes.c: New file.
23180 * gdb.base/vla-datatypes.exp: New file.
23181
23182 * gdb.mi/mi-vla-c99.exp: New file.
23183 * gdb.mi/vla.c: New file.
23184
23185 2014-04-11 Keith Seitz <keiths@redhat.com>
23186
23187 PR c++/16675
23188 * gdb.cp/cpsizeof.exp: New file.
23189 * gdb.cp/cpsizeof.cc: New file.
23190
23191 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23192
23193 * gdb.mi/mi-vla-c99.exp: New file.
23194 * gdb.mi/vla.c: New file.
23195
23196 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23197
23198 * gdb.base/vla-datatypes.c: New file.
23199 * gdb.base/vla-datatypes.exp: New file.
23200
23201 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23202
23203 * gdb.base/vla-ptr.c: New file.
23204 * gdb.base/vla-ptr.exp: New file.
23205
23206 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23207
23208 * gdb.base/vla-multi.c: New file.
23209 * gdb.base/vla-multi.exp: New file.
23210
23211 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23212
23213 * gdb.dwarf2/count.exp: New file.
23214
23215 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23216
23217 * gdb.base/vla-sideeffect.c: New file.
23218 * gdb.base/vla-sideeffect.exp: New file.
23219
23220 2014-04-11 Yao Qi <yao@codesourcery.com>
23221
23222 * gdb.base/completion.exp: Check file exists before running tests
23223 on file completion.
23224
23225 2014-04-10 Pedro Alves <palves@redhat.com>
23226
23227 * gdb.base/cond-eval-mode.c: New file.
23228 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
23229 prepare_for_testing to build the new file. Check result of
23230 runto_main.
23231 (test_break, test_watch): New procedures.
23232 (top level): Use them.
23233
23234 2014-04-08 Pierre Muller <muller@sourceware.org>
23235
23236 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
23237 Ctrl-V use for mingw hosts.
23238
23239 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
23240
23241 * gdb.python/py-value.c: Improve test case.
23242 * gdb.python/py-value.exp: Add new test.
23243
23244 2014-04-07 David Blaikie <dblaikie@gmail.com>
23245
23246 * lib/compiler.c: Identify the clang compiler.
23247 * lib/compiler.cc: Ditto.
23248
23249 2014-04-03 Yao Qi <yao@codesourcery.com>
23250
23251 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
23252
23253 2014-04-01 Anton Blanchard <anton@samba.org>
23254
23255 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
23256 messages unique.
23257
23258 2014-04-01 Anton Blanchard <anton@samba.org>
23259
23260 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
23261 prepare_for_testing.
23262
23263 2014-04-01 Anton Blanchard <anton@samba.org>
23264
23265 * gdb.arch/ppc64-atomic-inst.c: Remove.
23266 * gdb.arch/ppc64-atomic-inst.S: New file.
23267 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
23268
23269 2014-03-31 Doug Evans <dje@google.com>
23270
23271 * gdb.base/print-symbol-loading-lib.c: New file.
23272 * gdb.base/print-symbol-loading-main.c: New file.
23273 * gdb.base/print-symbol-loading.exp: New file.
23274
23275 2014-03-31 Yao Qi <yao@codesourcery.com>
23276
23277 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
23278
23279 2014-03-28 Joel Brobecker <brobecker@adacore.com>
23280
23281 * gdb.ada/mi_dyn_arr: New testcase.
23282
23283 2014-03-27 Doug Evans <dje@google.com>
23284
23285 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
23286
23287 2014-03-27 Yao Qi <yao@codesourcery.com>
23288
23289 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
23290 if target is nios2-*-*.
23291
23292 2014-03-26 Yao Qi <yao@codesourcery.com>
23293
23294 * lib/gdb.exp (readline_is_used): New proc.
23295 * gdb.base/completion.exp: Move tests on command complete up.
23296 Skip the rest of tests if readline is not used.
23297 * gdb.ada/complete.exp: Skp the test if readline is not
23298 used.
23299 * gdb.base/filesym.exp: Likewise.
23300 * gdb.base/macscp.exp: Likewise.
23301 * gdb.base/readline-ask.exp: Likewise.
23302 * gdb.base/readline.exp: Likewise.
23303 * gdb.python/py-cmd.exp: Likewise.
23304 * gdb.trace/tfile.exp: Likewise.
23305
23306 2014-03-26 Yao Qi <yao@codesourcery.com>
23307
23308 * gdb.base/macscp.exp: Fix code format issues.
23309
23310 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
23311
23312 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
23313 * gdb.asm/powerpc64le.inc: New file.
23314
23315 2014-03-25 Pedro Alves <palves@redhat.com>
23316 Doug Evans <dje@google.com>
23317
23318 * gdb.base/source-execution.c: New file.
23319 * gdb.base/source-execution.exp: New file.
23320 * gdb.base/source-execution.gdb: New file.
23321
23322 2014-03-24 Doug Evans <dje@google.com>
23323
23324 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
23325 using fission.
23326
23327 2014-03-24 Hui Zhu <hui@codesourcery.com>
23328 Pedro Alves <palves@redhat.com>
23329
23330 PR breakpoints/16101
23331 * gdb.base/dprintf.exp: Use unsupported rather than changing the
23332 test pass/fail messages. Detect missing support for dprintf when
23333 breakpoints are actually inserted.
23334 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
23335 breakpoints are actually inserted.
23336 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
23337 fails.
23338
23339 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
23340
23341 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
23342
23343 2014-03-22 Doug Evans <xdje42@gmail.com>
23344
23345 * gdb.python/python.exp (python not supported): Verify multi-line
23346 python command issues an error.
23347 * gdb.guile/guile.exp (guile not supported): Verify multi-line
23348 guile command issues an error.
23349
23350 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
23351
23352 * gdb.threads/thread-specific.exp: Handle the lack of usable
23353 $this_breakpoint and $this_thread.
23354
23355 2014-03-21 Hui Zhu <hui@codesourcery.com>
23356
23357 * gdb.base/attach.exp (do_command_attach_tests): New.
23358
23359 2014-03-20 Tom Tromey <tromey@redhat.com>
23360 Pedro Alves <palves@redhat.com>
23361
23362 PR cli/15718
23363 * gdb.base/condbreak-call-false.c: New file.
23364 * gdb.base/condbreak-call-false.exp: New file.
23365
23366 2014-03-20 Pedro Alves <palves@redhat.com>
23367
23368 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
23369 Delete.
23370 (block_signals, unblock_signals): Delete.
23371 (child_function_2, main): Remove references to deleted variable
23372 and functions.
23373
23374 2014-03-20 Pedro Alves <palves@redhat.com>
23375
23376 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
23377 Use pthread_kill to signal thread 2.
23378 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
23379 Adjust to make the test send itself a signal rather than using the
23380 host's "kill" command.
23381
23382 2014-03-20 Pedro Alves <palves@redhat.com>
23383
23384 * gdb.threads/multiple-step-overs.c: New file.
23385 * gdb.threads/multiple-step-overs.exp: New file.
23386 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
23387 Adjust expected infrun debug output.
23388
23389 2014-03-20 Pedro Alves <palves@redhat.com>
23390
23391 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
23392 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
23393
23394 2014-03-20 Pedro Alves <palves@redhat.com>
23395
23396 PR breakpoints/7143
23397 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
23398 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
23399 of gdb_test_multiple.
23400 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
23401 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
23402
23403 2014-03-20 Pedro Alves <palves@redhat.com>
23404
23405 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
23406 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
23407
23408 2014-03-19 Pedro Alves <palves@redhat.com>
23409
23410 * gdb.base/async.exp: Remove early return.
23411
23412 2014-03-19 Pedro Alves <palves@redhat.com>
23413
23414 * gdb.base/async.exp (step& tests): Pass explicit test messages.
23415
23416 2014-03-19 Pedro Alves <palves@redhat.com>
23417
23418 * gdb.base/async.exp (test_background): Expect \r\n after
23419 "completed." in the fail pattern.
23420
23421 2014-03-19 Pedro Alves <palves@redhat.com>
23422
23423 * gdb.base/async.exp (test_background): New procedure.
23424 Use it for all background execution command tests.
23425
23426 2014-03-19 Pedro Alves <palves@redhat.com>
23427
23428 * gdb.base/async.exp: Use prepare_for_testing.
23429
23430 2014-03-19 Pedro Alves <palves@redhat.com>
23431
23432 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
23433 the same line.
23434
23435 2014-03-19 Pedro Alves <palves@redhat.com>
23436
23437 * gdb.base/async.c (main): Add "jump here" and "until here" line
23438 marker comments.
23439 * gdb.base/async.exp (jump_here): New global.
23440 (jump& test): Use it.
23441 (until_here): New global.
23442 (until& test): Use it.
23443
23444 2014-03-19 Pedro Alves <palves@redhat.com>
23445
23446 * gdb.base/async.exp: Don't frob gdb_protocol.
23447
23448 2014-03-18 Doug Evans <xdje42@gmail.com>
23449
23450 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
23451 Fix spelling of exec-done-display.
23452
23453 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
23454
23455 PR gdb/15358
23456 * gdb.base/gdb-sigterm.c: New file.
23457 * gdb.base/gdb-sigterm.exp: New file.
23458
23459 2014-03-18 Pedro Alves <palves@redhat.com>
23460
23461 PR gdb/13860
23462 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
23463 * lib/mi-support.exp (mi_expect_stop): Add special handling for
23464 solib-event.
23465
23466 2014-03-17 Joel Brobecker <brobecker@adacore.com>
23467
23468 * gdb.ada/pckd_arr_ren: New testcase.
23469
23470 2014-03-13 Doug Evans <xdje42@gmail.com>
23471
23472 PR guile/16612
23473 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
23474 collect after discarding symbols.
23475
23476 2014-03-13 Ludovic Courtès <ludo@gnu.org>
23477 Doug Evans <xdje42@gmail.com>
23478
23479 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
23480 to history survives a gc.
23481
23482 2014-03-13 Pedro Alves <palves@redhat.com>
23483
23484 * gdb.base/default.exp: Don't test "target procfs".
23485
23486 2014-03-13 Pedro Alves <palves@redhat.com>
23487
23488 * gdb.base/default.exp: Update "target child" and "target procfs"
23489 tests to not expect "Unix".
23490
23491 2014-03-12 Tom Tromey <tromey@redhat.com>
23492
23493 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
23494 New procs. Add target-async tests.
23495 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
23496 Add target-async tests.
23497
23498 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23499
23500 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
23501 'func_start' and 'func_end' for the beginning and end of the
23502 function code, respectively.
23503 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
23504 'func_end' instead of 'func' and 'main'.
23505
23506 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23507
23508 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
23509 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
23510 generate the debug info assembler source.
23511
23512 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23513
23514 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
23515 * gdb.dwarf2/arr-subrange.exp: Likewise.
23516 * gdb.dwarf2/dwz.exp: Likewise.
23517 * gdb.dwarf2/method-ptr.exp: Likewise.
23518 * gdb.dwarf2/missing-sig-type.exp: Likewise.
23519 * gdb.dwarf2/subrange.exp: Likewise.
23520 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
23521 * gdb.dwarf2/implptrpiece.exp: Likewise.
23522 * gdb.dwarf2/nostaticblock.exp: Likewise.
23523
23524 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23525
23526 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
23527 directory to absolute path name arguments.
23528
23529 2014-03-10 Joel Brobecker <brobecker@adacore.com>
23530
23531 * gdb.ada/tagged_access: New testcase.
23532
23533 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
23534
23535 * gdb.btrace/data.exp: Update expected output.
23536
23537 2014-03-06 Yao Qi <yao@codesourcery.com>
23538
23539 * gdb.trace/pr16508.exp: New file.
23540
23541 2014-03-05 Pedro Alves <palves@redhat.com>
23542
23543 PR gdb/16575
23544 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
23545 procedure.
23546 (top level): Adjust to use it. Add tests that exercise breakpoint
23547 interaction with the code-cache.
23548
23549 2014-02-26 Ludovic Courtès <ludo@gnu.org>
23550
23551 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
23552 test for 'history-append!'.
23553
23554 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23555
23556 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
23557 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
23558 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
23559 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
23560 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
23561 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
23562
23563 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23564
23565 * testsuite/gdb.python/py-pp-re-notag.c: New file.
23566 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
23567 * testsuite/gdb.python/py-pp-re-notag.p: New file.
23568
23569 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23570
23571 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
23572
23573 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23574
23575 * gdb.dwarf2/arr-stride.c: New file.
23576 * gdb.dwarf2/arr-stride.exp: New file.
23577
23578 2014-02-26 Pedro Alves <palves@redhat.com>
23579
23580 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
23581 that won't ever trigger. Make sure that GDB reports the correct
23582 breakpoint that caused the stop.
23583
23584 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
23585
23586 PR gdb/16626
23587 * gdb.base/auto-load-script: New file.
23588 * gdb.base/auto-load.c: New file.
23589 * gdb.base/auto-load.exp: New file.
23590
23591 PR gdb/16626
23592 * gdb.base/auto-load.exp: Fix out-of-srctree run.
23593
23594 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
23595
23596 Fix dw2-icycle.exp -fsanitize=address GDB crash.
23597 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
23598
23599 2014-02-24 Doug Evans <dje@google.com>
23600
23601 * lib/gdb.exp (run_on_host): Log error output if program fails.
23602
23603 2014-02-21 Pedro Alves <palves@redhat.com>
23604
23605 * gdb.threads/step-after-sr-lock.c: Rename to ...
23606 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
23607 * gdb.threads/step-after-sr-lock.exp: Rename to ...
23608 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
23609 ... this.
23610
23611 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
23612
23613 PR tdep/16397
23614 * gdb.arch/amd64-stap-special-operands.exp: New file.
23615 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
23616 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
23617 * gdb.arch/amd64-stap-triplet.S: Likewise.
23618 * gdb.arch/amd64-stap-triplet.c: Likewise.
23619
23620 2014-02-20 Joel Brobecker <brobecker@adacore.com>
23621
23622 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
23623 in .section pseudo-op.
23624
23625 2014-02-20 lin zuojian <manjian2006@gmail.com>
23626 Joel Brobecker <brobecker@adacore.com>
23627 Doug Evans <xdje42@gmail.com>
23628
23629 PR symtab/16581
23630 * gdb.dwarf2/dw2-icycle.S: New file.
23631 * gdb.dwarf2/dw2-icycle.c: New file.
23632 * gdb.dwarf2/dw2-icycle.exp: New file.
23633
23634 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
23635
23636 * gdb.python/py-value-cc.cc: Improve test case to enable testing
23637 operations on gdb.Value objects.
23638 * gdb.python/py-value-cc.exp: Add new test to test operations on
23639 gdb.Value objects.
23640
23641 2014-02-18 Doug Evans <dje@google.com>
23642
23643 * Makefile.in (TESTS): New variable.
23644 (expanded_tests, expanded_tests_or_none): New variables
23645 (check-single): Pass $(expanded_tests_or_none) to runtest.
23646 (check-parallel): Only run tests in $(TESTS) if non-empty.
23647 (check/no-matching-tests-found): New rule.
23648 * README: Document TESTS makefile variable.
23649
23650 2014-02-18 Doug Evans <dje@google.com>
23651
23652 * Makefile.in (check-parallel): rm -rf outputs temp.
23653
23654 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
23655
23656 Fix "ERROR: no fileid for" in the testsuite.
23657 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
23658
23659 2014-02-12 Doug Evans <dje@google.com>
23660
23661 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
23662 (MISCELLANEOUS): New variable.
23663 (clean): rm -rf $(MISCELLANEOUS).
23664 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
23665 dwp live in the same directory as symlinks, with each symlink pointed
23666 to a differently named file in a different directory.
23667
23668 2014-02-11 Doug Evans <dje@google.com>
23669
23670 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
23671 of Tcl file commands.
23672
23673 2014-02-10 Mark Kettenis <kettenis@gnu.org>
23674
23675 * gdb.threads/step-after-sr-lock.exp: Avoid executing
23676 "kill -SIGUSR1 -1".
23677
23678 2014-02-10 Joel Brobecker <brobecker@adacore.com>
23679
23680 * gdb.ada/tick_length_array_enum_idx: New testcase.
23681
23682 2014-02-10 Doug Evans <xdje42@gmail.com>
23683
23684 * configure.ac (AC_OUTPUT): Add gdb.guile.
23685 * configure: Regenerate.
23686 * lib/gdb-guile.exp: New file.
23687 * lib/gdb.exp (get_target_charset): New function.
23688 * gdb.base/help.exp: Update expected output from "apropos apropos".
23689 * gdb.guile/Makefile.in: New file.
23690 * gdb.guile/guile.exp: New file.
23691 * gdb.guile/scm-arch.c: New file.
23692 * gdb.guile/scm-arch.exp: New file.
23693 * gdb.guile/scm-block.c: New file.
23694 * gdb.guile/scm-block.exp: New file.
23695 * gdb.guile/scm-breakpoint.c: New file.
23696 * gdb.guile/scm-breakpoint.exp: New file.
23697 * gdb.guile/scm-disasm.c: New file.
23698 * gdb.guile/scm-disasm.exp: New file.
23699 * gdb.guile/scm-equal.c: New file.
23700 * gdb.guile/scm-equal.exp: New file.
23701 * gdb.guile/scm-error.exp: New file.
23702 * gdb.guile/scm-error.scm: New file.
23703 * gdb.guile/scm-frame-args.c: New file.
23704 * gdb.guile/scm-frame-args.exp: New file.
23705 * gdb.guile/scm-frame-args.scm: New file.
23706 * gdb.guile/scm-frame-inline.c: New file.
23707 * gdb.guile/scm-frame-inline.exp: New file.
23708 * gdb.guile/scm-frame.c: New file.
23709 * gdb.guile/scm-frame.exp: New file.
23710 * gdb.guile/scm-generics.exp: New file.
23711 * gdb.guile/scm-gsmob.exp: New file.
23712 * gdb.guile/scm-iterator.c: New file.
23713 * gdb.guile/scm-iterator.exp: New file.
23714 * gdb.guile/scm-math.c: New file.
23715 * gdb.guile/scm-math.exp: New file.
23716 * gdb.guile/scm-objfile-script-gdb.in: New file.
23717 * gdb.guile/scm-objfile-script.c: New file.
23718 * gdb.guile/scm-objfile-script.exp: New file.
23719 * gdb.guile/scm-objfile.c: New file.
23720 * gdb.guile/scm-objfile.exp: New file.
23721 * gdb.guile/scm-ports.exp: New file.
23722 * gdb.guile/scm-pretty-print.c: New file.
23723 * gdb.guile/scm-pretty-print.exp: New file.
23724 * gdb.guile/scm-pretty-print.scm: New file.
23725 * gdb.guile/scm-section-script.c: New file.
23726 * gdb.guile/scm-section-script.exp: New file.
23727 * gdb.guile/scm-section-script.scm: New file.
23728 * gdb.guile/scm-symbol.c: New file.
23729 * gdb.guile/scm-symbol.exp: New file.
23730 * gdb.guile/scm-symtab-2.c: New file.
23731 * gdb.guile/scm-symtab.c: New file.
23732 * gdb.guile/scm-symtab.exp: New file.
23733 * gdb.guile/scm-type.c: New file.
23734 * gdb.guile/scm-type.exp: New file.
23735 * gdb.guile/scm-value-cc.cc: New file.
23736 * gdb.guile/scm-value-cc.exp: New file.
23737 * gdb.guile/scm-value.c: New file.
23738 * gdb.guile/scm-value.exp: New file.
23739 * gdb.guile/source2.scm: New file.
23740 * gdb.guile/types-module.cc: New file.
23741 * gdb.guile/types-module.exp: New file.
23742
23743 2014-02-10 Yao Qi <yao@codesourcery.com>
23744
23745 PR testsuite/16543
23746 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
23747 * configure: Regenerated.
23748 * Makefile.in: New file.
23749
23750 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
23751
23752 * gdb.python/py-framefilter.exp: Fix typo.
23753
23754 2014-02-08 Yao Qi <yao@codesourcery.com>
23755
23756 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
23757 that no =breakpoint-modified is emitted when breakpoints are
23758 modified through MI commands.
23759
23760 2014-02-07 Pedro Alves <pedro@codesourcery.com>
23761 Pedro Alves <palves@redhat.com>
23762
23763 * gdb.threads/step-after-sr-lock.c: New file.
23764 * gdb.threads/step-after-sr-lock.exp: New file.
23765
23766 2014-02-07 Pedro Alves <palves@redhat.com>
23767
23768 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
23769
23770 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
23771
23772 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
23773 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
23774
23775 2014-02-06 Doug Evans <xdje42@gmail.com>
23776
23777 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
23778 output.
23779
23780 * gdb.gdb/python-interrupts.exp: New file.
23781
23782 2014-02-05 Yao Qi <yao@codesourcery.com>
23783
23784 * gdb.trace/report.exp (use_collected_data): Test the output
23785 of "info threads" and "info inferiors".
23786
23787 2014-02-05 Yao Qi <yao@codesourcery.com>
23788
23789 Revert this patch:
23790
23791 2013-05-24 Yao Qi <yao@codesourcery.com>
23792
23793 * gdb.trace/tfile.exp: Test inferior and thread.
23794
23795 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23796
23797 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
23798 on a function.
23799 * gdb.base/step-bt.c: Call hello via function pointer to make
23800 sure its first instruction is executed on powerpc64le-linux.
23801
23802 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23803
23804 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
23805
23806 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23807
23808 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
23809 of the test patterns for use on little-endian systems.
23810
23811 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23812
23813 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
23814 (decimal_vector): Fix for little-endian.
23815
23816 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
23817
23818 * gdb.arch/sparc-sysstep.exp: New file.
23819 * gdb.arch/sparc-sysstep.c: Likewise.
23820
23821 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
23822
23823 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
23824
23825 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
23826
23827 2014-01-23 Tom Tromey <tromey@redhat.com>
23828
23829 * gdb.ada/array_char_idx: New testcase.
23830
23831 2014-01-23 Tom Tromey <tromey@redhat.com>
23832
23833 PR python/16487:
23834 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
23835 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
23836 classes.
23837
23838 2014-01-23 Tom Tromey <tromey@redhat.com>
23839
23840 PR python/16491:
23841 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
23842 string from an inferior frame.
23843 * gdb.python/py-framefilter-mi.exp: Update.
23844
23845 2014-01-22 Doug Evans <dje@google.com>
23846
23847 * gdb.server/server-mon.exp: Add tests for "set debug-format".
23848
23849 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23850
23851 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
23852
23853 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23854
23855 * gdb.trace/entry-values.exp: Remove excess space character from
23856 regex patterns. Handle s390 call instruction.
23857
23858 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23859
23860 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
23861 define "*_start" label. Make "name" static.
23862 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
23863 ${name} by references to ${name}_start.
23864
23865 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23866
23867 * gdb.base/info-macros.exp: Remove "debug" from the compile
23868 options.
23869
23870 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23871
23872 * gdb.dlang/demangle.exp: New file.
23873
23874 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23875
23876 * gdb.dlang/primitive-types.exp: New file.
23877
23878 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23879
23880 * configure.ac: Create gdb.dlang/Makefile.
23881 * configure: Regenerate.
23882 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
23883 * gdb.dlang/Makefile.in: New file.
23884 * lib/d-support.exp: New file.
23885 * lib/gdb.exp (skip_d_tests): New proc.
23886
23887 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23888
23889 * gdb.btrace/delta.exp: Check reverse stepi.
23890 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
23891 * gdb.btrace/finish.exp: New.
23892 * gdb.btrace/next.exp: New.
23893 * gdb.btrace/nexti.exp: New.
23894 * gdb.btrace/record_goto.c: Add comments.
23895 * gdb.btrace/step.exp: New.
23896 * gdb.btrace/stepi.exp: New.
23897 * gdb.btrace/multi-thread-step.c: New.
23898 * gdb.btrace/multi-thread-step.exp: New.
23899 * gdb.btrace/rn-dl-bind.c: New.
23900 * gdb.btrace/rn-dl-bind.exp: New.
23901 * gdb.btrace/data.c: New.
23902 * gdb.btrace/data.exp: New.
23903 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
23904
23905 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23906
23907 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
23908 * gdb.btrace/exception.exp: Update.
23909 * gdb.btrace/instruction_history.exp: Update.
23910 * gdb.btrace/record_goto.exp: Update.
23911 * gdb.btrace/tailcall.exp: Update.
23912 * gdb.btrace/unknown_functions.exp: Update.
23913 * gdb.btrace/delta.exp: New.
23914
23915 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23916
23917 * gdb.btrace/record_goto.exp: Add backtrace test.
23918 * gdb.btrace/tailcall.exp: Add backtrace test.
23919
23920 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23921
23922 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
23923 * gdb.btrace/record_goto.c: New.
23924 * gdb.btrace/record_goto.exp: New.
23925 * gdb.btrace/x86-record_goto.S: New.
23926
23927 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23928
23929 * gdb.btrace/function_call_history.exp: Update tests.
23930 * gdb.btrace/instruction_history.exp: Update tests.
23931
23932 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23933
23934 * gdb.btrace/function_call_history.exp: Fix expected field
23935 order for "record function-call-history".
23936 Add new tests for "record function-call-history /c".
23937 * gdb.btrace/exception.cc: New.
23938 * gdb.btrace/exception.exp: New.
23939 * gdb.btrace/tailcall.exp: New.
23940 * gdb.btrace/x86-tailcall.S: New.
23941 * gdb.btrace/x86-tailcall.c: New.
23942 * gdb.btrace/unknown_functions.c: New.
23943 * gdb.btrace/unknown_functions.exp: New.
23944 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
23945
23946 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23947
23948 * gdb.btrace/instruction_history.exp: Update.
23949 * gdb.btrace/function_call_history.exp: Update.
23950
23951 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23952
23953 * gdb.btrace/function_call_history.exp: Fix expected function
23954 trace.
23955 * gdb.btrace/instruction_history.exp: Initialize traced.
23956 Remove traced_functions.
23957
23958 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23959
23960 * gdb.btrace/function_call_history.exp: Update
23961 * gdb.btrace/instruction_history.exp: Update.
23962
23963 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23964
23965 * gdb.btrace/enable.exp: Update expected text.
23966
23967 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
23968
23969 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
23970 bytes.
23971
23972 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
23973
23974 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
23975
23976 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
23977
23978 * lib/gdb.exp (supports_process_record): Return true for
23979 arm*-linux*. (supports_reverse): Likewise.
23980
23981 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
23982
23983 PR python/15464
23984 PR python/16113
23985 * gdb.python/py-type.c: Enhance test case.
23986 * gdb.python/py-value-cc.cc: Likewise
23987 * gdb.python/py-type.exp: Add new tests.
23988 * gdb.python/py-value-cc.exp: Likewise
23989
23990 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
23991 Pedro Alves <palves@redhat.com>
23992
23993 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
23994 Make "name" extern.
23995 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
23996 references to ${name}_start by references to ${name}.
23997
23998 2014-01-10 Joel Brobecker <brobecker@adacore.com>
23999
24000 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
24001
24002 2014-01-10 Joel Brobecker <brobecker@adacore.com>
24003
24004 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
24005
24006 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
24007 Pedro Alves <palves@redhat.com>
24008
24009 * gdb.mi/mi-info-os.exp: Connect to the target with
24010 mi_gdb_target_load.
24011
24012 2014-01-08 Pedro Alves <palves@redhat.com>
24013
24014 * gdb.threads/reconnect-signal.c: New file.
24015 * gdb.threads/reconnect-signal.exp: New file.
24016
24017 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
24018
24019 * gdb.base/source-dir.exp: New file.
24020
24021 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24022
24023 * gdb.ada/mi_interface: New testcase.
24024
24025 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24026
24027 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
24028 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
24029 gdb.ada/pp-rec-component/pck.ads: New files.
24030
24031 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24032
24033 * gdb.python/py-pp-integral.c: New file.
24034 * gdb.python/py-pp-integral.py: New file.
24035 * gdb.python/py-pp-integral.exp: New file.
24036
24037 For older changes see ChangeLog-1993-2013.
24038 \f
24039 ;; Local Variables:
24040 ;; mode: change-log
24041 ;; left-margin: 8
24042 ;; fill-column: 74
24043 ;; version-control: never
24044 ;; End:
24045
24046 Copyright 2014-2021 Free Software Foundation, Inc.
24047 Copying and distribution of this file, with or without modification,
24048 are permitted provided the copyright notice and this notice are preserved.
This page took 0.58643 seconds and 4 git commands to generate.